﻿@charset "UTF-8";
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/* css Document */
/*タブレットは端末判定で幅1200pxを画面100%で表示するようJ-Queryで制御*/
/*media-pc02はPCブラウザ可変対応*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
/*グラデーション用*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "myriad-pro", sans-serif;
  font-size: 16px;
  color: #333333;
}

a {
  text-decoration: none !important;
}

img {
  vertical-align: middle !important;
  max-width: 100%;
}

#wrap {
  position: relative;
}

.inner {
  width: 1020px;
  margin: 0 auto;
}

.inner2 {
  width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media all and (max-width: 640px) {
  body {
    width: 640px;
    -webkit-text-size-adjust: 100%;
  }
  .inner, .inner2 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.linkBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
  transition: background-color 0.4s, box-shadow 0.4s;
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 95%;
  max-width: 1020px;
  margin: 30px auto;
  padding: 0.75em 0 20px 0px;
  background-color: #fd8828;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.linkBtn.pink {
  background-color: #f8627e;
}

.linkBtn img {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: auto;
  transition: all 0.6s;
}

.linkBtn.active img {
  transform: translateY(-50%) rotate(-180deg);
}

/*------------------------------------

key

------------------------------------*/
#key {
  margin-bottom: 70px;
}

#key .imgWrap img {
  width: 100%;
}

/*------------------------------------

専門実践煽り

------------------------------------*/
.professional-practice {
  position: relative;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto 30px auto;
  padding: 8px 0;
  border: 2px solid red;
}

.professional-practice::after {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  color: red;
  font-size: 20px;
}

.professional-practice a {
  display: block;
  font-size: 20px;
  color: red;
  line-height: 1.6;
  text-align: center;
}

.professional-practice a span {
  font-size: 80%;
  margin-right: 8px;
}

.professional-practice02 {
  position: relative;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 24px;
  color: red;
  line-height: 1.6;
  text-align: center;
  font-weight: 900;
}

/*------------------------------------

早期出願特典

------------------------------------*/
.early-benefits {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 640px) {
  .early-benefits {
    margin: 60px auto 30px auto;
  }
}
.early-benefits .linkBtn {
  width: 100%;
}

.early-benefits-content {
  /*display: none;*/
}

.early-benefits-content section {
  margin-bottom: 50px;
  text-align: center;
}
.early-benefits-content section h2 {
  font-size: 225%;
  font-weight: 900;
  color: #00336A;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em;
  margin-top: 0.75em;
  margin-bottom: -0.35em;
}
.early-benefits-content section h2 .line {
  position: absolute;
  left: 0;
  bottom: 0.15em;
  background: #ffff00;
  width: 100%;
  height: 0.35em;
  z-index: -1;
}

.layout01 {
  margin-top: 2.5em;
  display: flex;
  justify-content: space-between;
  text-align: left;
  background: #F9F7F1;
  background: linear-gradient(90deg, #F9F7F1 0%, #EFFBFF 100%);
  padding: 1.5em 2.5%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .layout01 {
    margin-top: 1.5em;
  }
}
.layout01.layout02 {
  flex-direction: row-reverse;
  background: #F9F7F1;
  background: linear-gradient(90deg, #EFFBFF 0%, #F9F7F1 100%);
}
.layout01.layout03 .icon02 {
  position: absolute;
  width: 15em;
  top: -1em;
  right: 8%;
}
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .layout01.layout03 .icon02 {
    width: 10em;
  }
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .icon02 {
    width: 12.5em;
    top: -2.75em;
    right: 0;
  }
}
.layout01.layout03 .box01 {
  width: 100%;
}
.layout01.layout03 .box01 h3 {
  color: #333;
}
.layout01.layout03 section h4 {
  text-align: center;
}
.layout01.layout03 .wrap01 {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  max-width: 90%;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 {
    max-width: 100%;
  }
}
.layout01.layout03 .wrap01.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 {
    display: block;
  }
}
.layout01.layout03 .wrap01 section {
  width: 47.5%;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.layout01.layout03 .wrap01 section h3 {
  display: block;
  border: 2px solid #EABA6B;
  border-radius: 100px;
  font-size: 130%;
  font-weight: 900;
  text-align: center;
  padding: 0.15em 0;
  background: #f8f8f8;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section h3 {
    font-size: 170%;
  }
}
.layout01.layout03 .wrap01 section h3 .icon01 {
  display: inline-block;
  width: 1.5em;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0.15em;
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section h3 .icon01 {
    width: 1.25em;
  }
}
.layout01.layout03 .wrap01 section h3 .icon01.right {
  transform: scale(-1, 1);
  margin-right: 0;
  margin-left: 0.25em;
}
.layout01.layout03 .wrap01 section h3.small {
  font-size: 103%;
  padding-top: 7px;
  min-height: 47.73px;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section h3.small {
    font-size: 140%;
    padding-top: 0;
    min-height: auto;
  }
}
.layout01.layout03 .wrap01 section h3 .red {
  color: #d33f49;
}
.layout01.layout03 .wrap01 section p {
  text-align: center;
  font-size: 112.5%;
}
@media screen and (max-width: 640px) {
  .layout01.layout03 .wrap01 section p {
    font-size: 3vw;
    text-align: left;
  }
}
.layout01 .box01 {
  width: 52%;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.4;
}
.layout01 .box01 section {
  text-align: left;
  margin-bottom: 0;
}
.layout01 .box01 h3 {
  font-size: 100%;
  font-weight: 500;
  background: #00336A;
  color: #fff;
  padding: 0.35em 1em 0;
  margin-bottom: 0.35em;
  display: inline-block;
  border-radius: 0 0.35em 0.35em 0;
  font-weight: 900;
}
.layout01 .box01 h3 strong {
  font-size: 120%;
  margin-left: 0.2em;
}
.layout01 .box01 h3 strong b {
  font-size: 120%;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.15em;
}
@media screen and (max-width: 640px) {
  .layout01 .box01 section {
    text-align: left;
  }
}
.layout01 .box01 section h4 {
  font-size: 200%;
  font-weight: 900;
  color: #00336A;
  margin-bottom: 0.65em;
  line-height: 1.35;
  font-feature-settings: "palt";
}
.layout01 .box01 section h4 span {
  font-size: 85%;
}
.layout01 .box01 section h4 strong {
  font-weight: 900;
}
.layout01 .box01 section h4 strong b {
  color: #d33f49;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .layout01 .box01 section p {
    font-size: 3vw;
  }
}
.layout01 .box01 section .img01 {
  display: block;
  width: 60%;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 640px) {
  .layout01 .box01 section .img01 {
    margin: 0.5em auto 0;
  }
}
.layout01 .list01 {
  width: 44%;
}
.layout01 .list01 li:not(:last-child) {
  margin-bottom: 1.25em;
}
.layout01 .list01 li img {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .professional-practice::after {
    right: 15px;
  }
  .professional-practice02 {
    font-size: 1.75em;
  }
  .early-benefits .trigger img {
    right: 20px;
    width: 25px;
  }
  .early-benefits-content h2 {
    margin-bottom: 15px;
  }
  .early-benefits-content h3 {
    margin: 15px auto 10px auto;
  }
  .early-benefits-content .benefits-list li {
    width: 100%;
  }
  .early-benefits-content .benefits-list li h4 {
    padding: 5px 0;
  }
  .early-benefits-content .benefits-list li h5 {
    margin: 10px auto;
    font-size: 5.6vw;
  }
  .early-benefits-content .benefits-list02 {
    width: 100%;
  }
  .early-benefits-content .benefits-list02 + img {
    width: 100%;
  }
  .early-benefits-content .benefits-list02 h4 {
    font-size: 5.6vw;
  }
  .early-benefits-content .benefits-list02 h4 span {
    display: block;
  }
  .early-benefits-content .benefits-list02 li:not(:last-child) {
    margin-bottom: 15px;
  }
}
/*------------------------------------

bnr02

------------------------------------*/
.bnr02 {
  margin: 40px 0;
  text-align: center;
}

