@charset "utf-8";
body{
}

.main_title {
	padding: 75px 0 0 0;
	background-image: url(img/hoken_title.jpg);
	background-repeat: repeat-x;
	background-position:0 75px;
	height: 275px;
}
.main_title h1{
	color: #fff;
	text-align: center;
	padding-top: 68;
	font-size: 40px;
}

section {
	background-image: url(img/shinrin_back.jpg);
	background-repeat: no-repeat;
	background-size:100%;
}
h2{
	font-size: 190%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #006633;

}
article {
	width: 1050px;
	margin: 0 auto;
}
.hoken_jouhou{
	width:950px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	margin: 0 auto 60px auto;
}
.hoken_jouhou article{
	width: 420px;
	padding: 15px 35px 35px 35px;
	border: 1px solid #006633;
	background-image: url(img/dairiseki_back.jpg);
}
.hoken_jouhou article h3{
	font-size: 150%;
	color:#006633;
}
.hoken_jouhou ul {
	padding-left: 1em;
	list-style-position: inside;
	text-indent: -1em;
}

.komejirushi {
	padding-left: 1em;
	text-indent: -1em;
}
.waku {
	border: 1px solid;
	padding: 20px 35px 35px 35px;
	margin-bottom: 60px;
	width: 895px;
	background-image: url(img/dairiseki_back.jpg);
}
.waku h3{
	color: #006633;
	font-size: 170%;
}
.waku .jouhou {
	margin-bottom: 0;
}
.jouhou{
	font-size: 16px;
	line-height: 1.8;
	display: flex;
	justify-content: space-between;
	color: #000;
	margin-bottom: 60px;
}
.jouhou img {
	width: 100%
}

.jouhou p:nth-child(2){
	width: 450px;
}
section article h2{
	font-size: 30px;
	color: #006633;
	border-bottom: 1px solid #006633;
	margin-bottom: 15px;
}

.yoyaku_button a {
	display: block;
	width: 150px;
	height: 40px;
	padding-top: 8px;
	border: 1px solid #00a26a;
	text-align: center;
	color: #00a26a;
	background-color:#eafff4;
	margin: 0 auto;
}

.yoyaku_button a:hover {
	text-decoration: none;
	background-color:#bcffbc;
}
















/*ここからタブレット対応*/

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

article {
	width: 95%;
}
.jouhou p:nth-child(2){
	margin-left: 20px;
}
.main_title {
	padding-top: 50px;
	background-position: 0 50px;
	height: 250px;
}
.hoken_jouhou img {
	width: 100%;
}
.hoken_jouhou {
	width: 95%;
}
.jouhou {
	width: 95%;
}

.waku{
	width: 95%;
}









}










/*ここからスマホ対応*/

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

.main_title {
	padding: 50px 0 0 0;
	background-image: url(img/hoken_title.jpg);
	background-repeat: no-repeat;
	background-position:0 50px;
	background-size:200%;
	height: 120px;
}
.main_title h1{
	color: #fff;
	text-align: center;
	padding-top: 20;
	font-size: 20px;
}
article {
}
.hoken_jouhou article {
	box-sizing: border-box;
	width: 95%;
	flex-direction: column;
	margin: 0 auto 60px auto;
}
.hoken_jouhou img {
	width: 100%;
}
.hoken_jouhou{
	flex-direction: column;
	margin-bottom: 0;
}
.waku{
	width: 90%
}
.waku img{
	100%;
}
.jouhou {
	width: 100%;
	flex-direction: column;
}
.jouhou p:nth-of-type(2){
	width: 100%;
	margin: 0
}












}