@charset "UTF-8";
.c-flex, .c-flex__a, .c-flex__b, .c-flex__c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-flex__a {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.c-flex__b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-flex__c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.products .c-sec {
  margin-bottom: 0
}

.products .c-sec__inner {
  max-width: 1240px
}

.products .c-topicpath .c-topicpath__list li {
  font-size: 1.4rem
}

.c-page .c-topicpath .c-topicpath__list li {
  font-size: 1.4rem
}

.c-page .c-sec__inner {
  max-width: 1240px
}

@media all and (min-width:769px) {
  .c-page .sp {
    display: none!important
  }
  .c-page .pc {
    display: block!important
  }
}

@media all and (max-width:768px) {
  .c-page .pc {
    display: none!important
  }
  .c-page .sp {
    display: block!important
  }
}

.products .c-link__ul>li {
  margin-bottom: 40px;
  padding: 40px 50px 40px 40px;
  border-radius: 20px;
  border: 1px solid #d4e4f2;
  background-color: #fff
}

.products .c-link__ul>li:last-child {
  margin-bottom: 0
}

.products .c-link__ul li .c-photo__box {
  width: 320px
}

.products .c-link__ul li .c-photo__box .pho {
  margin-bottom: 25px;
  border-radius: 16px;
  overflow: hidden
}

.products .c-link__ul li .c-photo__box .c-btn {
  margin-bottom: 0
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__md {
  margin: 0 auto;
  display: block;
  min-width: inherit;
  padding: 12px 10px 13px 10px;
  width: 88%;
  font-size: 1.6rem
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__md span {
  margin: 0;
  font-weight: 900
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__arrow::after {
  right: 22px
}

.products .c-link__ul li .c-text__box {
  width: calc(100% - 368px)
}

.products .c-link__ul li .c-text__box h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.6
}

.products .c-link__ul li .c-text__box p {
  font-size: 1.6rem;
  line-height: 2
}

.products .c-link__ul .c-text__price {
  margin-top: 20px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.products .c-link__ul ul {
  margin-bottom: -24px;
  padding-bottom: 1px
}

.products .c-link__ul li li {
  margin-bottom: 23px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4ebff
}

.products .c-link__ul li li .title {
  width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3792e5;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  background-color: #e4ebff
}

.products .c-link__ul li li .txt__box {
  width: 57.5%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0
}

.products .c-link__ul li li .txt__box p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .08em
}

.products .c-link__ul li li .txt__box .price {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .08em
}

.products .c-link-add__btn {
  margin-top: 0;
  text-align: center
}

.products .c-link-add__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px
}

.products .c-link-add__btn a small {
  color: #3792e5;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: .08em
}

.products .c-link-add__btn a span {
  margin-left: 10px;
  width: 48px;
  height: 48px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  -webkit-filter: drop-shadow(4px 4px 16px rgba(35, 137, 193, .16));
  filter: drop-shadow(4px 4px 16px rgba(35, 137, 193, .16))
}

@media (min-width:1025px) {
  .products .c-link-add__btn a:hover span {
    background: url(/image/common_plus_on2x) no-repeat center center/cover
  }
}

.products .c-link-add__btn.on a span {
  background: url(/image/common_minus2x) no-repeat center center/cover
}

@media (min-width:1025px) {
  .products .c-link-add__btn.on a:hover span {
    background: url(/image/common_minus_on2x) no-repeat center center/cover
  }
}

@media (min-width:768px) and (max-width:1150px) {
  .products .c-link__ul li li .txt__box .price {
    font-size: 1.3rem
  }
}

@media (min-width:768px) and (max-width:1150px) {
  .products .c-link__ul li li .txt__box .price {
    font-size: 1.3rem
  }
}

@media (min-width:769px) and (max-width:896px) {
  .products .c-link__ul>li {
    padding: 20px
  }
  .products .c-link__ul li .c-photo__box {
    width: 280px
  }
  .products .c-link__ul li .c-text__box {
    width: calc(100% - 300px)
  }
}

@media (max-width:768px) {
  .products .c-sec__inner {
    max-width: inherit
  }
  .products .c-mv__gradation {
    padding: 0 20px
  }
  .products .c-topicpath .c-topicpath__list {
    padding: 8px 0
  }
  .products .c-topicpath .c-topicpath__list li {
    font-size: 1.2rem
  }
  .products .c-sec {
    margin: 0;
    padding: 40px 0
  }
  .c-page .c-sec__inner {
    max-width: inherit
  }
  .c-page .c-mv__gradation {
    padding: 0 20px
  }
  .c-page .c-topicpath .c-topicpath__list {
    padding: 8px 0
  }
  .c-page .c-topicpath .c-topicpath__list li {
    font-size: 1.2rem
  }
  .c-page .c-sec {
    margin: 0;
    padding: 40px 0
  }
  .products .c-link__ul>li {
    margin-bottom: 16px;
    padding: 23px 20px;
    border-radius: 12px;
    display: block;
    border: 1px solid #d4e4f2
  }
  .products .c-link__ul>li:last-child {
    margin-bottom: 0
  }
  .products .c-link__ul li .c-photo__box {
    width: auto
  }
  .products .c-link__ul li .pho {
    margin: 18px auto 0;
    width: 77%
  }
  .products .c-link__ul li .c-btn {
    margin-bottom: 0
  }
  .products .c-link__ul li .c-btn .c-btn__md {
    margin: 0 auto;
    display: block;
    min-width: inherit;
    padding: 12px 10px 13px 10px;
    width: 95%;
    font-size: 1.6rem;
    -webkit-box-shadow: 4px 7px 12px 0 rgba(0, 53, 129, .2);
    box-shadow: 4px 7px 12px 0 rgba(0, 53, 129, .2)
  }
  .products .c-link__ul li .c-btn .c-btn__md span {
    margin: 0;
    font-weight: 900
  }
  .products .c-link__ul li .c-btn .c-btn__arrow::after {
    width: 16px;
    right: 25px
  }
  .products .c-link__ul li .c-text__box {
    width: auto
  }
  .products .c-link__ul li .c-text__box h2 {
    margin-bottom: 6px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.65
  }
  .products .c-link__ul li .c-text__box p {
    font-size: 1.4rem;
    line-height: 1.59
  }
  .products .c-link__ul .c-text__price {
    margin: 16px 0 5px
  }
  .products .c-link__ul ul {
    margin-bottom: 0
  }
  .products .c-link__ul li li {
    margin-bottom: 20px;
    border-radius: 12px
  }
  .products .c-link__ul li li>div {
    display: block
  }
  .products .c-link__ul li li .title {
    width: auto;
    font-size: 1.4rem;
    height: 64px
  }
  .products .c-link__ul li li .txt__box {
    padding: 10px 0;
    width: auto;
    height: auto;
    display: block
  }
  .products .c-link__ul li li .txt__box p {
    font-size: 1.2rem;
    letter-spacing: .05em
  }
  .products .c-link__ul li li .txt__box .price {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0
  }
  .products .c-link-add__btn {
    margin: -20px 0 15px
  }
  .products .c-link-add__btn a {
    font-size: 1.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .products .c-link-add__btn a small {
    font-size: 1.4rem
  }
  .products .c-link-add__btn a span {
    margin-left: 5px;
    width: 32px;
    height: 32px
  }
}

.company_info .c-sec {
  margin-bottom: 0
}

.company_info h2 {
  margin-bottom: 36px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: .08em
}

.company_info .company__table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d4e4f2
}

.company_info .company__table table {
  margin-top: 0;
  border-bottom: none
}

.company_info .company__table td, .company_info .company__table th {
  padding: 35px 10px 37px;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d4e4f2
}

.company_info .company__table tr:last-child td, .company_info .company__table tr:last-child th {
  border-bottom: none
}

.company_info .company__table th {
  padding-left: 4.5%;
  font-weight: 900;
  width: 15%
}

.company_info .company__table td .company__morgin01 {
  display: block
}

.company_info .company__table td a:not(.tel) {
  font-size: 1.8rem;
  color: #3792e5
}

.company_info .company__table td a:not(.tel):hover {
  text-decoration: underline
}

.company_info .company__table td a {
  line-height: 1.8
}

.company_info .company__table td a.link__def[target="_blank"] {
  padding-right: 24px
}

.company_info .company__table td a.link__def[target="_blank"]:not(.link__pdf)::after {
  background-size: 16px;
  width: 17px;
  height: 17px
}

.company_info .company__table td ul li {
  margin-bottom: 11px;
  font-size: 1.8rem
}

.company_info .company__table td ul li span {
  display: inline-block
}

.company_info .company__table td .company-ul__box .company-text__ul {
  display: inline-block;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle
}

.company_info .company__table td .company-ul__box .company-text__ul01 {
  width: 59%;
  vertical-align: middle
}

.company_info .company__table td ul li .company__txt01 {
  width: 45.5%
}

.company_info .company__table td ul li .company__txt02 {
  width: 36%
}

.company_info .company__table td ul li .company__txt03 {
  width: 50.5%
}

.company_info .company__table td ul li .company__txt04 {
  width: 30%
}

.company_info .company__table td .note {
  margin-top: 16px;
  color: #6e6e6e;
  font-size: 1.4rem;
  line-height: 2.2
}

.company_info .company__table td .note li {
  margin-bottom: 0;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 1.4rem;
  line-height: 2
}

.company_info .company__table td .note__ul {
  margin-top: 0
}

.company_info .c-common-table td, .company_info .c-common-table th {
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem
}

.company_info .c-common-table th {
  width: 18.5%;
  font-weight: 900;
  text-align: center
}

.company_info .c-common-table td {
  width: 81.5%;
  padding: 40px 50px;
  background-color: #fff
}

.company_info .c-common-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem
}

.company_info .c-common-table td ul li:last-child {
  margin-bottom: 0
}

@media (min-width:769px) and (max-width:1200px) {
  .company_info .company__table th {
    width: 20%
  }
  .company_info .company__table td {
    width: 80%
  }
  .company_info .company__table td .company-ul__box .company-text__ul {
    margin-bottom: 25px;
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 {
    margin-bottom: 0;
    width: auto
  }
  .company_info .company__table td ul li .company__txt01 {
    margin-right: 30px;
    width: auto
  }
  .company_info .company__table td ul li .company__txt02 {
    width: auto
  }
  .company_info .company__table td ul li .company__txt03 {
    margin-bottom: 3px;
    width: auto;
    display: block
  }
  .company_info .company__table td ul li .company__txt04 {
    display: block;
    width: auto
  }
}

@media (max-width:768px) {
  .company_info .overview_sec {
    padding-bottom: 100px
  }
  .company_info h2 {
    margin-bottom: 19px;
    font-size: 1.8rem;
    letter-spacing: .08em
  }
  .company_info .company__table {
    border-radius: 13px
  }
  .company_info .company__table table {
    margin-top: 0;
    border-bottom: none
  }
  .company_info .company__table td, .company_info .company__table th {
    padding: 20px 20px;
    border: none;
    width: 100%;
    display: block;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 1.6rem;
    line-height: 1.75
  }
  .company_info .company__table tr:last-child td, .company_info .company__table tr:last-child th {
    border-bottom: none
  }
  .company_info .company__table th {
    padding-bottom: 0;
    color: #2a2a2a;
    font-weight: 900;
    border-bottom: none
  }
  .company_info .company__table td {
    padding-top: 4px;
    border-bottom: 1px solid #d4e4f2
  }
  .company_info .company__table td .company__morgin01 {
    margin-bottom: 4px;
    display: block
  }
  .company_info .company__table td a:not(.tel) {
    font-size: 1.6rem;
    color: #3792e5
  }
  .company_info .company__table td a {
    line-height: 1.8
  }
  .company_info .company__table td a.link__def[target="_blank"] {
    padding-right: 24px
  }
  .company_info .company__table td a.link__def[target="_blank"]:not(.link__pdf)::after {
    background-size: 16px;
    width: 17px;
    height: 17px
  }
  .company_info .company__table td ul li {
    margin-bottom: 3px;
    font-size: 1.6rem
  }
  .company_info .company__table td .company-ul__box .company-text__ul {
    margin-bottom: 25px;
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 {
    margin-bottom: 0;
    width: auto
  }
  .company_info .company__table td ul li .company__txt01 {
    margin-right: 16px;
    width: auto
  }
  .company_info .company__table td ul li .company__txt02 {
    width: auto
  }
  .company_info .company__table td ul li .company__txt03 {
    margin-bottom: 3px;
    width: auto;
    display: block
  }
  .company_info .company__table td ul li .company__txt04 {
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 li {
    margin-bottom: 3px
  }
  .company_info .company__table td .note {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .company_info .company__table td .note li {
    margin-bottom: 0;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .company_info table tr:nth-child(2n+1), table tr:nth-child(2n) {
    background: 0 0
  }
  .company_info .c-common-table tr:first-child th {
    border-radius: 13px 0 0 0
  }
  .company_info .c-common-table tr:first-child td:last-child {
    border-radius: 0 13px 0 0
  }
  .company_info .company__table td .note__ul {
    margin-top: 0
  }
  .company_info .c-common-table td, .company_info .c-common-table th {
    padding: 18px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem
  }
  .company_info .c-common-table th {
    width: 33%;
    font-weight: 900;
    text-align: left;
    line-height: 1.65
  }
  .company_info .c-common-table td {
    width: 67%;
    padding: 18px 10px
  }
  .company_info .c-common-table td ul li {
    font-size: 1.4rem;
    line-height: 1.65
  }
  .company_info .c-common-table td ul li:last-child {
    margin-bottom: 0
  }
}

.c-faq__page .overview_sec {
  margin-bottom: 0
}

.c-faq__page .c-sec {
  padding-top: 45px
}

.c-faq__page .c-menubox__text {
  font-size: 1.8rem;
  font-weight: 900
}

.c-faq__page .c-menubox a {
  padding: 16px 18px 38px
}

.c-faq__page .link__ul {
  margin-bottom: 97px
}

.c-faq__page h2 {
  margin-bottom: 38px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.c-faq__page h3 {
  margin-bottom: 38px;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.c-faq__box {
  margin-bottom: 80px
}

.c-faq__box:last-child {
  margin-bottom: 0
}

.c-faq-dl {
  margin-bottom: 42px;
  border-radius: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
  background-color: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569)
}

.c-faq-dl dt {
  margin-bottom: 0;
  border-radius: 16px;
  cursor: pointer;
  background-color: #fff
}

.c-faq-dl dt.on {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569)
}

.c-faq-dl dt {
  padding: 20px 30px;
  min-height: 88px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-faq-dl dd {
  padding: 22px 40px 32px;
  display: none
}

.c-faq-dl dd>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-faq-dl dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 48px;
  height: 48px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  content: '';
  -webkit-filter: drop-shadow(4px 4px 16px #2389c1);
  filter: drop-shadow(4px 4px 16px #2389c1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width:1025px) {
  .c-faq-dl dt:hover::after {
    background: url(/image/common_plus_on2x) no-repeat center center/cover;
    -webkit-filter: drop-shadow(2px 2px 6px #003581);
    filter: drop-shadow(2px 2px 6px #003581)
  }
}

.c-faq-dl dt.on::after {
  background: url(/image/common_minus2x) no-repeat center center/cover
}

@media (min-width:1025px) {
  .c-faq-dl dt.on:hover::after {
    background: url(/image/common_minus_on2x) no-repeat center center/cover
  }
}

.c-faq-dl span {
  display: block
}

.c-faq-dl .c-faq-en {
  width: 50px;
  color: #3792e5;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Roboto, sans-serif
}

.c-faq-dl .c-faq-jp {
  width: calc(100% - 110px);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .04em
}

.c-faq-dl dd .c-faq-en {
  padding-top: 7px;
  width: 40px
}

.c-faq-dl dd .c-faq-jp {
  width: calc(100% - 50px);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2
}

.c-faq__page .faq-inq {
  margin-top: 35px
}

.c-faq__page .faq-inq-text {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center
}

@media (max-width:768px) {
  .c-faq__page .overview_sec {
    margin-bottom: 0
  }
  .c-faq__page .c-sec {
    padding-top: 20px
  }
  .c-faq__page .c-menubox__text {
    font-size: 1.4rem;
    line-height: 1.6
  }
  .c-faq__page .link__ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .c-faq__page .flex.flex__col-4 .flex__item {
    margin: 0 0 17px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%
  }
  .c-faq__page .c-menubox a {
    padding: 15px 18px 30px;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06)
  }
  .c-faq__page .c-menubox a::after {
    bottom: 13px
  }
  .c-faq__page .link__ul {
    margin-bottom: 32px
  }
  .c-faq__page h2 {
    margin-bottom: 18px;
    font-size: 1.8rem
  }
  .c-faq__page h3 {
    margin-bottom: 18px;
    font-size: 1.8rem
  }
  .c-faq__box {
    margin-bottom: 45px
  }
  .c-faq-dl {
    margin-bottom: 16px;
    border-radius: 16px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .7)
  }
  .c-faq-dl dt {
    margin-bottom: 0;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px 0 rgba(35, 137, 193, .121569);
    box-shadow: 0 6px 6px 0 rgba(35, 137, 193, .121569)
  }
  .c-faq-dl dt {
    padding: 18px 20px 22px;
    min-height: 88px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .c-faq-dl dd {
    padding: 12px 20px 16px
  }
  .c-faq-dl dt::after {
    right: 10px;
    width: 32px;
    height: 32px
  }
  .c-faq-dl .c-faq-en {
    margin-top: 3px;
    width: 30px;
    font-size: 1.6rem;
    font-family: Roboto, sans-serif
  }
  .c-faq-dl .c-faq-jp {
    width: calc(100% - 60px);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0
  }
  .c-faq-dl dd .c-faq-en {
    padding-top: 0;
    width: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center
  }
  .c-faq-dl dd .c-faq-jp {
    width: calc(100% - 30px);
    font-size: 1.2rem;
    line-height: 1.6
  }
  .c-faq__page .faq-inq {
    margin-top: 20px
  }
  .c-faq__page .faq-inq-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.55
  }
  .c-faq__page .c-mv__gradation {
    height: 180px;
    padding-bottom: 20px
  }
  .c-faq__page .c-tab__ul li {
    width: 47%
  }
  .c-faq__page .c-tab__ul li:nth-child(2) {
    margin-right: 0
  }
}

.c-faq__page .js-tabfix.is-fixed {
  position: fixed;
  top: 0
}

@media (max-width:1024px) {
  .c-faq__page .js-tabfix.is-fixed {
    position: fixed;
    top: 52px
  }
}

.c-faq__page .c-bg__blue {
  margin-bottom: 80px;
  padding: 75px 0 88px;
  background-color: #f2f5fd
}

.c-faq__page .c-menubox__text {
  font-size: 1.8rem;
  font-weight: 900
}

.c-faq__page .c-menubox {
  -ms-flex-preferred-size: 34%!important;
  flex-basis: 34%!important;
  width: 34%!important;
  max-width: 34%!important
}

.c-faq__page .c-menubox a {
  padding: 16px 18px 38px;
  -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 53, 129, .1);
  box-shadow: 4px 4px 10px 4px rgba(0, 53, 129, .1)
}

.c-faq__page .c-menubox a:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-faq__page .c-menubox a::after {
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 12px;
  bottom: 14px;
  left: calc(50% - 12px);
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/image/common_icon_arrow) no-repeat center center;
  content: ""
}

.c-faq__page .link__ul {
  margin-bottom: 108px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-faq__page .tab__ul {
  padding-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-faq__page .is-fixed .tab__ul {
  padding-top: 15px
}

.c-faq__page .tab__ul li {
  margin: 0 1.2%;
  width: 40%;
  text-align: center
}

.c-faq__page .tab__ul li a {
  padding: 23px;
  display: block;
  width: 100%;
  height: 100%;
  color: #3792e5;
  font-size: 2.2rem;
  font-weight: 900;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-faq__page .tab__ul li a:hover, .c-faq__page .tab__ul li.on a {
  color: #fff;
  background-color: #3792e5;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.c-faq__page .c-sec__border {
  border-bottom: 4px solid #d4e4f2
}

@media (min-width:769px) and (max-width:830px) {
  .c-faq__page .tab__ul li a {
    font-size: 2rem
  }
  .c-faq__page .c-menubox a {
    height: 104px
  }
}

@media (max-width:768px) {
  .c-faq__page .c-menubox__text {
    font-size: 1.4rem
  }
  .c-faq__page .link__ul {
    margin: 0 -7px 43px
  }
  .c-faq__page .c-menubox {
    margin: 0 7px;
    -ms-flex-preferred-size: 47%!important;
    flex-basis: 47%!important;
    width: 47%!important;
    max-width: 47%!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .c-faq__page .c-menubox a {
    padding: 20px 18px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07);
    box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07)
  }
  .c-faq__page .c-menubox a::after {
    bottom: 13px
  }
  .c-faq__page .tab__ul {
    padding-top: 25px
  }
  .c-faq__page .tab__ul li {
    margin: 0 5% 0 0;
    width: 47%
  }
  .c-faq__page .tab__ul li:nth-child(2) {
    margin-right: 0
  }
  .c-faq__page .tab__ul li a {
    padding: 13px 5px;
    font-size: 1.4rem;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
  }
  .c-faq__page .tab__ul li a:hover, .c-faq__page .tab__ul li.on a {
    margin-top: -4px;
    padding: 15px 5px
  }
}

.c-flex, .c-flex__a, .c-flex__b, .c-flex__c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-flex__a {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.c-flex__b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-flex__c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.products .c-sec {
  margin-bottom: 0
}

.products .c-sec__inner {
  max-width: 1240px
}

.products .c-topicpath .c-topicpath__list li {
  font-size: 1.4rem
}

.c-page .c-topicpath .c-topicpath__list li {
  font-size: 1.4rem
}

.c-page .c-sec__inner {
  max-width: 1240px
}

@media all and (min-width:769px) {
  .c-page .sp {
    display: none!important
  }
  .c-page .pc {
    display: block!important
  }
}

@media all and (max-width:768px) {
  .c-page .pc {
    display: none!important
  }
  .c-page .sp {
    display: block!important
  }
}

.products .c-link__ul>li {
  margin-bottom: 40px;
  padding: 40px 50px 40px 40px;
  border-radius: 20px;
  border: 1px solid #d4e4f2;
  background-color: #fff
}

.products .c-link__ul>li:last-child {
  margin-bottom: 0
}

.products .c-link__ul li .c-photo__box {
  width: 320px
}

.products .c-link__ul li .c-photo__box .pho {
  margin-bottom: 25px;
  border-radius: 16px;
  overflow: hidden
}

.products .c-link__ul li .c-photo__box .c-btn {
  margin-bottom: 0
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__md {
  margin: 0 auto;
  display: block;
  min-width: inherit;
  padding: 12px 10px 13px 10px;
  width: 88%;
  font-size: 1.6rem
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__md span {
  margin: 0;
  font-weight: 900
}

.products .c-link__ul li .c-photo__box .c-btn .c-btn__arrow::after {
  right: 22px
}

.products .c-link__ul li .c-text__box {
  width: calc(100% - 368px)
}

.products .c-link__ul li .c-text__box h2 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .07em;
  line-height: 1.6
}

.products .c-link__ul li .c-text__box p {
  font-size: 1.6rem;
  line-height: 2
}

.products .c-link__ul .c-text__price {
  margin-top: 20px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.products .c-link__ul ul {
  margin-bottom: -24px;
  padding-bottom: 1px
}

.products .c-link__ul li li {
  margin-bottom: 23px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e4ebff
}

.products .c-link__ul li li .title {
  width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3792e5;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  background-color: #e4ebff
}

.products .c-link__ul li li .txt__box {
  width: 57.5%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0
}

.products .c-link__ul li li .txt__box p {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .08em
}

.products .c-link__ul li li .txt__box .price {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: .08em
}

.products .c-link-add__btn {
  margin-top: 0;
  text-align: center
}

.products .c-link-add__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px
}

.products .c-link-add__btn a small {
  color: #3792e5;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: .08em
}

.products .c-link-add__btn a span {
  margin-left: 10px;
  width: 48px;
  height: 48px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  -webkit-filter: drop-shadow(4px 4px 16px rgba(35, 137, 193, .16));
  filter: drop-shadow(4px 4px 16px rgba(35, 137, 193, .16))
}

@media (min-width:1025px) {
  .products .c-link-add__btn a:hover span {
    background: url(/image/common_plus_on2x) no-repeat center center/cover
  }
}

.products .c-link-add__btn.on a span {
  background: url(/image/common_minus2x) no-repeat center center/cover
}

@media (min-width:1025px) {
  .products .c-link-add__btn.on a:hover span {
    background: url(/image/common_minus_on2x) no-repeat center center/cover
  }
}

@media (min-width:768px) and (max-width:1150px) {
  .products .c-link__ul li li .txt__box .price {
    font-size: 1.3rem
  }
}

@media (min-width:768px) and (max-width:1150px) {
  .products .c-link__ul li li .txt__box .price {
    font-size: 1.3rem
  }
}

@media (min-width:769px) and (max-width:896px) {
  .products .c-link__ul>li {
    padding: 20px
  }
  .products .c-link__ul li .c-photo__box {
    width: 280px
  }
  .products .c-link__ul li .c-text__box {
    width: calc(100% - 300px)
  }
}

@media (max-width:768px) {
  .products .c-sec__inner {
    max-width: inherit
  }
  .products .c-mv__gradation {
    padding: 0 20px
  }
  .products .c-topicpath .c-topicpath__list {
    padding: 8px 0
  }
  .products .c-topicpath .c-topicpath__list li {
    font-size: 1.2rem
  }
  .products .c-sec {
    margin: 0;
    padding: 40px 0
  }
  .c-page .c-sec__inner {
    max-width: inherit
  }
  .c-page .c-mv__gradation {
    padding: 0 20px
  }
  .c-page .c-topicpath .c-topicpath__list {
    padding: 8px 0
  }
  .c-page .c-topicpath .c-topicpath__list li {
    font-size: 1.2rem
  }
  .c-page .c-sec {
    margin: 0;
    padding: 40px 0
  }
  .products .c-link__ul>li {
    margin-bottom: 16px;
    padding: 23px 20px;
    border-radius: 12px;
    display: block;
    border: 1px solid #d4e4f2
  }
  .products .c-link__ul>li:last-child {
    margin-bottom: 0
  }
  .products .c-link__ul li .c-photo__box {
    width: auto
  }
  .products .c-link__ul li .pho {
    margin: 18px auto 0;
    width: 77%
  }
  .products .c-link__ul li .c-btn {
    margin-bottom: 0
  }
  .products .c-link__ul li .c-btn .c-btn__md {
    margin: 0 auto;
    display: block;
    min-width: inherit;
    padding: 12px 10px 13px 10px;
    width: 95%;
    font-size: 1.6rem;
    -webkit-box-shadow: 4px 7px 12px 0 rgba(0, 53, 129, .2);
    box-shadow: 4px 7px 12px 0 rgba(0, 53, 129, .2)
  }
  .products .c-link__ul li .c-btn .c-btn__md span {
    margin: 0;
    font-weight: 900
  }
  .products .c-link__ul li .c-btn .c-btn__arrow::after {
    width: 16px;
    right: 25px
  }
  .products .c-link__ul li .c-text__box {
    width: auto
  }
  .products .c-link__ul li .c-text__box h2 {
    margin-bottom: 6px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.65
  }
  .products .c-link__ul li .c-text__box p {
    font-size: 1.4rem;
    line-height: 1.59
  }
  .products .c-link__ul .c-text__price {
    margin: 16px 0 5px
  }
  .products .c-link__ul ul {
    margin-bottom: 0
  }
  .products .c-link__ul li li {
    margin-bottom: 20px;
    border-radius: 12px
  }
  .products .c-link__ul li li>div {
    display: block
  }
  .products .c-link__ul li li .title {
    width: auto;
    font-size: 1.4rem;
    height: 64px
  }
  .products .c-link__ul li li .txt__box {
    padding: 10px 0;
    width: auto;
    height: auto;
    display: block
  }
  .products .c-link__ul li li .txt__box p {
    font-size: 1.2rem;
    letter-spacing: .05em
  }
  .products .c-link__ul li li .txt__box .price {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0
  }
  .products .c-link-add__btn {
    margin: -20px 0 15px
  }
  .products .c-link-add__btn a {
    font-size: 1.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .products .c-link-add__btn a small {
    font-size: 1.4rem
  }
  .products .c-link-add__btn a span {
    margin-left: 5px;
    width: 32px;
    height: 32px
  }
}

.company_info .c-sec {
  margin-bottom: 0
}

.company_info h2 {
  margin-bottom: 36px;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: .08em
}

.company_info .company__table {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d4e4f2
}

.company_info .company__table table {
  margin-top: 0;
  border-bottom: none
}

.company_info .company__table td, .company_info .company__table th {
  padding: 35px 10px 37px;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d4e4f2
}

.company_info .company__table tr:last-child td, .company_info .company__table tr:last-child th {
  border-bottom: none
}

.company_info .company__table th {
  padding-left: 4.5%;
  font-weight: 900;
  width: 15%
}

.company_info .company__table td .company__morgin01 {
  display: block
}

.company_info .company__table td a:not(.tel) {
  font-size: 1.8rem;
  color: #3792e5
}

.company_info .company__table td a:not(.tel):hover {
  text-decoration: underline
}

.company_info .company__table td a {
  line-height: 1.8
}

.company_info .company__table td a.link__def[target="_blank"] {
  padding-right: 24px
}

.company_info .company__table td a.link__def[target="_blank"]:not(.link__pdf)::after {
  background-size: 16px;
  width: 17px;
  height: 17px
}

.company_info .company__table td ul li {
  margin-bottom: 11px;
  font-size: 1.8rem
}

.company_info .company__table td ul li span {
  display: inline-block
}

.company_info .company__table td .company-ul__box .company-text__ul {
  display: inline-block;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle
}

.company_info .company__table td .company-ul__box .company-text__ul01 {
  width: 59%;
  vertical-align: middle
}

.company_info .company__table td ul li .company__txt01 {
  width: 45.5%
}

.company_info .company__table td ul li .company__txt02 {
  width: 36%
}

.company_info .company__table td ul li .company__txt03 {
  width: 50.5%
}

.company_info .company__table td ul li .company__txt04 {
  width: 30%
}

.company_info .company__table td .note {
  margin-top: 16px;
  color: #6e6e6e;
  font-size: 1.4rem;
  line-height: 2.2
}

.company_info .company__table td .note li {
  margin-bottom: 0;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 1.4rem;
  line-height: 2
}

.company_info .company__table td .note__ul {
  margin-top: 0
}

.company_info .c-common-table td, .company_info .c-common-table th {
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem
}

.company_info .c-common-table th {
  width: 18.5%;
  font-weight: 900;
  text-align: center
}

.company_info .c-common-table td {
  width: 81.5%;
  padding: 40px 50px;
  background-color: #fff
}

.company_info .c-common-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem
}

.company_info .c-common-table td ul li:last-child {
  margin-bottom: 0
}

@media (min-width:769px) and (max-width:1200px) {
  .company_info .company__table th {
    width: 20%
  }
  .company_info .company__table td {
    width: 80%
  }
  .company_info .company__table td .company-ul__box .company-text__ul {
    margin-bottom: 25px;
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 {
    margin-bottom: 0;
    width: auto
  }
  .company_info .company__table td ul li .company__txt01 {
    margin-right: 30px;
    width: auto
  }
  .company_info .company__table td ul li .company__txt02 {
    width: auto
  }
  .company_info .company__table td ul li .company__txt03 {
    margin-bottom: 3px;
    width: auto;
    display: block
  }
  .company_info .company__table td ul li .company__txt04 {
    display: block;
    width: auto
  }
}

@media (max-width:768px) {
  .company_info .overview_sec {
    padding-bottom: 100px
  }
  .company_info h2 {
    margin-bottom: 19px;
    font-size: 1.8rem;
    letter-spacing: .08em
  }
  .company_info .company__table {
    border-radius: 13px
  }
  .company_info .company__table table {
    margin-top: 0;
    border-bottom: none
  }
  .company_info .company__table td, .company_info .company__table th {
    padding: 20px 20px;
    border: none;
    width: 100%;
    display: block;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 1.6rem;
    line-height: 1.75
  }
  .company_info .company__table tr:last-child td, .company_info .company__table tr:last-child th {
    border-bottom: none
  }
  .company_info .company__table th {
    padding-bottom: 0;
    color: #2a2a2a;
    font-weight: 900;
    border-bottom: none
  }
  .company_info .company__table td {
    padding-top: 4px;
    border-bottom: 1px solid #d4e4f2
  }
  .company_info .company__table td .company__morgin01 {
    margin-bottom: 4px;
    display: block
  }
  .company_info .company__table td a:not(.tel) {
    font-size: 1.6rem;
    color: #3792e5
  }
  .company_info .company__table td a {
    line-height: 1.8
  }
  .company_info .company__table td a.link__def[target="_blank"] {
    padding-right: 24px
  }
  .company_info .company__table td a.link__def[target="_blank"]:not(.link__pdf)::after {
    background-size: 16px;
    width: 17px;
    height: 17px
  }
  .company_info .company__table td ul li {
    margin-bottom: 3px;
    font-size: 1.6rem
  }
  .company_info .company__table td .company-ul__box .company-text__ul {
    margin-bottom: 25px;
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 {
    margin-bottom: 0;
    width: auto
  }
  .company_info .company__table td ul li .company__txt01 {
    margin-right: 16px;
    width: auto
  }
  .company_info .company__table td ul li .company__txt02 {
    width: auto
  }
  .company_info .company__table td ul li .company__txt03 {
    margin-bottom: 3px;
    width: auto;
    display: block
  }
  .company_info .company__table td ul li .company__txt04 {
    display: block;
    width: auto
  }
  .company_info .company__table td .company-ul__box .company-text__ul01 li {
    margin-bottom: 3px
  }
  .company_info .company__table td .note {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .company_info .company__table td .note li {
    margin-bottom: 0;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .company_info table tr:nth-child(2n+1), table tr:nth-child(2n) {
    background: 0 0
  }
  .company_info .c-common-table tr:first-child th {
    border-radius: 13px 0 0 0
  }
  .company_info .c-common-table tr:first-child td:last-child {
    border-radius: 0 13px 0 0
  }
  .company_info .company__table td .note__ul {
    margin-top: 0
  }
  .company_info .c-common-table td, .company_info .c-common-table th {
    padding: 18px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem
  }
  .company_info .c-common-table th {
    width: 33%;
    font-weight: 900;
    text-align: left;
    line-height: 1.65
  }
  .company_info .c-common-table td {
    width: 67%;
    padding: 18px 10px
  }
  .company_info .c-common-table td ul li {
    font-size: 1.4rem;
    line-height: 1.65
  }
  .company_info .c-common-table td ul li:last-child {
    margin-bottom: 0
  }
}

.c-faq__page .overview_sec {
  margin-bottom: 0
}

.c-faq__page .c-sec {
  padding-top: 45px
}

.c-faq__page .c-menubox__text {
  font-size: 1.8rem;
  font-weight: 900
}

.c-faq__page .c-menubox a {
  padding: 16px 18px 38px
}

.c-faq__page .link__ul {
  margin-bottom: 97px
}

.c-faq__page h2 {
  margin-bottom: 38px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.c-faq__page h3 {
  margin-bottom: 38px;
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.c-faq__box {
  margin-bottom: 80px
}

.c-faq__box:last-child {
  margin-bottom: 0
}

.c-faq-dl {
  margin-bottom: 42px;
  border-radius: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
  background-color: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569)
}

.c-faq-dl dt {
  margin-bottom: 0;
  border-radius: 16px;
  cursor: pointer;
  background-color: #fff
}

.c-faq-dl dt.on {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .121569)
}

.c-faq-dl dt {
  padding: 20px 30px;
  min-height: 88px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-faq-dl dd {
  padding: 22px 40px 32px;
  display: none
}

.c-faq-dl dd>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-faq-dl dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 48px;
  height: 48px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  content: '';
  -webkit-filter: drop-shadow(4px 4px 16px #2389c1);
  filter: drop-shadow(4px 4px 16px #2389c1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width:1025px) {
  .c-faq-dl dt:hover::after {
    background: url(/image/common_plus_on2x) no-repeat center center/cover;
    -webkit-filter: drop-shadow(2px 2px 6px #003581);
    filter: drop-shadow(2px 2px 6px #003581)
  }
}

.c-faq-dl dt.on::after {
  background: url(/image/common_minus2x) no-repeat center center/cover
}

@media (min-width:1025px) {
  .c-faq-dl dt.on:hover::after {
    background: url(/image/common_minus_on2x) no-repeat center center/cover
  }
}

.c-faq-dl span {
  display: block
}

.c-faq-dl .c-faq-en {
  width: 50px;
  color: #3792e5;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Roboto, sans-serif
}

.c-faq-dl .c-faq-jp {
  width: calc(100% - 110px);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .04em
}

.c-faq-dl dd .c-faq-en {
  padding-top: 7px;
  width: 40px
}

.c-faq-dl dd .c-faq-jp {
  width: calc(100% - 50px);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2
}

.c-faq__page .faq-inq {
  margin-top: 35px
}

.c-faq__page .faq-inq-text {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center
}

@media (max-width:768px) {
  .c-faq__page .overview_sec {
    margin-bottom: 0
  }
  .c-faq__page .c-sec {
    padding-top: 20px
  }
  .c-faq__page .c-menubox__text {
    font-size: 1.4rem;
    line-height: 1.6
  }
  .c-faq__page .link__ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .c-faq__page .flex.flex__col-4 .flex__item {
    margin: 0 0 17px;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%
  }
  .c-faq__page .c-menubox a {
    padding: 15px 18px 30px;
    border-radius: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06)
  }
  .c-faq__page .c-menubox a::after {
    bottom: 13px
  }
  .c-faq__page .link__ul {
    margin-bottom: 32px
  }
  .c-faq__page h2 {
    margin-bottom: 18px;
    font-size: 1.8rem
  }
  .c-faq__page h3 {
    margin-bottom: 18px;
    font-size: 1.8rem
  }
  .c-faq__box {
    margin-bottom: 45px
  }
  .c-faq-dl {
    margin-bottom: 16px;
    border-radius: 16px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .7)
  }
  .c-faq-dl dt {
    margin-bottom: 0;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px 0 rgba(35, 137, 193, .121569);
    box-shadow: 0 6px 6px 0 rgba(35, 137, 193, .121569)
  }
  .c-faq-dl dt {
    padding: 18px 20px 22px;
    min-height: 88px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .c-faq-dl dd {
    padding: 12px 20px 16px
  }
  .c-faq-dl dt::after {
    right: 10px;
    width: 32px;
    height: 32px
  }
  .c-faq-dl .c-faq-en {
    margin-top: 3px;
    width: 30px;
    font-size: 1.6rem;
    font-family: Roboto, sans-serif
  }
  .c-faq-dl .c-faq-jp {
    width: calc(100% - 60px);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0
  }
  .c-faq-dl dd .c-faq-en {
    padding-top: 0;
    width: 30px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center
  }
  .c-faq-dl dd .c-faq-jp {
    width: calc(100% - 30px);
    font-size: 1.2rem;
    line-height: 1.6
  }
  .c-faq__page .faq-inq {
    margin-top: 20px
  }
  .c-faq__page .faq-inq-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.55
  }
  .c-faq__page .c-mv__gradation {
    height: 180px;
    padding-bottom: 20px
  }
  .c-faq__page .c-tab__ul li {
    width: 47%
  }
  .c-faq__page .c-tab__ul li:nth-child(2) {
    margin-right: 0
  }
}

.c-faq__page .js-tabfix.is-fixed {
  position: fixed;
  top: 0
}

@media (max-width:1024px) {
  .c-faq__page .js-tabfix.is-fixed {
    position: fixed;
    top: 52px
  }
}

.c-faq__page .c-bg__blue {
  margin-bottom: 80px;
  padding: 75px 0 88px;
  background-color: #f2f5fd
}

.c-faq__page .c-menubox__text {
  font-size: 1.8rem;
  font-weight: 900
}

.c-faq__page .c-menubox {
  -ms-flex-preferred-size: 34%!important;
  flex-basis: 34%!important;
  width: 34%!important;
  max-width: 34%!important
}

.c-faq__page .c-menubox a {
  padding: 16px 18px 38px;
  -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 53, 129, .1);
  box-shadow: 4px 4px 10px 4px rgba(0, 53, 129, .1)
}

.c-faq__page .c-menubox a:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-faq__page .c-menubox a::after {
  margin-bottom: 0;
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 12px;
  bottom: 14px;
  left: calc(50% - 12px);
  border: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/image/common_icon_arrow) no-repeat center center;
  content: ""
}

.c-faq__page .link__ul {
  margin-bottom: 108px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-faq__page .tab__ul {
  padding-top: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-faq__page .is-fixed .tab__ul {
  padding-top: 15px
}

.c-faq__page .tab__ul li {
  margin: 0 1.2%;
  width: 40%;
  text-align: center
}

.c-faq__page .tab__ul li a {
  padding: 23px;
  display: block;
  width: 100%;
  height: 100%;
  color: #3792e5;
  font-size: 2.2rem;
  font-weight: 900;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-faq__page .tab__ul li a:hover, .c-faq__page .tab__ul li.on a {
  color: #fff;
  background-color: #3792e5;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.c-faq__page .c-sec__border {
  border-bottom: 4px solid #d4e4f2
}

@media (min-width:769px) and (max-width:830px) {
  .c-faq__page .tab__ul li a {
    font-size: 2rem
  }
  .c-faq__page .c-menubox a {
    height: 104px
  }
}

@media (max-width:768px) {
  .c-faq__page .c-menubox__text {
    font-size: 1.4rem
  }
  .c-faq__page .link__ul {
    margin: 0 -7px 43px
  }
  .c-faq__page .c-menubox {
    margin: 0 7px;
    -ms-flex-preferred-size: 47%!important;
    flex-basis: 47%!important;
    width: 47%!important;
    max-width: 47%!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .c-faq__page .c-menubox a {
    padding: 20px 18px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07);
    box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07)
  }
  .c-faq__page .c-menubox a::after {
    bottom: 13px
  }
  .c-faq__page .tab__ul {
    padding-top: 25px
  }
  .c-faq__page .tab__ul li {
    margin: 0 5% 0 0;
    width: 47%
  }
  .c-faq__page .tab__ul li:nth-child(2) {
    margin-right: 0
  }
  .c-faq__page .tab__ul li a {
    padding: 13px 5px;
    font-size: 1.4rem;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
  }
  .c-faq__page .tab__ul li a:hover, .c-faq__page .tab__ul li.on a {
    margin-top: -4px;
    padding: 15px 5px
  }
}

.info .c-sec {
  margin-bottom: 0
}

.info .info__ul li a {
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #d4e4f2
}

.info .info__ul li:last-child a {
  border-bottom: 1px solid #d4e4f2
}

.info .info__ul li a:hover {
  color: #2a2a2a;
  opacity: .7
}

.info .info__ul li a::after {
  position: absolute;
  top: calc(50% - 43px);
  right: -10px;
  width: 96px;
  height: 96px;
  background: url(/image/common_info_link01) no-repeat right center/cover;
  content: ''
}

.info .info__ul li a p {
  font-size: 1.8rem
}

.info .info__ul li a .time {
  margin-right: 20px;
  padding: 6px 4px 4px;
  width: 120px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-align: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

.info .info__ul li a .txt {
  width: calc(100% - 240px);
  line-height: 1.8
}

.info .info__ul li a .txt .news__span {
  margin-right: 5px;
  padding: 3px 11px 5px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 30px;
  line-height: 1;
  background-color: #ff6060
}

.info .info__ul li a .txt .news__span {
  display: none
}

.info .info__ul li a .txt .news__span.on {
  display: inline-block
}

@media (max-width:768px) {
  .info .c-sec {
    margin-bottom: 0
  }
  .info .info__ul li a {
    padding: 22px 0;
    display: block;
    min-height: inherit
  }
  .info .info__ul li a::after {
    top: calc(50% - 16px);
    right: -20px;
    width: 63px;
    height: 63px
  }
  .info .info__ul li a p {
    font-size: 1.4rem
  }
  .info .info__ul li a .time {
    margin: 0 0 8px;
    padding: 5px 4px 3px;
    width: 88px;
    font-size: 1.2rem
  }
  .info .info__ul li a .txt {
    padding-right: 50px;
    width: auto;
    line-height: 1.65
  }
  .info .info__ul li a .txt .news__span {
    margin-right: 5px;
    padding: 4px 11px;
    font-size: 1.2rem
  }
}

.newsDetail .headline .title .important {
  color: #ff6060;
  border: 1px solid #ff6060
}

.newsDetail .headline .title {
  display: inline-block
}

.newsDetail .newsContent {
  border-bottom: 1px solid #d4e4f2
}

.guide__page .c-sec {
  padding-top: 0
}

.guide__page .c-menubox__text {
  font-size: 1.8rem;
  font-weight: 900
}

.guide__page .c-menubox {
  -ms-flex-preferred-size: 34%!important;
  flex-basis: 34%!important;
  width: 34%!important;
  max-width: 34%!important
}

.guide__page .c-menubox a {
  padding: 16px 14px 38px
}

.guide__page .c-menubox a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  bottom: 15px;
  left: calc(50% - 9px);
  border: 3px solid;
  border-color: transparent transparent #3792e5 #3792e5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none
}

.guide__page .link__ul {
  margin-bottom: 108px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.guide__page .tab__ul {
  padding-top: 35px
}

.guide__page .is-fixed .tab__ul {
  padding-top: 15px
}

.guide__page .tab__ul li {
  margin: 0 1.2%;
  width: 33.2%;
  text-align: center
}

.guide__page .tab__ul li a {
  padding: 16px;
  display: block;
  color: #3792e5;
  font-size: 2.4rem;
  font-weight: 900;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
}

.guide__page .tab__ul li a:hover, .guide__page .tab__ul li.on a {
  color: #fff;
  background-color: #3792e5;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.guide__page .c-sec__border {
  border-bottom: 4px solid #d4e4f2
}

.guide__page .c-bg__blue {
  margin-bottom: 80px;
  padding: 75px 0 88px;
  background-color: #f2f5fd
}

.guide__page .c-bg__blue.manual__after {
  padding: 80px 0 88px
}

.guide__page h2 {
  margin-bottom: 30px;
  text-align: center
}

.guide__page h2 span {
  padding-bottom: 15px;
  display: inline-block;
  color: #3792e5;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: .06em;
  border-bottom: 4px solid #3792e5
}

.guide__page .guide__text {
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-align: center
}

.guide__page .guide__annotate {
  margin-bottom: 85px;
  font-size: 1.8rem;
  text-align: right
}

.guide__page .guide-link__list {
  margin-bottom: 148px;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.guide__page .guide-link__list::after {
  position: absolute;
  bottom: 140px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #b8dbf5;
  content: '';
  z-index: -1
}

.guide__page .guide-link__list li {
  width: calc(100% / 6 - 2%);
  border-radius: 16px;
  border: 1px solid #d4e4f2;
  background-color: #fff
}

.guide__page .guide-link__list li:nth-child(6n) {
  margin-right: 0
}

.guide__page .guide-link__list li a {
  padding-bottom: 16px;
  padding-top: 1px;
  display: block;
  text-align: center;
  position: relative
}

.guide__page .guide-link__list li img {
  width: 120px
}

.guide__page .guide-link__list li a .guide-mark {
  margin: -40px auto 20px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ff6060
}

.guide__page .guide-link__list li a .guide-mark .guide-link__en {
  margin-bottom: 3px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  font-family: Roboto, sans-serif
}

.guide__page .guide-link__list li a .guide-mark .guide-link__num {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  font-family: Roboto, sans-serif
}

.guide__page .guide-link__list li a .guide-link__text {
  height: 69px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.guide__page .guide-link__list li a .guide-link__pho {
  margin-bottom: 13px
}

.guide__page .guide-link__ul {
  position: relative;
  z-index: 3
}

.guide__page .guide-link__ul::after {
  position: absolute;
  top: 0;
  left: 100px;
  width: 8px;
  height: 100%;
  background-color: #b8dbf5;
  content: '';
  z-index: -1
}

.guide__page .guide-link__ul>li {
  margin-bottom: 90px;
  padding-bottom: 35px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #d4e4f2;
  background-color: #fff
}

.guide__page .guide-link__ul>li:last-child {
  margin-bottom: 0
}

.guide__page .guide-link__ul li .guide-mark {
  margin: -40px auto 20px;
  padding-top: 5px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #ff6060
}

.guide__page .guide-link__ul li .guide-mark .guide-link__en {
  margin-bottom: 3px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  font-family: Roboto, sans-serif
}

.guide__page .guide-link__ul li .guide-mark .guide-link__num {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: .03em;
  font-family: Roboto, sans-serif
}

.guide__page .guide-link__ul li .guide-link__pho__box {
  width: 200px;
  text-align: center
}

.guide__page .guide-link__ul li .guide-link__pho__box img {
  width: 120px
}

.guide__page .guide-link__ul li .guide-link__text__box {
  padding-top: 63px;
  width: calc(100% - 250px)
}

.guide__page .guide-link__ul li .guide-link__text__box h3 {
  margin-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .08em
}

.guide__page .guide-link__ul li .guide-link__text__box .guide__text__ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.6rem;
  line-height: 2
}

.guide__page .guide-link__ul li .guide-link__text__box .guide__text__ul li a.guide__text__link {
  color: #3792e5
}

.guide__page .guide-link__ul li .guide-link__text__box .guide__text__ul li a.guide__text__link:hover {
  text-decoration: underline
}

.guide-text__box ul li a.guide__text__link {
  color: #3792e5
}

.guide-text__box ul li a.guide__text__link:hover {
  text-decoration: underline
}

.guide-text__box a.guide__text__link {
  color: #3792e5
}

.guide__page .guide-link__ul li .guide-link__text__box p {
  font-size: 1.6rem;
  line-height: 2
}

.guide__page .guide-link__ul li .guide-link__text__box .guide-link__txt01 {
  margin-bottom: 12px
}

.guide__page .guide-link__ul li .guide-link__text__box .bg__dl {
  margin-bottom: 23px;
  padding: 13px 32px 22px;
  background-color: #f7f9ff;
  border-radius: 16px
}

.guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt {
  padding: 22px 0;
  font-size: 1.6rem;
  font-weight: 900;
  cursor: pointer;
  position: relative
}

.guide__page .guide-link__ul li .guide-link__text__box .bg__dl dd {
  display: none
}

.guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  content: '';
  -webkit-filter: drop-shadow(4px 4px 16px #2389c1);
  filter: drop-shadow(4px 4px 16px #2389c1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (min-width:1025px) {
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt:hover::after {
    background: url(/image/common_plus_on2x) no-repeat center center/cover;
    -webkit-filter: drop-shadow(2px 2px 6px #003581);
    filter: drop-shadow(2px 2px 6px #003581)
  }
}

.guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt.on::after {
  background: url(/image/common_minus2x) no-repeat center center/cover
}

@media (min-width:1025px) {
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt.on:hover::after {
    background: url(/image/common_minus_on2x) no-repeat center center/cover
  }
}

.guide__page .guide-link__ul li .guide-link__text__box .guide-dl__ul li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 1.6rem;
  line-height: 2
}

.guide__page .guide-trouble h2 {
  margin-bottom: 55px
}

.guide__page .guide-trouble .guide-text01 {
  margin-bottom: 26px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.guide__page .guide-trouble .guide-text02 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  text-align: center
}

.guide__page .guide-trouble .guide-bg01 {
  margin-bottom: 80px;
  border-radius: 16px;
  padding: 42px;
  text-align: center;
  background-color: #f2f7f9
}

.guide__page .guide-trouble .guide-bg01 .c-btn {
  margin-bottom: 25px
}

.guide__page .guide-trouble .guide-bg01 .c-btn a {
  padding-bottom: 23px;
  padding: 1.6rem
}

@media (min-width:821px) {
  .guide__page .guide-trouble .guide-bg01 .c-btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.guide__page .guide-trouble .guide-bg01 .c-btn span {
  font-weight: 900
}

@media (max-width:768px) {
  .guide__page .guide-trouble .guide-bg01 .c-btn .c-btn__arrow span {
    margin-right: 32px;
    margin-left: 10px
  }
}

.guide__page .guide-trouble ul.guide-btn__ul .guide-bg01 .c-btn .c-btn__arrow span {
  margin-right: 32px;
  margin-left: 10px
}

@media (max-width:768px) {
  .guide__page .guide-trouble ul.guide-btn__ul .guide-bg01 .c-btn .c-btn__arrow span {
    margin-right: 18px;
    margin-left: 10px
  }
}

.guide__page .guide-trouble .guide-bg01 p {
  text-align: center
}

.guide__page .guide-trouble .guide-bg__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.guide__page .guide-trouble .guide-bg__ul li {
  width: 48.6%;
  padding: 42px 20px;
  text-align: center;
  border-radius: 16px;
  background-color: #f2f7f9
}

.guide__page .guide-trouble .guide-bg__ul li .guide-ttl {
  margin-bottom: 23px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center
}

.guide__page .guide-trouble .guide-bg__ul li .c-btn {
  margin-bottom: 0
}

.guide__page .guide-trouble .guide-bg__ul li .c-btn a {
  padding: 1.85rem 2rem;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .12)
}

@media (min-width:821px) {
  .guide__page .guide-trouble .guide-bg__ul li .c-btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.guide__page .guide-trouble .guide-bg__ul li .c-btn span {
  font-weight: 900
}

.guide__page .guide-trouble .guide-bg__ul li .c-btn .c-btn__contact.c-btn__md span::before {
  width: 31px;
  height: 22px
}

.guide__page .guide-trouble .guide-bg__ul li .tel {
  margin: -5px 0 15px
}

.guide__page .guide-trouble .guide-bg__ul li .tel a {
  font-family: Roboto;
  color: #3792e5;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  text-align: center
}

.guide__page .guide-trouble .guide-bg__ul li .tel a:hover {
  color: #186bb8
}

.guide__page .guide-trouble .guide-bg__ul li .guide-time {
  text-align: center;
  letter-spacing: .05em
}

.guide__page .tab__box02 .link__ul {
  margin-bottom: 88px
}

.guide__page .c-bg__blue01 {
  margin-bottom: 0;
  padding: 80px 0 88px;
  background-color: #e4ebff
}

.guide__page .c-bg__blue01 h2 {
  margin-bottom: 48px
}

.guide__page .guide-img__ul li {
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #d4e4f2;
  background-color: #fff
}

.guide__page .guide-img__ul li .img__box {
  margin-bottom: 40px
}

.guide__page .guide-img__ul li .img__box:last-child {
  margin-bottom: 0
}

.guide__page .guide-img__ul li .img__box .text__box {
  width: 48%
}

.guide__page .guide-img__ul li .img__box .text__box h3 {
  margin-bottom: 22px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.6
}

.guide__page .guide-img__ul li .img__box .text__box p {
  font-size: 1.6rem;
  line-height: 2
}

.guide__page .guide-img__ul li .img__box .text__box .ttl {
  margin-bottom: 10px
}

.guide__page .guide-img__ul li .img__box .photo__box {
  width: 48%;
  text-align: center
}

.guide__page .guide-img__ul li .img__box .photo__box img {
  width: 100%
}

.guide__page .guide-text__box h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .1em
}

.guide__page .guide-text__box ul li {
  padding-left: 2em;
  text-indent: -1em;
  font-size: 1.6rem;
  line-height: 2
}

.guide__page .guide-text__box ul li span {
  margin-right: 9px;
  display: inline-block;
  font-weight: 700
}

.guide__page .guide-aply .guide__text {
  margin-bottom: 55px
}

.guide__page .guide-aply__ul li {
  margin-right: 3.7%;
  padding: 30px 20px 20px;
  width: 30.85%;
  border: 1px solid #d4e4f2;
  border-radius: 20px;
  background-color: #fff
}

.guide__page .guide-aply__ul li:nth-child(3n) {
  margin-right: 0
}

.guide__page .guide-aply__ul li .guide-aply__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center
}

.guide__page .guide-aply__ul li .guide-aply__text {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: left
}

.guide__page .guide-aply__ul li .guide-aply__image {
  margin-top: 10px
}

.guide__page .guide-btn__ul li {
  margin-right: 2.6%;
  width: 31.5%
}

.guide__page .guide-btn__ul li .guide-bg01 {
  padding: 37px 30px
}

.guide__page .guide-btn__ul li:nth-child(3n) {
  margin-right: 0
}

.guide__page .guide-btn__ul li .c-btn {
  margin-bottom: 20px!important
}

.guide__page .guide-btn__ul li .c-btn a {
  padding: 19px 10px 19px 30px!important;
  width: auto;
  max-width: inherit;
  min-width: 100%
}

.guide__page .guide-btn__ul li .c-btn a::after {
  width: 16px;
  height: 18px;
  right: 20px
}

.guide__page .guide-btn__ul li p {
  line-height: 2
}

@media (min-width:769px) and (max-width:830px) {
  .guide__page .c-mv__gradation {
    height: 250px
  }
  .guide__page .tab__ul li a {
    font-size: 2rem
  }
  .guide__page .c-menubox a {
    height: 104px
  }
}

@media (max-width:768px) {
  .guide__page .c-sec {
    padding-top: 0
  }
  .guide__page .c-menubox__text {
    font-size: 1.4rem
  }
  .guide__page .link__ul {
    margin: 0 -7px 43px
  }
  .guide__page .c-menubox {
    margin: 0 7px;
    -ms-flex-preferred-size: 47%!important;
    flex-basis: 47%!important;
    width: 47%!important;
    max-width: 47%!important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .guide__page .c-menubox a {
    padding: 20px 18px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07);
    box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .07)
  }
  .guide__page .c-menubox a::after {
    bottom: 13px
  }
  .guide__page .tab__ul {
    padding-top: 25px
  }
  .guide__page .tab__ul li {
    margin: 0 5% 0 0;
    width: 47%
  }
  .guide__page .tab__ul li:nth-child(2) {
    margin-right: 0
  }
  .guide__page .tab__ul li a {
    padding: 13px 5px;
    font-size: 1.6rem;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
  }
  .guide__page .tab__ul li a:hover, .guide__page .tab__ul li.on a {
    margin-top: -4px;
    padding: 15px 5px
  }
  .guide__page .c-bg__blue {
    margin-bottom: 40px;
    padding: 32px 0 48px;
    background-color: #f2f5fd
  }
  .guide__page .c-bg__blue.manual__after {
    padding: 40px 0 48px
  }
  .guide__page h2 {
    margin-bottom: 22px;
    text-align: center
  }
  .guide__page h2 span {
    padding-bottom: 8px;
    font-size: 2.4rem;
    letter-spacing: .08em;
    border-bottom: 2px solid #3792e5
  }
  .guide__page .guide__text {
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.59
  }
  .guide__page .guide__annotate {
    margin-bottom: 55px;
    font-size: 1.4rem;
    text-align: right
  }
  .guide__page .guide-link__ul {
    position: relative;
    z-index: 3
  }
  .guide__page .guide-link__ul::after {
    position: absolute;
    top: 0;
    left: 56px;
    width: 8px;
    height: 100%;
    background-color: #b8dbf5;
    content: '';
    z-index: -1
  }
  .guide__page .guide-link__ul>li {
    margin-bottom: 48px;
    padding-bottom: 20px;
    border-radius: 16px
  }
  .guide__page .guide-link__ul>li:last-child {
    margin-bottom: 0
  }
  .guide__page .guide-link__ul li .guide-mark {
    margin: -25px auto 8px;
    padding-top: 2px;
    width: 48px;
    height: 48px
  }
  .guide__page .guide-link__ul li .guide-mark .guide-link__en {
    margin-bottom: 1px;
    font-size: 1.2rem
  }
  .guide__page .guide-link__ul li .guide-mark .guide-link__num {
    font-size: 1.6rem
  }
  .guide__page .guide-link__ul li .guide-link__pho__box {
    width: 120px;
    position: relative;
    z-index: 3
  }
  .guide__page .guide-link__ul li .guide-link__pho__box img {
    width: 80px
  }
  .guide__page .guide-link__ul li .guide-link__text__box {
    padding-top: 23px;
    width: calc(100% - 140px)
  }
  .guide__page .guide-link__ul li .guide-link__text__box h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
    letter-spacing: .03em
  }
  .guide__page .guide-link__ul li .guide-link__text__box .guide__text__ul li {
    padding-left: 1.6em;
    text-indent: -1.6em;
    font-size: 1.2rem;
    line-height: 1.6;
    word-break: break-all
  }
  .guide__page .guide-link__ul li .guide-link__text__box p {
    font-size: 1.2rem;
    line-height: 1.6
  }
  .guide__page .guide-link__ul li .guide-link__text__box .guide-link__txt01 {
    margin-bottom: 40px
  }
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl {
    margin: 0 0 18px -100px;
    padding: 2px 20px 18px;
    border-radius: 12px
  }
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt {
    padding: 11px 40px 0 0;
    min-height: 58px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl dt::after {
    top: 37px;
    right: -10px;
    width: 32px;
    height: 32px
  }
  .guide__page .guide-link__ul li .guide-link__text__box .bg__dl dd {
    padding-top: 11px
  }
  .guide__page .guide-link__ul li .guide-link__text__box .guide-dl__ul {
    margin-top: 18px
  }
  .guide__page .guide-link__ul li .guide-link__text__box .guide-dl__ul li {
    padding-left: 1.6em;
    text-indent: -1.6em;
    font-size: 1.2rem;
    line-height: 1.6
  }
  .guide__page .guide-trouble h2 {
    margin-bottom: 23px
  }
  .guide__page .guide-trouble .guide-text01 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    letter-spacing: .08em
  }
  .guide__page .guide-trouble .guide-text02 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.55
  }
  .guide__page .guide-trouble .guide-bg01 {
    margin-bottom: 32px;
    border-radius: 16px;
    padding: 27px 27px 25px;
    text-align: center;
    background-color: #f2f7f9
  }
  .guide__page .guide-trouble .guide-bg01 .c-btn {
    margin-bottom: 15px
  }
  .guide__page .guide-trouble .guide-bg01 .c-btn a {
    padding-left: 30px;
    min-width: 240px;
    padding-bottom: 16px!important;
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2);
    box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2)
  }
  .guide__page .guide-trouble .guide-bg01 p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6
  }
  .guide__page .guide-trouble .guide-bg__ul {
    margin-top: 35px;
    display: block
  }
  .guide__page .guide-trouble .guide-bg__ul li {
    margin-bottom: 16px;
    width: auto;
    padding: 22px 20px;
    text-align: center;
    border-radius: 12px;
    background-color: #f2f7f9
  }
  .guide__page .guide-trouble .guide-bg__ul li .guide-ttl {
    margin-bottom: 18px;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center
  }
  .guide__page .guide-trouble .guide-bg__ul li .c-btn {
    margin-bottom: 0
  }
  .guide__page .guide-trouble .guide-bg__ul li .c-btn a {
    padding: 1.35rem 1rem 1.35rem 2rem;
    min-width: 100%;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .12)
  }
  .guide__page .guide-trouble .guide-bg__ul li .c-btn .c-btn__contact.c-btn__md span {
    padding-left: 27px
  }
  .guide__page .guide-trouble .guide-bg__ul li .c-btn .c-btn__contact.c-btn__md span::before {
    width: 24px;
    height: 17px
  }
  .guide__page .guide-trouble .guide-bg__ul li .tel {
    margin: 0 0 18px
  }
  .guide__page .guide-trouble .guide-bg__ul li .tel a {
    font-size: 3rem;
    letter-spacing: .05em
  }
  .guide__page .guide-trouble .guide-bg__ul li .guide-time {
    font-size: 1.2rem;
    letter-spacing: 0
  }
  .guide__page .tab__box02 .link__ul {
    padding-top: 0;
    margin: -8px 0 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .guide__page .tab__box02 .link__ul .flex__item {
    margin: 16px 4% 0 0;
    -ms-flex-preferred-size: 48%!important;
    flex-basis: 48%!important;
    width: 48%!important;
    max-width: 48%!important
  }
  .guide__page .tab__box02 .link__ul .flex__item:nth-child(2n) {
    margin-right: 0
  }
  .guide__page .tab__box02 .link__ul .flex__item:last-child {
    margin-right: 0
  }
  .guide__page .tab__box02 .link__ul .flex__item a {
    padding: 18px 18px 25px;
    border-radius: 13px;
    height: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06);
    box-shadow: 4px 4px 10px 4px rgba(0, 0, 0, .06)
  }
  .guide__page .tab__box02 .link__ul .flex__item a p {
    line-height: 1.6
  }
  .guide__page .c-bg__blue01 {
    margin-bottom: 0;
    padding: 40px 0 48px
  }
  .guide__page .c-bg__blue01 h2 {
    margin-bottom: 21px;
    line-height: 1.6
  }
  .guide__page .guide-img__ul li {
    margin-bottom: 16px;
    padding: 22px 20px;
    border-radius: 12px
  }
  .guide__page .guide-img__ul li .img__box {
    margin-bottom: 25px;
    display: block
  }
  .guide__page .guide-img__ul li .img__box:last-child {
    margin-bottom: 0
  }
  .guide__page .guide-img__ul li .img__box .text__box {
    margin-bottom: 20px;
    width: auto
  }
  .guide__page .guide-img__ul li .img__box .text__box h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.6
  }
  .guide__page .guide-img__ul li .img__box .text__box p {
    font-size: 1.2rem;
    line-height: 1.6
  }
  .guide__page .guide-img__ul li .img__box .text__box .ttl {
    margin-bottom: 7px;
    font-weight: 900;
    font-size: 1.4rem
  }
  .guide__page .guide-img__ul li .img__box .photo__box {
    width: auto
  }
  .guide__page .guide-text__box {
    margin-top: 26px
  }
  .guide__page .guide-text__box h3 {
    margin-bottom: 14px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em
  }
  .guide__page .guide-text__box ul li {
    padding-left: 0;
    text-indent: 0;
    font-size: 1.2rem;
    line-height: 1.6
  }
  .guide__page .guide-text__box ul li span {
    margin-right: 0
  }
  .guide__page .guide-aply .guide__text {
    margin-bottom: 23px
  }
  .guide__page .guide-aply__ul {
    display: block
  }
  .guide__page .guide-aply__ul li {
    margin: 0 0 16px;
    padding: 22px 20px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 12px;
    -webkit-box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .08);
    box-shadow: 3px 3px 5px 4px rgba(0, 53, 129, .08)
  }
  .guide__page .guide-aply__ul li:last-child {
    margin-bottom: 0
  }
  .guide__page .guide-aply__ul li .guide-aply__ttl {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center
  }
  .guide__page .guide-aply__ul li .guide-aply__text {
    font-size: 1.4rem
  }
  .guide__page .guide-aply__ul li .guide-aply__image {
    margin-top: 10px
  }
  .guide__page .guide-btn__ul {
    margin-top: 40px;
    display: block
  }
  .guide__page .guide-btn__ul li {
    margin-right: 0;
    width: auto
  }
  .guide__page .guide-btn__ul li .guide-bg01 {
    margin-bottom: 0;
    padding: 23px 25px
  }
  .guide__page .guide-btn__ul li:nth-child(3n) {
    margin-right: 0
  }
  .guide__page .guide-btn__ul li .c-btn {
    margin-bottom: 22px!important
  }
  .guide__page .guide-trouble .guide-btn__ul {
    margin-bottom: 35px
  }
  .guide__page .guide-trouble .guide-btn__ul li {
    margin-bottom: 18px
  }
  .guide__page .guide-trouble .guide-btn__ul li .c-btn a {
    padding: 13px 15px 13px!important;
    max-width: inherit;
    min-width: 300px;
    -webkit-box-shadow: 9px 9px 9px 0 rgba(0, 53, 129, .2);
    box-shadow: 9px 9px 9px 0 rgba(0, 53, 129, .2)
  }
  .guide__page .guide-trouble .guide-btn__ul li .c-btn a span {
    margin: 0
  }
  .guide__page .guide-btn__ul li .c-btn a::after {
    width: 16px;
    height: 18px;
    right: 24px
  }
  .guide__page .guide-btn__ul li p {
    line-height: 2
  }
}

@media (max-width:374px) {
  .guide__page .tab__ul li a {
    font-size: 1.3rem
  }
  .guide__page .c-menubox__text {
    font-size: 1.2rem
  }
  .guide__page .guide-trouble .guide-bg01 .c-btn a {
    font-size: 1.4rem
  }
  .guide__page .guide-trouble .guide-bg01 .c-btn a::after {
    right: 15px
  }
}

@media (min-width:769px) and (max-width:1200px) {
  .guide__page .guide-trouble .guide-bg01 .c-btn3 a {
    font-size: 1.6rem
  }
}

@media (min-width:769px) and (max-width:1050px) {
  .c-faq__page .c-menubox__text {
    font-size: 1.6rem;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .guide__page .guide-trouble .guide-bg01 .c-btn3 a {
    padding-left: 10px!important;
    font-size: 1.4rem
  }
  .guide__page .guide-btn__ul li .guide-bg01 {
    padding: 30px 15px
  }
}

@media (min-width:769px) and (max-width:820px) {
  .guide__page .guide-trouble .guide-bg01 .c-btn a {
    padding-left: 5px!important
  }
  .guide__page .guide-btn__ul li .c-btn a::after {
    right: 10px
  }
}

.c-main__visaul {
  padding: 48px 0 60px;
  color: #fff;
  text-align: center;
  background-color: #b8b8b8
}

.production_remoteview .c-main__visaul {
  padding: 0!important;
  color: #fff;
  text-align: center;
  position: relative;
  background-color: transparent!important
}

.c-main__visaul p {
  color: #fff;
  text-align: center
}

.c-main__visaul .c-btn {
  margin-bottom: 0
}

#production001 .mainvisual_img {
  width: 100%;
  height: 0;
  padding-top: 27.083333333%;
  background: url(/image/remotedesktop_mainvisual_pc);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

@media (min-width:769px) {
  #production001 .mainvisual_img {
    min-height: 480px
  }
}

@media (max-width:768px) {
  #production001 .mainvisual_img {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background: url(/image/remotedesktop_mainvisual_sp22x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }
}

@media (max-width:680px) {
  #production001 .mainvisual_img {
    padding-top: 68%
  }
}

@media (max-width:580px) {
  #production001 .mainvisual_img {
    padding-top: 74%
  }
}

@media (max-width:500px) {
  #production001 .mainvisual_img {
    padding-top: 90%
  }
}

@media (max-width:425px) {
  #production001 .mainvisual_img {
    width: 100%;
    height: 0;
    padding-top: 98.666667%;
    background: url(/image/remotedesktop_mainvisual_sp2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }
}

@media (max-width:375px) {
  #production001 .mainvisual_img {
    padding-top: 106.666666667%
  }
}

@media (max-width:360px) {
  #production001 .mainvisual_img {
    padding-top: 125.666667%
  }
}

.c-main__visaul .c-sec__inner {
  max-width: 1200px
}

.production_remoteview .c-main__visaul .c-sec__inner {
  max-width: none!important
}

.c-main__visaul .c-main__textbox {
  margin: 0 auto;
  width: 750px
}

@media (max-width:768px) {
  .c-main__visaul .c-main__textbox {
    margin: 0 auto;
    width: 100%
  }
}

.production_remoteview .c-main__visaul .c-main__textbox {
  position: absolute;
  top: 7%;
  left: 50%;
  margin: 0 auto;
  max-width: 730px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%
}

@media (max-width:768px) {
  .production_remoteview .c-main__visaul .c-main__textbox {
    padding: 0 4.33333vw;
    max-width: 400px
  }
}

.c-main__visaul .c-main__ttl {
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: .1em
}

.c-main__visaul h1 {
  margin-bottom: 24px;
  font-size: 5.6vw;
  font-weight: 900;
  letter-spacing: .07em
}

@media (min-width:1025px) {
  .c-main__visaul h1 {
    font-size: 6rem
  }
}

.c-main__visaul .product-title__long {
  font-size: 5.2rem
}

.c-main__visaul .c-main__txt01 {
  margin-bottom: 25px;
  font-size: 2.2rem;
  font-weight: 700
}

.c-main__visaul .c-main__txt02 {
  margin-bottom: 45px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.95
}

.c-main__visaul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-main__visaul ul li {
  width: 47.3%
}

.c-main__visaul ul li .c-btn a {
  min-width: 100%;
  -webkit-box-shadow: 5px 5px 3px 5px rgba(0, 53, 129, .13);
  box-shadow: 5px 5px 5px 3px rgba(0, 53, 129, .13)
}

@media (max-width:768px) {
  .c-main__visaul {
    padding: 25px 0 32px
  }
  .production_remoteview .c-main__visaul {
    padding: 0!important
  }
  .c-main__visaul p {
    color: #fff;
    text-align: center
  }
  .c-main__visaul .c-btn {
    margin-bottom: 0
  }
  .c-main__visaul .c-sec__inner {
    padding: 0 4.33333vw
  }
  .c-main__visaul .c-main__ttl {
    margin-bottom: 0;
    font-size: 1.8rem
  }
  .c-main__visaul h1 {
    margin-bottom: 14px;
    font-size: 3.2rem;
    line-height: 1.3
  }
  .c-main__visaul .c-main__txt01 {
    margin-bottom: 13px;
    font-size: 1.6rem;
    font-weight: 900
  }
  .c-main__visaul .c-main__txt02 {
    margin-bottom: 36px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.57
  }
  .c-main__visaul ul {
    margin: 0 auto;
    display: block;
    width: 84.5%
  }
  .c-main__visaul ul li {
    margin-bottom: 16px;
    width: auto
  }
  .c-main__visaul ul li:last-child {
    margin-bottom: 0
  }
  .c-main__visaul ul li .c-btn a {
    padding: 13px;
    min-width: 100%;
    -webkit-box-shadow: 5px 5px 3px 5px rgba(0, 53, 129, .1);
    box-shadow: 5px 5px 5px 3px rgba(0, 53, 129, .1)
  }
}

@media (max-width:320px) {
  .c-main__visaul h1 {
    letter-spacing: 0
  }
}

@media (min-width:1108px) {
  .online_row1 {
    height: 230px
  }
  .online_row2 {
    height: 215px
  }
}

@media (min-width:769px) and (max-width:1107px) {
  .online_row1 {
    height: 430px
  }
  .online_row2 {
    height: 380px
  }
}

.c-tab__ul {
  padding-top: 35px
}

.is-fixed .c-tab__ul {
  padding-top: 15px
}

.c-tab__ul li {
  margin: 0 2% 0 0;
  width: 32%;
  text-align: center
}

.c-tab__ul li:nth-child(3) {
  margin-right: 0
}

.c-tab__ul li {
  padding: 16px;
  height: 70px;
  display: block;
  color: #3792e5;
  font-size: 2.4rem;
  font-weight: 900;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .06)
}

.c-tab__ul li.on {
  padding: 16px;
  height: 70px;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  background-color: #3792e5;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.c-tab__ul li.on, .c-tab__ul li:hover {
  color: #fff;
  background-color: #3792e5;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

[data-tab-content] {
  display: none
}

[data-tab-content].on {
  display: block
}

.c-sec__border {
  border-bottom: 4px solid #d4e4f2
}

.c-bg__blue02 {
  background-color: #f2f5fd
}

@media (max-width:768px) {
  .c-tab__ul {
    padding-top: 25px
  }
  .c-tab__ul li {
    margin: 0 5% 0 0;
    width: 30%
  }
  .c-tab__ul li.on {
    padding: 10px 5px;
    height: 52px;
    font-size: 1.6rem;
    line-height: 1.4;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .c-tab__ul li {
    padding: 10px 5px;
    height: 52px;
    font-size: 1.6rem;
    line-height: 1.4;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .08)
  }
  .c-tab__ul li.on, .c-tab__ul li:hover {
    margin-top: -4px;
    height: 56px
  }
}

.production_common .img_col-list .img_col2 .img_col2-img {
  margin-right: -4%;
  width: 50%
}

.img_col-list .img_col2 .img_col2-txt {
  width: 52%
}

.production_common .production-text01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500
}

.production_common .img_col-list .img_col2 .img_col2-txt {
  position: relative;
  z-index: 3
}

.production_common .img_col-list .img_col2:nth-of-type(2n) .img_col2-img {
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.production_common .img_col-list .img_col2:nth-of-type(2n) .img_col2-txt {
  margin-right: -4%
}

.production_common .img_col-list {
  margin-bottom: 0
}

.production_common .c-sec__stitle__lead {
  margin-bottom: 58px;
  font-size: 1.8rem
}

.production_common .c-link__ul01+.c-btn {
  margin-bottom: 0
}

.production_common .c-link__ul01+.c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px
}

.production_common .c-nolink__ul01+.c-btn {
  margin-bottom: 0
}

.production_common .c-nolink__ul01+.c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px
}

.production_common .production_title {
  margin-bottom: 65px;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.production_common .production_banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.production_common .production_title span {
  color: #ff9a00;
  font-weight: 900
}

.production_common .production_banner li {
  margin-right: 1.8%;
  width: 18.5%
}

.production_common .production_banner li a:hover {
  opacity: .7
}

.production_common .production_banner li:last-child {
  margin-right: 0
}

.production_common .c-sec__title_lead01 {
  margin-bottom: 58px
}

.production_common .c-link__ul01+.c-btn01 {
  margin-bottom: 0
}

.production_common .c-btn03 a {
  padding: 1.6rem
}

@media (max-width:768px) {
  .production_common .c-bg__blue02 {
    padding-bottom: 40px
  }
  .production_common .img_col-list .img_col2 {
    margin-top: 25px;
    display: block
  }
  .production_common .img_col-list .img_col2 .img_col2-img {
    margin-right: 0;
    width: auto
  }
  .img_col-list .img_col2 .img_col2-txt {
    width: auto
  }
  .production_common .c-sec__title {
    margin-bottom: 20px
  }
  .production_common .c-sec__title>span {
    padding-bottom: 5px;
    letter-spacing: .04em
  }
  .production_common .production-text01 {
    font-size: 1.4rem;
    text-align: left
  }
  .production_common .img_col-list .img_col2 .img_col2-txt {
    padding-bottom: 22px
  }
  .production_common .img_col-list .img_col2:nth-of-type(2n) .img_col2-img {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .production_common .img_col-list .img_col2:nth-of-type(2n) .img_col2-txt {
    margin-right: 0
  }
  .production_common .img_col-list {
    margin-bottom: 0
  }
  .production_common .img_col-list .img_col2 .img_col2-txt .top-section_ttl--sub {
    margin-bottom: 22px
  }
  .production_common .img_col-list .img_col2 .img_col2-txt .top-section_lead-txt--small {
    line-height: 1.6
  }
  .production_common .c-sec__stitle__lead {
    margin-bottom: 30px;
    padding: 0;
    font-size: 1.4rem
  }
  .production_common .c-link__ul01+.c-btn {
    margin-bottom: 0
  }
  .production_common .c-link__ul01+.c-btn a {
    padding: 1.4rem;
    width: 90%;
    max-width: 350px
  }
  .production_common .c-nolink__ul01+.c-btn {
    margin-bottom: 0
  }
  .production_common .c-nolink__ul01+.c-btn a {
    padding: 1.4rem;
    width: 90%;
    max-width: 350px
  }
  .production_common .production_title {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.8
  }
  .production_common .production_banner {
    margin-top: -17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .production_common .production_banner li {
    margin: 17px 3.1% 0 0;
    width: 48.3%
  }
  .production_common .production_banner li:nth-child(2n) {
    margin-right: 0
  }
  .production_common .production_banner li:last-child {
    margin-right: 0
  }
  .production_common .c-sec__title_lead01 {
    margin-bottom: 30px
  }
  .production_common .c-link__ul01+.c-btn01 {
    margin-bottom: 0
  }
  .production_common .c-btn03 a {
    margin: 0 auto;
    width: 82%;
    padding: 1.5rem;
    display: block
  }
}

.c-link__ul01 {
  margin: -40px 0 57px
}

.c-link__ul01 li {
  margin: 40px 3% 0 0;
  width: 31.3%
}

.c-link__ul01 li:nth-child(3n) {
  margin-right: 0
}

.c-link__ul01 li a {
  padding: 40px 45px 25px 43px;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #d4e4f2
}

.c-link__ul01 li a:hover {
  color: #2a2a2a;
  opacity: .7
}

.c-link__ul01 li a .ul01-pho {
  margin-bottom: 17px;
  text-align: center
}

.c-link__ul01 li a .ul01-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7
}

.c-link__ul01 li a .ul01-txt {
  font-size: 1.6rem;
  line-height: 2
}

.c-link__ul01 {
  margin: -40px 0 57px
}

.c-link__ul01 li {
  margin: 40px 3% 0 0;
  width: 31.3%
}

.c-link__ul01 li:nth-child(3n) {
  margin-right: 0
}

.c-link__ul01 li a {
  padding: 40px 45px 25px 43px;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #d4e4f2
}

.c-link__ul01 li a:hover {
  color: #2a2a2a;
  opacity: .7
}

.c-link__ul01 li a .ul01-pho {
  margin-bottom: 17px;
  text-align: center
}

.c-link__ul01 li a .ul01-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7
}

.c-link__ul01 li a .ul01-txt {
  font-size: 1.6rem;
  line-height: inherit
}

.c-nolink__ul01 {
  margin: -40px 0 57px
}

.c-nolink__ul01 li {
  margin: 40px 3% 0 0;
  width: 31.3%
}

.c-nolink__ul01 li:nth-child(3n) {
  margin-right: 0
}

.c-nolink__ul01 li {
  padding: 40px 45px 25px 43px;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #d4e4f2
}

.c-nolink__ul01 li .ul01-pho {
  margin-bottom: 17px;
  text-align: center
}

.c-nolink__ul01 li .ul01-title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7
}

.c-nolink__ul01 li .ul01-txt {
  font-size: 1.6rem;
  line-height: inherit
}

@media (max-width:768px) {
  .c-link__ul01 {
    margin: 0 0 25px;
    display: block
  }
  .c-link__ul01 li {
    margin: 0 0 16px;
    width: auto
  }
  .c-link__ul01 li a {
    padding: 40px 25px 30px
  }
  .c-link__ul01 li a:hover {
    color: #2a2a2a
  }
  .c-link__ul01 li a .ul01-pho {
    margin-bottom: 17px
  }
  .c-link__ul01 li a .ul01-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: .08em
  }
  .c-link__ul01 li a .ul01-txt {
    font-size: 1.4rem;
    line-height: 1.6
  }
  .c-nolink__ul01 {
    margin: 0 0 25px;
    display: block
  }
  .c-nolink__ul01 li {
    margin: 0 0 16px;
    width: auto
  }
  .c-nolink__ul01 li {
    padding: 40px 25px 30px
  }
  .c-nolink__ul01 li .ul01-pho {
    margin-bottom: 17px
  }
  .c-nolink__ul01 li .ul01-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.75;
    letter-spacing: .08em
  }
  .c-nolink__ul01 li .ul01-txt {
    font-size: 1.4rem;
    line-height: 1.6
  }
}

.plan__page .c-sec__title {
  margin-bottom: 32px
}

.plan__page .link__ul {
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.plan__page .link__ul .flex__item {
  width: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  max-width: 18%;
  font-weight: 900
}

.plan__page .link__ul .flex__item a {
  padding: 10px 10px 30px;
  -webkit-box-shadow: 0 6px 6px 0 #0035811F;
  box-shadow: 0 6px 6px 0 #0035811F
}

.plan__page .link__ul .flex__item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.plan__page .link__ul .flex__item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  bottom: 15px;
  left: calc(50% - 9px);
  border: 3px solid;
  border-color: transparent transparent #3792e5 #3792e5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none
}

.plan__page .link__ul .flex__item p {
  font-size: 1.8rem;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.plan__page .plan-img__box {
  margin-bottom: 40px
}

.plan__page .plan-img__box .plan-photo__box {
  width: 368px
}

.plan__page .plan-img__box .plan-text__box {
  width: calc(100% - 408px)
}

.plan__page .plan-img__box .plan-text__box .plan-text__title {
  margin-bottom: 13px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .08em
}

.plan__page .plan-img__box .plan-text__box .plan-text__txt {
  margin-bottom: 24px;
  font-size: 1.6rem
}

.plan__page .plan-img__box .plan-text__box .plan-text__bg {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff
}

.plan__page .plan-img__box .plan-text__box .plan-text__bg .plan-text__ttl {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .08em
}

.plan__page .plan-img__box .plan-text__box .plan-text__bg li {
  padding-left: 31px;
  font-size: 1.6rem;
  line-height: 2;
  background: url(/image/common_check_sign) no-repeat left 10px/22px auto
}

.plan__page .plan__panel {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 80px
}

@media (max-width:767px) {
  .plan__page .plan__panel {
    padding: 20px
  }
}

.plan__page .plan-title01 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center
}

@media (max-width:768px) {
  .plan__page .plan-title01 {
    font-size: 1.6rem
  }
}

.plan__page .plan-text__list {
  margin: -30px 0 80px
}

.plan__page .plan-text__list02 {
  margin-bottom: 57px
}

@media (max-width:768px) {
  .plan__page .plan-text__list02 {
    margin-bottom: 25px
  }
}

.plan__page .plan-text__list>li {
  margin-top: 30px;
  padding: 32px 40px 37px;
  width: 48%;
  border-radius: 16px;
  background-color: #fff
}

@media (max-width:768px) {
  .plan__page .plan-text__list>li {
    width: 100%
  }
}

.plan__page .plan-text__list>li.col1 {
  width: 100%
}

.plan__page .plan-text__list li .c-flex__b {
  margin-bottom: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.plan__page .plan-text__list li .plan-list__pho {
  width: 80px
}

.plan__page .plan-text__list li .plan-list__txt {
  width: calc(100% - 105px);
  font-size: 1.8rem;
  font-weight: 900
}

@media (max-width:768px) {
  .plan__page .plan-text__list li .plan-list__txt {
    font-size: 1.6rem
  }
}

.plan__page .plan-text__list .note__ul li {
  font-size: 1.6rem;
  line-height: 2
}

@media (max-width:768px) {
  .plan__page .plan-text__list .note__ul li {
    font-size: 1.4rem;
    line-height: 1.6
  }
}

@media (max-width:768px) {
  .plan__page .c-sec__title {
    margin-bottom: 24px
  }
  .plan__page .link__ul {
    margin: -24px 0 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .plan__page .link__ul .flex__item {
    margin: 24px 0 0!important;
    width: 47.5%!important;
    -ms-flex-preferred-size: 47.5%!important;
    flex-basis: 47.5%!important;
    max-width: 47.5%!important
  }
  .plan__page .link__ul .flex__item a {
    padding: 20px 10px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 4px 4px rgba(0, 53, 129, .07);
    box-shadow: 2px 4px 4px 4px rgba(0, 53, 129, .07)
  }
  .plan__page .link__ul .flex__item a::after {
    bottom: 13px
  }
  .plan__page .link__ul .flex__item p {
    font-size: 1.4rem;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .plan__page .plan-img__box {
    margin-bottom: 37px
  }
  .plan__page .plan-img__box01 {
    margin-bottom: 0
  }
  .plan__page .plan-img__box .plan-photo__box {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .plan__page .plan-img__box .plan-photo__box .plan-pho {
    width: 45%
  }
  .plan__page .plan-img__box .plan-photo__box .plan-pho-w100 {
    width: 100%
  }
  .plan__page .plan-img__box .plan-photo__box .plan-txt {
    width: 51%
  }
  .plan__page .plan-img__box .plan-photo__box .plan-txt .plan_txt__ttl {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 900
  }
  .plan__page .plan-img__box .plan-photo__box .plan-txt .plan_txt__txt {
    font-size: 1.2rem
  }
  .plan__page .plan-img__box .plan-text__box {
    width: 100%
  }
  .plan__page .plan-img__box .plan-text__box .plan-text__bg {
    padding: 20px 20px 30px;
    border-radius: 12px;
    width: 100%
  }
  .plan__page .plan-img__box .plan-text__box .plan-text__bg .plan-text__ttl {
    margin-bottom: 7px;
    font-size: 1.6rem;
    letter-spacing: 0
  }
  .plan__page .plan-img__box .plan-text__box .plan-text__bg li {
    padding-left: 31px;
    font-size: 1.4rem;
    line-height: 1.6;
    background: url(/image/common_check_sign) no-repeat left top 7px/22px auto
  }
}

.c-price__sec .c-sec__title {
  margin-bottom: 70px
}

.c-price__sec .c-price__title01 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .07em
}

.c-price__sec .c-price__ul01 {
  margin: 0 auto 102px;
  max-width: 1075px
}

.c-price__sec .c-price__ul01_box {
  position: relative
}

.c-price__sec .c-price__ul01_box::after {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  background: url(/image/common_icon_add01) no-repeat center center;
  content: ''
}

.c-price__sec .c-price__ul01_box.non_option::after {
  content: none
}

.c-price__sec .c-price__ul01 li {
  padding: 35px 10px;
  width: 42.5%;
  font-size: 2.4rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 1.6rem;
  letter-spacing: .08em;
  background-color: #e4ebff
}

.c-price__sec .c-price__ul01_box.non_option .c-price__ul01 li {
  margin: 0 auto
}

.c-price__sec .c-price__title02 {
  margin-bottom: 42px
}

.c-price__sec .c-price__ul02 {
  margin-bottom: 48px
}

.c-price__sec .c-price__ul02>li {
  width: 48%
}

.c-price__sec .c-price__ul02>li .c-price__bor {
  padding: 32px 10px 45px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #d4e4f2;
  border-top: 0;
  background-color: #fff
}

.c-price__sec .c-price__ul02 li .c-price__bg01 {
  padding-top: 38px;
  height: 124px;
  border-radius: 16px 16px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb
}

.c-price__sec .c-price__ul02 li.on .c-price__bg01 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#74d2f7), to(#2384d8));
  background: linear-gradient(to right, #74d2f7 0, #2384d8 100%)
}

.c-price__sec .c-price__ul02 li.on .c-price__bg01::after {
  position: absolute;
  padding: 14px 5px;
  top: -24px;
  width: 96px;
  left: calc(50% - 48px);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #44d93f;
  content: '��������'
}

.c-price__sec .c-price__ul02 li.on.afternon .c-price__bg01::after {
  content: none
}

.c-price__sec .c-price__ul02 li .c-price__bg01 p {
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .07em;
  line-height: 1.5
}

.c-price__sec .c-price__ul02 li.on .c-price__bg01 p {
  color: #fff
}

.c-price__sec .c-price__ul02 li .c-price__bg01 p span {
  display: block;
  font-size: 1.8rem
}

.c-price__sec .c-price__ul02 li .c-price__text01 {
  margin-bottom: 23px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}

.c-price__sec .c-price__ul02 li .c-price__text02 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 15px
}

.c-price__sec .c-price__ul02 li .c-price__text03 {
  margin: -8px 0 30px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em
}

.c-price__sec .c-price__ul02 li.on .c-price__text03 {
  color: #3792e5
}

.c-price__sec .c-price__ul02 li .c-price__text03 span {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: Roboto, sans-serif
}

.c-price__sec .c-price__ul02 li ul {
  text-align: center
}

.c-price__sec .c-price__ul02 li li {
  margin: 10px 8px 0;
  padding: 5px 0;
  width: 72px;
  color: #3792e5;
  font-weight: 700;
  border: 1px solid #3792e5;
  display: inline-block;
  text-align: center
}

.flow__page .c-common-table td ul li {
  margin: 10px 9px 0;
  padding: 5px 0;
  width: 150px;
  color: #3792e5;
  font-weight: 700;
  border: 1px solid #3792e5;
  display: inline-block;
  text-indent: 0;
  font-size: 1.4rem;
  text-align: center
}

.c-price__sec .c-price__ul02 li li.on {
  color: #b8b8b8;
  border: 1px solid #b8b8b8
}

.c-price__sec .c-price__ul02_col1 {
  margin-bottom: 48px
}

.c-price__sec .c-price__ul02_col1>li {
  width: 100%
}

.c-price__sec .c-price__ul02_col1>li .c-price__bor {
  padding: 32px 0 45px;
  border-radius: 0 0 20px 20px;
  border: 1px solid #d4e4f2;
  border-top: 0
}

.c-price__sec .c-price__ul02_col1 li .c-price__bg01 {
  padding-top: 38px;
  height: 124px;
  border-radius: 16px 16px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb
}

.c-price__sec .c-price__ul02_col1 li.on .c-price__bg01 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#74d2f7), to(#2384d8));
  background: linear-gradient(to right, #74d2f7 0, #2384d8 100%)
}

.c-price__sec .c-price__ul02_col1 li.on .c-price__bg01::after {
  content: ''
}

.c-price__sec .c-price__ul02_col1 li .c-price__bg01 p {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .07em;
  line-height: 1.5
}

.c-price__sec .c-price__ul02_col1 li.on .c-price__bg01 p {
  color: #fff
}

.c-price__sec .c-price__ul02_col1 li .c-price__bg01 p span {
  display: block;
  font-size: 1.8rem
}

.c-price__sec .c-price__ul02_col1 li .c-price__text01 {
  margin-bottom: 23px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center
}

.c-price__sec .c-price__ul02_col1 li .c-price__text02 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 15px
}

.c-price__sec .c-price__ul02_col1 li .c-price__text03 {
  margin: -8px 0 30px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em
}

.c-price__sec .c-price__ul02_col1 li.on .c-price__text03 {
  color: #3792e5
}

.c-price__sec .c-price__ul02_col1 li .c-price__text03 span {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: Roboto, sans-serif
}

.c-price__sec .c-price__ul02_col1 li ul {
  text-align: center
}

.c-price__sec .c-price__ul02_col1 li li {
  margin: 10px 9px 0;
  padding: 5px 0;
  width: 125px;
  color: #3792e5;
  font-weight: 700;
  border: 1px solid #3792e5;
  display: inline-block
}

.c-price__sec .c-price__ul02_col1 li li.on {
  color: #b8b8b8;
  border: 1px solid #b8b8b8
}

.c-price__sec .c-price__ul02_col1 li li.wide {
  width: 138px
}

.c-price__sec .c-btn {
  margin-bottom: 100px
}

.c-price__sec .c-btn:last-child {
  margin-bottom: 0
}

.c-price__sec .c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2)
}

.c-price__sec .c-btn a::after {
  width: 16px;
  height: 16px;
  right: 20px
}

.c-price__sec .c-btn a span {
  margin: 0
}

.c-price__sec .c-price__title03 {
  margin-bottom: 48px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .09em
}

@media (max-width:768px) {
  .c-price__sec .c-sec__title {
    margin-bottom: 20px
  }
  .c-price__sec .c-price__title01 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    letter-spacing: .01em
  }
  .c-price__sec .c-price__ul01 {
    margin: 0 auto 38px;
    max-width: inherit
  }
  .c-price__sec .c-price__ul01_box::after {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background: url(/image/common_icon_add01) no-repeat center center/cover
  }
  .c-price__sec .c-price__ul01 li {
    padding: 27px 10px;
    width: 41.5%;
    font-size: 1.8rem;
    border-radius: 13px;
    letter-spacing: .08em
  }
  .c-price__sec .c-price__title02 {
    margin-bottom: 42px
  }
  .c-price__sec .c-price__ul02 {
    margin-bottom: 34px;
    display: block
  }
  .c-price__sec .c-price__ul02>li {
    margin-bottom: 24px;
    width: auto
  }
  .c-price__sec .c-price__ul02>li:last-child {
    margin-bottom: 0
  }
  .c-price__sec .c-price__ul02>li .c-price__bor {
    padding: 22px 10px 36px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #d4e4f2;
    border-top: 0;
    background-color: #fff
  }
  .c-price__sec .c-price__ul02 li .c-price__bg01 {
    padding-top: 0;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px 16px 0 0
  }
  .c-price__sec .c-price__ul02 li.on .c-price__bg01 {
    padding-top: 12px
  }
  .c-price__sec .c-price__ul02 li.on .c-price__bg01::after {
    padding: 8px 5px;
    top: -18px;
    width: 76px;
    left: calc(50% - 38px);
    font-size: 1.5rem
  }
  .c-price__sec .c-price__ul02 li .c-price__bg01 p {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .07em;
    line-height: 1.65
  }
  .c-price__sec .c-price__ul02 li .c-price__bg01 p span {
    font-size: 1.6rem
  }
  .c-price__sec .c-price__ul02 li .c-price__text01 {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.63;
    letter-spacing: .04em
  }
  .c-price__sec .c-price__ul02 li .c-price__text02 {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .03em;
    margin-bottom: 10px
  }
  .c-price__sec .c-price__ul02 li .c-price__text03 {
    margin: -2px 0 12px;
    font-size: 1.6rem;
    letter-spacing: .05em
  }
  .c-price__sec .c-price__ul02 li .c-price__text03 span {
    font-size: 3.2rem
  }
  .c-price__sec .c-price__ul02 li ul {
    padding: 0 13px;
    text-align: center
  }
  .c-price__sec .c-price__ul02 li li {
    margin: 14px 5px 0;
    padding: 4px 0;
    width: 83px;
    color: #3792e5;
    font-weight: 700;
    border: 1px solid #3792e5;
    display: inline-block;
    text-align: center
  }
  .c-price__sec .c-price__ul02 li li.on {
    color: #b8b8b8;
    border: 1px solid #b8b8b8
  }
  .flow__page .c-common-table td ul {
    padding: 0 13px;
    text-align: left
  }
  .flow__page .c-common-table td ul li {
    margin: 14px 5px 0;
    padding: 4px 0;
    width: 125px;
    color: #3792e5;
    font-weight: 700;
    border: 1px solid #3792e5;
    display: inline-block;
    text-indent: 0;
    font-size: 1.4rem;
    text-align: center
  }
  .c-price__sec .c-price__ul02_col1 {
    margin-bottom: 34px;
    display: block
  }
  .c-price__sec .c-price__ul02_col1>li {
    margin-bottom: 24px;
    width: auto
  }
  .c-price__sec .c-price__ul02_col1>li:last-child {
    margin-bottom: 0
  }
  .c-price__sec .c-price__ul02_col1>li .c-price__bor {
    padding: 22px 10px 22px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #d4e4f2;
    border-top: 0
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__bg01 {
    padding-top: 0;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px 16px 0 0
  }
  .c-price__sec .c-price__ul02_col1 li.on .c-price__bg01 {
    padding-top: 12px
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__bg01 p {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: .07em;
    line-height: 1.65
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__bg01 p span {
    font-size: 1.6rem
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__text01 {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 1.63;
    letter-spacing: .04em
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__text02 {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .03em;
    margin-bottom: 10px
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__text03 {
    margin: -2px 0 12px;
    font-size: 1.6rem;
    letter-spacing: .05em
  }
  .c-price__sec .c-price__ul02_col1 li .c-price__text03 span {
    font-size: 3.2rem
  }
  .c-price__sec .c-price__ul02_col1 li ul {
    padding: 0 13px;
    text-align: center
  }
  .c-price__sec .c-price__ul02_col1 li li {
    margin: 14px 5px 0;
    padding: 4px 0;
    width: 130px;
    color: #3792e5;
    font-weight: 700;
    border: 1px solid #3792e5;
    display: inline-block;
    text-align: center
  }
  .c-price__sec .c-price__ul02_col1 li li.wide {
    width: 130px
  }
  .c-price__sec .c-price__ul02_col1 li li.on {
    color: #b8b8b8;
    border: 1px solid #b8b8b8
  }
  .c-price__sec .c-btn {
    margin-bottom: 55px
  }
  .c-price__sec .c-btn:last-child {
    margin-bottom: 0
  }
  .c-price__sec .c-btn a {
    padding: 1.3rem;
    width: 90%;
    -webkit-box-shadow: 3px 6px 6px 5px rgba(0, 53, 129, .12);
    box-shadow: 3px 6px 6px 5px rgba(0, 53, 129, .12)
  }
  .c-price__sec .c-btn a::after {
    right: 25px
  }
  .c-price__sec .c-price__title03 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    letter-spacing: .09em
  }
}

.c-price__sec .c-price__ul02_col1 li.on .discount__bg01 {
  background: #e4ebff;
  width: 50%;
  padding: 5px;
  margin: 30px auto 15px;
  border-radius: 16px
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02_col1 li.on .discount__bg01 {
    width: 90%
  }
}

.c-price__sec .c-price__ul02_col1 li.on .discount__bg01 p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #3792e6;
  text-align: center
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02_col1 li.on .discount__bg01 p {
    font-size: 1.6rem
  }
}

.c-price__sec .c-price__ul02_col1 li .c-price__discount {
  color: #737373;
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02_col1 li .c-price__discount {
    margin: 0 0 12px;
    font-size: 1.6rem;
    letter-spacing: .05em
  }
}

.c-price__sec .c-price__ul02_col1 li .c-price__discount span {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02_col1 li .c-price__discount span {
    font-size: 3.2rem
  }
}

.c-price__sec .c-price__ul02 li .c-price__free, .c-price__sec .c-price__ul02_col1 li .c-price__free {
  color: #737373;
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li .c-price__free, .c-price__sec .c-price__ul02_col1 li .c-price__free {
    margin: 0 0 10px;
    font-size: 1.6rem;
    letter-spacing: .05em
  }
}

.c-price__sec .c-price__ul02 li .c-price__free span, .c-price__sec .c-price__ul02_col1 li .c-price__free span {
  color: #3792e6;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li .c-price__free span, .c-price__sec .c-price__ul02_col1 li .c-price__free span {
    font-size: 3.2rem
  }
}

.c-price__sec .c-price__ul02 li.on .discount__bg01 {
  background: #e4ebff;
  width: 95%;
  padding: 5px;
  margin: 30px auto 15px;
  border-radius: 16px
}

.c-price__sec .c-price__ul02 li.on .discount__bg01 p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #3792e6;
  text-align: center
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li.on .discount__bg01 p {
    font-size: 1.6rem
  }
}

.c-price__sec .c-price__ul02 li .discount__bg01 {
  background: #ebebeb;
  width: 95%;
  padding: 5px;
  margin: 30px auto 15px;
  border-radius: 16px
}

.c-price__sec .c-price__ul02 li .discount__bg01 p {
  font-weight: 700;
  font-size: 1.8rem;
  color: #2a2a2a;
  text-align: center
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li .discount__bg01 p {
    font-size: 1.6rem
  }
}

.c-price__sec .c-price__ul02 li .c-price__discount {
  color: #737373;
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li .c-price__discount {
    margin: 0 0 12px;
    font-size: 1.6rem;
    letter-spacing: .05em
  }
}

.c-price__sec .c-price__ul02 li .c-price__discount span {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02 li .c-price__discount span {
    font-size: 3.2rem
  }
}

.c-price__sec .c-price__ul02_col1 {
  margin-bottom: 57px
}

@media (max-width:768px) {
  .c-price__sec .c-price__ul02_col1 {
    margin-bottom: 25px
  }
}

.c-price__sec .c-price__ul02_col1>li .c-price__bor {
  background-color: #fff
}

.plan__page .c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px
}

@media (max-width:768px) {
  .plan__page .c-btn a {
    width: 90%;
    padding: 1.6rem;
    display: block
  }
}

.fee__page .c-btn {
  margin-bottom: 0
}

.fee__page .c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px
}

@media (max-width:768px) {
  .fee__page .c-btn a {
    width: 90%;
    padding: 1.6rem;
    display: block
  }
}

.fee__page .c-sec__title {
  margin-bottom: 32px
}

@media (max-width:768px) {
  .fee__page .c-sec__title {
    margin-bottom: 28px
  }
}

.fee__page .flow-title01 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

@media (max-width:768px) {
  .fee__page .flow-title01 {
    margin-bottom: 14px;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: .08em
  }
}

.fee__page .c-common-table {
  margin-bottom: 57px
}

.fee__page .c-common-table th {
  width: 19%;
  font-weight: 900;
  vertical-align: middle
}

.fee__page .c-common-table td {
  width: 81%
}

.fee__page .c-common-table td ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem
}

.fee__page .c-common-table td ul li:last-child {
  margin-bottom: 0
}

.fee__page .c-common-table td ul li span {
  font-weight: 700
}

.fee__page .c-common-table td p {
  font-size: 1.6rem
}

.fee__page .c-common-table td p.price {
  margin-top: -15px;
  font-weight: 900
}

.fee__page .c-common-table td p.price span {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: Roboto, sans-serif
}

.fee__page .c-common-table td p.price_free {
  color: #737373;
  margin-top: -15px;
  font-weight: 900;
  margin-bottom: 10px
}

.fee__page .c-common-table td p.price_free span {
  color: #2a2a2a;
  font-size: 3.2rem;
  font-weight: 900;
  font-family: Roboto, sans-serif
}

.fee__page .link__ul {
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fee__page .link__ul .flex__item {
  width: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  max-width: 18%;
  font-weight: 900
}

.fee__page .link__ul .flex__item a {
  padding: 10px 10px 30px;
  -webkit-box-shadow: 0 6px 6px 0 #0035811F;
  box-shadow: 0 6px 6px 0 #0035811F
}

.fee__page .link__ul .flex__item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.fee__page .link__ul .flex__item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  bottom: 15px;
  left: calc(50% - 9px);
  border: 3px solid;
  border-color: transparent transparent #3792e5 #3792e5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none
}

.fee__page .link__ul .flex__item p {
  font-size: 1.8rem;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  .fee__page .c-common-table {
    margin-bottom: 25px
  }
  .fee__page.c-page .c-common-table {
    margin: 0 0 25px
  }
  .fee__page.c-page .c-common-table01 {
    margin-bottom: 24px
  }
  .fee__page.c-page .c-common-table th {
    width: 27%;
    text-align: center
  }
  .fee__page.c-page .c-common-table td {
    width: 73%;
    vertical-align: middle
  }
  .fee__page.c-page .c-common-table td ul li {
    margin-bottom: 2px;
    font-size: 1.4rem;
    line-height: 1.56
  }
  .fee__page .c-common-table td p {
    font-size: 1.4rem
  }
  .fee__page .c-common-table td p.price {
    margin-top: -2px;
    line-height: 1.6
  }
  .fee__page .c-common-table td p.price span {
    font-size: 2.8rem
  }
  .fee__page .c-common-table td p.price_free {
    margin-top: -2px;
    line-height: 1.6
  }
  .fee__page .c-common-table td p.price_free span {
    font-size: 2.8rem
  }
  .fee__page .link__ul {
    margin: -24px 0 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .fee__page .link__ul .flex__item {
    margin: 24px 0 0!important;
    width: 47.5%!important;
    -ms-flex-preferred-size: 47.5%!important;
    flex-basis: 47.5%!important;
    max-width: 47.5%!important
  }
  .fee__page .link__ul .flex__item a {
    padding: 20px 10px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 4px 4px rgba(0, 53, 129, .07);
    box-shadow: 2px 4px 4px 4px rgba(0, 53, 129, .07)
  }
  .fee__page .link__ul .flex__item a::after {
    bottom: 13px
  }
  .fee__page .link__ul .flex__item p {
    font-size: 1.4rem;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.flow__page .c-sec__title {
  margin-bottom: 32px
}

.flow__page .flow-note {
  margin-bottom: 8px;
  text-align: right;
  font-size: 1.4rem
}

.flow__page .flow-text__ul {
  margin-bottom: 57px;
  margin-top: 68px;
  position: relative;
  z-index: 1
}

.flow__page .flow-text__ul::after {
  position: absolute;
  top: 0;
  left: 136px;
  width: 8px;
  height: 100%;
  background-color: #b8dbf5;
  content: ''
}

@media (max-width:768px) {
  .flow__page .flow-text__ul::after {
    left: 50%
  }
}

.flow__page .flow-text__ul li {
  margin-bottom: 76px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  border: 1px solid #d4e4f2;
  z-index: 2
}

.flow__page .flow-text__ul li:last-child {
  margin-bottom: 0
}

.flow__page .flow-text__ul li:last-child:after {
  display: none
}

.flow__page .flow-text__ul li .flow-left__box {
  padding: 48px 17px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e4ebff;
  border-radius: 20px 0 0 20px
}

.flow__page .flow-text__ul li .flow-left__box .flow-left_ttl {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: .04em
}

.flow__page .flow-text__ul li .flow-left__box .flow-left_ttl .icon {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ff6060;
  border-radius: 50%
}

.flow__page .flow-text__ul li .flow-left__box .flow-left_ttl .icon .fa-exclamation:before {
  color: #fff
}

.flow__page .flow-text__ul li .flow-left__box .flow-left_txt {
  font-size: 1.8rem;
  font-weight: 500
}

.flow__page .flow-text__ul li .flow-left__box {
  position: relative
}

.flow__page .flow-text__ul li .flow-left__box .guide-mark {
  position: absolute;
  top: 0;
  margin: -40px auto 20px;
  padding-top: 5px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100px;
  background-color: #ff6060
}

@media (max-width:768px) {
  .flow__page .flow-text__ul li .flow-left__box .guide-mark {
    margin: -24px auto 14px;
    width: 48px;
    height: 48px;
    padding-top: 0
  }
}

.flow__page .flow-text__ul li .flow-left__box .guide-mark .guide-link__en {
  margin-bottom: 3px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .flow__page .flow-text__ul li .flow-left__box .guide-mark .guide-link__en {
    font-size: 1.2rem;
    line-height: 1.17;
    letter-spacing: .96px;
    margin-bottom: 0;
    margin-top: 6px
  }
}

.flow__page .flow-text__ul li .flow-left__box .guide-mark .guide-link__num {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: .03em;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .flow__page .flow-text__ul li .flow-left__box .guide-mark .guide-link__num {
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 1.28px
  }
}

.flow__page .flow-text__ul li .flow-right__box {
  padding: 20px;
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flow__page .flow-text__ul li .flow-right__box p {
  line-height: 2;
  font-size: 1.4rem
}

.flow__page .flow-text__ul li .flow-right__box .c-btn .c-btn__sm {
  max-width: 280px;
  margin: 20px auto;
  padding: 12px
}

@media (max-width:768px) {
  .flow__page .flow-text__ul li .flow-right__box .c-btn .c-btn__sm {
    width: 100%
  }
}

.flow__page .c-btn {
  margin-bottom: 0
}

.flow__page .c-btn a {
  margin: 0 auto;
  padding: 1.6rem;
  display: block;
  max-width: 400px
}

.flow__page .flow-table__box .c-sec__title {
  margin-bottom: 50px
}

.flow__page .flow-title01 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: .08em
}

.flow__page .c-common-table {
  margin-bottom: 50px
}

.flow__page .c-common-table th {
  width: 19%;
  font-weight: 900;
  vertical-align: middle
}

.flow__page .c-common-table td {
  width: 81%
}

.flow__page .c-common-table td ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem
}

.flow__page .c-common-table td ul li:last-child {
  margin-bottom: 0
}

.flow__page .c-common-table td ul li span {
  font-weight: 700
}

.flow__page .c-common-table td p {
  font-size: 1.6rem
}

.flow__page .c-common-table td p.price {
  margin-top: -15px;
  font-weight: 900
}

.flow__page .c-common-table td p.price span {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: Roboto, sans-serif
}

.flow__page .c-common-table td p.price_free {
  color: #737373;
  margin-top: -15px;
  font-weight: 900;
  margin-bottom: 10px
}

.flow__page .c-common-table td p.price_free span {
  color: #2a2a2a;
  font-size: 3.2rem;
  font-weight: 900;
  font-family: Roboto, sans-serif
}

@media (max-width:768px) {
  .flow__page .c-sec__title {
    margin-bottom: 24px
  }
  .flow__page .flow-text__ul {
    margin-bottom: 25px
  }
  .flow__page .flow-text__ul li {
    margin-bottom: 48px;
    border-radius: 12px
  }
  .flow__page .flow-text__ul li:last-child {
    margin-bottom: 0
  }
  .flow__page .flow-text__ul li:last-child:after {
    display: none
  }
  .flow__page .flow-text__ul li {
    display: block
  }
  .flow__page .flow-text__ul li .flow-left__box {
    padding: 32px 10px 10px 20px;
    min-height: 88px;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    width: 100%
  }
  .flow__page .flow-text__ul li .flow-left__box .flow-left_ttl {
    font-size: 2rem;
    letter-spacing: .04em
  }
  .flow__page .flow-text__ul li .flow-left__box .flow-left_txt {
    font-size: 1.6rem;
    font-weight: 400
  }
  .flow__page .flow-text__ul li .flow-right__box {
    padding: 0 20px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .flow__page .flow-text__ul li .flow-right__box p {
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: left
  }
  .flow__page .c-btn {
    margin-bottom: 0
  }
  .flow__page .c-btn a {
    width: 90%;
    padding: 1.6rem;
    display: block
  }
  .flow__page .flow-table__box .c-sec__title {
    margin-bottom: 28px
  }
  .flow__page .flow-title01 {
    margin-bottom: 14px;
    font-size: 1.8rem;
    text-align: left;
    letter-spacing: .08em
  }
  .flow__page.c-page .c-common-table {
    margin: 0 0 50px
  }
  .flow__page.c-page .c-common-table01 {
    margin-bottom: 24px
  }
  .flow__page.c-page .c-common-table th {
    width: 27%;
    text-align: center
  }
  .flow__page.c-page .c-common-table td {
    width: 73%;
    vertical-align: middle
  }
  .flow__page.c-page .c-common-table td ul li {
    margin-bottom: 2px;
    font-size: 1.4rem;
    line-height: 1.56
  }
  .flow__page .c-common-table td p {
    font-size: 1.4rem
  }
  .flow__page .c-common-table td p.price {
    margin-top: -2px;
    line-height: 1.6
  }
  .flow__page .c-common-table td p.price span {
    font-size: 2.8rem
  }
  .flow__page .c-common-table td p.price_free {
    margin-top: -2px;
    line-height: 1.6
  }
  .flow__page .c-common-table td p.price_free span {
    font-size: 2.8rem
  }
}

.products__page.products .c-mv__title {
  padding-top: 80px
}

.products__page .production-detail__query li {
  margin: 0 1%;
  width: 23.5%
}

.products__page .production-detail__query a {
  padding: 30px 0 20px;
  display: block;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 53, 129, .12);
  box-shadow: 4px 4px 10px rgba(0, 53, 129, .12)
}

.products__page .production-detail__query a:hover {
  color: #2a2a2a;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.products__page .production-detail__query .query-pho {
  margin: 0 auto 8px;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.products__page .production-detail__query .query-pho__input {
  margin: 0 auto;
  width: 120px;
  position: relative
}

.products__page .production-detail__query .query-pho__input input[type=text] {
  padding: 2px 40px 2px 12px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  border-radius: 100px;
  resize: vertical;
  border: 5px solid #3792e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #efefef;
  appearance: none
}

.products__page .production-detail__query .query-pho__input input:-moz-placeholder {
  color: #2a2a2a;
  font-size: 2.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.products__page .production-detail__query .query-pho__input input::-moz-placeholder {
  color: #2a2a2a;
  font-size: 2.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.products__page .production-detail__query .query-pho__input input:-ms-input-placeholder {
  color: #2a2a2a;
  font-size: 2.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.products__page .production-detail__query .query-pho__input input[type=button] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  width: 38px;
  height: 38px;
  border-radius: 0 100px 100px 0;
  resize: vertical;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #3792e5 url(/image/common_icon_query) no-repeat center center;
  appearance: none
}

.products__page .production-detail__query .query-txt {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  background: url(/image/common_icon_arrow01) no-repeat right 18px center
}

.products__page .c-link__ul {
  margin-bottom: 37px
}

.products__page .c-link__ul li li:nth-child(n+3) {
  display: block
}

@media (max-width:768px) {
  .products__page.products .c-mv__title {
    padding-top: 50px
  }
  .products__page .c-sec {
    padding: 30px 0 35px
  }
  .products__page .c-sec.c-bg__blue {
    padding: 52px 0 35px
  }
  .products__page .production-detail__query {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .products__page .production-detail__query li {
    margin: 0;
    width: 48%
  }
  .products__page .production-detail__query a {
    padding: 15px 0;
    display: block;
    border-radius: 12px
  }
  .products__page .production-detail__query .query-pho {
    margin: 0 auto 6px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .products__page .production-detail__query .query-pho__input {
    width: 80px
  }
  .products__page .production-detail__query .query-pho__input input[type=text] {
    padding: 2px 30px 2px 8px;
    height: 26px;
    font-size: 1.4rem;
    border: 3px solid #3792e5
  }
  .products__page .production-detail__query .query-pho__input input:-moz-placeholder {
    font-size: 1.5rem
  }
  .products__page .production-detail__query .query-pho__input input::-moz-placeholder {
    font-size: 1.5rem
  }
  .products__page .production-detail__query .query-pho__input input:-ms-input-placeholder {
    font-size: 1.5rem
  }
  .products__page .production-detail__query .query-pho__input input[type=button] {
    width: 25px;
    height: 25px;
    border: none;
    background: #3792e5 url(/image/common_icon_query) no-repeat center center/11px auto
  }
  .products__page .production-detail__query .query-txt {
    font-size: 1.4rem;
    line-height: 1.55;
    background: url(/image/common_icon_arrow01) no-repeat right 12px center
  }
  .products__page .c-link__ul {
    margin-bottom: 37px
  }
  .products__page .c-link__ul li li:nth-child(n+3) {
    display: block
  }
}

.c-page__navi {
  margin-bottom: 30px;
  text-align: center
}

.c-page__navi li {
  margin: 0 4px;
  width: 40px
}

.c-page__navi li a {
  display: block;
  height: 48px;
  border-radius: 8px;
  font-size: 2rem;
  color: #3792e5;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #3792e5;
  background-color: #fff;
  font-family: Roboto, sans-serif
}

.c-page__navi li a:hover {
  opacity: .7
}

.c-page__navi li.on a {
  color: #fff;
  background-color: #3792e5
}

.c-page__navi li.navi-left01 a {
  border: 1px solid #b8b8b8
}

.c-page__navi li.navi-left02 a {
  border: 1px solid #b8b8b8
}

@media (min-width:769px) and (max-width:1020px) {
  .products__page .production-detail__query li {
    width: 40%
  }
  .flow__page .c-common-table th {
    width: 25%
  }
  .flow__page .c-common-table td {
    width: 75%
  }
}

@media (min-width:769px) and (max-width:1000px) {
  .c-tab__ul li a {
    font-size: 2rem
  }
  .production_common .img_col-list .img_col2 {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-line-pack: inherit;
    align-content: inherit
  }
  .production_common .production_title {
    font-size: 3.5rem
  }
}

@media (max-width:768px) {
  .c-page__navi {
    margin: 0 -20px 30px
  }
}

@media (max-width:360px) {
  .production_common .production_title {
    font-size: 1.6rem
  }
}

@media (max-width:350px) {
  .c-page__navi li {
    width: 35px
  }
  .c-page__navi li a {
    height: 40px
  }
  .c-tab__ul li a {
    font-size: 1.4rem
  }
}

.production-common__detail .production-detail__query {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.production-common__detail .production-detail__query li {
  margin: 0;
  width: 48.5%
}

.production-common__detail .production-detail__query a {
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 88px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 53, 129, .2);
  box-shadow: 4px 4px 10px rgba(0, 53, 129, .2);
  background-color: #fff
}

.production-common__detail .production-detail__query a:hover {
  color: #2a2a2a;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}

.production-common__detail .production-detail__query .query-pho {
  margin: 0 23px 0 0
}

.production-common__detail .production-detail__query .query-pho img {
  width: 64px
}

.production-common__detail .production-detail__query .query-pho__input {
  margin: 0 auto;
  width: 64px;
  position: relative
}

.production-common__detail .production-detail__query .query-pho__input input[type=text] {
  padding: 2px 20px 2px 5px;
  width: 100%;
  height: 21px;
  font-size: 1.4rem;
  border-radius: 100px;
  resize: vertical;
  border: 3px solid #3792e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #efefef;
  appearance: none
}

.production-common__detail .production-detail__query .query-pho__input input:-moz-placeholder {
  color: #2a2a2a;
  font-size: 1.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.production-common__detail .production-detail__query .query-pho__input input::-moz-placeholder {
  color: #2a2a2a;
  font-size: 1.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.production-common__detail .production-detail__query .query-pho__input input:-ms-input-placeholder {
  color: #2a2a2a;
  font-size: 1.3rem;
  font-weight: 900;
  opacity: 1;
  font-family: Roboto, sans-serif
}

.production-common__detail .production-detail__query .query-pho__input input[type=button] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 0 100px 100px 0;
  resize: vertical;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #3792e5 url(/image/common_icon_query) no-repeat center center/9px auto;
  appearance: none
}

.production-common__detail .production-detail__query .query-txt {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center
}

.production-common__detail .c-faq-list .c-faq-list__title {
  padding: 30px 80px 30px 35px;
  font-size: 1.8rem;
  font-weight: 900
}

.production-common__detail .c-faq-list .c-faq-list__title::after {
  width: 98px;
  height: 98px;
  right: 0;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background: url(/image/common_plus2x) no-repeat center center/cover
}

.production-common__detail .c-faq-list .c-faq-list__title.is-active::after {
  background-image: url(/image/common_minus2x)
}

.production-common__detail .c-faq-list .c-faq-list__title.is-active+.c-faq-list__answer {
  padding: 45px 45px 50px 40px
}

.production-common__detail .detail-bg__box {
  padding: 40px;
  border: 1px solid #d4e4f2;
  border-radius: 20px;
  background-color: #fff
}

.production-common__detail .img__box {
  margin-bottom: 40px
}

.production-common__detail .img__box .photo__box {
  width: 320px
}

.production-common__detail .img__box .text__box {
  padding-top: 10px;
  width: calc(100% - 363px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative
}

.production-common__detail .img__box .text__box .add_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px
}

.production-common__detail .img__box .text__box .add_btn a {
  padding: 10px;
  display: block;
  color: #3792e5;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 53, 129, .12);
  box-shadow: 4px 4px 10px rgba(0, 53, 129, .12)
}

@media (min-width:821px) {
  .production-common__detail .img__box .text__box .add_btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

.production-common__detail .img__box .text__box .add_btn a span {
  padding-left: 23px;
  font-weight: 900;
  display: inline-block;
  background: url(/image/common_icon_star01) no-repeat left center
}

.production-common__detail .img__box .text__box .name {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .05em
}

.production-common__detail .img__box .text__box .txt {
  margin-bottom: 5px;
  font-size: 1.6rem;
  line-height: 2
}

.production-common__detail .img__box .text__box .link {
  text-align: right
}

.production-common__detail .img__box .text__box .link a {
  color: #3792e5;
  font-size: 1.6rem
}

.production-common__detail .img__box .text__box .link a:hover {
  opacity: .7
}

.production-common__detail .radio_ul {
  margin-bottom: 40px
}

.production-common__detail .radio_ul li {
  margin-bottom: 24px;
  padding: 12px 0 10px;
  border: 1px solid #e4ebff;
  border-radius: 15px
}

.production-common__detail .radio_ul li:last-child {
  margin-bottom: 0
}

.production-common__detail .radio_ul li label {
  display: block;
  cursor: pointer
}

.production-common__detail .radio_ul li label .c-flex__b {
  padding: 0 30px 0 60px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.production-common__detail .radio_ul li label span span span {
  display: block
}

.production-common__detail .radio_ul li label .left__span .ttl {
  margin-bottom: 9px;
  color: #3792e5;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: .05em
}

.production-common__detail .radio_ul li label .left__span .txt {
  font-size: 1.4rem;
  letter-spacing: .05em
}

.production-common__detail .radio_ul li label .right__span span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: 900
}

.production-common__detail .radio_ul li label .right__span .ttl {
  font-size: 2rem;
  letter-spacing: .07em;
  line-height: 1.3
}

.production-common__detail .radio_ul li label .right__span .txt {
  font-size: 1.2rem
}

.production-common__detail .radio_ul li label input[type=radio] {
  display: none
}

.production-common__detail .radio_ul li input[type=radio]+.insert>span {
  background: url(/image/common_radio_img01) no-repeat left 18px top/24px auto
}

.production-common__detail .radio_ul li input[type=radio]:checked+.insert>span {
  background-image: url(/image/common_radio_img02)
}

.production-common__detail .text__dl {
  margin-bottom: 24px;
  padding: 10px 37px;
  background-color: #f7f9ff;
  border-radius: 16px
}

.production-common__detail .text__dl dt {
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  cursor: pointer
}

.production-common__detail .text__dl dt::after {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 96px;
  height: 96px;
  background: url(/image/common_plus2x) no-repeat center center/cover;
  content: ''
}

.production-common__detail .text__dl dt.on::after {
  background-image: url(/image/common_minus2x)
}

.production-common__detail .text__dl dd {
  padding: 1px 0 30px;
  display: none
}

.production-common__detail .text__dl dd p {
  font-size: 1.8rem;
  line-height: 2
}

.production-common__detail .text__dl dd .ttl {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 900
}

.production-common__detail .text__dl dd .ttl:first-child {
  margin-top: 0
}

.production-common__detail .text__dl dd .c-btn {
  margin: 30px 0 0
}

.production-common__detail .text__dl dd .c-btn a {
  margin: 0 auto;
  padding: 1.8rem;
  display: block;
  max-width: 400px;
  min-width: auto
}

.production-common__detail .text__dl dd .c-price__sec {
  margin: 0;
  padding: 28px 0 0
}

.production-common__detail .text__dl dd .c-price__sec .c-sec__inner {
  padding: 0
}

.production-common__detail .text__dl dd .c-price__sec .c-price__title01 {
  margin-bottom: 18px;
  text-align: left
}

.production-common__detail .text__dl dd .c-price__sec .c-price__ul01 {
  margin-bottom: 40px
}

.production-common__detail .text__dl dd .c-price__sec .c-price__title02 {
  margin-bottom: 42px
}

.production-common__detail .text__dl dd .c-price__sec .c-price__text03 {
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0
}

.production-common__detail .text__dl dd .c-price__sec .c-price__text03 small {
  margin-bottom: 15px;
  display: block;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: .08em
}

.production-common__detail .text__dl dd .c-price__sec .c-price__ul02 {
  margin-bottom: 0
}

.production-common__detail .text__dl dd .c-price__sec .c-price__ul02>li {
  background-color: #fff
}

.production-common__detail .flow-text__ul {
  margin: 30px 0 45px
}

.production-common__detail .flow-text__ul li {
  margin-bottom: 76px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  border: 1px solid #d4e4f2
}

.production-common__detail .flow-text__ul li::after {
  position: absolute;
  bottom: -60px;
  left: calc(50% - 50px);
  width: 99px;
  height: 37px;
  background: url(/image/common_icon_bg01) no-repeat center center/cover;
  content: '';
  z-index: 3
}

.production-common__detail .flow-text__ul li:last-child {
  margin-bottom: 0
}

.production-common__detail .flow-text__ul li:last-child:after {
  display: none
}

.production-common__detail .flow-text__ul li .flow-left__box {
  padding: 10px 10px 10px 20px;
  width: 280px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e4ebff;
  border-radius: 20px 0 0 20px
}

.production-common__detail .flow-text__ul li .flow-left__box .flow-left_ttl {
  margin-bottom: 9px;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: .04em
}

.production-common__detail .flow-text__ul li .flow-left__box .flow-left_txt {
  font-size: 1.8rem;
  font-weight: 500
}

.production-common__detail .flow-text__ul li .flow-right__box {
  min-height: 120px;
  padding: 10px 60px 10px 25px;
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.production-common__detail .flow-text__ul li .flow-right__box p {
  line-height: 2;
  font-size: 1.6rem
}

.production-common__detail .table__inner {
  padding-top: 30px
}

.production-common__detail .flow-title01 {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: .08em
}

.production-common__detail .c-common-table {
  margin-bottom: 50px
}

.production-common__detail .c-common-table01 {
  margin-bottom: 0
}

.production-common__detail .c-common-table th {
  width: 21%;
  font-weight: 900;
  vertical-align: middle;
  background-color: #e4ebff
}

.production-common__detail .c-common-table td {
  width: 79%;
  background-color: #fff
}

.production-common__detail .c-common-table td ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem
}

.production-common__detail .c-common-table td ul li:last-child {
  margin-bottom: 0
}

.production-common__detail .c-common-table td ul li span {
  font-weight: 700
}

.production-common__detail .c-common-table td p {
  font-size: 1.6rem
}

.production-common__detail .link-list__ul {
  margin-bottom: 23px
}

.production-common__detail .link-list__ul li {
  padding: 40px;
  width: 47.5%;
  border-radius: 16px;
  background-color: #f7f9ff
}

.production-common__detail .link-list__ul li .ttl {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center
}

.production-common__detail .link-list__ul li .c-btn {
  margin-bottom: 0;
  text-align: center
}

.production-common__detail .link-list__ul li .c-btn a {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  min-width: auto;
  padding: 1.7rem;
  font-size: 2rem
}

.production-common__detail .link-list__ul li .c-btn__contact.c-btn__md span::before {
  width: 30px;
  height: 21px
}

.production-common__detail .tel-box {
  margin-bottom: 60px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.production-common__detail .tel-box .ttl {
  font-size: 1.8rem;
  font-weight: 900
}

.production-common__detail .tel-box .tel {
  margin: 0 30px;
  color: #3792e5;
  font-size: 3.4rem;
  font-weight: 700
}

.production-common__detail .tel-box .tel a {
  color: #3792e5;
  letter-spacing: .04em
}

.production-common__detail .tel-box .time {
  font-size: 1.4rem
}

.production-common__detail .text-bg__box {
  padding: 30px;
  border-radius: 20px;
  background-color: #f7f9ff
}

.production-common__detail .text-bg__box .ttl {
  margin-bottom: 26px;
  font-size: 2rem;
  font-weight: 900;
  text-align: center
}

.production-common__detail .text-bg__box .radio_ul {
  margin-bottom: 30px
}

.production-common__detail .text-bg__box .radio_ul li {
  background-color: #fff
}

.production-common__detail .text-bg__box .radio_ul li label .c-flex__b {
  padding: 0 40px 0 33px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.production-common__detail .text-bg__box .radio_ul li label .left__span .ttl {
  text-align: left
}

.production-common__detail .text-bg__box .radio_ul li label .right__span {
  display: block
}

.production-common__detail .text-bg__box .radio_ul li label .right__span .ttl {
  margin-bottom: 0
}

.production-common__detail .end-liink__ul li {
  text-align: center
}

.production-common__detail .end-liink__ul li .c-btn__contact span {
  padding: 0
}

.production-common__detail .end-liink__ul li .c-btn a.c-btn__contact {
  position: relative
}

.production-common__detail .end-liink__ul li .c-btn a.c-btn__contact::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 28px;
  background: url(/image/common_icon_arrow_w) no-repeat left center;
  background-size: auto;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.production-common__detail .end-liink__ul li .c-btn__contact span::before {
  display: none
}

.production-common__detail .end-liink__ul li .c-btn .c-btn__arrow_blue {
  color: #3792e5
}

.production-common__detail .end-liink__ul li .c-btn .c-btn__arrow_blue::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 38%;
  left: 28px;
  background: url(/image/common_icon_arrow_r) no-repeat;
  vertical-align: middle
}

@media (min-width:769px) and (max-width:1000px) {
  .production-common__detail .c-common-table th {
    padding: 10px;
    width: 25%
  }
  .production-common__detail .c-common-table td {
    width: 75%
  }
}

@media (max-width:768px) {
  .production-common__detail .c-sec.c-bg__blue {
    padding: 32px 0 35px
  }
  .production-common__detail .c-faq-list {
    margin-bottom: 32px;
    border-radius: 12px
  }
  .production-common__detail .c-faq-list .c-faq-list__title {
    padding: 21px 80px 21px 20px;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .035em
  }
  .production-common__detail .c-faq-list .c-faq-list__title::after {
    width: 60px;
    height: 60px
  }
  .production-common__detail .c-faq-list .c-faq-list__title.is-active+.c-faq-list__answer {
    padding: 18px 20px 25px
  }
  .production-common__detail .production-detail__query {
    display: block
  }
  .production-common__detail .production-detail__query li {
    margin: 0 0 16px;
    width: auto
  }
  .production-common__detail .production-detail__query li:last-child {
    margin-bottom: 0
  }
  .production-common__detail .production-detail__query a {
    padding: 10px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    border-radius: 12px
  }
  .production-common__detail .production-detail__query .query-pho {
    margin: 0 10px 0 0
  }
  .production-common__detail .production-detail__query .query-pho img {
    width: 32px
  }
  .production-common__detail .production-detail__query .query-pho__input {
    width: 32px;
    height: 12px;
    line-height: 1
  }
  .production-common__detail .production-detail__query .query-pho__input input[type=text] {
    padding: 1px 10px 1px 4px;
    height: 10px;
    font-size: 1.4rem;
    border: 1px solid #3792e5
  }
  .production-common__detail .production-detail__query .query-pho__input input:-moz-placeholder {
    font-size: .8rem
  }
  .production-common__detail .production-detail__query .query-pho__input input::-moz-placeholder {
    font-size: .8rem
  }
  .production-common__detail .production-detail__query .query-pho__input input:-ms-input-placeholder {
    font-size: .8rem
  }
  .production-common__detail .production-detail__query .query-pho__input input[type=button] {
    top: 2px;
    width: 10px;
    height: 10px;
    border: none;
    background: #3792e5 url(/image/common_icon_query) no-repeat center center/4px auto
  }
  .production-common__detail .production-detail__query .query-txt {
    font-size: 1.2rem;
    line-height: 1
  }
  .production-common__detail .img__box .text__box .add_btn {
    position: absolute;
    top: -10px;
    right: 0;
    width: 136px
  }
  .production-common__detail .img__box .text__box .add_btn a {
    padding: 10px;
    display: block;
    color: #3792e5;
    font-size: 1.2rem;
    font-weight: 900;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 53, 129, .12);
    box-shadow: 4px 4px 10px rgba(0, 53, 129, .12)
  }
}

@media (max-width:768px) and (min-width:821px) {
  .production-common__detail .img__box .text__box .add_btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@media (max-width:768px) {
  .production-common__detail .img__box .text__box .add_btn a span {
    padding-left: 18px;
    font-weight: 900;
    display: inline-block;
    background: url(/image/common_icon_star01) no-repeat left center
  }
  .production-common__detail .c-link__ul {
    margin-bottom: 37px
  }
  .production-common__detail .c-link__ul li li:nth-child(n+3) {
    display: block
  }
  .production-common__detail .detail-bg__box {
    padding: 32px 20px;
    border: 1px solid #d4e4f2;
    border-radius: 12px;
    background-color: #fff
  }
  .production-common__detail .img__box {
    margin-bottom: 18px;
    display: block
  }
  .production-common__detail .img__box .photo__box {
    width: auto
  }
  .production-common__detail .img__box .photo__box img {
    margin: 0 auto;
    width: 76%
  }
  .production-common__detail .img__box .text__box {
    padding: 0 0 10px;
    width: 100%
  }
  .production-common__detail .img__box .text__box .name {
    margin-bottom: 16px;
    font-size: 1.6rem
  }
  .production-common__detail .img__box .text__box .txt {
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .production-common__detail .img__box .text__box .link {
    text-align: center
  }
  .production-common__detail .img__box .text__box .link a {
    color: #3792e5;
    font-size: 1.4rem
  }
  .production-common__detail .radio_ul {
    margin-bottom: 25px
  }
  .production-common__detail .radio_ul li {
    margin-bottom: 18px;
    padding: 12px 0 6px;
    border-radius: 12px
  }
  .production-common__detail .radio_ul li:last-child {
    margin-bottom: 0
  }
  .production-common__detail .radio_ul li label .c-flex__b {
    padding: 0 10px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .production-common__detail .radio_ul li label span span span {
    display: block
  }
  .production-common__detail .radio_ul li label .ttl {
    padding-left: 44px;
    margin-bottom: 8px;
    display: block;
    color: #3792e5;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .02em
  }
  .production-common__detail .radio_ul li label .left__span .txt {
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1.6
  }
  .production-common__detail .radio_ul li label .left__span {
    width: 50px
  }
  .production-common__detail .radio_ul li label .right__span {
    width: calc(100% - 50px);
    text-align: right
  }
  .production-common__detail .radio_ul li label .right__span span {
    display: inline-block;
    vertical-align: bottom;
    font-weight: 900
  }
  .production-common__detail .radio_ul li label .right__span .ttl {
    margin: 0 0 3px;
    padding-left: 0;
    color: #2a2a2a;
    font-size: 2rem;
    letter-spacing: .07em;
    line-height: 1.3
  }
  .production-common__detail .radio_ul li label .right__span .txt {
    font-size: 1.2rem
  }
  .production-common__detail .radio_ul li input[type=radio]+span {
    padding-top: 0;
    padding-bottom: 3px;
    background: url(/image/common_radio_img01) no-repeat left 14px top/24px auto
  }
  .production-common__detail .radio_ul li input[type=radio]:checked+span {
    background-image: url(/image/common_radio_img02)
  }
  .production-common__detail .text__dl {
    margin-bottom: 18px;
    padding: 0 15px;
    border-radius: 12px
  }
  .production-common__detail .text__dl dt {
    padding: 15px 0;
    font-size: 1.6rem
  }
  .production-common__detail .text__dl dt::after {
    top: 0;
    width: 60px;
    height: 60px
  }
  .production-common__detail .text__dl dd {
    padding: 1px 0 10px
  }
  .production-common__detail .text__dl dd p {
    font-size: 1.2rem;
    line-height: 1.6
  }
  .production-common__detail .text__dl dd .ttl {
    margin: 14px 0 4px;
    font-size: 1.4rem
  }
  .production-common__detail .text__dl dd .c-btn {
    margin: 22px 0 0
  }
  .production-common__detail .text__dl dd .c-btn a {
    padding: 1.5rem
  }
  .production-common__detail .text__dl dd .c-price__sec {
    padding: 15px 0 0
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__title01 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__ul01 {
    margin-bottom: 24px
  }
  .production-common__detail .c-price__sec .c-price__ul01 li {
    padding: 10px;
    line-height: 1.6;
    width: 38%
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__title02 {
    margin-bottom: 30px;
    font-size: 1.6rem
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__text03 {
    margin-top: 10px
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__text03 small {
    font-size: 2.4rem
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__ul02 li ul {
    margin-right: -10px;
    padding: 0
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__ul02>li {
    margin-bottom: 16px
  }
  .production-common__detail .text__dl dd .c-price__sec .c-price__ul02>li:last-child {
    margin-bottom: 0
  }
  .production-common__detail .flow-text__ul {
    margin: 20px 0 0
  }
  .production-common__detail .flow-text__ul li {
    margin-bottom: 70px;
    border-radius: 12px
  }
  .production-common__detail .flow-text__ul li::after {
    bottom: -50px
  }
  .production-common__detail .flow-text__ul li:last-child {
    margin-bottom: 0
  }
  .production-common__detail .flow-text__ul li:last-child:after {
    display: none
  }
  .production-common__detail .flow-text__ul li {
    display: block
  }
  .production-common__detail .flow-text__ul li .flow-left__box {
    padding: 10px 10px 10px 20px;
    width: auto;
    min-height: 88px;
    border-radius: 12px 12px 0 0
  }
  .production-common__detail .flow-text__ul li .flow-left__box .flow-left_ttl {
    margin-bottom: 6px;
    font-size: 2rem;
    letter-spacing: .04em
  }
  .production-common__detail .flow-text__ul li .flow-left__box .flow-left_txt {
    font-size: 1.6rem;
    font-weight: 400
  }
  .production-common__detail .flow-text__ul li .flow-right__box {
    min-height: 120px;
    padding: 14px 20px 17px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .production-common__detail .flow-text__ul li .flow-right__box p {
    line-height: 1.6;
    font-size: 1.4rem
  }
  .production-common__detail .table__inner {
    padding-top: 16px
  }
  .production-common__detail .flow-title01 {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: center
  }
  .production-common__detail .c-common-table {
    margin: 5px 0 15px
  }
  .production-common__detail .c-common-table tr:first-child th {
    border-radius: 12px 0 0 0;
    padding-top: 43px
  }
  .production-common__detail .c-common-table th {
    width: 33%;
    text-align: center!important;
    vertical-align: top;
    line-height: 1.53
  }
  .production-common__detail .c-common-table tr td {
    width: 67%
  }
  .production-common__detail .c-common-table td ul li {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6
  }
  .production-common__detail .link-list__ul {
    margin-bottom: 15px;
    display: block
  }
  .production-common__detail .link-list__ul li {
    margin-bottom: 17px;
    padding: 20px 7px 25px;
    width: auto;
    border-radius: 16px
  }
  .production-common__detail .link-list__ul li:last-child {
    margin-bottom: 0
  }
  .production-common__detail .link-list__ul li .ttl {
    margin-bottom: 16px;
    font-size: 1.6rem
  }
  .production-common__detail .link-list__ul li .c-btn a {
    padding: 1.4rem;
    font-size: 1.6rem
  }
  .production-common__detail .link-list__ul li .c-btn__contact.c-btn__md span {
    padding-left: 27px
  }
  .production-common__detail .link-list__ul li .c-btn__contact.c-btn__md span::before {
    width: 24px;
    height: 17px
  }
  .production-common__detail .tel-box {
    margin-bottom: 38px;
    display: block
  }
  .production-common__detail .tel-box p {
    text-align: center
  }
  .production-common__detail .tel-box .ttl {
    margin-bottom: 10px;
    font-size: 1.6rem
  }
  .production-common__detail .tel-box .tel {
    margin: 0 0 6px;
    font-size: 3rem
  }
  .production-common__detail .tel-box .time {
    font-size: 1.2rem
  }
  .production-common__detail .text-bg__box {
    padding: 12px;
    border-radius: 12px
  }
  .production-common__detail .text-bg__box .ttl {
    margin-bottom: 16px;
    font-size: 1.6rem
  }
  .production-common__detail .text-bg__box .radio_ul {
    margin-bottom: 20px
  }
  .production-common__detail .text-bg__box .radio_ul li {
    padding: 10px 10px 5px
  }
  .production-common__detail .text-bg__box .radio_ul li .ttl {
    padding-left: 0;
    text-align: left
  }
  .production-common__detail .text-bg__box .radio_ul li label .c-flex__b {
    padding: 0;
    display: block!important
  }
  .production-common__detail .text-bg__box .radio_ul li label .left__span .ttl {
    text-align: left
  }
  .production-common__detail .text-bg__box .radio_ul li label .right__span {
    display: block;
    width: auto
  }
  .production-common__detail .text-bg__box .radio_ul li label .right__span .ttl {
    margin-bottom: 0
  }
  .production-common__detail .text-bg__box .radio_ul li label .c-flex__b .left__span {
    margin-bottom: 7px;
    width: auto
  }
  .production-common__detail .end-liink__ul li .c-btn a {
    min-width: auto;
    display: block
  }
  .production-common__detail .end-liink__ul li {
    margin-bottom: 18px
  }
  .production-common__detail .end-liink__ul li .c-btn {
    margin-bottom: 0
  }
  .production-common__detail .end-liink__ul li:last-child {
    margin-bottom: 0
  }
}

.basic-plan-table__wrap .basic-plan-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: none
}

.basic-plan-table__wrap .basic-plan-table tr th {
  display: table-cell;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #2a2a2a;
  padding: 32px 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: none;
  background-color: #d4e4f2;
  width: auto
}

.basic-plan-table__wrap .basic-plan-table tr th:first-child {
  width: 11.2%
}

@media (max-width:768px) {
  .basic-plan-__wrap .basic-plan-table tr th {
    display: table-cell;
    width: auto;
    padding: 32px 16px;
    font-size: 1.4rem
  }
  .basic-plan-table__wrap .basic-plan-table tr th:first-child {
    width: 7.5%
  }
  .basic-plan-table__wrap .basic-plan-table.w100 tr th:first-child {
    width: 30%
  }
  .basic-plan-table__wrap .basic-plan-table.w100 tr th:nth-child(2) {
    width: 70%
  }
}

.basic-plan-table__wrap .basic-plan-table tr td {
  font-size: 1.6rem;
  line-height: 2;
  border-top: none;
  border-bottom: 1px solid #d4e4f2;
  border-right: 1px solid #d4e4f2;
  padding: 20px 24px
}

@media (max-width:768px) {
  .basic-plan-table__wrap .basic-plan-table tr td {
    display: table-cell;
    width: auto;
    padding: 20px 8px;
    font-size: 1.4rem
  }
}

.basic-plan-table__wrap .basic-plan-table tr:first-child td {
  border-top: 1px solid #d4e4f2
}

@media (max-width:768px) {
  .basic-plan-table__wrap {
    overflow-x: auto
  }
  .basic-plan-table__wrap .basic-plan-table {
    display: block;
    width: 700px;
    -webkit-overflow-scrolling: touch
  }
  .basic-plan-table__wrap .basic-plan-table.w100 {
    display: table;
    width: 100%
  }
}

.info-common-table__wrap .info-common-table.businessdxstore_terms-table tr td {
  padding: 32px 24px!important
}

.businessdxstore_terms-ol-list__caution.fntb {
  color: #2a2a2a!important
}

.businessdxstore_terms-ul-list.fntb {
  color: #2a2a2a!important
}

.businessdxstore_terms-ul-list.fntb .businessdxstore_terms-text::before {
  background-color: #2a2a2a!important
}

.wid25 {
  width: 25%!important
}

.wid50 {
  width: 50%!important
}

@media (max-width:768px) {
  .wid100_sp {
    width: 100%!important
  }
}

.info-common-table__wrap .info-common-table tr td.leftb {
  border-left: 1px solid #d4e4f2
}

.id-list__block h2 {
  letter-spacing: 3.2px;
  margin-top: 80px;
  font-size: 4rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list__block h2 {
    letter-spacing: 1.44px;
    margin-top: 40px;
    font-size: 1.8rem
  }
}

.id-list__block h3 {
  margin-top: 56px;
  margin-bottom: 24px;
  letter-spacing: 2.2px;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  border-left: 4px solid #3792e5;
  font-size: 2.2rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list__block h3 {
    margin-top: 48px;
    margin-bottom: 16px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    font-size: 1.6rem
  }
}

.id-list__block p {
  line-height: 2;
  font-size: 1.8rem
}

@media (max-width:768px) {
  .id-list__block p {
    line-height: 1.6;
    font-size: 1.4rem
  }
}

.id-list__lead {
  padding: 40px 20px;
  border-radius: 16px
}

@media (max-width:768px) {
  .id-list__lead {
    padding: 20px
  }
}

.id-list__lead span {
  position: relative;
  text-align: left;
  display: inline-block;
  text-indent: 2em;
  letter-spacing: 1.92px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2
}

.id-list__lead span::before {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: url(/image/guide_ic-exclamation) no-repeat;
  background-size: contain
}

@media (max-width:768px) {
  .id-list__lead span::before {
    width: 24px;
    height: 24px
  }
}

@media (max-width:768px) {
  .id-list__lead span {
    letter-spacing: 1.28px;
    font-size: 1.6rem;
    background-size: 24px
  }
}

.id-list__img {
  text-align: center;
  margin: 24px auto 0
}

@media (max-width:768px) {
  .id-list__img {
    margin-top: 20px
  }
}

.id-list__numlist {
  margin-top: 15px
}

.id-list__numlist li {
  position: relative;
  padding-left: 24px;
  line-height: 2;
  font-size: 1.8rem
}

@media (max-width:768px) {
  .id-list__numlist li {
    padding-left: 22px;
    line-height: 1.6;
    font-size: 1.4rem
  }
}

.id-list__numlist li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  color: #3792e5;
  font-weight: 700;
  font-family: Roboto
}

.id-list__numlist li:nth-of-type(1)::before {
  content: "1."
}

.id-list__numlist li:nth-of-type(2)::before {
  content: "2."
}

.id-list__numlist li:nth-of-type(3)::before {
  content: "3."
}

.id-list__numlist li:nth-of-type(4)::before {
  content: "4."
}

.id-list__numlist li+.id-list__numlist li {
  margin-top: 8px
}

.id-list__desclist {
  margin-top: 24px;
  padding-left: 1em
}

@media (max-width:768px) {
  .id-list__desclist {
    margin-top: 20px
  }
}

.id-list__desclist li {
  list-style: "��";
  line-height: 2;
  font-size: 1.8rem
}

@media (max-width:768px) {
  .id-list__desclist li {
    line-height: 1.6;
    font-size: 1.4rem
  }
}

.id-list-step {
  margin-top: 64px
}

@media (max-width:768px) {
  .id-list-step {
    margin-top: 40px
  }
}

.id-list-step__item {
  position: relative;
  text-align: center;
  width: calc(50% - 20px);
  padding: 64px 40px 40px;
  border: 1px solid #e4ebff;
  border-radius: 16px
}

@media (max-width:768px) {
  .id-list-step__item {
    width: 100%;
    padding: 32px 20px;
    border-radius: 12px
  }
}

.id-list-step__item+.id-list-step__item {
  margin-left: 40px
}

@media (max-width:768px) {
  .id-list-step__item+.id-list-step__item {
    margin-top: 44px;
    margin-left: 0
  }
}

.id-list-step__mark {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #ff6060;
  border-radius: 40px
}

@media (max-width:768px) {
  .id-list-step__mark {
    top: -24px;
    left: calc(50% - 24px);
    width: 48px;
    height: 48px
  }
}

.id-list-step__en {
  text-align: center;
  display: block;
  line-height: 1.1;
  letter-spacing: 1.6px;
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list-step__en {
    letter-spacing: .96px;
    font-size: 1.2rem
  }
}

.id-list-step__num {
  text-align: center;
  display: block;
  line-height: 1.1;
  letter-spacing: 1.92px;
  font-size: 2.4rem;
  font-family: Roboto, sans-serif;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list-step__num {
    letter-spacing: 1.28px;
    font-size: 1.6rem
  }
}

.id-list-step__text {
  text-align: center;
  line-height: 1.6;
  font-size: 2.4rem
}

@media (max-width:768px) {
  .id-list-step__text {
    font-size: 1.4rem
  }
}

.id-list-make {
  margin: 24px 0
}

@media (max-width:768px) {
  .id-list-make {
    margin: 16px 0 20px
  }
}

.id-list-make__item {
  width: calc(50% - 20px);
  border: 1px solid #e4ebff;
  border-radius: 16px
}

@media (min-width:821px) {
  .id-list-make__item:hover {
    outline: 2px solid #3792e5
  }
  .id-list-make__item:hover .c-btn .c-btn__white {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
}

@media (max-width:768px) {
  .id-list-make__item {
    width: 100%;
    border-radius: 12px
  }
}

.id-list-make__item+.id-list-make__item {
  margin-left: 40px
}

@media (max-width:768px) {
  .id-list-make__item+.id-list-make__item {
    margin-top: 24px;
    margin-left: 0
  }
}

.id-list-make__title {
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-bottom: 16px;
  color: #3792e5;
  background: #e4ebff;
  border-radius: 16px 16px 0 0;
  font-size: 2.4rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list-make__title {
    height: 64px;
    line-height: 64px;
    border-radius: 12px 12px 0 0;
    font-size: 1.6rem
  }
}

.id-list-make__text {
  text-align: center
}

.id-list-make__detail {
  max-width: 290px;
  width: 100%;
  margin: 24px auto 0
}

@media (max-width:768px) {
  .id-list-make__detail {
    max-width: 210px;
    margin: 20px auto 0
  }
}

.id-list-make__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.id-list-make__detail-list dt {
  width: 150px;
  font-size: 1.4rem;
  font-weight: 400
}

@media (max-width:768px) {
  .id-list-make__detail-list dt {
    width: 100px;
    font-size: 1.2rem
  }
}

.id-list-make__detail-list dd {
  width: 140px;
  font-size: 1.6rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list-make__detail-list dd {
    width: 110px;
    font-size: 1.4rem
  }
}

.id-list-make__detail-list dd span {
  color: #3792e5;
  font-size: 2rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list-make__detail-list dd span {
    font-size: 1.6rem
  }
}

.id-list-make__detail-list+.id-list-make__detail-list {
  margin: 24px 0
}

@media (max-width:768px) {
  .id-list-make__detail-list+.id-list-make__detail-list {
    margin-top: 16px
  }
}

.id-list-make__btn {
  text-align: center;
  margin-top: 24px;
  padding: 0 20px
}

@media (max-width:768px) {
  .id-list-make__btn {
    margin-top: 20px
  }
}

.id-list-make__btn .c-btn__md {
  width: 100%;
  max-width: 400px;
  min-width: 0
}

@media (max-width:768px) {
  .id-list-make__btn .c-btn__md {
    max-width: 300px
  }
}

.id-list__page .id-list__lead span {
  text-align: left;
  text-indent: 1.5em;
  font-size: 2.4rem
}

@media (max-width:768px) {
  .id-list__page .id-list__lead span {
    letter-spacing: 1.28px;
    font-size: 1.6rem;
    background-position: left top 4px;
    background-size: 24px
  }
}

.caution-add_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:768px) {
  .caution-add_box {
    display: block;
    height: auto;
    margin-top: 32px
  }
}

.caution-add_box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  color: #3792e5;
  background: #d4e4f2;
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 16px 16px 0 0;
  padding: 20px 25px;
  letter-spacing: 1.6px;
  cursor: unset!important
}

@media (max-width:768px) {
  .caution-add_box dt {
    text-align: center;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 1.2rem!important;
    border-radius: 12px 12px 0 0;
    padding: 0!important
  }
}

.caution-add_box dd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block!important;
  width: 100%;
  padding: 20px 40px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #d4e4f2;
  border-radius: 0 0 16px 16px
}

@media (max-width:768px) {
  .caution-add_box dd {
    display: block;
    width: 100%;
    padding: 12px 14px;
    font-size: 1.2rem;
    line-height: 1.6;
    border-radius: 0 0 12px 12px
  }
}

.caution-add_box dd .text_bold {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 20px
}

.caution-add_box dt::after {
  background: 0 0!important
}

@media (min-width:769px) {
  .caution_labo {
    height: 112px!important
  }
}

@media (max-width:768px) {
  .caution_labo {
    height: auto!important
  }
}

.caution-add_box dt.important .icon {
  visibility: visible
}

.caution-add_box dt .icon {
  visibility: hidden;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ff6060;
  border-radius: 50%
}

.caution-add_box dt .icon .fa-exclamation:before {
  color: #fff
}

.caution-add_box dd a {
  color: #3792e5
}

.caution-add_box dd a:hover {
  text-decoration: underline
}

.caution-add_box dd .c-btn {
  margin-bottom: 0;
  text-align: center
}

.caution-add_box dd .c-btn .c-btn__sm {
  width: 275px;
  margin: 20px auto;
  color: #fff
}

@media (max-width:768px) {
  .caution-add_box dd .c-btn .c-btn__sm {
    width: 100%!important
  }
}

@media (max-width:320px) {
  .caution-add_box dd .c-btn .c-btn__sm:after {
    right: 10px
  }
}

.c-common-table tr th.detail_dxonline {
  width: 38%
}

@media (max-width:768px) {
  .c-common-table tr th.detail_dxonline {
    width: 33%
  }
}

.products_support_txt {
  text-align: center;
  font-size: 1.6rem;
  margin: 50px 0 10px;
  line-height: 1.6
}

@media (max-width:768px) {
  .products_support_txt {
    font-size: 1.4rem
  }
}

@media screen and (min-width:769px) {
  .tellink {
    pointer-events: none
  }
}

@media screen and (max-width:768px) {
  .tellink {
    color: #3792e5
  }
}

#header-area .iconlists .h_icon_info .h_icon_new {
  display: none
}

#header-area .iconlists .h_icon_info .h_icon_new.on {
  display: block
}

#header-sp .header-sp__inner .header-sp__inner-r .header-area__sp__lists .h_icon_info .h_icon_new {
  display: none
}

#header-sp .header-sp__inner .header-sp__inner-r .header-area__sp__lists .h_icon_info .h_icon_new.on {
  display: block
}

.products_support_txt .icon, .top-box__lead .icon {
  background-color: #ff6060;
  visibility: visible;
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%
}

.products_support_txt .icon i, .top-box__lead .icon i {
  color: #fff;
  vertical-align: middle
}

.caution-add_box.detail_dbm {
  width: 99.5%!important
}

.caution-add_box.detail_dbm dd {
  font-size: 1.4rem;
  line-height: 1.6
}

@media (min-width:769px) and (max-width:1240px) {
  .caution-add_box.detail_dbm {
    width: 89.5%!important;
    margin-left: auto;
    margin-right: auto
  }
}

.caution-add_box.recommend_dbm {
  max-width: 870px;
  margin: 0 auto 40px
}

@media (min-width:1161px) and (max-width:1240px) {
  .caution-add_box.recommend_dbm {
    max-width: 85%
  }
}

@media (min-width:769px) and (max-width:1160px) {
  .caution-add_box.recommend_dbm {
    max-width: 88%
  }
}

@media (max-width:768px) {
  .caution-add_box.detail_dbm dt {
    font-size: 1.2rem
  }
  .caution-add_box.detail_dbm dd {
    font-size: 1.2rem
  }
  .caution-add_box.detail_dbm {
    width: 100%
  }
  .caution-add_box.recommend_dbm {
    display: block;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%
  }
}

.caution-add_box.recommend_subsudy {
  max-width: 675px;
  margin: 40px auto 0
}

@media (max-width:768px) {
  .caution-add_box.recommend_subsudy {
    display: block;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%
  }
}

.caution-add_box.product_subsudy {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  margin-bottom: 30px
}

.caution-add_box.product_subsudy dt {
  width: 36%
}

.caution-add_box.product_subsudy dd {
  width: 64%;
  font-size: 14px
}

@media (max-width:768px) {
  .caution-add_box.recommend_subsudy {
    display: block;
    height: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 100%
  }
  .caution-add_box.product_subsudy {
    max-width: 100%
  }
  .caution-add_box.product_subsudy dt {
    width: 100%
  }
  .caution-add_box.product_subsudy dd {
    width: 100%
  }
}

.caution-add_box.option_subsudy {
  display: block;
  height: auto;
  margin-top: 32px
}

.caution-add_box.option_subsudy dt {
  text-align: center;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 12px 12px 0 0;
  padding: 0!important
}

@media (max-width:768px) {
  .caution-add_box.option_subsudy dt {
    font-size: 1.2rem
  }
}

.caution-add_box.option_subsudy dd {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 16px 20px;
  border-radius: 0 0 12px 12px
}

@media (max-width:768px) {
  .caution-add_box.option_subsudy dd {
    font-size: 1.2rem
  }
}

.caution-add_box.plan_subsudy {
  width: 98%;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:768px) {
  .caution-add_box.plan_subsudy dt {
    font-size: 1.2rem
  }
}

@media (min-width:769px) and (max-width:1240px) {
  .caution-add_box.plan_subsudy {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  .caution-add_box.plan_subsudy dd {
    font-size: 1.2rem
  }
  .caution-add_box.plan_subsudy {
    width: 100%
  }
}

.m-accordion-menu .o-body.js-accordion__body a.products_detail_link, a.products_detail_link:visited {
  color: #000;
  text-decoration: none
}

.m-accordion-menu .o-body.js-accordion__body a.products_detail_link:hover {
  color: #3792e5;
  text-decoration: underline
}

.c-sec__inner.movie {
  max-width: 1056px;
  margin: 0 auto
}

@media (min-width:1240px) {
  .c-sec__inner.movie {
    max-width: 1056px;
    padding: 0 20px
  }
}

.recommend-column .left-box_rec {
  width: calc(100% - 596px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.recommend-column .left-box_rec .recommend {
  text-align: center;
  color: #fff;
  background-color: #44d93f;
  border-radius: 100px;
  padding: 3px 20px;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 8px;
  display: inline-block
}

.recommend-column .left-box_rec h2 {
  text-align: left;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 18px
}

.recommend-column .left-box_rec .recommend_detail {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 50px
}

.recommend-column .right-box_rec {
  margin-left: 36px
}

@media (max-width:900px) {
  .recommend-column .left-box_rec {
    width: auto;
    margin: auto;
    margin-bottom: 16px
  }
  .recommend-column .left-box_rec h2 {
    letter-spacing: -1px;
    font-size: 3rem
  }
  .recommend-column .left-box_rec .recommend_detail {
    font-size: 1.6rem;
    margin-bottom: 15px
  }
  .recommend-column .right-box_rec {
    width: 100%;
    margin-left: 0
  }
  .recommend-column .right-box_rec iframe {
    width: 100%
  }
}

.end-of-newappl {
  font-size: 1.6rem
}

@media (max-width:768px) {
  .end-of-newappl {
    font-size: 1.4rem
  }
}

#sb-site, .sb-site-container, .sb-slidebar {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  height: 100%
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden
}

#sb-site, .sb-site-container {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff
}

.sb-left {
  left: 0
}

.sb-right {
  right: 0
}

.sb-slidebar.sb-static, html.sb-static .sb-slidebar {
  position: absolute
}

.sb-slidebar.sb-active {
  display: block;
  margin-top: 60px;
  padding-bottom: 60px
}

.sb-style-overlay {
  z-index: 999
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch
}

.sb-slidebar {
  width: 30%
}

.sb-width-thin {
  width: 15%
}

.sb-width-wide {
  width: 45%
}

@media (max-width:480px) {
  .sb-slidebar {
    width: 70%
  }
  .sb-width-thin {
    width: 55%
  }
  .sb-width-wide {
    width: 85%
  }
}

@media (min-width:481px) {
  .sb-slidebar {
    width: 55%
  }
  .sb-width-thin {
    width: 40%
  }
  .sb-width-wide {
    width: 70%
  }
}

@media (min-width:768px) {
  .sb-slidebar {
    width: 40%
  }
  .sb-width-thin {
    width: 25%
  }
  .sb-width-wide {
    width: 55%
  }
}

@media (min-width:992px) {
  .sb-slidebar {
    width: 30%
  }
  .sb-width-thin {
    width: 15%
  }
  .sb-width-wide {
    width: 45%
  }
}

@media (min-width:1200px) {
  .sb-slidebar {
    width: 20%
  }
  .sb-width-thin {
    width: 5%
  }
  .sb-width-wide {
    width: 35%
  }
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden
}

.sb-hide {
  display: none
}

:root {
  --color-black: #2A2A2A;
  --color-blue: #0081CC;
  --color-white: #FFFFFF;
  --color-gray: #AAAAAA;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing)
}

a.link__def {
  color: #0081cc;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

a.link__def:hover {
  text-decoration: underline
}

@media (max-width:768px) {
  a.link__def:hover {
    text-decoration: none
  }
}

a.link__def[target="_blank"] {
  position: relative;
  padding-right: 20px
}

a.link__def[target="_blank"]::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  background: url(/image/common_icon_blank_2x.png) no-repeat center;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
  margin: -8px 0 0
}

a.link__def.link__pdf {
  position: relative;
  padding: 0 30px 0 0
}

a.link__def.link__pdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/image/common_icon_pdf_2x.png) no-repeat center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  margin: -12px 0 0
}

@media (max-width:768px) {
  a.link__def[target="_blank"]::after {
    top: 60%
  }
  a.link__def.step1[target="_blank"]::after {
    top: 80%
  }
  a.link__def.step2[target="_blank"]::after {
    top: 85%
  }
}

a.link__defin {
  color: #3792e5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

a.link__defin:hover {
  text-decoration: underline
}

@media (max-width:768px) {
  a.link__defin:hover {
    text-decoration: none
  }
}

a.link__defin img {
  margin-left: 4px
}

.c-breadcrumb {
  padding: 1.25vw 0
}

@media (max-width:768px) {
  .c-breadcrumb {
    padding: 3.125vw 0
  }
}

.c-breadcrumb__inner {
  width: 88.54167vw;
  margin: 0 auto
}

@media (max-width:768px) {
  .c-breadcrumb__inner {
    width: 90.10417vw 0
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-breadcrumb__list li {
  position: relative;
  line-height: 1.5;
  font-size: 1.04167vw;
  font-weight: 700
}

@media (max-width:768px) {
  .c-breadcrumb__list li {
    font-size: 3.125vw
  }
}

.c-breadcrumb__list li+li {
  padding-left: 1.5em
}

.c-breadcrumb__list li+li::before {
  content: ">";
  position: absolute;
  left: .375em;
  display: block
}

@media (min-width:1025px) {
  .c-breadcrumb__list li a {
    -webkit-transition: .3s;
    transition: .3s
  }
  .c-breadcrumb__list li a:hover {
    color: var(--color-blue)
  }
}

#btn_pagetop a {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  overflow: hidden;
  z-index: 101;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  background-image: none;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  #btn_pagetop a {
    border-radius: 4px
  }
}

#btn_pagetop a::after, #btn_pagetop a::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/image/common_pagetop_2x.png) no-repeat center center;
  background-size: 20px 10px
}

#btn_pagetop a::before {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}

#btn_pagetop a::after {
  border: none;
  -webkit-transform: none;
  transform: none
}

#btn_pagetop a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s
}

#btn_pagetop a:hover::after {
  -webkit-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
}

.c-new-faq {
  margin: 0;
  padding: 6.25vw 0
}

@media (max-width:768px) {
  .c-new-faq {
    padding: 10.41667vw 0 38.54167vw
  }
}

.c-new-faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 88.54167vw;
  margin: 0 auto
}

@media (max-width:768px) {
  .c-new-faq__inner {
    position: relative;
    display: block;
    width: 90.10417vw
  }
}

.c-new-faq__head {
  width: 22.65625vw
}

@media (max-width:768px) {
  .c-new-faq__head {
    width: 100%
  }
}

.c-new-faq__title {
  font-size: 2.91667vw;
  font-weight: 700
}

@media (max-width:768px) {
  .c-new-faq__title {
    font-size: 7.29167vw
  }
}

.c-new-faq__dlttl {
  margin-bottom: 2.08333vw;
  font-size: 2.08333vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .c-new-faq__dlttl {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .c-new-faq__dlttl {
    font-size: 5.20833vw
  }
}

@media (max-width:768px) {
  .c-new-faq__dlttl {
    margin-bottom: 5.20833vw
  }
}

.c-new-faq__dl {
  width: 65.88542vw;
  border-top: 2px solid var(--color-gray)
}

@media (max-width:768px) {
  .c-new-faq__dl {
    width: 100%;
    margin-top: 5.20833vw
  }
}

.c-new-faq__qablock {
  border-bottom: 2px solid var(--color-gray);
  -webkit-transition: .5s;
  transition: .5s
}

.c-new-faq__qablock:hover {
  background-color: #f8f8f8
}

.c-new-faq__qablock.js-faq__open {
  background-color: #f8f8f8
}

.c-new-faq__qablock.js-faq__open .c-new-faq__question::after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.c-new-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.66667vw 4.58333vw 1.66667vw 2.08333vw;
  cursor: pointer
}

@media (max-width:768px) {
  .c-new-faq__question {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.16667vw 10.41667vw 4.16667vw 2.60417vw;
    padding-right: 7.8125vw
  }
}

.c-new-faq__question::after, .c-new-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.08333vw;
  width: 1.66667vw;
  height: .20833vw;
  margin-top: -.10417vw;
  background-color: var(--color-black);
  -webkit-transition: .5s;
  transition: .5s
}

@media (max-width:768px) {
  .c-new-faq__question::after, .c-new-faq__question::before {
    right: 2.60417vw;
    width: 4.16667vw;
    height: .52083vw;
    margin-top: -.26042vw
  }
}

.c-new-faq__question::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-new-faq__question-tx {
  font-size: 1.04167vw;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:768px) {
  .c-new-faq__question-tx {
    max-width: 68.75vw;
    font-size: 3.125vw
  }
}

.c-new-faq__question span {
  text-align: right;
  line-height: 1;
  margin-right: 1.04167vw;
  color: var(--color-blue);
  font-size: 2.08333vw;
  font-weight: 700;
  font-family: Roboto;
  min-width: 3.125vw;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:768px) {
  .c-new-faq__question span {
    min-width: 9.76563vw;
    line-height: 1.2;
    margin-right: 2.60417vw;
    font-size: 5.20833vw
  }
}

.c-new-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 5.46875vw;
  padding-bottom: 2.08333vw;
  padding-left: 2.08333vw
}

@media (max-width:768px) {
  .c-new-faq__answer {
    padding-top: 2.60417vw;
    padding-right: 7.8125vw;
    padding-bottom: 5.20833vw;
    padding-left: 2.60417vw
  }
}

.c-new-faq__answer-tx {
  font-size: 1.04167vw
}

@media (max-width:768px) {
  .c-new-faq__answer-tx {
    font-size: 3.125vw
  }
}

.c-new-faq__answer span {
  text-align: right;
  min-width: 3.125vw;
  margin-right: 1.04167vw;
  line-height: 1;
  color: var(--color-gray);
  font-size: 2.08333vw;
  font-weight: 700;
  font-family: Roboto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:768px) {
  .c-new-faq__answer span {
    min-width: 9.76563vw;
    margin-right: 2.60417vw;
    font-size: 5.20833vw
  }
}

.c-new-faq__txlink {
  color: var(--color-blue)
}

.c-new-faq__txlink:hover {
  color: var(--color-blue);
  text-decoration: underline
}

.c-new-faq__txlink:visited {
  color: var(--color-blue)
}

.c-new-faq__txlink[target="_blank"] {
  padding-right: 1.25vw;
  background: url(/image/common_icon_blank_2x.png) no-repeat center right/1.25vw
}

@media (max-width:768px) {
  .c-new-faq .content-link {
    position: absolute;
    bottom: -22.91667vw;
    left: 50%;
    margin-left: -26.04167vw
  }
}

.c-button-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .c-button-new {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.c-button-new::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .c-button-new::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .c-button-new:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .c-button-new:hover::after {
    background-position: 0 0
  }
}

.c-button-new span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-weight: 700;
  color: #0081cc
}

.c-button-new--white {
  color: #fff;
  border-color: #fff
}

.c-button-new--white::after {
  background-image: url(/sites/default/files/media/product/image/common_new_btn_arrow_r_white_2x.png)
}

.c-button-new--white span {
  color: #fff
}

.c-button-new[target="_blank"]::after {
  background-image: url(/sites/default/files/media/product/image/common_new_icon_blank_2x.png);
  background-position: 0 0;
  -webkit-transition: 0s;
  transition: 0s
}

.c-button-new--bgwhite {
  background-color: #fff
}

.c-button-new--w250 {
  width: 13.02083vw
}

@media (min-width:1025px) {
  .c-button-new--w250:hover {
    width: 15.10417vw
  }
}

@media (max-width:768px) {
  .c-button-new--w250 {
    width: 52.08333vw
  }
}

.c-button-new--dl::after {
  background-image: url(/image/common_new_icon_download_2x.png)!important;
  background-position: 0 0!important;
  -webkit-transition: 0s!important;
  transition: 0s!important
}

.c-button-new--back::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_l_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: 1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .c-button-new--back::after {
    left: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .c-button-new--back:hover::after {
    background-position: 0 0
  }
}

.c-button__blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25vw;
  width: 29.6875vw;
  height: 5vw;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

@media screen and (min-width:1921px) {
  .c-button__blue {
    font-size: 24 px;
    width: 570 px;
    height: 96 px
  }
}

@media screen and (max-width:768px) {
  .c-button__blue {
    font-size: 3.64583vw;
    width: 74.21875vw;
    height: 12.5vw
  }
}

@media (min-width:1025px) {
  .c-button__blue:hover {
    letter-spacing: .075vw;
    color: #fff
  }
}

.c-button__blue:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  .c-button__blue:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.c-button__inquiry span {
  position: relative;
  padding-left: 1.5625vw;
  display: inline-block
}

@media (max-width:768px) {
  .c-button__inquiry span {
    padding-left: 3.90625vw
  }
}

.c-button__inquiry span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url(/image/common_new_icon_mail_2x.png) no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .c-button__inquiry span:before {
    width: 3.125vw;
    height: 3.125vw
  }
}

@media (min-width:769px) {
  .c-button__large {
    width: 357px;
    height: 104px;
    font-size: 2.4rem
  }
  .c-button__large:hover {
    width: 397px;
    margin-right: -20px;
    margin-left: -20px
  }
  .c-button__large:hover:after {
    background-position: 0 0
  }
  .c-button__large span {
    line-height: 1.5
  }
  .c-button__large:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: 24px 0
  }
}

@media (max-width:768px) {
  .c-button__large {
    height: 15.10417vw
  }
}

.c-tab {
  position: relative;
  z-index: 1;
  background-color: #ececec;
  padding-top: 1.25vw;
  -webkit-box-shadow: inset 0 -1px 3px #0000001a;
  box-shadow: inset 0 -1px 3px #0000001a
}

@media (max-width:768px) {
  .c-tab {
    padding-top: 3.125vw
  }
}

.c-tab.is-fixed {
  position: fixed;
  top: 6.25vw;
  bottom: auto;
  height: auto;
  width: 100%;
  z-index: 1000;
  background-color: #ececec
}

@media (--no-tablet) {
  .c-tab.is-fixed {
    -webkit-animation: DownAnime .5s forwards;
    animation: DownAnime .5s forwards
  }
}

@media (max-width:768px) {
  .c-tab.is-fixed {
    top: 13.02083vw
  }
}

.c-tab__flex {
  display: grid;
  gap: .52083vw;
  grid-template-columns: repeat(4, 20.57292vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  .c-tab__flex {
    gap: 1.30208vw;
    grid-template-columns: repeat(4, 21.48438vw)
  }
}

.c-tab li {
  height: 3.48958vw;
  color: #737373;
  font-size: 1.25vw;
  font-weight: 700;
  background-color: #f8f8f8;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .1);
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, .1)
}

@media screen and (min-width:1921px) {
  .c-tab li {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .c-tab li {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .c-tab li {
    padding: 10px 5px;
    height: 10.80729vw
  }
}

.c-tab li.on {
  color: #fff;
  background-color: #3792e5
}

.c-tab li:hover {
  color: #fff;
  background-color: #3792e5
}

.is-fixedmenu #contents {
  padding-top: 4.73958vw
}

@media (max-width:768px) {
  .is-fixedmenu #contents {
    padding-top: 13.93229vw
  }
}

.c-productname {
  font-family: nitalago-ruika, sans-serif;
  font-weight: 700!important;
  color: #737373
}

.c-productname__en {
  font-family: univia-pro, sans-serif;
  font-weight: 700!important;
  color: #0081cc;
  letter-spacing: 1.04px;
  letter-spacing: .07em
}

.c-bg__gray2 {
  background: #f8f8f8
}

.c-bg__gray3 {
  background: #ececec
}

.c-mv-new {
  height: 7.29167vw;
  background: #0081cc
}

@media (max-width:768px) {
  .c-mv-new {
    min-height: 18.22917vw;
    height: auto
  }
}

.c-mv-new__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5.72917vw
}

@media (max-width:768px) {
  .c-mv-new__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5.20833vw 4.94792vw
  }
}

.c-mv-new__title {
  color: #fff;
  font-size: 2.08333vw;
  font-weight: 700;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .c-mv-new__title {
    font-size: 5.20833vw
  }
}

.c-mv-new__text {
  font-size: 1.25vw;
  color: #fff
}

@media screen and (min-width:1921px) {
  .c-mv-new__text {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .c-mv-new__text {
    font-size: 3.64583vw
  }
}

.c-link-more {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #0081cc!important;
  display: block
}

@media screen and (min-width:1921px) {
  .c-link-more {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-link-more {
    font-size: 3.64583vw
  }
}

.c-link-more .arrow {
  position: relative;
  margin-left: 10px;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-block;
  overflow: hidden;
  vertical-align: -3px
}

@media (max-width:768px) {
  .c-link-more .arrow {
    width: 3.125vw;
    height: 3.125vw
  }
}

.c-link-more .arrow::after, .c-link-more .arrow::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-size: cover
}

.c-link-more .arrow::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

@media (min-width:1025px) {
  .c-link-more:hover .arrow::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
    background-size: cover
  }
  .c-link-more:hover .arrow::after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
  }
}

.c-link-more--w {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #fff!important;
  display: block
}

@media screen and (min-width:1921px) {
  .c-link-more--w {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-link-more--w {
    font-size: 3.64583vw
  }
}

.c-link-more--w .arrow {
  position: relative;
  margin-left: 10px;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-block;
  overflow: hidden;
  vertical-align: -3px
}

@media (max-width:768px) {
  .c-link-more--w .arrow {
    width: 3.125vw;
    height: 3.125vw
  }
}

.c-link-more--w .arrow::after, .c-link-more--w .arrow::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/image/common_new_btn_arrow_r_white_2x.png);
  background-size: cover
}

.c-link-more--w .arrow::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.c-link-more--w:hover {
  color: #fff
}

@media (min-width:1025px) {
  .c-link-more--w:hover .arrow::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    background-image: url(/image/common_new_btn_arrow_r_white_2x.png);
    background-size: cover
  }
  .c-link-more--w:hover .arrow::after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
  }
}

.c-accordion--new {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: FFF;
  border-top: 2px solid var(--color-gray)
}

.c-accordion--new.end-line {
  border-bottom: 2px solid var(--color-gray)
}

.c-accordion--new__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.03125vw 4.58333vw 2.03125vw 2.03125vw;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .c-accordion--new__head {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-accordion--new__head {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .c-accordion--new__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.42708vw 10.41667vw 4.16667vw 2.60417vw
  }
}

.c-accordion--new__head:hover {
  background-color: #f8f8f8
}

.c-accordion--new__head::after, .c-accordion--new__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.08333vw;
  width: 1.66667vw;
  height: .20833vw;
  margin-top: -.10417vw;
  background-color: var(--color-black);
  -webkit-transition: .5s;
  transition: .5s
}

@media (max-width:768px) {
  .c-accordion--new__head::after, .c-accordion--new__head::before {
    right: 3.125vw;
    width: 4.16667vw;
    height: .52083vw;
    margin-top: -.26042vw
  }
}

.c-accordion--new__head::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-accordion--new__head.is--open {
  background-color: #f8f8f8
}

.c-accordion--new__head.is--open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.c-accordion--new__body {
  display: none;
  background-color: #f8f8f8
}

.c-accordion--new__body_inner {
  padding: 0 2.08333vw 2.08333vw
}

@media (max-width:768px) {
  .c-accordion--new__body_inner {
    padding: 0 5.20833vw 5.20833vw
  }
}

@media (min-width:1240px) {
  #sidemenu_stycky--new {
    position: sticky;
    top: 8.85417vw
  }
}

.c-sec__title--new {
  text-align: center;
  margin-bottom: 50px
}

@media (max-width:768px) {
  .c-sec__title--new {
    margin-bottom: 40px
  }
}

.c-sec__title--new>span {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 700;
  color: #2a2a2a
}

@media (max-width:768px) {
  .c-sec__title--new>span {
    font-size: 2.4rem
  }
}

a.c-text-link {
  color: #0081cc;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

a.c-text-link:hover {
  opacity: .7
}

a.c-text-link img {
  margin: 0 .20833vw
}

@media (max-width:768px) {
  a.c-text-link img {
    width: 3.90625vw;
    margin: 0 .52083vw
  }
}

.c-common-table-new tr:first-child th.one-sel {
  border-radius: 8px 0 0 0
}

.c-common-table-new tr:first-child td.one-sel {
  border-radius: 0 8px 0 0
}

.c-common-table-new tr:last-child th.one-sel {
  border-radius: 0 0 0 8px
}

.c-common-table-new tr:last-child td.one-sel {
  border-radius: 0 0 8px 0
}

.c-common-table-new tr:only-child th.one-sel {
  border-radius: 8px 0 0 8px
}

.c-common-table-new tr:only-child td.one-sel {
  border-radius: 0 8px 8px 0
}

.c-heading-1 {
  font-size: 2.91667vw;
  margin-bottom: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .c-heading-1 {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .c-heading-1 {
    font-size: 7.29167vw
  }
}

@media (max-width:768px) {
  .c-heading-1 {
    margin-bottom: 3.90625vw
  }
}

.c-heading-1__lead {
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.83
}

@media screen and (min-width:1921px) {
  .c-heading-1__lead {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-heading-1__lead {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .c-heading-1__lead {
    line-height: 1.6
  }
}

.c-heading-2 {
  font-size: 2.08333vw;
  font-weight: 700;
  padding-bottom: 1.04167vw;
  margin-bottom: 2.08333vw;
  border-bottom: 1px solid #aaa;
  text-align: left
}

@media screen and (min-width:1921px) {
  .c-heading-2 {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .c-heading-2 {
    font-size: 5.20833vw
  }
}

@media (max-width:768px) {
  .c-heading-2 {
    padding-bottom: 2.86458vw;
    margin-bottom: 5.20833vw
  }
}

.c-heading-step {
  font-size: 1.66667vw;
  font-weight: 700;
  margin-bottom: .83333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:1921px) {
  .c-heading-step {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .c-heading-step {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .c-heading-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.60417vw
  }
}

.c-heading-step span.step {
  color: #0081cc;
  font-weight: 700;
  margin-right: .75em;
  padding-top: 2px
}

.c-heading-step span.text-sup {
  font-weight: 700;
  position: relative
}

@media (max-width:768px) {
  .c-side_nav {
    display: grid;
    grid-gap: 5.20833vw;
    grid-template-columns: repeat(2, 1fr)
  }
}

.c-side_nav li.child-element {
  margin-left: 1.04167vw
}

@media (max-width:768px) {
  .c-side_nav li.child-element {
    margin-left: 0
  }
}

.c-side_nav .nav_link {
  display: block;
  color: #737373;
  font-weight: 700;
  padding: 0 .83em;
  border-left: solid 4px #fff;
  margin-bottom: 1.25vw;
  font-size: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (min-width:1921px) {
  .c-side_nav .nav_link {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .c-side_nav .nav_link {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .c-side_nav .nav_link {
    padding: 0 0 0 .83em;
    margin-bottom: .25em
  }
}

.c-side_nav .nav_link:hover {
  color: #0081cc
}

.c-side_nav .nav_link .step {
  font-size: .72917vw;
  font-weight: 700;
  line-height: 1
}

@media screen and (min-width:1921px) {
  .c-side_nav .nav_link .step {
    font-size: 14 px
  }
}

@media screen and (max-width:768px) {
  .c-side_nav .nav_link .step {
    font-size: 3.64583vw
  }
}

.c-side_nav .nav_link .text-sup {
  font-weight: 700
}

.c-side_nav>li.current .nav_link {
  color: #0081cc;
  border-left: solid 4px #0081cc
}

.local-navigation {
  margin-bottom: 2em
}

@media (max-width:768px) {
  .local-navigation--accordion {
    border-top: 2px solid var(--color-gray);
    border-bottom: 2px solid var(--color-gray);
    padding: 2em 0;
    margin-bottom: 10.40312vw
  }
}

@media (max-width:768px) {
  .local-navigation--accordion .c-side_nav {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
  }
  .local-navigation--accordion .c-side_nav.is-open {
    height: auto;
    opacity: 1;
    padding-top: 2em
  }
}

.local-navigation .c-side_nav__head {
  font-size: 1.66667vw;
  font-weight: 700;
  padding-bottom: 1.25vw
}

@media screen and (min-width:1921px) {
  .local-navigation .c-side_nav__head {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .local-navigation .c-side_nav__head {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .local-navigation .c-side_nav__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 7.8125vw
  }
  .local-navigation .c-side_nav__head::after, .local-navigation .c-side_nav__head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: .52083vw;
    width: 4.16667vw;
    height: .52083vw;
    margin-top: -.26042vw;
    background-color: var(--color-black);
    -webkit-transition: .5s;
    transition: .5s
  }
  .local-navigation .c-side_nav__head::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .local-navigation .c-side_nav__head.is-active::after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.c-panel-new {
  border-radius: 8px;
  padding: 2.5vw 2.08333vw;
  margin-bottom: 4.16667vw
}

.c-panel-new img{
  display:inline;
  vertical-align:middle;
}

@media (max-width:768px) {
  .c-panel-new {
    padding: 6.25vw 5.20833vw;
    margin-bottom: 10.40312vw
  }
}

.c-panel-new--line {
  border: 1px solid #39aae7
}

.c-panel-new--blue-title {
  border-radius: 0 0 8px 8px;
  padding: 0
}

.c-panel-new--blue-title .heading {
  background-color: #0081cc;
  border: 1px solid #0081cc;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .67708vw 2.08333vw
}

@media (max-width:768px) {
  .c-panel-new--blue-title .heading {
    padding: 4.16667vw 5.20833vw
  }
}

.c-panel-new--blue-title .heading .title {
  color: #fff;
  font-size: 2.08333vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .c-panel-new--blue-title .heading .title {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .c-panel-new--blue-title .heading .title {
    font-size: 5.20833vw
  }
}

.c-panel-new--blue-title .heading .c-link-more--w {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .c-panel-new--blue-title .heading .c-link-more--w {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-panel-new--blue-title .heading .c-link-more--w {
    font-size: 3.125vw
  }
}

.c-panel-new--blue-title .inner {
  border: 1px solid #0081cc;
  border-radius: 0 0 8px 8px;
  padding: 2.5vw 2.08333vw
}

@media (max-width:768px) {
  .c-panel-new--blue-title .inner {
    padding: 5.20833vw 5.20833vw
  }
}

.c-text-li {
  font-size: 1.04167vw;
  position: relative;
  margin-bottom: .52083vw;
  padding-left: 1em
}

@media screen and (min-width:1921px) {
  .c-text-li {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-text-li {
    font-size: 3.125vw !important;
  }
}

@media screen and (max-width:768px) {
  .c-text-li {
    margin-bottom: 1.04167vw
  }
}

.c-text-li:before {
  display: block;
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0
}

.c-check-li {
  font-size: 1.04167vw;
  margin-bottom: .52083vw;
  background: url(/sites/default/files/media/common/image/common_new_ic_check_2x.png) no-repeat 0 4px;
  background-size: 1.25vw 1.25vw;
  padding-left: 1.25vw
}

@media screen and (min-width:1921px) {
  .c-check-li {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .c-check-li {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .c-check-li {
    margin-bottom: 1.30208vw;
    background: url(/sites/default/files/media/common/image/common_new_ic_check_2x.png) no-repeat 0 4px;
    background-size: 3.125vw 3.125vw;
    padding-left: 3.125vw
  }
}

.c-check-li:last-of-type {
  margin-bottom: 0
}

.u-pager>ul {
  float: none;
  position: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.u-pager>ul li {
  float: none;
  position: initial;
  margin: 0
}

.u-pager>ul li+li {
  margin-left: 8px
}

.u-pager>ul li>a {
  display: block;
  padding: 10px 15px;
  color: #0081cc;
  border: 2px solid #0081cc;
  border-radius: 0;
  font-size: 1.6rem
}

.u-pager>ul li>a:hover {
  color: #fff;
  background: #0081cc
}

.u-pager>ul li.a-pager-current a {
  color: #fff;
  background: #0081cc;
  border: 2px solid #0081cc
}

.u-pager>ul li.a-pager-disable a {
  color: #cfcfcf;
  background-color: #fff;
  border-color: #cfcfcf;
  border: 2px solid;
  pointer-events: none
}

@media (max-width:768px) {
  .u-pager>ul li.a-pager-first a {
    border-right: 0;
    border-radius: 22px 0 0 22px
  }
}

@media (max-width:768px) {
  .u-pager>ul li.a-pager-prev {
    margin-left: 0
  }
}

@media (max-width:768px) {
  .u-pager>ul li.a-pager-last {
    margin-left: 0
  }
}

@media (max-width:768px) {
  .u-pager>ul li.a-pager-last a {
    border-left: 0;
    border-radius: 0 22px 22px 0
  }
}

.c-info-table__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .c-info-table__dl {
    display: block;
    border-top: 1px solid #d4e4f2;
    border-left: 1px solid #d4e4f2;
    border-right: 1px solid #d4e4f2
  }
}

.c-info-table__dl:last-of-type dt {
  border-bottom: 1px solid #d4e4f2
}

@media (max-width:768px) {
  .c-info-table__dl:last-of-type dt {
    border: none
  }
}

.c-info-table__dl:last-of-type dd {
  border-bottom: 1px solid #d4e4f2
}

.c-info-table__dl dt {
  width: 208px;
  padding: 20px;
  background-color: #d4e4f2;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .c-info-table__dl dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    font-size: 1.4rem;
    background-color: #fff;
    padding: 10px 20px;
    padding-bottom: 8px;
    border-bottom: none
  }
}

.c-info-table__dl dd {
  width: calc(100% - 208px);
  text-align: left;
  padding: 20px;
  border-top: 1px solid #d4e4f2;
  border-right: 1px solid #d4e4f2;
  background-color: #fff
}

@media (max-width:768px) {
  .c-info-table__dl dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 0 20px 10px;
    border: none
  }
}

.content-link {
  margin-top: 2.08333vw
}

@media (max-width:768px) {
  .content-link {
    margin-top: 5.20833vw;
    height: 12.5vw
  }
}

.content-link--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.content-link .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .content-link .content-button {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.content-link .content-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .content-link .content-button::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .content-link .content-button:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .content-link .content-button:hover::after {
    background-position: 0 0
  }
}

.content-link .content-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-weight: 700
}

.content-link .content-button--bgwhite {
  background-color: #fff
}

.content-link .content-button--w250 {
  width: 13.02083vw
}

@media (min-width:1025px) {
  .content-link .content-button--w250:hover {
    width: 15.10417vw
  }
}

@media (max-width:768px) {
  .content-link .content-button--w250 {
    width: 52.08333vw
  }
}

.content-link .content-button--back::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_l_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: 1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .content-link .content-button--back::after {
    left: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .content-link .content-button--back:hover::after {
    background-position: 0 0
  }
}

.top-dx_about {
  position: relative;
  padding: 6.25vw 0 5.20833vw
}

@media (max-width:768px) {
  .top-dx_about {
    padding: 10.41667vw 0 10.41667vw
  }
}

.top-dx_about__inner {
  width: 88.54167vw;
  margin: 0 auto
}

@media (max-width:768px) {
  .top-dx_about__inner {
    width: 90.10417vw
  }
}

.top-dx_about__h2 {
  font-size: 1.04167vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_about__h2 {
    font-size: 2.60417vw;
    margin-bottom: .78125vw
  }
}

.top-dx_about__h3 {
  font-size: 1.66667vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_about__h3 {
    font-size: 3.64583vw
  }
}

.top-dx_about__h3 span.txt {
  display: block;
  font-weight: 700;
  letter-spacing: 2.56px
}

@media (max-width:768px) {
  .top-dx_about__h3 span.txt {
    margin-bottom: 2.60417vw;
    letter-spacing: 0;
    font-size: 4.16667vw
  }
}

.top-dx_about__h3 span.num {
  display: block;
  line-height: 1;
  margin-top: 2.5vw;
  color: #ececec;
  font-size: 7.29167vw;
  font-weight: 700;
  font-family: Roboto
}

@media (max-width:768px) {
  .top-dx_about__h3 span.num {
    margin-top: 0;
    margin-left: 0;
    color: #ececec;
    font-size: 12.36979vw
  }
}

.top-dx_about__h3-sp {
  display: none
}

@media (max-width:768px) {
  .top-dx_about__h3-sp {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.20833vw;
    font-size: 3.64583vw;
    font-weight: 700
  }
  .top-dx_about__h3-sp span {
    font-weight: 700
  }
  .top-dx_about__h3-sp .gsap-num {
    width: 11.71875vw;
    margin-left: 2.60417vw;
    color: var(--color-blue);
    font-size: 6.25vw;
    font-weight: 700;
    font-family: Roboto
  }
}

.top-dx_about__h4 {
  margin-top: .52083vw;
  font-size: 3.33333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_about__h4 {
    margin-top: 0;
    font-size: 7.29167vw
  }
}

.top-dx_about__h4 span {
  color: var(--color-blue);
  font-weight: 700
}

.top-dx_about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--color-white)
}

@media (max-width:768px) {
  .top-dx_about__head {
    display: block;
    padding-bottom: 2.60417vw;
    z-index: 1
  }
}

.top-dx_about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.top-dx_about__nav li {
  font-size: 1.04167vw
}

@media (max-width:768px) {
  .top-dx_about__nav li {
    font-size: 3.125vw
  }
}

.top-dx_about__nav li+li {
  margin-left: 1.5625vw
}

@media (max-width:768px) {
  .top-dx_about__nav li+li {
    margin-left: 3.90625vw
  }
}

.top-dx_about__nav li .gsap-click {
  color: var(--color-gray);
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: .5s;
  transition: .5s
}

.top-dx_about__nav li .gsap-click.is-current {
  color: var(--color-blue)
}

.top-dx_about__line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 1.25vw;
  background: var(--color-gray)
}

@media (max-width:768px) {
  .top-dx_about__line {
    margin-top: 2.34375vw
  }
}

.top-dx_about__line .gsap-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color-blue)
}

.top-dx_about__all {
  position: relative;
  width: 88.54167vw;
  height: 32.29167vw;
  margin-top: 2.5vw
}

@media (max-width:768px) {
  .top-dx_about__all {
    width: 90.10417vw;
    height: auto;
    margin-top: 0
  }
}

.top-dx_about__content {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .top-dx_about__content {
    position: inherit;
    display: block
  }
}

.top-dx_about__content#about02, .top-dx_about__content#about03, .top-dx_about__content#about04 {
  visibility: hidden
}

@media (max-width:768px) {
  .top-dx_about__content#about02, .top-dx_about__content#about03, .top-dx_about__content#about04 {
    margin-top: 10.41667vw;
    visibility: visible
  }
}

@media (max-width:768px) {
  .top-dx_about__content#about04 {
    position: relative;
    padding-bottom: 17.70833vw
  }
}

@media (max-width:768px) {
  .top-dx_about__content#about04 .content-link {
    position: absolute;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(26.04167vw);
    transform: translateX(26.04167vw)
  }
}

.top-dx_about__lead {
  margin-top: 2.08333vw;
  font-size: 1.25vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_about__lead {
    margin-top: 5.20833vw;
    font-size: 3.64583vw
  }
}

.top-dx_about__txt {
  width: 40.10417vw
}

@media (max-width:768px) {
  .top-dx_about__txt {
    width: 100%
  }
}

.top-dx_about__note {
  font-size: .72917vw
}

@media (max-width:768px) {
  .top-dx_about__note {
    display: block;
    margin-top: 2.60417vw;
    font-size: 2.60417vw
  }
}

.top-dx_about__detail {
  line-height: 1.6;
  margin-top: 1.04167vw;
  font-size: 1.04167vw
}

@media (max-width:768px) {
  .top-dx_about__detail {
    display: block;
    margin-top: 2.60417vw;
    font-size: 3.125vw
  }
}

.top-dx_about__img {
  position: relative;
  width: 43.22917vw;
  margin-left: 5.20833vw;
  border-top-left-radius: 5.20833vw;
  overflow: hidden
}

@media (max-width:768px) {
  .top-dx_about__img {
    width: 100%;
    margin-top: 10.41667vw;
    margin-left: 0;
    border-top-left-radius: 13.02083vw
  }
}

.top-dx_about__img img {
  border-top-left-radius: 5.20833vw
}

@media (max-width:768px) {
  .top-dx_about__img img {
    border-top-left-radius: 13.02083vw
  }
}

.top-dx_about__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
  border-top-left-radius: 5.20833vw
}

@media (max-width:768px) {
  .top-dx_about__img-overlay {
    display: none
  }
}

.top-dx_service {
  padding-bottom: 6.25vw
}

@media (max-width:768px) {
  .top-dx_service {
    padding-bottom: 10.41667vw
  }
}

.top-dx_service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 88.54167vw;
  margin: 0 auto;
  padding-top: 6.25vw;
  border-top: 1px solid #aaa
}

@media (max-width:768px) {
  .top-dx_service__inner {
    margin: 0 auto;
    padding-top: 10.41667vw;
    display: block;
    width: 90.10417vw
  }
}

.top-dx_service__h2 {
  width: 20.57292vw;
  font-size: 2.91667vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_service__h2 {
    width: 100%;
    font-size: 7.29167vw
  }
}

.top-dx_service__block {
  width: 65.88542vw
}

@media (max-width:768px) {
  .top-dx_service__block {
    width: 100%
  }
}

.top-dx_service__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.64583vw
}

@media (max-width:768px) {
  .top-dx_service__col {
    display: block;
    width: 100%;
    margin-top: 5.20833vw;
    margin-bottom: 8.46354vw
  }
}

.top-dx_service__img {
  width: 28.125vw
}

@media (max-width:768px) {
  .top-dx_service__img {
    width: 100%
  }
  .top-dx_service__img img {
    width: 90.10417vw
  }
}

.top-dx_service__box {
  width: 35.67708vw
}

@media (max-width:768px) {
  .top-dx_service__box {
    width: 100%;
    margin-top: 5.20833vw
  }
}

.top-dx_service__txt {
  margin-bottom: 2.08333vw;
  line-height: 2;
  font-size: 1.04167vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top-dx_service__txt {
    margin-bottom: 5.20833vw;
    line-height: 2;
    font-size: 3.125vw
  }
}

.top-dx_service__bnr {
  overflow: hidden
}

.top-dx_service__bnr a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width:1025px) {
  .top-dx_service__bnr a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.tophero .swiper-button-next, .tophero .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 2.5vw;
  height: 100%;
  background: #fffFFFCC;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .tophero .swiper-button-next, .tophero .swiper-button-prev {
    display: none
  }
}

.tophero .swiper-button-next-arrow, .tophero .swiper-button-prev-arrow {
  overflow: hidden;
  position: relative;
  width: 1.04167vw;
  height: 2.08333vw;
  background-image: url(/image/top_new_slider_arrow-gray.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.tophero .swiper-button-next-arrow::after, .tophero .swiper-button-prev-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slider_arrow-gray.png);
  background-position-x: -2.08333vw;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.tophero .swiper-button-next::after, .tophero .swiper-button-next::before, .tophero .swiper-button-prev::after, .tophero .swiper-button-prev::before {
  content: none
}

.tophero .swiper-button-prev {
  left: 0
}

.tophero .swiper-button-prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1025px) {
  .tophero .swiper-button-prev:hover .swiper-button-prev-arrow {
    background-position-x: 2.08333vw
  }
  .tophero .swiper-button-prev:hover .swiper-button-prev-arrow::after {
    background-position-x: 0
  }
}

.tophero .swiper-button-next {
  right: 0
}

@media (min-width:1025px) {
  .tophero .swiper-button-next:hover .swiper-button-next-arrow {
    background-position-x: 2.08333vw
  }
  .tophero .swiper-button-next:hover .swiper-button-next-arrow::after {
    background-position-x: 0
  }
}

.tophero .swiper-pagination-wrap {
  position: absolute;
  z-index: 1;
  bottom: 1.04167vw;
  width: 100%;
  text-align: center
}

.tophero .swiper-pagination {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto
}

.tophero .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 1.77083vw;
  height: 1.77083vw;
  cursor: pointer;
  -webkit-transition: .8s var(--easing);
  transition: .8s var(--easing);
  border-radius: 50%;
  border: 1px solid transparent
}

@media (max-width:768px) {
  .tophero .swiper-pagination-bullet {
    width: 3.64583vw;
    height: 3.64583vw
  }
}

.tophero .swiper-pagination-bullet:not(:first-child) {
  margin-left: .52083vw
}

.tophero .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .46875vw;
  height: .46875vw;
  border-radius: 50%;
  background-color: #fff
}

@media (max-width:768px) {
  .tophero .swiper-pagination-bullet:after {
    width: .78125vw;
    height: .78125vw
  }
}

.tophero .swiper-pagination-bullet-active {
  border: 1px solid #fff
}

.tophero .fraction {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 68px;
  right: 1vw;
  font-weight: 700;
  line-height: 1.2;
  color: #fff
}

@media (max-width:768px) {
  .tophero .fraction {
    bottom: 60px;
    right: -6px
  }
}

.tophero .fraction .current {
  font-size: 3.2rem;
  display: inline-block;
  overflow: hidden;
  width: 6rem
}

.tophero .fraction .current .num {
  display: inline-block
}

.tophero .fraction .current .num.anm-started {
  -webkit-animation: mv05-fraction 1s var(--easing);
  animation: mv05-fraction 1s var(--easing)
}

.tophero .fraction .total {
  display: none
}

.tophero .slide-media {
  height: 35.9375vw
}

@media screen and (min-width:1921px) {
  .tophero .slide-media {
    height: 690px
  }
}

@media (max-width:768px) {
  .tophero .slide-media {
    height: 104.16667vw
  }
}

.tophero .slide-media img {
  -webkit-transition: 3s;
  transition: 3s
}

.tophero .swiper-slide {
  overflow: hidden
}

.tophero .swiper-slide[class*="-active"] .slide-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.tophero .swiper-slide[class*="-prev"] .slide-media img {
  -webkit-transform: translateX(80vw) scale(1);
  transform: translateX(80vw) scale(1)
}

.tophero .swiper-slide[class*="-next"] .slide-media img {
  -webkit-transform: translateX(-80vw) scale(1);
  transform: translateX(-80vw) scale(1)
}

.tophero .content-item {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  pointer-events: none
}

@media (max-width:768px) {
  .tophero .content-item {
    top: auto;
    bottom: 10vh;
    max-width: 88.54167vw
  }
}

.tophero .content-item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  top: auto;
  bottom: min(14%, 86px)
}

@media only screen and (max-width:768px) {
  .tophero .content-item--button {
    top: auto;
    bottom: min(10%, 70px)
  }
}

.tophero .content-item--first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0
}

@media only screen and (max-width:768px) {
  .tophero .content-item--first {
    top: 0;
    bottom: 0
  }
}

.tophero .content-item--first .content-logo {
  width: min(35.6vw, 685px)
}

@media (max-width:768px) {
  .tophero .content-item--first .content-logo {
    width: min(80%, 685px)
  }
}

.tophero .content-item--first .content-text {
  font-size: clamp(30px, 3.9vw, 40px);
  margin: 4rem 0;
  color: #fff;
  text-align: center;
  font-weight: 700
}

@media only screen and (max-width:1024px) {
  .tophero .content-item--first .content-text {
    margin: 2.4rem 0
  }
}

@media (max-width:768px) {
  .tophero .content-item--first .content-text {
    font-size: clamp(18px, 5vw, 40px)
  }
}

.tophero .content-item--service .content-title {
  font-size: 2.91667vw;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important;
  color: #737373
}

@media screen and (min-width:1921px) {
  .tophero .content-item--service .content-title {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .tophero .content-item--service .content-title {
    font-size: 6.25vw
  }
}

.tophero .content-item--service .img_dbolshopLogo {
  width: 26.04167vw
}

@media (max-width:768px) {
  .tophero .content-item--service .img_dbolshopLogo {
    width: 100%
  }
}

.tophero .content-item--service .content-icon span {
  display: inline-block;
  text-align: center;
  min-width: 2.08333vw;
  line-height: 1.30208vw;
  padding: 0 .26042vw;
  color: var(--color-white);
  background: #be1241;
  border-radius: .20833vw;
  font-size: .83333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .tophero .content-item--service .content-icon span {
    padding: 0 .65104vw;
    line-height: 3.25521vw;
    border-radius: .52083vw;
    font-size: 2.08333vw
  }
}

.tophero .content-item--service .content-title--en {
  font-family: univia-pro, sans-serif;
  font-weight: 700!important;
  letter-spacing: 1.04px;
  color: #0081cc
}

.tophero .content-item--service .content-text {
  font-size: 1.45833vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .tophero .content-item--service .content-text {
    font-size: 28 px
  }
}

@media screen and (max-width:768px) {
  .tophero .content-item--service .content-text {
    font-size: 5.20833vw
  }
}

.tophero .content-item--service-left {
  left: 5.72917vw
}

@media (max-width:768px) {
  .tophero .content-item--service-left {
    left: 4.94792vw
  }
}

.tophero .content-item--service-right {
  left: 56.51042vw
}

@media (max-width:768px) {
  .tophero .content-item--service-right {
    left: 4.94792vw
  }
}

.tophero .content-item--column {
  max-width: 35.41667vw
}

@media (max-width:768px) {
  .tophero .content-item--column {
    max-width: 88.54167vw
  }
}

.tophero .content-item--column .content-title {
  font-size: 2.5vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .tophero .content-item--column .content-title {
    font-size: 48 px
  }
}

@media screen and (max-width:768px) {
  .tophero .content-item--column .content-title {
    font-size: 6.25vw
  }
}

.tophero .content-item--column-left {
  left: 5.72917vw
}

@media (max-width:768px) {
  .tophero .content-item--column-left {
    left: 4.94792vw
  }
}

.tophero .content-item--column-right {
  left: 57.1875vw
}

@media (max-width:768px) {
  .tophero .content-item--column-right {
    left: 4.94792vw
  }
}

.tophero .content-item--column .content-icon span {
  display: inline-block;
  text-align: center;
  min-width: 2.08333vw;
  line-height: 1.30208vw;
  padding: 0 .26042vw;
  color: var(--color-white);
  background: #be1241;
  border-radius: .20833vw;
  font-size: .83333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .tophero .content-item--column .content-icon span {
    padding: 0 .65104vw;
    line-height: 3.25521vw;
    border-radius: .52083vw;
    font-size: 2.08333vw
  }
}

.tophero .content-item.anm-started .content-button {
  pointer-events: auto
}

.tophero .marker {
  position: relative;
  display: inline-block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  z-index: 1;
  font-weight: inherit;
  margin-bottom: 1.04167vw;
  padding: 1.5625vw 1.04167vw
}

@media (max-width:768px) {
  .tophero .marker {
    margin-bottom: 2.60417vw;
    padding: 2.34375vw 1.30208vw
  }
}

.tophero .marker::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  z-index: -1;
  opacity: .8
}

.tophero .marker--fade {
  position: relative;
  display: inline-block;
  opacity: 0;
  height: 100%
}

.tophero .marker.alpha-90::after {
  opacity: .9
}

.tophero .marker.alpha-80::after {
  opacity: .8
}

.tophero .content-link {
  text-align: center
}

.tophero .anm-started .marker {
  -webkit-animation: mv05-marker 1s .5s both;
  animation: mv05-marker 1s .5s both
}

.tophero .anm-started .marker::after {
  -webkit-animation: mv05-markerBg 1s .5s both;
  animation: mv05-markerBg 1s .5s both
}

.tophero .anm-started .marker--fade {
  -webkit-animation: mv02-fadeIn .5s both;
  animation: mv02-fadeIn .5s both
}

.tophero .anm-started .content-text .marker {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tophero .anm-started .content-text .marker::after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tophero .anm-started .content-link .marker {
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.tophero .anm-started .content-link .marker::after {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0)
}

.tophero .anm-started .content-text .marker--fade {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tophero .anm-started .content-link .marker--fade {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tophero .anm-finished .marker {
  -webkit-animation: mv05-markerHide .5s both;
  animation: mv05-markerHide .5s both
}

.tophero .anm-finished .marker::after {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%)
}

.tophero .anm-finished .marker--fade {
  -webkit-animation: mv02-fadeOut .5s both;
  animation: mv02-fadeOut .5s both
}

.tophero .anm-finished .content-text .marker--fade {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.tophero .anm-finished .content-link .marker--fade {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

@-webkit-keyframes mv05-marker {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@keyframes mv05-marker {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@-webkit-keyframes mv05-markerUp {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@keyframes mv05-markerUp {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@-webkit-keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes mv02-fadeIn {
  0% {
    -webkit-transform: translateY(6rem);
    transform: translateY(6rem);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
    opacity: 0
  }
}

@keyframes mv02-fadeOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(-6rem);
    transform: translateY(-6rem);
    opacity: 0
  }
}

@-webkit-keyframes mv05-markerBg {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@keyframes mv05-markerBg {
  100%, 60% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
}

@-webkit-keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }
}

@keyframes mv05-markerHide {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }
}

@-webkit-keyframes mv05-markerBgHide {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }
}

@keyframes mv05-markerBgHide {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0)
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%)
  }
}

@-webkit-keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  50% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 1
  }
  50.1% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0
  }
}

@keyframes mv05-fraction {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  50% {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 1
  }
  50.1% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0
  }
}

@-webkit-keyframes mv05-img-show {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes mv05-img-show {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

section {
  margin: 0
}

.card01 {
  background-color: #f8f8f8
}

.card01 .swiper-button-next.swiper-button-lock, .card01 .swiper-button-prev.swiper-button-lock {
  display: none
}

.card01.l-section {
  padding-left: 5.72917vw
}

@media (max-width:768px) {
  .card01.l-section {
    padding-left: 4.94792vw
  }
}

.card01.l-section .l-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .card01.l-section .l-section__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 4.94792vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.card01.l-section .l-section__head .c-title {
  font-size: 2.91667vw;
  font-weight: 700;
  padding-right: 40px
}

@media (max-width:768px) {
  .card01.l-section .l-section__head .c-title {
    font-size: 7.29167vw;
    margin-bottom: 3.90625vw
  }
}

.card01.l-section .l-section__head .c-lead {
  font-size: 1.04167vw;
  font-weight: 700;
  line-height: 1.83
}

@media (max-width:768px) {
  .card01.l-section .l-section__head .c-lead {
    font-size: 3.00752vw;
    line-height: 1.6
  }
}

.card01 .swiper-block {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.1875vw;
  padding-bottom: 1.14583vw
}

@media (max-width:768px) {
  .card01 .swiper-block {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10.41667vw
  }
}

.card01 .swiper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.card01 .swiper-controller {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 20.57292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .card01 .swiper-controller {
    width: 100%;
    margin-right: 5.20833vw
  }
}

.card01 .swiper-controller .swiper-category {
  padding-top: 1.82292vw
}

@media (max-width:768px) {
  .card01 .swiper-controller .swiper-category {
    padding-top: 0
  }
}

.card01 .swiper-controller .title {
  font-family: Roboto;
  font-size: 1.25vw;
  font-weight: 700;
  color: #0081cc;
  margin-top: 2.34375vw;
  margin-bottom: 20px
}

@media (max-width:768px) {
  .card01 .swiper-controller .title {
    font-size: 3.125vw;
    margin-top: 0;
    margin-bottom: 8px
  }
}

.card01 .swiper-controller .desp {
  font-size: 1.66667vw;
  font-weight: 700;
  margin-bottom: 3.4375vw;
  position: relative;
  text-align: left
}

@media (max-width:768px) {
  .card01 .swiper-controller .desp {
    font-size: 4.16667vw;
    margin-bottom: 8.59375vw
  }
}

.card01 .swiper-controller .desp::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--color-blue)
}

.card01 .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .card01 .swiper-button {
    display: none
  }
}

.card01 .swiper-button-next, .card01 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 2.8125vw;
  height: calc(100% - 23px);
  background: #fffFFFCC;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .card01 .swiper-button-next, .card01 .swiper-button-prev {
    display: none
  }
}

.card01 .swiper-button-next-arrow, .card01 .swiper-button-prev-arrow {
  overflow: hidden;
  position: relative;
  width: 1.04167vw;
  height: 2.08333vw;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card01 .swiper-button-next-arrow::after, .card01 .swiper-button-prev-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-position-x: -2.08333vw;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card01 .swiper-button-next::after, .card01 .swiper-button-next::before, .card01 .swiper-button-prev::after, .card01 .swiper-button-prev::before {
  content: none
}

.card01 .swiper-button-prev {
  left: 0
}

.card01 .swiper-button-prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1025px) {
  .card01 .swiper-button-prev:hover .swiper-button-prev-arrow {
    background-position-x: 2.08333vw
  }
  .card01 .swiper-button-prev:hover .swiper-button-prev-arrow::after {
    background-position-x: 0
  }
}

.card01 .swiper-button-next {
  right: 0
}

@media (min-width:1025px) {
  .card01 .swiper-button-next:hover .swiper-button-next-arrow {
    background-position-x: 2.08333vw
  }
  .card01 .swiper-button-next:hover .swiper-button-next-arrow::after {
    background-position-x: 0
  }
}

.card01 .swiper-button-disabled {
  display: none
}

.card01 .swiper-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.card01 .swiper-notification {
  display: none
}

.card01 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem .8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto 0 0;
  text-align: center
}

.card01 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray)
}

.card01 .swiper-pagination-bullet-active {
  background-color: var(--color-blue)
}

.card01 .swiper-pagination-lock span {
  display: none
}

.card01 .slide {
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.card01 .slide-media {
  padding-top: 10.3125vw
}

@media (max-width:768px) {
  .card01 .slide-media {
    padding-top: 33.07292vw
  }
}

.card01 .slide-content {
  padding: 1.04167vw 2.08333vw;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2
}

@media (max-width:768px) {
  .card01 .slide-content {
    padding: 2.60417vw
  }
}

.card01 .slide-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.45833vw;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important
}

.card01 .slide-title span {
  font-weight: 100!important
}

@media (max-width:768px) {
  .card01 .slide-title {
    font-size: 4.16667vw
  }
}

.card01 .slide-text {
  font-size: .83333vw
}

@media (max-width:768px) {
  .card01 .slide-text {
    font-size: 3.125vw
  }
}

@media only screen and (max-width:1024px) {
  .card01 html {
    -webkit-text-size-adjust: 100%
  }
}

@media only screen and (min-width:1025px) {
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition)
  }
  .card01 .slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.card01 .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.card02 .swiper-button-next.swiper-button-lock, .card02 .swiper-button-prev.swiper-button-lock {
  display: none
}

.card02.l-section {
  padding-left: 5.72917vw
}

@media (max-width:768px) {
  .card02.l-section {
    padding-left: 4.94792vw
  }
}

.card02 .swiper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .card02 .swiper-block {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card02 .swiper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.card02 .swiper-controller {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 20.57292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .card02 .swiper-controller {
    width: 100%;
    margin-right: 5.20833vw
  }
}

.card02 .swiper-controller .section-heading {
  font-size: 2.91667vw;
  font-weight: 700;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .card02 .swiper-controller .section-heading {
    font-size: 7.29167vw;
    margin-bottom: 5.20833vw
  }
}

.card02 .swiper-controller .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .card02 .swiper-controller .swiper-button {
    display: none
  }
}

@media (max-width:768px) {
  .card02 .swiper-controller .content-link {
    display: none
  }
}

.card02 .swiper-button-next, .card02 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 2.8125vw;
  height: calc(100% - 23px);
  background: #fffFFFCC;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .card02 .swiper-button-next, .card02 .swiper-button-prev {
    display: none
  }
}

.card02 .swiper-button-next-arrow, .card02 .swiper-button-prev-arrow {
  overflow: hidden;
  position: relative;
  width: 1.04167vw;
  height: 2.08333vw;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card02 .swiper-button-next-arrow::after, .card02 .swiper-button-prev-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-position-x: -2.08333vw;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card02 .swiper-button-next::after, .card02 .swiper-button-next::before, .card02 .swiper-button-prev::after, .card02 .swiper-button-prev::before {
  content: none
}

.card02 .swiper-button-prev {
  left: 0
}

.card02 .swiper-button-prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1025px) {
  .card02 .swiper-button-prev:hover .swiper-button-prev-arrow {
    background-position-x: 2.08333vw
  }
  .card02 .swiper-button-prev:hover .swiper-button-prev-arrow::after {
    background-position-x: 0
  }
}

.card02 .swiper-button-next {
  right: 0
}

@media (min-width:1025px) {
  .card02 .swiper-button-next:hover .swiper-button-next-arrow {
    background-position-x: 2.08333vw
  }
  .card02 .swiper-button-next:hover .swiper-button-next-arrow::after {
    background-position-x: 0
  }
}

.card02 .swiper-button-disabled {
  display: none
}

.card02 .swiper-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.card02 .swiper-notification {
  display: none
}

.card02 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem .8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto 0 0;
  text-align: center
}

.card02 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray)
}

.card02 .swiper-pagination-bullet-active {
  background-color: var(--color-blue)
}

.card02 .swiper-pagination-lock span {
  display: none
}

.card02 .slide {
  overflow: hidden;
  border-radius: 8px;
  position: relative
}

.card02 .slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: .8;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, #1c1c1c), color-stop(95%, rgba(42, 42, 42, 0)));
  background-image: linear-gradient(to top, #1c1c1c 9%, rgba(42, 42, 42, 0) 95%)
}

.card02 .slide-media {
  padding-top: 60%
}

.card02 .slide-content {
  padding: 1.04167vw;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 2
}

@media (max-width:768px) {
  .card02 .slide-content {
    padding: 2.60417vw
  }
}

.card02 .slide-date {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: .83333vw;
  font-family: roboto
}

@media (max-width:768px) {
  .card02 .slide-date {
    font-size: 2.60417vw
  }
}

.card02 .slide-date .icn-new {
  display: inline-block;
  line-height: 1.3;
  margin-right: .41667vw;
  padding: 1px 4px 2px;
  color: #fff;
  background-color: #be1241;
  border-radius: 4px;
  font-size: .83333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .card02 .slide-date .icn-new {
    margin-right: 1.04167vw;
    font-size: 2.60417vw
  }
}

.card02 .slide-columntitle {
  font-size: 1.25vw;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.card02 .slide-columntitle span {
  font-weight: 700
}

@media (max-width:768px) {
  .card02 .slide-columntitle {
    font-size: 3.64583vw
  }
}

@media only screen and (max-width:1024px) {
  .card02 html {
    -webkit-text-size-adjust: 100%
  }
}

@media only screen and (min-width:1025px) {
  .card02 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition)
  }
  .card02 .slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.card03 {
  background-color: #f8f8f8
}

.card03 .swiper-button-next.swiper-button-lock, .card03 .swiper-button-prev.swiper-button-lock {
  display: none
}

.card03.l-section {
  padding-left: 5.72917vw
}

@media (max-width:768px) {
  .card03.l-section {
    padding-left: 4.94792vw
  }
}

.card03 .swiper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .card03 .swiper-block {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.card03 .swiper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.card03 .swiper-controller {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 20.57292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .card03 .swiper-controller {
    width: 100%;
    margin-right: 5.20833vw
  }
}

.card03 .swiper-controller .section-heading {
  font-size: 2.91667vw;
  font-weight: 700;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .card03 .swiper-controller .section-heading {
    font-size: 7.29167vw;
    margin-bottom: 5.20833vw
  }
}

.card03 .swiper-controller .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .card03 .swiper-controller .swiper-button {
    display: none
  }
}

@media (max-width:768px) {
  .card03 .swiper-controller .content-link {
    display: none
  }
}

.card03 .swiper-button-next, .card03 .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 2.8125vw;
  height: 12.34375vw;
  background: #fffFFFCC;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .card03 .swiper-button-next, .card03 .swiper-button-prev {
    display: none
  }
}

.card03 .swiper-button-next-arrow, .card03 .swiper-button-prev-arrow {
  overflow: hidden;
  position: relative;
  width: 1.04167vw;
  height: 2.08333vw;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card03 .swiper-button-next-arrow::after, .card03 .swiper-button-prev-arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slider_arrow-blue.png);
  background-position-x: -2.08333vw;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.card03 .swiper-button-next::after, .card03 .swiper-button-next::before, .card03 .swiper-button-prev::after, .card03 .swiper-button-prev::before {
  content: none
}

.card03 .swiper-button-prev {
  left: 0
}

.card03 .swiper-button-prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:1025px) {
  .card03 .swiper-button-prev:hover .swiper-button-prev-arrow {
    background-position-x: 2.08333vw
  }
  .card03 .swiper-button-prev:hover .swiper-button-prev-arrow::after {
    background-position-x: 0
  }
}

.card03 .swiper-button-next {
  right: 0
}

@media (min-width:1025px) {
  .card03 .swiper-button-next:hover .swiper-button-next-arrow {
    background-position-x: 2.08333vw
  }
  .card03 .swiper-button-next:hover .swiper-button-next-arrow::after {
    background-position-x: 0
  }
}

.card03 .swiper-button-disabled {
  display: none
}

.card03 .swiper-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.card03 .swiper-notification {
  display: none
}

.card03 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem .8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px auto 0 0;
  text-align: center
}

.card03 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray)
}

.card03 .swiper-pagination-bullet-active {
  background-color: var(--color-blue)
}

.card03 .swiper-pagination-lock span {
  display: none
}

.card03 .swiper-slide {
  height: auto
}

.card03 .slide {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background: #2a2a2a
}

.card03 .slide-media {
  position: relative;
  height: 12.34375vw
}

@media (max-width:768px) {
  .card03 .slide-media {
    height: auto
  }
}

.card03 .slide-media img {
  position: initial
}

.card03 .slide-media--logo {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 6.25vw;
  height: auto;
  padding: .41667vw 1.04167vw;
  background: #fff
}

@media (max-width:768px) {
  .card03 .slide-media--logo {
    width: 23.4375vw;
    padding: 1.5625vw 3.90625vw
  }
}

.card03 .slide-content {
  padding: 1.04167vw;
  color: #fff
}

@media (max-width:768px) {
  .card03 .slide-content {
    padding: 2.60417vw
  }
}

.card03 .slide-compname {
  margin-bottom: .41667vw;
  font-size: .83333vw
}

@media (max-width:768px) {
  .card03 .slide-compname {
    margin-bottom: 1.04167vw;
    font-size: 2.60417vw
  }
}

.card03 .slide-compname .icn-new {
  display: inline-block;
  line-height: 1.3;
  margin-right: .41667vw;
  padding: 1px 4px 2px;
  color: #fff;
  background-color: #be1241;
  border-radius: 4px;
  font-size: .83333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .card03 .slide-compname .icn-new {
    margin-right: 1.04167vw;
    font-size: 2.60417vw
  }
}

.card03 .slide-casetitle {
  color: var(--color-white);
  font-size: 1.25vw;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: calc(1.25vw * 4.8)
}

.card03 .slide-casetitle span {
  font-weight: 700
}

@media (max-width:768px) {
  .card03 .slide-casetitle {
    font-size: 4.16667vw;
    min-height: calc(4.16667vw * 4.8)
  }
}

.card03 .slide-servicename {
  display: inline-block;
  margin-top: .625vw;
  padding: 3px 8px;
  border-radius: 16px;
  border: 1px solid var(--color-white);
  font-size: .83333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .card03 .slide-servicename {
    margin-top: 1.04167vw;
    font-size: 2.08333vw
  }
}

@media only screen and (min-width:1025px) {
  .card03 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition)
  }
  .card03 .slide:hover .slide-media>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

[class*=swiper]:focus {
  outline: 0
}

.slide-media, .thumb-media {
  position: relative;
  overflow: hidden
}

.slide-media img, .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  overflow: hidden
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: .5
}

.swiper-button-prev::after, .swiper-button-prev::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slide_allow_l_2x.png);
  background-size: cover
}

.swiper-button-prev::before {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.swiper-button-prev:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  background-image: url(/image/top_new_slide_allow_l_2x.png);
  background-size: cover
}

.swiper-button-prev:hover::after {
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
}

.swiper-button-next::after, .swiper-button-next::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/image/top_new_slide_allow_r_2x.png);
  background-size: cover
}

.swiper-button-next::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.swiper-button-next:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  background-image: url(/image/top_new_slide_allow_r_2x.png);
  background-size: cover
}

.swiper-button-next:hover::after {
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
}

.flowing-text {
  background-color: #3792e5;
  display: none
}

.flowing-text .fix-box {
  position: relative;
  height: 44px;
  overflow: hidden;
  width: 1500px;
  margin: auto
}

@media (max-width:767px) {
  .flowing-text .fix-box {
    width: 100%;
    height: 40px
  }
}

.flowing-text .fix-box .flowing-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flowing-text .flowing-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px
}

.flowing-text .flowing-box__item:last-of-type {
  margin-right: 0
}

.flowing-text .p-header_info__link {
  color: #fff!important;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flowing-text .p-header_info__link:hover {
  color: #fff
}

.flowing-text .p-header_info__link:hover .p-header_info__title {
  text-decoration: underline
}

@media (max-width:767px) {
  .flowing-text .p-header_info__link {
    line-height: 40px
  }
}

.flowing-text .p-header_info__nolink {
  color: #fff;
  line-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:767px) {
  .flowing-text .p-header_info__nolink {
    line-height: 40px
  }
}

.flowing-text .p-header_info__date {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1em;
  white-space: nowrap
}

@media (max-width:767px) {
  .flowing-text .p-header_info__date {
    font-size: 1.4rem
  }
}

.flowing-text .p-header_info__title {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap
}

.topic_list dt .icon {
  visibility: hidden;
  display: inline-block;
  text-align: center;
  width: 2.08333vw;
  height: 1.45833vw;
  line-height: 1.45833vw;
  margin-right: .41667vw;
  color: var(--color-white);
  background: #be1241;
  border-radius: .20833vw
}

@media (max-width:768px) {
  .topic_list dt .icon {
    width: 7.8125vw;
    height: 5.46875vw;
    line-height: 5.46875vw;
    margin-right: 1.04167vw;
    border-radius: .52083vw
  }
}

.topic_list dt .icon .fa-exclamation {
  vertical-align: bottom
}

.topic_list dt .icon .fa-exclamation:before {
  content: "�d�v";
  height: 1.45833vw;
  line-height: 1.45833vw;
  font-size: .83333vw;
  font-weight: 700;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', HiraKakuProN-W3, 'ヒラギノ角ゴシック W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif
}

@media (max-width:768px) {
  .topic_list dt .icon .fa-exclamation:before {
    height: 5.46875vw;
    line-height: 5.46875vw;
    font-size: 2.99479vw
  }
}

.topic_list dt.important .icon {
  visibility: visible
}

.top #section02 h3.title {
  display: none
}

.top #section02.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 88.54167vw;
  width: 88.54167vw;
  margin: 4.16667vw auto 4.16667vw;
  padding: 0
}

@media (max-width:768px) {
  .top #section02.topics {
    position: relative;
    display: block;
    width: 90.10417vw;
    margin: 10.41667vw auto 33.33333vw
  }
}

@media (max-width:768px) {
  .top #section02 .headline {
    position: initial
  }
}

.top #section02 .headline .title {
  text-align: left;
  display: block;
  padding: 0;
  line-height: 1.4;
  color: var(--color-black);
  border-bottom: 0;
  font-size: 2.91667vw;
  font-weight: 700
}

@media (max-width:768px) {
  .top #section02 .headline .title {
    margin-bottom: 5.20833vw;
    line-height: 1.5;
    font-size: 7.29167vw
  }
}

.top #section02 .headline .btn_more {
  position: initial;
  width: auto;
  height: 3.75vw;
  margin-top: 2.08333vw
}

@media (max-width:768px) {
  .top #section02 .headline .btn_more {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12.5vw;
    margin-top: 5.20833vw
  }
}

.top #section02 .headline .btn_more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.02083vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .top #section02 .headline .btn_more a {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.top #section02 .headline .btn_more a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .top #section02 .headline .btn_more a::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .top #section02 .headline .btn_more a:hover {
    width: 15.10417vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .top #section02 .headline .btn_more a:hover::after {
    background-position: 0 0
  }
}

.top #section02 .topic_list {
  width: 65.88542vw;
  margin: 0;
  border-top: 2px solid var(--color-gray)
}

@media (max-width:768px) {
  .top #section02 .topic_list {
    width: 100%
  }
}

.top #section02 .topic_list dt {
  clear: left;
  float: left;
  position: relative;
  left: 18px;
  width: 13em;
  padding: 1.30208vw 0 0;
  font-size: 1.04167vw;
  font-weight: 700
}

.top #section02 .topic_list dt:nth-of-type(n+4) {
  display: none
}

@media (max-width:768px) {
  .top #section02 .topic_list dt {
    float: none;
    left: 0;
    margin-top: 4.16667vw;
    padding: 0;
    font-size: 3.64583vw
  }
}

.top #section02 .topic_list dt .icon {
  visibility: hidden;
  display: inline-block;
  text-align: center;
  width: 2.08333vw;
  min-width: 3em;
  height: 1.45833vw;
  line-height: 1.45833vw;
  margin-right: .41667vw;
  color: var(--color-white);
  background: #be1241;
  border-radius: .20833vw
}

@media (max-width:768px) {
  .top #section02 .topic_list dt .icon {
    width: 7.8125vw;
    height: 5.46875vw;
    line-height: 5.46875vw;
    margin-right: 1.04167vw;
    border-radius: .52083vw
  }
}

.top #section02 .topic_list dt .icon .fa-exclamation {
  vertical-align: bottom
}

.top #section02 .topic_list dt .icon .fa-exclamation:before {
  content: "�d�v";
  height: 1.45833vw;
  line-height: 1.45833vw;
  font-size: .83333vw;
  font-weight: 700;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', HiraKakuProN-W3, 'ヒラギノ角ゴシック W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif
}

@media (max-width:768px) {
  .top #section02 .topic_list dt .icon .fa-exclamation:before {
    height: 5.46875vw;
    line-height: 5.46875vw;
    font-size: 2.99479vw
  }
}

.top #section02 .topic_list dt.important .icon {
  visibility: visible
}

.top #section02 .topic_list dd {
  padding: 1.30208vw 4.16667vw 1.30208vw 10.9375vw;
  border-bottom: 2px solid var(--color-gray);
  font-size: 1.04167vw;
  font-weight: 700
}

.top #section02 .topic_list dd:nth-of-type(n+4) {
  display: none
}

@media (max-width:768px) {
  .top #section02 .topic_list dd {
    padding: 0 0 4.16667vw 0;
    font-size: 3.64583vw
  }
}

.top #section02 .topic_list dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

@media (max-width:768px) {
  .top #section02 .topic_list dd a {
    white-space: inherit;
    overflow: auto;
    text-overflow: inherit
  }
}

.mainvisual {
  height: 20.83333vw;
  padding: 4.6875vw 5.72917vw;
  background-image: url(/image/top_new_businessdxstore_mv.png);
  background-size: cover
}

@media (max-width:768px) {
  .mainvisual {
    height: 42.96875vw;
    padding: 10.41667vw 4.94792vw 7.8125vw;
    background-image: url(/image/top_new_businessdxstore_mv_sp.png)
  }
}

.mainvisual__inner {
  width: 88.54167vw;
  margin: 0 auto
}

@media (max-width:768px) {
  .mainvisual__inner {
    width: 90.10417vw
  }
}

.mainvisual__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--color-white);
  font-size: 3.33333vw;
  font-weight: 700
}

@media (max-width:768px) {
  .mainvisual__title {
    font-size: 6.25vw
  }
}

.mainvisual__logo {
  width: 35.67708vw;
  margin-right: .83333vw
}

@media (max-width:768px) {
  .mainvisual__logo {
    width: 69.01042vw;
    margin-right: 1.5625vw
  }
}

.mainvisual__lead {
  margin-top: 1.66667vw;
  line-height: 1.5;
  color: var(--color-white);
  font-size: 1.25vw
}

@media (max-width:768px) {
  .mainvisual__lead {
    margin-top: 3.64583vw;
    font-size: 3.64583vw
  }
}

#businessdxstore .top-dx_about {
  padding-top: .9375vw
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about {
    padding-top: 4.16667vw
  }
}

#businessdxstore .top-dx_about .dx_about__h2 {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 700
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about .dx_about__h2 {
    font-size: 6.25vw
  }
}

#businessdxstore .top-dx_about__all {
  margin-top: 5.20833vw;
  height: auto
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about__all {
    margin-top: 19.27083vw
  }
}

#businessdxstore .top-dx_about__content {
  position: initial
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about__content {
    position: relative
  }
}

#businessdxstore .top-dx_about__content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

#businessdxstore .top-dx_about__content:nth-of-type(even) .top-dx_about__img {
  margin-right: 7.55208vw;
  margin-left: 0
}

#businessdxstore .top-dx_about__content+.top-dx_about__content {
  margin-top: 6.25vw
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about__content+.top-dx_about__content {
    margin-top: 19.27083vw
  }
}

#businessdxstore .top-dx_about__content#about02, #businessdxstore .top-dx_about__content#about03, #businessdxstore .top-dx_about__content#about04 {
  visibility: visible
}

#businessdxstore .top-dx_about .dx_about__num {
  line-height: 1;
  color: #ececec;
  font-size: 7.29167vw;
  font-weight: 700;
  font-family: Roboto
}

@media (max-width:768px) {
  #businessdxstore .top-dx_about .dx_about__num {
    position: absolute;
    top: -8.85417vw;
    right: 0;
    font-size: 24.73958vw;
    z-index: -1
  }
}

.p-product--modal {
  position: relative
}

@media (min-width:769px) {
  .p-product--modal .c-main-modal__inner {
    width: 51.04167vw
  }
}

@media (min-width:769px) {
  .p-product--modal .c-main-modal__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (min-width:769px) {
  .p-product--modal .c-main-modal__row--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media (min-width:769px) {
  .p-product--modal .c-main-modal__col {
    width: 15.625vw;
    margin: 0 1.04167vw 2.08333vw
  }
}

@media (min-width:769px) {
  .p-product--modal .c-main-modal__col .c-button-new {
    width: auto
  }
}

@media (min-width:769px) {
  .p-product .l-container_side .local-navigation {
    position: sticky;
    top: 12.03125vw
  }
}

.p-product .mv {
  position: relative;
  z-index: 1;
  height: 27.08333vw
}

@media (--no-tablet) {
  .p-product .mv {
    max-height: 520px
  }
}

@media (max-width:768px) {
  .p-product .mv {
    height: 149.86979vw
  }
}

.p-product .mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.p-product .mv__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-product .mv__textbox {
  color: #fff;
  width: 43.22917vw;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  left: 5.72917vw
}

@media (max-width:768px) {
  .p-product .mv__textbox {
    width: calc(100% - 38px);
    top: 8.33333vw;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto
  }
}

.p-product .mv__textbox--black {
  color: var(--color-black)
}

.p-product .mv__title {
  font-size: 2.91667vw;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important;
  margin-bottom: 1.66667vw
}

@media screen and (min-width:1921px) {
  .p-product .mv__title {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .p-product .mv__title {
    font-size: 7.29167vw
  }
}

@media (max-width:768px) {
  .p-product .mv__title {
    margin-bottom: 5.20833vw;
    text-align: center
  }
}

.p-product .mv__title .en {
  font-weight: 100!important;
  color: #3792e5
}

.p-product .mv__text01 {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 1.66667vw
}

@media screen and (min-width:1921px) {
  .p-product .mv__text01 {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .mv__text01 {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product .mv__text01 {
    margin-bottom: 2.60417vw;
    line-height: 2
  }
}

.p-product .mv__text02 {
  font-size: 1.04167vw;
  margin-bottom: 2.08333vw
}

@media screen and (min-width:1921px) {
  .p-product .mv__text02 {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product .mv__text02 {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .p-product .mv__text02 {
    margin-bottom: 5.20833vw
  }
}

.p-product .mv__button {
  display: grid;
  gap: 2.08333vw;
  grid-template-columns: 1fr 1fr
}

@media (max-width:768px) {
  .p-product .mv__button {
    gap: 5.20833vw
  }
}

@media (max-width:768px) {
  .p-product .mv__button .c-button-new {
    width: 42.44792vw;
    height: 17.31771vw
  }
}

.p-product .mv__button .c-button-new span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15.625vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
  font-weight: 700
}

@media (max-width:768px) {
  .p-product .mv__button .c-button-new span {
    width: 32.55208vw
  }
}

.p-product .mv__button--one {
  gap: 0;
  justify-items: center;
  grid-template-columns: 1fr
}

@media (max-width:768px) {
  .p-product .mv__button--one .c-button-new {
    width: 52.08333vw;
    height: 12.5vw
  }
}

.p-product .mv__button--one .c-button-new span {
  width: 39.0625vw
}

.p-product .movie {
  display: grid;
  gap: 7.55208vw;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 4.16667vw
}

@media (max-width:768px) {
  .p-product .movie {
    gap: 5.20833vw;
    grid-template-columns: 1fr;
    margin-bottom: 15.625vw
  }
}

.p-product .movie__left {
  width: 35.67708vw
}

@media (max-width:768px) {
  .p-product .movie__left {
    width: 100%
  }
}

.p-product .movie__left .recommend {
  display: inline-block;
  padding-bottom: 8px;
  color: #0081cc;
  font-weight: 700;
  font-size: 1.66667vw;
  border-bottom: 2px solid #aaa;
  margin-bottom: 1.5625vw
}

@media screen and (min-width:1921px) {
  .p-product .movie__left .recommend {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product .movie__left .recommend {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .p-product .movie__left .recommend {
    margin-bottom: 3.90625vw
  }
}

.p-product .movie__left .title {
  font-size: 2.08333vw;
  margin-bottom: 1.82292vw
}

@media screen and (min-width:1921px) {
  .p-product .movie__left .title {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .p-product .movie__left .title {
    font-size: 5.20833vw
  }
}

@media (max-width:768px) {
  .p-product .movie__left .title {
    margin-bottom: 2.99479vw
  }
}

.p-product .movie__left .detail {
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  .p-product .movie__left .detail {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .movie__left .detail {
    font-size: 3.64583vw
  }
}

.p-product .movie__right {
  width: 43.17708vw;
  height: 24.27083vw
}

@media (max-width:768px) {
  .p-product .movie__right {
    width: 90.10417vw;
    height: 50.65104vw
  }
}

.p-product .summary {
  display: grid;
  gap: 7.55208vw;
  grid-template-columns: repeat(2, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.08333vw
}

@media (max-width:768px) {
  .p-product .summary {
    gap: 4.16667vw;
    grid-template-columns: 1fr;
    margin-bottom: 10.41667vw
  }
}

@media (max-width:768px) {
  .p-product .summary__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

@media (max-width:768px) {
  .p-product .summary__text_block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

.p-product .summary__img img {
  width: 37.76042vw;
  border-radius: 8px
}

@media (max-width:768px) {
  .p-product .summary__img img {
    width: 100%
  }
}

.p-product .summary__title {
  font-size: 1.66667vw;
  font-weight: 700;
  margin-bottom: 1.66667vw
}

@media screen and (min-width:1921px) {
  .p-product .summary__title {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product .summary__title {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .p-product .summary__title {
    margin-bottom: 2.60417vw
  }
}

.p-product .summary__subtitle {
  font-size: 1.25vw;
  line-height: 2em
}

@media screen and (min-width:1921px) {
  .p-product .summary__subtitle {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .summary__subtitle {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product .summary__subtitle {
    margin-bottom: 2.60417vw
  }
}

.p-product .summary__lead {
  font-size: 1.25vw;
  line-height: 2em
}

@media screen and (min-width:1921px) {
  .p-product .summary__lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .summary__lead {
    font-size: 3.64583vw
  }
}

.p-product .summary.reverse .summary__img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.p-product .summary.reverse .summary__text_block {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.p-product .summary:last-of-type {
  margin-bottom: 0
}

.p-product .section-service {
  padding-top: 0
}

.p-product .service {
  margin-bottom: 4.16667vw
}

@media (max-width:768px) {
  .p-product .service {
    margin-bottom: 5.20833vw
  }
}

.p-product .service__ul {
  display: grid;
  gap: 2.08333vw;
  grid-template-columns: repeat(4, 20.57292vw)
}

@media (max-width:768px) {
  .p-product .service__ul {
    gap: 2.08333vw;
    grid-template-columns: repeat(2, 42.44792vw)
  }
}

.p-product .service__ul li>a {
  padding: 1.04167vw;
  display: block;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d4e4f2
}

@media (max-width:768px) {
  .p-product .service__ul li>a {
    padding: 2.60417vw
  }
}

.p-product .service__ul li>a:hover {
  background-color: #f8f8f8;
  border: 1px solid #0081cc
}

.p-product .service__ul li>a:hover .service__text .title {
  color: #0081cc
}

.p-product .service__ul li>a:hover .service__text .text {
  color: #2a2a2a
}

.p-product .service__img {
  margin-bottom: 1.25vw
}

@media (max-width:768px) {
  .p-product .service__img {
    margin-bottom: 3.125vw
  }
}

.p-product .service__text .title {
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: .83333vw
}

@media screen and (min-width:1921px) {
  .p-product .service__text .title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .service__text .title {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product .service__text .title {
    margin-bottom: 2.08333vw
  }
}

.p-product .service__text .text {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product .service__text .text {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product .service__text .text {
    font-size: 3.125vw
  }
}

.p-product .section-production {
  padding-top: 0;
  padding-bottom: 0
}

.p-product .section-production .l-section__inner {
  padding: 2.08333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  .p-product .section-production .l-section__inner {
    width: auto;
    padding: 5.20833vw;
    margin: 0 4.94792vw
  }
}

.p-product .production .production_title {
  font-size: 2.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 2em;
  margin-bottom: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product .production .production_title {
    font-size: 48 px
  }
}

@media screen and (max-width:768px) {
  .p-product .production .production_title {
    font-size: 6vw
  }
}

.p-product .production .production_title .en {
  font-family: Roboto, sans-serif;
  color: #0081cc;
  font-weight: 700
}

@media (max-width:768px) {
  .p-product .production .production_title {
    margin-bottom: 1.04167vw
  }
}

.p-product .production .production_small {
  font-size: 1.04167vw;
  text-align: center
}

@media screen and (min-width:1921px) {
  .p-product .production .production_small {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product .production .production_small {
    font-size: 3.125vw
  }
}

.p-product .production .production_banner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.08333vw
}

@media (max-width:768px) {
  .p-product .production .production_banner {
    margin-top: 17px
  }
}

.p-product .production .production_banner li {
  width: 18.5%
}

@media (max-width:768px) {
  .p-product .production .production_banner li {
    width: 48.3%
  }
}

.p-product .production .production_banner li+li {
  margin-left: 1.8%
}

@media (max-width:768px) {
  .p-product .production .production_banner li+li {
    margin-left: 3.1%
  }
}

.p-product .merit {
  margin-bottom: 4.16667vw
}

@media (max-width:768px) {
  .p-product .merit {
    margin-bottom: 5.20833vw
  }
}

.p-product .merit__ul {
  display: grid;
  gap: 4.16667vw;
  grid-template-columns: repeat(3, 26.04167vw)
}

@media (max-width:768px) {
  .p-product .merit__ul {
    gap: 10.41667vw;
    grid-template-columns: 1fr;
    margin-bottom: 10.41667vw
  }
}

.p-product .merit__ul li {
  display: block;
  background-color: #fff
}

@media (max-width:768px) {
  .p-product .merit__ul li {
    margin: auto
  }
}

.p-product .merit__img {
  margin-bottom: 1.25vw
}

@media (max-width:768px) {
  .p-product .merit__img {
    margin-bottom: 3.125vw
  }
}

.p-product .merit__img img {
  width: 100%
}

.p-product .merit__text .title {
  font-size: 1.25vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: .83333vw
}

@media screen and (min-width:1921px) {
  .p-product .merit__text .title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .merit__text .title {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product .merit__text .title {
    margin-bottom: 2.08333vw
  }
}

.p-product .businessdxstore-about {
  padding-top: 0
}

.p-product .businessdxstore-about .l-section__inner {
  width: 100%
}

@media (max-width:768px) {
  .p-product .businessdxstore-about .l-section__inner {
    padding: 0
  }
}

.p-product .dxstore {
  position: relative;
  z-index: 1;
  height: 25vw
}

@media (--no-tablet) {
  .p-product .dxstore {
    max-height: 480px
  }
}

@media (max-width:768px) {
  .p-product .dxstore {
    height: 95.05208vw
  }
}

.p-product .dxstore__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.p-product .dxstore__bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-product .dxstore__content {
  position: absolute;
  z-index: 2;
  padding: 4.16667vw 5.72917vw;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:768px) {
  .p-product .dxstore__content {
    padding: 10.41667vw 4.94792vw
  }
}

.p-product .dxstore__content_logo {
  width: 23.95833vw;
  margin-bottom: 2.39583vw
}

@media (max-width:768px) {
  .p-product .dxstore__content_logo {
    width: 59.89583vw;
    margin-bottom: 5.98958vw
  }
}

.p-product .dxstore__content_logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.p-product .dxstore__content_ul {
  display: grid;
  color: #fff;
  gap: 2.08333vw;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.96875vw
}

@media (max-width:768px) {
  .p-product .dxstore__content_ul {
    gap: 5.20833vw;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5.20833vw
  }
}

.p-product .dxstore__content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .p-product .dxstore__content_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.p-product .dxstore__content_list .number {
  font-size: 2.5vw;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  margin-right: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product .dxstore__content_list .number {
    font-size: 48 px
  }
}

@media screen and (max-width:768px) {
  .p-product .dxstore__content_list .number {
    font-size: 6.25vw
  }
}

@media (max-width:768px) {
  .p-product .dxstore__content_list .number {
    margin-right: 0
  }
}

.p-product .dxstore__content_list .text {
  font-size: 1.45833vw;
  font-weight: 700;
  white-space: nowrap
}

@media screen and (min-width:1921px) {
  .p-product .dxstore__content_list .text {
    font-size: 28 px
  }
}

@media screen and (max-width:768px) {
  .p-product .dxstore__content_list .text {
    font-size: 3.64583vw
  }
}

.p-product .dxstore .content-button {
  margin: auto
}

.p-product .columnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .p-product .columnset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product .columnset__heading {
  width: 22.39583vw;
  padding-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product .columnset__heading {
    width: 100%
  }
}

.p-product .columnset__heading .title {
  font-size: 2.91667vw;
  font-weight: 700;
  margin-bottom: 2.08333vw
}

@media screen and (min-width:1921px) {
  .p-product .columnset__heading .title {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .p-product .columnset__heading .title {
    font-size: 7.29167vw
  }
}

@media (max-width:768px) {
  .p-product .columnset__heading .title {
    margin-bottom: 5.20833vw
  }
}

.p-product .columnset__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.14583vw
}

@media (max-width:768px) {
  .p-product .columnset__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.p-product .columnset__contents+.columnset__contents {
  margin-top: 3.125vw
}

@media (max-width:768px) {
  .p-product .columnset__contents+.columnset__contents {
    margin-top: 7.8125vw
  }
}

.p-product .columnset__contents .img {
  width: 20.57292vw;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product .columnset__contents .img {
    width: 100%;
    margin-bottom: 5.20833vw
  }
}

.p-product .columnset__contents .img img {
  width: 100%
}

.p-product .columnset__contents .text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-product .columnset__contents .text-block .date_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .52083vw
}

@media (max-width:768px) {
  .p-product .columnset__contents .text-block .date_box {
    margin-bottom: 1.30208vw
  }
}

.p-product .columnset__contents .text-block .day {
  font-family: Roboto, sans-serif;
  font-size: .83333vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product .columnset__contents .text-block .day {
    font-size: 16 px
  }
}

@media screen and (max-width:768px) {
  .p-product .columnset__contents .text-block .day {
    font-size: 3.125vw
  }
}

.p-product .columnset__contents .text-block .icon_new {
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: .83333vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product .columnset__contents .text-block .icon_new {
    font-size: 16 px
  }
}

@media screen and (max-width:768px) {
  .p-product .columnset__contents .text-block .icon_new {
    font-size: 2.60417vw
  }
}

.p-product .columnset__contents .text-block .title {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product .columnset__contents .text-block .title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product .columnset__contents .text-block .title {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product .columnset__contents .text-block .title {
    margin-bottom: 2.60417vw
  }
}

.p-product .columnset__contents .text-block .detail {
  font-size: 1.04167vw;
  line-height: 2em;
  margin-bottom: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product .columnset__contents .text-block .detail {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product .columnset__contents .text-block .detail {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .p-product .columnset__contents .text-block .detail {
    margin-bottom: 3.125vw
  }
}

.p-product .businessdaccount-about {
  padding-top: 0
}

.p-product .bnr__link {
  position: relative;
  overflow: hidden;
  display: block
}

.p-product .bnr__link img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.p-product .bnr__link img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.p-product-func {
  display: grid;
  grid-template-columns: 18.48958vw 41.14583vw;
  grid-template-rows: repeat(2, auto);
  gap: 2.08333vw;
  grid-template-areas: "function-img function-text" "function-icon function-icon"
}

@media (max-width:768px) {
  .p-product-func {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "function-img" "function-text" "function-icon"
  }
}

.p-product-func__img {
  grid-area: function-img
}

@media (max-width:768px) {
  .p-product-func__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-product-func__img .title {
    font-size: 5.20833vw;
    font-weight: 700
  }
}

.p-product-func__img img {
  border-radius: 8px
}

@media (max-width:768px) {
  .p-product-func__img img {
    width: 24.08854vw;
    margin-right: 2.60417vw
  }
}

.p-product-func .pho {
  border-radius: 0;
  margin-bottom: 0
}

@media (max-width:768px) {
  .p-product-func .pho {
    margin: auto;
    text-align: center;
    margin-bottom: 5.20833vw;
    width: 100%
  }
}

.p-product-func .pho .thumbnail {
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product-func .pho .thumbnail {
    margin-bottom: 2.60417vw
  }
}

.p-product-func .pho .poweredby {
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-func .pho .poweredby {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-func .pho .poweredby {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .p-product-func .pho .poweredby {
    text-align: center
  }
}

@media (max-width:768px) {
  .p-product-func .pho .logo {
    text-align: center
  }
}

.p-product-func .pho .logo img {
  width: 11.25vw
}

@media (max-width:768px) {
  .p-product-func .pho .logo img {
    width: 28.125vw
  }
}

.p-product-func__detail {
  grid-area: function-text
}

.p-product-func__detail .title {
  font-size: 2.08333vw;
  font-weight: 700;
  margin-bottom: .375em
}

.p-product-func__detail .text {
  font-size: 1.25vw;
  margin-bottom: .8em
}

@media screen and (min-width:1921px) {
  .p-product-func__detail .text {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-func__detail .text {
    font-size: 3.64583vw
  }
}

.p-product-func__recommend {
  padding: 1.04167vw;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1em
}

@media (max-width:768px) {
  .p-product-func__recommend {
    padding: 2.60417vw
  }
}

.p-product-func__recommend .title {
  font-size: 1.25vw;
  color: #737373;
  font-weight: 700;
  margin-bottom: .375em
}

@media screen and (min-width:1921px) {
  .p-product-func__recommend .title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-func__recommend .title {
    font-size: 3.64583vw
  }
}

.p-product-func__icons {
  grid-area: function-icon;
  display: grid;
  gap: 1.30208vw;
  grid-template-columns: repeat(2, 1fr)
}

@media (max-width:768px) {
  .p-product-func__icons {
    grid-template-columns: 1fr;
    gap: 4.16667vw
  }
}

.p-product-func__icons .icon {
  width: 6.25vw;
  margin-right: 16px
}

@media (max-width:768px) {
  .p-product-func__icons .icon {
    width: 15.625vw
  }
}

.p-product-func__icons .text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.p-product-func__icons .text-block .title {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: .625vw
}

@media screen and (min-width:1921px) {
  .p-product-func__icons .text-block .title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-func__icons .text-block .title {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-func__icons .text-block .title {
    margin-bottom: 1.5625vw
  }
}

.p-product-func__icons.no-repeat {
  display: block
}

.p-product-func__textlink {
  margin-top: 2.08333vw
}

@media (max-width:768px) {
  .p-product-func__textlink {
    margin-top: 4.16667vw
  }
}

.p-product-func__textlink p {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product-func__textlink p {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-func__textlink p {
    font-size: 3.125vw
  }
}

.p-product-plan .panel-lead {
  font-size: 1.25vw;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .p-product-plan .panel-lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan .panel-lead {
    font-size: 3.64583vw
  }
}

.p-product-plan__wrap {
  float: left;
  width: 100%;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
  border-bottom: 1px solid #aaa
}

@media (max-width:768px) {
  .p-product-plan__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3.90625vw;
    margin-bottom: 3.90625vw
  }
}

.p-product-plan__wrap .p-product-plan__list.p-product-plan__list--solid {
  max-width: 20.3125vw
}

@media (max-width:768px) {
  .p-product-plan__wrap .p-product-plan__list.p-product-plan__list--solid {
    width: 100%;
    max-width: initial;
    margin-bottom: 0
  }
}

@media (max-width:768px) {
  .p-product-plan__wrap .p-product-plan__list.p-product-plan__list--dashed {
    width: 100%;
    max-width: initial;
    margin-bottom: 0
  }
}

.p-product-plan__frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border: 2px solid #0081cc;
  border-radius: 8px
}

@media (max-width:768px) {
  .p-product-plan__frame {
    display: block
  }
}

.p-product-plan__frame--nodisp {
  float: left;
  border: 2px solid transparent
}

.p-product-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-product-plan__list li {
  font-size: 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-width: 6.25vw;
  height: 2.08333vw;
  margin: .52083vw .26042vw;
  padding: 0 .26042vw;
  font-weight: 700;
  border-radius: 22px;
  color: #0081cc
}

@media (max-width:768px) {
  .p-product-plan__list li {
    font-size: 2.60417vw;
    min-width: 19.53125vw;
    height: 5.20833vw;
    margin: 1.30208vw .65104vw;
    padding: 0 .65104vw
  }
}

.p-product-plan__list--solid li {
  border: 2px solid #0081cc
}

.p-product-plan__list--dashed li {
  position: relative;
  border: 2px dashed #0081cc;
  margin-right: 1.5625vw
}

@media (max-width:768px) {
  .p-product-plan__list--dashed li {
    margin-right: 3.90625vw
  }
}

.p-product-plan__list--dashed li:last-child {
  margin-right: .26042vw
}

@media (max-width:768px) {
  .p-product-plan__list--dashed li:last-child {
    margin-right: .65104vw
  }
}

.p-product-plan__list--dashed li:not(:last-child)::after {
  position: absolute;
  content: "or";
  color: #000;
  font-weight: 400;
  top: 0;
  right: -1.5625vw
}

@media (max-width:768px) {
  .p-product-plan__list--dashed li:not(:last-child)::after {
    right: -3.90625vw
  }
}

.p-product-plan .dli-plus {
  float: left;
  width: 2.60417vw;
  height: 2.60417vw;
  position: relative
}

@media (max-width:768px) {
  .p-product-plan .dli-plus {
    width: 100%;
    height: 6.51042vw
  }
}

.p-product-plan .dli-plus span {
  display: block;
  color: #aaa;
  width: .20833vw;
  height: 1.5625vw;
  top: .78125vw;
  left: 1.30208vw;
  background: currentColor;
  position: absolute
}

@media (max-width:768px) {
  .p-product-plan .dli-plus span {
    width: .52083vw;
    height: 3.90625vw;
    top: 1.30208vw;
    left: 3.25521vw
  }
}

.p-product-plan .dli-plus span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.p-product-plan__text {
  font-size: 1.04167vw;
  padding-top: .78125vw
}

@media screen and (min-width:1921px) {
  .p-product-plan__text {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__text {
    font-size: 3.125vw
  }
}

.p-product-plan__price {
  clear: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.04167vw;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product-plan__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.60417vw;
    margin-bottom: 2.60417vw
  }
}

.p-product-plan__price .price-left {
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product-plan__price .price-left {
    margin-right: 0;
    margin-bottom: 4.16667vw
  }
}

.p-product-plan__price .price-left .sub {
  font-size: .9375vw
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-left .sub {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-left .sub {
    font-size: 2.60417vw
  }
}

.p-product-plan__price .price-left .price-blue {
  color: #0081cc;
  font-size: 1.66667vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-left .price-blue {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-left .price-blue {
    font-size: 4.16667vw
  }
}

.p-product-plan__price .price-left .price-blue span {
  margin-left: .52083vw;
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-left .price-blue span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-left .price-blue span {
    font-size: 3.125vw
  }
}

.p-product-plan__price .sankaku {
  background-color: #aaa;
  width: 1.25vw;
  height: 2.5vw;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product-plan__price .sankaku {
    width: 3.125vw;
    height: 6.25vw;
    margin-right: 2.60417vw
  }
}

.p-product-plan__price .price-right .sub.ribbon {
  color: #fff;
  font-weight: 700;
  font-size: .9375vw;
  line-height: 1.35417vw;
  position: relative;
  height: 1.35417vw;
  text-align: center;
  background: #0081cc;
  width: 8.48958vw
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-right .sub.ribbon {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-right .sub.ribbon {
    font-size: 2.60417vw
  }
}

@media (max-width:768px) {
  .p-product-plan__price .price-right .sub.ribbon {
    line-height: 3.90625vw;
    height: 3.90625vw;
    width: 22.52604vw
  }
}

.p-product-plan__price .price-right .sub.ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 1.35417vw;
  content: "";
  border: .625vw solid #0081cc
}

@media (max-width:768px) {
  .p-product-plan__price .price-right .sub.ribbon:after {
    height: 3.90625vw;
    border: 1.5625vw solid #0081cc
  }
}

.p-product-plan__price .price-right .sub.ribbon:after {
  right: -1.14583vw;
  border-right-width: .625vw;
  border-right-color: transparent
}

@media (max-width:768px) {
  .p-product-plan__price .price-right .sub.ribbon:after {
    right: -2.86458vw;
    border-right-width: 1.95313vw
  }
}

.p-product-plan__price .price-right .sub.ribbon span {
  position: relative;
  display: block
}

.p-product-plan__price .price-right .price {
  color: #737373;
  font-size: 1.66667vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-right .price {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-right .price {
    font-size: 3.64583vw
  }
}

.p-product-plan__price .price-right .price span {
  margin-left: .52083vw;
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-plan__price .price-right .price span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-plan__price .price-right .price span {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-plan__price .price-right .price span {
    margin-left: 1.30208vw
  }
}

.p-product-option .panel-lead {
  font-size: 1.25vw;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .p-product-option .panel-lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option .panel-lead {
    font-size: 3.64583vw
  }
}

.p-product-option .title {
  font-size: 1.66667vw;
  color: #737373;
  font-weight: 700;
  margin-bottom: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product-option .title {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option .title {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .p-product-option .title {
    margin-bottom: 2.60417vw
  }
}

.p-product-option__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.04167vw;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product-option__price {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.60417vw;
    margin-bottom: 2.60417vw
  }
}

.p-product-option__price .price-left {
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product-option__price .price-left {
    margin-right: 0;
    margin-bottom: 4.16667vw
  }
}

.p-product-option__price .price-left .sub {
  font-size: .9375vw
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-left .sub {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-left .sub {
    font-size: 2.60417vw
  }
}

.p-product-option__price .price-left .price {
  color: #2a2a2a;
  font-size: 1.66667vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-left .price {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-left .price {
    font-size: 4.16667vw
  }
}

.p-product-option__price .price-left .price span {
  margin-left: .52083vw;
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-left .price span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-left .price span {
    font-size: 3.125vw
  }
}

.p-product-option__price .sankaku {
  background-color: #aaa;
  width: 1.25vw;
  height: 2.5vw;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product-option__price .sankaku {
    width: 3.125vw;
    height: 6.25vw;
    margin-right: 2.60417vw
  }
}

.p-product-option__price .price-right .sub.ribbon {
  color: #fff;
  font-weight: 700;
  font-size: .9375vw;
  line-height: 1.35417vw;
  position: relative;
  height: 1.35417vw;
  text-align: center;
  background: #737373;
  width: 8.48958vw
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-right .sub.ribbon {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-right .sub.ribbon {
    font-size: 2.60417vw
  }
}

@media (max-width:768px) {
  .p-product-option__price .price-right .sub.ribbon {
    line-height: 3.90625vw;
    height: 3.90625vw;
    width: 22.52604vw
  }
}

.p-product-option__price .price-right .sub.ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  height: 1.35417vw;
  content: "";
  border: .625vw solid #737373
}

@media (max-width:768px) {
  .p-product-option__price .price-right .sub.ribbon:after {
    height: 3.90625vw;
    border: 1.5625vw solid #737373
  }
}

.p-product-option__price .price-right .sub.ribbon:after {
  right: -1.14583vw;
  border-right-width: .625vw;
  border-right-color: transparent
}

@media (max-width:768px) {
  .p-product-option__price .price-right .sub.ribbon:after {
    right: -2.86458vw;
    border-right-width: 1.95313vw
  }
}

.p-product-option__price .price-right .sub.ribbon span {
  position: relative;
  display: block
}

.p-product-option__price .price-right .price {
  color: #737373;
  font-size: 1.66667vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-right .price {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-right .price {
    font-size: 3.64583vw
  }
}

.p-product-option__price .price-right .price span {
  margin-left: .52083vw;
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-option__price .price-right .price span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-option__price .price-right .price span {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-option__price .price-right .price span {
    margin-left: 1.30208vw
  }
}

.p-product__caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-product__caution .icon {
  width: 1.35417vw;
  height: auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .p-product__caution .icon {
    width: 3.38542vw
  }
}

.p-product__caution .text {
  font-size: 1.45833vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product__caution .text {
    font-size: 28 px
  }
}

@media screen and (max-width:768px) {
  .p-product__caution .text {
    font-size: 3.64583vw
  }
}

.p-product__note {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product__note {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product__note {
    font-size: 3.125vw !important;
  }
}

.p-product__note.mb {
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product__note.mb {
    margin-bottom: 2.60417vw
  }
}

.heading-docomomembers {
  width: 20.57292vw
}

@media (max-width:768px) {
  .heading-docomomembers {
    width: 51.43229vw
  }
}

.p-product-members .panel-lead {
  font-size: 1.25vw;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .p-product-members .panel-lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-members .panel-lead {
    font-size: 3.64583vw
  }
}

.p-product-members .panel-list-title {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product-members .panel-list-title {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-members .panel-list-title {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-members .panel-list-title {
    margin-bottom: 2.60417vw
  }
}

.p-product-members .panel-list-ul {
  display: grid;
  gap: 1.30208vw;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 2.08333vw
}

@media (max-width:768px) {
  .p-product-members .panel-list-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.60417vw;
    grid-template-columns: 1fr;
    margin-bottom: 6.25vw
  }
}

.p-product-members .panel-list-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.19792vw 2.08333vw
}

@media (max-width:768px) {
  .p-product-members .panel-list-box {
    padding: 2.60417vw
  }
}

.p-product-members .panel-list-box dt {
  color: #737373;
  font-size: 1.25vw;
  font-weight: 700;
  padding-right: 1.04167vw;
  border-right: 1px solid #aaa
}

@media screen and (min-width:1921px) {
  .p-product-members .panel-list-box dt {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-members .panel-list-box dt {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-members .panel-list-box dt {
    padding-right: 2.60417vw
  }
}

.p-product-members .panel-list-box dd {
  color: #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  padding-left: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product-members .panel-list-box dd {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-members .panel-list-box dd {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-members .panel-list-box dd {
    padding-left: 2.60417vw
  }
}

.p-product-members .content-link {
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product-members .content-link {
    margin-bottom: 2.60417vw
  }
}

.p-product-flow li {
  position: relative
}

.p-product-flow li:after {
  position: absolute;
  bottom: -3.33333vw;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: #aaa;
  width: 4.16667vw;
  height: 2.08333vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

@media (max-width:768px) {
  .p-product-flow li:after {
    bottom: -8.33333vw;
    width: 10.41667vw;
    height: 5.20833vw
  }
}

.p-product-flow li:last-child:after {
  background-color: transparent
}

.p-product-use .title {
  font-size: 1.66667vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-use .title {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-use .title {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  .p-product-use .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product-use .flowstep {
  font-size: 1.45833vw;
  font-weight: 700;
  margin-bottom: .83333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (min-width:1921px) {
  .p-product-use .flowstep {
    font-size: 28 px
  }
}

@media screen and (max-width:768px) {
  .p-product-use .flowstep {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-use .flowstep {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.60417vw
  }
}

.p-product-use .flowstep span.step {
  color: #0081cc;
  font-weight: 700;
  margin-right: .75em;
  font-family: roboto;
  padding-top: 2px
}

.p-product-use .step {
  color: #0081cc;
  font-weight: 700;
  margin-right: .75em;
  font-family: roboto;
  padding-top: 2px
}

.p-product-use .text {
  margin-bottom: 1.66667vw
}

@media (max-width:768px) {
  .p-product-use .text {
    margin-bottom: 2.60417vw
  }
}

#download_branch.renewal .c-sec {
  padding-top: 2.08333vw
}

@media (max-width:768px) {
  #download_branch.renewal .c-sec {
    padding: 5.20833vw 5.20833vw 15.625vw
  }
}

#download_branch.renewal .c-sec__inner {
  padding: 0;
  border-radius: 8px;
  background: #ececec
}

#download_branch.renewal .c-block {
  padding: 40px 50px
}

@media (max-width:768px) {
  #download_branch.renewal .c-block {
    padding: 2.60417vw
  }
}

@media (max-width:768px) {
  #download_branch.renewal .c-media__mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

#download_branch.renewal .c-media__right {
  padding-right: 50px;
  padding-left: 40px
}

@media (max-width:768px) {
  #download_branch.renewal .c-media__right {
    width: 100%;
    padding: 0
  }
}

@media (max-width:768px) {
  #download_branch.renewal .c-media__left {
    width: 100%;
    max-width: 448px;
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

#download_branch.renewal .c-media__img img {
  border-radius: 8px
}

#download_branch.renewal .c-media__title {
  line-height: 1;
  color: #737373;
  font-size: 2.4rem
}

@media (max-width:768px) {
  #download_branch.renewal .c-media__title {
    margin-bottom: 8px;
    font-size: 1.6rem
  }
}

#download_branch.renewal .c-media__title span {
  color: #3792e5;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 700
}

#download_branch.renewal .c-media__txt {
  margin: 0;
  line-height: 2.25;
  font-size: 1.6rem
}

@media (max-width:768px) {
  #download_branch.renewal .c-media__txt {
    line-height: 1.6;
    font-size: 1.4rem
  }
}

#download_branch.renewal .c-panel {
  padding: 20px 50px 40px;
  border-radius: 8px;
  border: 0;
  background: #fff
}

@media (max-width:768px) {
  #download_branch.renewal .c-panel {
    padding: 20px
  }
}

#download_branch.renewal .c-panel .c-panel__heading {
  padding: 0;
  border-radius: 0;
  background: 0 0
}

#download_branch.renewal .c-panel .c-panel__heading-title {
  font-size: 3.2rem;
  font-weight: 700
}

@media (max-width:768px) {
  #download_branch.renewal .c-panel .c-panel__heading-title {
    font-size: 1.8rem
  }
}

#download_branch.renewal .c-panel .c-panel__heading.c-panel__heading01 .c-panel__heading-title {
  color: #0081cc
}

#download_branch.renewal .c-panel .c-panel__heading.c-panel__heading02 .c-panel__heading-title {
  color: #737373
}

#download_branch.renewal .c-panel__body {
  margin-top: 50px;
  padding: 0
}

@media (max-width:768px) {
  #download_branch.renewal .c-panel__body {
    margin-top: 40px
  }
}

#download_branch.renewal .c-panel__lead {
  font-size: 1.6rem
}

@media (max-width:768px) {
  #download_branch.renewal .c-panel__lead {
    font-size: 1.4rem
  }
}

#download_branch.renewal .c-panel__btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0
}

#download_branch.renewal .c-button-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  width: 360px;
  height: 72px;
  font-size: 2.4rem
}

@media (max-width:768px) {
  #download_branch.renewal .c-button-new {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

#download_branch.renewal .c-button-new::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  #download_branch.renewal .c-button-new::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  #download_branch.renewal .c-button-new:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  #download_branch.renewal .c-button-new:hover::after {
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  #download_branch.renewal .c-button-new:hover {
    width: 400px;
    margin-right: -20px;
    margin-left: -20px
  }
}

@media (max-width:768px) {
  #download_branch.renewal .c-button-new {
    max-width: 250px;
    height: 52px;
    font-size: 1.6rem;
    letter-spacing: initial
  }
}

#download_branch.renewal .c-button-new::after {
  right: 20px;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-position: -24px 0
}

@media (max-width:768px) {
  #download_branch.renewal .c-button-new::after {
    right: 12px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: -16px 0
  }
}

#download_branch.renewal .c-button__blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25vw;
  width: 29.6875vw;
  height: 5vw;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  width: 360px;
  height: 72px;
  font-size: 2.4rem
}

@media screen and (min-width:1921px) {
  #download_branch.renewal .c-button__blue {
    font-size: 24 px;
    width: 570 px;
    height: 96 px
  }
}

@media screen and (max-width:768px) {
  #download_branch.renewal .c-button__blue {
    font-size: 3.64583vw;
    width: 74.21875vw;
    height: 12.5vw
  }
}

@media (min-width:1025px) {
  #download_branch.renewal .c-button__blue:hover {
    letter-spacing: .075vw;
    color: #fff
  }
}

#download_branch.renewal .c-button__blue:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  #download_branch.renewal .c-button__blue:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

@media (min-width:1025px) {
  #download_branch.renewal .c-button__blue:hover {
    width: 400px;
    margin-right: -20px;
    margin-left: -20px
  }
}

@media (max-width:768px) {
  #download_branch.renewal .c-button__blue {
    max-width: 250px;
    height: 52px;
    font-size: 1.6rem
  }
}

@media (max-width:768px) {
  #download_branch.renewal .c-button__blue span::before {
    width: 16px;
    height: 16px
  }
}

#download_branch.renewal .bnr_area {
  overflow: hidden;
  text-align: center;
  margin-top: 80px
}

#download_branch.renewal .bnr_area a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s
}

#download_branch.renewal .bnr_area a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-product-intro .c-link__ul--renew {
  display: none
}

.p-product-intro .c-link__ul--renew .e-title {
  display: none;
  margin-top: 0
}

.p-product-intro .c-link__ul--renew .e-title.is-open {
  display: block;
  margin-top: 0
}

.p-product-intro .c-link__ul--renew>li {
  padding: 0;
  border: none
}

.p-product-intro .c-link__ul--renew>li .c-photo__box {
  width: 18.48958vw;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-photo__box {
    width: 100%;
    margin-right: 0
  }
}

.p-product-intro .c-link__ul--renew>li .c-photo__box .pho {
  border-radius: 0;
  margin-bottom: 0
}

.p-product-intro .c-link__ul--renew>li .c-text__box {
  width: 41.14583vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box {
    width: 100%
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__box .product-title {
  font-size: 2.08333vw;
  margin-bottom: .25em
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .product-title {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .product-title {
    font-size: 5.20833vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__box .product-lead {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-bottom: 2.08333vw
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .product-lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .product-lead {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .product-lead {
    margin-bottom: 5.20833vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__box p {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box p {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box p {
    font-size: 3.125vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__box .c-text__note {
  font-size: 1.04167vw;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .c-text__note {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__box .c-text__note {
    font-size: 3.125vw
  }
}

.p-product-intro .c-link__ul--renew>li .pho {
  border-radius: 0;
  margin-bottom: 0
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho {
    margin: auto;
    text-align: center;
    margin-bottom: 5.20833vw
  }
}

.p-product-intro .c-link__ul--renew>li .pho .thumbnail {
  border-radius: 8px;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho .thumbnail {
    width: 58.33333vw;
    margin: auto;
    margin-bottom: 2.60417vw
  }
}

.p-product-intro .c-link__ul--renew>li .pho .poweredby {
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .pho .poweredby {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho .poweredby {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho .poweredby {
    text-align: center
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho .logo {
    text-align: center
  }
}

.p-product-intro .c-link__ul--renew>li .pho .logo img {
  width: 11.25vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .pho .logo img {
    width: 28.125vw
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .content-link {
    width: 100%
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__box {
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  border: none
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail {
  width: 27.8125vw;
  padding: 1.04167vw .41667vw 1.04167vw 1.04167vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail {
    width: 100%;
    padding: 2.60417vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail .heading {
  font-size: 1.25vw;
  font-weight: 700;
  color: #737373;
  letter-spacing: 2.24px;
  border-bottom: 1px solid #aaa;
  padding-bottom: .5em;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .heading {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .heading {
    font-size: 3.64583vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail .sub {
  font-size: .9375vw;
  font-weight: 400;
  line-height: 1
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .sub {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .sub {
    font-size: 2.60417vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail .price {
  font-size: 1.66667vw;
  font-weight: 700;
  letter-spacing: 2.56px;
  margin-bottom: .5em
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .price {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .price {
    font-size: 4.16667vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail .price span {
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .price span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .price span {
    font-size: 3.125vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail .text {
  font-size: .9375vw;
  margin-bottom: .5em
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .text {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__detail .text {
    font-size: 2.60417vw
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__detail.w100 {
  width: 100%
}

.p-product-intro .c-link__ul--renew>li .c-text__price__link {
  width: 13.33333vw
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__link {
    width: 100%
  }
}

.p-product-intro .c-link__ul--renew>li .c-text__price__link a {
  border: .15625vw solid #0081cc;
  border-radius: 0 8px 8px 0;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-product-intro .c-link__ul--renew>li .c-text__price__link a .c-link-more {
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__link a .c-link-more {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__link a .c-link-more {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__link a {
    border: .39063vw solid #0081cc;
    border-radius: 0 0 8px 8px;
    height: 8.72396vw
  }
}

@media (min-width:1025px) {
  .p-product-intro .c-link__ul--renew>li .c-text__price__link a:hover .c-link-more .arrow::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
    background-size: cover
  }
  .p-product-intro .c-link__ul--renew>li .c-text__price__link a:hover .c-link-more .arrow::after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
  }
}

.p-product-intro .c-link__ul--renew [data-category-name] {
  display: none
}

.p-product-intro .c-link__ul--renew [data-category-name].is-open {
  display: block
}

@media (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2 small {
  font-size: 1.25vw;
  font-weight: 700;
  margin-right: 2em;
  color: #2a2a2a
}

@media screen and (min-width:1921px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 small {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 small {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 small {
    margin-right: 1em
  }
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2.on span {
  background: 0 0
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2:hover span {
  background: 0 0
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2:hover span::after, .p-product-intro .c-link-add__btn.c-link-add__btn--v2:hover span::before {
  background: #2a2a2a
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2:hover.on span {
  background: 0 0
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2 span {
  width: 1.66667vw;
  height: 1.66667vw;
  background-color: transparent;
  margin-right: .52083vw
}

@media (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 span {
    width: 4.16667vw;
    height: 4.16667vw;
    margin-right: 0
  }
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2 span::before {
  background-color: #2a2a2a;
  width: 1.66667vw;
  height: .20833vw
}

@media (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 span::before {
    width: 4.16667vw;
    height: .52083vw
  }
}

.p-product-intro .c-link-add__btn.c-link-add__btn--v2 span::after {
  background-color: #2a2a2a;
  width: .20833vw;
  height: 1.66667vw;
  -webkit-transition: .5s;
  transition: .5s
}

@media (max-width:768px) {
  .p-product-intro .c-link-add__btn.c-link-add__btn--v2 span::after {
    width: .52083vw;
    height: 4.16667vw
  }
}

.c-box--column--new .flex__item {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-box--column--new .flex__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-box--column--new .flex__item.undisplay {
  display: none
}

.c-box--column--new .flex__item a {
  border-radius: 8px;
  border: 1px solid #ececec
}

.c-box--column--new .flex__item a:hover {
  background: #f8f8f8 0 0 no-repeat padding-box;
  border: 1px solid #0081cc
}

.c-box--column--new .flex__item a:hover .c-box__detail {
  color: #212529
}

.c-box--column--new .flex__item .c-box__date {
  font-weight: 700;
  background-color: transparent;
  padding: 0
}

.c-box--column--new .flex__item .c-box__new {
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px 0;
  border-radius: 4px
}

.c-box--column--new .flex__item .c-box__detail {
  font-size: 1.6rem
}

.sidemenu_box--new {
  background-color: #ececec;
  border-radius: 8px
}

.sidemenu_box--new .column_box--line li a {
  border-bottom: 1px solid #aaa
}

.sidemenu_box--new .column_box--line li .c-box__new {
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px
}

.sidemenu_box--new .column_box--line li .c-box__date {
  color: #2a2a2a
}

.column-mv--new .column-mv__update {
  margin-bottom: 1.04167vw
}

.column-mv--new .column-mv__update .txt_date {
  background-color: transparent;
  padding: 0;
  color: #fff
}

.column-mv--new .column-mv__update .txt_new {
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px
}

@media (max-width:768px) {
  .column-mv--new .btn__wrap {
    text-align: center
  }
}

.recommend-column--new {
  border-radius: 8px;
  border: 1px solid #ececec;
  background-color: transparent
}

.recommend-column--new .pickup_update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.recommend-column--new .pickup_date {
  padding: 0!important;
  font-family: Roboto!important;
  font-weight: 700
}

.recommend-column--new .pickup_new {
  font-family: roboto;
  font-weight: 700;
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 8px;
  font-size: 1.2rem
}

.recommend-column--new .c-link-more {
  font-size: 16px
}

@media (max-width:768px) {
  .recommend-column--new .c-link-more {
    font-size: 16px
  }
}

.recommend-column--new .c-link-more .arrow {
  width: 16px;
  height: 16px
}

.recommend_product--new .borderbox {
  background-color: #ececec;
  border-radius: 8px;
  border: none
}

.recommend_product--new .left-box img {
  border-radius: 8px
}

.recommend_product--new .product_name {
  color: #737373;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important
}

.recommend_product--new .product-title__en {
  color: #0081cc;
  font-weight: 700;
  font-family: univia-pro, sans-serif;
  letter-spacing: 1.04px
}

.recommend_product--new .c-link-more {
  font-size: 16px
}

@media (max-width:768px) {
  .recommend_product--new .c-link-more {
    font-size: 16px
  }
}

.recommend_product--new .c-link-more .arrow {
  width: 16px;
  height: 16px
}

.content-link--column {
  margin-top: 40px
}

@media (max-width:768px) {
  .content-link--column {
    margin-top: 40px
  }
}

.content-link--column .content-button {
  max-width: 250px;
  max-height: 50px;
  min-width: 250px;
  min-height: 50px;
  font-size: 16px
}

@media (max-width:768px) {
  .content-link--column .content-button {
    font-size: 16px
  }
}

.content-link--column .content-button--back::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-position: 16px 0
}

@media (max-width:768px) {
  .content-link--column .content-button--back::after {
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .content-link--column .content-button:hover {
    max-width: 290px;
    min-width: 290px
  }
}

.c-box--casestudy {
  margin-bottom: 40px
}

.c-box--casestudy .flex__item {
  text-align: center;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 53, 129, .12);
  box-shadow: 6px 6px 16px rgba(0, 53, 129, .12);
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (min-width:768px) {
  .c-box--casestudy .flex__item:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 53, 129, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 53, 129, .12)
  }
}

@media (max-width:767px) {
  .c-box--casestudy .flex__item {
    border-radius: 12px
  }
}

@media (max-width:768px) {
  .c-box--casestudy .flex__item {
    margin-bottom: 20px;
    margin-top: 0!important
  }
}

.c-box--casestudy .flex__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #ececec
}

@media (max-width:768px) {
  .c-box--casestudy .flex__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
  }
}

.c-box--casestudy .flex__item a:hover {
  background: #f8f8f8 0 0 no-repeat padding-box;
  border: 1px solid #0081cc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.c-box--casestudy .flex__item a:hover .c-box__date {
  color: #2a2a2a
}

.c-box--casestudy .flex__item .c-box__img {
  width: 280px;
  margin-right: 24px;
  position: relative
}

@media (max-width:768px) {
  .c-box--casestudy .flex__item .c-box__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px
  }
}

.c-box--casestudy .flex__item .c-box__img .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.c-box--casestudy .flex__item .c-box__img .c-box__img--logo {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  min-width: 120px;
  height: 40px;
  padding: 8px 20px;
  background: #fff
}

.c-box--casestudy .flex__item .c-box__img .c-box__img--logo img {
  height: 24px;
  width: auto
}

.c-box--casestudy .flex__item .c-box__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0
}

@media (max-width:767px) {
  .c-box--casestudy .flex__item .c-box__txt {
    padding: 0
  }
}

.c-box--casestudy .flex__item .c-box__datewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px
}

.c-box--casestudy .flex__item .c-box__new {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: roboto;
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px 0;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 10px
}

@media (max-width:768px) {
  .c-box--casestudy .flex__item .c-box__new {
    font-size: 1.2rem
  }
}

.c-box--casestudy .flex__item .c-box__company {
  color: #2a2a2a;
  font-weight: 700
}

.c-box--casestudy .flex__item .c-box__ttl {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 1.92px;
  line-height: 1.5;
  margin-bottom: 8px
}

@media (min-width:768px) and (max-width:1240px) {
  .c-box--casestudy .flex__item .c-box__ttl {
    font-size: 2rem
  }
}

@media (max-width:767px) {
  .c-box--casestudy .flex__item .c-box__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal
  }
}

.c-box--casestudy .flex__item .c-box__servicename {
  display: inline-block;
  color: #737373;
  padding: 3px 8px;
  border-radius: 16px;
  border: 1px solid #737373;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px
}

@media (max-width:768px) {
  .c-box--casestudy .flex__item .c-box__servicename {
    font-size: 1.6rem
  }
}

.c-box--casestudy .flex__item .c-box__detail {
  font-size: 1.6rem;
  color: #2a2a2a
}

.c-box--casestudy .flex__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.casestudy-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 14.84375vw;
  background: #0081cc
}

@media (max-width:768px) {
  .casestudy-mv {
    min-height: 22.65625vw;
    height: 52.08333vw
  }
}

.casestudy-mv__inner {
  height: 100%
}

@media (max-width:768px) {
  .casestudy-mv__inner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.60417vw 4.94792vw
  }
}

.casestudy-mv__update {
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .casestudy-mv__update {
    margin-bottom: 1.04167vw
  }
}

.casestudy-mv .txt_new {
  font-weight: 700;
  font-family: roboto;
  line-height: 1.5;
  background-color: #be1241;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: .72917vw
}

@media screen and (min-width:1921px) {
  .casestudy-mv .txt_new {
    font-size: 14 px
  }
}

@media screen and (max-width:768px) {
  .casestudy-mv .txt_new {
    font-size: 1.5625vw
  }
}

@media (max-width:768px) {
  .casestudy-mv .txt_new {
    font-size: 1.4rem
  }
}

.casestudy-mv .casestudy-mv__title {
  font-size: 2.08333vw;
  font-weight: 700;
  letter-spacing: 3.2px;
  color: #fff;
  margin-bottom: 20px
}

@media screen and (min-width:1921px) {
  .casestudy-mv .casestudy-mv__title {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .casestudy-mv .casestudy-mv__title {
    font-size: 2.60417vw
  }
}

@media (max-width:768px) {
  .casestudy-mv .casestudy-mv__title {
    font-size: 2rem
  }
}

.casestudy-mv .servicename {
  display: inline-block;
  color: #fff;
  padding: 3px 8px;
  border-radius: 16px;
  border: 1px solid #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: .72917vw
}

@media screen and (min-width:1921px) {
  .casestudy-mv .servicename {
    font-size: 14 px
  }
}

@media screen and (max-width:768px) {
  .casestudy-mv .servicename {
    font-size: 1.82292vw
  }
}

@media (max-width:768px) {
  .casestudy-mv .servicename {
    font-size: 1.2rem
  }
}

@media (min-width:768px) and (max-width:1240px) {
  .casestudy--main {
    width: 100%
  }
}

@media (max-width:767px) {
  .casestudy--main {
    width: 100%
  }
}

.casestudy--main .c-sec:nth-child(1) {
  padding-top: 0
}

.casestudy-head {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .casestudy-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.casestudy-head__left {
  width: 35%;
  padding-right: 24px
}

@media (max-width:768px) {
  .casestudy-head__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.casestudy-head__right {
  width: 65%
}

@media (max-width:768px) {
  .casestudy-head__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px
  }
}

.casestudy-head__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

@media (max-width:768px) {
  .casestudy-head__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.casestudy-head__logo>div {
  padding: 19px 0;
  display: inline-block;
  border: 1px solid #ddd
}

@media (max-width:768px) {
  .casestudy-head__logo>div {
    text-align: center
  }
}

.casestudy-head__logo img {
  width: auto;
  height: 58px
}

@media (max-width:768px) {
  .casestudy-head__logo img {
    height: 7.55208vw
  }
}

.casestudy-head__detail .company {
  font-size: 2rem;
  font-weight: 700
}

@media (max-width:768px) {
  .casestudy-head__detail .company {
    font-size: 1.6rem
  }
}

@media (max-width:768px) {
  .casestudy-head__detail .text {
    font-size: 1.4rem
  }
}

.casestudy-detail__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .casestudy-detail__second {
    display: block
  }
}

.recommend_column {
  padding: 40px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px
}

@media (max-width:768px) {
  .recommend_column {
    padding: 20px
  }
}

.recommend_column .c-sec__heading {
  font-size: 3.2rem
}

@media (max-width:768px) {
  .recommend_column .c-sec__heading {
    font-size: 2.4rem
  }
}

.recommend_column__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}

.recommend_column__box+.recommend_column__box {
  margin-top: 40px
}

@media (max-width:768px) {
  .recommend_column__box {
    display: block
  }
}

.recommend_column__left {
  text-align: center;
  width: 260px
}

@media (max-width:768px) {
  .recommend_column__left {
    width: 100%
  }
}

.recommend_column__left img {
  border-radius: 8px
}

.recommend_column__right {
  width: calc(100% - 280px)
}

@media (max-width:768px) {
  .recommend_column__right {
    width: 100%;
    margin-top: 24px
  }
}

.recommend_column__date {
  font-family: Roboto;
  font-size: 1.4rem;
  font-weight: 700
}

@media (max-width:768px) {
  .recommend_column__date {
    font-size: 1.2rem
  }
}

.recommend_column__title {
  margin-top: 4px;
  font-size: 2.4rem;
  font-weight: 700
}

@media (max-width:768px) {
  .recommend_column__title {
    font-size: 1.6rem
  }
}

.recommend_column__detail {
  margin-top: 10px;
  font-size: 1.6rem
}

@media (max-width:768px) {
  .recommend_column__detail {
    font-size: 1.4rem
  }
}

.recommend_column .btn__wrap {
  display: inline-block;
  margin-top: 16px
}

.recommend_column .btn__wrap .c-link-more {
  font-size: 1.6rem
}

.recommend_column .btn__wrap .c-link-more .arrow {
  width: 16px;
  height: 16px
}

@media (min-width:1240px) {
  .sidebar__inner--casestudy {
    position: sticky;
    top: 8.85417vw
  }
}

.sidemenu_box--casestudy .column_box--line li .c-box__img img {
  border-radius: 4px
}

.sidemenu_box--casestudy .column_box--line li .c-box__new {
  min-width: 30px;
  margin-right: 8px;
  margin-left: 0
}

.sidemenu_box--casestudy .column_box--line li .c-box__company {
  color: #2a2a2a;
  font-weight: 700
}

.sidemenu_box--casestudy .column_box--line li .c-box__servicename {
  display: inline-block;
  color: #737373;
  margin-top: 8px;
  padding: 2px 8px;
  border-radius: 16px;
  border: 1px solid #737373;
  font-size: 1.3rem;
  font-weight: 700
}

.id-list__page--new .c-sec:nth-of-type(1) {
  padding-top: 20px
}

.id-list__page--new .id-list__block p {
  font-size: 2rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block p {
    font-size: 1.6rem
  }
}

.id-list__page--new .id-list__numlist {
  margin-bottom: 10px
}

.id-list__page--new .id-list__numlist li {
  font-size: 1.6rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__numlist li {
    font-size: 1.6rem
  }
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block-sub .id-list__block-sub__lead {
    margin-bottom: 20px
  }
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block-sub .content-link {
    margin-bottom: 7.8125vw
  }
}

.id-list__page--new .id-list__block-sub .c-accordion--new__head {
  font-size: 2rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block-sub .c-accordion--new__head {
    font-size: 1.8rem
  }
}

.id-list__page--new .id-list__block-sub .guide-link__accordion {
  margin-top: 0
}

.id-list__page--new .id-list__block-sub .guide-link__accordion .c-accordion--new__head {
  font-size: 2rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block-sub .guide-link__accordion .c-accordion--new__head {
    font-size: 1.8rem
  }
}

.id-list__page--new .id-list__block-sub .guide-link__listtext>li {
  font-size: 2rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__block-sub .guide-link__listtext>li {
    font-size: 1.6rem
  }
}

.id-list__page--new .id-list__lead {
  border-radius: 8px;
  background-color: #ececec
}

@media (max-width:768px) {
  .id-list__page--new .id-list__lead {
    margin-bottom: 40px
  }
}

.id-list__page--new .id-list__lead span {
  text-align: left;
  font-size: 2.4rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__lead span {
    font-size: 1.6rem
  }
}

.id-list__page--new .id-list__lead span::before {
  top: 10px;
  width: 26px;
  height: 28px;
  background: url(/image/common_icon_caution_2x.png) no-repeat 0 0;
  background-size: contain
}

@media (max-width:768px) {
  .id-list__page--new .id-list__lead span::before {
    top: 3px;
    width: 26px;
    height: 28px
  }
}

.id-list__page--new .id-list__lead span+span {
  margin-top: 1em
}

.id-list__page--new .id-list__lead-note {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1em
}

@media (max-width:768px) {
  .id-list__page--new .id-list__lead-note {
    font-size: 1.4rem
  }
}

.id-list__page--new .id-list-step {
  margin-top: 24px
}

@media (max-width:768px) {
  .id-list__page--new .id-list-step {
    margin-top: 24px
  }
}

.id-list__page--new .id-list-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #ececec;
  border-radius: 8px;
  border: none;
  padding: 48px 40px
}

@media (max-width:768px) {
  .id-list__page--new .id-list-step__item {
    display: block;
    padding: 24px 40px;
    border-radius: 8px
  }
}

.id-list__page--new .id-list-step__item:nth-of-type(n+2) {
  position: relative;
  margin-top: 80px;
  margin-left: 0
}

.id-list__page--new .id-list-step__item:nth-of-type(n+2)::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #aaa transparent transparent transparent;
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%)
}

@media (max-width:768px) {
  .id-list__page--new .id-list-step__item:nth-of-type(n+2)::before {
    top: -44px
  }
}

@media (max-width:768px) {
  .id-list__page--new .id-list-step__item:nth-of-type(n+2) {
    margin-top: 88px;
    margin-bottom: 30px
  }
}

.id-list__page--new .id-list-step__text {
  margin-left: 16px
}

@media (min-width:768px) and (max-width:1200px) {
  .id-list__page--new .id-list-step__text {
    font-size: 2vw
  }
}

@media (max-width:768px) {
  .id-list__page--new .id-list-step__text {
    margin-left: 0
  }
}

.id-list__page--new .id-list-make {
  margin: 24px 0
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make {
    margin: 16px 0 20px
  }
}

.id-list__page--new .id-list-make__item {
  border: 0;
  border-radius: 8px
}

.id-list__page--new .id-list-make__item:hover {
  outline: 0
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__item+.id-list-make__item {
    margin-top: 44px
  }
}

.id-list__page--new .id-list-make__title {
  margin-bottom: 0;
  background: 0 0;
  border-radius: 0;
  color: #0081cc;
  height: auto;
  line-height: 1.6;
  border: 3px solid #0081cc;
  border-radius: 8px 8px 0 0
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__title {
    font-size: 1.6rem
  }
}

.id-list__page--new .id-list-make__title a {
  display: block;
  width: 100%;
  height: 100%
}

.id-list__page--new .id-list-make__title a .c-link-more {
  padding: 25px;
  font-size: 2.4rem
}

@media (min-width:768px) and (max-width:1200px) {
  .id-list__page--new .id-list-make__title a .c-link-more {
    font-size: 2vw
  }
}

@media (max-width:480px) {
  .id-list__page--new .id-list-make__title a .c-link-more {
    font-size: 1.6rem
  }
}

.id-list__page--new .id-list-make__title a .c-link-more .arrow {
  width: 24px;
  height: 24px
}

@media (min-width:768px) and (max-width:1200px) {
  .id-list__page--new .id-list-make__title a .c-link-more .arrow {
    width: 2vw;
    height: 2vw
  }
}

@media (max-width:480px) {
  .id-list__page--new .id-list-make__title a .c-link-more .arrow {
    width: 15px;
    height: 15px
  }
}

.id-list__page--new .id-list-make__inner {
  padding: 16px 32px 24px;
  border: 3px solid #707070;
  border-top: 0;
  border-radius: 0 0 8px 8px
}

.id-list__page--new .id-list-make__detail {
  margin: 16px auto 0
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__detail {
    max-width: 260px
  }
}

@media (max-width:480px) {
  .id-list__page--new .id-list-make__detail {
    max-width: 220px
  }
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__detail-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.id-list__page--new .id-list-make__detail-list+.id-list-make__detail-list {
  margin-top: 8px;
  margin-bottom: 0
}

.id-list__page--new .id-list-make__detail-list dd {
  width: calc(100% - 150px)
}

@media (max-width:480px) {
  .id-list__page--new .id-list-make__detail-list dd {
    width: calc(100% - 100px)
  }
}

.id-list__page--new .id-list-make__detail-list dd span {
  color: #0081cc
}

.id-list__page--new .id-list-make__btn {
  text-align: center;
  margin-top: 24px;
  padding: 0 20px
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__btn {
    margin-top: 20px
  }
}

.id-list__page--new .id-list-make__btn .c-btn__md {
  width: 100%;
  max-width: 400px;
  min-width: 0;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2);
  box-shadow: 0 6px 6px 0 rgba(0, 53, 129, .2)
}

.id-list__page--new .id-list-make__btn .c-btn__md span {
  font-weight: 700
}

@media (max-width:768px) {
  .id-list__page--new .id-list-make__btn .c-btn__md {
    max-width: 300px
  }
}

.id-list__page--new .id-list-faq .c-new-faq__dl {
  width: 100%
}

.id-list__page--new .id-list-faq .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 5.41667vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .id-list__page--new .id-list-faq .content-button {
    width: 52.08333vw;
    height: 13.80208vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.id-list__page--new .id-list-faq .content-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .id-list__page--new .id-list-faq .content-button::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .id-list__page--new .id-list-faq .content-button:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .id-list__page--new .id-list-faq .content-button:hover::after {
    background-position: 0 0
  }
}

.id-list__page--new p.id-list-step__number {
  text-align: center;
  font: normal normal bold 32px/51px Roboto;
  letter-spacing: 0;
  color: #0081cc;
  font-size: 3.2rem
}

@media (min-width:768px) and (max-width:1200px) {
  .id-list__page--new p.id-list-step__number {
    font-size: 2.66667vw
  }
}

@media (max-width:768px) {
  .id-list__page--new p.id-list-step__number {
    font: normal normal bold 16px/25.6px Roboto;
    font-size: 1.6rem
  }
}

@media (min-width:769px) {
  .id-list__page--new .c-button-new {
    width: 357px;
    height: 104px;
    font-size: 2.4rem
  }
  .id-list__page--new .c-button-new:hover {
    width: 397px;
    margin-right: -20px;
    margin-left: -20px
  }
  .id-list__page--new .c-button-new:hover:after {
    background-position: 0 0
  }
  .id-list__page--new .c-button-new span {
    line-height: 1.5
  }
  .id-list__page--new .c-button-new:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: -24px 0
  }
}

@media (max-width:768px) {
  .id-list__page--new .c-button-new {
    height: 15.10417vw
  }
}

@media (min-width:769px) {
  .id-list__page--new .c-button-new[target="_blank"] {
    width: 357px;
    height: 104px;
    font-size: 2.4rem
  }
  .id-list__page--new .c-button-new[target="_blank"]:hover {
    width: 397px;
    margin-right: -20px;
    margin-left: -20px
  }
  .id-list__page--new .c-button-new[target="_blank"] span {
    line-height: 1.5
  }
  .id-list__page--new .c-button-new[target="_blank"]:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: 0 0
  }
}

@media (max-width:768px) {
  .id-list__page--new .c-button-new[target="_blank"] {
    margin-left: 0;
    height: 15.10417vw
  }
}

@media (min-width:769px) {
  .id-list__page--new .c-button-new--back {
    width: 357px;
    height: 104px;
    font-size: 2.4rem
  }
  .id-list__page--new .c-button-new--back:hover {
    width: 397px;
    margin-right: -20px;
    margin-left: -20px
  }
  .id-list__page--new .c-button-new--back:hover:after {
    background-position: 0 0
  }
  .id-list__page--new .c-button-new--back span {
    line-height: 1.5
  }
  .id-list__page--new .c-button-new--back:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: 24px 0
  }
}

@media (max-width:768px) {
  .id-list__page--new .c-button-new--back {
    height: 15.10417vw
  }
}

.id-list__page--new .c-accordion--new .p-product-flow {
  max-width: 990px;
  margin: auto
}

@media (max-width:768px) {
  .id-list__page--new .c-accordion--new .p-product-flow {
    padding: 0 22px
  }
}

.id-list__page--new .guide-link__ul--new {
  border-radius: 8px;
  padding: 2.5vw 2.08333vw
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new {
    padding: 2.60417vw 2.60417vw
  }
}

.id-list__page--new .guide-link__ul--new>li {
  position: relative
}

.id-list__page--new .guide-link__ul--new>li:after {
  position: absolute;
  bottom: -3.33333vw;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background-color: #aaa;
  width: 4.16667vw;
  height: 2.08333vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new>li:after {
    bottom: -8.33333vw;
    width: 10.41667vw;
    height: 5.20833vw
  }
}

.id-list__page--new .guide-link__ul--new>li:last-child:after {
  background-color: transparent
}

.id-list__page--new .guide-link__ul--new .c-panel-new {
  padding: 2.5vw 2.08333vw
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .c-panel-new {
    padding: 5.20833vw 5.20833vw
  }
}

.id-list__page--new .guide-link__ul--new .guide-link__inner {
  padding: 0
}

.id-list__page--new .guide-link__ul--new .guide-link__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .guide-link__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.id-list__page--new .guide-link__ul--new .guide-link__step {
  margin-right: 1em;
  font-size: 3.2rem
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .guide-link__step {
    font-size: 2.4rem
  }
}

.id-list__page--new .guide-link__ul--new .guide-link__step .en {
  font-family: Roboto;
  font-weight: 700;
  color: #0081cc
}

.id-list__page--new .guide-link__ul--new .guide-link__step .ja {
  font-weight: 700;
  color: #0081cc
}

.id-list__page--new .guide-link__ul--new .guide-link__title {
  font-size: 3.2rem;
  font-weight: 700
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .guide-link__title {
    font-size: 2.4rem
  }
}

.id-list__page--new .guide-link__ul--new .guide-link__lead {
  margin-top: 10px
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .guide-link__lead {
    margin-top: 16px
  }
}

.id-list__page--new .guide-link__ul--new .guide-link__listtext {
  margin-top: 10px
}

@media (max-width:768px) {
  .id-list__page--new .guide-link__ul--new .guide-link__listtext {
    margin-top: 16px
  }
}

.id-list__page--new .id-list__table {
  margin-top: 0;
  margin-bottom: 40px;
  border-bottom: none
}

.id-list__page--new .id-list__table tr {
  background: 0 0!important
}

.id-list__page--new .id-list__table td {
  border-top: none;
  padding: 3px;
  font-size: 1.6rem
}

@media (max-width:768px) {
  .id-list__page--new .id-list__table td {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem
  }
}

.id-list__page--new .id-list__table td:first-child {
  width: 16%
}

@media (max-width:768px) {
  .id-list__page--new .id-list__table td:first-child {
    width: 40%
  }
}

.id-list__page--new .id-list__table td:nth-child(2) {
  width: 2%
}

@media (max-width:768px) {
  .id-list__page--new .id-list__table td:nth-child(2) {
    width: 2%
  }
}

.id-list__page--new .id-list__table td:last-child {
  width: 82%
}

@media (max-width:768px) {
  .id-list__page--new .id-list__table td:last-child {
    width: 56%
  }
}

.id-list__page--new .id-list__table td.wid20 {
  width: 20%!important
}

.id-list__page--new .id-list__table td.wid80 {
  width: 80%!important
}

@media (min-width:769px) {
  .id-list__page--new .c-new-faq__question-tx {
    font-size: 2rem
  }
  .id-list__page--new .c-new-faq__question span {
    font-size: 4rem;
    width: 60px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .id-list__page--new .c-new-faq__answer-tx {
    font-size: 1.6rem
  }
  .id-list__page--new .c-new-faq__answer span {
    font-size: 4rem;
    width: 45px;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.caution-add_box--new {
  margin-top: 35px
}

.caution-add_box--new .important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:768px) {
  .caution-add_box--new .important {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.caution-add_box--new .important .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.35417vw;
  min-width: 24px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .caution-add_box--new .important .icon {
    width: 3.38542vw;
    min-width: 18px;
    padding-top: 2px
  }
}

.caution-add_box--new .important .icon img {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.caution-add_box--new .important .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #737373
}

@media (max-width:768px) {
  .caution-add_box--new .important .title {
    font-size: 1.6rem
  }
}

.caution-add_box--new dd a {
  color: #0081cc
}

.caution-add_box--new dd a:hover {
  text-decoration: underline
}

.caution-add_box--new .text_lg {
  font-size: 1.8rem
}

@media (max-width:768px) {
  .caution-add_box--new .text_lg {
    font-size: 1.8rem
  }
}

.caution-add_box--new .text_md {
  font-size: 1.6rem
}

@media (max-width:768px) {
  .caution-add_box--new .text_md {
    font-size: 1.6rem
  }
}

.caution-add_box--new .text_sm {
  font-size: 1.4rem
}

@media (max-width:768px) {
  .caution-add_box--new .text_sm {
    font-size: 1.4rem
  }
}

.c-tab--column02 .c-tab__flex {
  grid-template-columns: repeat(2, 40vw)
}

#guide-new p {
  line-height: 2;
  font-size: 1.04167vw
}

@media (max-width:768px) {
  #guide-new p {
    font-size: 3.125vw
  }
}

#guide-new .p-product__caution {
  margin: 2.08333vw 0 .78125vw
}

@media (max-width:768px) {
  #guide-new .p-product__caution {
    margin: 5.20833vw 0 1.95313vw
  }
}

#guide-new .p-product__caution .text {
  font-family: 'Noto Sans JP';
  color: #737373
}

#guide-new .c-new-faq__dl {
  width: 100%
}

#guide-new .c-new-faq__question {
  margin-right: 0
}

#guide-new .c-new-faq__answer {
  display: block
}

#guide-new .c-heading-step {
  font-size: 1.66667vw
}

@media (max-width:768px) {
  #guide-new .c-heading-step {
    font-size: 4.16667vw
  }
}

@media (max-width:768px) {
  #guide-new .parent-element {
    grid-column-start: 1;
    grid-column-end: 3
  }
}

#guide-new .content-link {
  line-height: 1.2
}

#guide-new .child-element {
  margin-left: 1.04167vw
}

@media (max-width:768px) {
  #guide-new .child-element {
    margin-left: 0
  }
}

#guide-new .lead-text {
  margin-bottom: 2.08333vw
}

#guide-new .mb-20 {
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  #guide-new .mb-20 {
    margin-bottom: 2.60417vw
  }
}

#guide-new .single-img {
  margin-bottom: 1.04167vw;
  text-align: center
}

#guide-new .credit-logo {
  margin-top: .78125vw
}

#guide-new .ol-list {
  margin: 0 1.04167vw
}

@media (max-width:768px) {
  #guide-new .ol-list {
    margin: 0 5.01253vw;
    font-size: 3.00752vw
  }
}

#guide-new .ol-list li {
  line-height: 2;
  font-size: 1.04167vw;
  list-style: decimal outside
}

#guide-new .ol-list li::after {
  content: none
}

@media (max-width:768px) {
  #guide-new .ol-list li {
    font-size: 3.00752vw
  }
}

#guide-new .panel__title {
  margin-bottom: 1.04167vw;
  font-size: 1.66667vw;
  font-weight: 700;
  color: #737373;
  text-align: center
}

@media (max-width:768px) {
  #guide-new .panel__title {
    font-size: 4.01003vw
  }
}

#guide-new .panel__lead {
  font-size: 1.25vw;
  text-align: center
}

@media (max-width:768px) {
  #guide-new .panel__lead {
    font-size: 3.50877vw
  }
}

#guide-new .panel__btn--column03 {
  display: grid;
  grid-template-columns: repeat(3, 18.64583vw);
  grid-gap: 3.125vw
}

@media (max-width:768px) {
  #guide-new .panel__btn--column03 {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 0
  }
}

#guide-new .panel__text {
  margin-top: 1.04167vw;
  text-align: center
}

#guide-new .considerations {
  margin-bottom: 4.16667vw;
  font-size: 1.04167vw
}

#guide-new .considerations__title {
  font-size: 1.25vw;
  font-weight: 700
}

@media (max-width:768px) {
  #guide-new .considerations__title {
    font-size: 3.50877vw
  }
}

#guide-new .considerations__list li {
  position: relative;
  padding-left: 1.04167vw;
  line-height: 2;
  font-size: 1.04167vw
}

@media (max-width:768px) {
  #guide-new .considerations__list li {
    font-size: 3.00752vw;
    padding-left: 3.7594vw
  }
}

#guide-new .considerations__list li:before {
  position: absolute;
  content: "";
  width: .78125vw;
  height: .78125vw;
  display: inline-block;
  background-color: #2a2a2a;
  border-radius: 50%;
  top: .78125vw;
  left: 0
}

@media (max-width:768px) {
  #guide-new .considerations__list li:before {
    width: 3.00752vw;
    height: 3.00752vw;
    top: 1.8797vw;
    left: 0
  }
}

#guide-new .payment-list {
  margin-top: 1.04167vw
}

#guide-new .payment-list__item {
  background-color: #fff;
  margin-bottom: 1.04167vw;
  padding: 1.5625vw;
  border-radius: .41667vw
}

@media (max-width:768px) {
  #guide-new .payment-list__item {
    border-radius: 1.00251vw;
    margin-bottom: 2.50627vw;
    padding: 3.7594vw
  }
}

#guide-new .payment-list__title {
  font-weight: 700
}

#guide-new .contact {
  display: grid;
  grid-template-columns: repeat(2, 30.20833vw);
  grid-template-rows: 16.66667vw;
  grid-gap: 1.30208vw;
  margin-top: 1.04167vw
}

@media (min-width:768px) and (max-width:1240px) {
  #guide-new .contact {
    grid-template-rows: 23.4375vw
  }
}

@media (max-width:768px) {
  #guide-new .contact {
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: 28.82206vw 52.63158vw;
    grid-gap: 2.50627vw
  }
}

#guide-new .contact p {
  text-align: center
}

#guide-new .contact__box {
  display: grid;
  place-content: center;
  background-color: #fff
}

@media (max-width:768px) {
  #guide-new .contact__box {
    place-content: normal
  }
}

#guide-new .contact__title {
  margin-bottom: .78125vw;
  font-weight: 700;
  font-size: 1.25vw
}

@media (max-width:768px) {
  #guide-new .contact__title {
    margin: 3.7594vw 0 1.8797vw;
    font-size: 3.50877vw;
    line-height: 1
  }
}

#guide-new .contact__tel {
  font-family: Roboto;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2;
  color: #0b318f
}

@media (max-width:768px) {
  #guide-new .contact__tel {
    font-size: 7.01754vw;
    line-height: 1
  }
}

#guide-new .contact__text {
  font-weight: 700
}

#guide-new .contact__time {
  font-size: .83333vw
}

@media (max-width:768px) {
  #guide-new .contact__time {
    font-size: 2.25564vw
  }
}

.dxsubsidy_exist_contract-new .p-append-box {
  max-width: none;
  width: 65.88542vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .p-append-box {
    width: 100%
  }
}

.dxsubsidy_exist_contract-new .p-append-attention {
  border-radius: 8px
}

.dxsubsidy_exist_contract-new .c-photo__box {
  width: 18.48958vw;
  margin-right: 2.08333vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-photo__box {
    width: 100%;
    margin-right: 0
  }
}

.dxsubsidy_exist_contract-new .c-photo__box .pho {
  border-radius: 0;
  margin-bottom: 0
}

.dxsubsidy_exist_contract-new .c-text__box {
  width: 41.14583vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box {
    width: 100%
  }
}

.dxsubsidy_exist_contract-new .c-text__box .product-title {
  font-size: 2.08333vw;
  margin-bottom: .25em;
  font-weight: 700!important
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__box .product-title {
    font-size: 40 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box .product-title {
    font-size: 5.20833vw
  }
}

.dxsubsidy_exist_contract-new .c-text__box .product-lead {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-bottom: 2.08333vw
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__box .product-lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box .product-lead {
    font-size: 3.64583vw
  }
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box .product-lead {
    margin-bottom: 5.20833vw
  }
}

.dxsubsidy_exist_contract-new .c-text__box p {
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__box p {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box p {
    font-size: 3.125vw
  }
}

.dxsubsidy_exist_contract-new .c-text__box .c-text__note {
  font-size: 1.04167vw;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__box .c-text__note {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__box .c-text__note {
    font-size: 3.125vw
  }
}

.dxsubsidy_exist_contract-new .pho {
  border-radius: 0;
  margin-bottom: 0
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho {
    margin: auto;
    text-align: center;
    margin-bottom: 5.20833vw
  }
}

.dxsubsidy_exist_contract-new .pho .thumbnail {
  border-radius: 8px;
  margin-bottom: 1.04167vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho .thumbnail {
    width: 58.33333vw;
    margin: auto;
    margin-bottom: 2.60417vw
  }
}

.dxsubsidy_exist_contract-new .pho .poweredby {
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .pho .poweredby {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho .poweredby {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho .poweredby {
    text-align: center
  }
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho .logo {
    text-align: center
  }
}

.dxsubsidy_exist_contract-new .pho .logo img {
  width: 11.25vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .pho .logo img {
    width: 28.125vw
  }
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .content-link {
    width: 100%
  }
}

.dxsubsidy_exist_contract-new .c-text__price__box {
  background-color: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  border: none;
  margin-bottom: 1.19792vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5.20833vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail {
  width: 27.8125vw;
  padding: 1.04167vw .41667vw 1.04167vw 1.04167vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail {
    width: 100%;
    padding: 2.60417vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail .heading {
  font-size: 1.25vw;
  font-weight: 700;
  color: #737373;
  letter-spacing: 2.24px;
  border-bottom: 1px solid #aaa;
  padding-bottom: .5em;
  margin-bottom: 1em
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .heading {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .heading {
    font-size: 3.64583vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail .sub {
  font-size: .9375vw;
  font-weight: 400;
  line-height: 1
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .sub {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .sub {
    font-size: 2.60417vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail .price {
  font-size: 1.66667vw;
  font-weight: 700;
  letter-spacing: 2.56px;
  margin-bottom: .5em
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .price {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .price {
    font-size: 4.16667vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail .price span {
  font-size: 1.04167vw;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .price span {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .price span {
    font-size: 3.125vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__detail .text {
  font-size: .9375vw;
  margin-bottom: .5em
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .text {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__detail .text {
    font-size: 2.60417vw
  }
}

.dxsubsidy_exist_contract-new .c-text__price__link {
  width: 13.33333vw
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__link {
    width: 100%
  }
}

.dxsubsidy_exist_contract-new .c-text__price__link a {
  border: .15625vw solid #0081cc;
  border-radius: 0 8px 8px 0;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dxsubsidy_exist_contract-new .c-text__price__link a .c-link-more {
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  .dxsubsidy_exist_contract-new .c-text__price__link a .c-link-more {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__link a .c-link-more {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-text__price__link a {
    border: .39063vw solid #0081cc;
    border-radius: 0 0 8px 8px;
    height: 8.72396vw
  }
}

@media (min-width:1025px) {
  .dxsubsidy_exist_contract-new .c-text__price__link a:hover .c-link-more .arrow::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
    background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
    background-size: cover
  }
  .dxsubsidy_exist_contract-new .c-text__price__link a:hover .c-link-more .arrow::after {
    -webkit-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
  }
}

.dxsubsidy_exist_contract-new .c-text__price__link--end a {
  border: .15625vw solid #aaa
}

.dxsubsidy_exist_contract-new .c-text__price__link--end .c-link-more {
  color: #737373!important
}

.dxsubsidy_exist_contract-new .c-text__price__link--end .arrow {
  display: none
}

.dxsubsidy_exist_contract-new .c-common-table ul li {
  list-style-type: "�E";
  margin-left: 1em;
  font-size: 1.8rem
}

@media (max-width:768px) {
  .dxsubsidy_exist_contract-new .c-common-table ul li {
    font-size: 1.4rem
  }
}

#faq-new .c-tab li {
  text-align: center
}

#faq-new .c-tab li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #737373
}

#faq-new .c-tab li:not(.on) {
  cursor: pointer
}

#faq-new .c-tab li:hover a {
  color: #fff
}

#faq-new .p-faq-new-inquiry {
  margin-top: 6.25vw;
  padding: 2.5vw 2.08333vw;
  border-radius: 8px;
  background-color: #ececec
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry {
    margin-top: 15.625vw;
    padding: 6.25vw 5.20833vw
  }
}

#faq-new .p-faq-new-inquiry__title {
  text-align: center;
  color: #737373;
  font-weight: 700;
  font-size: 1.66667vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__title {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__title {
    font-size: 4.16667vw
  }
}

#faq-new .p-faq-new-inquiry__lead {
  text-align: center;
  margin-top: 1.04167vw;
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__lead {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__lead {
    font-size: 3.125vw
  }
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__lead {
    margin-top: 2.60417vw
  }
}

#faq-new .p-faq-new-inquiry__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.04167vw
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__col2 {
    display: block;
    margin-top: 2.60417vw
  }
}

#faq-new .p-faq-new-inquiry__net {
  text-align: center;
  width: 30.20833vw;
  padding: 3.90625vw 2.08333vw;
  border-radius: 8px;
  background-color: #fff
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__net {
    width: 100%;
    padding: 3.125vw
  }
}

#faq-new .p-faq-new-inquiry__tel {
  text-align: center;
  width: 30.20833vw;
  padding: 1.25vw 2.08333vw;
  border-radius: 8px;
  background-color: #fff
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__tel {
    width: 100%;
    margin-top: 2.60417vw;
    padding: 3.125vw
  }
}

#faq-new .p-faq-new-inquiry__subtitle {
  text-align: center;
  font-weight: 700;
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__subtitle {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__subtitle {
    font-size: 3.125vw
  }
}

#faq-new .p-faq-new-inquiry__bolder {
  text-align: center;
  margin-top: 1.04167vw;
  font-weight: 700;
  font-size: 1.04167vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__bolder {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__bolder {
    font-size: 2.60417vw
  }
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__bolder {
    margin-top: 2.60417vw
  }
}

#faq-new .p-faq-new-inquiry__telnum {
  text-align: center;
  color: #0b318f;
  font-weight: 700;
  font-family: Roboto;
  font-size: 2.5vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__telnum {
    font-size: 48 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__telnum {
    font-size: 7.29167vw
  }
}

#faq-new .p-faq-new-inquiry__text {
  text-align: center;
  font-weight: 700;
  font-size: .83333vw
}

@media screen and (min-width:1921px) {
  #faq-new .p-faq-new-inquiry__text {
    font-size: 16 px
  }
}

@media screen and (max-width:768px) {
  #faq-new .p-faq-new-inquiry__text {
    font-size: 2.34375vw
  }
}

#faq-new .p-faq-new-inquiry__btn {
  margin-top: 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__btn {
    margin-top: 2.60417vw
  }
}

#faq-new .p-faq-new-inquiry__btn .c-button__inquiry {
  width: 18.75vw;
  height: 3.75vw;
  color: #fff
}

@media (max-width:768px) {
  #faq-new .p-faq-new-inquiry__btn .c-button__inquiry {
    width: 47.65625vw;
    height: 10.41667vw
  }
}

.dxservice__lists--new .dxservice__item {
  -webkit-box-shadow: none;
  box-shadow: none
}

.dxservice__lists--new .dxservice__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

.dxservice__lists--new .dxservice__item a {
  border-radius: 8px;
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none
}

.dxservice__lists--new .dxservice__item a:hover {
  background: #f8f8f8 0 0 no-repeat padding-box;
  border: 1px solid #0081cc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.dxservice__lists--new .dxservice__item a:hover .c-box__detail {
  color: #212529
}

.info-common-table__wrap table.info-common-table th {
  padding: 32px 24px
}

.info-common-table__wrap table.info-common-table td {
  word-break: break-all
}

.info-common-table__wrap table.info-common-table .wid30 {
  width: 30%!important
}

.info-common-table__wrap table.info-common-table .wid25 {
  width: 25%!important
}

.info-common-table__wrap table.info-common-table .left_bdr {
  border-left: 1px solid #d4e4f2
}

.businessdxstore_terms-def-list dl dd.ml-wide {
  margin-left: 9%
}

@media (max-width:768px) {
  .businessdxstore_terms-def-list dl dd.ml-wide {
    margin-left: 17.43%
  }
}

.campaign2023 p {
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  .campaign2023 p {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023 p {
    font-size: 3.64583vw
  }
}

.section_wrp {
  background: #fff
}

.section_wrp .section_inner.wideSection.l-section-wide {
  padding-top: 1.25vw;
  background: #fff
}

.section_wrp .section_inner.wideSection.l-section-wide .sidemenu_wrp.m-topFilterBox {
  margin-bottom: 56px;
  padding: 0;
  border-radius: 0;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  background: #fff
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .sidemenu_wrp.m-topFilterBox {
    margin-bottom: 40px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .sidemenu_wrp.m-topFilterBox:hover {
  -webkit-transform: none;
  transform: none;
  background: #f8f8f8
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-head {
  padding: 30px 24px;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-head {
    padding: 20px 24px;
    background-color: #f8f8f8;
    font-size: 1.6rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-head::after, .section_wrp .section_inner.wideSection.l-section-wide .o-box-head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 32px;
  height: 4px;
  margin-top: -2px;
  border-radius: 0;
  background-color: var(--color-black);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-filter: none;
  filter: none
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-head::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-head.open {
  background: #f8f8f8
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-head.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body {
  padding: 20px 40px 40px;
  background: #f8f8f8
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body {
    padding: 20px 20px 40px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search {
  margin: 0
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search>dt {
  color: #0081cc;
  padding: 30px 88px;
  border-radius: 8px;
  border: 3px solid #aaa;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(/image/products_new_ic_search_2x.png) no-repeat center left 40px/40px 40px #fff
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search>dt:hover {
  -webkit-transform: none;
  transform: none
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search>dt {
    padding: 22px 68px;
    background-size: 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search>dd .sidemenu_searchbox {
  border-radius: 8px!important
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-searchBox-wide .sidemenu_search>dd .sidemenu_searchbox input[type=search] {
  border-radius: 8px!important
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide {
    margin-top: 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select {
  margin: 0
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dt {
  color: #0081cc;
  padding: 30px 88px;
  border-radius: 8px;
  border: 3px solid #aaa;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url(/image/products_new_ic_category_2x.png) no-repeat center left 40px/40px 40px #fff
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dt:hover {
  -webkit-transform: none;
  transform: none
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dt {
    padding: 22px 68px;
    background-size: 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dd li {
  border-radius: 8px
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dd li a {
    border-radius: 8px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .l-categoryBox-wide .sidemenu_select>dd li a span {
  font-weight: 700
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn {
  display: block;
  margin: 40px auto 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn {
    margin-top: 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: 275px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  font-size: 1.6rem;
  border: 2px solid #aaa;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn:hover::after {
    background-position: 0 0
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn:hover {
  -webkit-transform: none;
  transform: none;
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn {
    width: 100%;
    height: 46px;
    letter-spacing: 0;
    border: 2px solid #aaa;
    font-size: 1.6rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .o-box-body .clearBtn .baseBtn::after {
  content: none
}

.section_wrp .section_inner.wideSection.l-section-wide .content .l-itemDetailMainBox {
  border-radius: 8px;
  background-color: #ececec
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .l-itemDetailMainBox {
    margin-right: 0;
    border: 0
  }
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .l-itemDetailMainBox-inner {
    padding: 30px 20px 40px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head {
    display: block
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-left-box {
  float: none
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-left-box img {
  border-radius: 0
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-box {
  float: none;
  width: calc(100% - 272px)
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-box {
    width: 100%;
    margin-top: 50px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header {
    display: block
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-itemname {
  width: calc(100% - 220px);
  font-weight: 700
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-itemname {
    width: 100%
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-favstar {
  position: initial;
  margin: 0 0 0 20px
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-favstar {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-favstar .favorite {
  color: #0081cc;
  border: 2px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-favstar .favorite:hover {
  -webkit-transform: none;
  transform: none
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .o-right-header .o-favstar .favorite {
    padding: 15px 25px 15px 50px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .right_direction .btn_modal {
  width: 100%;
  margin-right: 0
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .right_direction .btn_modal .o-modalBtn {
  min-width: auto;
  border-radius: 0;
  background-color: transparent;
  padding: 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-itemDetail-head .right_direction .btn_modal .o-modalBtn {
    text-align: right
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option {
  margin-bottom: 36px
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_model li {
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background-color: #fff
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list .name {
  padding: 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list .name {
    width: auto;
    min-width: 100px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list .price {
  padding: 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: calc(100% - 150px);
    text-align: right
  }
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .m-product-option .charges_list .price .o-non-taxed {
    margin: 0
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box {
  padding: 0;
  display: block
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0;
  padding: 0;
  color: #737373;
  border-radius: 0;
  background-color: transparent;
  font-weight: 700
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dt .icon {
  width: 26px;
  height: 28px;
  line-height: 28px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #be1241
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dt .icon {
    width: 16px;
    height: 17px;
    line-height: 17px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dd {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dd .text_bold {
  margin-bottom: 10px;
  text-align: left
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box dd .text_bold {
    font-size: 1.2rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn {
  text-align: left
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn a {
  width: auto;
  margin: 0;
  padding: 0;
  color: #0081cc;
  border-radius: 0;
  background-color: transparent;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn a span {
  margin-right: 32px;
  font-weight: 700
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn a span {
    margin-right: 20px;
    font-size: 1.2rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn a::after {
  width: 24px;
  height: 24px;
  right: 0;
  background-image: url(/image/common_new_icon_blank_2x.png)
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .caution-pro_box .c-btn a::after {
    width: 12px;
    height: 12px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .content-link {
    display: block;
    height: auto;
    margin-top: 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new {
  max-width: 360px;
  width: 100%;
  height: 72px;
  border-width: 3px;
  font-size: 2.4rem
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new {
    max-width: 100%;
    width: 100%;
    height: 52px;
    font-size: 1.6rem;
    letter-spacing: 0
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new::after {
  right: 20px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: -24px 0
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new::after {
    right: 20px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new:hover {
    max-width: 400px;
    width: 100%;
    margin-right: -20px;
    margin-left: -20px;
    letter-spacing: 3.6px
  }
  .section_wrp .section_inner.wideSection.l-section-wide .content .content-link .c-button-new:hover::after {
    background-position: 0 0
  }
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total {
    margin-top: 40px!important;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner {
  padding: 40px;
  border-radius: 8px;
  background-color: #ececec
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner {
    padding: 40px 20px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-header {
  padding: 0;
  color: #2a2a2a;
  font-size: 2rem
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-body {
  margin-top: 20px;
  padding: 0;
  font-size: 1.6rem
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-body {
    margin-top: 24px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-itemDetail-list {
  padding: 12px 24px 16px;
  border-radius: 8px;
  border: 0;
  background-color: #fff
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-product_name {
  letter-spacing: 1.44px;
  color: #aaa;
  font-weight: 700
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-product_name {
    letter-spacing: 1.28px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-model_name {
  margin-top: 0;
  font-size: 1.4rem
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-model_name {
    font-size: 1.6rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-left {
  margin-top: 8px;
  font-size: 1.4rem
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-left {
    font-size: 1.2rem
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-right {
  margin-top: 16px;
  text-align: right;
  letter-spacing: 1.6px;
  font-weight: 700
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box {
  text-align: center
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box {
    margin-top: 32px;
    padding: 0 34px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 0 auto 20px;
  padding: 0;
  border-radius: 0;
  background: #0b318f;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: none;
  transform: none
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn::before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn::after {
  content: none
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn span {
  position: relative;
  padding-left: 28px;
  -webkit-transition: .3s;
  transition: .3s
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn span::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/image/common_new_cart.png) no-repeat center/contain
}

@media (min-width:1025px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn:hover {
    -webkit-transform: none;
    transform: none
  }
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn:hover::before {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn:hover span {
    letter-spacing: 1.44px
  }
}

@media (max-width:768px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .nextPageBtn {
    max-width: 100%;
    margin-bottom: 25px
  }
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .prevPageBtn {
  display: inline-block;
  width: auto;
  padding: 0 0 0 32px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .prevPageBtn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  margin: 0;
  padding: 0;
  background-image: url(/image/common_new_btn_arrow_l_blue_2x.png), url(/image/common_new_btn_arrow_l_blue_2x.png);
  background-repeat: no-repeat;
  background-position: 0 0, 48px 0;
  background-size: contain;
  -webkit-transition: .3s;
  transition: .3s
}

.section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .prevPageBtn span {
  color: #0081cc;
  font-size: 2rem;
  font-weight: 700
}

@media (min-width:1025px) {
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .prevPageBtn:hover {
    -webkit-transform: none;
    transform: none
  }
  .section_wrp .section_inner.wideSection.l-section-wide .cart_price_total .m-itemDetailSideBox-inner .o-button-box .prevPageBtn:hover::after {
    background-position: -48px 0, 0 0
  }
}

.campaign2023__mv {
  width: 100%;
  max-width: 1920px;
  margin: auto
}

.campaign2023__mvimg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.campaign2023 .c-sec {
  padding-top: 2.60417vw
}

@media screen and (max-width:768px) {
  .campaign2023 .c-sec {
    padding-top: 6.51042vw
  }
}

@media (min-width:1240px) {
  .campaign2023 .c-sec__inner--w1700 {
    max-width: 1700px;
    padding: 0 20px
  }
}

.campaign2023 .pagelead {
  font-size: 1.5625vw;
  line-height: 2;
  padding-bottom: 2.60417vw;
  margin-bottom: 4.16667vw;
  border-bottom: .20833vw solid #ececec;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .campaign2023 .pagelead {
    font-size: 30 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023 .pagelead {
    font-size: 3.90625vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023 .pagelead {
    padding-bottom: 6.51042vw;
    margin-bottom: 10.41667vw;
    border-bottom: .50125vw solid #ececec
  }
}

.campaign2023__sns {
  position: fixed;
  z-index: 101;
  right: 0;
  top: 30.20833vw;
  background-color: #fff;
  width: 5.72917vw;
  padding: .52083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .campaign2023__sns {
    top: 43.22917vw;
    padding: .65104vw 1.30208vw;
    width: 10.67708vw
  }
}

.campaign2023__sns .text {
  font-size: .9375vw;
  margin-bottom: 10px;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .campaign2023__sns .text {
    font-size: 18 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__sns .text {
    font-size: 2.34375vw
  }
}

.campaign2023__sns .icon {
  margin-bottom: 10px
}

.campaign2023__details .flex {
  margin-left: 7.55208vw;
  margin-right: 7.55208vw
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0
  }
}

.campaign2023__details .flex .left-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box {
    padding-right: 0
  }
}

.campaign2023__details .flex .left-box__imgtitle {
  display: block;
  margin-bottom: 2.08333vw;
  width: 80%
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__imgtitle {
    margin-bottom: 3.51563vw
  }
}

.campaign2023__details .flex .left-box__list {
  margin-bottom: 1.04167vw
}

.campaign2023__details .flex .left-box__list li {
  font-size: 1.25vw;
  position: relative;
  margin-bottom: .36458vw;
  padding-left: 1em;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .campaign2023__details .flex .left-box__list li {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__list li {
    font-size: 3.64583vw
  }
}

.campaign2023__details .flex .left-box__list li:before {
  display: block;
  content: "�E";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__list li {
    margin-bottom: .91146vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__list {
    margin-bottom: 3.51563vw
  }
}

.campaign2023__details .flex .left-box__notes {
  margin-bottom: 2.08333vw;
  list-style: none;
  padding-left: 1.5em;
  margin-left: .5em
}

.campaign2023__details .flex .left-box__notes li {
  margin-bottom: .36458vw;
  font-size: 1.04167vw;
  text-indent: -1.5em;
  font-weight: 700
}

@media screen and (min-width:1921px) {
  .campaign2023__details .flex .left-box__notes li {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__notes li {
    font-size: 3.125vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__notes li {
    margin-bottom: .91146vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__notes {
    margin-bottom: 5.20833vw
  }
}

.campaign2023__details .flex .left-box__box {
  border: solid 2px #aaa;
  border-radius: 8px;
  padding: 2.08333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .left-box__box {
    padding: 5.20833vw;
    margin-bottom: 5.20833vw
  }
}

.campaign2023__details .flex .left-box__box01 {
  color: #737373;
  font-weight: 700;
  padding-right: 20px;
  border-right: 1px solid #aaa
}

.campaign2023__details .flex .left-box__box02 {
  color: #0081cc;
  font-weight: 700;
  padding-left: 20px
}

.campaign2023__details .flex .right-box {
  width: 28.125vw
}

@media screen and (max-width:768px) {
  .campaign2023__details .flex .right-box {
    width: 63.41146vw;
    margin: auto
  }
}

.campaign2023__conditions .c-sec__heading {
  font-size: 2.91667vw
}

@media screen and (min-width:1921px) {
  .campaign2023__conditions .c-sec__heading {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .c-sec__heading {
    font-size: 7.29167vw
  }
}

.campaign2023__conditions .inner_box {
  background-color: #f8f8f8;
  padding: 4.16667vw 7.55208vw;
  margin-bottom: 6.25vw
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .inner_box {
    padding: 5.20833vw 5.20833vw;
    margin-bottom: 15.625vw
  }
}

.campaign2023__conditions .check_li {
  font-size: 1.66667vw;
  margin-bottom: 2.08333vw;
  background: url(/image/campaign2023_ic_check_2x.png) no-repeat 0 0;
  background-size: 2.5vw 2.5vw;
  padding-left: 2.5vw
}

@media screen and (min-width:1921px) {
  .campaign2023__conditions .check_li {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li {
    font-size: 4.16667vw
  }
}

.campaign2023__conditions .check_li sup {
  font-size: 1.04167vw;
  margin-right: .36458vw
}

@media screen and (min-width:1921px) {
  .campaign2023__conditions .check_li sup {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li sup {
    font-size: 2.60417vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li sup {
    margin-right: .91146vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li {
    margin-bottom: 5.20833vw;
    background-size: 6.25vw 6.25vw;
    padding-left: 6.25vw
  }
}

.campaign2023__conditions .check_li_note li {
  font-size: 1.66667vw;
  padding-left: 2.5vw;
  margin-bottom: .52083vw
}

@media screen and (min-width:1921px) {
  .campaign2023__conditions .check_li_note li {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li_note li {
    font-size: 4.16667vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__conditions .check_li_note li {
    padding-left: 6.25vw;
    margin-bottom: 1.30208vw
  }
}

.campaign2023__button_area {
  margin-bottom: 6.25vw
}

@media screen and (max-width:768px) {
  .campaign2023__button_area {
    margin-bottom: 10.41667vw
  }
}

.campaign2023__button_area .button__inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25vw;
  width: 29.6875vw;
  height: 5vw;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  margin: auto
}

@media screen and (min-width:1921px) {
  .campaign2023__button_area .button__inquiry {
    font-size: 24 px;
    width: 570 px;
    height: 96 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__button_area .button__inquiry {
    font-size: 3.64583vw;
    width: 74.21875vw;
    height: 12.5vw
  }
}

@media (min-width:1025px) {
  .campaign2023__button_area .button__inquiry:hover {
    letter-spacing: .075vw;
    color: #fff
  }
}

.campaign2023__button_area .button__inquiry:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  .campaign2023__button_area .button__inquiry:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.campaign2023__button_area .button__inquiry span {
  position: relative;
  padding-left: 30px;
  display: inline-block
}

.campaign2023__button_area .button__inquiry span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url(/image/common_new_icon_mail_2x.png) no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:768px) {
  .campaign2023__button_area .button__inquiry span:before {
    width: 2.99479vw;
    height: 2.08333vw;
    min-width: 20px;
    min-height: 13px
  }
}

.campaign2023__service {
  padding: 0 0 6.25vw
}

@media screen and (max-width:768px) {
  .campaign2023__service {
    padding: 0 0 15.625vw
  }
}

.campaign2023__service .c-sec__inner {
  max-width: none;
  padding: 0
}

.campaign2023__service .c-sec__heading {
  font-size: 2.91667vw;
  max-width: 88.54167vw;
  margin: 0 auto;
  padding-bottom: 1.04167vw;
  margin-bottom: 2.08333vw;
  border-bottom: 3px solid #0b318f;
  -o-border-image: linear-gradient(to right, #0b318f 0, #4baae2 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#0b318f), to(#4baae2));
  border-image: linear-gradient(to right, #0b318f 0, #4baae2 100%);
  border-image-slice: 1
}

@media screen and (min-width:1921px) {
  .campaign2023__service .c-sec__heading {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__service .c-sec__heading {
    font-size: 7.29167vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__service .c-sec__heading {
    margin-bottom: 5.20833vw
  }
}

.campaign2023__service .flex__box {
  background-color: #f8f8f8;
  padding-top: 4.16667vw
}

@media screen and (max-width:768px) {
  .campaign2023__service .flex__box {
    padding-top: 10.41667vw 0
  }
}

.campaign2023__service .flex {
  max-width: 88.54167vw;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:768px) {
  .campaign2023__service .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.campaign2023__service .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20.57292vw;
  margin-bottom: 4.16667vw
}

@media screen and (max-width:768px) {
  .campaign2023__service .product {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10.41667vw
  }
}

.campaign2023__service .product .title {
  font-size: 1.66667vw;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important;
  color: #737373;
  margin-bottom: 1.5625vw;
  text-align: center
}

@media screen and (min-width:1921px) {
  .campaign2023__service .product .title {
    font-size: 32 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__service .product .title {
    font-size: 5.20833vw
  }
}

.campaign2023__service .product .title span {
  font-size: 1.25vw
}

@media screen and (min-width:1921px) {
  .campaign2023__service .product .title span {
    font-size: 24 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__service .product .title span {
    font-size: 5.20833vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__service .product .title {
    margin-bottom: 5.20833vw
  }
}

.campaign2023__service .product .img {
  width: 20.57292vw;
  margin-bottom: 2.08333vw
}

@media screen and (max-width:768px) {
  .campaign2023__service .product .img {
    width: 51.43229vw;
    margin-bottom: 5.20833vw
  }
}

.campaign2023__service .product .button__link span {
  font-weight: 700
}

.campaign2023__service .product .button__link .button__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.75vw;
  height: 3.75vw;
  position: relative;
  color: #0081cc;
  border: .15625vw solid #0081cc;
  font-size: 1.25vw;
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .campaign2023__service .product .button__link .button__base {
    width: 52.08333vw;
    height: 12.5vw;
    margin: 0 auto;
    letter-spacing: .54688vw;
    font-size: 3.64583vw;
    border: .39063vw solid #0081cc
  }
}

.campaign2023__service .product .button__link .button__base::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.04167vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-repeat: no-repeat;
  background-size: 1.25vw;
  background-position: -1.25vw 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .campaign2023__service .product .button__link .button__base::after {
    right: 2.60417vw;
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.125vw;
    background-position: 0 0
  }
}

@media (min-width:1025px) {
  .campaign2023__service .product .button__link .button__base:hover {
    width: 20.83333vw;
    opacity: 1;
    margin-right: -1.04167vw;
    margin-left: -1.04167vw;
    letter-spacing: .1875vw
  }
  .campaign2023__service .product .button__link .button__base:hover::after {
    background-position: 0 0
  }
}

.campaign2023__notes {
  margin-bottom: 6.25vw
}

@media screen and (max-width:768px) {
  .campaign2023__notes {
    margin-bottom: 15.625vw
  }
}

.campaign2023__notes .c-sec__heading {
  font-size: 2.91667vw
}

@media screen and (min-width:1921px) {
  .campaign2023__notes .c-sec__heading {
    font-size: 56 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__notes .c-sec__heading {
    font-size: 7.29167vw
  }
}

.campaign2023__notes .notes_ul {
  width: 58.33333vw;
  margin: auto;
  margin-bottom: 6.25vw
}

@media screen and (max-width:768px) {
  .campaign2023__notes .notes_ul {
    width: 100%;
    margin-bottom: 15.625vw
  }
}

.campaign2023__notes .notes_li {
  font-size: 1.04167vw;
  position: relative;
  margin-bottom: .52083vw;
  padding-left: 1em
}

@media screen and (min-width:1921px) {
  .campaign2023__notes .notes_li {
    font-size: 20 px
  }
}

@media screen and (max-width:768px) {
  .campaign2023__notes .notes_li {
    font-size: 3.64583vw
  }
}

@media screen and (max-width:768px) {
  .campaign2023__notes .notes_li {
    margin-bottom: 1.04167vw
  }
}

.campaign2023__notes .notes_li:before {
  display: block;
  content: "�E";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0
}

.campaign2023__notes .notes_li>a {
  color: #3792e5
}

.campaign2023__notes .notes_li>a:hover {
  text-decoration: underline
}

.l-header * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width:769px) {
  .pc-view {
    display: block
  }
}

@media (max-width:768px) {
  .pc-view {
    display: none
  }
}

@media (min-width:769px) {
  .sp-view {
    display: none
  }
}

@media (max-width:768px) {
  .sp-view {
    display: block
  }
}

.sb-active .l-header {
  position: fixed;
  top: 0!important;
  left: 0;
  width: 100%;
  z-index: 1001
}

.l-header {
  position: relative;
  z-index: 1001
}

.l-header__top {
  background-color: #f8f8f8;
  padding: 0 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__iconlists {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.l-header__iconlists.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__iconlists li {
  margin: 0 .5em;
  font-size: .9375vw
}

.l-header__iconlists .h_icon_user {
  padding-left: 20px;
  line-height: 30px;
  background: url(/image/common_icon_user.svg) 0 center no-repeat;
  background-size: 16px auto
}

.l-header__iconlists .h_icon_favorite {
  padding-left: 20px;
  line-height: 30px;
  background: url(/image/common_icon_star.svg) 0 center no-repeat;
  background-size: 16px auto
}

.l-header__iconlists .h_login_btn {
  width: 13.85417vw
}

.l-header__iconlists .h_logout_btn {
  width: 13.85417vw
}

.l-header__bottom {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header__logo--dx {
  width: 11.51042vw
}

.l-header__logo--docomo {
  width: 4.73958vw;
  margin-right: 20px
}

.l-header__bottom--left {
  margin-left: 20px
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-header__nav>li>a {
  font-size: 1.04167vw;
  font-weight: 700;
  display: block;
  margin-right: 1.66667vw;
  height: 3.125vw;
  line-height: 3.125vw
}

.l-header__nav>li>a:hover {
  color: #3792e5
}

.l-header__nav>li>a:hover .l-header__nav-icon {
  background: url(/image/common_new_ic_menu_down_blue.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__nav>li.current>a {
  color: #3792e5
}

.l-header__nav>li.current>a:after {
  width: 100%
}

.l-header__nav>li.current .l-header__nav-icon {
  background: url(/image/common_new_ic_menu_down_blue.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__nav-icon {
  display: inline-block;
  margin-left: 5px;
  width: .83333vw;
  height: .52083vw;
  background: url(/image/common_new_ic_menu_down.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__dropdown {
  display: none;
  position: absolute;
  left: 0;
  background: #f8f8f8;
  width: 100%;
  z-index: 1002;
  padding: 2.08333vw 7.29167vw
}

.l-header__dropdown_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.08333vw;
  position: relative
}

.l-header__dropdown_heading>.title {
  font-size: 1.66667vw;
  font-weight: 700;
  margin-right: 2.5vw
}

.l-header__dropdown_heading>.link_more {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #0081cc;
  display: block
}

.l-header__dropdown_heading .link_more_arrow {
  position: relative;
  margin-left: 10px;
  width: 1.25vw;
  height: 1.25vw;
  display: inline-block;
  overflow: hidden;
  vertical-align: -3px
}

.l-header__dropdown_heading .link_more_arrow::after, .l-header__dropdown_heading .link_more_arrow::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-size: cover
}

.l-header__dropdown_heading .link_more_arrow::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.l-header__dropdown_heading>.link_more:hover .link_more_arrow::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  transition: transform .5s cubic-bezier(.4, 0, .1, 1) .15s, -webkit-transform .5s cubic-bezier(.4, 0, .1, 1) .15s;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-size: cover
}

.l-header__dropdown_heading>.link_more:hover .link_more_arrow::after {
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1);
  transition: transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1)
}

.l-header__dropdown_heading>.header_close {
  position: absolute;
  right: 2.8125vw;
  font-size: 1.66667vw;
  cursor: pointer
}

.l-header__dropdown_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-header__dropdown_columns>ul {
  width: calc(25% - 1em);
  padding-left: 1em;
  border-left: 1px solid #ececec
}

.l-header__dropdown_columns>ul:nth-of-type(1) {
  border-left: none
}

.l-header__dropdown_columns>ul.no_title {
  margin-top: 2.60417vw
}

.l-header__dropdown_columns>ul.products .l-header__dropdown_list a {
  color: #737373;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important
}

.l-header__dropdown_columns>ul.products .l-header__dropdown_list a>.en {
  color: #3792e5;
  font-family: univia-pro, sans-serif;
  font-weight: 700!important;
  letter-spacing: 1.04px
}

.l-header__dropdown_column_title {
  font-size: 1.04167vw;
  font-weight: 700;
  margin-bottom: 1.04167vw;
  letter-spacing: 1.6px;
  color: #aaa
}

.l-header__dropdown_list {
  margin-right: 1em;
  margin-bottom: .52083vw
}

.l-header__dropdown_list .child_ul {
  display: none
}

.l-header__dropdown_list .child_list>a {
  font-size: 1.04167vw;
  font-weight: 700;
  display: inline-block;
  margin-left: 1.04167vw;
  padding-left: 1.04167vw;
  position: relative
}

.l-header__dropdown_list .child_list>a:hover {
  color: #3792e5
}

.l-header__dropdown_list .child_list>a:before {
  display: inline-block;
  position: absolute;
  top: .3125vw;
  left: 0;
  content: "";
  width: .52083vw;
  height: .83333vw;
  background: url(/image/common_new_ic_menu_right.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__dropdown_list .child_list>a:hover:before {
  background: url(/image/common_new_ic_menu_right_blue.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__dropdown_list>a {
  font-size: 1.04167vw;
  font-weight: 700;
  display: inline-block;
  padding-left: 1.04167vw;
  position: relative
}

.l-header__dropdown_list>a:hover {
  color: #3792e5
}

.l-header__dropdown_list>a.link__def {
  color: #2a2a2a
}

.l-header__dropdown_list>a.link__def:hover {
  text-decoration: none;
  color: #3792e5
}

.l-header__dropdown_list>a:before {
  display: inline-block;
  position: absolute;
  top: .3125vw;
  left: 0;
  content: "";
  width: .52083vw;
  height: .83333vw;
  background: url(/image/common_new_ic_menu_right.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__dropdown_list>a:hover:before {
  background: url(/image/common_new_ic_menu_right_blue.png) 0 0 no-repeat;
  background-size: cover
}

.l-header__dropdown_list.has-child a {
  margin-bottom: .52083vw
}

.l-header__dropdown_list.has-child .child_list>a {
  font-size: .83333vw;
  margin-left: 1.04167vw;
  margin-bottom: 1.04167vw
}

.l-header__dropdown .l-header__bnr {
  display: grid;
  grid-template-columns: repeat(3, 13.02083vw);
  grid-gap: 20px;
  margin-bottom: 1.66667vw
}

@media (max-width:768px) {
  .l-header__dropdown .l-header__bnr {
    grid-template-columns: repeat(2, 42.44792vw);
    grid-gap: 5.20833vw;
    margin-bottom: 7.29167vw
  }
}

.l-header__dropdown .l-header__bnr_link {
  position: relative;
  overflow: hidden;
  display: block
}

.l-header__dropdown .l-header__bnr_link img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.l-header__dropdown .l-header__bnr_link img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-header__contact--inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: .9375vw;
  width: 15.625vw;
  height: 3.125vw;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  border-right: 1px solid #fff;
  color: #fff!important;
  white-space: nowrap;
  max-width: 300px
}

@media screen and (min-width:1921px) {
  .l-header__contact--inquiry {
    font-size: 18 px;
    width: 300 px;
    height: 60 px
  }
}

@media screen and (max-width:768px) {
  .l-header__contact--inquiry {
    font-size: 3.64583vw;
    width: 35.41667vw;
    height: 16.66667vw
  }
}

@media (min-width:1025px) {
  .l-header__contact--inquiry:hover {
    letter-spacing: .075vw;
    color: #fff
  }
}

.l-header__contact--inquiry:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  .l-header__contact--inquiry:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.l-header__contact--inquiry span {
  position: relative;
  padding-left: 1.875vw;
  font-weight: 700
}

@media (max-width:768px) {
  .l-header__contact--inquiry span {
    padding-left: 4.6875vw
  }
}

.l-header__contact--inquiry span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url(/image/common_new_icon_mail_2x.png) no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .l-header__contact--inquiry span::before {
    width: 3.125vw;
    height: 3.125vw;
    min-width: 12px;
    min-height: 12px
  }
}

.l-header__contact--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25vw;
  width: 4.16667vw;
  height: 3.125vw;
  background-color: #0b318f;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

@media screen and (min-width:1921px) {
  .l-header__contact--cart {
    font-size: 24 px;
    width: 80 px;
    height: 60 px
  }
}

@media screen and (max-width:768px) {
  .l-header__contact--cart {
    font-size: 3.64583vw;
    width: 10.41667vw;
    height: 7.8125vw
  }
}

@media (min-width:1025px) {
  .l-header__contact--cart:hover {
    letter-spacing: .075vw;
    color: #fff
  }
}

.l-header__contact--cart:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  .l-header__contact--cart:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.l-header__contact--cart .icon_img {
  width: 1.66667vw
}

.l-header.fixed {
  position: fixed;
  top: 0!important;
  left: 0;
  width: 100%
}

@media (min-width:1025px) {
  .l-header.fixed {
    -webkit-animation: DownAnime .5s forwards;
    animation: DownAnime .5s forwards
  }
}

.l-header.fixed .l-header__top {
  position: relative;
  z-index: 1002;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.l-header.fixed .l-header__bottom {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: .3s;
  transition: .3s
}

.l-header.is-active .l-header__top {
  -webkit-box-shadow: none;
  box-shadow: none
}

.l-header.is-active .l-header__bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width:1025px) {
  .is-fixedhead .l_wrapperAll {
    padding-top: 6.30208vw
  }
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (max-width:768px) {
  .l_wrapperAll {
    padding-top: 13.02083vw
  }
}

.l-header-sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.l-header-sp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4.26667vw;
  padding-right: 2.66667vw;
  height: 13.02083vw
}

.l-header-sp__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 60%
}

.l-header-sp__logo--dx {
  max-width: 256px
}

.l-header-sp__logo--docomo {
  max-width: 105px;
  margin-right: 2.60417vw
}

.l-header-sp__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-header-sp__icons--cart {
  width: 7.29167vw;
  margin-right: 5.20833vw
}

.mobile-menu__btn {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 6.51042vw;
  height: 6.51042vw
}

.mobile-menu__btn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: .78125vw;
  background: #545454;
  width: 6.51042vw
}

.mobile-menu__btn span:nth-of-type(1) {
  top: 1.04167vw
}

.mobile-menu__btn span:nth-of-type(2) {
  top: 3.125vw
}

.mobile-menu__btn span:nth-of-type(3) {
  top: 5.20833vw
}

html.sb-active .mobile-menu__btn span:nth-of-type(1) {
  top: 2.34375vw;
  left: 0;
  -webkit-transform: translateY(.78125vw) rotate(-45deg);
  transform: translateY(.78125vw) rotate(-45deg);
  width: 7.37474vw
}

html.sb-active .mobile-menu__btn span:nth-of-type(2) {
  opacity: 0
}

html.sb-active .mobile-menu__btn span:nth-of-type(3) {
  top: 3.90625vw;
  left: 0;
  -webkit-transform: translateY(-.78125vw) rotate(45deg);
  transform: translateY(-.78125vw) rotate(45deg);
  width: 7.37474vw
}

.sb-slidebar {
  background-color: #fff;
  width: 100%!important;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  display: none;
  padding: 10.41667vw 4.94792vw
}

.sb-slidebar.sb-active {
  margin-top: 13.02083vw;
  padding-bottom: 10.41667vw
}

.slide_nav__user {
  display: none;
  border-bottom: .52083vw solid #ececec;
  padding-bottom: 8.33333vw;
  margin-bottom: 8.33333vw
}

.slide_nav__user.show {
  display: block
}

.slide_nav__user>li {
  font-size: 4.16667vw;
  margin-bottom: 4.94792vw
}

.slide_nav__user>li:last-of-type {
  margin-bottom: 0
}

.slide_nav__user>li>a, .slide_nav__user>li>p {
  font-size: 4.16667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slide_nav__user>li>a .icon_img, .slide_nav__user>li>p .icon_img {
  width: 5.20833vw;
  text-align: center;
  margin-right: 10px
}

.slide_nav__user>li>a .icon_img img, .slide_nav__user>li>p .icon_img img {
  text-align: center;
  margin: auto
}

.slide_nav__user .slide_nav__userlogin {
  width: 52.08333vw
}

.slide_nav__ul {
  margin-bottom: 8.33333vw
}

.slide_nav__ul>.slide_nav_list {
  font-size: 5.20833vw;
  font-weight: 700;
  margin-bottom: 4.94792vw
}

.slide_nav__ul>.slide_nav_list:last-of-type {
  margin-bottom: 0
}

.slide_nav__ul>.slide_nav_list.innerBox {
  position: relative
}

.slide_nav__ul>.slide_nav_list.innerBox::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 5.20833vw;
  height: 3.90625vw;
  background: url(/image/common_new_btn_arrow_r_sp_2x.png) no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.slide_nav__bottom .l-header__contact--inquiry {
  width: 100%;
  margin: auto;
  max-width: 100%
}

.sb-subslidebar {
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  top: 13.02083vw;
  position: fixed;
  background-color: #fff;
  padding-bottom: 60px;
  -webkit-transform: translate(120%);
  transform: translate(120%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 999
}

.sb-subslidebar.active {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.sb-subslidebar_inner {
  padding: 3.90625vw 4.94792vw
}

.sb-subslidebar_innerTop {
  border-bottom: .52083vw solid #ececec
}

.sb-subslidebar_innericon {
  width: 5.20833vw;
  margin-bottom: 2.60417vw
}

.sb-subslidebar .overlay_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: .52083vw solid #ececec;
  padding: 3.90625vw 0;
  margin-bottom: 5.20833vw
}

.sb-subslidebar .overlay_heading>.title {
  font-size: 6.25vw;
  font-weight: 700;
  margin-right: 6.25vw
}

.sb-subslidebar .overlay_heading>.link_more {
  font-size: 4.16667vw;
  font-weight: 700;
  color: #0081cc;
  display: block
}

.sb-subslidebar .overlay_heading .link_more_arrow {
  position: relative;
  margin-left: 10px;
  width: 3.125vw;
  height: 3.125vw;
  display: inline-block;
  overflow: hidden
}

.sb-subslidebar .overlay_heading .link_more_arrow::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/image/common_new_btn_arrow_r_blue_2x.png);
  background-size: cover
}

.sb-subslidebar .overlay_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.sb-subslidebar .overlay_columns>ul {
  width: 100%;
  margin-bottom: 5.20833vw
}

.sb-subslidebar .overlay_columns>ul.no_title {
  margin-top: 5.20833vw
}

.sb-subslidebar .overlay_columns>ul.products .overlay_list a {
  color: #737373;
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100!important
}

.sb-subslidebar .overlay_columns>ul.products .overlay_list a>.en {
  color: #3792e5;
  font-family: univia-pro, sans-serif;
  font-weight: 700!important;
  letter-spacing: 1.04px
}

.sb-subslidebar .overlay_columns>ul.bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5.20833vw
}

.sb-subslidebar .overlay_column_title {
  font-size: 4.16667vw;
  font-weight: 700;
  margin-bottom: 2.60417vw;
  letter-spacing: 1.6px;
  color: #aaa
}

.sb-subslidebar .overlay_list .child_list>a {
  font-size: 4.16667vw;
  display: inline-block;
  margin-left: 2.60417vw;
  padding-left: 2.60417vw;
  position: relative;
  margin-bottom: 3.90625vw
}

.sb-subslidebar .overlay_list .child_list>a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1.30208vw;
  height: 2.08333vw;
  background: url(/image/common_new_ic_menu_right.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sb-subslidebar .overlay_list>a {
  color: #2a2a2a;
  font-size: 4.16667vw;
  font-weight: 700;
  display: inline-block;
  padding-left: 2.60417vw;
  position: relative;
  margin-bottom: 3.90625vw
}

.sb-subslidebar .overlay_list>a:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.30208vw;
  height: 2.08333vw;
  background: url(/image/common_new_ic_menu_right.png) 0 0 no-repeat;
  background-size: cover
}

.sb-subslidebar .overlay_list.has-child a {
  margin-bottom: 1.30208vw
}

.sb-subslidebar .overlay_list.has-child .child_list>a {
  font-size: 3.125vw;
  font-weight: 700;
  margin-left: 2.60417vw;
  margin-bottom: 2.60417vw;
  position: relative
}

.sb-subslidebar .overlay .l-header__bnr {
  display: grid;
  grid-template-columns: repeat(3, 32.55208vw);
  grid-gap: 20px;
  margin-bottom: 4.16667vw
}

@media (max-width:768px) {
  .sb-subslidebar .overlay .l-header__bnr {
    grid-template-columns: repeat(2, 42.44792vw);
    grid-gap: 5.20833vw;
    margin-bottom: 7.29167vw
  }
}

.sb-subslidebar .overlay .l-header__bnr_link {
  position: relative;
  overflow: hidden;
  display: block
}

.sb-subslidebar .overlay .l-header__bnr_link img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.sb-subslidebar .overlay .l-header__bnr_link img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.l-footer {
  background-color: #ececec
}

.l-footer__top {
  width: 88.54167vw;
  margin: auto;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw
}

@media (max-width:768px) {
  .l-footer__top {
    width: 100%;
    padding-top: 10.41667vw;
    padding-bottom: 4.16667vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw
  }
}

.l-footer__bottom {
  background-color: #f8f8f8
}

.l-footer__bottom_inner {
  padding-left: 3.22581vw;
  padding-right: 3.22581vw
}

@media (max-width:768px) {
  .l-footer__bottom_inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 2.60417vw
  }
}

.l-footer__wrapper {
  display: grid;
  grid-template-columns: minmax(33.95833vw, 1fr) minmax(43.22917vw, 1fr) 3.75vw;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 3.80208vw;
  grid-row-gap: 0;
  margin: auto
}

@media (max-width:768px) {
  .l-footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 0
  }
}

.l-footer__div1 {
  grid-area: 1/1/4/2
}

.l-footer__div2 {
  grid-area: 1/2/2/3
}

.l-footer__div3 {
  grid-area: 2/2/3/3
}

.l-footer__div4 {
  grid-area: 1/3/3/4
}

.l-footer__div5 {
  grid-area: 3/2/4/4
}

@media (max-width:768px) {
  .l-footer__div1 {
    grid-area: 1/1/2/2;
    margin: auto
  }
  .l-footer__div2 {
    grid-area: 2/1/3/2
  }
  .l-footer__div3 {
    grid-area: 3/1/4/2
  }
  .l-footer__div4 {
    grid-area: 4/1/5/2
  }
  .l-footer__div5 {
    grid-area: 5/1/6/2
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28.125vw
}

@media (max-width:768px) {
  .l-footer__logo {
    width: 74.21875vw
  }
}

.l-footer__logo_left {
  margin-right: 20px
}

.l-footer__contact {
  width: 28.125vw;
  margin-top: 1.66667vw;
  padding: 1.66667vw 1.66667vw;
  border-radius: 8px;
  background-color: #fff;
  text-align: center
}

@media (max-width:768px) {
  .l-footer__contact {
    width: 74.21875vw;
    margin-top: 4.16667vw;
    margin-bottom: 7.29167vw;
    margin-right: 0;
    padding: 4.16667vw 4.16667vw
  }
}

.l-footer__contact p {
  text-align: center
}

.l-footer__contact_text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.04167vw
}

@media (max-width:768px) {
  .l-footer__contact_text {
    font-size: 3.125vw;
    margin-bottom: 12px
  }
}

.l-footer__contact_button {
  margin-bottom: 2.08333vw
}

@media (max-width:768px) {
  .l-footer__contact_button {
    margin-bottom: 5.20833vw
  }
}

.l-footer__contact_button a {
  display: block;
  font-size: .9375vw;
  padding: 1.04167vw;
  width: 15.625vw;
  min-width: 200px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0b318f;
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

@media (max-width:768px) {
  .l-footer__contact_button a {
    font-size: 3.125vw;
    padding: 15px 20px;
    width: 47.65625vw;
    min-width: 200px
  }
}

.l-footer__contact_button a span {
  position: relative;
  padding-left: 1.875vw;
  font-weight: 700
}

@media (max-width:768px) {
  .l-footer__contact_button a span {
    padding-left: 4.6875vw;
    white-space: nowrap
  }
}

.l-footer__contact_button a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.25vw;
  height: 1.25vw;
  background: url(/image/common_new_icon_mail_2x.png) no-repeat left center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .l-footer__contact_button a span::before {
    width: 3.125vw;
    height: 3.125vw
  }
}

.l-footer__contact_button a:after {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  transition: transform .5s cubic-bezier(.8, 0, .2, 1) 0s, -webkit-transform .5s cubic-bezier(.8, 0, .2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top;
  transform-origin: top
}

@media (min-width:1025px) {
  .l-footer__contact_button a:hover {
    letter-spacing: .075vw
  }
  .l-footer__contact_button a:hover::after {
    background: #0081cc;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}

.l-footer__contact_text2 {
  font-weight: 700;
  font-size: 1.25vw
}

@media (max-width:768px) {
  .l-footer__contact_text2 {
    font-size: 3.64583vw
  }
}

.l-footer__contact_tel {
  font-family: Roboto;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.6;
  color: #0b318f
}

@media (max-width:768px) {
  .l-footer__contact_tel {
    font-size: 7.29167vw
  }
}

.l-footer__contact_time {
  font-size: .72917vw
}

@media (max-width:768px) {
  .l-footer__contact_time {
    font-size: 2.60417vw
  }
}

.l-footer__sns_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px
}

@media (max-width:768px) {
  .l-footer__sns_lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7.29167vw
  }
}

.l-footer__sns_lists li {
  padding: 5px
}

.l-footer__sns_lists li img {
  width: 54px;
  min-width: 44px
}

@media (max-width:768px) {
  .l-footer__sns_lists li img {
    width: 7.03125vw;
    min-width: 40px
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10%
}

@media (max-width:768px) {
  .l-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 7.29167vw
  }
}

.l-footer__nav_lists li {
  margin-bottom: 24px
}

@media (max-width:768px) {
  .l-footer__nav_lists li {
    margin-bottom: 3.90625vw
  }
}

.l-footer__nav_lists li a {
  position: relative;
  color: #212121
}

.l-footer__nav_lists li a:hover {
  text-decoration: none;
  color: #0081cc
}

.l-footer__nav_lists li a span {
  font-size: 1.25vw;
  font-weight: 700;
  white-space: nowrap
}

@media (max-width:768px) {
  .l-footer__nav_lists li a span {
    font-size: 3.64583vw
  }
}

.l-footer__bnr {
  display: grid;
  grid-template-columns: repeat(3, 13.02083vw);
  grid-gap: 20px;
  margin-bottom: 1.66667vw
}

@media (max-width:768px) {
  .l-footer__bnr {
    grid-template-columns: repeat(2, 42.44792vw);
    grid-gap: 5.20833vw;
    margin-bottom: 7.29167vw
  }
}

.l-footer__bnr_link {
  position: relative;
  overflow: hidden;
  display: block
}

.l-footer__bnr_link img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.l-footer__bnr_link img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.l-footer__msg {
  font-size: 1.04167vw;
  margin-bottom: 0
}

@media (max-width:768px) {
  .l-footer__msg {
    font-size: 3.125vw;
    margin-bottom: 0
  }
}

.l-footer__bottom_inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .l-footer__bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.l-footer__bottom__nav {
  padding: 20px 0
}

.l-footer__bottom__nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .l-footer__bottom__nav__lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.l-footer__bottom__nav__lists li {
  padding-right: 1.5625vw
}

.l-footer__bottom__nav__lists li:last-child {
  border-right: none;
  padding-right: 0
}

@media (max-width:768px) {
  .l-footer__bottom__nav__lists li {
    width: 50%;
    padding-right: 0;
    margin-bottom: 2.60417vw
  }
}

.l-footer__bottom__nav__lists li a {
  color: #212121;
  font-size: .83333vw;
  font-weight: 700;
  text-decoration: none;
  display: inline-block
}

@media (max-width:768px) {
  .l-footer__bottom__nav__lists li a {
    font-size: 2.60417vw
  }
}

.l-footer__bottom__nav__lists li a:hover {
  color: #0081cc;
  text-decoration: none
}

.l-footer__bottom__nav__lists li a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(/image/common_icon_blank) no-repeat center;
  background-size: cover;
  width: .83333vw;
  height: .83333vw;
  min-width: 10px;
  min-height: 10px;
  vertical-align: middle
}

@media (max-width:768px) {
  .l-footer__bottom__nav__lists li a[target="_blank"]:after {
    width: 2.08333vw;
    height: 2.08333vw;
    min-width: 16px;
    min-height: 16px
  }
}

.l-footer__bottom__copyright small {
  font-size: .83333vw;
  display: inline-block
}

@media (max-width:768px) {
  .l-footer__bottom__copyright small {
    font-size: 2.34375vw
  }
}

.l-container--2column {
  display: grid;
  gap: 2.08333vw;
  grid-template-columns: 20.57292vw 65.88542vw
}

@media (max-width:768px) {
  .l-container--2column {
    gap: 5.20833vw;
    grid-template-columns: 1fr
  }
}

.l-container_side {
  position: relative
}

.l-section {
/**  padding-top: 6.25vw;
  padding-bottom: 6.25vw
**/
}

@media (max-width:768px) {
  .l-section {
    padding-top: 10.41667vw;
    padding-bottom: 10.41667vw
  }
}

.l-section__heading {
  margin-bottom: 4.16667vw
}

@media (max-width:768px) {
  .l-section__heading {
    margin-bottom: 5.20833vw
  }
}

.l-section__inner {
  width: 88.54167vw;
  margin: auto
}

@media (max-width:768px) {
  .l-section__inner {
    width: 100%;
    padding: 0 4.94792vw
  }
}

.u-flex, .u-flex__a, .u-flex__b, .u-flex__c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.u-flex__a {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.u-flex__b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.u-flex__c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.u-justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

.u-align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}

.u-align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}

.u-text-red {
  color: red
}

/*tag Height*/
.tag-group img,
.tag-icon img{
  height: 32px;
}
@media (max-width:768px) {
  .tag-group img{
    height: 32px;
  }
  .tag-icon img{
    height: 30px;
  }
}
.inner-link li a{
  color: #333;
}
.sitemap-list__heading{
  font-size: 14px;
}
.main-visual--inr a, .content-inner a{
  color: #333;
  text-decoration: underline;
}
.main-visual--inr a:hover, .content-inner a:hover{
  color: #bc2739;
  text-decoration: none;
}
a.link__defin{
  color: #333;
  text-decoration: underline;
}
a.link__defin:hover{
  color: #bc2739;
  text-decoration: none;
}
.bootstrap a{
  color: #333;
  text-decoration: underline !important;
}
.bootstrap a:hover{
  color: #bc2739;
  text-decoration: none !important;
}

/*-------------------------------------------
	調整
-------------------------------------------*/
/*汎用*/
.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
}

p.footer-contact__text,p.footer-contact__note{
    text-align:center;
}


.card__list.card__list--service.card__list--col4 a:hover{
  color:#272727;
}
.user__list-button.user__list-button--login:hover,
.user__list-link.user__list-link--cart:hover{
  color:#272727;
}