.bnr02 a {
  display: block;
  margin: 0 auto;
  max-width: 95%;
  width: 750px;
}

.bnr02 a:hover {
  opacity: 0.7;
}

.bnr02 a img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------

faculty01

------------------------------------*/
.faculty01 {
  display: flex;
  justify-content: space-between;
  width: 990px;
  max-width: 95%;
  margin: 0 auto 50px auto;
}

.faculty01 dt {
  background: #185B99;
  color: #fff;
  padding: 0.75em;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.faculty01 dd strong {
  display: block;
  border-bottom: 1px solid #185B99;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #185B99;
}

.faculty01 dd span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.faculty01 dd a {
  display: block;
  padding: 0.5em 1.5em;
  height: 6.5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0.5em;
  background: #f4f4f4;
  border-radius: 10px;
  color: inherit;
  position: relative;
}

.faculty01 dd a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #185B99;
  border-right: 2px solid #185B99;
  transform: translateY(-50%) rotate(45deg);
}

.faculty01 dd a:hover {
  opacity: 0.7;
}

.faculty01 .w {
  width: 33%;
}

.faculty01 .w dt {
  border-left: 10px solid #f4a427;
}

.faculty01 .psw {
  width: 65%;
}

.faculty01 .psw dt {
  border-left: 10px solid #04af7a;
}

.faculty01 .psw dl dd ul {
  display: flex;
  justify-content: space-between;
}

.faculty01 .psw dl dd ul li {
  width: 49.3%;
}

.faculty01 .psw dl dd ul li a {
  display: block;
  padding: 0.5em 1.5em;
  height: 6.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0.5em;
  background: #f8f8f8;
  border-radius: 10px;
  color: inherit;
}

.faculty01 .psw dl dd ul li a.small {
  font-size: 12px;
}

.faculty01.padding {
  padding: 50px 0;
}

@media all and (max-width: 640px) {
  .faculty01 {
    display: block;
  }
  .faculty01 dt {
    font-size: 26px;
  }
  .faculty01 dd strong {
    font-size: 26px;
  }
  .faculty01 dd span {
    font-size: 22px;
    margin-top: 0.25em;
  }
  .faculty01 .w {
    width: auto;
    margin-bottom: 1em;
  }
  .faculty01 .w dd a {
    font-size: 24px;
    height: auto;
  }
  .faculty01 .psw {
    width: auto;
  }
  .faculty01 .psw dl dd ul {
    display: block;
  }
  .faculty01 .psw dl dd ul li {
    width: auto;
  }
  .faculty01 .psw dl dd ul li a {
    height: auto;
    font-size: 24px;
  }
}
/*------------------------------------

leadBox

------------------------------------*/
#leadBox {
  /*padding: 95px 0;*/
  padding: 15px 0 75px;
  text-align: center;
}

#leadBox p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}

#leadBox .line {
  background: linear-gradient(transparent 80%, #ffff00 0%);
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  margin-bottom: 45px;
  line-height: 1;
  font-feature-settings: "palt";
}

#leadBox p .color {
  color: #e25241;
}

#leadBox p .under {
  text-decoration: underline;
}

@media all and (max-width: 640px) {
  #leadBox {
    /*padding: 40px 0;*/
    padding: 0 0 40px;
    margin-top: -25px;
  }
  #leadBox .line {
    background: none;
    line-height: 1.6;
  }
  #leadBox .lineSp {
    background: linear-gradient(transparent 80%, #ffff00 0%);
  }
}
/*------------------------------------

nextApp

------------------------------------*/
#nextApp {
  background-color: #fffaf1;
  padding: 50px 0;
  text-align: center;
}

#nextApp p {
  font-size: 40px;
  color: #f13255;
  font-weight: 600;
}

#nextApp p img {
  margin-right: 20px;
}

#nextApp div {
  margin: 30px auto 0 auto;
  width: 500px;
  position: relative;
  background-color: #3bcb9e;
  border-radius: 5px;
  color: #fff;
  transition: none;
  box-shadow: 0 7px 0 #0d946a;
}

#nextApp div::after {
  content: "";
  background-image: url(../img/nextApp_arrow01.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
}

#nextApp div a {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: block;
  padding: 30px 0;
}

#nextApp div:active {
  transform: translateY(7px); /*下に動く*/
  box-shadow: none; /*線を消す*/
}

#nextApp .set {
  font-size: 28px;
  margin-top: 46px;
}

#nextApp .set a {
  color: #333;
}

#nextApp .set a:hover {
  opacity: 0.7;
}

@media all and (max-width: 640px) {
  #nextApp {
    padding: 50px 20px;
  }
  #nextApp p {
    font-size: 30px;
  }
  #nextApp div {
    width: 100%;
  }
}
/*------------------------------------

contact

------------------------------------*/
#contact {
  background-color: #dff2ff;
  padding: 40px 0;
  text-align: center;
}

#contact ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

#contact ul li {
  width: 480px;
  margin: 0 15px;
}

#contact ul li.mt {
  margin-top: 40px;
}

#contact ul li:first-child a {
  /*background-color: #3c93e6;*/
  background-color: #f8627e;
}

#contact ul li:nth-child(2) a {
  background-color: #04af7a;
}

#contact ul li.pamph a {
  background-color: #FD8431;
  padding: 28.5px 0;
}

#contact.contact01 ul li.pamph a {
  padding: 25px 0;
}

#contact.contact01 ul li:first-child a {
  background-color: #f8627e;
}

#contact.contact01 ul li:nth-child(2) a {
  /*background-color: #3c93e6;*/
  background-color: #04af7a;
}

#contact ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding: 25px 0;
  border-radius: 13px;
  position: relative;
}

#contact ul li a:hover {
  opacity: 0.7;
}

#contact ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#contact ul li a img {
  width: 40px;
  margin-right: 10px;
}

#contact ul li p {
  font-weight: bold;
  color: #9e7752;
  font-size: 22px;
  margin-bottom: 10px;
}

