@charset "UTF-8";
/* CSS Document */

html, body{
	font: 15px/180% "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
	margin:0;
	padding:0;
}
a:focus { outline: none; }
a img {
	border-style: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a,a:link, a:visited {
	color: #333;
	text-decoration: none;
}
hr{
	border: none;
	border-top: 1px dotted #888;
}

/* clearFix */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
/* Hides from IE Mac */
* html .cf{
	height: 1%;
}


/******************TOPに戻る******************/
.pagetop {
  display: none;
  position: fixed;
  bottom: 12px;
  right: 40px;
  z-index: 2000;
}
.pagetop a {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 12px;
 	background-color:#FF7700;
	border-radius: 50%;
}
.pagetop a:hover,.pagetop a:visited {
  display: block;
  color: #fff;
 	background-color:#FF7700;
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/******************ヘッダー******************/
#header{
	max-width: 960px;
	margin: 0 auto;
}
.logo{
	margin: 10px auto;
	text-align: center;
}
.nav {
	display: block;
  width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.06);
  -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.06);
}
body.is-fixed .space {
  margin-bottom: 74px;
}
body.is-fixed .nav--typeA {
  position: fixed;
  top: 0;
  left: 0;
}
#fixedBox{
	background: #fff;
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	max-width: 960px;
}
#fixedBox li img{
	width: 100%;
	max-width: 232px;
}
#fixedBox li:first-child{
 float: left;
 width: 34%;
 text-align: right;
}
#fixedBox li{
 float: left;
 width: 33%;
 text-align: center;
}
#fixedBox li:last-child{
 float: left;
 width: 33%;
 text-align: left;
}

/******************情報提供******************/
.info{
	display: block;
	position: fixed;
	right: -10px;
	top: 12%;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.info:hover{
	right: 0;

}
.info a img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}

.info a:hover img {
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
}

/******************スライド******************/
#slides_wrap{
	background: url("../img/bg.jpg") 0 0 repeat-x;
}
#viewer {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	-webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
	overflow: hidden;
	position: relative;
}

#viewer:before {
	content:"";
  	display: block;
  	padding-top:39%;
}
#viewer img {
	top: 0;
	right: 0;
	width:100%;
	position: absolute;
}
#viewer_sp {
	display: none;
	margin: 0 auto;
	max-width: 640px;
	-webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
	overflow: hidden;
	position: relative;
}

#viewer_sp:before {
	content:"";
	display: block;
	padding-top:75%;
}
#viewer_sp img {
	top: 24%;
	right: 0;
	width:100%;
	position: absolute;
}
/******************コンテンツ******************/
.contents{
	max-width: 800px;
	padding: 0 4%;
	margin: 0 auto;
}


/******************概要******************/
#outline{
	text-align: center;
	margin:0 auto 0;
	background: url("../img/white_bg.jpg") repeat 0 0;
	padding: 4% 0 3.5%;
}
#outline img{text-align: center;}
#outline h1{
	color: #048434;
	font-size: 130%;
	letter-spacing: 0.08em;
	margin: 4% 0 1%;
}
#outline h1 > span,#outline p > span {
	display:inline-block;
}
#outline p{
	line-height: 220%;
	letter-spacing: 0.08em;
}


