@charset "utf-8";
/* CSS Document */


#topimg{
	/*margin:3% auto 1%;*/
	}
#topimg p img{
	width:100%;
	height:100%;
	z-index:2;
	}
.marginleft{
	margin-left:7% !important;
	}

/* ページ内サブタイトル */
h2 {
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;/*おまじない*/
	line-height: 1.3;/*行高*/
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	font-size: 150%;
	width: 100%;
	margin-bottom: 2%;
}
h2:before {
	content: '●';
	color: white;
	margin-right: 8px;
}
/* ページ内サブタイトル */
.contact {
	background-color: rgba(194,158,60,0.5);/*背景色*/
	color: #505050;/*文字色*/
}
#container .formatten{
	margin-left:2%;
	}
#container .formatten .privacy a{
	font-weight:bold;
	}

/* 個人情報保護方針 */	
#gaiyou{
	margin-left:2%;
	}
.u_line{
	color: #68A330;
	font-size: 1.4em;
	margin-top: 17px;
	font-weight: bold;
	border-bottom: dotted 2px #CCCCCC;
	margin-bottom: 9px;
	font-family:"游明朝", YuMincho, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
#gaiyou .blank dd{
	margin-left: 0;
	}

/*===============================================
 分岐
===============================================*/

@media (min-width: 1024px) {
#topimg {
	margin-top: 86px;
}
}


@media (max-width: 1024px) {

}

@media (max-width: 480px) {	

#topimg {
	margin-top: -20px;
}
#topimg p img {
	width: 98%;
}
h2 {
	margin-top: -21% !important;
}
.mb14{
	margin-bottom:14% !important;
	}	
}


