@charset "utf-8";
.subhead{
    background: url(../img/brand/subhead.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.section_box{
    position: relative;
    padding: 60px 0;
}
.section_box::before{
    content: "";
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #fff, #c2c2b7);
    z-index:  -1;
}
.section_box.eneos::before{
    content: none;
}

.section_ttl{
    font-size: 30px;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.plan_sec_box{
    max-width: 1000px;
    margin: 0 auto 30px;
}
.plan_ttl{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #219594;
    padding: 0.8em 0;
    text-transform: uppercase;
}
.plan_lead{
    text-align: center;
    font-size: 20px;
    margin: 1.5em auto;
    line-height: 1.5;
}

.plan_grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan_grid_item{
    width: 24.5%;
}
.grid01{
    width: 39%;
}
.grid02_03{
    width: 20%;
}
.grid04_05{
    width: 20%;
}
.grid06{
    width: 19%;
}
.grid02_03 > div:first-child, .grid04_05 > div:first-child{
    margin-bottom: 3%;
}

.smart_plan{
    /* display: flex; */
    /* justify-content: space-between; */
}
.smart_plan_item:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 2px #6356a3;
}
.smart_plan_item_l{
    width: 48%;
}
.smart_plan_item_r{
    width: 48%;
}
.smart_plan_item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.smart_plan_item_r_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.smart_plan_item_r_item{
    width: 48%;
    max-width: 230px;
}

.smart_plan_item > div:nth-of-type(n + 3){
    margin-top: 4%;
}

.sukkiri_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 100px;
}
.sukkiri_item{
    width: 47%;
}
.sukkiri_item:nth-child(n + 3){
    margin-top: 40px;
}
.sukkiri_item_ttl{
    font-size: 20px;
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.sukkiri_item_ttl::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #8187c2, #6356a3);
}
.sukkiri_item_flex{
    display: flex;
    gap: 20px;
}
.sukkiri_item_lead{
    text-align: justify;
    line-height: 1.5;
}
.sukkiri_item_img.size01{
    width: 100%;
    min-width: 215px;
    max-width: 215px;
}
.sukkiri_item_img.size02{
    width: 100%;
    min-width: 155px;
    max-width: 155px;
}
.sukkiri_item_img.size03{
    width: 100%;
    min-width: 280px;
    max-width: 280px;
}


.subhead_ttl_en.purple{
    color: #6356a3;
    margin-bottom: 0;
}
.subhead_ttl_en.purple::after{
    background: #6356a3;
}


.type_area{
    background: #9e9ea8;
    padding: 60px 0px 0;
}
.type_btn_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.type_btn_item{
    width: 32%;
    /* transition: 0.3s; */
}
/* .type_btn_item:hover{
    opacity: 0.7;
} */
.type_dtl_area{
    padding: 60px 20px;
    background: #fff;
    width: 100%;
}
.type_dtl_area .plan_lead{
    margin: 0 auto 2em;
}
.ac_header{
    /* cursor: pointer; */
}
.ac_inner{
    padding-bottom: 60px;
}
.accordion_one:not(:last-child){
    margin-bottom: 60px;
}
.ac_arrow{
    display: flex;
    align-items: center;
}
.ac_arrow img{
    min-width: 40px;
    max-width: 40px;
    margin: 0 20px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.ac_arrow::before{
    content: "";
    height: 1px;
    background: #6356a3;
    width: 100%;
    display: block;
}
.ac_arrow::after{
    content: "";
    height: 1px;
    background: #6356a3;
    width: 100%;
    display: block;
}
.type_area_inner{
    max-width: 1000px;
    margin: 0 auto;
}
.open .ac_arrow img{
    transform: rotate(0deg);
}
.type_dtl_ttl{
    margin-bottom: 40px;
}
.type_link{
    padding-top: 100px;
    margin-top: -100px;
    pointer-events: none;
}


/* 20250519追加ここから */
.brand_ttl {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    /* padding: 0.8em 0; */
    margin: 1.5em auto;
    line-height: 1.5;
    font-weight: 500;
}
.plan_lead.ft_large {
    font-size: 24px;
}
.plan_lead.ft_large span {
    font-size: 30px;
}
.brand_lead {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 2em;
    margin-bottom: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt36 {
    margin-top: 36px;
}
.pic_txt {
    font-size: 16px;
    margin-top: 10px;
}
.tac_l {
    text-align: left;
}
.eneos_bnr{
    max-width: 1000px;
    margin: 0 auto;
    border: solid 2px #219594;
}
.eneos_bnr a{
    display: block;
    width: 100%;
    height: 100%;
    border-top: solid 10px #219594;
    padding: 30px 20px;
}
.eneos_logo{
    max-width: 700px;
    margin: 0 auto 20px;
}
.eneos_btn{
    text-align: center;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    color: #219594;
    border: solid 2px #219594;
    padding: 1em;
    font-size: 20px;
    transition: 0.3s;
    font-weight: 600;
}
.eneos_bnr:hover .eneos_btn{
    color: #fff;
    background: #219594;
}
/* 20250519追加ここまで */

.brand_ttl_box{
    max-width: 1000px;
    margin: 0 auto 40px;
}
.brand_ttl_box.mb02{
    margin-bottom: 60px;
}




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

}


@media screen and (max-width: 1200px) {
    .section_ttl {
        font-size: 24px;
    }
    .plan_ttl {
        font-size: 20px;
    }
    .plan_lead {
        font-size: 18px;
    }
    .sukkiri_item_ttl {
        font-size: 18px;
    }
    .sukkiri_item_lead {
        font-size: 14px;
    }
    /* .sukkiri_item_img.size01 {
        min-width: 200px;
        max-width: 200px;
    } */
    .ac_arrow img {
        min-width: 30px;
        max-width: 30px;
    }
    .plan_lead.ft_large span {
        font-size: 24px;
    }
    .brand_ttl {
        font-size: 20px;
    }
    .plan_lead.ft_large {
        font-size: 20px;
    }
    .mt36 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .brand_lead {
        font-size: 14px;
    }
    .pic_txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .section_ttl {
        font-size: 20px;
    }
    .plan_ttl {
        font-size: 18px;
    }
    .plan_lead {
        font-size: 16px;
        margin-bottom: 2em;
    }
    .sukkiri_item {
        width: 100%;
    }
    .sukkiri_item:nth-child(n + 2) {
        margin-top: 40px;
    }
    .sukkiri_flex {
        max-width: 500px;
    }
    .sukkiri_item_ttl {
        padding-bottom: 1em;
        margin-bottom: 0.8em;
    }
    .smart_plan {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }
    .smart_plan_item01 {
        width: 100%;
        margin-bottom: 40px;
    }
    .smart_plan_item02{
        width: 100%;
    }
    .smart_plan_item_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .smart_plan_item_r{
        width: 100%;
    }
    .plan_lead.ft_large span {
        font-size: 22px;
    }
    .brand_ttl {
        font-size: 18px;
    }
    .plan_lead.ft_large {
        font-size: 18px;
    }
    .mt60 {
        margin-top: 30px;
    }
    .type_btn_item {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .type_btn_item:nth-child(-n+2) {
        margin: 0 auto 30px;
    }
    .mt36 {
        margin-top: 27px;
    }

    .eneos_btn {        
        font-size: 16px;
    }

    .smart_plan_item > div:nth-of-type(n + 3){
        margin-top: 0;
    }
}

@media screen and (max-width: 760px) {
    .type_link {
        padding-top: 80px;
        margin-top: -80px;
    }
}
@media screen and (max-width: 650px) {
    .sukkiri_item_img.size01 {
        min-width: 160px;
        max-width: 160px;
    }
    .sukkiri_item_img.size02 {
        min-width: 120px;
        max-width: 120px;
    }
    .plan_ttl {
        font-size: 16px;
    }
    .sukkiri_item_lead {
        font-size: 12px;
    }
    .sukkiri_flex {
        margin: 40px auto 60px;
    }
    .ac_arrow img {
        min-width: 25px;
        max-width: 25px;
        margin: 0 10px;
    }
    .ac_inner {
        padding-bottom: 30px;
    }
    /* .plan_lead {
        font-size: 14px;
    } */
    /* .type_btn_flex {
        margin: 0 auto 40px;
    } */
    .type_dtl_ttl {
        margin-bottom: 20px;
    }
    .type_area_inner {
        max-width: 500px;
    }
    .type_dtl_area {
        padding: 40px 20px;
    }
    .plan_grid_item{
        width: 49%;
    }
    .plan_grid_item:nth-child(n+3){
        margin-top: 2%;
    }
    .sukkiri_item_img.size03 {
        min-width: 200px;
        max-width: 200px;
    }
    .brand_ttl {
        font-size: 18px;
    }
    .brand_lead {
        font-size: 13px;
    }
    .plan_lead.ft_large {
        font-size: 16px;
    }
    .mt36 {
        margin-top: 24px;
    }
    .pic_txt {
        font-size: 13px;
        margin-top: 5px;
    }

    .eneos_btn {
        font-size: 14px;
    }
    .eneos_bnr a {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 500px) {
    .plan_lead {
        font-size: 15px;
    }
}


.casbee {
    max-width: 550px;
    text-align: center;
    margin: 30px auto;
}

@media screen and (max-width: 650px) {
    .casbee {
        max-width: 280px;
	}
}
	
	
	
	