@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
}

body {
  line-height:1;
}

html,body{
  width: 100%;
}
img {
-webkit-touch-callout:none;
-webkit-user-select:none;
user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
pointer-events: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

input, select {
  vertical-align:middle;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", NotoSans, "MS PGothic", arial, helvetica, sans-serif;
  background: #fff;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  font-weight: 500;
  color: #141823;
  word-break : break-all;
}
  .pankuzu {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    margin-top:2em;
    font-size: 12px;
  }
  .pankuzu li:nth-of-type(2) a{
    color: #141823;
  }
@media screen and (max-width: 768px) { 
  /* ウィンドウ幅が768pxまでの場合に適用 スマホ用*/
  .pc {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 12px;
    top   : 32px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition   : 0.5s all;
    transition        : 0.5s all;
  }
  .modal_bg {
    position:absolute;
    height:100vh;
    width:100%;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .hamburger.active span:nth-child(3) { opacity: 0;}
  nav.globalMenuSp {
    position: fixed;
    z-index : 5;
    top  : 0;
    left : 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    position: fixed;
    z-index : 3;
    top  : 0;
    right : 0;
    background: rgb(252, 253, 253);
    margin: 25% 0 auto auto;
    padding: 0;
    width: 70%;/* ハンバーガーのボタンの大きさ */
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding-left:15%;
    width: 100%;
    border-bottom: 1px solid rgb(223, 222, 222);
    text-align: left;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #555;
    padding: 1em 0;
    text-decoration :none;
    font-size:4vw;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active { transform: translateX(0%);}
  /* side */
   /* side-nav */
 .side-nav_btn {
  position: absolute;
  bottom: 165px;
  right: 10px;
  width: 90px;
  height: 45px;
  background: url(../images/service/common/nav-btn__sp.png) no-repeat center center transparent;
  filter: drop-shadow(1.3px 1.5px 6px 0 rgb(107, 121, 126, 0.5));
  cursor: pointer;
}
.side-nav_btn .text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: auto;
  max-height: 40px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 13px;
}
.side-nav_btn .text:after {
  display: block;
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 22px;
}
/* side-navに伴う微修正 */
.lp #pagetop {
  bottom: 100px;
}

/* side-nav open */
.side-nav_wrap {
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  padding: 30px 25px;
}
.side-nav_wrap.show {
  z-index: 15;
  opacity: 1;
  visibility: visible;
}
.side-nav {
  height: calc(100%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
  padding: 8px 8px 30px;
  overflow-y: auto;
  font-feature-settings: "palt";
  height: 88%;
}
.link-box {
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  box-shadow: 1px 2px 12px 0 rgb(0, 0, 0, 0.2);
}
.link-box + .link-box {
  margin-top: 10px;
}
.link-box.side_tel {
  font-size: 24px;
  background-color: #2D8FC0;
}
.link-box.side_tel .fs-sm {
  font-size: 14px;
}
.link-box.side_contact {
  font-size: 18px;
  background-color: #7EAD47;
}
.link-box img {
  padding-right: 8px;
}
.link-box.side_contact img{
  width: 24px;
}
.link-box_cp {
  margin-top: 12px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #253B45;
  background-color: #D9EEF7;
  border: 3px solid #285C77;
  position: relative;
}
.link-box_cp::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
}
.side-nav__list {
  margin-top: 10px;
  width: calc(100% - 24px);
  padding: 0 12px;
}
.side-nav__item {
  border-bottom: 2px solid #E5E5E5;
}
.side-nav__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 23px 15px 48px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #141823;
}
.side-nav__item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 37%;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg);
  color: #B2B2B2;
}
.side-nav__item a::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
}
.side-nav__item a.link-reason::before {
  background: url(../images/service/common/ico-side_reanson.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-price::before {
  background: url(../images/service/common/ico-side_price.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-area::before {
  background: url(../images/service/common/ico-side_area.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-payment::before {
  background: url(../images/service/common/ico-side_payment.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-flow::before {
  background: url(../images/service/common/ico-side_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-faq::before {
  background: url(../images/service/common/ico-side_faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-info::before {
  background: url(../images/service/common/ico-side_info.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__close-wrap {
display: block;
width: 30px;
height: 23px;
margin-top: 20px;
margin-left: auto;
cursor: pointer;
}
.side-nav__close {
width: 23px;
height: 23px;
position: relative;
}
.side-nav__close .line {
background-color: #999999;
  width: 23px;
  height: 3px;
  display: block;
  position: absolute;
  right: 0;
}
.side-nav__close .line:nth-child(1) {
transform: rotate(-45deg);
top: 50%;
}
.side-nav__close .line:nth-child(2) {
transform: rotate(45deg);
top: 50%;
}
  /* side END */
  .header-top {
    height: 10px;
    background-color: #4ba0c7;
  }
  .sp-header {
    width:82%;
    display: flex;
    background-color: #fff;
  }
  .sp-header .sp-logo { margin-right:2%;}
  .sp-header .sp-logo img{
    width:100%;
    vertical-align:top;
    height:auto;
    object-fit: cover;
  }
  .sp-header a {
  display:block;
  }
  p.sp-tel img{
    width:100%;
    margin:auto 0;
    vertical-align:top;
    height: auto;
    object-fit: cover;
  }
  p.sp-tel a {display:block;}
  /* スマホ　追従　電話　ここから */
  #topBtn {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width:100%;
    z-index: 5;
    clear: both;
    font-size:0;
  }
  #telBtn {
    width:100vw;
  }
  #telBtn a {
    display: block;
}
  #telBtn img {
    width:100vw;
    height: auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
  }
  #pagetop {
    position: absolute;
    right:10px;
    bottom:105px;
    width:15%;
    border-radius:25%;
    text-align: center;
    border: #eee solid 1px;
    background: #fff;
  }
  #pagetop a {
    color: #666;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    opacity:0.85;
    font-size:3vw;
    padding:7px 0;
  }
  /* スマホ　追従　電話　ここまで */
  /* main 開始 */
  /* mv */ 
  main .mv_block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: fit-content;
  }
  .mv_block h1 img {
    object-fit: contain;
    width: 70%;
  }
  .mv_block .center img {
    max-width: 190px;
    margin: 0 10px;
}
  main .mv_block .center {
    background: #f5fcff;
    color: #285c77;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .mv_block .center small {
    margin-top: 5px;
    font-size: 12px;
}
  main .mv.toilet {
    width: 100%;
    margin: 0 auto;
    background: url(../images/service/service_tsumari/toilet/tsumari_service_toilet_sp_mv.jpg) no-repeat center 0;
    padding: 15px;
    background-size: 100%;
    box-sizing: border-box;
  }
  main .mv.kitchen {
    width: 100%;
    margin: 0 auto;
    background: url(../images/service/service_tsumari/kitchen/tsumari_service_kitchen_sp_mv.jpg) no-repeat center 0;
    padding: 15px;
    background-size: 100%;
    box-sizing: border-box;
  }
  main .mv.bathroom {
    width: 100%;
    margin: 0 auto;
    background: url(../images/service/service_tsumari/bath/tsumari_service_bathroom_sp_mv.jpg) no-repeat center 0;
    padding: 15px;
    background-size: 100%;
    box-sizing: border-box;
  }
  main .mv.washroom {
    width: 100%;
    margin: 0 auto;
    background: url(../images/service/service_tsumari/washroom/tsumari_service_washroom_sp_mv.jpg) no-repeat center 0;
    padding: 15px;
    background-size: 100%;
    box-sizing: border-box;
  }
  .mv_block .mv-t1 {
    position: relative;
    right: 0;
    bottom: 0;
    bottom:-13px;
    width: 66%;
}
  .mv_block .mv-t2 {
    position: relative;
    right: 0;
    bottom: -22px;
  }
  .cta-tel {
    max-width: 360px;
    margin:36px auto 0;
    display: block;
    border-radius: 5px;
    text-align: center;
    background: #d9eef7;
    border: 5px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    pointer-events: painted;
  }
.cta-tel span {
  background: #285c77;
  color: #fff;
  display: block;
  padding: 6px 0;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
}
.cta-tel strong {
    font-size: 2em;
    color: #253b45;
    padding: 8px 0;
    display: block;
    border-radius: 0 0 5px 5px;
  }
.cta-tel img {
  margin-right:6px;
}
  /* mv END */
  /* more CSS */
  .hide {
    display: none;
    overflow: hidden;
  }
  .hide .quote-free {
    margin:1em auto 0;
    text-align: center;
  }
  .hide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .first-content button {
    width: 100%;
    margin:1em auto 0;
    background-color: #fafafa;
    border: solid 1px #ededed;
    height: 2.0625em;
  }
  .first-content button:after {
    content: "↑ もっとみる ";
    display: block;
    transition: .2s;
    transition: all 300ms 0s ease;
  }
  .first-content button.on-click:after {
    content: "↓ とじる ";
    display: block;
    transition: .2s;
    transition: all 300ms 0s ease;
  }
  /* more CSS END */
  /* cv */
.cv {
  position: relative;
  background-image: url(../images/service/service_tsumari/common/cta/cta-back.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:2em 0;
}
.cv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(139, 218, 255, 0.4);
  background-color: rgb(210 235 247 / 20%);
}
.cv .head {
  font-size: 20px;
  text-align: center;
  color: #0a6d9f;
  width: 80%;
  margin:0 auto;
  line-height: 1.4;
  word-break: keep-all;
  text-shadow: 0px 0px 15px #ffffff, 0px 0px 15px #ffffff, 0px 0px 15px #ffffff, 0px 0px 15px #ffffff, 0px 0px 15px #ffffff, 0px 0px 15px #ffffff;
  filter: drop-shadow(0 0 10px white) drop-shadow(0 0 20px white);
}
.cv .head span {
  display: inline-block;
  text-shadow: 0 0 10px white;
}
.cv .head span span {
  color: #ed7d31;
  font-size: 24px;
  font-weight: bold;
}
.cv .payment-block {
  padding: 1.25em 0em 1em;
  border-radius: 10px;
  background-color: #fff;
  width: 80%;
  box-sizing: border-box;
  margin:1.5em auto 0;
  position: relative;
}
.cv .payment-head {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  word-break: keep-all;
}
.payment-head span {
  display: inline-block;
}
.cv ul.service-availability {
  width: 90%;
  box-sizing: border-box;
  margin:24px auto 0;
  padding: 1em .65em;
  display: flex;
  justify-content: space-between;
  background-color: #0a6d9f;
  border-radius: 5px;
  color: #fff;
}
.cv ul.service-availability li {
  font-size: clamp(12px, 3.8vw, 20px);
  font-weight: bold;
}
.cv ul.service-availability li:nth-child(2):before {
  content: "/";
  padding-right:.25em;
}
.cv ul.service-availability li:nth-child(2):after {
  content: "/";
  padding-left:.25em;
}
.contact-item {
  width: 80%;
  margin:2em auto 0;
}
.contact-item li {
  box-sizing: border-box;
  position: relative;
  box-shadow: 2px 2px 2px 1px #9bbbcb;
}
.contact-item li a {
  color: #fff;
  text-align: right;
  display: block;
}
.contact-item li:first-of-type {
  font-size: 32px;
  font-weight: bold;
  border: solid 2px #fff;
  border-radius: 4px;
  background: #e5f7ff;
  background: #d9eef7;
}
.contact-item li:first-of-type:after{
  content: "お急ぎの方はこちら";
  display: block;
  width: 9em;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: .5em;
  background-color: #009cd0;
  border-radius: 20px;
  transform: translateX(-50%) translateY(-50%) ;
  position: absolute;
  left: 50%;
  top: -5px;
}
.contact-item li:first-of-type:before{
  content: "";
  display: block;
  width: .5em;
  height: .75em;
  color: #fff;
  font-weight: bold;
  background-color: #009cd0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 44px;
}
.contact-item li:first-of-type a:before {
  content: "";
  background: url(../images/service/service_tsumari/common/cta/free-dial-icon.gif) no-repeat;
  background-size: contain;
  object-fit: contain;
  vertical-align: bottom;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-right:10px;
  position: absolute;
  left: 24px;
  top: 53%;
  transform: translateY(-50%);
}
.contact-item li:first-of-type a {
  color: rgb(37 59 69);
  padding: 25px 1.2em 20px 60px;
  font-size: clamp(24px, 7.25vw, 34px);
}
.contact-item li:nth-of-type(2) {
  background-color: #7ead47;
  font-size: 20px;
  text-align: center;
  margin-top:1.5em;
}
.contact-item li:nth-of-type(2) a {
  padding: 20px 1.2em 20px 60px;
  font-size: clamp(16px, 5.35vw, 24px);
}
.contact-item li:nth-of-type(2):hover {
  background-color: #6b943d;
}
.contact-item li:nth-of-type(2):before {
  content: "";
  background: url(../images/service/mail.png) no-repeat;
  background-size: contain;
  object-fit: contain;
  width: 30px;
  height: 24px;
  width: 34px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  transform: translateY(-50%);
  top: 52%;
  left: 1.8em;
}

.payment-options {
   width: 80%;
  margin:1em auto 0;
}
.payment-options li {
  margin-top:.75em;
}
.payment-options div {
  text-align: center;
  padding: .5em 1em;
  font-size: 14px;
  border: solid 1px #eee;
  border-radius: 2px;
  background-color: #eee;
}
.payment-options li:last-of-type {
  display: flex;
  justify-content: space-between;
}
.payment-options li:last-of-type div {
  width: 48%;
  padding:10px 0;
  border:solid 2px #fff;
  margin-top:3px;
}
.payment-options img {
  display: block;
  margin:.75em auto 0;
  width: 100%;
  object-fit: contain;
}

.main-background{
  position: relative;
  background-image: radial-gradient(#d5eee0 2px, transparent 2px), radial-gradient(#d5eee0 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 24px 24px;
}
/* 見出しh2共通 */
.reasons h2,.costs h2 ,.cases-wrap h2,.area h2,.payment h2,.flow h2,.faq h2,.related h2 {
  font-size: 24px;
  text-align: center;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  text-decoration-color: #ffce34;
  padding:1.75em 20px 0;
  letter-spacing: 2px;
  color: #268bbe;
  color: #285c77;
  position: relative;
}
/* 見出しh2共通 END */
/* reason */
.reasons {
  padding-bottom:60px;
}
.reasons-inner {
  margin: 50px auto 0;
  counter-reset: section;
}
.reasons-inner > div { 
  width: 310px;
  margin:40px auto 0;
  padding-bottom: .75em;
  background-color: rgb(255,255,255, 0.5);
  box-shadow:2px 2px 2px 4px #e9f0f7;
  position: relative;
}
.reasons-inner > div::before {
  counter-increment: section;
  content: "Reason " counter(section, decimal-leading-zero);
  font-weight: bold;
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: -1em;
  border-radius: 10px;
  background-color: #3fa8db;
  padding: .4em .5em;
  color: #fff;
  transform: translateX(-50%);
}
.reasons-inner picture img{
  border: solid 1px #eee;
  display: block;
  width: 310px;
  height: 192px;
  object-fit: contain;
  background-color: #fcf8ef;
}
.reasons-inner dl dt {
  color: #0a6d9f;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 1em .5em .75em .5em;
  line-height: 1.6;
  text-shadow: 
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff; /* 白い淵の設定 */
  position: relative;
}
.reasons-inner div:nth-of-type(1) dt:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 62px;
  background-image: url(../images/service/service_tsumari/common/reason/fast-service.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 80px;
  z-index: -1;
}

.reasons-inner div:nth-of-type(2) dt:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/service/service_tsumari/common/reason/24h-support.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 49%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(3) dt:after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url(../images/service/service_tsumari/common/reason/certified-plumber.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(4) dt:after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 67px;
  background-image: url(../images/service/service_tsumari/common/reason/expert-tools.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(5) dt:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../images/service/service_tsumari/common/reason/free-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 48%;
  top: 56px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(6) dt:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 81px;
  background-image: url(../images/service/service_tsumari/common/reason/warranty-family.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 64px;
  z-index: -1;
}
.reasons-inner dl dd {
  padding: 0 .75em 0 .75em;
  font-size: 16px;
  margin-top:80px;
  letter-spacing: -.75px;
}
.reasons-inner dl dd p,.reasons-inner dl dd ul li {
  line-height: 1.6;
}
.reasons-inner dd p span {
  color: #ef2380;
}
.reasons-inner dd small {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin-top:14px;
}
.reasons-inner dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding:.5em .5em;
  border: solid 1px #eaf1f7;
}
.reasons-inner dd ul li {
  color: #ef2380;
}

.reasons-inner dd ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009CD0;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/* section reason END */
/* reason END */
/* 修理料金 */
.cases {
  margin:3em auto 0;
}
.costs h2 {
  word-break: keep-all;
  line-height: 1.4;
}
.costs h2 span {
  display: inline-block;
}
.costs ul {
  width: 90%;
  box-sizing: border-box;
  margin:0 auto;
}
.costs li {
  margin-top:60px;
}
.costs li div {
  color: #444;
  padding: .25em 0 1em 0;
}
.costs li div img {
  background-color: #f5fcff;
  display: block;
  margin: 10px auto 0;
}
.costs li dl {
  margin-top:1.5em;
  display: flex;
  align-items: start;
}
.costs li dt {
  min-width: 6em;
  height: 1.5em;
  margin:0 .5em 0 .5em;
  border-radius: 10px;
  background-color: #d6eaf5;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
.costs li dd {
  font-size: 24px;
  font-weight: bold;
  padding:0 .5em;
}
.costs li span {
  font-size: 14px;
}
.costs li dl:last-of-type dd {
  font-size: 15px;
  font-weight: 500;
  padding:0 .5em;
  line-height: 1.4;
}

.costs h3 {
  text-align: center;
  font-size: 20px;
  padding:.75em .25em;
  background-color: #0a6d9f;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* 影を追加 */
  box-shadow: 0px 8px 16px 0px rgb(98 155 169 / 20%);
}

.costs li {
  border: solid 1px #eee;
  box-shadow: 2px 2px 4px 2px #e9f0f7;
  margin-top:1.5em;
  background-color: #fdfdfd;
}

.costs li dl:nth-of-type(2) dd {
  color: #ae1717;
}
/* 修理料金 END */
/* 修理事例 */
.cases {
  background-color: rgb(241 246 247);
  margin: 80px auto 0;
  padding-bottom: 2em;
  background: linear-gradient(to bottom, rgba(241, 246, 247, 1), rgba(241, 246, 247, 1), rgba(241, 246, 247, 0));
}
.cases-wrap {
  position: relative;
}
.cases-wrap h2 {
  word-break: keep-all;
  line-height: 1.4;
  padding: 2.25em 2.2em 0;
  z-index: 1;
}
.cases-wrap .lead h2:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  background-color: white;
  background-image: radial-gradient(#d5eee0 2px, transparent 2px), radial-gradient(#d5eee0 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 24px 24px;
  position: absolute;
  top: .75em;
  left: 34%;
  z-index: -1;
}
.cases-wrap h2 span.inline-block {
  display: inline-block;
}
.cases-wrap h2 span.small {
  font-size: 20px;
}
.cases-wrap .lead p:first-of-type {
  margin-top:1.75em;
}
.lead p {
  padding:0 1.25em;
  line-height:1.8;
  font-weight:normal;
  text-align:center;
}
.lead div {
  text-align: center;
  width: 80%;
  min-width: 320px;
  margin:30px auto 0;
  box-shadow: 6px 4px 2px #bfdce7;
  position: relative;
}
.lead div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #e7e7e7;
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.lead div a {
  color: #fff;
  border-radius: 5px;
  background-color: #285c77;
  display: block;
  padding: .85em 0;
}
.cases-swiper {
  width: 90%;
  margin: 1.5em auto 0;
  overflow: hidden;
}
.cases-swiper .swiper-slide {
  box-shadow: 0 0 14px rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: .75em;
  box-sizing: border-box;
/*   margin: 1.5em auto 0;
  margin: 1.5em 1em 0 0; */
  border: solid 1px #d8dedf;
  background-color: rgb(241 246 247);
}
.cases-wrap .swiper-button-next {
  width: 2em;
  height: 90px;
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 60%;
  right: 5px;
}
.cases-wrap .swiper-button-next:after {
  transform: rotateZ(45deg) translateX(124%) translateY(134%);
}
.swiper-button-next:hover:after {
  border: solid #c2ccdf;
  border-width: 3px 3px 0 0;
}
.on-site_photo {
  display: flex;
  justify-content: space-between;
}
.on-site_photo dl {
  width: calc(100% / 2 - 5px);
}
.on-site_photo dt {
  width: 90%;
  margin:0 auto;
  padding:4px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}
.on-site_photo dl:first-of-type dt {
  background-color: #c6d4d7;
}
.on-site_photo dd {
  margin-top: 12px;
}
.on-site_photo dl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-info p {
  font-size: 12px;
  margin-top:4px;
}
.case-info dl {
  margin-top:10px;
}
.case-info div dt,.case-info + dl dt {
  display: inline-block;
  background-color: #285c77;
  color: #fff;
  border-radius: 10px;
  padding: .25em .75em .35em;
  font-size: 14px;
}
.case-info div dd {
  text-align: center;
  margin-top:8px;
  background-color: #fff;
  padding:.75em 0;
}
.case-info + dl {
  margin-top:10px;
}
.case-info + dl dd {
  background-color: #fff;
  margin-top: 8px;
  padding: .75em .5em;
  line-height: 1.4;
}
.cases-swiper .swiper-wrapper {
  margin:0 auto;
}
.cases-swiper .swiper-slide h3 {
  font-size: 14px;
  line-height: 1.6;
  border: solid 1px #25546d;
  padding:.75em;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top:1.75em;
  position: relative;
}
.cases-swiper .swiper-slide h3:before {
  content: "詳しく見る ▼";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: -1.75em;
  color: #676767;
  font-weight: normal;
}
.swiper-slide h3 a {
  color: #285c77;
  display: block;
}
/* 修理事例 END */
/* 対応エリア */
.area h2 {
  word-break: keep-all;
  line-height: 1.4;
}
.area h2 > span {
  display: inline-block;
}
.area h2 span span{
  font-size: 20px;
}
.area h2 + div {
  width: 80%;
  margin:16px auto 0;
  text-align: center;
  border-radius: 4px;
  padding:6px;
  background-color: #009CD0;
  color: #fff;
}
.area h2 + div p {
  line-height: 1.6;
}
.area ul {
  width: 90%;
  margin:1em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area ul li {
  width: calc(100% / 2 - 10px);
  margin-top:1em;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.area li a {
  display: block;
}
.area li figure {
  font-size: 0px;
}
.area li img {
  width: 100%;
  height: 86px;
  object-fit: cover;
}
.area li h3 {
  background-color: #1279ac;
  background-color: #4491b7;
  color: #fff;
  line-height: 2;
}
/* 対応エリア END */
/* お支払い方法 */
.payment {
  background: linear-gradient(325deg,transparent 50%, #cbe8eb 50%);
  padding-bottom:20px;
  margin: 4em auto 0;
}
.payment h2 + p {
  margin-top: 40px;
  padding: 0 1.5em;
  letter-spacing: -0.80px;
}
.payment p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.payment dl {
  width: 90%;
  margin:30px auto 0;
  padding:10px 1em 40px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
}
.payment dt {
  font-size: 17px;
  padding-left:2em;
  margin-top:30px;
  position: relative;
}
.payment dt:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #285c77;
  position: absolute;
  left: 10px;
  top:53%;
  transform: translateY(-50%);
}
.payment dd {
  margin-top:5px;
  padding-left:10px;
}
.payment dd p {
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
  margin-top:20px;
}
.payment dd div {
  display: inline-block;
  padding:8px 24px;
  margin-top:12px;
  border: solid 1px #eee;
}
.payment dd img {
  object-fit: contain;
  width: 100%;
}
.payment dd strong {
  display: block;
  margin-top:20px;
}
.payment dd span {
  display: block;
  font-size: 13px;
  margin:12px 10px 0 10px;
  font-weight: 400;
  line-height: 1.4;
}
/* お支払い方法 END */
/* flow */
.flow {
  padding: 0em 20px;
}
.flow h2 {
  line-height: 1.6;
  font-size: 22px;
}
.flow .flow-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.flow ol {
  margin:1.5em auto 0;
  counter-reset: flow-counter;
}
.flow ol > li {
  margin:1em auto 0;
}
.flow ol h3 {
  background-color: #009CD0;
  color: #fff;
  text-align: center;
  counter-increment:flow-counter;
  line-height: 2.2;
}
.flow-content-wrap {
  display: grid;
  grid-template-areas: "child2" "child1";
   margin-top:1em;   
}
.flow-content {
  grid-area: child1; /* 要素を配置 */
}
.flow ol > li h3:before {
  content: counter(flow-counter) ".";
  font-size: 1.15em;
  margin-right: 10px;
}
.flow ol .inquiry {
  display: flex;
  flex-wrap: wrap;
  background: #dcf6ff;
  background: linear-gradient(to bottom, #dcf6ff, #f3fbfd);
  padding: .75em .5em .75em 0;
  margin: .5em auto ;
}
ul.inquiry li {
  position: relative;
  margin-left:44px;
  font-size: 14px;
  line-height: 2;
}
.flow-content .inquiry li:before {
  content: "・";
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  color: #009CD0;
}
.flow-content p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  margin:.75em auto 0;
}
.flow .resv {
  margin: 1em auto 0;
  width: 90%;
  border: solid 1px #eee;
  background: #fdfdfd;
  border-radius: 4px;
  padding: 20px 10px;
}
.flow dt {
  color: #285c77;
  font-size: 14px;
  line-height: 1.2;
}
.flow dt:nth-of-type(2) {
  margin:20px auto 0;
}
.flow dd {
  margin: 10px auto 0;
}
.flow dd a {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: bold;
  min-height: 50px;
  box-sizing: border-box;
}
.flow dd a img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.flow dd a.tub {
  font-size: 1.5rem;
  align-items: center;
  border: 2px solid #fff;
  color: #141823;
  background: #d9eef7;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  pointer-events: painted;
}
.flow dt, .flow dd {
  width: 95%;
  text-align: center;
}
.flow dd .mail {
  background-color: #7ead47;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
ul.point {
  border: solid #ffce34 1px;
  padding: .75em .5em .75em 0em;
  position: relative;
  margin: 2.75em auto 0;
}
.point:before {
  content: "いつでも安心";
  display: inline-block;
  position: absolute;
  padding: .5em 1.3em .5em 1em;
  background-color: #ffce34;
  color: #285c77;
  top: -1.75em;
  font-size: 13px;
  box-shadow: 3px 3px 4px 4px rgb(249 242 217);
}
.flow ol > li:nth-of-type(2) .point:before {
  content: "すぐ来てほしいに対応";
} 
.flow ol > li:nth-of-type(3) .point:before {
  content: "見積りをみて安心相談";
} 
.flow ol > li:nth-of-type(4) .point:before {
  content: "頼れるプロの技術と安心サポート";
}
ul.point span {
  font-size: 12px;
}
ul.point + span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  margin:5px auto 0;
  color: #374059;
  width: 94%;
  background-color: #fff;
  padding:4px 0;
}
.flow-content .point li:before {
  content: "■";
  margin-right: .5em;
  font-size: 12px;
  color: #ffce34;
}
.point li {
  line-height: 1.6;
  margin-top: .5em;
  padding-left: .75em;
  font-size: 14px;
}
.flow-img {
  object-fit: contain;
  grid-area: child2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 2px 0 rgba(0, 54, 60, 0.2);
}
.flow .payment {
  box-shadow: 0px 2px 4px 2px rgb(219 236 241);
}
.flow .payment .flow-content {
  padding:0 10px;
}
.flow .payment ul {
  padding:10px 16px;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #cbe8eb;
  margin:1em auto 0;
}
.flow .payment li {
  position: relative;
  line-height: 2;
  margin-left:46px;
  background-color: #fff;
}
.flow .payment ul li:before {
  content: "・";
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  color: #009CD0;
}
/* flow END */
/* faq */
.faq {
  background: linear-gradient(to bottom, rgb(175 229 255 / 20%), rgba(210, 235, 247, 0));
  margin:3em auto 0;
}
.faq .js-accordion {
  width: 90%;
  margin:0 auto;
}
 .faq h2 {
  line-height: 1.6;
 }
 .faq dl {
    margin-top: 2em;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
    position: relative;
}
.faq dt:before {
  content: 'Q';
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #009CD0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1.4;
  position: absolute;
  top: 20px;
  left: 14px;
}
.faq dt {
  padding: 18px 34px 15px 64px;
  line-height: 1.6;
  font-size: 16px;
}
.faq .accordion__content {
  display: none;
}
.faq dd {
  padding: 20px 24px 20px 24px;
  padding: 20px 24px 20px 54px;
  background-color: #edf5f7;
}
.faq dd:before {
  content: "A";
  font-size: 20px;
  font-weight: bold;
  color: #009CD0;
  background-color: #009CD0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  line-height: 26px;
  position: absolute;
  left: 15px;
}
.faq dd .ancer {
  font-size: 16px;
  line-height: 1.4;
}
.faq dd .ancer ~ p {
  font-size: 15px;
  margin-top: 1em;
  font-weight: normal;
  line-height: 1.6;
}
.faq .faq-list {
  border-radius: 8px;
  background-color: #fff;
  padding: 18px 10px 18px 30px;
  display: grid;
  gap: 15px;
  margin: 1em auto 0;
}
.faq .faq-list li {
  font-size: 15px;
  line-height: 1.4;
  list-style-type: disc;
}
.faq .faq-list li::marker {
  color: #009cd0;
}
/* faq END */
/* web割引 */
main .web-cp {
  background: #f0faff;
  padding: 50px 2% 0;
  margin: 0 auto;
  text-align: center;
}
section + .web-cp {
  margin: 2.5em auto 0;
}
.web-cp .viewport {
  background: url(../images/service-mizumore/cta-img.png) no-repeat center bottom;
  background-size: 150px;
  padding:0 2% 100px;
  max-width: 550px;
  margin:0 auto;
  box-sizing: border-box;
}
.web-cp .viewport h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.web-cp .viewport > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.web-cp .viewport > p {
  line-height: 1.5;
  width: 90%;
  font-weight: 500;
  font-size: 1.05em;
  margin: 20px auto 30px;
}
.org-txt {
  color: #ffa137;
  font-weight: bold;
}
.web-cp i {
  font-style: inherit;
}
.web-cp i small {
  font-size: 80%;
}
.web-cp ul {
  justify-content: space-between;
  background-color: #fff;
}
.web-cp ul,.web-cp p.flex {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-weight: bold;
}
.web-cp ul li, .web-cp p.flex strong {
  width: 100%;
  margin-right: 0;
}
.web-cp ul li {
  padding:15px;
}
.web-cp p.flex strong {
  color: #fff;
  background: #009cd0;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.web-cp p.flex strong + span {
  margin-top: 10px;
  font-size: 1.5em;
  color: #285c77;
  line-height: 1.4;
  width: 100%;
}
main .web-cp .yen {
  color: #333;
  justify-content: center;
  font-size: 3rem;
  align-items: baseline;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
}
main .web-cp ul.flex li:nth-of-type(1) .yen span.org-txt {
  font-size: 1em;
}
.web-cp .yen s {
  width: max-content;
  margin: 0 0 10px;
  text-decoration: none;
  position: relative;
  font-size: 2.25rem;
}
.web-cp .yen s:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  top: 52%;
}
.web-cp .yen s:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #285c77;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 50%;
  top: 96%;
}
.web-cp .yen s small {
  position: relative;
  left: 2px;
  top: -6px;
}
.web-cp p.flex.yen span {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: baseline;
}
.web-cp ul li:nth-child(1) p.flex.yen span > small:after {
  content: '(税込)';
  color: #333;
  font-size: 80%;
  }
.web-cp .yen small {
  font-size: 40%;
}
.web-cp .yen > small {
        display: none;
    }
.web-cp dl {
  margin: 20px auto 0;
  align-items: center;
  line-height: 1.5;
}
.web-cp dt {
  background: #eeeeee;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
}
.web-cp dd {
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  padding: 10px;
}
.web-cp .viewport {
  background: url(../images/service/service_tsumari/common/web-discount/cta-img.png) no-repeat center bottom;
  background-size: 150px;
  padding-bottom: 100px;
}
/* web割引 END */
/* お役立ち情報 */
.related {
  padding-bottom:2em;
}
.related h2 {
  line-height: 1.8;
}
.related ul.swiper-wrapper {
  padding-bottom:4px;
}
.related ul.swiper-wrapper img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.related li {
  background-color: #fff;
  padding:.75em;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #f0f8fd;
}
.related li a {
  display: flex;
  flex-direction: column-reverse;
  color: #323232;
}
.related li h3 {
  line-height: 1.4;
  margin:.5em auto 0;
}
.related span, .latest span {
  display: inline-block;
  margin: 15px 0 0 5px;
  border-radius: 10px;
  font-size: 12px;
}
.related span:nth-of-type(2), .latest span:nth-of-type(2) {
  padding: 3px;
}
span.clogged-toilet {
  background-color: #c3d6ff;
}
span.kitchen-drain-maintenance {
  background-color: #ffe0c3;
}
.related .swipe-indicator,.cases .swiper-indicator {
  display: none;
}
.related .swiper-wrapper li:first-of-type .swipe-indicator,.cases .swiper-wrapper li:first-of-type .swipe-indicator {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 60px;
  background-image: url(../images/service/swipe.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px;
  background-color: rgb(95 115 135 / 85%);
  border-radius: 8px;
  opacity: 0;/*  最初は透明 */
  transition: opacity 1s ease; /* 0.3秒かけてopacityを変化させる */
}
.related .swiper-wrapper li:first-of-type.swiper-slide-active .swipe-indicator,
.cases .swiper-wrapper li:first-of-type.swiper-slide-active .swipe-indicator {
  opacity: 1;
}
.related .swiper-wrapper li[data-seen="true"] .swipe-indicator {
  display: none;
}
.cases .swiper-wrapper li[data-seen="true"] .swipe-indicator {
  display: none;
}
.related .swiper-wrapper li:first-of-type.swiper-slide-visible .swipe-indicator,.cases .swiper-wrapper li:first-of-type.swiper-slide-visible .swipe-indicator {
  opacity: 1; /* 最初のスライドが表示されたときにインジケーターを表示 */
}
/* swiperがない状態 */
.related-content {
  padding: 0 6px;
  width: 90%;
  margin:0 auto;
}
.related-content li {
  background-color: #fff;
  padding: .75em;
  margin:20px auto 0;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #f0f8fd;
}
.related-content img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.related-content li.no-image {
  height: 250px;
  text-align: center;
}
.related-content li.no-image div {
  background-color: #eee;
  height: 191px;
  position: relative;
}
.related-content li.no-image div span {
  transform: translateX(-50%)translateY(-50%);
  position: absolute;
  left: 50%;
  top:40%;
  font-size: 28px;
  margin:0;
  color: #3f4141;
}

/* swiperがない状態 END */
/* お役立ち情報 END */
/* ご予約・お問い合わせ */
section.contact .head-bg {
  background-color: #F2F7FB;
  padding:20px 0 24px 24px;
}
.head-block p{
  background-color: #F8FFFC;
  color: #65AAD8;
  padding:3px 8px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}
.head-block h2 {
  font-size: 18px;
  border:none;
  padding-left:0;
  margin-top:12px;
}
.form-description {
  min-width: 310px;
  width: 86%;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 1.6;
}
.form-block {
  min-width: 312px;
  width: 90%;
  border: solid 1px #F2F7FB;
  background-color: #fff;
  padding:6px 24px 30px 16px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.form-block .input {
  margin-top:24px;
}
.form-block .c-pink {
  background-color: #f082a7;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding:4px 6px;
  margin-right:10px;
}
.form-block label {
  font-size: 16px;
  font-weight: bold;
}
.form-block label + span {
  display: block;
  margin-top: 18px;
}
.form-block .input input{
  min-width: 272px;
  width: 100%;
  padding:2px;
  font-size: 1rem;
  border: solid 1px #A6C7E2;
  background-color: #fff;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.form-block p {
  margin-top:40px;
  font-weight: bold;
}
.form-block .time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time .wpcf7-list-item {
  margin:30px 30px 0 0;
}
.form-block textarea {
  width: 100%;
  margin-top:18px;
  border: solid 1px #A6C7E2;
  background-color: #fff;
	font-size:15px;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.call-back-option {
  width: 90%;
  margin:60px auto 0;
}
.call-back-option .wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  margin:15px auto 0;
  padding-right: 20px;
}
.wpcf7-list-item {
  margin:0;
}
#submit-bt {
  text-align: center;
width: 212px;
	height:53px;
margin: 40px auto 0;
}
#submit-bt input{
  width: 212px;
  padding:15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px #0E345A;
  background-color: #CDE5F8;
  border: solid 1px #F2F7FB;
  box-sizing: border-box;
-webkit-appearance: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
	font-size:16px;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
/* ご予約・お問い合わせ END */
/* 個人情報の取り扱いについて */
.policy {
  margin-top:50px;
}
.policy h3 {
  text-align: center;
}
.policy h3 + div {
  width:260px;
  margin:12px auto 0;
  border: solid 1px #EEEEEE;
  background-color: #fff;
  padding:10px;
  box-sizing: border-box;
}
.policy h3 + div p {
  line-height: 1.5;
  font-size: 13px;
}
.contact-info {
  width:250px;
  margin:40px auto 0;
  border:solid 1px #F3F3F3;
  padding:16px 0;
  text-align: center;
  font-size: 14px;;
}
.Purelife_partner {
  width: 250px;
  margin:14px auto 0;
  border:solid 1px #F3F3F3;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url(../images/service/service_tsumari/common/logo-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Purelife_partner div {
  width:100px;
  height: 80px;
  padding-top: 35px;
  text-align: center;
  margin: 0 auto;
  transform: translateX(-14px);
}
.Purelife_partner div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Purelife_partner p {
  color: #7EAD47;
  font-weight: bold;
  font-size: 16px;
  padding:6px 0;
  background-color: #fff;
  text-align: center;
  margin-top:16px;
}
.Purelife_partner .pure {
  color: #2D8FC0;
  display: block;
  line-height: 1.4;
}
.Purelife_partner .pure:first-of-type {
  font-size: 20px;
  margin-top:5px;
}
.Purelife_partner a {
  display: block;
  padding-bottom:45px;
}
/* 個人情報の取り扱いについてここまで */
}
/* pcとspの共通css */

/* pcとspの共通css END */
@media screen and (min-width: 769px) {
/* ウィンドウ幅が769px以上の場合に適用 パソコン用*/
  .sp {
    display: none;
  }
  .pankuzu {
    width: 1120px;
    margin:2em auto 0;
    font-size: 13px;
  }
  .pankuzu a {
    font-size: 13px;
    margin-right: .25em;
  }
  .pankuzu span {
    margin-right: .25em;
  }
  /* naviここから */
  nav.globalMenuSp {
    width:100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 2;
    position: relative;
  }
  nav.globalMenuSp ul {
    display: flex;
    margin:0 auto 0 auto;
    width:1120px;
  }
  nav.globalMenuSp ul li {
    text-align: center;
    line-height: 2;
    padding:0 5px;
    width: calc(100% / 6);
    border-left:solid 1px #eee;
    font-size: 0;
  }
  nav.globalMenuSp ul li:last-of-type {
    border-right: solid 1px #eee;
  }
  nav.globalMenuSp ul li a {
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 3;
  }
  nav.globalMenuSp ul li a:hover {
    opacity: 0.65;
    background-color: #d0e7f9;
  }
  /* パソコン　追従　電話　ここから */
  #topBtn {
    width:100%;
    height:100px;
    background-color:#FFF;
    border-top: #1978bd solid 2px;
    position: fixed;
    bottom: 0px;
    left:0;
    z-index: 10;
  }
  #pagetop {
    position: fixed;
    bottom:102px;
    right:0;
    padding:10px;
    border:solid #eee 1px;
    background-color: #fff;
    color: #141823;
    text-align: center;
  }
  #telBtn a {
    color: #1978bd;
  }
  #telBtn {
    font-size: 16px;
    color: #1978bd;
    width:100%;
    margin:0 auto;
  }
  #telBtn .telBtn-wrap {
    display: flex;
    justify-content: space-around;
    width:1125px;
    margin:0 auto;
  }
  .tel-right p {
    margin-bottom:0.85em;
    font-size: 14px;
  }
  .tel-right a {
    font-size: 55px;
  }
  .tel-contact {
    margin:auto 0;
  }
  .tel-contact img {
    width:100%;
  }
  .tel-contact a {
    display: block;
  }
  .tel-contact a:hover {
    opacity: 0.85;
  }
  /* パソコン　追従　電話　ここまで */
  /* ヘッダー　ロゴ・電話・お問い合わせボタン */
  .header-top {
    height: 10px;
    background-color: #4ba0c7;
  }
  .pc-header  {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    margin:1em auto 1em;
    height: auto;
    object-fit: contain;
  }
  .pc-header img {
    width: 80%;
  }
  .pc-header img {
    object-fit: contain;
    height: auto;
  }
  .pc-header .pc-logo {
    width: 372px;
  }
  .pc-header .pc-logo a {
    display: block;
  }
  .pc-header .pc-logo img {
    width: 100%;
  }
  .pc-header ul {
    display: flex;
  }
  .pc-header li {
    width: 100%;
  }
  .pc-header li a {
    display: block;
  }
  .pc-header li:nth-child(1) {
    flex: 2;
    text-align: center;
  }
  .pc-header li:nth-child(2) {
    flex: 1;
  }
  .pc-header ul li:nth-child(1) img {
    width: 80%;
    height: auto;
    object-fit: contain;
  }
  .pc-header ul li:nth-child(2) img {
    flex-shrink: 2;
    height: auto;
    object-fit: contain;
  }
  /* ヘッダー　ロゴ・電話・お問い合わせボタン END */

.main-background {
  background: linear-gradient(to right, #c6e0ed, #f5fcff);
  position: relative;
  background-image: radial-gradient(#d5eee0 2px, transparent 2px), radial-gradient(#d5eee0 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 24px 24px;
}
/* main & section & side 大枠 */
main {
  margin: 0 auto;
}
main .mv_block {
  background-color: #e1f5fe;
  
}
main .mv.toilet {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/service/service_tsumari/toilet/tsumari_service_toilet_mv.jpg) no-repeat;
  background-color: #e1f5fe;;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
main .mv.kitchen {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/service/service_tsumari/kitchen/tsumari_service_kitchen_mv1.jpg) no-repeat;
  background-color: #e1f5fe;;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
main .mv.bathroom {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/service/service_tsumari/bath/tsumari_service_bathroom_mv.jpg) no-repeat;
  background-color: #e1f5fe;;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
main .mv.washroom {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/service/service_tsumari/washroom/tsumari_service_washroom_mv.jpg) no-repeat;
  background-color: #e1f5fe;;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
main .center {
  background: #f5fcff;
  color: #285c77;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.05rem;
  padding: 12px 0;
}
main .center img {
    margin: 0 10px;
}
main small {
  font-size: 13px;
}
main .mv-t1 {
  position: absolute;
  right: 20%;
  bottom: 36%;
}
main .mv-t2 {
  position: absolute;
  right: 7%;
}
main .cta-tel {
  background: #d9eef7;
    border: 5px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    pointer-events: none;
    max-width: 360px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top:3px;
}
.cta-tel span {
  background: #285c77;
  color: #fff;
  display: block;
  padding: 6px 0;
}
.cta-tel strong {
  font-size: 2.3rem;
  color: #253b45;
  padding: 8px 0;
  display: block;
}
.cta-tel img {
  margin-right: 6px;
}
 /* side-nav */
 .side-nav_btn {
  position: absolute;
  bottom: 180px;
  right: 25px;
  width: 120px;
  height: 120px;
  background: url(../images/service/common/nav-btn__pc.png) no-repeat center center transparent;
  cursor: pointer;
}
.side-nav_btn .text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
.side-nav_btn .text:after {
  display: block;
  content: '+';
}

/* side-nav open */
.side-nav_wrap {
  width: 360px;
  height: auto;
  position: fixed;
  bottom: 180px;
  right: 30px;
  text-align: left;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
}
.side-nav_wrap.show {
  z-index: 15;
  opacity: 1;
  visibility: visible;
}
.side-nav {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 13px 0 rgb(107, 121, 126, 0.5);
  padding: 8px 8px 30px;
  overflow-y: auto;
  font-feature-settings: "palt";
}
.link-box {
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  box-shadow: 1px 2px 12px 0 rgb(0, 0, 0, 0.2);
}
.link-box + .link-box {
  margin-top: 10px;
}
.link-box.side_tel {
  font-size: 24px;
  background-color: #2D8FC0;
}
.link-box.side_tel .fs-sm {
  font-size: 14px;
}
.link-box.side_contact {
  font-size: 18px;
  background-color: #7EAD47;
}
.link-box img {
  padding-right: 8px;
}
.link-box.side_contact img{
  width: 24px;
}
.link-box_cp {
  margin-top: 12px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #253B45;
  background-color: #D9EEF7;
  border: 3px solid #285C77;
  position: relative;
}
.link-box_cp::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  right: 12px;
}
.side-nav__list {
  margin-top: 10px;
  width: calc(100% - 24px);
  padding: 0 12px;
}
.side-nav__item {
  border-bottom: 2px solid #E5E5E5;
}
.side-nav__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 23px 15px 48px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #141823;
}
.side-nav__item a .pc-none {
  display: none;
}
.side-nav__item a span {
  display: inline-block;
}
.side-nav__item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 37%;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(135deg);
  color: #B2B2B2;
}
.side-nav__item a::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
}
.side-nav__item a.link-reason::before {
  background: url(../images/service/common/ico-side_reanson.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-price::before {
  background: url(../images/service/common/ico-side_price.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-area::before {
  background: url(../images/service/common/ico-side_area.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-payment::before {
  background: url(../images/service/common/ico-side_payment.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-flow::before {
  background: url(../images/service/common/ico-side_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-faq::before {
  background: url(../images/service/common/ico-side_faq.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__item a.link-info::before {
  background: url(../images/service/common/ico-side_info.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.side-nav__close-wrap {
display: block;
width: 30px;
height: 23px;
margin-top: 20px;
margin-left: auto;
cursor: pointer;
}
.side-nav__close {
width: 23px;
height: 23px;
position: relative;
}
.side-nav__close .line {
background-color: #999999;
  width: 23px;
  height: 3px;
  display: block;
  position: absolute;
  right: 0;
}
.side-nav__close .line:nth-child(1) {
transform: rotate(-45deg);
top: 50%;
}
.side-nav__close .line:nth-child(2) {
transform: rotate(45deg);
top: 50%;
}
/* 共通デザイン */
section h2:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: repeating-linear-gradient(-45deg, white, white 10px, #effaff 10px, #ebfaff 20px);
  position: absolute;
  left: 0;
  top: 38%;
  z-index: -1;
}
section:not(#contact) h2 {
  font-size: 42px;
  text-align: center;
  text-decoration-line:underline;
  text-underline-offset: 8px;
  text-decoration-color: #ffce34;
  padding-top:1.75em;
  letter-spacing: 2px;
  color: #268bbe;
  color: #285c77;
  position: relative;
}
.no-before h2:before {
  content: none;
}
/* 共通デザイン END */
/* section reason */
.reasons {
  padding-bottom:60px;
}
.reasons h2 {
  width: 11em;
  margin:0 auto;
}
.reasons-inner {
  width: 1120px;
  margin:60px auto 0;
  padding:2em;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  row-gap: 60px;
  counter-reset: section;
}
.reasons-inner > div { 
  width: 310px;
  padding-bottom: .75em;
  background-color: rgb(255,255,255, 0.5);
  box-shadow:2px 2px 2px 4px #e9f0f7;
  position: relative;
}
.reasons-inner > div::before {
  counter-increment: section;
  content: "Reason " counter(section, decimal-leading-zero);
  font-weight: bold;
  position: absolute;
  font-size: 14px;
  left: 50%;
  top: -1em;
  border-radius: 10px;
  background-color: #3fa8db;
  padding: .4em .5em;
  color: #fff;
  transform: translateX(-50%);
}
.reasons-inner picture img{
  border: solid 1px #eee;
  display: block;
  width: 310px;
  height: 192px;
  object-fit: contain;
  background-color: #fcf8ef;
}
.reasons-inner dl dt {
  color: #0a6d9f;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 1em .5em .75em .5em;
  line-height: 1.6;
  text-shadow: 
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff; /* 白い淵の設定 */
  position: relative;
}
.reasons-inner div:nth-of-type(1) dt:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 62px;
  background-image: url(../images/service/service_tsumari/common/reason/fast-service.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 80px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(2) dt:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/service/service_tsumari/common/reason/24h-support.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 49%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(3) dt:after {
  content: "";
  display: inline-block;
  width: 90px;
  height: 90px;
  background-image: url(../images/service/service_tsumari/common/reason/certified-plumber.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(4) dt:after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 67px;
  background-image: url(../images/service/service_tsumari/common/reason/expert-tools.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 70px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(5) dt:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url(../images/service/service_tsumari/common/reason/free-quote.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  position: absolute;
  left: 48%;
  top: 56px;
  z-index: -1;
}
.reasons-inner div:nth-of-type(6) dt:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 81px;
  background-image: url(../images/service/service_tsumari/common/reason/warranty-family.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleX(-1) translateX(-50%);
  position: absolute;
  right: 50%;
  top: 64px;
  z-index: -1;
}
.reasons-inner dl dd {
  padding: 0 .75em 0 .75em;
  font-size: 16px;
  margin-top:80px;
  letter-spacing: -.75px;
}
.reasons-inner dl dd p,.reasons-inner dl dd ul li {
  line-height: 1.6;
}
.reasons-inner dd p span {
  color: #ef2380;
}
.reasons-inner dd small {
  font-size: 12px;
  line-height: 1.6;
  display: inline-block;
  margin-top:14px;
}
.reasons-inner dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding:.5em .5em;
  border: solid 1px #eaf1f7;
}
.reasons-inner dd ul li {
  color: #ef2380;
}
/* section reason END */

/* cv */
.cv {
  position: relative;
  background-image: url(../images/service/service_tsumari/common/cta/cta-back.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:2em 0;
}
.cv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(139, 218, 255, 0.4);
  background-color: rgb(210 235 247 / 20%);
}
.cv .head {
  font-size: 36px;
  text-align: center;
  color: #0a6d9f;
  position: relative;
  z-index: 2;
}
.cv .payment-block {
  padding:1em;
  border-radius: 10px;
  background-color: #fff;
  width: 900px;
  box-sizing: border-box;
  margin:1.5em auto 0;
  position: relative;
  z-index: 2;
}
.cv ul {
  position: relative;
  z-index: 2;
}
.cv .payment-head {
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.cv ul.service-availability {
  width: 26em;
  margin:24px auto 0;
  padding: 1em 1.25em;
  display: flex;
  justify-content: space-between;
  background-color: #0a6d9f;
  border-radius: 5px;
  color: #fff;
}
.cv ul.service-availability li {
  font-size: 18px;
}
.cv ul.service-availability li:nth-child(2):before {
  content: "/";
  padding-right:.5em;
}
.cv ul.service-availability li:nth-child(2):after {
  content: "/";
  padding-left:.5em;
}
.contact-item {
  width: 900px;
  margin:2em auto 0;
  display: flex;
  justify-content: space-between;
}
.contact-item li:first-of-type {
  font-size: 42px;
  font-weight: bold;
  text-align: right;
  border-radius: 4px;
  background: #e5f7ff;
  background: #d9eef7;
  position: relative;
}
.contact-item li:first-of-type:before {
  content: "";
  display: block;
  width: .75em;
  height: .45em;
  color: #fff;
  font-weight: bold;
  background-color: #009cd0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: 74px;
}
.contact-item li:first-of-type:after {
  content: "お急ぎの方はこちら";
  display: block;
  width: 9em;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: .5em;
  background-color: #009cd0;
  border-radius: 20px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: -5px;
}
.contact-item li:first-of-type a:before {
  content: "";
  background: url(../images/service/service_tsumari/common/cta/free-dial-icon.gif) no-repeat;
  background-size: contain;
  object-fit: contain;
  vertical-align: bottom;
  display: inline-block;
  width: 70px;
  height: 40px;
  margin-right: 20px;
  transform: translateY(-50%);
  position: absolute;
  left: .85em;
  top: 55%;
}
.contact-item li:nth-of-type(2) {
  background-color: #7ead47;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
.contact-item li:first-of-type a {
  color: rgb(37 59 69);
}
.contact-item li a {
  color: #fff;
  padding: 30px .75em 20px 90px;
  display: block;
}
.contact-item li:nth-of-type(2):hover {
  background-color: #6b943d;
}
.contact-item li:nth-of-type(2):before {
  content: "";
  background: url(../images/service/service_tsumari/common/cta/mail.png) no-repeat;
  background-size: contain;
  object-fit: contain;
  width: 30px;
  height: 24px;
  width: 34px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  transform: translateY(-50%);
  top:53%;
  left:36px;
  left: 74px;
}
.contact-item li {
  width: 430px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px #9bbbcb;
}
.payment-options {
  margin:1em auto 0;
  display: flex;
  justify-content: space-between;
}
.payment-options li {
  margin-top:.75em;
  width: 276px;
}
.payment-options div {
  text-align: center;
  padding:.25em 1em;
  border: solid 1px #eee;
  border-radius: 2px;
  background-color: #eee;
}
.payment-options li:last-of-type div {
  padding:10px 0;
  border:solid 2px #fff;
  margin-top:3px;
}
.payment-options img {
  display: block;
  margin:.75em auto 0;
}
/* cv END */

/* 症状別修理料金 */
.costs h2 {
  margin: 0 auto;
}
h2.toilet-clog-price,h2.bathroom-clog-price,h2.washroom-clog-price {
  width: 16em;
}
h2.kitchen-clog-price {
  width: 17em;
}
.costs h3 {
  text-align: center;
  font-size: 20px;
  padding:.75em .25em;
  background-color: #0a6d9f;
  color: #fff;
}
 .costs ul {
  width: 1120px;
  box-sizing: border-box;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.costs li {
  width: calc(100% / 4 - 30px);
  border: solid 1px #eee;
  margin-top:60px;
}
.costs li div {
  display: flex;
  flex-wrap: wrap;
  color: #444;
}
.costs li div img {
  background-color: #f5fcff;
  display: block;
  margin: 10px auto 0;
}
.costs li dl {
  width: 50%;
}
.costs li dt {
  margin:.75em 0 0 .5em;
  border-radius: 10px;
  background-color: #d6eaf5;
  display: inline-block;
  padding:.25em .5em;
}
.costs li dd {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding:.5em 0 0;
  
}
.costs li span {
  font-size: 14px;
}
.costs li dl:last-of-type {
  width: 100%;
  margin-top:.75em;
}
.costs li dl:last-of-type dd {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  padding:0.5em;
  line-height: 1.4;
}

.costs h3 {
  text-align: center;
  font-size: 20px;
  padding:.75em .25em;
  background-color: #0a6d9f;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); /* 影を追加 */
  box-shadow: 0px 8px 16px 0px rgb(98 155 169 / 20%);
}

.costs li {
  width: calc(100% / 4 - 30px);
  border: solid 1px #eee;
  margin-top:60px;
  background-color: #f9f9f9; /* 背景色を変更 */
  background-color: #fdfdfd;
}

.costs li dl {
  width: 50%;
  transition: all 0.3s ease; /* ホバーエフェクトを追加 */
}

.costs li dl:hover {
  transform: scale(1.05); /* ホバー時に要素を拡大 */
}
.costs li dl:nth-of-type(2) dd {
  color: #ae1717;
}
/* 修理事例紹介 */
.cases {
  background-color: rgb(151, 168, 190);
  background-color: rgb(241 246 247);
  margin:80px auto 0;
  display: flex;
  justify-content: space-between;
  padding-top:80px;
  padding-bottom:2em;
  padding-bottom:10em;
  padding-bottom:6em;
}
.cases-wrap {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin:0 0 0 auto;
  position: relative;
}
.lead {
  width: 22%;
  width: 28%;
}
.lead p {
  font-size: 18px;
  line-height: 2;
}
.lead h2 + p {
  margin-top:30px;
}
.lead div {
  text-align: center;
  width: 80%;
  min-width: 320px;
  margin-top:30px;
  box-shadow: 6px 4px 2px #bfdce7;
  position: relative;
}
.lead div a:hover {
  transform: translateY(6px) translateX(4px);
  box-shadow: 1px 1px 2px #1f2425;
}
.lead div:hover:after {
  right: 10px;
  bottom:8px;
}
.lead div::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #e7e7e7;
  position: absolute;
  right: 16px;
  bottom:12px;
}
.lead div a {
  color: #fff;
  border-radius: 5px;
  background-color: #285c77;
  display: block;
  padding:1.5em 0;
}
.cases h2 {
  text-align: left;
  z-index: 1;
  width: 340px;
}
.cases h2:before {
  width: 240px;
  height: 240px;
  background-color: white; 
  background-image: radial-gradient(#d5eee0 2px, transparent 2px),
                    radial-gradient(#d5eee0 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0, 24px 24px;
  top:0;
  left: 20%;
}
.cases h2 span.small {
  font-size: 30px;
}
.cases h2 span::after {
  content: "\A";
  white-space: pre;
}
.cases-swiper {
  width: 1012px;
  width: 68%;
  width: 64%;
  padding:8px 8px 64px 8px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cases .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
  border-radius: 20px;
  width: 470px;
  min-height: 490px;
  max-height: 520px;
  margin-right:40px;
  -webkit-user-select: none; /* Chrome, Safari, Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.swiper-scrollbar {
  background-color: #cad8db;
  height: 8px;
  width: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.swiper-scrollbar-drag {
  background-color: #285c77;
  display: block;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.swiper-button-next.next-arrow {
  width: 90px;
  height: 90px;
  color: #285c77;
  font-size: 2em;
  box-sizing: border-box;
  padding-left: 8px;
  border-radius: 50%;
  position: absolute;
  left: 29%;
  top:50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}
.swiper-button-next:hover {
  background-color: #c6d4d7;
}
.cases .on-site_photo {
    display: flex;
    padding:20px 0 ;
}
.on-site_photo dt {
  width: 90%;
  margin:0 auto;
  padding:4px 0;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
}
.on-site_photo dl:first-of-type dt {
  background-color: #c6d4d7;
}
.on-site_photo dd {
   margin-top:12px;
}
.on-site_photo dd img {
  width: 235px;
  height: 142px;
  object-fit: contain;
  display: block;
}
.case-info > p {
  margin-left:14px;
}
.case-info div {
  display: flex;
  justify-content: space-between;
  padding:0 12px;
  margin:14px 0 0 0px;
}
.case-info div dl {
  width: 48%;
}
.case-info div dt,.case-info + dl dt {
  display: inline-block;
  background-color: #285c77;
  color: #fff;
  border-radius: 10px;
  padding:.25em .75em;
  font-size: 14px;
}
.case-info div dd {
  text-align: center;
  margin-top:8px;
  background-color: #fff;
  padding:.75em 0;
}
.case-info + dl {
  padding:12px;
}
.case-info + dl dd {
  background-color: #fff;
  margin-top: 8px;
  padding: .75em .5em;
}
.cases-wrap h3 {
  margin:12px;
  line-height: 1.6;
  position: relative;
}
.cases-wrap h3:hover {
  opacity: .8;
}
.cases-wrap h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #285c77;
  position: absolute;
  right: 1em;
  bottom:12px;
}
.cases-wrap h3 a{
  color: #444;
  padding:12px;
  background-color: #bfdce7;
  display: block;
  border-radius: 8px;
}
/* 修理事例紹介 END */
/* 対応エリア */
.area {
  padding-bottom: 116px;
}
.area h2{
  margin:0 auto;
}
.area.toilet h2,.area.bathroom h2,.area.washroom h2 {
  width:16em;
}
.area.kitchen h2 {
  width:17em;
}
.area > div {
  width: 730px;
  margin:50px auto;
}
.area .area-point {
  background: #009CD0;
  display: inline-block;
  padding: 10px 90px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 45px;
}
.area-point:after {
  content: "";
  border-top: 8px solid #009CD0;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.area ul {
  width: 1120px;
  margin:40px auto 0;
  gap: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area ul li {
  width: 312px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
}
.area li a {
  display: block;
  color: #285c77;
}
.area a:hover {
  opacity: .8;
}
.area li figure img {
  width: 312px;
  height: 234px;
  height: 156px;
  display: block;
  border-radius: 10px 10px 0 0;
  object-fit: contain;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.area h3 {
  font-size: 24px;
  line-height: 2;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  position: relative;
}
.area h3:before {
  content: "";
  border-top: 8px solid #285c77;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.area h3:after {
  content: "";
  border-top: 8px solid #ffffff;
  border-bottom: 0px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
/* 対応エリア END */
/* お支払いについて */
.payment {
  background: linear-gradient(325deg,transparent 50%, #cbe8eb 50%);
  padding-bottom:116px;
}
.payment h2 + p {
  margin-top:50px;
}
.payment p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.payment dl {
  width: 1120px;
  margin:50px auto 0;
  padding:20px 1em 40px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
}
.payment dt {
  font-size: 20px;
  padding-left:2em;
  margin-top:40px;
  position: relative;
}
.payment dt:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #285c77;
  position: absolute;
  left: 10px;
  top:50%;
  transform: translateY(-50%);
}
.payment dd {
  margin-top:5px;
  padding-left:40px;
}
.payment dd p {
  text-align: left;
  font-weight: 400;
  line-height: 1.6;
}
.payment dd div {
  display: inline-block;
  padding:8px 24px;
  margin-top:12px;
  border: solid 1px #eee;
}
.payment dd strong {
  display: block;
  margin-top:20px;
}
.payment dd span {
  display: block;
  font-size: 16px;
  margin:12px 10px 0 20px;
  font-weight: 400;
}
/* お支払いについて END */
/* ご依頼から作業までの流れ */
.flow {
  background-color: rgb(210 235 247 / 20%);
  background: linear-gradient(to bottom, rgba(210, 235, 247, 0.2), rgba(210, 235, 247, 0));
  padding-bottom:80px;
}
.flow h2 {
  margin:0 auto;
  width: 21em;
}
/* 追加 */
.flow ol {
  width:920px;
  margin:40px auto 0;
  counter-reset: flow-counter;
}
.flow ol > li {
  position: relative;
  background-color: #fff;
  margin-top:60px;
  box-shadow: 0px 2px 4px 2px rgb(219 236 241);
}
.flow ol > li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)translateY(0%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #a9c9d9;
}
.flow ol > li:last-of-type:after {
  border: none;
}
.flow ol > ul {
  margin:.75em auto 0;
  width: 80%;
}
.flow-content ul.inquiry {
  display: flex;
  flex-wrap: wrap;
  background: #dcf6ff;
  background: linear-gradient(to bottom, #dcf6ff, #f3fbfd);
  padding: 1em .5em 1em 0;
}
ul.inquiry li {
  position: relative;
  margin-left:24px;
  font-size: 15px;
}
.flow-content .inquiry li:before {
  content: "・";
  font-size: 30px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: -20px;
  color: #009CD0;
}

.flow-content .point li:before {
  content: "■";
  margin-right:.5em;
  font-size: 12px;
  color: #ffce34;
}
.flow ol > li h3 {
  counter-increment:flow-counter;
  padding:8px;
  background-color: #009CD0;
  color: #fff;
  left:0;
  font-size: 20px;
  min-width: 230px;
  text-align: center;
}
.flow ol > li h3:before {
  content:counter(flow-counter)".";
  font-size: 30px;
  margin-right:10px;
  vertical-align: text-bottom;
}
.flow-content-wrap {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.flow-content {
  margin:3em 2em 2em 2em;
  margin:1.5em 2em 2em 2em;
  font-size: 14px;
  min-width: 620px;
  max-width: 640px;
}
.flow :last-child.flow-content {
  max-width: 100%;
  display: block;
  margin:1.5em auto;
}
.flow-content > p {
  line-height: 1.6;
  font-size: 15px;
}
.flow-content .inquiry + p {
  margin-top:.75em;
  font-size: 14px;
  text-align: center;
}
.flow li .resv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  gap: 10px 20px;
  margin: 20px auto 0;
  align-items: center;
  border: solid 1px #eee;
  border-radius: 4px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.flow dt {
  color: #285c77;
  text-align: center;
  line-height: 1.5;
}
.tub {
  background: #d9eef7;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
  pointer-events: none;
}
.flow dd a {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  min-height: 50px;
  box-sizing: border-box;
}

.flow dd a.tub {
  font-size: 1.5rem;
  color: #141823;
  align-items: center;
  border: 2px solid #fff;
}

.flow dd a img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.mail {
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  border: 0;
  cursor: pointer;
  line-height: 1;
  outline: 0;
  background: #7ead47;
  background: linear-gradient(-45deg, #7ead47 50%, #cde5b2 60%, #7ead47 70%);
  background-size: 600% 100%;
  -webkit-animation: shine 10s infinite;
          animation: shine 10s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 200%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -200%;
  }
}

.resv dt:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2; /* 1行目、1列目 */
}

.resv dd:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2; /* 2行目、1列目 */
}

.resv dt:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3; /* 1行目、2列目 */
}

.resv dd:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3; /* 2行目、2列目 */
}

ul.point {
  margin-top:2.75em;
  border: solid #ffce34 1px;
  padding:.75em 0 .5em;
  position: relative;
}
ul.point + span {
  display: block;
  margin-top:8px;
  line-height: 1.4;
  font-size: 13px;
  color: #374059;
}
.point li {
  line-height: 2;
  padding-left:.75em;
  font-size: 18px;
}
.point:before {
  content: "いつでも安心";
  display: inline-block;
  position: absolute;
  padding: .5em 1.3em .5em 1em;
  background-color: #ffce34;
  color: #285c77;
  top:-1.75em;
  font-size: 13px;
  box-shadow: 3px 3px 4px 4px rgb(249 242 217);
}
.flow ol > li:nth-of-type(2) .point:before {
  content: "すぐ来てほしいに対応";
} 
.flow ol > li:nth-of-type(3) .point:before {
  content: "見積りをみて安心相談";
} 
.flow ol > li:nth-of-type(4) .point:before {
  content: "頼れるプロの技術と安心サポート";
}
.point span {
  font-size: 12px;
  padding-left:2em;
}
.flow-img {
  width: 230px;
  margin:2em 1em 0 1em;
  display: flex;
  align-items: stretch;
}
.flow .flow-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.flow .payment {
  padding-bottom:20px;
}
.flow .payment ul {
  width: 86%;
  margin:20px auto 0;
  padding: 10px 3em 10px 1em;
  padding:10px 2em 10px 3em;
  padding: 16px 3em 16px 4em;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
  display: flex;
  justify-content: space-between;
}
.flow .payment ul li {
  font-size: 18px;
  position: relative;
}
.flow .payment ul li:before {
  content: "・";
  font-size: 30px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: -30px;
  color: #009CD0;
}
/* flow END */
/* faq */
.faq {
  position: relative;
  padding-bottom:60px;
  color: #464646;
  background: #fff;
  border-radius: 100% 100% 0 0;
  background: linear-gradient(to bottom, rgb(175 229 255 / 20%), rgba(210, 235, 247, 0));
}
.faq h2:before {
  /* .faq h2のbeforeをリセット */
  all: unset;
}
.faq h2 {
  color: #141823;
  color: #194067;
}
.faq .js-accordion {
  width: 1120px;
  margin:40px auto 0;
  position: relative;
}
.faq .js-accordion:before {
  content: "FAQ";
  position: absolute;
  color: rgb(236, 243, 255);
  background: linear-gradient(to top, #d8e3ed, #e9ecf3, #cae7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  transform: rotate(353deg) scaleY(0.8) scaleX(0.8);
  left: 0;
  top:-100px;
  left: -120px;
  top:-180px;
}
.faq .accordion__content {
  display: none;
}
.faq dl {
  margin-top:2em;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 54, 60, 0.2);
  position: relative;
}
.faq dt {
  font-size: 20px;
  padding:1.5em 1.5em 1.5em 1.75em;
}
.faq dt:before {
  content: "Q";
  font-size: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #0a6d9f;
  color: #fff;
  background-color: #009CD0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 26px;
  line-height: 44px;
}
.faq dt:after,.faq .js-accordion dl.is-active dt:after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../images/service/common/blue-arrow@2x.png) no-repeat;
  background-size: contain;
  transform: rotate(360deg);
  position: absolute;
  right: 20px;
  top: 40px;
}
.faq .js-accordion dl.is-active dt:after {
  transform: rotate(180deg);
}
.faq dd {
  background-color:  #edf5f7;
  padding:24px;
  padding: 1.5em 1.5em 1.5em 1.75em;
  padding: 24px 30px 24px 114px;
  position: relative;
}
.faq dd .ancer {
  font-size: 20px;
}
.faq dd .ancer + p {
  margin-top:26px;
}
.faq dd .ancer ~ p {
  font-size: 17px;
  line-height: 2;
}
.faq dd:before {
  content: "A";
  font-size: 24px;
  font-weight: bold;
  color: #009CD0;
  background-color: #009CD0;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  line-height: 44px;
  position: absolute;
  left: 35px;
}
.faq dd .reference-list {
  margin-top:20px;
}
.faq dd .faq-list {
  width: 60%;
  background-color: #f5fcff;
  background-color: #fff;
  line-height: 2.4;
  padding:16px 20px 16px 24px;
  margin-top:14px;
}
.faq dd .faq-list li:before,.reasons-inner dd ul li:before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009CD0;
  display: inline-block;
  margin-right:16px;
  vertical-align: middle;
}
.reasons-inner dd ul li:before {
  margin-right:10px;
}
.faq .faq-list + p {
  margin-top:14px;
}
/* faq END */
/* WEBwari */
main .web-cp {
  background: #f0faff;
  padding: 50px 2% 0;
  text-align: center;
}
.web-cp .viewport {
  background: url(../images/service/service_tsumari/common/web-discount/cta-img.png) no-repeat right bottom;
  padding-bottom: 65px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.web-cp#S-web-cp h2 {
  padding-top:0;
}
.web-cp .viewport > p {
  font-size: 1.2rem;
  margin: 20px auto 30px;
}
.web-cp ul {
  display: flex;
  justify-content: space-between;
}
.web-cp ul li {
  background: #fff;
  padding: 15px;
  width: 46%;
}
.web-cp p.flex {
  color: #285c77;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  display: flex;
}
.org-txt {
  color: #ffa137;
  font-weight: bold;
}
i {
  font-style: inherit;
}
.web-cp p.flex strong {
  color: #fff;
  background: #009cd0;
  font-size: 1.5rem;
  padding: 8px;
  line-height: 1.5;
  width: 30%;
  text-align: center;
  margin-right: 3%;
}
main .web-cp .yen {
  color: #333;
  justify-content: center;
  font-size: 3rem;
  align-items: baseline;
  letter-spacing: 1px;
}
.web-cp .yen small {
  font-size: 40%;
}
.web-cp .yen s {
  text-decoration: none;
  position: relative;
  font-size: 2.5rem;
  margin-right: 40px;
}
.web-cp .yen s small {
  position: relative;
  left: 2px;
  top: -6px;
}
.web-cp .yen s:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  top: 52%;
}
.web-cp .yen s:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #285c77;
  border-right: 0;
  display: block;
  position: absolute;
  right: -30px;
  top: 40%;
}
.web-cp dl {
  margin: 20px auto 0;
  align-items: center;
  line-height: 1.5;
  display: flex;
}
.web-cp dt {
  background: #eeeeee;
  font-weight: bold;
  padding: 20px;
  margin-right: 12px;
  font-size: 1.2rem;
}
.web-cp dd {
  text-align: left;
  margin-right: 20px;
  font-size: 1.1rem;
}
/* WEBwari END */
/* お役立ち情報 */
.related{
  box-sizing: border-box;
  width: 1120px;
  margin: 0 auto 0;
  padding-bottom:3em;
}
.related + .latest {
  margin-top:4em;
}
section.related#S-related h2.tit {
  width: 22em;
  margin: 0 auto;
  font-size: 38px;
}
.related h2:before {
  left: -40px;
  background: repeating-linear-gradient(-45deg, white, white 10px, #d8eff7 10px, #c7e6ef 20px); 
}
.related-swiper {
  padding:0 2em;
  margin:3em auto 0;
}
.related ul.related-content {
  display: flex;
  margin: 3em auto 0;
}
.related ul > li,.latest ul > li {
  width: calc(100% / 3 - 20px);
  margin-top:10px;
  margin-right:20px;
  background-color: #fff;
  padding:.75em;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #f0f8fd;
}

.related li a,.latest li a {
  display: flex;
  flex-direction: column-reverse;
  color: #323232;
}
.related li a:hover,.latest li a:hover {
  opacity: .8;
}
.related li div,.latest li div {
  width: 100%;
}
.related li.no-image {
  text-align: center;
}
.related li.no-image div {
  height: 200px;
  background-color: #eee;
  position: relative;
}
.related li.no-image div span {
  font-size: 28px;
  color: #989898;
  position: absolute;
  left: 50%;
  top:47%;
  transform: translateX(-50%)translateY(-50%);
  margin:0;
}
.related li.no-image div + span {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.6;
  letter-spacing: -.025em;
}
.related li img,.latest li img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.related article h3,.latest article h3 {
  font-size: 15px;
  margin-top:5px;
  line-height: 1.6;
  letter-spacing: -.025em;
  padding: 0 .2em .5em;
}
.related span ,.latest span {
  display: inline-block;
  margin:5px 0 0 5px;
  border-radius: 10px;
  font-size: 12px;
}
.related span:nth-of-type(2) ,.latest span:nth-of-type(2) {
  padding:3px;
}
span.clogged-toilet {
  background-color: #c3d6ff;
}
span.washlet {
  background-color: #c3fdff;
}
span.kitchen-drain-maintenance {
  background-color:#ffeac3;
}
.related-swiper-button-prev,
.latest-swiper-button-prev {
    top: 17rem;
    left: -5.5rem;
    transform: scaleX(-1);
}
.related-swiper-button-next,
.latest-swiper-button-next {
    top: 17rem;
    right: -5.5rem;
}
/* 関連記事 END */
/* ご予約・お問い合わせ */
.contact {
  padding-bottom:50px;
}
.head-bg {
  width: 100%;
  background-color: #F2F7FB;
}
.head-block {
  width: 1105px;
  padding:20px 0 24px 0;
  margin:0 auto;
}
.head-block p {
  font-size: 16px;
  display: inline-block;
  color: #65AAD8;
  background-color: #F8FFFC;
  padding: 3px 8px;
  text-align: center;
  font-weight: bold;
}
.contact h2 {
  color: #285c77;
  font-size: 18px;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 10px;
}
/* 見出しココまで */
.contact-wrap {
  width: 1105px;
  margin:30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-wrap .form {
  width: 820px;
}
.form .form-description p {
  font-size:16px;
  line-height: 1.6;
}
.form .form-description p:last-of-type {
  padding-bottom:10px;
  border-bottom: solid 1px #eee;
}
/* contact-wrap */
.form-block {
  padding-right:50px;
  padding-left:10px;
}
.form-block .input {
  display: flex;
  justify-content: space-between;
  margin-top:60px;
}
.c-pink {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #F082A7;
  padding:4px 6px;
  margin-right: 24px;
}
.form-block label {
  font-weight: bold;
}
.form-block .input input {
  border: solid 1px #A6C7E2;
  background-color: #fff;
  padding:4px;
  font-size: 1rem;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
}
.form-block div input::placeholder {
  color:#C8C8C8;
}
.form-block p {
  font-weight: bold;
  margin-top:60px;
}
.time {
  padding-left:10px;
  display: flex;
}
.time span.wpcf7-list-item {
  margin:40px 52px 0 0;
}
.time span input ,.call-back-option span input{
  margin:0 5px 0 0;
  vertical-align: middle;
}
.form-block textarea {
  width:100%;
  margin-top:20px;
  padding:8px;
  border: solid 1px #A6C7E2;
  background-color: #fff;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
  line-height: 1.4;
}
.call-back-option {
  margin-top:40px;
  padding-left:10px;
}
.call-back-option span input {
  margin-right:10px;
}
.wpcf7-list-item.first {
  margin-right: 150px;
}
p#submit-bt {
  text-align: center;
}
p#submit-bt input{
  width: 212px;
  height: 50px;
  text-align: center;
  background-color: #CDE5F8;
  border: solid 1px #F2F7FB;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .16);
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgb(61, 107, 126);
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ",meiryo, sans-serif;
  margin:20px auto 0;
  cursor: pointer;
}
.policy {
  width: 280px;
  box-sizing: border-box;
  background-color: #FCFCFC;
  padding:30px 16px;
  margin-top: 50px;
}
.policy h3 {
  text-align: center;
  font-size: 14px;
}
.policy h3 + div {
  background-color: #fff;
  height: 250px;
  padding:12px 15px;
  margin-top:16px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.policy h3 + div p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
.contact-info {
  border: solid 1px #F3F3F3;
  background-color: #fff;
  text-align: center;
  padding:16px 25px;
  font-size: 14px;
  letter-spacing: -1px;
  margin-top:35px;
}
.Purelife_partner {
  width: 250px;
  height: 250px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  margin-top:20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url(../images/service/service_tsumari/common/logo-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.Purelife_partner div {
  width: 100px;
  height: 80px;
  margin:35px 85px 0 65px;
}
.Purelife_partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Purelife_partner p {
  font-size: 14px;
  color: #7EAD47;
  font-weight: bold;
  margin-top:16px;
  background-color: #fff;
  padding: 6px;
}
.Purelife_partner span {
  color: #2D8FC0;
  display: inline-block;
  font-size: 20px;
  letter-spacing: -0.75px;
  margin-top:7px;
}
.Purelife_partner span:last-of-type {
  font-size: 16px;
  font-weight: normal;
}
.Purelife_partner a {
  display: block;
}
/* ご予約・お問い合わせここまで */
}
