@charset "utf-8";


/*全ページ適用CSS -------------------------------------------------------------- */

* {
	margin		: 0;
	padding		: 0;
}
html{
	font-size	: 62.5%;
	width:100%;
}
body {
	/*font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Sawarabi Gothic";*/
	margin: 0;
	padding: 0;
	text-align: center;
	line-height:1.8;
	letter-spacing:0.05em;
	color:#333333;
	/*min-width:1100px;*/
	background: #FFF;
	width:100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td{  
	margin:0; 
	padding:0;  
	color:#333333;
}  
table{  
	border-collapse:collapse; 
	border-spacing:0;  
}  
fieldset, img{  
	border:0;  
} 
img {
	vertical-align: top;
  /*
	-webkit-backface-visibility: hidden;
  */
  image-rendering: -webkit-optimize-contrast;
}

address, caption, cite, code, dfn, th, var{
	font-style:normal; 
	font-weight:normal;  
}
em,i{
	font-style:normal;  
}
ol, ul{  
	list-style:none;  
} 

caption, th{  
	text-align:left;  
}

h1, h2, h3, h4, h5, h6{  
	 font-weight:normal;  
	 font-size: 1rem;
}
hr {
	display: none;
}
abbr, acronym{  
	border:0;  
}
textarea { 
  /*font-family: sans-serif;*/
}
body.kasou_common #contents{
	font-size:1.4rem;
	/*font-family: "Sawarabi Gothic";*/
	line-height:1.8;
	letter-spacing:0.05em;
}

/* 各ページ適用CSS
------------------------------------------------------------------------------------*/

.clearfix:after{
content:"";
display:table;
clear:both;
}

.common #wrapper #contents h3{
/zoom:1;
display: block;
}

.common #wrapper #contents h3:after{
content:"";
display:table;
clear:both;
}

.clearfix{
/zoom:1;
display: block;
}

/* End IE-mac */
.clear{
clear:both;
} 


/*------------------------------------
リンク 
------------------------------------*/
a{
	color:#333333;
}
 
a:hover {
	text-decoration:none;
	/*color: #0C85F8;*/
}
area {
	outline: none;
}
a:hover img{
	opacity: 0.8;
}


/*------------------------------------
リスト２行以降対策 
------------------------------------*/ 
ol.list li, ul.list li{
	text-indent:-1em;
	margin-left:1em;
} 


/*------------------------------------
bootstrap調整 
------------------------------------*/ 

@media (min-width: 768px) {
  .container {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .container2 {
   width: 90%;
}
}

@media (min-width: 992px) {
  .container2 {
    width: 880px;
  }
}

@media (min-width: 1200px) {
  .container2 {
    width: 880px !important;
  }
}

@media (min-width: 1600px) {
  .container3 {
    width: 1400px !important;
  }
}
  .container2 {
	margin: 0 auto;
}
  .container3{
	margin: 0 auto;
}

/*両端パディングなし*/
.container-fluid{
	padding-left:0px;
	padding-right:0px;
}

/*両端パディングなし*/
.container{
	padding-left:0px;
	padding-right:0px;
}

/*パディングなし設定*/
.no-padding{
	padding-left:0px;
	padding-right:0px;
}

/*------------------------------------
ポジション
------------------------------------*/
.relative{
	position: relative;
}



/*------------------------------------
スマホ　非表示
------------------------------------*/
.disp_sp{
	display:none !important;
}

.wrapper{
}


/*------------------------------------
左ナビ
------------------------------------*/

/*ナビ固定*/
#left_globalnavi{
	background:url(../img/img-common/left_nav_icon.png) center center no-repeat #29BCED;
	width:50px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:100000;
	text-align: center;
	cursor:pointer;
}

#left_globalnavi .icon_left_globalnavi{
	margin:20px auto 0;
	display: block;
}

/*Gナビ*/
#slide_menu_pc{
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	/*background: #82D8F4;*/
	z-index:100;
	padding-left:50px;
	/*box-shadow: 0 0 10px 0 rgba(0,0,0,.1);*/
}

.slide_menu_navi{
	/*box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);*/
	z-index: 1;
}

.slide_menu_navi li a{
	background: rgba(238,238,238,0.9);
	display:block;
	/*border-bottom: #29BCED 1px solid;*/
	color:#333;
	padding:20px 0 20px 15px ;
	font-size: 14px;
	cursor:pointer;

}
.slide_menu_navi li a:hover{
	background: rgba(108, 209, 242,0.8);
	color:#fff;
	opacity:1;
}

.slide_menu_target_navi{
	height:100%;
	background: rgba(108, 209, 242,0.6);
	/*box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);*/
}

.slide_menu_target_navi li{
	position:relative;
}

/*.slide_menu_target_navi li:after{
	content:"\25b6";
	font-size: 8px;
	color:#fff;
	position:absolute;
	right:2px;
	top:20px;
	z-index:1000;
}*/


.slide_menu_target_navi li a{
	/*border-right: #29BCED 15px solid;*/
	display:block;
	color:#333;
	background: rgba(255,255,255,0.9);
	/*margin-bottom: 1px;*/
	font-size: 12px;
	padding:15px 0 15px 15px ;
	position:relative;
	width:100%;
}


.slide_menu_navi li a{
	
}

.slide_menu_target_navi li a:hover{
	background: rgba(108, 209, 242,0.6);
}

.inner_slide_menu_navi li {
	margin-bottom: 1px;
}
.inner_slide_menu_navi li a{
	background: #FFF;
	padding:15px 0 15px 15px ;
	color:#333;
	display: block;
}


/*Gナビ開いた際のクリック制御*/
.layer{
	position: fixed;
	top: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
}


