@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 16px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	/* font-family:"RyuminR","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	line-height: 1.6;
	color:#222;
	-webkit-text-size-adjust: 100%;
}

#contents {
	width: 1000px;
	margin: 0 auto;
}

header + #contents {
	padding-top: 50px;
}

.inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

/* フォント
--------------------------------------- 
@font-face {
  font-family: "RyuminR";
  src: url("../font/RyuminR.woff") format('woff');
}
*/

/*タイトルタグ
---------------------------------------------------------------------------*/

h1 {
	font-size: 28px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 0.5em;
	padding-left: 50px;
	/*font-family: "RyuminR";*/
	font-weight: bold;
	font-size: 24px;
	color: #393E8B;
	text-align: left;
	line-height: 1.8;
	border-bottom: #757575 solid 1px;
	background: url("../images/bg_h2.png") no-repeat;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}

h3 {
	margin-top: 30px;
	margin-bottom: 0.25em;
	padding-left: 35px;
	font-size: 22px;
	font-weight: bold;
	background: url('../images/bg_h3.png') 0 50% no-repeat;
	color: #393E8B;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 18px;
    font-weight: bold;
	color: #393E8B;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
	color: #393E8B;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #393E8B;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	/*vertical-align: bottom;*/
}
a:hover img {
	opacity: 0.8;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #0066CC;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
}
table caption{
	font-size: 115%;
	color: rgba(0,35,140,1.00);
	text-align: left;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
td {
	padding: 10px;
	vertical-align: middle;
}

.table1 {
	border-top: 1px dotted #CCC;
}
.table1 caption{
	font-size: 130%;
	color: rgba(0,35,140,1.00);
	text-align: left;
}
.table1 th {
	border: 1px solid #CCC;
}
.table1 td {
	border-bottom: 1px dotted #CCC;
}

.menutable {
	border-top: 1px dotted #CCC;
}
.menutable th {
	border-bottom: 1px dotted #CCC;
}
.menutable td {
	border-bottom: 1px dotted #CCC;
	text-align: right;
}

.menutable1 {
	border-top: 1px dotted #CCC;
}
.menutable1 th {
	border-bottom: 1px dotted #CCC;
}
.menutable1 td {
	border-bottom: 1px dotted #CCC;
}

.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;		/*背景色*/
	color: #444;			/*文字色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #444;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;		/*幅*/
	text-align: center;	/*センタリング*/
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}

.th_bg_pink{
	background: rgba(251,198,224,1.00);
	width: 15em;
}
.th_bg_purple{
	background: rgba(209,208,236,1.00);
	width: 15em;
}
.th_bg_orange{
	background: rgba(248,219,194,1.00);
	width: 15em;
}
.th_bg_bk{
	background: rgba(0,0,0,1.00);
	width: 15em;
	color: #eee;
}
.th_bg_navy{
	background: rgba(0,35,140,1.00);
	width: 16em;
	color: #eee;
}

