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

.main {
	position: relative;
    height: 250px;
}
.main .innWrap {
    max-width: 1020px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform : translate(0%,-50%);
    transform : translate(0%,-50%);
    padding-left: 10px;
    padding-right: 10px;
}
.main .innWrap p {
    color: #FFFFFF;
}
.main .innWrap .sttl_en {
    font-size: 40px;
    color: #fff;
}
.main .innWrap .sttl_jn {
    font-size: 16px;
}
.about .main {
    background-image: url(../about/images/main_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.prod .main {
    background-image: url(../about/images/main_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.exa .main {
    background-image: url(../examination/images/main_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact .main {
    background: #1d3e34;
}

@media only screen and (max-width: 768px){
.main {
	height: 125px;
}
.main .innWrap {
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0;
}
.main .innWrap p {
    color: #FFFFFF;
}
.main .innWrap .sttl_en {
    font-size: 24px;
    margin: 0 0 5px;
}
.main .innWrap .sttl_jn {
    font-size: 12px;
}
.about .main {
}
}



#contents {
    margin: 0 auto;
    padding-top: 95px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 200px;
    max-width: 1020px;
}
#contents h3.abo_ttl {
    color: #3d5648;
    font-size: 40px;
    margin: 0 0 100px;
    text-align: center;
}
@media only screen and (max-width: 768px){
#contents {
    margin: 0 5%;
    padding-top: 45px;
    padding-bottom: 100px;
}
#contents h3.abo_ttl {
    font-size: 22px;
    margin: 0 0 50px;
}
}
/*=========
　ABOUT
=========*/
.sec-oli  {
    margin-bottom:200px;
}
.sec-oli .kodawari {
    margin-bottom: 100px;
    border-left: 2px solid #5CC19A;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.sec-oli .kodawari:last-child  {
    margin-bottom:0px;
}
.sec-oli .kodawari .text {
    width: 600px;
    margin-left: 35px;
}
.sec-oli .kodawari .img {
    width: 270px;
}
.sec-oli .kodawari .text .read {
    font-size: 14px;
    margin-bottom: 10px;
}
.sec-oli .kodawari .text .copy {
    font-size: 30px;
    margin-bottom: 15px;
}
.sec-oli .kodawari .text .read_en {
    font-size: 12px;
    margin-bottom: 35px;
}
.sec-ozo .intro {
    margin: 0 auto 90px;
    max-width: 600px;
}
.sec-ozo .innWrap  {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sec-ozo .innWrap .box {
    width: 278px;
}
.sec-ozo .innWrap .box .img {
    margin: 0 0 25px;
}
.sec-ozo .innWrap .box .ttl {
    font-size: 25px;
    margin-bottom: 10px;
}
.sec-ozo .innWrap .box .ttl_en {
    color: #5CC19A;
    font-size: 12px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 768px){
.sec-oli  {
    margin-bottom: 100px;
}
.sec-oli .kodawari {
    margin-bottom: 50px;
    display: block;
    border-left: 1px solid #5CC19A;
}
.sec-oli .kodawari:last-child  {
    margin-bottom:0px;
}
.sec-oli .kodawari .text {
    width: auto;
    margin-left: 20px;
    margin-bottom: 30px;
}
.sec-oli .kodawari .img {
    width: auto;
    margin: 0 0 0 20px;
}
.sec-oli .kodawari .text .read {
    font-size: 12px;
}
.sec-oli .kodawari .text .copy {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.sec-oli .kodawari .text .read_en {
    font-size: 10px;
    margin-bottom: 25px;
    line-height: 1.2;
}
.sec-ozo .intro {
    margin: 0 auto 40px;
}
.sec-ozo .innWrap  {
	display: block;
}
.sec-ozo .innWrap .box {
    width: auto;
    margin: 0 0 30px;
}
.sec-ozo .innWrap .box:last-child {
    margin: 0;
}
.sec-ozo .innWrap .box .img {
    margin: 0 0 15px;
}
.sec-ozo .innWrap .box .ttl {
    font-size: 20px;
    margin-bottom: 5px;
}
.sec-ozo .innWrap .box .ttl_en {
    font-size: 10px;
    margin-bottom: 15px;
}
}


/*=========
　PRODUCT
=========*/
.prod .sec-product {
    margin-bottom: 140px;
}
.prod .sec-product:last-child {
    margin-bottom: 0px;
}
.prod .sec-product .sec-ttl {
    margin-bottom: 35px;
}
.prod .sec-product .sec-ttl .read {
    font-size: 16px;
    margin-bottom: 5px;
    color: #5b6861;
}
.prod .sec-product .sec-ttl .ttl {
    font-size: 40px;
  position: relative;
}
.prod .sec-product .sec-ttl .ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #5cc19a;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform : translate(0%,-50%);
    transform : translate(0%,-50%);
    z-index: -1;
} 
.prod .sec-product .sec-ttl .ttl span {
	background: #fff;
}
.prod .sec-product .sec-ttl .ttl span.txt21 {
    font-size: 21px;
}
.prod .sec-product .cont {
	display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.prod .sec-product .cont .box .read {
    margin-bottom: 50px;
}
.prod .sec-product .cont .box:nth-child(1) {
    width: 510px;
}
.prod .sec-product .cont .box:nth-child(2) {
	width: 450px;
}
.prod .sec-product .cont .box .point  {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.prod .sec-product .cont .box .point.line  {
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.prod .sec-product .cont .box .point .img {
	width: 195px;
}
.prod .sec-product .cont .box .point .text {
	width: 300px;
}
.prod .sec-product .cont .box .point .text .copy {
    font-size: 20px;
    margin-bottom: 10px;
}
.prod .sec-product .cont .box .prod_img {
    margin-bottom: 20px;
    text-align: center;
}
.prod .sec-product .cont .box .component {
    background-color: #faf7f3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.prod .sec-product .cont .box .component dl {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.prod .sec-product .cont .box .component dl dt {
    width: 80px;
    font-weight: bold;
    font-size: 13px;
}
.prod .sec-product .cont .box .component dl dd {
    width: 300px;
    font-size: 13px;
}

@media only screen and (max-width: 768px){
.prod .sec-product {
    margin-bottom: 70px;
}
.prod .sec-product:last-child {
    margin-bottom: 0px;
}
.prod .sec-product .sec-ttl {
    margin-bottom: 20px;
}
.prod .sec-product .sec-ttl .read {
    font-size: 12px;
}
.prod .sec-product .sec-ttl .ttl {
    font-size: 22px;
    padding: 0 0 10px;
    line-height: 1;
}
.prod .sec-product .sec-ttl .ttl:after {bottom: 0;top: auto;} 
.prod .sec-product .sec-ttl .ttl span {
}
.prod .sec-product .sec-ttl .ttl span.txt21 {
    font-size: 10px;
}
.prod .sec-product .cont {
	display: block;
}
.prod .sec-product .cont .box .read {
    margin-bottom: 30px;
}
.prod .sec-product .cont .box:nth-child(1) {
    width: auto;
    margin: 0 0 40px;
}
.prod .sec-product .cont .box:nth-child(2) {
	width: auto;
}
.prod .sec-product .cont .box .point  {
	display: block;
}
.prod .sec-product .cont .box .point.line  {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.prod .sec-product .cont .box .point .img {
	width: auto;
	text-align: center;
	margin: 0 0 20px;
}
.prod .sec-product .cont .box .point .text {
	width: auto;
}
.prod .sec-product .cont .box .point .text .copy {
    font-size: 18px;
}
.prod .sec-product .cont .box .prod_img {
    margin-bottom: 10px;
}
.prod .sec-product .cont .box .component {
    padding-top: 20px;
    padding-bottom: 20px;
}
.prod .sec-product .cont .box .component dl {
    margin-left: 5%;
    margin-right: 5%;
    display: block;
    margin-bottom: 10px;
}
.prod .sec-product .cont .box .component dl dt {
    width: auto;
}
.prod .sec-product .cont .box .component dl dd {
    width: auto;
}
}


/*=========
　Examination
=========*/
.exa .sec-test {
    margin: 0 0 80px;
}
.exa .ttl {
    border-bottom: 1px solid #5cc19a;
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 15px;
}
.exa .ttl .copy {
    font-size: 26px;
}
.exa .ttl .note {
    font-size: 14px;
}
.exa .ttl .com {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 14px;
}
.exa .sec-test .test-outline {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.exa .sec-test .test-outline .box:nth-child(1) {
	width: 455px;
}
.exa .sec-test .test-outline .box:nth-child(2) {
	width: 510px;
}
.exa .sttl {
    margin: 0 0 10px;
    font-weight: bold;
}
.exa .sttl2 {
    margin: 0 0 10px;
    font-weight: bold;
}
.exa .sttl2:before {
    content: " ";
    background: #5cc19a;
    width: 8px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
}
.exa .test-outline .box .tester {
	margin: 10px 0 0;
}
.exa .test-outline .box .tester dl  {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
	padding: 15px 0;
}
.exa .test-outline .box .tester dl:last-child {
    border-top: none;
}
.exa .sec-ozone-oil {
    margin-bottom: 115px;
}
.exa .sec-ozone-oil .btn {
    max-width: 450px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.exa .sec-ozone-oil .btn a {
    background-color: #3d5648;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    display: block;
    position: relative;
}
.exa .sec-ozone-oil .btn a:after {
    content: "";
    background-image: url(../examination/images/arrow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: 5%;
    width: 9px;
    height: 15px;
}
.exa .sec-virus {
}
.exa .sec-virus .result {
    border-top: 1px dotted #acacac;
	margin: 0 0 110px;
}
.exa .sec-virus .result .box {
    border-bottom: 1px dotted #acacac;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.exa .sec-virus .result .box .cont {
}
.exa .sec-virus .result .box .ssttl {
	width: 140px;
}
.exa .sec-virus .result .box .cont {
	width: 880px;
}
.exa .sec-virus .result .box .cont:last-child {
    display: -webkit-flex;
    display: flex;
}
.exa .sec-virus .result .box .cont:last-child .date {
	width: 310px;
	margin: 0 50px 0 0;
}
.exa .sec-virus .result .box .cont:last-child .date dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.exa .sec-virus .sokutei_tbl .sokutei_tbl {
    width: 75%;
    background-color: #f8f5ed;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #5B6860;
    border-bottom: 1px solid #5B6860;
	margin: 0 0 15px;
}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td.line1 {border-bottom: 1px solid #5B6860;}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td.line2 {
    border-bottom: 1px dotted #5B6860;
}
@media only screen and (max-width: 768px){
.exa .sec-test {
    margin: 0 0 50px;
}
.exa .ttl {
    position: static;
    margin: 0 0 15px;
    padding-bottom: 10px;
}
.exa .ttl .copy {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.2;
}
.exa .ttl .note {
    font-size: 12px;
    line-height: 1.2;
}
.exa .ttl .com {
    position: static;
    font-size: 12px;
    text-align: right;
}
.exa .sec-test .test-outline {
	display: block;
}
.exa .sec-test .test-outline .box:nth-child(1) {
	width: auto;
	margin: 0 0 30px;
}
.exa .sec-test .test-outline .box:nth-child(2) {
	width: auto;
}
.exa .sttl {
}
.exa .sttl2 {
}
.exa .sttl2:before {
    margin-right: 8px;
}
.exa .test-outline .box .tester {
	margin: 10px 0 0;
}
.exa .test-outline .box .tester dl  {
    display: block;
    padding: 10px 0;
}
.exa .test-outline .box .tester dl:last-child {
    border-top: none;
}
.exa .sec-ozone-oil {
    margin-bottom: 70px;
}
.exa .sec-ozone-oil .btn {
}
.exa .sec-ozone-oil .btn a {
    line-height: 45px;
}
.exa .sec-ozone-oil .btn a:after {
    top: 40%;
    right: 3%;
    width: 5px;
    height: 9px;
}
.exa .sec-virus {
}
.exa .sec-virus .result {
    margin: 0 0 50px;
}
.exa .sec-virus .result .box {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.exa .sec-virus .result .box .cont {
}
.exa .sec-virus .result .box .ssttl {
	width: auto;
	margin: 0 0 5px;
	font-weight: bold;
}
.exa .sec-virus .result .box .cont {
	width: auto;
}
.exa .sec-virus .result .box .cont:last-child {
    display: block;
}
.exa .sec-virus .result .box .cont:last-child .date {
	width: 310px;
	margin: 0 50px 0 0;
}
.exa .sec-virus .result .box .cont:last-child .date dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.exa .sec-virus .sokutei_tbl .tbl_sp {overflow: scroll;}
.exa .sec-virus .sokutei_tbl .sokutei_tbl {
    width: 600px;
}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td {
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td.line1 {border-bottom: 1px solid #5B6860;}
.exa .sec-virus .sokutei_tbl .sokutei_tbl td.line2 {
    border-bottom: 1px dotted #5B6860;
}
}






/*=========
　CONTACT
=========*/
.sec-cont-intro {
    margin-bottom: 40px;
}
.sec-cont-intro h3 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #3d5648;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.sec-cont-intro p {
    margin-bottom: 30px;
}
.sec-cont-intro p span {
    color: #FF0004;
}
.cont_tbl {
    width: 100%;
    border-top: 1px dotted #ccc;
	margin: 0 0 50px;
}
.cont_tbl tr th {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0.5em 1em 0;
    width: 30%;
    vertical-align: middle;
}
.cont_tbl tr th span {
    color: #FF0004;
}
.cont_tbl tr td {
    border-bottom: 1px dotted #ccc;
    padding: 1em 0;
    width: 70%;
    vertical-align: middle;
}
.cont_tbl .form1 {
    width: 80%;
    height: 35px;
    border: 1px solid #ccc;
	padding: 0 5px;
}
.cont_tbl .form2 {
    width: 80%;
    height: 120px;
    border: 1px solid #ccc;
	padding: 0 5px;
}
.cont_tbl .form3 {
    width: 15%;
    height: 35px;
    border: 1px solid #ccc;
	padding: 0 5px;
}
.cont-btn {
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.cont-btn button:disabled {
    width: 100%;
    height: 45px;
    border: none;
    background: #ccc;
    color: #fff;
}
.cont-btn .disabled-btn {
    width: 100%;
    height: 45px;
    border: none;
    background: #5bc299;
    color: #fff;
}
.cont-btn2 {
    width: 60%;
    margin: 0 auto;
}
.cont-btn2 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cont-btn2 ul li {
	width: 48%;
}
.cont-btn2 ul li a {
	display: block;
	color: #fff;
    background: #5bc299;
	line-height: 45px;
	text-align: center;
}
.cont-btn2 ul li:nth-child(1) a {
    background: #bbb;	
}

.cont-btn3 {
    width: 45%;
    margin: 50px auto 0;
}
.cont-btn3 ul li a {
	display: block;
	color: #fff;
    background: #5bc299;
	line-height: 45px;
	text-align: center;
}
@media only screen and (max-width: 768px){
.sec-cont-intro {
    margin-bottom: 30px;
}
.sec-cont-intro h3 {
    margin-bottom: 10px;
    font-size: 14px;
}
.sec-cont-intro p {margin-bottom: 20px;}
.sec-cont-intro p span {}
.cont_tbl {
    width: 100%;
    border-top: 1px dotted #ccc;
	margin: 0 0 50px;
}
.cont_tbl tr th {
    padding: 1em 0 0 0;
    width: auto;
    display: block;
    border-bottom: none;
    font-weight: bold;
}
.cont_tbl tr th span {}
.cont_tbl tr td {
    padding: 0.5em 0 1em;
    width: auto;
    display: block;
}
.cont_tbl .form1 {
    width: 90%;
    height: 30px;
	padding: 0 3px;
}
.cont_tbl .form2 {
    width: 90%;
    height: 90px;
	padding: 0 3px;
}
.cont_tbl .form3 {
    width: 30%;
    height: 30px;
	padding: 0 3px;
}
.cont-btn {
    width: 100%;
}
.cont-btn button:disabled {
    height: 35px;
}
.cont-btn .disabled-btn {
    height: 35px;
}
.cont-btn2 {
    width: 100%;
}
.cont-btn2 ul {
	display: block;
}
.cont-btn2 ul li {
	width: 100%;
	margin: 0 0 15px;
}
.cont-btn2 ul li a {
	line-height: 35px;
}
.cont-btn2 ul li:nth-child(1) a {}

.cont-btn3 {
    width: 100%;
    margin: 30px auto 0;
}
.cont-btn3 ul li a {
	line-height: 35px;
}
}
