@charset "utf-8";


/*----------------------------------------------------------
common
----------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	color: #333;
	font-weight: 500;
}

a:hover {
	opacity: 0.7;
	transition: all .2s;
}
/*----------------------------------------------------------
PC
----------------------------------------------------------*/

p {
	line-height: 2;
	margin-bottom: 1em;
}
p.last {
	margin-bottom: 0;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

.content {
	width: 900px;
	margin: 0 auto;
}
header {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	height: 92px;
	background: #fff;
}

header h1 {
	font-size: 12px;
	color: #95989a;
	margin-bottom: 18px;
}

.main {
	background: url(../images/bg_main_visual.png) left top repeat-x;
	margin-bottom: 44px;
	margin-top: -55px;
}

.main .inner {
	background: url(../images/img_main_earth.png) right top no-repeat;;
	padding-top: 105px;
	height: 380px;
	box-sizing: border-box;
}

.main h2 {
	font-size: 3.6rem;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 50px;
}

.main p {
	font-size: 4.2rem;
	font-weight: bold;
	color: #fff;
}

#cont01 {
	margin-bottom: 110px;
}

#cont01 h2 {
	margin-bottom: 20px;
}

#cont01 .left {
	width: 550px;
	float: left;
	margin-bottom: 30px;
}

#cont01 .left ul li {
	background: url(../images/ico_checklist.png) 0 6px no-repeat;
	padding-left: 38px;
	line-height: 2;
}

#cont01 .right {
	width: 346px;
	float: right;
}

#cont01 .right .btn-plan {
	margin: 10px 0 0 0;
}

#cont01 .right .btn-plan p {
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
}

#cont01 .right .btn-plan img {
	display: block;
	margin: 0 auto;
}

#cont01 .right .btn-plan a {
	font-size: 2.0rem;
	display: block;
	width: 340px;
	background: #37873b;
	margin: 0 auto;
	text-align: center;
	height: 56px;
	border-radius: 8px;
	color: #fff;
	line-height: 56px;
	text-decoration: none;
}

#cont01 .img-c {
	clear: both;
	display: block;
	margin: 0 auto;
}

#cont02 {
	margin-bottom: 84px;
}

#cont02 h2 {
	font-size: 2.0rem;
	font-weight: 500;
	color: #033502;
	width: 900px;
	margin: 0 auto 10px auto;
}

#cont02 p {
	font-size: 1.4rem;
	line-height: 1.7;
}
#cont02 .wrap {
	border-top: 8px solid #033502;
	background: #fafafa;
	box-shadow: 0 2px 8px rgba(0,0,0,.32);
	box-sizing: border-box;
	padding: 33px 0 24px 0;
	overflow: hidden;
}

#cont02 .img-r {
	display: block;
	float: right;
	margin: 0 0 0 30px;
}
#cont02 .sp-only {
	display: none;
}

#cont03 {
	margin-bottom: 63px;
}

#cont03 .title {
	height: 48px;
	background: #033502;
	line-height: 48px;
	margin-bottom: 25px;
}

#cont03 .title h2 {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 500;
	margin: 0 auto;
	width: 960px;
}

#cont03 .top-box {
	border: 8px solid #bfbfbf;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 54px;
}

#cont03 .top-box h3 {
	font-size: 2.4rem;
	font-weight: 600;
	color: #37873b;
	margin-bottom: 25px
}

#cont03 .top-box p {
	line-height: 1.5;
	margin: 0;
}

#cont03 .plan {
	overflow: hidden;
	margin-bottom: 45px;
}

#cont03 .plan.limited {
	border-bottom: 1px solid #ccc;
	padding-bottom: 45px;
}

#cont03 .plan .description {
	width: 523px;
	float: left;
}

#cont03 .plan .description h3 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}

#cont03 .plan .description h3 span {
	font-size: 1.6rem;
	font-weight: normal;
	color: #fff;
	background: #033502;
	display: inline-block;
	width: 64px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 10px;
	vertical-align: middle;
}

#cont03 .plan .description p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#cont03 .plan .description p span {
	color: #ff0000;
	font-weight: 600;
}

#cont03 .plan .application {
	width: 302px;
	float: right;
}

#cont03 .plan .application a {
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	display: block;
	background: #37873b;
	width: 100%;
	height: 42px;
	border-radius: 8px;
	text-align: center;
	line-height: 42px;
	margin-bottom: 10px;
}

#cont03 .plan .application p {
	font-size: 1.7rem;
	color: #ff0000;
	font-weight: 600;
	text-align: center;
	margin: 0;
}

#cont03 .plan .application p span {
	font-size: 2.3rem;
}

#cont03 .caution {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 55px;
}

#cont03 .caution li {
	padding-left: 1em;
	text-indent: -1em;
}

#cont03 .tel {
	overflow: hidden;
}

#cont03 .tel .pic {
	width: 239px;
	float: left;
}

footer {
	font-size: 1.4rem;
	background: #033502;
	padding-top: 23px;
	color: #fff;
	overflow: hidden;
}

footer .title {
	width: 240px;
	float: left;
}

footer h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
}

