@charset "UTF-8";


/* Body
------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
}

#contents.fullSize #mainArea {
	float: none;
	width: 100%;
}

#contents.fullSize #mainArea .fullSize {
	width: 100%;
}


/*PC Layout
=====================*/
@media print, screen and (min-width: 1000px) {
.siteInner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
a,
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* header
------------------------------------------------------ */
#header {
	background-image: url(/common/img/head_bg01.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
}
#header .imgLogo {
	background-image: url(/common/img/head_logo02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	display: inline-block;
	margin-top: 22px;
	width: 270px;
	height: 47px;
}
#header .imgLogo a {
	display: block;
	height: 100%;
}
#header .imgLogo span {
	display: none;
}
#header aside {
	position: absolute;
	top: 10px;
	top: 10px;
	right: 0px;
}
#header aside .subNav {
	text-align: right;
}
#header aside .subNav li {
	display: inline-block;
	margin-left: 18px;
	margin-right: -4px;
	position: relative;
	vertical-align:middle;
}
#header aside .subNav li.btnSns {
	width: 35px;
}
#header aside .subNav > li > span {
	color: #003b96;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	display: block;
	height: 20px;
	padding-left: 25px;
	padding-top: 0px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header aside .subNav > li > span:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#header aside .subNav > li.btnLang > span {
	background-image: url(/common/img/ico_lang02.png);
}
#header aside .subNav > li.btnSetting > span {
	background-image: url(/common/img/ico_setting02.png);
}
#header aside .subNav > li.btnSearch > span {
	background-image: url(/common/img/ico_search02.png);
}
#header aside .subNav > li [class$="Inner"],
#header aside .subNav > li .boxSearch {
	font-size: 1.2rem;
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3e3a39;
	background: rgba(255,255,255,0.8);
	display: table;
	padding: 12px;
	position: absolute;
	top: 38px;
	top: 30px;
	right: -165px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: none;
}
#header aside .subNav > li [class$="Inner"]:before,
#header aside .subNav > li .boxSearch:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #ffffff transparent;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	top: -7px;
	left: 18px;
}
#header aside .subNav > li [class$="Inner"] > * {
	vertical-align: middle;
	display: table-cell;
	white-space: nowrap;
}
#header aside .subNav > li [class$="Inner"] dt {
	padding-right: 12px;
}
#header aside .subNav > li [class$="Inner"] * + dt {
	padding-left: 12px;
}
#header aside .subNav > li [class$="Inner"] dd {
	border: 1px solid #3e3a39;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#header aside .subNav > li [class$="Inner"] dd * {
	display: inline-block;
	width: 6em;
	color: #3e3a39;
	text-decoration: none;
	text-align: center;
}
#header aside .subNav > li [class$="Inner"] dd *:not(.active) {
	cursor: pointer;
}
#header aside .subNav > li [class$="Inner"] dd *:not(.active):hover {
	text-decoration: underline;
}
#header aside .subNav > li [class$="Inner"] dd .active {
	color: #FFF;
	background-color: #3e3a39;
}
#header aside .subNav > li [class$="Inner"] dd * + * {
	border-left: 1px solid #3e3a39;
}
#header aside .subNav > li .settingInner {
	right: -90px;
}
#header aside .subNav > li .settingInner:before {
	right: 105px;
	left: auto;
}
#header aside .subNav > li .settingInner .selectFont > * {
	width: 3em;
}
#header aside .subNav > li .settingInner .selectBg > * {
	width: 2em;
}
#header aside .subNav > li .settingInner .selectBg .bgWh {
	background-color: #FFF;
}
#header aside .subNav > li .settingInner .selectBg .bgBl {
	color: #fff100;
	background-color: #003b96;
}
#header aside .subNav > li .settingInner .selectBg .bgBk {
	color: #fff;
	background-color: #3e3a39;
}
#header aside .subNav > li .settingInner .aboutLeader {
	padding-left: 12px;
	border: none;
}
#header aside .subNav > li .settingInner .aboutLeader a {
	background-image: url(/common/img/ico_sound02.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	padding-left: 22px;
	display: block;
}

#header aside .subNav > li .boxSearch {
	width: 290px;
	right: -5px;
	display: none;
	z-index: 10;
}
#header aside .subNav > li .boxSearch:before {
	left: auto;
	right: 29px;
}
#header aside .subNav > li .boxSearch .exWrap {
	width: 186px;
}
#header aside .subNav > li .boxSearch .searchInput {
	background-color: #FFF;
	width: 186px;
	height: 26px;
	padding: 0px 3px;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#header aside .subNav > li .boxSearch .searchBtn{
	font-size: 14px;
	color: #fff;
	height: 26px;
	width: 54px;
	border: none;
	background-color: #599820;
	padding: 3px 0px;
	min-width: 13px;
	margin-left: 12px;
	position: relative;
	top: -2px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#header aside .subNav li.btnSns.insta {
	margin-left:10px;
}

#header aside .btnNav {
	text-align: right;
	margin-top: 5px;
	margin-top: 10px;
}
#header aside .btnNav li {
	display: inline-block;
	margin-left: 6px;
	margin-right: -4px;
}
#header aside .btnNav li a {
	font-size: 1.2rem;
	line-height: 1;
	color: #FFF;
	background-color: #003b96;
	text-align: center;
	display: block;
	padding: 6px 15px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#header aside .btnNav li a:hover {
	opacity: 0.8;
	filter: 80%;
	text-decoration: none;
}
#header aside .btnNav li:nth-last-child(-n+2) a {
	background-color: #599820;
}
#header aside .btnNav#appendFrom04 li a[target="_blank"]:after {
	background-image: url(/common/img/ico_win01.png);
}

