@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;
	margin: 0px;
	padding: 0px;
    font-family:   "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic",sans-serif;

	font-size: 12px;
	width: 100%;
	min-width: 1150px;

}

/*TOP背景*/
body.bg1 {
	background-color: #F4FDFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	}
	





h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}

a{
	color: #000;
	text-decoration: none;
} 
a.txt_lk {
	color: #000;
	text-decoration: none;
	border-bottom:0.5px dotted;
}
a:hover {
	color: #004400;
	text-decoration: none;
}

a.txt_lk:hover {
	color: #004400;
	text-decoration: none;
}

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

header {
	background-color: #31B053;
	z-index: 9999;
	width: 100%;
	min-width: 1150px;
	position: fixed;
	top: 0px;
	left: 0px;
}

header .inner {
	width: 20%;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float:left;
}

h1 {
	font-size: 100%;
	color: #0E6EB8;
	}

.logo {
	width: 25%;
	position: absolute;
	left: 3%;
	margin-top: 1%;
	text-align: left;
	border:none;
}

#head_logo {
	margin-top: 1px;
	}


.address {
	width: 10%;
	position: relative;
	float: right;
	top: 7px;		
	right: 1%;	
	line-height: 0em;
}


/*---トップ用メニュー---*/

#menu_top {
	background-color: rgba(0,0,153,0.85);
	width: 100%;
	box-shadow: 0px 0px 0px #999;
	float: left;
}

#menu_top .inner {
	width: 20%;
	height:60px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float:left;
}

#menu_top .address {
	width: 10%;
	position: relative;
	float: right;
	top: 7px;		
	right: 1%;	
	line-height: 0em;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}


/*---トップ用メニュー---*/


/*メインメニュー
---------------------------------------------------------------------------*/
#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }
    
#toggle2{
    display: none;
  }
/*メインメニュー
---------------------------------------------------------------------------*/
#nav {
	width: 100%;
    font-family:   "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic",sans-serif;
	font-weight: 300;
	top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}

#nav_bg {
    background-color:none;

}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	text-decoration: none;
	color: #000;
    font-family:   "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic",sans-serif;
	font-size: 140%;
	display: block;
	font-weight: 400;
}
#nav li a:active {
	background-color: #333 !important;
}

/* first level */

#nav > ul {
	height: 60px; /* 60 */
	width:100%;
	margin-right: auto;
	margin-left: 0%;
    background-color:none;
}

#nav > ul > li {
	height: 60px;
	width: 11.11%;
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 130%;
	line-height: 1.3em;
	padding-top: 0.4em;
	box-sizing:border-box;
	letter-spacing: 0em;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 800;
}

#nav > ul > li > a.m2line {
	height: 100%;
	font-size: 130%;
	line-height: 1.3em;
	letter-spacing: -0.02em;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 800;
	padding-top:0.8em;
	box-sizing:border-box;
}

#nav > ul > li > a.m2logo {
	height: 100%;
	font-size: 130%;
	line-height: 1em;
	letter-spacing: -0.02em;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 800;
	padding-top: 0em;
	box-sizing:border-box;
}

#nav > ul > li:not( :last-child ) > a {
	border-right: 0px solid #444444;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
    background-color: rgba( 0, 0, 0, 0.80 );
	color:#EEE;
}

/* second level */

#nav li ul {
	background-color: #222;
	display: none;
	position: absolute;
	top: 100%;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul {
	left: 0px;
}

#nav li ul a {
	font-size: 90%;
	border-top: 0px solid #cccccc;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-top: 2em;
	padding-bottom: 2em;
	color: #FFFFFF;
	font-weight: 200;
	letter-spacing: 0.02em;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	background-color: #111;
}

#nav ul li:last-child {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #222222;
}


/*トップページ イメージ
---------------------------------------------------------------------------*/

.loading {
	color: #fff;
	font-size: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	opacity:0.8;
	width: 89%;
	height: auto;
	text-align: center;
	letter-spacing: -0.02em;
	line-height:1.1em;
	position: absolute;
	top: 55%;
	left: 53%;
	-webkit-transform: translate(-55%,-53%);
	-moz-transform: translate(-55%,-53%);
	-ms-transform: translate(-55%,-53%);
	-o-transform: translate(-55%,-53%);
	transform: translate(-55%,-53%);
	animation-duration: 1.5s;
	animation-name: slidein;
}


