@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== c-ground ========== */
.c-ground-01.c-ground-pd0{
  padding: 0;
}

/* ========== br ========== */
@media only screen and (max-width: 640px){
  br.sp-none{
    display: none;
  }
}
@media only screen and (min-width: 641px){
  br.pc-none{
    display: none;
  }
}

/* ========== anchorlink ========== */
.c-anchorLinks-01.c-anchorLinks-customer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
}
.c-anchorLinks-01.c-anchorLinks-customer{
  margin: 0;
}
.c-anchorLinks-01.c-anchorLinks-customer>li{
  margin-bottom: 0;
}
.c-anchorLinks-01.c-anchorLinks-customer>li:first-child{
  margin-left: 0;
  padding-right: 15px;
  border-right: 1px solid #d4d5d5;
}
.c-anchorLinks-01.c-anchorLinks-customer>li a{
  padding: 0;
}
.c-anchorLinks-01.c-anchorLinks-customer>li a:before{
  content: none;
}
@media only screen and (max-width: 640px) {
  .c-anchorLinks-01.c-anchorLinks-customer,
  .c-anchorLinks-01.c-anchorLinks-customer li{
    display: block;
  }
  .c-anchorLinks-01.c-anchorLinks-customer{
    padding: 0;
  }
  .c-anchorLinks-01.c-anchorLinks-customer li{
    margin: 0;
    padding: .5em !important;
  }
  .c-anchorLinks-01.c-anchorLinks-customer li:first-child{
    border-right: none;
    border-bottom: 1px solid #d4d5d5;
  }
}

/* ========== simulation ========== */
@media only screen and (max-width: 640px){
  .c-figure-02 figure.text-left-sp {
    text-align: left;
  }
}

