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


@media screen and (max-width:767px){


/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
    font-size: 14px;
    overflow:hidden;
}

img {
	max-width:100%;
	height:auto;
}

.sp_none,.hidden {
	display:none;
}

/* object-fit用 */

.sample{
object-fit: cover;
object-position: center top;
font-family: 'object-fit: cover; object-position: center top;'
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:94%;
	display:block;
	margin:0 auto;
}

main h1 {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin:30px auto 20px;
}

main p {
	text-align:left; 
	margin-bottom:15px; 
	line-height:1.7;"
}

main .form_box {
	 text-align:center; 
	 width:90%; 
	 margin:30px auto 60px; 
	 background:#E6E6E6; 
	 padding:20px 5%; 
	 border-radius:10px; 
	 font-size:16px;"
}

.red {
	font-size:13px;
	font-weight:700;
}


}