/*Gナビ2階層目*/
.btn_slide_menu .inner_slide_menu_navi{
	opacity:0;
	width:0;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index:-100;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}


.btn_slide_menu:hover .inner_slide_menu_navi{
	display:block;
	opacity:1;
	position: absolute;
	top:0;
	left:300px;
	background: rgba(255,255,255,0.9);
	height:100%;
	z-index:-100;
	/*box-shadow: 0 0 10px rgba(0,0,0,.4);*/
	width:200px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 00, 0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.btn_slide_menu:hover .inner_slide_menu{
	display:block;
}



/*------------------------------------
下部スライダー
------------------------------------*/

.cmn_slider .ttl{
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size:24px;
		text-align:center;
		border-bottom:1px solid #DDDDDD;
		letter-spacing:0.1em;
		line-height: 2;
		font-weight:bold;
}

.cmn_slider .ttl span{
		color:#BEB899;
		font-size:18px;
		padding:0 0 0 20px;
}


.cmn_slider .swiper-container {
        margin: 0 auto;
		padding: 30px 25px 35px;
    }
	
.cmn_slider .swiper-slide {
        background: #fff;
        width: 200px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.cmn_slider .swiper-wrapper{
	
}
	
.cmn_slider .swiper-slide img{
		width:100%;
}


.cmn_slider .swiper-slide p.txt{
        text-align: center;
		padding: 10px 0 0;
		/*width:270px;*/
		text-decoration:none;
		font-size:1.2rem;
}

.cmn_slider .swiper-slide a{
		text-decoration:none;
}

.cmn_slider .swiper-slide:hover{
		text-decoration:none;
		opacity:0.8;
}



/*前へ次へボタン調整*/
.cmn_slider .swiper-button-prev,
.cmn_slider .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/img-common/btn_prev.png);
  /*left: -3px;*/
  left: 40%;
  background-size:50px;
}

.cmn_slider .swiper-button-next,
.cmn_slider .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/img-common/btn_next.png);
  /*right: -3px;*/
  right: 40%;
  background-size:50px;
}
.cmn_slider .swiper-button-prev ,.cmn_slider .swiper-button-next{
	top: 96%;
}


/*ページング調整*/
.cmn_slider .swiper-pagination-fraction,
.cmn_slider .swiper-pagination-custom,
.cmn_slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}


.cmn_slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}


/*------------------------------------
ヘッダー 
------------------------------------*/

header{
	position:relative;
	z-index: 1000;
	/*background:#3A1F0A;*/
	padding:10px 0 0;
	
}
header #header_inner{
	/*width: 1100px;*/
	margin: 0 auto;
	text-align: left;
	/*background: url(../img/img-common/pc_hed_bg02.png) no-repeat 610px 12px;*/
	position: relative;
	
		
}
header #header_inner h1{
	text-align: left;
	padding: 0 0 0.5% 2.5%;
	float: left;
}
header #header_inner .logo img{
	width: 187px;
	height: auto;
}
header #header_inner .logo a:hover img{
	opacity:1;
}
header #header_inner .logo .img02{
	width:auto;
	margin:26px 0 0 20px;
}

header #header_inner nav .subnav {
	margin: 0;
	padding: 0 25px 0 0;
	display:  inline-block;
	float: right;
}

header #header_inner nav .subnav li {
    float: left;
    margin: 0;
    padding: 0;
}

header #header_inner nav .subnav li a{
	display: block;
	outline: none;
	overflow: hidden;
	/* color: #071D72; */
	/* font-weight: bold; */
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0px 20px 0 0;
	font-size: 1.2rem;
}

header #header_inner nav .subnav li:nth-child(1) a{
    background: url(../img/img-common/pc_hed_icon01.gif) no-repeat left center;
}
header #header_inner nav .subnav li:nth-child(2) a{
	background:url(../img/img-common/pc_hed_icon02.gif) no-repeat left center;
	padding: 0 0 0 25px;
}
header #header_inner nav .subnav li a:hover{
	text-decoration: underline;	
}


/*------------------------------------
グローバルナビ
------------------------------------*/ 
nav#global{
	border-top: 4px solid #B1002D;
}

nav.#h_global{
	border-top: 4px solid #B1002D;
}


nav.h_global{
	background:#fff;
	border-top: 4px solid #B1002D;
	border-bottom:1px solid #ccc;
	box-shadow: 0px -3px 3px rgba(0,0,0,0.08),0px 3px 4px rgba(204,204,204,1);
}
nav#global{
	background:#fff;
	border-top: 4px solid #B1002D;
	border-bottom:1px solid #ccc;
	box-shadow: 0px -3px 3px rgba(0,0,0,0.08),0px 3px 4px rgba(204,204,204,1);
	position: relative;
}

ul#gnav{
	margin: 0px auto 0;
    padding: 0px 5px;
    background: url(../img/img-common/gnav_line.gif) no-repeat right center;
	}
ul#gnav li{
	font-size: 1.6rem;
    margin: 0 0 0 0;
    padding: 15px 0;
    float: left;
    position: static;
    display: block;
    /* width: 158px; */
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    line-height: 1.2;
	letter-spacing:0.3em;
}

ul#gnav li:nth-child(2){
	letter-spacing:0.04em;
}
ul#gnav li:nth-child(4){
	letter-spacing:0.1em;
}


ul#gnav li:hover{
	cursor:pointer;
}

ul#gnav li span{
	display:block;
}

