body {
  word-break: break-all;
  background-color: #ffffff; }

#contents {
  margin: 0 auto;
  padding: 40px 0 41px;
  width: 1000px; }

.head_base {
	height:130px;
}

#page-history {
  position: relative; }

#page-history::before {
  width: 50%;
  content: "";
  display: inline-block;
  background-color: #D1DACC;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: -1; }

#page-history::after {
  width: 50%;
  content: "";
  display: inline-block;
  background-color: #EEEEEE;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

#page-history-ul {
  background-color: #EEEEEE;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

#page-history-ul li {
  color: #555555;
  font-size: 11px;
  flex: 0 0 auto;
  position: relative; }

#page-history-ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 7px 15px;
  position: relative; }

#page-history-ul li a:hover {
  text-decoration: underline; }

#page-history-ul li:first-child {
  margin-right: 5px; }

#page-history-ul li:first-child a {
  background-color: #D1DACC;
  background-image: url(../../page/img/page-history-home.png);
  background-repeat: no-repeat;
  background-position: top 50% left 10px;
  padding-left: 29px; }

#page-history-ul li:first-child a:after {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  content: '';
  display: block;
  height: 100%;
  width: 10px;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #D1DACC 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #D1DACC 50.5%) no-repeat bottom right/100% 50%; }

#page-history-ul li:last-child {
  margin-left: 20px; }

#page-history-ul li:nth-child(n+2) a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  z-index: 10;
  transform: rotate(-45deg);
  border-right: solid 1px #545454;
  border-bottom: solid 1px #545454; }

#product-top-image {
  background: url(../../page/img/product-top-image.jpg) repeat;
  padding: 42px 0 25px; }

#product-top-image h2,
#product-top-image p {
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.04em; }

#product-top-image h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 14px; }

#product-top-image p {
  font-size: 12px;
  padding-top: 19px;
  background-image: url(../../page/img/psroducts-icon.png);
  background-repeat: no-repeat;
  background-position: top 0 center; }

#category-history {
  background-color: #E0EFDC; }

#category-history ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#category-history ul::after {
  display: block;
  content: "";
  clear: both; }

#category-history .content::after {
  display: block;
  content: "";
  clear: both; }

.category-li {
  background-image: url(../../page/img/icon-right-png.png);
  background-position: center left 0;
  background-repeat: no-repeat;
  color: #797979;
  font-size: 15px;
  font-weight: 700;
  padding: 25px 39px 26px 15px; }

.category-li a {
  text-decoration: none;
  color: inherit; }

.category-li a:hover {
  text-decoration: underline; }

#subpage main{
	overflow-x:hidden;
}

.product-explanation {
  color: #194400;
  font-size: 18px;
  line-height: 1.8em;
  text-align: center;
  padding-bottom: 40px; }

/*.product-explanation-image {
  padding-bottom: 60px; }
  .product-explanation-image:last-child {
    padding-bottom: 80px; }*/
.product-explanation-right,
.product-explanation-left {
  position: relative;
  background: #ccc; }

.product-explanation-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  bottom: 0;
  background-color: #eaeaeb;
  z-index: -1; }

.product-explanation-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
  background-color: #eaeaeb;
  z-index: -1; }

.product-explanation-left img {
  float: right; }

.product-explanation-left::after {
  content: "";
  display: block;
  clear: both; }

.product-explanation-right .product-image-explanation {
  right: 0; }

.product-image-explanation {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../../page/img/link-icon.png);
  background-repeat: no-repeat;
  background-position: bottom 28px right 21px;
  /*height: 400px;*/
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  padding: 16px 20px 40px;
  position: absolute;
  top: 65px;
  width: 360px; }

.product-image-explanation h3 {
  font-weight: bold;
  color: #39391F;
  font-size: 24px;
  padding-bottom: 53px;
  position: relative;
  text-align: center; }

.product-image-explanation h3::after {
  position: absolute;
  left: 50%;
  border: 2px solid #708A60;
  border-radius: 10px;
  content: "";
  display: block;
  margin: 18px 0 31px -50px;
  text-align: center;
  width: 100px; }

