*{
	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: 18px;
	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{
	font-size: 24px;
text-align: center;
	color:#e4007f;
}
.boxf-mini{
	width: 100%;
	display: block;
	justify-content: center;
}
.boxfm-top{
	width: 100%;
	display: block;
	justify-content: center;
	margin: 20px 0;
}
.boxfm-top h4{
	width: 100%;
font-size: 27px;
margin-bottom: 5px;
}
.boxfm-top p{
	width: 100%;
font-size: 18px;
}
.boxfm-bottom{
	width: 100%;
	display: flex;
	justify-content: center;
	background: #000;
	color:#fff;
	padding:10px;
}
.boxfm-left{
	width: 100%;
}
.boxfml-in{
	width: 100%;
	margin-bottom: 10px;
}
.boxfml-in h4{
font-size: 16px;
margin-bottom: 5px;
padding:0px 5px;
}
.boxfml-in p{
	width: 100%;
font-size: 15px;
background: #fff;
color:#000;
padding: 5px;
}
.boxfm-right{
	width: 300px;
}
.boxfm-right img{
	width: 100%;
}
.mb{
	display: none;
}
/*-----------------------------------------------------*/
.boxct-1{
	padding:50px 0 20px;
	font-size: 18px;
	background: #000;
}
.boxct-1-in{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.boxct-1-in h3{
	color:#fff;
}
.b1-top{
	display: block;
	text-align: left;
	margin-top:30px;
}
.qablock{
  position: relative;
  margin: 20px auto;
  background: #e4007f;
  border:1px solid #000;
}
.question_txt{
	width: 90%;
  padding:10.5px 15px;
  margin: 0px !important;
	color:#fff;
font-size:15px;
}
.qicon{
  color: #fff;
  font-weight: bold;
  margin-right:15px;
}
.aicon{
  color: #e4007f;
  font-weight: bold;
  margin-right:16px;
	margin-left:1px;

}
.answer_txt{
  background: #fff;
  margin: 0px !important;
  padding: 10.5px 15px;
font-size:15px;

}

.show_button{

  position: absolute;
  bottom:0px;
  right:0px;
  width:43px;
  height:43px;
}
.show_button:after{
  content: '▲'!important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#e4007f;
}
.show_button.closebutton:after{
  content: '▼'!important;
  display: block;
  text-align: center;
  width: 43px;
	height:100%;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#fff;
}
.qatxt{
	width: 100%;
	margin: 50px auto;
	font-size: 15px;
}
.qatxt p{
width: 100%;
margin: 20px 0;
line-height: 2em;
}
/*-------------------------------------------------------------------*/
@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%;
	}
}