ul#gnav li:nth-child(1){
	background:url(../img/img-common/gnav_line.gif) no-repeat left center;
}
ul#gnav li:nth-child(2){
	/*width: 180px;*/
	background:url(../img/img-common/gnav_line.gif) no-repeat left center;
}
ul#gnav li:nth-child(3) {
	/*width: 180px;*/
	background:url(../img/img-common/gnav_line.gif) no-repeat left center;
}
ul#gnav li:nth-child(4){
	/*width: 174px;*/
	background:url(../img/img-common/gnav_line.gif) no-repeat left center;
}
ul#gnav li a{
	font-size: 1.6rem;
	text-align: center;
	display: block;
	outline: none;
	width: auto;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 10px 0;
	height: 20px;
	text-indent:1rem;
}




/*Gナビ2階層目*/
#global #gnav .open_subnav{
	z-index: 1;
	position: absolute;
	top: 68px;
	left: 0;
	width: 100%;
	padding: 15px 30px;
	background: #F8F5F0;
	/*overflow: hidden;*/
	box-sizing: border-box;
	height: 150px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#gnav .open_subnav ul li{
	float: left;
    width: 25%;
    text-align: left;
    background: url(../img/img-iu_education/ico_01.gif) no-repeat left center;
    background-size: 17%;
    padding: 1.5% 0;
	position: relative;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
}

#gnav .open_subnav ul li a{
	text-align:left;
	background:url(../img/img-common/subnav_arrow.gif) no-repeat right center;
	/*background-size:8%;*/
	padding:1% 8% 1% 15%;
    font-weight: normal;
	display: inline-block;
	font-size: 1.4rem;
	}
#gnav .open_subnav ul li:nth-child(1){
	border-bottom:none;
    background: url(../img/img-iu_education/ico_01.gif) no-repeat left center;
}
#gnav .open_subnav ul li:nth-child(2){
	border-bottom:none;
    background: url(../img/img-iu_education/ico_01.gif) no-repeat left center;
}
#gnav .open_subnav ul li:nth-child(3){
	border-bottom:none;
    background: url(../img/img-iu_education/ico_01.gif) no-repeat left center;
}
#gnav .open_subnav ul li:nth-child(4){
	border-bottom:none;
    background: url(../img/img-iu_education/ico_01.gif) no-repeat left center;

}


/*.open_subnav ul li a::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 1px #A00030;
  border-right: solid 1px #A00030;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
*/

/*ul#gnav li:hover .open_subnav01{
	display: block;
	height: 360px;
	border-bottom:3px solid #BFBA93;
	top: 72px;
}
*/


/*.index header ul#gnav li:nth-child(1){
	background:url(../img/img-common/gnav_line.gif) no-repeat left center;
}
.room header ul#gnav li:nth-child(2){
	background:url(../img/img-common/gnav_ico02on.gif) no-repeat 25px center;
}
.room_common header ul#gnav li:nth-child(2){
	background:url(../img/img-common/gnav_ico02on.gif) no-repeat 25px center;
}
.facility header ul#gnav li:nth-child(3){
	background:url(../img/img-common/gnav_ico03on.gif) no-repeat 15px center;
}
.meal header ul#gnav li:nth-child(4){
	background:url(../img/img-common/gnav_ico04on.gif) no-repeat 25px center;
}
.enjoy header ul#gnav li:nth-child(5){
	background:url(../img/img-common/gnav_ico05on.gif) no-repeat 14px center;
}
.faq header ul#gnav li:nth-child(6){
	background:url(../img/img-common/gnav_ico06on.gif) no-repeat 14px center;
}
*/

#global #gnav .open_subnav01 {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}
#global #gnav .method01:hover .open_subnav01 {
	opacity: 1;
}
/*#gnav .method01 .open_subnav01:hover {
	opacity: 1;
}*/

#global #gnav .open_subnav02 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	}
#global #gnav .method02:hover .open_subnav02 {
	opacity: 1;
}

#global #gnav .open_subnav03 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	}
#global #gnav .method03:hover .open_subnav03 {
	opacity: 1;
}

#global #gnav .open_subnav04 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	}
#global #gnav .method04:hover .open_subnav04 {
	opacity: 1;
}











/*------------------------------------
グローバルナビ（固定用）
------------------------------------*/ 

#hideHeader {
    position: fixed !important;  
	z-index: 5000;
	top: 0;/* height */
	left: 0;
	width: 100%;
	height: 50px;
	visibility: hidden;
}

div#hideHeader.fixed {
	top: 0;/* height */
	display: block;
	visibility: visible
}





/*------------------------------------
フッター
------------------------------------*/
footer{
	position: relative;	
	background:#FFF;
}

footer img{
	max-width:100%;
}

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

footer a:hover{
	opacity:0.8;
	color:#333;	
}

footer .inner{
	border-top:4px solid #B1002D;
}

footer .footer_inner01{
	background:#fff;
	border-top:1px solid #BBBBBB;
	padding: 33px 0px 30px;
}
footer .footer_inner02{
	background:#fff;
	border-top:1px solid #BBBBBB;
	padding: 33px 0px 30px;
}

footer .fax{
	padding:0 0 0 10px;
}

footer .fot_tel{
	text-align: left;
}

footer .tel{
	font-size:2.4rem;
	display:inline-block;
	text-align: left;
}

footer .tel span{
	background: url(../img/img-common/fot_tel.gif) no-repeat left center;
	padding: 0 0 0 25px;
}
footer .fax span{
	background: url(../img/img-common/fot_fax.gif) no-repeat left center;
	padding: 0 0 0 30px;
}

footer .tel a:hover{
	opacity:1;
	cursor:default;
}
footer .tel a:link{
	text-decoration:none;
}

/*footer .fax{
	background: url(../img/img-common/fot_fax.gif) no-repeat left center;
	margin: 0 0 0 4%;
	padding: 0 0 0 0px;
	width:50%;
}
*/
footer .fot_address{
	background: url(../img/img-common/fot_logo.gif) no-repeat left 10px;
    text-align: left;
    margin: 0;
    padding: 45px 0 30px 0px;
    width: 100%;
    float: left;
}
footer .fot_address img:hover{
	opacity:0.8;
}

