@media screen and (max-width: 850px) {
.area_3 .inner .flex{
	display:block;
	text-align:center;
}
.area_3 .inner .flex figure{
	margin-bottom:40px;
}
.area_3 .inner .flex figure:last-child{
	margin-bottom:0px;
}
footer .inner{
	display:block;
	text-align:center;
}
footer .footer_logo{
	display:inline-block;
	width:200px;
	margin-bottom:70px;
}
footer .inner .right{
	text-align:center;
}
.area_1 .box{
	padding:0;
}
.area_1 td.big{
	font-size:18px;
}
.area_2 .flex_1{
	padding-top:70px;
}
.area_2 .flex_1 figure,
.area_2 .flex_2 figure{
	transform: translate(0%, 0%);
}
.area_2 .flex_2 .right .btn_flex{
	flex-wrap:wrap;
}
.area_2 .flex_2 .right .btn_flex a{
	width:100%;
	text-align:center;
	display:inline-block;
}
.area_2 .flex_2 .right .btn_flex a:first-child{
	margin-bottom:30px;
}
.header_img .pc_img{
	display:none;
}
.header_img .sp_img{
	display:inline-block;
}

}
@media screen and (max-width: 450px) {
header .inner{
	padding:25px 20px 20px;
}
.head_sp_off{
	display:none;
}
.area_3 .inner .flex{
	padding:0;
}
.area_3 .inner .flex figure{
	padding:0;
}
.header_img{
	height:300px;
}
.header_img.line{
	height:auto;
	padding:60px 30px;
}

}