@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Glegoo);
@import url(//fonts.googleapis.com/css?family=Domine);
@import url(//fonts.googleapis.com/css?family=Monda);
@import url(//fonts.googleapis.com/css?family=Limelight);
@import url(//fonts.googleapis.com/css?family=El+Messiri);
@import url(//https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family : NSimSun,Arial,sans-serif,SimHei,sans-serif;
  color:#333;
  font-size:16px;
  margin		: 0;
  padding		: 0;
  position:relative;
}


h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
address,
div,img{
	margin		: 0;
	padding		: 0;
	}

ol,ul,li,
dl,dd{
	list-style	: none;
	}
	
	
h1,h2,h3,h4,h5{
	font-size		: 100%;
	}

p {margin:0;padding:0;}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}

img{
	margin:0;padding:0;
	border		: none;
	display:block;
	}
.overimg:hover img {
	filter:alpha (opacity=70);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* .a
-------------------------------------------------- */
a {
	text-decoration: none;
	outline:none!important;
	}
a:hover {
  text-decoration: none;
}

/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}

.clr01 {
	height		: 2px;
	clear		: both;
	border-bottom:0.05em dotted #95801C;
	padding: 3% 0 0;
	margin-bottom:3%;
	}

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/* headerArea
--------------------------------------- */
.headerArea{
  margin:0 auto;
  width:1200px;
  padding:0 0 0;
  position: relative;
}

@media only screen and  (max-width: 1280px) {
.headerArea {
	width:96%;
}
}

/* h_right
--------------------------------------- */
.h_right{
  width:70%;
  float:right;
}

@media only screen and  (max-width: 800px) {
.h_right{display:none;}
}

/* sub_m
--------------------------------------- */
.sub_m{
  width:100%;
  max-width:750px;
  margin-bottom:10px;
  float:right;
}


@media only screen and  (max-width: 800px) {
.sub_m{
  display:none;
}
}

.sub_m h1{
  padding:15px 0 0;
  float:left;
  margin-right:30px;
  line-height:1.5;
  color:#FFF;
  font-size:0.9em;

}

.sub_m .online{
  float:right;
  margin:0 1%;
  position: relative;
  display:block;
}

.online li{
  margin:0 5px;
  float:right;
  padding:2%;
  line-height:1;
  text-align: center;
}

.online .tl{
  font-size:20px;
  font-weight:500;
  letter-spacing:0.05em;
  color:#FFF;
  line-height:1;
  padding-top:5px;
  min-width:170px;

}

.online .tm{
  font-size:13px;
  font-weight:400;
}

/* main_menu
--------------------------------------- */
.main_menu{
  margin:0;
  font-size:0.7em;
  padding:2px 5px 12px 0;
  width:94%;
  clear:both;
  float:right;
}

.main_menu li {
  float:left;
  margin:0 0 0 6%;
  font-size:14px;
  font-weight:400;
  letter-spacing:0.03em;
  font-weight:bold;
  position: relative;
  text-align: center;
  line-height:1.1;
}

.main_menu li span{
  font-family: 'Roboto', sans-serif;
  font-size:0.7em;
  font-weight:400;
  text-transform: uppercase;
}

@media only screen and  (max-width: 1280px) {
.main_menu li {
  margin:0 0.5% 0 2%;
}
}

.main_menu li a{
  color:#FFF;
}

.main_menu li a:hover{
  color:#63DAFC;
}

/* main_menu　sub-menu
--------------------------------------- */
.main_menu li ul.sub-menu {
	display: none;  /*サブメニューは最初は非表示にしておく*/
	position: absolute;  /*絶対配置にしておかないとうまくいかない*/
	top: 37px;
	left:-60px;
	border-collapse: collapse;
	list-style: none;
	width: 190px;
	font-size:1.1em;
	border: 5px solid #01B1F3;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
}

.main_menu li:hover ul.sub-menu {
	display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
.main_menu li ul.sub-menu li {
	float: none;  /*サブメニューはフロートさせないので解除*/
}

.main_menu .sub-menu li {
	line-height: 0;
	margin:0 0 0 0;
}

.main_menu .sub-menu b {
	font-size :1.2em;
	font-weight:normal;
	font-family : "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.main_menu .sub-menu li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 24px 0 24px;
	border-bottom: 1px solid #eee;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	color: #333!important;
	font-size:14px;
	font-weight:normal;
}


@media screen and (max-width: 1280px) {
.main_menu .sub-menu li a {
	margin-left:-3px;
	}
}
.main_menu .sub-menu li:last-child a {
	border-bottom: none;
	color: #333!important;
}

.main_menu .sub-menu li a:hover {
	background-color: #00A0EA;
	color: #ffffff!important;
	text-decoration: none;
}

.main_menu .sub-menu li:last-child  a:hover {
	background-color: #00A0EA;
	color: #ffffff!important;
	text-decoration: none;
}

.main_menu .sub-menu:before {
	position: absolute;
	display: block;
	content: "";
	width: 140px;
	height: 9px;
	left: 50%;
	margin-left:-70px;
	top: -14px;
	background-image: url(../../images/common/popup_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* .menu_sp
-------------------------------------------------- */
#menu_sp {
	display: none;
}
.slicknav_menu {
	display:none;
}

@media screen and (max-width: 800px) {
.slicknav_menu {
    display:block;
    z-index: 1000;
}

.mstel{
	text-align: center;
	padding:5px 0;
	line-height:1.4;
}

.mstel a{
	font-size:1.4em;
	font-weight:500;
}

.mstel a:hover{
	color:#FF434A!important;
	text-decoration: none!important;
}
.mstel a {
	color: #fff;
	text-decoration: underline!important;
}

.mstx{
	font-size:12px;
	text-align: center;
	padding:5px 0 5px;
	clear:both;
}
}

/* contents
========================================================================== */
#contents {
  position: relative;
  width: 100%;
  max-width:1200px;
  box-sizing: border-box;
  padding:0 0;
  margin:0 auto;
  background	: #FFF ;
  z-index:1;
  display:block;
  overflow:hidden;
  line-height:1.6;
}

@media screen and (max-width: 1280px) {
#contents {
  padding:0 2%;
}
}

#sub-contents {
  width: 100%;
  max-width:1200px;
  margin:0 auto;
  box-sizing: border-box;
  padding:100px 0 5%;
  line-height:1.6;
}

@media screen and (max-width: 800px) {
#sub-contents {
  padding:80px 2% 10%;
}
}


/* p_navi
---------------------------------------------------------------------------*/
.p_navi{
	width: 96%;
	text-align: right;
	font-size :0.7em;
	letter-spacing	: 0.05em;
	font-weight:400;
	padding:1% 2% 0.5%;
	margin:0 auto 2%;
	color:#333;
	}
	
.p_navi a {
	color: #333;
	text-decoration: none;
	}

.p_navi a:hover {  
	color: #333;
	text-decoration: none;
	}

@media screen and (max-width: 800px) {
  .p_navi{display:none;}
}


/* cat_ttl
--------------------------------------------------*/
.cat_ttl{
  width:100%;
  text-align:center;
  margin:0.5% 0 3%;
}

.cat_ttl h3{
  padding: 1% 0 0;
  font-size:1.2em;
  text-align: center;
  color:#336699;
  font-weight:600;
}

@media only screen and  (max-width: 568px) {
.cat_ttl h3{
	font-size:1em;
}
}

.cat_ttl .en{
	font-weight:400;
	font-size:2em;
	line-height:1.2;
	color:#336699;
	letter-spacing:0.05em;
	font-family : "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
}



@media only screen and  (max-width: 800px) {
.cat_ttl .en{
	font-size:1.8em;
	letter-spacing:0em;
}
}

@media only screen and  (max-width: 568px) {
.cat_ttl .en{
	font-size:1.2em;
}
}
.other-top{
  font-size: 1em;
  text-align: center;
  margin-top:2%;
  margin-bottom:3%;
  line-height:1.6;
}

.other-text{
  font-size: 1em;
  text-align: center;
  margin-top:1%;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
.other-text{
	font-size: 14px;
	margin:1%;
}
}

/* cat_topimg
--------------------------------------------------*/
.cat_topimg {
    width:100%;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto 5px;
	-moz-box-shadow: 0 1px 3px #C2C2C2;
	-webkit-box-shadow: 0 1px 3px #C2C2C2;
	box-shadow: 0 1px 3px #C2C2C2;
	position: relative;
	}

@media only screen and  (max-width: 568px) {
.cat_topimg {
	-moz-box-shadow: 0 0 0 #C2C2C2;
	-webkit-box-shadow: 0 0 0 #C2C2C2;
	box-shadow: 0 0 0 #C2C2C2;
	}
}

.cat_topimg img{
    width:100%;
	height:auto;
	}

.cat_topimg .sub_ttl{
	text-align: center;
	background: url(../../images/common/dot.png);
	padding:1.5% 4% 1.5% 4%;
	position: absolute;
	top: 50%;
	left:0;
	margin-top:-45px;
	width:auto;
	min-width:25%;
	}

@media only screen and  (max-width: 568px) {
.cat_topimg {
	margin: 0 auto 5px;
	}

.cat_topimg .sub_ttl{
	margin-top:-30px;
	padding:1.5% 7%;
}
}

.sub_ttl h3{
  padding: 1% 0 0;
  font-size:1.1em;
  color:#FFF;
  font-weight:500;
}

@media only screen and  (max-width: 568px) {
.sub_ttl h3{
	font-size:0.9em;
}
}

.sub_ttl .en{
	font-weight:400;
	font-size:2em;
	line-height:1.2;
	color:#FFF;
	letter-spacing:0.05em;
	font-family : "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
}


@media only screen and  (max-width: 800px) {
.sub_ttl .en{
	font-size:1.8em;
	letter-spacing:0em;
}
}

@media only screen and  (max-width: 568px) {
.sub_ttl .en{
	font-size:1.2em;
}
}

.sub_text{
  font-size: 0.9em;
  text-align: left;
  padding:5px;
  margin-bottom:3%;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
.sub_text{
	font-size: 13px;
	margin-bottom:5px;
}
}

/* container
--------------------------------------------------*/
.container{
  width:80%;
  float:right;
  box-sizing: border-box;
  padding:0 0 0 3%;
  min-height: 70vh;
}

@media only screen and  (max-width: 1280px) {
.container{
	width:75%;
	padding:2% 0 0 3%;
}
}

@media only screen and  (max-width: 800px) {
.container{
	width:100%;
	padding:2% 0 0;
	float:left;
}
}

@media only screen and  (max-width: 568px) {
.container{
	padding:2% 2% 0;
}
}

/* side_top
--------------------------------------------------*/
#side_top{
  width:20%;
  float:left;
  box-sizing: border-box;
  padding:0 1% 1% 0;
}

