@charset "utf-8";

* {
	box-sizing: border-box;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 18px;
	letter-spacing: 0.025em;
	color: #333;
	font-feature-settings : "palt";
	min-width: 1000px;
}

img {
	vertical-align: bottom;
}

a img {
	transition: opacity 0.3s ease-out;
}

a:hover img {
	opacity: 0.7;
}


.wrap {
	width: 1000px;
	margin: 0 auto;
}

.b {
	font-weight: bold;
}

.yellow {
	color: #f1fd12;
}

header {
	background: #fff;
}

.main {
	background: #ff9e13;
	overflow: hidden;
}

.main .left {
	width: 405px;
	float: left;
}

.main .right {
	width: 595px;
	float: right;
}

.main .right p {
	font-size: 28px;
	line-height: 1.7;
	color: #fff;
	margin: 0 0 20px 0;
}

.main .right .limit {
	background: url(../images/bg_limit_pc.png) no-repeat;
	width: 583px;
	height: 74px;
}

.main .right .limit p {
	color: #00b900;
	font-weight: bold;
	text-align: center;
	line-height: 74px;
	margin: 0;
}

#sec01 {
	background :#fffcf0;
	padding: 70px 0;
	margin: 0 0 70px 0;
}

#sec01 h2 {
	text-align: center;
	margin: 0 0 40px 0;
}

#sec01 p {
	margin: 0 0 50px 0;
	letter-spacing: 0;
	text-align: center;
}

#sec01 .btn {
	width: 630px;
	margin: 0 auto 60px auto;
}

#sec01 ul {
	margin: 0 70px;
}

#sec01 ul li {
	font-size: 16px;
	line-height: 2;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#sec02 {
	padding: 0 0 110px 0;
}

#sec02 h2 {
	text-align: center;
	margin: 0 0 40px 0;
}

#sec02 dl {
	margin: 0 0 0 20px;
}
#sec02 dl dt {
	font-weight: bold;
	margin: 0 0 20px 0;
}

#sec02 dl dd {
	margin: 0 0 60px 0;
}

#sec02 dl dd:last-child {
	margin: 0;
}

#sec02 dl dd ul li {
	line-height: 2.2;
}

#sec03 {
	background: #00b900;
	padding: 0 0 85px 0;
}

#sec03 .icon {
	margin: -50px 0 0 0;
}

#sec03 p {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 50px 0;
}

#sec03 .btn {
	width: 630px;
	margin: 0 auto;
}

footer {
	text-align: center;
	padding: 35px 0 20px 0;
}

footer .link {
	font-size: 16px;
	margin: 0 0 30px 0;
}

footer .link a {
color: #3b3b3b;
}

footer .copy {
	font-size: 14px;
	color: #898989;
	
}

@media(min-width: 768px) {
	.pc-none {
		display: none;
	}
}

@media(max-width: 767px) {
	.sp-none {
		display: none;
	}
	
	body {
		font-size: 14px;
		letter-spacing: 0.05em;
		min-width: auto;
	}

	img {
		max-width: 100%;
	}

	.wrap {
		width: 100%;
	}

	.main .left {
		width: 100%;
		float: none;
	}

	.main .right {
		width: 100%;
		float: right;
	}

	.main .right p {
		font-size: 15px;
		line-height: 1.7;
		color: #fff;
		margin: 0 25px 15px 25px;
	}

	.main .right .limit {
		background: url(../images/bg_limit_sp.png) no-repeat;
		background-size: contain;
		width: 85%;
		height: 74px;
		margin: 0 auto;
	}

	.main .right .limit p {
		color: #00b900;
		line-height: 34px;
		margin: 0;
	}

	#sec01 {
		background :#fffcf0;
		padding: 35px 0;
		margin: 0 0 35px 0;
	}

	#sec01 h2 {
		text-align: center;
		margin: 0 0 40px 0;
	}

	#sec01 p {
		margin: 0 25px 25px 25px;
		line-height: 1.7;
		text-align: left;
	}

	#sec01 .btn {
		width: 92%;
		margin: 0 auto 30px auto;
	}

	#sec01 ul {
		margin: 0 30px;
	}

	#sec01 ul li {
		font-size: 16px;
		line-height: 2;
		margin: 0 0 35px 0;
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	
	#sec01 ul li:last-child {
		margin: 0;
	}

	#sec02 {
		padding: 0 0 60px 0;
	}

	#sec02 h2 {
		text-align: center;
		margin: 0 0 25px 0;
	}

	#sec02 dl {
		margin: 0 0 0 15px;
	}
	#sec02 dl dt {
		font-weight: bold;
		margin: 0 0 20px 0;
	}

	#sec02 dl dd {
		margin: 0 20px 35px 0;
	}

	#sec02 dl dd:last-child {
		margin: 0;
	}

	#sec02 dl dd ul li {
		line-height: 2.2;
		margin: 0 20px 35px 0;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#sec02 dl dd ul li:last-child {
		margin: 0 20px 0 0;
	}

	#sec03 {
		background: #00b900;
		padding: 0 0 40px 0;
	}

	#sec03 .icon {
		margin: -25px 0 0 0;
	}

	#sec03 p {
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		color: #fff;
		margin: 0 10px 30px 10px;
	}

	#sec03 .btn {
		width: 92%;
		margin: 0 auto;
	}

	footer {
		text-align: center;
		padding: 25px 0 20px 0;
	}

	footer .link {
		font-size: 12px;
		margin: 0 0 20px 0;
	}

	footer .copy {
		font-size: 10px;

	}
}