.product-image-explanation a {
  text-decoration: none; }

.product-image-explanation:hover {
  background-color: #fff;
  background-position: bottom 28px right 11px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }

.product-image-explanation p {
  color: #39391F;
  font-size: 16px;
  line-height: 1.7em; }

.product-image-list {
  margin-bottom: 32px; }

.product-image-list ul {
  display: flex;
  flex-wrap: wrap; }

.product-image-li {
  background-color: #EEEEEE;
  border-top: 3px solid #2C7300;
  height: auto;
  margin-left: 5px;
  padding: 12px 15px 28px;
  width: 330px; }

.product-image-li:nth-child(3n-2) {
  margin-left: 0; }

.product-image-li:nth-child(n+4) {
  margin-top: 5px; }

.product-image-li img {
  margin-bottom: 21px;
  position: relative; }

.product-image-li h4 {
  color: #1A4400;
  font-size: 18px;
  font-weight: bold; }

.product-image-li h4::after {
  display: block;
  content: "";
  background-image: url(../../page/img/dashed-line.png);
  height: 1px;
  margin: 8px 0 13px; }

.product-image-li p {
  font-size: 15px;
  color: #333333; }

.before-after-image {
  padding-bottom: 30px; }

.before-after-image ul {
  background-color: #EEEEEE;
  background-image: url(../../page/img/before-after-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 25px 25px; }

.before-after-image ul li {
  float: left; }

.before-after-image ul::after {
  content: "";
  display: block;
  clear: both; }

.before-after-li {
  text-align: center;
  position: relative;
  width: 420px; }

.before-after-li p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 0 10px 18px;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.6); }

.before-after-li img {
  z-index: -1; }

.before-after-li:nth-child(2n-1) {
  margin-right: 110px; }

.maintenance-block {
  padding-bottom: 40px; }

.maintenance-block ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }

.maintenance-li {
  background-color: #E0EFDC;
  padding: 30px 15px 40px;
  width: 460px; }

.maintenance-li h3 {
  font-size: 22px;
  color: #333333;
  padding:0 0 36px;
  position:relative;
  text-align: center; }

.maintenance-li h3::after {
  display: block;
  width: 66px;
  border: 2px solid #1A4400;
  content: "";
  position:absolute;
  left:50%;
  bottom:0;
  margin: 0px auto 23px -33px; }

.maintenance-li p {
  line-height: 1.6em;
  color: #333333;
  font-size: 18px; }

.maintenance-li:nth-child(2n-1) {
  margin-right: 80px; }

