@charset "UTF-8";
@media screen and (max-width: 960.98px) {
  .mainArea img {
    width: 100%;
  }
}
.mainArea .content_header {
  background-color: #FFF9E0;
}
@media print, screen and (min-width: 961px) {
  .mainArea .content_header {
    padding: 35px 0 50px 0;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .content_header {
    padding: clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (768))))), 60px) clamp(0px, calc(0px + (55 * max(0px, ((100dvw - 0px) / (768))))), 55px);
  }
}
.mainArea .content_header ._note {
  letter-spacing: .02em;
  font-size: clamp(0px, calc(0px + (14 * max(0px, ((100dvw - 0px) / (600))))), 1.4rem);
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .mainArea .content_header ._note {
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .content_header ._note {
    margin-top: 2em;
    padding: 0 clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
  }
}
.mainArea .content_header ._note a {
  color: #00F;
}
.mainArea .content_header ._note em {
  color: #F00;
  font-style: normal;
}
@media print, screen and (min-width: 961px) {
  .mainArea .content_header_explanation {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
.mainArea .content_header_explanation_notes {
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .mainArea .content_header_explanation_notes {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .content_header_explanation_notes {
    margin-top: 2em;
  }
}
.mainArea .content_header_explanation_notes li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .02em;
  font-size: clamp(0px, calc(0px + (14 * max(0px, ((100dvw - 0px) / (600))))), 1.4rem);
  line-height: 1.6;
}
.mainArea .content_header_explanation_notes li a {
  color: #00F;
}
.mainArea .content_header_explanation_notes li em {
  color: #F00;
  font-style: normal;
}
.mainArea .content_header_explanation_note {
  letter-spacing: .02em;
  font-size: clamp(0px, calc(0px + (14 * max(0px, ((100dvw - 0px) / (600))))), 1.4rem);
  line-height: 1.6;
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .mainArea .content_header_explanation_note {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .content_header_explanation_note {
    margin-top: .5em;
  }
}
.mainArea .cardArea {
  color: #666;
  background-color: #E8E8E8;
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .cardArea {
    padding: clamp(0px, calc(0px + (78 * max(0px, ((100dvw - 0px) / (768))))), 78px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
  }
}
.mainArea .cardArea_heading {
  font-weight: 700;
  letter-spacing: .05em;
  background-color: #FFF;
  border-radius: 1em;
  padding: .3em 3em .32em 3.05em;
  display: inline-block;
  font-size: clamp(0px, calc(0px + (27 * max(0px, ((100dvw - 0px) / (600))))), 2.7rem);
  line-height: 1.2;
}
.mainArea .cardArea_text {
  letter-spacing: .02em;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (600))))), 2.1rem);
  line-height: 1.8;
  font-weight: 700;
  margin: 1.5em auto 0 auto;
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea_text {
    word-break: keep-all;
    max-width: 1140px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .cardArea_text {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.mainArea .cardArea ._card {
  display: grid;
  justify-content: center;
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea ._card {
    max-width: 1140px;
    margin: 36px auto 0 auto;
    grid-template-columns: repeat(5, auto);
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .cardArea ._card {
    grid-column-gap: 4%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480.98px) {
  .mainArea .cardArea ._card {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 481px) and (max-width: 960.98px) {
  .mainArea .cardArea ._card {
    grid-template-columns: repeat(3, auto);
  }
}
.mainArea .cardArea ._card li {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea ._card li {
    width: 170px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .cardArea ._card li {
    vertical-align: top;
    max-width: 280px;
    margin-top: clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (650))))), 50px);
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea ._card li img {
    width: 150px;
  }
}
.mainArea .cardArea ._card li ._text {
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (600))))), 1.6rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 961px) {
  .mainArea .cardArea ._card li ._text {
    letter-spacing: .02em;
    margin-top: 1.2em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .cardArea ._card li ._text {
    text-align: center;
    margin-top: 1em;
  }
}
.mainArea .aboutKeioPoint {
  color: #666;
  background-color: #67A3C9;
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint {
    text-align: left;
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint > ._inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0 64px 0;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint > ._inner {
    padding: clamp(0px, calc(0px + (75 * max(0px, ((100dvw - 0px) / (768))))), 75px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px) clamp(0px, calc(0px + (100 * max(0px, ((100dvw - 0px) / (768))))), 100px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
  }
}
.mainArea .aboutKeioPoint_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_heading ._icon {
    width: 172px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_heading ._icon {
    width: clamp(0px, calc(0px + (194 * max(0px, ((100dvw - 0px) / (768))))), 194px);
  }
}
.mainArea .aboutKeioPoint_heading ._icon img {
  width: 100%;
}
.mainArea .aboutKeioPoint_heading ._text {
  color: #FFF;
  text-align: left;
  font-size: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (600))))), 3rem);
  line-height: 1.2;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_heading ._text {
    margin-left: .8em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_heading ._text {
    margin-top: .1em;
    margin-left: .8em;
  }
}
.mainArea .aboutKeioPoint_explanation {
  color: #666;
  background-color: #FFF;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation {
    border-radius: 18px;
    width: 820px;
    margin: 30px auto 0 auto;
    padding: 42px 96px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation {
    border-radius: clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
    margin: clamp(0px, calc(0px + (36 * max(0px, ((100dvw - 0px) / (650))))), 36px) auto 0 auto;
    padding: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (650))))), 40px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (650))))), 30px) clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (650))))), 60px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (650))))), 30px);
  }
}
.mainArea .aboutKeioPoint_explanation_text {
  color: #666;
  line-height: 1.8;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (600))))), 1.8rem);
  letter-spacing: .02em;
  font-weight: 700;
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_text {
    text-align: center;
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_link {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_link {
    text-align: center;
    margin-top: 1em;
  }
}
.mainArea .aboutKeioPoint_explanation_link a {
  font-weight: 700;
  color: #67A3C9;
  text-decoration: none;
  background-color: #FFF;
  border: 2px solid #67A3C9;
  margin: 0 auto;
  display: inline-block;
  font-size: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (600))))), 2rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_link a {
    border-radius: 16px;
    padding: .6em 1.6em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_link a {
    border-radius: 1em;
    padding: 1em 1em 1em 1em;
  }
}
.mainArea .aboutKeioPoint_explanation_intro {
  font-weight: 700;
  color: #656565;
  border: 1px solid #656565;
  padding: .5em .4em .4em .4em;
  font-size: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (600))))), 2rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_intro {
    border-radius: 1.2em;
    margin-top: 44px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_intro {
    text-align: center;
    border-radius: clamp(0px, calc(0px + (20 * max(0px, ((100dvw - 0px) / (768))))), 20px);
    margin-top: clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (768))))), 60px);
  }
}
.mainArea .aboutKeioPoint_explanation_list {
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_list {
    margin-top: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (500))))), 40px);
  }
}
.mainArea .aboutKeioPoint_explanation_list li {
  line-height: 1.4;
  text-indent: -1em;
  margin-bottom: .3em;
  padding-left: 1em;
  font-size: clamp(0px, calc(0px + (22 * max(0px, ((100dvw - 0px) / (600))))), 2.2rem);
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_list li {
    letter-spacing: .05em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_list li {
    letter-spacing: 0;
  }
}
.mainArea .aboutKeioPoint_explanation_list li::before {
  content: "・";
}
.mainArea .aboutKeioPoint_explanation_list li em {
  font-style: normal;
  color: #659DC0;
}
.mainArea .aboutKeioPoint_explanation_illust {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .aboutKeioPoint_explanation_illust {
    width: 140px;
    right: 10px;
    bottom: -17px;
  }
}
@media screen and (min-width: 481px) and (max-width: 960.98px) {
  .mainArea .aboutKeioPoint_explanation_illust {
    width: clamp(0px, calc(0px + (116 * max(0px, ((100dvw - 0px) / (768))))), 116px);
    right: clamp(-20px, calc(-20px + (20 * max(0px, ((-100dvw + 768px) / (768))))), 0px);
    bottom: clamp(-72px, calc(-72px + (72 * max(0px, ((-100dvw + 768px) / (768))))), 0px);
  }
}
@media screen and (max-width: 480.98px) {
  .mainArea .aboutKeioPoint_explanation_illust {
    width: clamp(0px, calc(0px + (116 * max(0px, ((100dvw - 0px) / (768))))), 116px);
    right: clamp(0px, calc(0px + (40 * max(0px, ((100dvw - 0px) / (768))))), 40px);
    bottom: clamp(-42px, calc(-42px + (42 * max(0px, ((-100dvw + 768px) / (768))))), 0px);
  }
}
.mainArea .aboutKeioPoint_explanation_illust img {
  width: 100%;
}
.mainArea .flowArea {
  color: #666;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea {
    max-width: 1140px;
    margin: 0 auto;
    padding: 46px 30px 0;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea {
    padding: clamp(0px, calc(0px + (78 * max(0px, ((100dvw - 0px) / (768))))), 78px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
  }
}
.mainArea .flowArea_heading {
  font-weight: 700;
  letter-spacing: .05em;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 1em;
  display: inline-block;
  font-size: clamp(0px, calc(0px + (27 * max(0px, ((100dvw - 0px) / (600))))), 2.7rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea_heading {
    padding: .3em 2em .32em 2.05em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea_heading {
    padding: .3em 1em .32em 1.05em;
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._flow {
    margin-top: 42px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._flow {
    margin-top: clamp(0px, calc(0px + (70 * max(0px, ((100dvw - 0px) / (650))))), 70px);
  }
}
.mainArea .flowArea li {
  text-align: left;
  position: relative;
  line-height: 1.4;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (600))))), 1.6rem);
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea li {
    border-radius: 30px;
    box-sizing: border-box;
    margin-bottom: 74px;
    padding: 26px 40px 30px 248px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea li {
    border-radius: 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 30px 25px;
  }
}
.mainArea .flowArea li::after {
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  display: block;
  position: absolute;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea li::after {
    border-width: 20px;
    bottom: -66px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea li::after {
    border-width: 14px;
    bottom: -42px;
  }
}
.mainArea .flowArea ._s1,
.mainArea .flowArea ._s2,
.mainArea .flowArea ._s3 {
  background-color: #E9F9FF;
}
.mainArea .flowArea ._s1 h3,
.mainArea .flowArea ._s2 h3,
.mainArea .flowArea ._s3 h3 {
  color: #67A3C9;
}
.mainArea .flowArea ._s1::after {
  border-top-color: #67A3C9;
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s1 ._text {
    margin-left: 75px;
  }
}
.mainArea .flowArea ._s1 ._illust {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s1 ._illust {
    bottom: 0;
    left: 42px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s1 ._illust {
    width: 78px;
    top: 64px;
    left: 10px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s2 {
    min-height: 160px;
  }
}
.mainArea .flowArea ._s2::after {
  border-top-color: #67A3C9;
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s2 ._text {
    margin-left: 75px;
  }
}
.mainArea .flowArea ._s2 ._illust {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s2 ._illust {
    top: -28px;
    left: 74px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s2 ._illust {
    width: 66px;
    top: 64px;
    left: 20px;
  }
}
.mainArea .flowArea ._s3::after {
  border-top-color: #F497B0;
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s3 ._text {
    margin-left: 75px;
  }
}
.mainArea .flowArea ._s3 ._illust {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s3 ._illust {
    bottom: 0;
    left: 23px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s3 ._illust {
    width: clamp(0px, calc(0px + (92 * max(0px, ((100dvw - 0px) / (480))))), 92px);
    bottom: 0;
    left: 0;
  }
}
.mainArea .flowArea ._s4 {
  background-color: #FDF2F5;
}
.mainArea .flowArea ._s4::after {
  border-top-color: #FFD185;
}
.mainArea .flowArea ._s4 ._wrapper {
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s4 ._col1 {
    width: 460px;
    float: left;
  }
}
.mainArea .flowArea ._s4 h3 {
  color: #F497B0;
}
.mainArea .flowArea ._s4 ._image {
  margin-top: 1em;
  background-color: #FFF;
}
.mainArea .flowArea ._s4 ._image img {
  max-width: 550px;
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s4 ._t1 {
    margin-left: 75px;
  }
}
.mainArea .flowArea ._s4 ._illust {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s4 ._illust {
    bottom: 0;
    left: 45px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s4 ._illust {
    width: 76px;
    top: 50px;
    left: 16px;
  }
}
.mainArea .flowArea ._s5 {
  background-color: #FFF9E0;
  border: 2px solid #FFD185;
}
.mainArea .flowArea ._s5::after {
  display: none;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s5 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s5 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mainArea .flowArea ._s5 h3 {
  color: #F0B95D;
}
.mainArea .flowArea ._s5 em {
  color: #F00;
  font-style: normal;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s5 ._date {
    margin-top: .2em;
  }
  .mainArea .flowArea ._s5 ._date img {
    width: 402px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s5 ._date {
    margin-top: .2em;
  }
  .mainArea .flowArea ._s5 ._date img {
    width: clamp(0px, calc(0px + (480 * max(0px, ((100dvw - 0px) / (768))))), 480px);
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._s5 ._illust {
    position: absolute;
    bottom: 0;
    left: -43px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._s5 ._illust {
    width: clamp(0px, calc(0px + (436 * max(0px, ((100dvw - 0px) / (768))))), 436px);
    margin: .5em auto 0 auto;
  }
}
.mainArea .flowArea ._step {
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._step {
    width: 74px;
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._step {
    width: 60px;
    top: -30px;
    left: 8px;
  }
}
.mainArea .flowArea ._step img {
  width: 100%;
}
.mainArea .flowArea h3 {
  font-weight: 700;
  font-size: clamp(0px, calc(0px + (27 * max(0px, ((100dvw - 0px) / (600))))), 2.7rem);
  line-height: 1.4;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea h3 {
    letter-spacing: .05em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea h3 {
    text-align: center;
  }
}
.mainArea .flowArea ._text {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: .02em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (600))))), 1.8rem);
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._text {
    margin-top: .5em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._text {
    margin-top: 1.2em;
  }
}
.mainArea .flowArea ._text a {
  color: #00F;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._button-entry {
    margin-top: 1em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._button-entry {
    text-align: center;
    margin-top: 1.2em;
  }
}
.mainArea .flowArea ._button-entry a {
  font-weight: 700;
  color: #67A3C9;
  text-decoration: none;
  background-color: #FFF;
  border: 2px solid #67A3C9;
  display: inline-block;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (600))))), 2.1rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._button-entry a {
    border-radius: 16px;
    padding: .5em 1.2em .6em 1.2em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._button-entry a {
    border-radius: 14px;
    padding: .5em 1em .6em 1em;
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._button-application {
    margin-bottom: 1em;
    float: right;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._button-application {
    text-align: center;
    margin-top: 1.2em;
  }
}
.mainArea .flowArea ._button-application a {
  font-weight: 700;
  color: #F497B0;
  text-decoration: none;
  background-color: #FFF;
  border: 2px solid #F497B0;
  display: inline-block;
  font-size: clamp(0px, calc(0px + (21 * max(0px, ((100dvw - 0px) / (600))))), 2.1rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 961px) {
  .mainArea .flowArea ._button-application a {
    border-radius: 16px;
    padding: .5em 1.6em .6em 1.6em;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .flowArea ._button-application a {
    border-radius: 14px;
    padding: .5em 1em .6em 1em;
  }
}
.mainArea .noteArea {
  color: #666;
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .mainArea .noteArea {
    max-width: 1140px;
    margin: 80px auto 0 auto;
    padding: 0 30px 100px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .noteArea {
    padding: clamp(0px, calc(0px + (78 * max(0px, ((100dvw - 0px) / (768))))), 78px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px);
  }
}
.mainArea .noteArea_heading {
  font-weight: 700;
  text-align: center;
  letter-spacing: .05em;
  font-size: clamp(0px, calc(0px + (27 * max(0px, ((100dvw - 0px) / (600))))), 2.7rem);
  line-height: 1.2;
}
.mainArea .noteArea h3 {
  margin-top: 2em;
  font-size: clamp(0px, calc(0px + (18 * max(0px, ((100dvw - 0px) / (600))))), 1.8rem);
  line-height: 1.4;
}
.mainArea .noteArea ul {
  margin-top: .5em;
}
.mainArea .noteArea ul li {
  text-align: justify;
  text-indent: -1em;
  text-justify: inter-ideograph;
  margin-bottom: .2em;
  padding-left: 1em;
  font-size: clamp(0px, calc(0px + (16 * max(0px, ((100dvw - 0px) / (600))))), 1.6rem);
  line-height: 1.6;
}
.mainArea .noteArea ul li::before {
  content: "・";
}
.mainArea .noteArea ul li em {
  color: #F00;
  font-style: normal;
}
@media print, screen and (min-width: 961px) {
  .mainArea .banner {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960.98px) {
  .mainArea .banner {
    padding: 0 clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) clamp(0px, calc(0px + (50 * max(0px, ((100dvw - 0px) / (768))))), 50px) clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px);
  }
}
@media print, screen and (min-width: 961px) {
  .mainArea .banner a:hover {
    opacity: .7;
    transition: opacity 400ms;
  }
}

/*# sourceMappingURL=index.css.map */
