﻿@charset "utf-8";

body {
	-webkit-text-size-adjust: 100%;
 font-size: 13px;
 line-height: 1.7;
}
img {
	max-width:100%;
 height: auto;
}
.pc {
	display:none !important;
}
.sp {
	display: block !important;
}
.sp_inline {
	display:inline !important;
}
.sp_inline_block {
	display:inline-block !important;
}

#header_bg {
	padding: 6px 0;
	border-bottom: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 60;
	background: #144199;
	background: linear-gradient(-135deg, #103377, #144199);
}
#header_bg nav {
	padding: 0;
}

div#document {
	max-width: inherit;
	margin:0 15px;
}
#logo {
	float: none;
	width: 45px;
	margin: 0 0 0 10px;
}
ul#gmenu {
	float: none;
	margin: 0 0 0 0;
	border-top: 1px solid #c6a304;
	border-bottom: 1px solid #c6a304;
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	background: #144199;
	background: linear-gradient(-135deg, #103377, #144199);
	z-index: 60;
	padding: 30px 0;
	display: none;
}
ul#gmenu li {
	float: none;
	width: auto;
	text-align: center;
	font-size: 14px;
}
ul#gmenu li.online {
	width: auto;
}
ul#gmenu li a {
	color: #FFF;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}
ul#gmenu li a:hover,
ul#gmenu li a.current {
	border-bottom: none;
	padding: 10px 0;
}
#sp_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.80);
	left: 0;
	top: 50px;
	display: none;
	z-index: 2;
}
p.sp_menu {
 display: block;
 position: fixed;
 right: 16px;
 top: 20px;
 z-index: 62;
 width: 20px;
 height: 11px;
 text-align: center;
	line-height: 1;
}
.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 11px;
}
.menu-trigger span {
 position: absolute;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #FFF;
 border-radius: 1px;
 -webkit-border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
 top: 0;
}
.menu-trigger span:nth-of-type(2) {
 top: 5px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(5px) rotate(-45deg);
 transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-5px) rotate(45deg);
 transform: translateY(-5px) rotate(45deg);
}


p.btn01 {
	text-align: center;
}
p.btn01 a {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	max-width: 198px;
	background: #1a0a79 url("../images/btn_icon.png") no-repeat right 20px center;
	background-size: 7px auto;
	border-radius: 24px;
	line-height: 36px;
	display: block;
	text-decoration: none;
		-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	margin: 30px auto 0 auto;
}
p.btn01 a:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}


#title_area {
	background: url("../images/title_bg.png") repeat-x center 50px;
	background-size: 1000px auto;
	padding: 80px 0 0 0;
}
#title_area h1 {
	text-align: center;
	color: #caa600;
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.07em;
}
#title_area p {
	color: #555555;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 0;
	letter-spacing: 0.1em;
}
ul#pagenavi {
	letter-spacing: -.4em;
	text-align: center;
	margin-top: 35px;
}
ul#pagenavi li {
	display: inline-block;
	letter-spacing: normal;
	font-size: 12px;
	margin: 0 10px;
	width: 140px;
}
ul#pagenavi li a {
	color: #333333;
	display: block;
	background: #FFF url("../images/btn_icon02.png") no-repeat right 14px center;
	background-size: 9px auto;
	border: 1px solid #caa600;
	line-height: 31px;
}
ul#pagenavi li a:hover {
	text-decoration: none;
}

.title01 {
	font-size: 19px;
	margin: 30px 0 15px 0;
	letter-spacing: 0;
}
.title01 span {
	padding: 0 5px;
}

#footer_bg {
	background: url("../images/footer.png") no-repeat 0 0;
	background-size: 100% auto;
	padding: 45px 0 25px 0;
}
#footer {
	max-width: inherit;
	margin: 0;
	color: #FFF;
	padding: 0 15px;
}
#footer a {
	color: #FFF;
}
.footer01,
.footer02,
.footer03 {
	float: none;
}
.footer01 {
	width: auto;
	position: relative;
}
.footer01 p.footer_logo {
	margin: 0 0 0 15px;
	float: left;
	width: 101px;
}
.footer01 p.share {
	text-align: right;
	position: absolute;
	right: 55px;
	top: 40px;
}
.footer01 .footer_sns {
	float: right;
	margin: 65px 0 0 0;
}
.footer01 .footer_sns li {
	float: left;
	margin: 0 0 0 13px;
	width: 21px;
}
.footer02 {
	width: auto;
	margin: 30px 0 0 0;
}
.footer02 ul:nth-child(1) {
	font-size: 12px;
	padding: 0 0 0 10px;
}
.footer02 ul:nth-child(1) li {
	margin-bottom: 7px;
	width: 50%;
	float: left;
}
.footer02 ul:nth-child(1) li:nth-child(1) {
	width: 100%;
}
.footer02 ul:nth-child(2) {
	font-size: 11px;
	border-top: 1px solid #899cc3;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	text-align: center;
}
.footer02 ul:nth-child(2) li {
	display: inline-block;
	border-right: 1px solid #4b6db2;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
}
.footer02 ul:nth-child(2) li:nth-last-child(1) {
	border-right: none;
	margin: 0;
}
.footer03,
.footer04 {
	display: none;
}


#copy {
	margin: 30px;
}
#copy .corp_logo {
	float: none;
	text-align: center;
}
#copy .copy {
	float: none;
	text-align: center;
	font-size: 9px;
	margin: 15px 0 0 0;
}