@media all and (max-width: 640px) {
  #contact ul {
    display: block;
  }
  #contact ul li {
    width: 100%;
    margin: 30px 0;
  }
  #contact ul li:nth-child(3) {
    margin-top: 40px;
  }
  #contact.contact01 ul li:nth-child(3) {
    margin-top: 30px;
  }
  #contact ul li p {
    text-align: center;
  }
}
/*------------------------------------

box01

------------------------------------*/
#box01 {
  padding: 70px 0 80px 0;
  background-color: #f8f8f8;
}

#box01 .sub01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#box01 .sub01 p {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  font-feature-settings: "palt";
}
#box01 .sub01 p span {
  background: linear-gradient(transparent 80%, #ffff00 0%);
  font-weight: bold;
}
#box01 .sub01 p .small {
  font-size: 60%;
}

.ankerLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  font-feature-settings: "palt";
  width: 100%;
  max-width: 1200px;
  margin: 4.5em auto 0;
}

.ankerLink a {
  position: relative;
  display: block;
  width: calc((100% - 48px) / 3);
  text-align: center;
  border: 2px solid #9e7752;
  padding: 24px;
  transition: all 0.6s;
  background: #fff;
  border-radius: 0.5em;
}

.ankerLink a:hover {
  background-color: #9e7752;
}

.ankerLink a:hover h2 {
  color: #fff;
}

.ankerLink a:hover h3 {
  border-color: #fff;
  color: #fff;
}

.ankerLink a .num {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  width: 70px;
  height: auto;
}

.ankerLink a .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.25em;
  width: 1.35em;
  height: auto;
}

.ankerLink h2 {
  font-size: 2em;
  font-weight: 700;
  color: #9e7752;
}

.ankerLink h3 {
  color: #f8627e;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #9e7752;
  font-size: 22px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.ankerLink h3 strong {
  font-weight: 700;
  font-size: 160%;
  margin-left: 6px;
}

@media all and (max-width: 640px) {
  #box01 .sub01 {
    display: block;
    text-align: center;
  }
  #box01 .sub01 p {
    margin-bottom: 30px;
    text-align: left;
  }
  #box01 .sub01 img {
    width: 100%;
  }
  .ankerLink {
    gap: 64px;
  }
  .ankerLink a {
    width: 100%;
  }
  .ankerLink a .num {
    top: -50px;
    width: 3.75em;
  }
  .ankerLink h2 {
    font-size: 7vw;
  }
  .ankerLink h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    min-height: auto;
  }
}
/*------------------------------------

reason

------------------------------------*/
.reason-content:not(:last-child) {
  margin-bottom: 60px;
}

.reason-img.flex {
  margin-top: 36px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.reason-img.flex img:first-child {
  width: 460px;
  height: auto;
}

.reason-img.flex img:not(:first-child) {
  width: 180px;
  height: auto;
}

.reason-content .txtBox {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #333;
}

.reason01,
.reason02,
.reason03 {
  padding: 2.5em 0;
}
@media screen and (max-width: 640px) {
  .reason01,
  .reason02,
  .reason03 {
    padding: 2.5em 20px;
    font-size: 3vw;
  }
}
.reason01 .ttl,
.reason02 .ttl,
.reason03 .ttl {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9e7752;
}
.reason01 .ttl img,
.reason02 .ttl img,
.reason03 .ttl img {
  width: 75px;
  height: auto;
}
.reason01 .ttl .ttl-inner,
.reason02 .ttl .ttl-inner,
.reason03 .ttl .ttl-inner {
  width: calc(100% - 56px);
  padding: 8px 0;
}
.reason01 .ttl .ttl-inner h2,
.reason02 .ttl .ttl-inner h2,
.reason03 .ttl .ttl-inner h2 {
  font-size: 2em;
  color: #f8627e;
  font-weight: 900;
  line-height: 1.25;
}
.reason01 .ttl .ttl-inner h2 span,
.reason02 .ttl .ttl-inner h2 span,
.reason03 .ttl .ttl-inner h2 span {
  display: block;
  font-size: 70%;
  color: #9e7752;
}
.reason01 .sub-ttl,
.reason02 .sub-ttl,
.reason03 .sub-ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .reason01 .sub-ttl,
  .reason02 .sub-ttl,
  .reason03 .sub-ttl {
    font-size: 4vw;
  }
}
.reason01 .sub-ttl span,
.reason02 .sub-ttl span,
.reason03 .sub-ttl span {
  margin-left: 18px;
  font-size: 65%;
  font-weight: 400;
}
.reason01 .sub-ttl .icon,
.reason02 .sub-ttl .icon,
.reason03 .sub-ttl .icon {
  padding: 6px;
  background: red;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.reason01 .sub-ttl + *,
.reason02 .sub-ttl + *,
.reason03 .sub-ttl + * {
  display: block;
  margin-top: 16px;
}
.reason01 .read,
.reason02 .read,
.reason03 .read {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .reason01 .read,
  .reason02 .read,
  .reason03 .read {
    font-size: 3vw;
  }
}
.reason01 .btn,
.reason02 .btn,
.reason03 .btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 15em;
  margin-top: 1em;
  padding: 0.75em 1em;
  font-size: inherit;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background: #00336A;
  text-align: center;
}
.reason01 .btn .arrow,
.reason02 .btn .arrow,
.reason03 .btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.reason01 .container,
.reason02 .container,
.reason03 .container {
  font-feature-settings: "palt";
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.reason01 .reason-content.cont01a .read,
.reason01 .reason-content.cont01b .read,
.reason01 .reason-content.cont01c .read,
.reason02 .reason-content.cont02b .read,
.reason02 .reason-content.cont02c .read,
.reason02 .reason-content.cont02d .read {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .reason01 .reason-content.cont01a .read,
  .reason01 .reason-content.cont01b .read,
  .reason01 .reason-content.cont01c .read,
  .reason02 .reason-content.cont02b .read,
  .reason02 .reason-content.cont02c .read,
  .reason02 .reason-content.cont02d .read {
    font-size: 4vw;
  }
}

.reason01 .reason-content.cont01b .reason-img {
  max-width: 600px;
}

.reason01 .reason-content.cont01b,
.reason02 .reason-content.cont02c {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 24px;
}

.reason01 .reason-content.cont01b .reason-txt,
.reason02 .reason-content.cont02c .reason-txt {
  width: 55%;
}

.reason01 .reason-content.cont01b .reason-img,
.reason02 .reason-content.cont02c .reason-img {
  width: calc(45% - 24px);
}

.reason02 .reason-content.cont02a .detail-wrap {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .reason02 .reason-content.cont02a .detail-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.reason02 .reason-content.cont02a .detail-wrap .detail h4 {
  font-size: 140%;
  padding: 0 0 0.1em 0.5em;
  line-height: 1;
  margin-bottom: 10px;
  color: #00336A;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.reason02 .reason-content.cont02a .detail-wrap .detail:first-child h4 {
  border-left: 0.25em solid #EB6143;
}
.reason02 .reason-content.cont02a .detail-wrap .detail:last-child h4 {
  border-left: 0.25em solid #3AB483;
}
.reason02 .reason-content.cont02a .detail-wrap .detail h5 {
  display: inline-block;
  font-size: 110%;
  font-weight: 700;
  color: #fff;
  background: #00336A;
  padding: 5px 15px;
}
@media screen and (max-width: 640px) {
  .reason02 .reason-content.cont02a .detail-wrap .detail h5 {
    margin-bottom: 16px;
  }
}
.reason02 .reason-content.cont02a .detail-wrap .detail .data-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .data-wrap {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .reason02 .reason-content.cont02a .detail-wrap .detail .data-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.reason02 .reason-content.cont02a .detail-wrap .detail .rank {
  width: 50%;
  background: url(../../school/point/rate/images/bg_01-1.png) 0 center no-repeat;
  background-size: 100% auto;
  text-align: center;
  height: 200px;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .rank dt {
  color: #00336A;
  font-size: 112.5%;
  text-decoration: underline;
  font-weight: 700;
  width: 100%;
  margin: -0.5em 0;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .rank dd .txt01 {
  color: #00336A;
  font-size: 230%;
  font-weight: 700;
  line-height: 1.4;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .rank dd .txt01.red {
  color: #ff0000;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .rank dd .txt02 {
  font-size: 75%;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number {
  position: relative;
  color: #00336A;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number .rateIcon01 {
  position: absolute;
  top: -25px;
  right: 5px;
  width: 80px;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number .number01 {
  font-size: 250%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.1;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number .number01 strong {
  font-size: 200%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number .average {
  font-size: 110%;
}
.reason02 .reason-content.cont02a .detail-wrap .detail .number .average strong {
  font-size: 120%;
  margin-left: 0.25em;
  font-weight: 700;
}

.reason03 .cont03a .read strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .reason03 .cont03a .reason-img {
    gap: 4px;
  }
}
.reason03 .cont03a .reason-img img {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 640px) {
  .reason03 .cont03a .reason-img img {
    width: calc((100% - 16px) / 5);
  }
}
.reason03 .cont03b h3 {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
}
.reason03 .cont03b h3 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #26a28d;
  border-radius: 50%;
}
.reason03 .cont03b h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 8px auto;
}
.reason03 .cont03b .flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 24px;
}
.reason03 .cont03b table {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .reason03 .cont03b table {
    width: 100%;
  }
}
.reason03 .cont03b table th,
.reason03 .cont03b table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #333;
  font-size: 16px;
}
.reason03 .cont03b table th {
  font-weight: 700;
  background-color: #d9fffd;
}
.reason03 .cont03b .caution {
  width: calc(50% - 24px);
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .reason03 .cont03b .caution {
    width: 100%;
  }
}
.reason03 .cont03b .caution li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.reason03 .cont03b .caution li:not(:last-child) {
  margin-bottom: 8px;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 50%, #ffff00 50%);
  background-repeat: no-repeat;
}

@media all and (max-width: 640px) {
  .ttl {
    gap: 12px;
  }
  .ttl img {
    width: 50px;
  }
  .ttl .ttl-inner h2 {
    font-size: 5.4vw;
  }
  .reason-img.flex {
    gap: 8px;
  }
  .reason-img.flex img {
    width: calc((100% - 8px) / 2);
  }
  .reason01 .reason-content.cont01b .reason-txt,
  .reason02 .reason-content.cont02c .reason-txt {
    width: 100%;
    order: 1;
  }
  .reason01 .reason-content.cont01b .reason-img,
  .reason02 .reason-content.cont02c .reason-img {
    width: 100%;
    order: 2;
  }
  .reason02 .reason-content.cont02a .box-wrap .box-inner {
    padding: 8px;
    text-align: left;
  }
}
#reason_sub01 {
  padding-bottom: 70px;
}

#reason_sub01 .title {
  background-image: url(../img/reason_sub01_bg.png);
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#reason_sub01 .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ece4dc transparent transparent transparent;
  border-width: 60px 100px 0 100px;
}

#reason_sub01 .title .innerWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#reason_sub01 .title .innerWrap h2 {
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 40px;
  border-bottom: 10px solid #ffff00;
  display: inline-block;
  line-height: 1.2;
}

#reason_sub01 .title .innerWrap h2 span {
  font-size: 70px;
}

#reason_sub01 h3 {
  font-size: 36px;
  color: #9e7752;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
}

