@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */

/*      common     */

/* ------------------------------------------------------------------------------------------ */

/* reset */
/* -------------------------------------------------- */

#photo01,#photo02,#b01,#b02,#b03,#b04,#contentsAreaIndex01{
	display:none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
	width:100%;
	height:100%;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	border:0;
	line-height:0;
	vertical-align:bottom;
}

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

#menu,
#sp_map,
#gnavi01,
.sp_br{
	display:none;
}

/* ------------------------------------------------------------------------------------------ */

/*      layout     */

/* ------------------------------------------------------------------------------------------ */

/* layout */
/* -------------------------------------------------- */

body{
	background:#FFF;
	color:#000;
	font-size:14px;
	line-height:2em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

#contents_area{
	width:900px;
	margin:0 auto 70px auto;
}

#left_area{
	width:300px;
	float:left
}

#right_area{
	text-align:justify;
	width:600px;
	float:right;
}

#right_area img{
	max-width:100%;
	height:auto;
}

/* page header */
/* -------------------------------------------------- */

#page #header_area{
	margin-bottom:50px;
}

#page #header{
	position:relative;
	width:900px;
	height:110px;
	margin:0 auto;
}

#page #header h1{
	position:absolute;
	left:0;
	top:50px;
	width:258px;
	height:60px;
}

#page #header h1 a{
	display:block;
	width:583px;
	height:64px;
	background:url(../img/logo.svg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

h1#entry{
	margin:50px auto;
	width:322px;
	height:64px;
}

h1#entry a{
	display:block;
	width:583px;
	height:64px;
	background:url(../img/logo.svg) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

/* footer */
/* -------------------------------------------------- */

#footer{
	padding:0 0 50px 0;
	text-align:center;
	font-size:13px;
	line-height:1.75em;
}

#btn_back{
	width:60px;
	height:60px;
	position:fixed;
    bottom:20px;
    right:20px;
}

#btn_back a{
	display:block;
	width:60px;
	height:60px;
	background:url(../img/btn_back.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}

#btn_back a:hover{
	opacity:0.7;
}

/* navi */
/* -------------------------------------------------- */

#gnavi_area{
	margin-top:15px;
	font-size:14px;
}

#gnavi_area li{
	list-style:none;
	margin-bottom:35px;
}

#gnavi_area a{
	color:#000;
	text-decoration:none;
}

#gnavi_area a:hover{
	color:#000;
	opacity:0.25;
}

#btn_support a{
	box-sizing:border-box;
	padding:0 10px;
	width:10em;
	display:block;
	text-align:center;
	border:1px solid #000;
	background:#FFF540;
}

.btn_entry a{
	box-sizing:border-box;
	padding:0 10px;
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #000;
	background:#FFF540;
	text-decoration:none;
	color:#000;
}

.btn_entry a:hover{
	opacity:0.25;
}

/* transition */
/* -------------------------------------------------- */

#gnavi_area ul li a,
#btn_support a,
.btn_entry a,
.member_list01 li a:hover,
.member_list02 li a:hover{
	-webkit-transition:0.3s ease-in-out;
	   -moz-transition:0.3s ease-in-out;
	    -ms-transition:0.3s ease-in-out;
	     -o-transition:0.3s ease-in-out;
			transition:0.3s ease-in-out;
}

/* ------------------------------------------------------------------------------------------ */

/*      col     */

/* ------------------------------------------------------------------------------------------ */

.co2_01{
	margin-bottom:25px;
}

.co2_01 .left{
	width:300px;
	float:left;
}

.co2_01 .right{
	width:280px;
	float:right;
}

/* ------------------------------------------------------------------------------------------ */

/*      text     */

/* ------------------------------------------------------------------------------------------ */

.heading_lv01{
	font-weight:normal;
	font-size:20px;
	margin-bottom:25px;
	text-align:center;
}

