@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap");
section {
  padding-top: min(6.25vw,80px);
}

@media print, screen and (max-width: 750px) {
  section {
    padding-top: 10.66667vw;
  }
}

section .inner {
  max-width: min(93.75vw,1200px);
  margin: 0 auto;
}

@media print, screen and (max-width: 750px) {
  section .inner {
    max-width: 100%;
  }
}

section .sec_ttl {
  font-size: min(3.125vw,40px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: min(1.25vw,16px) 0;
  position: relative;
}

@media print, screen and (max-width: 750px) {
  section .sec_ttl {
    font-size: 6.4vw;
    line-height: 1.3;
    padding: 4.26667vw;
  }
}

section .sec_ttl span {
  position: relative;
  z-index: 1;
}

section .sec_ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: min(12.5vw,160px);
  height: 100%;
}

@media print, screen and (max-width: 750px) {
  section .sec_ttl::after {
    width: 26.66667vw;
  }
}

section .sec_ttl._or {
  background: #FB6C01;
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #fb6c01), color-stop(80%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #fb6c01 90%, rgba(255, 255, 255, 0) 80%);
  background: -o-linear-gradient(left, #fb6c01 90%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(90deg, #fb6c01 90%, rgba(255, 255, 255, 0) 80%);
}

@media print, screen and (max-width: 750px) {
  section .sec_ttl._or {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #fb6c01), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fb6c01 75%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #fb6c01 75%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(90deg, #fb6c01 75%, rgba(255, 255, 255, 0) 70%);
  }
}

section .sec_ttl._or::after {
  background: url(../images/sec_ttl_bg_or.png) right top/cover no-repeat;
}

section .sec_ttl._bl {
  background: #005092;
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, #005092), color-stop(80%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #005092 90%, rgba(255, 255, 255, 0) 80%);
  background: -o-linear-gradient(left, #005092 90%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(90deg, #005092 90%, rgba(255, 255, 255, 0) 80%);
}

@media print, screen and (max-width: 750px) {
  section .sec_ttl._bl {
    background: -webkit-gradient(linear, left top, right top, color-stop(75%, #005092), color-stop(70%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #005092 75%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #005092 75%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(90deg, #005092 75%, rgba(255, 255, 255, 0) 70%);
  }
}

section .sec_ttl._bl::after {
  background: url(../images/sec_ttl_bg_bl.png) right top/cover no-repeat;
}

section .ff_min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media print, screen and (max-width: 750px) {
  section .ff_min {
    font-weight: 600;
    line-height: 1.3;
  }
}

section .m_h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
.kv {
  max-width: 1920px;
  margin: 0 auto;
}

@media print, screen and (max-width: 750px) {
  .kv {
    max-width: 100%;
  }
}

/* -----------------------------------------------------
	statement
----------------------------------------------------- */
.statement .ttl {
  font-size: min(3.125vw,40px);
  font-weight: 600;
}

@media print, screen and (max-width: 750px) {
  .statement .ttl {
    font-size: 6.4vw;
  }
}

.statement .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: min(3.125vw,40px);
}

@media print, screen and (max-width: 750px) {
  .statement .col3 {
    display: block;
    margin-top: 5.33333vw;
    padding: 0 4vw;
  }
}

.statement .col3 li {
  width: 32%;
}

@media print, screen and (max-width: 750px) {
  .statement .col3 li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (max-width: 750px) {
  .statement .col3 li .img {
    width: 50%;
    margin-right: 3.2vw;
  }
}

.statement .col3 li p {
  font-size: min(2.34375vw,30px);
  line-height: 1.5;
  margin-top: min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .statement .col3 li p {
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }
}

@media print, screen and (max-width: 750px) {
  .statement .col3 li + li {
    margin-top: 7.46667vw;
  }
}

/* -----------------------------------------------------
	features
----------------------------------------------------- */
.features .col4_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: min(6.25vw,80px);
}

@media print, screen and (max-width: 750px) {
  .features .col4_item {
    margin-top: 10.66667vw;
    padding: 0 4vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.features .col4_item li {
  width: 23%;
  background: url(../images/sec_features_bg.png) left top/cover no-repeat;
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li {
    width: 48%;
  }
  .features .col4_item li:nth-child(n+3) {
    margin-top: 10%;
  }
}

.features .col4_item li a {
  padding: min(3.75vw,48px) 0 min(4.375vw,56px);
  display: block;
  position: relative;
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li a {
    padding: 7.46667vw 1.06667vw 9.6vw;
  }
}

.features .col4_item li a::after {
  content: '';
  position: absolute;
  width: min(0.9375vw,12px);
  height: min(0.9375vw,12px);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  bottom: 2em;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li a::after {
    width: 2.13333vw;
    height: 2.13333vw;
    border-top: 0.4vw solid #000;
    border-right: 0.4vw solid #000;
  }
}

.features .col4_item li a .ttl {
  position: absolute;
  top: -3em;
  right: 0;
  left: 0;
  margin: auto;
}

.features .col4_item li a .ttl img {
  width: min(12.10938vw,155px);
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li a .ttl img {
    width: 26.66667vw;
  }
}

.features .col4_item li a .icon img {
  width: min(10.625vw,136px);
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li a .icon img {
    width: 18.13333vw;
  }
}

.features .col4_item li a p {
  font-size: min(1.875vw,24px);
  margin-top: min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .features .col4_item li a p {
    font-size: 4.26667vw;
    margin-top: 2.13333vw;
  }
}

.features .features_block {
  margin-top: min(7.5vw,96px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block {
    margin-top: 16vw;
  }
}

.features .features_block._point .block_ttl {
  background: #005092;
}

.features .features_block._point .wrap {
  background: #dbe6f0;
}

.features .features_block._point .wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl {
    margin-top: 5.33333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}

.features .features_block._point .wrap dl dt img {
  width: min(10.15625vw,130px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dt img {
    width: 21.33333vw;
  }
}

.features .features_block._point .wrap dl dd {
  width: min(31.25vw,400px);
  margin-left: min(3.125vw,40px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd {
    width: 56vw;
    margin-left: 0;
  }
}

.features .features_block._point .wrap dl dd .detail_wrap .ttl {
  background: #005092;
  font-size: min(1.875vw,24px);
  font-weight: 700;
  color: #fff;
  padding: min(0.3125vw,4px) 0;
  border-radius: min(1.5625vw,20px) min(1.5625vw,20px) 0 0;
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd .detail_wrap .ttl {
    font-size: 4vw;
    padding: 0.53333vw 0;
    border-radius: 2.66667vw 2.66667vw 0 0;
  }
}

.features .features_block._point .wrap dl dd .detail_wrap .detail_text {
  background: #f2f6fa;
  border-radius: 0 0 min(1.5625vw,20px) min(1.5625vw,20px);
  padding: min(1.25vw,16px) min(3.125vw,40px);
  text-align: left;
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd .detail_wrap .detail_text {
    border-radius: 0 0 2.66667vw 2.66667vw;
    padding: 2.13333vw 3.2vw;
  }
}

.features .features_block._point .wrap dl dd .detail_wrap .detail_text p {
  font-size: min(1.5625vw,20px);
  font-weight: 700;
  color: #005092;
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd .detail_wrap .detail_text p {
    font-size: 3.46667vw;
  }
}

.features .features_block._point .wrap dl dd .detail_wrap .detail_text .note {
  font-size: min(1.25vw,16px);
  margin-top: min(0.625vw,8px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd .detail_wrap .detail_text .note {
    font-size: 2.93333vw;
    margin-top: 0;
  }
}

.features .features_block._point .wrap dl dd .detail_wrap .detail_text .note li {
  text-indent: -1em;
  margin-left: 1em;
}

.features .features_block._point .wrap dl dd .detail_wrap + .detail_wrap {
  margin-top: min(1.25vw,16px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block._point .wrap dl dd .detail_wrap + .detail_wrap {
    margin-top: 2.13333vw;
  }
}

.features .features_block .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (max-width: 750px) {
  .features .features_block .col2 {
    display: block;
  }
}

.features .features_block .col2 li {
  width: 48%;
}

@media print, screen and (max-width: 750px) {
  .features .features_block .col2 li {
    width: 100%;
  }
}

.features .features_block .col2 li .wrap {
  padding: min(3.75vw,48px) min(2.5vw,32px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .col2 li .wrap {
    padding: 4.26667vw;
  }
}

@media print, screen and (max-width: 750px) {
  .features .features_block .col2 li + li {
    margin-top: 10.66667vw;
  }
}

.features .features_block .block_ttl {
  background: #fb6c01;
  font-size: min(2.5vw,32px);
  font-weight: 600;
  color: #fff;
  font-style: italic;
  padding: min(0.625vw,8px) 0 min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .block_ttl {
    font-size: 5.33333vw;
    padding: 1.06667vw 0 3.2vw;
  }
}

.features .features_block .block_ttl .ttl img {
  width: min(18.125vw,232px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .block_ttl .ttl img {
    width: 30.93333vw;
  }
}

.features .features_block .wrap {
  background: #FEF7EF;
  background: -webkit-gradient(linear, left bottom, left top, from(#fef7ef), to(#fcf9d6));
  background: -webkit-linear-gradient(bottom, #fef7ef 0%, #fcf9d6 100%);
  background: -o-linear-gradient(bottom, #fef7ef 0%, #fcf9d6 100%);
  background: linear-gradient(0deg, #fef7ef 0%, #fcf9d6 100%);
  padding: min(3.75vw,48px) min(7.5vw,96px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap {
    padding: 4.26667vw;
  }
}

.features .features_block .wrap .wrap_inner {
  background: #fff;
  padding: min(5vw,64px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner {
    padding: 7.46667vw 5.33333vw;
  }
}

.features .features_block .wrap .wrap_inner .lead_text {
  font-size: min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner .lead_text {
    font-size: 3.73333vw;
  }
}

.features .features_block .wrap .wrap_inner .what {
  margin-top: min(4.375vw,56px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner .what {
    margin-top: 48vw;
  }
}

.features .features_block .wrap .wrap_inner .what .what_ttl {
  background: #fb6c01;
  border-radius: 50vh;
  font-size: min(1.875vw,24px);
  font-weight: 700;
  color: #fff;
  margin-bottom: min(1.25vw,16px);
  padding: 0 min(3.125vw,40px);
  display: inline-block;
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner .what .what_ttl {
    font-size: 4.8vw;
    margin-bottom: 2.13333vw;
    padding: 0 5.33333vw;
  }
}

.features .features_block .wrap .wrap_inner .what p {
  font-size: min(1.5625vw,20px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner .what p {
    font-size: 3.73333vw;
    text-align: left;
  }
}

.features .features_block .wrap .wrap_inner .img {
  margin-top: min(3.125vw,40px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner .img {
    margin-top: 3.2vw;
  }
}

.features .features_block .wrap .wrap_inner._01 {
  position: relative;
}

.features .features_block .wrap .wrap_inner._01::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: min(3.125vw,40px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(14.0625vw,180px);
  height: min(12.26563vw,157px);
  background: url(../images/sec_features_01_ill.png) right center/contain no-repeat;
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner._01::after {
    top: 29.33333vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 47.73333vw;
    height: 41.6vw;
  }
}

.features .features_block .wrap .wrap_inner._02 .img img {
  width: min(50.78125vw,650px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner._02 .img img {
    width: 100%;
  }
}

.features .features_block .wrap .wrap_inner._03 .img img, .features .features_block .wrap .wrap_inner._04 .img img {
  width: min(23.67188vw,303px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block .wrap .wrap_inner._03 .img img, .features .features_block .wrap .wrap_inner._04 .img img {
    width: 64vw;
  }
}

.features .features_block + .features_block {
  margin-top: min(4.375vw,56px);
}

@media print, screen and (max-width: 750px) {
  .features .features_block + .features_block {
    margin-top: 10.66667vw;
  }
}

/* -----------------------------------------------------
	kids
----------------------------------------------------- */
.kids {
  background: #ffe8ce;
  margin-top: min(6.25vw,80px);
  padding: min(6.25vw,80px) 0;
}

@media print, screen and (max-width: 750px) {
  .kids {
    margin-top: 16vw;
    padding: 16vw 4vw;
  }
}

.kids .lead {
  font-size: min(1.71875vw,22px);
  font-weight: 700;
  margin-top: min(4.375vw,56px);
}

@media print, screen and (max-width: 750px) {
  .kids .lead {
    font-size: 4vw;
    margin-top: 7.46667vw;
  }
}

.kids .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: min(70.3125vw,900px);
  margin: min(3.125vw,40px) auto 0;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin-top: 7.46667vw;
  }
}

.kids .col3 li {
  width: 31%;
  background: #fff;
  border-radius: min(1.5625vw,20px) min(1.5625vw,20px) 0 0;
  overflow: hidden;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li {
    width: 48%;
    border-radius: 2.66667vw 2.66667vw 0 0;
  }
  .kids .col3 li:nth-child(1) {
    margin-right: 2%;
  }
  .kids .col3 li:nth-child(2) {
    margin-left: 2%;
  }
  .kids .col3 li:nth-child(n+3) {
    margin-top: 4%;
  }
}

.kids .col3 li .detail_wrap {
  background: #fff;
}

.kids .col3 li .detail_wrap .ttl {
  background: #fb6c01;
  font-size: min(2.34375vw,30px);
  font-weight: 700;
  color: #fff;
  padding: min(0.3125vw,4px) 0;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .ttl {
    font-size: 4.8vw;
    padding: 1.06667vw 0;
  }
}

.kids .col3 li .detail_wrap .item {
  background: #fff;
  padding: min(1.875vw,24px);
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .item {
    padding: 3.2vw;
  }
}

.kids .col3 li .detail_wrap .item .item_detail .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(2.03125vw,26px);
  font-weight: 700;
  line-height: 1.2;
  color: #005092;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .item .item_detail .type {
    font-size: 4.26667vw;
  }
}

.kids .col3 li .detail_wrap .item .item_detail .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.kids .col3 li .detail_wrap .item .item_detail .item_name {
  font-size: min(1.5625vw,20px);
  line-height: 1.2;
  margin-top: min(1.25vw,16px);
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .item .item_detail .item_name {
    font-size: 4vw;
    margin-top: 2.13333vw;
  }
}

.kids .col3 li .detail_wrap .item .item_detail .cate img {
  width: min(6.25vw,80px);
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .item .item_detail .cate img {
    width: 12.8vw;
  }
}

.kids .col3 li .detail_wrap .btn_detail a {
  display: block;
  background: #005092;
  font-size: min(1.40625vw,18px);
  color: #fff;
  text-align: center;
  margin-top: min(1.25vw,16px);
  padding: min(0.625vw,8px) 0;
  position: relative;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .btn_detail a {
    font-size: 3.73333vw;
    margin-top: 3.2vw;
    padding: 2.13333vw 0;
  }
}

.kids .col3 li .detail_wrap .btn_detail a::after {
  content: '';
  position: absolute;
  width: min(0.625vw,8px);
  height: min(0.625vw,8px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .btn_detail a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 0.4vw solid #fff;
    border-right: 0.4vw solid #fff;
  }
}

.kids .col3 li .detail_wrap .btn_detail a:hover {
  opacity: .8;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .btn_detail a:hover {
    opacity: 1;
  }
}

.kids .col3 li .detail_wrap .btn_detail a:hover::after {
  right: .8em;
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li .detail_wrap .btn_detail a:hover::after {
    right: 1em;
  }
}

@media print, screen and (max-width: 750px) {
  .kids .col3 li:nth-child(3) .item_img {
    margin-top: 3.2vw;
  }
}

/* -----------------------------------------------------
	overview
----------------------------------------------------- */
.overview {
  background: #dbe6f0;
  padding: min(6.25vw,80px) 0;
}

@media print, screen and (max-width: 750px) {
  .overview {
    padding: 16vw 4vw;
  }
}

.overview .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-top: min(3.125vw,40px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 {
    display: block;
    margin-top: 5.33333vw;
  }
}

.overview .col2 li:nth-child(1) {
  width: 55%;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 li:nth-child(1) {
    width: 100%;
  }
}

.overview .col2 li:nth-child(2) {
  width: 40%;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 li:nth-child(2) {
    width: 100%;
  }
}

.overview .col2 li .wrap + .wrap {
  margin-top: min(3.125vw,40px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 li .wrap + .wrap {
    margin-top: 7.46667vw;
  }
}

.overview .col2 li .wrap .wrap_inner {
  max-width: 80%;
  background: #fff;
  border: 1px solid #d2d2d2;
  margin-top: min(0.625vw,8px);
  padding: min(0.625vw,8px) min(1.25vw,16px);
  font-size: min(1.09375vw,14px);
  font-weight: 600;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 li .wrap .wrap_inner {
    max-width: 100%;
    border: 0.26667vw solid #d2d2d2;
    margin-top: 2.13333vw;
    padding: 5.33333vw;
    font-size: 3.2vw;
  }
}

@media print, screen and (max-width: 750px) {
  .overview .col2 li + li {
    margin-top: 7.46667vw;
  }
}

.overview .col2 .ttl {
  font-size: min(1.875vw,24px);
  font-weight: 700;
  color: #005092;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 .ttl {
    font-size: 4vw;
  }
}

.overview .col2 .ttl span {
  font-size: min(1.25vw,16px);
  color: #000;
  margin-left: min(0.625vw,8px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 .ttl span {
    font-size: 2.93333vw;
    margin-left: 1.06667vw;
  }
}

.overview .col2 .text {
  font-size: min(1.09375vw,14px);
  margin-top: min(0.625vw,8px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 .text {
    font-size: 3.2vw;
    margin-top: 3.2vw;
  }
}

.overview .col2 table, .overview .col2 td, .overview .col2 th {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 table, .overview .col2 td, .overview .col2 th {
    border: 0.26667vw solid #d2d2d2;
  }
}

.overview .col2 td, .overview .col2 th {
  padding: min(0.625vw,8px) min(1.25vw,16px);
  vertical-align: middle;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 td, .overview .col2 th {
    padding: 1.06667vw 2.13333vw;
  }
}

.overview .col2 table {
  width: 100%;
  margin-top: min(0.625vw,8px);
  font-size: min(1.09375vw,14px);
  font-weight: 600;
}

@media print, screen and (max-width: 750px) {
  .overview .col2 table {
    margin-top: 2.13333vw;
    font-size: 3.2vw;
  }
}

.overview .col2 table th {
  width: 32%;
  background: #005092;
  color: #fff;
  text-align: center;
}

.overview .col2 table td {
  background: #fff;
}

.overview .col2 table td sub {
  font-size: min(0.78125vw,10px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 table td sub {
    font-size: 2.13333vw;
  }
}

.overview .col2 table.type01 td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.overview .col2 table.type01 td div p:nth-child(2) {
  text-align: right;
}

.overview .col2 table.type01 td div p:nth-child(2) span {
  font-size: min(0.9375vw,12px);
}

@media print, screen and (max-width: 750px) {
  .overview .col2 table.type01 td div p:nth-child(2) span {
    font-size: 2.4vw;
    line-height: 1.5;
    display: block;
  }
}

.overview .col2 table.type02 td {
  text-align: center;
}
