
@charset "utf-8";




/******************************************************************************
/* サブイメージ＆タイトル用
******************************************************************************/

.forest .subimage {
	position: relative;
	margin: 0px auto 80px auto;
	overflow: hidden;

}

.forest .subimage_img {
	width: 100%;
	height: auto;
	object-fit: cover;
	animation-name: anime3;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;
}


@keyframes anime3 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}



.forest .subimage_on {
	position: absolute;
	left: 10%;
	bottom: 3%;
	width: 80%;
	height: auto;

}


/******************************************************************************
/* サブイメージ＆タイトル用2
******************************************************************************/

.forest .subimage2 {
	position: relative;
	margin: 0px auto 80px auto;
	overflow: hidden;
	height: 350px;
}



/******************************************************************************
/* サブイメージ＆タイトル用2
******************************************************************************/

.forest .block {
	position: absolute;
	left: 10%;
	bottom: 0%;
	margin: 0px auto 0px auto;
	width: 300px;
	height: 50px;
	background: #ffffff;
}

.forest .block p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #3C8177;
	font-weight: 900;
	font-size: 120%;
	letter-spacing: 1.8px;
	white-space: nowrap;
}



/******************************************************************************
/* 本文
*******************************************************************************/



.sub_contents {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1;

}


.sub_contents_in {
	width: 80%;
	position: relative;
	padding-bottom : 100px;
	margin: 0px auto 0px auto;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.6;
	z-index: 1;

}


/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/


.page_subtitle {
 	position: relative;
	width: 100%;
	margin: 20px auto 30px auto;
	padding:0.5em 0.5em 0.5em 2.0em;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 100%;
	font-weight:900;
	letter-spacing: 1.5px;
	text-align: left;
	color: #3C3C3C;
}
 
.page_subtitle::after {
	position: absolute;
	top: 50%;
 	left:1.0em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:20px;
	background-color: #76CB5C;
}



/********************************************************************************************************
/* 文字色設定
*********************************************************************************************************/


span.red {
	font-weight: 700;
	color: #BB0931;
}

span.blue {
	font-weight: 700;
	color: #1796A4;
	margin-bottom: 10px;
}


span.blue2 {
	display: block;
	font-weight: 700;
	color: #1796A4;
	margin-bottom: 10px;
}



/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	position: relative;
	display: block;
	padding: 30px 50px 10px 50px;
	border: 1px dotted #bdc3c7;
	color: #000000;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 100%;
}

.ttlTombo:before,
.ttlTombo:after,
.ttlTombo > span:before,
.ttlTombo > span:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../images/imgcorner.png) 0 0 no-repeat;
}

.ttlTombo:before {
	top: -1px;
	left: -1px;
	transform: rotate(0deg);
}
.ttlTombo:after {
	top: -1px;
	right: -1px;
	transform: rotate(90deg);
}
.ttlTombo > span:before {
	bottom: -1px;
	left: -1px;
	transform: rotate(-90deg);
}
.ttlTombo > span:after {
	bottom: -1px;
	right: -1px;
	transform: rotate(180deg);
}



.ttlTombo p {
	font-weight: 500;
	padding-bottom: 20px;
	letter-spacing: 1.4px;
	line-height: 1.6;

}


/******************************************************************************
/* タブレットサイズ
*******************************************************************************/


@media screen and (max-width:1200px) {




/********************************************************************************************************
/* 記事一覧
*********************************************************************************************************/





}


/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:728px) {





/******************************************************************************
/* サブイメージ＆タイトル用
******************************************************************************/

.forest .subimage {
	position: relative;
	margin: 0px auto 30px auto;
	overflow: hidden;

}

.forest .subimage_img {
	width: 100%;
	height: auto;
	over-fit: cover;
	animation-name: anime3;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	opacity: 0;
}


@keyframes anime3 {
  0% {
	opacity: 0;

  }

  100% {

	opacity: 1;

  }
}



.forest .subimage_on {
	position: absolute;
	left: 10%;
	bottom: 3%;
	width: 80%;
	height: auto;

}


/******************************************************************************
/* サブイメージ＆タイトル用2
******************************************************************************/

.forest .subimage2 {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	overflow: hidden;
	height: 170px;
}



/******************************************************************************
/* サブイメージ＆タイトル用2
******************************************************************************/

.forest .block {
	position: absolute;
	left: 5%;
	bottom: 0%;
	margin: 0px auto 0px auto;
	width: 200px;
	height: 50px;
	background: #ffffff;
}

.forest .block p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #3C8177;
	font-weight: 900;
	font-size: 100%;
	letter-spacing: 1.8px;
	white-space: nowrap;
}



/******************************************************************************
/* 本文
*******************************************************************************/



.sub_contents {
	width: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	z-index: 1;

}


.sub_contents_in {
	width: 90%;
	position: relative;
	padding-bottom : 100px;
	margin: 0px auto 0px auto;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.6;
	z-index: 1;

}


/********************************************************************************************************
/* 本文ボックス
*********************************************************************************************************/



.ttlTombo {
	position: relative;
	display: block;
	padding: 20px 15px 0px 15px;
	border: 1px dotted #bdc3c7;
	color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 100%;
}

}