@charset "utf-8";
/*////////////////////////////////////
top question
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_question {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0;
}
#top_question_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#top_question_title h3 {
	font-size: 4.8rem;
	margin: 0;
}
#top_question_list {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#top_question_list dt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#top_question_list dt::before {
	content: "Q";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}
#top_question_list dd {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 20px;
}
#top_question_list dd::before {
	content: "A";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	color: #333;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	margin-right: .5em;
	margin-left: -2.5em;
}
#top_question_list dd img {
	width: 50%;
	max-width: 500px;
	padding-top: 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_question {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 0;
}
#top_question_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#top_question_title h3 {
	font-size: 3.6rem;
	margin: 0;
}
#top_question_list {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#top_question_list dt {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#top_question_list dt::before {
	content: "Q";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	margin-right: .5em;
}
#top_question_list dd {
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 20px;
}
#top_question_list dd::before {
	content: "A";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	color: #333;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	margin-right: .5em;
	margin-left: -2.5em;
}
#top_question_list dd img {
	width: 90%;
	max-width: 500px;
	padding-top: 10px;
}

}
/*////////////////////////////////////
function
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#function1_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 150px 0 50px 0;
}
#function1_img {
	position: relative;
	width: 50%;
	float: left;
}
#function1_word {
	position: relative;
	padding-top: 50px;
	width: 45%;
	float: left;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
#function2_place {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#function2_img1,
#function2_img2 {
	position: relative;
	width: 20%;
	float: left;
}
#function2_word {
	position: relative;
	width: 50%;
	float: left;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
	margin-left: 10%;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 20px 0;
}
#function3_word {
	position: relative;
	max-width: 1000px;
	padding-top: 50px;
	width: 90%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#function4_area {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
#function4_img {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#function4_2_img {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#function4_word {
	position: relative;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 150px;
}
#function4_word span {
	font-size: 1.2rem;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#function1_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 50px 0 50px 0;
}
#function1_img {
	position: relative;
	width: 100%;
}
#function1_word {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
}
#function2_place {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#function2_img1,
#function2_img2 {
	position: relative;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
#function2_word {
	position: relative;
	width: 100%;
	clear: both;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 20px 0;
}
#function3_word {
	position: relative;
	max-width: 1000px;
	width: 90%;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
#function4_area {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}
#function4_img {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
function4_2_img {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#function4_word {
	position: relative;
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 150px;
}
#function4_word span {
	font-size: 1.2rem;
}
}

@keyframes function_blur {
 	0%{
		filter: blur(10px);
	}
	85%{
     	filter: blur(10px);
	 }
   100%{
   		filter: blur(0px);
   }
}
