@charset "UTF-8";
:root {
  --textPoint: #0071bc;
}

:root {
  --textMain: #333333;
}

:root {
  --textEm: #cc4ea4;
}

:root {
  --mainBg: #faf7fa;
}

:root {
  --headerBg: #fff;
}

:root {
  --naviText: #ffffff;
}

:root {
  --naviBg: #cc4ea4;
}

:root {
  --naviBgHover: #b54592;
}

:root {
  --naviTextHover: #fff;
}

:root {
  --spMenu1Bg: #fff;
}

:root {
  --spMenu1Bdr: #cc4ea4;
}

:root {
  --spMenu2Text: #fff;
}

:root {
  --spMenu2OpenBg: #cc4ea4;
}

:root {
  --spMenu2CloseText: #fff;
}

:root {
  --spMenu2CloseBg: #b0b0b0;
}

:root {
  --spTelMenuText: #cc4ea4;
}

:root {
  --spTelMenuBtnText: #fff;
}

:root {
  --spTelMenuBtnBg: #cc4ea4;
}

:root {
  --icon1: #cc4ea4;
}

:root {
  --btnRequireText: #fff;
}

:root {
  --btnRequireBg: #ff9cbe;
}

:root {
  --btnReserveText: #fff;
}

:root {
  --btnReserveBg: #9170a5;
}

:root {
  --contText: #ffffff;
}

:root {
  --contBg: #b54592;
}

:root {
  --footerMenuText1: #5a5a5a;
}

:root {
  --footerMenuText2: #646464;
}

:root {
  --footerMenuText3: #000;
}

:root {
  --footerBg1: #fafafa;
}

:root {
  --footerBg2: #f0f0f0;
}

:root {
  --heading1Text: #cc4ea4;
}

:root {
  --heading2Text: #000;
}

:root {
  --heading2Bg: #faf7fa;
}

:root {
  --heading2Bdr: #cc4ea4;
}

:root {
  --heading3Text: #444444;
}

:root {
  --heading3Bg: #faf7fa;
}

:root {
  --heading3Bdr: #cc4ea4;
}

:root {
  --dateText: #cc4ea4;
}

:root {
  --zabuton1Text: #fff;
}

:root {
  --zabuton1Bg: #cc4ea4;
}

:root {
  --zabuton2Text: #0071bc;
}

:root {
  --zabuton2Bg: #e9eefd;
}

:root {
  --qaQ1Text: #fff;
}

:root {
  --qaQ1Bg: #ff9cbe;
}

:root {
  --qaQ2Text: #222222;
}

:root {
  --qaQ2Bg: #faf7fa;
}

:root {
  --qaAText: #cc4ea4;
}

:root {
  --thText: #444444;
}

:root {
  --thBg: #e0cce0;
}

:root {
  --tdText: #444444;
}

:root {
  --tdBg: #faf7fa;
}

:root {
  --linkText: #cc4ea4;
}

:root {
  --noteText: #808285;
}

:root {
  --gradientFirst: #64b0da;
}

:root {
  --gradientLast: #f66396;
}

:root {
  --memberText: #113080;
}

:root {
  --commentText: #f66395;
}

:root {
  --commentBg: #fbeff4;
}

:root {
  --breadCrumbBg: #efefef;
}

:root {
  --partnerText: #9170a5;
}

:root {
  --partnerBg: #9170a5;
}

:root {
  --partnerBtnText: #fff;
}

:root {
  --cautionText: #df263c;
}

:root {
  --breakpoint-xs: 0px;
}

:root {
  --breakpoint-sm: 320px;
}

:root {
  --breakpoint-md: 750px;
}

:root {
  --breakpoint-lg: 992px;
}

:root {
  --breakpoint-xl: 1200px;
}

:root {
  --breakpoint-xxl: 1400px;
}

:root {
  --normalFontSize: 1rem;
  --ctaBtnFontSize: 1rem;
  --spCtaBtnFontSize: 0.7857142857rem;
  --mainvFontSize: 1.7857142857rem;
}

@media only screen and (max-width: 750px) {
  :root {
    --normalFontSize: 3.73vw;
    --ctaBtnFontSize: 3.73vw;
    --spCtaBtnFontSize: 2.9307142857vw;
    --mainvFontSize: 3.9964285714vw;
  }
}
:root {
  --inner-xs: 1920px;
}

:root {
  --inner-md: 1000px;
}