#header nav {
	position: relative;
}
#header nav .gNav {
	color: #FFF;
	display: table;
	width: 100%;
	margin-top: 2px;
	margin-top: 21px;
	position: relative;
	z-index: 5;
}
#header nav .gNav > li {
	font-size: 1.64rem;
	text-align: center;
	display: table-cell;
	width: 135px;
	position: relative;
}
#header nav .gNav > li:nth-child(1) {
	width: 102px;
	text-align: left;
}
#header nav .gNav > li:nth-child(2) {
	width: 163px;
}
#header nav .gNav > li:nth-child(3) {
	width: 97px;
}
#header nav .gNav > li:nth-child(8) {
	width: 98px;
	text-align: right;
}
#header nav .gNav > li + li:before {
	content: "／";
	margin-top: -0.65em;
	position: absolute;
	left: -0.5em;
	top: 50%;
}
#header nav .gNav > li > a,
#header nav .gNav > li > span {
	display: block;
	height: 100%;
	color: #FFF;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	cursor: pointer;
}
#header nav .gNav > li > span {
	text-shadow:0px 0px 3px #3e3a39;
}
#header nav .gNav > li > a:hover,
#header nav .gNav > li > span:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#header nav .gNav .underlayer {
	background: rgba(0,22,29,0.8);
	text-align: center;
	width: 5000px;
	padding-bottom: 35px;
	padding-top: 30px;
	position: absolute;
	top: 47px;
	top: 52px;
	left: -2000px;
	display: none;
	overflow: auto;
	
	max-height: -webkit-calc(100vh - 150px);
	max-height: calc(100vh - 150px);
}
#header nav .gNav > li:nth-child(2) .underlayer {
	left: -2102px;
}
#header nav .gNav > li:nth-child(3) .underlayer {
	left: -2265px;
}
#header nav .gNav > li:nth-child(4) .underlayer {
	left: -2362px;
}
#header nav .gNav > li:nth-child(5) .underlayer {
	left: -2497px;
}
#header nav .gNav > li:nth-child(6) .underlayer {
	left: -2632px;
}
#header nav .gNav > li:nth-child(7) .underlayer {
	left: -2767px;
}
#header nav .gNav > li:nth-child(8) .underlayer {
	left: -2864px;
}
#header nav .gNav .underlayer > dl {
	display: inline-block;
	width: 1000px;
	text-align: left;
}
#header nav .gNav .underlayer > dl dt {
	position: relative;
}
#header nav .gNav .underlayer > dl dt a {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
}
#header nav .gNav .underlayer > dl dt a:before,
#header nav .gNav .underlayer > dl dd .level03 > li .level04 li a:before {
	content: "\e801";
	font-family: fontello;
	font-size: 18px;
	color: #599820;
	display: inline-block;
	margin-right: 5px;
}
#header nav .gNav .underlayer > dl dt .btnClose {
	font-size: 5rem;
	color: #FFF;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: -10px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#header nav .gNav .underlayer > dl dt .btnClose:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#header nav .gNav .underlayer > dl dd {
	float: left;
	width: 232px;
	margin-right: 24px;
	padding-top: 10px;
}
#header nav .gNav .underlayer > dl dd:nth-child(5) {
	margin-right: 0px;
}
#header nav .gNav .underlayer > dl dd .level03 {
}
#header nav .gNav .underlayer > dl dd .level03 > li {
	margin-top: 10px;
}
#header nav .gNav .underlayer > dl dd .level03 > li > a {
	font-weight: bold;
	color: #3e3a39;
	background-color: #eff2f4;
	display: block;
	padding: 8px 10px 6px 10px;
	position: relative;
}

#header nav .gNav .underlayer > dl dd .level03 > li > a.nolink {
	cursor: default;
	text-decoration: none !important;
}

#header nav .gNav .underlayer > dl dd .level03 > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #599820 transparent transparent;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header nav .gNav .underlayer > dl dd .level03 > li .level04 {
	padding-top: 5px;
}
#header nav .gNav .underlayer > dl dd .level03 > li .level04 li {
	margin-top: 5px;
}
#header nav .gNav .underlayer > dl dd .level03 > li .level04 li a {
	font-size: 1.2rem;
	color: #FFF;
	text-indent: -7px;
	display: block;
	padding-left: 17px;
}
#header nav .gNav .underlayer > dl dd .level03 > li .level04 li a:before {
	font-size: 12px;
	margin-right: 3px;
}

/* 入試 */
#header nav .gNav > li.column_three dl dd {
	width: calc((100% - 48px) / 3);
}
#header nav .gNav > li.column_three dl dd.important,
#header nav .gNav > li.column_three dl dd:nth-of-type(1) {
	float: none;
	/*width: 100％;*/
	margin-right: 0;
}
#header nav .gNav > li.column_three dl dd:last-child {
	margin-right: 0;
}
#header nav .gNav > li.column_three dt a {
	-webkit-pointer-events: none;
	pointer-events: none;
}

