@charset "UTF-8";

html {
  color: #000;
  font-size: 10px;
  line-height: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  border-top: .25em solid #59c3e1;
  /*font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
}

@media only screen and (max-width: 48em) {
  body {
    font-size: 2.08333333vw;
  }
}

@media only screen and (max-width: 42em) {
  body {
    font-size: 6.25vw;
  }
}

img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

a {
  color: #1e86fa;
}

a:hover img,
.btn:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

.width {
  margin-right: auto;
  margin-left: auto;
  max-width: 48em;
}

.header {
  border-bottom: .15em solid #59c3e1;
}

.header .width {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header_right {
  margin-bottom: 1.35em;
  padding-top: 2.2em;
  text-align: right;
}

.logo {
  float: left;
  font-size: 1em;
  margin-top: 2.3em;
  width: 15.75em;
}

.headerTel {
  margin-right: .95em;
  vertical-align: middle;
  width: 14.2em;
}

.headerBtn,
.headerBtn li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.headerBtn {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.headerBtn li {
  margin-left: .2em;
  width: 6.6em;
}

.headerBtn img {
  border-radius: .25em;
  -webkit-box-shadow: 0 .1em .3em rgba(4, 0, 0, .36);
  box-shadow: 0 .1em .3em rgba(4, 0, 0, .36);
}

.nav-company {
  background-color: #eeeceb;
  border: 1px solid #c8c3c0;
  border-top: 0;
  border-radius: 0 0 .23076923em .23076923em;
  color: #000204;
  display: block;
  font-size: .65em;
  padding-top: .76923077em;
  padding-bottom: .53846154em;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  text-decoration: none;
  width: 7.30769231em;
}

.gnav {
  background-color: #cdedf6;
  border-bottom: 1px solid #fff;
}

.gnav ul {
  background-color: #59c3e1;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.gnav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20%;
}

.gnav a {
  border-left: 1px solid #fff;
  display: block;
  line-height: 2.35;
}

.gnav a:hover,
.home .gnav_home,
.page_about .gnav_about,
.page_water .gnav_water,
.page_server .gnav_server,
.page_guide .gnav_guide {
  background-color: #22b2d2;
}

.gnav .gnav_home {
  border-left: 0;
}

.gnav a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 42em) {
  .header {
    position: relative;
  }

  .header .width {
    position: static;
    display: block;
  }

  .headerBtn,
  .nav-company {
    display: none;
  }

  .logo {
    margin-top: .875em;
    margin-bottom: .85em;
    margin-left: .65em;
    width: 6.875em;
  }

  .header_right {
    margin-bottom: .875em;
    padding-top: .875em;
  }

  .headerTel {
    margin-right: 2.325em;
    width: 5.6em;
  }

  .sp_menu {
    display: block;
    height: 1.1em;
    margin: auto;
    position: absolute;
    right: .65em;
    top: 0;
    bottom: 0;
    width: 1.225em;
  }

  .gnav {
    background-color: #fff;
    border-bottom: .05em solid #cecece;
    height: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
    z-index: 1000;
  }

  .gnav-on {
    height: 15.75em;
  }

  .gnav ul {
    background-color: #fff;
  }

  .gnav li {
    border-top: .07692308em solid #cecece;
    display: block;
    font-size: .65em;
    font-weight: bold;
    width: 100%;
  }

  .gnav a {
    color: #22b2d2;
    line-height: 3.04347826;
    text-decoration: none;
  }

  .gnav a:hover,
  .home .gnav_home,
  .page_about .gnav_about,
  .page_water .gnav_water,
  .page_server .gnav_server,
  .page_guide .gnav_guide {
    background-color: #fff;
  }

  .gnav a:before {
    content: attr(data-text);
  }

  .gnav .application a {
    color: #ff7603;
  }

  .gnav .login a {
    color: #1a953a;
  }

  .gnav .company a {
    background-color: #f7f7f7;
    color: #676767;
    font-size: .84615385em;
  }

  .gnav img {
    display: none;
  }
}


.footer .bg {
  background-color: #dff2fc;
  margin-bottom: .75em;
  padding-bottom: .25em;
}

.fnav {
  font-size: .75em;
  list-style-type: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  max-width: 64em;
}

.fnav-1 {
  background: url("../img/logo.png") 0 3.53333333em no-repeat;
  -webkit-background-size: 21em auto;
  background-size: 21em auto;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 9.73333333em;
}

.fnav-1 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2.53333333em;
  vertical-align: top;
}

.fnav a {
  text-decoration: none;
}

.footer .bd {
  border-top: 1px solid #c2c2c2;
}

.fnav-2 {
  margin-top: 1.66666667em;
  margin-bottom: 1.66666667em;
}

.fnav-2 li {
  color: #1e86fa;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: .5em;
  vertical-align: top;
}

.fnav-2 li:before {
  content: '|';
  margin-right: .5em;
}

.fnav-2 li:first-child:before {
  content: '';
  margin-right: 0;
}

.copyright {
  color: #3d3d3d;
  display: block;
  font-size: .55em;
  margin-right: auto;
  margin-bottom: 1.36363636em;
  margin-left: auto;
  max-width: 87.2727272em;
}

@media only screen and (max-width: 42em) {
  .footer .bg {
    margin-bottom: .725em;
    padding-bottom: 0;
  }

  .fnav-1 {
    background-position: .86666667em 1.23333333em;
    -webkit-background-size: 10.5em auto;
    background-size: 10.5em auto;
    border-bottom: .06666667em solid #c3d4dc;
    margin-bottom: 0;
    padding-top: 3.9em;
  }

  .fnav-1 li {
    border-top: .06666667em solid #c3d4dc;
    display: block;
    margin-right: 0;
  }

  .fnav-1 a {
    display: block;
    line-height: 2.66666667;
    padding-left: 1.2em;
  }

  .fnav-1 .link {
    background-position: 19.7em center;
  }

  .footer .bd {
    border: none;
  }

  .fnav-2 {
    font-size: .6em;
    line-height: 2.41666667;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .fnav-2 li {
    /*border-bottom: .08333333em solid #c3d4dc;*/
    margin-right: 0;
    width: 50%;
  }

  .fnav-2 li:before {
    display: none;
    margin-right: 0;
  }

  .fnav-2 a {
    display: block;
  }

  .fnav-2 li:nth-child(odd) {
    /*border-right: .08333333em solid #c3d4dc;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .copyright {
    font-size: .5em;
    line-height: 1.1;
    margin-bottom: 1.45em;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
  }
}


.slider-main {
  background: url("../img/bg-dot.png") 0 0 repeat;
  margin-bottom: 1.5em;
}

.slider-main .width {
  background-color: #fff;
  padding-top: .75em;
  padding-bottom: .85em;
}

.slider-main .bx-wrapper {
  position: relative;
}

.slider-main .bx-viewport {
  z-index: 100;
}

.slider-main .slides {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}

.slider-main .bg-gray {
  background-color: #eeeceb;
}

.slider-main .bx-controls {
  height: 5.4em;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.slider-main .bx-prev,
.slider-main .bx-next {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  height: .9em;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  text-indent: 110%;
  width: .45em;
}

.slider-main .bx-prev {
  background-image: url("../img/arrow-prev.png");
  left: -1.05em;
}

.slider-main .bx-next {
  background-image: url("../img/arrow-next.png");
  right: -1.05em;
}

@media only screen and (max-width: 42em) {
  .slider-main {
    margin-bottom: 0;
  }

  .slider-main .pager,
  .slider-main .bx-controls {
    display: none;
  }
}


.main {
  float: left;
  margin-bottom: 4em;
  width: 34.5em;
}

.side {
  float: right;
  margin-bottom: 2em;
  width: 12.5em;
}

@media only screen and (max-width: 42em) {

  .main,
  .side {
    float: none;
    width: 100%;
  }

  .main {
    overflow: hidden;
    margin-bottom: 0px;
  }

  .side {
    font-size: 20px;
    text-align: center;
  }

  .home .side section,
  .home .side ul {
    margin-bottom: 10px;
  }
}

.title-drop {
  background: url("../img/icon-drop.png") 0 center no-repeat;
  -webkit-background-size: 1.1875em auto;
  background-size: 1.1875em auto;
  color: #020000;
  font-size: .8em;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .8125em;
  margin-bottom: .6875em;
  padding-left: 1.8125em;
}

.title-circle4 {
  background-color: #aae3e9;
  background-image: url("../img/icon-circle4.png")\9;
  background-image: url("../img/icon-circle4.png"), -webkit-gradient(linear, left top, left bottom, from(#cef8ff), to(#87cdd2));
  background-image: url("../img/icon-circle4.png"), -webkit-linear-gradient(top, #cef8ff, #87cdd2);
  background-image: url("../img/icon-circle4.png"), linear-gradient(to bottom, #cef8ff, #87cdd2);
  background-position: .7em center\9;
  background-position: .7em center, 0 0;
  background-repeat: no-repeat\9;
  background-repeat: no-repeat, repeat;
  -webkit-background-size: .8em auto;
  background-size: .8em auto;
  border: 1px solid #8de0f2;
  border-radius: .15em;
  color: #1761ad;
  font-size: 1em;
  font-weight: normal;
  line-height: 2.3;
  margin-bottom: 1.1em;
  padding-left: 1.85em;
}

.title-dot {
  border-bottom: .08333333em dotted #0096d9;
  color: #1761ad;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 2.08333333;
  margin-bottom: .9375em;
  padding-right: .25em;
  padding-left: .25em;
}

@media only screen and (max-width: 42em) {
  .title-circle4 {
    line-height: 1.3;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 10px;
    padding-right: 1em;
  }

  .title-dot {
    line-height: 1.28333333;
    /*padding-top: .4em;*/
    padding-bottom: 4px;
  }
}


