@charset "UTF-8";
/* CSS Document */

h2{
background: url("../img/kango.png") no-repeat center center;
background-size: 100% auto;
background-size: cover;
height: 200px;
color: #fff;
}

#employment{
padding-top: 40px;
}




#employment p{
color: #000;
font-size: 0.8em;
margin-top: 20px;
margin-bottom: 15px;
letter-spacing: 0.05em;
border-left: 1px solid #D3D3D3;
padding-left: 8px;
text-align: justify;
}



#rate{
margin-top: 30px;
}

#rate img{
width: 100%;
margin-top: 20px;
}

#rate {
padding-top: 20px;
}


.btn01 {
width: 100%;
background-color: transparent;
border: 2px solid #1BB8CE;
color: #1BB8CE !important;
font-size: 1.8em;
padding: 20px;
}
.btn01:hover {	
background-color: #1BB8CE;
border: 2px solid #1BB8CE;
color: #fff !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;	
}


#voice{
padding-top: 40px;
}


#voice img{
width: 100%;
padding-top: 10px;
}

#voice p{
font-size:1em;
margin-top: 10px;
word-break: break-all;
}


#voice h4{
color: #000;
font-size: 1.2em;
font-weight: 700;
margin-bottom: 10px;
letter-spacing: 0.05em;
border-left: 1px solid #1bb8ce;
padding-left: 8px;
margin-top: 10px;
}



