@charset "UTF-8";

#box1 .mt15 li {
  margin-bottom: 10px;
}

mark em {
  font-style: normal;
  font-weight: bold;
  background-color: #fffd92;
  color: #000066;
  padding: 2px 4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  #main .title {
    background: url("../../img/cmn_main_h1_bg.gif") no-repeat;
    height: 80px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 82px;
    padding-left: 20px;
  }

  #box1 .cmnbox {
    margin-top: 0;
  }

  #box1 .sp {
    display: none;
  }

  .cmnbox {
    margin-top: 0;
    padding-top: 0;
  }

  #box1 dl {
    margin: 10px 0;
  }
}

@media screen and (min-width: 391px) and (max-width: 767px) {
  #main .title {
    background: url(../../img/cmn_main_h1_bg.gif) no-repeat;
    height: 80px;
    line-height: 2.6;
    font-size: 2.0rem;
    padding: 13px 5px 12px 12px !important;
  }

  #box1 .sp {
    display: none;
  }

  #box1 dd {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 390px) {
  #box1 .pc {
    display: none;
  }

  #main .title {
    background: url(../../img/cmn_main_h1_bg.gif) no-repeat;
    height: 80px;
    line-height: 2.6;
    font-size: 2.0rem;
    padding: 13px 5px 12px 12px !important;
  }

  #title.sp1 p {
    height: 30px !important;
  }

  #box1 dd {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .flexbox {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }

  .flexItem {
    width: calc(50% - 13px);
  }
}

@media screen and (max-width: 768px) {
  .flexbox {
    margin-top: 15px;
  }
}

.flexbox h4 {
  font-weight: bold;
}

.flexbox dd {
  margin-left: 2rem;
  text-align: right;
}

/* 250707 special CTA */
.cv-box .cta-head {
  font-weight: bold;
  color: #0066cc;
  font-size: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  #main .specialCpn .btn-document {
    align-self: flex-start;
  }
}

.kyufukin-midashi {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #0066cc;
  margin-bottom: 5px;
}

.style250805 th.head {
  width: 60%;
}

.style250805 th.cnt,
.style250805 td.cnt {
  width: 20%;
}

.style250805 {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  box-sizing: border-box;
}

.style250805 th {
  width: 22%;
  border-bottom: 1px solid #d5d5d5;
  vertical-align: middle;
  padding: 8px 0 8px 18px;
  background: #E4F6FF;
}

.style250805 td {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 8px 8px 8px 12px;
}

.style250805 td {
  width: 78%
}

@media screen and (max-width: 767px) {
  .style250805 th {
    width: 35%;
  }

  .style250805 th,
  .style250805 td {
    padding: 8px 10px 8px 10px;
  }
}

.tl_wrap {
  margin-bottom: 25px;
}

.tl_wrap_head {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

dd.tl_wrap_cnt {
  text-align: left;
  margin-left: .5rem;
  padding-left: 1rem;
  border-left: 1px solid #006;
  margin-bottom: 10px;
}

.tl_chatbox,
.tl_lessonbox {
  margin-bottom: 10px;
}

.tl_chatbox_head {
  font-weight: bold;
  margin-bottom: 5px;
}

#wrapper .tl_chatbox_head img {
  width: 25px;
}

.tl_wrap_chatstu {
  margin-bottom: 10px;
  margin-right: 35px;
}

.tl_wrap_chatstu p {
  padding: 10px;
  background-color: #e4f6ff;
  border-radius: 5px;
}

.tl_wrap_chatstaff {
  margin-bottom: 10px;
  margin-left: 35px;
}

.tl_wrap_chatstaff p {
  padding: 10px;
  background-color: #fdffe4;
  border-radius: 5px;
}