@charset "UTF-8";
#wateroem-page {
  background: #f6f6f6;
  overflow-x: hidden;
  overflow-y: hidden;
}
.wateroem .heading-primary {
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-family: YuGothic, '游ゴシック', sans-serif;
}
.wateroem .heading-primary .image {
  width: 1600px;
  position: relative;
  margin-left: -1010px;
}
.wateroem .heading-primary .inr {
  position: absolute;
  top: 0;
  left: 50px;
  display: table;
  height: 270px;
  color: #fff !important;
}
.wateroem .heading-primary .inr div {
  display: table-cell;
  vertical-align: middle;
}
.wateroem .heading-primary .inr .small {
  font-size: 21px;
  color: #fff !important;
}
.wateroem .heading-primary .inr .large {
  font-size: 42px;
  margin-top: 15px;
}
.wateroem .heading-primary .inr2 {
  position: absolute;
  top: 0;
  left: 40px;
  display: table;
  height: 150px;
  color: #fff !important;
}
.wateroem .heading-primary .inr2 div {
  display: table-cell;
  vertical-align: middle;
}
.wateroem .heading-primary .inr2 .small {
  font-size: 18px;
  color: #fff !important;
}
.wateroem .heading-primary .inr2 .large {
  font-size: 34px;
  margin-top: 15px;
}
.wateroem .heading-secondary {
  
}
.wateroem .heading-tertiary {

}
.wateroem .heading-tertiary::after {
  content: "";
  width: 660px;
  height: 1px;
  display: block;
  background: #2664d7;
  border: none;
}
.wateroem .heading-tertiary img {
  padding: 0 40px 20px;
}
.wateroem .heading-quaternary {
  background: #dfe8ff;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: bold;
}
.wateroem .heading-quinary {
  font-size: 24px;
  color: #2664d7 !important;
  line-height: 1.6 !important
}
.wateroem .heading-senary {
  font-size: 18px;
  color: #2664d7 !important;
}
.wateroem .heading-text {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .2em;
}
.wateroem .heading-text h2 {
  padding-top: 30px;
  width: 980px;
  margin: 0 auto;
  font-weight: bold;
  font-family: YuGothic, '游ゴシック', sans-serif;
  letter-spacing: 1px;
}
.fix-wrap {
  position: relative;
overflow: hidden;
}
.wateroem-fix {
  position: absolute;
  top: 0;
  right: 0;
  height: 260px;
  margin-top: 40px;
}
.wateroem a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.wateroem .content-wrap {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}
.wateroem .content-wrap .content-box {
  width: 700px;
  float: left;
}
.wateroem .content-wrap .content-box .row {
  padding: 40px 0;
  background: #fff;
  margin: 0;
}
/*  wateroem-page 共通  */
#wateroem-page .list ul {
  overflow: hidden;
}
#wateroem-page .list ul li {
  border: 1px solid #2664d7;
  position: relative;
  background: #fff;
}
#wateroem-page .list ul li:last-child {
  margin-right: 0;
}
#wateroem-page.wateroemsupport .list ul li:nth-child(3n),
#wateroem-page.wateroemsupport .list ul li:nth-child(4n) {
  margin-bottom: 0 !important;
}
#wateroem-page .list .point {
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
  line-height: 42px;
}
#wateroem-page .list .txt {
  padding: 10px 25px 20px;
  font-size: 14px;
  line-height: 1.6;
}
#wateroem-page .list .more {
  text-align: center;
  background: #2664d7;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
#wateroem-page .list .more::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
}
#wateroem-page .list .more.coming {
  background: #757575;
}
#wateroem-page .list .more.coming::after {
  content:'';
  border: none;
}
#wateroem-page .list a {
  display: block;
  text-decoration: none;
}
#wateroem-page .list a:hover {
  text-decoration: none;
  opacity: 1 !important;
}
#wateroem-page .list a:hover .point {
  color: #2664d7;
  transition: 0.7s;
}
#wateroem-page .list a::after {
  content: "";
  border: 0px solid #2664d7;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#wateroem-page .list a:hover::after {
  content: "";
  border: 4px solid #2664d7;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#wateroem-page hr {
  background: #2664d7;
  border: none !important;
  width: 658px;
  margin: 50px 0 30px;
}
#wateroem-page .page-nav {
  width: 100%;
  border-top: 1px solid #2664d7;
  border-bottom: 1px solid #2664d7;
  margin-bottom: 15px;
}
#wateroem-page .page-nav ul {
  overflow: hidden;
  background: #fff;
  font-size: 14px;
}
#wateroem-page .page-nav ul li {
  float: left;
  position: relative;
}
#wateroem-page .page-nav a,
#wateroem-page .page-nav span {
  padding: 12px 0;
  text-align: center;
  display: block;
}
#wateroem-page .page-nav a:hover,
#wateroem-page .page-nav span{
  color: #fff;
  background: url(../img/wateroem/wateroem-slant-bg.jpg);
  text-decoration: none;
