@charset "utf-8";


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　PC用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_title {
}

#naka h3 {
}
#naka h5 {
	color: #e18400;
	border-bottom-color: #e18400;
	margin-bottom: 50px;
}
#naka h6 {
	color: #1b71ba;
    font-size: 22px;
    margin-bottom: 0.5em;
    font-weight: 600;
}
/*----------------------------------------------------
　体験教室お申し込み・お問い合わせ
----------------------------------------------------*/

#contact{
}

#contact h2{
    margin-bottom: 0.8em;
}


/*----------------------------------------------------
　メールフォーム
----------------------------------------------------*/
form span{
    font-weight: bold;
    color: #1b71ba;
	
}
form .attention{
    padding-top: 0px !important;
}
form .date{
    padding-bottom: 0px !important;
}

#thanks #naka{
	margin-bottom: 8em;
}

#mail_form {
    font-size: 18px !important;
}
div#confirm_field p#confirm_submit {
    text-align: center;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
　レスポンシブ設定768以下
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px) {
	
/*----------------------------------------------------
　体験教室お申し込み・お問い合わせ
----------------------------------------------------*/

#contact{
    padding-top: 2em;
    padding-bottom: 0em;
}

#contact h2{
    margin-bottom: 0.8em;
}
#contact p{
    text-align: center;
}
	
#naka h5 {
	margin-bottom: 15px;
}
#naka h6 {
    font-size: 16px;
}
	/*----------------------------------------------------
　メールフォーム
----------------------------------------------------*/

#mail_form {
    font-size: 16px !important;
}
	#thanks #mv{}

#thanks #mv img{
    width: 100%;
    height: auto;
}   
#thanks #contact{
        padding-bottom: 4em;
    }  
	
#thanks h6{
	text-align: center;
}   

#thanks #naka{
	margin-bottom: 2em;
}
	
	  }