@charset "utf-8";

@import url(list.css);
@import url(mainimg.css);
@import url(table.css);

/*全体の設定
---------------------------------------------------------------------------*/
body {
margin: 0px;
padding: 0px;
color: #333;
/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
font-family: "Zen Kaku Gothic New", sans-serif;	
font-size: 16px;
line-height: 1.8;	
background: #fff;
-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	
	transition: 0.5s;
}
a:hover {
	color: #8cc167;	
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
}

.br-sm{display:none;}
.br-sm360{display:none;}

.att {
padding-left: 1em;
text-indent: -1em;
}

/****/

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

/****/

.color01{
	color: #339898;
}
.color02{
	color: #CC3333;
}

/****/

.underline-before {
	background: linear-gradient(#efefef, #efefef) 0 100%/0 50px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */

	transition: background 1s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */

	text-decoration: none;
	/*テキストの装飾の設定 */
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}

.underline-after {
	background-size: 100% 50px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}

.underline-before02 {
	background-color: #F6F6F6;
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: 500;
}

/****/

.list-disc{
	margin-left: 20px;
}

.list-disc li{
	list-style-type: disc;
}

.list-no{
	margin-left: 20px;
}

.list-no li{
	list-style-type: decimal;
}

/*
.list-line li:first-child{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
*/

.list-line li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-position: outside;
	padding-right: 5px;
	padding-left: 5px;
}

/*

.list-line li{
	margin-left: -20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-position: inside;
	padding-right: 5px;
	padding-left: 5px;
}

*/

/****/

.icon_window::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f2d2';
	padding-right: 5px;
	font-size: 18px;
	text-decoration: none !important;
	color: #6DB132;
	padding-left: 5px;
}

/****/

.br-800{
	display: none;
	visibility: hidden;
}

.br-600{
	display: none;
	visibility: hidden;
}

@media screen and (max-width:800px) {

.br-800{
	display: inline;
	visibility: inherit;
}

.br-600{
	display: inline;
	visibility: inherit;
}

}

/*===*/

.p-center{text-align: center !important;}
.p-left{text-align: left;}
.p-right{text-align: right;}

/*===*/

.big120{font-size: 120%;}
.small70{font-size: 70%;}
.small80{font-size: 80%;}
.small90{font-size: 90%;}


/*===*/

.photo-left{
	float: left;
}
  
.photo-left img{
	padding-right: 15px;
	padding-bottom: 10px;
	height: auto;
}

.photo-right{
	float: right;
}

.photo-right img{
	padding-left: 15px;
	padding-bottom: 10px;
	height: auto;
}


@media print, screen and (max-width:800px) {
  
.photo-left{
	float: none;
	padding-right: 0px;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-left img{
	padding-left: 0px;
	padding-bottom: 0px;
}
  
.photo-right{
	float: none;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-right img{
	padding-left: 0px;
	padding-bottom: 0px;
	/*width: 100%;*/
}
  
}

/*===*/

.imgmaxW img{
}

.img100 img{
}

.img80 img{
	width: 80%;
	height: auto;
}

.img50 img{
	width: 50%;
	height: auto;
}

/*800pxより小さい*/
@media screen and (max-width:800px) {

.imgmaxW img{
	max-width: 100%;
	height: auto;
}

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

.img80 img{
	width: 80%;
	height: auto;
}

.img50 img{
	width: 50%;
	height: auto;
}

}

/*===*/


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	border-radius: 2px;
	vertical-align: baseline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background: #fff;
	height: 120px;	
	color: #333;	
}

header #logo {
	width: 400px;	
	float: left;	
	margin-top: 10px;
	/*margin-left: 1%;*/
}

header #logo img {
	height: auto;
}

/*右側お問い合わせ
---------------------------------------------------------------------------*/
header .contact a {
	display: inline-block;
	text-decoration: none;
	float: right;
	/*margin-right: 1%;*/
	margin-top: 40px;
	border: 1px solid #fe7200;
	background: #fe7200;
	background: #fe7200 url(../images/icon_login.png) no-repeat 20px 11px / 12px;/*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
	color: #fff;
	padding: 5px 30px 7px 50px;
	border-radius: 0px;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 400;
}