/* 
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
*/
}
#wateroem-page .page-nav .line a::after,
#wateroem-page .page-nav .line .nolink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 16px;
  background: #2664d7;
}

#wateroem-page.kirea .page-nav .nolink,
#wateroem-page.minera .page-nav .nolink,
#wateroem-page.sea .page-nav .nolink {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 140px;
  height: 38px;
}
#wateroem-page.kirea .page-nav a,
#wateroem-page.minera .page-nav a,
#wateroem-page.sea .page-nav a {
  padding: 3px 0 !important;
  line-height: 1.2;
  height: 38px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 140px;
}
#wateroem-page.kirea .page-nav span,
#wateroem-page.minera .page-nav span,
#wateroem-page.sea .page-nav span {
  padding: 3px 0 !important;
  line-height: 1.2;
  height: 38px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 140px;
}

#wateroem-page .content-nav {
  overflow: hidden;
  border-top: 3px solid #2664d7;
  font-size: 13px;
  line-height: 1.6;
}
#wateroem-page .content-nav ul li span {
  width: 350px;
  float: left;
  display: block;
  overflow: hidden;
  background: #fff;
  color: #2664d7 !important;
}
#wateroem-page .content-nav ul li a {
  width: 350px;
  float: left;
  display: block;
  overflow: hidden;
  background: #e8f4fe;
}
#wateroem-page .content-nav figure {
  width: 69px;
  float: left;
}
#wateroem-page .content-nav .cn-meta {
  display: table;
  float: right;
  height: 63px;
  width: 230px;
  position: relative;
}
#wateroem-page .content-nav .cn-meta p {
  display: table-cell;
  vertical-align: middle;
}
#wateroem-page .content-nav ul li span .cn-meta::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  border: 4px solid transparent;
  border-top: 7px solid #2664d7;
  color: #2664d7;
}
#wateroem-page .content-nav ul li a .cn-meta::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #2664d7;
}
#wateroem-page .content-nav ul li a:hover {
  background: #fff;
  color: #2664d7;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.wateroem .content-wrap .side {
  width: 240px;
  float: right;
}
.wateroem .content-wrap .side ul {
  border-top: 1px solid #2664d7;
  border-bottom: 1px solid #2664d7;
}
.wateroem .content-wrap .side li:first-child {
  border-top: none;
}
.wateroem .content-wrap .side li {
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-top: 1px solid #2664d7;
  position: relative;
  background: #fff;
}
.wateroem .content-wrap .side li a:after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #2664d7;
}
.wateroem .content-wrap .side li a,
.wateroem .content-wrap .side li span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
  display: block;
}
.wateroem .content-wrap .side li a:hover,
.wateroem .content-wrap .side li span {
  background: url(../img/wateroem/wateroem-side-bg.jpg);
  color: #fff;
}
.wateroem .content-wrap .side li span::after,
.wateroem .content-wrap .side li a:hover::after  {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
.wateroem .content-wrap .side .bnr {
  margin-top: 40px;
}
.wateroem a:hover img {
  opacity: 0.8;
}
.wateroem a img {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.wateroem .wateroem-contact {
  width: 980px;
  margin: 30px auto;
  border: 3px solid #2664d7;
  padding: 30px 40px;
  background: #fff;
}
.wateroem .wateroem-contact .title {
  text-align: center;
}
.wateroem .wateroem-contact .title:before{
  content: none;
}
.wateroem .wateroem-contact .inr {
  overflow: hidden;
  margin-top: 25px;
}
.wateroem .wateroem-contact .tel {
  width: 310px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.wateroem .wateroem-contact .tel .icon {
  width: 60px;
  float: left;
}
.wateroem .wateroem-contact .tel .txt {
  width: 225px;
  float: right;
}
.wateroem .wateroem-contact .tel .txt .ttl {
  font-size: 17px;
  font-weight: bold;
}
.wateroem .wateroem-contact .tel .txt .value {
  font-size: 26px;
  margin-top: 10px;
  color: #2664d7;
  letter-spacing: .1em;
}
.wateroem .wateroem-contact .tel .txt .caption {
  margin-top: 3px;
  color: #2664d7;
}
.wateroem .wateroem-contact .fax {
  width: 300px;
  float: left;
}
.wateroem .wateroem-contact .fax .icon {
  width: 60px;
  float: left;
}
.wateroem .wateroem-contact .fax .txt {
  width: 215px;
  float: right;
}
.wateroem .wateroem-contact .fax .txt .ttl {
  font-size: 17px;
  font-weight: bold;
}
.wateroem .wateroem-contact .fax .txt .value {
  font-size: 26px;
  margin-top: 10px;
  color: #2664d7;
  letter-spacing: .1em;
}
.wateroem .wateroem-contact .mail {
  width: 238px;
  float: left;
  border-left: 1px solid #dfe8ff;
  padding-left: 35px;
}
.wateroem .wateroem-contact .mail .ttl {
  font-size: 17px;
  font-weight: bold;
}
.wateroem .wateroem-contact .mail .value {
  margin-top: 10px;
}
.wateroem .block .txt {
  text-align: justify;
  text-justify: inter-ideograph;
}
.btn-list {
  clear: both;
  width: 300px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
}
.btn-list a {
  padding: 15px 0;
  display: block;
  background: #2664d7; 
  color: #fff;
  font-size: 20px;
  position: relative;
  letter-spacing: .1em;
  text-align: center;
}
.btn-list a::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.btn-list .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/*  wateroem  */
#wateroem .main-visual {
  background: url(../img/wateroem/wateroem-bg.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#wateroem .main-visual .copy {
  text-align: center;
  padding: 90px 0;
}
#wateroem .main-visual .strongpoint {
  background: #e0f1ff;
  padding: 20px 0 30px;
}
#wateroem .main-visual .strongpoint .inr {
  width: 980px;
  margin: 0 auto;
}
#wateroem .main-visual .strongpoint .ttl {
  text-align: center;
  margin-bottom: 15px;
}
#wateroem .main-visual .strongpoint ul {
  overflow: hidden;
}
#wateroem .main-visual .strongpoint ul li {
  width: 314px;
  float: left;
  margin-right: 19px;
  border: 1px solid #2664d7;
  position: relative;
  background: #fff;
}
#wateroem .main-visual .strongpoint ul li:last-child {
  margin-right: 0;
}
#wateroem .main-visual .strongpoint .point {
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
  line-height: 42px;
}
#wateroem .main-visual .strongpoint .point span {
  font-size: 42px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  font-style: italic;
}
#wateroem .main-visual .strongpoint .txt {
  padding: 10px 25px 20px;
  font-size: 14px;
  line-height: 1.6;
  height: 100px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#wateroem .main-visual .strongpoint .more {
  text-align: center;
  background: #2664d7;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
