 @charset "UTF-8";
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	position: relative;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
ul,ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a:link,
a:visited {
	color: #494949;
	text-decoration: none;
}
a:hover,
a:active {
	color: #494949;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), local('Yu Gothic');
}
h1,h2,h3,h4,h5,h6,
dt,dd,li,form,input,select,textarea,
p,address,pre,blockquote,th,td,div {
	font-family: MyYuGothicM, YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*
	font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	*/
	font-size: 16px;
	line-height: 1.6;
	color: #494949;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
img { vertical-align: top; }

/* --------------------------------------------------
	form
-------------------------------------------------- */
label { cursor: pointer; }
input[type="text"],select,textarea {
	padding: 3px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #999;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
input[type="text"]:focus,textarea:focus {
	box-shadow: 0 0 3px 3px rgba(0,0,0,0.1) inset;
}
textarea { width: 100%; }
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 12px;
	margin: 0 auto;
	width: 30%;
	box-sizing: border-box;
	background: #00418F url("../img/btn_arrow_w.png") no-repeat right center;
	background-size: contain;
	border: 2px solid #00418F;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #fff;
	background-image: url("../img/btn_arrow_b.png");
	color: #00418F;
}
input.btn-half { margin-left: 19%; }
input.btn-half.btn-right {
	float: right;
	margin-left: auto;
	margin-right: 19%;
}
@media screen and (max-width: 640px) {
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		padding: 15px;
		width: 87.5%;
		font-size: 16px;
	}
	input.btn-half {
		margin-left: 5.625%;
		padding-right: 25px;
		width: 42.1875%;
	}
	input.btn-half.btn-right {
		float: right;
		margin-left: auto;
		margin-right: 5.625%;
	}
}

/* --------------------------------------------------
	Clearfix
-------------------------------------------------- */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.clearfix { *zoom: 1; }

/* --------------------------------------------------
	#pagetop
-------------------------------------------------- */
#pagetop {
	position: fixed;
	right: 50px;
	bottom: 0;
	z-index: 100;
}
#pagetop a {
	display: block;
	width: 48px;
	height: 48px;
	overflow: hidden;
	background: url("../img/pagetop.png") no-repeat center center;
	background-size: 100% auto;
	text-indent: -9999px;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
#pagetop a:hover { opacity: 0.6; }
@media screen and (max-width: 1320px) {
	#pagetop {
		left: 50%;
		right: auto;
		margin-left: 550px;
	}
}
@media screen and (max-width: 1220px) {
	#pagetop {
		left: auto;
		right: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#pagetop {
		bottom: 0;
	}
	#pagetop a {
		width: 40px;
		height: 40px;
	}
}

/* --------------------------------------------------
	.inner
-------------------------------------------------- */
.inner {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
}
@media screen and (max-width: 980px) {
	.inner {}
}

/* --------------------------------------------------
	br,span
-------------------------------------------------- */
br.sp,
span.sp { display: none; }
@media screen and (max-width: 640px) {
	br.pc,
	span.pc { display: none; }
	br.sp,
	span.sp { display: block; }
}

/* --------------------------------------------------
	#header
-------------------------------------------------- */
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 110px;
}
#header.fixed {
	position: fixed;
	top: -40px;
}
#header .logo {
	position: absolute;
	left: 0;
	top: 65px;
	z-index: 2;
	width: 20.4082%;
}
#header .logo img { width: 100%; }
#header #subNav { height: 40px; }
#header #subNav ul {
	font-size: 0;
	text-align: right;
}
#header #subNav li { display: inline-block; }
#header #subNav li a {
	display: block;
	padding: 0 1em;
	height: 40px;
	background: rgba(255,255,255,0.9);
	font-size: 11px;
	line-height: 40px;
	color: #00418F;
}
#header #subNav li a:hover {
	background: #0067C1;
	color: #fff;
}
#header #subNav li.signup a {
	padding: 0;
	background-color: #00418F;
}
#header #subNav li.signup a:hover { background-color: #0067C1; }