#header nav .menuGuide {
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
	line-height: 1;
	background: rgba(0,0,0,0.7);
	display: block;
	height: 70px;
	width: 300% !important;
	margin-left: -100% !important;
	padding-top: 26px;
	position: absolute;
	left: 0px;
	top: 47px;
	top: 52px;
	opacity: 1 !important;
	display: none;
	z-index: 1;
}
html[style*="75%"] #header nav .menuGuide {
	margin-top: -1px !important;
}

#header nav .menuGuide span {
	background-image: url(/common/img/head_btn02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: auto 125%;
	display: inline-block;
	height: 1em;
	padding-left: 25px;
}
#header nav .gNav.active + .menuGuide {
	display: none !important;
}

#header .btnTarget {
	position: fixed;
	top: 20px;
	right: 0px;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	/*overflow: hidden;*/
	z-index: 10;
}
#header .btnTarget li {
	position: relative;
}
#header .btnTarget li + li a {
	border-top: 1px solid #FFF;
	border-top: 1px solid rgba(255,255,255,0.5);
}
#header .btnTarget li a {
	font-size: 1.2rem;
	color: #FFF;
	background-color: #599820;
	background: rgba(89,152,32,0.8);
	text-decoration: none;
	line-height: 1;
	display: block;
	text-align: center;
	padding: 16px 0;
	padding: 14px 5px 14px 0px;
	width: 45px;
	position: relative;
	right: -5px;
}
#header .btnTarget li a:hover {
	background-color: #5FA223;
	right: 0px;
}
#header .btnTarget li:first-child a {
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
#header .btnTarget li:nth-last-of-type(3) a {
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
#header .btnTarget li:nth-last-of-type(2) a {
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 10px;
	margin-top: 10px;
	border-style: none;
}
#header .btnTarget li:nth-last-of-type(1) a {
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
#header .btnTarget li:nth-last-of-type(1) a img {
	width:23px;
}
#header .btnTarget li a span {
	width: 1em;
	display: inline-block;
}
#header .btnTarget li a i {
	font-size: 2.2rem;
}
#header .boxTarget .btnTarget li.btnSns {
	display:none;
}


/* Main
------------------------------------------------------ */
#main {
	padding-bottom: 70px;
}
.headline #main {
	color: #FFF;
	background-color: #000;
	background-image: url(/common/img/bg_headline01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 1px;
}
.headline #mainArea a {
	color: #FFF;
}
#breadList {
	margin-top: 160px;
}
* + #breadList {
	margin-top: 10px;
}
#breadList li{
	color: #8b8988;
	display: inline-block;
}
#breadList li a {
	color: #8b8988;
}
#breadList li + li:before {
	content: ">";
	margin-right: 5px;
}
#breadList + #contents {
	margin-top: 30px;
}

#contents #mainArea {
	float: right;
	width: 720px;
}
#contents.fullSize #mainArea > * {
	float: none;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#mainArea {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainArea > .listSnsBtn {
	text-align: right;
	margin-top: 35px;
}
#mainArea > .listSnsBtn li {
	display: inline-block;
	margin-right: -5px;
	position:relative;
}
#mainArea > .listSnsBtn li + li {
	margin-left: 10px;
}
#mainArea > .listSnsBtn li.fb {
	top: -6px;
	top: 2px;
}

#contents #sideArea {
	float: left;
	width: 244px;
}
#sideArea .navLocal li.naviHidden {
	display: none
}
#sideArea .navLocal dt > * {
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	background-color: #1f528e;
	display: block;
	padding: 40px 17px 38px;
}
#sideArea .navLocal dt a:hover {
	color: #599820;
	text-decoration: none;
}
#sideArea .navLocal dt a:before {
	content: "";
	background-size: contain;
	background-image: url(/common/img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 0em;
	height: 15px;
	width: 17px;
	display: inline-block;
	margin-right: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#sideArea .navLocal dt a:hover:before {
	background-image: url(/common/img/ico_arrow02.png);
}
#sideArea .navLocal dt .subTtl {
	font-family: Titillium Web;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
}
#sideArea .navLocal dd a {
	color: #3e3a39;
}
#sideArea .navLocal dd .navLevel3 > li {
	position: relative;
}
#sideArea .navLocal dd .navLevel3 > li > a,
#sideArea .navLocal dd .navLevel3 > li > span {
	font-weight: bold;
	background-color: #dfe5eb;
	display: block;
	padding: 17px 40px 15px 14px;
	border-top: 1px solid #FFF;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.headline #sideArea .navLocal dd .navLevel3 > li > span {
	color: #3e3a39;
}
#sideArea .navLocal dd .navLevel3 > li > span:hover {
	color: #599820;
}
#sideArea .navLocal dd .navLevel3 > li > a.current {
	color: #599820;
}
#sideArea .navLocal dd .navLevel3 > li > span:after {
	content: "";
	background-image: url(/common/img/ico_plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
}
#sideArea .navLocal dd .navLevel3 > li > span:hover:after {
	opacity: 0.8;
	filter: 80%;
}
#sideArea .navLocal dd .navLevel3 > li > span.active:after {
	background-image: url(/common/img/ico_minus.png);
}
#sideArea .navLocal dd .navLevel3 > li > span + * {
	display: none;
}
#sideArea .navLocal dd .navLevel3 > li > span.active + *,
.contactForm #sideArea .navLocal dd .navLevel3 > li:last-child > span + * {
	display: block;
}
#sideArea .navLocal dd .navLevel4 {
	background: rgba(255,255,255,0.8);
	padding-bottom: 10px;
	padding-top: 1px;
}
#sideArea .navLocal dd .navLevel4 li {
	padding-left: 28px;
	margin-top: 12px;
}
#sideArea .navLocal dd .navLevel4 li a {
	background-image: url(/common/img/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	background-size: 10px auto;
	display: block;
	padding-left: 18px;
}
#sideArea .navLocal dd .navLevel4 li a:hover,
#sideArea .navLocal dd .navLevel4 li a.current {
	color: #599820;
	text-decoration: none;
}
#sideArea .navLocal + .side_bnr {
	margin-top:15px;
}


