@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	color:#000000;
	line-height: 100%;
	min-width: 320px;
}
.gosi {
	/*font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;*/
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.min {
	font-family: 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN W3, ヒラギノ明朝 Pro W3, HiraMinProN-W3, HG明朝E, Hiragino Mincho ProN, Hiragino Mincho Pro, HGS明朝E, ヒラギノ明朝 Pro W6, ＭＳ Ｐ明朝, MS PMincho, MS 明朝, serif;
}
.en {
}
.en1 {
	font-family: 'Lato', "Times New Roman", Times, sans-serif;
	letter-spacing: 0.1em;
}
.en2 {
}
a {
	/*text-decoration: underline;*/
	cursor: pointer;
	outline: none;
}
a:link {
	/*	text-decoration: underline;*/
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
#contents p {
	line-height: 1.7;
}
ul, ol {
	list-style-type: none;
}
ul li, ol li, dl {
	line-height: 1.7;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.7;
}
::selection {
	background-color: #888;
	color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 100%;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* for IE 6/7 only */
}
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
br.clear_all {
	clear: both;
	line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
	display: block!important;
	content: " ";
}
}
div.clear_noie {
	clear: both;
	line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
	z-index: 100;
}
#topcontrol a {
	background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	font-size: 0;
	display: block;
	height: 60px;
	width: 60px;
	background-size: 50px 50px;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#topcontrol a:hover {
	background-size: 60px 60px;
	opacity: 1;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/



figure {
	line-height: 0;
}
img {
	max-width: 100%;
}
.spEle {
	display: none;
}


.kanda:hover {
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
.mdSpan {
	position: relative;
}
.mdSpan i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	line-height: 0 !important;
	margin-top: -110px;
	padding-top: 110px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/


header {
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.90);
}
header .header-inr {
	max-width: 1820px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0px 10px;
	position: relative;
}
header .header-inr .header-mark {
	position: absolute;
	left: 10px;
	top: 50%;
	line-height: 0 !important;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 2;
}
header .header-inr .header-mark a {
	display: block;
}
header .header-inr .header-language-zone {
	position: absolute;
	right: 10px;
	top: 55%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index:1000;
}
header .header-inr .header-language-zone a {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 130px;
	line-height: 1 !important;
	background-color: #6B87D6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 14px;
}

header .header-inr .header-language-zone a.sns-links {
	background-color: transparent;
	padding-top: 0px;
	vertical-align: 0px;
}
header .header-inr .header-language-zone a.sns-links img {
	vertical-align: -14px;
	width: 32px;
}
header .header-inr .header-language-zone a:hover{
	background-color:#333;
		transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	}
header .header-inr .header-language-zone a.sns-links:hover{
	background-color: transparent;
}
.nav-ul {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	position: relative;
}
.nav-ul > li {
	display: inline-block;
	font-size: 18px;
	margin: 0px;
}
.nav-ul > li > a {
	display: inline-block;
	padding: 1.4em 0.4em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.nav-ul > li > a > strong {
	display: inline-block;
	position: relative;
}
.nav-ul > li > a > strong:after {
	width: 100%;
	height: 2px;
	background-color: #000000;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	opacity: 0;
}
.nav-ul > li > a:hover > strong:after {
	opacity: 1;
}
.nav-ul > li .nav-ul-sub {
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 20px 20px 10px;
	background-color: rgba(255,255,255,0.60);
	/*background-color:rgba(0,0,0,0.30);*/
	display: none;
	z-index: 99;
}
.nav-ul > li .nav-ul-sub li {
	width: 33%;
	box-sizing: border-box;
	float: left;
	margin-right: 0.5%;
	margin-bottom: 10px;
}
.nav-ul > li .nav-ul-sub li:nth-child(3n) {
	margin-right: 0;
}
.nav-ul > li .nav-ul-sub li:nth-child(3n + 1) {
	clear: left;
}
.nav-ul > li .nav-ul-sub li a {
	display: block;
	background-color: #6B87D6;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 0.6em 10px 0.4em;
	text-align: left;
}
.nav-ul > li .nav-ul-sub li a:hover {
	opacity: 0.8;
}


.nav-ul > li .nav-ul-sub li a.zfl-link{
	background-color:#888888;
	}

.fixZoneWrapper {
	background-color: #fff;
}
.fixZone {
	width: 100%;
	z-index: 999;
	left: 0;
	top: 0;
}
.goFree .fixZone {
	position: fixed;
}
#drawer-menu-btn {
	display: none !important;
}


.menu_contents{
	background-color:#fff;
	box-sizing:border-box;
	padding-bottom:80px;
	}

.menu-logo a{
	background-color:#fff;
	padding:10px 20px;
	display:block;
	text-align:center;
	}


.menu-logo a img{
	max-width:140px;
	}


.menu-ul01 > li .menu-ul01-p01{
	padding:10px 10px;
	position:relative;
	font-size:16px;
	font-weight:bold;
	box-sizing:border-box;
	background-color:#6B87D6;
	border-bottom:1px dotted #fff;
	}



.menu-ul01 > li .menu-ul01-p01.plus{
	position:relative;
	}

