.text-first {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: left;
  width: 900px;
  /*width: 800px;*/

}

.text-second {
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 0;
  text-align: center;
  width: 1000px;
}

.libon {
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
}

.itiran {
  border: 2px solid #c39143;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1000px;
}

.student-cell {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  padding: 2px;
  width: 33.33%;
}
.student-cell:nth-child(3n) {
  border-right: none;
}

.student-cell a {
  color: #1e90ff;
  font-weight: bold;
  text-decoration: underline;
}

.title {
  font-size: 30px;
  font-weight: 900;
  margin-top: 10px;
  text-align: center;
}

.frame {
  border: solid 5px #74BEC7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 10px;
  /*width: 960px;*/
  width: 990px;
}

.selection-title {
  font-size: 30px;
  font-weight: bold;
}

.selection-title-small {
  font-size: 27px;
  font-weight: bold;
}

.selection-text {
  font-size: 20px;
}

.selection-text-big {
  font-size: 22px;
}

.present {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 960px;
}

.present-title {
  font-size: 27px;
  font-weight: bold;
}

.present-text {
  font-size: 20px;
}

.flex {
  display: flex;
}

.surface-img {
  height: 162px;
}

#global-footer {
  margin-bottom: 100px;
}

.main-visual {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
}

.main-visual img {
  width: 100%;
}

.essay-1-box{
  width: 800px;
  margin: 3vh auto;
}

.essay-1-img{
    margin: 2vh 0;
}

.essay-1-box img{
  width: 800px;
}

.essay-1-link{
  text-align: center;
  text-decoration: underline;
  color: #444;
}
.present-big-text {
  font-size: 26px;
  font-weight: bold;
}

.normal-text {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -1px;
}

.guideline-box {
  margin-bottom: 0;
}

.present-title {
  margin-bottom: 0;
}

.present-detail {
  font-weight: bold;
}

.present-normal-text {
  font-weight: normal;
  font-size: 20px;
}

.present-img-box {
  margin: 20px 0 0 50px;
}

.ipad-img {
  width: 40%;
  margin-right: 30px;
}

.apply-pre-text {
  text-align: center;
  font-size: 28px;
  margin: 5px auto 40px;
  font-weight: bold;
}