@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2019/12/17制作
------------------------------------------------------------*/

/*-----common------*/

#in_contents div:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	content: " ";
}

body { font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
 /*overflow-x: hidden;*/}

#in_contents{
	width: 100%;
	height: auto;
	background-color: white;
	margin: 0 auto;
	overflow:auto;
	overflow-y: hidden;/*バグ対応*/
}

#in_contents ul:after{
	clear: both;
}

#in_contents .contents_box{
	width: 100%;
	height: auto;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
	_zoom: 1; /*IE6バグ対策*/
}

#in_contents .contents_back{
	width: 100%;
	height: auto;
}

#in_contents h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#in_contents nav, section, article, hgroup {
	display: block;
}

#in_contents a{
	outline: none;
	font-size: 0;
}

#in_contents a:hover{
	filter:brightness(120%);
}

#in_contents img{
	vertical-align:bottom;
	border: 0;
	font-size: 0;/*-----inline-block隙間対応------*/
}

#in_contents * {
	margin: 0px;
	padding: 0px;
}

#in_contents *:focus {/*-----chrome画像フォーカス時の線を消す------*/
	outline: none;
}

#in_contents .margin_t32{
	margin-top: 45px;/*-----約3.2%------*/
}

#in_contents .margin_t7{
	margin-top: 98px;/*-----約7%------*/
}

#in_contents .margin_b7{
	margin-bottom: 98px;/*-----約7%------*/
}

#in_contents .margin_b5{
	margin-bottom: 50px;/*-----約7%------*/
}

#in_contents .margin_b10{
	margin-bottom: 140px;/*-----約10%------*/
}

/* パソコン画像表示 */
.pc { display: inline !important; }
.sp { display: none !important; }

/*-----top------*/

#in_contents #con_top{
	background: url("../../img/top_bk.jpg") no-repeat top center;
	background-color: #a90007;
	background-size: cover;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

/*-----ページ内メニュー------*/

#container #con_menu ul{
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left:-287px;
	z-index: 99;
	width: 575px;
	height: auto;
}

#container #con_menu li{
	float: left;
}

/*-----lineup------*/

#in_contents #lineup{
	background: url("../../img/cont_bk.png") no-repeat top center;
	background-color: white;
	background-size: cover;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}

#in_contents #lineup h2{
	margin-bottom: 4%;
}

#in_contents #lineup li{
	position: relative;
	margin-bottom: 7%;
}

#in_contents .passo_li{
	padding-top: 3.8%;
}

#in_contents .link_btn{
	max-width: 480px;
	margin: 2.5% auto 1.5%;
}

/*-----footer------*/

#in_contents #f_linkbtn{
	text-align: center;
}

#in_contents #f_linkbtn .hpbtn_img img{
	width: 80%;
	height: auto;
	max-width: 514px;
	margin-bottom: 10%;
}