@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	line-height: 1.75em;
	letter-spacing: 0.05em;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
	position: relative;
	font-size: 16px;
	background: #011F3F;
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

img {
	vertical-align: bottom;
}

a:hover {
	opacity: 0.8;
}

.inner {
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 0 1em;
	position: relative;
}

header {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 100px;
	background: #031D3E;
}

#bg_slide {
	width: 100%;
	height: auto;
	position: fixed;
}

#bg_slide li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	display: none;
}

#bg_slide li img {
	width: 1000px;
	height: auto;
}

ul#slide {
	width: 100%;
	height: auto;
	position: relative;
}

ul#slide li {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	padding: 90px 0;
}

ul#slide li img {
	max-width: 100%;
	height: auto;
}

ul#slide li.active, #bg_slide li.active {
	display: block;
}


.menu_height {
	height: 100px;
}

#menu_open, #menu_close {
	position: fixed;
	top: 0;
	width: 100%;
}

#menu_open {
	z-index: 5;
	background: #fff;
}

#menu_close {
	z-index: 6;
	height: 120%;
	background-color: #011F3F;
	display: none;
}

h1#logo img {
	max-width: 405px;
	width: 55%;
	min-width: 210px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0.75em;
}

ul.lgin_icon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em;
}

ul.lgin_icon li {
	display: inline-block;
	vertical-align: middle;
	padding: 0.1em 0.1em;
	margin: 0 0.25em;
}

ul.lgin_icon li:last-child {
	padding: 0 0.2em;
}

ul.lgin_icon li img {
	vertical-align: middle;
}

#menu_open_icon, #menu_close_icon {
	cursor: pointer;
}

.centaling{
	text-align: center;
	padding-top: 4em;
}

.menu_inner {
	display: inline-block;
	width: 16em;
	margin: 1em;
	color: #fff;
	text-align: left;
	vertical-align: top !important;
}

.menu_inner p {
	font-weight: bold;
	margin-bottom: 1em;
}

.menu_inner ul li {
	text-indent: -0.8em;
	margin-left: 0.8em;
	padding-bottom: 1em;
	line-height: 1em !important;
}

.menu_inner p a, .menu_inner ul li a {
	color: #fff;
	text-decoration: none;
}

#main {
	padding-top: 500px;
	position: relative;
	z-index: 3;
}

.bg_dot {
	background: url(../img/bg_dot.gif) repeat;
	padding: 6em 0;
}

.bg_dot_ttl {
	border-top: 2px solid #0a346b;
	border-left: 2px solid #45c5cc;
	border-right: 2px solid #45c5cc;
	border-bottom: 2px solid #7832dc;
	background: #fff;
	padding: 0.5em 0.5em 0.4em;
	max-width: 470px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

p.bg_dot_txt {
	text-align: center;
	margin-top: 2em;
}

p.bd_link {
	font-weight: bold;
	text-align: center;
}

p.bd_link a {
	text-decoration: none;
	border-bottom: 2px solid #aeadac;
	color: #000;
}

.bg_gray_ttl {
	border-top: 2px solid #6ad6d7;
	border-left: 2px solid #f9993e;
	border-right: 2px solid #f9993e;
	border-bottom: 2px solid #df4c80;
	color: #6ad6d7;
	padding: 0.5em 0.5em 0.4em;
	max-width: 470px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	-o-text-shadow: 2px 0 2px #0a346b, -2px 0 2px #0a346b, 0 2px 2px #0a346b, 0 -2px 2px #0a346b;
	-ms-text-shadow: 2px 0 2px #0a346b, -2px 0 2px #0a346b, 0 2px 2px #0a346b, 0 -2px 2px #0a346b;
	text-shadow: 2px 0 2px #0a346b, -2px 0 2px #0a346b, 0 2px 2px #0a346b, 0 -2px 2px #0a346b;
}

.trans {
	margin: 6em 0 15em;
}

.bg_gray_inner {
	background: #eaeaea;
	text-align: center;
}

.bx_white {
	background: #fff;
	display: inline-block;
	width: 30%;
	min-width: 300px;
	margin-top: -9em;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 10em;
	padding: 3em 1.1em 2em;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	position:relative;
}

.btn_black a::after {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
z-index:1;
pointer-events:auto;
content:"";
background-color:rgba(0,0,0,0);
}

/*詳細ボタンが消えるためこの方法は却下
.bx_white a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.bx_white:hover {
filter:alpha(opacity=70); IE 6,7
-ms-filter: "alpha(opacity=70)"; IE 8,9 
-moz-opacity:0.7; FF , Netscape 
-khtml-opacity: 0.7; Safari 1.x 
opacity:0.7;
zoom:1;IE
}*/

.bx_white h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 1.8em 0 0.8em;
}

