/* CSS Document */

/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */

/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #12284c;
	line-height: 1.8;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
.bg-01 {
	background: #d1cdca;
}
a {
	color: #12284c;
	text-decoration: none;
}
h1, h2, h3, h4 {
	line-height: 1.6;
}
/* -----------------------------------------

	1.0 - Repeatable Patterns

-----------------------------------------*/
.w-base {
	max-width: 1024px;
	margin: auto;
}
.btn-01 {
	position: relative;
	z-index: 2;
	display: block;
	border: 1px solid #12284c;
	padding: 12px;
	font-weight: bold;
	overflow: hidden;
}
.btn-01 span {
	display: block;
	background-image: url(../img/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 17px 8px;
}
.btn-01:hover span {
	background-image: url(../img/arrow_right_white.svg);
}
.btn-01:hover {
	color: #fff;
}
.btn-01::after {
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	transition: all .3s;
}
.btn-01:hover::after {
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	background-color: #12284c;
	transition: all .3s;
}
/* -----------------------------------------

	2.0 - 

-----------------------------------------*/

/* XXX */
#header-wrap {
	background: #12284c;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#header-wrap #header {
	position: relative;
	height: 64px;
}
#header-wrap #header h1 {
	padding: 10px 0;
}
#header-wrap #header h1 img {
	height: 44px;
}
#header-wrap #btn-gnav {
	width: 130px;
	position: absolute;
	left: 0;
	top: 0;
}
#header-wrap #btn-gnav a {
	display: block;
	padding: 15px;
}
#header-wrap #btn-gnav img {
	width: 85px;
}
#header-wrap #gnav {
	padding: 60px 0 70px;
	display: none;
}
#header-wrap #gnav ul {
	width: 658px;
	margin: 0 auto 25px;
}
#header-wrap #gnav ul li {
	border-bottom: 1px solid #FFF;
}
#header-wrap #gnav ul li a {
	display: block;
	color: #FFF;
	padding: 15px;
	font-size: 150%;
}
#header-wrap #gnav #btn-gnav-close {
}
#header-wrap #gnav #btn-gnav-close a {
	display: inline-block;
	color: #FFF;
	font-size: 75%;
	padding-top: 45px;
	width: 50px;
	background-image: url(../img/arrow_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
#contents-wrap {
	padding-top: 64px;
}
#box-index {
	padding: 90px 0 50px;
	text-align: center;
}
#box-index .logo {
	margin-bottom: 40px;
}
#box-index .logo img {
	width: 155px;
}
#box-index .txt {
	font-size: 180%;
}
#nav-index {
	text-align: center;
}
#nav-index ul {
}
#nav-index ul li {
	display: inline-block;
	width: 254px;
	margin: 0 15px;
}
#nav-index ul li span {
	display: block;
}
#nav-index ul li .tit {
	margin-bottom: 15px;
	line-height: 1.4;
}
#nav-index ul li .tit span.s {
	font-size: 75%;
}
#nav-index ul li .tit span.l {
	font-size: 150%;
}
#nav-index ul li .btn {
	font-size: 85%;
}
#nav-index ul li .btn a {
}
#footer-wrap {
	background: #12284c;
	text-align: right;
	color: #FFF;
	margin-top: 120px;
}
#footer-wrap #footer {
	padding: 10px;
}
#footer-wrap #footer .txt {
	font-size: 75%;
}

#footer-wrap #company_txt{
	float: left;
	text-align: left;
}
#footer-wrap #privacy_link{
		float: right;
}
#footer-wrap #privacy_link a {
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../img/arrow_right_white.svg);
	background-size: 10%;
	padding-right: 17px;
	color: #ffffff;
}
#footer-wrap #footer_copyright{
	clear: both;
}

.tit-02 {
	font-size: 240%;
}
.tit-03 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 140%;
	border-bottom: 1px solid #12284c;
}
.tit-03-b {
	font-size: 140%;
	font-weight: bold;
}
.txt-01 {
	margin-bottom: 1em;
	font-size: 100%;
}
.section-01 {
	margin: 116px auto;
	width: 834px;
}
.section-02 {
	margin: 55px 0;
}
.btn-wrap-01 {
	width: 252px;
}
.btn-wrap-01 .btn-01 {
	padding: 8px 15px;
}
.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal !important;
}
.fz-s {
	font-size: 85%;
}
.fz-m {
	font-size: 100%;
}
.fz-l {
	font-size: 130%;
}
.ta-c {
	text-align: center;
}
.list-01 {
	list-style-type: none;
}
.list-01 > li {
	margin-bottom: 30px;
}
.list-01 > li .fz-l {
	margin-bottom: 0;
}
.list-01 > li .fz-m {
	margin: 0 0 5px 2.5em;
	text-indent: -1em;
}
.list-01 > li .btn {
	margin: 0 0 5px 40px;
}
.tbl-01 {
}
.tbl-01 table {
	width: 100%;
}
.tbl-01 table th, .tbl-01 table td {
	text-align: left;
	padding: 10px 0;
}
.list-02 li {
	list-style-type: none;
}
.box-event {
	overflow: hidden;
}
.box-event .img {
	float: right;
	width: 381px;
}
.box-event .info {
	float: left;
	width: 453px;
	margin-top: 40px;
}
.list-planning {
	margin-top: 30px;
	overflow: hidden;
}
.list-planning li {
	float: left;
	width: 130px;
	padding: 10px;
	background: #15284C;
	color: #FFF;
	list-style-type: none;
	margin-right: 20px;
	line-height: 1.4;
	position: relative;
}
.list-planning li.l-4 {
	width: 172px;
}
.list-planning li:last-child {
	margin-right: 0;
}
.list-planning li .tit {
	margin-bottom: 30px;
	font-size: 110%;
	position: relative;
	z-index: 10;
}
.list-planning li .txt {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}
.list-planning li:after {
	height: 38px;
	width: 38px;
	z-index: 5;
	right: -13px;
	top: 40%;
	content: " ";
	background: #15284C;
	position: absolute;
	transform: rotate(-45deg);
}
.list-planning li:last-child:after {
	display: none;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}







































/* XXX */
