/* CSS Document */

@import url("header-footer.css");

.block {
    display: block !important;
}
.wrap_sp {
    margin-left: 24px;
    margin-right: 24px;
}
.nowrap,
.m-nowrap{
    white-space: nowrap;
}

 /*無効化条件は、ページ下部<script>〜</script>内を参照*/
  a.invalid{
            cursor: default;
            pointer-events: none;
}

span.nowrap,
span.m-nowrap{
    display:  inline-block!important;
}

th.bg-jcom-ssi,
td.bg-jcom-ssi {
    color: #FFF;
}

th.bg-pink,
td.bg-pink{
    color: #E60044;
}

th.bg-pink-dark,
td.bg-pink-dark{
    background: #fbd9e3;
    color: #E60044;
}

.marker {
    background: linear-gradient(transparent 60%,#fff000 60%);
}

/* MV画像 */
.swiper .swiper-container .swiper-wrapper .swiper-slide>a,
a.mv{
    border-radius: 48px;
    overflow: hidden;
}
a.mv{
display: block;
}
.swiper .swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 0px;
    overflow: auto;
}

.swiper .swiper-container .swiper-wrapper .swiper-slide> span.sub_text {
    display: block;
    text-align: center;
    margin: 5px 15px;
}


/*  リンク無効化（telリンク無効化に利用）　*/
  a.invalid{
            cursor: default;
            pointer-events: none;
}

.ssi_btns,
.align-center{
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}



.mochiie-support-dial {
    text-align: center;
}

.mochiie-support-dial {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    background: url(/service/ssi/house/images/bg_pattern_05.png) left top repeat #fcdde6;
    border-radius: 8px;
    text-align: center;
}

.mochiie-support-dial .dial-lead {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
}

.mochiie-support-dial .ttl {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.mochiie-support-dial .tel {
    color: #E60044;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.mochiie-support-dial .tel a {
    background: url("/service/ssi/common_v10/images/css/icon_tel.png") left center no-repeat;
    color: #e60044;
    white-space: nowrap;
    padding: 0em 0 0em 4.5rem;
    display: inline-block;
    background-size: contain !important;
}

.mochiie-support-dial .dial-box {
    width: 100%;
    padding: 25px 30px;
    background: #FFF;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mochiie-support-dial .copy {
    margin: 0 20px;
}

/*申し込みの流れ*/
.step-tag {
    position: relative;
}
.step-tag > .step-tag-top {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 20px;
    font-weight: bold;
    padding: 0.2em 1em;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /* background-color: #EE5D44; */
    color: #fff;
    border-radius: 0 0 8px 8px;
}
.anchor-wrap-down::before, .anchor-wrap-up::before {
    background-color: #FFF;
}

.m-w100 {
    width: 100% !important;
    max-width: 100%!important;
}

img.arrow_down {
    width: 70% !important;
    max-width: 200px !important;
}

#insurances h3.h_mobile,
#insurances h3.h_net,
#insurances h3.h_house{
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    padding: 12px 24px 12px 24px;
   /* border-bottom: 1px solid #E2E2E2;*/
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: #fff;
    background: #D9161B;
}

#insurances h3.h_mobile span.title-text,
#insurances h3.h_net span.title-text,
#insurances h3.h_house span.title-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

#insurances h3.h_mobile span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-mobile-white_v2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

#insurances h3.h_net span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height:  1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-net-white_v2.svg");
    background-size:contain;
    background-repeat:  no-repeat;
    background-position: 0 0px;
}
#insurances h3.h_house span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height:  1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-house-white_v2.svg");
    background-size:contain;
    background-repeat:  no-repeat;
    background-position: 0 0px;
}

#insurances .monthly_fee {  font-weight: 700; font-size: 140%;}
#insurances .monthly_fee strong { font-size: 140%; }
#insurances .monthly_fee, .period { text-align: center;}
#insurances .period span {padding: 0.25em; border: 1px solid #CCC; display: inline-block; margin: 0 0.5em; background: #FFF;}


