@charset "UTF-8";


/*----------------------------------------------------
	☆PC
----------------------------------------------------*/

#contents .priceSection + .priceSection{
    padding-top: 120px;
}

#contents .titleBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}
#contents .titleBox .head05{
    width: 45%;
}
#contents .titleBox .meyasu{
    width: 55%;
    background: #19937b;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    line-height: 1.35;
    font-size: clamp(14px,2.2vw,18px);
    font-weight: 700;
    text-align: center;
}


/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/



/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {   
    
    #contents .priceSection + .priceSection {
        padding-top: 100px;
    }

}


/*----------------------------------------------------
	☆TOP UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
    
    #contents .priceSection + .priceSection {
        padding-top: 80px;
    }
    
    #contents .titleBox{
        flex-direction: column;
    }
    #contents .titleBox .head05,
    #contents .titleBox .meyasu{
        width: 100%;
    }
    
    #contents .titleBox .meyasu{
        margin-top: 20px;
        padding: 10px 15px;
        border-radius: 8px;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 480
----------------------------------------------------*/

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