header .contact a:hover {
	background-color: #fe9b00;
	color: #fff;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
#menubar {
	clear: both;
	height: 70px;		/*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
	text-align: center;
	background: #6db132;
	border-bottom: 1px solid #fff;
}

/*
#menubar li {
	float: left;
	width: 16.66%;
}
*/

.nav-flex{
	display: flex;
	width: 100%;
}

#menubar li {
	width: 16.66%;
	display: block;

}

/*
#menubar li, #menubar ul.ddmenu {
}
*/

#menubar li {
}

#menubar li a {
	text-decoration: none;
	display: block;
	line-height: 1.6;
	color: #fff;
	height: 58px;
	padding-top: 12px;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,0.5);
	font-size: 110%;
	font-weight: 400;
}

#menubar li:first-child a {
	border-left: 1px solid #fff;	
	border-left: 1px solid rgba(255,255,255,0.5);	/*左の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}

#menubar li span {
	display: block;
	font-size: 12px;		
	font-weight: normal;	
	letter-spacing: 0.08em;
	opacity: 0.5;		
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background-color: #349898;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 15.7%;
	font-size: 14px;
}

#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;
	height: auto;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 10px 0;
	background-color: rgba(51,51,51,0.9);
}

#menubar ul.ddmenu li.title a {
	background: #6db132;
	cursor: default;	
	padding: 20px 0;	
}

#menubar ul.ddmenu li a:hover {
	background-color: #339898;
}

#menubar ul.ddmenu li.title a:hover {
	background: #8cc167;
}

/*以上*/
@media screen and (min-width:1200px){
#menubar ul.ddmenu {
	width: 200px;
}
}

/*以下*/
@media screen and (max-width:1300px){
.nav-flex{
	width: 94%;
}
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed-menu header {
	margin-bottom: 75px;	/*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。*/
}
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 100;position: fixed;top: 0;left: 0;
}
body.is-fixed header {
	margin-bottom: 75px;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	/*padding-top: 15px;*/
	padding-bottom: 40px;
}

/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	/*float: left;*/
	width: 100%;	
	/*display:flex;
	align-content: space-between;*/
}

.c2 #contents-in {
	float: none;
	width: auto;
}

.sub-contents {
	display:flex;
	align-content: space-between;
}


/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	/*float: right;*/
	width: 100%;	
}

#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	/*background: #6db132;*/
	background-image: linear-gradient(90deg, #6DB132, #339899);
}

#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}

#main h3 {
	clear: both;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main h3::first-letter {
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6DB132;
}

/****/

#main h3.top-h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 150%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1.5em;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#main h3.top-h3::first-letter {
	border-left: none;
	padding-left: 0px;		
}

#main h3.top-h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6DB132;
	border-radius: 2px;
}


#main h4{
    position: relative;
    margin: 0 0 0.8em;
    padding: 0.2em 0.8em;
    background: #ccc;
    color: #222;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#main h4:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#main h5{
    font-size: 1.143em;
    color: #ff8000;
    font-weight: bold;
}


@media screen and (max-width:600px){

#main h3.top-h3 {
	font-size: 110%;

}

}

@media screen and (max-width:400px){

#main h3.top-h3 {
	font-size: 100%;

}

}


/*（下層）mainコンテンツ
---------------------------------------------------------------------------*/
#SC_main {
	/*float: right;*/
	width: 75%;	
}

#SC_main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 18px;	
	color: #fff;		
	/*background: #6db132;*/
	background-image: linear-gradient(90deg, #6DB132, #339899);
}

#SC_main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 18px;	
	color: #fff;		
	/*background: #6db132;*/
	background-image: linear-gradient(90deg, #6DB132, #339899);
}

#SC_main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;			
}

#SC_main h3 {
	clear: both;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}

#SC_main h3::first-letter {
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #6DB132;
}

/****/

#SC_main h3.top-h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 150%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 1.5em;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}

#SC_main h3.top-h3::first-letter {
	border-left: none;
	padding-left: 0px;		
}

#SC_main h3.top-h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #6DB132;
	border-radius: 2px;
}

#SC_main h4{
	color: #FFF;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #379A93;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

/*
#SC_main h4{
    position: relative;
    margin: 0 0 0.8em;
    padding: 0.2em 0.8em;
    background: #ccc;
    color: #222;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
#SC_main h4:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
*/

#SC_main h5{
	font-size: 1.143em;
	color: #ff8000;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #FFFDF7;
}

