@charset "utf-8";
/* pcaf */
.m-tit3{
    margin-bottom: 25px;
}
.pcaf-box {
    margin-bottom: 100px;
}
.pcaf-desc{
    font-size: 14px;
}
.pcaf-desc p{
	padding-bottom: 1em;
}
.pcaf-img{
    margin: 30px 0 0 0;
    text-align: center;
}

.mv-bg{background: url("../img/pcaf/mv.jpg") no-repeat center center/cover;}

@media (max-width: 767px){
	.pcaf-box {
        margin-bottom: 60px;
    }
	
	.pcaf-img{
    	margin: 15px 0 0 0;
	}
}


/* Office */
.office__box{
    display: flex;
    justify-content: space-between;
}
.office__img{
    width: 50%;
}
.office__img img{
    height: auto;
}
.office__desc{
    width: 46%;
}
.office{
    margin-bottom: 42px;
}
@media (max-width: 767px){
    .office__box {
        flex-direction: column;
    }
    .office__desc{
        width: 100%;
    }
    .office__img{
        width: fit-content;
        margin: 0 auto 20px;
    }
    .about{
        margin-bottom: 45px;
    }
}
.link-mailto{
    text-decoration: underline;
    color: #1F9042;
}

/* Contact */
.contact{border: 1px solid #E6E6E6; text-align: center; padding: 30px 20px 40px; font-size: 1.4rem;}
.contact-tit{font-size: 2rem; font-weight: 500; margin: 0 0 10px;}
.contact-tel{margin: 15px 0 5px 0;}
.contact-tel a{font-size: 5.7rem; font-weight: bold; line-height: 0.8; color: #229244;}
.contact-tel a:before{content: ''; background: url("../img/common/ic_phone_green.svg") no-repeat top left/100% auto; width: 36px; height: 36px; display: inline-block; margin: 0 10px 0 0;}

@media (max-width: 767px){
    .contact{padding: 20px;}
    .contact-tel a{font-size: 3.2rem;}
    .contact-tel a:before{width: 20px; height: 20px;}
}
.sm-list{list-style-type: disc;padding-left: 30px;}
.b-list{margin: 0 0 10px;}