/* カスタマイズ用CSS */

/*全体*/
/*見出し*/
.ec-secHeading .ec-secHeading__ja{
    font-weight: bold;
}



/* よくある質問 */
.faq_page .faq_area{
    background-color: #ffffff;
    padding-top: 0;
}

.faq_page .ec_midashi{
    display: none;
}

.faq_contents_area .faq_contents_q .q_text{
    font-size: 1.125rem;
}

.faq_contents_area .faq_contents_a .a_text{
    font-size: 1rem;
}

.faq_contents_area .faq_contents_a .a_text .a_text_h{
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.2em 0 1em 0;
}

.faq_contents_area .faq_contents_a .a_text span{
    display: inline-block;
}

.faq_btn_wrap{
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.faq_area .faq_btn_wrap .ec-blockBtn--top{
    background: linear-gradient(to bottom, #009385, #004A43);
    margin: 56px 0 0 auto;
    max-width: 350px;
}

.faq_area .faq_btn_wrap .ec-blockBtn--top a{
    font-size: 1.125rem;
}



/*ABOUTセクション*/
.ec-font_green{
    font-weight: bold;
}

.ec-explain_area .ec-explain_flex .ec-font_green{
    padding: 0;
    margin: 0 5px;
    background: linear-gradient(transparent 70%, #ddc166 70%, #ddc166 100%);
}

.ec-explain_area .ec-explain_flex .ec-font-bold{
    font-weight: bold;
}

.ec-explain_area .ec-explain_flex p{
    line-height: 2;
}

.ec-trouble_image .ec-trouble_kinds_box{
    padding: 0;
}

.ec-trouble_image .ec-sliderRole{
    padding: 50px 20px 120px;
}

.ec-trouble_image .trouble_bottom_img{
    top: 83%;
}

.monthly_fee_area .monthly_fee_box h3::before{
    left: -15px;
}

.monthly_fee_area .monthly_fee_box h3::after{
    right: -15px;
}
/* 2025/09/06　対応機種追加に伴う修正 */
.ec-trouble_image .ec-sliderRole {
  background-position: center;      /* 中央に配置 */
}
/* 2025/09/06　対応機種追加に伴う修正 */

@media only screen and (min-width: 992px){
    .ec-trouble_image .ec-sliderRole{
        padding: 50px;
    }
    
    .ec-explain_area .ec-explain_flex img{
        height: 100%;
    }
    
    .ec-trouble_image .trouble_bottom_img{
        top: 77%;
    }
    
    .monthly_fee_area .monthly_fee_box h3::before{
        left: -30px;
    }

    .monthly_fee_area .monthly_fee_box h3::after{
        right: -30px;
    }
    /* 2025/09/06　対応機種追加に伴う修正 */
    .ec-trouble_kinds {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 常に3列に固定 */
      gap: 16px;
      justify-items: center;
    }
    
    .ec-trouble_kinds img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    /* 2025/09/06　対応機種追加に伴う修正 */
}

@media only screen and (min-width: 768px){
    .ec-trouble_image .ec-trouble_kinds_box{
        max-width: 300px;
    }
}


/*お申し込みセクション*/
.application_pre_box h4{
    font-weight: bold;
}
.application_pre_flex .pre_block .pre_item .item_flex p{
    font-weight: bold;
}

.process_area{
    font-size: 1.125rem;
}

.application_process_area .ec-blockBtn--top{
    margin-top: 32px;
}


/*NEWSセクション*/
.news_area{
    margin-bottom: 24px;
}

.ec-newsRole{
    padding: 56px 0 80px;
    margin-bottom: 80px;
    position: relative;
}

.ec-newsRole .ec-newsRole__newsTitle{
    line-height: 1.7;
    color: #202128;
}

.ec-newsRole .ec-newsRole__newsDate{
    line-height: 1.7;
    color: #006069;
}

.ec-newsRole .ec-inlineBtn--top{
    position: absolute;
    right: 0;
    bottom: -16px;
    background: linear-gradient(to bottom, #009385, #004A43);
    border: none;
    border-radius: 60px;
    padding: 16px 40px;
    width: 65%;
    max-width: 350px;
    min-width: 200px;
    
}

.ec-newsRole .ec-inlineBtn--top::after{
    content: "";
    display: inline-block;
    margin-left: 0.8em;
    margin-bottom: 0.2em;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.boshi{
    text-align: right;
}

@media only screen and (min-width: 992px){
    .ec-newsRole .ec-inlineBtn--top{
        width: 25%;
    }
}


@media only screen and (min-width: 768px){
    .ec-newsRole{
        padding: 60px 0 80px;
    }
    
    .ec-newsRole .ec-newsRole__news{
        border: none;
        padding: 0;
    }
    .ec-newsRole .ec-newsRole__newsItem{
        padding: 32px 0;
    }
    .ec-newsRole .ec-newsRole__newsHeading{
        align-items: flex-start;
    }
    
}