/******************お知らせ部分******************/
#news{
	margin:-64px auto 6%;
	padding-top: 64px;
}
.blog_g{
	text-align: center;
	margin: 9% auto 1%;
}
.blog_o{
	text-align: center;
	margin: 2.5% auto 1%;
}
.line_g,.line_o{
	width: 100%;
	height: 4px;
}
.line_g{
	background: url("../img/line_g.png") center repeat-x;
}
.line_o{
	background: url("../img/line_o.png") center repeat-x;
}
.news table{
	margin:1% 0 0;
	width:100%;
	padding:0;
}
.news th{
	margin:0;
	padding:1% 0 1% 3%;
	font-weight:normal;
	width:110px;
}
.news td{
	margin:0;
	padding:1% 3% 1% 0;
	line-height: 160%;

}
.news th,.news td{
	font-size:90%;
	border-bottom:1px dotted #b3b3b3;
	text-align: left;
}
#rss a,a:visited{
	color: #007631;
	text-decoration: underline;
}
#rss2 a,a:visited{
	color: #ef5a24;
	text-decoration: underline;
}
.category{
	margin: 2%  auto 0;
	padding-bottom: 6%;
	width: 100%;
	font-size: 0;
}
.category li{
	width: 18.75%;
	margin-right: 1.5%;
	display: inline-block;
}
.category li img{
	width: 100%;
}
/******************事業内容******************/
#about_top{
	margin-top:-64px;
	padding-top: 64px;
}
#about{
	background: url("../img/midori_bg.jpg") repeat 0 0;
	padding: 5% 0 6%;
}
.detail{
	margin: 0 auto -1%;
	text-align: center;
}
.detail img{
	max-width: 300px;
	width: 100%;
}
dl.about{
	width: 100%;
	margin: 3% auto 0;
}
.about dt{
	margin: 2% 0 0;
	width: 100%;
	background: #39b34a url("../img/toggle_on.png") right 2% center no-repeat;
	font-size: 120%;
	padding: 1% 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
	box-shadow: 0 2px 0 #006716;
	cursor: pointer;
}
.about dt.hover{
	transform: translateY(2px);
	box-shadow: 0 0 0 #006716;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
.about dt.active{
	margin: 2% 0 0;
	box-shadow: 0 2px #acdfb3;
	width: 100%;
	background: #fff url("../img/toggle_off.png") right 2% center no-repeat;
	font-size: 120%;
	padding: 1% 0;
	font-weight: bold;
	color: #39b34a;
	text-align: center;
	border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}
.about dt.active.hover{
	box-shadow: 0 0 #acdfb3;
}
.about dd{
	width: 95%;
	display: none;
	margin: 0 auto;
	padding: 0 2.5% 0.5%;
	font-size: 90%;
	text-align: justify;
}
.about table{
	margin: 0 auto;
	width: 100%;
	text-align: left;
	border: none;
	border-collapse: collapse;
	margin: 1.8% 0 3%;
}
.about th,.about th.sppt{
	vertical-align: text-top;
	width: 130px;
	padding: 1.2% 3%;
	border-bottom:1px solid #c2dcc0;
	line-height: 140%
}
.about th.sppt{
	font-weight: normal;
}
.about td{
	padding: 1% 0;
	border-bottom:1px solid #c2dcc0;
	line-height: 140%
}
.about td > span {
	display:inline-block;
	margin-left: -6px;
}
.about td span {
	font-size: 90%;
}
.about dd .float{
	float: right;
	padding: 0 0 3% 3%;
	text-align: right;
}
.about dd .float img{
	max-width: 150px;
}

.about dd .name{
	text-align: right;
	font-weight: bold;
	color: #333;
	font-size: 90%;
}
.about dd .name > span {
	display:inline-block;
	margin-left: -6px;
}
.about dd .sub{
	margin-top: -14px;
	text-align: right;
	color: #333;
	font-size: 90%;
	line-height: 140%;
}

/******************支援部員より******************/

table.comment a, table.comment a:link, table.comment a:visited {
	color: #333;
	font-size: 100%;
	text-decoration: underline;
}
table.comment a:hover {
	color: #333;
	font-weight: bold;
}

/* 丸の中に三角 */
.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 22px;
margin-left: 15px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.comment_btn::before{
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #39b34a;
}
.comment_btn::after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 5px solid #fff;
}


#comment{
	max-width: 800px;
	text-align: center;
	width: 96%;
	padding: 5% 2%;
	margin: 0 auto;
}
#comment .comment_img{
	width: 11%;
	margin: 0 auto;
}
#comment img{
	width: 100%;
}
#comment h1{
	font-size: 120%;
	color: #ff7700;
	margin-bottom: -10%;
}
#comment h2{
	font-size: 100%;
	color: #222;
	line-height: 160%
}
#comment h2 span{
	font-size: 80%;
	color: #444;
}
#comment p{
	width: 80%;
	margin: 0 auto;
	margin-bottom: -5%;
	text-align: justify;
	font-size: 90%;
	line-height: 270%;
	}
#comment p{
	background: url(../img/bg-note.png) repeat left bottom;
	}
.mt{
	padding: 15% 0 0;
	}
.other{
	font-weight: normal;
	font-size: 80%;
}


