@charset "UTF-8";


#page {
	background-color: #ffffff;
	line-height: 1.3em;
	margin-top: 0px;
	margin-left: auto;
	width: 710px;
	margin-right: auto;
}
#page .contents {
	margin-left: auto;
	width: 690px;
	margin-right: auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
.contents h2 {
	margin-bottom: 10px;
}
.contents p {
	text-align: left;
	line-height: 1.45em;
}
.contents .line {
	width: 690px;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url("../img/line.gif") repeat-x left;
	b
}
.btext {
	font-weight: bold;
	margin-top: 15px;
}
h3 {
	border-left:5px solid #999999; /*線の設定*/
	padding:2px 5px; /*余白の設定*/
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.souteisyurui {
	width: 710px;
	margin-bottom: 5px;
}
.souteisyuruis {
	float: left;
	margin-right: 20px;
}
.souteisyuruis2 {
	float: left;
	margin-right: 45px;
}
.souteisyuruis p {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
}
.souteisyuruis2 p {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 5px;
}


/**----------------------
タブレット用
-------------------------*/

@media (max-width: 710px) {
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight: auto;
	}
	.souteisyurui {
		width: 100%;
		margin: 0 0 5px 0;
		display: flex;
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.souteisyuruis {
		width: 30%;
		float: left;
		margin: 0;
	}
	.souteisyuruis img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis:nth-child(7) {
		width: 60%;
		float: left;
		margin: 0;
	}
	.souteisyuruis:nth-child(7) img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis2 {
		width: 30%;
		float: left;
		margin: 0;
	}
	.souteisyuruis2 img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis p {
		margin: 0 0 5px 10px ;
	}
	.souteisyuruis2 p {
		margin: 0 0 5px 10px ;
	}

}
	
/**----------------------
スマホ用
-------------------------*/

@media (max-width: 575px) {
	.contents p {
		font-size: 14px;
		}
	.pagetitle {
		display: none;
		}
	.contents{
		max-width: 95%;
	}
	.contents .line {
		width: 100%;
		height: 1px;
		margin:10px auto;
		background: url("../img/line.gif") repeat-x left;
	}
	h2 img{
		width: 100%;
		hight: auto;
	}
	.souteisyurui {
		width: 100%;
		margin: 0 0 5px 0;
		display: flex;
		flex-wrap: wrap;
		display: flex;
    	justify-content: space-between;
	}
	.souteisyuruis {
		width: 47%;
		float: left;
		margin: 0;
	}
	.souteisyuruis img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis:nth-child(7) {
		width: 97%;
		float: left;
		margin: 0;
	}
	.souteisyuruis:nth-child(7) img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis2 {
		width: 47%;
		float: left;
		margin: 0;
	}
	.souteisyuruis2 img {
		width: 100%;
		hight: auto;
	}
	.souteisyuruis p {
		margin: 0 0 5px 10px ;
	}
	.souteisyuruis2 p {
		margin: 0 0 5px 10px ;
	}

}

/**----------------------
スマホ意以外用
-------------------------*/

@media (min-width: 576px) {
	.pagetitle_sp {
		display: none;
		}
	.contents .line_sp {
		display: none;
	}
}