@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
   Basic setting:
------------------------------------------------------- */

/* reset:
--------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ul,ol {list-style: none;}


/* Basic
--------------------------------------------*/

body {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 115%;
	line-height: 1.5em;
	color: #231815;
	box-sizing: border-box;
	border-left: 5px solid #C6440A;
	position: relative;
}

@media screen and (max-width: 1500px){
	body{font-size: 110%;}
}

@media screen and (max-width: 1200px){
	body{font-size: 100%;}
}


/*---- outline ----*/

#left_col {
	float:  left;
	width:  20%;
}

#right_col {
	float:  right;
	width:  80%;
	border-left: 1px solid #C6440A;
}

#right_col .outline {padding: 0 3%;}
#right_col > .logo {display: none;}


/*---- block_skip ----*/

.block_skip a {
	display:block;
	height: 0;
	overflow: hidden;
	padding-left: 20px;
	color: #fff;
	background: #4c4c4c;
	font-size: 100%;
}

.block_skip a:focus {
	height: auto;
	line-height: 3em;
}


/*---- menu ----*/

#menuBtn {display: none;}


/*---- header setting ----*/

#header {
	text-align: center;
	padding: 80px 5px;
}

#header .logo {
	margin: 10px 20px 20px;
}

#header .logo img {
	max-width: 100%;
}


@media screen and (max-width: 1200px){
	
	#header {
		padding: 50px 5px;
	}
	#header .logo {
		margin: 10px 15px 10px;
	}
}

@media screen and (max-width: 960px){
	
	#header {
		padding: 30px 5px 20px;
	}
	#header .logo {
		margin: 10px;
	}
	
	#left_col {
		font-size: 90%;
	}
}

/*---- glnav setting ----*/

.overlay {
    position: fixed;
    z-index: 3;
    background-color: rgba(34,24,21,0.8);
    width: 100%;
    height: 120%;
	cursor: pointer;
}

#glnav ul ul {display: none;}

/*--  第2階層 --*/

#glnav > ul > li:first-child > a {
	border-top: 1px solid #DBDBDB;
}

#glnav > ul > li:first-child > a {
	border-top: 1px solid #DBDBDB;
}

#glnav > ul > li > a {
	display: block;
	border-bottom: 1px solid #DBDBDB;
	padding: 1.2em 1.8em;
	color: #231815;
	font-size: 110%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#glnav > ul > li > a:hover,
#glnav > ul > li > a:focus {
	background: #C6440A;
	color: #fff;
	border-bottom: 1px solid #C6440A;
	outline: none;
}
#glnav > ul > li.on > a {
	background: #C6440A;
	color: #fff;
	border-bottom: 1px solid #C6440A;
	outline: none;

}

/*--  第3階層 --*/

#glnav li > ul {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 4;
	background: #fff;
	padding: 0;
	border-bottom: 1px solid #DBDBDB;
}

#glnav > ul > li > ul > li > a {
	display: block;
	padding: 12px 10px 12px 40px;
	color: #231815;
	font-size: 100%;
	background: url("../img/arrow01.png") no-repeat 20px 20px;
	background-size: 8px;
}

#glnav > ul > li > ul > li > a:hover,
#glnav > ul > li > ul > li > a:focus {
    overflow: hidden;
	background-color: #C6440A;
	color: #fff;
	outline: none;
}

#glnav > ul > li > ul > li >.on > a {
	background: #0f4c81;
	color: #fff;
	border-bottom: 1px solid #0f4c81;
	outline: none;
	text-decoration: none;
}

#glnav li.current > ul {display:block;}


#glnav .on > ul > li > a {
	display: block;
}

/*-- 閉じる --*/

#glnav ul ul a.close {
	position: absolute;
	width: 60px;
	height: 50px;
	background: #0f4c81;
	padding: 0;
	border-radius: 0 2px 2px 0;
	left: 100%;
	top: 0;
}


@media screen and (max-width: 1500px){
	#glnav > ul > li > a {
		padding: 1.2em 1.4em;
	}
}


@media screen and (max-width: 1200px){
	#glnav > ul > li > a {
		padding: 1em 1.2em;
	}
}

@media screen and (max-width: 960px){
	#glnav > ul > li > a {
		padding: 0.9em;
	}
	
	#glnav ul ul a {
		padding: 15px 10px 15px 40px;
	}
	
	#glnav ul ul a.close {
		width: 50px;
		height: 40px;
	}
	
	#glnav ul ul a.close img {
		max-width: 100%;
	}
}

/*---- banner setting ----*/

#left_col .banner {
	margin: 30px 20px;
	text-align: center;
}

#left_col .banner img {
	max-width: 100%;
}

	
/*---- footer setting ----*/

#footer {
	background: #4c4c4c;
	background-size: contain;
	color: #fff;
	padding: 2em 0 0;
	text-align: center;
}

#footer a {text-decoration: underline;color: #fff;}
#footer a:hover {text-decoration: none;}

#footer address {
	font-size: 90%;
	font-style: normal;
	margin: 30px 0;
}

#footer ul {
	font-size: 80%;
}

#footer li {
	display: inline;
	margin: 0 1em;
}

#footer .logo img {
    width: 260px;
}