@keyframes slidein {
    from {
	position: absolute;
	top: 52%;
	left: 54%;
	-webkit-transform: translate(-52%,-54%);
	-moz-transform: translate(-52%,-54%);
	-ms-transform: translate(-52%,-54%);
	-o-transform: translate(-52%,-54%);
	transform: translate(-52%,-54%);
    }

    to {
	position: absolute;
	top: 55%;
	left: 53%;
	-webkit-transform: translate(-55%,-53%);
	-moz-transform: translate(-55%,-53%);
	-ms-transform: translate(-55%,-53%);
	-o-transform: translate(-55%,-53%);
	transform: translate(-55%,-53%);

    }
}


.loading_2 {
	font-size: 37px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 100;
	letter-spacing: 0.03em;
	}
	
.loading_3 {
	font-size: 40px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	letter-spacing: 0.03em;
	}

.txspc {
	letter-spacing: -0.7em;
	font-size: 30px;
	}

.txspc2 {
	letter-spacing: -0.7em;
	font-size: 25px;
	}

/*---トップロゴ---*/
.main_logo1 {
	position: absolute;
	top: 3.5%;
	right:2%;
	width:;
	text-align:left;
	letter-spacing:0.05em;
	line-height:1.2em;
	color: #C63F22;
	/*font-size: 23px;*/
	font-size: 25px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	}


.main_logo1:hover{
	text-decoration:none;
	}


	
/*---トップ矢印---*/
span.top_img {
	position: absolute;
	bottom: 1.5%;
	left: 50%;
	-webkit-transform: translate(-2%,-50%);
	-moz-transform: translate(-2%,-50%);
	-ms-transform: translate(-2%,-50%);
	-o-transform: translate(-2%,-50%);
	transform: translate(-2%,-50%);
	margin-left: -1%;
	}

span.top_img:hover {
	position: absolute;
	bottom: 1%;
	left: 50%;
	-webkit-transform: translate(-1%,-50%);
	-moz-transform: translate(-1%,-50%);
	-ms-transform: translate(-1%,-50%);
	-o-transform: translate(-1%,-50%);
	transform: translate(-1%,-50%);
	margin-left: -1%;

	}

	
	
/*---下層ページヘッダ---*/

#pageimg {
	width:100%;
	min-width: 100%;
	height: 550px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image:url(../images/page.png);
	font-family: 'Noto Sans Japanese', sans-serif;
	background-repeat: no-repeat;
	background-position: 50% 50%;
  background-size: cover;
  
  
}

/*---下層ページヘッダ 英語---*/
span.page_img {
	position: absolute;
	width: 100%;
	font-size: 1400%;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 0.01em;
	text-align: right;
	bottom: 4%;
	right: 2%;
	color: #AAAAAA;
	opacity : 0.8;
	margin-left: -50%;
}
span.page_img{
	-webkit-animation: fadeout 3s linear 0s 1;
}
span.page_img {
	-webkit-animation: fadein2 3s linear 0s 1;
}

@-webkit-keyframes fadein2 {
	0%{
		opacity:0;
	}
	50% {
		opacity :0.7;
	}
	100% {
		opacity :0.7;
	}
}
@-webkit-keyframes fadeout {
	0% {
		opacity :0.7;
	}
	50%{
		opacity :0.7;
	}
	100% {
		opacity: 0;
	}
}

/*---下層ページヘッダ 日本語---*/
span.page_img2 {
	position: absolute;
	color: #333;
	width: 100%;
	font-size: 390%;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-align: center;
	top: 30%;
	left: 50%;
	margin-left: -50%;
	animation: fadein 2s linear 0s 1;
	text-shadow: 3px 3px 3px #fff,
                -2px 2px 3px #fff,
                 2px -2px 3px #fff,
                 -2px -2px 3px #fff;
}

p.page_img3 {
	font-size: 120%;
	margin-bottom: 0%;

}


@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}

/*コンテンツ
---------------------------------------------------------------------------*/


#contents-top {
	clear: left;
	width: 100%;


}

#contents {
	clear: left;
	width: 1100px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}


#contents-in {
	float: left;
}


/*メイン
---------------------------------------------------------------------------*/
#main_top {
	float: left;	
	width: 1100px;
	margin-top: 180px;
	padding-bottom: 80px;
}

#main {
	float: left;	
	width: 1100px;
	margin-top: 10px;
	padding-bottom: 80px;
}



#main h6 {
	color: #fff;
	width:100%;
	float:left;
	clear: both;
	font-size: 300%;
	font-weight:800;
	text-align: center;
	padding: 0.8em;
	box-sizing:border-box;
	border: solid 0px #6cb4e4;
	background-color:#1169AC;
}

div.mtup {
	margin-top: 250px;
	width:100%;
	float:left;
	clear: both;
}

