@charset "UTF-8";

a {
	text-decoration: none;
	color: #3F210E;
}

a:hover {
	text-decoration: none;
	color: #8b4513;
}

/* pc */
@media screen and (min-width: 768px) {
    .under_faq_main::after{
        content: "";
        background-image: url(../img/under_greeting_mainimg01.jpg);
        width: 804px;
        height: 399px;
        position: absolute;
        top: 0;
        left: 322px;
    }
    .greeting_box01{
        width: 820px;
        margin: 40px auto 140px;
    }
    .greeting_box01__p01{
        color: #3F210E;
        font-size: 26px;
        margin-bottom: 40px;
    }
    .greeting_box01__p02{
        color: #3F210E;
        font-size: 16px;
        line-height: 225%;
        margin-bottom: 70px;
    }
    .greeting_box01__p03{
        color: #3F210E;
        font-size: 20px;
    }
    .greeting_box01__p03 span{
        font-size: 24px;
    }
    .greeting_wrapper{
        background-color: #F4F4F4;
    }
    .greeting_box02{
        width: 820px;
        margin: 40px auto 140px;
    }
    .greeting_box__ul{
        width: 820px;
        margin: 0 auto;
        border-top: solid 1px #D3D2D2;
    }
    .greeting_box__ul li{
        border-bottom: solid 1px #D3D2D2;
        padding: 24px 0 22px;
        display: flex;
    }
    .greeting_box__ul li p{
        color: #3F210E;
        line-height: 185%;
    }
    .greeting_box__ul li p:nth-child(1){
        font-size: 16px;
        width: 130px;
    }
    .greeting_box__ul li p:nth-child(2){
        font-size: 14px;  
    }
    .greeting_box03{
        width: 820px;
        margin: 40px auto 0px;
    }
}





/* sp */
@media screen and (max-width: 767px) {
    .greeting_box01{
        width: 88%;
        margin: 40px auto 100px;
    }
    .greeting_box01__p01{
        color: #3F210E;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 185%;
    }
    .greeting_box01__p02{
        color: #3F210E;
        font-size: 14px;
        line-height: 225%;
        margin-bottom: 40px;
    }
    .greeting_box01__p03{
        color: #3F210E;
        font-size: 16px;
    }
    .greeting_box01__p03 span{
        font-size: 20px;
    }
    .greeting_wrapper{
        background-color: #F4F4F4;
    }
    .greeting_box02{
        width: 88%;
        margin: 40px auto 100px;
    }
    .greeting_box__ul{
        width: 100%;
        margin: 0 auto;
        border-top: solid 1px #D3D2D2;
    }
    .greeting_box__ul li{
        border-bottom: solid 1px #D3D2D2;
        padding: 14px 0 12px;
        display: flex;
    }
    .greeting_box__ul li p{
        color: #3F210E;
        line-height: 185%;
    }
    .greeting_box__ul li p:nth-child(1){
        font-size: 13px;
        width: 25%;
    }
    .greeting_box__ul li p:nth-child(2){
        font-size: 13px;  
        width: 75%;
    }
    .greeting_box03{
        width: 88%;
        margin: 40px auto 0px;
    }
}