#pageIntro .topCaption {
  line-height: 180%;
  word-break: auto-phrase;
}

@media only screen and (max-width: 767px) {
  #pageIntro .topCaption {
    padding: 48px 0 0 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  #pageIntro .topCaption {
    padding: 80px 0 0 0;
    font-size: clamp(14px, 1.5vw, 18px);
  }
}
.secIntro {
  background: url(../images/arrow_down.svg) left bottom no-repeat;
  background-size: 33px;
}
.secIntro.end {
  background: none;
  margin-bottom: 0 !important;
}
.secIntro .textCol .caption {
  line-height: 180%;
  word-break: auto-phrase;
}
.secIntro .btnCol .btnWrap .btnList {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.secIntro .btnCol .btnWrap .btnList.green {
  background-color: #8FB873;
}
.secIntro .btnCol .btnWrap .btnList.pink {
  background-color: #D6B2B2;
}
.secIntro .btnCol .btnWrap .btnList.blue {
  background-color: #83BAC9;
}
.secIntro .btnCol .btnWrap .btnList.yellow {
  background-color: #C4C982;
}
.secIntro .btnCol .btnWrap .btnList.none {
  opacity: 0;
  pointer-events: none;
}
.secIntro .btnCol .note {
  color: #9D9D9D;
  line-height: 180%;
}

@media only screen and (max-width: 767px) {
  .secIntro {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
    background-position: center bottom;
    margin: 0 auto 34px auto;
    position: relative;
    width: min(100%, 300px);
    background-size: 24px;
  }
  .secIntro.end {
    padding-bottom: 72px;
  }
  .secIntro .imgCol {
    padding: 36px 0 0 0;
    margin: 0 auto;
  }
  .secIntro .textCol {
    padding: 0 0 16px 0;
  }
  .secIntro .textCol .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-size: clamp(14px, 4.62vw, 18px);
    text-align: center;
  }
  .secIntro .textCol .caption {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 4px 0 0 0;
    text-align: center;
  }
  .secIntro .btnCol .btnTitle {
    font-size: clamp(14px, 4.1vw, 16px);
    text-align: center;
  }
  .secIntro .btnCol .btnWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 7px;
    padding: 8px 0 16px 0;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secIntro .btnCol .btnWrap .btnList {
    width: calc(50% - 6px);
    min-height: 38px;
    font-size: 13px;
  }
  .secIntro .btnCol .btnWrap .btnList.long {
    width: 100%;
  }
  .secIntro .btnCol .note {
    font-size: 14px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .secIntro {
    display: flex;
    justify-content: space-between;
    padding: 0 0 66px 0;
    background-position: 9% bottom;
    margin: 0 0 34px 0;
  }
  .secIntro.end {
    padding-bottom: 100px;
  }
  .secIntro .imgCol {
    width: min(26%, 195px);
  }
  .secIntro .textCol {
    width: min(40%, 340px);
  }
  .secIntro .textCol .title {
    font-size: clamp(14px, 1.58vw, 19px);
    padding: 0 0 10px 0;
  }
  .secIntro .textCol .caption {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secIntro .btnCol {
    width: min(32%, 256px);
  }
  .secIntro .btnCol .btnTitle {
    font-size: clamp(14px, 1.33vw, 16px);
  }
  .secIntro .btnCol .btnWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 7px;
    padding: 8px 0 16px 0;
  }
  .secIntro .btnCol .btnWrap .btnList {
    width: min(49%, 125px);
    min-height: 38px;
    font-size: clamp(10px, 1.08vw, 13px);
  }
  .secIntro .btnCol .btnWrap .btnList.long {
    width: 100%;
  }
  .secIntro .btnCol .note {
    font-size: clamp(11px, 1.17vw, 14px);
  }
}
.secSupport {
  background: #ffffff;
}
.secSupport .supportTitle {
  text-align: center;
}
.secSupport .btnWrap .btnList {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8FB873;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .secSupport {
    padding: 28px 0 40px 0;
  }
  .secSupport .supportTitle {
    font-size: clamp(14px, 4.62vw, 18px);
    padding: 0 0 18px 0;
  }
  .secSupport .btnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
  }
  .secSupport .btnWrap .btnList {
    min-width: 123px;
    min-height: 38px;
    padding: 2px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .secSupport {
    padding: 28px 0 50px 0;
  }
  .secSupport .supportTitle {
    font-size: clamp(14px, 1.58vw, 19px);
    padding: 0 0 18px 0;
  }
  .secSupport .btnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
  }
  .secSupport .btnWrap .btnList {
    min-width: 123px;
    min-height: 38px;
    padding: 2px;
    font-size: 13px;
  }
}
.modalBoxListArea .modalBox {
  display: none;
  background: #F1EEE9;
  margin: 0 auto;
}
.modalBoxListArea .modalBox.on {
  display: block;
}
.modalBoxListArea .modalBox .modalBoxIn {
  position: relative;
}
.modalBoxListArea .modalBox .modalBoxIn .btnClose {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background-color: #F1EEE9;
}
.modalBoxListArea .modalBox .modalBoxIn .btnClose .line {
  width: 11px;
  height: 1px;
}
.modalBoxListArea .modalBox .modalBoxIn .textCol .title {
  text-align: left;
  border-bottom: solid 1px #000000;
}
.modalBoxListArea .modalBox .modalBoxIn .textCol .caption {
  text-align: left;
}
.modalBoxListArea .modalBox .modalBoxIn .textCol .btnWrap {
  display: flex;
  flex-direction: column;
}
.modalBoxListArea .modalBox.green .btnClose {
  border-color: #8FB873;
}
.modalBoxListArea .modalBox.green .btnClose .line {
  background-color: #8FB873;
}
.modalBoxListArea .modalBox.green .commonBtn {
  background-color: #8FB873;
}
.modalBoxListArea .modalBox.pink .btnClose {
  border-color: #D6B2B2;
}
.modalBoxListArea .modalBox.pink .btnClose .line {
  background-color: #D6B2B2;
}
.modalBoxListArea .modalBox.pink .commonBtn {
  background-color: #D6B2B2;
}
.modalBoxListArea .modalBox.blue .btnClose {
  border-color: #83BAC9;
}
.modalBoxListArea .modalBox.blue .btnClose .line {
  background-color: #83BAC9;
}
.modalBoxListArea .modalBox.blue .commonBtn {
  background-color: #83BAC9;
}
.modalBoxListArea .modalBox.yellow .btnClose {
  border-color: #C4C982;
}
.modalBoxListArea .modalBox.yellow .btnClose .line {
  background-color: #C4C982;
}
.modalBoxListArea .modalBox.yellow .commonBtn {
  background-color: #C4C982;
}