.txtmini {
	font-size: 85%;
	}




#main h2, #main_top h2 {
	color: #1169AC;
	clear: both;
	font-size: 230%;
	font-weight: 800;
	text-align: center;
	padding: 0.8em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


  /*
#main h2 {
	width: 100%;
	clear: both;
	height: auto;
	position: relative;
	color: #EEEEEE;
	line-height: 1.4;
	font-size: 220%;
	padding: 0.5em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
	background-color: #0099FF;
}

#main h2:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: '\f00c Check';
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 1.0em;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: #33CCCC;
}
*/






#main h5, #main_top h5{
	line-height: 1em;
	color: #222;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}


#main_top h5.h2top{
	color: #fff;
	margin-bottom: 10px;
}

/*メイン 黒*/
#main_top h5.h2top2{
	color: #111;
	margin-bottom: 10px;
}





#main h3.h3blue, #main_top h3.h3blue {
	float:left;
	width:100%;
	font-size: 130%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding:20px;
	margin:0 20 0 20px;
	background-color: #1169AC;
	box-sizing:border-box;
	
}

#main h3.h3red, #main_top h3.h3red {
	float:left;
	width:100%;
	font-size: 130%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding:20px;
	margin:0 20 0 20px;
	background-color: #CA381B;
	box-sizing:border-box;
}

#main h3.h3green, #main_top h3.h3green {
	float:left;
	width:100%;
	font-size: 130%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding:20px;
	margin:0 20 0 20px;
	background-color: #31B053;
	box-sizing:border-box;
}



#main h3.h3purple, #main_top h3.h3purple {
	float: left;
	width: 100%;
	font-size: 130%;
	color: #fff;
	border-bottom: solid 0px #E9517A;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
	padding: 20px;
	margin: 0 20 0 20px;
	background-color: #B58CC1;
	box-sizing: border-box;
}




#main h4, #main_top h4{	
	font-size: 115%;
	color: #333;
	clear: both;
	float:left;
	width:100%;
	margin-top: 40px;
	margin-bottom:  30px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 800;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1.5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #1e234c;
	border-right-color: #1e234c;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#main p {
	padding: 0.5em 10px 15px;
}




/*---ALL BOX用---*/

#box_top {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
}

#box_top ul {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}


#box_top ul li {
	width: 43%;
	height: auto;
	padding-top: 0px;
	list-style-type: none;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0%;
	float: left;
}

#box_top ul li.li_ri {
	float: right;
}


#box_top .icatch {
	width: 40%;
	height: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
	float: left;

}

/*---2box用---*/
#box_top2 {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 130px;
	text-align: left;
}
#box_top2.ma_b30 {
	margin-bottom: 10px;
}

/*---2box見出し---*/
.txt_bx_bd {
	width: 50%;
	float: left;
	height: auto;
	font-size: 150%;
	font-weight:600;
	padding-top: 22px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.02em;
	}
	
.txt_bx_bd.mgb50 {
	margin-bottom:50px;
	}

/*---2boxテキスト---*/
.txt_bx {
	width: 50%;
	float: left;
	font-size: 130%;

	line-height: 2.2em;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*---2box画像---*/
.pho_bx {
	width: 45%;
	float: right;
	padding-top: 20px;
}

.pho_bx2 {
	width: 48%;
	float: left;
	padding-top: 20px;
}
/*---2box枠有 テキスト---*/
.txt_bx_w {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	}
	
.txt_bx_w:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





/*---2box枠有 テキスト---*/
.txt_bx_wb {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(17,105,172,0.9);
	}
	
.txt_bx_wb:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---2box枠有 テキスト---*/
.txt_bx_wre {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(202,56,27,0.9);
	}
	
.txt_bx_wre:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---2box枠有 テキスト---*/
.txt_bx_wg {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	}
	
.txt_bx_wg:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}




/*---2box枠有 テキスト---*/
.txt_bx_wtt {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	}
	
