@charset "utf-8";

/************************************************
 function
************************************************ */

.note {
	color: #737373;
	font-size: 12px;
}
/* タイトル */
#section_2 #main_ttl {
	width: 100%;
	max-width: 1000px;
	background: url(../img/ttl-h1_sp.png) no-repeat;
	background-size: 100%;
	height: 8.928vw;
	margin-bottom: 20px;
}
/* content */
#section_2 .frame {
	background: #FFFFFF;
	padding: 20px;
}
#section_2 .sub_ttl {
	margin: 0 auto 30px auto;
	max-width: 471px;
	padding: 0 3.214%;
}
#section_2 #func_ul_1, 
#section_2 #func_ul_2 {
	width: 100%;
	max-width: 1000px;
}
#section_2 #func_ul_2 {
	margin-bottom: 40px;
}
#section_2 #func_ul_1 li, 
#section_2 #func_ul_2 li {
	margin-bottom: 5px;
}
#section_2 #func_ul_1 li a .func_img, 
#section_2 #func_ul_2 li a .func_img {
	width: 100%;
	height: 18.75vw;
}
#section_2 #func_ul_1 li a #func1_img {
	background: url(../img/1_function1_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_1 li a #func2_img {
	background: url(../img/1_function2_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_1 li a #func3_img {
	background: url(../img/1_function3_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_2 li a #func4_img {
	background: url(../img/1_function4_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_2 li a #func5_img {
	background: url(../img/1_function5_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_2 li a #func6_img {
	background: url(../img/1_function6_sp.png) no-repeat;
	background-size: contain;
}
#section_2 #func_ul_2 li a #func7_img {
	background: url(../img/1_function7_sp.png) no-repeat;
	background-size: contain;
}
/* 7つの機能詳細 */
#section_2 .box, 
#section_2 .box2 {
	margin-bottom: 40px;
}
#section_2 .box h3, 
#section_2 .box2 h3 {
	width: 87.5%;
	margin: 0 auto 20px auto;
}
#section_2 .box .box_img, 
#section_2 .box2 .box_img {
	max-width: 290px;
	width: 87.5%;
	margin: 0 auto 20px auto;
}
#section_2 .box2 .box_img img {
	margin-bottom: 10px;
}
#section_2 .box .box_text, 
#section_2 .box2 .box_text {
	width: 100%;
	margin-bottom: 20px;
}
#section_2 .h2_img {
	width: 100%;
}
#section_2 #func1_ttl {
	background: url(../img/1_ttl-h2-1_sp.png) no-repeat;
	background-size: contain;
	height: 15.312vw;
}
#section_2 #func2_ttl {
	background: url(../img/1_ttl-h2-2_sp.png) no-repeat;
	background-size: contain;
	height: 8.75vw;
}
#section_2 #func3_ttl {
	background: url(../img/1_ttl-h2-3_sp.png) no-repeat;
	background-size: contain;
	height: 15.312vw;
}
#section_2 #func4_ttl {
	background: url(../img/1_ttl-h2-4_sp.png) no-repeat;
	background-size: contain;
	height: 15.312vw;
}
#section_2 #func5_ttl {
	background: url(../img/1_ttl-h2-5_sp.png) no-repeat;
	background-size: contain;
	height: 15.312vw;
}
#section_2 #func6_ttl {
	background: url(../img/1_ttl-h2-6_sp.png) no-repeat;
	background-size: contain;
	height: 15.468vw;
}
#section_2 #func7_ttl {
	background: url(../img/1_ttl-h2-7_sp.png) no-repeat;
	background-size: contain;
	height: 15.6625vw;
}
@media all and (min-width: 1024px) {
	#section_2 #main_ttl {
		background: url(../img/ttl-h1.png);
		height: 36px;
	}
	#section_2 #func_ul_1 {
		margin-bottom: 6px;
		overflow: hidden;
	}
	#section_2 #func_ul_1 li {
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 0;
		float: left;
	}
	#section_2 #func_ul_1 li:nth-of-type(3) {
		margin-right: 0;
	}
	#section_2 #func_ul_1 li a .func_img, 
	#section_2 #func_ul_2 li a .func_img {
		height: 150px;
	}
	#section_2 #func_ul_1 li a #func1_img {
		background: url(../img/1_function1.png);
	}
	#section_2 #func_ul_1 li a #func2_img {
		background: url(../img/1_function2.png);
	}
	#section_2 #func_ul_1 li a #func3_img {
		background: url(../img/1_function3.png);
	}
	#section_2 #func_ul_2 {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#section_2 #func_ul_2 li {
		width: 24.5%;
		margin-right: 0.666%;
		margin-bottom: 0;
		float: left;
	}
	#section_2 #func_ul_2 li:nth-of-type(4) {
		margin-right: 0;
	}
	#section_2 #func_ul_2 li a #func4_img {
		background: url(../img/1_function4.png);
	}
	#section_2 #func_ul_2 li a #func5_img {
		background: url(../img/1_function5.png);
	}
	#section_2 #func_ul_2 li a #func6_img {
		background: url(../img/1_function6.png);
	}
	#section_2 #func_ul_2 li a #func7_img {
		background: url(../img/1_function7.png);
	}
	#section_2 .box, 
	#section_2 .box2 {
		margin-bottom: 100px;
		overflow: hidden;
	}
	#section_2 .box h3 {
		width: 635px;
		float: right;
		margin-bottom: 30px;
	}
	#section_2 .box .box_img {
		max-width: 290px;
		width: 30.208%;
		float: left;
		margin: 0;
		margin-right: 3.645%;
	}
	#section_2 .box .box_text {
		max-width: 635px;
		width: 66.145%;
		float: right;
		margin: 0;
	}
	#section_2 .box2 h3 {
		width: 635px;
		float: left;
		margin-bottom: 30px;
	}
	#section_2 .box2 .box_img {
		max-width: 290px;
		width: 30.208%;
		float: right;
		margin: 0;
		margin-left: 3.645%;
		text-align: right;
	}
	#section_2 .box2 .box_text {
		max-width: 635px;
		width: 66.145%;
		float: left;
		margin: 0;
	}
	#section_2 h3 {
		margin-bottom: 30px;
	}
	#section_2 .h2_img {
		width: 100%;
	}
	#section_2 #func1_ttl {
		background: url(../img/1_ttl-h2-1.png) no-repeat;
		background-size: contain;
		height: auto;
	}
	#section_2 #func1_ttl {
		background: url(../img/1_ttl-h2-1.png) no-repeat;
		background-size: contain;
		height: 35px;
	}
	#section_2 #func2_ttl {
		background: url(../img/1_ttl-h2-2.png) no-repeat;
		background-size: contain;
		height: 35px;
	}
	#section_2 #func3_ttl {
		background: url(../img/1_ttl-h2-3.png) no-repeat;
		background-size: contain;
		height: 63px;
	}
	#section_2 #func4_ttl {
		background: url(../img/1_ttl-h2-4.png) no-repeat;
		background-size: contain;
		height: 35px;
	}
	#section_2 #func5_ttl {
		background: url(../img/1_ttl-h2-5.png) no-repeat;
		background-size: contain;
		height: 36px;
	}
	#section_2 #func6_ttl {
		background: url(../img/1_ttl-h2-6.png) no-repeat;
		background-size: contain;
		height: 35px;
	}
	#section_2 #func7_ttl {
		background: url(../img/1_ttl-h2-7.png) no-repeat;
		background-size: contain;
		height: 35px;
	}
}

