@charset "UTF-8";
/* CSS Document */
.comment{
	
margin-top: 0px;
	margin-bottom: 15px;
	line-height: 250%;
}
.comment p{
	font-size: 20px;
text-align: center;
	

}
.comment p:nth-child(2){
	padding-top: 10px;
	font-size: 18px;
	
}

.boxred{
    background-color: #F00;
    color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.sairai-box {
    width: 100%;
float: left;
    border-top: 1px #be931e solid;
    border-bottom: 1px #be931e solid;
    padding: 1rem;
    margin: 2.5rem 0px;
}

.sairai-box p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: normal;
}
.sairai-box img {
    padding: 2rem;
}
.sairai-yoyaku {
    background-color: #fcf7e1;
    padding: 1rem;
    width: 650px;
    margin: 2rem auto;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}
#sairaimail .sairai-yoyaku {
    background-color: #eaf6fd;
    
}

.sairai-yoyaku .red-txt{
    color:#D61323;
    font-size: 2rem;
}
.sairai-yoyaku span{
    font-size: 3rem;
    color: #444444;
}
.sairai-box a{
    text-decoration-line: none;
    color: #000000;
}
.bl-txt{
    color: #0085e9;
    font-weight: bold;
    font-size: 2rem;
    padding: 1rem;
}
.mb2{
margin-bottom: 2rem;
}

.clear{
    clear: both;
}
.boxcontact{
    clear: both;
    width: 700px;
    margin: 2rem auto;
}

.boxtel a,.boxmail a{
    display: block;
    margin: 10px;
    width: 330px;
    height: 80px;
    float: left;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    background-repeat: no-repeat;

}

.boxtel a{
    background-color: #FCF7E1;
    background-image: url(../images/svg_telno.svg);
    background-size: 240px auto;
    background-position: center center;
    color: #E84200;  
    font-size: 11px;
    padding-left: 55px;
    padding-top: 20px;
    width:calc( 330px - 55px );
    height: calc( 80px - 20px );
    
}
.boxmail a{
    background-color: #EAF6FD;
    background-image: url(../images/svg_mail.svg);
    background-size: 50px auto;
    background-position: 30px center;
    color: #4795BC;
    font-size: 17px;
    padding-left: 65px;
    padding-top: 30px;
    width:calc( 330px - 65px );
    height: calc( 80px - 30px );

}

    .pc-none{
    display: none;
    }
 /* SP*/
@media screen and (max-width: 640px) {
	
.comment{
	
margin-top: 0px;
	margin-bottom: 15px;
	line-height: 160%;
}
.comment p{
	font-size: 12px;
text-align: center;
	

}
.comment p:nth-child(2){
	padding-top: 5px;
	font-size: 11px;
	
}	
	
.sairai-box{
padding: 0.5rem;
margin: 2.5rem auto;
    }
    .sairai-yoyaku{
     width: 95%;       
    }

.sairai-yoyaku .red-txt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
    }
.bl-txt {
    font-size: 1.6rem;
    }
.sairai-box p {
    font-size: 1.4rem;
    text-align: left;
}
    .sairai-box img {
    padding: 1rem 0;
}
    .sp-none{
        display: none;
    }
    .pc-none{
    display: none;
    }
    .sairai-yoyaku span{
    font-size: 2rem;
    color: #444444;
    font-weight: bold;
}
    
    
.clear{
    clear: both;
}
.boxcontact{
    clear: both;
    width: 100%;
    margin-top: -20px;
margin-left: auto;
    margin-right: auto;
    margin: 1rem auto;

	}

.boxtel a,.boxmail a{
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 46%;
    height: 33px;
    float: left;
    letter-spacing:0.01em;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    background-repeat: no-repeat;
    padding: 0px;
    text-indent: 41px;
    padding-top: 17px;
  font-size: 12px;
	background-position: 10px center;
}
	.boxtel a{float: left;}
	.boxmail a{float: right;
	margin-right: 10px;}
.boxcontact .midashi{
    width: auto;
    clear: both;
    background-color: #C09624;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0px;
    border-radius: 10px;
    margin-bottom: 0px;
}
    
.boxtel a{
    background-image: url(../images/svg_tel.svg);
    background-size: 20px auto;
}
.boxmail a{
    background-image: url(../images/svg_mail.svg);
    background-size: 25px auto;

}    
.sairai-box .attention p{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #FF3B3F;
        line-height: 120%;
        text-align: center;
}
/*.form-flow	
{display: none;}
}
	*/


