@charset "utf-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*基本
-------------------------------------------------*/
.main-img-inner address{
	color:#8c7a16;	
}
.main-img-inner2{
	padding-top:20px;
}
body{
	background-color: #f1f6d8;
}
h2.h2-common{
	position: relative;
	padding-top:75px;
	margin-bottom:50px;
}
h2.h2-common:before{
	position: absolute;
	content:'';
	background-image: url(../img/common/h2-img.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:379px;
	height:65px;
	top:0;
	left:50%;
	margin-left:-189.5px;
}
h3{
	border-bottom:2px solid #1a4734;
	padding-bottom:10px;
	margin-bottom:20px;
	line-height: 1.5em;
}
h3 span{
	display: inline-block;
	position: relative;
	padding-left:34px;
}
h3 span:before{
	position:absolute;
	content:'';
	background-image: url(../img/common/ashiato-green.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:24px;
	height:26px;
	top:50%;
	left:0;
	margin-top:-13px;
}
/*プライバシーポリシー
-------------------------------------------------*/
#privacy{
	margin-top:20px;
	margin-bottom:60px;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width: 1101px), print{
}
/* ////////////////////////////////////////
タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1100px){
}
/* ////////////////////////////////////////
タブレット以下
//////////////////////////////////////// */
@media screen and (max-width: 1100px){	
	h2.h2-common{
		padding-top:58px;
		margin-bottom:50px;
	}
	h2.h2-common:before{
		background-image: url(../img/common/h2-img.png);
		width:280px;
		height:48px;
		top:0;
		margin-left:-140px;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
