#top_intro{
	padding: 64px 0 80px;
	text-align: center;
}
#top_intro h2{
	display: inline-block;
	margin: 0 auto 40px;
	padding: 18px 40px;
	width: auto;
	background: #26A3BD;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
#top_intro .check{
	justify-content: space-between;
	width: 80%;
	max-width: 1000px;
	margin: 80px auto 120px;
}
#top_intro .check div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 308px;
	height: 60px;
	background: #F0F5F6;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
#top_intro .check div img{
	margin: 0 10px 0 0;
}
#top_intro .support{
	justify-content: flex-start;
	align-items: center;
}
#top_intro .support img{
	width: 40%;
	max-width: 550px;
}
#top_intro .support > div{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0 0 0 100px;
}
#top_intro .support > div h3{
	margin: 0 0 60px;
	font-size: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
#top_intro .support > div p{
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
}
@media only screen and (max-width:768px){
	#top_intro h2{
		width: 90vw;
	}
	#top_intro .check{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 40px auto 50px;
	}
	#top_intro .check div{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 320px;
		height: 60px;
		margin: 10px 0;
		background: #F0F5F6;
		font-size: 20px;
		font-weight: bold;
	}
	#top_intro .support{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#top_intro .support img{
		width: 100%;
		margin: 0 0 30px;
	}
	#top_intro .support > div{
		margin: 0;
		text-align: center;
	}
}


#top_service{
	width: 100%;
	max-width: 1600px;
	background: url(/images/home/bg_parts_1.png) right top no-repeat;
}
#top_service .service_content_wrap{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(/images/home/service_bg.jpg) no-repeat;
	background-size: cover;
}
#top_service .bg{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	height: 480px;
	margin: 0 auto 100px;
	justify-content: space-around;
	
}
#top_service .bg img{
	display: block;
	width: 450px;
	height: 300px;
}
#top_service .service_content_box{
	position: relative;
}
#top_service .service_content_box > div{
	position: absolute;
	top: 220px;
	left: 60px;
	box-sizing: border-box;
	width: 450px;
	height: 380px;
	padding: 30px 50px;
	background: #fff;
}
#top_service .service_content_box > div h3{
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
}
#top_service .service_content_box > div .service_num{
	position: absolute;
	top: -20px;
	left: 20px;
	width: auto;
	height: 40px;
}
#top_service .service_content_box > div .slash{
	margin: 30px 0;
	color: #26A3BD;
	font-size: 26px;
	text-align: center;
}
#top_service .service_content_box > div p{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
}
@media only screen and (max-width:768px) {
	#top_service .bg{
		flex-direction: column;
		height: auto;
		margin: 0 auto;
		padding: 20px 0;
	}
	#top_service .bg img{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	#top_service .service_content_box > div{
		position: relative;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		box-sizing: border-box;
		width: 80%;
		max-width: 450px;
		height: 250px;
		padding: 30px 50px;
		background: #fff;
	}
}


#top_blog{
	background: url(/images/home/bg_parts_1.png) left top no-repeat;
}
#top_blog .flex{
	justify-content: center;
}
#top_blog .blog_box{
	width: 24%;
	max-width: 250px;
	margin: 0 10px;
}
#top_blog .blog_box img{
	width: 100%;
}
#top_blog .blog_box h3{
	text-align: center;
}
#top_blog .link-btn{
	margin: 100px auto;
}
@media only screen and (max-width:768px) {
	#top_blog .flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#top_blog .blog_box{
		width: 90%;
		max-width: none;
	}
	#top_blog .blog_box h3{
		margin: 10px 0;
	}
}


#top_topics{
	background: url(/images/home/bg_parts_1.png) right top no-repeat;
}
#top_topics ul{
	width: 960px;
	margin: 0 auto;
}
#top_topics ul li{
	padding: 30px 0;
	border-bottom: 1px solid #F1F9FA;
}
#top_topics ul li .cat{
	margin: 0 40px 0 30px;
	padding: 2px 8px;
	background: #26A3BD;
	color: #fff;
}
#top_topics ul li div{
	display: inline;
}
#top_topics ul li .title{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: lighter;
}
#top_topics .link-btn{
	margin: 40px auto 80px;
}
@media only screen and (max-width:768px) {
	#top_topics ul{
		width: 80%;
		margin: 0 auto;
	}
	#top_topics ul li div{
		display: flex;
		justify-content: space-between;
	}
}