@charset "UTF-8";

/*=========== base ===========*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
 font-size: 62.5%;
}

body {
 font-size: 1.6rem;
 position: relative;
 overflow: auto;
 width: 100%;
 margin: 0 auto;
 color: #333333;
 letter-spacing: 0.08em;
 font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Helvetica,Arial,sans-serif;
 font-weight: 500;
}
a{
 text-decoration: none;
}
* {
  box-sizing: border-box;
}
/*=========== PC ===========*/
@media print, screen and (min-width: 768px) {
 /* common */
 .is-sp{
  display: none;
 }
 /* header */
 .header{
  background: url("/admissions/money/img/header_bg01.png") repeat-x 0 0;
  text-align: center;
 }
 /* nav */
 .anc_list{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  border-left: 2px dashed #333333;
 }
 .anc_list > li{
  border-right: 2px dashed #333333;
  width: 20%;
 }
 .anc_list > li > a{
  padding: 50px 0 44px;
  font-size: 2.2rem;
  display: block;
 }
 .anc_list > li:nth-child(1) > a{
  color: #1c75b9;
 }
 .anc_list > li:nth-child(2) > a{
  color: #1cb978;
 }
 .anc_list > li:nth-child(3) > a{
  color: #d74545;
 }
 .anc_list > li:nth-child(4) > a{
  color: #ffaf25;
 }
 .anc_list > li:nth-child(5) > a{
  color: #a466ef;
 }
 .anc_list > li > a > .tx_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -26px;
 }
 .anc_list > li > a > .tx_wrap > .tx{
  position: relative;
 }
 .anc_list > li > a > .tx_wrap > .tx::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
 }
 .anc_list > li:nth-child(1) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic01.png") no-repeat 0 0;
 }
 .anc_list > li:nth-child(2) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic02.png") no-repeat 0 0;
 }
 .anc_list > li:nth-child(3) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic03.png") no-repeat 0 0;
 }
 .anc_list > li:nth-child(4) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic04.png") no-repeat 0 0;
 }
 .anc_list > li:nth-child(5) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic05.png") no-repeat 0 0;
 }
 .anc_list > li > a .num{
  padding-right: 16px;
  font-size: 3rem;
  font-style: italic;
 }
 #nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 100;
 }
 #nav.fixed .anc_list > li > a{
  padding: 24px 0 26px;
 }
 .bm {
  display: none;
 }
 #navSp {
  display: none;
 }
 /* leadArea */
 .leadArea{
  max-width: 1040px;
  margin: 0 auto;
  padding: 38px 20px 100px;
  text-align: center;
 }
 .leadArea .tx{
  margin-top: 36px;
  font-size: 2rem;
  line-height: 1.6;
 }
 /* contentArea */
 .contentArea{
  border-bottom: 2px solid #dddddd;
  
 }
 .contentArea .inner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 86px 20px;
 }
 .contentArea.exam,
 .contentArea.school,
 .contentArea.other{
  background: #ffffe2;
 }
 .contentArea.other{
  border-bottom: none;
 }
 .contentArea.entry,
 .contentArea.cost{
  background: #fff9e2;
 }
 .contentArea .wrap{
  max-width: 1000px;
  margin: 0 auto;
 }
 /* heading */
 .heading_v2{
  position: relative;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 0;
 }
 .heading_v2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
 }
 .exam .heading_v2::before{
  border-color: #1c75b9 transparent transparent transparent;
 }
 .entry .heading_v2::before{
  border-color: #1cb978 transparent transparent transparent;
 }
 .school .heading_v2::before{
  border-color: #d64040 transparent transparent transparent;
 }
 .cost .heading_v2::before{
  border-color: #ffaf25 transparent transparent transparent;
 }
 .other .heading_v2::before{
  border-color: #a162ef transparent transparent transparent;
 }
 .heading_v2::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
 }
 .exam .heading_v2::after{
  border-color: transparent transparent #1c75b9 transparent;
 }
 .entry .heading_v2::after{
  border-color: transparent transparent #1cb978 transparent;
 }
 .school .heading_v2::after{
  border-color: transparent transparent #d64040 transparent;
 }
 .cost .heading_v2::after{
  border-color: transparent transparent #ffaf25 transparent;
 }
 .other .heading_v2::after{
  border-color: transparent transparent #a162ef transparent;
 }
 .heading_v2 .tx_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  margin-left: -42px;
 }
 .exam .heading_v2 .tx_wrap{
  color: #1c75b9;
 }
 .entry .heading_v2 .tx_wrap{
  color: #1cb978;
 }
 .school .heading_v2 .tx_wrap{
  color: #d64040;
 }
 .cost .heading_v2 .tx_wrap{
  color: #ffaf25;
 }
 .other .heading_v2 .tx_wrap{
  color: #a162ef;
 }
 .heading_v2 .tx_wrap > .num{
  font-style: italic;
  font-size: 6rem;
  padding-right: 30px;
 }
 .exam .heading_v2 .tx_wrap > .num{
  color: #bbcfe5;
 }
 .entry .heading_v2 .tx_wrap > .num{
  color: #bbe5d0;
 }
 .school .heading_v2 .tx_wrap > .num{
  color: #efc2c2;
 }
 .cost .heading_v2 .tx_wrap > .num{
  color: #ffe1bd;
 }
 .other .heading_v2 .tx_wrap > .num{
  color: #dccaf9;
 }
 .heading_v3{
  margin-top: 80px;
  padding: 20px 30px;
  background: #fff;
  font-size: 2.8rem;
 }
 .exam .heading_v3{
  border-left: 10px solid #1c75b9;
 }
 .school .heading_v3{
  border-left: 10px solid #d64040;
 }
 .cost .heading_v3{
  border-left: 10px solid #ffaf25;
 }
 .other .heading_v3{
  border-left: 10px solid #a162ef;
 }
 .heading_v4{
  margin-top: 60px;
  position: relative;
  font-size: 3rem;
  text-align: center;
  line-height: 1.5;
 }
 .heading_v4::before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
 }
 .school .heading_v4{
  color: #d64040;
 }
 .school .heading_v4::before{
  background: #d64040;
 }
 .other .heading_v4{
  color: #a162ef;
 }
 .other .heading_v4::before{
  background: #a162ef;
 }
 .heading_v5{
  position: relative;
  margin-top: 60px;
  padding-left: 24px;
  font-size: 2.4rem;
 }
 .heading_v5::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
 }
 .entry .heading_v5::before{
  background: #1cb978;
 }
 .school .heading_v5{
  margin-top: 60px;
 }
 .school .heading_v5::before{
  background: #d64040;
 }
 .school .heading_v5.mt{
  margin-top: 40px;
 }
 .cost .heading_v5::before{
  background: #ffaf25;
 }
 .heading_v5_other{
  margin-top: 52px;
  padding-bottom: 13px;
  font-size: 2.6rem;
  color: #a162ef;
  border-bottom: 3px solid #a162ef;
 }
 /* btn_v1 */
 .btn_v1{
  margin-top: 50px;
  text-align: center;
 }
 .btn_v1 > a{
  position: relative;
  padding: 24px 15px;
  display: inline-block;
  width: 400px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  transition: all 0.2s;
 }
 .btn_v1.line2 > a{
  width: 440px;
 }
 .btn_v1 > a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -9px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #ffffff;
 }
 .exam .btn_v1 > a{
  background: #1c75b9;
  line-height: 1.2;
 }
 .school .btn_v1 > a{
  background: #d64040;
 }
 .cost .btn_v1 > a{
  background: #ffaf25;
 }
 .btn_v1 > a:hover{
  opacity: 0.7;
 }
 
 /* leadTx */
 .leadTx{
  margin-top: 45px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
 }
 .leadTx > .caption{
  color: #d64040;
  font-size: 1.4rem;
 }
 .leadTx.left{
  text-align: left;
 }
 .leadTx.mt{
  margin-top: 25px;
 }
 .leadTx .note{
  color: #d64040;
 }
 /* point_lead */
 .point_lead{
  margin-top: 58px;
  text-align: center;
  word-break: break-all;
 }
 .point_lead > p{
  position: relative;
  font-size: 3.6rem;
  color: #d64040;
  display: inline-block;
 }
 .other .point_lead > p{
  font-size: 2.6rem;
  color: #a162ef;
  line-height: 1.4;
 }
 .point_lead > p::before,
 .point_lead > p::after{
  content: "";
  position: absolute;
  width: 35px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
 }
 .point_lead > p::before{
  left: -60px;
  background: url("/admissions/money/img/scholarship_ic01.png") no-repeat 0 0;
 }
 .point_lead > p::after{
  right: -60px;
  background: url("/admissions/money/img/scholarship_ic02.png") no-repeat 0 0;
 }
 .other .point_lead > p::before{
  left: -60px;
  background: url("/admissions/money/img/scholarship_ic04.png") no-repeat 0 0;
 }
 .other .point_lead > p::after{
  right: -60px;
  background: url("/admissions/money/img/scholarship_ic05.png") no-repeat 0 0;
 }
 .point_lead + .leadTx{
  font-size: 2rem;
  text-align: left;
 }
 /* flow_lead */
 .flow_lead{
  margin-top: 50px;
  text-align: center;
 }
 .flow_lead > p{
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #ffaf25;
 }
 .flow_lead > p::before,
 .flow_lead > p::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  background: url("/admissions/money/img/flow_ic01.png") no-repeat 0 0;
 }
 .flow_lead > p::before{
  left: -90px;
 }
 .flow_lead > p::after{
  right: -90px;
 }
 /* attendBox */
 .attendBox{
  max-width: 1000px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 5px;
 }
 .attendBox .tit{
  position: relative;
  padding: 16px 28px 20px 20px;
  color: #fff;
  font-size: 2.2rem;
  height: 59px;
 }
 .attendBox .tit::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: -49px;
  width: 0;
  height: 0;
  border-style: solid;
 }
 .attendBox .tit > .tx{
  position: relative;
  padding-left: 50px;
 }
 .attendBox .tit > .tx::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -0;
  width: 40px;
  height: 26px;
  margin-top: -13px;
  background: url("/admissions/money/img/attend_ic01.png") no-repeat 0 0;
 }
 .attendBox .detail{
  padding: 28px 48px 40px;
 }
 .attendBox .detail .detail_tx1{
  font-size: 2rem;
 }
 .attendBox .detail .detail_tx1 .line{
  background: #fffc00;
 }
 .attendBox .detail .detail_tx2{
  margin-top: 13px;
  font-size: 1.8rem;
  line-height: 1.8;
 }
 .exam .attendBox{
  border: 7px solid #1c75b9;
 }
 .exam .attendBox .tit{
  display: inline-block;
  background: #1c75b9;
 }
 .exam .attendBox .tit::after{
  border-width: 59px 0 0 49px;
  border-color: transparent transparent transparent #1c75b9;
 }
 .exam .attendBox .detail .detail_tx1{
  color: #1c75b9;
 }
 .entry .attendBox{
  border: 7px solid #1cb978;
 }
 .entry .attendBox .tit{
  display: inline-block;
  background: #1cb978;
 }
 .entry .attendBox .tit::after{
  border-width: 59px 0 0 49px;
  border-color: transparent transparent transparent #1cb978;
 }
 .entry .attendBox .detail .detail_tx1{
  color: #1cb978;
 }
 .school .attendBox{
  border: 7px solid #d64040;
 }
 .school .attendBox .tit{
  display: inline-block;
  background: #d64040;
 }
 .school .attendBox .tit::after{
  border-width: 59px 0 0 49px;
  border-color: transparent transparent transparent #d64040;
 }
 .school .attendBox .detail .detail_tx1{
  color: #d64040;
 }
 .cost .attendBox{
  border: 7px solid #ffaf25;
 }
 .cost .attendBox .tit{
  display: inline-block;
  background: #ffaf25;
 }
 .cost .attendBox .tit::after{
  border-width: 59px 0 0 49px;
  border-color: transparent transparent transparent #ffaf25;
 }
 .cost .attendBox .detail .detail_tx1{
  color: #fdbc32;
 }
 .other .attendBox{
  border: 7px solid #a162ef;
 }
 .other .attendBox .tit{
  display: inline-block;
  background: #a162ef;
 }
 .other .attendBox .tit::after{
  border-width: 59px 0 0 49px;
  border-color: transparent transparent transparent #a162ef;
 }
 .other .attendBox .detail .detail_tx1{
  color: #a162ef;
 }
 
 /* chart_wrap */
 .chart_wrap{
  margin-top: 40px;
 }
 .chart_wrap.w1000{
  max-width: 1000px;
  margin: 40px auto 0;
 }
 .heading_v5 + .chart_wrap{
  margin-top: 20px;
 }
 .heading_v5 +.chartBox{
  margin-top: 20px;
 }
 .chart_caption{
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: right;
 }
 .checkPoint{
	width: 100%;
	margin: 20px auto;
	text-align: center;
 }
 /* mapBox */
 .mapBox{
  margin-top: 40px;
 }
 .mapBox > .img{
  text-align: center;
  background:linear-gradient(transparent 40%, #fff 40%);
 }
 .mapBox .detail{
  background: #fff;
  padding: 40px 100px 60px;
 }
 .mapBox .detail .lead{
  font-size: 2.2rem;
  color: #1c75b9;
  line-height: 1.6;
 }
 .mapBox .detail .tx{
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.8;
 }
 /* arrow_col */
 .arrow_col{
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 45px auto 0;
 }
 .exam .arrow_col{
  max-width: auto;
  margin: 45px 0 0;
 }
 .heading_v5_other + .arrow_col{
  margin-top: 39px !important;
 }
 .arrowBox{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
  padding: 16px 30px;
  width: 580px;
  height: 110px;
  background: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
  line-height: 1.6;
 }
 .arrowBox::before{
  content: "";
  position: absolute;
  bottom: -5px;
  left: -35px;
  width: 35px;
  height: 37px;
 }
 .exam .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic01.png") no-repeat 0 0;
 }
 .entry .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic02.png") no-repeat 0 0;
 }
 .school .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic03.png") no-repeat 0 0;
 }
 .cost .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic04.png") no-repeat 0 0;
 }
 .other .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic05.png") no-repeat 0 0;
 }
 .exam .arrowBox{
  border: 5px solid #1c75b9;
 }
 .entry .arrowBox{
  border: 5px solid #1cb978;
 }
 .school .arrowBox{
  border: 5px solid #d64040;
 }
 .cost .arrowBox{
  border: 5px solid #ffaf25;
 }
 .other .arrowBox{
  border: 5px solid #a162ef;
 }
 
 /* num_list */
 .num_list{
  margin-top: 20px
 }
 .num_list > li{
  margin-top: 12px;
 }
 .num_list > li > span{
  margin-right: 18px;
 }
 .exam .num_list > li > span{
  margin-right: 18px;
  color: #1c75b9;
 }
 /* note_list */
 .note_list{
  max-width: 1000px;
  margin: 24px auto 0;
 }
 .note_list > li{
  font-size: 1.8rem;
  line-height: 1.8;
 }
 .entry .note_list > li > span{
  color: #1cb978;
 }
 .cost .note_list > li > span{
  color: #ffaf25;
 }
 .cost .note_list{
  margin-top: 10px;
 }
 /* explain_list */
 .explain_list{
  max-width: 1000px;
  margin: 50px auto 0;
 }
 .explain_list > dt{
  font-size: 2.2rem;
 }
 .entry .explain_list > dt{
  color: #1cb978;
 }
 .school .explain_list > dt{
  color: #d64040;
 }
 .school .school_line {
  display: block;
  border-top: 2px solid #d64040;
  margin: 55px 0 25px;
 }
 .cost .explain_list > dt{
  color: #ffaf25;
 }
 .other .explain_list > dt{
  color: #a162ef;
 }
 .explain_list > dd{
  margin-top: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
 }
 .cost .explain_list > dd > .caption{
  font-size: 1.4rem;
  color: #ffaf25;
 }
 /* chart_list */
 .chart_list{
  margin-top: 18px;
  text-align: right;
  line-height: 1.8;
 }
 .chart_list > li > span{
  color: #ff5409;
 }
 .school_col + .chart_list{
  margin-top: 50px;
 }
 .chart_list.left{
  text-align: left;
 }
 .chart_list.f_m_r{
  font-size: 2.2rem;
  color: #d64040;
  margin-top: 25px;
 }
 .chart_list.horizontal{
  display: flex;
  flex-wrap: wrap;
 }
 .chart_list.horizontal li {
  margin-right: 2em;
 }
 .chart_list.horizontal li:last-child {
  margin-right: 0;
 }
 /* money_col */
 .money_col{
  max-width: 1000px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
 }
 .money_col > .col{
  text-align: center;
 }
 .money_col > .col > figcaption{
  margin-top: 18px;
  font-size: 2.2rem;
  color: #d64040;
 }
 .other .money_col > .col > figcaption{
  color: #a162ef;
 }
 /* school_col */
 .school_col{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
 }
 .school_col > .col{
  position: relative;
  width: 270px;
  background: #fff;
  border-radius: 10px;
 }
 .school_col > .col > .tit{
  padding: 18px 10px;
  background: #d64040;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 10px 10px 0 0;
 }
 .school_col > .col > .detail{
  padding: 25px 28px;
  font-size: 1.8rem;
  line-height: 1.6;
 }
 .school_col > .col > .icon{
  position: absolute;
  padding-top: 18px;
  bottom: -26px;
  right: 11px;
  background: url("/admissions/money/img/scholarship_ic03.png") no-repeat 0 0;
  width: 72px;
  height: 72px;
  font-size: 1.62rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.01em;
 }
 /* ribboBox */
 .ribboBox{
  position: relative;
  margin-top: 80px;
  background: #fff;
 }
 .ribboBox > .tit{
  position: absolute;
  height: 90px;
  top: -20px;
  left: 50%;
  margin-left: -245px;
 }
 .ribboBox > .col{
  padding: 40px 50px;
  display: flex;
  align-items: center;
 }
 .ribboBox > .col > .tx{
  width: calc(100% - 275px);
  margin-left: 60px;
  font-size: 2.2rem;
  line-height: 1.8;
 }
 /* leadBox */
 .leadBox{
  margin-top: 48px;
  font-size: 1.8rem;
  line-height: 1.8;
 }
 .leadBox .box_list{
  margin-top: 20px;
 }
 .leadBox .box_list + .box_list{
  margin: 0;
 }
 .leadBox .box_list > dd > .red{
  font-size: 2.4rem;
  color: #d64040;
 }
 /* guideBox */
 .guideBox{
  margin-top: 60px;
 }
 .guideBox > .tit{
  padding: 13px 60px;
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  background: #a162ef;
 }
 .guideBox > .list{
  margin-top: 22px;
 }
 .guideBox > .list > li{
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
 }
 .guideBox > .list > li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #a162ef;
  border-radius: 100%;
 }
 .guideBox > .list > li + li{
  margin-top: 14px;
 }
 .guideBox > .caption{
  margin-top: 20px;
  font-size: 1.4rem;
 }
 .guideBox > .caption > span{
  color: #a162ef;
 }
 /* pointBox */
 .pointBox.column{
  max-width: 860px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 .pointBox .col{
  display: flex;
  align-items: center;
 }
 .pointBox .col + .col{
  margin-top: 28px;
 }
 .pointBox.column .col{
  width: 48%;
  margin-top: 40px;
 }
 .pointBox .icon{
  width: 114px;
  margin-right: 20px;
 }
 .attendBox .pointBox .col:nth-child(2) .icon{
  align-self: flex-start;
 }
 .pointBox .list{
  width: calc(100% - 134px);
 }
 .attendBox .pointBox .col:nth-child(2) .list{
  margin-top: 30px;
 }
 .pointBox .list > dt{
  font-size: 2rem;
  color: #a162ef;
 }
 .pointBox .list > dd{
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.8;
 }
 .pointBox .list_table{
  margin: 22px 0 0 20px;
 }
 .pointBox .list_table tr{
  position: relative;
  
 }
 .pointBox .list_table tr::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #a162ef;
  border-radius: 100%;
 }
 .pointBox .list_table td{
  padding-right: 15px;
 }
 .pointBox .caption{
  margin-top: 15px;
  font-size: 1.4rem;
 }
 .pointBox .caption > span{
  color: #a162ef;
 }
 
 /* footerBnr */
 .footerBnr{
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 120px;
 }
 .footerBnr > .btn_col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 .footerBnr > .btn_col > .col:last-child{
  margin-top: 30px;
 }
 .footerBnr > .btn_col > .col > .tx{
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.02em;
 }
 .footerBnr > .btn_col a{
  transition: all 0.2s;
 }
 .footerBnr > .btn_col a:hover{
  opacity: 0.7;
 }
 /* footer */
 .footer{
  padding: 18px;
  background: #bba515;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  text-align: center;
 }
 /* pagetop */

 .pagetop{
  position: fixed;
  right: 30px;
  bottom: 30px;
  height:auto;

 }
}