footer .fot_address span{
	display:block;
	padding:10px 0 0 10px;
}


footer nav.blk01{
	margin: 0;
	/*padding: 3.5% 0 4% 0;
	width: 100%;
	float: left;*/
}
footer nav.blk01 ul{
	margin: 0;
	width: 100%;
	float: left;
}

footer nav.blk01 ul li{
	background: url(../img/img-common/arrow_ico01.gif) no-repeat left center;
	background-size: 2.5% auto;
	padding: 0 0 0% 16px;
	/*margin: 0 0 10px;*/
	text-align: left;
	/*color:#fff;*/
	text-indent: -0.6em;
}

footer nav.blk01 ul li:before{
left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer nav.blk01 .btn_acc{
	padding: 0 0 5px 15px;
	text-align:left;
	font-size:1.5rem;
	font-weight:bold;
}

footer nav.blk01 ul li a{
	text-decoration: none;
	font-size: 1.2rem;
	line-height:1;
	position: relative;
  display: inline-block;
  padding-left: 25px;
  	
}

footer nav.blk01 .menu01 ul li{
	text-decoration: none;
	/*color: #fff;*/
	font-size: 1.4rem;
	background: url(../img/img-common/fot_arrow.png) no-repeat left center;
	background-size:5%;
	padding: 0 0 0 3%;
	margin:0 0 0 5%;
}

footer nav.blk01 .menu01 ul li span{
	display: block;
	font-size: 0.9rem;
	padding: 4px 0 0 0;
}
footer nav.blk01 .menu01 ul li.enquete{
	padding: 6px 0 0 10px;
}

/*footer nav.blk01 ul li a::before{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #A00030;
  border-right: solid 2px #A00030;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}*/

footer nav.blk01 ul li a:hover{
	text-decoration:underline;
	opacity:1;
}

footer .link_list{
	display:inline-block;
	text-align:right;
	font-size:1.2rem;
}

footer .link{
	display:inline-block;
	padding:0 0 0 20px;
}

footer .link a{
	text-decoration:underline;
}
footer .link a:hover{
	text-decoration:none;
	opacity:1;
}

footer .contact_btn {
	/*background: #999999;*/
    
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
	margin: 6px 0 0 0;
	/*padding:0 20px 0 0;*/
	border: 1px solid #C5C5C5;
	background:#fff;
	width: 200px;
	float:left;
}

footer .contact_btn a {
	background-size:3%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2;
	padding: 8px 10px 8px 25px;
	text-align: center;
	/*color:#fff;*/
	letter-spacing:0.1em;
	text-decoration:none;
	display:block;
	background: #fff url(../img/img-common/fot_access_icon.gif) no-repeat 15% center;
}

footer .access{
	/*background: #fff url(../img/img-common/fot_access_icon.gif) no-repeat 0 center;*/
}
footer .contact{
	margin: 6px 0 0 3%;
}

footer .contact a{
	background: #fff url(../img/img-common/fot_mail.gif) no-repeat 13% center;
}


footer .accessmap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
footer .accessmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
}



footer .footer_pdf {
	padding:3% 0;
}

footer .pdf_btn {
	/*background: #999999;*/
    
    text-align: right;
    color: #fff;
    letter-spacing: 0.1em;
	border: 1px solid #C5C5C5;
	background:#fff;
	    width: 360px;
		display:inline-block;
	float: right;	
}

footer .pdf_btn a {
	background-size:3%;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	padding: 13px 10px;
	text-align:center;
	/*color:#fff;*/
	letter-spacing:0.1em;
	text-decoration:none;
	display:block;
	background: #fff url(../img/img-common/fot_pdf.png) no-repeat 20% center;
	
}
footer .saiyo_btn{
	text-align: left;
	float: left;
}

footer .saiyo_btn a{
	background: #fff url(../img/img-common/fot_pdf.png) no-repeat 30% center;
}


footer .footer_banner {
    padding:27px 0;
}

footer #copyright{
	clear: left;
	background-color: #97052B;
	color: #fff;
	font-size: 1.3rem;
	padding: 15px 0;
	text-align: center;
}
footer #copyright small{
	font-size: 1.3rem;
}

footer #copyright a{
	font-size: 1.3rem;
	color:#fff;
}


footer .bg_gray{
	background:#F7F9F8;
}
footer .bg_gray02{
	background:#EFF3F4;
}

footer .bg_gray03{
	background:#333333;
	color:#fff;
}

.footer_banner .col-md-2{
	width:20%;
	padding-left: 5px;
    padding-right: 5px;
}

.footer_banner .col-md-2 img{
	max-width:100%;
}

.footer_donation{
	margin:30px 0 20px;
	text-align: left;
}

.footer_donation img{
	width:350px;
}

@media (max-width: 1200px) {
	footer .fot_address{
	background: url(../img/img-common/fot_logo.gif) no-repeat left center;
	background-size: 100%;
	}
	footer .tel{
	/*width: 44%;*/
	padding: 0 0 0 20px;
	font-size: 1.8rem;
}
	footer .fax{
	padding: 0 0 0 20px;
	font-size: 1.8rem;
}
	footer .contact_btn {
	width: 180px;
}

}

@media (max-width: 1300px) {
	footer .footer_access .col-md-offset-1{
		    margin-left: 2%;

	}
	
	footer .footer_access img{
		    width:50%;

	}
	
	footer .footer_access img{
		    width:55%;

	}
	
	footer .footer_access img.home{
		    width:17%;

	}

}


/*----------------共通--------------------*/ 

/*------------------------------------
共通フォント
------------------------------------*/

.font10 {
	font-size:1rem;
}

