@charset "UTF-8";

/* ------------------------------
  all
------------------------------ */
.c-body noscript + img:not([class]),
.c-body noscript + img:not([class]) + img:not([class]) {
  height: 0;
}

@media screen and (min-width: 769px) {
  html{
    scroll-behavior: smooth;
  }
  .c-body{
    color: #3C3C3C;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.3;
    padding-bottom: 120px;
  }
  .c-body img:not(.p-unq-radio__img){
    display: block;
    width: 100%;
    height: auto;
  }
  .c-body sup{
    font-size: 0.6em;
  }
  .sp{
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  html{
    scroll-behavior: smooth;
  }
  .c-body{
    color: #3C3C3C;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.3;
    padding-bottom: 36vw;
  }
  .c-body img:not(.p-unq-radio__img,.c-kv__body-ttl-txt-sub-icon-img) {
    display: block;
    width: 100%;
    height: 100%;
  }
  .c-body sup{
    font-size: 0.5em;
  }
  .pc{
    display: none !important;
  }
}




/* ------------------------------
  header
------------------------------ */
@media screen and (min-width: 769px) {
  .c-hdr{
    background-color: #fff;
    padding: 18px 0;
  }
  .c-hdr__logo{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-hdr__logo-item{
    height: 50px;
    position: relative;
  }
  .c-hdr__logo-item:nth-of-type(2){
    margin-left: 100px;
  }
  .c-hdr__logo-item:nth-of-type(2):before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_multi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -71px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-hdr img.c-hdr__logo-item-img{
    width: auto;
    max-height: 50px;
  }
  .c-hdr__logo-item--shop{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 320px;
  }
  .c-hdr__logo-item--shop img.c-hdr__logo-item-img{
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-hdr{
    background-color: #fff;
    padding: 2.6667vw 0;
  }
  .c-hdr__logo{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-hdr__logo-item{
    height: 6.9333vw;
    position: relative;
  }
  .c-hdr__logo-item:nth-of-type(2){
    margin-left: 9.3333vw;
  }
  .c-hdr__logo-item:nth-of-type(2):before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_multi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.9333vw;
    height: 2.9333vw;
    position: absolute;
    left: -6.1333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-hdr img.c-hdr__logo-item-img{
    width: auto;
  }
  .c-hdr__logo-item--shop img.c-hdr__logo-item-img{
    max-width: 100%;
    height: auto;
  }
  .c-hdr__logo-item--shop{
    max-width: 61.3333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-hdr__logo-item--shop img{
    width: 100%;
    max-height: 100%;
    height: auto;
  }
}


/* ------------------------------
  band
------------------------------ */
.c-band {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.04166667vw 0;
  background-color: #981311;
}

.c-band__main {
  margin-right: 2.08333333vw;
  color: #fff;
  font-size: 1.66666667vw;
  font-weight: bold;
}

.c-band__sub {
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-band {
    flex-direction: column;
    padding: 2.66666667vw 0;
  }

  .c-band__main {
    margin-right: 0;
    margin-bottom: 1.33333333vw;
    font-size: 4.8vw;
  }

  .c-band__sub {
    font-size: 3.73333333vw;
  }
}

/* ------------------------------
  kv
------------------------------ */
.c-body .c-kv__body-ttl-txt-img {
  height: auto !important;
}

.c-body .c-kv__body-ttl-txt-img:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-body .c-kv__body-ttl-txt-img:nth-of-type(1) {
    margin-top: 0.8vw;
  }
}

@media screen and (min-width: 769px) {
  /* 1920px基準のvw */
  .c-kv{
    background: rgb(220,233,240);
    background: linear-gradient(180deg, rgba(220,233,240,1) 0%, rgba(187,212,228,1) 100%);
    position: relative;
  }
  .c-kv__pic{
    width: 100%;
    height: auto;
  }
  .c-kv-inr{
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 62px 0 65px;
  }
  .c-kv__rank{
    width: 25.625vw;
    height: 12.916vw;
    position: absolute;
    right: calc(50% + 6.927vw);
    bottom: 3.3854vw;
  }
  .c-kv__body{
    max-width: 693px;
    width: 36.9vw;
    box-shadow: 0 3px 60px #B4C5D0;
    margin: 0;
    margin-left: calc(50% - 68px);
    top: 0;
    border-radius: 20px;
  }
  .c-kv__body-ttl{
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 1.56vw 2.3958vw 1.71875vw;
  }
  .c-kv__body-ttl-bubble{
    width: 29.1667vw;
    height: auto;
    margin: 0 auto 0.57vw;
  }
  .c-kv__body-ttl-txt{
    width: 31.25vw;
    height: auto;
    margin: 0 auto;
  }
  .c-kv__body-cv{
    background-color: #FFA539;
    border-radius: 0 0 20px 20px;
    padding: 2.08333vw 3.125vw;
  }
  .c-kv__body-ttl-txt-sub {
    display: flex;
    justify-content: space-between;
    margin: 1.04vw auto 0 auto;
    width: 85.33%;
  }
  .c-kv__body-ttl-txt-sub-img  {
    width: 74%;
  }
  .c-kv__body-ttl-txt-sub-icon {
    display: none;
  }
  .c-kv__body-ttl-txt-sub-icon-img {
    width: 20%;
  }
  .c-kv__body-cv-txt {
    margin-bottom: 0.46875vw;
    text-align: center;
    font-size: 1.25vw;
    font-weight: bold;
  }
  .c-kv__body-cv-link{
    background-color: #123584;
    color: #fff;
    border-radius: 10px;
    font-size: 2.0833vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 2.0833vw 0;
    margin-bottom: 0.78125vw;
    position: relative;
    display: block;
    box-shadow: 0 0.5208vw 0.7813vw #C46B00;
  }
  .c-kv__body-cv-link::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.7188vw;
    height: 1.3542vw;
    position: absolute;
    right: 1.5625vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-link--small{
    background-color: #607BB9;
    font-size: 1.0885417vw;
    letter-spacing: 0rem;
    padding: 1.145833vw 0 0.9375vw;
    margin-bottom: 1.5625vw;
  }
  .c-kv__body-cv-list-item{
    padding-left: 0.5208vw;
    position: relative;
  }
  .c-kv__body-cv-list-item:not(:last-of-type){
    margin-bottom: 0.8333vw;
  }
  .c-kv__body-cv-list-item::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_right_dark_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.2083vw;
    height: 0.4167vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-list-item-link{
    color: #123584;
    font-size: 0.8333vw;
    text-decoration: underline;
    position: relative;
  }
  .c-kv__body-cv-list-item-link:hover{
    text-decoration: none;
  }
  .c-btn-area__linkTxt-pop {
    position: relative;
    padding-right: 0.8333vw;
  }
  .c-btn-area__linkTxt-pop::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.1vw;
    height: 1.1vw;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-list-item-link--arrow{
    padding-right: 1.0938vw;
  }
  .c-kv__body-cv-list-item-link--arrow::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9375vw;
    height: 0.6771vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-kv__body.is-default{
    background-color: #fff;
    position: relative;
    height: 41.770833vw;
  }
  .c-kv__body.is-default .c-kv__body-ttl-bubble{
    position: absolute;
    top: 9.114583vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-kv__body.is-default .c-kv__body-ttl-txt{
    position: absolute;
    top: 20.833333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-btn-area.is-default{
    display: none;
  }

  .c-btn-area {
    max-width: 635px;
    margin: 30px auto 0;
  }

  .c-btn-area__ttlTxt {
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
  }

  .c-btn-area__btn {
    margin-top: 10px;
  }

  .c-btn-area__link {
    max-width: 460px;
    margin: 20px auto 0;
  }

  .c-btn-area__linkItem + .c-btn-area__linkItem {
    margin-top: 8px;
  }

  .c-btn-area__linkTxt {
    color: #2C5EA1;
    font-size: 16px;
  }

  .c-btn-area__link .c-link-second {
    display: block;
    text-decoration: underline;
  }

  .c-btn-area__link .c-link-second::after {
    right: 45%;
  }
}

@media screen and (max-width: 768px) {
  .c-kv{
    background: rgb(220,233,240);
    background: linear-gradient(180deg, rgba(220,233,240,1) 0%, rgba(187,212,228,1) 100%);
    position: relative;
  }
  .c-kv__pic{
    width: 100%;
    height: auto;
  }
  .c-kv-inr{
    position: relative;
    padding: 4.8vw 0;
  }
  .c-kv__rank{
    width: 23.496vw;
    height: 49.6vw;
    position: absolute;
    right: 2.6667vw;
    top: 60.8vw;
  }
  .c-kv__body{
    padding: 0 5.3333vw;
  }
  .c-kv__body-ttl{
    margin-bottom: 67.9333vw;
  }
  .c-kv__body-ttl-bubble{
    width: 71.4667vw;
    height: auto;
    margin: 0 auto 1.8667vw;
  }
  .c-kv__body-ttl-txt{
    width: 69.33vw;
    height: auto;
    margin: 0 auto;
  }
  .c-kv__body-ttl-txt-sub {
    width: 69.33vw;
    margin-top: 9.8px;
    position: relative;
  }
  .c-kv .c-kv__body-ttl-txt-sub-icon-img {
    position: absolute;
    width: 29.07vw;
    height: auto;
    right: -10vw;
    top: 38.714vw;
  }
  .c-kv__body-cv{
    background-color: #FFA539;
    border-radius: 2.6667vw;
    padding: 4vw;
  }
  .c-kv__body-cv-txt {
    margin-bottom: 0.8vw;
    text-align: center;
    font-size: 4.26666667vw;
    font-weight: bold;
  }
  .c-kv__body-cv-link{
    background-color: #123584;
    color: #fff;
    border-radius: 2.6667vw;
    font-size: 5.8667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 4.2667vw 0;
    margin-bottom: 2.6667vw;
    display: block;
    position: relative;
    box-shadow: 0 2.6667vw 4vw #C46B00;
  }
  .c-kv__body-cv-link::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.7333vw;
    height: 2.6667vw;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-link--small{
    pointer-events: none;
    background-color: #B1B1B1;
    font-size: 13px;
    letter-spacing: 0rem;
    padding: 12.5px 0;
  }
  .c-kv__body-cv-link--small.is-active{
    background-color: #607BB9;
    pointer-events: auto;
  }
  .c-kv__body-cv-list-item{
    padding-left: 1.3333vw;
    font-size: 2.6667vw;
    position: relative;
  }
  .c-kv__body-cv-list-item:not(:last-of-type){
    margin-bottom: 2.6667vw;
  }
  .c-kv__body-cv-list-item::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_right_dark_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.53333333vw;
    height: 1.66666667vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-list-item-link{
    color: #123584;
    font-size: 2.6667vw;
    text-decoration: underline;
    position: relative;
  }
  .c-kv__body-cv-list-item-link:hover{
    text-decoration: none;
  }
  .c-btn-area__linkTxt-pop {
    position: relative;
    padding-right: 2.6667vw;
  }
  .c-btn-area__linkTxt-pop::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6667vw;
    height: 2.6667vw;
    position: absolute;
    right: 0;
    top: 60%;
  }
  .c-kv__body-cv-list-item-link--arrow{
    padding-right: 3.1vw;
  }
  .c-kv__body-cv-list-item-link--arrow::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6667vw;
    height: 2.1vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-btn-area.is-default{
    display: none;
  }

  .c-btn-area {
    margin: 8vw auto 0;
    padding: 0 5.4vw;
  }

  .c-btn-area__ttlTxt {
    margin: 0 auto;
    text-align: center;
    font-size: 4vw;
    font-weight: bold;
  }

  .c-btn-area__btn {
    margin-top: 2.7vw;
  }

  .c-btn-area__link {
    max-width: 57vw;
    margin: 0.5vw auto 0;
  }

  .c-btn-area__linkItem + .c-btn-area__linkItem {
    margin-top: 0.5vw;
  }

  .c-btn-area__linkTxt {
    color: #2C5EA1;
    font-size: 3vw;
  }

  .c-btn-area__link .c-link-second {
    display: block;
    text-decoration: underline;
  }

  .c-btn-area__link .c-link-second::after {
    right: 12%;
  }
}

@media screen and (max-width: 1290px) and (min-width: 769px) {
  .c-kv__body{
    margin-left: 50%;
  }
}

@media screen and (min-width: 1921px) {
  .c-kv__pic{
    left: auto;
    right: calc(50% - 148px);
  }
  .c-kv__rank{
    width: 497px;
    height: 248px;
    bottom: 65px;
    right: calc(50% + 133px);
  }
  .c-kv__body{
    width: 693px;
  }
  .c-kv__body-ttl{
    padding: 49px 46px 33px;
  }
  .c-kv__body-ttl-bubble{
    width: 560px;
    height: 96.98px;
    margin: 0 auto 22px;
  }
  .c-kv__body-ttl-txt{
    width: 600px;
    height: 330px;
  }
  .c-kv__body-cv{
    padding: 40px 60px;
  }
  .c-kv__body-cv-link{
    font-size: 40px;
    padding: 40px 0;
    margin-bottom: 15px;
    box-shadow: 0 10px 15px #C46B00;
  }
  .c-kv__body-cv-link::after{
    width: 33px;
    height: 26px;
    right: 30px;
  }
  .c-kv__body-cv-link--small{
    font-size: 21px;
    padding: 22px 0 18px;
    margin-bottom: 30px;
  }
  .c-kv__body-cv-list-item{
    padding-left: 10px;
  }
  .c-kv__body-cv-list-item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .c-kv__body-cv-list-item::before{
    width: 4px;
    height: 8px;
  }
  .c-kv__body-cv-list-item-link{
    font-size: 16px;
  }
  .c-kv__body-cv-list-item-link--pop{
    padding-right: 16px;
  }
  .c-kv__body-cv-list-item-link--pop::after{
    width: 16px;
    height: 16px;
  }
  .c-kv__body-cv-list-item-link--arrow{
    padding-right: 21px;
  }
  .c-kv__body-cv-list-item-link--arrow::after{
    width: 18px;
    height: 13px;
  }
}




/* ------------------------------
  recommend
------------------------------ */
@media screen and (min-width: 769px) {
  .c-reco-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px 0;
  }
  .c-reco__ttl{
    margin-bottom: 55px;
    text-align: center;
  }
  .c-reco__ttl-txt{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-reco__ttl-txt::before,
  .c-reco__ttl-txt::after{
    content: "";
    width: 68px;
    height: 7px;
    background-color: #D2E3EC;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-reco__ttl-txt::before{
    left: -130px;
  }
  .c-reco__ttl-txt::after{
    right: -130px;
  }

  .c-reco__wrap-outer + .c-reco__wrap-bnr--safic{
    margin-left: 30px;
  }
  .c-reco__wrap-txtlink{
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.5;
    width: 610px;
  }
  .c-reco__wrap-txtlink-item{
    color: #6892A8;
    text-decoration: underline;
  }

  .c-reco__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-reco__wrap-bnr{
    width: 610px;
    height: 230px;
    display: block;
  }
  .c-reco__wrap-bnr:not(:first-of-type){
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-reco-inr{
    padding: 21.3333vw 5.3333vw 0;
    margin-bottom: 0;
  }
  .c-reco__ttl{
    margin-bottom: 8vw;
    text-align: center;
  }
  .c-reco__ttl-txt{
    font-size: 5.8667vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-reco__ttl-txt::before,
  .c-reco__ttl-txt::after{
    content: "";
    width: 13.3333vw;
    height: 1.3333vw;
    background-color: #D2E3EC;
    border-radius: 26.6667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-reco__ttl-txt::before{
    left: -18.6667vw;
  }
  .c-reco__ttl-txt::after{
    right: -18.6667vw;
  }

  .c-reco__wrap-outer + .c-reco__wrap-bnr--safic{
    margin-top: 4vw;
  }
  .c-reco__wrap-txtlink{
    text-align: center;
    font-size: 3.733333vw;
    margin-top: 2.1333333vw;
    line-height: 1.5;
  }
  .c-reco__wrap-txtlink-item{
    color: #6892A8;
    text-decoration: underline;
  }
  .c-reco__wrap-bnr{
    width: 89.3333vw;
    height: 33.6vw;
    display: block;
  }
  .c-reco__wrap-bnr:not(:first-of-type){
    margin-top: 4vw;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-reco__wrap-bnr{
    width: 46.582vw;
    height: 17.5781vw;
  }
  .c-reco__wrap-txtlink{
    width: 46.58vw;
  }
}




/* ------------------------------
  code
------------------------------ */
@media screen and (min-width: 769px) {
  .c-code{
    margin-top: 100px;
    background-color: #EFF4F7;
  }
  .c-code-inr{
    max-width: 1130px;
    margin: 0 auto;
    padding: 100px 20px;
  }
  .c-code__bubble{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 22px 20px;
    margin-bottom: 40px;
    line-height: 1;
    position:relative;
    background:#EFF4F7;
    border:1px solid #414D57;
    border-radius:50px;
  }
  .c-code__bubble:after,
  .c-code__bubble:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
  }
  .c-code__bubble:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#EFF4F7;
  }
  .c-code__bubble:before{
    border-color: rgba(65, 77, 87, 0);
    border-top-width:11px;
    border-bottom-width:11px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-top: 1px;
    border-top-color:#414D57;
  }
  .c-code__cont-wrap-outer{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-code__cont-wrap{
    max-width: 520px;
    margin: 0 auto;
  }
  .c-code__cont-wrap-ttl{
    font-size: 28px;
    font-weight: bold;
    /* line-height: 1; */
    color: #355672;
    text-align: center;
    margin-bottom: 15px;
  }
  .c-code__cont-wrap-ttl--nowrap{
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-code__cont-wrap-outer--col .c-code__cont-wrap-ttl{
    text-align: left;
  }
  .c-code__cont-wrap-txt{
    font-size: 18px;
    /* line-height: 1; */
    text-align: center;
    margin-bottom: 20px;
  }
  .c-code__cont-wrap-txt--left{
    text-align: left;
  }
  .c-code__cont-wrap-outer--col .c-code__cont-wrap-txt{
    text-align: left;
  }
  .c-code__cont-wrap-input{
    margin-bottom: 15px;
  }
  .c-code__cont-wrap-input-item{
    display: block;
    box-shadow: inset 0 0 10px rgba(0,0,0,.2), inset 0 0 10px rgba(0,0,0,.2);
    padding: 15px 26px;
    font-size: 30px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
  }
  .c-code__cont-wrap-input-item::placeholder{
    color: #B1B1B1;
  }
  .c-code__cont-wrap-input--half{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-code__cont-wrap-input-head{
    width: calc(50% - 6px);
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 0 15px;
    margin-right: 12px;
    text-align: center;
    color: #797979;
    background-color: #F0F0F0;
    border: 1px solid #DBDBDB;
  }
  .c-code__cont-wrap-input-item--half{
    width: calc(50% - 6px);
  }
  .c-code__cont-wrap-pulldown{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-code__cont-wrap-pulldown-txt{
    width: 160px;
    font-size: 31px;
    font-weight: bold;
    line-height: 1;
    padding: 14px 0 15px;
    text-align: center;
    color: #797979;
    background-color: #F0F0F0;
    border: 1px solid #DBDBDB;
  }
  .c-code__cont-wrap-pulldown-label{
    position: relative;
    margin-left: 12px;
    width: 167px;
  }
  .c-code__cont-wrap-pulldown-label::before,
  .c-code__cont-wrap-pulldown-label::after {
    position: absolute;
    content: '';
    pointer-events: none;
  }
  .c-code__cont-wrap-pulldown-label::before {
    display: inline-block;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #414D57;
  }
  .c-code__cont-wrap-pulldown-label::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
  }
  .c-code__cont-wrap-pulldown-select {
    appearance: none;
    width: 100%;
    padding: 16px 21px 14px;
    border: none;
    background-color: #fff;
    box-shadow: inset 0 0 10px rgba(0,0,0,.2), inset 0 0 10px rgba(0,0,0,.2);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #DBDBDB;
  }

  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-label{
    width: 250px;
  }
  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-label:first-of-type{
    margin-left: 0;
  }
  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-select{
    font-size: 22px;
    padding: 19px 21px 17px;
  }

  .c-code__cont-wrap-pulldown--full .c-code__cont-wrap-pulldown-label{
    width: 520px;
    margin-left: 0;
  }
  .c-code__cont-wrap-pulldown--full .c-code__cont-wrap-pulldown-select{
    font-size: 22px;
    padding: 19px 21px 17px;
  }

  .c-code__cont-wrap-list-item{
    font-size: 13px;
  }
  .c-code__cont-wrap-list-item:not(:last-of-type){
    margin-bottom: 10px;
  }
  .c-code__cont-wrap-btn{
    background-color: #B1B1B1;
    color: #fff;
    border-radius: 10px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 40px 0;
    position: relative;
    display: block;
    max-width: 520px;
    margin: 40px auto 18px;
    pointer-events: none;
  }
  .c-code__cont-wrap-btn.is-active{
    background-color: #123584;
    pointer-events: auto;
  }
  .c-code__cont-wrap-btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-code__cont-wrap-btn--small{
    pointer-events: none;
    background-color: #B1B1B1;
    font-size: 20px;
    letter-spacing: 0rem;
    padding: 22px 0 18px;
    margin-bottom: 0;
  }
  .c-code__cont-wrap-btn--small.is-active{
    background-color: #607BB9;
    pointer-events: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-code{
    margin-top: 67px;
    background-color: #EFF4F7;
  }
  .c-code-inr{
    padding: 16vw 5.3333vw;
  }
  .c-code__bubble{
    font-size: 4.2667vw;
    font-weight: bold;
    width: 100%;
    padding: 5.8667vw 6.5333vw;
    margin-bottom: 5.333333vw;
    box-sizing: border-box;
    position:relative;
    background:#EFF4F7;
    border:1px solid #414D57;
    border-radius:100px;
  }
  .c-code__bubble:after,
  .c-code__bubble:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
  }
  .c-code__bubble:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:2.6667vw;
    border-bottom-width:2.6667vw;
    border-left-width:2.6667vw;
    border-right-width:2.6667vw;
    margin-left: -2.6667vw;
    border-top-color:#EFF4F7;
  }
  .c-code__bubble:before{
    border-color: rgba(65, 77, 87, 0);
    border-top-width:2.9333vw;
    border-bottom-width:2.9333vw;
    border-left-width:2.9333vw;
    border-right-width:2.9333vw;
    margin-left: -2.9333vw;
    margin-top: 0.2667vw;
    border-top-color:#414D57;
  }
  .c-code__cont-wrap{
    padding: 0 4vw;
  }
  .c-code__cont-wrap-ttl{
    font-size: 5.8667vw;
    font-weight: bold;
    /* line-height: 1; */
    color: #355672;
    margin-bottom: 2.6667vw;
    padding-left: 3.2vw;
    position: relative;
  }
  .c-code__cont-wrap-ttl::before{
    content: "";
    width: 1.0667vw;
    height: 100%;
    background-color: #355672;
    border-radius: 26.6667vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-code__cont-wrap-txt{
    font-size: 3.7333vw;
    /* line-height: 1; */
    margin-bottom: 4vw;
  }
  .c-code__cont-wrap-input{
    margin-bottom: 4vw;
  }
  .c-code__cont-wrap-input-item{
    display: block;
    box-shadow: inset 0 0 1.6vw rgba(0,0,0,.2), inset 0 0 1.6vw rgba(0,0,0,.2);
    padding: 2.9333vw 5.3333vw;
    font-size: 4.8vw;
    width: 100%;
    box-sizing: border-box;
  }
  .c-code__cont-wrap-input-item::placeholder{
    color: #B1B1B1;
  }
  .c-code__cont-wrap-input--half{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .c-code__cont-wrap-input-head{
    width: calc(50% - 1.6vw);
    font-size: 5.3333vw;
    font-weight: bold;
    line-height: 1;
    padding: 2.6667vw 0;
    margin-right: 1.6vw;
    text-align: center;
    color: #797979;
    background-color: #F0F0F0;
    border: 0.2667vw solid #DBDBDB;
  }
  .c-code__cont-wrap-input-item--half{
    width: calc(50% - 6px);
  }
  .c-code__cont-wrap-pulldown{
    margin-bottom: 4vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-code__cont-wrap-pulldown-txt{
    width: 26.6667vw;
    font-size: 5.3333vw;
    font-weight: bold;
    line-height: 1;
    padding: 2.6667vw 0;
    text-align: center;
    color: #797979;
    background-color: #F0F0F0;
    border: 0.2667vw solid #DBDBDB;
  }
  .c-code__cont-wrap-pulldown-label{
    position: relative;
    margin-left: 2.1333vw;
    width: 24.5333vw;
  }
  .c-code__cont-wrap-pulldown-label::before,
  .c-code__cont-wrap-pulldown-label::after {
    position: absolute;
    content: '';
    pointer-events: none;
  }
  .c-code__cont-wrap-pulldown-label::before {
    display: inline-block;
    right: 0;
    width: 10.6667vw;
    height: 100%;
    background-color: #414D57;
  }
  .c-code__cont-wrap-pulldown-label::after {
    position: absolute;
    top: 50%;
    right: 5.3333vw;
    transform: translate(50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.1333vw 1.8667vw 0 1.8667vw;
    border-color: #ffffff transparent transparent transparent;
  }
  .c-code__cont-wrap-pulldown-select {
    appearance: none;
    width: 100%;
    padding: 2.6667vw;
    border: none;
    background-color: #fff;
    box-shadow: inset 0 0 1.3333vw rgba(0,0,0,.2), inset 0 0 1.3333vw rgba(0,0,0,.2);
    font-size: 5.3333vw;
    line-height: 1;
    cursor: pointer;
    border: 0.2667vw solid #DBDBDB;
  }

  .c-code__cont-wrap-pulldown--2col{
    justify-content: space-between;
  }
  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-label{
    width: 37.3333vw;
  }
  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-label:first-of-type{
    margin-left: 0;
  }
  .c-code__cont-wrap-pulldown--2col .c-code__cont-wrap-pulldown-select{
    font-size: 4.2667vw;
    padding: 3.2vw 2.6667vw;
  }

  .c-code__cont-wrap-pulldown--full .c-code__cont-wrap-pulldown-label{
    width: 81.3333vw;
    margin-left: 0;
  }
  .c-code__cont-wrap-pulldown--full .c-code__cont-wrap-pulldown-select{
    font-size: 4.2667vw;
    padding: 3.2vw 2.6667vw;
  }

  .c-code__cont-wrap-list-item{
    font-size: 2.6667vw;
  }
  .c-code__cont-wrap-list-item:not(:last-of-type){
    margin-bottom: 1.3333vw;
  }
  .c-code__cont-wrap-btn{
    background-color: #B1B1B1;
    color: #fff;
    border-radius: 2.6667vw;
    font-size: 5.8667vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 5.0667vw 0;
    margin-top: 8vw;
    position: relative;
    display: block;
    pointer-events: none;
  }
  .c-code__cont-wrap-btn.is-active{
    background-color: #123584;
    pointer-events: auto;
  }
  .c-code__cont-wrap-btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.2667vw;
    height: 3.4667vw;
    position: absolute;
    right: 3.7333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-kv__body-cv-link--small{
    pointer-events: none;
    background-color: #B1B1B1;
    font-size: 3.4666667vw;
    letter-spacing: 0rem;
    padding: 3.3333333vw 0;
  }
  .c-kv__body-cv-link--small.is-active{
    background-color: #607BB9;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-code__cont-wrap-outer--col .c-code__cont-wrap{
    width: 46%;
  }
  .c-code__bubble {
    box-sizing: border-box;
    background-size: 100% 100%;
  }
}



/* ------------------------------
  c-cost
------------------------------ */
@media screen and (min-width: 769px) {
  .c-cost-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px 0;
  }
  .c-cost__ttl{
    margin-bottom: 55px;
    text-align: center;
  }
  .c-cost__ttl-txt{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-cost__ttl-txt::before,
  .c-cost__ttl-txt::after{
    content: "";
    width: 68px;
    height: 7px;
    background-color: #D2E3EC;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-cost__ttl-txt::before{
    left: -130px;
  }
  .c-cost__ttl-txt::after{
    right: -130px;
  }
  .c-cost__bnrLink {
    display: block;
    width: 46.582vw;
    height: 17.5781vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .c-cost-inr{
    padding: 21.3333vw 5.3333vw 0;
    margin-bottom: 0;
  }
  .c-cost__ttl{
    margin-bottom: 8vw;
    text-align: center;
  }
  .c-cost__ttl-txt{
    font-size: 5.8667vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-cost__ttl-txt::before,
  .c-cost__ttl-txt::after{
    content: "";
    width: 13.3333vw;
    height: 1.3333vw;
    background-color: #D2E3EC;
    border-radius: 26.6667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-cost__ttl-txt::before{
    left: -26.6667vw;
  }
  .c-cost__ttl-txt::after{
    right: -18.6667vw;
  }
  .c-cost__bnrLink {
    display: block;
    width: 89.3333vw;
    height: 33.6vw;
    margin: 0 auto;
  }
}


/* ------------------------------
  c-sec
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec--gray{
    background-color: #F5F5F5;
  }
  .c-sec--dark{
    background-color: #DCE4E8;
  }
  .c-sec-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px 120px;
  }
  .c-sec--cost .c-sec-inr{
    margin-top: 100px;
    padding: 0 20px;
  }
  .c-sec--simple .c-sec-inr{
    padding: 100px 20px 20px;
  }
  .c-sec--dark .c-sec-inr{
    padding: 60px 20px;
  }
  .c-sec__ttl{
    text-align: center;
    margin-bottom: 60px;
  }
  .c-sec__ttl-tag{
    font-size: 20px;
    line-height: 1;
    color: #F08300;
    display: inline-block;
    margin-bottom: 20px;
  }
  .c-sec__ttl-txt{
    font-size: 48px;
    font-weight: bold;
  }
  .c-sec__ttl-txt--orange{
    color: #F08300;
  }
}

@media screen and (max-width: 768px) {
  .c-sec--gray{
    background-color: #F5F5F5;
  }
  .c-sec--dark{
    background-color: #DCE4E8;
  }
  .c-sec-inr{
    padding: 21.3333vw 5.3333vw;
  }
  .c-sec--feature .c-sec-inr{
    padding: 0;
    margin: 21.3333vw 0;
  }
  .c-sec--cost .c-sec-inr{
    padding: 0;
    margin-top: 21.3333vw;
  }
  .c-sec--simple .c-sec-inr{
    padding: 21.3333vw 5.3333vw 5.3333vw;
  }
  .c-sec--dark .c-sec-inr{
    padding: 16vw 5.3333vw;
  }
  .c-sec__ttl{
    text-align: center;
    margin-bottom: 10.6667vw;
  }
  .c-sec__ttl-tag{
    font-size: 3.7333vw;
    line-height: 1;
    color: #F08300;
    display: inline-block;
    margin-bottom: 4vw;
  }
  .c-sec__ttl-txt{
    font-size: 8vw;
    font-weight: bold;
  }
  .c-sec__ttl-txt--orange{
    color: #F08300;
  }
}




/* ------------------------------
  c-sec__tab
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__tab.is-active{
    padding-top: 107px;
  }
  .c-sec__tab-btn-outer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
  }
  .c-sec__tab-btn-outer.is-fixed{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    background-color: #fff;
    z-index: 5;
    width: 1250px;
  }
  .c-sec__tab-btn-outer::before{
    content: "";
    width: 100%;
    height: 10px;
    background-color: #FF8200;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
  }
  .c-sec__tab-btn-outer::after{
    content: "";
    width: 100%;
    height: 17px;
    background: rgb(5,5,5);
    background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(16,16,16,0.4) 100%);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
  }
  .c-sec__tab-btn{
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #747474;
    font-weight: bold;
    line-height: 1;
    padding: 17px 20px 22px;
    background-color: #E8E8E8;
    border: none;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .c-sec__tab-btn-tag{
    font-size: 20px;
    margin-right: 5px;
  }
  .c-sec__tab img.c-sec__tab-btn-num{
    width: auto;
    height: 48px;
    margin-right: 15px;
  }
  .c-sec__tab-btn-txt{
    font-size: 30px;
  }
  .c-sec__tab-btn.is-active{
    color: #fff;
    background-color: #FF8200;
    box-shadow: 0 -1px 15px rgba(0,0,0,0.34);
    z-index: 3;
  }
  .c-sec__tab-cont{
    background-color: #FCF6EF;
    border-radius: 0 0 20px 20px;
    padding: 60px;
  }
  .c-sec__cont{
    display: none;
  }
  .c-sec__cont.is-active{
    display: block;
  }
  .c-sec__cont-ttl{
    text-align: center;
    margin-bottom: 60px;
  }
  .c-sec__cont-ttl-tag{
    font-size: 20px;
    line-height: 1;
    color: #B1B1B1;
    display: inline-block;
    margin-bottom: 15px;
  }
  .c-sec__cont-ttl-txt{
    font-size: 40px;
    font-weight: bold;
    color: #F08300;
  }
}

@media screen and (max-width: 768px) {
  .c-sec__tab.is-active{
    padding-top: 16.8vw;
  }
  .c-sec__tab-btn-outer{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin: 0 1.3333vw;
  }
  .c-sec__tab-btn-outer.is-fixed{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1.6vw;
    background-color: #fff;
    z-index: 5;
    width: 100vw;
    padding: 1.6vw 1.3333vw 0;
    margin: 0;
    box-sizing: border-box;
  }
  .c-sec__tab-btn-outer::before{
    content: "";
    width: 100vw;
    height: 1.0667vw;
    background-color: #FF8200;
    position: absolute;
    bottom: -1.0667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
  }
  .c-sec__tab-btn-outer::after{
    content: "";
    width: 100vw;
    height: 1.3333vw;
    background: rgb(5,5,5);
    background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(16,16,16,0.4) 100%);
    position: absolute;
    bottom: -0.8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    pointer-events: none;
  }
  .c-sec__tab-btn{
    width: 32vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #747474;
    font-weight: bold;
    line-height: 1;
    padding: 2.4vw 1.6vw 3.2vw;
    background-color: #E8E8E8;
    border: none;
    border-radius: 2.6667vw 2.6667vw 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
  .c-sec__tab-btn-tag{
    display: none;
  }
  .c-sec__tab img.c-sec__tab-btn-num{
    width: auto;
    height: 7.7333vw;
  }
  .c-sec__tab-btn:nth-of-type(1) .c-sec__tab-btn-num{
    margin-right: 2.9333vw;
  }
  .c-sec__tab-btn:nth-of-type(2) .c-sec__tab-btn-num{
    margin-right: 1.6vw;
  }
  .c-sec__tab-btn:nth-of-type(3) .c-sec__tab-btn-num{
    margin-right: 0.8vw;
  }
  .c-sec__tab-btn-txt{
    font-size: 4vw;
    line-height: 1.2;
    text-align: left;
  }
  .c-sec__tab-btn.is-active{
    color: #fff;
    background-color: #FF8200;
    box-shadow: 0 0 3 rgba(0,0,0,0.34);
    z-index: 3;
  }
  .c-sec__tab-cont{
    background-color: #FCF6EF;
    border-radius: 0 0 5.3333vw 5.3333vw;
    padding: 10.6667vw 5.3333vw;
  }
  .c-sec__cont{
    display: none;
  }
  .c-sec__cont.is-active{
    display: block;
  }
  .c-sec__cont-ttl{
    text-align: center;
    margin-bottom: 8vw;
  }
  .c-sec__cont-ttl-tag{
    font-size: 3.7333vw;
    line-height: 1;
    color: #B1B1B1;
    display: inline-block;
    margin-bottom: 3.4667vw;
  }
  .c-sec__cont-ttl-txt{
    font-size: 8vw;
    font-weight: bold;
    color: #F08300;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__tab-btn-outer{
    align-items: stretch;
  }
  .c-sec__tab-btn-outer.is-fixed{
    width: calc(100vw - 40px);
  }
  .c-sec__tab-btn{
    width: 32%;
  }
  .c-sec__tab-btn-tag{
    min-width: 40px;
  }
  .c-sec__tab-btn-num{
    min-width: 28px;
  }
}




/* ------------------------------
  c-sec__cont-wrap
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__cont-wrap-outer{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 35px;
  }
  .c-sec__cont-wrap{
    width: calc(50% - 30px);
  }
  .c-sec__cont-wrap:nth-of-type(n+3){
    margin-top: 60px;
  }
  .c-sec__cont-wrap-ttl{
    font-weight: bold;
    padding-top: 14px;
    position: relative;
    margin-bottom: 15px;
  }
  .c-sec__cont-wrap-ttl::before{
    content: "";
    width: 46px;
    height: 4px;
    background-color: #FF8428;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-sec__cont-wrap-ttl-subtxt{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .c-sec__cont-wrap-ttl-txt{
    display: block;
    font-size: 24px;
  }
  .c-sec__cont-wrap-ttl-txt--orange{
    color: #F46700;
  }
  .c-sec__cont-wrap-pic{
    width: 500px;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .c-sec__cont-wrap-pic--large{
    height: 485px;
  }
  .c-sec__cont-wrap-txt{
    font-size: 16px;
    line-height: 1.6;
  }
  .c-sec__cont-wrap-link{
    color: #6892A8;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    text-decoration: underline;
  }
  .c-sec__cont-wrap-link:hover{
    text-decoration: none;
  }
  .c-sec__cont-wrap-link::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .c-sec__cont-wrap:not(:last-of-type){
    margin-bottom: 16vw;
  }
  .c-sec__cont-wrap-ttl{
    font-weight: bold;
    padding-top: 5.0667vw;
    position: relative;
    margin-bottom: 5.3333vw;
  }
  .c-sec__cont-wrap-ttl::before{
    content: "";
    width: 12.2667vw;
    height: 1.0667vw;
    background-color: #FF8428;
    border-radius: 26.6667vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-sec__cont-wrap-ttl-subtxt{
    font-size: 4.8vw;
    display: block;
    margin-bottom: 2.6667vw;
  }
  .c-sec__cont-wrap-ttl-txt{
    display: block;
    font-size: 6.4vw;
  }
  .c-sec__cont-wrap-ttl-txt--orange{
    color: #F46700;
  }
  .c-sec__cont-wrap-pic{
    width: 89.3333vw;
    height: 57.6vw;
    border-radius: 5.3333vw;
    margin-bottom: 5.3333vw;
    overflow: hidden;
  }
  .c-sec__cont-wrap-pic--large{
    height: 87.7333vw;
  }
  .c-sec__cont-wrap-txt{
    font-size: 4.2667vw;
    line-height: 1.6;
  }
  .c-sec__cont-wrap-link{
    color: #6892A8;
    font-size: 3.2vw;
    display: inline-block;
    margin-top: 2.6667vw;
    padding-left: 4vw;
    position: relative;
    text-decoration: underline;
  }
  .c-sec__cont-wrap-link:hover{
    text-decoration: none;
  }
  .c-sec__cont-wrap-link::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__cont-wrap-pic{
    width: 35.839844vw;
    height: 21.484375vw;
  }
  .c-sec__cont-wrap-pic--large{
    height: 38.3789vw;
  }
}




/* ------------------------------
  c-sec__cont-group
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__cont-group{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .c-sec__cont-group-card{
    width: 360px;
    border-radius: 20px;
    box-shadow: 10px 20px 40px rgba(245,186,115,0.3);
  }
  .c-sec__cont-group-card:not(:nth-of-type(3n)){
    margin-right: 25px;
  }
  .c-sec__cont-group-card:nth-of-type(n+4){
    margin-top: 30px;
  }
  .c-sec__cont-group-card-head{
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FFA539;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px 20px 0 0;
  }
  .c-sec__cont-group-card-body{
    padding: 32px 42px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    height: calc(100% - 95px);
    box-sizing: border-box;
  }
  .c-sec__cont-group-card:nth-of-type(1) .c-sec__cont-group-card-body{
    padding: 40px 42px;
    display: flex;
    align-items: center;
  }
  .c-sec__cont-group-card:nth-of-type(3) .c-sec__cont-group-card-body{
    padding: 23px 6px 32px;
  }
  .c-sec__cont-group-card:nth-of-type(5) .c-sec__cont-group-card-body{
    padding: 32px 41px;
  }
  .c-sec__cont-group-card:nth-of-type(6) .c-sec__cont-group-card-body{
    padding: 47px 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-sec__cont-group{
    padding: 0 4vw;
  }
  .c-sec__cont-group-card{
    border-radius: 2.6667vw;
    box-shadow: 2.6667vw 2.6667vw 8vw rgba(245,186,115,0.3);
  }
  .c-sec__cont-group-card:not(:last-of-type){
    margin-bottom: 8vw;
  }
  .c-sec__cont-group-card-head{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FFA539;
    font-size: 5.3333vw;
    font-weight: bold;
    color: #fff;
    border-radius: 2.6667vw 2.6667vw 0 0;
    padding: 5.0667vw 0 5.6vw;
  }
  .c-sec__cont-group-card-body{
    padding: 5.0667vw 5.8667vw;
    background-color: #fff;
    border-radius: 0 0 2.6667vw 2.6667vw;
    box-sizing: border-box;
  }
  .c-sec__cont-group-card:nth-of-type(1) .c-sec__cont-group-card-body{
    padding: 7.7333vw 11.4667vw;
  }
  .c-sec__cont-group-card:nth-of-type(3) .c-sec__cont-group-card-body{
    padding: 7.2vw 3.4667vw 5.8667vw 2.1333vw;
  }
  .c-sec__cont-group-card:nth-of-type(6) .c-sec__cont-group-card-body{
    padding: 7.2vw 5.8667vw;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__cont-group{
    justify-content: center;
  }
  .c-sec__cont-group-card:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .c-sec__cont-group-card:not(:nth-of-type(2n)){
    margin-right: 25px;
  }
  .c-sec__cont-group-card:nth-of-type(n+3){
    margin-top: 30px;
  }
}

@media screen and (max-width: 904px) and (min-width: 769px) {
  .c-sec__cont-group-card:not(:nth-of-type(3n)){
    margin-right: 20px;
  }
  .c-sec__cont-group-card{
    margin: 0 20px;
  }
  .c-sec__cont-group-card:nth-of-type(n+2){
    margin-top: 30px;
  }
}




/* ------------------------------
  c-card
------------------------------ */
@media screen and (min-width: 769px) {
  .c-card__wrap:not(:last-of-type){
    margin-bottom: 22px;
  }
  .c-card__wrap-area{
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
  }
  .c-card__wrap-area-tag{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
    padding: 10px 7px;
    background-color: #FF8200;
    border-radius: 5px;
  }
  .c-card__wrap-txt{
    font-weight: bold;
    font-size: 24px;
  }
  .c-card__wrap-txt-orange{
    font-size: 46px;
    color: #FF8200;
  }
  .c-card__txt{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .c-card__main{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
  }
  .c-card__main-big{
    color: #FF8200;
    font-size: 50px;
  }
  .c-card__main-orange{
    color: #FF8200;
  }
  .c-card__main-pic{
    margin: 0 auto;
  }
  .c-sec__cont-group-card:nth-of-type(2) .c-card__main-pic{
    width: 276px;
    height: 142px;
  }
  .c-sec__cont-group-card:nth-of-type(3) .c-card__main-pic{
    width: 200px;
    height: 140px;
    margin-bottom: 17px;
  }
  .c-sec__cont-group-card:nth-of-type(4) .c-card__main-pic{
    width: 280px;
    height: 146px;
  }
  .c-sec__cont-group-card:nth-of-type(5) .c-card__main-pic{
    width: 197px;
    height: 139px;
  }
  .c-sec__cont-group-card:nth-of-type(6) .c-card__main-pic{
    width: 296px;
    height: 110px;
  }
  .c-card__main-note{
    font-size: 12px;
    text-align: center;
  }
  .c-card__box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-card__box-pic{
    width: 177px;
    height: 250px;
  }
  .c-card__box-unit{
    text-align: center;
    margin-left: -2px;
  }
  .c-card__box-unit-txt{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .c-card__box-unit-main{
    font-size: 24px;
    font-weight: bold;
  }
  .c-card__box-unit-main-orange{
    font-size: 35px;
    color: #F78203;
  }
}

@media screen and (max-width: 768px) {
  .c-card__wrap:not(:last-of-type){
    margin-bottom: 5.8667vw;
  }
  .c-card__wrap-area{
    margin-bottom: 1.8667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5.3333vw;
    line-height: 1;
  }
  .c-card__wrap-area-tag{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin-right: 1.8667vw;
    padding: 2.1333vw;
    background-color: #FF8200;
    border-radius: 1.3333vw;
  }
  .c-card__wrap-txt{
    font-weight: bold;
    font-size: 5.0667vw;
  }
  .c-card__wrap-txt-orange{
    font-size: 9.8667vw;
    color: #FF8200;
  }
  .c-card__txt{
    font-size: 5.3333vw;
    text-align: center;
    margin-bottom: 1.3333vw;
  }
  .c-card__main{
    font-size: 6.9333vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4vw;
    text-align: center;
  }
  .c-card__main-big{
    color: #FF8200;
    font-size: 11.4667vw;
  }
  .c-card__main-orange{
    color: #FF8200;
  }
  .c-card__main-pic{
    margin: 0 auto;
  }
  .c-sec__cont-group-card:nth-of-type(2) .c-card__main-pic{
    width: 69.6vw;
    height: 35.7333vw;
  }
  .c-sec__cont-group-card:nth-of-type(3) .c-card__main-pic{
    width: 69.6vw;
    height: 48.7168vw;
    margin-bottom: 4.5333vw;
  }
  .c-sec__cont-group-card:nth-of-type(4) .c-card__main-pic{
    width: 65.8667vw;
    height: 34.4vw;
  }
  .c-sec__cont-group-card:nth-of-type(5) .c-card__main-pic{
    width: 46.1333vw;
    height: 32.8vw;
  }
  .c-sec__cont-group-card:nth-of-type(6) .c-card__main-pic{
    width: 69.6vw;
    height: 25.8667vw;
  }
  .c-card__main-note{
    font-size: 3.2vw;
    text-align: center;
  }
  .c-card__box{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-card__box-pic{
    width: 37.8667vw;
    height: 53.6vw;
  }
  .c-card__box-unit{
    text-align: center;
    margin-left: -1.8667vw;
  }
  .c-card__box-unit-txt{
    font-size: 5.0667vw;
    margin-bottom: 2.6667vw;
  }
  .c-card__box-unit-main{
    font-size: 5.6vw;
    font-weight: bold;
  }
  .c-card__box-unit-main-orange{
    font-size: 8vw;
    color: #F78203;
  }
}




/* ------------------------------
  c-area
------------------------------ */
@media screen and (min-width: 769px) {
  .c-area{
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 20px;
  }
  .c-area:nth-of-type(4),
  .c-area:nth-of-type(5){
    padding-right: 44px;
  }
  .c-area--col{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-area--center{
    align-items: center;
  }
  .c-area:not(:last-of-type){
    margin-bottom: 30px;
  }
  .c-area:nth-of-type(2) .c-area__txt{
    max-width: 411px;
  }
  .c-area:nth-of-type(4) .c-area__txt{
    max-width: 520px;
  }
  .c-area__txt-word{
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .c-area__txt-word-item{
    font-size: 38px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
  .c-area__txt-word-num{
    display: inline-block;
    width: 220px;
    height: 75px;
  }
  .c-area__txt-main{
    font-size: 16px;
    line-height: 1.6;
  }
  .c-area__txt-main-note{
    font-size: 14px;
    color: #747474;
  }
  .c-area__txt-ttl{
    font-size: 28px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  .c-area__txt-ttl-orange{
    color: #F46700;
  }
  .c-area__txt-ttl::before{
    content: "";
    width: 4px;
    height: calc(100% + 7px);
    background-color: #FF8428;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-area__pic--01{
    width: 276px;
    height: 276px;
  }
  .c-area__pic--02{
    width: 535px;
    height: 341px;
  }
  .c-area__pic--04,
  .c-area__pic--05{
    width: 490px;
    height: 280px;
  }
  .c-area__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 830px;
    margin: 0 auto;
  }
  .c-area__wrap-box{
    width: 180px;
  }
  .c-area__wrap-box:not(:last-of-type){
    margin-right: 20px;
  }
  .c-area__wrap-box-pic{
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }
  .c-area__wrap-box-txt{
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .c-area{
    background-color: #fff;
    padding: 9.3333vw 4vw;
    border-radius: 2.6667vw;
  }
  .c-area:not(:last-of-type){
    margin-bottom: 8vw;
  }
  .c-area__txt{
    margin-bottom: 6.9333vw;
  }
  .c-area__txt-word-item{
    font-size: 5.3333vw;
    font-weight: bold;
    display: block;
  }
  .c-area__txt-word-num{
    display: block;
    width: 45.3333vw;
    height: 14.9333vw;
    margin: 2.9333vw 0;
  }
  .c-area__txt-main{
    font-size: 4vw;
    line-height: 1.6;
  }
  .c-area__txt-main-note{
    font-size: 3.2vw;
    color: #747474;
  }
  .c-area__txt-ttl{
    font-size: 5.3333vw;
    font-weight: bold;
    padding-left: 3.7333vw;
    position: relative;
    margin-bottom: 5.3333vw;
  }
  .c-area__txt-ttl-orange{
    color: #F46700;
  }
  .c-area__txt-ttl::before{
    content: "";
    width: 1.0667vw;
    height: calc(100% + 1.0667vw);
    background-color: #FF8428;
    border-radius: 26.6667vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-area__pic{
    margin: 0 auto;
  }
  .c-area__pic--01{
    width: 53.3333vw;
    height: 53.3333vw;
  }
  .c-area__pic--02{
    width: 81.3333vw;
    height: 52vw;
  }
  .c-area__pic--04,
  .c-area__pic--05{
    width: 81.3333vw;
    height: 37.3333vw;
  }
  .c-area__wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2.6667vw;
    margin: 0 auto;
  }
  .c-area__wrap-box{
    width: 34.6667vw;
  }
  .c-area__wrap-box:nth-of-type(n+3){
    margin-top: 5.3333vw;
  }
  .c-area__wrap-box-pic{
    width: 34.6667vw;
    height: 34.6667vw;
    margin: 0 auto 2.1333vw;
  }
  .c-area__wrap-box-txt{
    font-size: 3.7333vw;
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-area__txt-word{
    flex-wrap: wrap;
  }
  .c-area__pic{
    margin-left: 20px;
    height: auto;
  }
  .c-area__pic--01{
    width: 27.326733%;
    min-width: 150px;
  }
  .c-area__pic--02{
    width: 52.97%;
    min-width: 256px;
  }
  .c-area__pic--04,
  .c-area__pic--05{
    width: 48.5149%;
    min-width: 270px;
  }
  .c-area__wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1059px) and (min-width: 769px) {
  .c-area__wrap-box:not(:last-of-type){
    margin-right: 0;
  }
  .c-area__wrap-box:not(:nth-of-type(3n)){
    margin-right: 25px;
  }
  .c-area__wrap-box:nth-of-type(n+4){
    margin-left: 25px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 869px) and (min-width: 769px) {
  .c-area__wrap-box:not(:nth-of-type(3n)){
    margin-right: 0;
  }
  .c-area__wrap-box:not(:nth-of-type(2n)){
    margin-right: 25px;
  }
  .c-area__wrap-box:nth-of-type(n+4){
    margin-left: 0;
  }
  .c-area__wrap-box:nth-of-type(n+3){
    margin-top: 25px;
  }
}



/* ------------------------------
  c-sec__wrap
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-sec__wrap-box{
    max-width: 380px;
    width: 31%;
    border-radius: 20px;
    box-shadow: 10px 20px 40px rgba(245,186,115,0.3);
  }
  .c-sec__wrap-box-head{
    background-color: #FFA539;
    border-radius: 20px 20px 0 0;
    padding: 15px 0 13px;
  }
  .c-sec__wrap img.c-sec__wrap-box-head-img{
    height: 13px;
    width: auto;
    margin: 0 auto;
  }
  .c-sec__wrap-box-body{
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 30px;
    text-align: center;
  }
  .c-sec__wrap-box-body-txt{
    font-size: 18px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .c-sec__wrap-box-body-txt::after{
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 100px;
    background-color: #F08300;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-sec__wrap-box-body-money{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .c-sec__wrap-box-body-money-txt{
    display: inline-block;
    font-size: 49px;
    margin-right: 6px;
    color: #F46700;
  }
  .c-sec__wrap-box-body-money-subtxt{
    font-size: 30px;
  }
  .c-sec__wrap-box-body-link{
    font-size: 16px;
    color: #6892A8;
    padding-left: 20px;
    position: relative;
    text-decoration: underline;
  }
  .c-sec__wrap-box-body-link:hover{
    text-decoration: none;
  }
  .c-sec__wrap-box-body-link::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .c-sec__wrap-box{
    border-radius: 5.3333vw;
    box-shadow: 1.3333vw 1.3333vw 5.3333vw rgba(245,186,115,0.3);
  }
  .c-sec__wrap-box:not(:last-of-type){
    margin-bottom: 5.3333vw;
  }
  .c-sec__wrap-box-head{
    background-color: #FFA539;
    border-radius: 2.6667vw 2.6667vw 0 0;
    padding: 3.4667vw 0 3.7333vw;
  }
  .c-sec__wrap img.c-sec__wrap-box-head-img{
    height: 3.4667vw;
    width: auto;
    margin: 0 auto;
  }
  .c-sec__wrap-box-body{
    background-color: #fff;
    border-radius: 0 0 2.6667vw 2.6667vw;
    padding: 4.8vw;
    text-align: center;
  }
  .c-sec__wrap-box-body-txt{
    font-size: 4.2667vw;
    line-height: 1;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    position: relative;
  }
  .c-sec__wrap-box-body-txt::after{
    content: "";
    width: 8vw;
    height: 1.0667vw;
    border-radius: 26.6667vw;
    background-color: #F08300;
    position: absolute;
    bottom: -0.5333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-sec__wrap-box-body-money{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4vw;
  }
  .c-sec__wrap-box-body-money-txt{
    display: inline-block;
    font-size: 10.6667vw;
    margin-right: 1.3333vw;
    color: #F46700;
  }
  .c-sec__wrap-box-body-money-subtxt{
    font-size: 6.4vw;
  }
  .c-sec__wrap-box-body-link{
    font-size: 3.2vw;
    color: #6892A8;
    padding-left: 4vw;
    position: relative;
    text-decoration: underline;
  }
  .c-sec__wrap-box-body-link:hover{
    text-decoration: none;
  }
  .c-sec__wrap-box-body-link::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_popup.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__wrap{
    align-items: stretch;
  }
  .c-sec__wrap-box-body-money{
    line-height: 1.3;
  }
}




/* ------------------------------
  c-sec__acc
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__acc{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 60px;
  }
  .c-sec__acc:not(:last-of-type){
    margin-bottom: 30px;
  }
  .c-sec__acc-head{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
  }
  .c-sec__acc-head-icon{
    width: 40px;
    min-width: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #F08300;
    border-radius: 50%;
    padding: 9px 0;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .c-sec__acc-head-txt{
    font-size: 24px;
    font-weight: bold;
    padding: 4px 35px 4px 0;
    position: relative;
    width: 100%;
  }
  .c-sec__acc-head-txt::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .c-sec__acc-head.is-active .c-sec__acc-head-txt::after{
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_minus.svg);
  }
  .c-sec__acc-body{
    padding-top: 30px;
    display: none;
  }
  .c-sec__acc-body-inr{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-sec__acc-body-icon{
    width: 40px;
    min-width: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #F08300;
    text-align: center;
    background-color: #FFF3E5;
    border: 2px solid #F08300;
    border-radius: 50%;
    padding: 7px 0;
    margin-right: 20px;
    box-sizing: border-box;
  }
  .c-sec__acc-body-txt{
    font-size: 16px;
    line-height: 1.6;
  }
  .c-sec__acc-body-txt--bold{
    font-weight: bold;
  }
  .c-sec__acc-body-subttl{
    font-size: 18px;
    font-weight: bold;
    color: #F46700;
    padding-top: 20px;
    margin: 20px 0;
    position: relative;
  }
  .c-sec__acc-body-subttl::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #F46700;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__acc-body-logos{
    width: 965px;
    height: 65px;
    margin: 0 auto 10px;
  }
  .c-sec__acc-body-note{
    margin-bottom: 20px;
  }
  .c-sec__acc-body-note-list{
    color: #747474;
    font-size: 12px;
    line-height: 1.6;
  }
  .c-sec__acc-body-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  .c-sec__acc-body-wrap-pic{
    width: 380px;
    height: 214px;
    margin-right: 30px;
  }
  .c-sec__acc-body-wrap-unit-outer{
    max-width: 540px;
  }
  .c-sec__acc-body-wrap-unit{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-sec__acc-body-wrap-unit:not(:last-of-type){
    margin-bottom: 78px;
  }
  .c-sec__acc-body-wrap-unit-tag{
    font-size: 16px;
    color: #fff;
    background-color: #F08300;
    padding: 6px 7px;
    margin-right: 13px;
    text-align: center;
    line-height: 1;
  }
  .c-sec__acc-body-wrap-unit-main{
    padding: 4px 0;
    font-size: 16px;
  }
  .c-sec__acc-body-graph{
    width: 806px;
    height: 514px;
    margin: 30px auto 0;
  }
  .c-sec__acc-body-pic{
    width: 806px;
    height: 580px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .c-sec__acc{
    background-color: #fff;
    border-radius: 2.6667vw;
    padding: 5.3333vw 4vw;
  }
  .c-sec__acc:not(:last-of-type){
    margin-bottom: 8vw;
  }
  .c-sec__acc-head{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
  }
  .c-sec__acc-head-icon{
    width: 5.3333vw;
    min-width: 5.3333vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #F08300;
    border-radius: 50%;
    padding: 1.0667vw 0;
    margin-right: 1.3333vw;
    box-sizing: border-box;
  }
  .c-sec__acc-head-txt{
    font-size: 4.2667vw;
    font-weight: bold;
    padding-right: 5.8667vw;
    position: relative;
    width: 100%;
  }
  .c-sec__acc-head-txt::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.3333vw;
    height: 5.3333vw;
    position: absolute;
    right: 0;
    top: 0vw;
  }
  .c-sec__acc-head.is-active .c-sec__acc-head-txt::after{
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_minus.svg);
  }
  .c-sec__acc-body{
    padding-top: 4.8vw;
    display: none;
  }
  .c-sec__acc-body-inr{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-sec__acc-body-icon{
    width: 5.3333vw;
    min-width: 5.3333vw;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    color: #F08300;
    text-align: center;
    background-color: #FFF3E5;
    border: 0.5333vw solid #F08300;
    border-radius: 50%;
    padding: 0.5333vw 0;
    margin-right: 1.3333vw;
    box-sizing: border-box;
  }
  .c-sec__acc-body-txt{
    font-size: 3.7333vw;
    line-height: 1.6;
  }
  .c-sec__acc-body-txt--bold{
    font-weight: bold;
  }
  .c-sec__acc-body-subttl{
    font-size: 4.2667vw;
    font-weight: bold;
    color: #F46700;
    padding-top: 5.3333vw;
    margin: 5.3333vw 0;
    position: relative;
  }
  .c-sec__acc-body-subttl::before{
    content: "";
    width: 100%;
    height: 0.2667vw;
    background-color: #F46700;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__acc-body-logos{
    width: 70.93333vw;
    height: 34.4vw;
    margin: 0 auto 2.6667vw;
  }
  .c-sec__acc-body-note{
    margin-bottom: 5.3333vw;
  }
  .c-sec__acc-body-note-list{
    color: #747474;
    font-size: 2.6667vw;
    line-height: 1.6;
  }
  .c-sec__acc-body-wrap{
    margin-top: 5.3333vw;
  }
  .c-sec__acc-body-wrap-pic{
    width: 74.6667vw;
    height: 41.8667vw;
    margin-bottom: 2.6667vw;
  }
  .c-sec__acc-body-wrap-unit{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-sec__acc-body-wrap-unit:not(:last-of-type){
    margin-bottom: 2.6667vw;
  }
  .c-sec__acc-body-wrap-unit-tag{
    font-size: 3.7333vw;
    color: #fff;
    background-color: #F08300;
    padding: 1.3333vw;
    margin-right: 1.8667vw;
    text-align: center;
    min-width: 13.6vw;
    box-sizing: border-box;
    line-height: 1;
  }
  .c-sec__acc-body-wrap-unit-main{
    font-size: 3.7333vw;
  }
  .c-sec__acc-body-graph{
    width: 74.6667vw;
    height: 208.2667vw;
    margin-top: 5.3333vw;
  }
  .c-sec__acc-body-pic{
    width: 74.6667vw;
    height: 53.8667vw;
    margin-top: 5.3333vw;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-sec__acc-body-logos{
    max-width: 965px;
    width: 100%;
    height: auto;
  }
  .c-sec__acc-body-wrap-pic{
    width: 40%;
    min-width: 40%;
    height: auto;
  }
  .c-sec__acc-body-wrap-unit-tag{
    min-width: 56.52px;
  }
  .c-sec__acc-body-wrap-unit:not(:last-of-type){
    margin-bottom: 3vw;
  }
  .c-sec__acc-body-graph{
    max-width: 806px;
    width: 100%;
    height: auto;
  }
  .c-sec__acc-body-pic{
    max-width: 806px;
    width: 100%;
    height: auto;
  }
}




/* ------------------------------
  note
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__note{
    margin-bottom: 57px;
  }
  .c-sec__note-list{
    list-style: none;
    padding-left: 33px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
  }
  .c-sec__note-list:nth-of-type(n+10){
    padding-left: 42px;
  }
  .c-sec__note-list:not(:last-of-type){
    margin-bottom: 16px;
  }
  .c-sec__note-list::before{
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__note-list:nth-of-type(1)::before{
    content: "※1";
  }
  .c-sec__note-list:nth-of-type(2)::before{
    content: "※2";
  }
  .c-sec__note-list:nth-of-type(3)::before{
    content: "※3";
  }
  .c-sec__note-list:nth-of-type(4)::before{
    content: "※4";
  }
  .c-sec__note-list:nth-of-type(5)::before{
    content: "※5";
  }
  .c-sec__note-list:nth-of-type(6)::before{
    content: "※6";
  }
  .c-sec__note-list:nth-of-type(7)::before{
    content: "※7";
  }
  .c-sec__note-list:nth-of-type(8)::before{
    content: "※8";
  }
  .c-sec__note-list:nth-of-type(9)::before{
    content: "※9";
  }
  .c-sec__note-list:nth-of-type(10)::before{
    content: "※10";
  }
  .c-sec__note-list:nth-of-type(11)::before{
    content: "※11";
  }
  .c-sec__num{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .c-sec__note{
    margin-bottom: 10.785vw;
  }
  .c-sec__note-list{
    list-style: none;
    padding-left: 8vw;
    position: relative;
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .c-sec__note-list:nth-of-type(n+10){
    padding-left: 10.1333vw;
  }
  .c-sec__note-list:not(:last-of-type){
    margin-bottom: 3.2vw;
  }
  .c-sec__note-list::before{
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__note-list:nth-of-type(1)::before{
    content: "※1";
  }
  .c-sec__note-list:nth-of-type(2)::before{
    content: "※2";
  }
  .c-sec__note-list:nth-of-type(3)::before{
    content: "※3";
  }
  .c-sec__note-list:nth-of-type(4)::before{
    content: "※4";
  }
  .c-sec__note-list:nth-of-type(5)::before{
    content: "※5";
  }
  .c-sec__note-list:nth-of-type(6)::before{
    content: "※6";
  }
  .c-sec__note-list:nth-of-type(7)::before{
    content: "※7";
  }
  .c-sec__note-list:nth-of-type(8)::before{
    content: "※8";
  }
  .c-sec__note-list:nth-of-type(9)::before{
    content: "※9";
  }
  .c-sec__note-list:nth-of-type(10)::before{
    content: "※10";
  }
  .c-sec__note-list:nth-of-type(11)::before{
    content: "※11";
  }
  .c-sec__num{
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
}




/* ------------------------------
  company
------------------------------ */
@media screen and (min-width: 769px) {
  .c-sec__company-wrap{
    margin-bottom: 30px;
    font-size: 14px;
    color: #414D57;
  }
  .c-sec__company-wrap-ttl{
    font-weight: bold;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .c-sec__company-wrap-ttl::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #414D57;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__company-txt{
    font-size: 14px;
    line-height: 1.6;
    color: #414D57;
  }
}

@media screen and (max-width: 768px) {
  .c-sec__company-wrap{
    margin-bottom: 8vw;
    font-size: 3.2vw;
    color: #414D57;
  }
  .c-sec__company-wrap-ttl{
    font-weight: bold;
    line-height: 1;
    padding-top: 2.6667vw;
    margin-bottom: 2.6667vw;
    position: relative;
  }
  .c-sec__company-wrap-ttl::before{
    content: "";
    width: 8vw;
    height: 0.2667vw;
    background-color: #414D57;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-sec__company-txt{
    font-size: 3.2vw;
    line-height: 1.6;
    color: #414D57;
  }
}




/* ------------------------------
  c-ftr
------------------------------ */
@media screen and (min-width: 769px) {
  .c-ftr{
    background-color: #414D57;
  }
  .c-ftr-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 22px 0;
  }
  .c-ftr__copy{
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .c-ftr{
    background-color: #414D57;
  }
  .c-ftr-inr{
    padding: 5.3333vw;
  }
  .c-ftr__copy{
    font-size: 3.4667vw;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
}




/* ------------------------------
  floating
------------------------------ */
@media screen and (min-width: 769px) {
  .c-float{
    position: fixed;
    left: 0;
    bottom: -25%;
    width: 100vw;
    background-color: #123584;
    font-weight: bold;
    box-shadow: 0 -8px 10px rgba(0,0,0,0.1);
    z-index: 10;
    transition: bottom 1s ease-in-out;
  }
  .c-float.is-active{
    bottom: 0;
  }
  .c-float-inr{
    max-width: 1130px;
    margin: 0 auto;
    padding: 16px 20px;
    position: relative;
  }
  .c-float__txt{
    text-align: center;
    font-size: 24px;
    max-width: 48%;
    margin-left: 0;
    color: #fff;
  }
  .c-float__txt-sub{
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-bottom: 8px;
  }
  .c-float__txt-sub::before,
  .c-float__txt-sub::after{
    content: "";
    width: 3px;
    height: 24px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 50%;
  }
  .c-float__txt-sub::before{
    left: -26px;
    transform: translateY(-50%) rotate(-35deg);
  }
  .c-float__txt-sub::after{
    right: -26px;
    transform: translateY(-50%) rotate(35deg);
  }
  .c-float__btn{
    background-color: #EA0000;
    border-radius: 30px 30px 0 0;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 38px 0 32px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 50%;
    display: block;
  }
  .c-float__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-float__btn--fcd{
    pointer-events: none;
    background-color: #B1B1B1;
  }
  .c-float__btn--fcd.is-active{
    pointer-events: auto;
    background-color: #EA0000;
  }
}

@media screen and (max-width: 768px) {
  .c-float{
    position: fixed;
    left: 0;
    bottom: -37.3333vw;
    width: 100vw;
    background-color: #123584;
    font-weight: bold;
    z-index: 10;
    transition: bottom 1s ease-in-out;
  }
  .c-float.is-active{
    bottom: 0;
  }
  .c-float-inr{
    padding: 4vw 2.1333vw;
    position: relative;
  }
  .c-float__txt{
    text-align: center;
    font-size: 4.2667vw;
    color: #fff;
  }
  .c-float__txt-sub{
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-bottom: 1.6vw;
  }
  .c-float__txt-sub::before,
  .c-float__txt-sub::after{
    content: "";
    width: 0.5333vw;
    height: 4.2667vw;
    background-color: #fff;
    border-radius: 26.6667vw;
    position: absolute;
    top: 50%;
  }
  .c-float__txt-sub::before{
    left: -4.2667vw;
    transform: translateY(-50%) rotate(-35deg);
  }
  .c-float__txt-sub::after{
    right: -4.2667vw;
    transform: translateY(-50%) rotate(35deg);
  }
  .c-float__txt-main{
    margin-bottom: 2.4vw;
  }
  .c-float__btn{
    background-color: #EA0000;
    border-radius: 2.6667vw;
    font-size: 5.8667vw;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 4.2667vw 0 4.8vw;
    letter-spacing: 0.1em;
    position: relative;
    display: block;
    width: 81.3333vw;
    margin: 0 auto;
  }
  .c-float__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 2.6667vw;
    position: absolute;
    right: 3.7333vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-float__btn--fcd{
    pointer-events: none;
    background-color: #B1B1B1;
  }
  .c-float__btn--fcd.is-active{
    pointer-events: auto;
    background-color: #EA0000;
  }
}

@media screen and (max-width: 1289px) and (min-width: 769px) {
  .c-float__btn{
    height: calc(100% + 12px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
  }
  .c-float__btn::after{
    right: 5%;
  }
}




/* ------------------------------
  modal
------------------------------ */
@media screen and (min-width: 769px) {
  .c-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  .c-modal__bg {
    background-color: rgba(65, 77, 87, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .c-modal-inner {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin: 0 auto;
    width: 100%;
    max-width: 1250px;
    height: 100%;
    padding: 70px 20px;
    box-sizing: border-box;
  }
  .c-modal__content {
    width: 100%;
    padding: 68px 80px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
  }
  .c-modal__body{
  }
  .c-modal__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -47px;
    cursor: pointer;
  }
  .c-modal__close-icon {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 18.6667vw 6vw 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
  }
  .c-modal__bg {
    background-color: rgba(183, 183, 183, .9);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .c-modal-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
  }
  .c-modal__content {
    width: 100%;
    padding: 9.8667vw 8.2667vw;
    border-radius: 2.6667vw;
    background-color: #fff;
    position: relative;
  }
  .c-modal__close {
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 0;
    top: -12vw;
    cursor: pointer;
  }
  .c-modal__close-icon {
    display: block;
  }
}




/* ------------------------------
  modal__body-table
------------------------------ */
@media screen and (min-width: 769px) {
  .c-modal__body-table-outer{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  table.c-modal__body-table {
    width: 33%;
  }
  .c-modal__body-table-tr{
    font-size: 14px;
    line-height: 1.1429;
    border-left: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6;
  }
  .c-modal__body-table-tr:last-of-type{
    border-bottom: 1px solid #C6C6C6;
  }
  .c-modal__body-table:last-of-type .c-modal__body-table-tr{
    border-right: 1px solid #C6C6C6;
  }
  .c-modal__body-table-tr--2row{
    height: 57px;
  }
  .c-modal__body-table-th{
    background-color: #505050;
    color: #fff;
    text-align: left;
    padding: 12px;
    width: 50%;
    vertical-align: middle;
  }
  .c-modal__body-table-td{
    background-color: #EAEAEA;
    padding: 12px 8px 12px 12px;
    width: 50%;
    vertical-align: middle;
  }
  .c-modal__body-table:nth-of-type(2n+1) .c-modal__body-table-tr:nth-of-type(2n) .c-modal__body-table-td,
  .c-modal__body-table:nth-of-type(2n) .c-modal__body-table-tr:nth-of-type(2n+1) .c-modal__body-table-td{
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__body-table{
    width: 100%;
  }
  .c-modal__body-table-tr{
    font-size: 3.7333vw;
    line-height: 1.1429;
    border-left: 0.2667vw solid #C6C6C6;
    border-right: 0.2667vw solid #C6C6C6;
    border-top: 0.2667vw solid #C6C6C6;
  }
  .c-modal__body-table-tr:last-of-type .c-modal__body-table-tr{
    border-bottom: 0.2667vw solid #C6C6C6;
  }
  .c-modal__body-table-th{
    background-color: #505050;
    color: #fff;
    text-align: left;
    padding: 2.9333vw 2.6667vw;
    width: 50%;
    vertical-align: middle;
  }
  .c-modal__body-table-td{
    background-color: #EAEAEA;
    padding: 2.9333vw 2.6667vw;
    width: 50%;
    vertical-align: middle;
  }
  .c-modal__body-table:nth-of-type(2n+1) .c-modal__body-table-tr:nth-of-type(2n) .c-modal__body-table-td,
  .c-modal__body-table:nth-of-type(2n) .c-modal__body-table-tr:nth-of-type(2n+1) .c-modal__body-table-td{
    background-color: #fff;
  }
}




/* ------------------------------
  cost - simulation - common
------------------------------ */
.l-section select {
  margin: 0;
  font-family: inherit;
  text-transform: none;
  max-width: 100%;
  font-size: 1rem;
  line-height: inherit;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.l-section input {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  overflow: visible;
  max-width: 100%;
  font-size: 1rem;
  line-height: inherit;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.l-section *,
.l-section ::after,
.l-section ::before{
  box-sizing: border-box;
}
.l-section [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.l-section summary {
  display: block;
  line-height: 1.6;
  cursor: pointer;
}
.l-section table {
  border-spacing: 0;
  border-collapse: collapse;
}
.l-section td,
.l-section th {
  padding: 0;
  margin: 0;
}
[class^=p-][class*="__content"]:not(.p-box-arrow__content)>:first-child {
  margin-top: 0
}
.p-btn__btn {
  display: flex;
  max-width: 355px;
  margin: 0 auto;
}
.p-btn {
  margin: 1.875rem 0;
}
.c-btn {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #c4c4c4;
  border-radius: 2px;
  line-height: 1.6;
}
.c-btn__inner {
  position: relative;
  flex-grow: 1;
  padding: 0.75rem 40PX;
}
.c-btn.of-simulation .c-btn__inner {
  padding-right: 60PX;
  padding-left: 60PX;
}
.c-btn__inner::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 16px;
  margin: auto 0;
  content: "";
  background: url(/otona/asset/image/icn/arrow--orange.svg) 0 0/cover;
}
.c-btn.of-simulation .c-btn__inner::before {
  width: 34px;
  height: 24px;
  background-image: url(/otona/asset/image/icn/arrow--white.svg);
}
.c-btn__sub {
  display: block;
  font-size: .875rem;
}
.c-btn.of-simulation {
  color: #fff;
  background: #0046ae;
  border-color: #0046ae;
}
details {
  display: block;
}
.p-disclosure {
  padding-bottom: 1.875rem;
}
.p-disclosure__content {
  padding: 1.125rem 10PX 1.25rem;
}
.p-disclosure__title {
  position: relative;
  padding: 1rem 35PX 1.1875rem 16PX;
  font-size: 1rem;
  font-weight: 700;
  background: #F2F3F0;
}
.p-disclosure__title {
  max-width: 536px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #C6C6C6;
}
.p-disclosure__title::after,
.p-disclosure__title::before,
.p-disclosure__titleTxt::after {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-disclosure__title::after,
.p-disclosure__title::before {
  right: 18px;
  width: 2px;
  height: 8px;
  background: #ff8200;
}
.p-disclosure__title::after,
.p-disclosure__title::before {
  right: 10px;
  height: 12px;
  background: #fff;
}
details>.p-disclosure__title::after,
details>.p-disclosure__title::before{
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  transition: .2s transform ease-out,.2s opacity ease-out;
}
.p-disclosure__title.is-ready:not(summary)::after,
details>.p-disclosure__title::after{
  transform: rotate(90deg);
}
.p-disclosure[open] .p-disclosure__title:not(.is-ready)::before,
.p-disclosure__title.is-ready[aria-expanded=true]::before{
  transform: rotate(90deg);
}
.p-disclosure__title.is-ready[aria-expanded=true]::after{
  opacity: 0;
  transform: rotate(180deg);
}
.p-disclosure__titleTxt::after {
  position: absolute;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: #fff;
  border: 1px solid #ff8200;
  border-radius: 50%;
}
.c-txt-note {
  display: table;
  font-size: .96875rem;
  font-size: .875rem;
}
.c-txt-note__symbol,
.c-txt-note__txt {
  display: table-cell;
  vertical-align: top;
  line-height: 1.6;
}
.c-txt-note__symbol {
  padding-right: 8PX;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .c-btn.of-mypage, .c-btn.of-simulation {
    transition: .2s background-color ease-out,.2s border-color ease-out;
  }
  .c-btn__inner {
    padding: 0.875rem 40PX;
  }
  .c-btn__inner::before {
    transition: .2s transform ease-out;
  }
  .p-disclosure__title {
    padding: 1.625rem 60PX 1.625rem 21PX;
    font-size: 1.125rem;
  }
  .p-disclosure__title::after,
  .p-disclosure__title::before {
    right: 34px;
    height: 14px;
  }
  .p-disclosure__title::after,
  .p-disclosure__title::before {
    right: 10px;
    height: 12px;
    background: #fff;
  }
  .p-disclosure__title::after,
  .p-disclosure__title::before {
    right: 9px;
  }
  .l-section a[href]:focus,
  .l-section a[href]:hover {
    text-decoration: none;
  }
  .c-btn:not(:disabled):focus,
  .c-btn:not(:disabled):hover,
  .c-btn[href]:focus,
  .c-btn[href]:hover {
    color: #fff;
    background-color: #ffc180;
    border-color: #ffc180;
  }
  .c-btn.of-simulation:not(:disabled):focus,
  .c-btn.of-simulation:not(:disabled):hover,
  .c-btn.of-simulation[href]:focus,
  .c-btn.of-simulation[href]:hover {
    background-color: #80a3d7;
    border-color: #80a3d7;
  }
  .c-btn:not(:disabled):focus .c-btn__inner::before,
  .c-btn:not(:disabled):hover .c-btn__inner::before,
  .c-btn[href]:focus .c-btn__inner::before,
  .c-btn[href]:hover .c-btn__inner::before {
    background-image: url(/otona/asset/image/icn/arrow--white.svg);
    transform: translateX(4px);
  }
  .u-break--wide {
    display: block!important;
  }
}

@media not screen and (min-width: 768px){
  .u-break--default,
  .u-break-default {
    display: block!important;
  }
  .c-btn.of-simulation .c-btn__inner{
    padding-left: 50px;
    padding-right: 50px;
  }
}


/* ------------------------------
  cost - simulation - style
------------------------------ */
.l-section {
  background: #fff1e2;
}
.l-section__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.c-txt {
  font-size: 12px;
}
.u-align-center {
  text-align: center!important;
}
.p-txt {
  margin: 1.25rem 0;
}
.p-unq-radio,
.p-unq-select {
  margin-bottom: 20px;
}
.p-unq-radio__title,
.p-unq-select__title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.p-unq-radio__choice {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-unq-radio__choice[data-value="false"] {
  display: none;
}
.p-unq-radio__text {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
}
.p-unq-type .p-unq-radio__text.p-unq-radio__longTxt {
  font-size: 13px;
}
.p-unq-radio__text__small {
  font-size: 13px;
}
.p-unq-radio__text .c-unq-bold {
  font-size: 16px;
}
.p-unq-radio__btn {
  position: relative;
  display: flex;
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-bottom: 10px;
}
.p-unq-radio__btn:nth-of-type(4n) {
  margin-right: 0;
}
.p-unq-radio__btn > input {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: top;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #C5C6C6;
  border-radius: 100%;
  transition: all 250ms ease;
}
.p-unq-radio__btn > input:checked {
  background-color: #FF8200;
  box-shadow: inset 0 0 0 2px #fff;
}
.p-unq-radio__btn > input:checked + span + .p-unq-radio__label {
  color: #fff;
  background-color: #FF8200;
}
.p-unq-type .p-unq-radio__btn > input:checked + span + .p-unq-radio__label {
  background-color: #FF8200;
  box-sizing: content-box;
}
.p-unq-type .p-unq-radio__btn > input:checked + span + .p-unq-radio__label > .p-unq-radio__text {
  color: #fff;
}
.p-unq-radio__label {
  display: inline-block;
  align-items: center;
  width: 100%;
  padding: 13px 0 12px 17%;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #ff8200;
  text-align: left;
  cursor: pointer;
  background: #fff 0 0 no-repeat padding-box;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}
.p-unq-radio__label:checked {
  background-color: #000;
}
.p-unq-radio__labelLong .p-unq-radio__text {
  font-size: 13px;
}
.p-unq-radio__labelLong .c-unq-bold {
  font-size: 13px;
  display: inline-block;
  line-height: 1.3;
}
.p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__text {
  font-size: 15px;
  line-height: 1.2;
}
.u-unq-longtext input {
  margin-left: 0;
}
.u-unq-longtext .p-unq-radio__btn > input {
  top: 10px;
  left: 44%;
}
.u-unq-longtext .p-unq-radio__label {
  padding: 24px 0 9px;
  text-align: center;
}
.p-unq-type {
  position: relative;
}
.p-unq-type .p-unq-radio__btn {
  width: calc((100% - 8px) / 2);
  height: 110px;
}
.p-unq-type .p-unq-radio__btn:nth-of-type(2n) {
  margin-right: 0;
}
.p-unq-type .p-unq-radio__label {
  padding: 13px 0 12px 0;
  text-align: center;
}
.p-unq-type .p-unq-radio__text {
  font-size: 15px;
  letter-spacing: -1px;
  color: #505050;
}
.p-unq-radio__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 114px;
  pointer-events: none;
}
.p-unq-radio__name {
  text-align: center;
}
.p-unq-radio__nameTxt {
  display: inline-block;
  padding: 0 2px 0 1px;
  font-size: 10px;
  color: #fff;
  background: #ACACAC;
  border-radius: 2px;
}
.p-unq-card {
  position: relative;
  width: 100%;
  padding: 40px 17px 30px;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 130, 0, 0.4);
  box-sizing: border-box;
}
.p-unq-card::before {
  position: absolute;
  top: -3px;
  left: 42%;
  z-index: 90;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff1e2 transparent transparent;
  border-style: solid;
  border-width: 20px 41px 0 40px;
}
.p-unq-card::after {
  position: absolute;
  top: -1px;
  left: 42%;
  z-index: 89;
  width: 0;
  height: 0;
  content: "";
  border-color: rgba(255, 130, 0, 0.4) transparent transparent;
  border-style: solid;
  border-width: 20px 40px 0;
}
.p-unq-card__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #505050;
  text-align: center;
}
.p-unq-card__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-unq-card__child {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: left;
}
.p-unq-card__child:last-child {
  margin-top: 20px;
}
.p-unq-card__text {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
}
.p-unq-card__note {
  margin: 25px 17px 20px;
  font-size: 12px;
  text-align: right;
}
.p-unq-card__price {
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  color: #FF8200;
  text-align: right;
  border-bottom: 1px solid #9B9B9B;
}
.p-unq-card__price .c-unq-bold {
  font-size: 30px;
}
.p-unq-card__brackets {
  font-size: 16px;
}
.p-unq-select__input {
  position: relative;
  max-width: 324px;
  font-size: 16px;
  background: #FFF 0% 0% no-repeat padding-box;
  border-radius: 2px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
}
.p-unq-select__input::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  font-size: 20px;
  content: "";
  border-top: 10px solid #FF8200;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.p-unq-select__input > select {
  width: 100%;
  padding: 12px 0 12px 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.p-unq-select__input > select:invalid {
  color: #9A9A9A;
}
.p-unq-select__input option {
  color: #000;
}
.p-unq-select__input option:first-child {
  color: #9A9A9A;
}
.p-unq-table {
  margin-bottom: 20px;
}
.p-unq-table table {
  width: 100%;
  border-collapse: collapse;
}
.p-unq-table__header.p-unq-table__header.p-unq-table__header {
  color: #FFF;
}
.p-unq-table__header.p-unq-table__header.p-unq-table__header tr {
  font-size: 14px;
  background-color: #505050;
}
.p-unq-table__column1 {
  width: 40%;
}
.p-unq-table__column2 {
  width: 30%;
}
.p-unq-table__column3 {
  width: 30%;
}
.p-unq-table tr {
  height: 32px;
}
.p-unq-table tr td {
  padding: 10px 5px;
  font-size: 14px;
  border: 1px solid #C6C6C6;
  vertical-align: middle;
}
.p-unq-table tbody tr td {
  font-size: 12px;
}
.p-unq-table .p-unq-table__bg {
  background-color: #c3f3f3;
}
.p-unq-table tr:nth-child(2n+1) {
  background-color: #FFF;
}
.p-unq-table tr:nth-child(2n) {
  background-color: #F7F7F7;
}
.c-unq-bold {
  font-size: 1.2em;
}
.u-unq-color {
  color: #FF8200;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 2px solid #FF8200;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}
.u-unq-border {
  border-color: #FF8200;
}
.u-unq-hover:hover {
  color: #FFF;
}
.u-unq-flexstart.u-unq-flexstart.u-unq-flexstart {
  justify-content: flex-start;
}
.u-unq-fontsize {
  font-size: 12px;
}
.u-unq-custom .c-txt {
  font-size: 14px;
}
.u-unq-custom .p-btn__btn {
  max-width: 100%;
}
.u-unq-custom .c-btn {
  background: #0046AE 0% 0% no-repeat padding-box;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1490196078);
}
.u-unq-custom .c-btn__txt {
  font-size: 20px;
}
.p-box__terms {
  padding: 30px 10px;
  margin-right: -10px;
  margin-left: -10px;
}
.p-terms__title {
  font-size: 16px;
  font-weight: 600;
  color: #505050;
}
.u-unq-custom2.p-btn .p-btn__btn {
  margin-top: 10px;
}
.u-unq-custom2.p-btn .c-btn__txt {
  font-size: 14px;
}
.p-disclosure {
  margin-top: 0;
}
.p-disclosure__title {
  max-width: 536px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #C6C6C6;
}
.p-disclosure__title::after,
.p-disclosure__title::before {
  right: 10px;
  height: 12px;
  background: #fff;
}
.p-disclosure__titleTxt {
  font-weight: 600;
}
.p-disclosure__titleTxt::after {
  width: 21px;
  height: 21px;
  right: 0;
  background: #FF8200;
}
.p-disclosure__content {
  padding-right: 0;
  padding-left: 0;
}
.c-txt-note__symbol,
.c-txt-note__txt {
  font-size: 12px;
  color: #505050;
}
.p-note{
  background-color: rgba(144,105,63,0.1);
  border-radius: 2px;
  padding: 16px 10px;
  margin-bottom: 30px;
}
.p-note__ttl{
  text-align: center;
  color: #505050;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-note__ttlInr{
  display: inline-block;
  position: relative;
  line-height: 1;
}
.p-note__ttlInr::before,
.p-note__ttlInr::after{
  content: "";
  width: 28px;
  height: 2px;
  background-color: #9A9A9A;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-note__ttlInr::before{
  left: -38px;
}
.p-note__ttlInr::after{
  right: -38px;
}
.p-note__listItem{
  font-size: 14px;
  color: #505050;
  line-height: 1.3;
  padding-left: 15px;
  position: relative;
}
.p-note__listItem:not(:last-of-type){
  margin-bottom: 6px;
}
.p-note__listItem::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9A9A9A;
  position: absolute;
  left: 0;
  top: 4px;
}
.p-note__list.of-detail{
  margin-top: 6px;
}
.of-detail .p-note__listItem{
  font-size: 12px;
}
.of-detail .p-note__listItem::before{
  content: "※";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-unq-radio__title,
  .p-unq-select__title {
    margin: auto 20px 10px 0;
  }
  .p-unq-radio__choice {
    font-size: initial;
  }
  .p-unq-radio__text {
    font-size: 20px;
  }
  .p-unq-radio__text__small {
    font-size: 14px;
  }
  .p-unq-radio__text .c-unq-bold {
    font-size: 18px;
  }
  .p-unq-radio__btn {
    width: calc(100% / 6 - 8px);
    margin-right: 8px;
  }
  .p-unq-radio__btn:nth-of-type(4n) {
    margin-right: 8px;
  }
  .p-unq-radio__btn > input {
    left: 12px;
  }
  .p-unq-radio__label {
    width: 156px;
    padding: 13px 0 12px 17%;
  }
  .p-unq-radio__labelLong .p-unq-radio__text {
    font-size: 14px;
  }
  .p-unq-radio__labelLong .c-unq-bold {
    font-size: 18px;
  }
  .p-unq-radio__licence .p-unq-radio__choice .p-unq-radio__text {
    font-size: 18px;
  }
  .u-unq-longtext .p-unq-radio__btn > input {
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
  }
  .u-unq-longtext .p-unq-radio__label {
    padding: 13px 0 12px 17%;
    text-align: left;
  }
  .p-unq-type .p-unq-radio__btn {
    width: calc((100% - 40px) / 6);
    margin-right: 8px;
  }
  .p-unq-type .p-unq-radio__btn:nth-of-type(2n) {
    margin-right: 8px;
  }
  .p-unq-type .p-unq-radio__btn:last-child {
    margin-right: 0;
  }
  .p-unq-card {
    padding: 47px 47px 40px;
  }
  .p-unq-card::before {
    top: -1.25%;
    left: 46%;
  }
  .p-unq-card::after {
    left: 46%;
  }
  .p-unq-card__inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .p-unq-card__childRight {
    font-size: 15px;
  }
  .p-unq-card__child {
    width: 48%;
  }
  .p-unq-card__child {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #9B9B9B;
    flex-wrap: wrap;
  }
  .p-unq-card__child:last-child {
    margin-top: 0;
  }
  .p-unq-card__price{
    border: none;
    width: 6.8em;
  }
  .p-unq-card__text {
    position: relative;
    bottom: 5px;
    font-size: 18px;
    width: 14.8em;
  }
  .p-unq-select__input > select {
    max-width: 324px;
  }
  .p-unq-select__input > select {
    padding: 14px 0 14px 19px;
  }
  .p-unq-table tr td {
    padding-left: 22px;
  }
  .p-unq-table tbody tr td {
    font-size: 14px;
  }
  .c-unq-bold {
    font-size: 1.6em;
  }
  .c-unq-textalign__center,
  .c-unq-textalign__center .p-unq-radio__btn.p-unq-radio__btn {
    padding: 8px 0;
  }
  .u-unq-custom .p-btn__btn {
    max-width: 536px;
  }
  .u-unq-custom .c-btn__txt {
    font-size: 28px;
  }
  .p-box__terms {
    padding: 30px 0;
    margin: auto;
  }
  .p-btn {
    margin-bottom: 20px;
  }
  .p-terms__title {
    font-size: 20px;
  }
  .u-unq-custom2.p-btn .p-btn__btn {
    padding-left: 10px;
  }
  .u-unq-custom2.p-btn {
    width: 90%;
    margin: auto;
  }
  .p-disclosure__title{
    width: 100%;
    max-width: 100%;
  }
  .p-disclosure__title::after,
  .p-disclosure__title::before {
    right: 9px;
  }
  .p-note{
    padding: 16px 0 21px;
  }
  .p-note__list{
    max-width: 528px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .l-section{
    padding: 0 5.3333vw;
  }
}

@media screen and (max-width: 820px) and (min-width: 768px) {
  .p-unq-card__text {
    position: relative;
  }
}

@media screen and (max-width: 1032px) and (min-width: 768px) {
  .p-unq-card__price {
    width: 100%;
  }
}




/* ------------------------------
  c-anc
------------------------------ */
@media screen and (min-width: 769px) {
  .c-anc{
    padding: 30px 20px 0;
  }
  .c-anc-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #FFF6EB;
    border-radius: 20px;
  }
  .c-anc__bubble{
    width: 354px;
    height: 56px;
    min-width: 354px;
    min-height: 56px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .c-anc__bubble::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230921/bg-anc-bubble-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
  }
  .c-anc__bubble-txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
  }
  .c-anc__bubble-txt--stong{
    font-size: 24px;
    color: #F46700;
  }
  .c-anc__btn{
    width: 660px;
    display: block;
    background-color: #FF8428;
    box-shadow: 0 8px 15px rgba(177,177,177,1);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
  }
  .c-anc__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230921/icon-arrow-bottom-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .c-anc{
    padding: 60px 20px;
  }
  .c-anc-inr{
    margin: 0 auto;
    padding: 35px 15px 35px;
    background-color: #FFF6EB;
    border-radius: 10px;
  }
  .c-anc__bubble{
    width: 259px;
    height: 47px;
    min-width: 259px;
    min-height: 47px;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .c-anc__bubble::before{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230921/bg-anc-bubble-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 57%;
    transform: translate(-50%,-50%);
  }
  .c-anc__bubble-txt{
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
  }
  .c-anc__bubble-txt--stong{
    font-size: 20px;
    color: #F46700;
  }
  .c-anc__btn{
    width: 100%;
    display: block;
    background-color: #FF8428;
    box-shadow: 0 3px 5px rgba(177,177,177,1);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding: 19px 30px 19px 14px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  .c-anc__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230921/icon-arrow-bottom-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* ------------------------------
  tel
------------------------------ */
.c-tel-inr {
  background-color: #F5F5F5;
}
.c-tel-inr-head {
  background-color: #DDDBDB;
}
.c-tel-inr-note-tel-num a{
  color: #FF8200;
}
@media screen and (min-width: 769px) {
  .c-tel {
    padding: 0 20px;
    max-width: 1250px;
    margin: 0 auto;;
  }
  .c-tel-inr {
    max-width: 1250px;
    margin: 0 auto 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .c-tel-inr-head {
    width: 28%;
    position: relative;
    padding: 70px 0;
    text-align: center;
  }
  .c-tel-inr-head::after {
    content: "";
    position: absolute;
    top: 0;
    right: -37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #DDDBDB transparent transparent;
    border-width: 100px 37px 100px 0px;
    transform: rotate(180deg);
  }
  .c-tel-inr-head-txt {
    margin: auto;
    font-size: 21px;
    line-height: 1.4;
    width: fit-content;
    text-align: center;
    color: #414D57;
    font-weight: bold;
  }
  .c-tel-inr-note {
    margin: 28px auto 27px;
    text-align: center;
  }
  .c-tel-inr-note-txt {
    font-size: 26px;
    font-weight: bold;
    color: #414D57;
  }
  .c-tel-inr-note-tel {
    display: flex;
    justify-content: center;
  }
  .c-tel .c-tel-inr-note-tel .c-tel-inr-note-tel-icon {
    width: 45px;
    margin: 15px 12px 20px 0;
  }
  .c-tel-inr-note-tel-num {
    font-size: 60px;
    font-weight: bold;
    color: #F08316;
  }
  .c-tel-inr-note-code-txt {
    margin-top: auto;
    margin-bottom: auto;
  }
  .c-tel-inr-note-code {
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .c-tel-inr-note-code-cid-txt {
    border: solid 1px #414D57;
    margin-left: 35px;
    padding: 5px;
  }
  .c-tel-inr-note-code-cid-txt-no {
   border-left: 1px solid #707070;
   padding-left: 5px;
   margin-left: 5px;
  }
  .c-tel__num{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1250px) and (min-width: 769px) {
  .c-tel {
    padding: 0 1.6vw;
    max-width: 1250px;
    margin: 0 auto;;
  }
  .c-tel-inr {
    max-width: 1250px;
    margin: 0 auto 6.4vw;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .c-tel-inr-head {
    width: 28%;
    position: relative;
    padding: 5.6vw 0;
    text-align: center;
  }
  .c-tel-inr-head::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2.96vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #DDDBDB transparent transparent;
    border-width: 8vw 2.96vw 8vw 0px;
    transform: rotate(180deg);
  }
  .c-tel-inr-head-txt {
    margin: auto;
    font-size: 1.68vw;
    line-height: 1.4;
    width: fit-content;
    text-align: center;
  }
  .c-tel-inr-note {
    margin: 2.239vw auto 2.16vw;
    text-align: center;
  }
  .c-tel-inr-note-txt {
    font-size: 2.239vw;
    font-weight: bold;
    color: #414D57;
  }
  .c-tel-inr-note-tel {
    display: flex;
    justify-content: center;
  }
  .c-tel .c-tel-inr-note-tel .c-tel-inr-note-tel-icon {
    width: 3.599vw;
    margin: 1.2vw 0.96vw 1.6vw 0;
  }
  .c-tel-inr-note-tel-num {
    font-size: 4.8vw;
    font-weight: bold;
    color: #F08316;
  }
  .c-tel-inr-note-code-txt {
    margin-top: auto;
    margin-bottom: auto;
  }
  .c-tel-inr-note-code {
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
  }
  .c-tel-inr-note-code-cid-txt {
    border: solid 1px #414D57;
    margin-left: 2.8vw;
    padding: 0.4vw;
  }
  .c-tel-inr-note-code-cid-txt-no {
   border-left: 1px solid #707070;
   padding-left: 0.4vw;
   margin-left: 0.4vw;
  }
  .c-tel__num{
    font-size: 1.119vw;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    margin-bottom: 1.2vw;
  }
}

@media screen and (max-width: 768px)  {
  .c-tel{
    padding: 0 5.33vw;
  }
  .c-tel-inr{
    width: 100%;
    margin-bottom: 17.142vw ;
  }
  .c-tel-inr-head-txt {
    margin: auto;
    font-size: 3.428vw;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
  }
  .c-tel-inr-note {
    padding: 2.5714vw 3.6vw 6vw;
  }
  .c-tel-inr-note-code-txt {
    margin-top: auto;
    margin-bottom: auto;
  }
  .c-tel-inr-note-txt {
    text-align: center;
    font-size: 4.285vw;
    font-weight: bold;
  }
  .c-tel-inr-note-tel {
    display: flex;
    justify-content: center;
  }
  .c-tel .c-tel-inr-note-tel .c-tel-inr-note-tel-icon {
    width: 6.571vw;
    margin: 2.6vw 1.828vw 3vw 0;
  }
  .c-tel-inr-note-tel-num {
    font-size: 8.571vw;
    font-weight: 500;
    color: #FF8200;
  }
  .c-tel-inr-note-code {
    display: flex;
    justify-content: center;
    font-size: 2.6vw;
  }
  .c-tel-inr-note-code-cid-txt-no {
    font-size: 2.5vw;
  }
  .c-tel-inr-note-code-cid-txt {
    border: solid 1px #414D57;
    margin-left: 1.5714vw;
    padding: 0.6vw 0.5vw;
  }
  .c-tel-inr-note-code-cid-txt-no {
   border-left: 1px solid #707070;
   padding-left: 0.5vw;
   margin-left: 0.5vw;
  }
  .c-tel__num{
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    margin-bottom: 4.5714vw;
  }
}




/* ------------------------------
  c-mov
------------------------------ */
@media screen and (min-width: 769px) {
  .c-mov-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px 0;
  }
  .c-mov__ttl{
    margin-bottom: 55px;
    text-align: center;
  }
  .c-mov__ttl-txt{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-mov__ttl-txt::before,
  .c-mov__ttl-txt::after{
    content: "";
    width: 68px;
    height: 7px;
    background-color: #D2E3EC;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-mov__ttl-txt::before{
    left: -130px;
  }
  .c-mov__ttl-txt::after{
    right: -130px;
  }

  .c-mov__wrap{
    width: 610px;
    margin: 0 auto;
  }
  .c-mov__wrap-thumb{
    margin-bottom: 40px;
  }
  .c-mov__wrap-thumb__img{
    width: 100%;
    display: block;
  }
  .c-mov__wrap-btn{
    width: 610px;
    display: block;
    background-color: #FF8428;
    box-shadow: 0 8px 15px rgba(177,177,177,1);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding: 27px 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
  }
  .c-mov__wrap-btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/240610/icon_popup_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-mov__wrap-btn-link{
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .c-mov-inr{
    padding: 21.3333vw 5.3333vw 0;
  }
  .c-mov__ttl{
    margin-bottom: 8vw;
    text-align: center;
  }
  .c-mov__ttl-txt{
    font-size: 5.8667vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .c-mov__ttl-txt::before,
  .c-mov__ttl-txt::after{
    content: "";
    width: 13.3333vw;
    height: 1.3333vw;
    background-color: #D2E3EC;
    border-radius: 26.6667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-mov__ttl-txt::before{
    left: -18.6667vw;
  }
  .c-mov__ttl-txt::after{
    right: -36.3333vw;
  }

  .c-mov__wrap-thumb{
    margin-bottom: 5.3333vw;
  }
  .c-mov__wrap-thumb__img{
    width: 100%;
    display: block;
  }
  .c-mov__wrap-btn{
    display: block;
    background-color: #FF8428;
    box-shadow: 0 0.8vw 1.3333vw rgba(177,177,177,1);
    border-radius: 2.6667vw;
    color: #fff;
    font-size: 3.4667vw;
    font-weight: bold;
    line-height: 1.2;
    padding: 3.2vw 0;
    margin: 0 4vw;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  .c-mov__wrap-btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/240610/icon_popup_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-mov__wrap-btn-link{
    color: #fff;
  }
}




/* ------------------------------
  c-mov__wrap-dialog
------------------------------ */
.c-mov__wrap-dialog.is-active {
  visibility: visible;
  opacity: 1;
}
.c-mov__wrap-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60PX 10PX 1.25rem;
  visibility: hidden;
  background: rgba(0, 0, 0, .6);
  border: 0;
  opacity: 0;
  transition: .2s visibility ease-out, .2s opacity ease-out;
  box-sizing: border-box;
}
.c-mov__wrap-dialog-bg{
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}
.c-mov__wrap-dialog-inr{
  position: relative;
  width: calc(78.57143% - 20PX);
  max-width: 1100PX;
  max-height: calc(100vh - 80px);
  background: #fff;
}
.c-mov__wrap-dialog-close{
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  width: 47px;
  height: 47px;
  border: solid 1px #333;
  cursor: pointer;
}
.c-mov__wrap-dialog-close::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background: url(/otona/asset/image/icn/close.svg) 0 0 / cover no-repeat;
}
.c-mov__wrap-dialog-close-txt{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.c-mov__wrap-dialog-cont{
  height: 100%;
  max-height: calc(100vh - 80px);
  padding: 39PX 10PX 0;
  overflow: auto;
}
.c-mov__wrap-dialog-cont>:last-child {
  margin-bottom: 39PX;
}
.c-mov-media__inr{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-mov-media__item{
  display: flex;
  max-width: 100%;
  min-height: calc(0%);
  text-align: center;
}
.c-mov-media__item-video{
  margin: 0 auto;
  width: 100vw;
  max-width: 640px;
}
[data-aspect="16:9"] .c-mov-media__item-video-inr {
  padding-top: 56.25%;
}
.c-mov-media__item-video-inr {
  position: relative;
  padding: 0;
  margin: 0 auto;
}
.c-mov-media__item-video-inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

@media screen and (min-width: 769px) {
  .c-mov__wrap-dialog {
    padding-bottom: 50PX;
  }
  .c-mov__wrap-dialog-inr{
    flex-grow: 1;
    max-height: calc(100vh - 160px);
  }
  .c-mov__wrap-dialog-cont{
    max-height: calc(100vh - 160px);
    padding: 3.75rem 30PX 0;
  }
  .c-mov__wrap-dialog-cont>:last-child{
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 768px) {
  .c-mov__wrap-dialog {
    padding-bottom: 50PX;
  }
  .c-mov__wrap-dialog-inr{
    flex-grow: 1;
    max-height: calc(100vh - 160px);
  }
  .c-mov__wrap-dialog-cont{
    max-height: calc(100vh - 160px);
  }
}




/* ------------------------------
  parts_pallete_header.html
------------------------------ */
@media screen and (min-width: 769px) {
  .c-hdr--parts{
    padding: 25px 0;
  }
  .c-hdr--parts .c-hdr__logo{
    max-width: 1243px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .c-hdr--parts .c-hdr__logo{
    max-width: 170px;
    margin: 0 auto;
  }
}




/* ------------------------------
  parts_pallete_kv.html
------------------------------ */
@media screen and (min-width: 769px) {
  .c-kv--parts{
    min-height: 33.0208vw;
  }
  .c-kv--parts .c-kv__pic{
    max-width: 788px;
    max-height: 634px;
    width: 41.0417vw;
    height: 33.0208vw;
    left: auto;
    right: 44%;
  }
  .c-kv--parts .c-kv-inr{
    padding: 1.5104vw 0;
  }
  .c-kv--parts .c-kv__body{
    width: 30.2083vw;
    margin-left: calc(50% + 68px);
  }
  .c-kv--parts .c-kv__body-ttl{
    padding: 1.0417vw 2.5521vw 2.0833vw;
  }
  .c-kv--parts .c-kv__body-ttl-txt{
    width: 25.1042vw;
  }
  .c-kv--parts .c-kv__body-cv{
    padding: 1.0417vw 1.5625vw;
    border-radius: 1.0417vw;
    margin-top: -20px;
  }
}

@media screen and (max-width: 768px) {
  .c-kv--parts{
    height: 127.4667vw;
  }
  .c-kv--parts .c-kv__pic{
    width: 81.3333vw;
    height: 71.4667vw;
    right: 5.3333vw;
    left: auto;
    bottom: 17.8667vw;
  }
  .c-kv--parts .c-kv__body-ttl{
    width: 71.4667vw;
    margin: 0 auto 40.5333vw;
  }
}




/* ------------------------------
  parts_pallete_banner.html
------------------------------ */
@media screen and (min-width: 769px) {
  .p-other-inr{
    max-width: 1250px;
    margin: 0 auto;
    padding: 100px 20px 0;
  }
  .p-other__ttl{
    margin-bottom: 55px;
    text-align: center;
  }
  .p-other__ttl-txt{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .p-other__ttl-txt::before,
  .p-other__ttl-txt::after{
    content: "";
    width: 68px;
    height: 7px;
    background-color: #D2E3EC;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-other__ttl-txt::before{
    left: -130px;
  }
  .p-other__ttl-txt::after{
    right: -130px;
  }

  .p-other__bnr{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .p-other__bnr-item{
    width: calc((100% - 40px) / 5);
  }
  .p-other__txt{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .p-other__btn{
    width: 660px;
    display: block;
    background-color: #FF8428;
    box-shadow: 0 10px 15px rgba(0,0,0,0.16);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    padding: 23px 0;
    margin: 0 auto 100px;
    position: relative;
    letter-spacing: 0.1;
  }
  .p-other__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-other__wrap-bnr{
    width: 610px;
    height: 230px;
    display: block;
    margin: 0 auto 70px;
  }
}

@media screen and (max-width: 768px) {
  .p-other-inr{
    padding: 6.6667vw 5.3333vw 0;
  }
  .p-other__ttl{
    margin-bottom: 5.3333vw;
    text-align: center;
  }
  .p-other__ttl-txt{
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }
  .p-other__ttl-txt::before,
  .p-other__ttl-txt::after{
    content: "";
    width: 50px;
    height: 5px;
    background-color: #D2E3EC;
    border-radius: 26.6667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-other__ttl-txt::before{
    left: -68px;
  }
  .p-other__ttl-txt::after{
    right: -58px;
  }
  .p-other__ttl--3line .p-other__ttl-txt::before{
    left: -50px;
  }
  .p-other__ttl--3line .p-other__ttl-txt::after{
    right: -73px;
  }
  .p-other__ttl-txt--small{
    font-size: 15px;
  }

  .p-other__bnr{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .p-other__bnr-item{
    width: 137px;
    /* margin-right: 20px; */
  }
  .p-other__bnr .slick-slide{
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-other__txt{
    text-align: center;
    font-size: 3.7333vw;
    font-weight: bold;
    margin-bottom: 6.4vw;
  }
  .p-other__btn{
    width: 100%;
    display: block;
    background-color: #FF8428;
    box-shadow: 0 3px 5px rgba(177,177,177,1);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 21px 40px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 72px;
  }
  .p-other__btn::after{
    content: "";
    background-image: url(/otona/ldp/tng/ldp_common/images/230630/icon_arrow_line_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-btn-container {
  max-width: 1250px;
  margin: 0 auto;
}

.c-lead-bnr {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 15px;
}

.c-link-second {
  position: relative;
  font-weight: bold;
}

.c-link-second::after {
  position: absolute;
  top: 50%;
  right: 18%;
  width: 34px;
  height: 13px;
  background: url(/otona/ldp/tng/ldp_common/images/241202/icon-attention.png) no-repeat center / 100% 100% ;
  content: "";
  transform: translateY(-50%);
}

a.link_text {
  display: block;
  max-width: 305px;
  margin: 15px auto 0;
  text-decoration:underline;
  text-align: left;
  font-size: 16px;
}

.link_text + .link_text {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .c-lead-bnr {
    justify-content: center;
    gap: 0;
    padding: 0 20px;
  }

  .c-link-second::after {
    right: 16%;
    width: 9vw;
    height: 3.5vw;
  }

  a.link_text {
    max-width: 60vw;
    margin: 10px auto;
    font-size: 3vw;
  }
}