#reason_sub01 .flBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}

#reason_sub01 .flBox .txtBox {
  width: 460px;
}

#reason_sub01 .flBox .txtBox p:first-child {
  font-weight: 500;
  line-height: 1.8;
}

#reason_sub01 .flBox .txtBox p:last-child {
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.8;
}

#reason_sub01 .flBox .txtBox p:last-child span {
  background: linear-gradient(transparent 80%, #ffff00 0%);
}

#reason_sub01 .flBox .txtBox p:last-child .big {
  font-size: 30px;
  background: none;
}

#reason_sub01 .inner__title {
  padding-left: 160px;
  position: relative;
}
#reason_sub01 .inner__title::before {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#reason_sub01 .inner.elearing .inner__title::before {
  background-image: url(../img/reason01_number.png);
}
#reason_sub01 .inner.schedule {
  margin-top: 50px;
}
#reason_sub01 .inner.schedule .inner__title::before {
  background-image: url(../img/reason02_number.png);
}
#reason_sub01 .inner.schedule p {
  font-weight: 600;
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.8;
  text-align: center;
}
#reason_sub01 .inner.schedule p .small {
  font-size: 80%;
}
#reason_sub01 .inner.schedule p .line {
  background: linear-gradient(transparent 80%, #ffff00 0%);
}
#reason_sub01 .inner.schedule ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reason_sub01 .inner.schedule ul li {
  width: 40%;
  margin-bottom: 50px;
}
#reason_sub01 .inner.schedule ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
#reason_sub01 .inner.schedule ul li img {
  width: 100%;
  height: auto;
}
#reason_sub01 .inner.schedule ul li p {
  -moz-text-align-last: left;
       text-align-last: left;
}

@media all and (max-width: 640px) {
  #reason_sub01 .flBox {
    display: block;
  }
  #reason_sub01 .flBox img {
    width: 100%;
  }
  #reason_sub01 .flBox .txtBox {
    width: 100%;
    margin-top: 40px;
  }
  #reason_sub01 h3 {
    line-height: 1.3;
  }
  #reason_sub01 .flBox .txtBox p:first-child {
    font-size: 24px;
  }
  #reason_sub01 .flBox .txtBox p:last-child {
    font-size: 30px;
  }
  #reason_sub01 .inner__title {
    padding-left: 90px;
    text-align: left;
  }
  #reason_sub01 .inner__title::before {
    top: 35px;
    left: 0px;
  }
  #reason_sub01 .inner.schedule ul li {
    width: 100%;
  }
  #reason_sub01 .inner.schedule ul li img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}
/*------------------------------------

reason_sub02

------------------------------------*/
#reason_sub02 {
  padding-bottom: 70px;
}

#reason_sub02 .title {
  background-image: url(../img/reason_sub02_bg.png);
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#reason_sub02 .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ece4dc transparent transparent transparent;
  border-width: 60px 100px 0 100px;
}