.txt_bx_wtt:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---2box枠有 テキスト---*/
.txt_bx_wtt2 {
	float: left;
	width: 31.85%;
	height: auto;
	font-size: 120%;
	font-weight: 600;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-right: 13px;
	margin-bottom: 13px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
	text-align: center;
	border: 0px solid #333;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	}
	
.txt_bx_wtt2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





	
.txt_bx_wr {
	float: left;
	width: 29%;
	height: auto;
	font-size: 85%;
	font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 13px;
	line-height:1.5em;
	letter-spacing:-0.05em;
	text-align: center;
	border: 0.5px solid #333;
	color:#FFF;
	background-color:#111;
	}
	
/*---2box枠有ワイド テキスト---*/
.txt_bx_ww {
	float: left;
	width: 100%;
	height: auto;
	font-size: 100%;
	font-weight: 500;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 13px;
	margin-bottom: 13px;
	text-align: center;
	color:#FFF;
	background-color:#111;
	}
	

.txt_bx_bdf {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 50px;
	text-align:center;
	margin-bottom: 20px;
	min-width: 50px;
	max-width: 100%;
	line-height: 1.2em;
	font-weight: 400;
	font-size: 110%;
	background: none;
	border: 0px solid #333;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFF;
	background-color:#111;
}

.txt_bx_bdf:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border:8px solid transparent;
	border-top: 8px solid #111;
}

.txt_bx_bdf p {
	margin: 0;
	padding: 0;
}

/*---FULL 2box見出し---*/
.txt_bx_bdw {
	width: 100%;
	float: left;
	height: auto;
	font-size: 150%;
	font-weight:600;
	padding-top: 30px;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0.02em;
	}

/*---FULL 2boxテキスト---*/
.txt_bxw {
	width: 100%;
	float: left;
	font-size: 150%;
	font-weight: 800;
	line-height: 1.8em;
	letter-spacing: ;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	punctuation-trim: adjacent;
	color: #444444;
}


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

table.cl_block {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
table.cl_block th, 
table.cl_block td {
	background-color: #fff;
	border: 0px solid #000;
	color:#111;
	font-size: 100%;
	margin: 0;
	valign:top;
	font-weight:400;
	padding: 0.2em 0.2em;
	letter-spacing: -0.05em;
}
table.cl_block th {
	width: 8%;
	text-align:left;
	font-weight:400;
	border: 0px solid #fff;
}
table.cl_block td {
	width: 80%;
	valign:top;

}

table.cl_block td.dai {
	width: 8%;
	text-align:left;
	font-weight:300;
	border: 0px solid #fff;
	valign:top;
}









.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    z-index: -1;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    transform: scale(.7);
    transition: .4s transform ease;
    pointer-events: none;
}

.lb:target {
    opacity: 1;
    z-index: 103;
}

.lb:target img {
    transform: scale(1);
}


/* 閉じるボタン */
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}




/*---3box用---*/

#box_top3 {
	float: left;
	width: 100%;
	margin-top:100px;
	margin-bottom: 100px;
	text-align: left;
}

/*---3box用 box---*/
.txt_bx3 {
	width: 29%;
	float: left;
	font-size: 120%;
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	line-height: 2.5em;
	letter-spacing: 0.05em;
	margin-right:6.8px;
	padding: 20px;
	border: 0.5px solid #ccc;
}

.txt_bx3r {
	width: 29%;
	float: left;
	font-size: 120%;
	text-align:center;
	color:#FFFFFF;
	background-color: #333;
	line-height: 2.5em;
	letter-spacing: 0.05em;
	margin-right:0px;
	padding: 20px;
	border: 0.5px solid #ccc;
}




/*---太文字---*/
.txt_bd {
	font-size: 120%;
	font-weight:600;
	}
	
/*---マーカー---*/
.txt_mark1 {
	/*background: linear-gradient(transparent 60%, #DDD 60%);*/
	border-bottom: 0.5px dotted ;
}
.txt_mark2 {
	background: linear-gradient(transparent 50%, #FFFFB7 50%);
}

.txt_mark3 {
	color: #FF9933
}



#box_top2 .icatch {
	width: 100%;
	height: auto;
	border-radius: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;

}

#box_top2 ul {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left:11px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}


#box_top2 ul li {
	width: 22%;
	height: 300px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2%;
	background-color:;
}

#box_top2 .bx_photo {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;

}




#box_top ul li.box_right {
	margin-left: 10px;

}



/*---NEWS 新着情報用---*/

#box_news {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 120px;
	text-align: center;
}
#box_news_l {
	float: left;
	width: 48.5%;
	height: 580px;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;

}
#box_news_r {
	float: right;
	width: 45%;
	margin-top: 0px;
	margin-bottom: 50px;
	text-align: center;
}

#box_news ul {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}


#box_news ul li  {
	width: 44%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color:;
}

#box_news ul li.li_ri  {
	margin-right: 0px;
	float: right;
	}
	
#box_news .icatch{
	width: 100%;
	height: auto;
	float:left;
}


.icatchbx {
	width: 100%;
	height: 183px;
	float: left;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}







/*
.icatchbx img.icatch{
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: grayscale(100%);
}
*/