/*=========== SP ===========*/
@media only screen and (max-width: 767px) {
 /* common */
 .is-pc{
  display: none;
 }
  /* header */
 .header{
  background: url("/admissions/money/img/header_bg01.png") repeat-x 0 0;
  text-align: center;
 }
 .header a > img{
  height: 50px;
 }
 /* nav */
 .anc_list{
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
 }
 .anc_list > li{
  margin-top: 4px;
  border-right: 2px dotted #333333;
  width: 33.3%;
 }
 .anc_list > li:nth-child(1),
 .anc_list > li:nth-child(4){
  border-left: 2px dotted #333333;
 }
 .anc_list > li > a{
  padding: 15px 0 12px;
  font-size: 1.43rem;
  display: block;
 }
 .anc_list > li:nth-child(1) > a{
  color: #1c75b9;
 }
 .anc_list > li:nth-child(2) > a{
  color: #1cb978;
 }
 .anc_list > li:nth-child(3) > a{
  color: #d74545;
 }
 .anc_list > li:nth-child(4) > a{
  color: #ffaf25;
 }
 .anc_list > li:nth-child(5) > a{
  color: #a466ef;
 }
 .anc_list > li > a > .tx_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -18px;
 }
 .anc_list > li > a > .tx_wrap > .tx{
  position: relative;
 }
 .anc_list > li > a > .tx_wrap > .tx::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
 }
 .anc_list > li:nth-child(1) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic01.png") no-repeat 0 0;
  background-size: 12px 12px;
 }
 .anc_list > li:nth-child(2) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic02.png") no-repeat 0 0;
  background-size: 12px 12px;
 }
 .anc_list > li:nth-child(3) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic03.png") no-repeat 0 0;
  background-size: 12px 12px;
 }
 .anc_list > li:nth-child(4) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic04.png") no-repeat 0 0;
  background-size: 12px 12px;
 }
 .anc_list > li:nth-child(5) > a > .tx_wrap > .tx::before{
  background: url("/admissions/money/img/anc_ic05.png") no-repeat 0 0;
  background-size: 12px 12px;
 }
 .anc_list > li > a .num{
  padding-right: 12px;
  font-size: 1.95rem;
  font-style: italic;
 }
 /* bm */
 .bm {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: #231815;
  z-index: 101;
  opacity: 0;
  transition : all .5s;
  visibility: hidden;
 }
 .bm.on {
  opacity: 1;
  visibility: visible;
 }
 .menu-trigger {
  cursor: pointer;
 }
 .menu-trigger,
 .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }
 .menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 }
 .menu-trigger span {
  position: absolute;
  left: 5px;
  width: 25px;
  height: 3px;
  background-color: #fff;
 }
 .menu-trigger.active span {
  background-color: #fff !important;
 }
 .menu-trigger span:nth-of-type(1) {	top: 7px;}
 .menu-trigger span:nth-of-type(2) {	top: 16px;}
 .menu-trigger span:nth-of-type(3) {	bottom: 7px;}
 .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
 }
 .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
 }
 .menu-trigger.active span:nth-of-type(3) {
  bottom: 5px;
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
 }
 /* navSp */
	#navSp {
		display: none;
	}
	#navSp.active {
		display: block;
		position: fixed;
		top: 45px;
		width: 100%;
		background-color: #231815;
		z-index: 100;
	}
	#navSp ul li {
		border-bottom: 1px solid #3f2e2a;
	}
	#navSp ul li a {
		display: block;
		color: #fff;
		padding: 1em;
	}
 /* visualArea */
 .visualArea{
  margin-top: 4px;
 }
 .visualArea .img{
  text-align: center;
 }
 /* leadArea */
 .leadArea{
  padding: 8px 20px 30px;
  text-align: center;
 }
 .leadArea .tx{
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 /* contentArea */
 .contentArea{
  font-size: 1.4rem;
  border-bottom: 2px solid #dddddd;
 }
 .contentArea .inner{
  padding: 20px 20px 40px;
 }
 .contentArea.exam,
 .contentArea.school,
 .contentArea.other{
  background: #ffffe2;
 }
 .contentArea.other{
  border-bottom: none;
 }
 .contentArea.entry,
 .contentArea.cost{
  background: #fff9e2;
 }
 /* heading */
 .heading_v2{
  position: relative;
  background: #fff;
  padding: 6px 0 8px;
 }
 .heading_v2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 0;
 }
 .exam .heading_v2::before{
  border-color: #1c75b9 transparent transparent transparent;
 }
 .entry .heading_v2::before{
  border-color: #1cb978 transparent transparent transparent;
 }
 .school .heading_v2::before{
  border-color: #d64040 transparent transparent transparent;
 }
 .cost .heading_v2::before{
  border-color: #ffaf25 transparent transparent transparent;
 }
 .other .heading_v2::before{
  border-color: #a162ef transparent transparent transparent;
 }
 .heading_v2::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
 }
 .exam .heading_v2::after{
  border-color: transparent transparent #1c75b9 transparent;
 }
 .entry .heading_v2::after{
  border-color: transparent transparent #1cb978 transparent;
 }
 .school .heading_v2::after{
  border-color: transparent transparent #d64040 transparent;
 }
 .cost .heading_v2::after{
  border-color: transparent transparent #ffaf25 transparent;
 }
 .other .heading_v2::after{
  border-color: transparent transparent #a162ef transparent;
 }
 .heading_v2 .tx_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  margin-left: -20px;
 }
 .exam .heading_v2 .tx_wrap{
  color: #1c75b9;
 }
 .entry .heading_v2 .tx_wrap{
  color: #1cb978;
 }
 .school .heading_v2 .tx_wrap{
  color: #d64040;
 }
 .cost .heading_v2 .tx_wrap{
  color: #ffaf25;
 }
 .other .heading_v2 .tx_wrap{
  color: #a162ef;
 }
 .heading_v2 .tx_wrap > .num{
  font-style: italic;
  font-size: 4rem;
  padding-right: 20px;
 }
 .exam .heading_v2 .tx_wrap > .num{
  color: #bbcfe5;
 }
 .entry .heading_v2 .tx_wrap > .num{
  color: #bbe5d0;
 }
 .school .heading_v2 .tx_wrap > .num{
  color: #efc2c2;
 }
 .cost .heading_v2 .tx_wrap > .num{
  color: #ffe1bd;
 }
 .other .heading_v2 .tx_wrap > .num{
  color: #dccaf9;
 }
 .heading_v3{
  margin-top: 40px;
  padding: 15px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
 }
 .exam .heading_v3{
  border-left: 8px solid #1c75b9;
 }
 .school .heading_v3{
  border-left: 8px solid #d64040;
 }
 .cost .heading_v3{
  border-left: 8px solid #ffaf25;
 }
 .other .heading_v3{
  border-left: 8px solid #a162ef;
 }
 .heading_v4{
  margin-top: 30px;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
 }
 .heading_v4::before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
 }
 .school .heading_v4{
  color: #d64040;
 }
 .school .heading_v4::before{
  background: #d64040;
 }
 .other .heading_v4{
  color: #a162ef;
 }
 .other .heading_v4::before{
  background: #a162ef;
 }
 .heading_v5{
  position: relative;
  margin-top: 30px;
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .heading_v5::before{
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 14px;
  height: 14px;
 }
 .entry .heading_v5::before{
  background: #1cb978;
 }
 .school .heading_v5::before{
  background: #d64040;
 }
 .school .heading_v5.mt{
  margin-top: 20px;
 }
 .cost .heading_v5::before{
  background: #ffaf25;
 }
 .heading_v5_other{
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  color: #a162ef;
  border-bottom: 3px solid #a162ef;
 }
 /* btn_v1 */
 .btn_v1{
  margin-top: 20px;
  width: 100%;
  text-align: center;
 }
 .btn_v1 > a{
  position: relative;
  padding: 20px;
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 40px;
 }
 .btn_v1 > a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
 }
 .exam .btn_v1 > a{
  background: #1c75b9;
  line-height: 1.2;
 }
 .school .btn_v1 > a{
  background: #d64040;
 }
 .cost .btn_v1 > a{
  background: #ffaf25;
 }
 /* leadTx */
 .leadTx{
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 .leadTx > .caption{
  color: #d64040;
  font-size: 1.1rem;
 }
 .leadTx.left{
  text-align: left;
 }
 .leadTx.mt{
  margin-top: 10px;
 }
 .leadTx .note{
  color: #d64040;
 }
 /* point_lead */
 .point_lead{
  margin-top: 20px;
  text-align: center;
  word-break: break-all;
 }
 .point_lead > p{
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;

  color: #d64040;
  display: inline-block;
 }
 .other .point_lead > p{
  font-size: 1.4rem;
  color: #a162ef;
 
 }
 .point_lead > p::before,
 .point_lead > p::after{
  content: "";
  position: absolute;
  width: 25px;
  height: 38px;
  top: 50%;
  margin-top: -19px;
 }
 .other .point_lead > p::before,
 .other .point_lead > p::after{
  width: 30px;
  height: 46px;
  margin-top: -23px;
 }
 .point_lead > p::before{
  left: -28px;
  background: url("/admissions/money/img/scholarship_ic01.png") no-repeat 0 0;
  background-size: contain;
 }
 .point_lead > p::after{
  right: -28px;
  background: url("/admissions/money/img/scholarship_ic02.png") no-repeat 0 0;
  background-size: contain;
 }
 .other .point_lead > p::before{
  left: -45px;
  background: url("/admissions/money/img/scholarship_ic04.png") no-repeat 0 0;
  background-size: contain;
 }
 .other .point_lead > p::after{
  right: -45px;
  background: url("/admissions/money/img/scholarship_ic05.png") no-repeat 0 0;
  background-size: contain;
 }
 /* flow_lead */
 .flow_lead{
  margin-top: 20px;
  text-align: center;
 }
 .flow_lead > p{
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #ffaf25;
 }
 .flow_lead > p::before,
 .flow_lead > p::after{
  content: "";
  position: absolute;
  width: 26px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background: url("/admissions/money/img/flow_ic01.png") no-repeat 0 0;
  background-size: contain;
 }
 .flow_lead > p::before{
  left: 0;
 }
 .flow_lead > p::after{
  right: 0;
 }
 /* attendBox */
 .attendBox{
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
 }
 .attendBox .tit{
  position: relative;
  padding: 10px;
  color: #fff;
  font-size: 1.6rem;
  height: 40px;
 }
 .attendBox .tit::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: -29px;
  width: 0;
  height: 0;
  border-style: solid;
 }
 .attendBox .tit > .tx{
  position: relative;
  padding-left: 40px;
 }
 .attendBox .tit > .tx::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -0;
  width:30px;
  height: 19px;
  margin-top: -9px;
  background: url("/admissions/money/img/attend_ic01.png") no-repeat 0 0;
  background-size: contain;
 }
 .attendBox .detail{
  padding: 15px;
 }
 .attendBox .detail .detail_tx1{
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .attendBox .detail .detail_tx1 .line{
  background: #fffc00;
 }
 .attendBox .detail .detail_tx2{
  margin-top: 10px;
  line-height: 1.5;
 }
 .exam .attendBox{
  border: 6px solid #1c75b9;
 }
 .exam .attendBox .tit{
  display: inline-block;
  background: #1c75b9;
 }
 .exam .attendBox .tit::after{
  border-width: 40px 0 0 29px;
  border-color: transparent transparent transparent #1c75b9;
 }
 .exam .attendBox .detail .detail_tx1{
  color: #1c75b9;
 }
 .entry .attendBox{
  border: 6px solid #1cb978;
 }
 .entry .attendBox .tit{
  display: inline-block;
  background: #1cb978;
 }
 .entry .attendBox .tit::after{
  border-width: 40px 0 0 29px;
  border-color: transparent transparent transparent #1cb978;
 }
 .entry .attendBox .detail .detail_tx1{
  color: #1cb978;
 }
 .school .attendBox{
  border: 6px solid #d64040;
 }
 .school .attendBox .tit{
  display: inline-block;
  background: #d64040;
 }
 .school .attendBox .tit::after{
  border-width: 40px 0 0 29px;
  border-color: transparent transparent transparent #d64040;
 }
 .school .attendBox .detail .detail_tx1{
  color: #d64040;
 }
 .cost .attendBox{
  border: 6px solid #ffaf25;
 }
 .cost .attendBox .tit{
  display: inline-block;
  background: #ffaf25;
 }
 .cost .attendBox .tit::after{
  border-width: 40px 0 0 29px;
  border-color: transparent transparent transparent #ffaf25;
 }
 .cost .attendBox .detail .detail_tx1{
  color: #fdbc32;
 }
 .other .attendBox{
  border: 6px solid #a162ef;
 }
 .other .attendBox .tit{
  display: inline-block;
  background: #a162ef;
 }
 .other .attendBox.line2 .tit{
  height: 60px;
  line-height: 1.2;
 }
 .other .attendBox .tit::after{
  border-width: 40px 0 0 29px;
  border-color: transparent transparent transparent #a162ef;
 }
 .other .attendBox.line2 .tit::after{
  border-width: 60px 0 0 29px;
 }
 .other .attendBox .detail .detail_tx1{
  color: #a162ef;
 }
 /* chart_wrap */
 .chart_wrap{
  margin-top: 30px;
  
 }
 .chart_wrap .heading_v5{
  margin-top: 10px;
 }
 .chartBox{
  overflow-x: scroll;
  overflow-y: hidden;
 }
 .chartBox img{
  width: 650px;
  max-width: 650px;
 }
 .heading_v5 + .chartBox{
  margin-top: 15px;
 }
 .school .heading_v4 + .chart_wrap{
  margin-top: 40px
 }
 .chart_caption{
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
 }
 
 .checkPoint{
	width: 100%;
	margin: 10px auto;
	text-align: center;
 }
 /* mapBox */
 .mapBox{
  margin-top: 20px;
 }
 .mapBox > .img{
  text-align: center;
  background:linear-gradient(transparent 40%, #fff 40%);
 }
 .mapBox > .img > img{
  width: 90%;
 }
 .mapBox .detail{
  background: #fff;
  padding: 20px;
 }
 .mapBox .detail .lead{
  font-size: 1.6rem;
  color: #1c75b9;
  line-height: 1.6;
 }
 .mapBox .detail .tx{
  margin-top: 12px;
  line-height: 1.5;
 }
 /* arrow_col */
 .arrow_col{
  display: flex;
  flex-direction : column-reverse;
 }
 .arrowBox{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  line-height: 1.6;
 }
 .arrowBox::before{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 18px;
 }
 .exam .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic01_sp.png") no-repeat 0 0;
  background-size: contain;
 }
 .entry .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic02_sp.png") no-repeat 0 0;
  background-size: contain;
 }
 .school .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic03_sp.png") no-repeat 0 0;
  background-size: contain;
 }
 .cost .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic04_sp.png") no-repeat 0 0;
  background-size: contain;
 }
 .other .arrowBox::before{
  background: url("/admissions/money/img/arrow_ic05_sp.png") no-repeat 0 0;
  background-size: contain;
 }
 .exam .arrowBox{
  border: 3px solid #1c75b9;
 }
 .entry .arrowBox{
  border: 3px solid #1cb978;
 }
 .school .arrowBox{
  border: 3px solid #d64040;
 }
 .cost .arrowBox{
  border: 3px solid #ffaf25;
 }
 .other .arrowBox{
  border: 3px solid #a162ef;
 }
 .arrow_col > .img{
  width: 32%;
  margin: 20px auto 0;
  text-align: center;
 }
 /* num_list */
 .num_list{
  margin-top: 10px;
  font-size: 1.1rem;
 }
 .num_list > li{
  position: relative;
  margin-top: 8px;
  padding-left: 24px;
 }
 .num_list > li > span{
  position: absolute;
  top: 0;
  left: 0;
 }
 .exam .num_list > li > span{
  color: #1c75b9;
 }
 /* note_list */
 .note_list{
  margin-top: 10px;
 }
 .note_list > li{
  font-size: 1.1rem;
  line-height: 1.2;
 }
 .entry .note_list > li > span{
  color: #1cb978;
 }
 .cost .note_list > li > span{
  color: #ffaf25;
 }
 /* explain_list */
 .explain_list{
  margin-top: 30px;
 }
 .explain_list > dt{
  font-size: 1.6rem;
  line-height: 1.5;
 }
 .entry .explain_list > dt{
  color: #1cb978;
 }
 .school .explain_list > dt{
  color: #d64040;
 }
 .school .school_line {
  display: block;
  border-top: 2px solid #d64040;
  margin: 20px 0 10px;
 }
 .cost .explain_list > dt{
  color: #ffaf25;
 }
 .other .explain_list > dt{
  color: #a162ef;
 }
 .explain_list > dd{
  margin-top: 10px;
  line-height: 1.5;
 }
 .cost .explain_list > dd > .caption{
  font-size: 1.1rem;
  color: #ffaf25;
 }
 /* chart_list */
 .chart_list{
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
 }
 .chart_list > li > span{
  color: #ff5409;
 }
 .school_col + .chart_list{
  margin-top: 20px;
 }
 .chart_list.f_m_r{
  color: #d64040;
 }
 .chart_list.horizontal li {
  margin-bottom: 5px;
 }
 .chart_list.horizontal li:last-child {
  margin-bottom: 0;
 }
 /* money_col */
 .money_col{
  margin-top: 30px;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .money_col > .col{
  width: 40%;
  margin-bottom: 15px;
  text-align: center;
 }
 .money_col > .col:nth-child(1),
 .money_col > .col:nth-child(3){
  margin-right: 6%;
 }
 .money_col > .col > figcaption{
  margin-top: 8px;
  color: #d64040;
 }
 .other .money_col > .col > figcaption{
  color: #a162ef;
 }
 /* school_col */
 .school_col{
  margin-top: 40px;
 }
 .school_col > .col{
  margin-top: 20px;
  position: relative;
  background: #fff;
  border-radius: 10px;
 }
 .school_col > .col > .tit{
  padding: 15px;
  background: #d64040;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 10px 10px 0 0;
 }
 .school_col > .col > .detail{
  padding: 15px;
  line-height: 1.6;
 }
 .school_col > .col > .icon{
  position: absolute;
  padding-top: 9px;
  bottom: -10px;
  right: 5px;
  background: url("/admissions/money/img/scholarship_ic03.png") no-repeat 0 0;
  background-size: contain;
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.01em;
 }
 /* ribboBox */
 .ribboBox{
  position: relative;
  margin-top: 40px;
  background: #fff;
 }
 .ribboBox > .tit{
  position: absolute;
  height: 44px;
  top: -15px;
  left: 0;
  margin: 0 30px;
 }
 .ribboBox > .col{
  padding: 48px 20px 20px;
 }
 .ribboBox > .col > .img{
  width: 50%;
  margin: 0 auto;
  text-align: center;
 }
 .ribboBox > .col > .tx{
  margin-top: 15px;
  line-height: 1.5;
 }
 /* leadBox */
 .leadBox{
  margin-top: 20px;
  line-height: 1.5;
 }
 .leadBox .box_list{
  margin-top: 10px;
 }
 .leadBox .box_list + .box_list{
  margin: 0;
 }
 .leadBox .box_list > dd > .red{
  font-size: 1.6rem;
  color: #d64040;
 }
 /* guideBox */
 .guideBox{
  margin-top: 20px;
 }
 .guideBox > .tit{
  padding: 8px 20px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #a162ef;
 }
 .guideBox > .list{
  margin-top: 12px;
 }
 .guideBox > .list > li{
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
 }
 .guideBox > .list > li::before{
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #a162ef;
  border-radius: 100%;
 }
 .guideBox > .list > li + li{
  margin-top: 6px;
 }
 .guideBox > .caption{
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
 }
 .guideBox > .caption > span{
  color: #a162ef;
 }
 /* pointBox */
 .pointBox.column{
  margin-top: 20px;
 }
 .pointBox .col{
  display: flex;
  align-items: center;
 }
 .pointBox .col + .col{
  margin-top: 15px;
 }
 .pointBox .icon{
  width: 82px;
  margin-right: 15px;
 }
 .attendBox .pointBox .col:nth-child(2) .icon{
  align-self: flex-start;
 }
 .pointBox .list{
  width: calc(100% - 82px);
 }
 .pointBox .list > dt{
  font-size: 1.6rem;
  color: #a162ef;
  line-height: 1.4;
 }
 .pointBox .list > dd{
  margin-top: 8px;
  line-height: 1.5;
 }
 .pointBox .list_table{
  margin-top: 10px;
  font-size: 1.2rem;
  display: block;
 }
 .pointBox .list_table td{
  display: block;
  width: 100%;
  
 }
 .pointBox .list_table tr{
  position: relative;
  display: block;
  
  
 }
 .pointBox .list_table tr::before{
  content: "";
  position: absolute;
  top: 0.4em;
  left: -15px;
  width: 8px;
  height: 8px;
  background: #a162ef;
  border-radius: 100%;
 }
 .pointBox .caption{
  margin-top: 10px;
  font-size: 1.1rem;
 }
 .pointBox .caption > span{
  color: #a162ef;
 }
 /* nav */
 .footerBnr{
  padding: 5px 20px 30px;
  text-align: center;
 }
 .footerBnr > .btn_col > .col{
  margin-top: 15px;
 }
 .footerBnr > .btn_col > .col > .tx{
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.02em;
 }
 /* footer */
 .footer{
  padding: 18px;
  background: #bba515;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
 }
 /* pagetop */
 .pagetop {
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
 
 
}