@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* base
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  html {
    overflow: visible;
  }
}

body {
  position: relative;
  color: #111;
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  overflow-x: hidden;
}
body#tcomWrap .is-tnc,
body#tcomWrap .is-wbs,
body#tcomWrap .is-notTcom {
  display: none !important;
}
body#tncWrap .is-tcom,
body#tncWrap .is-wbs,
body#tncWrap .is-notTnc {
  display: none !important;
}
body#wbsWrap .is-tcom,
body#wbsWrap .is-tnc,
body#wbsWrap .is-notWbs {
  display: none !important;
}

a {
  color: #111;
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* 共通パーツ
============================================================================= */
/* セクションタイトル */
.cmn-secTitle {
  padding: 40px 0;
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
}
.cmn-secTitle span {
  display: block;
  max-width: 1080px;
  margin: auto;
  color: #e2261a;
  font-size: 4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cmn-secTitle {
    padding: 24px 10px 18px;
  }
  .cmn-secTitle span {
    font-size: 2.5rem;
  }
}

/* コンテンツタイトル */
.cmn-contTitle {
  margin-bottom: 24px;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.3;
}
.cmn-contTitle.is-period + p {
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cmn-contTitle {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  .cmn-contTitle.is-camp, .cmn-contTitle.is-period {
    font-size: 1.9rem;
  }
  .cmn-contTitle.is-period + p {
    margin-top: -8px;
    margin-bottom: 20px;
    font-size: 1.35rem;
  }
}

/* 共通リード文 */
.cmn-lead {
  margin-bottom: 24px;
  font-size: 3.3rem;
  line-height: 1.3;
}
.cmn-lead span {
  display: inline;
  padding: 0 10px;
  background-image: linear-gradient(transparent 45%, #ffed22 45%);
}
.cmn-lead strong {
  color: #e2261a;
}
.cmn-lead.is-intro {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .cmn-lead {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
  .cmn-lead.is-intro {
    margin-bottom: 24px;
  }
}

/* 共通説明文 */
.cmn-desc {
  padding: 0 15px;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cmn-desc {
    padding: 0 5px;
    font-size: 1.4rem;
  }
}

/* 共通注釈 */
.cmn-notes {
  text-align: left;
}
.cmn-notes li {
  margin-left: 1.4em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1.4em;
}
.cmn-notes li:not(:last-child) {
  margin-bottom: 4px;
}
.cmn-notes li a {
  color: #000071;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .cmn-notes li {
    font-size: 1.25rem;
  }
}

/* パターン1,2パーツ */
.cmn-pattern {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cmn-pattern dt {
  position: relative;
  height: 38px;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: #da2633;
  color: #fff;
  font-size: 1.8rem;
  line-height: 40.5px;
}
.cmn-pattern dt::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 19px 0 19px 10px;
  border-color: transparent transparent transparent #da2633;
  content: "";
}
.cmn-pattern dd {
  color: #da2633;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .cmn-pattern {
    margin-bottom: 15px;
  }
  .cmn-pattern dt {
    height: 32px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 5px;
    font-size: 1.3rem;
    line-height: 33px;
    word-break: keep-all;
  }
  .cmn-pattern dt::after {
    border-width: 16px 0 16px 10px;
  }
  .cmn-pattern dd {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.3;
  }
}

/* table横スクロール　※tableItemを囲うdivに指定 */
.js-scrollable {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .js-scrollable {
    margin-bottom: 16px;
    overflow: auto;
    white-space: nowrap;
  }
  .js-scrollable::-webkit-scrollbar {
    height: 5px;
  }
  .js-scrollable::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .js-scrollable::-webkit-scrollbar-thumb {
    background-color: #999;
  }
}

/* ミニバナーエリア */
.new_program {
  max-width: 1080px;
  margin: 0 auto 56px;
  text-align: center;
}
.new_program_lead {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 16px;
  background: none;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.new_program_lead span {
  display: inline;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, rgba(43, 126, 191, 0.4) 50%);
}
.new_program_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
.new_program_list li {
  display: inline-block;
  width: 24%;
  margin: 0 0.5%;
}
@media screen and (max-width: 767px) {
  .new_program {
    margin-bottom: 32px;
  }
  .new_program_lead {
    margin-bottom: 20px;
    background: linear-gradient(transparent, transparent);
    font-size: 4.3vw;
    line-height: 1.35;
  }
  .new_program_list li {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .new_program_list li:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
}

/* キャンペーン情報 */
.campCont_item {
  margin-bottom: 20px;
  text-align: left;
}
.campCont_item dt {
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.campCont_item dd {
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.5;
}
.campCont .cmn-notes li {
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .campCont_item {
    margin-bottom: 16px;
    padding: 0 5px;
  }
  .campCont_item dt {
    margin-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .campCont_item dd {
    font-size: 1.4rem;
  }
}

/* TLCポイント */
.tlcpoint_lead {
  margin: 24px auto;
  background: url("../img/life_support/img_point.png") no-repeat center center/contain;
  font-size: 2.8rem;
}
.tlcpoint_lead strong {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.5em;
}
.tlcpoint_lead strong img {
  width: 215px;
  height: 66px;
  margin: 0 5px;
}
.tlcpoint_lead span {
  color: #e3007e;
}
.tlcpoint_cont {
  margin-top: 40px;
  padding: 30px 24px;
  border-radius: 10px;
  border: 6px solid #da2633;
}
.tlcpoint_cont dt {
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.tlcpoint_cont dd.l-flex {
  margin-bottom: 20px;
}
.tlcpoint_cont dd.l-flex img {
  width: 211px;
  height: 143px;
}
.tlcpoint_cont dd.l-flex p {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.7;
}
.tlcpoint_cont dd .el_btn {
  background-color: #da2633;
  box-shadow: 0 3px 0 #ab0000;
}
@media screen and (min-width: 768px) {
  .tlcpoint_cont {
    margin-top: 24px;
  }
  .tlcpoint_cont dd.l-flex {
    -webkit-box-align: center;
    align-items: center;
  }
  .tlcpoint_cont dd.l-flex img {
    margin-right: 24px;
  }
  .tlcpoint_cont dd.l-flex p {
    width: calc(100% - 211px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .tlcpoint_lead {
    font-size: 1.8rem;
  }
  .tlcpoint_lead strong {
    margin-bottom: 10px;
  }
  .tlcpoint_lead strong img {
    width: 129px;
    height: 39.6px;
  }
  .tlcpoint_cont {
    padding: 20px;
    border-width: 3px;
  }
  .tlcpoint_cont dt {
    font-size: 2.1rem;
  }
  .tlcpoint_cont dd.l-flex img {
    margin-bottom: 20px;
  }
  .tlcpoint_cont dd.l-flex p {
    font-size: 1.5rem;
  }
}

/* TLCポイントボタン */
.el_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: fit-content;
  height: 60px;
  margin: auto;
  padding: 2px 32px 0 40px;
  border-radius: 5px;
  background-color: #e2261a;
  color: #fff;
  font-size: 1.9rem;
  box-shadow: 0 3px 0 #9a0000;
}
.el_btn i {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .el_btn {
    height: auto;
    padding: 12px 10px 10px 24px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

/* cvパーツ */
.cvCont {
  /* 202307追記 ポイント施策 */
}
.cvCont.is-min {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.cvCont.is-min .cvCont_col {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cvCont.is-min .cvCont_col a {
  display: inline-block;
  position: relative;
  width: calc((100% - 24px) / 2);
  max-width: 400px;
  height: 56px;
  border-radius: 8px;
  border: 2px solid;
  background-color: #fff;
  font-size: 2.2rem;
  line-height: 54px;
}
.cvCont.is-min .cvCont_col a:first-of-type {
  margin-right: 24px;
}
.cvCont.is-min .cvCont_col.is-tcom a {
  border-color: #2b7ebf;
  color: #2b7ebf;
}
.cvCont.is-min .cvCont_col.is-tcom a::after {
  color: #2b7ebf;
}
.cvCont.is-min .cvCont_col.is-tnc a {
  border-color: #eb6c00;
  color: #eb6c00;
}
.cvCont.is-min .cvCont_col.is-tnc a::after {
  color: #eb6c00;
}
.cvCont.is-min .cvCont_col.is-wbs a {
  border-color: #e6002d;
  color: #e6002d;
}
.cvCont.is-min .cvCont_col.is-wbs a::after {
  color: #e6002d;
}
.cvCont.is-min > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 824px;
  height: 70px;
  margin: auto;
  border-radius: 8px;
  background-color: #e2261a;
  color: #fff;
  font-size: 2.5rem;
  line-height: 72px;
}
.cvCont .cvCont_catch {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
}
.cvCont .cvCont_catch::before, .cvCont .cvCont_catch::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 40px;
  border-radius: 1.5px;
  background-color: #e2261a;
  content: "";
}
.cvCont .cvCont_catch::before {
  left: -43px;
  transform: rotate(-32deg);
}
.cvCont .cvCont_catch::after {
  right: -43px;
  transform: rotate(32deg);
}
.cvCont .cvCont_catch p {
  display: inline-block;
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5;
}
.cvCont .cvCont_catch p::before, .cvCont .cvCont_catch p::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 50px;
  border-radius: 1.5px;
  background-color: #e2261a;
  content: "";
}
.cvCont .cvCont_catch p::before {
  left: -30px;
  transform: rotate(-20deg);
}
.cvCont .cvCont_catch p::after {
  right: -30px;
  transform: rotate(20deg);
}
.cvCont .cvCont_catch p strong {
  color: #e2261a;
  font-size: 1.2em;
}
.cvCont .cvCont_catch p .is-fntXS {
  font-size: 0.7em !important;
  font-weight: 500;
}
.cvCont .cvCont_catch p .is-fntL {
  position: relative;
  bottom: -2px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.8em !important;
  line-height: 0.7;
}
.cvCont .cvCont_catch p img {
  margin: 0 3px;
}
.cvCont .cvCont_catch p img.el_tcom {
  height: 21px;
  vertical-align: text-bottom;
}
.cvCont .cvCont_catch p img.el_tnc {
  height: 30px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .cvCont {
    /* 202307追記 ポイント施策 */
  }
  .cvCont.is-min .cvCont_col {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .cvCont.is-min .cvCont_col a {
    width: 100%;
    height: 48px;
    font-size: 1.7rem;
    line-height: 44px;
  }
  .cvCont.is-min .cvCont_col a:first-of-type {
    margin-right: unset;
    margin-bottom: 12px;
  }
  .cvCont.is-min > a {
    height: 56px;
    font-size: 1.8rem;
    line-height: 56px;
  }
  .cvCont .cvCont_catch {
    margin-bottom: 10px;
  }
  .cvCont .cvCont_catch::before, .cvCont .cvCont_catch::after {
    bottom: 8px;
    height: 32px;
  }
  .cvCont .cvCont_catch::before {
    left: -24px;
  }
  .cvCont .cvCont_catch::after {
    right: -24px;
  }
  .cvCont .cvCont_catch p {
    font-size: 1.5rem;
  }
  .cvCont .cvCont_catch p::before, .cvCont .cvCont_catch p::after {
    bottom: 8px;
    height: 45px;
  }
  .cvCont .cvCont_catch p::before {
    left: -15px;
  }
  .cvCont .cvCont_catch p::after {
    right: -15px;
  }
  .cvCont .cvCont_catch p strong {
    display: block;
    margin: 3px auto 2px;
    font-size: 1.3em;
    line-height: 1.15;
  }
  .cvCont .cvCont_catch p .is-fntL {
    bottom: -1px;
    font-size: 1.6em !important;
  }
  .cvCont .cvCont_catch p img.el_tcom {
    height: 16px;
  }
  .cvCont .cvCont_catch p img.el_tnc {
    height: 24px;
    vertical-align: bottom;
  }
}

/* 共通ボタン矢印 */
a.is-arrow, span.is-arrow {
  position: relative;
}
a.is-arrow::after, span.is-arrow::after {
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 3px;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
  content: "\e5df";
}
@media screen and (max-width: 767px) {
  a.is-arrow::after, span.is-arrow::after {
    right: 0.4em;
  }
}

/* シミュレーターボタン */
.simulatorBlock {
  margin: 40px auto 48px;
  text-align: center;
}
.simulatorBlock_catch {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto 15px;
  color: #e2261a;
  font-size: 2.5rem;
}
.simulatorBlock_catch::before, .simulatorBlock_catch::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 35px;
  margin: auto;
  background-color: #e2261a;
  content: "";
}
.simulatorBlock_catch::before {
  left: -20px;
  transform: rotate(-20deg);
}
.simulatorBlock_catch::after {
  right: -20px;
  transform: rotate(20deg);
}
.simulatorBlock_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 30px 10px 26px;
  border: 5px solid #5bbc56;
  border-radius: 10px;
  background-color: #baf8b8;
  color: #111;
}
.simulatorBlock_btn::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #111;
  font-family: "Material Icons";
  font-size: 3.5rem;
  content: "\e5df";
}
.simulatorBlock_btn p {
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
}
.simulatorBlock_btn p .el_marker {
  padding: 0 10px;
  background: linear-gradient(transparent 55%, #ffd558 55%);
}
.simulatorBlock_btn p img {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .simulatorBlock {
    margin: 0 auto 30px;
  }
  .simulatorBlock_catch {
    margin-bottom: 10px;
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .simulatorBlock_catch::before, .simulatorBlock_catch::after {
    bottom: -8px;
  }
  .simulatorBlock_btn {
    width: 94%;
    padding: 18px 10px 17px;
    border-width: 3px;
  }
  .simulatorBlock_btn::after {
    right: 0.15em;
    font-size: 2.8rem;
  }
  .simulatorBlock_btn p {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .simulatorBlock_btn p .el_marker {
    padding: 0 5px;
  }
  .simulatorBlock_btn p img {
    top: -20px;
    left: -35px;
    right: unset;
    width: 35px;
    height: 35px;
  }
}

/* ボックスパーツ */
.cmn-box {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 72px auto 0;
  padding: 15px 32px 40px;
  border-radius: 15px;
}
.cmn-box.is-intro {
  background-color: #29ad81;
}
.cmn-box.is-point {
  background-color: #84d7d8;
}
.cmn-box dt {
  position: relative;
  top: -32px;
  max-width: 85%;
  height: 40px;
  margin: auto;
  border-radius: 50vh;
  background-color: #fff;
  font-size: 2.1rem;
  line-height: 36px;
}
.is-intro .cmn-box dt {
  border: 3px solid #29ad81;
}
.is-point .cmn-box dt {
  border: 3px solid #84d7d8;
}
.cmn-box dd > p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
.cmn-box dd .l-flex.is-wh {
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.cmn-box dd .l-flex .el_link {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  text-align: left;
}
.cmn-box dd .l-flex .el_link span {
  display: inline-block;
  position: relative;
  padding: 10px 12px 8px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.6rem;
}
.cmn-box dd .l-flex .el_link span::after {
  position: absolute;
  top: 100%;
  left: 10%;
  height: 0;
  width: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px 5px;
  content: "";
}
.cmn-box dd .l-flex .el_link a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.4;
}
.cmn-box dd .l-flex .el_link a strong {
  color: #ffed22;
}
.cmn-box dd .l-flex .el_link a i {
  position: absolute;
  bottom: 0.38em;
  font-size: 1.8em;
  line-height: 1;
}
.cmn-box dd .l-flex .el_img {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 767px) {
  .cmn-box {
    margin-top: 48px;
    padding: 10px 15px 30px;
  }
  .cmn-box dt {
    top: -25px;
    height: auto;
    max-width: 100%;
    padding: 10px 10px 8px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cmn-box dd > p {
    padding: 0 5px;
    font-size: 1.5rem;
  }
  .cmn-box dd .l-flex.is-wh {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .cmn-box dd .l-flex .el_link {
    width: 100%;
  }
  .cmn-box dd .l-flex .el_link span {
    font-size: 1.4rem;
  }
  .cmn-box dd .l-flex .el_link a {
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cmn-box dd .l-flex .el_img {
    width: 100%;
  }
  .cmn-box dd .l-flex .el_img:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/* 料金
============================================================================= */
/* タブ切り替え料金表 */
.priceWrap_tab {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.priceWrap_tab li {
  display: inline-block;
  width: calc((100% - 12px) / 2);
  height: 72px;
  border-radius: 8px 8px 0 0;
  background-color: #ddd;
  color: #999;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 78px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), print {
  .priceWrap_tab li {
    line-height: 102px;
  }
}
.priceWrap_tab li i {
  position: relative;
  bottom: 1px;
  margin-right: 6px;
  color: #999;
  font-size: 1.3em;
  vertical-align: middle;
}
.priceWrap_tab li.is-current {
  background-color: #182c4b;
  color: #fff;
}
.priceWrap_tab li.is-current i {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .priceWrap_cont {
    overflow: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .priceWrap_tab li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: calc((100% - 8px) / 2);
    height: auto;
    padding: 11px 10px 6px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .priceWrap_tab li i {
    display: block;
    margin: 0 auto;
  }
}

/* 料金表 */
.planTable {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 3px solid #182c4b;
}
.planTable th, .planTable td {
  padding: 15px 15px 12px;
  border: 2px solid #182c4b;
  background-color: #fff;
  color: #182c4b;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
.planTable thead th {
  background-color: #dcdfe4;
  font-size: 2rem;
}
.planTable thead th img {
  margin: auto;
  vertical-align: sub;
}
.planTable thead th img.is-tcom {
  height: 17px;
}
.planTable thead th img.is-tnc {
  height: 25px;
}
.planTable thead th img:not(.is-tcom):not(.is-tnc):not(.is-setwari) {
  height: 24px;
}
.planTable thead th img.is-setwari {
  height: 45px;
}
.planTable tbody th {
  background-color: #dcdfe4;
}
.planTable tbody td {
  color: #111;
}
.planTable tbody td strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
}
.planTable tbody td strong:not(.is-fntS strong) {
  font-size: 1.7em;
}
.planTable .is-bgRd {
  background-color: #ffe1e1;
  color: #e2261a;
}
.planTable .is-bgBu {
  background-color: #e3f9fd;
  color: #0071bc;
}
.planTable .is-fntS {
  font-weight: 400;
}
.planTable.is-nattokuPlan thead th.el_lifeSupport, .planTable.is-nattokuPlan thead th.el_setwari {
  position: relative;
}
.planTable.is-nattokuPlan thead th.el_lifeSupport::before, .planTable.is-nattokuPlan thead th.el_setwari::before {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -25px;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.planTable.is-nattokuPlan thead th.el_lifeSupport::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2269px%22%20height%3D%2269px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(226%2C%2038%2C%2026)%22%20d%3D%22M63.189%2C27.835%20L67.0%2C23.499%20L61.339%2C22.368%20L64.230%2C17.371%20L58.456%2C17.364%20L60.317%2C11.899%20L54.653%2C13.19%20L55.412%2C7.297%20L50.76%2C9.500%20L49.704%2C3.740%20L44.899%2C6.942%20L43.411%2C1.365%20L39.323%2C5.443%20L36.775%2C0.262%20L33.563%2C5.61%20L30.53%2C0.477%20L27.838%2C5.810%20L23.500%2C1.999%20L22.369%2C7.660%20L17.370%2C4.768%20L17.365%2C10.542%20L11.899%2C8.681%20L13.21%2C14.346%20L7.297%2C13.587%20L9.502%2C18.922%20L3.740%2C19.296%20L6.943%2C24.99%20L1.365%2C25.589%20L5.445%2C29.675%20L0.263%2C32.222%20L5.61%2C35.435%20L0.477%2C38.947%20L5.809%2C41.161%20L1.998%2C45.499%20L7.660%2C46.631%20L4.769%2C51.629%20L10.543%2C51.633%20L8.682%2C57.99%20L14.346%2C55.977%20L13.587%2C61.702%20L18.923%2C59.496%20L19.296%2C65.258%20L24.100%2C62.55%20L25.589%2C67.633%20L29.676%2C63.554%20L32.224%2C68.736%20L35.437%2C63.938%20L38.947%2C68.520%20L41.162%2C63.190%20L45.498%2C66.999%20L46.631%2C61.338%20L51.628%2C64.230%20L51.635%2C58.455%20L57.99%2C60.315%20L55.979%2C54.652%20L61.702%2C55.411%20L59.497%2C50.75%20L65.259%2C49.703%20L62.56%2C44.898%20L67.634%2C43.411%20L63.555%2C39.323%20L68.735%2C36.774%20L63.938%2C33.561%20L68.521%2C30.51%20L63.189%2C27.835%20Z%22%2F%3E%3C%2Fsvg%3E");
  line-height: 70px;
  content: "さらに";
}
.planTable.is-nattokuPlan thead th.el_setwari::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2269px%22%20height%3D%2269px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(0%2C%20113%2C%20188)%22%20d%3D%22M63.189%2C27.835%20L67.0%2C23.499%20L61.339%2C22.368%20L64.230%2C17.371%20L58.456%2C17.364%20L60.317%2C11.899%20L54.653%2C13.19%20L55.412%2C7.297%20L50.76%2C9.500%20L49.704%2C3.740%20L44.899%2C6.942%20L43.411%2C1.365%20L39.323%2C5.443%20L36.775%2C0.262%20L33.563%2C5.61%20L30.53%2C0.477%20L27.838%2C5.810%20L23.500%2C1.999%20L22.369%2C7.660%20L17.370%2C4.768%20L17.365%2C10.542%20L11.899%2C8.681%20L13.21%2C14.346%20L7.297%2C13.587%20L9.502%2C18.922%20L3.740%2C19.296%20L6.943%2C24.99%20L1.365%2C25.589%20L5.445%2C29.675%20L0.263%2C32.222%20L5.61%2C35.435%20L0.477%2C38.947%20L5.809%2C41.161%20L1.998%2C45.499%20L7.660%2C46.631%20L4.769%2C51.629%20L10.543%2C51.633%20L8.682%2C57.99%20L14.346%2C55.977%20L13.587%2C61.702%20L18.923%2C59.496%20L19.296%2C65.258%20L24.100%2C62.55%20L25.589%2C67.633%20L29.676%2C63.554%20L32.224%2C68.736%20L35.437%2C63.938%20L38.947%2C68.520%20L41.162%2C63.190%20L45.498%2C66.999%20L46.631%2C61.338%20L51.628%2C64.230%20L51.635%2C58.455%20L57.99%2C60.315%20L55.979%2C54.652%20L61.702%2C55.411%20L59.497%2C50.75%20L65.259%2C49.703%20L62.56%2C44.898%20L67.634%2C43.411%20L63.555%2C39.323%20L68.735%2C36.774%20L63.938%2C33.561%20L68.521%2C30.51%20L63.189%2C27.835%20Z%22%2F%3E%3C%2Fsvg%3E");
  line-height: 1.2;
  white-space: pre;
  content: "会員様\a限定";
}
.planTable.is-nattokuPlan tbody th {
  width: 200px;
  font-size: 2.4rem;
}
.planTable.is-nattokuPlan tbody th.el_popularUp, .planTable.is-nattokuPlan tbody th.el_no1 {
  position: relative;
}
.planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon, .planTable.is-nattokuPlan tbody th.el_no1 .el_balloon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  width: 64px;
  height: 64px;
  padding-bottom: 3px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.2;
  box-sizing: border-box;
}
.planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon::after, .planTable.is-nattokuPlan tbody th.el_no1 .el_balloon::after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(24, 44, 75, 0);
  border-width: 5px 12px;
  content: "";
}
.planTable.is-nattokuPlan tbody th.el_no1 .el_balloon, .planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon {
  bottom: calc(50% - 70px);
  left: calc(50% - 110px);
  background-color: #c1272d;
  transform: rotate(-20deg);
}
.planTable.is-nattokuPlan tbody th.el_no1 .el_balloon::after, .planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon::after {
  top: 35%;
  left: 96%;
  border-left-color: #c1272d;
  transform: rotate(-15deg);
}
.planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon {
  padding-left: 1px;
  background-color: #182c4b;
}
.planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon::after {
  border-left-color: #182c4b;
}
.planTable.is-nattokuPlan tbody th span.is-fntXS {
  font-size: 0.65em;
}
.planTable.is-nattokuPlan tbody td.is-arrowRd, .planTable.is-nattokuPlan tbody td.is-arrowBu {
  position: relative;
}
.planTable.is-nattokuPlan tbody td.is-arrowRd::after, .planTable.is-nattokuPlan tbody td.is-arrowBu::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  z-index: 1;
  height: 1em;
  margin: auto;
  font-family: "Material Icons";
  font-size: 4.2rem;
  line-height: 1;
  content: "\e154";
}
.planTable.is-nattokuPlan tbody td.is-arrowRd::after {
  color: #e2261a;
}
.planTable.is-nattokuPlan tbody td.is-arrowBu::after {
  color: #0071bc;
}
.planTable.is-nattokuPlan tbody .is-borderRd {
  border: 4px solid #e2261a;
}
.planTable.is-nattokuPlan:first-of-type tbody th {
  width: 170px;
}
.planTable.is-gogoPlan tbody th {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .planTable th, .planTable td {
    padding: 12px 15px 10px;
    font-size: 1.5rem;
  }
  .planTable thead th {
    font-size: 1.5rem;
  }
  .planTable tbody td strong:not(.is-fntS strong) {
    font-size: 1.5em;
  }
  .planTable.is-nattokuPlan thead th.el_lifeSupport::before, .planTable.is-nattokuPlan thead th.el_setwari::before {
    top: 0;
    left: -20px;
    width: 48px;
    height: 48px;
    background-size: contain;
    font-size: 1rem;
  }
  .planTable.is-nattokuPlan tbody th {
    width: 200px;
    font-size: 1.6rem;
  }
  .planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon, .planTable.is-nattokuPlan tbody th.el_no1 .el_balloon {
    display: none;
    z-index: unset;
    bottom: calc(50% - 30px);
    left: calc(50% - 90px);
    width: 50px;
    height: 50px;
    padding-left: 1px;
    font-size: 1.1rem;
  }
  .planTable.is-nattokuPlan tbody th.el_popularUp .el_balloon::after, .planTable.is-nattokuPlan tbody th.el_no1 .el_balloon::after {
    border-width: 4px 8px;
  }
  .planTable.is-nattokuPlan tbody .is-borderRd {
    border-width: 3px;
  }
  .planTable.is-gogoPlan tbody th {
    font-size: 1.6rem;
  }
}

/* margin */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

/* layout */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block !important;
}

.disp-inline-block {
  display: inline-block !important;
}

.disp-flex {
  display: flex !important;
}

.disp-table {
  display: table !important;
}

.disp-none {
  display: none !important;
}

/* font */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fntXL {
  display: inline-block;
  font-size: 1.25em !important;
}

.is-fntL {
  display: inline-block;
  font-size: 1.2em !important;
}

.is-fntS {
  display: inline-block;
  font-size: 0.85em !important;
}

.is-fntXS {
  display: inline-block;
  font-size: 0.8em !important;
}

.is-bold {
  font-weight: 700 !important;
}
.is-bold > * {
  font-weight: 700 !important;
}

.is-attn {
  color: #e2261a;
}

/* ヘッダー
============================================================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 64px;
  background-color: #e2261a;
  text-align: center;
}
.l-header .header {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1080px;
  height: 100%;
  margin: auto;
}
.l-header .headerLogo img {
  width: auto;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 50px;
  }
  .l-header .header {
    padding: 0 15px;
  }
  .l-header .headerLogo img {
    height: 27px;
  }
  .l-header .headerNav .el_hamburger {
    display: block;
    position: fixed;
    top: 17px;
    right: 0;
    width: 60px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .l-header .headerNav .el_hamburger span {
    display: block;
    position: absolute;
    left: 2px;
    right: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #fff;
    transition: all 0.3s;
  }
  .l-header .headerNav .el_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .l-header .headerNav .el_hamburger span:nth-of-type(2) {
    top: 7px;
  }
  .l-header .headerNav .el_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header .headerNav .el_hamburger.close span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  .l-header .headerNav .el_hamburger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .headerNav .el_hamburger.close span:nth-of-type(3) {
    transform: translateY(-7px) rotate(315deg);
  }
  .l-header .headerNav_list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 24px 16px;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .l-header .headerNav_list li {
    position: relative;
    text-align: left;
    font-size: 1.5rem;
  }
  .l-header .headerNav_list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px 12px 15px;
    color: #111;
  }
  .l-header .headerNav_list li a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 1em;
    height: 1em;
    margin: auto;
    font-family: "Material Icons Round";
    content: "\e5e1";
  }
  .l-header .headerNav_list li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
}

/* フッター
============================================================================= */
.l-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 50px;
}
#tcomWrap .l-footer {
  background-color: #2b7ebf;
}
#tncWrap .l-footer {
  background-color: #eb6c00;
}
#wbsWrap .l-footer {
  background-color: #e6002d;
}
.l-footer .footer {
  width: 100%;
  max-width: 1080px;
}
.l-footer .footerTitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
}
.l-footer .footerInfo {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.l-footer .footerInfo_item {
  text-align: left;
}
.l-footer .footerInfo_item dt {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.l-footer .footerInfo_item dd p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.l-footer .footerInfo_item dd p:not(.el_box) {
  margin-bottom: 16px;
}
.l-footer .footerInfo_item dd p.el_box {
  width: 100%;
  padding: 16px 20px 15px;
  color: #111;
}
#tcomWrap .l-footer .footerInfo_item dd p.el_box {
  background-color: #d7e8f2;
}
#tncWrap .l-footer .footerInfo_item dd p.el_box {
  background-color: #ffe4d1;
}
#wbsWrap .l-footer .footerInfo_item dd p.el_box {
  background-color: #ffdede;
}
.l-footer .footerCopy {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 30px 0;
  background-color: #102732;
  text-align: center;
}
.l-footer .footerCopy::before {
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-color: #102732;
  content: "";
}
.l-footer .footerCopy p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
.l-footer.is-hasMenu .footerCopy {
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .l-footer .footerInfo_item {
    width: calc((100% - 60px) / 2);
  }
  .l-footer .footerInfo_item:first-of-type {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 32px 16px 0;
  }
  .l-footer .footerTitle {
    font-size: 2rem;
  }
  .l-footer .footerInfo {
    margin-bottom: 24px;
  }
  .l-footer .footerInfo_item {
    width: 100%;
  }
  .l-footer .footerInfo_item dt {
    font-size: 1.6rem;
  }
  .l-footer .footerInfo_item dd p {
    font-size: 1.3rem;
  }
  .l-footer .footerInfo_item dd p:not(.el_box) {
    margin-bottom: 12px;
  }
  .l-footer .footerInfo_item dd p .el_box {
    padding: 12px 16px 11px;
    font-size: 1.2rem;
  }
  .l-footer .footerInfo_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .l-footer .footerCopy {
    padding: 24px 10px;
  }
  .l-footer .footerCopy p {
    font-size: 1.2rem;
  }
  .l-footer.is-hasMenu .footerCopy {
    padding-bottom: 100px;
  }
}

/* フッター下部固定 */
.footerFloatingMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(24, 44, 75, 0.8);
  box-shadow: -2px 0 6px #bbb;
  text-align: center;
  /* ポイント施策 ※2023/7追記 */
}
.footerFloatingMenu ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
}
.footerFloatingMenu ul li {
  position: relative;
  width: calc((100% - 20px) / 3);
  font-size: 1.65rem;
  line-height: 1.2;
}
.footerFloatingMenu ul li:not(:last-of-type) {
  margin-right: 10px;
}
.footerFloatingMenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 13px;
  border-radius: 5px;
  line-height: 1.4;
}
.footerFloatingMenu ul li a.document {
  color: #2b7ebf;
}
.footerFloatingMenu ul li a.document02 {
  background-color: #ffd558;
  color: #102732;
}
.footerFloatingMenu ul li a.document03 {
  background-color: #2b7ebf;
  color: #fff;
}
.footerFloatingMenu ul li a.apply {
  color: #e2261a;
}
.footerFloatingMenu ul li a.apply02 {
  background-color: #e2261a;
  color: #fff;
}
.footerFloatingMenu .el_img {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  right: -10px;
  width: 70px;
  height: auto;
}
.footerFloatingMenu .el_img img {
  width: 63px;
  height: 87.3px;
}
.footerFloatingMenu .el_balloon {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
}
.footerFloatingMenu .el_balloon p {
  display: inline-block;
  margin-bottom: 4px;
  color: #e2261a;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.footerFloatingMenu .el_balloon p strong {
  display: block;
  font-size: 1.6em;
  line-height: 1.15;
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
  .footerFloatingMenu ul li {
    font-size: 1.2vw;
  }
  .footerFloatingMenu ul li a {
    padding: 4.5% 2% 4%;
  }
}
@media screen and (max-width: 767px) {
  .footerFloatingMenu ul {
    padding: 10px 0;
  }
  .footerFloatingMenu ul li {
    width: 30%;
    font-size: 1.4rem;
  }
  .footerFloatingMenu ul li a {
    padding: 12% 2% 11%;
  }
  .footerFloatingMenu .el_balloon {
    top: -38px;
    left: 0px;
    z-index: 1;
    width: 180px;
    height: auto;
    padding: 5px 8px 6px;
    border-radius: 10px;
    background-color: #ffe1e1;
  }
  .footerFloatingMenu .el_balloon::before, .footerFloatingMenu .el_balloon::after {
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 0;
    width: 0;
    margin-left: -4px;
    border: solid transparent;
    border-color: rgba(255, 225, 225, 0);
    border-top-color: #ffe1e1;
    border-width: 8px 4px;
    content: "";
  }
  .footerFloatingMenu .el_balloon::before {
    left: 20%;
  }
  .footerFloatingMenu .el_balloon::after {
    right: 20%;
  }
  .footerFloatingMenu .el_balloon p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .footerFloatingMenu .el_balloon p strong {
    display: inline-block;
    font-size: 1.3em;
  }
}

/* レイアウト
============================================================================= */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
/* メイン */
.wrapper {
  display: block;
  position: relative;
  padding-top: 63px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 50px;
  }
}