/* footer
------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 700px;
	bottom: 100px;
	right: 30px;
	z-index: 10;
}
#pageTop a {
	color: #000;
	text-align: center;
	padding-top: 7px;
	height: 65px;
	width: 65px;
	display: block;
	border: 3px solid #000;
	opacity: 0.15;
	filter: alpha(opacity=15);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#pageTop a:before {
	content: '\f005';
	font-family: fontello;
	font-size: 28px;
}
#pageTop a:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	text-decoration: none;
}
#pageTop span {
	display: none;
}

#footer {
	position: relative;
}
.column1 + #footer {
}
#footer .footLevel01 {
	color: #FFF;
	background-color: #599820;
	padding-top: 23px;
	padding-bottom: 20px;
}
#footer .footLevel01 li {
	display: inline-block;
	margin-right: 2px;
}
#footer .footLevel01 li + li:before {
	content: "|";
	margin-right: 6px;
}
#footer .footLevel01 li a {
	color: #FFF;
}

#footer .footLevel02 {
	display: table;
	margin-top: 43px;
}
#footer .footLevel02 > * {
	vertical-align: top;
	display: table-cell;
	width: 450px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer .footLevel02 .col01 dl dt {
	font-weight: bold;
	margin-top: 20px;
}
#footer .footLevel02 .col01 dl.boxKut dt {
	margin-top: 0px;
}
#footer .footLevel02 .col01 dl.boxKut dt img {
	margin-bottom: 40px;
}
#footer .footLevel02 .col01 dl dd {
	margin-top: 5px;
}
#footer .footLevel02 .col01 .linkFb {
	margin-top: 10px;
	margin-left: -7px;
}
#footer .footLevel02 .col01 .linkFb a {
	font-size: 30px;
	color: #003b96;
}

#footer .footLevel02 .col02 {
	width: 163px;
}
#footer .footLevel02 .col02 .pcElement {
	display: inline !important;
}

#footer .footLevel02 .col03 {
	width: 220px;
	padding-right: 38px;
}

#footer .footLevel02 .col04 {
	width: 177px;
	padding-left: 34px;
	border-left: 1px solid #c9caca;
}
#footer .footLevel02 .col04 .imgMark {
	text-align: center;
	margin-top: 30px;
	padding-right: 20px;
}

#footer .txtCopyright {
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1rem;
	background-color: #f5fafd;
	text-align: center;
	margin-top: 40px;
	padding-top: 22px;
	padding-bottom: 20px;
}


#footer #appendFrom02 li.btnSns {
	display:none;
}


}


#sideArea .navLocal dd .navLevel3 > li.nolayer > span > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#sideArea .navLocal dd .navLevel3 > li.nolayer > span:after {
	display: none;
}
#sideArea .navLocal dd .navLevel3 > li.nolayer .navLevel4 {
	display: none !important;
}



/*TAB Layout
=====================*/
@media only screen and (max-width: 999px) {
body {
	overflow-x: hidden;
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: Verdana, Roboto, "Droid Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", YuGothic, sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
.siteInner {
	padding-right: 15px;
	padding-left: 15px;
}


/* header
------------------------------------------------------ */
#header {
	background: rgba(255,255,255,0.8);
	width: 100%;
	height: 80px;
	position: absolute;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(6,23,69,0.7);
	-moz-box-shadow: 0px 6px 0px 0px rgba(6,23,69,0.7);
	box-shadow: 0px 6px 0px 0px rgba(6,23,69,0.7);
}
#header .imgLogo {
	background-image: url(/common/img/head_logo02.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	display: inline-block;
	margin-top: 20px;
	width: 230px;
	height: 41px;
}
#header .imgLogo a {
	display: block;
	height: 100%;
}
#header .imgLogo span,
#header .btnMenu span,
#header .btnTargetmenu span {
	display: none;
}

#header .btnMenu {
	background-image: url(/common/img/head_btn0202.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 37px;
	width: 30px;
	position: absolute;
	top: 18px;
	top: 22px;
	right: 15px;
}
/*
#header .btnMenu:before {
	content: "/";
	font-size: 37px;
	line-height: 1;
	color: #192547;
	position: relative;
	left: -33px;
	top: -5px;
}
*/

#header aside {
	color: #FFF;
	background-color: #192547;
	background: rgba(0,22,29,0.9);
	width: 100%;
	height: -webkit-calc(100vh - 106px);
	height: calc(100vh - 106px);
	padding-bottom: 15px;
	position: absolute;
	top: 86px;
	left: 0;
	overflow-y: scroll;
	display: none;
}