/* ========== tab ========== */
.c-tab-02.c-tabs-01>.content:before,
.c-tab-02.c-tabs-01>.content:after,
.c-tab-03.c-tabs-01>.content:before,
.c-tab-03.c-tabs-01>.content:after,
.c-tab-04.c-tabs-01>.content:before,
.c-tab-04.c-tabs-01>.content:after {
  content: none;
}
/*c-tab-02*/
.c-tab-02.c-tabs-01 {
  margin: 10px 0 0;
}
.c-tab-02.c-tabs-01>.tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tab-02.c-tabs-01>.tabs>li {
  margin: 0;
  width: 32%;
  margin-left: 1%;
}
.c-tab-02.c-tabs-01>.tabs>li.current {
  border: 1px solid #bcbdbd;
  border-bottom: none;
  -webkit-transform: translateY(5px);
  transform: translateY(1px);
  z-index: 1;
}
.c-tab-02.c-tabs-01>.tabs>li:last-child {
  margin-right: 1%;
}
.c-tab-02.c-tabs-01>.tabs>li a {
  background: #fedecd;
  border: none;
  border-radius: 0;
  color: #eb5505;
  font-size: 12px;
  padding: 8px 0;
}
.c-tab-02.c-tabs-01>.tabs>li.current a {
  background: #fff;
  border: none;
  border-top: 3px solid #eb5505;
  border-radius: 0;
  color: #535252;
  font-weight: bold;
  padding: 16px 0 8px;
}
.c-tab-02.c-tabs-01>.content {
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tab-02.c-tabs-01>.content>div {
  padding: 20px 0;
}
@media screen and (min-width: 640px) {
  .c-tab-02.c-tabs-01>.tabs {
    margin-top: 15px;
  }
  .c-tab-02.c-tabs-01>.tabs>li a {
    font-size: 18px;
    padding: 18px 0;
  }
  .c-tab-02.c-tabs-01>.tabs>li.current a {
    border-top: 6px solid #eb5505;
    padding: 35px 0 24px;
  }
}
/*c-tab-03*/
.c-tabs-01.c-tab-03>.tabs,
.c-tabs-01.c-tab-03>.content {
  border: none;
}
.c-tabs-01.c-tab-03>.tabs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-tabs-01.c-tab-03>.tabs>li a{
  background: #fedecd;
  color: #eb5505;
  border: none;
}
.c-tabs-01.c-tab-03 li.current a{
  background: #eb5505;
  color: #fff;
  border: none;
}
.c-tabs-01.c-tab-03.c-tab-03_gray{
  margin: 20px 0;
}
.c-tabs-01.c-tab-03.c-tab-03_gray>.tabs{
  background-color: #eee;
  border-right: 1px solid #d4d5d5;
  border-bottom: 1px solid #d4d5d5;
  border-left: 1px solid #d4d5d5;
}
.c-tabs-01.c-tab-03.c-tab-03_gray>.tabs>li{
  margin: 12px 25px;
}
.c-tabs-01.c-tab-03.c-tab-03_gray>.tabs>li a{
  border: solid 1px #eb5505;
  border-radius: 30px;
  padding: 16px 20px 14px;
}
@media screen and (max-width: 640px){
  .c-tabs-01.c-tab-03>.tabs>li a{
    border-radius: 30px;
  }
  .c-tabs-01.c-tab-03.c-tab-03_gray>.tabs>li{
    margin: 0;
  }
  .c-tabs-01.c-tab-03.c-tab-03_gray>.tabs>li:last-child{
    margin-left: 5px !important;
  }
  .c-tabs-01.c-tab-03.c-tab-03_gray>.tabs>li a{
    border-radius: 40px;
    padding: 11px 20px 9px;
  }
}
/*c-tab-02_2col*/
.c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li {
  width: 49.5%;
  margin-left: 1%;
}
.c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li:first-child {
  margin-left: 0;
}
.c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li:last-child{
  margin-right: 0;
}
.c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li.current a{
  border: none;
  background: #eb5505;
  color: #fff;
  padding: 24px 0;
}
@media screen and (max-width: 640px){
  .c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li a{
    font-size: 70%;
  }
  .c-tabs-01.c-tab-02.c-tab-02_2col>.tabs>li.current a{
    padding: 16px 0 8px;
  }
}
/*c-tab-04*/
.c-tabs-01.c-tab-04{
  width: 100%;
  margin: 0 auto;
}
.c-tabs-01.c-tab-04>.tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tabs-01.c-tab-04>.tabs>li{
  width: 49%;
  margin: 0 0 0 2%;
}
.c-tabs-01.c-tab-04>.tabs>li:first-child{
  margin-left: 0;
}
.c-tabs-01.c-tab-04>.tabs>li a{
  background: #fedecd;
  border: none;
  border-radius: 0;
  font-size: 125%;
  padding: 1.25em;
}
.c-tabs-01.c-tab-04>.tabs>li.current a{
  color: #535252;
  border: none;
}
.c-tabs-01.c-tab-04>.tabs>li a img{
  width: 100%;
  max-width: 350px;
  margin-top: .5em;
}
.c-tabs-01.c-tab-04>.content{
  border: none;
}
@media screen and (max-width: 640px){
  .c-tabs-01.c-tab-04>.tabs>li a{
    font-size: 80%;
    padding: 1.25em .75em;
  }
}
/*c-tab-fukidashi*/
.c-tab-fukidashi ul.tabs li:last-child{
  position: relative;
}
.c-tab-fukidashi ul.tabs li .c-figure-fukidashi{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 88%;
  max-width: 206px;
  top: -19px;
}
@media screen and (max-width: 640px){
  .c-tab-fukidashi ul.tabs li .c-figure-fukidashi{
    top: -20%;
  }
}

/* ========== heading ========== */
.c-heading3-01.c-heading-customer h3{
  border-left: 5px solid #eb7000;
  border-bottom: 1px solid #eb7000;
  color: #eb7000;
  padding: 5px 10px;
}
.c-heading4-01.c-heading-customer h4{
  border-bottom: 1px solid #eb7000;
  color: #eb7000;
  padding: 5px 0;
}
.c-heading3-01.c-heading-customer.c-heading-blue h3,
.c-heading4-01.c-heading-customer.c-heading-blue h4{
  border-color: #3595A6;
  color: #3595A6;
}
.c-heading3-01.c-heading-customer.c-heading-green h3,
.c-heading4-01.c-heading-customer.c-heading-green h4{
  border-color: #35a667;
  color: #35a667;
}
.c-heading4-01.c-heading-customer h4 span.icon-conditions{
  color: #fff;
  font-size: 70%;
  padding: 5px;
  margin-right: .5em;
  border-radius: 5px;
}
.c-heading4-01.c-heading-customer h4 span.icon-conditions.icon-conditions_a{
  background: #ed1562;
}
.c-heading4-01.c-heading-customer h4 span.icon-conditions.icon-conditions_b{
  background: #EC3A17;
}

/* ========== c-column-group ========== */
.c-column-group .col-unit-1\/2.col-unit-1\/2_sp{
  width: 48.57142857142857%;
  margin-left: 2.857142857142857%;
  margin-top: 0;
  float: left;
}
.c-column-group .col-unit-1\/2.col-unit-1\/2_sp:first-child{
  margin-left: 0;
}

/* ========== accordion ========== */
.c-accordion-01>.item>.head em.icon-check{
  background: #e50000;
  border-radius: 5px;
  font-size: 75%;
}

.c-accordion-customer>.item>.head {
    background-image: url(/products/homeloan/customer/img/icon-chevron-down-black.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 1.125em;
    -moz-background-size: auto 1.125em;
    background-size: auto 1.125em;
    background-position: right 0.5em center;
}
.c-accordion-customer>.item>.head.opened {
    background-image: url(/products/homeloan/customer/img/icon-chevron-up-black.png);
    background-repeat: no-repeat;
}
.c-accordion-customer>.item>.head:before {
    content: none;
}
.c-accordion-customer>.item>.head:after {
    content: none;
}

/* ========== icon-check ========== */

.c-linkList-01.icon-check li::before {
  content: "Check";
  display: inline-block;
  font-weight: normal;
  background: #e50000;
  color: #fff;
  border-radius: 5px;
  margin-right: .4em;
  padding: .2em;
}
.c-copy-01 p em.icon-check::before {
  content: "Check";
  display: inline-block;
  font-weight: normal;
  background: #e50000;
  color: #fff;
  border-radius: 5px;
  margin-right: .4em;
  padding: .2em;
}

@media only screen and (max-width: 640px) {
  .c-linkList-01.icon-check li::before {
    margin-bottom: .4em;
}
}

/* ========== conditions ========== */
@media only screen and (min-width: 640px) {
  .c-conditions,
  .limited-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-conditions.c-conditions-02,
  .limited-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .limited-heading .heading{
    width: 100%;
  }
  .c-conditions .hukidashi:before,
  .limited-heading .hukidashi:before {
    top: 50%;
    right: -20px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-left: 11px solid #e50000;
  }
  .c-conditions .hukidashi:after{
    top: 50%;
    right: -18px;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
  }
}
.c-conditions .hukidashi,
.limited-heading .hukidashi {
  background-color: #fff;
  border-radius: 10px;
  color: #e50000;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 7px 10px;
  position: relative;
  text-align: center;
  min-width: 80px;
  max-width: 100%;
  border: 1px solid #e50000;
}
.c-conditions .hukidashi:before,
.c-conditions .hukidashi:after,
.limited-heading .hukidashi:before {
  content: "";
  position: absolute;
}
.c-conditions .notice{
  border: 1px solid #e50000;
  background: #ffdede;
  padding: .5em;
}
@media only screen and (max-width: 640px) {
  .c-conditions .hukidashi,
  .limited-heading .hukidashi {
    margin: 0 0 15px;
  }
  .c-conditions .hukidashi:before,
  .limited-heading .hukidashi:before {
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    border: 9px solid transparent;
    border-top: 11px solid #e50000;
  }
  .c-conditions .hukidashi:after{
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
    border: 8px solid transparent;
    border-top: 10px solid #fff;
  }
  .notice ul {
    margin-top: 0;
  }
}

/* ====== button ====== */
.c-btn-04:focus,
.c-btn-05:focus,
.c-btn-04:active,
.c-btn-05:active {
  color: #fff;
  text-decoration: none;
}
.c-btn-01.homeloan-detailBtn {
  background: #F01C1C;
  color: #fff;
  border: none;
  padding: 16px 38px 16px 60px;
  border-radius: 28px;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 0 #BD0E0E;
  box-shadow: 0px 8px 0 #BD0E0E;
}
.c-btn-01.homeloan-detailBtn:before {
  background-image: url(/assets/img/marker_01_@2x.png);
  width: 18px;
  height: 65%;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: -216px 0;
  position: absolute;
  left: 24px;
  content: ""
}
.ie8 .c-btn-01.homeloan-detailBtn:before {
  background-image: url(/assets/img/marker_01_@2x.png);
}

.c-btn-01.homeloan-detailBtn.size-01,
a.c-btn-account.size-01 {
  border-radius: 10px;
  font-size: 125%;
  max-width: 100%;
  text-align: center;
  width: 432px;
}
.c-btn-01.homeloan-detailBtn.size-01 {
  padding-right: 36px;
  padding-left: 36px;
}

.c-btn-01.homeloan-detailBtn.size-01:before,
.ie8 .c-btn-01.homeloan-detailBtn.size-01:before {
  display: none;
}
.c-btn-01.homeloan-detailBtn.size-01 > span,
.c-btn-account.size-01 > span {
  position: relative;
}
.c-btn-01.homeloan-detailBtn.size-01 > span:before,
.c-btn-account.size-01 > span:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
}
.c-btn-01.homeloan-detailBtn.size-01 > span:before {
    width: 18px;
    height: 18px;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: -216px 0;
    position: absolute;
    left: -90px;
    top: 6px;
    content: ""
}
.c-btn-01.homeloan-detailBtn.size-01 > span:after {
    width: 26px;
    height: 22px;
    background-image: url(/products/homeloan/feature/img/icon_blank.png);
    background-repeat: no-repeat;
    background-size: 26px 22px;
    position: absolute;
    right: -90px;
    top: 2px;
    content: ""
}
.c-btn-01.c-btn-tall:before {
top: 50%;
transform: translateY(-20%);
-webkit-transform: translateY(-20%);
-ms-transform: translateY(-20%);
}
@media only screen and (max-width: 640px) {
.c-btn-01.homeloan-detailBtn {
  padding: 12px 38px 12px 60px;
  -webkit-box-shadow: 0px 4px 0 #BD0E0E;
  box-shadow: 0px 4px 0 #BD0E0E;
}
.c-btn-01.homeloan-detailBtn.size-01 {
  font-size: 110%;
}
.c-btn-01.homeloan-detailBtn.size-01 > span:before {
    left: -15%;
    top: 0;
}
.c-btn-01.homeloan-detailBtn.size-01 > span:after {
    right: -23%;
    top: 3px;
    background-size: 18px 15.2307692px;
}
.c-btn-01.homeloan-detailBtn.size-01 {
  padding-right: 20px;
  padding-left: 20px;
}
}

.c-btn-05.c-pl58 {
  padding-left: 58px;
}

/* ========== tab ========== */
.c-tabs-01.c-tabs-02{
  margin: 10px 0 0;
}
.c-tabs-01.c-tabs-02>.content{
  border-bottom: none;
  border-top: 1px solid #bcbdbd;
}
.c-tabs-01.c-tabs-02>.content>div{
  padding: 20px 0;
}
.c-tabs-01.c-tabs-02>.content:before,
.c-tabs-01.c-tabs-02>.content:after{
  content: none;
}
.c-tabs-01.c-tabs-02>.tabs{
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  padding: 0;
}
.c-tabs-01.c-tabs-02>.tabs>li{
  margin: 0;
  width: 47.32%;
}
.c-tabs-01.c-tabs-02>.tabs>li:first-child{
  margin-right: 2px;
}
.c-tabs-01.c-tabs-02>.tabs>li.current{
  border-bottom: none;
  width: 48.21%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  z-index: 1;
}
.c-tabs-01.c-tabs-02>.tabs>li a{
  background: #d2eeff;
  border: none;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  color: #3595A6;
  font-weight: bold;
  padding: 8px 0;
}
.c-tabs-01.c-tabs-02>.tabs>li:nth-child(even) a{
  background: #eff8d9;
  color: #35A667;
 }
.c-tabs-01.c-tabs-02>.tabs>li.current a{
  background: #3595A6;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 16px 0 8px;
}

.c-tabs-01.c-tabs-02>.tabs>li:nth-child(even).current a{
  background: #35A667;
}

@media screen and (min-width: 640px){
  .c-tabs-01.c-tabs-02>.tabs {
    margin-top: 15px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li {
    width: 48.21%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current{
    width: 48.85%;
  }
  .c-tabs-01.c-tabs-02>.tabs>li:first-child{
    margin-right: 4px;
  }
  .c-tabs-01.c-tabs-02>.tabs>li a{
    padding: 18px 0;
  }
  .c-tabs-01.c-tabs-02>.tabs>li.current a{
    padding: 35px 0 24px;
  }
}

/* 4カラム・2カラム */
.column-box {
    display: flex;
    margin: 5px;
}

.c-figure-01.column-inner {
    flex: 1;
    margin: 5px;
}

@media only screen and (max-width: 640px) {
    .column-box {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .c-figure-01.column-inner {
        flex-basis: 50%;
        max-width: 50%;
        box-sizing: border-box;
        margin: 3px 0;
        }
    .c-figure-01.column-inner img {
        width: 96%;
    }
}

/* detail */
.detail-ttl {
  background-color: #EB5506;
  padding: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.detail-box {
  border: 3px solid #EB5506;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 0 1em 1em 1em;
}

.anchor-box {
  margin: 30px -54px 0 -54px;
  padding: 10px;
  background-color: #FFEBE0;
}

.anchor-triangle {
  background-color: #FFEBE0;
  height: calc(110px / 2);
  max-width: 998px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 -54px;
}

@media only screen and (max-width: 640px) {
  .anchor-box {
    margin: 1em -10px 0 -10px;
    padding-bottom: 0;
  }
  .anchor-triangle {
    max-width: 998px;
    margin: 1em -10px 0 -10px;
    height: calc(90px / 2);
    margin: 0 -10px;
  }
}

/* KV */
.sty-kv_customer p{
  margin-bottom: 0;
}
.c-ground-01 .sty-kv_customer .sty-kv-header{
  color: #EB5505;
  font-size: 35px;
  font-weight: bold;
  margin-top: 10px;
}
.sty-kv_customer .sty-kv-header p{
  margin-bottom: 0;
}
.sty-bg-green{
  background-color: #71CDC5;
  padding: 20px 75px;
}
.sty-kv-top{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.sty-kv-main{
  background-color: #fff;
  border-radius: 10px;
}
.sty-kv-main-inner{
  padding: 25px 30px;
  margin-top: 10px;
}
.sty-kv-main-inner--ttl{
  font-weight: bold;
  font-size: 30px;
  color: #252525;
}
.sty-kv-main-inner--ttl span{
  font-size: 18px;
}
.sty-kv-main-inner--subttl01{
  background-color: #EEEEEE;
  font-weight: bold;
  border-radius: 50px;
  width: 65%;
  margin: 10px auto 13px;
  color: #252525;
  padding: 3px;
}
.sty-2col-interest{
  display: flex;
  justify-content: space-between;
}
.sty-2col-interest > div{
  width: 49%;
}
.sty-2col-interest p{
  line-height: 1; 
}
.sty-kv-main-inner--subttl02{
  border: solid 1px #000;
  color: #252525;
  border-radius: 3px;
  padding: 5px 30px;
}
.sty-kv-main-inner--subttl02 > p{
  font-size: 15px;
  font-weight: bold;
}
.sty-kv-main-inner--interest{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 3px;
}
.sty-kv-main-inner--interest .col2-contents-left{
  font-size: 20px;
  font-weight: bold;
  color: #252525;
}
.sty-kv-main-inner--interest .col2-contents-left strong{
  font-size: 36px;
  letter-spacing: -0.04em;
  color: #252525;
  font-weight: bold;
}
.sty-kv-main-inner--interest .col2-contents-left strong span{
  font-size: 20px;
  font-weight: bold;
}
.sty-kv-main-inner--interest .col2-contents-right{
  font-size: 30px;
  font-weight: bold;
  color: #eb5505;
}
.sty-kv-main-inner--interest .col2-contents-right strong{
  font-size: 60px;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #eb5505;
}
.sty-kv-main-inner--interest .col2-contents-right span.arrow{
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: 3px;
}
.sty-kv-main-inner--interest .col2-contents-right sup{
  color: #535252;
  font-size: 20px;
  top: -1.5em;
}
.sty-free-combination-area .sty-free-combination-title{
  background-color: #009E90;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  width: 66%;
  margin: 20px auto;
  padding: 3px;
  font-size: 15px;
}
ul.sty-free-combination-area__list{
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.sty-free-combination-area__list .combo-item{
  background-color: #FFEBE0;
  color: #eb5505;
  width: 160px;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 0;
}
.sty-free-combination-area__list .combo-item .combo-item__icon{
  margin-left: 5px;
}

@media only screen and (min-width: 641px) and (max-width: 1010px) {
  .c-ground-01 .sty-kv_customer .sty-kv-header{
    font-size: 3.50vw;
    margin-top: 1.00vw;
  }
  .sty-bg-green{
    padding: 2.00vw 7.51vw;
  }
  .sty-kv-top{
    font-size: 2.20vw;
  }
  .sty-kv-main{
    border-radius: 1.00vw;
  }
  .sty-kv-main-inner{
    padding: 2.00vw 2.30vw;
    margin-top: 1.00vw;
  }
  .sty-kv-main-inner--ttl{
    font-size: 3.01vw;
  }
  .sty-kv-main-inner--ttl span{
    font-size: 1.80vw;
  }
  .sty-kv-main-inner--subttl01{
    font-size: 1.45vw;
    border-radius: 50px;
    margin: 1.00vw auto 1.30vw;
  }
  .sty-kv-main-inner--subttl02{
    border: solid 0.10vw #000;
    border-radius: 0.30vw;
    padding: 0.50vw 3.01vw;
  }
  .sty-kv-main-inner--subttl02 > p{
    font-size: 1.50vw;
  }
  .sty-kv-main-inner--interest{
    margin-top: 1vw;
  }
  .sty-kv-main-inner--interest .col2-contents-left{
    font-size: 2.00vw;
  }
  .sty-kv-main-inner--interest .col2-contents-left strong{
    font-size: 3.95vw;
    letter-spacing: -0.04em;
  }
  .sty-kv-main-inner--interest .col2-contents-left strong span{
    font-size: 2.00vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right{
    font-size: 3.01vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right strong{
    font-size: 5.55vw;
    letter-spacing: -0.05em;
  }
  .sty-kv-main-inner--interest .col2-contents-right span.arrow{
    font-size: 2.00vw;
    vertical-align: 0.30vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right sup{
    font-size: 2.00vw;
    top: -1.5em;
  }
  .sty-free-combination-area .sty-free-combination-title{
    border-radius: 5.01vw;
    margin: 2.00vw auto;
    padding: 0.30vw;
    font-size: 1.50vw;
  }
  .sty-free-combination-area__list .combo-item{
    width: 16.03vw;
    border-radius: 0.50vw;
    padding: 0.50vw 0;
  font-size: 1.75vw;
  }
  .sty-free-combination-area__list .combo-item .combo-item__icon{
    margin-left: 0.50vw;
  }
}

@media only screen and (max-width: 640px) {
  .sty-kv_customer .sty-kv-header p{
    font-size: 6.4vw;
  }
  .sty-bg-green{
    padding: 2.67vw 6.93vw;
  }
  .sty-kv-top{
    font-size: 3.47vw;
  }
  .sty-kv-main-inner{
    padding: 4.27vw 6.40vw;
  }
  .sty-kv-main-inner--ttl{
    font-size: 4.80vw;
    line-height: 1;
  }
  .sty-kv-main-inner--ttl span{
    font-size: 3.47vw;
  }
  .sty-kv-main-inner--subttl01{
    width: 100%;
    font-size: 2.67vw;
    padding: 0.80vw;
    margin: 2.40vw auto;
  }
  .sty-2col-interest{
    display: block;
  }
  .sty-2col-interest > div{
    width: 100%;
  }
  .sty-kv-main-inner--subttl02{
    border: solid 1px #a5a5a5;
    padding: 1.07vw 8.00vw; 
  }
  .sty-kv-main-inner--subttl02 > p{
    font-size: 2.67vw;
  }
  .sty-2col-interest > div:nth-of-type(2){
    margin-top: 2.67vw;
  }
  .sty-kv-main-inner--interest{
    margin-top: 1.87vw;
  }
  .sty-kv-main-inner--interest .col2-contents-left{
    font-size: 3.20vw;
  }
  .sty-kv-main-inner--interest .col2-contents-left strong,.sty-kv-main-inner--interest .col2-contents-right{
    font-size: 6.66vw; 
  }
  .sty-kv-main-inner--interest .col2-contents-left strong span{
    font-size: 3.20vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right strong{
    font-size: 9.5vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right span.arrow{
    font-size: 3.20vw;
  }
  .sty-kv-main-inner--interest .col2-contents-right sup{
    font-size: 2.93vw;
    top: -1.7em;
  }
  .sty-free-combination-area .sty-free-combination-title{
    width: 49%;
    font-size: 3.20vw;
    margin: 2.93vw auto;
  }
  .sty-free-combination-area__list .combo-item{
    font-size: 3.20vw;
    width: 16.00vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; 
  }
  .sty-free-combination-area__list .combo-item .combo-item__icon{
    margin-left: 0;
    width: 7.20vw;
  }
  .sty-free-combination-area__list .combo-plus img{
    width: 3.73vw;
  }
}