@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,
 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
}

main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block
}


/* 基本設定 */
img,object,embed {max-width: 100%}

*:focus {outline: none}


/* リンク */
a:link {color:#2979ff; text-decoration: underline;}
a:hover {text-decoration: none !important}

a:visited {color:;}


/* wrap */
html {
	color: #202124;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 1.0;
}

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	max-width: 940px;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto;
}


/* txt element */
h1 a {
	display: block;
	width: 200px;
	height: 88px;
	margin: 50px auto 30px auto;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
}

	h1 a img {
		width: 200px;
		height: 88px;
	}
	
	h1 a.back, h1 a.back img {
		width: 300px !important;
		height: 50px;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-right: 0;
	}
	
	h1 a:hover {
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		
	}

h2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 15px;
}

h3 {
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	background: #202124;
	width: 100%;
	padding: 3px 0 3px 10px;
	box-sizing: border-box;
}
	
	h3 + p {
		margin-top: 10px;
		line-height: 1.5;
	}

h4 {
	font-weight: 700;
	font-size: 20px;
	border-bottom: 1px solid rgba(0,0,0,1);
	position: relative;
	z-index: 10;
	display: inline;
	padding-bottom: 3px;
}

	h4:before {
		content: " ";
		display: block;
		margin: 50px 0 0 0;
	}

	h4:after {
		display: block;
		position: relative;
		z-index: 1;
		content: " ";
		width: 100%;
		height: 1px;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		margin-bottom: 7px;
	}

	h4 + p, h5 + p, ul + p {
		font-size: 14px;
		line-height: 1.5;
	}
	
h5 {
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0 5px 0;
}



p {
	color: #5f6368;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
}

	p + h3 {margin-top: 60px}
	.wht {
		color: #fff;
	}

	.sup {
		vertical-align: top;
		position: relative;
		top: -0.1em;
	}
	
	.bold {
		color: #202124;
		font-weight: 700;
	}

ul {padding: 30px}

ul li {
	color: #5f6368;
	list-style: disc;
	font-size: 15px;

}
	
ul li:not(:last-child ) {margin-bottom: 15px}


/* header */
header {
	border-top: 30px solid #202124;
	width: 100%;
}


.inner_header {
	max-width: 940px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}

/* news release */
table.news {
	display: block;
	height: 150px;
	overflow-y: scroll;
	padding: 10px;
	font-size: 16px;
	margin-top: 20px;
	box-sizing: border-box;
	border-collapse: collapse;
}
	
		table.news td {
			padding: 10px 0 15px 0;
		}
	
		table.news td:first-child {
			border-top: 1px solid #202124;	
			width: 22%;
		}
		
		table.news td:nth-child(2) {
			border-top: 1px solid rgba(0,0,0,.30);
			font-weight: 300;
			color: #5f6368;
			padding-left: 20px;
		}
		
		
/* black bg */
.main_blk {
	background: #202124;
	
}

	.main_blk > .inner {display: flex}

	.left_box {
		width: 60%;
		padding-right: 80px;
		box-sizing: border-box;
	}
	
	.right_box {width: 40%}
	
		.left_box > h3, .right_box > h3 {
			color: #bdbdbd;
			padding: 0;
			margin-bottom: 17px;
			margin-top: 30px !important;
		}
		
		.wht {
			font-weight: 300;
			font-size: 14px;
			line-height: 1.8;
		}

	a.doc {
		display: inline-block;
		text-decoration: underline;
		font-weight: 700;
		color: #448aff;
		font-size: 17px;
		margin-bottom: 7px;
		word-break: break-all;
	}
	

/* footer */
footer {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.12);
	overflow: hidden;
	padding-top: 12px;	
}

	footer.terms {
		padding-top: 0;
		border: none;
	}

	footer a {
		font-weight: 400;
		font-size: 14px;
		color: #bdbdbd !important;
		text-decoration: underline !important;
		float: left;
	}
	
	.copyright {
		font-size: 12px;
		color: #bdbdbd;
		float: right;
	}
	
	.center {
		float: none;
		text-align: center;
	}

/* backtotop */
#page-top {
	position: fixed;
	bottom: 76px;
	right: 25px;
	z-index: 4;
}

#page-top a {
	text-indent: -9999em;
	display: block;
	width: 49px;
	height: 49px;
	background: rgba(240,240,240,0.6) url(../images/backtotop.png) no-repeat;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

	#page-top a:hover {background: rgba(220,220,220,0.88) url(../images/backtotop.png) no-repeat;}




/*////// Media Queries //////*/

/* Mobile */
@media only screen and 
(max-width : 600px) {

	.inner {padding: 15px 25px}
	
	h1 a {
		width: 170px;
		margin: 15px auto;	
	}
	
	h2 {font-size: 25px}
	
	p {
		font-size: 15px;
		text-align: left
	}
	
	ul {padding: 30px 15px}
	
	.main_blk > .inner {display: block}
		.left_box, .right_box {width: 100%}
		.left_box {padding: 0}
		.right_box {margin-top: 50px}
		a.doc {font-size: 16px}
	
	table.news {font-size: 14px;}
}

@media only screen and 
(max-width : 320px) {
	h1 a.back, h1 a.back img {
		width: 100% !important;
	}
	
	h4 {
		display: block;
		margin: 40px 0 7px 0;
	}
	
	h4:before, h4:after {
		display: none;
	}
	
	footer a {
		display: block;
		text-align: center;
		float: none;
		margin-bottom: 15px;
	}
	
	.copyright {text-align: center; float: none}
	
	#page-top {bottom: 50px}
}