.heading_lv02{
	font-weight:normal;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

.heading_lv02_02{
	font-weight:normal;
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

/* ------------------------------------------------------------------------------------------ */

/*      index     */

/* ------------------------------------------------------------------------------------------ */

.index_heading01{
	margin:5px 0 50px 0;
	font-size:25px;
	text-align:center;
	font-weight:normal;
}

.index_heading02{
	font-weight:normal;
}

.index_heading01 span{
	font-size:17px;
}

.index_list01 dt{
	width:4em;
	float:left;
	clear:both;
	margin-bottom:13px;
}

.index_list01 dd{
	float:left;
}

.index_list02 dt{
	width:10em;
	float:left;
	clear:both;
}

.index_list02 dd{
	float:left;
}

/* ------------------------------------------------------------------------------------------ */

/*      schedule     */

/* ------------------------------------------------------------------------------------------ */

.schedule_list{
	margin-bottom:75px;
}

.schedule_list:last-child{
	margin-bottom:0;
}

.schedule_list dt,
.schedule_list dd{
	margin-bottom:15px;
}

.schedule_list dt{
	float:left;
	width:10%;
	clear:both;
	display:block;
}

.schedule_list dd{
	display:block;
	float:right;
	width:90%;
}

/* ------------------------------------------------------------------------------------------ */

/*      member     */

/* ------------------------------------------------------------------------------------------ */

.member_list01 li{
	width:33%;
	float:left;
	list-style:none;
	text-align:center;
	line-height:1.75em;
	margin-bottom:50px;
}

.member_list01 li img{
	margin-bottom:10px;
}

.member_list01 li a,
.member_list02 li a{
	color:#333;
	text-decoration:none;
	display:block;
}

.member_list01 li a:hover,
.member_list02 li a:hover{
	opacity:0.5
}

.member_list02{
	margin-bottom:75px;
}

.member_list02 li{
	width:25%;
	float:left;
	list-style:none;
}

#member_photo{
	text-align:center;
}

#member_photo img{
	width:320px;
	margin:0 auto 50px auto;
}

.col01{
	width:100% !important;
}

/* ------------------------------------------------------------------------------------------ */

/*      report     */

/* ------------------------------------------------------------------------------------------ */

.report_area img{
	max-width:660px;
	height:auto;
	margin-bottom:25px;
}

.report_area p{
	margin-bottom:25px;
}

#report_list{
	margin-bottom:50px;
}

#report_list dt,
#report_list dd{
	margin-bottom:10px;
}

#report_list dt{
	float:left;
	width:40%;
	clear:both;
	display:block;
	vertical-align:middle;
}

#report_list dd{
	display:block;
	float:right;
	width:60%;
	vertical-align:middle;
}

#page_navi{
	margin-top:75px;
	text-align:center;
}

.icon01,
.icon02{
	display:block;
	float:left;
	text-align:center;
	width:80px;
	box-sizing:border-box;
	margin-top:3px;
	margin-right:10px;
	padding:5px 0;
	border-radius:2px;
	font-size:11px;
	line-height:1em;
	vertical-align:middle;
	font-weight:bold;
	color:#FFF;
}

.icon01{
	background:#F3B562;
}

.icon02{
	background:#FF827D;
}

/* ------------------------------------------------------------------------------------------ */

/*      support     */

/* ------------------------------------------------------------------------------------------ */

.bank{
	border-radius:4px;
	padding:15px 25px;
	background:#EFEFEF;
	font-weight:bold;
}

/* ------------------------------------------------------------------------------------------ */

/*      contact     */

/* ------------------------------------------------------------------------------------------ */

.contact_area{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.contact_area_top{
	padding-top:15px;
	border-top:1px dotted #ccc;
}

.input01{
	padding:5px;
	box-sizing:border-box;
	width:100%;
}

.input02{
	padding:5px;
	box-sizing:border-box;
	width:75%;
}

.input03{
	padding:5px;
	box-sizing:border-box;
	width:4em;
}

.input04{
	padding:5px;
	box-sizing:border-box;
	width:2em;
}

.contact_area_left01{
	box-sizing:border-box;
	padding-left:15px;
	width:255px;
	float:left;
}

.contact_area_right01{
	width:325px;
	float:right;
}