/*マージン
------------------------------------------------------------------*/
.m5{margin: 5px}
.m10{margin: 10px}
.m20{margin: 20px}
.m30{margin: 30px}
.mb15,.mb1em {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.mb70 {margin-bottom: 70px;}

/*クリア
------------------------------------------------------------------*/
.clear{
    clear: both;
}
.clear10{
    clear: both;
    margin-bottom: 10px;
}
.clear20{
    clear: both;
    margin-bottom: 20px;
}


/*テキスト装飾
------------------------------------------------------------------*/
.text_bk{color: #000;}
.text_red{color: #cc0000;}
.text_red_l{color: #cc0000; font-size:120%;}
.text_red_xl{color: #cc0000; font-size:140%;}
.text_green{color: #66cc33;}
.text_green2{color: #339900;}
.text_green3{
	color: #339900;
	font-weight: bold;
	font-size: 110%;
}
.text_orange{color: #ff6600;}
.text_pink{color: #C69;}
.text_pinkl{
	color: #C69;
	font-size:120%;
}
.text_blue{
	color: #09b5de;
	font-weight: bold;
	font-size: 110%;
}
.text_blue2{
	color: #09b5de;
	font-size: 80%;
}
.text_blue3{
	color: #09b5de;
}
.text_blue4{
	color: #06C;
}
.text_blue4l{
	color: #06C;
	font-size:115%;
	font-weight: bold;
}
.text_blue4xl{
	color: #06C;
	font-size:140%;
	font-weight: bold;
    margin-top: 40px;
}
.text_small{
    font-size: 85%;
	line-height:normal
}
.text_small_red{
    font-size: 80%;
	line-height:normal;
	color:#C00;
}
.text_m{
    font-size: 120%;
	font-weight: bold;
	line-height:1.8em;
}
.text_large{
    font-size: 150%;
	line-height:2em;
	font-weight: bold;
}


/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	margin-bottom:10px;
}
.img_70{
    width: 70%;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

.box_half_l{
	width: 47%;
	margin-left: 0;
	padding: 1%;
	float: left;
}
.box_half_l_2{
	width: 47%;
	margin-left: 0;
	padding: 1%;
	float: left;
}
.box_half_l h4{
    font-size: 110%;
    text-align: center;
}
.box_half_r{
	width: 47%;
	margin-right: 0;
	padding: 1%;
	float: right;
}
.box_half_r_2{
	width: 47%;
	margin-right: 0;
	padding: 1%;
	float: right;
}
.box_half_r h4{
    font-size: 110%;
    text-align: center;
}
.box_half_r p {
    text-align: center !important;
    font-size: 13px;
    font-weight: bold;
}
.box_half_l h4{
    font-size: 100%;
    text-align: center;
    color: #222;
}
.box_half_l p {
    text-align: center !important;
    font-size: 13px;
    font-weight: bold;
}

.wl {width: 96%;}
.ws {width: 50%;}

@media screen and (max-width:767px) {
    
    .img_70{
        width: 100%;
    }

	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

@media screen and (max-width:500px) {
    
.box_half_l{
	width: 100%;
	padding: 2%;
	float: none;
}

.box_half_r{
	width: 100%;
	padding: 2%;
	float: none;
}
.box_half_r p {
    font-size: 12px;
}

}
/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background:#332299;
	border: #332299 solid 1px;
}
.btn a:hover {
	color: #332299 !important;
	background: #FFFFFF;
	border: #332299 solid 1px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/* -ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center; */
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}
.half {
	width:47% !important;
    margin: 1%;
}

.twoCol .inner h2 {
	margin-top: 10px;
	margin-bottom: 0.5em;
}

.twoCol .inner h2 span {
	position: relative;
	font-size: 12px;
}

.twoCol .inner h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}

.twoCol .inner h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}


@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:30px 5px 30px 5px;
	}
}

/* 変則2カラム65%-35%（スマートフォンでは1カラム) */
.twoCol_1 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.twoCol_1 .inner65 {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/* -ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center; */
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 63.98%;
	height: auto;
	margin:0 0 10px 0;
}
.twoCol_1 .inner65 .image {
	width: 100%;
	min-height: 0%;
}
.twoCol_1 .inner65 img {
	width:100%;
}

.twoCol_1 .inner65 h2 {
	margin-top: 10px;
	margin-bottom: 0.5em;
}

.twoCol_1 .inner65 h2 span {
	position: relative;
	font-size: 12px;
}

.twoCol_1 .inner65 h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}

.twoCol_1 .inner65 h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}
.twoCol_1 .inner35 {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/* -ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center; */
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 33.98%;
	height: auto;
	margin:0 0 10px 0;
}
.twoCol_1 .inner35 {
	clear:both;
}
.twoCol_1 .inner35 .image {
	width: 100%;
	min-height: 0%;
}
.twoCol_1 .inner35 img {
	width:100%;
}

.twoCol_1 .inner35 h2 {
	margin-top: 10px;
	margin-bottom: 0.5em;
}

.twoCol_1 .inner35 h2 span {
	position: relative;
	font-size: 12px;
}

.twoCol_1 .inner35 h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}

.twoCol_1 .inner35 h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #393E8B;
}


@media screen and (max-width:767px) {
	.twoCol_1 {
		display: block;
		margin-bottom:20px;
	}
	.twoCol_1 .inner65 {
		width :100%;
		margin:0 0 10px 0;
	}
	.twoCol_1 .inner35 {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol h3 {
	margin-top: 10px;
    text-align: left !important;
	margin-bottom:5px;
	padding-left: 0;
	font-size: 18px;
	background: none;
	color: #393E8B;
}

.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}

/* お知らせ */
.information {
	height: 200px;
	overflow: auto;
    font-size: 90%;
	margin-bottom: 30px;
    vertical-align: top;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:  rgba(255,255,255,0.80);
	border-bottom: #152AAA 3px solid;
	z-index: 100;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 95px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header {
		height: 95px;
	}

	header h1 {
		padding: 5px 0 0 10px;
		width: 320px;
	}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:1130px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
		margin-top: 0;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 80px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: rgba(235,235,235,0.2);
		color: rgba(27,44,106,1.00);
	/*font-family: "RyuminR";*/
		font-size: 16px;
        font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		background: rgba(235,235,235,0.6);
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 150px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 95px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: rgba(27,44,106,1.00);
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 200px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: rgba(27,44,106,1.00);
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: rgba(235,235,235,0.9);
        font-weight: bold;
		font-size: 14px;
	}
	nav.gnav ul li ul li a:hover {
		background: rgba(220,220,220,1.00);
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 45px;
		line-height:  45px;
		border-bottom: 1px solid #BBB;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #AAA;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: rgba(27,28,85,1.00);
	}
	nav.gnav ul li ul li ul li a:hover {
		background: rgba(41,48,120,1.00);
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:1129px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #888;
		background: rgba(235,235,235,0.9);
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: rgba(27,44,106,1.00);
		text-decoration: none;
		background: rgba(235,235,235,0.8);
	}
	nav.gnav li a:hover {
		color: #fff;
		background: rgba(27,44,106,0.8);
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background:#393E8B;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	padding: 15px;
	background: #002D86;
}
/** Footer
---------------------------------------- */
@media print,screen and (min-width : 768px) {
#tpl-footer-basic{
  background-color: #002D86;
  color: #FFF;
}
#tpl-footer-basic a{
  text-decoration:none;
  color: #CCC;
}
#tpl-footer-basic #footer_contents{
  font-size:16px;
  text-align: center;
  padding: 0;
}
#tpl-footer-basic #footerLink{
  display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
  -webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;
}
#tpl-footer-basic #footerLink li{
    margin: 0 10px;
    list-style: none;
}
#tpl-footer-basic #footerLink li a:hover{
    text-decoration: underline;
}
#tpl-footer-basic #footerLogo img{
  margin: 10px auto 0 auto;
  width: 300px;height: auto;
}
#tpl-footer-basic dt{
  margin-top: 20px;
  font-size:20px;
	border-bottom: none;
}
#tpl-footer-basic #copyright{
  text-align: center;
  background-color: #002D86;
  color: #FFF;
  padding: 10px 0;
  font-size:14px;
}
}
@media screen and (max-width : 767px) {
#tpl-footer-basic{
  background-color: #002D86;
  margin-top: 40px;
    color: #FFF;
}
#tpl-footer-basic a{
  text-decoration: none;
    color: #CCC;
}
#tpl-footer-basic #footer_contents{
  text-align: center;
  padding: 0;
}
#tpl-footer-basic #footerLink li{
  margin: 0 10px 10px 10px;
  border:solid 1px #CCC;
  border-radius:5px;
    list-style: none;
    width: 90%;
}
#tpl-footer-basic #footerLink a{
  margin: 4px;
  display: block;
  padding: 4px;
}
#tpl-footer-basic #footerLogo img{
  margin: 20px auto 0 auto;
  width: 250px;height: auto;
}
#tpl-footer-basic dt{
  margin-top: 20px;
  font-size:18px;
	border-bottom: none;
}
#tpl-footer-basic #copyright{
  text-align: center;
  background-color: #002D86;
  color: #FFF;
  padding: 10px 0;
  font-size:12px;
}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background: rgba(27,28,85,1.00);
}
.totop img:hover {
	background:#222;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 98px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/*================================================
 *  iframe レスポンシブ
 ================================================*/

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
