@charset "UTF-8";
#contact .lead{
padding: 80px 150px;
line-height: 2.4em;
}

#contact .attention{
margin-bottom: 50px;
}

#contact .attention p{
font-weight: bold;
margin-bottom: 15px;
}

#contact .attention ul{
text-align: left;
}

#contact .attention ul li{
font-size: 14px;
text-indent: -1em;
margin-left: 1em;
line-height: 1.6em;
margin-bottom: 10px;
}

#contact .tel_area{
border: 1px solid #11579c;
margin-bottom: 60px;
padding: 30px 0;
}

#contact .tel_area p{
text-align: center;
line-height: 1.4em;
}

#contact .tel_area p:nth-of-type(1){
font-weight: bold;
font-size: 18px;
}

#contact .tel_area p:nth-of-type(2){
font-weight: bold;
font-size: 36px;
color: #11579c;
}

#contact .tel_area p:nth-of-type(2):before{
content: "\f095";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
margin-left:10px;
font-size:32px;
}

#contact .form-select p{
text-align: center;
font-weight: bold;
font-size: 20px;
}

#contact .form-select ul{
padding-top: 40px;
margin-bottom: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#contact .form-select ul li{
flex-basis: 32%;
}

#contact .form-select ul li a{
display: block;
background: #11579c;
color: #fff;
padding: 18px 0;
}

#contact .form-select ul li a:hover{
opacity: 0.7;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
#contact .lead{
padding: 30px 15px;
line-height: 2.4em;
}

#contact .attention p{
text-align: center;
font-size: 18px;
}

#contact .attention ul{
text-align: left;
}

#contact .attention ul li{
font-size: 12px;
}

#contact .form-select p{
font-size: 16px;
}

#contact .form-select ul{
padding-top: 40px;
margin-bottom: 100px;
display: block;
}

#contact .form-select ul li{
margin-bottom: 15px;
}


}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){


}