:root {
  --inner-lg: 940px;
}

:root {
  --inner-sm: 800px;
}

@media only screen and (max-width: 750px) {
  :root {
    --inner-xs: 94vw;
  }
  :root {
    --inner-md: 94vw;
  }
  :root {
    --inner-lg: 94vw;
  }
  :root {
    --inner-sm: 94vw;
  }
}
:root {
  --shadow1: 0px 4px 2px rgba(203, 203, 203, 0.8);
}

:root {
  --shadow2: 0px 4px 2px rgba(0, 0, 0, 0.3);
}

/* --------------------------------------------------------------------------------------
メインヴィジュアル
--------------------------------------------------------------------------------------- */
#mainv {
  background-color: #FAFAFA;
}
#mainv .inner {
  background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 44%, rgba(250, 250, 250, 0) 51%, rgba(250, 250, 250, 0) 95%, #FAFAFA 99%, #FAFAFA), url(../images/price/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right center;
}
#mainv .inner h1 {
  color: var(--textMain);
  font-size: var(--mainvFontSize);
  font-weight: 700;
  line-height: 1.2;
  padding: 110px 0 130px;
}
#mainv .inner h1 span {
  font-size: 1.44em;
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainv .inner {
    background-image: linear-gradient(90deg, #FAFAFA, #FAFAFA 20%, rgba(250, 250, 250, 0) 40%, rgba(250, 250, 250, 0)), url(../images/price/mainv_bg.jpg);
    background-position: left top, right 40% bottom;
  }
  #mainv .inner h1 {
    color: var(--textMain);
    font-size: var(--mainvFontSize);
    font-weight: 700;
    line-height: 1.2;
    padding: 26.6vw 0;
    filter: drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255)) drop-shadow(0 0 3px rgb(255, 255, 255));
  }
  #mainv .inner h1 span {
    font-size: 1.44em;
  }
}
/*--------------------------endSP--------------------------------*/
/* --------------------------------------------------------------------------------------
メインカラム
--------------------------------------------------------------------------------------- */
#mainColmun .inner > h2 {
  font-weight: 700;
  margin: 0 0 60px;
  font-size: 1.7142857143rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner > h2 {
    font-size: 6.3942857143vw;
  }
}
#mainColmun .inner .planArea {
  margin: 0 0 80px;
}
#mainColmun .inner .planArea .trialWrap {
  margin: 0 30px 65px;
  padding: 0 49px 24px;
  border: solid 1px #d2ba40;
  text-align: center;
}
#mainColmun .inner .planArea .trialWrap h3 {
  position: relative;
  display: inline-block;
  padding: 0 24px;
  font-size: 24px;
  background: #fff;
  color: #b09300;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap h3::before {
  position: absolute;
  left: -12px;
  top: 50%;
  display: block;
  border-style: solid;
  border-width: 4px 12px 4px 0;
  border-color: transparent #b09300 transparent transparent;
  content: "";
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap h3::after {
  position: absolute;
  right: -12px;
  top: 50%;
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 12px;
  border-color: transparent transparent transparent #b09300;
  content: "";
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .leadText {
  margin: 0 0 5px;
  color: #967200;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-weight: bold;
}
#mainColmun .inner .planArea .trialWrap .planHeading {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 0 190px;
  font-size: 40px;
  font-weight: bold;
  color: #e25370;
  line-height: 1.2;
}
#mainColmun .inner .planArea .trialWrap .planHeading::before {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 171px;
  height: 39px;
  background: url(../images/guide/price_p_trial.gif) no-repeat 0 0/contain;
  content: "";
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .planHeading::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 171px;
  height: 39px;
  background: url(../images/guide/price_p_trial.gif) no-repeat 0 0/contain;
  content: "";
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .planHeading .term {
  font-size: 52px;
}
#mainColmun .inner .planArea .trialWrap .planHeading .term .number {
  font-size: 70px;
}
#mainColmun .inner .planArea .trialWrap .priceWrap {
  display: inline-flex;
  margin: 0 auto;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 0 27px;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 171px;
  height: 39px;
  background: url(../images/guide/price_p_trial.gif) no-repeat 0 0/contain;
  content: "";
  transform: translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price:first-child {
  padding: 0;
  margin: 0;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price:first-child::before {
  display: none;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .item {
  margin: 0 10px 0 0;
  font-size: 32px;
  color: #967200;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .item2 {
  width: fit-content;
  -moz-width: -moz-fit-content;
  margin: 0 auto 0;
  padding: 0 10px;
  font-size: 20px;
  color: #e34b47;
  display: block;
  position: relative;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::before, #mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: #e34b47;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-20deg) translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::after {
  left: auto;
  right: 0;
  top: 50%;
  transform: rotate(20deg) translateY(-50%);
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .number {
  font-size: 20px;
  color: #e34b47;
}
#mainColmun .inner .planArea .trialWrap .priceWrap .price .number span {
  margin: 0 4px 0 0;
  font-size: 36px;
}
#mainColmun .inner .planArea .trialWrap .more {
  margin: 15px 0 0;
  padding: 20px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}
#mainColmun .inner .planArea .trialWrap .more::before {
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(135deg, #fff, #fff 4px, #ccb128 4px, #ccb128 5px);
  background-size: 7px 7px;
  width: 100%;
  height: 7px;
  content: "";
}
#mainColmun .inner .planArea .trialWrap .textWrap {
  position: relative;
  margin: 15px 0 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}