#SC_main h6{
	font-size: 1.143em;
	/*color: #ff8000;*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.H_arrow::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f0da';
	padding-right: 10px;
	font-size: 18px;
}


@media screen and (max-width:1200px){

#SC_main {
	width: 68%;	
}

}

@media screen and (max-width:900px){

#SC_main {
	width: 100%;	
}

}

@media screen and (max-width:600px){

#SC_main h3.top-h3 {
	font-size: 140%;

}

}
/**

#main p {
	padding: 0px 20px 20px;
}

#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}

**/

/*#sub
---------------------------------------------------------------------------*/

#sub {
	width: 22%;
	margin-left: 3%;
}

#sub .sub_nav h2{
	/*background-color: #349898;*/
	background-image: linear-gradient(90deg, #6DB132 20%, #339899);

	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 140%;
	font-weight: 600;
	color: #FFF;
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
#sub .submenu,
#side .submenu {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	text-decoration: none;
	display: block;
	background: #fff;
	font-size: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#sub .submenu li a:hover{
	color: #6DB132;
	background-color: #F7FBF2;
}

#sub .submenu li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f0da';
	padding-right: 15px;
	font-size: 18px;
	text-decoration: none !important;
	color: #6DB132;
	padding-left: 10px;
	position: absolute;
	top: 8px;
	left: 3px;
}

@media screen and (max-width:1200px){

#sub {
	width: 29%;
	margin-left: 3%;
}

}

@media screen and (max-width:900px){

#sub {
	width: 100%;
	margin-left: 0%;
}

}

@media screen and (max-width:600px){
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #fff;
	color: #111;		
}

footer h4 {
	font-size: 20px;
	color: #3F9E61;
	font-weight: bold;
}

footer a, footer a:hover {
	/*color: #fff;*/
}

#footerbox {
	overflow: hidden;
	padding: 20px 0;
	font-size: 15px;
	border-top: 1px solid #ccc;
}

.footer_in {
	display:flex;
}

.FI_left{
	width: 50%;	
}

.FI_right{
	width: 50%;
	position: relative;
}

.FT_link.FTL_smp{
	display: none;
	visibility: visible;
}

.FT_link.FTL_smp a{
	position: static !important;
	width: 25%;
}

footer .FT_link a {
	color: #6DB132;
	width: 40%;
	border: 1px solid #6DB132;
	text-align: center;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 500;
	position: absolute;
	right: 0px;
}

footer .FT_link a:hover {
	color: #FFF;
	border-top-color: #4CA36C;
	border-right-color: #4CA36C;
	border-bottom-color: #4CA36C;
	border-left-color: #4CA36C;
	background-color: #4CA36C;
}

footer .FT_link a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f3c5';
	padding-right: 15px;
	font-size: 18px;
	text-decoration: none !important;
	color: #F90;
}

footer .FT_link a:hover::before{
	color: #fff;
}

@media screen and (max-width:1200px){

footer .FT_link a {
	width: 60%;
}

}

@media screen and (max-width:800px){

.footer_in {
	flex-wrap: wrap;
}

.FI_left{
	width: 100%;	
}

.FI_right{
	width: 100%;
	display: none;
	visibility: hidden;
}

.FT_link.FTL_smp{
	display: inline;
	visibility: inherit;
}

}

@media screen and (max-width:400px) {

footer h4 {
	font-size: 18px;
}

}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 5px;
}
#copyright a {text-decoration: none;}



/*ごあいさつ
---------------------------------------------------------------------------*/

.greeting-box{
	font-size: 105%;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

@media screen and (max-width:600px){

.greeting-box{
	margin-top: 20px;
	margin-bottom: 20px;

}

}

/*more
---------------------------------------------------------------------------*/

.more {
}
.more a{
	background-color: #696;
	text-align: center;
	display: block;
	width: 40%;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	line-height: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	position: relative;

}

.more a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	left: 15px;
}

.more a:hover::after{
	left: 20px;
}


@property --custom-color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: #6DB132;
}

@property --custom-color-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: #339899;
}

.more a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-1), var(--custom-color-2));
    transition: --custom-color-1 .5s, --custom-color-2 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-1: #FFCC33;
            --custom-color-2: #6DB132;
        }
    }
}

@media screen and (max-width:800px) {

.more a{
	width: 80%;
}

}