[class*="section-recommend"][class*="-ssi"] .h2-balloon span {
    background: #E60044;
}
[class*="section-recommend"][class*="-ssi"] .h2-balloon span::after {
    border-color: #E60044 transparent transparent transparent;
}
[class*="section-recommend"][class*="-ssi"] {
    background: #FFEBF1;
    background-image: url(/service/ssi/common_v10/images/css/bg-ssi-top.svg),url(/service/ssi/common_v10/images/css/bg-ssi-bottom.svg);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 180px 100px, 270px 150px;
}
[class*="section-recommend"][class*="-ssi"] .item-point .item-text .num {
    color: #E60044;
}
[class*="section-recommend"][class*="-ssi"] .item-point .item-text p strong {
    background: linear-gradient(transparent 1.1em, #FFB5CB 1.1em, #FFB5CB 1.35em, transparent 1.35em);
}

[class*="section-recommend"][class*="-ssi"]  .item-point .item-text dd {
    padding: 0 10px 10px;
}

[class*="section-recommend"][class*="-ssi"]  .item-point#recommend2 .item-text dd,
[class*="section-recommend"][class*="-ssi"]  .item-point#recommend4 .item-text dd{
    padding: 0 0px 10px;
}
[class*="section-recommend"] .h2-balloon span {
    font-size: 20px;
}

/* body#ssi_house_top .box .box-img.text-center {
    padding-top: 20px !important;
} */


.mlr--24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
    margin-top: -32px !important;
}

.ssi_btn-blank{
    padding: 10px 20px 10px 20px;
}

.ssi_btn-blank::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url(/common_v10/images/icn-link-blank-black.svg);
}

#insurances {
    padding-top: 0px !important;
}

@media screen and (min-width: 768px){
    .cv-item [class^="btn-"][class*="btn-icon"],
    .cv-item [class*=" btn-"][class*="btn-icon"] {
        padding: 10px 20px 10px 20px;
    }

    [class*="section-recommend"] .item-point .item-img.item-photo {
        padding-left: 60px;
        padding-right: 60px;
    }

    [class*="section-recommend"] #recommend1.item-point .item-img.item-photo,
    [class*="section-recommend"] #recommend3.item-point .item-img.item-photo {
        padding-right: 0px;
    }
    [class*="section-recommend"] #recommend2.item-point .item-img.item-photo,
    [class*="section-recommend"] #recommend4.item-point .item-img.item-photo {
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px){

    .ssi_btn-blank::after {
        width: 16px !important;
        height: 16px !important;
    }

    .swiper-slide {
        overflow: hidden!important;
    }

    .mochiie-support-dial .dial-lead {
        margin-bottom: 10px;
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .mochiie-support-dial .copy {
        margin: 0 5px;
    }
    .mochiie-support-dial .dial-box {
        padding: 35px 10px 10px;
        border-radius: 4px;
        position: relative;
    }
    .mochiie-support-dial .tel {
        font-size: 1.5rem;
    }
    .mochiie-support-dial .tel a {
        padding: 0 0 0 2.2rem;
    }
    .mochiie-support-dial .ttl {
        width: 100%;
        font-size: 1rem;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .mochiie-support-dial .sub {
    font-size: 0.7rem;
    }

    span.label-jcom-ssi {
        font-size: 9px !important;
    }

    .table1 span.label-jcom-ssi {
        font-size: 9px !important;
        padding: 0.25em;
    }


}


/* 23.07.25 */
#anc03 .h_mobile,
#anc03 .h_net,
#anc04 .h_net,
#anc04 .h_house {
    color: #fff;
    background: #D9161B;
}

#anc03 .h_mobile span.title-text,
#anc03 .h_net span.title-text,
#anc04 .h_net span.title-text,
#anc04 .h_house span.title-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#anc03 .h_mobile span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-mobile-white_v2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

#anc03 .h_net span.title-text::before,
#anc04 .h_net span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-net-white_v2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}

#anc04 .h_house span.title-text::before {
    display: inline-block;
    content: " ";
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    margin-right: 0.15em;
    background-image: url("/service/ssi/common_v10/images/css/icn-house-white_v2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0px;
}