.fontMont {
  font-family: "Montserrat", sans-serif;
}

.textMarker {
  position: relative;
}
.textMarker::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 12px;
  left: 0;
  width: 100%;
  bottom: -2px;
  background: #F4FF54;
}
.textMarker .text {
  position: relative;
  z-index: 1;
  padding: 0 2px;
}

.secTopIntro {
  padding: 12px 0 0 0;
}
.secTopIntro .introText {
  padding: 0 0 40px 0;
}
.secTopIntro .lineup {
  text-align: center;
}

.secMedia {
  padding: 56px 0 28px 0;
}
.secMedia .txtLoopSlide .swiper-wrapper {
  transition-timing-function: linear;
}
.secMedia .txtLoopSlide .swiper-wrapper .swiper-slide {
  width: 200px;
}
.secMedia .mediaTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 30px 0 16px 0;
}
.secMedia .mediaImgSlider {
  padding: 0 0 20px 0;
  position: relative;
}
.secMedia .mediaImgSlider .navArrow {
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 116px;
}
.secMedia .mediaImgSlider .navArrow.back {
  background-image: url(../images/slider_arrow_left.svg);
  left: 32px;
}
.secMedia .mediaImgSlider .navArrow.next {
  background-image: url(../images/slider_arrow_right.svg);
  right: 32px;
}
.secMedia .mediaImgSlider .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.secMedia .mediaImgSlider .swiper-wrapper .swiper-slide {
  width: 285px;
}