#wateroem .main-visual .strongpoint .more::after {
  content: url(../img/wateroem/wateroem-strongpoint-arw.png) ;
  display: block;
  position: absolute;
  bottom: 9px;
  right: 15px;
  z-index:1000;
}
#wateroem .main-visual .strongpoint a {
  display: block;
  text-decoration: none;
}
#wateroem .main-visual .strongpoint a:hover {
  text-decoration: none;
}
#wateroem .main-visual .strongpoint a:hover .point {
  color: #2664d7;
  transition: 0.7s;
}
#wateroem .main-visual .strongpoint a::after {
  content: "";
  border: 0px solid #2664d7;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#wateroem .main-visual .strongpoint a:hover::after {
  content: "";
  border: 4px solid #2664d7;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#wateroem .make {
  padding-top: 70px;
  text-align: center;
}
#wateroem .make .ttl {
}
#wateroem .make .txt {
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.3;
}
#wateroem .banner {
  width: 980px;
  margin: 50px auto 0;
}
#wateroem .banner ul {
  overflow: hidden;
}
#wateroem .banner ul li {
  float: left;
}
#wateroem .banner ul li:last-child {
  float: right;
}
#wateroem .col-3 {
  width: 980px;
  margin: 30px auto 0;
}
#wateroem .col-3 ul {
  overflow: hidden;
}
#wateroem .col-3 ul li {
  width: 320px;
  float: left;
  margin-right: 10px;
  background: #dbeaff;
  border-radius: 10px;
  padding: 25px 20px 20px;
}
#wateroem .col-3 ul li:last-child {
  margin-right: 0;
}
#wateroem .col-3 .element {
  overflow: hidden;
  display: table;
}
#wateroem .col-3 .element .icon{
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
#wateroem .col-3 .element .txt {
  display: table-cell;
  padding-left: 18px;
}
#wateroem .col-3 .element .txt .ttl {
  font-size: 20px;
  font-weight: bold;
}
#wateroem .col-3 .element .txt .text {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
#wateroem .col-3 .more {
  margin-top: 20px;
}
#wateroem .col-3 .more a {
  text-align: center;
  background: #2664d7;
  padding: 8px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
  position: relative;
}
#wateroem .col-3 .more a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
#wateroem .col-3 .more a::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}
#wateroem .wateroem {
  width: 980px;
  margin: 30px auto 0;
}
/*  wateroemsupport  */
.wateroemsupport .lead {
  padding: 0 40px;
}
.wateroemsupport .lead figure {
  border-top: 4px solid #2664d7;
  border-bottom: 1px solid #2664d7;
  text-align: center;
  padding: 30px 0;
}
.wateroemsupport .lead .txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}
.wateroemsupport .list ul {
  padding: 0 40px;
}
.wateroemsupport .list ul li {
  width: 294px;
  float: left;
  margin: 0 24px 35px 0;
}
.wateroemsupport .list ul li:nth-child(2n) {
  margin: 0 0 35px 0;
}
/*  wateroemsupport plandesign */
.plandesign .page-nav ul li {
  width: 25%;
}
.plandesign .element {
  padding: 30px 40px 0;
  clear: both;
}
.plandesign .element h4 {
  margin-bottom: 30px;
}
.plandesign .element .txt {
  float: left;
  width: 290px;
  font-size: 14px;
  line-height: 1.6;
}
.plandesign .element figure {
  float: right;
  width: 310px;
}
/*  bathoemsupport development */
.development .page-nav ul li {
  width: 25%;
}
.development .element {
  padding: 30px 40px 0;
  clear: both;
}
.development .element h4 {
  margin-bottom: 25px;
}
.development .lead figure {
  margin-bottom: 25px;
}
.development .lead .txt {
  font-size: 14px;
  line-height: 1.6;
}
.development .detail .txt {
  font-size: 14px;
  line-height: 1.6;
}
.development .detail .box {
  padding-top: 30px;
  clear: both;
}
.development .detail .box .txt {
  width: 300px;
  float: left;
}
.development .detail .box .txt p {
  margin-bottom: 3px !important;
}
.development .detail .box .txt p a {
  font-size: 11px;
  position: relative;
  text-decoration: underline;
  padding-left: 1em;
  display: block;
}
.development .detail .box .txt p a:hover {
  text-decoration: none;
}
.development .detail .box .txt p a::before {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #000;
}
.development .detail .box figure {
  width: 310px;
  float: right;
}
.development .detail h5 {
  margin-bottom: 30px;
}
.development .detail h6 {
  margin-bottom: 20px;
}
/*  watersupport production */
.production .page-nav ul li {
  width: 25%;
}
.production .element {
  padding: 30px 40px 0;
  clear: both;
}
.production .detail .element {
  padding: 60px 40px 0;
  clear: both;
}
.production .detail .element:first-child {
  padding: 20px 40px 0;
  clear: both;
}
.production .element h4 {
  margin-bottom: 25px;
}
.production .lead .txt {
  font-size: 14px;
  line-height: 1.6;
}