#reason_sub02 .title .innerWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#reason_sub02 .title .innerWrap h2 {
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 40px;
  border-bottom: 10px solid #ffff00;
  display: inline-block;
  line-height: 1.2;
}

#reason_sub02 h3 {
  font-size: 34px;
  color: #9e7752;
  font-weight: 600;
  text-align: center;
  padding: 30px 0 0.25em;
  line-height: 1.3;
}

#reason_sub02 h3 .sub01 {
  font-size: 20px;
}

#reason_sub02 h3 .underline {
  text-decoration: underline;
}

#reason_sub02 .note01 {
  margin-top: 0.25em;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  line-height: 1.4;
}

#reason_sub02 .priceWrap {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#reason_sub02 .priceContent {
  width: calc((100% - 40px) / 2);
}
#reason_sub02 .priceContent h4 {
  font-size: 30px;
  font-weight: 700;
  color: #00336A;
  padding: 16px;
  border: 5px solid #00336A;
  border-radius: 8px;
  text-align: center;
}
#reason_sub02 .priceContent h4 span {
  margin-top: 8px;
  display: block;
  font-size: 65%;
  line-height: 1.4;
}
#reason_sub02 .priceContent h5 {
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: #185B99;
  margin: 32px auto 16px auto;
}
#reason_sub02 .priceContent dl {
  display: flex;
  gap: 8px;
}
#reason_sub02 .priceContent dl:not(:last-child) {
  margin-bottom: 16px;
}
#reason_sub02 .priceContent dl dt {
  min-width: 100px;
  font-size: 20px;
  font-weight: 700;
}
#reason_sub02 .priceContent dl dd {
  font-size: 26px;
  font-weight: 700;
  text-align: right;
  width: calc(100% - 100px);
}
#reason_sub02 .priceContent dl dd.red {
  color: red;
}
#reason_sub02 .priceContent dl dd span {
  font-size: 70%;
  margin-left: 4px;
}
#reason_sub02 .priceContent dl dd strong {
  font-size: 120%;
}

#reason_sub02 .list {
  width: 830px;
  margin: 40px auto 0 auto;
}

#reason_sub02 .list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.8;
}

#reason_sub02 .list li:last-child {
  margin-bottom: 0;
}

#reason_sub02 .link_bnr01 {
  margin: 30px auto;
}
#reason_sub02 .link_bnr01 .btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  color: #00336A;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #00336A;
  border-radius: 6px;
  max-width: 360px;
  margin: 40px auto 0 auto;
  background: #fff;
}
#reason_sub02 .link_bnr01 .btnArea {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #00336a;
  height: 100px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 4px 4px 0 #7e7e86;
}
#reason_sub02 .link_bnr01 .btnArea p {
  border: 1px solid #00336a;
  width: 790px;
  max-width: calc(100% - 5px);
  height: 90px;
  margin: 3px 0 0 3px;
  box-sizing: border-box;
}
#reason_sub02 .link_bnr01 .btnArea a {
  color: #00336a;
  display: block;
  box-sizing: border-box;
  padding-top: 0.15em;
}
#reason_sub02 .link_bnr01 .btnArea a {
  font-size: 212.5%;
  font-weight: 700;
  position: relative;
}
#reason_sub02 .link_bnr01 .btnArea a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../../common2022/images/icon_basic.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
}
#reason_sub02 .link_bnr01 .btnArea a span {
  font-size: 80%;
  font-weight: 500;
}

@media all and (max-width: 640px) {
  .btn02 {
    font-size: 16px;
  }
  .btn02 .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .btnArea {
    width: 86.7%;
    height: 60px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .btnArea a {
    font-size: 106.6%;
  }
  .btnArea p {
    width: 98.5%;
    margin: 3px auto;
    height: 50px;
  }
  .btnArea a::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  #reason_sub02 .link_bnr a {
    width: 100%;
  }
}
#reason_sub02 .checkBox {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 30px auto;
  padding: 20px;
  border: 2px solid red;
  text-align: center;
  box-sizing: border-box;
}
#reason_sub02 .checkBox img {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  height: auto;
  background-color: #fff;
}
#reason_sub02 .checkBox p {
  font-size: 120%;
  letter-spacing: 0.04em;
}
#reason_sub02 .checkBox p strong {
  font-size: 150%;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
#reason_sub02 .checkBox span {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}

@media all and (max-width: 640px) {
  #reason_sub02 .price {
    display: block;
  }
  #reason_sub02 .list {
    width: 100%;
  }
  #reason_sub02 .price li {
    width: 100%;
    margin-bottom: 20px;
  }
  #reason_sub02 .price li:last-child {
    margin-bottom: 0;
  }
  #reason_sub02 .checkBox {
    padding: 10px;
  }
  #reason_sub02 .checkBox img {
    top: -25px;
    left: -15px;
    width: 70px;
  }
  #reason_sub02 .checkBox p {
    font-size: 86.6%;
    line-height: 1.6em;
  }
}
/*------------------------------------

box02

------------------------------------*/
#box02 {
  background-color: #f8f8f8;
  padding: 50px 0 70px 0;
}

#box02 h3 {
  font-size: 30px;
  color: #9e7752;
  display: flex;
  align-items: center;
  font-weight: 600;
}

#box02 h3:before, #box02 h3:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
}

#box02 h3:before {
  margin-right: 1rem;
}

#box02 h3:after {
  margin-left: 1rem;
}

#box02 .inner {
  position: relative;
}

#box02 .paimg {
  position: absolute;
  top: -41px;
  left: 86px;
}

#box02 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#box02 ul li dl {
  width: 485px;
}

#box02 ul li dl dt {
  background-color: #9e7752;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}

#box02 ul li dl dd {
  background-color: #fff;
  text-align: center;
  color: #9e7752;
  padding: 15px 0 30px 0;
}

#box02 ul li dl dd .font02 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: 100px;
}

#box02 ul li dl dd .font03 {
  font-size: 50px;
}

#box02 ul li dl dd .font04 {
  font-size: 30px;
}

#box02 ul li dl dd .f02small {
  font-size: 60%;
}

#box02 ul li dl dd .txt01 {
  font-size: 20px;
  font-weight: 600;
}

#box02 ul li dl dd .txt02 {
  font-size: 24px;
  font-weight: 600;
  width: 440px;
  margin: 20px auto 0 auto;
  border: 2px solid;
  border-radius: 25px;
  height: 38px;
  line-height: 38px;
}

#box02 ul li dl dd .txt03 {
  font-size: 18px;
  font-weight: 600;
  width: 440px;
  margin: 20px auto 0 auto;
  border: 2px solid;
  border-radius: 25px;
  height: 38px;
  line-height: 38px;
}

#box02 ul li dl dd .line {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  border-bottom: 10px solid #ffff00;
  display: inline-block;
  line-height: 1;
}

#box02 ul li:last-child dl dd {
  padding: 35px 0 30px 0;
}

#box02 .txt04 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #9e7752;
}

#box02 .txt04 span {
  border-bottom: 1px solid #9e7752;
  display: inline-block;
}