.font12 {
	font-size:1.2rem;
}
.font13 {
	font-size:1.3rem;
}
.font14 {
	font-size:1.4rem;
}
.font15 {
	font-size:1.5rem;
}
.font16 {
	font-size:1.6rem;
}
.font18 {
	font-size:1.8rem;
}
.font20 {
	font-size:2.0rem;
}
.font22 {
	font-size:2.2rem;
}
.font24 {
	font-size:2.4rem;
}
.font26 {
	font-size:2.6rem;
}
.font22 {
	font-size:2.8rem;
}
.font30 {
	font-size:3.0rem;
}
.font40 {
	font-size:4.0rem;
}
.fon50 {
	font-size:5.0rem;
}
.font60 {
	font-size:6.0rem;
}
.font70 {
	font-size:7.0rem;
}

.red{
	color:#D80000;
}
.blue{
	color:#0000D9 !important;
}


/*------------------------------------
共通フォントファミリー
------------------------------------*/
.font_mincho{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font_meiryo{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------
共通画像　100%表示する画像
------------------------------------*/
.img100{
	width:100%;
}


/*------------------------------------
共通見出し
------------------------------------*/

.cmn_title01{
	font-size:184%;
}
.cmn_title01 span{
	font-size:145%;
}

.cmn_title01{
	color:#fff;
	font-size:150%;
	width:920px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	padding:7px 0;
	position: relative;
	
}

.cmn_title01:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 48%;
	border: 27px solid transparent;
	border-top: 16px solid #29BCED;
	width: 0;
	height: 0;
}

.cmn_title01.lightblu{
	background:#29BCED;
}

.cmn_icon01{
	position: relative;
    display: inline-block;
    padding-right: 30px;
	
}

.cmn_icon01:after{
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px rgba(51,51,51,0.6);
    border-right: solid 2px rgba(51,51,51,0.6);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
}



/*------------------------------------
共通float 
------------------------------------*/

.cmn_left{
	float:left;
}
.cmn_right{
	float:left;
}



/*------------------------------------
共通マージン
------------------------------------*/


/*    マージントップ     */
.pc_mt5{
	margin-top:5px !important;
}
.pc_mt10{
	margin-top:10px !important;
}
.pc_mt10{
	margin-top:15px !important;
}
.pc_mt20{
	margin-top:20px !important;
}
.pc_mt30{
	margin-top:30px !important;
}
.pc_mt40{
	margin-top:40px !important;
}
.pc_mt50{
	margin-top:50px !important;
}
.pc_mt60{
	margin-top:60px !important;
}
.pc_mt70{
	margin-top:70px !important;
}
.pc_mt80{
	margin-top:80px !important;
}
.pc_mt90{
	margin-top:90px !important;
}
.pc_mt100{
	margin-top:100px !important;
}

/*    マージントップ マイナス    */
.pc_mt-10{
	margin-top:-10px !important;
}
.pc_mt-10{
	margin-top:-15px !important;
}
.pc_mt-20{
	margin-top:-20px !important;
}
.pc_mt-30{
	margin-top:-30px !important;
}
.pc_mt-40{
	margin-top:-40px !important;
}
.pc_mt-50{
	margin-top:-50px !important;
}
.pc_mt-60{
	margin-top:-60px !important;
}
.pc_mt-70{
	margin-top:-70px !important;
}
.pc_mt-80{
	margin-top:-80px !important;
}
.pc_mt-90{
	margin-top:-90px !important;
}
.pc_mt-100{
	margin-top:-100px !important;
}

/*    マージンボトム    */
.pc_mb10{
	margin-bottom:10px !important;
}
.pc_mb15{
	margin-bottom:15px !important;
}
.pc_mb20{
	margin-bottom:20px !important;
}
.pc_mb25{
	margin-bottom:25px !important;
}
.pc_mb30{
	margin-bottom:30px !important;
}
.pc_mb35{
	margin-bottom:35px !important;
}
.pc_mb40{
	margin-bottom:40px !important;
}
.pc_mb45{
	margin-bottom:45px !important;
}
.pc_mb50{
	margin-bottom:50px !important;
}
.pc_mb55{
	margin-bottom:55px !important;
}
.pc_mb60{
	margin-bottom:60px !important;
}
.pc_mb65{
	margin-bottom:65px !important;
}
.pc_mb70{
	margin-bottom:70px !important;
}
.pc_mb75{
	margin-bottom:75px !important;
}
.pc_mb80{
	margin-bottom:80px !important;
}
.pc_mb85{
	margin-bottom:85px !important;
}
.pc_mb90{
	margin-bottom:90px !important;
}
.pc_mb95{
	margin-bottom:95px !important;
}
.pc_mb100{
	margin-bottom:100px !important;
}
.pc_mb110{
	margin-bottom:110px !important;
}
.pc_mb120{
	margin-bottom:120px !important;
}
.pc_mb130{
	margin-bottom:130px !important;
}
.pc_mb140{
	margin-bottom:140px !important;
}
.pc_mb150{
	margin-bottom:150px !important;
}
.pc_mb160{
	margin-bottom:160px !important;
}
.pc_mb170{
	margin-bottom:170px !important;
}
.pc_mb180{
	margin-bottom:180px !important;
}
.pc_mb190{
	margin-bottom:190px !important;
}
.pc_mb200{
	margin-bottom:200px !important;
}
.pc_mb210{
	margin-bottom:210px !important;
}

/*------------------------------------
共通パディング
------------------------------------*/


/*    パディングトップ     */
.pc_pt10{
	padding-top:10px !important;
}
.pc_pt15{
	padding-top:15px !important;
}
.pc_pt20{
	padding-top:20px !important;
}
.pc_pt30{
	padding-top:30px !important;
}
.pc_pt40{
	padding-top:40px !important;
}
.pc_pt50{
	padding-top:50px !important;
}
.pc_pt60{
	padding-top:60px !important;
}
.pc_pt70{
	padding-top:70px !important;
}
.pc_pt80{
	padding-top:80px !important;
}
.pc_pt90{
	padding-top:90px !important;
}
.pc_pt100{
	padding-top:100px !important;
}


/*    パディングボトム     */
.pc_pb10{
	padding-bottom:10px !important;
}
.pc_pb15{
	padding-bottom:15px !important;
}
.pc_pb20{
	padding-bottom:20px !important;
}
.pc_pb30{
	padding-bottom:30px !important;
}
.pc_pb40{
	padding-bottom:40px !important;
}
.pc_pb50{
	padding-bottom:50px !important;
}
.pc_pb60{

	padding-bottom:60px !important;
}
.pc_pb70{
	padding-bottom:70px !important;
}
.pc_pb80{
	padding-bottom:80px !important;
}
.pc_pb90{
	padding-bottom:90px !important;
}
.pc_pb100{
	padding-bottom:100px !important;
}

.pc_pb160{
	padding-bottom:160px !important;
}

/*------------------------------------
共通アイコン 
------------------------------------*/
/*三角の矢印アイコン*/
.icon_01:before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}

