@charset "utf-8";
html { font-size: 60.5%; }
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 210%;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.6rem;
	color: #333333;
	text-align: left;
	min-width:1000px;
}
a:link,
a:visited,
a:active {
	overflow:visible;
	outline:none;
	color: #333333;
}
a:hover {
	overflow: visible;
	outline: none;
	color: #006237;
}
a {
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
iframe {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
.form_text {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
			}
.clearfix {display: inline-table; zoom: 1}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.center {
	width: 100%;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.trans {
	opacity: 1;
}
.trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
.wrapper {
	padding-top: 218px;
}
/*--------------------------------------
共通設定
--------------------------------------*/
#js-wrapper {
	position: fixed;
	height: 196px;
	width: 100%;
	z-index: 10000;
}
.header {
	width: 100%;
}
.header {
	min-width: 1000px;
	transition: top 0.8s;
}
.header .inner {
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
}
.header.fixnone {
	top: -44px;
	transition: top 0.8s;
}
.logo {
	float: left;
	margin-right: 50px;
	margin-top: 23px;
	width: 192px;
}
.header_r {
	margin-top: 25px;
	float: right;
}
.header_r a{
	color: #f18e1e;
}
.header_r li{
	float: left;
	list-style-image: url(img/list.png);
	margin-left: 2em;
}
#main {
	width: 1000px;
}

.btn01 {
	clear: none;
}
.btn01 a{
	box-shadow: 0px 0px 0px 1px #cccccc;
	border-radius: 0.3em;
	clear: none;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 5px;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.btn01 a:hover {
	outline: none;
	background-color: #333333;
	color: #FFFFFF;
}

#heade-box {
	width: 100%;
	background-image: url(img/hd.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
}
.h-box {
	width: 1000px;
	clear: both;
	padding-top: 25px;
}
.btnMenu {
	display: none;
}
.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
.menu{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.menu > li{
	float: left
}
.menu > li a{
	display: block;
	text-decoration: none;
	color: #009352;
}
.menu > li a:hover{
}
ul.menu__second-level{
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	color: #fff;
}
ul.menu__third-level{
	visibility: hidden;
	opacity: 0;
	background-color: #006237;
}
ul.menu__fourth-level{
	visibility: hidden;
	opacity: 0
}
.menu > li:hover{
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: #006237;
}
.menu__second-level li{
	border-top: 1px solid #111111;
}
.menu__third-level li{
	border-top: 1px solid #111;
}
.menu__second-level li a{color:#fff;background-image:url(none)}
.menu__second-level li a:hover{color:#006237;background:#fff}
.menu__third-level li a:hover{background:#2a1f1f}
.menu__fourth-level li a:hover{background:#1d0f0f}
.menu:before,.menu:after{content:" ";display:table}
.menu:after{clear:both}.menu{*zoom:1}

li.menu__mega ul.menu__second-level{
	position: absolute;
	top: 60px;
	left: 0;
	box-sizing: border-box;
	padding: 20px 2%;
	background: #ffffff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	background-color: #006237;
}
li.menu__mega:hover ul.menu__second-level{
	visibility: visible;
	opacity: 0.9;
	top: 97px;
}
li.menu__mega ul.menu__second-level > li{
	float: left;
	border: none;
	width: 32%;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2){margin:0 1%}

#nav{
	background-color: #f8f8f8;
}


.nav-line{width:131px;padding:0}
.nav-line a{
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #006237;
	margin-bottom: 10px;
}
li.nav-line  a:hover{
	background-color: #00844A;
	color: #FFFFFF;
}
#js_main {
	padding-top: 110px;
}
#title {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}
#title .inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#title h2{
	float: left;
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #006237;
	padding-right: 30px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	padding-bottom: 20px;
}
#title .subtitle{
	color: #006237;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-top: 25px;
}
#pankuzu{
	line-height: 100%;
	clear: both;
	padding-bottom: 10px;
	font-size: 12px;
	padding-top: 15px;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 1000px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 35px;
}
#h-nav {
	float: right;
	width: 250px;
	padding-left: 30px;
}
.mainimg{
	width: 100%;
	padding: 0px 0px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	height: 230px;
	text-align: center;
	background-color: #94A1E1;
}
#page_title {
	width: 100%;
	display: block;
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	margin-top: 3em;
	font-weight: bold;
	margin-bottom: 5em;
}
#page_title h2{
	font-size: 240%;
	margin-bottom: 0.5em;
}
#page_title p{
	font-size: 110%;
}
.top_btn{
	width: 100%;
    margin-bottom: 24px;
	padding-top: 18px;
	border-top: 1px solid #DCDCDC;
	text-align: center;
	float: none;
	clear: none;
	background-color: #f8f8f8;
}
.top_btn a{
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 100%;
	clear: both;
	background-color: #f18e1e;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	overflow:visible;
	outline:none;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	overflow: visible;
	outline: none;
	color: #FFE0BD;
}
.footer_con {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_con_l {
	width: 1000px;
	float: left;
} 
.footer_con_l ul{
	width: 180px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 14px;
}
.footer_con_logo{
	width: 350px;
	float: right;
	color: #006237;
	font-size: 1.2rem;
	line-height: 180%;
}
.f_text01{
	line-height: 180%;
	background-image: none;
	border-left: 4px solid #006237;
	padding-left: 6px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.3rem;
}
.f_text02{
	line-height: 200%;
	background-image: url(img/footer_li.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	font-size: 1.2rem;
}
.footer_logo_add{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
.footer_logo{
	float: left;
}
.footer_add{
	width: 787px;
	float: left;
	font-size: 13px;
	color: #ffffff;
	margin-left: 19px;
	line-height: 1.8;
}
.footer_sitemap{
	font-size: 13px;
	color: #ffffff;
}
.footer_sitemap ul{
	width: 1000px;
	text-align: center;
}
.footer_sitemap li{
	display: inline;
}
.footer_sitemap a{
	color: #FFFFFF;
	background-image: url(img/f_li.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 20px;
	margin-left: 20px;
}
#copyright {
	width: 100%;
	background-color: #e47a24;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	clear: none;
	padding-left: 5px;
}
/*--------------------------------------
マージン設定
--------------------------------------*/
.mt00 { margin-top: 0   !important;}
.mt04 { margin-top: 4px !important;}
.mt05 { margin-top: 5px !important;}
.mt08 { margin-top: 8px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt80 { margin-top:80px !important;}
.mt120 { margin-top:120px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr09 { margin-right: 9px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr18 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb16 { margin-bottom:16px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb80 { margin-bottom:80px !important;}
.mb200 { margin-bottom:400px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml16 { margin-left:16px !important;}
.ml17 { margin-left:17px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
/*--------------------------------------
パディング設定
--------------------------------------*/
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pr57 { padding-right:57px !important;}
.pr120 { padding-right:120px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl57 { padding-left:57px !important;}
.me1 {
	margin-bottom: 1.5em;
}
/*--------------------------------------
フォント設定
--------------------------------------*/
.text01{
	color: #000000;
	font-size: 2.2rem;
}
.text02{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-size: 2rem;
}
.text03{
	color: #000000;
	font-size: 2.2rem;
	font-weight: bold;
}
.text04{
	color: #000000;
	font-size: 1.8rem;
	font-weight: bold;
}
.text05{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 110%;
	text-align: center;
}
.text06{
	font-size: 14px;
	line-height: 110%;
	text-align: center;
}
.text07{
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	color: #006237;
}
.text08{
	font-size: 17px;
}
.pri-text01 {
	font-size: 14px;
	font-weight: bold;
	color: #468C00;
}
.pri-text02 {
	font-size: 14px;
	font-weight: bold;
	color: #218D9F;
}
.pri-text03 {
	font-size: 18px;
	font-weight: bold;
	color: #468C00;
}

.text-red {
	color: #ff0000;
}
/*--------------------------------------
背景
--------------------------------------*/
.bg01 {
	background-color: #F9F9F7;
}
.bg02 {
	background-color: #F0F7E9;
}
.bg03 {
	background-color: #E1F2F4;
}
.bg04 {
	background-color: #F8FBF5;
}
.bg05 {
	background-color: #F3F9FA;
}
/*--------------------------------------
トップページ
--------------------------------------*/
.top_mainimg{
	width: 100%;
	padding: 0px 0px;
	height: 496px;
	text-align: center;
}
.top_text{
	width: 1000px;
	margin-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}
.top_text h1{
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
	color: #f18e1e;
	text-align: center;
	font-size: 260%;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 40px;
}
.top_text p{
	font-size: 115%;
	line-height: 220%;
}
.top_text ul{
	width: 1220px;
	margin-top: 50px;
	margin-left: -20px;
}
.top_text li{
	display: inline-block;
	padding-left: 20px;
}
.top_con01{
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 180%;
	margin-bottom: 60px;
}
.top_con01_con{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.top_con01_con h2{
	text-align: center;
	padding-top: 180px;
	font-size: 160%;
	background-image: url(url);
}
.top_con01_con h3{
	text-align: center;
	color: #006237;
	font-weight: normal;
	font-size: 150%;
}
.top_con01_con img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 17px;
	margin-top: 17px;
}
.top_con01_con p{
	display: block;
}
.top_con01_con a{
	text-decoration: none;
}
.top_con01_con a:hover {
	text-decoration: none;
	color: #006237;
}
.top_con01_con_text{
	font-size: 140%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	background-image: url(img/service_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 40px;
}
.top_con01_1{
	width: 380px;
	float: left;
}
.top_con01_2{
	width: 380px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
.top_con01 li{
	width: 100%;
	background-image: url(img/li01.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 13px;
}
.top_con01_con_btn{
	font-size: 100%;
	border: 1px solid #006237;
	color: #006237;
	text-align: center;
	margin-top: 15px;
}
.top_title {
	padding-bottom: 60px;
}
.top_title h2{
	color: #333333;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}
.top_subtitle{
	color: #333333;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.top_title p{
	padding-top: 30px;
}
.top-service{
	width: 1000px;
	clear: both;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cfcfcf;
	margin-left: auto;
	margin-right: auto;
}
.top-service h3{
	font-size: 16px;
	color: #f18e1e;
	font-weight: bold;
	margin-top: 10px;
}
.top-service img{
	margin-top: 0px;
	margin-bottom: 0px;
}
.top-service p{
	margin-top: 10px;
	line-height: 160%;
	text-align: left;
	font-size: 95%;
}
.top-service ul{
    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;
    display:flex;
	justify-content: center;
}
.top-service li{
	width: 213px;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
	background-image: none;
	display: inline-block;
}
.top-service a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.top-service li:hover {
	background-color: #ffffff;
}
.facebook{
	width: 500px;
	float: left;
}
.sns{
	width: 310px;
	float: right
}
.blogtopics{
	width: 100%;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 30px;
	padding-bottom: 30px
}
.blogtopics dt{
	width: 220px;
	float: left
}
.blogtopics dd{
	width: 615px;
	float: right
}
.blogtopics h2{
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
}
.blogtopics_day{
	background-image: url(img/day_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
}
.blogtopics a{display:block}
.blogtopics a:hover{
	color: #007F6D;
}

/*===== SLIDER =====*/
.wrapSlide{
	padding: 0px;
	position: relative;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	max-width: 2000px;
	min-width: 1000px;
}
.divSlider{
	margin: 0px auto;
	overflow: hidden;
}
.divSlider .bxslider li{
	text-align: center;
}
.divSlider .bxslider li a{
	display: block;
}
.divSlider .bxslider li a{
	position: relative;
	max-width: 100%;
}
.divSlider .bxslider li a img {
	display: block;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	vertical-align: top;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: right;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #000;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0;
	outline: 0;
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ed1500;
}
.bx-wrapper .bx-prev {
	left: 10px;
	/* background: url(../images/controls.png) no-repeat 0 -32px; */
}
.bx-wrapper .bx-next {
	right: 10px;
	/* background: url(../images/controls.png) no-repeat -43px -32px; */
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* --------------------------------------------------------
share style
-------------------------------------------------------- */
.left	{ text-align:left !important; }	
.right	{ text-align:right !important; }
.center	{ text-align:center !important; }
.st		{ font-weight:bold !important; }
.break	{ clear:both; }
.noBorder{ border:none; }
.noBg{ background:none !important;}
/* hr */
hr{	height:1px;	background:#58595b !important;	border:none;}
/* clear fix */
.clear{ /zoom : 1; }
.clear:after{ content : ''; display : block; clear : both; }
/* last fix */
.last{ padding-right:0px !important; margin-right:0px !important; margin-bottom:0px !important; }
/* alpha rollover */
.cssRoll{ opacity:1; transition: 0.3s;}
.cssRoll:hover{
	transition: 0.1s;
	opacity:0.7;
}
.cssRoll img{
	transition: 0.3s;
}
.cssRoll:hover img{
/*	transition: 0.3s;
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);*/
}
#megaNavi a{
	text-decoration: none;	
}
/* for IE6 */
* html body { font-size: 88%; font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
/* for IE7 */
*:first-child+html body { font-size: 88%; }
/*************************************************************
 #HEADER
*************************************************************/
#headerWrap {
  position: relative;
  z-index: 10000;
}

/* #header-logo
================================================ */
#header-logo {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10000;
}

#header-logo-in {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

#header-logo-in #logo01 {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 0;
}
#header-logo-in a {
	text-decoration: none;
}
#header-logo-in #text01 span {
  display: block;
  font-size: 117%;
}

/* #nav
================================================ */
.l-header {
    z-index: 10;
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0px;
    margin-top: 50px;
}
.l-header.l-header-fixed {
    position: fixed;
    top: 0;
}
header .header-inner {
    margin: 0 auto;
    position: relative;
}
header .header-inner .header-nav {
	display: block;
	text-align: center;
}
header .header-inner .header-nav > li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .header-inner .header-nav > li:hover {
	background-color: #006237;
    z-index: 10;
}
header .header-dropdown {
	background-color: #006237;
}
header .header-dropdown .header-dropdown-inner {
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
header .header-dropdown .header-dropdown-inner.is-open {
	height: auto;
}
header .header-dropdown .header-dropdown-inner.is-open.is-min {
    height: 75px;
}
header .header-dropdown .header-dropdown-inner .header-dropdown-list {
    display: block;
    display: none;
}
header .header-dropdown .header-dropdown-inner .header-dropdown-list.is-active {
    display: block;
}
header .header-dropdown .header-dropdown-inner .header-dropdown-list .header-dropdown-menu-list {
    text-align: center;
}
header.is-fixed {
    height: 73px;
    top: 0;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
header.is-fixed .header-inner {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    position: relative;
}
/* #globalNavi
================================================ */
#globalNavi {
  background: #f18e1e;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  z-index: 20;
  height: 130px;
}
#globalNavi ul {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #ffffff;
}
#globalNavi ul li {
  float: left;
  border-right: 1px solid #ffffff;
  position: relative;
}
#globalNavi ul li a {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	width: 199px;
	font-size: 100%;
	list-style: none;
	line-height: 15px;
	padding: 85px 0 15px 0;
}
#globalNavi ul li a span.en {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
}
#globalNavi ul li a  {
	background-repeat: no-repeat;
	background-image: url(img/icon.png);
	margin: 0 auto 0px;
}
#globalNavi ul li.navi01 a {
	padding-top:100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	background-position: 0px 40px;
}

#globalNavi ul li.navi02 a {
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background-position: -200px 40px;
}

#globalNavi ul li.navi03 a {
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background-position: -400px 40px;
}

#globalNavi ul li.navi04 a {
	padding-top: 90px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	background-position: -600px 40px;
}

#globalNavi ul li.navi05 a {
	padding-top: 100px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 15px;
	background-position: -800px 40px;
}
#globalNavi ul li a:hover {
	background-color: #fba442;
	color: #fff;
}
#globalNavi ul li a:hover span.en {
  color: #fff;
}
/* #megaNavi
================================================ */
#megaNavi {
	position: absolute;
	width: 100%;
	overflow: visible !important;
	overflow: hidden;
	*zoom: 1;
	background-color: #FCE9D4;
}
#megaNavi .megaNavi {
	position: absolute;
	overflow: hidden;
	*zoom: 1;
	width: 1000px;
	background-color: #FCE9D4;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	left: -2px;
	top: -4px;
}
#megaNavi .megaNavi.on {
  top: 20px;
  z-index: 10;
}
#megaNavi .megaNavi .megaNavi_in {
	width: 1000px;
}
#megaNavi a:hover {
  text-decoration: none;
}
#megaNavi02 {
	padding: 10px 0;
	top: -211px;
}
#megaNavi02 .megaNavi_in {
  width: 1000px !important;
	margin-left: auto;
	margin-right: auto;
}
#megaNavi02 .float_right {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 105px;
}
#megaNavi02 a p {
	text-align: center !important;
	color: #FFFFFF !important;
	width: 100%;
	height: 108px;
	padding-top: 15px;
	line-height: 1.5;
}
#megaNavi02 .float_right {
	background: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}