@media screen and (max-width: 980px) {
	#header .logo { left: 10px; }
}
@media screen and (max-width: 640px) {
	#header {
		position: fixed;
		height: 50px;
		background: #FFF;
	}
	#header.fixed { top: 0; }
	#header .logo {
		left: auto;
		right: 10px;
		top: 15px;
		width: 182px;
	}
	#header #subNav { display: none; }
}

/* --------------------------------------------------
	#gNav
-------------------------------------------------- */
#gNav {
	background: #fff;
	height: 70px;
}
#menuBg,
#menuBtn {
	display: none;
	cursor: pointer;
}
#gNav ul {
	float: right;
	display: block;
	width: 76.5307%;
	text-align: center;
	font-size: 0;
	-moz-transition: 0.05s ease;
	-webkit-transition: 0.05s ease;
	transition: 0.05s ease;
}
#gNav ul li {
	float: left;
	display: table;
	width: 20%;
	height: 70px;
}
#gNav ul li.nav6 { display: none; }
#gNav ul li a {
	display: table-cell;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #494949;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
#gNav ul li:hover a {
	color: #fff;
	text-decoration: none;
	background: #009EDD;
}
@media screen and (max-width: 780px) {
	#gNav ul li a { padding: 0 5px; }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
	#menuBg {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9;
		width: 100%;
		height: 100%;
		background: rgba(0,65,143,.95);
	}
	#menuBtn {
		position: absolute;
		left: 0;
		top: 5px;
		display: block;
		width: 40px;
		height: 40px;
		background: url("../img/header_menu.png") no-repeat left top;
		background-size: 200% 100%;
		text-indent: -9999px;
		cursor: pointer;
	}
	#menuBtn.close { background-position: right top; }
	#gNav {
		display: block;
		margin-right: 0;
		height: 50px;
	}
	#gNav ul {
		display: block;
		position: absolute;
		left: -87.5%;
		top: 50px;
		z-index: 100;
		padding: 0;
		width: 87.5%;
		background: #FFF;
		-moz-transition: left 0.3s linear;
		-webkit-transition: left 0.3s linear;
		transition: left 0.3s linear;
	}
	#gNav ul li {
		position: relative;
		display: block;
		margin: 0;
		width: 100%;
		height: 60px;
	}
	#gNav ul li:before {
		content: '';
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#gNav ul li a {
		display: block;
		padding: 20px 20px;
		height: 60px;
		box-sizing: border-box;
		background: #009EDD;
		border-bottom: 1px solid #fff;
		font-size: 15px;
		color: #fff;
		text-align: left;
	}
	#gNav ul li.nav6 { display: block; }
	#gNav ul li.nav6 a {
		background: #fff;
		color: #00418F;
	}
}

/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
#mainContents {
	margin: 0 auto;
	padding-top: 240px;
	max-width: 1200px;
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContents > h1 {
	margin: 0 auto;
	padding: 56px 0;
}
@media screen and (max-width: 640px) {
	body { padding-top: 50px; }
	#mainContents {
		padding-top: 37.5%;
		background-size: 187.5% auto;
	}
	#mainContents > h1 { padding: 32px 0; }
}

/* --------------------------------------------------
	.accordion
-------------------------------------------------- */
.accd-head {
	display: block;
	margin: 0 auto;
	width: 68px;
	height: 34px;
	background: url("../img/icon_arrow1.png") no-repeat;
	background-size: 100% auto;
	font-size: 14px;
	text-indent: -9999px;
	cursor: pointer;
}
.accd-head.close { background-image: url("../img/icon_arrow2.png"); }
@media screen and (max-width: 640px) {
	.accd-head {
		width: 60px;
		height: 30px;
	}
}

