/*------------------------------------------------------------
	お問合わせ
------------------------------------------------------------*/
#seco_head_bg {
	width: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../members/img/bg.jpg);
	height: 400px;
	overflow: hidden;
	position: relative;
	clear:both;
	z-index: 1;
		}




div#fm_wrapper {
	width: 900px;
	text-align: center;
	margin: 0px auto 80px auto;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background-color: #fefefe;
	padding: 80px 0px 80px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	background-image: url(../members/img/img.jpg);
	}


.fr   {
	font-size:20pt;
	color:#000000;
	background-color:#ffffff;
	width:auto;
	height:auto;
	border: 8px solid #222;
	margin: auto;
	padding: 8px;
}



div#fm_wrapper h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
    letter-spacing: 0.05rem;
    margin: 0 0 14px;
	color: #fff;
}


div#fm_wrapper h5 {
	font-size: 14px;
	margin: 0;
	color: #f1f1f1;
}

/* ************************************************ 
 *  テキストボタンリンク
 * ************************************************ */

.m_button {
	border: 2px solid #000;
	color: #fff;
	padding:5px 15px 5px 15px;
	background-color: #000;
	font-size: 24px;
margin:10px 0px 10px 0px;
}
.m_button:hover {
	background-color: #C90;
	border-color: #C90;
	color: #fff;
	padding:5px 15px 5px 15px;
}
.m_button::before,
.m_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.m_button,
.m_button::before,
.m_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}



@media screen and (max-width: 1100px) {
	
	div#fm_wrapper {
	width: 85%;
	text-align: center;
	margin: 0px auto 80px auto;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 60px 0px 60px 0px;
	background-color: #fefefe;
}



div#fm_wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.30435;
    letter-spacing: normal
}



.fr   {
	font-size:16pt;
	color:#000000;
	background-color:#ffffff;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width:auto;
	height:auto;
	border: 5px solid #000;
}


}
