*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}
a{
	text-decoration: none;
}

a i{
	padding-right: 10px;
}
#wrapper{
	overflow: hidden;
	width: 100%;
position: absolute;
top:0;


}
h1{
color:#000;
}
.boxf h2{
	background: #070404;
	color: #fff;
	font-size: 24px;
	padding: 5px 10px;
text-align: center;
}



.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
/*----------------------------------------------------------*/
.top{
	width: 100%;
}
.top img{
	width: 100%;
	max-width: 100%;
vertical-align: bottom;
}
/*----------------------------------------------------------*/
.boxf{
	margin:0px 0 0px;
	padding: 0 0 50px;
	font-size: 16px;
	/*
	background: url("img/bg.jpg");

background-position: center left;

background-repeat: no-repeat;

background-size: cover;
*/
}
.boxf-in{
	width: 90%;
	max-width:800px;
	margin:20px auto;
}
.boxf h3{
	text-align: center;
	margin: 50px auto 30px;
}
.boxf h3 span{
	font-size: 24px;
text-align: center;
border-bottom: 4px solid #e4007f;
	color:#000;
	text-align: center;
}

.boxfm-top{
	width: 100%;
	display: block;
	justify-content: center;
	margin: 20px 0;
}
.boxfm-top h4{
	width: 100%;
font-size: 18px;
margin-bottom: 5px;
}
.boxfm-top p{
	width: 100%;
font-size:16px;
line-height: 1.75em;
}
.boxfm-bottom{
	width: 100%;
	display: block;
	justify-content: center;
	margin-bottom:30px;
}
.boxfm-bottom img{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.boxfmb-txt{
	width: 100%;
}
.menutable{
	width: 100%;
	border-collapse: collapse;
}
.menutable tr{
	width: 100%;
	border-bottom: 1px solid #000;
}
.menutable tr th{
text-align: left;
font-size: 18px;
}
.menutable tr td{
	width:170px;
	color:#e4007f;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.boxfmb-txt p{
	margin: 10px 0;
}
/*-----------------------------------------------------*/
.boxct-2{
	margin:150px 0;
	padding: 0;
	font-size: 18px;
}
.boxct-2-in h3{
			background: #070404;
		color: #fff;
		font-size: 24px;
		padding: 5px 10px;
	text-align: center;
}
.boxct-2-in{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.b2-top{
	display: flex;
	text-align: left;
	justify-content: space-between;
	margin-top:10px;
	border-bottom: dotted 1px #000;
}
.b2t1{
	width: 75%;
	display: block;
	margin:20px 0;
}
.b2t1 h4{
color:#e4007f;
}
.b2t1 p{
	line-height: 2em;
	font-size: 17px;
}
.b2t2{
	width: 23%;
	display: block;
	margin:20px 0;
	text-align: center;
}
.b2t2 img{
	width: 100%;
	max-width: 350px;
	margin: 2px auto;
}

/*-------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {


}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.boxf h2{
				font-size: 18px;
	}
	.boxf-in h3,.boxct-1-in h3{
		font-size: 18px;
	}
	.boxfm-top h4{
		font-size: 18px;
	}
	.boxfm-top p{
		font-size: 15px;
	}
	.boxfm-bottom{
		display: block;
	}
	.boxfm-right{
		width: 100%;
		max-width: none;
	}
	.mb{
		display: block;
	}
	/*----------------------------------------------------------*/
	.boxct-1{

	}
	.boxct-1-in{
		width: 100%;
	}
	.b1t-in{
	}
	.b1-top{
		margin-top: 20px;
	}
	.b1b-in{

	}
	.b1t3 a{
		font-size: 14px;

	}
	.qablock{
		width:90%;
	}
	/*---------------------*/
	.boxct-2{
	width:90%;
	margin: 50px auto 150px;
}
.boxct-2-in{
	width: 100%;
}
.b2-top{
	display: block;
	text-align: left;
	justify-content: center;
}
.b2t1{
	width: 100%;
	display: block;
	margin:20px 0;
}
.b2t1 p{
	line-height: 2em;
	font-size: 15px;
}
.b2t2{
	width: 100%;
	display: block;
	margin:20px 0;
}
.b2t2 img{
	width: 100%;
	margin: 2px auto;
}

}