@media screen and (max-width:400px) {

.more a{
	width: 90%;
	font-size: 110%;
}

}

/****/

.more02 a{
	background-color: #696;
	text-align: center;
	display: block;
	width: 40%;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	line-height: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	position: relative;

}

.more02 a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	left: 15px;
}

.more02 a:hover::after{
	left: 20px;
}


@property --custom-color-3 {
    syntax: "<color>";
    inherits: false;
    initial-value: #6DB132;
}

@property --custom-color-4 {
    syntax: "<color>";
    inherits: false;
    initial-value: #6DB132;
}

@property --custom-color-5 {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff;
}

@property --custom-color-6 {
    syntax: "<color>";
    inherits: false;
    initial-value: #fff;
}

.more02 a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-3), var(--custom-color-4));
    transition: --custom-color-3 .5s, --custom-color-4 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-3: #6DB132;
            --custom-color-4: #FFCC33;
        }
    }
}

/****/


.more03 a{
	color: #FFF !important;
	background-color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
}

.more03 a.ML03_80p{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.more03 a.ML03_70p{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.more03 a.ML03_60p{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.more03 a:hover{
	background-color: #6DB132;
}

.more03 a.ML03_arrow::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 10px;
}

.more03 a.ML03_pdf::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1c1';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 10px;
}

@media screen and (max-width:600px) {

.more03 a.ML03_80p{
	width: 100%;
}

.more03 a.ML03_70p{
	width: 100%;
}

.more03 a.ML03_60p{
	width: 100%;
}

}

/****/


/*リンクボックス
---------------------------------------------------------------------------*/

.link-box{
	display:flex;
	align-items:stretch;
	justify-content: space-between;
}

.link-box div{
	width: 32%;
}

.link-box div a{
	background-color: #FFF;
	display: block;
	text-decoration: none;
	padding-top: 130px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
	color: #F90;
	position: relative;
}

.link-box div a:hover{
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);

}

.link-box p.LB-title{
	font-size: 150%;
	font-weight: bold;
	color: #F90;
	text-align: center;
}

.link-box p.LB-txt{
	color: #333;
	transition: 0.5s;

}

/*
.link-box div a:hover p.LB-txt{
	color: #F90;
}
*/

.link-box .LB-more{
	font-size: 80%;
	color: #FFF;
	background-color: #4F4F4F;
	width: 50%;
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: center;
	display: block;
	padding-top: 8px !important;
	padding-bottom: 12px;
	transition: 0.5s;
	line-height: 1.0em;
}

.link-box div a:hover .LB-more{
	background-color: #6DB132;
}

.link-box .LB01{
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size:90px;
}