.bx_white p {
	font-size: 0.9em;
}

p.bx_white_txt {
	text-align: left;
	margin-bottom: 1.2em;
}

p.btn_black {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	background: #35302f;
	color: #fff;
	display: inline-block;
}

p.btn_black a {
	color: #fff;
	text-decoration: none;
	padding: 0 2.5em;
	line-height: 2em;
}

p.bd_link_mgn {
	margin-top: -5em;
	padding-bottom: 5em;
}

table.news {
	width: 100%;
	margin: 2.5em auto 1em;
	display: block;
}

table.news tr td {
	padding: 0.4em 1em;
}

table.news tr td a {
	text-decoration: none;
}

table.news tr td.date {
	width: 5em;
	font-size: 1.1em;
	vertical-align: top;
}

table.news tr td.date span {
	text-decoration: underline;
}

.bg_white {
	background: #fff;
	text-align: center;
	padding: 6em 0;
}

.bg_white iframe {
	margin-top: 4em;
	width: 100%;
	max-width: 800px;
	height: 400px;
}

.each_link {
	text-align: center;
	margin: 4em auto 0;
}

.each_link ul {
	width: 80%;
	max-width: 300px;
	margin: 2em auto 0;
	text-align: left;
}

.each_link ul li:before {
	content: "\025b6";
	color: #00A4AB;
	display: inline-block;
	width: 2em;
}

.each_link ul li a {
	text-decoration: none;
	color: #000;
}

.each_link ul li a:hover, .each_link ul li a:focus {
	text-decoration: underline;
}

footer {
	background: #2A3F56;
	color: #fff;
	position: relative;
	z-index: 3;
}

.footer_centaling{
	text-align: center;
	padding: 4em 0 1em;
}

.footer_menu_inner {
	display: inline-block;
	width: 15em;
	margin-bottom: 3em;
	color: #fff;
	text-align: left;
	vertical-align: top !important;
}

.footer_menu_inner p {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 0.85em;
}

.footer_menu_inner ul li {
	text-indent: -0.65em;
	margin-left: 0.65em;
	padding-bottom: 0.4em;
	line-height: 1em !important;
	font-size: 0.85em;
}

.footer_menu_inner p a, .footer_menu_inner ul li a {
	color: #fff;
	text-decoration: none;
}

p.copy {
	text-align: center;
	border-top: 1px solid #fff;
	padding: 2em 0 4em;
	font-size: 1.25em;
	font-weight: bold;
}

p.copy span {
	font-size: 0.7em;
	font-weight: normal;
	display: block;
}

.pdf-links {
	display: none;
}

.pdf-link--sp {
	display: block;
}

@media screen and (min-width:751px){
	.pdf-links {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.pdf-link {
		font-size: 13px;
		color: #054995;
	}

	.pdf-link--sp {
		display: none;
	}
	
	header {
		top: 150px;
	}

	.menu_height {
		overflow: hidden;
		height: 120px;
	}
	
	h1#logo img {
		top: 0.75em;
		bottom: auto;
	}
	
	ul.lgin_icon {
		padding: 2.75em 1em 0;
	}

	ul.lgin_icon li {
		padding: 0.1em 0.3em;
	}
	
	ul.lgin_icon li:last-child {
		padding: 0 0.2em;
	}

	#bg_slide li {
		margin-left: -970px;
	}

	#bg_slide li img {
		width: 1920px;
	}

	.centaling{
		padding-top: 7em;
	}

	.bg_white iframe {
		height: 600px;
	}

	.each_link ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		width: 100%;
		max-width: 570px;
	}
		
	.footer_menu_inner p {
		margin-bottom: 1.5em;
	}
	
	p.copy {
		font-size: 1.5em;
	}
}

@media screen and (min-width:980px){
	.inner {
		padding: 0;
	}
	
	.centaling{
		padding-top: 10em;
	}
}


@media screen and (min-width:1920px){
	#bg_slide li {
		left: 0;
		margin-left: 0;
	}

	#bg_slide li img {
		width: 100%;
	}
}