@media only screen and  (max-width: 1280px) {
#side_top{
	width:25%;
}
}

@media only screen and  (max-width: 800px) {
#side_top{
	display:none;
}
}

#side_top h2 {
	font-size:13px;
	margin-bottom:2px;
}
#side_top .catch {
	font-size:11px;
	margin-bottom:5px;
}

/* sideR
--------------------------------------------------*/
#sideR{
  width:20%;
  float:left;
  box-sizing: border-box;
  padding:0 1% 1% 0;
}

@media only screen and  (max-width: 1280px) {
#sideR{
	width:25%;
}
}

@media only screen and  (max-width: 800px) {
#sideR{
	width:100%;
	padding:2% 2%;
	float:none;
	clear:both;
}
}

@media only screen and  (max-width: 568px) {
#sideR{
	padding:2% 1%;
}
}

#sideR h4{
	width: 100%;
	font-size:14px;
	padding:10px 0 8px 0;
	background:#3FB6D0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#FFF;
	letter-spacing	: 0.05em;
	text-align:center;
}

#sideR ol ,ul{
	list-style:none;
	margin-bottom:20px;
}

#smenu{
	border-top:1px solid #416585;
}


#smenu li{
        box-sizing: border-box;
		width: 100%;
		border-bottom:1px dotted #93B8D9;
		padding:10px 2% 8px 5%;
        margin:0 0 0 0;
		background:#F3F9FF;
		font-size:15px;
}