.link-box .LB02{
	background-image: url(../images/icon02.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size:80px;
}

.link-box .LB03{
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-size:80px;
}

.link-box .LB02::before{
}

.link-box_bg{
	background-color: #F3F3F3;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
}

@media screen and (max-width:1200px) {

.link-box div{
	width: 32%;
}


.link-box div a{
	padding-top: 85px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}

.link-box .LB01{
	background-position: center 15px;
	background-size:70px;
}

.link-box .LB02{
	background-position: center 20px;
	background-size:60px;
}

.link-box .LB03{
	background-position: center 20px;
	background-size:60px;
}

.link-box p.LB-txt{
	font-size: 95%;
}

}

@media screen and (max-width:800px) {

.link-box{
	flex-wrap: wrap;
}

.link-box div{
	width: 100%;
	margin-bottom: 20px;
}

.link-box div a{
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

.link-box .LB-more{
	font-size: 100%;
}

}

@media screen and (max-width:600px) {

.link-box_bg{
	padding-bottom: 30px;
}

}

/****/

.link-box02{
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	margin-top: 30px;
	box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

.link-box02 div{
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}

.link-box02 div.LB2_left{
	width: 35%;
	padding-top: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}

.link-box02 div .LB2_title{
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #349898;
	padding-left: 20px;
}

.link-box02 div .LB2_title span{
	font-size: 90%;
	color: #339899;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.link-box02 div .LB2_point{
	font-size: 100%;
	font-weight: 600;
	color: #C33;
}

.link-box02 div.LB2_right{
	width: 65%;
	padding-right: 30px;
	padding-left: 30px;
}

.link-box02 .more02 a{
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:1200px) {

.link-box02 div.LB2_left{
	width: 40%;
}

.link-box02 div.LB2_right{
	width: 60%;
}

.link-box02 div .LB2_title{
	font-size: 120%;
}

}

@media screen and (max-width:1000px) {

.link-box02 div.LB2_left{
	width: 50%;
}

.link-box02 div.LB2_right{
	width: 50%;
}

}

@media screen and (max-width:800px) {

.link-box02{
	flex-wrap: wrap;
}

.link-box02 div.LB2_left{
	width: 100%;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.link-box02 div.LB2_right{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.link-box02 div .LB2_title{
	font-size: 130%;
}

.link-box02 div .LB2_title span{
	line-height: 1.0em;
	padding-top: 3px;
}


}

@media screen and (max-width:600px) {


}

@media screen and (max-width:360px) {

.link-box02 div .LB2_title{
	font-size: 120%;
}

.link-box02 div .LB2_point{
	font-size: 100%;
}

}

/*ニュースボックス
---------------------------------------------------------------------------*/

.news-box{
	/*overflow: hidden;*/
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	letter-spacing: 0.05em;
}

.news-box h2{
	font-size: 120px;
	font-weight: bold;
	position: relative;
}

.news-box div {
	width: 48%;	
}

.news-box .news{
	position: relative;
}

.news-box iframe{
	height: 400px;
	overflow-y: scroll;
}


.news-box h2 a{
	display: block;
	position: absolute;
	right: 15px;
	top: 9px;
	font-size: 85%;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	color: #6DB132;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 6px;
	padding-left: 50px;
}

.news-box h2 a:hover{
	background-color: #95D15F;
	color: #fff;
}

.news-box .news .NB-more a{
	font-size: 80%;
	color: #FFF !important;
	background-color: #4F4F4F;
	width: 50%;
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
	transition: 0.5s;
}

/****/

.news-box .news-paper{
	align-items: center;
}

.news-box .news-paper .NP_title{
	font-size: 120%;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.news-box .news-paper .NP_img{
	height: auto;
	width: 45%;
	margin-right: auto;
	margin-left: auto;
}

.news-box .news-paper .NP_img img{
	border: 1px solid #CCC;
}

@media screen and (max-width:1000px) {

.news-box{
	flex-wrap: wrap;
}

.news-box div {
	width: 100%;	
}

.news-box .news{
	margin-bottom: 50px;
}

}

@media screen and (max-width:600px) {

.news-box{
	margin-bottom: 30px;
}

.news-box h2{
	font-size: 120% !important;
}

.news-box h2 a{
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;

	top: 8px;

}

.news-box .news{
	margin-bottom: 30px;
}

.news-box .news-paper .NP_img{
	width: 60%;
}

}

/*スケジュールボックス
---------------------------------------------------------------------------*/

.schedule-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

h3.schedule-h3{
	font-size: 150%;
	color: #6AAB30;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6DB132;
	font-weight: bold;
	margin-bottom: 20px;
}

.schedule-bg{
	background-color: #F9FAFC;
	padding-top: 50px;
	padding-bottom: 20px;
}

.schedule-bg02{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.schedule-box div{
	width: 49%;
}

.schedule-box h3 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 15px !important;
	font-weight: bold;
	letter-spacing: 0.05em;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
	box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
}

.schedule-box h3::first-letter {
	padding-left: 15px;
	border-left-width: 5px !important;
	border-left-style: solid;
	border-left-color: #339898 !important;
}

.schedule-box table{
	background-color: #FFF;
	box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.2);
	font-size: 100%;
	letter-spacing: 0.1em;
}

.schedule-box th{
	padding-top: 7px;
	padding-bottom: 7px;
}
.schedule-box td{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (max-width:1000px) {

.schedule-box{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}

.schedule-box div {
	width: 90%;
	margin-bottom: 30px;
}

.schedule-bg{
	padding-top: 30px;
	padding-bottom: 10px;
}

.schedule-bg02{
	padding-top: 30px;
	padding-bottom: 10px;
}

}

@media screen and (max-width:600px) {

.schedule-box{
	margin-bottom: 0px;
}

.schedule-box div {
	width: 100%;
}

.schedule-bg{
	padding-bottom: 0px;
}

.schedule-bg02{
	padding-bottom: 0px;
}

h3.schedule-h3{
	font-size: 120%;
}

}


/*下層ページ見出し
---------------------------------------------------------------------------*/

.headline{
	background-image: url(../images/headline-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.headline h2{
	font-size: 200%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.headline p{
	font-size: 110%;
	color: #84CA44;
	text-align: center;
	font-weight: bold;
}

/*　パンくず
============================================================*/

.pnqz{
	width: 95%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.pnqz ul{
	list-style-type: none;
	display: flex;
	font-size: 100%;
}

/*
.pnqz ul::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f015';
	padding-right: 15px;
	font-size: 18px;
	text-decoration: none !important;
	position: relative;
	top: 3px;
	color: #666;
}
*/
.pnqz ul li{
	color: #666;
	position: relative;
	margin-right: 15px;
	white-space: nowrap;
}

.pnqz ul li img{
	position: relative;
	top: 2px;
}

.pnqz ul li::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f054';
	padding-left: 15px;
	padding-right: 0px;
	font-size: 15px;
	text-decoration: none !important;
	position: relative;
	top: 0px;
	color: #666;
}

.pnqz ul li:last-child::after{
	content: '';
}

.pnqz a{
	color: #333333;
}

.pnqz a:hover{
	color: #F90;
	text-decoration: none;
}

.pnqz li:last-child {
   overflow: hidden;
 }

.pnqz li:last-child span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
 }


/*1920pxより大きい*/
@media (min-width:1920px) {

.pnqz{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
}

/*1300pxより小さい*/
@media screen and (max-width:1300px) {

.pnqz{
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

/*
.pnqz{
	font-size: 80%;
}
*/

}


/*　関連サイト
============================================================*/


.site_box{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.site_box li a{
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 18px;
	display: block;
	color: #333 !important;
	text-decoration: none;
	position: relative;
}

.site_box li a:hover{
	color: #6DB132 !important;
}

.site_box a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	text-decoration: none;
	position: absolute;
	top:16px;
	left: 15px;
	transition: all 0.5s 0s ease;
}

.site_box a:hover::before{
	/*content: '\f30b';*/
	left: 20px;
}


/*　会報ボックス
============================================================*/

.circular-box{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.circular-box li{
	width: 18.7%;
	margin-bottom: 10px;
}

.circular-box li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
	border: 1px solid #CCC;
	text-decoration: none;
}

.circular-box li a:hover{
	color: #609A2C;
	border-top-color: #6DB132;
	border-right-color: #6DB132;
	border-bottom-color: #6DB132;
	border-left-color: #6DB132;
	background-color: #FFFDF2;
}

.circular-box li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f1c1';
	padding-right: 10px;
	font-size: 16px;
	color: #666;
	transition: .15s;
}

.circular-box li a:hover::before{
	color: #6DB132;
}

/*
.circular-box li a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-5), var(--custom-color-6));
    transition: --custom-color-5 .15s, --custom-color-6 .15s;

    @media (any-hover: hover) {
        &:hover {
            --custom-color-5: #3AADAD;
            --custom-color-6: #6DB132;
        }
    }
}
*/

@media screen and (max-width:1200px) {

.circular-box li{
	width: 23%;
}

}

@media screen and (max-width:800px) {

.circular-box li{
	width: 31%;
}

}

@media screen and (max-width:600px) {

.circular-box li{
	width: 48%;
	margin-bottom: 15px;
}
.circular-box li a{
	padding-top: 8px;
	padding-bottom: 9px;
}

.circular-box li.CB_none{
	display: none;
}

}

/*　PDFリンク
============================================================*/

.pdf-link{
}

.pdf-link a{
	width: 50%;
	/*margin-right: auto;
	margin-left: auto;*/
	display: block;
	/*box-shadow: 0px 7px 10px -6px rgba(25, 141, 40, 0.3);*/
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}

.pdf-link a:hover{
	box-shadow: none;
	border-top-color: #6DB133;
	border-right-color: #6DB133;
	border-bottom-color: #6DB133;
	border-left-color: #6DB133;
	color: #FFFFFF;
}

.pdf-link a span{
	font-size: 75%;
	color: #FFFFE3;
	display: inline-block;
	padding-left: 15px;
	transition: 0.5s;
}

.pdf-link a:hover span{
	color: #fff;;
}

.pdf-link a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f1c1';
	padding-right: 15px;
	font-size: 25px;
	text-decoration: none !important;
	position: relative;
	top: 3px;
}

.pdf-link a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-1), var(--custom-color-2));
    transition: --custom-color-1 .5s, --custom-color-2 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-1: #FFCC33;
            --custom-color-2: #6DB132;
        }
    }
}

@media screen and (max-width:1200px) {

.pdf-link a{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width:600px) {

.pdf-link a{
	width: 90%;
}
}

@media screen and (max-width:400px) {

.pdf-link a{
	width: 100%;
}

}

@media screen and (max-width:900px){

.sp-none{
	display: none;
	visibility: hidden;
}

}

/*ポイントボックス
---------------------------------------------------------------------------*/

.point-box01{
	background-color: #FDFDFD;
	border: 1px solid #CCC;
	padding: 25px;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		
	line-height: 50px;
	bottom: 50px;		
	right: 3%;		
	background: #000;	
	background: rgba(0,0,0,0.8);	
	color: #fff;	
	border: 1px solid #fff;	
	animation-name: scroll;
	animation-duration: 1S;	
	animation-fill-mode: forwards;
	/*border-radius: 10px;*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}


/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}
.sh {display: none;}


/*画面幅1201px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1201px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1201px;	
}


}


/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px){

/*contents
---------------------------------------------------------------------------*/
#contents {
	/*margin: 0 1%;*/
}

#footerbox {
	overflow: hidden;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

nav .inner{
	padding-right: 2%;
	padding-left: 2%;
}


.inner{
	padding-top: 0px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
}


}



@media screen and (max-width:1200px) {

header .contact a {
}

/*
#contents-in {
	flex-wrap: wrap;
}
*/

.sub-contents {
	flex-wrap: wrap;
}

}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*右側お問い合わせ
---------------------------------------------------------------------------*/
header .contact a {display: none;}


/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu header,body.is-fixed header {margin-bottom: 0px;}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#menubar-s {
	display: block;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 119px;
	width: 100%;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}

#menubar-s li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	background-color: #6DB132;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}

#menubar-s li a span {
	font-size: 12px;
	display: inline-block;
	padding-left: 20px;
	color: #FFC;
}

#menubar-s li a:hover {
	background-color: #339898;
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}


