@charset "utf-8";
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
base
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

body {
	overflow-x: hidden;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
body,h1,h2,h3,h4,h5,h6,p {
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

a {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:link {color: #0000FF;}
a:active {color: #0000FF;}
a:visited {color: #990066;}

img {vertical-align: bottom;}
a img {border: none;}

input:focus,
button {
	outline: 0;
}

.clear {
	display: none;
	clear: both;
}

img.centering {position: absolute;}

::selection {
	background: #f0bc88;
}
::-moz-selection {
	background: #f0bc88;
}

.pcNone {display: none;}

@media (max-width: 767px) {
	/* responsive none fore SP */
	.spNone {display: none;}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
common styles
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

/* font-size */
.fs0 {font-size: 0;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs60 {font-size: 60px;}
.fs100 {font-size: 100px;}

/* font-family */
.default {font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;}
.mincho {font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'Meiryo UI', 'メイリオ', 'Meiryo', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;}
.eng {font-family: Arial, Helvetica, sans-serif;}
.gf01 {font-family: 'Barlow Condensed', sans-serif;} /* sans-serif */
.gf02 {font-family: 'Roboto Slab', sans-serif;} /* serif */

/* font-weight */
.fwBold {font-weight: bold;}
.fwNormal {font-weight: normal;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

/* font-style */
.fstNormal {font-style: normal;}
.fstItalic {font-style: italic;}

/* color(文字色) */
.fcWhite01 {color: #FFF;} /* 白 */
.fcWhite02 {color: #f7f6ec;} /* 白 */
.fcBlack {color: #333;} /* 黒 */
.fcGray01 {color: #BBB;} /* グレー */
.fcRed {color: #e60012;} /* 赤 */
.fcBlue01 {color: #27196e;} /* 青 */
.fcYellow {color: #e4c920;} /* 黄 */
.fcOcher {color: #b2a765;} /* 黄土色 */

/* text-align */
.taCenter {text-align: center;}
.taLeft {text-align: left;}
.taRight {text-align: right;}

/* vertical-align */
.vaBottom {vertical-align: bottom;}
.vaMiddle {vertical-align: middle;}
.vaTop {vertical-align: top;}

/* line-height */
.lh10 {line-height: 1;}
.lh11 {line-height: 1.1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh14 {line-height: 1.4;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.lh19 {line-height: 1.9;}
.lh20 {line-height: 2;}

/* background(背景色) */
.bgWhite01 {background-color: #FFF;} /* 白 */
.bgWhite02 {background-color: #f7f6ec;} /* 白 */
.bgBlack {background-color: #000;} /* 黒 */
.bgGray01 {background-color: #f8f7f1;} /* グレー（薄） */
.bgBlue01 {background-color: #27196e;} /* 青 */
.bgBlue02 {background-color: #00b7ee;} /* 青 */
.bgYellow01 {background-color: #e4c920;} /* 黄 */
.bgOrange {background-color: #e17912;} /* オレンジ */
.bgKhaki {background-color: #efedd9;} /* カーキ */

/* float */
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}

/* border-radius */
.bRadius02 {-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.bRadius03 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.bRadius04 {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.bRadius05 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.bRadius10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.bRadius15 {-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;}
.bRadius20 {-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.bRadius25 {-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.bRadius30 {-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}

/* hover時半透明 */
.opacity:hover  {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* text-indent */
.ti-05 {text-indent: -5px;}
.ti-10 {text-indent: -10px;}
.ti-15 {text-indent: -15px;}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
global navigation
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#gNav {
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #27196e;
	position: relative;
}
#logo {
	margin: -79px 0 0;
	position: absolute;
	top: 50%;
	left: 32px;
}
#gNav nav {
	width: 976px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#gNav nav ul.nav {
	width: 696px;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gNav nav ul.nav li {
	width: 138px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #b2a765;
}
#gNav nav ul.nav li.pcNone {
	display: none;
}
#gNav nav ul.nav li:nth-child(5) {
	border-right: 1px solid #b2a765;
}
#gNav nav ul.nav li a {
	width: 138px;
	height: 110px;
	padding: 30px 0 0;
	color: #27196e;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#gNav nav ul.nav li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #b2a765;
	transition: 0.1s linear;	
}
#gNav nav ul.nav li span {
	margin: 8px 0 0;
	display: block;
}
#gNav nav ul.nav li a em {
	width: 98px;
	margin: 10px 0 0;
	padding: 2px 0;
	color: #FFF;
	display: inline-block;
	position: relative;
}
#gNav nav ul.nav li a:hover em {
	background-color: #e60012;
	transition: 0.1s linear;	
}
#gNav nav ul.nav li ul {
	margin: 0;
	padding: 0;
	display: none;
	list-style: none;
}
#gNav nav ul.nav li ul li {
	height: 60px;
	margin: 1px 0 0;
	padding: 0;
	border-left: none;
}
#gNav nav ul.nav li ul li a {
	height: 100%;
	padding: 20px 0 0;
	display: block;
	background-color: #e4c920;
}
#gNav nav div {
	width: 240px;
	margin: 0;
	padding: 10px 20px 0;
}
#gNav nav div form {
	height: 36px;
	position: relative;
}
#gNav nav div input.textBox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;		
	width: 240px;
	height: 36px;
	margin: 0;
	padding: 0 10px !important;
	background-position: left 10px center !important;
	border: 1px solid #b2a765 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3) inset;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.3) inset;
}
#gNav nav div input.textBox:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#gNav nav div p.searchBtn {
	width: 18px;
	height: 18px;
	overflow: hidden;
	margin: -9px 0 0;
	position: absolute;
	top: 50%;
	right: 20px;
}
#gNav nav div p.searchBtn input:hover {
	cursor: pointer;
}
#gNav nav div ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}
#gNav nav div ul li {
	margin: 10px 0 0;
	padding: 0;
}
#gNav nav div ul li a {
	padding: 0 0 0 10px;
	color: #27196e;
	background-image: url(../img/common/ar/01.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 4px 7px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: 0.1s linear;	
}
#gNav nav div ul li a:hover {
	text-decoration: none;
	display: block;
	position: relative;
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

@media (max-width: 1460px) {
	#gNav nav {
		width: 696px;
	}
	#gNav nav div {
		display: none;
	}
}

@media (max-width: 1220px) {
	#gNav nav {
		width: 556px;
	}
	#gNav nav ul.nav li:nth-child(1) {
		display: none;
	}
}

@media (min-width: 1041px) {
	#gNav nav {
		display: block !important;
	}
}

@media (max-width: 1040px) {
	#gNav nav {
		width: 100%;
		margin: 0;
		display: none;
		float: none;
		position: relative;
		top: 120px;
	}
	#gNav nav ul.nav {
		width: 100%;
		height: auto;
		display: block;
		float: none;
		border-top: 1px solid #b2a765;
	}
	#gNav nav ul.nav li {
		width: auto;
		text-align: center;
		font-size: 18px;
		display: block;
		float: none;
		border-bottom: 1px solid #b2a765;
		border-left: none;
	}
	#gNav nav ul.nav li:nth-child(1),
	#gNav nav ul.nav li.pcNone {
		display: block;
	}
	#gNav nav ul.nav li:nth-child(5) {
		display: block;
		border-right: none;
	}
	#gNav nav ul.nav li a {
		width: 100%;
		height: 60px;
		padding: 10px 0 0;
		background-color: #e4c920;
	}
	#gNav nav ul.nav li:nth-child(5) a {
		height: 87px;
	}
	#gNav nav ul.nav li span {
		margin: 5px 0 0;
	}
	#gNav nav ul.nav li ul li {
		margin: 0;
		border-top: none;
		border-bottom: none;
	}
	#gNav nav ul.nav li ul li a,
	#gNav nav ul.nav li:nth-child(5) ul li a {
		height: 100%;
		border-top: 1px solid #b2a765;
	}
	#gNav nav div {
		width: 100%;
		padding: 0;
		display: block;
		float: none;
	}
	#gNav nav div form {
		display: none;
	}
	#gNav nav div ul {
		width: 100%;
		margin: 0;
		background-color: #000;
	}
	#gNav nav div ul li {
		width: 100%;
		margin: 0;
		font-size: 15px;
		text-align: center;
		border-bottom: 1px solid #b2a765;
	}
	#gNav nav div ul li.pcNone {
		display: block;
	}
	#gNav nav div ul li a {
		width: 100%;
		height:  60px;
		padding: 10px 0 0;
		display: block;
		background-color: #e4c920;
		background-image: none;
	}
	#gNav nav div ul li a:hover {
		color: #FFF;
		background-color: #b2a765;
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#gNav nav div ul li a span.pcNone {
		margin: 0 0 8px;
		font-size: 18px;
		display: block;
	}
}

