@charset "UTF-8";

/* デザイン（スマホ） */
@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
	.img-10{
		margin : 0 10px;
	}
	#wrapper{
		width : 100%;
		margin : 0 auto;
		border-left : 0px solid #e0a34d;
		border-right : 0px solid #e0a34d;
	}
	#top{
		width : 100%;
		height : auto;
	}
	.top_logo{
		float : none;
		width : auto;
		text-align : center;
	}
	.top_btn{
		width : auto;
	}
	.top_jyouhou_obi{
		background : #eb5612;
		color : #fff;
		line-height : 180%;
		margin : 0px auto;
		text-align : center;
		width : 200px;
	}
	.top_jyouhou{
		font-size : 15px;
		line-height : 20px;
		text-align : center;
		margin-bottom : 15px;
		padding-top : 10px;
	}
	#fv{
		width : 100%;
		height : 300px;
		background : skyblue;
	}
	#contents{
		padding : 30px 0px 0px 0px;
	}
	.main{
		width : auto;
		margin : 20px 15px;
	}
	.main_profile{
		width : auto;
		margin : 20px 15px;
		border : 1px solid #eec2ae;
		padding : 15px;
		box-shadow: 0 0 3px #cf9f88;
		background : #fff;
	}		
.yakusoku-ttl{
position: relative;
padding: 0.5em;
	font-weight : 600;
background: #eb5612;
color: white;
	font-size : 120%;
	margin-bottom : 30px;
}

.yakusoku-ttl::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px #b03905;
}
/*エリア分け*/
.tokutyou_area{
	width : 100%;
	padding : 40px 0px;
	background-image : url(../image/tokutyouarea_bg_sp.jpg);background-repeat : no-repeat;background-position : center top;
}
.kengaku_area{
	width :  100%;
	background-image : url(../image/gray_bg_sp.jpg);background-repeat : repeat-y;background-position : center top;
	padding : 40px 0px;
}
.oubo_area{
	width : 100%;
	padding : 40px 0px;
	background : #ea5514;
}
.submitbutton {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #ea5410;
    color: #fff;
    border-style: none;
	margin : 20px auto;
	border : 2px solid #fff;
}
	.main-oubo{
		width : auto;
		margin : 20px 15px;
}
.youtube{
	width : auto;
	margin : 0px 0px 30px 0px;
}