/*三角の矢印アイコン（丸背景）*/
.icon_02:before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.icon_02:after{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}

/*くの字の矢印アイコン*/
.icon_03:after{
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #7a0;
	border-right: 2px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*くの字の矢印アイコン（丸背景）*/
.icon_04:before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.icon_04:after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*------------------------------------
共通ボタン 
------------------------------------*/
.cmn_btn_01{
	text-align:right;
}

.cmn_btn_01 a{
	display:block;
	text-decoration:none;
	background:#333;
	color:#FFF;
	padding: 5px 0;
	line-height: 1.5;
	text-align:center;
	margin: 0 auto;
	width:220px;
}

.cmn_btn_01 a:hover{
	opacity:0.8;
}


/*------------------------------------
エフェクト処理関連 共通項目
------------------------------------*/
/*.main_title {
	opacity: 0;
}
.fade-up,.fade-up-delay,.fade-in,.fade-in-delay01,.fade-in-delay02,
.fade-in-delay03,.fade-in-delay04,.fade-in-delay05,fade-in-delay06,fade-in-delay07,
.firstview-fade-in,
.firstview-fade-in-delay01,.firstview-fade-in-delay02,
.firstview-fade-in-delay03,.firstview-fade-in-delay04,
.firstview-fade-in-delay05,.firstview-fade-in-delay06,
.firstview-fade-in-delay07,.firstview-fade-in-delay08{
	transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}*/



/*------------------------------------
パンくず
------------------------------------*/

.kasou_common .bread_crumb{
	height:40px;
	text-align:right;
	padding:0;
	line-height:40px;
	font-size:1.2rem;
	letter-spacing: 0em;
	position:relative;
	color: #525252;
}
.kasou_common .bread_crumb a{
	text-decoration:underline !important;
	font-weight: bold;
	color: #525252;
}
.kasou_common .bread_crumb a:hover{
	text-decoration:none !important;
	opacity:1;
}


/*------------------------------------
共通(後ほどまとめます）
------------------------------------*/
.kasou_common #contents .bg_liblue{
	background:#E6F4FF;
}

.kasou_common #contents .bg_gray{
	background:#F6F6F6;
}
.kasou_common #contents .bg_gray02{
	background:#eee;
}
.kasou_common #contents .bg_blue{
	background:#002080;
}
.kasou_common #contents .font_blue{
	color:#001966;
}

.kasou_common #contents .font_liblue{
	color:#0C85F8;
}
.kasou_common #contents .font_liblue2{
	color:#0672D4;
}
.kasou_common #contents .font_liblue3{
	color:#268BDA;
}
.kasou_common #contents .font_gold{
	color:#664C00;
}

.kasou_common #contents .txt_center{
	text-align:center;
}

.kasou_common #contents .txt_left{
	text-align:left;
}

.kasou_common #contents .txt_right{
	text-align:right;
}

.kasou_common #contents .txt_bold{
	font-weight:bold;
}



/*アニメーションボタン*/

#contents .syosai_btn {
	background: #2494F9;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
	margin: 0 auto;
	padding: 7px 0px 5px 23px;
	color:#fff;
	letter-spacing:0.1em;
	display:block;
	width:206px;
	position: relative;
	overflow: hidden;
	transition: all 0s;
	text-align: left;
}
#contents .syosai_btn:before {
    background: #fff;
    content: "";
    height: 250px;
    opacity: 0.8;
    position: absolute;
    top: 0;
	left: -280px;
    width: 100px;
    z-index: 1;
	transition: 1s;
}
#contents .syosai_btn:hover:before {
    animation: anim 0.5s cubic-bezier(0.955, 0.555, 0.000, 0.770);
	opacity:  0.3;
    width: 210px;
}
@keyframes anim {
  0% {transform: translateX(0);}
  100% {transform: translateX(500px);}
}
#contents .syosai_btn:after { 
	content: url(../img/img-common/icon_arrow.png);
	display: block; 
	position: absolute; 
	top: 12%;
	right: 2%;
	transition: 0.3s;
}
#contents .syosai_btn:hover:after { 
	content: url(../img/img-common/icon_arrow.png);
	display: block; 
	position: absolute; 
	top: 12%;
	right: 0%;
}



/*------------------------------------
テーブル
------------------------------------*/

.table_type01 {
	/*font-size:1.4rem;*/
	width:100%;
	margin: 0 0 50px 0;
}

