@charset "UTF-8";
/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

section.sec-deadline, section.sec-not, section.sec-payment {
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-deadline, section.sec-not, section.sec-payment {
    margin-bottom: 100px;
  }
}
section.sec-deadline h2, section.sec-not h2, section.sec-payment h2 {
  margin-bottom: 1em;
}
section.sec-deadline ul.payment-list li, section.sec-not ul.payment-list li, section.sec-payment ul.payment-list li {
  padding: 2em 0;
  border-bottom: solid 1px var(--clgray01);
}
@media screen and (min-width: 768px) {
  section.sec-deadline ul.payment-list li, section.sec-not ul.payment-list li, section.sec-payment ul.payment-list li {
    padding: 1.6em 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-deadline ul.payment-list li dl, section.sec-not ul.payment-list li dl, section.sec-payment ul.payment-list li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-deadline ul.payment-list li dl dt, section.sec-not ul.payment-list li dl dt, section.sec-payment ul.payment-list li dl dt {
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-deadline ul.payment-list li dl dt, section.sec-not ul.payment-list li dl dt, section.sec-payment ul.payment-list li dl dt {
    width: 170px;
    margin-top: 0.14em;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-deadline ul.payment-list li dl dd, section.sec-not ul.payment-list li dl dd, section.sec-payment ul.payment-list li dl dd {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-deadline ul.payment-list li dl dd, section.sec-not ul.payment-list li dl dd, section.sec-payment ul.payment-list li dl dd {
    width: calc(100% - 170px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}

/*============================= 学納金納付期限について =============================*/
section.sec-deadline p {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-deadline p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-top: 40px;
  }
}

/*============================= 学納金未納者について =============================*/
section.sec-not .not-txt01 {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-not .not-txt01 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-not .not-txt02 {
  background-color: var(--clpurple03);
  text-align: center;
  padding: 1em 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-not .not-txt02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
  }
}
section.sec-not .not-txt02 .purple {
  color: var(--clpurple01);
  margin-right: 1em;
}
section.sec-not ul li {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  section.sec-not ul li {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-not ul li dl dt {
  text-align: center;
  background-color: var(--clgray05);
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dt {
    width: 207px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dd {
    width: calc(100% - 240px);
  }
}
section.sec-not ul li dl dd p.not-txt03 {
  margin-bottom: 0.6em;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dd p.not-txt03 {
    margin-bottom: 0.4em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-not ul li dl dd p.not-txt04 {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dd p.not-txt04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dd p.not-txt04 span.txt01 {
    width: 156px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-not ul li dl dd p.not-txt04 span.txt02 {
    width: calc(100% - 156px);
  }
}

/*============================= 延納・分納について =============================*/
section.sec-payment .not-txt01 {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-payment .not-txt01 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-payment .not-txt01.mr-top {
  margin-top: 1em;
}
section.sec-payment p.payment-txt01 {
  display: inline-block;
  background-color: var(--clgray01);
  margin-top: 1em;
  box-sizing: border-box;
  padding: 1em 2em;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-payment p.payment-txt01 {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-payment div.dl-box {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-payment div.dl-box {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-payment div.dl-box div.dl-box-inner {
    padding-left: 20px;
  }
}
section.sec-payment div.dl-box h3 {
  margin-bottom: 1.6em;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-payment div.dl-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-payment div.dl-box p.payment-txt02 {
  margin-bottom: 1em;
}
section.sec-payment div.dl-box p.payment-txt02 span {
  box-sizing: border-box;
  padding: 0.4em 1em;
  display: inline-block;
  border: solid 1px #000;
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-payment div.dl-box p.payment-txt02 span {
    font-size: 16px;
    padding: 0.4em 1em;
  }
}
section.sec-payment div.dl-box p.payment-txt03 {
  margin: 0.4em 0;
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-payment div.dl-box p.payment-txt03 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-payment div.dl-box a.link02 {
  margin-left: 1em;
}/*# sourceMappingURL=payment.css.map */