@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;
  }
}


/* ========== 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-ground-01 .c-heading3-01.text-center h2.underline{
  color: #eb7000;
  font-weight: bold;
  text-decoration: underline;
  border-bottom: none;
}


/* ====== 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;
}

/* ========== mobile_customer-anchor ========== */

.mobile_customer-anchor{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.mobile_customer-anchor-items{
  max-width: calc(50% - 20px);
}

.mobile_customer-anchor-items + .mobile_customer-anchor-items::before{
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("/landing/homeloan/20220822_mobile_customer/img/icon_plus_01.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
}

@media only screen and (max-width: 640px) {
  .mobile_customer-anchor{
    flex-direction: column;
    position: relative;
  }
  .mobile_customer-anchor-items{
    max-width: 100%;
  }
  .mobile_customer-anchor-items + .mobile_customer-anchor-items::before{
    position: static;
    margin: 10px auto 0;
    text-align: center;
    display: block;
  }
  .mobile_customer-anchor-items + .mobile_customer-anchor-items .c-figure-01 {
    margin-top: 10px;
  }
}

/* ========== 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;
  }
}