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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	font: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}



/* = Selected Text
----------------------------------------------- */
::selection {
	background:#265195; color: #fff;/* Safari */
}

::-moz-selection {
	background:#ccc; color: #fff; /* Firefox */
}

a { color: #000; text-decoration: none;}
a:hover{ color: #999;}

/*
header{
	background: url(../img/bg_mv.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	margin-bottom: 50px;
	padding-top: calc(626 / 1920 * 100%);
	position: relative;
}
header h1{
	max-width: 900px;
	position: absolute;
	left: 0;right: 0;
	margin: 0 auto;
	text-align: left;
	top: calc(50% - 70px);
}
header h1 img{ }
*/


#contents{
	width: 960px;
	margin: 0 auto;
}

#contents section{
	margin-bottom: 50px;
}

#contents section h2{ 
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px; 
	clear: both;
	padding-bottom: 25px;
}
#contents section h2:first-letter{color:#307e56 ;} 

#contents section#company dl{
	line-height: 2.0;
}
#contents section#company dl dt{
   clear: both;
   background-color: #307e56;
    color: #fff;
   padding: 5px;
    float: left;
    width: 8em;
	margin-bottom: 5px;
	text-align: center; 
	
}
#contents section#company dl dd{
    padding: 0.6em 0.5em 0.6em 11em;
}
#contents section#company dl dd ol li{
    list-style: decimal;
    margin-left: 20px;
}
footer{
	text-align: center;
	padding: 20px 0;
	margin-top: 100px;
	border-top: 1px solid #000;
	font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 769px) {
	header{
		background: url(../img/bg_mv2.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		margin-bottom: 50px;
		padding-top: calc(626 / 1920 * 100%);
		position: relative;
	}

	header h1{
		max-width: 900px;
		position: absolute;
		left: 0;right: 0;
		margin: 0 auto;
		text-align: left;
		top: calc(50% - 70px);
	}

}

@media screen and (max-width: 768px) {
	#contents{
		width: 100%;
	}
	header h1 img{width: 100%;}

	#contents section h2{ 
		font-size: 7vw;
		padding-left: 0.5em;
        padding-bottom: 10px;

	}
	#contents section#company dl{
		font-size: 3.2;
	}
	#contents section#company dl dt{
		width: 90%;
		margin:0 auto;
		float: none;
	    padding: 0.6em 0.5em;
		text-align: left;

	}
	#contents section#company dl dd{
		width: 90%;
		margin: 0 auto;
	    padding: 0.6em 0.5em;
	}

}