#mainColmun .inner .planArea .trialWrap .textWrap::before {
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(135deg, #fff, #fff 4px, #ccb128 4px, #ccb128 5px);
  background-size: 7px 7px;
  width: 100%;
  height: 7px;
  content: "";
}
#mainColmun .inner .planArea .trialWrap .textWrap .textBox {
  text-align: left;
}
#mainColmun .inner .planArea .trialWrap .textWrap .textBox .text {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
}
#mainColmun .inner .planArea .trialWrap .textWrap .textBox .text span {
  color: #e15772;
}
#mainColmun .inner .planArea .trialWrap .textWrap .textBox .text span.big {
  font-size: 22px;
  color: #e15772;
}
#mainColmun .inner .planArea .trialWrap .textWrap .textBox .notes {
  color: #979797;
  font-size: 12px;
}
#mainColmun .inner .planArea .plan + .plan {
  margin: 80px 0 0;
}
#mainColmun .inner .planArea .plan .midashi {
  color: var(--zabuton1Text);
  background: var(--zabuton1Bg);
  border-radius: 50vh;
  margin: 0 0 20px;
  padding: 0.5em 2em;
  display: inline-block;
}
#mainColmun .inner .planArea .plan ul li + li {
  margin: 40px 0 0;
}
#mainColmun .inner .planArea .plan ul li h3 {
  color: var(--textEm);
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1.7142857143rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li h3 {
    font-size: 6.3942857143vw;
  }
}
#mainColmun .inner .planArea .plan ul li table {
  width: 100%;
  text-align: left;
}
#mainColmun .inner .planArea .plan ul li table th {
  color: var(--thText);
  vertical-align: middle;
  width: 36%;
  background: var(--thBg);
  border-right: 4px solid #FFF;
  border-bottom: 3px solid #FFF;
  padding: 30px;
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    font-size: 5.8614285714vw;
  }
}
#mainColmun .inner .planArea .plan ul li table td {
  text-align: left;
  background: var(--tdBg);
  border-bottom: 3px solid #FFF;
  padding: 30px 10px 30px 30px;
}
#mainColmun .inner .planArea .plan ul li table td span {
  color: var(--thText);
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 7.46vw;
  }
}
#mainColmun .inner .planArea .plan .note {
  color: var(--noteText);
  margin: 5px 0 0;
}
#mainColmun .inner .planArea .plan .recommendList {
  background: var(--thBg);
  margin: 30px 0 0;
  padding: 24px 24px 30px;
}
#mainColmun .inner .planArea .plan .recommendList dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
#mainColmun .inner .planArea .plan .recommendList dl dt {
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 0 1.2em;
  grid-column: span 3/span 3;
  position: relative;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    font-size: 4.2628571429vw;
  }
}
#mainColmun .inner .planArea .plan .recommendList dl dt::before {
  content: "";
  width: 1em;
  height: 1em;
  background: var(--textEm);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#mainColmun .inner .planArea .plan .recommendList dl dd {
  background: #FFF;
  border: solid 2px var(--zabuton1Bg);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  grid-column: span 1/span 1;
  font-size: 1rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    font-size: 3.73vw;
  }
}
#mainColmun .inner .planArea .plan .recommendList dl dd span {
  font-weight: 700;
}
#mainColmun .inner .contBlock {
  margin: 0 0 80px;
}
#mainColmun .inner .contBlock .box {
  flex-direction: row-reverse;
}
#mainColmun .inner .contBlock .box p {
  width: 59%;
}
#mainColmun .inner .contBlock .box figure {
  width: 34%;
}
#mainColmun .inner .info h3 {
  margin: 0 30px 15px;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info h3 {
    font-size: 4.2628571429vw;
  }
}
#mainColmun .inner .info h3::before {
  content: "■";
  color: var(--zabuton1Bg);
}
#mainColmun .inner .info .detailBox {
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  margin: 0 30px;
  padding: 20px 40px;
}
#mainColmun .inner .info .detailBox + h3 {
  margin-top: 50px;
}
#mainColmun .inner .info .detailBox ul li {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
}
#mainColmun .inner .info .detailBox ul li:last-child {
  border: none;
}
#mainColmun .inner .info .detailBox ul li small {
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 0.8571428571rem;
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 3.1971428571vw;
  }
}

