@charset "utf-8";
/******** mainImg ********/
.container-mainImg{
	background-image: url(../images/main_img.jpg);
}
/******** intro ********/
.intro-attention h1{
	margin-bottom: 48px;
}
.intro-attention p{
	font-weight: 400;
}
@media screen and (min-width:768px){

}

/******** フォームカスタマイズ ********/
input,text-area{
	border: solid 1px #777;
	border-radius: 3px;
}
input,textarea{
	font-size: 16px;/*iOSで入力時枠が拡大されるのを防ぐ*/
}
.w50{
	width: 100%;
}
.w100{
	width: 100%;
}
.time-schedule{
	padding: 0.5rem 0 1.5rem;
	margin-left: 5rem;
}
.mfp_buttons{
	display: flex;
	justify-content: center;
}
.btn-01{
	font-size: 14px;
}
@media screen and (min-width:784px){
	.w50{
		width: 50%;
	}
}
