@charset "UTF-8";

/* =============================================
common
============================================= */
form input,
form textarea{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
h2 {
	background:url(../images/common/h2_title.jpg) no-repeat;
	line-height:70px;
	font-size:18px;
	padding-left:25px;
	width:725px;
	font-weight:bold;
	margin-bottom:25px;	
}

/**
 * above h2 css reset
 */
h2.mod_h2 {
	background:none;
	line-height:1;
	padding-left:0;
	margin-bottom:0;	
}

.m10 {
	margin-bottom:10px;
}
.sub-section {
	border-bottom: solid 2px #CCCCCC;
	margin: 0px 20px 20px;
	height: 30px;
}
.sub-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 22px;
	border-bottom: solid 2px #29ABE2;
	display: inline-block;
	height: 30px;
	margin: 0px 0px 20px 0px;
}

/* =============================================
臨時
============================================= */
.form_ringi{
	margin: 50px 20px 20px;
}

.form_ringi .form_ringi_sub{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.form_ringi p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 28px
}
	
/* =============================================
index
============================================= */
.top_img {
	margin:10px auto 15px auto;
}
.index_line {
	border: solid 1px #d1d9d9;
	padding:10px 10px 0 10px;
	clear:both; overflow:hidden; _zoom:1;
	margin-bottom:25px;
}
.environment_box {
	float:left;
	width:355px;
}
.environment_box ul li,.material_box ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
.environment_title,
.material_title {
	margin-bottom:10px;
	padding: 7px;
	background: #a2e2e8;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.material_box {
	float:right;
	width:355px;
}
.index_line dl {
	border-bottom: solid 1px #d1d9d9;
	padding-bottom:10px;
	clear:both; overflow:hidden; _zoom:1;
	margin-bottom:15px;
}
.index_line dt {
	float:left;
}
.index_line dd {
	float:right;
	width:255px;
}
.index_line dd .arrow a {
	background:url(../images/common/arrow-trans.png) no-repeat left;
	font-weight:bold;
	font-size:12px;
	color:#0b5579;
	display:block;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	text-decoration:none;
}
.index_line dd .txt {
	margin-bottom:10px;
}
.index_line dd .btn {
	float:right;
}
.news_box {
	margin-bottom:55px;
}
.news_box dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom:1px #d1d9d9 dotted;
}
.news_box dt {
	font-weight:bold; color:#0b5579;
	width:95px;
	padding: 0 10px;
	padding:10px 0 5px 25px; 
}
.news_box dd {
	width:590px;
	padding:10px 25px 10px 0px; 
}
.news_title {
 	margin-bottom:10px;
} 

.news_box ul {
	border-bottom:1px #d1d9d9 dotted;
}

.news_box li {
}

.news_box li .p-postList__link {
	text-decoration: none;
}

.news_box li .c-postMetas__icon{
	display: none;
}

.news_box li .p-postList__body{
	display: flex;
	flex-wrap: wrap;
}

.news_box li .p-postList__meta {
	font-weight:bold; color:#0b5579;
	width:95px;
	padding:10px 0 5px 25px;
}

.news_box li .p-postList__meta .p-postList__category{
	display: none;
}


.news_box li .p-postList__title {
	width:590px;
	padding:10px 25px 10px 0px; 
	text-decoration: underline;
	font-weight: normal;
}


/* =============================================
inquiry
============================================= */

.formbox th { 
	width:150px; font-weight:normal;
	border-bottom: solid 1px #CCCCCC; 
	padding:15px; font-size:12px;
	}
.formbox td { 
	font-weight:normal;
	border-bottom: solid 1px #CCCCCC;
	padding:15px;
	}
.formbox .red { 
	font-size:10px;
	color:#CC3300;
	}
.formbox { 
	margin-bottom:20px;
	}

.environment_box ul li.list_none,.material_box ul li.list_none {
	list-style-type: none;
}


#slideshow {
   height: 280px;
	 background: #EEEEEE;
	 margin-bottom: 20px;
   position: relative;
}
#slideshow ul {
	 width: 960px;
	 margin: 0 auto;
   position: relative;
}
#slideshow li {
	 position: absolute;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   top:  0;
   left: 0;
   background-color: #EEEEEE;
   height: 280px;
}

#slideshow li.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow li.last-active {
   z-index: 9;
}

#slideshow li img {
   width:  960px;
   height: 280px;
   display: block;
   border: 0;
}