.menu-ul01 > li .menu-ul01-p01.plus:after{
	font-family: FontAwesome;
content: "\f055";
position:absolute;
right:10px;
font-weight: normal;
	}	

.menu-ul01 > li .menu-ul01-p01.open:after{
	content:"\f056";
	}	

.menu-ul01 > li .menu-ul01-p01 a{
	color:#fff;
	text-decoration:none;
	display:block;
	}

.menu-ul01-sub li a{
	display:block;
	box-sizing:border-box;
	padding:10px 20px;
	color:#333;
	font-weight:bold;
	background-color:#f7f7fb;
	text-decoration:none;
	font-size:13px;
	border-bottom:1px dotted #000000;
	}


.menu-ul01-sub li a.zfl-link{
	background-color:#efefef;
	}


.menu-ul02 > li{
	width:50%;
	float:left;
	}
	
.menu-ul02 > li a{
	display:block;
	box-sizing:border-box;
	background-color:#6B87D6;
	padding:10px 0 8px;
	text-decoration:none;
	font-size:14px;
	text-align:center;
	color:#fff;
	position:relative;
	}	
.menu-ul02 > li a:after{
	width:1px;
	height:100%;
	position:absolute;
	content:"";
	right:0;
	top:0;
	background-color:#fff;
}
	

.menu-ul02 > li:last-child a:after{
	display:none;
	}


/*-- FOOTER --*/


footer {
	background-color: #1e2022;
	box-sizing: border-box;
	padding: 20px 10px;
	text-align: center;
}
footer .footer-ul {
	text-align: center;
	margin: 0 auto 20px;
}
footer .footer-ul li {
	display: inline-block;
}
footer .footer-ul li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
footer .footer-ul li a:after {
	width: 1px;
	height: 20px;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
}
footer .footer-ul li:last-child a:after {
	display: none;
}
footer .footer-ul li a:hover {
	text-decoration: underline;
}
footer .copy-right {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
.footer-link-wrapper {
	padding: 60px 10px;
	background: url(../cmn_img/footer_bg01.jpg) center center no-repeat;
	background-size: cover;
}
.footer-link-wrapper .footer-link-ul {
	max-width: 1280px;
	margin: 0 auto;
}
.footer-link-wrapper .footer-link-ul li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 3px;
}
.footer-link-wrapper .footer-link-ul li a {
	display: block;
	position: relative;
	max-width: 265px;
	margin: 0 auto;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-shadow: 1px 1px 2px #9F9F9F;
}
.footer-link-wrapper .footer-link-ul li a .footer-link-p01 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.80);
	width: 100%;
	box-sizing: border-box;
	padding: 3px 0 1px;
}
/*-- 各ボタン --*/

.btn-style01 {
	margin: 30px auto;
	text-align: center;
}
.btn-style01 a, .btn-style01 button {
	box-sizing: border-box;
	max-width: 300px;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0.6em 0 0.4em;
	text-decoration: none;
	border-radius: 30px;
	margin: 0 auto;
	display: block;
	border: 2px solid #000000;
	width: 100%;
}
.btn-style01 a:hover, .btn-style01 button:hover {
	background-color: #fff;
	color: #000000;
	transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
/*-- 各タイトル --*/

.head01 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 30px;
}
.head01.white {
	color: #fff;
}
.under_head01 {
	font-size: 15px;
	margin: -20px auto 30px;
	text-align: center;
}
.head02 {
	box-sizing: border-box;
	background-color: #000000;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 1em 2em 0.8em;
	margin: 0 auto 30px;
}
.head03 {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 26px;
	position: relative;
	padding-top: 20px;
	color: #fff;
}
.head03:before {
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -15px;
}
.head03 .span01 {
	display: block;
	line-height: 1.2 !important;
}
.head03 .span02 {
	font-size: 0.6em;
}
.head04 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px;
}
.head05 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto 5px;
	box-sizing: border-box;
	padding-left: 12px;
	position: relative;
}
.head05:before {
	width: 3px;
	height: 1em;
	content: "";
	background-color: #5058cf;
	position: absolute;
	left: 0;
	top: 0.3em;
}
.head06 {
	margin: 0 auto 40px;
	line-height: 1.5 !important;
	border-bottom: 2px solid #d9d9d9;
	font-size: 32px;
	box-sizing: border-box;
	padding: 0 10px;
}
.head07 {
	margin: 0 auto 30px;
	line-height: 1.5 !important;
	border-bottom: 1px solid #000;
	font-size: 22px;
}
/*================================================== 
      pager-wrapper
===================================================*/