footer .local-nav {
	text-align: right;
	float: right;
	margin-top: 10px;
}

footer .local-nav li {
	display: inline-block;
	background: url(../images/ico_footer.png) 0 0 no-repeat;
	padding-left: 16px;
	margin-left: 60px;
}

footer .local-nav li:first-child {
	margin: 0;
}
footer .local-nav a {
	color: #fff;
	text-decoration: none;
}

footer .copyright {
	text-align: center;
	clear: both;
	font-size: 1.2rem;
}

/*----------------------------------------------------------
Tablet
----------------------------------------------------------*/

@media screen and (max-width: 768px){
	
	img { max-width: 100%;}
	
	.inner {
		width: 100%;
	}
	
	.content {
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
		
	}
	header {
		padding: 0 5%;
		box-sizing: border-box;
		width: 100%;
	}
	header .brand {
		width: 38%;
	}
	
	header h1 {
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	
	
	.main {
		margin-bottom: 30px;
	}
	
	.main .inner {
		padding-left: 5%;
		padding-right: 5%;
		background-position: bottom right;
	}
	
	.main h2 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	.main p {
		font-size: 3.6rem;
	}
	#cont01 {
		margin-bottom: 40px;
	}
	#cont01 .left {
		width: 70%;
	}
	
	#cont01 .right {
		width: 30%;
		font-size: 1.4rem;
	}
	
	#cont02 {
		margin-bottom: 50px;
	}
	
	#cont02 h2 {
		width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	
	#cont02 .img-r {
		width: 30%;
	}
	

	#cont01 .right .btn-plan a {
		font-size: 1.5rem;
		display: block;
		width: 100%;
		background: #37873b;
		margin: 0 auto;
		text-align: center;
		height: 45px;
		border-radius: 8px;
		color: #fff;
		line-height: 45px;
		text-decoration: none;
	}
	
	#cont03 {
		margin-bottom: 60px;
	}
	
	#cont03 .title h2 {
		padding: 0 5%;
		width: 100%;
		box-sizing: border-box;
	}
	
	#cont03 .top-box {
		padding: 10px;
	}
	
	#cont03 .plan {
		width: 100%;
		margin-bottom: 100px;
	}
	
	#cont03 .plan.limited {
		margin-bottom: 50px;
	}
	
	#cont03 .plan .description {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	
	#cont03 .plan .application {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	
	#cont03 .plan .application a {
		height: 62px;
		line-height: 62px;
		margin-bottom: 0;
	}
	
	#cont03 .pic {
		display: none;
	}
}

/*----------------------------------------------------------
SP
----------------------------------------------------------*/

@media screen and ( max-width: 375px){
	
	body {
		font-size: 1.4rem;
	}

	p {
		line-height: 1.4;
	}
	
	.content {
		padding: 0 2%;

	}
	header {
		padding: 0 2%;
	}

	header h1 {
		font-size: 0.9rem;
		margin-bottom: 5px;
	}
	
	.main .inner {
		background: url(../images/img_main_earth_sp.png) right top no-repeat;
		height: auto;
		padding-left: 2%;
		padding-right: 2%;
		padding-top: 23%;
	}
	
	
	.main h2 {
		font-size: 1.8rem;
	}
	.main p {
		font-size: 2.0rem;
	}
	#cont01 {
		margin-bottom: 60px;
	}
	
	#cont01 .right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#cont01 .left {
		width: 100%;
	}
	
	#cont01 .left ul li {
		line-height: 1.4;
		background: url(../images/ico_checklist_sp.png) 0 3px no-repeat;
		padding-left: 20px;
	}
	
	#cont02 {
		margin-bottom: 20px;
	}
	
	#cont02 .img-r {
		display: none;
	}
	
	#cont02 .sp-only {
		display: block;
		margin: 20px auto;
		width: 60%;
	}
	
	#cont03 {
		margin-bottom :40px;
	}
	#cont03 .top-box {
		padding: 25px 10px;
		border: 4px solid #bfbfbf;
	}
	#cont03 .top-box h3 {
		font-size: 1.6rem;
		text-align: center;
	}
	
	#cont03 .title h2 {
		font-size: 2.0rem;
	}
	
	#cont03 .plan {
		border-bottom: 1px solid #ccc;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	#cont03 .plan.last {
		border-bottom: none;
		padding-bottom: 0;
	}
	#cont03 .plan .description h3 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	
	#cont03 .plan .description h3 .ico {
		font-size: 1.2rem;
		width: 51px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
	}
	
	#cont03 .plan .application {
		width: 100%;
	}
	
	#cont03 .plan .application a {
		margin-bottom: 5px;
	}
	#cont03 .plan .application p {
		font-size: 1.4rem;
	}
	
	#cont03 .plan .application p span {
		font-size: 1.4rem;
	}
	
	footer {
		text-align: center;
	}
	footer .title {
		width: 100%;
	}
	
	footer .title h2 {
		font-size: 1.2rem;
	}
	footer .title p {
		display: none;
	}
	footer .local-nav {
		display: none;
	}
	
	footer .copyright {
		font-size: 1.0rem;
	}
}