@media only screen and (max-width: 767px) {
  .modalBoxListArea .modalBox {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 320px;
  }
  .modalBoxListArea .modalBox .modalBoxIn {
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: center;
  }
  .modalBoxListArea .modalBox .modalBoxIn .btnClose {
    top: -14px;
    right: -14px;
  }
  .modalBoxListArea .modalBox .modalBoxIn .imgCol {
    padding: 0 0 4px 0;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .title {
    font-size: clamp(14px, 4.36vw, 17px);
    padding: 6px 0 2px 0;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .caption {
    font-size: 13px;
    padding: 8px 0 11px 0;
    line-height: 140%;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .btnWrap {
    width: min(90%, 216px);
    row-gap: 8px;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .btnWrap .commonBtn {
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .modalBoxListArea .modalBox {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 92vw;
  }
  .modalBoxListArea .modalBox .modalBoxIn {
    padding: 24px min(4vw, 40px) 24px min(4vw, 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: min(3vw, 30px);
         column-gap: min(3vw, 30px);
  }
  .modalBoxListArea .modalBox .modalBoxIn .btnClose {
    top: 24px;
    right: 24px;
  }
  .modalBoxListArea .modalBox .modalBoxIn .imgCol {
    width: min(40vw, 400px);
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol {
    width: min(40.8vw, 408px);
    padding: 40px 0;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .title {
    font-size: clamp(14px, 2vw, 24px);
    padding: 0 0 4px 0;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .caption {
    font-size: clamp(14px, 1.33vw, 16px);
    padding: 24px 0 40px 0;
    line-height: 180%;
  }
  .modalBoxListArea .modalBox .modalBoxIn .textCol .btnWrap {
    width: min(90%, 216px);
    row-gap: 12px;
  }
}/*# sourceMappingURL=style.css.map */