/*--------------------------endPC--------------------------------*/
/*SP
-----------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #mainColmun .inner > h2 {
    margin: 0 0 13.3vw;
    padding: 0 3vw;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner > h2 {
    font-size: 4.2628571429vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea {
    margin: 0 0 16vw;
    padding: 0 3vw;
  }
  #mainColmun .inner .planArea .trialWrap {
    margin: 0 -3vw 6vw;
    padding: 0 2.4vw 3vw;
    border-top: solid 1px #d2ba40;
    border-bottom: solid 1px #d2ba40;
    text-align: center;
  }
  #mainColmun .inner .planArea .trialWrap h3 {
    position: relative;
    display: inline-block;
    padding: 0 1.8vw;
    font-size: 5vw;
    background: #fff;
    color: #b09300;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    transform: translateY(-50%);
  }
  #mainColmun .inner .planArea .trialWrap h3::before {
    position: absolute;
    left: -2.7vw;
    top: 50%;
    display: block;
    border-style: solid;
    border-width: 0.8vw 2.7vw 0.8vw 0;
    border-color: transparent #b09300 transparent transparent;
    content: "";
    transform: translateY(-50%);
  }
  #mainColmun .inner .planArea .trialWrap h3::after {
    position: absolute;
    right: -2.7vw;
    top: 50%;
    display: block;
    border-style: solid;
    border-width: 0.8vw 0 0.8vw 2.7vw;
    border-color: transparent transparent transparent #b09300;
    content: "";
    transform: translateY(-50%);
  }
  #mainColmun .inner .planArea .trialWrap .leadText {
    margin: 0 0 3vw;
    color: #967200;
    font-size: 4.3vw;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainColmun .inner .planArea .trialWrap .planHeading {
    position: relative;
    display: inline-block;
    margin: 0 0 1.2vw;
    padding: 12vw 0 0;
    font-size: 8.9vw;
    font-weight: bold;
    color: #e25370;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    line-height: 1.2;
  }
  #mainColmun .inner .planArea .trialWrap .planHeading::before {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 46.1vw;
    height: 9.1vw;
    background: url(../images/guide/price_p_trial.gif) no-repeat 0 0/contain;
    content: "";
    transform: translateX(-50%);
  }
  #mainColmun .inner .planArea .trialWrap .planHeading .term {
    font-size: 10.8vw;
  }
  #mainColmun .inner .planArea .trialWrap .planHeading .term .number {
    font-size: 13.2vw;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap {
    display: inline-flex;
    margin: 0 auto;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price {
    position: relative;
    padding: 0 0 0 5.7vw;
    margin: 0 0 0 5.7vw;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-weight: bold;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 100%;
    background: #c6a70c;
    content: "";
    transform: translateY(-50%) rotate(25deg);
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price:first-child {
    padding: 0;
    margin: 0;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price:first-child::before {
    display: none;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .item {
    margin: 0 1.8vw 0 0;
    font-size: 5.8vw;
    color: #967200;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .item2 {
    width: fit-content;
    -moz-width: -moz-fit-content;
    margin: 0 auto 2vw;
    padding: 0 10px;
    font-size: 4.3vw;
    color: #e34b47;
    display: block;
    position: relative;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::before, #mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::after {
    content: "";
    width: 0.2vw;
    height: 80%;
    background-color: #e34b47;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-20deg) translateY(-50%);
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .item2::after {
    left: auto;
    right: 0;
    top: 50%;
    transform: rotate(20deg) translateY(-50%);
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .number {
    font-size: 4.1vw;
    color: #e34b47;
  }
  #mainColmun .inner .planArea .trialWrap .priceWrap .price .number span {
    margin: 0 0.4vw 0 0;
    font-size: 7.2vw;
    line-height: 1;
  }
  #mainColmun .inner .planArea .trialWrap .more {
    position: relative;
    margin: 3.6vw 0 0;
    padding: 5.8vw 0 0;
    display: flex;
    justify-content: center;
  }
  #mainColmun .inner .planArea .trialWrap .more::before {
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(135deg, #fff, #fff 1vw, #ccb128 1vw, #ccb128 1.2vw);
    background-size: 1.7vw 1.7vw;
    width: 100%;
    height: 1.7vw;
    content: "";
  }
  #mainColmun .inner .planArea .trialWrap .textWrap {
    position: relative;
    margin: 3.6vw 0 0;
    padding: 5.8vw 0 0;
    display: flex;
    justify-content: center;
  }
  #mainColmun .inner .planArea .trialWrap .textWrap::before {
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(135deg, #fff, #fff 1vw, #ccb128 1vw, #ccb128 1.2vw);
    background-size: 1.7vw 1.7vw;
    width: 100%;
    height: 1.7vw;
    content: "";
  }
  #mainColmun .inner .planArea .trialWrap .textWrap .textBox .text {
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-size: 4.3vw;
    font-weight: bold;
  }
  #mainColmun .inner .planArea .trialWrap .textWrap .textBox .text span {
    color: #e15772;
  }
  #mainColmun .inner .planArea .trialWrap .textWrap .textBox .text span.big {
    font-size: 6.2vw;
    color: #e15772;
  }
  #mainColmun .inner .planArea .trialWrap .textWrap .textBox .notes {
    text-align: left;
    color: #979797;
    font-size: 2.6vw;
    font-size: 2.6vw;
  }
  #mainColmun .inner .planArea .plan + .plan {
    margin: 16vw 0 0;
  }
  #mainColmun .inner .planArea .plan .midashi {
    margin: 0 0 6vw;
    padding: 4vw 8vw;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .midashi {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li + li {
    margin: 8vw 0 0;
  }
  #mainColmun .inner .planArea .plan ul li h3 {
    margin: 0 0 6vw;
    font-size: 1.5714285714rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li h3 {
    font-size: 5.8614285714vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    width: 42%;
    padding: 6.6vw 1vw 6.6vw 4vw;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table th {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td {
    padding: 6.6vw 2vw 6.6vw 4vw;
  }
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 1.3571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan ul li table td span {
    font-size: 5.0621428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .note {
    margin: 2vw 0 0;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .note {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList {
    margin: 5vw 0 0;
    padding: 5.4vw 3vw;
  }
  #mainColmun .inner .planArea .plan .recommendList dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: space-between;
  }
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    padding: 0 0 0 4.2vw;
    grid-column: span 2/span 2;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dt::before {
    width: 3.1vw;
    height: 3.1vw;
  }
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    border-radius: 0.7vw;
    padding: 2.4vw 3.6vw;
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .planArea .plan .recommendList dl dd {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .contBlock {
    margin: 0 0 13.3vw;
  }
  #mainColmun .inner .contBlock .box {
    flex-direction: row;
  }
  #mainColmun .inner .contBlock .box p {
    width: 100%;
  }
  #mainColmun .inner .contBlock .box figure {
    width: 100%;
    margin: 0 0 6vw;
  }
  #mainColmun .inner .info {
    padding: 0 3vw;
  }
  #mainColmun .inner .info h3 {
    margin: 0 0 4vw;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info h3 {
    font-size: 3.73vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox {
    margin: 0;
    padding: 4vw;
  }
  #mainColmun .inner .info .detailBox + h3 {
    margin: 13.3vw 0 4vw;
  }
  #mainColmun .inner .info .detailBox p {
    font-size: 0.8571428571rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox p {
    font-size: 3.1971428571vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li {
    padding: 4vw 0;
    font-size: 0.9285714286rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li {
    font-size: 3.4635714286vw;
  }
}
@media only screen and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 0.7142857143rem;
  }
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  #mainColmun .inner .info .detailBox ul li small {
    font-size: 2.6642857143vw;
  }
}
/*--------------------------endSP--------------------------------*//*# sourceMappingURL=price.css.map */