@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;
}

#nenji{
padding-top: 40px;
}

#nenji h3{
border: none;
background-color:#FFF;
text-align: center;
font-size: 1.8em;
}

#nenji p{
text-align: center;
font-size: 1em;
border-left: none;
}

h4{
color: #000;
font-size: 1.2em;
font-weight: 700;
white-space: nowrap;
margin-top: 40px;
margin-bottom: 15px;
letter-spacing: 0.05em;
border-left: 3px solid #1bb8ce;
padding-left: 8px;
}


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;
}



#curriculum{
margin-top: 30px;
}

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

#future {
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;	
}


#message{
padding-top: 40px;
}

#message h5{
text-align: center;
font-size: 1.4em;
line-height: 1.6em;
}

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

.itaku{
margin-top: 20px;
background-color:#E8F4FC;
padding: 20px;
font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
color: #7C7C7C;
}








