@charset "UTF-8";
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

p,h5, h6, dl, dt, dd, ul, ol, li, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 16px;
}
@media screen and (min-width: 960px) {
	p,h5, h6, dl, dt, dd, ul, ol, li, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 18px;
	}
}
address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

a img {
  	border: none;
}


/* Setting */

html {  
	overflow-y: scroll;  
}

body {
	line-height: 1.5;
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x : hidden;
}


h1 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
  
table {
	border-collapse: collapse;
}

legend {
	color: #333;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
/*パーツ*/
a:hover {
	opacity: 0.7;
}
.mini {
	font-size: 80%;
}
.btn {
	margin-top: 10px;
	margin: auto;
	max-width: 300px;
    background: #fcbd73;
    background:linear-gradient(270deg, #fcbd73, #f7890a);
    background:-moz-linear-gradient(right 270deg, #fcbd73, #f7890a);
    background:-webkit-linear-gradient(270deg, #fcbd73, #f7890a);
	border-radius: 8px;
}
.btn a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 9px;
	box-sizing: border-box;
    transition: all .3s linear;
}
@media screen and (max-width: 639px) {
	.btn a {
		font-size: 24px;
	}
}
.red {
	color: #c00000;
}
.blue {
	color: #00b0f0;
}
.line_bg {
    background: linear-gradient(transparent 40%, #88f799 0%);
}
.fb {
	font-weight: bold;
}
/*
.title {
	position: relative;
	padding: .5em .75em;
	color: #fff;
	font-size: 30px;
	background-color: #30D200;
}
.title::after {
	position: absolute;
	top: 100%;
	left: 20%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #30D200;
}
@media screen and (min-width: 640px) {
	.title span {
		display: block;
		max-width: 750px;
		margin: auto;
	}
}
@media screen and (min-width: 1200px) {
	.title::after {
		left: 25%;
	}
}
@media screen and (min-width: 1400px) {
	.title::after {
		left: 30%;
	}
}
@media screen and (min-width: 1600px) {
	.title::after {
		left: 35%;
	}
}
.sub_title {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 20px;
	border-left: solid 8px #30D200;
}
*/
.sp_none {
	display: none;
}
@media screen and (min-width: 750px) {
	.pc_none {
		display: none;
	}
	.sp_none {
		display: block;
	}
}

/*header*/
header {
	position: relative;
}
/*
header img {
	position: absolute;
	top: 10px;
	left: 10px;
}*/
header p {
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #72b333;
}
header p::before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 30px;
	margin-right: 10px;
	background-image: url(../img/ion_ecology.png);
	background-size: contain;
	vertical-align: middle;
	border: solid 1px #fff;
}

/*contents共通*/
.contents {
}
.contents_box {
	max-width: 940px;
	margin: auto;
	padding: 20px 10px 40px;
	box-sizing: border-box;
}
.contents_box p {
	padding-bottom: 20px;
}

.contents_feature {
	background-position: right 3% top 15%, right 10% top 45%, left 5% top 30%, top center;
	background-image: url(../img/content_feature_patent.png), url(../img/contents_feature_kazari1.png), url(../img/contents_feature_kazari2.png), url(../img/contents_feature_bg.jpg) ;
	background-size: 190px, 90px, 90px, contain;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
.contents_feature h1,
.contents_feature2_par3 {
	color: #72b333;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
    text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff,  0px -3px 3px #fff;
    line-height: 1.1;
}
.contents_feature h1 span,
.contents_feature2_par3 span {
	font-size: 70px;
}

.contents_feature p,
.contents_feature2 p {
    text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff,  0px -3px 3px #fff;
}
.contents_feature_par1,
.contents_feature2_par1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.contents_feature_par2,
.contents_feature2_par2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.contents_feature section {
	max-width: 700px;
	margin: auto;
}
.contents_feature section h2 {
	position: relative;
}
.contents_feature section h2 span {
	position: relative;
	top: 5px;
    display: block;
    width: calc(100% - 50px);
    margin-left: 50px;
	padding: 5px 10px 5px 30px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	background: #72b333;
	box-sizing: border-box;
}
.contents_feature section h2::before {
	position: absolute;
	display: inline-block;
	width: 61px;
	height: 60px;
	margin-right: 10px;
	padding-top: 10px;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
	white-space: pre;
	background-image: url(../img/contents_feature_subtitle_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 2;
}
.contents_feature section h2:nth-of-type(1)::before {
	content: '特徴\A 1';
}
.contents_feature section h2:nth-of-type(2)::before {
	content: '特徴\A 2';
}
.contents_feature section h2:nth-of-type(3)::before {
	content: '特徴\A 3';
}
.contents_feature section h2:nth-of-type(4)::before {
	content: '特徴\A 4';
}
.contents_feature section p {
	margin: auto;
	padding: 20px 8% 15px;
	font-size: 22px;
	font-weight: bold;
}
.contents_rankup {
	max-width: 800px;
	margin: auto;
	background-image: url(../img/contents_rankup_left_img.jpg), url(../img/contents_rankup_right_img.jpg);
	background-position: left top, right 10% top;
	/*background-size: 20% auto, 20% auto, 100% auto;*/
	background-repeat: no-repeat, no-repeat;
}
.contents_rankup h2 {
	padding-left: 100px;
	font-size: 32px;
}
.contents_rankup ul {
	padding: 0 0 40px 100px;
}
.contents_rankup ul li {
	padding-left: 30px;
	font-size: 24px;
    text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff,
    2px 2px 2px #fff,  2px -2px 2px #fff,
    2px 0px 2px #fff, -2px -0px 2px #fff,
    0px 2px 2px #fff,  0px -2px 2px #fff;
	background-image: url(../img/contents_rankup_check.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
}
.contents_rankup_par {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
    text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff,  0px -3px 3px #fff;
}
.contents_rankup_par span {
	color: #72b333;
}
.contents_effect h2 {
	/*width: 120px;*/
	margin-bottom: 10px;
	padding: 5px;
	color: #fff;
	text-align: center;
	background-color: #72b333;
}
.contents_effect h2 span {
	display: block;
	padding: 3px;
	font-size: 36px;
	border: solid 1px #fff;
	line-height: 1.2;
}
.contents_effect h3 {
	margin-bottom: 15px;
	padding: 5px 10px;
	font-size: 30px;
	text-align: center;
    text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff,
    2px 2px 2px #fff,  2px -2px 2px #fff,
    2px 0px 2px #fff, -2px -0px 2px #fff,
    0px 2px 2px #fff,  0px -2px 2px #fff;
	background: #b8d999;
	border: solid 2px #72b333;
}
.contents_effect h3:nth-of-type(1) {
	background-image: url(../img/contents_effect_leaf.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.contents_effect h4 {
	margin-bottom: 15px;
	padding-left: 5px;
	font-size: 26px;
	border-left: solid 5px #72b333;
}
.contents_effect_par {
	font-size: 22px;
}
.contents_effect_department {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: 0 auto 30px;
}
.contents_effect_department li {
    width:  calc(100%/3);
    padding: 1%;
    text-align: center;
    box-sizing: border-box;
}
.contents_effect_exmple2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: auto;
    padding-bottom: 30px;
}
.contents_effect_exmple2 li {
    width: 50%;
    padding: 1%;
    box-sizing: border-box;
}
.contents_effect_exmple2 li dl {
	padding-bottom: 15px;
}
.contents_effect_exmple2 li dl dt {
	float: left;
}
.contents_effect_exmple2 li dl dt::after {
	content: '：';
}
.contents_effect_exmple2 li table {
	border: solid 1px #333;
}
.contents_effect_exmple_table:first-child tr td:nth-child(1) {
	min-width: 60px;
}
.contents_effect_exmple2 li table th,
.contents_effect_exmple2 li table td {
	padding: 8px 6px;
	text-align: center;
	border: solid 1px #333;
}
.contents_effect_method {
	/*
    display: flex;
    flex-wrap: wrap;
	max-width: 736px;
	*/
    width: 100%;
	/*
    align-items: start;
    justify-content: center;
    margin: auto;
	*/
    padding-bottom: 20px;
}
.contents_effect_method li {
    padding: 1%;
    text-align: center;
    box-sizing: border-box;
}

section .contents_feature2 {
	padding: 20px 5px 40px;
	background-position: top center;
	background-image: url(../img/contents_feature_bg.jpg) ;
	background-size: contain;
	background-repeat: no-repeat;
}
.contents_feature2_par4 {
	font-size: 22px;
	text-align: center;
}


@media screen and (max-width: 749px) {
	.contents_feature {
		background-position: right 3% top 15%, right 10% top 45%, left 5% top 30%, top center;
		background-size: 150px, 90px, 90px, contain;
	}
	.contents_feature h1,
	.contents_feature2_par3 {
		font-size: 38px;
	}
	.contents_feature h1 span,
	.contents_feature2_par3 span {
		font-size: 58px;
	}
	.contents_feature_par1,
	.contents_feature2_par1 {
		font-size: 20px;
	}
	.contents_feature_par2,
	.contents_feature2_par2 {
		font-size: 30px;
	}
	.contents_feature section h2 span {
		font-size: 28px;
	}
	.contents_feature section h2::before {
		padding-top: 15px;
		font-size: 18px;
	}
	.contents_rankup h2 {
		font-size: 28px;
	}
	.contents_rankup ul li {
		font-size: 20px;
	}
	.contents_rankup_par {
		font-size: 36px;
	}
	.contents_effect h2 span {
		font-size: 30px;
	}
	.contents_effect h3 {
		font-size: 26px;
	}
	.contents_effect h4 {
		font-size: 24px;
	}
}
@media screen and (max-width: 639px) {
	.contents_feature {
		background-position: right 1% top 15%, right 10% top 45%, left 5% top 30%, top center;
		background-size: 100px, 90px, 90px, contain;
	}
	.contents_feature h1,
	.contents_feature2_par3 {
		font-size: 28px;
	}
	.contents_feature h1 span,
	.contents_feature2_par3 span {
		font-size: 46px;
	}
	.contents_rankup {
		background-position: left top, right 0% top;
		background-size: 225px, 205px;
	}
	.contents_rankup h2 {
		padding-left: 70px;
		font-size: 26px;
	}
	.contents_rankup ul {
		padding: 0 0 40px 70px;
	}
	.contents_rankup ul li {
		padding-left: 30px;
		font-size: 16px;
	}
	.contents_rankup_par {
		font-size: 28px;
	}
	.contents_effect_department li {
	    width:  100%;
	}
	.contents_effect_exmple2 li {
	    width: 100%;
	}
	.contents_effect_exmple2 li:first-child {
	    padding-bottom: 30px;
	}
    .contents_effect_exmple2 li .table_scroll {
        overflow: auto;
    }
    .contents_effect_exmple2 li .table_scroll::-webkit-scrollbar {
        height: 10px;
    }
    .contents_effect_exmple2 li .table_scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .contents_effect_exmple2 li .table_scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }
	.contents_effect_method li:nth-of-type(1),
	.contents_effect_method li:nth-of-type(2) {
		width: 100%;
	}

}
@media screen and (max-width: 479px) {
	.contents_feature {
		background-position: right 0% top 15%, right 10% top 45%, left 5% top 30%, top center;
		background-size: 70px, 90px, 90px, contain;
	}
	.contents_feature h1,
	.contents_feature2_par3 {
		font-size: 24px;
	}
	.contents_feature h1 span,
	.contents_feature2_par3 span {
		font-size: 36px;
	}
	.contents_feature_par1,
	.contents_feature2_par1 {
		font-size: 16px;
	}
	.contents_feature_par2,
	.contents_feature2_par2 {
		font-size: 26px;
	}
	.contents_feature section h2 span {
		font-size: 22px;
		padding: 5px 5px 5px 15px;
	}
	.contents_feature section p {
		padding: 25px 5% 15px 10%;
		font-size: 18px;
	}
	.contents_rankup {
		padding: 10px 10px 40px;
		background-position: left top, right 0% top 5%;
		background-size: 180px, 164px;
	}
	.contents_rankup h2 {
		padding-left: 50px;
		font-size: 20px;
	}
	.contents_rankup ul {
		padding: 0 0 40px 50px;
	}
	.contents_rankup ul li {
		width: calc(100% - 90px);
		padding-left: 20px;
		line-height: 1.2;
	}
	.contents_rankup_par {
		font-size: 24px;
	}
	.contents_effect h2 span {
		font-size: 26px;
	}
	.contents_effect h3 {
		font-size: 22px;
	}
	.contents_effect h3:nth-of-type(1) {
		background-size: auto;
		background-position: left center;
	}
	.contents_effect h4 {
		font-size: 22px;
	}
	.contents_effect_par {
		font-size: 18px;
	}

	.contents_feature2_par4 {
		font-size: 18px;
	}
}
@media screen and (max-width: 374px) {
	.contents_feature section h2 span {
		font-size: 20px;
	}
	.contents_rankup {
		padding: 10px 10px 40px;
		background-position: left top, right 0% top 20%;
		background-size: 150px, 137px;
	}
	.contents_rankup h2 {
		font-size: 16px;
	}
}

/*footer*/
footer {
	padding: 20px 10px;
	text-align: center;
	font-size: 12px;
	background: #eee;
}