@media all and (max-width: 640px) {
  #box02 ul {
    display: block;
  }
  #box02 ul li:first-child {
    margin-bottom: 20px;
  }
  #box02 ul li dl {
    width: 100%;
  }
  #box02 ul li dl dd .txt02 {
    width: 90%;
  }
}
/*------------------------------------

qa

------------------------------------*/
#qa {
  padding-bottom: 70px;
}

#qa .title {
  background-image: url(../img/qa_bg.png);
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

#qa .title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ece4dc transparent transparent transparent;
  border-width: 60px 100px 0 100px;
}

#qa .title .innerWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#qa .title .innerWrap h2 {
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 40px;
}

#qa .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

#qa .box .number {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #9e7752;
  border-bottom: 2px solid #9e7752;
  display: inline-block;
  line-height: 1.2;
  /* width: 60px; */
  margin-right: 20px;
}

#qa .box dl {
  margin-top: 15px;
}

#qa .box dl dt {
  color: #9e7752;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.6;
}

#qa .box dl dd {
  font-weight: 500;
  line-height: 1.8;
}

#qa .bnr {
  padding-top: 30px;
}

@media all and (max-width: 640px) {
  #qa .box dl dt {
    font-size: 28px;
  }
  #qa .box dl dd {
    font-size: 24px;
  }
  #qa .bnr img {
    width: 100%;
  }
}
footer {
  padding: 50px 0;
  text-align: center;
}

/*------------------------------------

popup

------------------------------------*/
#popup #wrap {
  padding: 50px 0;
}

#popup #wrap .lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

#popup #wrap .lead span {
  background: linear-gradient(transparent 80%, #ffff00 0%);
}

#popup #wrap ul {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#popup #wrap ul li {
  width: 50%;
}

#popup #wrap ul li .box {
  border: 3px solid #9e7752;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 10px auto;
  height: 250px;
  position: relative;
  text-align: center;
  color: #9e7752;
  display: table;
}

#popup #wrap ul li .box .boxin {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#popup #wrap ul li .box .boxin img {
  position: absolute;
  top: -40px;
  left: -30px;
}

#popup #wrap ul li .box .boxin p {
  font-size: 14px;
  line-height: 1.4;
}

#popup #wrap ul li .box .boxin h3 {
  font-size: 32px;
  margin: 15px 0;
  font-weight: 600;
}

#popup #wrap ul li .box .boxin h4 {
  font-size: 24px;
  font-weight: 600;
}

#popup #wrap ul li {
  margin-bottom: 70px;
}

#popup #wrap ul li p {
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

#popup #wrap ul li .box .boxin .imgBox img {
  position: relative;
  top: auto;
  left: auto;
}

#popup #wrap ul li .box .boxin p.small {
  font-size: 12px;
  margin-top: 5px;
}

#popup #wrap ul li:last-child .box {
  height: 350px;
}

#popup #wrap .koushi {
  border: 3px solid #9e7752;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}

#popup #wrap .koushi .txt {
  margin-left: 20px;
  color: #9e7752;
}

#popup #wrap .koushi .txt h2 {
  font-size: 30px;
  font-weight: 600;
  font-feature-settings: "palt";
}

#popup #wrap .koushi .txt p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.3;
}

#popup #wrap ul li .box .endtag {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  top: -6%;
  left: 13%;
  color: #F44336;
  border: 5px solid;
  padding: 10px;
  border-radius: 5px;
  transform: rotate(-6deg);
  background-color: #fff;
}

@media all and (max-width: 640px) {
  #popup {
    width: auto;
  }
  #popup .inner {
    width: 90%;
  }
  #popup #wrap .lead {
    text-align: left;
  }
  #popup #wrap ul {
    margin-top: 80px;
  }
  #popup #wrap ul li {
    width: 100%;
  }
  #popup #wrap ul li .box {
    height: auto;
    padding: 30px 0;
  }
  #popup #wrap ul li .box .endtag {
    font-size: 28px;
    top: -22%;
  }
  #popup #wrap .koushi {
    flex-wrap: wrap-reverse;
  }
  #popup #wrap .koushi .txt {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #popup #wrap .koushi img {
    width: 100%;
  }
}
/*------------------------------------

set

------------------------------------*/
#set #wrap {
  padding: 50px 0;
}

#set #wrap h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

#set #wrap .lead {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

#set #wrap .red {
  color: #F44336;
}

#set #wrap .line {
  background: linear-gradient(transparent 80%, #ffff00 0%);
  font-weight: 600;
}

#set #wrap ul {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#set #wrap ul li {
  margin-bottom: 70px;
  width: 45%;
  text-align: center;
}

#set #wrap ul li h3 {
  color: #9e7752;
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 600;
}

#set #wrap ul li p {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
}

#set .lead .small {
  font-size: 65%;
}

@media all and (max-width: 640px) {
  #set {
    width: auto;
  }
  #set .inner {
    width: 90%;
  }
  #set #wrap h2 {
    font-size: 28px;
  }
  #set #wrap .lead {
    text-align: left;
  }
  #set #wrap ul {
    margin-top: 80px;
  }
  #set #wrap ul li {
    width: 100%;
  }
}
/*------------------------------------

ever

------------------------------------*/
#ever {
  background-color: #f8f8f8;
}

#ever #wrap {
  padding: 50px 0;
}

#ever #wrap h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
}

#ever #wrap ul h4 {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background-color: #F44336;
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
}

#ever #wrap .red {
  color: #F44336;
}

#ever #wrap ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#ever #wrap ul li {
  margin-bottom: 70px;
  width: 45%;
  text-align: center;
}

#ever #wrap ul li h3 {
  position: relative;
  color: #9e7752;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}

#ever #wrap ul li h3 span {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  display: block;
  width: 60%;
  padding: 2px 0;
  color: red;
  font-size: 70%;
  font-weight: 500;
  border: 1px solid red;
}

#ever #wrap ul li p {
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  font-size: 18px;
}

#ever #wrap ul li .fwb {
  font-weight: bold;
}

@media all and (max-width: 640px) {
  #ever {
    width: auto;
  }
  #ever .inner {
    width: 90%;
  }
  #ever #wrap h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #ever #wrap ul li {
    width: 100%;
  }
}
/*------------------------------------

trackingSide

------------------------------------*/
#trackingSide {
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 5000;
  width: 100px;
}
#trackingSide ul li:nth-child(1) {
  background-color: #f8627e;
}
#trackingSide ul li:nth-child(2) {
  background-color: #04af7a;
}
#trackingSide ul li:nth-child(3) {
  background-color: #FD8431;
}
#trackingSide ul li a {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100px;
  height: 100px;
  gap: 8px;
}
@media screen and (max-width: 640px) {
  #trackingSide ul li a {
    width: 100%;
  }
}
#trackingSide ul li a:hover {
  opacity: 0.5;
}
#trackingSide ul li a p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#trackingSide ul li a img {
  width: 40px;
  height: auto;
}

