@charset "UTF-8";
* {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  z-index: 100;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:not(span):not(strong) {
  color: #161616;
}

.min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", YuMincho, "Yu Mincho", serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

/*-------------
  layout.css
  ---------------*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
  background-image: url(../images/topbg_01.png);
  background-repeat: repeat-x;
  z-index: 200;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  width: 96%;
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.contents-in {
  display: inline-block;
}

* html .contents-in {
  height: 1%;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
  background-color: #065295;
}

#footer-in {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/*-------------
  layout.css
  ---------------*/
.inside {
  max-width: calc(640px + 4%);
  margin: 0 auto;
  padding-left: 3%;
  padding-right: calc(1% + 60px);
}

li {
  list-style: inside;
}

.whitetxt {
  color: #ffffff;
}

/*-------------
  下水管ご予約フォーム
  ---------------*/
.h-yoyaku {
  padding-top: 50px;
}

.h-yoyaku h1 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #065295;
}

.h-yoyaku p {
  margin-bottom: 20px;
}

.h-yoyaku a {
  text-decoration: underline;
  color: #065295;
}

.h-yoyaku a:hover {
  text-decoration: none;
}

.ast {
  font-weight: 13px;
  color: #ff0000;
  margin-left: 5px;
  margin-right: 5px;
}

.haisuikantable {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 40px;
}

.haisuikantable th,
.haisuikantable td {
  padding: 10px 3%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.haisuikantable th {
  text-align: left;
  background-color: #e9f5ff;
}

.haisuikantable th span {
  color: #ff0000;
  margin-left: 5px;
  margin-right: 5px;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="url"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #929292;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}

.mw_wp_form input[type="checkbox"] {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin: 0 15px 0 15px;
}

.mw_wp_form #check1-1 {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin: 0 15px 0 15px;
}

.mw_wp_form form p label span {
  display: block;
  margin-bottom: 10px;
}

.mw_wp_form form p label span.mwform-checkbox-field-text {
  display: inline-block;
  margin-right: 10px;
}

.mw_wp_form.mw_wp_form_confirm form p label span {
  border-bottom: 1px #a1a1a1 solid;
}

.kakunin {
  text-align: center;
  margin-bottom: 80px;
}

.kakunin input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 3px 0 #ddd;
  box-shadow: 0 3px 0 #ddd;
  background-color: #9fc90b;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  margin-right: 1%;
  margin-left: 1%;
  cursor: pointer;
}

.kakunin input.modoru {
  background-color: #929292;
  color: #000000;
  width: 100px;
  height: 30px;
  position: relative;
  top: 10px;
  line-height: 30px;
}

.kakunin.modoru {
  background-color: #b4b4b4;
  color: #272727;
  width: 20%;
  padding: 9px;
  position: relative;
  top: 3px;
  margin-bottom: 40px;
}

.h-copy p {
  line-height: 40px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

#totop2 {
  position: fixed;
  right: 10px;
  bottom: 0;
}

#totop2 img {
  width: 60px;
}

.haisuikan_spmenu {
  right: 0;
  top: 40%;
  position: fixed;
}

.haisuikan_spmenu ul {
  width: 65px;
  display: block;
}

.haisuikan_spmenu ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.haisuikan_spmenu ul li img {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .inside {
    max-width: calc(640px + 10%);
    padding-left: 5%;
    padding-right: 5%;
  }
  #copy {
    padding-bottom: 70px;
  }
  .haisuikantable tbody,
  .haisuikantable tr,
  .haisuikantable th,
  .haisuikantable td {
    display: block;
  }
  .haisuikan_spmenu {
    display: block;
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 800px;
    max-width: 100%;
  }
  .haisuikan_spmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 340px;
  }
  .haisuikan_spmenu ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .haisuikan_spmenu ul li img {
    display: block;
    margin: 0 auto;
    width: 60px;
  }
}