#header aside .btnNav {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px 0;
	margin-top: 15px;
}
#header aside .btnNav li {
	display: table-cell;
}
#header aside .btnNav li a {
	color: #FFF;
	background-color: #003b96;
	text-align: center;
	display: block;
	padding: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#header aside .btnNav li:nth-last-child(-n+2) a {
	background-color: #599820;
}
#header aside .btnNav#appendFrom04 li a[target="_blank"]:after {
	background-image: url(/common/img/ico_win01.png);
}

#header aside .subNav li.btnSns {
	display:none;
}


#header aside .col02 {
	margin-top: 20px;
}
#header aside .col02 li {
	border-bottom: 1px solid #FFF;
	display: inline-block;
	width: 50%;
	margin-right: -5px;
	margin-top: -0px;
}
#header aside .col02 li:nth-child(odd) {
	border-right: 1px solid #FFF;
}

/*
#header aside .col02 li:first-child {
	border-top: 1px solid #FFF;
	width: 100%;
}
*/

#header aside .col02 li:first-child,
#header aside .col02 li:nth-child(2){
	border-top: 1px solid #FFF;
}

#header aside .col02 li a {
	color: #FFF;
	display: block;
	padding: 15px;
	text-indent: 0px;
	position: relative;
}
#header aside .col02 li a:before {
	display: none;
}
#header aside .col02 li a:after {
	content: "";
	background-image: url(/common/img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 12px;
	width: 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 15px;
}

#header aside .navGroup03 {
	display: table;
	padding: 10px 15px 0px;
	width: 100%;
}
#header aside .navGroup03 > * {
	vertical-align: top;
	display: table-cell;
	width: 50%;
}
#header aside .navGroup03 #append02 a {
	color: #FFF;
}
#header aside .navGroup03 #append02 #appendFrom02 li.btnSns {
	float:left;
	margin-right:10px;
	width:25px;
}
#header aside .navGroup03 #append02 #appendFrom02 li.btnSns a {
	display:block;
	padding-left:0;
	text-indent:0;
}
#header aside .navGroup03 #append02 #appendFrom02 li.btnSns a:before {
	content:"";
	margin:0;
}
#header aside .navGroup03 #append03 {
	padding-right: 10px;
}
#header aside .navGroup03 > * {
}

#header aside .subNav {
	margin-top: 20px;
}
#header aside .subNav li {
	border-top: 1px solid #FFF;
}
#header aside .subNav > li > span {
	display: block;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 60%;
	position: relative;
}
#header aside .subNav > li:not(.btnSearch) > span:after {
	content: "";
	background-image: url(/common/img/ico_arrow_open01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	height: 25px;
	width: 25px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	right: 15px;
}
#header aside .subNav > li > span.active:after {
	background-image: url(/common/img/ico_arrow_open02.png);
}
#header aside .subNav > li > span + * {
	display: none;
}
#header aside .subNav > li.btnLang > span {
	background-image: url(/common/img/ico_lang.png);
}
#header aside .subNav > li.btnSetting > span {
	background-image: url(/common/img/ico_setting.png);
}
#header aside .subNav > li.btnSearch > span {
	background-image: url(/common/img/ico_search.png);
}
#header aside .subNav > li [class$="Inner"] {
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: rgba(255,255,255,0.1);
	padding: 15px;
}
#header aside .subNav > li .langInner dt {
	display: none;
}
#header aside .subNav > li .langInner dd > * {
	display: block;
	color: #FFF;
}
#header aside .subNav > li .langInner dd > * + * {
	margin-top: 10px;
}

#header aside .subNav > li .settingInner {
	padding-top: 0px;
}
#header aside .subNav > li .settingInner > * {
	float: left;
	margin-top: 20px;
}
#header aside .subNav > li .settingInner > dt {
	clear: left;
	width: 6em;
}
#header aside .subNav > li .settingInner dd {
	display: inline-block;
	position: relative;
	top: -5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#header aside .subNav > li .settingInner dd > * {
	color: #333;
	background-color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	margin-right: -5px;
	text-align: center;
}
#header aside .subNav > li .settingInner dd .active {
	color: #fff;
	background-color: #3e3a39;
}
#header aside .subNav > li .settingInner .selectBg .bgBl {
	color: #fff100;
	background-color: #003b96;
}
#header aside .subNav > li .settingInner .selectBg .bgBk {
	color: #fff;
	background-color: #3e3a39;
}
#header aside .subNav > li .settingInner .aboutLeader {
	display: block;
	clear: left;
}
#header aside .subNav > li .settingInner .aboutLeader > * {
	color: #fff;
	background: rgba(255,255,255,0);
	padding: 0px;
	margin-right: -0px;
}
#header aside .subNav > li .settingInner .aboutLeader a {
	color: #fff;
	background-image: url(/common/img/ico_sound.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 40px;
	display: block;
}

#header aside .subNav > li .boxSearch {
	display: block;
	width: 100%;
	padding: 0 15px;
}
#header aside .subNav > li .boxSearch:before {
	left: auto;
	right: 29px;
}

#header aside .subNav > li .boxSearch .exWrap {
	width: 80%;
	margin-right: 3%;
}
#header aside .subNav > li .boxSearch .searchInput {
	color: #fff;
	padding: 0px;
	border: none;
	background: rgba(255,255,255,0) !important;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 28px;
	position: relative;
}