/* セクション */
.l-section {
  position: relative;
  width: 100%;
  margin-bottom: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-section {
    overflow-x: hidden;
    margin-bottom: 10px;
  }
}

/* コンテンツ */
.l-cont {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.l-contInner {
  padding: 40px 48px;
  border-radius: 25px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .l-cont {
    margin-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-contInner {
    padding: 24px 16px;
    border-radius: 20px;
  }
}

/* メインビジュアル */
.l-mv {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-bottom: 24px;
  }
}

/* Flex */
.l-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.l-flex.is-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.l-flex.is-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-flex.is-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-flex {
    flex-direction: column;
  }
  .l-flex.is-center {
    -webkit-box-align: center;
    align-items: center;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* キャンペーンページ
============================================================================= */
/* （生活応援キャンペーン）ポイント受け取りまでの期間 */
.periodCont .l-contInner img:first-of-type {
  margin-bottom: 40px;
}
.periodCont .l-contInner img:nth-of-type(2) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .periodCont .l-contInner img:first-of-type {
    margin-bottom: 24px;
  }
  .periodCont .l-contInner img:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

/* （生活応援キャンペーン）付与ポイント一覧 */
.pointCont .l-contInner .js-scrollable {
  margin: 20px auto;
}
.pointCont .l-contInner .js-scrollable:first-of-type {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pointCont .cmn-desc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pointCont .l-contInner .js-scrollable {
    margin: 10px auto;
  }
  .pointCont .l-contInner .js-scrollable:first-of-type {
    margin-bottom: 24px;
  }
}

/* 月額料金 タブ切り替えなし */
.priceCont_title {
  margin-bottom: 32px;
  font-size: 2.8rem;
}
.priceCont_title span {
  display: block;
  position: relative;
  width: fit-content;
  height: 32px;
  margin: 0 auto 20px;
  padding: 0 24px;
  border-radius: 50vh;
  background-color: #da2633;
  color: #fff;
  font-size: 1.6rem;
  line-height: 33.5px;
}
.priceCont_title span::after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -5px;
  border: solid transparent;
  border-color: rgba(218, 38, 51, 0);
  border-top-color: #da2633;
  border-width: 8px 5px;
  content: "";
}
.priceCont_subTitle {
  margin: 20px auto;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .priceCont_title {
    margin-bottom: 24px;
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .priceCont_title span {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .priceCont_subTitle {
    font-size: 1.8rem;
  }
}

/* （生活応援キャンペーン）ポイント一覧表 */
.pointTable {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #afaaa9;
  background-color: #fff;
  color: #001437;
}
.pointTable tr th, .pointTable tr td {
  padding: 15px 15px 12px;
  border: 2px solid #afaaa9;
  font-size: 1.8rem;
  vertical-align: middle;
}
.pointTable tr th {
  background-color: #dcdcdc;
  line-height: 1.25;
}
.pointTable tr th.is-bgRD {
  background-color: #ca1b28;
  color: #fff;
}
.pointTable tr th.is-bgYL {
  background-color: #eda73b;
  color: #fff;
}
.pointTable tr th i {
  margin-bottom: 3px;
  font-size: 1.3em;
  vertical-align: sub;
}
tbody .pointTable tr th {
  width: 180px;
}
.pointTable tr td strong {
  display: inline-block;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.3em;
  line-height: 0.75;
}
.pointTable tr td .el_total {
  width: fit-content;
  margin: 0 auto 8px;
  padding: 3px 10px 2px;
  border: 1px solid #001437;
  border-radius: 50vh;
  font-size: 1.5rem;
  vertical-align: top;
}
.pointTable .is-fntXS {
  font-size: 0.6em !important;
}
@media screen and (max-width: 767px) {
  .pointTable tr th, .pointTable tr td {
    padding: 14px 14px 10px;
    font-size: 1.6rem;
  }
}

/* （生活応援キャンペーン）ご利用例 */
.usageEx {
  margin-bottom: 30px;
  padding-top: 20px;
}
.usageEx dt {
  display: -webkit-box;
  display: flex;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 2.6rem;
}
.usageEx dt span {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 50vh;
  background-color: #000071;
  color: #fff;
  font-size: 2rem;
}
.usageEx dd {
  padding: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .usageEx dt {
    -webkit-box-align: center;
    align-items: center;
  }
  .usageEx dt span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .usageEx {
    margin-bottom: 20px;
    padding-top: 4px;
  }
  .usageEx dt {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.3;
  }
  .usageEx dt span {
    margin-bottom: 8px;
    padding: 6px 16px 4px;
    font-size: 1.5rem;
  }
  .usageEx dd {
    padding: 24px 15px;
  }
}

/* （生活応援キャンペーン）キャンペーン第3弾の例 */
.camp3Ex {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 32px;
}
.camp3Ex li {
  display: inline-block;
  width: calc((100% - 40px) / 3);
}
.camp3Ex li dl {
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.camp3Ex li dl dt {
  height: 50px;
  border-radius: 10px 10px 0 0;
  background-color: #da2633;
  color: #fff;
  font-size: 2rem;
  line-height: 52px;
}
.camp3Ex li dl dd {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.camp3Ex li dl dd .el_plan {
  color: #da2633;
  font-size: 2rem;
  line-height: 1.3;
}
.camp3Ex li dl dd img {
  margin: 15px auto 10px;
  max-width: 100%;
}
.camp3Ex li dl dd .el_point {
  margin-top: auto;
  color: #da2633;
  font-size: 2.1rem;
  line-height: 1.1;
}
.camp3Ex li dl dd .el_point strong {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-display: swap;
  font-size: 1.3em;
}
.camp3Ex li dl dd .el_point span {
  display: block;
  color: #111;
}
@media screen and (min-width: 768px) {
  .camp3Ex li dl dd {
    height: calc(100% - 50px);
  }
  .camp3Ex li:not(:last-of-type) {
    margin-right: 20px;
  }
  .camp3Ex li:last-of-type dl dd img {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .camp3Ex {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .camp3Ex li {
    width: 100%;
  }
  .camp3Ex li:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .camp3Ex li dl dt {
    height: 40px;
    font-size: 1.7rem;
    line-height: 42px;
  }
  .camp3Ex li dl dd {
    padding: 16px;
  }
  .camp3Ex li dl dd .el_plan {
    font-size: 1.65rem;
  }
  .camp3Ex li dl dd img {
    margin: 10px auto 8px;
  }
  .camp3Ex li dl dd .el_point {
    font-size: 1.8rem;
  }
  .camp3Ex li dl dd .el_point span {
    display: inline-block;
  }
}

/* 202308ポイント施策 キャンペーンエリア */
.campArea {
  margin-bottom: 40px;
  text-align: center;
}
.campArea img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .campArea {
    margin-bottom: 24px;
    padding: 0 10px;
  }
}

/* 202308ポイント施策 注意事項 */
.pointNotes {
  padding: 0 20px;
}
.pointNotes_title {
  margin-bottom: 20px;
  color: #e2261a;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3;
}
.pointNotes_title strong {
  font-size: 1.2em;
}
.pointNotes_title img {
  position: relative;
  bottom: 4px;
  margin: 0 4px;
  vertical-align: middle;
}
.pointNotes_title img.el_tcom {
  height: 25px;
}
.pointNotes_title img.el_tnc {
  height: 34px;
}
.pointNotes a {
  color: #e2261a;
}
@media screen and (max-width: 767px) {
  .pointNotes {
    padding-top: 12px;
  }
  .pointNotes_title {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .pointNotes_title img {
    bottom: 2px;
  }
  .pointNotes_title img.el_tcom {
    height: 19px;
  }
  .pointNotes_title img.el_tnc {
    height: 27px;
  }
}

/* 202409セット割パーツ */
.setwariCont {
  padding: 48px 60px;
  background-color: #fff;
}
.setwariCont p.el_text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}
.setwariCont p.el_catch {
  margin-top: 32px;
  padding: 15px 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
#tcomWrap .setwariCont p.el_catch {
  background-color: #d7e8f2;
}
#tncWrap .setwariCont p.el_catch {
  background-color: #ffe4d1;
}
.setwariCont p.el_catch img {
  height: 30px;
  margin: 0 5px;
  vertical-align: sub;
}
.setwariCont_title {
  margin-bottom: 16px;
  padding-bottom: 20px;
  font-size: 3rem;
}
.setwariCont_title img {
  margin: 0 auto;
  height: 150px;
}
.setwariCont_notes {
  margin-bottom: 20px;
}
.setwariCont_notes li {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  list-style-type: decimal;
}
.setwariCont_btn {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff2f2;
  color: #e2261a;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.setwariCont_btn.is-arrow::after {
  color: #e2261a;
}
@media screen and (max-width: 767px) {
  .setwariCont {
    margin-bottom: 24px;
    padding: 0 16px;
  }
  .setwariCont p.el_text {
    font-size: 1.5rem;
  }
  .setwariCont p.el_catch {
    margin-top: 24px;
    padding: 15px 14px 14px;
    font-size: 1.7rem;
  }
  .setwariCont p.el_catch img {
    height: 20px;
  }
  .setwariCont_title {
    margin-bottom: 0;
    padding-bottom: 16px;
    font-size: 2rem;
  }
  .setwariCont_title img {
    height: 80px;
  }
  .setwariCont_notes {
    padding-left: 24px;
    padding-right: 4px;
  }
  .setwariCont_notes li {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    word-break: break-all;
  }
  .setwariCont_btn {
    padding: 20px 30px 20px 16px;
    font-size: 1.7rem;
  }
  .setwariCont_btn.is-arrow::after {
    right: 0.3em;
  }
}

/* （かけ放題キャンペーン）かけ放題オプション */
.call_discount_table {
  border: 3px solid #d8f0f0;
}
.call_discount_table th, .call_discount_table td {
  padding: 14px 12px 11px;
  border: 1px solid #d8f0f0;
  text-align: center;
  vertical-align: middle;
}
.call_discount_table thead th {
  background-color: #019ae1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.call_discount_table thead th.is-bgCy {
  background-color: #2db6f5;
}
.call_discount_table tbody th {
  background-color: #f7f9ca;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.call_discount_table tbody td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.call_discount_table tbody td .el_period {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 15px 3px;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.call_discount_table tbody td .el_discount {
  color: #ff0000;
  font-size: 1.7rem;
  font-weight: 600;
}
.call_discount_table tbody td .el_discount strong {
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .call_discount_table tbody td {
    table-layout: fixed;
    width: 250px;
    min-width: 230px;
    white-space: normal;
  }
}

/* （かけ放題キャンペーン）かけ放題のポイント吹き出し */
.call_discount_point {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.call_discount_point img {
  width: 90px;
  height: auto;
}
.call_discount_point_balloon {
  display: inline-block;
  position: relative;
  width: calc(100% - 90px - 20px);
  padding: 20px 24px 18px;
  border-radius: 10px;
  background-color: #d9f2ff;
}
.call_discount_point_balloon::before {
  display: inline-block;
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -10px;
  border: solid transparent;
  border-color: rgba(217, 242, 255, 0);
  border-right-color: #d9f2ff;
  border-width: 10px;
  content: "";
}
.call_discount_point_balloon p {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}
.call_discount_point_balloon p strong {
  color: #0070e3;
}
@media screen and (max-width: 767px) {
  .call_discount_point_balloon p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

/* （サンキュー60GBキャンペーン）キャンペーン内容 */
.thanks60Cont {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 64px;
  padding: 64px 15px;
  background-color: #fde4fa;
}
.thanks60Cont::before, .thanks60Cont::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  margin: auto;
  background-color: #fde4fa;
  content: "";
}
.thanks60Cont::before {
  left: -50vw;
}
.thanks60Cont::after {
  right: -50vw;
}
.thanks60Cont_col {
  display: inline-block;
  width: 48%;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 0 #e0dcdc;
}
.thanks60Cont_col_title {
  width: 100%;
  padding: 24px 15px 19px;
  border-radius: 10px 10px 0 0;
  background-color: #f779bb;
  color: #fff;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 600;
}
.thanks60Cont_col_summary {
  padding: 0 32px;
}
.thanks60Cont_col_summary .el_catch {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  font-size: clamp(1.7rem, 2vw, 2rem);
}
.thanks60Cont_col_summary .el_catch::before, .thanks60Cont_col_summary .el_catch::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 20px;
  background-color: #111;
  content: "";
}
.thanks60Cont_col_summary .el_catch::before {
  left: -10px;
  transform: rotate(-20deg);
}
.thanks60Cont_col_summary .el_catch::after {
  right: -10px;
  transform: rotate(20deg);
}
.thanks60Cont_col_summary .el_type {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.thanks60Cont_col_summary .el_type span {
  display: inline-block;
  padding: 10px 18px 7px;
  border-radius: 50vh;
  background-color: #fde4fa;
  font-size: 1.6rem;
  line-height: 1.2;
}
.thanks60Cont_col_summary .el_type span:not(:first-of-type) {
  margin-left: 5px;
}
.thanks60Cont_col_summary .el_price {
  margin-top: 30px;
}
.thanks60Cont_col_summary .el_price dd {
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;
}
.thanks60Cont_col_summary .el_price dd .l-flex span:not([class]) {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 2.5px 10px 0;
  border-radius: 5px;
  font-size: 1.9rem;
  line-height: 1.3;
}
.thanks60Cont_col_summary .el_price dd .l-flex p {
  margin-left: 10px;
  font-size: 3.2rem;
  line-height: 1.3;
}
.thanks60Cont_col_summary .el_price dd .l-flex p span[class] {
  display: -webkit-box;
  display: flex;
  font-size: 0.5em !important;
  line-height: 1;
}
.thanks60Cont_col_summary .el_price.is-normal dt {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
}
.thanks60Cont_col_summary .el_price.is-normal dd {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(253, 230, 250) 2px, rgb(253, 230, 250) 4px);
}
.thanks60Cont_col_summary .el_price.is-normal dd .l-flex span:not([class]) {
  background-color: #fff;
}
.thanks60Cont_col_summary .el_price.is-dc dt {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 45%, #ffdf7c 45%);
  color: #f866b3;
  font-size: clamp(2.1rem, 2.6vw, 2.6rem);
  line-height: 1.2;
}
.thanks60Cont_col_summary .el_price.is-dc dt::after {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #f866b3;
  font-family: "Material Icons";
  font-size: 5rem;
  line-height: 1;
  content: "\e5c5";
}
.thanks60Cont_col_summary .el_price.is-dc dd {
  margin-top: 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(253, 234, 174) 2px, rgb(253, 234, 174) 4px);
}
.thanks60Cont_col_summary .el_price.is-dc dd > p {
  display: inline-block;
  padding: 6px 40px 5px;
  margin-bottom: 8px;
  border-radius: 50vh;
  border: 2px solid #f779bb;
  background-color: #fff;
  color: #f779bb;
  font-size: 2rem;
}
.thanks60Cont_col_summary .el_price.is-dc dd .l-flex span:not([class]) {
  background-color: #f779bb;
  color: #fff;
}
.thanks60Cont_col_summary .el_price.is-dc dd .l-flex p {
  color: #f779bb;
}
.thanks60Cont_col_flow {
  padding: 0 20px;
}
.thanks60Cont_col_flow .el_subtitle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 40px auto 0;
  padding-bottom: 4px;
  width: 279px;
  height: 53px;
  background: url("../img/thanks60/img_flow_title.png") no-repeat left top/contain;
  color: #f779bb;
  font-size: 2.3rem;
}
.thanks60Cont_col_flow .el_flow {
  margin-top: 30px;
}
.thanks60Cont_col_flow .el_flow li {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.thanks60Cont_col_flow .el_flow li dl {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.thanks60Cont_col_flow .el_flow li dl dt {
  color: #f779bb;
  font-size: 2.4rem;
}
.thanks60Cont_col_flow .el_flow li dl dt b {
  font-size: 1.3em;
}
.thanks60Cont_col_flow .el_flow li dl dd {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
.thanks60Cont_col_flow .el_flow li figure {
  display: inline-block;
  width: 50%;
}
.thanks60Cont_col_flow .el_flow li:not(:first-of-type) {
  margin-top: -10px;
}
.thanks60Cont_col .el_btn {
  display: block;
  position: relative;
  width: 90%;
  height: unset;
  margin-top: 30px;
  padding: 20px 25px 15px 15px;
  border-radius: 50vh;
  background-color: #f779bb;
  box-shadow: 0 8px 0 #eb2b90;
  color: #fff;
  font-size: clamp(2rem, 2.3vw, 2.4rem);
  text-align: center;
}
.thanks60Cont_col .el_btn::after {
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0.3em;
  height: 1em;
  margin: auto;
  font-family: "Material Icons";
  font-size: 3.3rem;
  content: "\e5df";
}
.thanks60Cont_col .el_btn + .cmn-notes {
  margin-top: 20px;
  padding: 0 32px;
}
.thanks60Cont_col .el_btn + .cmn-notes li {
  text-indent: -1em;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .thanks60Cont {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .thanks60Cont_col_summary {
    padding: 0 20px;
  }
  .thanks60Cont_col_flow {
    padding: 0 20px;
  }
  .thanks60Cont_col .el_btn + .cmn-notes {
    padding: 0 20px;
  }
  .thanks60Cont_col:nth-of-type(2) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .thanks60Cont {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 48px;
    padding: 32px 15px;
  }
  .thanks60Cont_col {
    width: 100%;
    box-shadow: 0 6px 0 #e0dcdc;
  }
  .thanks60Cont_col_title {
    padding: 20px 12px 17px;
    font-size: 2rem;
  }
  .thanks60Cont_col_summary {
    padding: 0 16px;
  }
  .thanks60Cont_col_summary .el_catch {
    margin-top: 32px;
    font-size: 1.7rem;
  }
  .thanks60Cont_col_summary .el_type {
    margin-top: 16px;
  }
  .thanks60Cont_col_summary .el_type span {
    font-size: 1.4rem;
  }
  .thanks60Cont_col_summary .el_price {
    margin-top: 24px;
  }
  .thanks60Cont_col_summary .el_price dd {
    margin-top: 16px;
    padding: 18px 16px;
  }
  .thanks60Cont_col_summary .el_price dd .l-flex {
    flex-direction: unset;
    align-items: unset;
  }
  .thanks60Cont_col_summary .el_price dd .l-flex p {
    font-size: 2.8rem;
  }
  .thanks60Cont_col_summary .el_price.is-normal dt {
    font-size: 2.6rem;
  }
  .thanks60Cont_col_summary .el_price.is-dc dt {
    font-size: 2.1rem;
  }
  .thanks60Cont_col_summary .el_price.is-dc dt::after {
    font-size: 3.5rem;
  }
  .thanks60Cont_col_summary .el_price.is-dc dd > p {
    font-size: 1.8rem;
  }
  .thanks60Cont_col_flow {
    padding: 0 16px;
  }
  .thanks60Cont_col_flow .el_subtitle {
    width: 251.1px;
    height: 47.7px;
    margin-top: 30px;
    font-size: 2.1rem;
  }
  .thanks60Cont_col_flow .el_flow {
    margin-top: 20px;
  }
  .thanks60Cont_col_flow .el_flow li dl dt {
    font-size: 2rem;
  }
  .thanks60Cont_col_flow .el_flow li dl dd {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .thanks60Cont_col_flow .el_flow li figure {
    width: 42%;
    margin: 0 2%;
  }
  .thanks60Cont_col_flow .el_flow li:not(:first-of-type) {
    margin-top: -8px;
  }
  .thanks60Cont_col .el_btn {
    width: 92%;
    margin-top: 24px;
    padding: 15px 20px 11px 10px;
    font-size: 2rem;
    box-shadow: 0 5px 0 #eb2b90;
  }
  .thanks60Cont_col .el_btn::after {
    top: -3px;
    font-size: 2.9rem;
  }
  .thanks60Cont_col .el_btn + .cmn-notes {
    margin-top: 16px;
    padding: 0 16px;
  }
  .thanks60Cont_col:nth-of-type(2) {
    margin-top: 30px;
  }
}