@media all and (max-width: 640px) {
  #trackingSide {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #trackingSide ul {
    display: flex;
    justify-content: center;
  }
  #trackingSide ul li {
    width: 33.3%;
  }
}
/*------------------------------------

info01

------------------------------------*/
#info01 {
  width: 1020px;
  margin: 50px auto;
  line-height: 1.5;
  max-width: 100%;
}

#info01 h2 {
  padding: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: #3c93e6;
  background: linear-gradient(to right, #3c93e6, #04af7a);
  text-align: center;
  margin-bottom: 0.75em;
}

#info01 .info01_txt_03 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#info01 .info01_txt_03 strong {
  color: #F00;
}

#info01 .info01_txt_04 {
  margin-top: 2.5em;
  text-align: center;
}

#info01 .info01_table_01 {
  border: 3px solid #9e7752;
  margin-top: 1.25em;
}

#info01 .info01_table_01 table {
  border-top: 1px solid #9e7752;
  border-right: 1px solid #9e7752;
  font-size: 135%;
  width: 100%;
  font-weight: bold;
}

#info01 .info01_table_01 th {
  background: #f8f8f8;
}

#info01 .info01_table_01 th, #info01 .info01_table_01 td {
  border-bottom: 1px solid #9e7752;
  border-left: 1px solid #9e7752;
  padding: 0.25em;
  text-align: center;
}

#info01 .info01_box_01 {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 1.5em;
}

#info01 .info01_box_02 {
  font-weight: bold;
  margin-right: 2.5%;
}

#info01 .info01_box_02 dt {
  font-size: 112.5%;
  margin-bottom: 0.25em;
}

#info01 .info01_box_02 dd ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-indent: -1em;
  margin: 0 0 0 1em;
}

#info01 .info01_box_02 dd ul li:not(:last-child) {
  margin-bottom: 0.25em;
}

#info01 .info01_box_02 dd ul li span.info01_txt_01 {
  margin-right: 1.5em;
}

#info01 .info01_box_03 {
  background: #F00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 0.5em;
}

#info01 .info01_box_03 dt {
  font-size: 150%;
  line-height: 1.4;
}

#info01 .info01_box_03 dt strong {
  color: #ffff00;
}

#info01 .info01_box_03 dd {
  font-size: 250%;
}

#info01 ul.bnr_01 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
}

#info01 ul.bnr_01 li {
  width: 480px;
  margin: 0 15px;
}

#info01 ul.bnr_01 li:first-child a {
  background-color: #3c93e6;
}

#info01 ul.bnr_01 li:last-child a {
  background-color: #04af7a;
  font-size: 200%; /*TEL訴求*/
}

#info01 ul.bnr_01 li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding: 25px 0;
  border-radius: 13px;
  position: relative;
}

#info01 ul.bnr_01 li a:hover {
  opacity: 0.7;
}

#info01 ul.bnr_01 li a img {
  width: 40px;
  margin-right: 10px;
}

#info01 ul.bnr_01 li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#info01 ul.bnr_01 li p {
  font-weight: bold;
  color: #9e7752;
  font-size: 22px;
  margin-bottom: 10px;
}

@media all and (max-width: 640px) {
  #info01 {
    padding: 0 20px;
    font-size: 3.5vw;
  }
  #info01 .info01_txt_03 strong {
    display: block;
  }
  #info01 .info01_box_01 {
    display: block;
  }
  #info01 .info01_table_01 table {
    font-size: 93%;
  }
  #info01 .info01_box_02 {
    font-size: 93%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  #info01 .info01_box_03 dt {
    font-size: 125%;
  }
  #info01 .info01_box_03 dt br {
    display: none;
  }
  #info01 .info01_box_03 dt strong {
    margin-left: 0.5em;
  }
  #info01 .info01_box_03 dd {
    font-size: 200%;
  }
  #info01 .info01_txt_04 {
    margin-top: 1.5em;
  }
  #info01 ul.bnr_01 {
    display: block;
  }
  #info01 ul.bnr_01 li {
    width: 100%;
    margin: 20px 0;
  }
  #info01 ul.bnr_01 li:last-child a {
    font-size: 150%;
  }
  #info01 ul.bnr_01 li p {
    text-align: center;
  }
}
/*------------------------------------

tokuten

------------------------------------*/
#tokuten {
  background-color: #fe8fa2;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
}

#tokuten .font02 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#tokuten .font02 span {
  border: 2px solid #fff;
  padding: 15px 20px;
  display: inline-block;
  line-height: 1;
}

#tokuten .font01 {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

#tokuten .bg {
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 5px;
}

#tokuten p {
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}

#tokuten .img {
  width: 69.5%;
}

#tokuten ul {
  display: flex;
  justify-content: space-around;
  margin-top: 55px;
}

#tokuten ul li:first-child a {
  background-color: #3c93e6;
}

#tokuten ul li:last-child a {
  background-color: #04af7a;
  font-size: 200%; /*TEL訴求*/
}

#tokuten ul li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding: 25px 0;
  border-radius: 13px;
  position: relative;
  width: 480px;
  margin: 0 auto;
}

#tokuten ul li a:hover {
  opacity: 0.7;
}

#tokuten ul li a img {
  width: 40px;
  margin-right: 10px;
}

#tokuten ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#tokuten ul li p {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

#tokuten .red {
  color: #F44336;
}

@media all and (max-width: 640px) {
  #tokuten {
    padding: 50px 0;
  }
  #tokuten .inner {
    width: 89.3%;
    padding: 0;
  }
  #tokuten .font01 {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #tokuten .font02 {
    margin-bottom: 15px;
  }
  #tokuten p {
    font-size: 18px;
    margin-top: 15px;
  }
  #tokuten ul {
    display: block;
    margin-top: 38px;
  }
  #tokuten ul li:first-child {
    margin-bottom: 25px;
  }
  #tokuten ul li p {
    margin-bottom: 10px;
  }
  #tokuten ul li a {
    width: 100%;
  }
}
/*------------------------------------

tokuten02

------------------------------------*/
#tokuten02 {
  width: 1020px;
  max-width: 95%;
  margin: 0 auto;
}

#tokuten02 img {
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------

pamphlet

------------------------------------*/
#pamphlet {
  padding: 75px 0;
}

#pamphlet div {
  text-align: center;
}

#pamphlet div p {
  font-size: 24px;
  color: #9e7752;
  font-weight: bold;
  margin-bottom: 20px;
}

#pamphlet div a {
  background-color: #FD8431;
  color: #fff;
  font-size: 200%;
  display: block;
  font-weight: 600;
  font-size: 30px;
  padding: 25px 0;
  border-radius: 13px;
  position: relative;
  width: 480px;
  margin: 0 auto;
}

#pamphlet div a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#pamphlet div a:hover {
  opacity: 0.7;
}

@media all and (max-width: 640px) {
  #pamphlet {
    padding: 40px 0;
  }
  #pamphlet div {
    width: 89.3%;
    margin: 0 auto;
  }
  #pamphlet div p {
    margin-bottom: 10px;
  }
  #pamphlet div a {
    width: 100%;
  }
}
#pamphlet div ul {
  display: flex;
  justify-content: center;
}

#pamphlet div ul li:first-child {
  margin-right: 2rem;
}