/******************問い合わせ******************/
#inquiry{
	margin-top: -63px;
	padding-top: 63px;
}
.line_dotted{
	width: 100%;
	height: 4px;
	margin: 2% auto 0;
}
.line_dotted{background: url("../img/line_dotted.png") center repeat-x;}
#inquiry p{
	font-size: 90%;
	line-height: 180%;
}
li.inq_form{
	margin-top: 1.5%;
	font-size: 100%;
	width: 50%;
	float: left;
}
li.inq_img{
	width: 45%;
	background:#edf6ec;
	float: right;
	margin-top: 4%;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
}
.inq_img p{
	padding: 5% 5% 0;
	text-align: justify;
	margin: 0;
}
.inq_img div{
	text-align: right;
	padding: 0 3% 0 0;
	display: block;
}
.inq{
	margin: 3% 0 0;
	font-weight: bold;
}
#inquiry p.inq_note{
	margin: 0;
	font-size: 80%;
}
.inq_form input,textarea,.eve_left input,.eve_right input,.trexp input{
	border: 1px solid #cacaca;
	width: 100%;
	background: #fff;
	padding: 2%;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
.inq_radio{
	margin: 0;
}
.inq_radio input{
	width: 5%;
}

.inq span,.inq_note span{
	color: #ff7700;
}
.inq_btn{
	margin: 2% auto 0;
	text-align: center;
}
#btn_submit{
	background: #ff7700;
	padding: 2%;
	width: 50%;
	color: #fff;
	border: 0;
	font-size: 120%;
	font-weight: bold;
	box-shadow: 0 2px 0 #e33e00;
	border-radius: 4px;        /* CSS3草案 */
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;   /* Firefox用 */
}
#btn_submit:hover{
	transform: translateY(2px);
	box-shadow: 0 0 0 #e33e00;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

/********イベントフォーム********/
li.eve_left, li.eve_right{
	margin-top: 1.5%;
	font-size: 100%;
	width: 45%;
}
li.eve_left{float: left;}
li.eve_right{float: right;}
.trexp{
	width: 100%;
	background:#edf6ec;
	margin: 4% 0;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	padding: 2% 3%;
}
li.trexp_l{
	width: 47%;
	float: left;
}
li.trexp_r{
	width: 52%;
	float: right;
}
.trexp input{
	width: 90%;
}
select{
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 8px 20px;
}
.closedate{
    background: #62b280;
    color: #FFF;
    padding: 2px;
    font-size: 14px;
}
.btn_note{
    font-size: 14px;
    font-weight: bold;
}
/******************資金協力******************/
#fund{
	margin-top: -20px;
	padding-top: 20px;
}
.fund_box{
	background-color: #FFF6DC;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	padding: 2.5% 3% 3.5%;
}
.fund_img{
	margin: 0 auto;
	width: 100%;
	height: 66px;
	background: url("../img/funding.png") center no-repeat;
}

.funding{
	margin-top: 1%;
	width: 100%;
}
.funding li{
	background-color: #fff;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
	padding: 2%;
}
.funding li:first-child{
	width: 46%;
	float: left;
}
.funding li:last-child{
	width: 52%;
	float: right;
}
.funding li table{
	width: 100%;
	font-size: 85%;
	line-height: 140%;
	font-weight: bold;
	border: 0;
	border-collapse: collapse;
	margin: 0 auto;
	color: #4d4d4d;
}
.funding li th{
	vertical-align: text-top;
	width: 95px;
	padding: 1% 0;
}
.funding li td{
	padding: 1% 0;
}
.deposit{
	margin: 0 auto 1%;
	font-weight: bold;
	color: #048434;
}

/******************フッター******************/
#footer{
	margin: 5% auto 0;
	padding: 1% 0;
	background: #62b280 repeat-x;
}
#footer ul{
	font-size: 0;
	font-size: 85%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 2% auto;
}
#footer li{
	width: 22%;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
#footer ul:nth-child(even) li:first-child{
	display: none;
}
#footer p{
	text-align: center;
	margin: 1% 0 0;
	color: #fff;
	font-size: 75%;
}
#footer a{
	color:#fff;
}