/* --------------------------------------------------
	#bottomContents
-------------------------------------------------- */
#bottomContents {
	margin: 0 auto;
	max-width: 1200px;
	background: url("../img/footer_bg.jpg") no-repeat center bottom;
	overflow: hidden;
}
#bottomContents .inner {
	position: relative;
	padding-bottom: 128px;
}
#bottomContents .inner .bnrList {
	margin: 0 auto;
	max-width: 1000px;
}
#bottomContents .inner ul {
	margin-left: -20px;
	font-size: 0;
}
#bottomContents .inner li {
	margin: 0 0 20px 20px;
	display: inline-block;
	width: 230px;
}
#bottomContents .inner li img { width: 100%; }
#bottomContents .signup {
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -490px;
	z-index: 100;
}
#bottomContents .signup a {
	display: block;
	width: 314px;
	background: #00418F;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
#bottomContents .signup a img { width: 100%; }
#bottomContents .signup a:hover { background-color: #0067C1; }
@media screen and (max-width: 1000px) {
	#bottomContents .inner .bnrList { max-width: 730px; }
}
@media screen and (max-width: 980px) {
	#bottomContents .signup {
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#bottomContents .inner .bnrList { max-width: 480px; }
	#bottomContents .signup a { width: 260px; }
}
@media screen and (max-width: 640px) {
	#bottomContents {
		background-image: url("../img/sp_footer_bg.jpg");
		background-size: 100% auto;
	}
	#bottomContents .inner { padding-bottom: 70px; }
	#bottomContents .inner .bnrList { max-width: 100%; }
	#bottomContents .inner ul { margin-left: 0; }
	#bottomContents .inner li {
		display: block;
		margin: 0 auto 15px;
		width: 64.6875%;
	}
}

/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer { background: #303030; }
#footer .inner {
	margin: 0 auto;
	padding: 30px 5px;
	box-sizing: border-box;
}
#fNav ul {
	margin: 0 auto 50px;
	max-width: 800px;
	font-size: 0;
	text-align: center;
}
#fNav ul li {
	display: inline-block;
	margin: 0 0 1em -1px;
	padding: 0 18px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 12px;
	line-height: 1;
}
#fNav ul li a { color: #fff; }
#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 980px) {
	#footer .inner {
		padding: 10px;
		width: 92.1875%;
	}
}
@media screen and (max-width: 640px) {
	#footer { background: #fff; }
	#footer .inner {
		padding: 0 0 10px;
		width: 100%;
	}
	#fNav ul { margin-bottom: 0; }
	#fNav ul li {
		margin: 0;
		padding: 0;
		width: 50%;
		background: #303030;
		box-sizing: border-box;
		border-right: none;
		border-bottom: 1px solid #fff;
		font-size: 13px;
		font-weight: bold;
	}
	#fNav ul li:nth-child(1),
	#fNav ul li:nth-child(3),
	#fNav ul li:nth-child(5),
	#fNav ul li:nth-child(7) { border-left: none; }
	#fNav ul li a {
		display: block;
		padding: 18px 0;
	}
	#footer p {
		display: block;
		margin-top: 10px;
		font-size: 11px;
		line-height: 1.4;
		text-align: center;
		color: #303030;
	}
}

/* --------------------------------------------------
	movie
-------------------------------------------------- */
#overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
#movieContents {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	display: none;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 768px;
	background: #000;
}
#movieContents #movieContentsInner {
	position: relative;
	padding-top: 56.25%;
}
#movieContents #movieContentsInner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#movieContents #movieContentsInner img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
#movieContents #movieClose {
	position: absolute;
	right: 0;
	top: -43px;
	width: 42px;
	height: 42px;
	background-image: url('../img/btn_close.png');
	background-size: contain;
	text-indent: -9999px;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
#movieContents #movieClose:hover { opacity: 0.6; }
@media screen and (max-width: 768px) {
	#movieContents { width: 100%; }
	#movieContents #movieClose {
		top: -32px;
		width: 30px;
		height: 30px;
	}
}

/* --------------------------------------------------
	slick.css
-------------------------------------------------- */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
			touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			 -o-transform: translate3d(0, 0, 0);
					transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none; }