@media (max-width: 767px) {
	#gNav {
		height: 75px;
	}
	#logo {
		width: 250px;
		height: auto;
		margin: -12px 0 0 7px;
		position: relative;
		top: auto;
		left: auto;
	}
	#gNav nav {
		margin: -3px 0 0;
		top: auto;
	}
}

/* スマホ　メニューボタン */
#btnSp {
	width: auto;
	margin: -30px 0 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
}
#btnSp a {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	position: relative;
	background-color: #27196e;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#btnSp strong {
	margin: 5px 0 0;
	text-align: center;
	display: block;
}
.menu-trigger,
.menu-trigger span {
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger span {
	margin: 0 0 0 -11px;
	position: absolute;
	left: 50%;
	width: 22px;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger span:nth-of-type(2) {
	margin: -1px 0 0 -11px;
	top: 50%;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 10px;
}
.menu-trigger.active span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(19px) rotate(-45deg);
	transform: translateY(19px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-19px) rotate(45deg);
	transform: translateY(-19px) rotate(45deg);
}

@media (max-width: 1040px) {
	#btnSp {
		display: block;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
topic path
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#tPath {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 13px 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tPath a {
	color: #FFF;
}

@media (max-width: 767px) {
	#tPath {
		height: auto;
		padding: 11px 10px;
		font-size: 14px;
		line-height: 1.5;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
フリー装飾
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

div.system-free {
	width: 1200px;
	height: 100%;
	overflow: hidden;
}
div.system-free hr {
	border-style: solid;
	border-width: 1px 0 0 0;
}
@media (max-width: 1300px) {
	div.system-free {
		width: 100%;
	}
}

@media (max-width: 860px) {
	div.system-free img {
		width: 100%;
		height: auto;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
ページ遷移
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

ol.transition {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 60px auto 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
ol.transition li {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 1px 0 0;
	padding: 0;
	color: #FFF;
	text-align: center;
	line-height: 1;
	display: inline-block;
	background: #27196e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol.transition li:last-child {
	margin: 0;
}
ol.transition li a {
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
	display: block;
	text-decoration: none;
	transition: 0.1s linear;	
}
ol.transition li span {
	margin: 0;
	padding: 10px 0 0;
	display: block;
}
ol.transition li a:hover,
ol.transition li.current {
	color: #FFF;
	font-weight: bold;
	background: #b2a765;
}

@media (max-width: 767px) {
	ol.transition {
		width: auto;
		height: auto;
		margin: 60px 20px 0;
	}
	ol.transition li {
		margin: 0 1px 1px 0;
	}
	ol.transition li:last-child {
		margin: 0 0 1px 0;
	}
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
clearfix
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
button
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

/* ボタンその1 */
.cmnbtn01 a {
	color: #b2a765;
	display: block;
	background-color: #FFF;
	border: 2px solid #b2a765;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.cmnbtn01 a span {
	min-height: 14px;
	margin: 0;
	padding: 0 20px 0 0;
	background-image: url(../img/common/ar/02.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 9px 14px;	
	transition: 0.1s linear;	
}
.cmnbtn01 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #b2a765;
	transition: 0.1s linear;	
}
.cmnbtn01 a:hover span {
	padding: 0 30px 0 0;
	background-image: url(../img/common/ar/02_on.png);
}

/* ボタンその2 */
.cmnbtn02 button {
	color: #b2a765;
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #FFF;
	border: 2px solid #b2a765;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cmnbtn02 button span {
	min-height: 14px;
	margin: 0;
	padding: 0 20px 0 0;
	background-image: url(../img/common/ar/02.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 9px 14px;
	position: relative;
}
.cmnbtn02 button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #b2a765;
	cursor: pointer;
	transition: 0.1s linear;
}
.cmnbtn02 button:hover span {
	background-image: url(../img/common/ar/02_on.png);
}

/* ボタンその3（送信ボタン） */
.send button {
	color: #6d65b2;
	display: block;
	font-size: 16px;
	font-weight:  bold;
	background-color: #fff;
	border: 2px solid #6d65b2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.send button span {
	min-height: 14px;
	margin: 0;
	padding: 0 20px 0 0;
	background-image: url(../img/common/ar/10.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 9px 14px;	
}
.send button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #6d65b2;
	cursor: pointer;
	transition: 0.1s linear;
}
.send button:hover span {
	background-image: url(../img/common/ar/02_on.png);
}


/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
ページの先頭へ
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */

#btn_pagetop {
	position: fixed;
	right: 40px;
	z-index: 9999;
}

@media (max-width: 767px) {
	#btn_pagetop {
		width: 40px;
		height: 40px;
		right: 10px;
	}
	#btn_pagetop img {
		width: 100%;
		height: auto;
	}
}