.secVoice {
  padding: 28px 0 60px 0;
}
.secVoice .voiceTitle {
  color: #532929;
  text-align: center;
  font-weight: bold;
  font-size: clamp(19px, 8.21vw, 32px);
  line-height: 130%;
  padding: 0 0 60px 0;
}
.secVoice .voiceSlider {
  position: relative;
}
.secVoice .voiceSlider .navArrow {
  position: absolute;
  z-index: 1;
  pointer-events: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 240px;
}
.secVoice .voiceSlider .navArrow.back {
  background-image: url(../images/slider_arrow_left.svg);
  left: 30px;
}
.secVoice .voiceSlider .navArrow.next {
  background-image: url(../images/slider_arrow_right.svg);
  right: 30px;
}
.secVoice .voiceSlider .swiper-wrapper {
  position: relative;
  z-index: 0;
}
.secVoice .voiceSlider .swiper-slide {
  width: min(90%, 270px);
}
.secVoice .voiceSlider .swiper-slide .voiceList {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  letter-spacing: 0em;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listTitle {
  position: absolute;
  width: 100%;
  top: -28px;
  left: 0;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listTitle .listTitleIn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #694343;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  line-height: 130%;
  font-size: clamp(14px, 5.13vw, 20px);
  font-weight: bold;
  letter-spacing: 0;
  padding: 2px 6px;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listTitle .strong {
  color: #F4FF54;
  line-height: 130%;
  letter-spacing: 0;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn {
  padding: 60px 14px 38px 14px;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .img {
  text-align: center;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .name {
  text-align: center;
  color: #946E6E;
  font-size: clamp(14px, 3.85vw, 15px);
  font-weight: 500;
  padding: 4px 0 16px 0;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .use {
  border: solid 1px #946E6E;
  width: -moz-fit-content;
  width: fit-content;
  color: #946E6E;
  padding: 1px 3px;
  font-size: clamp(14px, 3.85vw, 15px);
  font-weight: 500;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .caption {
  font-size: clamp(14px, 3.85vw, 15px);
  color: #946E6E;
  padding: 6px 0 12px 0;
  font-weight: 500;
  letter-spacing: 0;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .detail {
  color: #532929;
  font-size: clamp(14px, 3.85vw, 15px);
  line-height: 160%;
  font-weight: 500;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .detail.hideTxt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn {
  margin: 32px auto 0 auto;
  width: 123px;
  height: 25px;
  border: solid 1px #694343;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 6px;
  color: #694343;
  font-weight: 500;
  font-size: clamp(14px, 3.85vw, 15px);
  background: url(../images/voice_arrow.svg) right 10px center no-repeat;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn .showText {
  display: inline-block;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn .hideText {
  display: none;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn.on {
  background-color: #694343;
  background-image: url(../images/voice_arrow_white.svg);
  color: #ffffff;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn.on .showText {
  display: none;
}
.secVoice .voiceSlider .swiper-slide .voiceList .listIn .moreBtn.on .hideText {
  display: inline-block;
}

.secAbout {
  background: #FFD230;
  padding: 0 0 40px 0;
}
.secAbout .secAboutIn .aboutTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 74px 0 40px 0;
}
.secAbout .secAboutIn .aboutTop .imgCol {
  width: 66%;
}
.secAbout .secAboutIn .aboutTop .textCol {
  width: 34%;
  text-align: left;
}
.secAbout .secAboutIn .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 0 0 20px 0;
}
.secAbout .secAboutIn .caption .text {
  text-align: center;
  font-size: clamp(14px, 4.62vw, 18px);
  line-height: 170%;
  font-weight: bold;
  color: #694343;
}
.secAbout .secAboutIn .pointListWrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 4%;
       column-gap: 4%;
  padding: 0 0 30px 0;
}
.secAbout .secAboutIn .pointListWrap .pointList {
  width: min(48%, 171px);
}
.secAbout .secAboutIn .guideBox {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 40px 0;
}
.secAbout .secAboutIn .guideBox .guideTitle {
  font-size: clamp(14px, 4.62vw, 18px);
  font-weight: bold;
  color: #694343;
  text-align: center;
  background: linear-gradient(to top, #F4FF54 0%, #F4FF54 16px, transparent 17px);
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 2px;
}
.secAbout .secAboutIn .guideBox .guideCaption {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 16px 0 8px 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.secAbout .secAboutIn .guideBox .guideCaption .line {
  width: 5px;
  height: 14px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.secAbout .secAboutIn .guideBox .guideCaption .line.left {
  background-image: url(../images/about_guide_line_left.svg);
}
.secAbout .secAboutIn .guideBox .guideCaption .line.right {
  background-image: url(../images/about_guide_line_right.svg);
}
.secAbout .secAboutIn .guideBox .guideCaption .text {
  font-weight: bold;
  font-size: clamp(14px, 3.85vw, 15px);
  color: #694343;
}
.secAbout .secAboutIn .guideBox .guideListWrap {
  width: min(100%, 258px);
  margin: 0 auto;
}
.secAbout .secAboutIn .guideBox .guideListWrap .guideList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: dashed 1px #694343;
  padding: 4px 3.88%;
}
.secAbout .secAboutIn .guideBox .guideListWrap .guideList:last-of-type {
  border-bottom: none;
}
.secAbout .secAboutIn .guideBox .guideListWrap .guideList .listHead {
  font-size: clamp(14px, 4.1vw, 16px);
  font-weight: bold;
  color: #694343;
}
.secAbout .secAboutIn .guideBox .guideListWrap .guideList .listNum {
  color: #694343;
  font-weight: bold;
  font-size: clamp(14px, 4.1vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  min-width: 72px;
}
.secAbout .secAboutIn .guideBox .guideListWrap .guideList .listNum .num {
  color: #FF85A1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(17px, 7.18vw, 28px);
  line-height: 100%;
}
.secAbout .secAboutIn .dataBox {
  background: #ffffff;
  border-radius: 3px;
  padding: 24px 8px 32px 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.secAbout .secAboutIn .dataBox .dataTitle {
  text-align: center;
  color: #694343;
  font-weight: bold;
  font-size: clamp(14px, 4.62vw, 18px);
}
.secAbout .secAboutIn .dataBox .dataTitle .marker {
  background: linear-gradient(to top, #F4FF54 0%, #F4FF54 16px, transparent 17px);
  display: inline-block;
  padding: 0 0 2px 0;
}
.secAbout .secAboutIn .dataBox .dataCaption {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 160%;
  color: #694343;
}
.secAbout .secAboutIn .dataBox .graph {
  padding: 16px 0 0 0;
}
.secAbout .secAboutIn .dataBox .dataNote {
  text-align: center;
  padding: 8px 0 2px 0;
}
.secAbout .secAboutIn .troubleBox {
  border: solid 2px #694343;
  border-radius: 20px;
  padding: 28px 9.7% 20px;
  margin: 40px 0 0 0;
  position: relative;
}
.secAbout .secAboutIn .troubleBox .troubleTitle {
  text-align: center;
  padding: 0 0 16px 0;
}
.secAbout .secAboutIn .troubleBox .troubleListWrap .troubleList {
  letter-spacing: 0;
  text-align: center;
  border-bottom: dashed 1px #694343;
  font-weight: bold;
  padding: 10px 0;
  color: #694343;
}
.secAbout .secAboutIn .troubleBox .troubleListWrap .troubleList:last-of-type {
  border-bottom: none;
}
.secAbout .secAboutIn .troubleBox .bottomArrow {
  position: absolute;
  background: url(../images/about_trouble_arrow.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
  width: 15px;
  height: 12px;
  bottom: -12px;
  left: calc((100% - 15px) / 2);
}

.secPoint {
  background: #FF85A1;
  padding: 36px 0 40px 0;
}
.secPoint .secPointIn .pointTitle {
  text-align: center;
  padding: 0 0 16px 0;
}
.secPoint .secPointIn .pointTopImg {
  border-radius: 20px;
  overflow: hidden;
}
.secPoint .secPointIn .pointCaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px 0;
}
.secPoint .secPointIn .pointCaption .line {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 57px;
}
.secPoint .secPointIn .pointCaption .line.left {
  background-image: url(../images/point_caption_line_left.svg);
}
.secPoint .secPointIn .pointCaption .line.right {
  background-image: url(../images/point_caption_line_right.svg);
}
.secPoint .secPointIn .pointCaption .text {
  font-size: clamp(14px, 6.15vw, 24px);
  color: #F4FF54;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
}
.secPoint .secPointIn .pointText {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 5.13vw, 20px);
  text-align: center;
  padding: 0 0 32px 0;
  line-height: 170%;
  text-shadow: #FF85A1 1px 1px, #FF85A1 1px -1px, #FF85A1 -1px 1px, #FF85A1 -1px -1px;
}
.secPoint .secPointIn .checkRow {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 12px 0;
}
.secPoint .secPointIn .checkRow .icon {
  background: url(../images/icon_check.svg) left top no-repeat;
  background-size: contain;
  width: 32px;
  height: 30px;
}
.secPoint .secPointIn .checkRow .text {
  font-size: clamp(14px, 5.13vw, 20px);
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.02em;
  width: calc(100% - 32px);
  padding-left: 10px;
}
.secPoint .secPointIn .positiveRow {
  margin: 0 0 40px 0;
}
.secPoint .secPointIn .positiveRow .positiveBox {
  background: #ffffff;
  border-radius: 10px;
  color: #FF85A1;
  font-weight: bold;
  text-align: center;
  font-size: clamp(14px, 4.62vw, 18px);
  padding: 12px 0 18px 0;
}
.secPoint .secPointIn .positiveRow.flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.secPoint .secPointIn .positiveRow.flex .positiveBox {
  width: 47.2%;
  position: relative;
  z-index: 0;
}
.secPoint .secPointIn .positiveRow.flex .cross {
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 40px;
  background: url(../images/point_icon_cross.svg) center center no-repeat;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.secTrial {
  background: #FFF6E1;
  padding: 60px 0 60px 0;
}
.secTrial .trialTopSlider {
  padding: 0 0 40px 0;
}
.secTrial .trialTopSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.secTrial .trialTopSlider .swiper-wrapper .swiper-slide {
  width: 162px;
}
.secTrial .caption {
  width: min(90%, 260px);
  margin: 0 auto;
  font-size: clamp(14px, 5.13vw, 20px);
  font-weight: bold;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: #532929;
  padding: 4px 8px;
  white-space: nowrap;
  text-align: center;
}
.secTrial .titleLogo {
  text-align: center;
  padding: 2px 0 16px;
}
.secTrial .trialImg {
  border-radius: 20px;
  overflow: hidden;
}
.secTrial .pickupRow {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px 0;
}
.secTrial .pickupRow .pickupBox {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 48.6%;
  font-weight: bold;
  font-size: clamp(14px, 4.62vw, 18px);
  color: #532929;
  line-height: 100%;
  padding: 4px 0 10px;
}
.secTrial .pickupRow .pickupBox .strong {
  color: #FF85A1;
  font-size: clamp(20px, 8.72vw, 34px);
  font-weight: bold;
}
.secTrial .pickupRow .pickupBox .strong.num {
  line-height: 100%;
  font-size: clamp(30px, 12.82vw, 50px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.secTrial .voiceListWrap {
  padding: 0 0 26px 0;
}
.secTrial .voiceListWrap .voiceList {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 25px 0;
}
.secTrial .voiceListWrap .voiceList .voiceListIn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(94%, 325px);
  margin: 0 auto;
  padding: 10px 0;
}
.secTrial .voiceListWrap .voiceList .voiceListIn .imgCol {
  width: 25%;
}
.secTrial .voiceListWrap .voiceList .voiceListIn .textCol {
  width: 72%;
  font-size: clamp(12px, 3.59vw, 14px);
  font-weight: 500;
}
.secTrial .voiceListWrap .voiceList .voiceListIn .textCol .voiceTitle {
  color: #946E6E;
  padding: 0 0 2px 0;
}
.secTrial .voiceListWrap .voiceList .voiceListIn .textCol .voiceText {
  color: #532929;
}
.secTrial .voiceListWrap .voiceList::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -20px;
  width: 39px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.secTrial .voiceListWrap .voiceList:nth-of-type(2n+1)::before {
  left: 11.2%;
  background-image: url(../images/trial_balloon_arrow_left.svg);
}
.secTrial .voiceListWrap .voiceList:nth-of-type(2n)::before {
  right: 11.2%;
  background-image: url(../images/trial_balloon_arrow_right.svg);
}
.secTrial .priceBox {
  padding: 0 0 54px 0;
}
.secTrial .priceBox .priceImg {
  padding: 0 0 4px 0;
}
.secTrial .priceBox .priceNote {
  color: #694343;
  text-align: center;
  font-size: 13px;
  padding: 6px 0 0 0;
  font-weight: bold;
  line-height: 170%;
}
.secTrial .lineupText {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding: 0 0 24px 0;
}
.secTrial .lineupText .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secTrial .lineupText .text .line {
  background-size: contain;
  background-position: center;
  width: 7px;
  height: 19px;
}
.secTrial .lineupText .text .line.left {
  background-image: url(../images/lineup_line_left.svg);
}
.secTrial .lineupText .text .line.right {
  background-image: url(../images/lineup_line_right.svg);
}
.secTrial .lineupText .text .inTxt {
  color: #532929;
  font-weight: bold;
  font-size: clamp(14px, 4.62vw, 18px);
}
.secTrial .lineupSlider {
  padding: 0 0 36px 0;
}
.secTrial .lineupSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.secTrial .lineupSlider .swiper-wrapper .swiper-slide {
  width: 93px;
}
.secTrial .trialLinkBtn {
  width: 106%;
  margin-left: -1%;
}
.secSubsc {
  background: #fdfcf3;
  padding: 60px 0 0 0;
}
.secSubsc .secSubscIn {
  background: #FF85A1;
  border-radius: 10px;
  padding: 54px 4.18% 60px 4.18%;
}
.secSubsc .secSubscIn .subscTitle {
  text-align: center;
  padding: 0 0 36px 0;
}
.secSubsc .secSubscIn .subscTitle .main {
  color: #F4FF54;
  font-size: clamp(33px, 14.1vw, 55px);
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 120%;
}
.secSubsc .secSubscIn .subscTitle .sub {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 5.13vw, 20px);
  letter-spacing: -0.02em;
  line-height: 125%;
}
.secSubsc .secSubscIn .subscImg {
  border-radius: 20px;
  overflow: hidden;
}
.secSubsc .secSubscIn .priceWrap {
  padding: 40px 0 36px 0;
  display: flex;
  justify-content: space-between;
}
.secSubsc .secSubscIn .priceWrap .priceList {
  width: min(50%, 161px);
}
.secSubsc .secSubscIn .meritTitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 38px 0 10px 0;
}
.secSubsc .secSubscIn .meritTitle .line {
  width: 11px;
  height: 41px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.secSubsc .secSubscIn .meritTitle .line.left {
  background-image: url(../images/subsc_merit_line_left.svg);
}
.secSubsc .secSubscIn .meritTitle .line.right {
  background-image: url(../images/subsc_merit_line_right.svg);
}
.secSubsc .secSubscIn .meritTitle .text {
  text-align: center;
  color: #ffffff;
  font-size: clamp(14px, 4.62vw, 18px);
  font-weight: bold;
}
.secSubsc .secSubscIn .meritBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 20px 0;
  row-gap: 5px;
}
.secSubsc .secSubscIn .useArea {
  border: solid 1px #ffffff;
  border-radius: 10px;
  padding: 20px 5.58% 10px 5.58%;
}
.secSubsc .secSubscIn .useArea .useTitle {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(14px, 4.62vw, 18px);
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 1px #ffffff;
  margin: 0 auto 5px auto;
}
.secSubsc .secSubscIn .useArea .useListWrap .useList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 2.78%;
  border-bottom: dashed 1px #ffffff;
}
.secSubsc .secSubscIn .useArea .useListWrap .useList:last-of-type {
  border-bottom: none;
}
.secSubsc .secSubscIn .useArea .useListWrap .useList .icon {
  width: 47px;
}
.secSubsc .secSubscIn .useArea .useListWrap .useList .text {
  width: calc(100% - 47px - 16px);
  letter-spacing: 0.01em;
  color: #ffffff;
  font-size: clamp(14px, 3.85vw, 15px);
  font-weight: 500;
}
.secSubsc .secSubscIn .trialBtn {
  margin-left: -3.7%;
  text-align: right;
  padding: 24px 0 0 0;
}

.secCompare {
  padding: 74px 0 0 0;
}
.secCompare .secCompareIn {
  text-align: center;
}
.secCompare .secCompareIn .compareTitle {
  padding: 0 0 24px 0;
}
.secCompare .secCompareIn .compareCaption {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(14px, 4.87vw, 19px);
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #694343;
}
.secCompare .secCompareIn .compareText {
  color: #532929;
  font-weight: bold;
  font-size: clamp(14px, 4.1vw, 16px);
  line-height: 180%;
  padding: 12px 0 46px 0;
}
.secCompare .secCompareIn .graph {
  padding: 0 0 20px 0;
}
.secCompare .secCompareIn .legend {
  padding: 0 0 10px 0;
}
.secCompare .secCompareIn .note {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.07em;
  color: #694343;
  padding: 0 0 30px 0;
}
.secFaq {
  padding: 74px 0 0 0;
}
.secFaq .secFaqIn .faqTitle {
  font-weight: bold;
  font-size: clamp(19px, 8.21vw, 32px);
  color: #532929;
  text-align: center;
  padding: 0 0 32px 0;
}
.secFaq .secFaqIn .faqListWrap .faqList {
  background: #ffffff;
  border-radius: 31px;
  margin: 0 0 10px 0;
  padding: 10px 5.58% 16px;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 10px 0;
  cursor: pointer;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .icon {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(19px, 8.21vw, 32px);
  width: 34px;
  color: #532929;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .title {
  font-size: clamp(14px, 3.85vw, 15px);
  font-weight: bold;
  width: calc(100% - 34px - 30px - 4px);
  color: #532929;
  letter-spacing: -0.01em;
}
.secFaq .secFaqIn .faqListWrap .faqList .questionRow .img {
  background: url(../images/faq_arrow_down.svg) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
  top: 6px;
  transition: transform 0.3s;
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow {
  overflow: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  max-height: 0px;
  opacity: 0;
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow .answerRowIn {
  border-top: solid 1px #532929;
  padding: 10px 0 0 0;
  color: #532929;
  font-weight: 500;
  line-height: 160%;
  font-size: clamp(14px, 3.85vw, 15px);
}
.secFaq .secFaqIn .faqListWrap .faqList .answerRow .answerRowIn a {
  text-decoration: underline;
}
.secFaq .secFaqIn .faqListWrap .faqList.on .questionRow .img {
  transform: rotateX(180deg);
}
.secFaq .secFaqIn .faqListWrap .faqList.on .answerRow {
  max-height: 1000px;
  opacity: 1;
}

.secThought {
  padding: 40px 0 90px 0;
}
.secThought .secThoughtIn .thoughtTitle {
  font-size: clamp(19px, 8.21vw, 32px);
  color: #532929;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}
.secThought .secThoughtIn .thoughtText {
  text-align: center;
  font-size: clamp(14px, 4.62vw, 18px);
  line-height: 200%;
  color: #532929;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.secForm {
  padding: 24px 0;
  background: #ffffff;
  margin: 40px 0 0 0;
}
.secForm .form_container_ec {
  width: min(100%, 358px) !important;
}
.secForm .login_message_box_ec {
  width: 100% !important;
  background: #ffffff;
}
.secForm .landing_form_ec {
  width: 100% !important;
  display: block;
}
.secForm .landing_form_ec tbody {
  width: 100%;
  display: block;
}
.secForm .landing_form_ec img {
  max-width: 100%;
  height: auto;
}
.secForm .form_container_sp_ec img {
  max-width: 100%;
  height: auto;
}
.secForm .landing_form_ec tr {
  display: flex;
  flex-direction: column;
  width: min(100%, 358px);
}
.secForm .landing_form_ec td {
  width: 100%;
}
.secForm .form_group_ec input,
.secForm .form_group_ec select,
.secForm .form_group_sp_ec input,
.secForm .form_group_sp_ec select {
  background-color: #ffffff !important;
  font-size: 16px !important;
  padding: 4px !important;
  border: solid 1px #cccccc !important;
}
.secForm input.submit_bottom_ec {
  width: 100%;
  background-size: contain;
  border: none !important;
}
.secForm .login_button_ec {
  width: 100%;
  background-size: contain;
}
.secForm .col-12 {
  width: 100% !important;
  padding: 4px !important;
}
.secForm select.input_box_card_method_ec {
  width: auto;
}/*# sourceMappingURL=style.css.map */