@charset "utf-8";

/*-------------------------------------
cleatfix
-------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after {
	content : ""    ;
	display : block ;
	clear   : both  ;
}

/*-------------------------------------
CSS reset
-------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, cp1, cp2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align:baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,  footer, aside, figure, figcaption, nav, section { 
	display:block;
}
body {
	line-height: 1.5;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/*font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
body *{
	font-family: 'SourceHanSansJP','Noto Sans JP', sans-serif;
}
/*@-moz-document url-prefix() {
	body *{
		letter-spacing: -1px;
	}
}*/
ol, ul {
	list-style: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
img{
	width: 100%;
	vertical-align: bottom;
}
a{
	text-decoration: none;
}

/*-------------------------------------
PC 共通
-------------------------------------*/
@media screen and (min-width: 768px) {
	.sp_only {
		display: none !important;
	}
	.pc_wrapinner{
		/* width: 1440px; */
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec01,
	.sec02,
	.contact,
	.sec03,
	.sec04,
	.sec05,
	.sec06,
	.sec07{
		max-width: 1080px;
		width: 100%;
		padding: 0 25px;
	}
}
@media screen and (min-width: 1440px) {
	.sec01,
	.sec02,
	.contact,
	.sec03,
	.sec04,
	.sec05,
	.sec06,
	.sec07,
	footer{
		width: 100%;
	}
}

/*-------------------------------------
SP 共通
-------------------------------------*/
@media screen and (max-width: 767px) {
	.sp_wrapinner{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.pc_only {
		display: none !important;
	}
	.sp_block {
		display: block;
	}
}


/*-------------------------------------
sec01
-------------------------------------*/
.sec01{
	color: #fff;
}
.sec01 h2{
	/* font-size: 50px; */
	font-size: 41px;
	font-weight: bold;
	line-height: 1.2;
}
.sec01 .ico{
	width: 100%;
	/* margin: 45px auto 0; */
	margin: 7% auto 0;
}
.sec01 .ico li{
	float: left;
	/* width: 78px; */
	width: 18%;
}
.sec01 .ico li:nth-of-type(2){
	margin: 0 20%;
}
.sec01 .txt{
	font-size: 24px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec01 h2{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec01 h2{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec01 h2{
		letter-spacing: -1px;
	}
}

/*--------------
sec01 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec01 {
		/*width: 1440px;*/
		/*background: linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom right -74% / 85% no-repeat;*/
		background: -webkit-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom right -74% / 85% no-repeat;
		background: -moz-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom right -74% / 85% no-repeat;
		background: -ms-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom right -74% / 85% no-repeat;
		background: -o-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom right -74% / 85% no-repeat;
		/* background-size: cover; */
	}
	.sec01 .txt_area{
		/* width: 1260px;
		margin: 0 auto;
		padding: 110px 0 90px; */
		width: 50%;
	}
	.sec01 .txt_area_inner{
		/* width: 560px; */
		padding: 30px;
	}
	.sec01 .sp_bgcollar{
		margin-bottom: 45px;
	}
}
@media screen and (min-width: 1440px) {
	.sec01 {
		/*width: 100%;*/
		/*background: linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom 24% right -60% / 80% no-repeat;*/
		background: -webkit-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom 24% right -60% / 80% no-repeat;
		background: -moz-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom 24% right -60% / 80% no-repeat;
		background: -ms-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom 24% right -60% / 80% no-repeat;
		background: -o-linear-gradient(left, #999 0%, #999 50%, rgba(255,255,255,0) 58%), url(../img/sec01-bg.jpg) bottom 24% right -60% / 80% no-repeat;
	}
}

/*--------------
sec01 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec01{
		background: url(../img/sec01-bg.jpg) top 52% center no-repeat;
		background-size: 200% auto;
	}
	.sec01 .sp_bgcollar{
		background: #999;
		padding: 10% 0;
		margin-bottom: 116%;
	}
	.sec01 h2{
		font-size: 10.63vw;
	}
	.sec01 .ico{
		width: 80%;
		margin: 10% auto 0;
	}
	.sec01 .ico li{
		width: 26%;
	}
	.sec01 .ico li:nth-of-type(2){
		margin: 0 10%;
	}
	.sec01 .txt{
		background: #999;
		font-size: 5.47vw;
		padding: 10% 5%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px){
	.sec01 h2{
		font-size: calc(1.5625rem + ((1vw - 7.68px) * 4.8193));
	}
	.sec01 .txt{
		font-size:calc(1rem + ((1vw - 7.68px) * 2.4096));
	}
}

/*-------------------------------------
sec02
-------------------------------------*/
.sec02 h2{
	font-size: 50px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 60px 0;
}


.sec02 cp1{
	font-size: 42px;
	color: #F00;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 60px 0;
}

.sec02 cp2{
	font-size: 36px;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	padding: 60px 0;
}


.sec02 .catch_area{
	position: relative;
	/* background: url(../img/sec02-bg.jpg) top left no-repeat;
	background-size: cover; */
}
.sec02 .catch_area .pop{
	position: absolute;
	width: 330px;
	top: 150px;
	left: 20px;
}
.sec02 .catch_area .how{
	position: absolute;
	width: 250px;
	top: 427px;
	left: 73px;
}
.sec02 .catch_area .cost li:nth-of-type(1){
	position: absolute;
	width: 200px;
	top: 410px;
	left: 330px;
}
.sec02 .catch_area .cost li:nth-of-type(2){
	position: absolute;
	width: 150px;
	top: 425px;
	left: 535px;
}
.sec02 .lead_area .txt{
	text-align: center;
	font-size: 21px;
}
.sec02 .lead_area .txt span{
	display: block;
	color: #000;
	font-size: 16px;
	margin-top: 6px;
}


/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec02 h2,cp1,cp2{
		letter-spacing: -1px;
	}
}

/* Firefox */
@-moz-document url-prefix() {
	.sec02 h2,cp1,cp2{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec02 h2,cp1,cp2{
		letter-spacing: -1px;
	}
}

/*--------------
sec02 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec02 {
		padding-bottom: 110px;
	}
	.sec02 .catch_area{
		height: 650px;
	}
	.sec02 .catch_area .cost{
		position: relative;
		z-index: 2;
	}
	.sec02 .catch_area .catch_title{
		position: absolute;
		top: 0;
		right: 0;
		background: url(../img/sec02-main-copy-bg@2x.png) top right no-repeat;
		background-size: 460px 650px;
		width: 470px;
		height: 650px;
		padding: 68px 0 0 31px;
	}
	.sec02 .catch_area .catch_title img{
		width: 400px;
	}
	.sec02 .lead_area{
		display: flex;
		width: 100%;
		max-width: 1050px;
		margin: 100px auto 0;
	}
	.sec02 .lead_area h3{
		display: table-cell;
		vertical-align: middle;
		
	}
	.sec02 .lead_area h3 img{
		width: 262px;
		margin-right: 98px;
	}
	.sec02 .lead_area .txt{
		display: table-cell;
		vertical-align: middle;
		width: 690px;
	}
}

/*--------------
sec02 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec02 {
		padding-bottom: 15%
	}
	.sec02 h2,cp1,cp2{
		font-size: 14.07vw;
		padding: 10% 0 5%;
		line-height: 1.2;
	}
	.sec02 .catch_area{
		/* padding-top: 168%;
		background: url(../img/sec02-bg.jpg) top 24% left 6% no-repeat;
		background-size: 200%; */
	}
	.sec02 .catch_area .pop{
		width: 90%;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.sec02 .catch_area .how{
		width: 45%;
		top: 18%;
		left: 5%;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.sec02 .catch_area .cost li:nth-of-type(1){
		width: 50%;
		top: 36.2%;
		left: 5%;
	}
	.sec02 .catch_area .cost li:nth-of-type(2){
		width: 36%;
		top: 39.1%;
		left: auto;
		right: 5%;
	}
	.sec02 .catch_area .catch_title{
		padding: 10% 5%;
		background: #009e3a;
	}
	.sec02 .lead_area{
		margin-top: 15%;
	}
	.sec02 .lead_area h3{
		width: 80%;
		margin: 0 auto 10%;
	}

	.sec02 .lead_area .txt{
		font-size: 5vw;
	}
	.sec02 .lead_area .txt span{
		font-size: 3.75vw;
		margin-top: 5%;
	}
}


/*-------------------------------------
contact
-------------------------------------*/
.contact{
	background: #feffef;
	padding: 50px 0 130px;
	text-align: center;
}
.contact .request_btn{
	display: inline-block;
	margin-bottom: 30px;
	width: 682px;
	height: 116px;
	border-radius: 20px;
	padding: 2px;
	background: linear-gradient(to bottom, #8CC63F, #009E3B);
	box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.20);
	transition: .1s;
}
.contact .request_btn span{
	display: block;
	font-size: 60px;
	line-height: 112px;
	font-weight: bold;
	text-align: center;
	border-radius: 20px;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 0px 3px 0px #fff, 0 0 0 #000;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #8CC63F, #009E3B);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #8CC63F, #009E3B);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #8CC63F, #009E3B);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #8CC63F, #009E3B);
}
.contact .request_btn:hover{
	box-shadow: none;
	-ms-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	filter: alpha(opacity=8);
	-moz-opacity:0.8;
	opacity:0.8;
}
.contact .tel_area p{
	font-size: 21px;
	color: #333;
	margin-bottom: 2px;
}
.contact .tel_area .call{
	font-size: 50px;
	color: #666;
	line-height: 1;
}
.contact .tel_area .call span{
	display: inline-block;
	position: relative;
	padding-left: 64px;
	line-height: 1;
	font-weight: bold;
}
.contact .tel_area .call span:before{
	position: absolute;
	content: "";
	background: url(../img/cta-icon-freedial@2x.png) no-repeat;
	background-size: contain;
	left: 0;
	bottom: 4px;
	width: 60px;
	height: 32px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .contact .request_btn span{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .contact .tel_area .call span{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.contact .request_btn span,
	.contact .tel_area .call span{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.contact .request_btn span,
	.contact .tel_area .call span{
		letter-spacing: -1px;
	}
}

/*--------------
contact PC
--------------*/
@media screen and (min-width: 751px) {

}

/*--------------
contact SP
--------------*/
@media screen and (max-width: 750px) {
	.contact{
		padding: 10% 5% 15%;
	}
	.contact .request_btn {
		margin-bottom: 5%;
		width: 100%;
		height: auto;
	}
	.contact .request_btn span{
		font-size: 12.5vw;
		line-height: 1.2;
		padding: 10px 0;
		text-shadow: 0px 2px 0px #fff, 0 0 1px #000;
	}
	.contact .tel_area p{
		font-size: 4.38vw;
		margin-bottom: 5%;
	}
	.contact .tel_area .call{
		font-size: 10.94vw;
	}
	.contact .tel_area .call span{
		padding-left: 16%;
	}
	.contact .tel_area .call span:before{
		bottom: 1%;
		width: 15%;
		height: 65%;
	}
}


/*-------------------------------------
sec03
-------------------------------------*/
.sec03 h2{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #8CC63F, #009E3B);
	line-height: 1;
	padding: 30px 0;
}
.sec03 .field_area h3{
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin-top: 46px;
	margin-bottom: 10px;
}
.sec03 .field_area h3:first-child{
	margin-top: 0;
}
.sec03 .field_area p{
	font-size: 21px;
}
.sec03 .field_area p strong{
	color: #000;
}
.sec03 .field_area p span{
	font-size: 16px;
	display: inline-block;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec03 h2{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec03 .field_area h3{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec03 h2,
	.sec03 .field_area h3{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec03 h2,
	.sec03 .field_area h3{
		letter-spacing: -1px;
	}
}

/*--------------
sec03 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec03 {
		padding-bottom: 78px;
	}
	.sec03 .field_area{
		/* width: 1140px; */
		width: 100%;
		margin: 78px auto 0;
		padding: 0 20px;
	}
}

/*--------------
sec03 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec03 {
		padding-bottom: 15%;
	}
	.sec03 h2{
		font-size: 12.5vw;
		line-height: 1.2;
		padding: 8% 0;
	}
	.sec03 .field_area{
		margin: 15% auto 0;
	}
	.sec03 .field_area h3{
		font-size: 6.88vw;
	}
	.sec03 .field_area p{
		font-size: 5vw;
	}
	.sec03 .field_area p span{
		font-size: 3.75vw;
		line-height: 1.2;
	}
}


/*-------------------------------------
sec04
-------------------------------------*/
.sec04 h2{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #8CC63F, #009E3B);
	line-height: 1;
	padding: 30px 0;
}
.sec04 .field_area{
	
}
.sec04 .field_area .block:first-child{
	margin-bottom: 50px;
}
.sec04 .field_area .block h3{
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec04 .field_area .block p{
	font-size: 21px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec04 h2{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec04 .field_area .block h3{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec04 h2,
	.sec04 .field_area .block h3{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec04 h2,
	.sec04 .field_area .block h3{
		letter-spacing: -1px;
	}
}

/*--------------
sec04 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec04 {
		padding-bottom: 100px;
	}
	.sec04 .field_area{
		/* width: 1140px; */
		width: 100%;
		margin: 100px auto 0;
		padding: 0 20px;
	}
	.sec04 .field_area .block{
		/* display: table; */
		display: flex;
	}
	.sec04 .field_area .block .img{
		width: 40%;
		/* width: 652px; */
		/* display: table-cell; */
		vertical-align: top;
	}
	.sec04 .field_area .block .txt{
		width: 60%;
		/* width: 530px; */
		/* display: table-cell; */
		vertical-align: top;
		padding-left: 30px;
	}
}

/*--------------
sec04 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec04 {
		padding-bottom: 15%;
	}
	.sec04 h2{
		font-size: 10vw;
		line-height: 1.2;
		padding: 13% 0;
	}
	.sec04 .field_area{
		margin: 15% auto 0;
	}
	.sec04 .field_area .block{
		flex-direction: column;
	}
	.sec04 .field_area .block:first-child{
		margin-bottom: 15%;
	}
	.sec04 .field_area .block h3{
		font-size: 6.88vw;
		text-align: center;
		line-height: 1.2;
		margin: 5% auto;
	}
	.sec04 .field_area .block p{
		font-size: 5vw;
	}
}


/*-------------------------------------
sec05
-------------------------------------*/
.sec05 .recommend{
	/* background: url(../img/sec05-img01@2x.jpg) no-repeat; */
}
.sec05 .recommend h2{
	/* font-size: 40px; */
	font-size: 2em;
	color: #009f34;
	font-weight: bold;
}
.sec05 .recommend .field_area h3{
	color: #000;
	/* font-size: 25px; */
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 10px;
}
.sec05 .recommend .field_area h3:first-child{
	margin-top: 0;
}
.sec05 .recommend .field_area p{
	/* font-size: 18px; */
	font-size: 1em;
	margin-left: 1em;
	text-indent: -1em;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec05 .recommend h2{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec05 .recommend .field_area h3{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec05 .recommend h2,
	.sec05 .recommend .field_area h3{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec05 .recommend h2,
	.sec05 .recommend .field_area h3{
		letter-spacing: -1px;
	}
}

/*--------------
sec05 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec05{
		padding-top: 100px;
		padding-bottom: 100px;
	} 
	.sec05 .recommend{
		display: flex;
		/* height: 750px;
   		background-size: 550px 750px; */
		/* background-size: 665px 945px; */
	}
	.sec05 .recommend h2{
		/* padding-top: 26px; */
		margin-bottom: 20px;
	}
	.sec05 .recommend h2,
	.sec05 .recommend .field_area{
		/* width: 1100px; */
		width: 100%;
		/* padding-left: 550px; */
		margin-left: auto;
		margin-right: auto;
	}
	.sec05 .recommend .img{
		width: 45%;
	}
	.sec05 .recommend .txt{
		width: 55%;
	}
}

/*--------------
sec05 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec05 {
		padding-bottom: 15%;
	}
	.sec05 .recommend{
		flex-direction: column;
		background-size: 108%;
		background-position: top 16% left;
	}
    .sec05 h2{
		font-size: 2em;
	    color: #009f34;
	    font-weight: bold;
		text-align: center;
	}

	.sec05 .recommend h2{
		font-size: 9.38vw;
		line-height: 1.2;
		text-align: center;
		padding: 18% 0;
	}
	.sec05 .recommend .field_area{
		/* padding-top: 170%; */
	}
	.sec05 .recommend .field_area h3{
		font-size: 6.88vw;
		text-align: center;
		line-height: 1.2;
		margin: 8% auto 5%;
	}
	.sec05 .recommend .field_area p{
		font-size: 4.38vw;
	}
}


/*-------------------------------------
sec06
-------------------------------------*/
.sec06 h2{
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(to right, #8CC63F, #009E3B);
	line-height: 1;
	padding: 30px 0;
}
.sec06 .no_tax_included{
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
}
.sec06 table{
	margin-top: 50px;
}
.sec06 table.first{
	margin-top: 0px;
}
.sec06 table thead th{
	background: #009E3B;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
}
.sec06 table tbody tr {
	border-bottom: 1px solid #cbcbcb;
}
.sec06 table tbody tr th{
	color: #000;
	font-weight: bold;
}
.sec06 table tbody tr th,
.sec06 table tbody tr td{
	font-size: 16px;
	vertical-align: middle;
	line-height: 1.6;
	padding: 5px 10px;
}
.sec06 table tbody tr td small{
	font-size: 14px;
}
.sec06 table tbody tr td.sub_h{
	font-weight: bold;
}
.sec06 table tbody tr td.sub_d small{
	font-size: 13px;
}
.sec06 table tbody tr td .indent{
	margin-left: 1em;
	text-indent: -1em;
	display: inline-block;
}
.sec06 .note{
	font-size: 13px;
	text-align: right;
	margin-top: 12px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec06 h2{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec06 table tbody tr th{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec06 table tbody tr td.sub_h{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec06 h2,
	.sec06 table tbody tr th,
	.sec06 table tbody tr td.sub_h{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec06 h2,
	.sec06 table tbody tr th,
	.sec06 table tbody tr td.sub_h{
		letter-spacing: -1px;
	}
}

/*--------------
sec06 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec06 {
		padding-bottom: 90px;
	}
	.sec06 .field_area{
		max-width: 945px;
		width: 100%;
		margin: 35px auto 0;
		padding: 0 20px;
	}
	.sec06 table tbody tr th{
		width: 32%;
	}
	.sec06 table tbody tr td.sub_h{
		width: 28%;
	}
	.sec06 table tbody tr td.sub_d{
		width: 40%;
	}
}

/*--------------
sec06 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec06{
		padding-bottom: 18%;
	}
	.sec06 h2{
		font-size: 10vw;
		line-height: 1.2;
		padding: 13% 0;
	}
	.sec06 .field_area{
		margin: 8% auto 0;
	}
	.sec06 .no_tax_included{
		font-size: 4.38vw;
		text-align: right;
		margin-bottom: 2%;
	}
	.sec06 table{
		margin-top: 18%;
	}
	.sec06 table thead th{
		font-size: 5.16vw;
		padding: 2% 0;
	}
	.sec06 table tbody tr th{
		border-bottom: 1px solid #cbcbcb;
	}
	.sec06 table tbody tr th,
	.sec06 table tbody tr td{
		display: block;
		font-size: 5.16vw;
		line-height: 1.6;
		padding: 2% 0;
	}
	.sec06 table tbody tr td small{
		font-size: 4.38vw;
	}
	.sec06 table tbody tr td.sub_h{
		border-bottom: 1px solid #cbcbcb;
		text-align: center;
	}
	.sec06 table tbody tr td.sub_d small{
		font-size: 3.91vw;
	}
	.sec06 .note{
		font-size: 3.91vw;
		text-align: left;
		margin-top: 5%;
		margin-left: 1em;
		text-indent: -1em;
	}
}

/*-------------------------------------
sec07
-------------------------------------*/
.sec07{
	padding-bottom: 100px;
}
.sec07 h2 .headline_inner{
	display: block;
}
.sec07 h2 .txt{
	display: block;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}

.sec07 .field_area .block{
	display: flex;
	margin: 50px auto 30px;
	padding: 0 20px;
}

.sec07 .field_area .block .heading{
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec07 .field_area .block .img{
	width: 60%;
}



.sec07 .field_area h3{
	/* width: 30%; */
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.sec07 .field_area .heading small{
	font-size: 16px;
}
.sec07 .field_area .list li{
	position: relative;
	padding-left: 1.4em;
	font-size: 16px;
	color: #333;
}
.sec07 .field_area .list li:before {
	content: '●';
	color: #009E3B;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
}
.sec07 .field_area .list li .note{
	display: block;
	color: #666;
	font-size: 14px;
	margin-left: 1em;
	text-indent: -1em;
	display: block;
}

.sec07 .field_area .block02{
     margin-bottom: 20px;
}

.sec07 .field_area .block02 h3{
	text-align: center;
	margin-bottom: 20px;
}
.sec07 .field_area .block02 .sabbox{
	display: block;
}
.sec07 .field_area .block02 .sabbox h4{
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 21px;
	margin-bottom: 8px;
}
.sec07 .field_area .block02 .list{
	margin: 22px 0 35px;
}

.sec07 .field_area .block03 h3{
	text-align: center;
	margin-bottom: 20px;
}
.sec07 .field_area .block03 table{
	color: #000;
}
.sec07 .field_area .block03 table tr{
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}
.sec07 .field_area .block03 table tr:nth-child(even){
	background: #C5E29E;
}
.sec07 .field_area .block03 table tr th{
	width: 40px;
	border-right: 1px solid #fff;
	padding: 4px 0;
	font-weight: bold;
}
.sec07 .field_area .block03 table tr td{
	padding: 4px 0 4px 4px;

}
.sec07 .field_area .block03 table tr th,
.sec07 .field_area .block03 table tr td{
	font-size: 16px;
	vertical-align: middle;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	_::-webkit-full-page-media, _:future, :root .sec07 h2 .txt{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec07 .field_area h3{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec07 .field_area .block02 .sabbox h4{
		letter-spacing: -1px;
	}
	_::-webkit-full-page-media, _:future, :root .sec07 .field_area .block03 table tr th{
		letter-spacing: -1px;
	}
}
/* Firefox */
@-moz-document url-prefix() {
	.sec07 h2 .txt,
	.sec07 .field_area h3,
	.sec07 .field_area .block02 .sabbox h4,
	.sec07 .field_area .block03 table tr th,{
		letter-spacing: -1px;
	}
}
/* Edge */
@supports (-ms-ime-align: auto) {
	.sec07 h2 .txt,
	.sec07 .field_area h3,
	.sec07 .field_area .block02 .sabbox h4,
	.sec07 .field_area .block03 table tr th,{
		letter-spacing: -1px;
	}
}

/*--------------
sec07 PC
--------------*/
@media screen and (min-width: 751px) {
	.sec07 h2{
		background: -webkit-linear-gradient(left, #8CC63F 0%, #009E3B 44%, rgba(255,255,255,0) 44%), url(../img/sec07-bg@2x.jpg) top 50% right -14% / 62% no-repeat;
		background: -moz-linear-gradient(left, #8CC63F 0%, #009E3B 44%, rgba(255,255,255,0) 44%), url(../img/sec07-bg@2x.jpg) top 50% right -14% / 62% no-repeat;
		background: -ms-linear-gradient(left, #8CC63F 0%, #009E3B 44%, rgba(255,255,255,0) 44%), url(../img/sec07-bg@2x.jpg) top 50% right -14% / 62% no-repeat;
		background: -o-linear-gradient(left, #8CC63F 0%, #009E3B 44%, rgba(255,255,255,0) 44%), url(../img/sec07-bg@2x.jpg) top 50% right -14% / 62% no-repeat;
		height: 300px;
	}
	.sec07 h2 .headline_inner{
		position: relative;
		height: 400px;
	}
	.sec07 h2 .txt{
		position: absolute;
		top: 36%;
		left: 34%;
		transform: translateY(-50%) translateX(-80%);
		-webkit- transform: translateY(-50%) translateX(-80%);
		width: 36%;
		font-size: 50px;
	}

	.sec07 .field_area{
		/* width: 1150px; */
		width: 100%;
		margin: 48px auto 0;
	}
	.sec07 .field_area .block .sabbox{
		margin-bottom: 44px;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.sec07 .field_area .block .sabbox h3{
		/* float: left; */
		/* padding-top: 160px; */
		padding-top: 40px;
		margin-bottom: 20px;
	}

	.sec07 .field_area .block .sabbox .right_img{
		float: right;
		width: 580px
	}
	.sec07 .field_area .list02{
		/* position: absolute; */
		bottom: 0;
		/* width: 468px; */
		width: 100%;
		padding-bottom: 20px;
	}

    .sec07 .field_area .block02 .two_column{
		display: flex;
	}

	.sec07 .field_area .block02 .two_column .sabbox{
		width: 530px
	}
	.sec07 .field_area .block02 .two_column .left{
		/* float: left; */
		width: 50%;
	}

	.sec07 .field_area .block02 .two_column .right{
		/* float: right; */
		width: 50%;
	}
}

/*--------------
sec07 SP
--------------*/
@media screen and (max-width: 750px) {
	.sec07{
		padding-bottom: 18%;
	}
	.sec07 h2{
		background: url(../img/sec07-bg@2x.jpg) bottom -100% left / 142% no-repeat;
		padding-bottom: 62%;
	}
	.sec07 h2 .headline_inner{
		text-align: center;
		background: linear-gradient(to right, #8CC63F, #009E3B);
	}
	.sec07 h2 .txt{
		font-size: 10vw;
		line-height: 1.2;
		padding: 13% 0;
	}

	.sec07 .field_area .block{
		margin-bottom: 18%;
		flex-direction: column;
	}
	.sec07 .field_area{
		margin: 15% auto 0;
	}

	.sec07 .field_area .block .heading,.sec07 .field_area .block .img {
		width: 100%;
	}
	.sec07 .field_area .block .heading{
		flex-direction: column;
	}
	.sec07 .field_area h3{
		font-size: 6.88vw;
		text-align: center;
		line-height: 1;
		margin-bottom: 12%;
	}
	.sec07 .field_area h3 small{
		font-size: 5.47vw;
	}
	.sec07 .field_area .list{
		margin-top: 6%;
	}
	.sec07 .field_area .list li{
		font-size: 4.38vw;
	}
	.sec07 .field_area .list li:before {
		font-size: 4.38vw;
	}
	.sec07 .field_area .list li .note{
		font-size: 3.6vw;
	}

	.sec07 .field_area .block02 h3{
		margin-bottom: 8%;
	}
	.sec07 .field_area .block02 .sabbox h4{
		font-size: 5vw;
		margin-bottom: 2%;
	}
	.sec07 .field_area .block02 .left{
		margin-bottom: 8%;
	}
	.sec07 .field_area .block02 .list{
		margin: 6% 0 5%;
	}

	.sec07 .field_area .block03 h3{
		margin-bottom: 10%;
	}
	.sec07 .field_area .block03 table tr:nth-child(even){
		background: #C5E29E;
	}
	.sec07 .field_area .block03 table tr th{
		width: 10%;
		padding: 2% 0;
	}
	.sec07 .field_area .block03 table tr td{
		padding: 2% 0 2% 2%;
	}
	.sec07 .field_area .block03 table tr th,
	.sec07 .field_area .block03 table tr td{
		font-size: 4.22vw;
	}
}


/*-------------------------------------
footer
-------------------------------------*/
/* footer{
	color: #333333;
	padding: 30px 0;
	background: #efefef;
	border-top: 3px solid #009E3B;
}
footer .info{
	font-size: 21px;
	margin-bottom: 22px;
}

footer ul li{
	display: inline-block;
	position: relative;
}
footer ul li:first-child{
	padding-right: 14px;
}
footer ul li:first-child:after{
	content: '|';
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 6px;
}
footer a{
	color: #333;
}
footer ul li a:hover{
	text-decoration: underline;
} */


/*--------------
footer PC
--------------*/
/* @media screen and (min-width: 751px) {
	footer{
		padding: 5% 0;
	}
	footer .info .address{
		font-size: 16px;
		padding-left: 10px;
	}
	footer ul li{
		font-size: 14px;
		float: left
	}
	footer .copyright{
		font-size: 14px;
		float: right;
	}
	footer .sp_wrapinner{
		width: 1150px;
		margin-left: auto;
		margin-right: auto;
	}
} */

/*--------------
footer SP
--------------*/
/* @media screen and (max-width: 750px) {
	footer{
		text-align: center;
		padding: 5% 0;
	}
	footer .info{
		font-size: 5.32vw;
		margin-bottom: 5%;
	}
	footer .info .address{
		display: block;
		font-size: 4.38vw;
	}

	footer ul li{
		font-size: 4.38vw;
	}
	footer ul li:first-child{
		padding-right: 5%;
	}
	footer ul li:first-child:after{
		font-size: 4.38vw;
		right: 5%;
	}
	footer .copyright{
		margin-top: 4%;
		font-size: 4.38vw;
	}
} */