#header aside .subNav > li .boxSearch .searchBtn{
	font-size: 13px;
	background-color: #fff;
	height: 28px;
	width: 15%;
	border: none;
	padding: 3px 0px;
	min-width: 13px;
	position: relative;
	top: -2px;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#header nav {
	display: none;
}


#header .btnTargetmenu {
	background-image: url(/common/img/head_btn0102.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 28px;
	position: absolute;
	top: 18px;
	top: 20px;
	right: 96px;
}

#header .boxTarget {
	color: #FFF;
	background: rgba(89,152,32,0.9);
	width: 100%;
	/*
	height: calc(100vh - 106px);
	height: calc(100vh - 86px);
	padding-bottom: 20px;
	position: absolute;
	top: 86px;
	left: 0;
	overflow-y: scroll;
	display: none;
	*/
	display: none;
}
#header .boxTarget .btnTarget {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -1px;
	width: calc(100% + 1px);
}
#header .boxTarget .btnTarget:after {
	clear:both;
	content:"";
	display:block;
}
#header .boxTarget .btnTarget li {
	border-left: 1px solid #9fbf74;
	border-bottom: 1px solid #9fbf74;
	width: 50%;
}
#header .boxTarget .btnTarget li a br {
	display: none;
}
#header .boxTarget .btnTarget li.btnSns
#header .boxTarget .btnTarget li {
	float:left;
	border-bottom:none;
	width:auto;
}
#header .boxTarget .btnTarget li.btnSns .icon-facebook {
	font-size:2rem;
}
#header .boxTarget .btnTarget li a {
	color: #FFF;
	display: block;
	padding: 15px;
	text-indent: 0px;
	position: relative;
}
#header .boxTarget .btnTarget li a:after {
	content: "";
	background-image: url(/common/img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 12px;
	width: 14px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 15px;
}

#header .boxTarget .qLinks dt,
#header .boxTarget .qLinks a {
	color: #FFF !important;
}
#header .boxTarget .qLinks {
	padding: 20px 15px 0px;
}
#header .boxTarget .qLinks a[target="_blank"]:after {
	background-image: url(/common/img/ico_win01.png);
}


#header aside #appendFrom01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
	padding: 0 1.73% 15px;
}
#header aside #appendFrom01 > li {
	border: 1px solid #fff;
	margin-top: 10px;
	margin-right: 0;
}
#header aside #appendFrom01 > li a:after {
	display: none;
}
#header aside #appendFrom01 > li a span {
	display: block;
	position: relative;
}
#header aside #appendFrom01 > li a span:after {
	content: "";
	background-image: url(/common/img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 12px;
	width: 14px;
	position: absolute;
}
#header aside #appendFrom01 > li.top {
	border-top: none;
	border-left: none;
	border-right: none;
	margin-top: 0;
	margin-left: -1.73%;
	margin-right: -1.73%;
	width: calc(100% + 30px) !important;
}
#header aside #appendFrom01 > li.top a {
	font-size: 1.5rem;
	padding: 10px 0 10px 15px;
}
#header aside #appendFrom01 > li.entrance {
	border: none;
	border-radius: 3px;
	margin-left: 1.73%;
	margin-right: 1.73%;
	width: 100%;
}
#header aside #appendFrom01 > li.entrance a {
	border: 4px solid #1a496f;
  background: -moz-linear-gradient(left, #4d91b6, #2c5d8a);
  background: -webkit-linear-gradient(left, #4d91b6, #2c5d8a);
  background: linear-gradient(to right, #4d91b6, #2c5d8a);
	padding: 10px 0 10px 10px;
	overflow: hidden;
}
#header aside #appendFrom01 > li.entrance a span:before {
	background-color: #182937;
	content: "";
	height: 30px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: rotate(45deg);
	width: 30px;
}
#header aside #appendFrom01 > li.top a span:after,
#header aside #appendFrom01 > li.entrance a span:after {
	margin-top: -6px;
	top: 50%;
}
#header aside #appendFrom01 > li.top a span:after {
	right: 15px;
}
#header aside #appendFrom01 > li.entrance a span:after {
	right: 13px;
}
#header aside #appendFrom01 > li.normal {
	border-radius: 5px;
	margin-left: 1.73%;
	margin-right: 1.73%;
	width: 21.5%;
}
#header aside #appendFrom01 > li.normal a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
}
#header aside #appendFrom01 > li.normal a span {
	padding-bottom: 15px;
}
#header aside #appendFrom01 > li.normal a span:after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

	/* main
	------------------------------------------------------ */
.headline #main {
	color: #FFF;
	background-color: #030303;
	position: relative;
}
.headline #main:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	/*z-index:-1;*/
	width:100%;
	height:100%;
	background-color: #030303;
	background-image: url(/common/img/bg_headline01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200% auto;
}
.headline #mainArea a {
	color: #FFF;
}
#breadList {
	margin-top: 95px;
	position: relative;
	z-index: 10;
}
* + #breadList {
	margin-top: 10px;
}
#breadList li{
	color: #8b8988;
	display: inline-block;
}
#breadList li a {
	color: #8b8988;
}
#breadList li + li:before {
	content: ">";
	margin-right: 5px;
}
#breadList + #contents {
	margin-top: 25px;
}
#contents.fullSize {
	padding-left: 15px;
	padding-right: 15px;
}
#contents.fullSize #mainArea {
	float: none;
	width: 100%;
}