/* 1つでも当てはまればおすすめ！ */
#section_3 #func_more {
	background: url(../img/2_func_more_sp.jpg);
	background-size: cover;
	width: 100%;
	height: 82.031vw;
}
#section_3 .frame {
	background: #FFFFFF;
	padding: 20px;
}
#section_3 #recommend {
	text-align: center;
	margin: 10px auto 30px auto;
	max-width: 491px;
}
#section_3 .box {
	overflow: hidden;
}
#section_3 .box_img {
	width: 25.892%;
	float: left;
	margin-right: 1.785%;
	margin-bottom: 10px;
}
#section_3 .box_text {
	width: 72.321%;
	float: left;
}
#section_3 h3 {
	margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
	#section_3 #func_more {
		background: url(../img/2_func_more.jpg);
		height: 497px;
	}
	#section_3 #recommend {
		margin: 50px auto;
	}
	#section_3 ul {
		overflow: hidden;
	}
	#section_3 li {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	#section_3 .box {
		overflow: hidden;
	}
	#section_3 .box_img {
		max-width: 145px;
		width: 30.208%;
		float: left;
		margin-right: 2.083%;
		margin-bottom: 0;
	}
	#section_3 .box_text {
		max-width: 325px;
		width: 67.708%;
		float: left;
	}
	#section_3 h3 {
		margin-bottom: 10px;
	}
}
/* 問い合わせ */
#section_4 {
	padding-bottom: 50px;
}