/*右上お問い合わせ*/
.waku {
	color: #fff;
	text-align: center;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto; 
}
.waku a{
	color: #fff;
	background: #ff8000;
	/*background-image: linear-gradient(90deg, #FFB700, #FF9900);*/
	text-decoration: none;
	border: 3px solid #FFFFFF;
	font-size: 16px;
	border-radius: 5px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
	
}

.waku a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #FFBF00;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: block;position: absolute;
	top: 24px;
	right: 3%;	
	border: 1px solid #fff;	
}

#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	
	height: 50px;	
	border-radius: 0%;
}

#menubar_hdr.close {
	background: #8cc167 url(../images/icon_menu.png) no-repeat center top/50px;
}

#menubar_hdr.open {
	background: #8cc167 url(../images/icon_menu.png) no-repeat center bottom/50px;
}


/*contents
---------------------------------------------------------------------------*/

/*
#contents {
	padding: 0px 2% 20px;
}
*/

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, /*#sub, */#side, #contents-in {
	float: none;
	width: auto;
	overflow: hidden;
}

}

@media screen and (max-width:600px){

#menubar-s {
	top: 105px;
}

}

/*画面幅850px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

#contents {
	padding-bottom: 0px;
}
#footerbox {
	text-align: center;

}

footer .FT_link.FTL_smp a {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

}


/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	text-align: center;
		height: 105px;	
}
/*ロゴ画像*/
header #logo {
	padding-top: 5px;
	width: 68%;
	height: auto;
}

.br-sm{display:inline;}

}

@media screen and (max-width:540px){

header #logo {
	padding-top: 0px;
}

}

@media screen and (max-width:430px){

header #logo {
	padding-top: 7px;
}

}

@media screen and (max-width:420px){

header #logo {
	padding-top: 9px;
	width: 70%;
}

}

@media screen and (max-width:360px){

.br-sm360{display:inline;}

}

@media screen and (max-width:350px){

header #logo {
	padding-top: 10px;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;
}


/*contents
---------------------------------------------------------------------------*/
#contents {
	line-height: 1.5;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#main p {
	padding: 0px 10px 10px;
}


}
