@charset "UTF-8";
/* CSS Document */

.main {
	width:100%;
	background-image:url(../../common/img/bg-img.png);
	background-size:100% auto;
	background-position:top center;
}
.main-img {
	position:relative;
	width:735px;
	margin:0 auto;
	padding-left:160px;
}
.main-img img {
	width:100%;
}

.page_summary {
	position:absolute;
	top:72px;
	left:-140px;
	padding:20px 10px;
	background-color:#fff;
}
.page_summary h2 {
	font-size:34px;
	font-size:3.4rem;/* =34px */
	line-height:50px;
	line-height:5rem;/* =50px */
	font-weight:bold;
}
.page_summary p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
}

.page_summary-sp {
	display:none;
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.main-img {
		position:relative;
		width:100%;
		padding-left:0;
	}
	.main-img img {
		width:100%;
	}
	
	.page_summary {
		display:none;
	}
	
	.page_summary-sp {
		display:block;
		position:relative;
		text-align:center;
		margin-top:-30px;
		padding-top:30px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:0;
	}
	.page_summary-sp h2 {
		font-size:30px;
		font-size:3rem;/* =30px */
		line-height:50px;
		line-height:5rem;/* =50px */
		font-weight:bold;
	}
	.page_summary-sp p {
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
}
@media screen and ( max-width:600px ) {
	.main-img {
		position:relative;
		width:100%;
		padding-left:0;
	}
	.main-img img {
		width:100%;
	}
	
	.page_summary {
		display:none;
	}
	
	.page_summary-sp {
		display:block;
		position:relative;
		text-align:center;
		margin-top:-30px;
		padding-top:30px;
		background-image:url(../../common/img/wave.png);
		background-size:100% auto;
		background-position:top center;
		z-index:0;
	}
	.page_summary-sp h2 {
		font-size:30px;
		font-size:3rem;/* =30px */
		line-height:50px;
		line-height:5rem;/* =50px */
		font-weight:bold;
	}
	.page_summary-sp p {
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:24px;
		line-height:2.4rem;/* =24px */
		font-weight:normal;
	}
}

.essential_point-wrapper {
	position:relative;
	width:100%;
	margin-top:20px;
	padding-top:50px;
	background-image:url(../../common/img/wave.png);
	background-size:100% auto;
	background-position:top center;
	z-index:1;
}
.essential_point {
	width:100%;
	padding-bottom:30px;
	background-color:#fff;
}
.essential_point-cont {
	width:840px;
	margin:0 auto;
}
.essential_point-cont h3 {
	text-align:center;
	margin-bottom:60px;
}
.essential_point-cont h3 img {
	height:80px;
}

.page_link {
	margin-bottom:50px;
}
.page_link ul {
	width:500px;
    margin: 0 auto;
}
.page_link li {
	width:100%;
    margin: 80px 0 0 0;
	border:1px solid #FF8040;
}
.page_link li a {
	display:inline-block;
	width:100%;
	padding:14px 0;
	text-align:center;
	font-size:20px;
	font-size:2rem;/* =20px */
	line-height:24px;
	line-height:2.4rem;/* =24px */
	font-weight:normal;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.page_link li a:hover {
	background-color:rgba(200,200,200,0.8);
}

.info {
	width:100%;
	margin-bottom:100px;
}
.info h4 {
	text-align:center;
	width:350px;
	padding:20px 0;
	margin:0 auto 34px auto;
	border:1px solid #515151;
	font-size:20px;
	font-size:2rem;/* =20px */
	font-weight:normal;
}
.info table {
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
}
.info th,
.info td {
	border-top:1px solid #515151;
	border-left:1px solid #515151;
}
.info th {
	width:20%;
	color:#fff;
	font-size:20px;
	font-size:2rem;/* =20px */
	font-weight:normal;
	vertical-align:middle;
	background-color:#95d300;
}
.info td {
	padding:28px 10px 28px 35px;
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:normal;
}

ul.link_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
ul.link_btn li {
	width:45%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
ul.link_btn li img {
	width:100%;
}
ul.link_btn li a:hover img,
ul.link_btn li a:active img {
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}

@media only screen and (min-width:601px) and (max-width:959px) {
	.essential_point-wrapper {
		position:relative;
		width:100%;
		margin-top:0;
		padding-top:0;
		background-image:none;
		z-index:1;
	}
	.essential_point-cont {
		width:96%;
		margin:200px auto 0 auto;
	}
	.essential_point-cont h3 {
		text-align:center;
		margin-bottom:60px;
	}
	.essential_point-cont h3 img {
		height:100px;
	}
	
	.info {
		margin-bottom:80px;
	}
	.info th {
		width:20%;
		color:#fff;
		font-size:16px;
		font-size:1.6rem;/* =16px */
		line-height:20px;
		line-height:2rem;/* =20px */
		font-weight:normal;
		vertical-align:middle;
		background-color:#95d300;
	}
	.info td {
		padding:20px 10px 20px 20px;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:20px;
		line-height:2rem;/* =20px */
		font-weight:normal;
	}
	ul.link_btn {
		display: -webkit-block;
		display: block;
		width:60%;
		margin:0 auto;
	}
	ul.link_btn li {
		width:100%;
	}
	ul.link_btn li:first-child {
		margin-bottom:40px;
	}
}
@media screen and ( max-width:600px ) {
	.essential_point-wrapper {
		position:relative;
		width:100%;
		margin:0 auto;
		margin-top:0;
		padding-top:0;
		background-image:none;
		z-index:1;
	}
	.essential_point-cont {
		width:90%;
		margin:150px auto 0 auto;
	}
	.essential_point-cont h3 {
		text-align:center;
		margin-bottom:60px;
	}
	.essential_point-cont h3 img {
		height:70px;
	}
	
	.page_link ul {
		width:96%;
		margin:0 auto;
		display: -webkit-block;
		display: block;
	}
	.page_link li {
		width:100%;
		margin-top:20px;
		border:1px solid #FF8040;
	}
	.page_link li:first-child {
		margin-top:0;
	}
	
	.info {
		margin-bottom:50px;
	}
	.info h4 {
		width:98%;
	}
	.info th {
		width:20%;
		color:#fff;
		font-size:16px;
		font-size:1.6rem;/* =16px */
		line-height:20px;
		line-height:2rem;/* =20px */
		font-weight:normal;
		vertical-align:middle;
		background-color:#95d300;
	}
	.info td {
		padding:20px 10px 20px 20px;
		font-size:14px;
		font-size:1.4rem;/* =14px */
		line-height:20px;
		line-height:2rem;/* =20px */
		font-weight:normal;
	}
	ul.link_btn {
		display: -webkit-block;
		display: block;
		width:60%;
		margin:0 auto;
	}
	ul.link_btn li {
		width:100%;
	}
	ul.link_btn li:first-child {
		margin-bottom:40px;
	}
}