.table_type01  th{
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	width: 17.7%;
	padding: 20px 20px;
	text-align: left;
	border-right:none;
}
.table_type01 td{
	border: 1px solid #CCCCCC;
	padding: 20px 40px;
	border-left:none;
	text-align: left;
	vertical-align:middle;
}

.table_type01 td .google{
	vertical-align:middle;
	padding:0 0 0 8%;
}

.table_type01 td .txt_blk{
	padding: 0 0 0 94px;
	display:inline-block;
}

.table_type02 a.tel {
	text-decoration:none;
	color: #333;
	cursor:default;
	opacity:1;
}

.table_type02 a{
	color: #333;
	text-decoration:underline;
}

.table_type02 a:hover{
	text-decoration:none;
}



.table_type02{
	/*font-size:1.4rem;*/
}

.table_type02 dl{
	border-bottom:1px solid #ccc;
	padding:20px 0;
	text-align: left;
}

.table_type02 dt{
	width:24%;
	color:#001966;
	display:inline-block;
	font-weight:bold;
	padding: 0 2%;
    vertical-align: top;
	letter-spacing:0.4em;
}
.table_type02 dd{
	display:inline-block;
	vertical-align: middle;
}

.table_type02 .txt_blk{
	padding: 0 0 0 20px;
	display:inline-block;
}

.table_type02 dd:nth-child(2){
	width:48%;
}

.table_type02 dd:nth-child(3){
	width:20%;
}

.table_type02_2 dt{
	width:30%;
	font-weight:normal;
	letter-spacing:0.05em;
	vertical-align: middle;
}

.table_type02_2  dd:nth-child(2){
	width: 70%;
}


.table_type03 th,.table_type03 td{
	padding:1% 0;
	text-align:left;
}
.table_type03 th{
	width:11em;
}
.table_type03 td{
	text-indent:-1em;
	margin-left:1em;
}

.table_type04 td{
	padding:0% 0;
	width:16em;
	text-align:left;
}



/*------------------------------------
共通コンテンツパターン
------------------------------------*/
/*パターン1*/

#contents .type01 .image01{
	background:url(../img/img-security/bg_img01.jpg) no-repeat center center;
	height: 350px;
	background-size:cover;
}
#contents .type01 .image02{
	background:url(../img/img-security/bg_img02.jpg) no-repeat center center;
	height: 350px;
	background-size:cover;
}
#contents .type01 .image03{
	background:url(../img/img-security/bg_img03.jpg) no-repeat center center;
	height: 350px;
	background-size:cover;
}
#contents .type01 .image04{
	background:url(../img/img-security/bg_img04.jpg) no-repeat center center;
	height: 350px;
	background-size:cover;
}

#contents .type01 .rightpadding{
	padding:0 2% 0 0;
}
#contents .type01 .leftpadding{
	padding:0 0 0 2%;
}

#contents .type01 dl{
	/*min-height:350px;*/
	position:relative;
	margin-bottom: 0;
}

#contents .type01 .left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 97%;
 	margin-top: -15px;
	border: 15px solid transparent;
	/*border-left: 15px solid #001966;*/
	z-index: 10;
	background:url(../img/img-security/arrow01.png) no-repeat center center;
}

#contents .type01 .right:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -6%;
 	margin-top: -12px;
	border: 15px solid transparent;
	/*border-right: 12px solid #7CC7D1;*/
 	z-index: 10;
	background:url(../img/img-security/arrow02.png) no-repeat center center;

}

#contents .type01 .orange:before{
	border-right: 12px solid #FB6A6A;
}

#contents .type01 dl.liblue{
	background:url(../img/img-security/bg_01.gif) repeat left top;
	color:#fff;
}

#contents .type01 dl.orange{
	background:#FB6A6A;
	color:#fff;
}

#contents .type01 dl.liblue dt,#contents .type01 dl.liblue dd{
	color:#fff;
	letter-spacing:0.1em;
}

#contents .type01 dl.orange dt,#contents .type01 dl.orange dd{
	color:#fff;
	letter-spacing:0.1em;
}

#contents .type01 dl dt{
	font-weight:bold;
	text-align:center;
	font-size: 1.8rem;
	padding: 0 0 6%;
}

#contents .type01 dl dd{
	font-size: 1.4rem;
	width: 68%;
	margin: 0 auto 9%;
	text-align: justify;
}
#contents .type01 dl dt span{
	font-size:88%;
	display:block;
	font-weight:normal;
		padding-top: 10px;
}
#contents .type01 dl dd.btn{
	/* position:absolute; */
	/*bottom: 2%;*/
	/* left: 0; */
	/* right: 0; */
	margin: 0 auto;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
	background:#001966;
	display:block;
	padding: 2% 0px;
	width: 63%;
	margin: 0 auto;
	transition: 0.5s;
}



#contents .type01 .blk:hover dl dd.btn  {
	background: #fff;
	color: #001966;
	font-weight: bold;
}

#contents .type01 .blk:hover {
	opacity:0.8;
}

#contents .type01 dl dd.btn a:link{
	text-decoration:none;
}

#contents .type01 .blk{
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin:0 0 10px;
}

#contents .type01 .blk .col-xs-6{
	margin-bottom: 0;
	position: relative;
	display:block;
	min-height: 350px;
	width:50%;
}

#contents .type01 .blk{
	width:49.0%;
}

#contents .type01 .blk:nth-child(2n+1){
	margin-right:0.8%;
}

#contents .type01 .blk .left{
	margin-bottom: 0;
	position: relative;
	display:flex;
	min-height: 350px;
	background: url(../img/img-security/bg_01.gif) repeat left top;
	align-items: center;
    justify-content: center;
}