#megaNavi02 .float_right ul {
  overflow: hidden;
  *zoom: 1;
}
#megaNavi02 .float_right ul li {
	float: left;
	border-right: 1px solid #F18E1E;
	width: 33.2222%;
	height: 95px;
	margin-top: 0px;
}

#megaNavi02 .float_right.cnav ul li {
	float: left;
	border-right: 1px solid #F18E1E;
	width: 100%;
	height: 95px;
	margin-top: 0px;
	text-align: center;
}

#megaNavi02 .float_right ul li a p {
	background-repeat: no-repeat;
	background-position: center 70px;
	background-image: url(img/megaNavi01_bg02.png);
	background-color: #F18E1E;
}
#megaNavi02 .float_right ul li a p.lastChild {
	background-repeat: no-repeat;
	background-position: center 70px no-repeat;
	background-image: url(img/megaNavi01_bg01.png);
	background-color: white;
	color: #F18E1E !important;
}
#megaNavi02 .float_right ul li div {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: -123px;
}
#megaNavi02 .float_right ul li:hover div {
  margin-top: 0px;
}
#megaNavi02 .float_right ul li a:hover {
  text-decoration: none;
}
#megaNavi02 .float_right ul li.lastChild {
  border-right: none;
}
/*------------------------------/
/-------- active ---------------/
/------------------------------*/
.top_text h1,
.article h2, 
.article h3,
.article h4{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f18e1e;
}
.wrapper-inner{
	width: 1000px;
	margin: 0 auto;
}
.top-title {
	margin-top: 80px;
	text-align: center;
	height: 175px;
	background: url(img/bg01.jpg) repeat-x bottom;
	width: 100%;
}
.top-title.t02 {
	height: 400px;
}
.top-title h2 {
	padding-top: 60px;
	background: url(img/bg02.jpg) no-repeat center 30px;
	font-size: 48px;
	line-height: 100%;
}
#pankuzu .on {
	color: #f18e1e;
}
.con-title{
	margin: 70px 0;
	text-align: center;
}
.con-title p {
	padding-bottom: 50px;
	text-align: left
}
.contents-block h3{
	margin: 0 auto;
	width: 700px;
	padding-bottom: 10px;
	font-size: 42px;
	font-weight: normal;
	line-height: 100%;
	border-bottom: 4px solid #f18e1e;
	margin-bottom: 80px;
}
.active-box h4 {
	border-bottom: 1px solid #f18e1e;
	line-height: 100%;
	font-size: 2.5rem;
	color: #f18e1e;
	margin-bottom: 29px;
}
.active-box h4.num1 {
	background: url(img/num1.jpg) no-repeat;
	padding: 17px 0 5px 50px;
}
.active-box h4.num2 {
	background: url(img/num2.jpg) no-repeat;
	padding: 17px 0 5px 50px;
}
.active-box h4.num3 {
	background: url(img/num3.jpg) no-repeat;
	padding: 17px 0 5px 50px;
}
.active-box h4.num4 {
	background: url(img/num4.jpg) no-repeat;
	padding: 17px 0 5px 50px;
}
.active-box p {
	background: url(img/check-box.jpg) no-repeat left center;
	padding: 5px 0 5px 30px;
}
.active-box p span {
	font-size: 1.2rem;
}
.contents-block .sub-list {
	background-color: #f5f5f5;
	height: 110px;
}
.contents-block .sub-list ul li {
	float: left;
	width: 256px;
	padding-left: 20px; 
	background: url(img/li01.png) no-repeat left center;
	margin: 20px 0 0 40px;
}
/*--------------------------------------
お知らせ
--------------------------------------*/
.info{
	width: 100%;
	/*background-image: url(img/info_bg.gif);*/
	background-repeat: repeat;
	line-height: 1.8;
}
.info dl{
	width: 1000px;
	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-left: auto;
	margin-right: auto;
}
.info dt{
	width: 12%;
	text-align: left;
	padding-top: 17px;
	padding-bottom: 17px;
	background-image: url(img/info_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}
.info dd{
	width: 86%;
	text-align: left;
	float: left;
	padding-left: 1%;
	padding-top: 20px;
	padding-bottom: 17px;
}

.info a:hover{
	color: #BDBDBD;
}

  
.info h2{
	color: #006237;
	font-size: 26px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	line-height: 160%;
}
.info_day1{
	font-size: 12px;
	width: 35%;
	float: left;
	margin-top: 4px;
    }
.info_da{
	font-size: 12px;
	width: 35%;
	float: left;
	margin-top: 18px;
    }

.top_info{
	width: 100%;
	padding-top: 50px;
}
.list_btn{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 120px;
}
.list_btn a{
	width: 400px;
	height: 25px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	background-image: url(img/info_btn.png);
}
.list_btn a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
/*--------------------------------------
お知らせ一覧
--------------------------------------*/
.info2{
	width: 100%;
	line-height: 1.8;	
}

.info2 dl:nth-child(2n+1){
	width: 100%;
	line-height: 1.8;
	background-color: #f5f6ed;
	
}
.info2 dl {
	width: 1000px;
	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;
	padding-top: auto;
	padding-bottom: auto;
    }

.info2 dt{
	width: 11%;
	text-align: left;
	padding-left: 1%;
	color: #333333;
	padding-top: 17px;
	padding-bottom: 17px;
	background-image: url(img/info_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1%
		
	
}
.info2 dd{
	width: 86%;
	text-align: left;
	float: left;
	padding-left: 1%;
	color: #333333;
	padding-top: 17px;
	padding-bottom: 17px;
}

.info2 a:hover{
	color: #BDBDBD;
}
.info_day2{
	font-size: 12px;
	margin-top: 4px;
}
.line{
	color: #BDBDBD;
	border-bottom: 1px solid #CCCCCC;
	width: 1000px;
	padding-top: 15px;
	padding-bottom: 15px;
}



/*-------- access-page ---------------*/
.access-box-l {
	float: left;
}
.access-box-r {
	float: left;
	padding-left: 20px;
}
.access-box-r p{
	font-size: 18px;
}
.access-box-r p span {
	font-size: 20px;
	font-weight: bold;
}
.access-top .detail-btn a {
	margin-right: 15px;
	margin-top: 40px;
	padding: 3px 0;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	width: 170px;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	background: url(img/arrow1.jpg) no-repeat right 10px center;
	text-decoration: none;
	color: #848484;
}
.access-top .detail-btn a:hover {
	color: #B3B3B3;
}
.access-box h4 {
	margin-top: 55px;
	font-size: 24px;
	color: #006237;
	padding-left: 30px;
	background: url(img/line1.jpg) no-repeat left center;
}
.access-box p {
	font-size: 18px;
	padding-left: 30px;
	margin-top: 5px;
}
.access-box li {
	font-size: 18px;
}
.access-box li span {
	color: #4eb5b2;
}
.access-num ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.access-num li {
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
}
.access-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #006237;
	color: #fff;
	display: block;
	float: left;
	margin-left: -30px;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 24px;
	border-radius: 50%;
}
.access-middle {
	margin-bottom: 115px;
}


/*-------- 規定、様式 --------*/
.table_box{
	padding-bottom: 20px;
}
.table_box table{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 60px;
}
.table_box th{
	text-align: center;
	background-color: #006237;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	white-space:nowrap;
	vertical-align: top;
}
.table_box th span {
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	letter-spacing: 2px;
}
.table_box td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.table_box td.name {
	width: 26%;
	text-align: left;
}
.table_box tr:nth-child(odd) {
	background-color: #f2f2f2;
}

/*-------- 活動 --------*/
.join_box{
	padding-bottom: 20px;
}
.join_box h5 {
	font-size: 22px;
	padding-bottom: 5px;
}
.join_box table{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 20px;
}
.join_box th{
	text-align: center;
	background-color: #006237;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
	width: 4%;
	white-space:nowrap;
	vertical-align: top;
}
.join_box th span {
	-ms-writing-mode: tb-rl;
 	writing-mode: vertical-rl;
	letter-spacing: 2px;
}
.join_box td{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.join_box td.name {
	width: 28%;
	text-align: left;
}
.join_box tr:nth-child(odd) {
	background-color: #f2f2f2;
}
.join_box th a {
	color: #fff;
}
.join_box th a:hover {
	color: #f18e1e;
}
/*-------- greeting-page --------*/
.con-box2 h4 {
	color: #006237;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	border-bottom: 3px solid #f18e1e;
	display: inline-block;
}
.greeting .con-box p {
	letter-spacing: 1.8px;
}
.greeting .con-box-l1 {
	float: left;
	width: 442px;
}
.greeting .con-box-r1 {
	float: right;
}
.greeting .con-box-r2 {
	float: right;
	width: 450px;
}
.greeting .sub-title1 {
	text-align: center;
}
.greeting .sub-title1 img {
	display: block;
	margin: 180px auto 20px;
}
.greeting .sub-title1 h4 {
	display: inline-block;
	border-bottom: 2px solid #333333;
	color: #333333;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 2.5rem;
}
.greeting .con-box h5 {
	font-size: 2rem;
	color: #f18e1e;
}
.greeting .con-box-l2 {
	float: left;
	width: 520px;
}
.greeting .con-box-l3 {
	float: left;
}
.greeting .con-box-r3 {
	float: right;
	width: 500px;
}
.greeting .con-box-l4 {
	float: left;
	width: 500px;
}
.greeting-box1 {
	background: url(img/bg-line1.png) no-repeat left 120px top 300px;
}
.greeting-box2 {
	margin-top: 184px;
}
.greeting .con-box-r2 h4,
.greeting .con-box-r2 p {
	margin-left: 20px;
}
.greeting .con-box-r2 h4 {
	margin-top: 60px;
	margin-bottom: 10;
}
.greeting .con-box-r2 .con-box-rimg {
	float: right;
	margin-bottom: 46px;
}
.greeting .con-box-r2 .con-box-limg {
	padding-top: 155px;
	float: left;
}
.greeting .con-box2 {
	margin-top: 115px;
}
.greeting .img_r {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.greeting .img_r p{
	margin-top: 10px;
	font-size: 13px;
	line-height: 160%;
	font-family:  "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-------- contact-page --------*/
.contact-box {
	padding-bottom: 100px;
}
.contact-box .sub-titel h4 {
	font-size: 2.6rem;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
.contact-box .sub-titel {
	margin-bottom: 70px;
}
.contact-box .con-box2 {
	margin-bottom: 40px;
}
.contact-box .contact-l {
	float: left;
}
.contact-box .contact-r {
	float: right;
}

/*-------- link-page --------*/
.link-page .link-list li {
	float: left;
	width: 48%;
	margin-bottom: 40px;
	font-size: 1.8rem;
	padding-left: 2%;
	position: relative;
	display: inline-block;
}
.link-page .link-list li::before,
.link-page .link-list li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.link-page .link-list li::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000000;
}
.link-page .link-list li::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-------- features-page --------*/
.active-box p {
	background: none;
	padding: 0;
}