.general-p {
  color: #000000;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 44px; }

.general-p-right {
  text-align: right; }

.general-p-center {
  text-align: center; }

.general-img {
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 41px;
  width: 100%; }

.general-img p {
  text-align: center;
  font-size: 13px; }

.general-img li {
  margin-left: 10px; }

.general-img-1 {
  height: auto;
  margin-left: 0;
  text-align: center; }

.general-img-1 p {
  width: 100%; }

.general-img-2 li:nth-child(n+3) {
  margin-top: 10px; }

.general-img-2 li:nth-child(2n-1) {
  margin-left: 0; }

.general-img-3 li:nth-child(n+4) {
  margin-top: 10px; }

.general-img-3 li:nth-child(3n-2) {
  margin-left: 0; }

.general-img-4 li:nth-child(n+5) {
  margin-top: 10px; }

.general-img-4 li:nth-child(4n-3) {
  margin-left: 0; }

.general-dl {
  padding-bottom: 40px; }

.general-dl li:first-child h3 {
  border-top: 1px solid #1A4400; }

.general-dl li:first-child p {
  border-top: 1px solid #CCCCCC; }

.general-dl-li {
  color: #000000;
  display: flex; }

.general-dl-li h3 {
  color: inherit;
  font-size: 16px;
  border-bottom: 1px solid #1A4400;
  width: 250px;
  float: left;
  padding: 20px 0 24px 14px;
  display: inline-block;
  font-weight: bold; }

.general-dl-li p {
  color: inherit;
  font-size: 16px;
  width: 750px;
  border-bottom: 1px solid #CCCCCC;
  display: inline-block;
  padding: 20px 0 24px 30px; }

.general-dl-li::after {
  display: block;
  clear: both;
  content: ""; }

.general-table {
  border-collapse: collapse;
  margin-bottom: 41px;
  width: 100%; }

.general-table th,
.general-table td {
  width: auto;
  border: 1px solid #BBBBBB;
  padding: 14px 10px; }

.general-table th {
  font-weight: bold;
  text-align: center;
  background-color: #E0EFDC;
  font-size: 16px; }

.general-table td {
  font-size: 15px; }

/*.general-table-2 td {
  min-width: 50%; }

.general-table-3 td {
  min-width: 33px; }

.general-table-4 td {
  min-width: 25%; }*/
.general-h2-1 {
  color: #333333;
  font-size: 28px;
  margin: 40px 0 30px; }

.general-h2-1::before {
  border-bottom: 5px solid rgba(26, 68, 0, 0.6);
  width: 100px;
  content: "";
  display: block;
  margin-bottom: 16px; }

.general-h2-2 {
  border-top: 5px solid #1A4400;
  border-bottom: 1px dotted #A6A6A6;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 16px 0; }

.general-h3 {
  border-bottom: 1px solid #CCCCCC;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 19px; }

.general-h3::before {
  border: 3px solid #1A4400;
  content: "";
  margin-right: 11px; }

.general-h4 {
  border-left: 8px solid #1A4400;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 30px; }

.general-h4-2 {
  border-left: 8px solid #999999; }

.general-h4-3 {
  border-left: 8px solid #46BB00; }

.general-h2-center {
  color: #1A4400;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 46px;
  padding: 10px 0 0;
  text-align: center; }

.general-h2-center::before {
  border-top: 1px solid #1A4400;
  margin: 10px 0 26px;
  content: "";
  width: 60px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -30px; }

.general-QA-dl {
  margin-bottom: 48px; }

.general-QA {
  background-repeat: no-repeat;
  color: #333333;
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 8px 0 8px 60px; }

.general-QA-Q {
  background-image: url(../../page/img/QA-Q-icon.png); }

.general-QA-A {
  background-image: url(../../page/img/QA-A-icon.png); }

.general-PDF-block {
  margin-bottom: 28px;
  overflow: hidden; }

.general-PDF-block::after {
  content: "";
  display: block;
  clear: both; }

.general-PDF-p {
  background-image: url(../../page/img/link-right-icon.png);
  background-position: top 20px left 10px;
  background-repeat: no-repeat;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  padding: 16px 0 0 26px;
  width: 740px; }

.general-PDF-p a {
  display: block;
  color: inherit;
  text-decoration: none; }

.general-PDF-button {
  border: 2px solid #194400;
  box-sizing: border-box;
  color: #194400;
  display: inline-block;
  float: right;
  font-size: 17px;
  font-weight: bold;
  width: 260px; }

.general-PDF-button a {
  background-image: url(../../page/img/install-icon.png);
  background-position: center left 18px;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 13px 2px 13px 61px;
  display: block;
  color: inherit; }

.general-PDF-button a:hover {
  background-color: #E5F2E1; }

.general-consultation {
  margin-bottom: 40px; }

.general-consultation::after {
  content: "";
  display: block;
  clear: both; }

.wrap-consultation-explanation {
  float: right;
  padding: 8px 0 0 35px;
  width: 680px; }

.consultation-h {
  background-image: url(../../page/img/consulutation-icon.png);
  background-position: top 5px left 0px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border-bottom: 1px solid #999;
  color: #194400;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 12px;
  padding: 0 0 6px 26px; }

.consultation-p {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em; }

.consultation-link {
  overflow: hidden;
  text-align: right; }

.consultation-link a {
  border: 2px solid #1A4400;
  background-image: url(../../page/img/link-right-icon.png);
  background-position: center right 14px;
  background-repeat: no-repeat;
  color: #194400;
  display: inline-block;
  float: right;
  font-size: 17px;
  font-weight: bold;
  padding: 4px 42px 4px 20px;
  text-decoration: none; }

.consultation-link a:hover {
  background-color: #E5F2E1; }

.company-info {
  border: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  padding: 0px 0;
  margin-bottom: 42px; }

.company-info::after {
  content: "";
  clear: both;
  display: block; }

.company-info-right {
  margin: 20px 0;
  border-left: 1px solid #D6D6D6;
  padding: 10px 10px 10px 45px; }

.company-info-right adress {
  display: inline-block;
  margin: 0px 0 10px 0;
  font-size: 16px;
  color: #333333; }

.company-info-right p {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 0px 0; }

.company-info-right-right {
  margin: 0 0 0 auto; }

.company-info-left {
  margin: 20px 0;
  display: inline-block;
  width: 265px; }

.company-info-left h3 {
  font-size: 24px;
  color: #194400;
  margin: 0 0 14px 40px; }

.company-info-left p {
  border: 1px solid #194400;
  margin-left: 40px;
  width: 144px;
  font-size: 14.5px;
  color: #194400; }

.company-info-left p a {
  background-image: url(../../page/img/map-icon.png);
  background-repeat: no-repeat;
  background-position: center left 12px;
  padding: 2px 25px 2px;
  display: block;
  color: inherit;
  text-decoration: none; }

.company-info-left p a:hover {
  background-color: #E5F2E1; }

.productpage-footer {
  background-image: url(../../page/img/footer-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 27px 0 28px; }

.productpage-footer .content {
  width: 1000px;
  display: block; }

.footer-consultation {
  color: #194400;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px; }

#wrap-footer-adress {
  align-items: center;
  display: -webkit-flex;
  display: -o-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex; }

.telephone-block {
  color: #1A4400;
  font-weight: bold;
  width: 300px; }

.telephone-block .tel-num {
  font-size: 32px; }

.telephone-block .tel-str {
  font-size: 16px; }

.telephone-block a {
  text-decoration: none; }

.fax-block {
  color: #1A4400;
  font-weight: bold;
  width: 340px; }

.fax-block .fax-num {
  font-size: 32px; }

.fax-block .fax-str {
  font-size: 16px; }

.mail-block {
  border: 2px solid #1A4400;
  color: #1A4400;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  width: 360px; }

.mail-block a {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-image: url(../../page/img/footer-mail-icon.png);
  background-position: center left 25px;
  background-repeat: no-repeat;
  color: inherit;
  text-decoration: none;
  padding: 15px 47px 15px 66px;
  display: block; }

.mail-block a:hover {
  background-color: #fff;
  background-position: center left 28px; }

.block01 {
  margin-bottom: 40px;
  overflow: hidden; }

.imgRight {
  float: right;
  margin: 0 0 10px 20px; }

.imgLeft {
  float: left;
  margin: 0 20px 10px 0; }

.overflow_clear {
  overflow: hidden;
  height: 100%; }

.overflow_clear p,
.overflow_clear h2 {
  overflow: hidden;
  height: 100%; }

.table01 {
  border-top: 1px dotted #aaa;
  border-collapse: collapse;
  width: 100%; }

.table01 td,
.table01 th {
  border-bottom: 1px dotted #aaa;
  padding: 10px 0px;
  font-size: 15px;
  display: block;
  overflow: hidden; }

.table01 th {
  border: none;
  padding: 10px 10px 6px;
  text-align: left;
  font-weight: 700; }

.table01 li {
  font-size: 15px;
  margin-left: 10px; }

.tb-box1 th,
.tb-box1-2 th,
.tb-box2 th,
.tb-box3 th {
  background: #769C4B;
  padding: 16px 8px;
  color: #fff;
  border: none; }

.tb-box1 td,
.tb-box1-2 td,
.tb-box2 td,
.tb-box3 td {
  background: #E0EFDC;
  padding: 16px;
  border: none;
  position: relative; }

.fs_lv6 {
  font-size: 26px; }

.tb-box1-2 {
  overflow: hidden; }

.tb-box1-2 td:after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39px 0 39px 20px;
  border-color: transparent transparent transparent #769C4B; }

.greeting_wrap h2 {
  color: #1C4501;
  margin: 0 0 15px -40px;
  padding: 0 0 0 40px;
  position: relative;
  line-height: 1.5; }

.greeting_wrap h2:before {
  position: absolute;
  left: 0px;
  top: 12px;
  border-bottom: 2px solid #1C4501;
  content: "";
  display: inline-block;
  width: 30px;
  margin: 6px 0 0; }

/* RECRUIT */
.rec_head {
  border: 5px solid rgba(26, 68, 0, 0.6);
  margin: 0 0 40px;
  display: flex;
  width: 100%; }

.rec_head .left_box h2 {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 24px;
  color: #618e43; }

.rec_head .left_box p {
  padding: 20px 30px;
  font-size: 15px; }

.rec_head .right_box {
  display: flex;
  width: 400px;
  flex: 0 0 400px;
  flex-flow: row wrap; }

.right_box p {
  flex-grow: 1; }

dl.voice {
  margin: 0 0 40px; }

dl.voice dt {
  font-size: 1.8rem;
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 1px solid #768F66;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1A4400;
  cursor: pointer;
  padding: 30px 40px 25px;
  width: 100%; }

dl.voice dt:hover {
  opacity: 0.8; }

dl.voice dt span.dt_in {
  background: url(../img/icon_02.png) left center no-repeat;
  padding: 0 0 0 36px;
  font-size: 16px;
  margin: 0 30px 0 0; }

dl.voice dt.selected span.dt_in {
  background: url(../img/icon_03.png) left center no-repeat;
  background-size: auto auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto; }

dl.voice dd {
  display: none;
  padding: 40px 40px 0;
  color: #333; }

.base .imgRight {
  margin-left: 40px; }

li.base {
  margin-bottom: 30px;
  overflow: hidden; }

li.base h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px; }

li.base p {
  letter-spacing: 0.02em; }

.btn-center {
  margin: 10px 0 60px;
  text-align: center; }

.btn-center a {
  border: 3px solid #1A4400;
  display: inline-block;
  padding: 12px 60px;
  /*background: linear-gradient(135deg, #07B8A2, #016EB1 80%, #0158A7);*/
  font-size: 18px;
  color: #1A4400;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: relative; }

.btn-center a:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 0px;
  background: #1A4400;
  z-index: -1;
  height: 100%;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.btn-center a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: auto;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1A4400;
  border-right: 2px solid #1A4400;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.btn-center a:hover {
  border: 3px double #1A4400;
  color: #fff;
  background: transparent; }

.btn-center:hover a:before {
  width: 100%; }

.btn-center a:hover::after {
  right: 20px;
  opacity: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }

@media screen and (max-width: 680px) {
  #contents {
	padding: 10px 2% 10px;
    width: 100%;
    box-sizing: border-box; }
  div.company-info {
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
    box-sizing: border-box;
    display: block; }
    div.company-info div.company-info-left {
      text-align: center;
      width: 100%; }
      div.company-info div.company-info-left h3,
      div.company-info div.company-info-left p {
		font-size: 20px;
		line-height:1.5;
        margin-left: 0; }
      div.company-info div.company-info-left p {
		font-size: 14px;
        margin:0 auto;}
    div.company-info div.company-info-right {
      border: none;
	  border-top: 1px solid #D6D6D6;
      margin-top: 0;
      padding: 10px 0px 0px ;}
    div.company-info div.company-info-right-right {
      float: none;
      margin-bottom: 20px; }
      div.company-info div.company-info-right-right img {
        width: 100%;
        height: auto; }
.productpage-footer{
	padding: 30px 0 30px;
}
  div.productpage-footer .content {
    padding-right: 2%;
    padding-left: 2%;
    width: 100%; }
    div.productpage-footer .content #wrap-footer-adress {
      display: block; }
      div.productpage-footer .content #wrap-footer-adress .telephone-block,
      div.productpage-footer .content #wrap-footer-adress .fax-block,
      div.productpage-footer .content #wrap-footer-adress .mail-block {
        width: 100%;
        text-align: center;
		line-height:1.5;
        margin: 0px 0; }
		div.productpage-footer .content #wrap-footer-adress .mail-block{
        margin: 10px 0 0;
		}
    div.productpage-footer .content .footer-consultation {
	  margin-bottom: 6px;
      text-align: center; }
  .greeting_wrap h2 {
	  font-size:18px;}
  img.imgRight,
  img.imgLeft {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: auto; }
  div.block {
    width: 100%;
    overflow: auto; }
  table.general-table.general-table-4,
  table.general-table.general-table-3,
  table.general-table.general-table-2,
  ul.general-dl {
	  }
	  .general-dl-li {
		  flex-direction:column;
	  }
	  .general-dl-li h3 {
		  width:100%;
		  padding: 10px 8px;
		  display: block;
		  text-align:center;
		  border-top: 1px solid #1A4400;
	  }
	    .general-dl-li p {
			font-size: 15px;
			width: 100%;
			border: none;
			display: block;
			padding: 14px 8px 14px;
		}
  div.dibox.tableBlock2 {
    width: 100%; }
    div.dibox.tableBlock2 .tb-box1-2 th,
    div.dibox.tableBlock2 .tb-box1-2 td {
      width: 100%;
      display: block; }
    div.dibox.tableBlock2 .tb-box1-2 td::after {
      display: none; }
  div.maintenance-block ul {
    display: block; }
    div.maintenance-block ul li.maintenance-li {
      display: block;
      width: 100%;
      box-sizing: border-box;
      margin-bottom: 20px; }
  div.stepbox {
    margin-bottom: 0; }
    div.stepbox ul li {
      display: block; }
      div.stepbox ul li .left {
        width: 100%;
        display: block; }
      div.stepbox ul li .right h3,
      div.stepbox ul li .right p.stepbox-maintxt {
		font-size: 16px;
        margin-right: 0;
        margin-left: 0; }
      div.stepbox ul li::after {
        display: none; }
  div.general-img.general-img-1 {
    margin-bottom: 15px;
    display: block;
    padding-bottom: 0; }
    div.general-img.general-img-1 img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
  ul.general-img.general-img-2 {
    margin-bottom: 15px;
    padding-bottom: 0; }
    ul.general-img.general-img-2 li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; }
      ul.general-img.general-img-2 li img {
        width: 100%;
        height: auto; }
  ul.general-img.general-img-3 {
    margin-bottom: 15px;
    padding-bottom: 0; }
    ul.general-img.general-img-3 li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; }
      ul.general-img.general-img-3 li img {
        width: 100%;
        height: auto; }
  ul.general-img.general-img-4 {
    margin-bottom: 15px;
    padding-bottom: 0; }
    ul.general-img.general-img-4 li {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; }
      ul.general-img.general-img-4 li img {
        width: 100%;
        height: auto; }
  div.general-PDF-block p.general-PDF-p {
    width: 100%; }
  div.general-PDF-block p.general-PDF-button {
    float: none;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
  div.general-consultation img {
    width: 100%;
    height: auto; }
  .wrap-consultation-explanation {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  div.product-explanation-image {
    overflow-x: hidden; }
    div.product-explanation-image .product-image-explanation {
      width: 90%;
      margin: auto;
      box-sizing: border-box;
      padding-right: 2%;
      padding-left: 2%;
      bottom: 0;
      top: 0;
      height: 90%;
      padding-bottom: 20%;
      right: 0;
      left: 0;
      overflow-y: auto;
	  background-color: rgba(255, 255, 255, 0.8);
	  background-position: bottom 8px right 10px;
	  background-size:30px 15px; }
      div.product-explanation-image .product-image-explanation p {
		line-height: 1.5em;
		font-size:15px;
      /*overflow-y: auto;*/
        max-height: none; }
      div.product-explanation-image .product-image-explanation h3 {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 20px; }
        div.product-explanation-image .product-image-explanation h3::after {
          margin-top: 6px; }
    div.product-explanation-image img {
      width: 100%;
      height: auto; }
  .product-image-list ul .product-image-li {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; }
    .product-image-list ul .product-image-li img {
      width: 100%;
      height: auto; }
  div.before-after-image ul {
    background: none;
    padding:0;}
    div.before-after-image ul li.before-after-li {
      float: none;
      display: block;
      width: 100%; }
      div.before-after-image ul li.before-after-li img {
        width: 100%;
        height: auto; }
      div.before-after-image ul li.before-after-li:nth-child(2n-1)::after {
        content: "";
        display: inline-block;
        margin: 20px 0px 5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 36px 0 36px;
		border-color: #6f885f transparent transparent transparent;
 }
  div.btn-center {
    width: 100%; }
    div.btn-center a {
      width: 100%;
      box-sizing: border-box; }
  p.consultation-p {
    margin-bottom: 15px; }
  p.consultation-link a {
    width: 100%;
    box-sizing: border-box;
    text-align: center; }
  div.rec_head {
    display: block; }
    div.rec_head .right_box {
      width: 100%; }
      div.rec_head .right_box p {
        width: 50%; }
        div.rec_head .right_box p img {
          width: 100%;
          height: auto; }

#product-top-image {
	padding: 30px 0 20px;
}
#product-top-image h2{
	font-size:24px;
	padding-bottom: 0px;
}
#product-top-image p{
	padding-top: 6px;
	background-image: none;
}
.general-h2-1 {
    color: #333333;
    font-size: 20px;
	line-height:1.5;
    margin: 30px 0 25px;
}
.mail-block a {
    background-image: url(../../common/img/footer-mail.png);
    background-position: 5% center;
    padding: 15px 10px 15px 40px;
}
.head_base {
	height:0px;
}
.mb9 {
    margin-bottom: 24px;
}
.general-h2-2 {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 12px 0;
}
.general-h4 {
    font-size: 17px;
    margin-bottom: 20px;
}
.consultation-link a {
    padding: 4px 25px 4px 10px;
}
.maintenance-block {
    padding-bottom: 30px;
}
.dibox {
    margin-bottom: 40px;
}
.table01 td, .table01 th {
    padding: 6px 0px;
}
.table01 th {
	padding: 6px 0px 2px;
}
.general-QA-dl {
    margin-bottom: 20px;
}
.general-QA {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 4px 0 4px 40px;
	background-size:32px 32px;
}
.general-h2-center {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 6px 0 0;
}
.general-table th, .general-table td {
    width: auto;
    border: 1px solid #BBBBBB;
    padding: 10px 8px;
	line-height:1.5;
}
table.general-table.general-table-4, 
table.general-table.general-table-3 {
	min-width:100%;
	overflow: auto;
	white-space: nowrap;
	display:block;
}
	table.general-table.general-table-4 th,
	table.general-table.general-table-4 td,
	table.general-table.general-table-3 th,
	table.general-table.general-table-3 td  {
		display: table-cell!important;
		width: auto;
	}
.rec_head {
    border: none;
	background:rgba(26, 68, 0, 0.1);
    margin: 0 0 30px;
}
.rec_head .left_box h2 {
	text-align:left;
	padding: 20px 15px 10px;
}
.rec_head .left_box p {
	padding: 15px ;
}
.block01 {
    margin-bottom: 30px;
}
dl.voice {
    margin: 0 0 30px;
}
dl.voice dt {
	padding: 15px 15px 10px;
	font-size: 19px;
}
dl.voice dt span.dt_in {
    padding: 0 0 0 30px;
    font-size: 14px;
    margin: 0 10px 0 0;
}
dl.voice dd {
    display: none;
    padding: 20px 15px 0;
    color: #333;
}
li.base h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
li.base p.comment {
    letter-spacing: 0;
	font-size:16px;
}
.base .imgRight {
    margin: 0 0 10px;
}

.telephone-block a {
  text-decoration:underline; }
  
.general-PDF-button{
	margin:5px 0 0;}
.general-PDF-button a{
	padding: 13px 40px 13px 40px;}

}

/*# sourceMappingURL=index.css.map */