/******************フッターSP******************/
#footer_sp{
	background: #f5f3e9 repeat-x;
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
}
#footer_sp ul{
	font-size: 0;
	font-size: 75%;
	line-height: 150%;
	width: 100%;
	text-align: center;
}
#footer_sp li{
	font-weight: bold;
	display: inline-block;
	width: 24%;
	padding: 2% 0.5%;
	color: #4d4d4d;
	border-right: 2px solid #fff;
}
#footer_sp li:last-child{
	font-weight: bold;
	display: inline-block;
	width: 20%;
	padding: 2% 0.5%;
	color: #4d4d4d;
	border-right: none;
}
#footer_sp li span{
	font-size: 200%;
	color: #62b280;
}
#footer_sp a{
	display: block;
}
#footer_sp a:hover{
	color: #4d4d4d;
}
#footer_sp a,#footer_sp a:visited{
	color: inherit;
}


/******************送信完了******************/
#complete{
	max-width: 800px;
	text-align: center;
	padding: 5% 4%;
	margin: 0 auto;
}
#complete div{
	width: 11%;
	margin: 0 auto;
}
#complete img{
	width: 100%;
}
#complete h1{
	font-size: 120%;
	color: #ff7700;
}
.nbrake{
	display: block;
}

/******************リンク******************/
#link{
	max-width: 800px;
	text-align: center;
	width: 96%;
	padding: 5% 2%;
	margin: 0 auto;
}
#link .link_txt{
 font-size: 90%;
 line-height: 180%;
 text-align: justify;
}
#link .link_img{
	width: 11%;
	margin: 0 auto;
}
#link img{
	width: 100%;
}
#link h1{
	font-size: 120%;
	color: #ff7700;
}
#link h2{
	font-size: 120%;
	color: #048434;
	margin: 8% auto 0;
}
dl.link{
	width: 100%;
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
	margin: 0.5% auto 0;
	padding: 3% 0 0;
}
dl.link dt{
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
dl.link dt p{
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
dl.link dt a{
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #888;
	padding-bottom:1px;
}
dl.link dt a:hover{
	color:#888;
}
dl.link dd{
	width: 100%;
	margin: 0 auto;
	padding: 0.5% 0 0;
}
dl.link dd p{
	margin: 0 auto;
	padding: 0 0 3%;
	font-size: 85%;
	line-height: 150%;
	color:#333;
	text-align: center;
}
dl.link dd div{
	width: 94%;
	margin: 0 auto;
	padding: 0 3% 3%;
	font-size: 85%;
	line-height: 150%;
	color:#333;
	text-align: justify;
}

/******************プライバシーポリシー******************/
#privacy{
	max-width: 800px;
	text-align: center;
	width: 96%;
	padding: 5% 2%;
	margin: 0 auto;
}
#privacy .privacy_img{
	width: 11%;
	margin: 0 auto;
}
#privacy img{
	width: 100%;
}
#privacy h1{
	font-size: 120%;
	color: #ff7700;
}
#privacy h2{
	font-size: 120%;
	color: #048434;
	margin: 7% auto 0;
}
#privacy p{
	width: 100%;
	margin: 0 auto;
	padding: 1% 0 0;
	font-size: 90%;
	line-height: 170%;
	color:#333;
	text-align: justify;
}


/******************レスポンシブ******************/
@media screen and (max-width:640px){
/*topへ*/
.pagetop {
	font-size: 60%;
  bottom: 50px;
  right: 15px;
}


/*ヘッダー*/
#header{
	max-width:640px;
	width: 100%;
	border-bottom:3px solid #62b280;
}
.space{display: none;}
.logo img{
	width: 45%;
}
#fixedBox{
display: none;
}

/*スライド*/
#slides_wrap{
	background: url("../img/sp_bg.jpg") 0 0 no-repeat;
	background-size: cover;
}
#viewer{
	display: none;
	}
#viewer_sp{
	display: block;
	}
.contents{
	max-width: 640px;
}

/*情報提供*/
.info{
	display: none;
}

/*概要*/
#outline{
	padding: 11.5% 0 9%;
}
#outline img{max-width: 30px;}
#outline p{
	text-align: justify;
	line-height: 190%;
	letter-spacing: 0;
	font-size: 90%;
}
#outline br{
	display: none;
}
#outline h1{
	font-size: 110%;
	margin: 4% 0 -2%;
}
#outline p > span {
	display:inline;
}

