@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;
}
.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;
}
.syufukuarea {
	width: 690px;
}
.syufukuareas {
	width: 340px;
	float: left;
}
.syufukuareas .before {
	float: left;
	width: 150px;
	margin-left: 10px;
}
.syufukuareas .arrow {
	float: left;
	width: 30px;
	margin-top: 80px;
}
.syufukuareas .after {
	float: left;
	width: 150px;
}
.syufukuareal {
	margin-top: 15px;
}
.syufukuareal .before {
	float: left;
	width: 280px;
	margin-left: 20px;
}
.syufukuareal .arrow {
	float: left;
	width: 30px;
	margin-top: 85px;
	margin-left: 30px;
	margin-right: 30px;
}
.syufukuareal .after {
	float: left;
	width: 280px;
}

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

@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;
	}
	.syufuku {
		width: 100%;
	}
	.syufukuarea {
		width: 100%;
		display: flex;
    	justify-content: space-between;
	}
	.syufukuareas {
		width: 48%;
	}
	.syufukuareas .before {
		float: left;
		width: 40%;
	}
	.syufukuareas .before img {
		width: 100%;
		height: auto;
	}
	.syufukuareas .arrow {
		float: left;
		width: 30px;
		margin-top: 80px;
	}
	.syufukuareas .after {
		float: left;
		width: 40%;
	}
	.syufukuareas .after img {
		width: 100%;
		height: auto;
	}
	.syufukuareal {
		margin-top: 15px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
    	justify-content: space-between;
	}
	.syufukuareal .before {
		float: left;
		width: 45%;
		margin: 0;
	}
	.syufukuareal .before img {
		width: 100%;
		height: auto;
	}
	.syufukuareal .arrow {
		float: left;
		width: 30px;
		margin: 0;
	}
	.syufukuareal .after {
		float: left;
		width: 45%;
	}
	.syufukuareal .after img {
		width: 100%;
		height: auto;
	}
}
	
/**----------------------
スマホ用
-------------------------*/

@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;
	}
	.pagetitle_sp img {
		width: 100%;
		hight: auto;
	}
	.syufuku {
		width: 100%;
	}
	.syufukuarea {
		width: 100%;
		display: flex;
    	justify-content: space-between;
		overflow: hidden;
	}
	.syufukuareas {
		width: 100%;
		margin: 15px 0 0 0;
		display: flex;
		justify-content: center;
		align-items: center;
		float: none;
	}
	.syufukuareas .before {
		float: left;
		width: 45%;
		margin: 0;
	}
	.syufukuareas .before img {
		width: 100%;
		height: auto;
	}
	.syufukuareas .arrow {
		float: left;
		width: 30px;
		margin: 0;
	}
	.syufukuareas .after {
		float: left;
		width: 45%;
		margin: 0;
	}
	.syufukuareas .after img {
		width: 100%;
		height: auto;
	}
	.syufukuareal {
		margin-top: 15px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
    	justify-content: space-between;
	}
	.syufukuareal .before {
		float: left;
		width: 45%;
		margin: 0;
	}
	.syufukuareal .before img {
		width: 100%;
		height: auto;
	}
	.syufukuareal .arrow {
		float: left;
		width: 30px;
		margin: 0;
	}
	.syufukuareal .after {
		float: left;
		width: 45%;
	}
	.syufukuareal .after img {
		width: 100%;
		height: auto;
	}
}

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

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