#contents .type01 .blk .right{
	margin-bottom: 0;
	position: relative;
	display:flex;
	min-height: 350px;
	background: url(../img/img-security/bg_01.gif) repeat left top;
	align-items: center;
    justify-content: center;
}

@media (max-width: 1200px) {
	#contents .type01 .blk:nth-child(2n+1){
	margin-right:0;
}
#contents .type01 .blk .col-xs-6{
	width:49%;
}
#contents .type01 .left:before{
	left: 94%;
}

#contents .type01 .right:before{
	left: -8%;
}


}



/*-------------------------------------------------------------
グローバルナビ
-------------------------------------------------------------*/

.menu {
    position: static;
    /*width: 100%;
    width: 1180px;*/
    margin: 0 auto;
/*	background:url(../img/img-common/gnav_line.gif) no-repeat right center;
*/	
}



@media (min-width: 992px) {
	#global .container {
		width: 98%;
	  }
	.h_global .container {
		width: 98%;
	  }
	 
	 .menu__second-level a{
	 	font-size:1.2rem;
	 }
}

@media (min-width: 1200px) {
	#global .container{
		width:1170px;
	}
	
	.h_global .container {
		width:1170px;
	  }
	
	.menu__second-level a{
	 	font-size:1.3rem;
	 }
}

.menu > li {
		float: left;
		font-size: 1.6rem;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		padding: 14px 0 0;
	background:url(../img/img-common/gnav_line.gif) no-repeat left 18px;
}
.menu > li span{
	display: block;
}


.menu > li a {
    display: block;
}

.menu > li a:hover {
    color: #999;
}

.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
}

.menu__third-level li {
}

.menu__second-level li a:hover {
}

.menu__third-level li a:hover {
}

.menu__fourth-level li a:hover {
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}


li.menu__mega {
	position: static;
}
li.menu__mega .menu__second-level {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 0.5%;
    background: #F8F5F0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	z-index:-1;
	box-shadow: 2px 2px 4px gray;
}

li.menu__mega .menu__second-level ul{
	height:110px;
}

li.menu__mega:hover .menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}



li.menu__mega:hover{
	border-bottom:3px solid #BFBA93;
	height:70px;
}

.menu > li:hover{
	    background: url(../img/img-common/gnav_line.gif) no-repeat left 18px;
}

nav#global:hover{
	box-shadow:0;
}

li.menu__mega .menu__second-level  li {
    float: left;
    width: 25%;
    border: none;
	margin: 0;	
}

/*li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}*/

.menu__second-level li{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	position:relative;
	font-weight: normal;
	background: url(../img/img-common/ico_01.gif) no-repeat left top;
	padding: 15px 0 15px 52px;
	text-align: left;
}
.menu__second-level li.method02{
	background: url(../img/img-common/ico_02.gif) no-repeat left top;
}
.menu__second-level li.method03{
	background: url(../img/img-common/ico_03.gif) no-repeat left top;
}
.menu__second-level li.method04{
	background: url(../img/img-common/ico_04.gif) no-repeat left top;
}
.menu__second-level li.method05{
	background: url(../img/img-common/ico_05.gif) no-repeat left top;
}
.menu__second-level li.method06{
	background: url(../img/img-common/ico_06.gif) no-repeat left top;
}
.menu__second-level li.method07{
	background: url(../img/img-common/ico_07.gif) no-repeat left top;
}
.menu__second-level li.method08{
	background: url(../img/img-common/ico_08.gif) no-repeat left top;
}
.menu__second-level li.method09{
	background: url(../img/img-common/ico_09.gif) no-repeat left top;
}
.menu__second-level li.method10{
	background: url(../img/img-common/ico_23.gif) no-repeat left top;
}
.menu__second-level li.method10 span{
	font-size: 1.1rem;
	text-align: right;
	line-height: 90%;
}
.menu__second-level li.method11{
	background: url(../img/img-common/ico_11.gif) no-repeat left top;
}
.menu__second-level li.method12{
	background: url(../img/img-common/ico_12.gif) no-repeat left top;
}
.menu__second-level li.method13{
	background: url(../img/img-common/ico_13.gif) no-repeat left top;
}
.menu__second-level li.method14{
	background: url(../img/img-common/ico_14.gif) no-repeat left top;
}
.menu__second-level li.method15{
	background: url(../img/img-common/ico_15.gif) no-repeat left top;
}
.menu__second-level li.method16{
	background: url(../img/img-common/ico_16.gif) no-repeat left top;
}
.menu__second-level li.method17{
	background: url(../img/img-common/ico_17.gif) no-repeat left top;
}
.menu__second-level li.method18{
	background: url(../img/img-common/ico_27.gif) no-repeat left top;
}
.menu__second-level li.method19{
	background: url(../img/img-common/ico_19.gif) no-repeat left top;
}
.menu__second-level li.method20{
	background: url(../img/img-common/ico_20.gif) no-repeat left top;
}
.menu__second-level li.method21{
	background: url(../img/img-common/ico_21.gif) no-repeat left top;
}
.menu__second-level li.method24{
	background: url(../img/img-common/ico_24.gif) no-repeat left top;
}
.menu__second-level li.method25{
	background: url(../img/img-common/ico_25.gif) no-repeat left top;
}
.menu__second-level li.method26{
	background: url(../img/img-common/ico_26.gif) no-repeat left top;
}

.menu__second-level li a{
	content: " ";
	background:url( ../img/img-common/subnav_arrow.gif) no-repeat right center;
	display: inline-block;
	padding: 0 20px 0 0;
}

/*------------------------------------
モーダルウィンドウ
------------------------------------*/
.modal{
	width: 100%;
	height: 15000px;
	background: #000;
	opacity: 0.5;
	position: absolute;
	top:0;
	left:0;
	z-index: -100;
}