/*お知らせ*/
#news{
	margin:1% auto 12%;
	padding-top: 1%;
}
.news th{
	padding:3% 0 3% 3%;
	width:100px;
}
.news td{
	padding:3% 2% 3% 0;
	line-height: 140%;
}
.category{
	margin: 5% auto 0;
}
.category li{
	width: 31.25%;
	margin: 0 2% 2% 0;
}
.blog_g{
	margin: 10% auto 1.5%;
}
.blog_o{
	margin: 2.5% auto 1.5%;
}
.blog_g img,.blog_o img{
	width: 67%;
	max-width: 180px;
}

/*事業内容*/
#about_top{
	margin-top: 0;
	padding-top: 0;
}
#about{
	padding: 10% 0 12%;
}
#about .detail img{width: 70%;}
#about .detail {
	margin: 0 auto -2%;
}

dl.about{
	width: 100%;
}
.about dt{
	margin: 5% 0 0;
	padding: 2.5% 0;
	font-size: 100%;
	background: #39b34a url("../img/toggle_on.png") right 4% center no-repeat;
	background-size: 18px;
	box-shadow: 0 2px 0 #006716;
}
.about dt.hover{
	transform: translateY(0);
	box-shadow: 0 2px 0 #006716;
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}
.about dt.active{
	margin: 5% 0 0;
	padding: 2.5% 0;
	font-size: 100%;
	background: #fff url("../img/toggle_off.png") right 4% center no-repeat;
	background-size: 18px;
	box-shadow: 0 2px #acdfb3;
}
.about dt.active.hover{
	box-shadow: 0 2px #acdfb3;
}
.about dd{
	width: 97%;
	display: none;
	margin: 0 auto;
	padding: 0 1.5% 0.5%;
	text-align: justify;
	letter-spacing: -0.05em;
}
.about dd p{
	line-height: 180%;

}
.about dd .name{
	font-size: 90%;
	line-height: 150%;
	letter-spacing: 0;
	text-align: left;
}
.about dd .sub{
	text-align: left;
	margin-top: -10px;
}
.about dd .float{
	padding: 0 0 2% 3%;
}
.about dd .float img{
	max-width: 120px;
}
.about table{
	margin: 4% 0 3%;
}
.about th,.about th.sppt{
	width: 36%;
	padding: 2% 2%;
}
.about th{
	font-size: 90%;
}
.about th.sppt{
	font-size: 100%;
}
.about td{
	padding: 2% 0;
	letter-spacing: 0;
}

/*支援部員より*/
#comment h2{
	width: 96%;
	line-height: 130%
}
#comment p{
	width: 96%;
		letter-spacing: 0.04em;
	}
.other{
	font-weight: normal;
	font-size: 80%;
	letter-spacing: -0.03em;
}

/*お問い合わせ*/
#inquiry{
	margin-top: 0;
	padding-top: 0;
}
#inquiry .detail img{width: 80%;}
#inquiry .detail{
	margin: 5% auto 0;
}
li.inq_form{
	width: 100%;
	margin-bottom: 5%;
	float: none;
}

li.inq_img{
	width: 100%;
	background:#fff;
	padding-left: 0;
	float: none;
	margin: 0;
}
li.inq_img div{
	display: none;
}
#inquiry li.inq_img p{
	padding: 2%;
	line-height: 160%;
	margin: 2% auto 0;
}
li.eve_left, li.eve_right,li.trexp_l, li.trexp_r{
	float: none;
	width: 100%;
}

#btn_submit{
	box-shadow: 0 3px 0 #e33e00;
}
#btn_submit:hover{
	transform: translateY(0);
	box-shadow: 0 3px 0 #e33e00;
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}

/*資金協力*/
.fund_img{
	width: 100%;
	background: url("../img/funding_sp.png") center no-repeat;
	background-size: contain;
}
.funding li:first-child,.funding li:last-child{
	float: none;
	width: 100%;
}
.funding li{
	margin-bottom: 3%;
}
.funding li th{
	padding: 0.5% 0;
}
.funding li td{
	padding: 0.5% 0;
}
.deposit{
	font-size: 90%;
}

/*フッター*/
#footer{
	margin: 10% auto 0;
	padding: 4% 0 22%;
}

#footer li{
	width: 100%;
	display: block;
}
#footer ul:nth-child(even) li:first-child{
	display: block;
}
#footer_sp{
	display: block;
}
}
