@charset "utf-8";  
/*------------------------------------------------------------ 
    INCENTIVES css
------------------------------------------------------------*/  

#ft-Contact{ background-color: #fff;}


.ic-Section{
    display: flex;
    flex-direction: column-reverse;
    width:calc(100% * (716/1480));
    padding:50px;
    margin-top: 50px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}

.ic-Section .com-Lead{ margin-bottom:0.16em;}

.ic-Section__image{
    width:100%;
    margin-bottom: 20px;
}

.ic-Section__image img{
    border-radius:5px;
}

.ic-Section__txtfield{
    flex:1;
    display: flex;
    flex-direction: column;
}

.ic-Offer{
    display: flex;
    justify-content: space-between;
    width:100%;
    padding:34px 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.ic-Offer__title{
    width:50%;
    font-family: var(--din);
    font-size:2.8rem;
    font-weight: 500;
    line-height: 1.25;
}

.ic-Offer__list{
    flex:1;
}

.ic-Offer__list--item + .ic-Offer__list--item{
    padding-top:28px;
    margin-top: 26px;
    background: url(../../assets/img/border.svg) repeat-x 0% top;
	background-size:auto 2px;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (max-width: 1350px) and (min-width: 1025px){

}

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

    .ic-Section{
        flex-direction: row-reverse;
        justify-content: space-between;
        width:100%;
        padding:36px;
        margin-top: 40px;
    }

    .ic-Section + .ic-Section{ margin-top:34px;}

    .ic-Section__image{
        width:calc(100% * (348/756));
        margin-bottom: 0;
    }

    .ic-Section__txtfield{
        flex: unset;
        width:calc(100% * (378/756));
    }

    .ic-Offer{ padding:32px 36px;}

    .ic-Offer__title{ font-size:2.4rem;}

    .ic-Offer .com-Text {
		font-size: 1.2rem;
		line-height: 1.75;
	}

    .ic-Offer__list--item + .ic-Offer__list--item{
        padding-top:24px;
        margin-top: 22px;
    }

}


/* TABLET */
@media screen and (max-width: 834px){

    .ic-Section {
        flex-direction: column-reverse;
        width: 100%;
        padding: 30px;
        margin-top: 28px;
    }

    .ic-Section + .ic-Section{ margin-top:30px;}

    .ic-Section__image{ width:100%;}

    .ic-Section__txtfield{
        width:100%;
        margin-top: 16px;
    }

    .ic-Section__txtfield .com-Text__small{
        font-size: 1.4rem;
        line-height: 1.785;
    }

    #com-TabColumn1 .com-TabColumn__inner{ padding-bottom:50px;}
    #com-TabColumn2 .com-TabColumn__inner{ padding-bottom:44px;}

    .ic-Section__item .com-Lead{ margin-bottom:0.35em;}
    .ic-Section__item .com-Text__small{ padding-bottom: 6px;}

}

/* SP */
@media screen and (max-width: 480px){

    .ic-Section{
        padding:20px 20px 24px;
        margin-top: 25px;
    }

    .ic-Section + .ic-Section{ margin-top:25px;}

    #com-TabColumn1 .com-TabColumn__inner,
    #com-TabColumn2 .com-TabColumn__inner{ padding-bottom: 35px;}

    .ic-Offer {
        display: block;
        padding: 18px 20px 18px;
    }

    .ic-Offer__title {
        width:100%;
        margin-bottom: .75em;
    }

    .ic-Offer__list--item + .ic-Offer__list--item {
        padding-top: 16px;
        margin-top: 14px;
        background-image: url(../../assets/img/border-sp.svg);
    }

    .ic-Section__item .com-Text__small{ padding-bottom:0;}
}