.production .detail .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.production .detail .box {
  border-top: 1px solid #dadada;
  padding-top: 30px;
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}
.production .detail .box h4 {
  font-size: 20px;
  font-weight: bold;
}
.production .detail .box h4::before {
  content: "●";
  color: #2664d7;
  margin-right: 5px;
  font-size: 27px;
  vertical-align: middle;
}
.production .detail .box figure {
  width: 310px;
  float: left;
}
.production .detail .box .txt {
  width: 290px;
  float: right;
  font-size: 14px;
  line-height: 1.6;
}
.production .detail .box .txt span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.production .detail .box .txt p:last-child {
  margin-top: 20px;
}
.production .detail .box .ion-text {
  clear: both;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
}
.production .detail .image-large {
  margin-top: 20px;
}
.production .detail .box .box-cell {
  clear: both;
  overflow: hidden;
}
.production .detail .box .box-cell:last-child {
  margin-top: 20px;
}
/*  wateroemsupport quality */
.quality .page-nav ul li {
  width: 25%;
}
.quality .element {
  padding: 30px 40px 0;
  clear: both;
}
.quality .element h4 {
  margin-bottom: 20px;
}
.quality .element .txt {
  font-size: 14px;
  line-height: 1.6;
}
.quality .element .large-image {
  padding-bottom: 30px;
}
.quality .element .left-txt {
  float: left;
  width: 300px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.quality .element .right-image figure {
  margin-top: 30px;
  float: right;
  width: 310px;
}
.quality .detail .box {
  border-top: 1px solid #dadada;
  padding-top: 30px;
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}
.quality .element h3 + .box,
.quality .element .txt + .box {
  border: none;
  margin-top: 0;
}
.quality .element h3 + .txt {
  margin-top: 20px;
}
.quality .detail .box figure {
  width: 310px;
  float: left;
}
.quality .detail .box .txt {
  width: 290px;
  float: right;
  font-size: 14px;
  line-height: 1.6;
}
.quality .detail .box .txt p:last-child {
  margin-top: 15px;
}
.quality .detail .box h4 {
  font-size: 20px;
  font-weight: bold;
}
.quality .detail .box h4::before {
  content: "●";
  color: #2664d7;
  margin-right: 5px;
  font-size: 27px;
  vertical-align: middle;
}
.quality .detail .box .txt-wide {
  font-size: 14px;
  line-height: 1.6;
}
/*  material */
.material .lead {
  padding: 0 40px;
  margin: 0 !important;
}
.material .lead figure {
  border-top: 4px solid #2664d7;
  border-bottom: 1px solid #2664d7;
  text-align: center;
  padding: 30px 0;
}
.material .lead .txt {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}
.material .list {
  padding: 0 40px;
}
.material .list ul li {
  margin-top: 30px;
  overflow: hidden;
}
.material .list figure {
  width: 255px;
  float: left;
}
.material .list .right-box {
  width: 322px;
  float: right;
  margin-right: 20px;
}
.material .list .point {
  line-height: 1.6 !important;
  text-align: left !important;
  margin-top: 25px !important;
}
.material .list .txt {
  padding: 20px 0 35px !important;
  font-size: 14px;
  line-height: 1.6;
}
/*  natural  */
.natural .page-nav ul li {
  width: 50%;
}
.natural .element {
  padding: 30px 40px 0;
  clear: both;
}
.natural .element h4 {
  margin-bottom: 25px;
}
.natural .lead .txt,
.natural .lead .silicate {
  font-size: 14px;
  line-height: 1.6;
}
.natural .lead .silicate .data {
  line-height: 12px;
  border: none !important;
}
.natural .lead figure {
  padding: 25px 0;
}
.natural .lead .drink .data {
  border: 1px solid #f2f2f2;
}
.natural .data {
  margin-top: 25px;
  display: table;
}
.natural .data .image {
  width: 310px;
  display: table-cell;
  vertical-align: middle;
}
.natural .data .data-table {
  width: 310px;
  display: table-cell;
  padding: 20px 45px;
  background: #f2f2f2;
}
.natural .data .data-table .title {
  font-size: 18px;
  color: #2664d7;
  text-align: center;
}
.natural .data .data-table .sub-title {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.natural .data .data-table .total {
  border: 1px solid #1B1B1D;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  margin-top: 10px;
}
.natural .data .data-table .pickup {
  color: #2664d7;
}
.natural .data .data-table table {
  width: 100%;
  font-size: 12px;
}
.natural .data .data-table table th {
  width: 75%;
  padding: 0 0 4px;
  font-weight: normal;
}
.natural .data .data-table table td {
  width: 25%;
  padding: 0 0 4px;
}
.natural .silicate .element {
  padding-top: 0;
}
.natural .silicate .txt {
  font-size: 14px;
  line-height: 1.6;
}
.natural .silicate .data .data-table .title {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.natural .silicate .data .data-table table th {
  padding: 0 0 10px;
  width: 50% !important;
}
.natural .silicate .data .data-table table td {
  padding: 0 0 10px;
  width: 50% !important;
}
.natural .btn {
  clear: both;
  width: 300px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
}
.natural .btn a {
  padding: 20px 0;
  display: block;
  background: #2664d7; 
  color: #fff;
  font-size: 20px;
  position: relative;
}
.natural .btn a::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.natural .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.natural .hardness .element,
.natural .pack .element,
.natural .drink .element {
  padding-top: 0 !important;
}
/*  deepoceanwater  */
.deepoceanwater .page-nav ul li {
  width: 50%;
}
.deepoceanwater .element {
  padding: 30px 40px 0;
  clear: both;
}
.deepoceanwater .detail .element {
  padding: 0px 40px 0;
  clear: both;
}
.deepoceanwater .lead .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
}
.deepoceanwater .detail .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.deepoceanwater .detail figure {
  margin-top: 30px;
}
.deepoceanwater .detail .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.deepoceanwater .detail .title + figure {
  margin-top: 20px !important;
}
.deepoceanwater .detail h5 {
  margin-top: 30px;
}
.deepoceanwater .list {
}
.deepoceanwater .list ul {
  overflow: hidden;
}
.deepoceanwater .list ul li {
  width: 199px;
  margin-right: 11px;
  float: left;
}
.deepoceanwater .list ul li:last-child {
  margin-right: 0;
}
.deepoceanwater .list .txt {
  padding: 10px 25px !important;
  font-size: 18px !important;
  line-height: 1.6;
  height: 5em;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  width: 199px !important;
}
.deepoceanwater .list a:hover .txt {
  color: #2664d7;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
/*  deepoceanwater-content1  */
.deepoceanwater-content1 .page-nav ul li {
  width: 50%;
}
.deepoceanwater-content1 .element {
  padding: 30px 40px 0;
  clear: both;
}
.deepoceanwater-content1 .lead .txt {
  font-size: 14px;
  line-height: 1.6;
}
.deepoceanwater-content1 .lead .txt p {
  margin-bottom: 20px;
}
.deepoceanwater-content1 .lead figure {
  margin-bottom: 20px;
}
.deepoceanwater-content1 .feature h4 {
  margin-left: 40px;
}
.deepoceanwater-content1 .feature .element {
  border: 1px solid #f4f4f4;
  background: url(../img/bathoem/deepoceanwater-content1-bg.jpg);
  margin: 20px 40px 0; 
  padding: 30px 35px 0 !important;
  display: table;
}
.deepoceanwater-content2 .btn_intro {
  text-align: center;
  margin: 40px 0 0;
}
.deepoceanwater-content1 .feature .element .box {
  display: table-cell;
  padding-right: 20px;
  font-size: 14px;
}
.deepoceanwater-content1 .feature .element .box .title {
  margin-bottom: 5px;
  font-size: 17px;
}
.deepoceanwater-content1 .feature .element .box .blue { color: #4cbcd0; }
.deepoceanwater-content1 .feature .element .box .green { color: #28b67b; }
.deepoceanwater-content1 .feature .element .box .yellow { color: #d3bd07; }
.deepoceanwater-content1 .feature .element .box .orange { color: #ff7234; }
.deepoceanwater-content1 .feature .element .box .purple { color: #6976ed; }
.deepoceanwater-content1 .feature .element .box .txt {
  margin-bottom: 25px;
  font-size: 12px;
  line-height: 1.6;
}
.deepoceanwater-content1 .feature .element .image {
  display: table-cell;
  vertical-align: middle;
  width: 294px;
}
/*  deepoceanwater-content2  */
.deepoceanwater-content2 .page-nav ul li {
  width: 50%;
}
.deepoceanwater-content2 .element {
  padding: 30px 40px 0;
  clear: both;
}
.deepoceanwater-content2 .brandmark .element {
  padding: 10px 40px 0;
  overflow: hidden;
}
.deepoceanwater-content2 .lead .txt {
  font-size: 14px;
  line-height: 1.6;
}
.deepoceanwater-content2 .lead .txt p {
  margin-bottom: 25px;
}
.deepoceanwater-content2 .lead .list .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.deepoceanwater-content2 .lead .list .title::before {
  content: "●";
  color: #2664d7;
  margin-right: 5px;
}
.deepoceanwater-content1 .feature .btn_intro {
	text-align: center;
	margin: 40px 0 0;
}
.deepoceanwater-content2 .lead .list .txt {
  margin: 0 0 25px 20px;
  padding: 0 !important;
}
.deepoceanwater-content2 .use h4,
.deepoceanwater-content2 .brandmark h4 {
  margin-left: 40px;
}
.deepoceanwater-content2 .use .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.deepoceanwater-content2 .brandmark .txt {
  width: 413px;
  float: left;
  font-size: 14px;
  line-height: 1.6;
}
.deepoceanwater-content2 .brandmark .txt span {
  font-size: 12px;
  display: block;
  text-align: right;
}
.deepoceanwater-content2 .brandmark .image {
  width: 183px;
  float: right;
}
.deepoceanwater-content2 .brandmark .image p {
  font-size: 11px;
  margin: 5px 5px 0;
}
/*  faq  */
.faq .content-wrap {
  padding-top: 30px !important;
}
.faq .element {
  padding: 30px 40px 0;
  clear: both;
}
.faq .flow .txt,
.faq .flow .flow-list {
  font-size: 14px;
  line-height: 1.6;
}
.faq .flow .flow-list ul {
  font-size: 0;
}
.faq .flow .flow-list ul li {
  clear: fixed;
  margin-bottom: 50px;
  position: relative;
  font-size: 14px;
  display: table;
}
.faq .flow .flow-list ul li::after {
  content: '';
  height: 16px;
  position: absolute;
  bottom: -44px;
  left: 91px;
  margin: auto 0;
  border: 12px solid transparent;
  border-top: 16px solid #2664d7;
  color: #2664d7;
}
.faq .flow .flow-list ul li:last-child {
  margin-bottom: 0 !important;
}
.faq .flow .flow-list ul li:last-child::after {
  content: '';
  height: 0px !important;
  position: absolute;
  bottom: 0px !important;
  left: 0px !important;
  margin: auto 0 !important;
  border: 0x solid transparent !important;
  border-top: 0px solid #ff7c49 !important;
  color: #2664d7;
}
.faq .flow .flow-list .image {
  width: 220px;
  display: table-cell;
  vertical-align: middle;
}
.faq .flow .flow-list p {
  width: 375px;
  display: inline-block;
  margin-left: 20px;
  line-height: 19px;
}
.faq .row:last-child {
    margin-top: 30px !important;
}
.faq .flow-list dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.faq .flow-list dl:last-child {
  margin-bottom: 0 !important;
}
.faq .flow-list dl dt {
  cursor: pointer;
  background: #f0f3fb;
  font-size: 18px;
  padding: 15px 20px;
  line-height: 44px;
  position: relative;
}
.faq .flow-list dl dt::before {
  content: url(../img/wateroem/faq-q.png);
  display: block; 
  width: 44px;
  float: left;
  margin-right: 15px;
}
.faq .flow-list dl dt:after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 0;
  top: 5px;
  right: 20px;
  margin: auto 0;
  border: 6px solid transparent;
  border-top: 10px solid #2664d7;
  color: #ff7c49;
}
.faq .flow-list dl dt.active:after {
  content: '';
  height: 10px;
  position: absolute;
  bottom: 5px;
  top: 0px;
  right: 20px;
  margin: auto 0;
  border: 6px solid transparent;
  border-bottom: 10px solid #2664d7;
  color: #ff7c49;
}
.faq .flow-list dl dd {
  width: 100%;
  display: none;
  border: 1px solid #f0f3fb;
  padding: 15px 20px;
  overflow: hidden;
}
.faq .flow-list dl dd.line1 {
	line-height: 50px;
}
.faq .flow-list dl dd::before {
  content: url(../img/wateroem/faq-a.png);
  display: block; 
  width: 44px;
  float: left;
  margin-right: 15px;
}
.faq .flow-list dl dd p {
  width: 518px;
  float: left;
}
/*  water  */
.water .content-wrap {
  padding-top: 30px !important;
}
.water .page-nav ul li {
  width: 33.3%;
}
.water .element {
  padding: 30px 40px 0;
  clear: both;
}
.water .block .txt {
  font-size: 14px;
  line-height: 1.6;
}
.water table {
  width: 100%;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  font-size: 14px;
  line-height: 1.6;
}
.water table th {
  background: #f6f6f6;
  padding: 13px;
  font-weight: normal;
  border-right: 1px solid #D2D2D2;
  vertical-align: middle;
}
.water table td {
  padding: 13px;
  border-right: 1px solid #D2D2D2;
  vertical-align: middle;
}
.water .element .caption {
  margin-top: 20px;
  font-size: 14px;
}
/*  hardness  */
.hardness .content-wrap {
  padding-top: 30px !important;
}
.hardness .page-nav ul li {
  width: 33.3%;
}
.hardness .element {
  padding: 30px 40px 0;
  clear: both;
}
.hardness .block .top_txt {
  font-size: 14px;
  line-height: 1.6;
}
.hardness .block .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.hardness .block .txt p {
  margin-top: 10px;
}
.hardness .block figure {
  margin-top: 30px;
}
.hardness .lead  .txt:first-child {
  margin-top: 0 !important;
}
.hardness .block .type figure {
  padding-bottom: 30px;
}

.hardness .col3-list {
  margin: 30px 0px;
}
.hardness .col3-list::after {
  content:"";
  clear: both;
  display: table;
  margin: 0;
}
.hardness .col3-list dl {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.hardness .col3-list dl:nth-of-type(3) {
  margin-right: 0%;
}
.hardness .col3-list dl dt {
  text-align: center;
  margin-bottom: 20px;
}
.hardness .col3-list dl dd {
  text-align: center;
}
.hardness .col3-list dl dd h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px 15px 0px;
  padding: 0px 10px;
}
.hardness .col3-list dl dd > p{
  padding: 0px 10px;
  text-align: left;
}
.hardness .col3-list .more {
  text-align: center;
  background: #2664d7;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin: 20px 10px;
}
.hardness .col3-list .more::after {
  content: '';
  height: 4px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
}



/*  mineral  */
.mineral .content-wrap {
  padding-top: 30px !important;
}
.mineral .page-nav ul li {
  width: 33.3%;
}
.mineral .element {
  padding: 30px 40px 0;
  clear: both;
}
.mineral .block .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.mineral .lead .txt {
  margin-top: 0 !important;
}
.mineral .lead figure {
  width: 565px;
  margin: 30px auto 0;
}
.mineral .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #114ee6;
}
.mineral .title::before {
  content: "●";
  color: #114ee6;
  margin-right: 5px;
}
.mineral table {
  width: 100%;
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 20px;
}
.mineral table th {
  background: #f6f6f6;
  padding: 10px 5px;
  font-weight: normal;
  border-right: 1px solid #D2D2D2;
}
.mineral table td {
  padding: 10px 5px;
  border-right: 1px solid #D2D2D2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.mineral table .middle {
  vertical-align: middle;
}
.mineral table strong {
  font-size: 13px;
}
/*  product  */
.product .content-wrap {
  padding-top: 30px !important;
}
.product .lead {
  padding: 0 40px;
  margin: 0 !important;
}
.product .element {
  padding: 30px 40px 0;
  clear: both;
}
.product .lead figure {
  border-top: 4px solid #2664d7;
  border-bottom: 1px solid #2664d7;
  text-align: center;
  padding: 30px 0;
}
.product .lead .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.product .list li {
  margin-bottom: 30px;
}
.product .list li:last-child {
  margin-bottom: 0;
}
.product .list li {
  overflow: hidden;
}
.product .list figure {
  width: 246px;
  float: left;
}
.product .list .box {
  width: 372px;
  float: left;
  border-left: 1px solid #ebebeb;
  height: 208px;
  position: relative;
  padding: 0 20px;
  text-align: left !important;
}
.product .list .box .ttl {
  padding-top: 30px;
  font-size: 22px;
}
.product .list .box .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.product .list .box .more {
  width: 331px;
  position: absolute !important;
  bottom: 20px;
  left: 20px;
}
.product .list a:hover .ttl {
  color: #2664d7;
}
/*  kirea  */
.kirea .content-wrap {
  padding-top: 30px !important;
}
.kirea .page-nav ul li {
  width: 20%;
}
.kirea .element {
  padding: 30px 40px 0;
  clear: both;
}
.kirea h4 {
  color: #245de8;
  font-size: 24px; 
}
.kirea h4 span {
  margin-top: 10px;
  display: block;
  font-size: 14px; 
}
.kirea h5 {
  font-size: 20px;
  margin-top: 20px;
}
.kirea .element .box {
  overflow: hidden;
  margin-top: 10px;
}
.kirea .element .box .right-image {
  float: right;
  margin: 0 0 30px 30px;
}
.kirea .element .box .txt {
  font-size: 14px;
  line-height: 1.6;
}
/*  sea  */
.sea .content-wrap {
  padding-top: 30px !important;
}
.sea .page-nav ul li {
  width: 20%;
}
.sea .element {
  padding: 30px 40px 0;
  clear: both;
}
.sea h4 {
  color: #245de8;
  font-size: 24px; 
}
.sea h4 span {
  margin-top: 10px;
  display: block;
  font-size: 14px; 
}
.sea h5 {
  font-size: 20px;
  margin-top: 20px;
}
.sea .element .box {
  overflow: hidden;
  margin-top: 10px;
}
.sea .element .box .right-image {
  float: right;
  margin: 0 0 0 30px;
}
.sea .element .box .txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.sea .element .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.sea .element .image {
  margin-top: 20px;
}
/*  minera  */
.minera .content-wrap {
  padding-top: 30px !important;
}
.minera .page-nav ul li {
  width: 20%;
}
.minera .element {
  padding: 30px 40px 0;
  clear: both;
}
.minera h4 {
  color: #245de8;
  font-size: 24px; 
}
.minera h4 span {
  margin-top: 10px;
  display: block;
  font-size: 14px; 
}
.minera h5 {
  font-size: 20px;
  margin-top: 20px;
}
.minera .element .box {
  overflow: hidden;
  margin-top: 10px;
}
.minera .element .box .right-image {
  float: right;
  margin: 0 0 0 30px;
}
.minera .element .box .txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.minera .element .txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.minera .element .image {
  margin-top: 20px;
}