@charset "UTF-8";

.mv {
  background: url(/static/default/images/ui2038/bg_mv.png) center no-repeat;
  padding: 70px 0;
  max-height: 200px;
  overflow: hidden;
}

.mv .mv-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv .mv-title h1 {
  font-size: 4.8rem;
  color: #0150b2;
  text-align: left;
}

.mv .mv-txt {
  width: 50%;
  text-align: left;
  padding-left: 3.3%;
  letter-spacing: -0.8px;
}

.mv .mv-txt p {
  font-size: 1.6rem;
  display: inline-block;
}

.title_01 {
  font-size: 3.8rem;
  color: #333;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 15px;
  font-weight: normal;
}

.sec p {
  font-size: 1.6rem;
  line-height: 1.825;
}

.sec .table_01 {
  width: 100%;
  max-width: 790px;
  border-collapse: collapse;
  margin-top: 34px;
}

.sec .table_01 th {
  background: #f5f7fa;
  font-size: 2.2rem;
  color: #232b35;
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px 15px 15px;
  border: 1px solid #ccc;
}

.sec .table_01 td {
  padding: 19px 24px 12px;
  text-align: left;
  font-size: 1.8rem;
  color: #232b35;
  border: 1px solid #ccc;
}

.sec .table_01 td:first-child {
  width: 69%;
}

.red-color {
  color: #cc0000;
}

.list_01 li {
  font-size: 1.6rem;
  list-style: none;
  margin-left: 16px;
  text-indent: -16px;
  position: relative;
  line-height: 1.825;
  margin-bottom: 1px;
}

.list_01 {
  margin-top: 16px;
}

.list_01 li .disc {
  margin-right: 6px;
  margin-left: -6px;
}

.title_02 {
  font-size: 2.8rem;
  line-height: 1.285;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.76px;
}

.title_02 sup {
  font-size: 56%;
}

.img-box img {
  max-width: 100%;
}

.table-box {
  font-size: 1.3rem;
  line-height: 1.69;
  color: #1a1a1a;
  margin-left: -8px;
}

.table-box td {
  vertical-align: top;
  padding-bottom: 7px;
  letter-spacing: 0.53px;
}

.table-box td:last-child {
  padding-left: 5px;
}

.attention {
  background: #f5f7fa;
  padding: 23px 34px 30px;
  margin-top: 40px;
}

.attention h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.375;
  margin-bottom: 10px;
}

.attention .list {
  margin-left: -5px;
}

.attention .list li {
  font-size: 1.3rem;
  color: #232b35;
  line-height: 1.69;
  margin-left: 13px;
  text-indent: -13px;
  letter-spacing: 0.63px;
}

.attention .list li:not(:last-child) {
  margin-bottom: 10px;
}

.tel-box {
  background: #eee;
  padding-top: 44px;
  padding-bottom: 44px;
  margin-top: 60px;
}

.tel-box .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tel-box .col2 > div {
  width: 47.41379%;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  padding-bottom: 17px;
}

.tel-box h3 {
  font-size: 1.9rem;
  line-height: 24px;
  color: #212121;
  background: #f5f7fa;
  padding: 8px 10px 6px;
}

.tel-box .tel-inner {
  padding: 0 10px;
}

.tel-box .tel-no {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  color: #e00000;
  display: table;
  margin: 15px auto 0;
}

.tel-box .tel-no > .tag {
  display: table-cell;
  vertical-align: middle;
  margin-right: 12px;
  padding: 0;
}

.tel-box .tel-no > .tag span {
  display: inline;
  font-size: 1.8rem;
  line-height: 36px;
  color: #fff;
  background: #e00000;
  border-radius: 5px;
  font-weight: normal;
  height: 36px;
  text-align: center;
  padding: 6px 6px 3px;
}

.tel-box .tel-no strong {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  padding-left: 15px;
}

.tel-box .tel-time,
.tel-red {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
  color: #212121;
}

.tel-red {
  color: #e00000;
  margin-bottom: 12px;
  margin-top: 5px;
  min-height: 47px;
}

.tel-box .tel-inner p:last-child {
  font-size: 1.8rem;
  line-height: 1.3333;
  color: #212121;
}

.tel-box .tel-inner p:last-child strong {
  font-weight: bold;
}

footer {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 90px;
}

.btn-close {
  display: block;
  margin: 0 auto;
}

.sec_05 {
  margin-top: 30px;
}

@media (min-width:768px) {
  .sec_02 h2.title_01 {
    margin-top: 60px;
  }

  .sec_03 h2.title_01 {
    margin-top: 69px;
    margin-bottom: 10px;
  }

  .sec_04 .title_02.mt56 {
    margin-top: 56px;
  }

}

/* End media 768*/
@media (max-width:767px) {
  .mv {
    padding: 20px 0;
    height: auto;
    max-height: inherit;
  }

  .mv .mv-txt {
    width: 100%;
    padding-left: 0;
  }

  .mv .mv-txt p {
    font-size: 1.3rem;
  }

  .mv .mv-title h1 {
    font-size: 3rem;
  }

  .mv .mv-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec p {
    font-size: 1.4rem;
  }

  .title_01 {
    margin-top: 30px;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .sec .table_01 th {
    font-size: 1.6rem;
    padding: 15px 10px 10px 10px;
  }

  .sec .table_01 td {
    font-size: 1.6rem;
    padding: 14px 19px 7px;
  }

  .sec .table_01 {
    margin-top: 25px;
  }

  .title_02 {
    margin-top: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .table-box td:first-child {
    width: 50px;
  }

  .attention {
    margin-top: 20px;
    padding: 18px 25px 25px;
  }

  .tel-box {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tel-box .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tel-box .col2 > div {
    width: 100%;
  }

  .tel-box .col2 > div:first-child {
    margin-bottom: 10px;
  }

  .tel-box .tel-no > .tag span {
    font-size: 1.4rem;
    padding-top: 5px;
  }

  .tel-box .tel-no {
    font-size: 2.8rem;
  }

  .tel-box .tel-no strong {
    padding-top: 4px;
  }

  .list_01 li {
    font-size: 1.4rem;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .img-box {
    overflow-x: scroll;
  }

  .img-box img {
    width: 1160px;
    max-width: 200%;
    height: auto;
  }

  .tel-box h3 {
    font-size: 1.7rem;
  }

}

/* End media 767 */
@media (max-width:640px) {
  .tel-red {
    font-size: 1.3rem;
  }

}

/* End media 640*/
@media (max-width:480px) {
  .sec .table_01 td {
    font-size: 1.3rem;
    padding: 10px 12px 8px;
  }

  .sec .table_01 td:first-child {
    width: 65%;
  }

  .img-box img {
    max-width: 250%;
  }

}

/* End media 480*/
@media (max-width:375px) {
  .tel-box .tel-no {
    font-size: 2.4rem;
  }

  .tel-box .tel-no strong {
    padding-left: 10px;
  }

  .tel-box .tel-inner p:last-child {
    font-size: 1.6rem;
  }

  .tel-box .tel-no > .tag span {
    padding-top: 5px;
  }

}

/* End media 375*/