#contents.fullSize #mainArea .fullSize {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
}

#mainArea {
	padding-bottom: 50px;
	position: relative;
}
#mainArea > .listSnsBtn {
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#mainArea > .listSnsBtn li.fb {
	/*top: -5px;*/
}

#sideArea {
	margin: 40px -15px 0px;
}
#sideArea .navLocal dt > * {
	font-size: 2.2rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.1;
	background-color: #1f528e;
	display: block;
	padding: 20px 17px;
}
#sideArea .navLocal dt a:before {
	content: "";
	background-size: contain;
	background-image: url(/common/img/ico_arrow01.png);
	background-repeat: no-repeat;
	background-position: left 0em;
	height: 15px;
	width: 17px;
	display: inline-block;
	margin-right: 3px;
}
#sideArea .navLocal dt .subTtl {
	font-family: Titillium Web;
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 10px;
}
#sideArea .navLocal dd a {
	color: #3e3a39;
}

#sideArea .navLocal li.naviHidden {
	display: none
}
#sideArea .navLocal dd .navLevel3 > li {
	position: relative;
}
#sideArea .navLocal dd .navLevel3 > li > a,
#sideArea .navLocal dd .navLevel3 > li > span {
	font-weight: bold;
	background-color: #dfe5eb;
	display: block;
	padding: 15px;
	border-top: 1px solid #FFF;
	position: relative;
}
.headline #sideArea .navLocal dd .navLevel3 > li > span {
	color: #3e3a39;
}
#sideArea .navLocal dd .navLevel3 > li > a.current {
	color: #599820;
}

#sideArea .navLocal dd .navLevel3 > li > span:after {
	content: "";
	background-image: url(/common/img/ico_plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px auto;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#sideArea .navLocal dd .navLevel3 > li > span.active:after {
	background-image: url(/common/img/ico_minus.png);
}
#sideArea .navLocal dd .navLevel3 > li > span + * {
	display: none;
}
#sideArea .navLocal dd .navLevel3 > li > span.active + *,
.contactForm #sideArea .navLocal dd .navLevel3 > li:last-child > span + * {
	display: block;
}
#sideArea .navLocal dd .navLevel4 {
	padding-bottom: 10px;
	padding-top: 1px;
	background-color: #FFF;
}
#sideArea .navLocal dd .navLevel4 li {
	padding-left: 28px;
	margin-top: 14px;
}
#sideArea .navLocal dd .navLevel4 li a {
	background-image: url(/common/img/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	background-size: 10px auto;
	display: block;
	padding-left: 18px;
}
#sideArea .navLocal dd .navLevel4 li a.current {
	color: #599820;
	text-decoration: none;
}
#sideArea .navLocal dd .navLevel4 li a.current {
	webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
#sideArea .navLocal + .side_bnr {
	margin:10px;
	text-align:center;
}


/* footer
------------------------------------------------------ */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}
#pageTop a {
	color: #000;
	text-align: center;
	padding-top: 7px;
	height: 65px;
	width: 65px;
	display: block;
	border: 3px solid #000;
	opacity: 0.15;
	filter: alpha(opacity=15);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#pageTop a:before {
	content: '\f005';
	font-family: fontello;
	font-size: 28px;
}
#pageTop span {
	display: none;
}

#footer {
	position: relative;
}
.headline #footer {
	background-color: #fff;
}
.column1 + #footer {
	margin-top: 57px;
}
#footer .footLevel01 {
	color: #FFF;
	background-color: #599820;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .footLevel01 li {
	display: inline-block;
	margin-right: 2px;
}
#footer .footLevel01 li + li:before {
	content: "|";
	margin-right: 6px;
}
#footer .footLevel01 li a {
	color: #FFF;
}

#footer .footLevel02 .col01 {
	display: table;
	margin-top: 35px;
	width: 100%;
}
#footer .footLevel02 .col03,
#footer .footLevel02 .col04,
#footer .footLevel02 .col02 {
	display: none;
}
#footer .footLevel02 .col01 > * {
	vertical-align: top;
	display: table-cell;
}
#footer .footLevel02 .col01 .boxKut {
	width: 45%;
}
#footer .footLevel02 .col01 .boxKut dt img {
	margin-bottom: 35px;
}
#footer .footLevel02 .col01 dl dt {
	font-weight: bold;
}
#footer .footLevel02 .col01 dl dd + dt {
	margin-top: 25px;
}
#footer .footLevel02 .col01 dl dd {
	margin-top: 5px;
}
#footer .footLevel02 .col01 .linkFb {
	margin-top: 15px;
	margin-left: -7px;
}
#footer .footLevel02 .col01 .linkFb a {
	font-size: 30px;
	color: #003b96;
}


#footer .txtCopyright {
	font-family: Meiryo UI, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1rem;
	background-color: #f5fafd;
	text-align: center;
	margin-top: 50px;
	padding-top: 22px;
	padding-bottom: 20px;
}


/* Clearfix
------------------------------------------------------ */
#header aside .subNav > li .settingInner:after {
	content: "";
	display: block;
	clear: both;
}

}