/*--  copy --*/

#footer #copy {
	background: #3A3A3A;
	color: #fff;
	font-size: 85%;
	overflow: hidden;
	min-height: 60px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
}

#footer #copy li {
	display: block;
	margin: 0;
}

#footer #copy small {
	display: inline-block;
	padding: 15px 65px 0 0;
	letter-spacing: 0.2em;
}

#footer #copy #page_top {
	display: block;
	right: 0;
	position: absolute;
	top: 0;
}

#footer #copy #page_top img {
	width: 60px;	
	max-width: 100%;
}


@media screen and (max-width: 960px) {
	
	/*-- copy -*/

	#footer #copy {
		font-size: 80%;
		min-height: 60px;
	}

	#footer #copy small {
		letter-spacing: 0;
		padding: 15px 62px 0 0;
	}

	#footer #copy #page_top a {
		width: 60px;
		height: 60px;
	}
}


/*---- link color ----*/

a {color: #0f4c81;text-decoration:none;}
a:focus {
    outline: 2px 
    #6fa6d5 solid;
}



/* Utility
--------------------------------------------*/

/*---- font-setting ----*/

.f18rem {
font-size: 1.8rem;
}
.f16rem {
font-size: 1.6rem;
}
.f14rem {
font-size: 1.4rem;
}
.f12rem {
font-size: 1.2rem;
}
.f10rem {
font-size: 1rem;
}
.f08rem {
font-size: 0.8rem;
}
.f05rem {
font-size: 0.5rem;
}

/*---- float ----*/

.clear {clear: both;}
.left {float: left;}
.right {float: right;}

.clear_fix:after,
.outline:after {
	content:" ";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*---- .align ----*/

.txt-center { text-align: center!important; }
.txt-left { text-align: left!important; }
.txt-right { text-align: right!important; }
.valign-m { vertical-align: middle !important; }
.valign-t { vertical-align: top !important; }
.valign-b { vertical-align: bottom !important; }

/*---- .padding ----*/
/*left*/
.pl1em { padding-left: 1em !important; }
.pl2em { padding-left: 2em !important; }
.pl3em { padding-left: 3em !important; }
.pl4em { padding-left: 4em !important; }
.pl5em { padding-left: 5em !important; }


/*---- .margin ----*/
/*-- top --*/
.mt0 { margin-top: 0!important; }
.mt1em { margin-top: 1em!important; }
.mt15em { margin-top: 1.5em!important; }
.mt2em { margin-top: 2em!important; }
.mt3em { margin-top: 3em!important; }
/*-- bottom --*/
.mb0 { margin-bottom: 0!important; }
/*-- left --*/
.ml1em { margin-left: 1em!important; }
.ml2em { margin-left: 2em!important; }
.ml25em { margin-left: 2.5em!important; }
.ml3em { margin-left: 3em!important; }

/*---- .text-indent ----*/
.indent0 {
	margin-left: 0 !important;
	text-indent: 0 !important;
}
.indent1 {
	margin-left: 1em !important;
	text-indent: -1em !important;
}
.indent15 {
	margin-left: 1.5em !important;
	text-indent: -1.5em !important;
}
.indent2 {
	margin-left: 2em !important;
	text-indent: -2em !important;
}
.indent25 {
	margin-left: 2.5em !important;
	text-indent: -2.5em !important;
}
.indent3 {
	margin-left: 3em !important;
	text-indent: -3em !important;
}

/*---- .text-decoration　----*/

.red {
	display: inline !important;
	color: #cc0000;
}
p.red {
	display: inherit !important;
	color: #cc0000;
}

sup {
    color: #cc0000;
}


sup.sup-black {
    color: #231815;
} 

/*---- .width ----*/

.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 65%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }


.bt-double { border-top: 4px double #2c4b6d}

/* element setting:
--------------------------------------------*/

/*---- img  ----*/

img {border: none;vertical-align: middle;}

/*---- list ----*/

ul.lnk {
	margin: 30px 4%;
}

ul.lnk li {
	background: url("../img/arrow01.png") no-repeat 0 5px;
	padding: 0 10px 1em 28px;
}


/*---- link ----*/

.lnk1 {
	background: url("../img/arrow01.png") no-repeat 0 0.2em;
	padding-left: 20px;
}

/*-- btn --*/

.btn1 {text-align: center;}

.btn1 a {
    display: inline-block;
    margin: 50px auto 10px;
	min-width: 10em;
    padding: 0.8em 0.8em 0.8em 1em;
	color: #fff;
    text-align: center;
	border-radius: 2px;
	background-color: #0f4c81;
	background-image: url(../img/arrow01.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	transition: all 0.5s ease 0s;
}

.btn1 a:hover {background-color: #336793;}



/*-- icon --*/

img.icon {
	margin: 0 0.5em;
	vertical-align: middle!important;
	width: 27px;
}


@media screen and (max-width: 960px) {
	
	.btn1 a {
		margin: 30px auto 10px;
	}
	
	ul.lnk {
		margin: 20px 2%;
	}

	ul.lnk li {
		background: url("../img/arrow01.png") no-repeat 0 5px;
		padding: 0 10px 1em 22px;
	}

}