#box_news_li .icatch:hover{
  opacity: 1;
}

image {
  filter: url(#grayscale);
}




/*---TOPコンテンツ用 大BOX---*/



#main h2.nw_data {
	color: #222;
	font-size: 120%;
	width: 100%;
	clear: both;
	margin-top: 80px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: 700;
	text-align: left;
	line-height: 1em;
	letter-spacing: 0.05em;
	border-bottom-color: #222;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
}



/*---TOP バナー用---*/



#box_banner {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 150px;
}


#box_banner ul {
	width: 100%;
	float: left;
	margin-right: auto;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
}


#box_banner ul li  {
	width: 20%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: right;
	border-radius: 0px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0%;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color:;
}

#box_banner ul li.icon  {
	width: 5%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid #000077;
	box-shadow: 0px 0px 0px 0px #DDDDDD;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color:;
}


#box_banner ul li.li_ri  {
	margin-right: 0px;
	}

	
#box_banner .icatch{
	width: 100%;
	height: auto;
	float:left;
}







.title_lab {
	width: 50%;
	height: auto;
	font-weight: 400;
	color: #111;
	font-size: 112%;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:0px;
	bottom: 0;
	float: right;
}

.title_lab2 {
	width: 50%;
	height: auto;
	font-weight: 200;
	color: #FFF;
	font-size: 110%;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	bottom: 0;
	float: right;
	background-color: #111;
}

.title_txt {
	width: 50%;
	height: auto;
	font-weight: 300;
	color: #111;
	font-size: 150%;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:5px;
	bottom: 0;
	float: right;
}


/*---マウスオーバー時透明---*/

.scale {
    height: auto;
    overflow: hidden;
}

.scale:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#box_top .k3:hover {
	color: #333333;
	background-color: #4cf6f8;
}



/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	min-width: 1150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;
	background-color: rgba(49,176,83,0.9);
	background-repeat: repeat;
}

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


div#footer {
	width: 1100px;
	height: 110px;
	font-size: 110%;
	text-align: center;
	letter-spacing: 1px;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
   
   }
   
div#footer span {
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
  
   }
 
div#footer2 {
   width: 100%;
   height: 60px;
	font-size: 110%;
   text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}	
	
div#footerIn {
	width: 1100px;
	margin: 0 auto;
	position: relative;
   	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}


div#footerIn .footerlogo {
	width: 750px;
	position: absolute;
	text-align:left;
	top: 5px;
	left: 0px;
	line-height: ;
	font-size: 125%;
	font-weight: 500;
}



div#footerIn li {
   margin-bottom: 5px;}

div#footerIn a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 120%;
   }

div#footerIn a:hover {
   text-decoration: underline;}

div#footerIn ul.foot_menu01 {
	position: absolute;
	right: 380px;
	top: 5px;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 105%;
	text-align: left;
	font-weight: 500;
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	right: 0px;
	top: 5px;
	color: #FFFFFF;
	line-height: 1.4em;	
	font-size: 105%;
	text-align: left;
	font-weight: 500;
}


/* PAGE TOP 設定
---------------------------------------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a{
	display: block;
	width: 120px;
	height: 120px;
	border: #000000 solid 0px;
	text-align: center;
	color: #EEE;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
	
}


/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: none;	
	}
	
	
#hp {
	display: block;
    } 


#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }
   
	
/*文字
---------------------------------------------------------------------------*/

 /*改行*/
.br-sp { display:none; }
.br-hp { display:block; }


/*Fade アニメーション
---------------------------------------------------------------------------*/
#animation {
margin:;
font-size:;
font-weight:;
color: ;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



.hov:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}


/*ページャー
---------------------------------------------------------------------------*/

.pager {
  text-align: center;
}

.pager a, .pager .current {
  display: inline-block;
  margin: 0 8px 8px;
  border: #666 1px solid;
  border-radius: 1px;
  padding: 3px 8px;
}

.pager span {
  display: inline-block;
  margin: 0 8px;
  padding: 3px 8px;
}

.pager a {
  color: #fff;
  text-decoration: none;
  background: #111;
}

.pager a:hover {
  opacity: 0.9;
}

a.dl:link {
	color: #111;
}

a.dl:visited {
	color: #111;
}

a.dl:hover {
	color: #900;
}

a.dl:active {
	color: #111;
}



/*リンク先ズレ修正
---------------------------------------------------------------------------*/
#ab_00, #ab_01, #ab_02, #ab_03, #ab_04, #ab_05 {
    margin-top: 0px;
    padding-top: 0px;
}





