@charset "utf-8";





/******************************************************************************
/* タイトル
*******************************************************************************/




h1 {
 	position: relative;
	max-width: 1200px;
	margin: 100px auto 50px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 18px;
	font-weight:500;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
h1::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #76CB5C;
}



h2 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 110%;
	line-height: 110%;
	font-weight:600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #76CB5C;
}

h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76CB5C;
}


h3 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 110%;
	line-height: 110%;
	font-weight:600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #76CB5C;
}

h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76CB5C;
}






h4 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	text-align: left;
	font-size: 110%;
	line-height: 110%;
	font-weight:600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #76CB5C;
}

h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #76CB5C;
}

span.red {
	display: block;
	font-weight: 600;
	color: #BB0931;
	padding-bottom: 20px;
	font-size: 110%;
}

span.blue {
	font-weight: 600;
	color: #1796A4;
}

/******************************************************************************
/* ボックスタイトル
*******************************************************************************/

.box_title1 {
	width: 100%;
	padding: 20px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 50px;
	margin-bottom: -20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-color: #76CB5C;
}


.box_title2 {
	width: 100%;
	padding: 10px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #76CB5C;
	text-align: center;
}


.box_title3 {
	width: 100%;
	padding: 10px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #76CB5C;
	text-align: center;
}


/******************************************************************************
/* コメントボックス
*******************************************************************************/

.fcbase_box01 {
	width: 100%;
	padding: 50px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 50px;
}



.fcbase_box01 ol.number {
	margin-top: 0px;
	padding-left: 30px;
	list-style-type: decimal;

}

.fcbase_box01 .number li {
	margin-bottom: 10px;

}

.fcbase_box01 ol.number2 {
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;

}


.fcbase_box01 ul.number {
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: disc;

}




/******************************************************************************
/* 加入までの流れ設定
******************************************************************************/


.flex-release_comment{
	margin:50px auto 80px auto;
	width:100%;

}


.flex-release_comment {
  display: flex;
}

.flex-release_comment .flex-1 { flex: 1; }

.flex-release_comment .flex-2 {
	flex: 1; 
	margin-top:30px;
	margin-left:30px;
	margin-bottom: 1px;
	background-color: #ffffff;
	text-align: justify;

}

.flex-release_comment .flex-3 {
	flex: 1; 
	margin-left:30px;

}


.flex-release_comment .flex-1 img {
	width:100%;
	height: auto;
}

.flex-release_comment .flex-3 img {
	width:100%;
	height: auto;

}

/******************************************************************************
/* バックボックス設定
*******************************************************************************/



.back_box {
	margin: 50px auto 0px auto;
	width: 100%;
	text-align: right;

}





/******************************************************************************
/* 戻るボタン設定
*******************************************************************************/


.datafile_button {
	display: inline-block;
	height: 50px;
	width: 200px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 700;
	text-align: center;
	color: #4758E0;
	border: 1px solid #cbcbcb;
	border-bottom: 1px solid #b2b1b1;
	text-shadow: 0px 1px 0px #fafafa;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	box-shadow: 0 1px 0 #f5f5f5 inset, 1px 1px 1px #e9e9e9;
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #ffffff), color-stop(0.5, #eeeeee));
	background: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -o-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: -ms-linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	background: linear-gradient(top, #ffffff 50%, #eeeeee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff 50%', endColorstr='#eeeeee 50%')";
	border-radius: 5px;
	margin-right: 0px;
	cursor: pointer;

}
.datafile_button:active{ 
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}

.datafile_button span {
	display: block;
	font-size: 70%;
	font-weight: 700;
	margin-top: 5px;
}

.datafile_button p {
	font-size: 100%;
	font-weight: 700;
	margin-top: 0px;
	margin-left: 0px;
}



/******************************************************************************
/* マップ設定
*******************************************************************************/


#mapcontainer {
	margin: 20px auto 20px auto;

}




/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 601 - 768用（タブレット用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


/******************************************************************************
/* タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {



.pcOnly {
	display: none!important;
}
.spOnly {
	display: block!important;
}







}



/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* 600px - 100px用（スマートフォン用）の記述 */
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


@media screen and (min-width: 100px) and (max-width: 600px)  {




/******************************************************************************
/* 加入までの流れ設定
******************************************************************************/


.flex-release_comment{
	margin:50px auto 80px auto;
	width:100%;
	display: block;
	flex-wrap: wrap;
}

.flex-release_comment .flex-1 {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.flex-release_comment .flex-2 {
	display: block;
	width: 100%;
	margin-top:30px;
	margin-left:0px;
	margin-bottom: 1px;
	background-color: #ffffff;
	text-align: justify;

}

.flex-release_comment .flex-3 {
	display: block;
	width: 100%;
	margin-left:0px;

}


.flex-release_comment .flex-1 img {
	width:100%;
	height: auto;
}

.flex-release_comment .flex-3 img {
	width:100%;
	height: auto;

}

/******************************************************************************
/* ボックスタイトル
*******************************************************************************/

.box_title1 {
	width: 100%;
	padding: 20px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 50px;
	margin-bottom: -20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-color: #76CB5C;
}


.box_title2 {
	width: 100%;
	padding: 10px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #76CB5C;
	text-align: center;
}


.box_title3 {
	width: 100%;
	padding: 10px;
	border: solid 1px #76CB5C; 
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #76CB5C;
	text-align: center;
}



span.red {
	display: block;
	font-weight: 600;
	color: #BB0931;
	padding-bottom: 20px;
	font-size: 100%;
	letter-spacing: 0px;
}


}