.sideBox {
  border-radius: .15em;
  padding-right: .35em;
  padding-left: .35em;
}

.sideBox-blue {
  background-color: #87cdd2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cef8ff), color-stop(15%, #87cdd2));
  background-image: -webkit-linear-gradient(top, #cef8ff, #87cdd2 15%);
  background-image: linear-gradient(to bottom, #cef8ff, #87cdd2 15%);
  border: 1px solid #8de0f2;
}

.sideBox-orange {
  background-color: #fac03d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcd79b), color-stop(14%, #fac03d));
  background-image: -webkit-linear-gradient(top, #fcd79b, #fac03d 14%);
  background-image: linear-gradient(to bottom, #fcd79b, #fac03d 14%);
  border: 1px solid #fa9c40;
}

.sideBox-gray {
  background-color: #c0c4c9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e5e7), color-stop(23%, #c0c4c9));
  background-image: -webkit-linear-gradient(top, #e3e5e7, #c0c4c9 23%);
  background-image: linear-gradient(to bottom, #e3e5e7, #c0c4c9 23%);
  border: solid 1px #b4b4b4;
}

.sideBox .box {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: .4em;
  padding-right: .55em;
  padding-left: .55em;
}

.sideBox .list {
  list-style-type: none;
  padding-top: .1em;
  padding-bottom: .2em;
  text-align: center;
}

.sideBox .list li {
  margin-top: .7em;
  margin-bottom: .7em;
}

.sideBox .movie {
  position: relative;
  padding-top: 5.95em;
}

.sideBox .movie img,
.sideBox .movie iframe {
  /*box-shadow: inset 0 0 .75em rgba(16,15,17,.2);*/
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.sideBox .list span {
  color: #1761ad;
  display: block;
  font-size: .6em;
  line-height: 1.33333333;
  margin-top: .33333333em;
}

.sideFirst {
  margin-bottom: 2.05em;
}

.sideBnr {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 2.05em;
  padding-left: 0;
  text-align: center;
}

.sideBnr li {
  margin-bottom: .5em;
}

.sideQA {
  margin-bottom: .6em;
}

.sideQA ul {
  list-style-type: none;
  padding-top: .2em;
  padding-bottom: .15em;
}

.sideQA li {
  background: url("../img/icon-q.png") 0 center no-repeat;
  border-top: 1px dotted #7f7f7f;
  font-size: .7em;
  line-height: 3.78571429;
}

.sideQA li:first-child {
  border-top: 0;
}

.sideQA a {
  color: #010000;
  display: inline-block;
  line-height: 1.42857143;
  padding-left: 3.14285714em;
  text-decoration: none;
  vertical-align: middle;
}

.sideContact {
  margin-bottom: 1.25em;
}

.sideContact p {
  padding-top: 1.15em;
  padding-bottom: 1em;
  text-align: center;
}

.sideContact .img {
  margin-bottom: .7em;
}

.sideLogin {
  margin-bottom: .9em;
}

/*.sideLogin form {*/
.sideLogin .box {
  /*padding-top: .5em;*/
  padding-top: .35em;
  padding-bottom: .85em;
}

/*.sideLogin dl {
  margin-bottom: .85em;
}
.sideLogin dt {
  color: #020000;
  font-size: .75em;
  margin-bottom: .33333333em;
}
.sideLogin dd {
  margin-left: 0;
  margin-bottom: .8em;
}
.sideLogin input {
  background-color: #eeeceb;
  border: solid 1px #dbd7d5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .15em;
  padding-top: .1em;
  padding-bottom: .1em;
  width: 100%;
}
.sideLogin input:focus {
  background-color: #fff;
}*/
/*.sideLogin a {*/
.sideLogin p {
  /*  display: block;*/
  font-size: .65em;
  line-height: 1.46153846;
  margin-top: 0;
  /*margin-bottom: .7em;*/
  margin-bottom: .55em;
}

.sideLogin a {
  display: block;
}

/*.sideLogin button {
  background-color: transparent;
  border: none;
  padding: 0;
}*/

.sideSupport {
  margin-bottom: .65em;
}

.sideBnr-2 {
  margin-bottom: .8em;
}

.sideBusiness {
  margin-bottom: .65em;
}

.sideBusiness ul {
  list-style-type: none;
  padding-left: 0;
}

.sideBusiness li {
  font-size: .75em;
}

.sideBusiness a {
  display: block;
  padding-top: 1.93333333em;
  padding-bottom: 1.6em;
  text-decoration: none;
}

@media only screen and (max-width: 42em) {

  .sideBox,
  .sideBnr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
  }
}

.home section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 42em) {

  .home section,
  .page-about section,
  .page-water section,
  .page-server section,
  .page-guide section,
  .page-company section,
  .acordion.topic {
    padding: 0 10px;
    margin-bottom: 10px;
  }

  .home small {
    font-size: 15px;
  }
}

.indexTopics {
  border: 1px solid #dbdcdd;
  border-radius: .25em;
  -webkit-box-shadow: inset 0 0 .25em rgba(238, 236, 235, .75);
  box-shadow: inset 0 0 .25em rgba(238, 236, 235, .75);
  line-height: 2.3em;
  margin-bottom: 1.65em;
  padding-right: .25em;
  padding-bottom: .225em;
  padding-left: .25em;
}

.indexTopics h1 {
  background-color: #59c3e1;
  border-radius: .1875em;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: .8em;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 0;
  margin-right: .875em;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: 4.875em;
}

.indexTopics p {
  color: #1761ad;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: .7em;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.indexTopics time {
  margin-right: 1em;
}

@media only screen and (max-width: 42em) {
  .indexTopics {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .indexTopics p {
    line-height: 1.5;
  }
}

.indexServer {
  margin-bottom: 1.85em;
}

.indexServer ul,
.section-about_server ul {
  list-style-type: none;
  margin-right: -.45em;
  padding-left: 0;
}

.indexServer li,
.section-about_server li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: .45em;
  margin-bottom: .5em;
  vertical-align: top;
  width: 17em;
}

@media only screen and (max-width: 42em) {

  .indexServer ul,
  .section-about_server ul {
    margin-right: 0;
    padding-right: 1.25%;
    padding-left: 1.25%;
  }

  .indexServer li,
  .section-about_server li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 1.25%;
    padding-left: 1.25%;
    width: 50%;
  }

  .indexServer p,
  .indexWater p {
    margin-top: 0;
    padding: 0 10px;
  }
}

.indexWater {
  margin-bottom: 2.35em;
}

.indexWater ul {
  list-style-type: none;
  padding-left: 0;
}

.indexWater li {
  margin-bottom: .5em;
}

@media only screen and (max-width: 42em) {
  .indexWater ul {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }
}

.indexOneway {
  margin-bottom: 2.35em;
}

.indexOneway .copy {
  display: block;
  margin-right: auto;
  margin-bottom: .95em;
  margin-left: auto;
  width: 83.0434782%;
}

.indexOneway p {
  color: #434343;
  font-size: .7em;
  line-height: 1.42857143;
  margin-bottom: .85714286em;
}

@media only screen and (max-width: 42em) {

  .indexOneway p,
  .indexOneway .img {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .indexOneway .img {
    display: block;
  }
}

.indexSafety {
  margin-bottom: 2.35em;
}

.indexSafety .copy {
  display: block;
  margin-top: 1.7em;
  margin-right: auto;
  margin-bottom: .85em;
  margin-left: auto;
  width: 76.9565217%;
}

@media only screen and (max-width: 42em) {
  .indexSafety .copy {
    margin-top: 10px;
  }
}

.indexSafety .box {
  border: .1em solid #81e1fe;
  padding-top: 1.25em;
  padding-bottom: 1.3em;
}

.indexSafety .img {
  display: block;
  margin-right: auto;
  margin-bottom: .95em;
  margin-left: auto;
  width: 95.4810495%;
}

.indexSafety p {
  color: #535353;
  font-size: .7em;
  line-height: 1.42857143;
  margin-right: 2.32142857em;
  margin-left: 2.32142857em;
}

@media only screen and (max-width: 42em) {
  .indexSafety p {
    margin: 20px;
  }
}

.indexSafety small {
  color: #535353;
  display: block;
  font-size: .6em;
  margin-right: 2.70833333em;
  text-align: right;
}

@media only screen and (max-width: 42em) {
  .indexSafety .box {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding: 10px 0 20px 0;
  }
}

.indexFlow {
  margin-bottom: 3.2em;
}

.indexFlow ol {
  list-style-type: none;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  width: 95.0724637%;
}

@media only screen and (max-width: 42em) {
  .indexFlow ol {
    margin: 0;
    width: 100%;
  }
}

.indexFlow li {
  margin-bottom: .15em;
}

.indexFeedback {
  margin-bottom: 2.25em;
}

.indexFeedback dl {
  margin-top: 1.3em;
  margin-right: auto;
  margin-bottom: 3.6em;
  margin-left: auto;
  position: relative;
  width: 91.8840579%;
}

.indexFeedback dt,
.indexFeedback .item {
  float: left;
}

.indexFeedback dt {
  color: #0b4f97;
  font-size: .8em;
  margin-right: 1.4375em;
  padding: .4375em;
  text-align: center;
}

@media only screen and (max-width: 42em) {
  .indexFeedback dt {
    margin-right: 0;
  }
}

.indexFeedback dd {
  margin-left: 0;
}

.indexFeedback .item {
  margin-right: 1em;
  width: 3.5em;
}

.indexFeedback .text {
  font-size: .75em;
  line-height: 1.46666667;
  overflow: hidden;
}

.indexFeedback .img {
  border: .1875em solid #fff;
  border-radius: .1875em;
  -webkit-box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  display: block;
  margin-bottom: 1.3125em;
  width: 10.625em;
  max-width: 170px;
}

.indexFeedback dl .link {
  position: absolute;
  left: 20.2em;
  bottom: .26666667em;
}

.indexFeedback .btn {
  display: block;
  margin-right: auto;
  margin-bottom: 4.95em;
  margin-left: auto;
  width: 72.7536231%;
}

.indexFeedback .campaign {
  font-size: .65em;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

.indexFeedback .campaign li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1.53846154em;
  margin-left: 1.53846154em;
  vertical-align: top;
}

@media only screen and (max-width: 42em) {
  .indexFeedback dl {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .indexFeedback .img {}

  .indexFeedback .item {
    float: right;
    margin-right: 0;
    margin-bottom: 1em;
  }

  .indexFeedback .text {
    clear: both;
    font-size: 14px;
  }

  .indexFeedback dl .link {
    display: block;
    margin-top: 1em;
    position: static;
  }

  .indexFeedback .btn {
    margin-bottom: 20px;
    width: 100%;
  }

  .indexFeedback .campaign {
    line-height: 2;
    text-align: center;
  }
}


.pageTitle {
  background-color: #f0f9ff;
  background-image: -webkit-linear-gradient(320deg, #f0f9ff 40%, #a1dbff 60%);
  background-image: linear-gradient(130deg, #f0f9ff 40%, #a1dbff 60%);
  border-bottom: 1px solid #b7e6f4;
  overflow: hidden;
  margin-bottom: 2.05em;
}

@media only screen and (max-width: 42em) {
  .pageTitle {
    margin-bottom: 20px;
  }
}

.pageTitle h1 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7.15em;
  position: relative;
}

.pageTitle h1:before {
  background: url("../img/page_title_bg.png") 0 0 no-repeat;
  mix-blend-mode: multiply;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  right: -9.2em;
  left: -14.85em;
  top: 0;
  bottom: 0;
}

.pageTitle img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 42em) {
  .pageTitle h1 {
    padding-top: 3.575em;
  }

  .pageTitle img {
    max-width: 95%;
    right: 0;
    left: 0;
  }
}

.main-page>p {
  color: #5a5a5b;
  font-size: .75em;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 2.23333333em;
}

.main-page>section:first-child>h1 {
  margin-top: 0;
}

@media only screen and (max-width: 42em) {
  .main-page>p {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }
}

.contactText {
  color: #0b4f97;
}

.contactText:first-line {
  color: #ea5504;
  font-weight: bold;
}

.contactText .btn {
  display: block;
}

.contactText span {
  font-size: 1.33333333em;
  font-weight: bold;
  line-height: 1;
}

.callText {
  color: #0b4f97;
}

.flowStep dt {
  height: 4.06666667em;
  margin-bottom: 1em;
}

.flowStep dd {
  margin-bottom: 3em;
  margin-left: 0;
}

.flowStep small {
  font-size: 0.93333333em;
  line-height: 1.42857143;
}

.flowStep .contactText small {
  font-size: 1em;
  line-height: 1.66666667;
}

.section-contact .confirm_text {
  display: block;
  margin-top: 2.4em;
  margin-bottom: 3.7em;
  margin-left: 1em;
}

.section-contact .confirm {
  border-top: 1px solid #d1d1d1;
  color: #5f5e5e;
  margin-bottom: 2em;
  width: 100%;
}

.section-contact .confirm caption {
  font-size: .75em;
  line-height: 1.66666667;
  padding-top: .86666667em;
  padding-bottom: .86666667em;
  padding-right: 2em;
  padding-left: 2em;
  text-align: left;
}

.section-contact .confirm th,
.section-contact .confirm td {
  border-bottom: 1px solid #d1d1d1;
  font-size: .75em;
  line-height: 1.66666667;
  padding-top: .86666667em;
  padding-bottom: .86666667em;
  padding-right: 2em;
  padding-left: 2em;
  vertical-align: top;
}

.section-contact .confirm tr:nth-child(odd) th,
.section-contact .confirm tr:nth-child(odd) td {
  background-color: #f7f8fa;
}

.section-contact .confirm th {
  font-weight: normal;
  text-align: left;
  width: 10em;
}

.section-contact .confirm_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin-top: 4em;
  padding-left: 0;
}

.section-contact .confirm_btn li {
  margin-right: .2em;
  margin-left: .2em;
}

.section-contact .complete {
  display: block;
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
}

.faq {
  border: .66666667em solid #dcf0fd;
  border-radius: 1em;
  font-size: .75em;
  line-height: 1.66666667;
  padding-top: 1.13333333em;
  padding-right: 2.33333333em;
  padding-bottom: 1.8em;
  padding-left: 2.33333333em;
  margin: 1em .8em;
}

.faq dt {
  border-bottom: .13333333em dotted #22b2d2;
  color: #ea5504;
  margin-bottom: .53333333em;
  padding-top: .73333333em;
  padding-bottom: .73333333em;
}

.faq dd {
  color: #2e3030;
  margin-bottom: .8em;
  margin-left: 0;
}

.faq p,
.faq ul,
.faq ol {
  margin-top: 0;
  margin-bottom: .8em;
}

.faq strong {
  color: #e4007f;
  font-weight: normal;
}

.faq small {
  font-size: 1em;
}

.faq .credit {
  display: block;
  margin-top: .6em;
}

.faq .set {
  color: #e4007f;
  padding-left: 2em;
}

.faq .small {
  list-style-type: none;
  padding-left: .25em;
}

.faq a {
  color: #ea5504;
}

.faq .patent {
  list-style-type: none;
  margin-right: -1em;
  padding-left: 0;
}

.faq .patent li {
  background-color: #203b92;
  border-radius: .25em;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: .8em;
  line-height: 2.5;
  margin-right: 1em;
  text-align: center;
  vertical-align: top;
  width: 10.8333333em;
}

@media only screen and (max-width: 42em) {
  .faq {
    border: .4em solid #dcf0fd;
    padding-top: .5em;
    padding-right: 1em;
    padding-bottom: .5em;
    padding-left: 1em;
  }
}

.section-contact p {
  color: #5a5a5b;
  font-size: .75em;
  line-height: 1.66666667;
  margin-bottom: .8em;
}

.section-contact strong {
  color: #f94904;
}

.section-contact .privacy {
  background-color: #fff;
  font-size: 70%;
  line-height: 1.5em;
  height: 150px;
  overflow: scroll;
  border: 1px solid #ccc;
  padding: 5px;
}

.section-contact .privacy dt {
  font-weight: bold;
}

.section-contact .privacy dd {
  text-indent: 0;
  margin: 10px 0;
}

.section-contact .privacy ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.section-contact .call {
  color: #d95064;
  font-weight: bold;
}

.section-contact .call span {
  font-size: 1.66666667em;
  line-height: 1;
}

.section-contact .call small {
  font-size: 1em;
  font-weight: normal;
}

.contactForm {
  background-color: #f5f5f5;
  font-size: .7em;
  line-height: 1.42857143;
  margin-top: 2.71428571em;
  padding-top: .28571429em;
  padding-right: 2.21428571em;
  padding-bottom: 5.21428571em;
  padding-left: 2.21428571em;
}

.contactForm p {
  color: #000;
  font-size: 1em;
  line-height: 1.42857143;
}

.contactForm .must {
  background-color: #d95064;
  border-radius: .25em;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: .85714286em;
  line-height: 1.25;
  margin-right: .5em;
  margin-left: .5em;
  text-align: center;
  width: 3.08333333em;
}

.contactForm>p:first-child .must {
  margin-left: 0;
}

.contactForm dl {
  margin-top: 4.35714286em;
  margin-bottom: 5.42857143em;
}

.contactForm dt {
  clear: both;
  float: left;
  width: 12.7857142em;
}

.contactForm dd {
  margin-bottom: 3em;
  margin-left: 0;
  overflow: hidden;
}

.contactForm input {
  width: 26em;
}

.contactForm input[type=checkbox] {
  width: 2em
}

.contactForm input.postnum {
  width: 5em
}

.contactForm input.adress1 {
  margin: 5px 0
}

.contactForm textarea {
  height: 11.4285714em;
  width: 30.7857142em;
}

.contactForm small {
  display: block;
  font-size: .92857143em;
  line-height: 1.53846154;
}

.contactForm button {
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 5.28571429em;
  margin-right: auto;
  margin-left: auto;
  width: 19.7142857em;
}

@media only screen and (max-width: 42em) {
  .section-contact>p {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .contactForm {
    padding-right: 1.5em;
    padding-bottom: 2em;
    padding-left: 1.5em;
  }

  .contactForm dl {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .contactForm dt {
    float: none;
    margin-bottom: 1em;
    width: 100%;
  }

  .contactForm input,
  .contactForm textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .contactForm button {
    margin-top: 2em;
  }
}

.section-friend .contactForm dl {
  margin-top: 1em;
  margin-bottom: 1.85714286em;
}

.section-friend .contactForm dt {
  width: 9.42857143em;
}

.section-friend .contactForm dd {
  margin-bottom: 1.42857143em;
}

.section-friend .contactForm .mb4 {
  margin-bottom: .28571429em;
}

.section-friend .contactForm input,
.section-friend .contactForm textarea {
  width: 25em;
}

.section-friend .contactForm .size-s {
  width: 3em;
}

.section-friend .contactForm .size-m {
  width: 4em;
}

.section-friend .contactForm .size-l {
  width: 6em;
}

.section-friend .contactForm .size-ll {
  width: 12em;
}

.section-friend .contactForm .note {
  color: #aba19f;
  font-size: .71428571em;
  margin-left: .5em;
}

.section-guide {
  margin-bottom: 40px;
}

.section-guide a {
  color: #f94904;
}

.flowStep,
.section-guide>p,
.section-guide>ul {
  color: #5f5e5e;
  font-size: .75em;
  line-height: 1.66666667;
  margin-left: 2.13333333em;
}

.section-guide .note,
.section-guide .note_child {
  list-style-type: none;
  padding-left: 1em;
}

.section-guide .note li,
.section-guide .note_child li {
  margin-bottom: 1em;
  padding-right: 1em;
  text-indent: -1em;
}

.section-guide .note p {
  text-indent: 0;
}

.section-guide strong {
  color: #f94904;
  font-weight: normal;
}

@media only screen and (max-width: 42em) {
  .section-guide {
    margin-bottom: 2em;
  }

  .section-guide .flowStep,
  .section-guide>p,
  .section-guide>ul {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .section-guide dt {
    height: 3em;
  }

  .section-guide dd {
    margin-bottom: 2em;
  }

  .section-guide .note {
    padding-left: 1.5em;
  }
}

.page-about section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 42em) {

  .page-about .side section,
  .page-about .side ul {
    margin-bottom: 10px;
  }
}

.page-about .copy {
  background: url("../img/logo.png") center 0 no-repeat;
  -webkit-background-size: 21em auto;
  background-size: 21em auto;
  color: #3580b8;
  font-weight: bold;
  line-height: 1.30769231;
  margin-bottom: 1.86666667em;
  padding-top: 4.83333333em;
  text-align: center;
}

.page-about .copy span {
  font-size: 1.73333333em;
}

.page-about .pageNav {
  margin-bottom: 30px;
}

.page-about .pageNav ul {
  list-style-type: none;
  margin-right: -.2em;
  margin-left: -.2em;
  padding-left: 0;
  text-align: center;
  overflow: hidden;
}

.page-about .pageNav li {
  border: .25em solid #dff2fc;
  border-radius: .5em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 3;
  margin-right: .2em;
  margin-bottom: .4em;
  margin-left: .2em;
  text-align: left;
  width: 16.55em;
  float: left;
}

.page-about .pageNav a {
  background: url("../img/icon-arrow2.png") 15em center no-repeat;
  -webkit-background-size: .7em auto;
  background-size: .7em auto;
  color: #1761ad;
  display: block;
  padding-left: 1em;
  text-decoration: none;
}

.section-about .free {
  display: table;
  margin-bottom: 10px;
}

.section-about .free dl,
.section-about .free p {
  display: table-cell;
}

.section-about .free dl {
  border: .25em solid #dff2fc;
  border-radius: .5em;
  padding-top: 1em;
  padding-bottom: .325em;
}

.section-about .free dl:first-child {
  width: 9.1em;
}

.section-about .free dl:last-child {
  width: 12.35em;
}

.section-about .free dt {
  color: #1761ad;
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .71875em;
  text-align: center;
}

.section-about .free span {
  color: #e9566c;
  display: block;
  font-size: 1.125em;
  margin-top: .94444444em;
}

.section-about .free strong {
  font-size: 2.33333333em;
  line-height: .42857143;
}

.section-about .free sup {
  font-size: .77777778em;
  line-height: 1.28571429;
}

.section-about .free dd {
  color: #424445;
  font-size: .65em;
  line-height: 1.38461538;
  margin-right: 1.30769231em;
  margin-left: 1.30769231em;
}

.section-about .free small {
  font-size: 1em;
}

.section-about .free p {
  color: #1761ad;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
}

.section-about .detail {
  font-size: .8em;
  font-weight: bold;
  list-style-type: none;
  padding-left: 0;
}

.section-about .detail li {
  background: url("../img/icon-arrow3.png") 0 center no-repeat;
  -webkit-background-size: .84615385em auto;
  background-size: .84615385em auto;
  margin-bottom: 1em;
}

.section-about .detail a {
  color: #1761ad;
  padding-left: 1.23076923em;
  text-decoration: none;
}

.section-about section p {
  color: #5a5a5b;
  font-size: .75em;
  line-height: 1.33333333;
}

.section-about section small {
  font-size: 1em;
}

.section-about .water {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-about .water small {
  font-size: 15px;
}

.section-about .water li {
  margin-bottom: .5em;
}

.section-about .water .box {
  border-style: solid;
  border-width: 1px;
  border-radius: .15em;
  display: block;
  margin-top: .3em;
  /*padding-top: .925em;*/
  padding-right: 1.6em;
  /*padding-bottom: .925em;*/
  padding-left: 1.6em;
  text-align: right;
}

.section-about .water .box-fuji {
  border-color: #0096d9;
}

.section-about .water .box-hita {
  border-color: #8d5592;
}

.section-about .water .box-koto {
  border-color: #f15d74;
}

.section-about .water .box img {
  float: left;
  max-height: 1.9em;
  margin-top: 1em;
  margin-bottom: .85em;
}

.section-about .water .price {
  display: block;
  font-size: .7em;
  line-height: 2.71428571em;
  margin-top: 1.2em;
  margin-bottom: .65em;
}

.section-about .water .price span {
  color: #e9566c;
  font-size: 1.42857143em;
}

.section-about .water .price span span {
  font-size: .6em;
}

.ultraFine {
  background: url("../img/about/ultra-fine_img.jpg") 24.8em center no-repeat;
  -webkit-background-size: 9em auto;
  background-size: 9em auto;
  border: .25em solid #dff2fc;
  border-radius: .5em;
  margin-top: 2.425em;
  margin-bottom: .8em;
  padding-top: 1.1em;
  padding-right: 10.15em;
  padding-bottom: .8em;
  padding-left: .95em;
}

.ultraFine dt {
  margin-bottom: .5em;
}

.ultraFine dd {
  color: #424445;
  font-size: .7em;
  line-height: 1.42857143;
  margin-left: 0;
}

.section-about .btn,
.section-guide>.btn {
  display: block;
  margin-right: auto;
  margin-bottom: 2.35em;
  margin-left: auto;
  max-width: 17.5em;
}

@media only screen and (max-width: 42em) {
  .section-about .btn {
    margin-bottom: 0;
  }
}

.section-about_server p {
  text-align: center;
}

.section-about_server .img {
  display: block;
  margin-right: auto;
  margin-bottom: 1.7em;
  margin-left: auto;
}

.section-about_server ul {
  display: flex;
  justify-content: space-between;
}

.section-about_server ul li {
  margin-bottom: 0;
}

@media only screen and (max-width: 42em) {
  .section-about_server ul {
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-about_server ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.section-about>p {
  color: #5a5a5b;
  /*font-size: .75em;*/
  line-height: 1.33333333;
}

.section-about .user {
  font-size: .7em;
  font-weight: bold;
  line-height: 1.42857143;
  list-style-type: none;
  margin-top: 3.03571429em;
  margin-bottom: 3.14285714em;
  padding-left: 0;
  text-align: center;
  display: flex;
}

.section-about .user li {
  color: #1761ad;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 1.71428571em;
  margin-left: 1.71428571em;
  text-align: left;
  vertical-align: top;
  width: 13em;
}

@media only screen and (max-width: 42em) {
  .section-about .user {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.section-about .user img {
  border: .1875em solid #fff;
  border-radius: .1875em;
  -webkit-box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  display: block;
  font-size: 1.14285714em;
  margin-right: auto;
  margin-bottom: .75em;
  margin-left: auto;
}

.section-about .user span {
  color: #5a5a5b;
  font-weight: normal;
}

.section-about .btn2 {
  display: block;
  margin-top: 4.65em;
  margin-right: auto;
  margin-left: auto;
  max-width: 25.1em;
}

@media only screen and (max-width: 42em) {
  .page-about .copy {
    -webkit-background-size: 10.5em auto;
    background-size: 10.5em auto;
    padding-top: 2.41666667em;
    margin-bottom: 0;
  }

  .page-about .pageNav {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    width: 95%;
  }

  .page-about .pageNav ul {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .page-about .pageNav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }

  .page-about .pageNav a {
    background-position: 15em center;
  }

  .section-about {
    margin-bottom: 2.5em;
  }

  .section-about .free,
  .section-about .detail {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .section-about .free dl,
  .section-about .free dl:first-child,
  .section-about .free dl:last-child,
  .section-about .free p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }

  .section-about .free dl {
    margin: 0;
    padding: 10px 0;
  }

  .section-about .free dd {
    text-align: center;
  }

  .section-about .free p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 3px;
  }

  .section-about .detail {
    margin-left: auto;
  }

  .section-about>section,
  .section-about>p {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    margin-bottom: 0;
    margin-top: 0;
  }

  .section-about>p small {
    font-size: 15px;
  }

  .section-about .water .box {
    padding-right: 1em;
    padding-left: 1em;
  }

  .ultraFine {
    background-image: none;
    padding-right: .95em;
    margin-top: 10px;
  }

  .section-about .user li {
    margin-right: 10px;
    margin-left: 10px;
    width: 84%;
    text-align: center;
    margin-bottom: 20px;
  }

  .section-about .btn2 {
    margin-top: 10px;
  }
}

.page-water section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 42em) {

  .page-water .side section,
  .page-water .side ul {
    margin-bottom: 10px;
  }
}

.page-water .main-page>p small {
  font-size: 1em;
}

.section-water {
  margin-bottom: 0;
}

.section-water .title-dot {
  margin-bottom: 0;
}

.water-hita .title-dot {
  border-color: #8d5592;
}

.water-koto .title-dot {
  border-color: #f15d74;
}

.section-water .map {
  float: right;
}

.section-water .copy {
  margin-top: .75em;
  margin-left: .55em;
}

.section-water p,
.section-water .nature dd {
  color: #363839;
  font-size: 15px;
  line-height: 1.69230769;
  margin-left: .84615385em;
}

.section-water p small {
  font-size: .84615385em;
  line-height: 1.63636364;
}

.section-water .nature {
  /*margin-top: 1.825em;*/
  /*margin-bottom: 2.275em;*/
}

.section-water .nature dt {
  background-color: #017ad7;
  border-radius: .89473684em;
  color: #fff;
  font-size: .95em;
  line-height: 1.78947368;
  margin-bottom: .60526316em;
  text-align: center;
  width: 10.1052631em;
}

.water-hita .nature dt {
  background-color: #8d5592;
}

.water-koto .nature dt {
  background-color: #f15d74;
}

.section-water .nature dd {
  margin: 0 20px;
  font-size: 15px;
}

.section-water section {
  margin-bottom: 2.5em;
}

.section-water section h1 {
  font-size: .85em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.section-water .price p {
  font-size: .75em;
  line-height: 1.46666667;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4em;
  text-indent: -4em;
}

.section-water .price span {
  letter-spacing: 1em;
  margin-right: -1em;
  text-indent: 0;
}

.section-water .price small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  text-indent: 0;
}

.section-water .box {
  background-color: #edfcff;
  border: 1px solid #e2e2e2;
  border-radius: .15em;
  padding-right: 1.75em;
  padding-left: 1.75em;
}

.section-water .box p {
  color: #363839;
  font-size: .75em;
  line-height: 1.46666667;
  margin-top: 1.7em;
  margin-left: 0;
}

.section-water .new {
  background-color: #fff;
  border: .14285714em solid #e2e2e2;
  font-size: .7em;
  margin-top: 1.39285714em;
  margin-bottom: 1.78571429em;
  padding-top: 1.35714286em;
  padding-right: 1.71428571em;
  padding-bottom: 1.92857143em;
  padding-left: 1.71428571em;
}

.section-water .new dt {
  margin-bottom: 1.14285714em;
}

.section-water .new span {
  font-weight: bold;
}

.section-water .new dd {
  margin-left: .92857143em;
}

.section-water .new a {
  background: url("../img/icon-pdf.png") 0 center no-repeat;
  -webkit-background-size: 1.35714286em auto;
  background-size: 1.35714286em auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  line-height: 1.28571429;
  padding-left: 2em;
  text-decoration: none;
}

.section-water .safety {
  color: #f94904;
  font-size: .75em;
  line-height: 1.86666667;
  margin-top: 1.3em;
  margin-bottom: 2.16666667em;
}

.section-water .past {
  border: 1px solid #e2e2e2;
  color: #363839;
  display: table;
  font-size: .75em;
  width: 99%;
}

.section-water .past dt,
.section-water .past dd {
  display: table-cell;
}

.section-water .past dt {
  background-color: #edfcff;
  border-right: 1px solid #e2e2e2;
  font-weight: bold;
  line-height: 1.46666667;
  padding-top: .76666667em;
  padding-right: .8em;
  padding-left: .8em;
  width: 5.93333333em;
}

.section-water .past time {
  display: block;
  font-weight: normal;
}

.section-water .past dd {
  padding-right: 1.26666667em;
  padding-bottom: .66666667em;
  padding-left: 1.26666667em;
}

.section-water .past p {
  font-size: 1em;
  line-height: 1;
  margin-left: 0;
}

.section-water .past span,
.section-water .past a {
  font-size: .8em;
  font-weight: bold;
}

.section-water .past span {
  margin-right: 2.58333333em;
}

.section-water .past ul,
.section-water .past li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.section-water .past ul {
  padding-left: 0;
}

.section-water .past a {
  background: url("../img/icon-pdf2.png") 0 center no-repeat;
  -webkit-background-size: 1em auto;
  background-size: 1em auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.16666667;
  margin-right: 1em;
  padding-left: 1.33333333em;
  text-decoration: none;
}

@media only screen and (max-width: 42em) {
  .section-water .copy {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .section-water p,
  .section-water section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .section-water .nature dt {
    margin-left: 2.5%;
  }

  .section-water .box {
    padding-right: 1em;
    padding-left: 1em;
  }
}

.tab {
  clear: both;
  margin-bottom: 1.15em;
  padding-bottom: 24.5em;
  position: relative;
}

.tab h1 {
  cursor: pointer;
  float: left;
  font-size: 1em;
  height: 2.3em;
  margin-top: 0;
  margin-bottom: 0;
}

.tab .box {
  margin-top: 2.3em;
  margin-right: auto;
  margin-left: auto;
  padding-top: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .5s opacity ease-in-out;
  transition: .5s opacity ease-in-out;
}

.tab .box-pink {
  background-color: #f7c9dd;
}

.tab .box-black {
  background-color: #2f3030;
}

.tab .box-red {
  background-color: #ec6d65;
}

.tab .box-blue {
  background-color: #aae2e8;
}

.tab .box-spec,
.tab-spec .box-server {
  opacity: 0;
  z-index: -1;
}

.tab .box-server,
.tab-spec .box-spec {
  opacity: 1;
  z-index: 1;
}

.tab .inner {
  background-color: #fff;
  border-radius: .25em;
  padding-top: 1.75em;
  padding-right: .8em;
  padding-bottom: 1.95em;
  padding-left: .8em;
  position: absolute;
  right: .5em;
  left: .5em;
  top: .5em;
  bottom: .5em;
}

.tab table,
.tab th,
.tab td {
  border: 1px solid #aae2e8;
  color: #312f30;
  text-align: center;
  vertical-align: middle;
}

.tab table {
  margin-bottom: 1em;
  width: 100%;
}

.tab th,
.tab td {
  font-size: .6em;
  height: 5.41666667em;
  line-height: 1.25;
  padding-right: 1em;
  padding-left: 1em;
}

.tab th,
.tab .smartRow td {
  height: 5.5em;
}

.tab th {
  background-color: #eee;
}

.tab .tal {
  padding-right: .5em;
  padding-left: .5em;
  text-align: left;
}

.tab th small {
  font-size: .83333333em;
  line-height: 1.5;
}

.tab .inner>small {
  color: #312f30;
  display: block;
  font-size: .6em;
}

@media only screen and (max-width: 42em) {
  .tab {
    padding-bottom: 11.65em;
  }

  .tab-spec {
    padding-bottom: 29.65em;
  }

  .tab h1 {
    height: 1.15em;
  }

  .tab .box {
    margin-top: 1.15em;
  }

  .tab .box {
    overflow: hidden;
  }

  .tab .inner {
    overflow: auto;
    width: auto;
  }

  .tab table {
    width: 200%;
  }
}

.feedback {
  border: solid .5em #dcf0fd;
  border-radius: .75em;
  margin-bottom: 1.15em;
  padding-top: 1.9em;
  padding-right: 1.45em;
  padding-bottom: 1.9em;
  padding-left: 1.45em;
}

.feedback dt {
  padding-left: 0;
}

.feedback img {
  border: .1875em solid #fff;
  border-radius: .1875em;
  -webkit-box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  box-shadow: 0 0 .1875em .0625em rgba(81, 81, 77, .3);
  display: block;
  float: left;
  margin-right: 1.15em;
  margin-bottom: 1.3125em;
  width: 10.625em;
  max-width: 170px;
}

.feedback .title-dot {
  display: block;
  font-size: 1em;
  margin-left: 9.95em;
  padding-left: 0;
}

.feedback dd {
  color: #2e3030;
  font-size: .75em;
  line-height: 1.46666667;
  margin-left: 0;
}

.feedbackMovie {
  background-color: #54c3f1;
  border-radius: 1em;
  margin-top: 3.4em;
  padding-right: 1.35em;
  padding-bottom: 1.35em;
  padding-left: 1.35em;
}

.feedbackMovie h1 {
  color: #fff;
  font-size: 1em;
  margin-right: auto;
  margin-bottom: 1.1em;
  margin-left: auto;
  padding-top: 1.35em;
  max-width: 21.55em;
}

.feedbackMovie .movie {
  padding-top: 17.8em;
  position: relative;
}

.feedbackMovie .movie img,
.feedbackMovie .movie iframe {
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 42em) {
  .feedback img {
    width: 5.3125em;
  }

  .feedback .title-dot {
    margin-left: 6.5em;
  }

  .feedback dd {
    clear: both;
  }

  .feedbackMovie .movie {
    padding-top: 8.9em;
  }
}

.page-company section {
  margin-bottom: 40px;
}

@media only screen and (max-width: 42em) {

  .side section,
  .side ul {
    margin-bottom: 10px;
  }
}

.section-company table {
  font-size: .75em;
  line-height: 1.66666667;
  width: 100%;
}

.section-company th,
.section-company td {
  border: 1px solid #c1c1bf;
  padding-top: .93333333em;
  padding-bottom: .8em;
}

.section-company th {
  color: #fff;
  font-weight: normal;
  width: 9.8em;
}

.section-company td {
  color: #5f5e5e;
  padding-right: .86666667em;
  padding-left: .86666667em;
}

.table-company {
  /*margin-bottom: 5.33333333em;*/
}

.table-company th {
  background-color: #59c3e1;
  text-align: center;
}

@media only screen and (max-width: 42em) {
  .table-company th {
    width: 36%;
  }
}

.section-company .title-small {
  color: #0b4f97;
  font-size: .8em;
  line-height: 1.5625;
  margin-bottom: -.9375em;
}

.section-company p,
.section-company ol,
.section-company ul,
.section-company dl {
  color: #5f5e5e;
  font-size: .75em;
  line-height: 1.66666667;
}

.section-company .signature {
  display: table;
  margin-right: 3.33333333em;
  margin-left: auto;
}

.table-privacy {
  margin-bottom: 1.7em;
}

.table-privacy th {
  background-color: #77c0c5;
  vertical-align: top;
}

@media only screen and (max-width: 42em) {
  .table-privacy th {
    width: 36%;
  }
}

.section-company .law dt {
  clear: both;
  color: #0b4f97;
  float: left;
  margin-bottom: .66666667em;
}

.section-company .law dd {
  margin-bottom: .66666667em;
  margin-left: 12.8666666em;
  overflow: hidden;
}

.section-company strong {
  color: #ea5504;
  font-weight: normal;
}

.section-company .address {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.section-company .address dt {
  color: #5f5e5e;
  margin-bottom: 0;
}

.section-company .address dd {
  margin-bottom: 0;
  margin-left: 10em;
  padding-left: 1em;
  text-indent: -1em;
}

.section-company .address dd:before {
  content: '：';
}

@media only screen and (max-width: 42em) {

  .section-company .table-company,
  .section-company section,
  .section-company .law {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }

  .section-company .law dt {
    float: none;
    margin-bottom: 0;
  }

  .section-company .law dd {
    margin-left: 0;
  }
}

.link {
  background: url("../img/icon-arrow.png") 0 center no-repeat;
  -webkit-background-size: .73333333em auto;
  background-size: .73333333em auto;
  padding-left: 1.06666667em;
}

.btn-shadow {
  -webkit-box-shadow: 0 .1em .3em rgba(4, 0, 0, .36);
  box-shadow: 0 .1em .3em rgba(4, 0, 0, .36);
  border-radius: .25em;
}

@media only screen and (max-width: 42em) {
  .btn-shadow {
    display: flex;
    margin: 0 auto;
  }
}

.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 42em) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

ul,
ol {
  list-style: none;
}

.childlock {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
}

.w_clean {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .vertical_super {
    vertical-align: super;
  }
}