/* SPLayout
=====================*/
@media only screen and (max-width: 599px) {
body {
	font-size: 1.2rem;
}
.siteInner {
	padding-right: 12px;
	padding-left: 12px;
}


/* header
------------------------------------------------------ */
#header {
	height: 45px;
	-webkit-box-shadow: 0px 5px 0px 0px rgba(6,23,69,0.7);
	-moz-box-shadow: 0px 5px 0px 0px rgba(6,23,69,0.7);
	box-shadow: 0px 5px 0px 0px rgba(6,23,69,0.7);
}
#header .imgLogo {
	margin-top: 12px;
	width: 125px;
	height: 21px;
}

#header .btnMenu {
	height: 26px;
	width: 22px;
	top: 10px;
	right: 12px;
}
#header .btnMenu:before {
	font-size: 25px;
	left: -20px;
	top: -4px;
}

#header aside {
	height: -webkit-calc(100vh - 50px);
	height: calc(100vh - 50px);
	padding-bottom: 80px;
	top: 50px;
}

#header aside .btnNav {
	letter-spacing:-0.4em;
}
#header aside .btnNav li {
	display:inline-block;
	letter-spacing:normal;
	margin-right:2%;
	width:49%;
}
#header aside .btnNav li:nth-child(2n) {
	margin-right:0;
}
#header aside .btnNav li:nth-child(n+3) {
	margin-top:7px;
}
#header aside .btnNav li a {
	border-radius:3px;
}
#header aside .btnNav#appendFrom04 li a[target="_blank"]:after {
	background-image: url(/common/img/ico_win01.png);
}

#header aside .col02 {
	margin-top: 10px;
}
#header aside .col02 li a {
	padding: 10px;
}
#header aside .col02 li a:after {
	right: 12px;
}

#header aside .navGroup03 {
	padding: 0px 12px 0px;
}

#header aside .navGroup03 #append03 {
	padding-right: 10px;
}

#header aside .subNav {
	margin-top: 10px;
}


#header .btnTargetmenu {
	height: 28px;
	width: 20px;
	top: 10px;
	right: 65px;
}

#header .boxTarget {
	/*
	height: -webkit-calc(100vh - 50px);
	height: calc(100vh - 50px);
	padding-bottom: 80px;
	top: 50px;
	*/
}
#header .boxTarget .btnTarget li a {
	font-size: 1.3rem;
	padding: 10px 15px;
}



	/* Contents
	------------------------------------------------------ */
#breadList {
	margin-top: 56px;
}
* + #breadList {
	margin-top: 13px;
}
#breadList + #contents {
	margin-top: 13px;
}

#contents.fullSize {
	padding-left: 12px;
	padding-right: 12px;
}

#contents.fullSize #mainArea .fullSize {
	width: auto;
	margin-left: -12px;
	margin-right: -12px;
}

#mainArea > .listSnsBtn li.fb {
	/*top: -3px;*/
}

#sideArea {
	margin: 20px -12px 0px;
}
#sideArea .navLocal dt > * {
	font-size: 1.5rem;
	padding: 10px;
	padding-left: 12px;
}
#sideArea .navLocal dt a:before {
	background-position: left 0.1em;
	height: 12px;
	width: 13px;
}
#sideArea .navLocal dt .subTtl {
	font-size: 1.2rem;
}
#sideArea .navLocal li.naviHidden {
	display: none
}
#sideArea .navLocal dd .navLevel3 > li > a {
	font-size: 1.3rem;
	padding: 10px;
	padding-left: 12px;
}
#sideArea .navLocal dd .navLevel4 {
	padding-bottom: 10px;
}
#sideArea .navLocal dd .navLevel4 li {
	padding-left: 12px;
	margin-top: 10px;
}



/* footer
------------------------------------------------------ */
#pageTop a {
	padding-top: 2px;
	height: 40px;
	width: 40px;
	border: 2px solid #000;
}
#pageTop a:before {
	font-size: 20px;
}
#pageTop span {
	display: none;
}

.column1 + #footer {
	margin-top: 15px;
}
#footer .footLevel01 {
	padding-top: 13px;
	padding-bottom: 13px;
}


#footer .footLevel02 .col01 {
	display: block;
	margin-top: 18px;
}
#footer .footLevel02 .col03,
#footer .footLevel02 .col04,
#footer .footLevel02 .col02,
#footer .footLevel02 .col01 .boxKut br {
	display: none;
}
#footer .footLevel02 .col01 > * {
	display: block;
}
#footer .footLevel02 .col01 dl dt {
	font-weight: bold;
	margin-top: 15px;
}
#footer .footLevel02 .col01 dl dd + dt {
	margin-top: 15px;
}
#footer .footLevel02 .col01 .boxKut {
	margin-top: 0px;
	width: 100%;
}
#footer .footLevel02 .col01 .boxKut dt img {
	display: block;
	margin: 0px auto 20px;
	width: 200px;
	height: auto;
}
#footer .footLevel02 .col01 dl dd {
	margin-top: 5px;
}
#footer .footLevel02 .col01 .linkFb {
	margin-top: 10px;
	margin-left: -7px;
}

#footer .txtCopyright {
	font-size: 1rem;
	background-color: #f5fafd;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

}



/* Clearfix
------------------------------------------------------ */
#header nav .gNav .underlayer > dl:after,
#main:after,
#contents:after {
	content: "";
	display: block;
	clear: both;
}