.pager-wrapper {
	font-family: "Times New Roman", Times, serif;
	margin: 20px 0 30px;
	text-align: center;
}
.pager-wrapper > p {
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
}
.pager-wrapper .pager-box {
	display: inline-block;
	padding: 0 60px;
	position: relative;
}
.pager-wrapper .pager-box a {
	font-weight: bold;
}
.pager-wrapper .pager-box .pager-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0%, -50%);
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pager-wrapper .pager-box .pager-arrow.arrow-prev {
	left: 0px;
}
.pager-wrapper .pager-box .pager-arrow.arrow-next {
	right: 0px;
}
.pager-wrapper .pager-box .pager-arrow a {
	background-color: #64758b;
	border: 1px solid #64758b;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 30px;
	padding-top: 4px;
	text-decoration: none;
	width: 55px;
}
.pager-wrapper .pager-box .pager-arrow a:hover {
	background-color: #084084;/*●●●●*/
	border: 1px solid #084084;/*●●●●*/
}
.pager-wrapper .pager-box .pager-arrow.disable::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pager-wrapper .pager-box .pager-arrow.disable a {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.pager-wrapper .pager-box .pager-arrow i {
	display: block;
	margin-top: 3px;
}
.pager-wrapper .pager-box .pager-ul {
	font-size: 0;
	min-width: 300px;
	text-align: center;
}
.pager-wrapper .pager-box .pager-num {
	display: inline-block;
	font-size: 13px;
	margin: 2px 1px;
	text-align: center;
}
.pager-wrapper .pager-box .pager-num a {
	background-color: #64758b;
	border: 1px solid #64758b;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 30px;
	padding-top: 4px;
	text-decoration: none;
	width: 30px;
}
.pager-wrapper .pager-box .pager-num a:hover {
	background-color: #084084;/*●●●●*/
	border: 1px solid #084084;/*●●●●*/
}
.pager-wrapper .pager-box .pager-num.current a {
	background-color: #084084;/*●●●●*/
	border: 1px solid #084084;/*●●●●*/
	color: #fff;
}
/*--scroll-wrapper--*/
.scroll-wrapper {
	margin: 0 auto 20px;
}

@media screen and (max-width:760px) {
.scroll-wrapper {
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 20px;
}
.scroll-wrapper:before {
	content: "横にスクロールしながら、確認してください→";
	display: block;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
}
.scroll-wrapper > * {
	min-width: 720px;
	margin-bottom: 0 !important;
}
}

@media screen and (max-width:1100px) {
.nav-ul-wrapper {
	box-sizing: border-box;
	padding-left: 60px;
}
.nav-ul > li {
	font-size: 14px;
	margin: 0px;
}
.nav-ul > li > a {
	padding: 1em 0.3em;
}
.nav-ul > li .nav-ul-sub {
	padding: 10px 10px 1px;
}
header .header-inr .header-mark {
	width: 140px;
}
}

@media screen and (max-width:760px) {
/*----------------------------------------------------
	☆base 要素
----------------------------------------------------*/
.spEle {
	display: block;
}
br.spEle {
	display: inline-block;
}
.pcEle {
	display: none !important;
}
.mdSpan i {
	margin-top: 0px;
	padding-top: 0px;
}
body {
	padding-top: 52px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/
header .header-inr {
	padding: 9px 10px;
}
header .header-inr .header-mark {
	position: static;
	transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	width: 120px;
}
.fixZone {
	position: fixed;
	left: 0;
	top: 0;
}
#drawer-menu-btn {
	display: block !important;
}

header .header-inr .header-language-zone{
	right:60px;
	}
header .header-inr .header-language-zone a{
	width:30px;
	height:30px;
	font-size:12px;
	padding-top:10px;
	}	
	
header .header-inr .header-language-zone a.sns-links img {
	vertical-align: -10px;
	width: 24px;
}	

/*-- FOOTER --*/


footer .footer-ul li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
footer .footer-ul li a {
	font-size: 13px;
	padding: 10px 0px;
	border-bottom: 1px dotted #fff;
}
footer .footer-ul li a:after {
	display: none;
}
footer .copy-right {
	font-size: 10px;
}
.footer-link-wrapper {
	padding: 30px 10px;
}


.footer-link-scroll{
	overflow-x: scroll;
	overflow-y: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	padding-bottom:20px;
	}

.footer-link-wrapper .footer-link-ul{
	width:1200px;
	box-sizing:border-box;
	}

/*.footer-link-wrapper .footer-link-ul li {
	width: 50%;
	margin-bottom: 2%;
}*/



/*-- 各ボタン --*/
.btn-style01 a {
	font-size: 13px;
}
/*-- 各タイトル --*/
.head01 {
	font-size: 22px;
}
.under_head01 {
	font-size: 13px;
}
.head02 {
	font-size: 20px;
	padding: 12px 10px 10px;
}
.head04{
	font-size:16px;
	}

.head06 {
	font-size: 22px;
	margin: 0 auto 30px;
}
.head07 {
	font-size: 18px;
	margin: 0 auto 20px;
}
/*================================================== 
      pager-wrapper
===================================================*/
.pager-wrapper {
	box-sizing: border-box;
	padding: 0 10px;
}
.pager-wrapper .pager-box .pager-ul {
	min-width: 0;
}
.pager-wrapper .pager-box {
	margin: 0 auto;
	max-width: 600px;
	padding: 0 40px;
	box-sizing: border-box;
}
.pager-wrapper .pager-box .pager-arrow {
}
.pager-wrapper .pager-box .pager-arrow a {
	width: 39px;
}
}