#smenu li p{
		font-size:1.2em;
		line-height:1;
		padding-bottom:2px;
}

#smenu li span{
		font-family : "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "メイリオ", Meiryo, serif;
}


#smenu a {
	color:#416585;
}

#smenu a:hover {
	filter:alpha(opacity=70);  /* for IE */
	-moz-opacity: 0.7;  /* for Firefox */
	opacity: 0.7;  /* for Safari or Opera */
}

.bn_list{
	width:100%;
	max-width:190px;
	margin:0 auto;
	font-size:0.9em;
}

.bn_list li{
	margin-top:5px;
	margin-bottom:15px;
	font-size:0.8em;
}

@media only screen and  (max-width: 800px) {
.bn_list li{
  width:100%;
  box-sizing: border-box;
  padding:0 1.5%;
}
}

@media only screen and  (max-width: 568px) {
.bn_list li{
  width:100%;
  padding:0 0;
}
}

.bn_list img{
	width:100%;
	height:auto;
	margin:0 auto 5px;
}

.bn_list a{color:#333;text-decoration:underline;}
.bn_list a:hover{color:#218ABB;text-decoration:none;}


.res_list{
	width:100%;
	margin:10px auto;
	font-size:0.9em;
}

.res_list li{
	margin-top:5px;
	margin-bottom:15px;
	font-size:0.8em;
}

@media only screen and  (max-width: 800px) {
.res_list li{
  width:50%;
  float:left;
  box-sizing: border-box;
  padding:0 1.5%;
}
}

@media only screen and  (max-width: 568px) {
.res_list li{
  width:100%;
  padding:0 2%;
}
}

.res_list img{
	width:100%;
	max-width:190px;
	height:auto;
	margin:0 auto 8px;
}

.res_list a{color:#333;text-decoration:underline;}
.res_list a:hover{color:#218ABB;text-decoration:none;}

/* footer
========================================================================== */
footer{
float:left;
color:#FFF;
background:#2F305A;
width:100%;
margin:0 auto;
padding:1.5% 0;
display:block;
clear:both;
position:relative;
}

.footerArea {
	padding: 0 0 0 0;
	width: 1000px;
	margin: 0 auto 0;
	position: relative;
}

@media only screen and  (max-width: 1280px) {
.footerArea  {
	width: 1000px;
	}
}
.fotterLogo{
	float:left;
	width: 220px;
	height:auto;
	margin:2% 2% 2%;
	text-align: center;
}

.fotterLogo img{
	width: 100%;
	height:auto;
}


@media only screen and  (max-width: 800px) {
footer {
	padding-top: 10px;
}
	
.fotterLogo{
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}
}
	
@media only screen and  (max-width: 568px) {
.fotterLogo{
	width: 150px;
	height:auto;
}

.fotterLogo img{
	width: 150px;
	height:auto;
}
}

footer .copy{
	text-align: center;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}


@media only screen and  (max-width: 800px) {
.footerArea {
	padding:3% 0 0 0;
	margin: 0 auto 0;
	width: 100%;
}

.fotterLogo{
	margin-left:auto;
	margin-right:auto;
	float:none;
	text-align: center;
}
}

.f_text span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:0.9em;
}

.f_text small{
  font-size:13px;
}

.f_text {
	float:left;
	padding:0 0 8px 20px;
}

.f_text p{
	text-align: left;
	margin-bottom:10px;
	font-size:1em;
	padding-top:10px;
}

.f_text strong{
	font-size:1.1em;
	font-weight:bold;
}

@media only screen and  (max-width: 800px) {
.footerArea .f_text{
	padding:0 10px 0;
	clear:both;
}

.footerArea .f_text p{
	text-align: center;
}
}

@media screen and (max-width: 800px) {
.f_text {
	width:90%;
	float:none;
	margin:0 auto;
	padding:0 0 25px 0;
}
}

@media screen and (max-width: 568px) {
.f_text p{
	margin-bottom:15px;
	font-size:1.1em;
	width:100%;
}
}

.fnav_bar{  
	margin:0 auto;
	width:100%;
	clear:both;
	} 

@media only screen and  (max-width: 800px) {
.fnav_bar{  
	margin:15px auto;
	width:90%;
	} 
}

@media only screen and  (max-width: 568px) {
.fnav_bar{  
	margin:0 auto;
	width:100%;
	} 
}

.f_icon{  
	margin:10px auto 0;
	display: block;
	width:100%;
	clear:both;
	} 

.f_icon li{
	margin:0 5px 15px 10px;
	display:inline-block;
}

.f_icon li img{
	width:40px;
	height:auto;
}

@media only screen and  (max-width: 568px) {
.f_icon{
	width:96%;
	display: block;
	text-align: center;
}	
.f_icon li{
	width:14%;
	margin:0 3% 15px;
}

.f_icon li img{
	width:100%;
}
}

footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*---------- フッターメニュー ----------*/
.f-menu  {
	margin:1% auto 5%;
	font-weight:400;
	text-align: center;
}

@media only screen and  (max-width: 800px) {
.f-menu  {
	width:90%;
	margin:5% auto 3%;
}
}

.f-menu>li{font-size:13px;display:inline-block;padding-left:5px;padding-right:5px;color:#FFF;margin-bottom:5px;}

@media only screen and  (max-width: 568px) {
.f-menu>li{padding-left:3px;padding-right:3px;font-size:12px;}
}

.f-menu a {
	text-decoration: underline;
	color: #FFF;
}
.f-menu a:hover {
	text-decoration: none;
	opacity: 0.6;
}

/* #side_navi
--------------------------------------------------------- */
#side_navi{
width:32px;
height:auto;
position:fixed;
top:175px;
right:0;
background: rgba(2, 80, 106, 0.8);
z-index: 110;
padding:7px 10px 2px 8px!important;
padding-bottom:0;
}

@media screen and (max-width: 800px) {
#side_navi{
display:none;
}
}

#side_navi li:hover {
	filter:alpha(opacity=80);  /* for IE */
	-moz-opacity: 0.8;  /* for Firefox */
	opacity: 0.8;  /* for Safari or Opera */
}

side_navi ul{
margin:0;
padding:0;
float:left;
}

#side_navi li img{
width:100%;
height:auto;
}

#side_navi li {
width:35px;
height:auto;
float:left;
margin-bottom:5px;
}

/* page_top
========================================================================== */
#page_top {
position: fixed;
bottom: 1.8%;
right: 1.5%;
z-index:2000;
}

.pcHide{display: none;}

/*---------------------------------タブレット---------------------------------------*/
@media screen and (max-width: 800px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/*---------------------------------スマホ---------------------------------------*/
@media screen and (max-width: 568px) {
.pcHide{display: block;}
tbHide{display: block;}
.spHide{display: none;}
}