/*--- サイズ確認 ---*/
.size {
  width: 86%;
  max-width: 750px;
  margin: 150px auto 50px;
  background: #5c5c5c;
}
.size__title {
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .size__title {
    line-height: min(9.3333333333vw, 35px);
    font-size: min(4vw, 15px);
  }
}
.size__main {
  padding: 30px 40px 35px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .size__main {
    padding: 5.3333333333vw;
    font-size: min(3.4666666666vw, 13px);
    line-height: 1.84;
  }
}
.size__main ul, .size__main li + li {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .size__main ul, .size__main li + li {
    margin-top: 1em;
  }
}
.size__main li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .size__main li {
    padding-left: min(4.5333333333vw, 17px);
    font-size: min(2.9333333333vw, 11px);
    line-height: 1.8;
  }
}
.size__main li::before {
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}
/*--- 水道工事業者への設置依頼 ---*/
.const {
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .const {
    margin-bottom: 0;
  }
}
.const__open {
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.const__open:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1280px) {
  .const__open {
    font-size: 22px;
    line-height: 65px;
    text-indent: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .const__open {
    font-size: 18px;
    line-height: 55px;
    text-indent: 20px;
  }
}
@media screen and (max-width: 767px) {
  .const__open {
    /*padding-left: 6.6666666666vw;*/
    font-size: min(4vw, 15px);
    line-height: min(14.66666666vw, 55px);
    text-align: left;
  }
  .const__open p {
    padding-left: 6.6666666666vw;
  }
}
.const__open::after {
  content: "＋";
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .const__open::after {
    margin-left: 30px;
    font-size: 26px;
    position: absolute;
    bottom: 0;
    right: 31%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .const__open::after {
    margin-left: 20px;
    font-size: 21px;
	  position: absolute;
        right: 10%;
        bottom: 0;
  }
}
@media screen and (max-width: 1300px){
	.const__open::after{
		position: absolute;
        right: 26%;
        bottom: 0;
	}
}
@media screen and (max-width: 767px) {
  .const__open::after {
    position: absolute;
    right: 6.6666666666vw;
    bottom: 0;
  }
}
.is-open .const__open::after {
  content: "－";
}
.const__contents {
  padding: 40px 0 100px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .const__contents {
    padding: min(8vw, 30px) 0 min(10vw, 30px);
    font-size: min(3.4666666666vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .const__intro {
    line-height: 1.85;
  }
}
.const__intro span {
  color: #FF0000;
  text-decoration: underline;
}
.const__sec {
  width: 86%;
  max-width: 750px;
  margin: 50px auto 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .const__sec {
    margin-top: min(8vw, 30px);
    font-size: min(2.9333333333vw, 11px);
    line-height: 1.9;
  }
}
.const__sec__title {
  width: 100%;
  line-height: 50px;
  background: #7d97cd;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .const__sec__title {
    line-height: min(9.3333333333vw, 35px);
    font-size: min(4vw, 15px);
  }
}
.const__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .const__inner {
    padding-left: min(4.8vw, 13px);
    padding-right: min(4.8vw, 13px);
  }
}
.const__flow {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .const__flow {
    padding-bottom: min(5.3333333333vw, 20px);
  }
}
.const__flow__sec {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .const__flow__sec {
    margin-top: min(5.3333333333vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .const__flow__sec::after {
    content: "▼";
    display: block;
    margin-top: min(2.6666666666vw, 10px);
    margin-bottom: min(-1.3333333333vw, -5px);
    transform: scale(1.5, 1);
  }
}
@media screen and (max-width: 767px) {
  .const__flow__sec:last-child::after {
    content: none;
  }
}
.const__flow__sec__title {
  line-height: 50px;
  margin-bottom: 25px;
  background: #efefef;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .const__flow__sec__title {
    line-height: min(9.3333333333vw, 35px);
    margin-bottom: min(4vw, 15px);
    font-size: min(4vw, 15px);
  }
}
.const__flow__check {
  margin-top: 20px;
  padding: 20px 30px;
  border: 2px dotted #707070;
}
@media screen and (max-width: 767px) {
  .const__flow__check {
    margin-top: min(4vw, 15px);
    padding: min(4vw, 15px) min(4vw, 15px);
  }
}
.const__flow__check li {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .const__flow__check li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .const__flow__check li {
    padding-left: min(4.5333333333vw, 17px);
  }
}
.const__flow__check li + li {
  margin-top: 1.5em;
}
.const__flow__check li::before {
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .const__flow__check li br {
    display: none;
  }
}
.const__partner__intro {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .const__partner__intro {
    margin-top: min(5.3333333333vw, 20px);
    font-size: min(3.4666666666vw, 13px);
  }
}
.const__partner__inner {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
  background: #edf0f8;
}
@media screen and (max-width: 767px) {
  .const__partner__inner {
    margin-top: min(4vw, 15px);
    padding: min(5.8666666666vw, 22px) min(4.5333333333vw, 17px) min(5.3333333333vw, 20px);
  }
}
.const__partner__name {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .const__partner__name {
    font-size: min(3.4666666666vw, 13px);
  }
}
@media screen and (min-width: 768px) {
  .const__partner__details {
    font-size: 14px;
  }
}
.const__partner__detailbox {
  margin-top: 20px;
}
.const__partner__area dt {
  display: inline-block;
  padding: 0 1em;
  background: #000;
  color: #fff;
  text-align: center;
}
.const__partner__area dd {
  margin-top: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .const__partner__area dd {
    font-size: 14px;
  }
}
.const__partner__notice {
  margin-top: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .const__partner__notice {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .const__partner__notice {
    font-size: min(2.66666666vw, 10px);
  }
}
.const__partner__price dt {
  display: inline-block;
  padding: 0 1em;
  background: #7d97cd;
  color: #fff;
  text-align: center;
}
.const__partner__price dd {
  position: relative;
  margin-top: 15px;
  padding: 0 0 10px 25px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 2px dotted #707070;
}
@media screen and (max-width: 767px) {
  .const__partner__price dd {
    font-size: min(3.2vw, 12px);
  }
}
.const__partner__price dd::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #aaa;
}
.const__partner__outro {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .const__partner__outro {
    margin-top: min(4vw, 15px);
    font-size: min(3.2vw, 12px);
  }
}
.const__outro {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .const__outro {
    margin-top: 50px;
    font-size: min(2.9333333333vw, 11px);
    line-height: 1.9;
  }
}
/*--- 水道管の口径(サイズ)確認方法 ---*/
.pipe {
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pipe {
    padding-bottom: 5.3333333333vw;
    font-size: 3.4666666666vw;
    line-height: 1.84;
  }
}
.pipe__title {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pipe__title {
    font-size: 4vw;
  }
}
.pipe__intro {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pipe__intro {
    margin-top: 4.6666666666vw;
  }
}
.pipe__box {
  width: 86%;
  max-width: 670px;
  margin: 35px auto 0;
  padding: 30px 40px 40px;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .pipe__box {
    margin: 5.3333333333vw auto 0;
    padding: 5.3333333333vw 6vw 6vw;
    text-align: left;
  }
}
.pipe__box__title {
  margin-bottom: 20px;
  padding-bottom: 7px;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .pipe__box__title {
    margin-bottom: 4vw;
    padding-bottom: 0;
    font-size: 4vw;
  }
}
.pipe__size {
  display: flex;
  justify-content: center;
  width: 380px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .pipe__size {
    width: 100%;
    margin-top: 4vw;
  }
}
.pipe__size li {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .pipe__size li {
    width: 32vw;
  }
}
.pipe__num {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .pipe__num {
    text-align: center;
    font-size: min(2.9333333333vw, 11px);
  }
}
.pipe__meter div {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .pipe__meter div {
    margin-top: 6vw;
  }
}
.pipe__meter picture {
  display: block;
  width: 375px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .pipe__meter picture {
    width: 100%;
    margin-top: 4vw;
  }
}