#pamphlet div ul li:last-child a {
  background-color: #F8627E;
}

@media all and (max-width: 640px) {
  #pamphlet div ul {
    display: block;
  }
  #pamphlet div ul li:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
/*------------------------------------

early

------------------------------------*/
#early {
  padding: 100px 0;
  background-color: #f8f8f8;
}

#early h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}

#early h2 span {
  background: linear-gradient(transparent 80%, #ffff00 0%);
}

#early .leadTxt {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}

#early .benefitsWrap {
  background-color: #fff;
  width: 1020px;
  margin: 60px auto 0;
  padding: 60px 42px;
}

#early .benefitsWrap .tokuten {
  display: flex;
  justify-content: space-between;
}

#early .benefitsWrap .tokuten li {
  width: 219px;
  border: 1px solid #6bb0f2;
  border-radius: 10px;
  padding: 30px 0;
}

#early .benefitsWrap .tokuten li .num p {
  color: #6bb0f2;
  font-weight: bold;
  border-bottom: 1px solid;
  display: inline-block;
  padding: 0 3px 0 28px;
}

#early .benefitsWrap .tokuten li .num p span {
  font-size: 200%;
}

#early .benefitsWrap .tokuten li .txtBox {
  padding: 20px 28px 0 28px;
}

#early .benefitsWrap .tokuten li .txtBox .red {
  font-size: 20px;
  color: #e25241;
  font-weight: bold;
}

#early .benefitsWrap .tokuten li .txtBox .font01 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
  font-feature-settings: "palt";
}

#early .benefitsWrap .tokuten li .txtBox .font01 sup {
  font-size: 60%;
  vertical-align: super;
}

#early .benefitsWrap .tokuten li .txtBox .font02 {
  margin-top: 20px;
  font-weight: 500;
}

#early .arrowBox {
  margin-top: 30px;
}

#early .arrowBox .arrow {
  display: flex;
  justify-content: space-between;
  height: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
  margin-right: 20px;
  padding: 0 20px;
}

#early .arrowBox .arrow p {
  font-size: 20px;
  color: #fff;
  font-feature-settings: "palt";
}

#early .arrowBox .arrow p.yellow {
  color: #ffff00;
}

#early .arrowBox .arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  right: -20px;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  z-index: 10;
}

#early .arrowBox .arrow.type01 {
  background-color: #0f7de8;
}

#early .arrowBox .arrow.type01::after {
  border-color: transparent transparent transparent #0f7de8;
}

#early .arrowBox .arrow.type02 {
  background-color: #288ced;
  width: 72.1%;
  margin-left: auto;
}

#early .arrowBox .arrow.type02::after {
  border-color: transparent transparent transparent #288ced;
}

#early .arrowBox .arrow.type03 {
  background-color: #4099ef;
  width: 45.9%;
  margin-left: auto;
}

#early .arrowBox .arrow.type03::after {
  border-color: transparent transparent transparent #4099ef;
}

#early .arrowBox .arrow.type04 {
  background-color: #6bb0f2;
  width: 19.7%;
  margin-left: auto;
}

#early .arrowBox .arrow.type04::after {
  border-color: transparent transparent transparent #6bb0f2;
}

#early .important {
  margin-top: 30px;
}

#early .important li {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

#early .btn {
  padding-top: 60px;
  text-align: center;
}

#early .btn p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 18px;
}

#early .btn .redTxt {
  margin-top: 0;
  margin-bottom: 18px;
  color: #F44336;
}

#early .btn a {
  background-color: #fe8fa2;
  color: #fff;
  font-size: 200%;
  display: block;
  font-weight: 600;
  font-size: 30px;
  padding: 25px 0;
  border-radius: 13px;
  position: relative;
  width: 560px;
  margin: 0 auto;
}

#early .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#early .btn a:hover {
  opacity: 0.7;
}

#early .btn a.off {
  pointer-events: none;
  background: #c0c0c0;
}

@media all and (max-width: 640px) {
  #early {
    padding: 50px 0;
  }
  #early h2 {
    margin-bottom: 25px;
  }
  #early .benefitsWrap {
    width: 100%;
    margin: 30px auto;
    padding: 30px 0;
  }
  #early .benefitsWrap .tokuten {
    width: 89.3%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #early .benefitsWrap .tokuten li {
    width: 48.5%;
    margin-bottom: 20px;
  }
  #early .leadTxt {
    width: 89.3%;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    font-feature-settings: "palt";
  }
  #early .arrowBox {
    width: 89.3%;
    margin: 10px auto 0;
  }
  #early .arrowBox .arrow.type02 {
    width: 82.1%;
  }
  #early .arrowBox .arrow.type03 {
    width: 64.2%;
  }
  #early .arrowBox .arrow.type04 {
    width: 46.3%;
  }
  #early .important {
    width: 89.3%;
    margin: 30px auto 0;
  }
  #early .important li {
    font-size: 18px;
    text-indent: -2.2em;
    padding-left: 2.2em;
    line-height: 1.8;
  }
}
.add220309 p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #ff0000;
  text-align: center;
  padding-bottom: 50px;
}

.add230303 .inner {
  border: 3px solid #F44336;
  text-align: center;
  font-size: 112.5%;
  font-weight: 900;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0.75em;
}

@media all and (max-width: 640px) {
  .add230303 .inner {
    font-size: 3.6vw;
    padding: 1em 0;
    width: 95%;
    margin-bottom: 0.75em;
  }
}
.add230315 {
  margin: 1.6em auto -0.75em;
  width: 741px;
}
.add230315 a {
  display: block;
}
.add230315 a:hover {
  opacity: 0.7;
}

@media all and (max-width: 640px) {
  .add230315 {
    width: 95%;
    margin: 0 auto 1em;
  }
  .add230315 a img {
    width: 100%;
  }
}
/*******************************
.bnrWrap
*******************************/
.bnrWrap {
  display: flex;
  justify-content: center;
  margin: 78px auto 0;
}

@media all and (max-width: 640px) {
  .bnrWrap {
    margin: 40px auto 0;
  }
  .bnrWrap a {
    width: 80%;
  }
  .bnrWrap a img {
    width: 100%;
  }
}
/*------------------------------------

bnr03

------------------------------------*/
.bnr03 {
  text-align: center;
  margin: 40px 0;
}

.bnr03 a {
  display: inline-block;
}

.bnr03 a:hover {
  opacity: 0.7;
}

.bnr03 a:nth-child(2n) {
  margin-left: 1em;
}

@media all and (max-width: 640px) {
  .bnr03 {
    margin: 0 auto 40px;
    max-width: 95%;
  }
  .bnr03 a {
    display: block;
  }
  .bnr03 a:nth-child(2n) {
    margin-left: 0;
  }
  .bnr03 a:not(:first-child) {
    margin-top: 1.5em;
  }
  .bnr03 a img {
    width: 100%;
  }
}
.banner {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
}

.banner a {
  display: block;
  width: 100%;
}

.banner a:first-child {
  margin-bottom: 30px;
}

.banner a img {
  width: 100%;
  height: auto;
}