@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block;}
/* ==========================================================
 reseting
========================================================== */
body {
  line-height: 1.6;
  color: #333;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select, button {
  font-family: "Meiryo", sans-serif;
  /* 明朝フォント
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;*/
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
input, textarea, select
{ /*-webkit-appearance: none;*/}
textarea
{ resize: none;}
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ height: auto; vertical-align: top;}
address, caption, code, em, th
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: normal;}
a, input
{/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/}
sup, sub
{ font-size: 63%;}
sup
{ vertical-align: top;}
sub
{ vertical-align: baseline;}
iframe{
    border-width: 0px;
}

*
{ box-sizing: border-box; -webkit-box-sizing: border-box;}

html, body {
    height: 100%;
}
/* ==========================================================
 base Link
========================================================== */
a {
  color: #f00;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}
a:visited {}
a:hover,
a:active,
a:focus { }

a:focus { outline: none;}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after,
.contents:before, .contents:after
{
  content: "";
  display: table;
}
.clearfix:after,
.contents:after
{
  clear: both;
}
/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents
{
  *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll;}
body { text-align: center;}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .wrapper {
    min-width: 640px;
    margin: 0 auto;
  }
}

/* ==========================================================
 header
========================================================== */
.header {
  width: 100%;
  background-color:rgba(255, 255, 255, 0.9);
  height: 108px;
  -webkit-box-shadow: 0 3px 7px rgba(171,171,171,.5);
	-moz-box-shadow: 0 3px 7px rgba(171,171,171,.5);
	box-shadow: 0 3px 7px rgba(171,171,171,.5);
  padding-top: 11px;
  position: fixed;
  z-index: 999;
}

  .header-in {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 40px;
    text-align: left;
    overflow: hidden;
    min-width: 1200px;
  }

@media screen and (min-width: 850px) and (max-width: 1199px) {
  .header {
    height: 103px;
  }
  .header-in {
    min-width: 640px;
    float: right;
    padding: 0 12px;
  }
}

@media screen and (min-width: 641px) and (max-width: 849px) {
  .header {
    height: 78px;
  }
  .header-in {
    min-width: 640px;
    float: right;
    padding: 0 12px;
  }
}

.header-logo {
  padding-top: 11px;
  float: left;
  vertical-align: top;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .header-logo {
    padding-top: 0px;
  }
}

.header-utility {
  float: right;
  vertical-align: top;
}
.header-search {
}
.header-links {
}
.header-links li {
  float: left;
  position: relative;
}
.header-links li:last-child {
  float: left;
  margin: 9px 0 0 15px;
}

.toiletweb_pctel_fix_tel, .toiletweb_pctel_01_num {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-decoration: none;
  pointer-events: none;
}

.toiletweb_pctel_fix_tel {
  left: 50px;
  top: 4px;
  color: #fd4188;
  font-size: 32px;
  letter-spacing: .049em;
}

.toiletweb_pctel_01_num {
  left: 78px;
  top: 39px;
  color: #fff;
  font-size: 40px;
  letter-spacing: .055em;
  font-style: oblique;
}

.header-links-tel {
  position: relative;
  top: 5px;
}

.header-links-tel:hover .toiletweb_pctel_fix_tel {
  opacity: 0.7;
}

.toiletweb_pctel_01_container {
  position: relative;
}

@media screen and (min-width: 850px) and (max-width: 1199px) {
  .header-logo {
    float: left;
  }
  .header-logo img {
    width: 85%;
  }
  .header-utility {
    float: right;
    text-align: right;
  }
  .header-links {
    margin: auto;
    display: flex;
    max-width: 600px;
  }
  .header-links li {
    float: none;
  }
  .header-links li img {
    height: 70px;
  }
.header-links .header-links-tel img {
    height: 68px;
  }
  .toiletweb_pctel_fix_tel {
    left: 48px;
    top: 4px;
    font-size: 28px;
  }
  .header-links li:last-child {
    float: none;
  }
  .header-links li:last-child img {
    height: 61px;
  }
}

@media screen and (min-width: 641px) and (max-width: 849px) {
  .header-logo {
    float: left;
    max-width: 210px;
    padding-left: 5px;
  }
  .header-logo img {
    width: 75%;
  }
  .header-utility {
    float: right;
    text-align: right;
  }
  .header-links {
    margin: auto;
    display: flex;
    max-width: 400px;
  }
.header-links-tel {
    top: 7px;
  }
  .toiletweb_pctel_fix_tel {
    left: 29px;
    top: 2px;
    font-size: 19px;
  }
  .header-links li {
    float: none;
  }
  .header-links li img {
    height: 50px;
  }
.header-links .header-links-tel img {
    height: 44px;
  }
  .header-links li:last-child {
    float: none;
  }
  .header-links li:last-child img {
    height: 40px;
  }
}

/* ==========================================================
 nav-global
========================================================== */
.nav-global {
}
  .nav-global li {
  }
    .nav-global li a {
    }
    .nav-global li a:hover {
    }
/* ==========================================================
 nav-local
========================================================== */
.nav-local {
}
  .nav-local li {
  }
    .nav-local li a {
    }
    .nav-local li a:hover {
    }
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
  .nav-breadcrumb li {
    float: left;
    white-space: nowrap;
  }
  .nav-breadcrumb li.home {
  }
    .nav-breadcrumb li a {
    }
/* ==========================================================
 contents
========================================================== */
.contents {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.title img {
  width: 100%;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .contents {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .contents .txt-cmn {
    max-width: 50%;
    margin-left: 25px;
  }
  .title {
    margin-left: 25px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1199px) {
  .title-02 {
    top: 54px !important;
    right: -5px !important;
    
  }
  .title-02 img {
    height: 400px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1049px) {
  .title-02 {
    top: 134px !important;
    right: -5px !important;
    
  }
  .title-02 img {
    height: 320px;
  }
}

@media screen and (min-width: 641px) and (max-width: 849px) {
  .title-02 {
    top: 204px !important;
    right: -5px !important;
    
  }
  .title-02 img {
    height: 250px;
  }
}

.contents.type-01 {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .contents.type-01 {
    width: 95%;
  }
}

.contents-main {
  float: right;
  width: 640px;
}
.contents-sub {
  float: left;
  width: 300px;
}
/* ==========================================================
 footer
========================================================== */
.footer {
  width: 100%;
  background: #005eae;
  height: 223px;
  /* height: 183px; */
  padding-top: 41px;
  min-width: 1200px;
  overflow: hidden;
}

  #breadcrumbs {
    min-width: 1200px;
    margin: -41px auto 40px;
    padding: 15px 165px 15px 170px;
    text-align: left;
    background: #045294;
    color: #fff;
  }

  #breadcrumbs li {
    display: inline-block;
    text-align: left;
  }

  #breadcrumbs li a {
    color: #fff;
  }

  #breadcrumbs li:last-child span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    max-width: 340px;
  }

  .footer-in {
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 165px 0 170px;
    text-align: left;
    color: #fff;
    overflow: hidden;
  }
  .footer-utility {
    float: left;
    padding-top: 31px;
  }
    .footer-links {
      height: 27px;
      display: table;
    }
      .footer-links li {
        float: left;
        display: table-cell;
        border-right: solid 1px #b7deff;
        line-height: 27px;
        vertical-align: middle;
        padding: 0 25px;
        font-size: 14px;
      }
      .footer-links li:first-child {
        padding: 0 25px 0 0
      }
      .footer-links li:last-child {
        padding: 0 0 0 25px;
        border: none;
      }
      .footer-links li a {
        color: #fff;
      }
    .box-footer {
      float: right;
      text-align: right;
    }
      .footer-copyright {
        padding-top: 15px;
        font-size: 10px;
      }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .footer {
    height: 223px;
    min-width: 100%;
    padding-top: 41px;
  }

  #breadcrumbs {
    min-width: 100%;
    text-align: left;
    margin: -41px auto 20px;
    padding: 15px 60px;
    background: #045294;
    border-bottom: 1px solid #e6e6e6;
    color: #fff;
  }

  #breadcrumbs li {
    display: inline-block;
    text-align: left;
  }

  #breadcrumbs li a {
    color: #fff;
  }

  #breadcrumbs li:last-child span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    max-width: 340px;
  }

  .footer-in {
    min-width: 640px;
    padding: 0 12px;
  }
  .footer-utility {
    float: none;
    padding-top: 3px;
    padding-bottom: 20px;
  }
  .footer-links {
    text-align: center;
    display: block;
  }
  .footer-links li {
    float: none;
    display: inline-block;
  }
  .box-footer {
    float: none;
    text-align: center;
  }
  .box-footer img {
    width: 25%;
    max-width: 186.4px;
  }
}

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  height: 404px;
  /* height: 534px;  納期遅延時の高さ */
  width: 100%;
  background: url(/lp/faucet/common/img/bg_sec_01.png)
}

  .inner-cmn-01 {
    width: 980px;
    background: #fff;
    text-align: center;
    height: 395px;
    position: relative;
    top: -65px;
    /* top: -55px;  納期遅延時の高さ */
    padding: 33px 0 0 0;
    -webkit-box-shadow: 0 14px 14px rgba(96, 109, 122, 0.35);
    -moz-box-shadow: 0 14px 14px rgba(96, 109, 122, 0.35);
    box-shadow: 0 14px 14px rgba(96, 109, 122, 0.35);
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-cmn-01 {
    width: 100%;
  }
}

/* sec-cmn-02
---------------------------------------------------------- */
  .inner-cmn-02 {
    width: 100%;
    background: url(/lp/faucet/common/img/bg_sec_02.jpg) no-repeat left top ;
    height: 1069px;
  }
  .inner-cmn-02.new_bg_height {
    height: 940px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-cmn-02 {
    height: auto;
  }
  .inner-cmn-02.new_bg_height {
    height: auto;
  }
}

/* sec-cmn-03
---------------------------------------------------------- */
  .inner-cmn-03 {
    width: 100%;
    background: url(/lp/faucet/common/img/bg_sec_05.png);
    padding: 59px 0 100px;
  }
.inner-cmn-03.type-01 {
  padding: 50px 0 100px;
} 

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-cmn-03 {
    padding: 40px 0;
  }
}

/* sec-cmn-04
---------------------------------------------------------- */
.sec-cmn-04 {
  margin-bottom: 171px;
}
  .inner-cmn-04 {
    width: 100%;
    padding:66px 0 0 0 ;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .sec-cmn-04 {
    margin-bottom: 120px;
  }
  .inner-cmn-04 {
    padding: 40px 0;
  }
}

/* sec-cmn-05
---------------------------------------------------------- */
.sec-cmn-05 {
  background: url(/lp/faucet/common/img/bg_sec_01.png) ;
  background-size: cover;
  height: 711px;
}
.sec-cmn-05.type-01 {
  height: 607px;
}
  .inner-cmn-05 {
    width: 980px;
    margin: auto;
    background: #fff;
    position: relative;
    top:-71px;
    padding: 40px 0 50px 0;
    -webkit-box-shadow: 0px 11px 20px 2px rgba(0,105,220,0.25);
    -moz-box-shadow: 0px 11px 20px 2px rgba(0,105,220,0.25);
    box-shadow: 0px 11px 20px 2px rgba(0,105,220,0.25);
  }
  .inner-cmn-05.type-01 {
    padding: 40px 0 25px 0;

  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .sec-cmn-05 {
    height: auto !important;
  }
  .sec-cmn-05.type-01 {
    height: auto;
  }
  .inner-cmn-05 {
    width: 90%;
  }
  .inner-cmn-05 .txt-cmn {
    width: 95%;
    max-width: initial;
    margin: 0 auto;
    padding: 10px 0;
  }
}

/* sec-cmn-06
---------------------------------------------------------- */
.sec-cmn-06 {
}
  .inner-cmn-06 {
    padding: 27px 0 68px;
  }
    .inner-box-cmn-06 {
      width: 960px;
      margin: auto;
      text-align: left;
      padding-left: 65px;
      font-size: 16px;
      position: relative;
      left: -14px;
    }
    .inner-box-cmn-06 span{
      font-weight: bold;
      color: #fa6e2c;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-box-cmn-06 {
    width: 98%;
    margin: 0 auto;
    left: 0;
  }
}

/* sec-cmn-08
---------------------------------------------------------- */
.sec-cmn-08 {
}
  .inner-cmn-08 {
    height: auto;
    padding: 60px 0 100px;
  }
  .sec-cmn-08 .box-cmn-04.type-05 { padding: 37px 35px 40px 38px;}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .sec-cmn-08 .box-cmn-04.type-05 {
    padding: 24px 10px;
  }
}

/* sec-cmn-11
---------------------------------------------------------- */
  .inner-cmn-03.type-01 {
    padding: 50px 0 99px 0;
  }

.inner-cmn-03.type-02 {
  padding: 62px 0 168px 0;
}

/* sec-cmn-13
---------------------------------------------------------- */
  .inner-cmn-13 {
    padding: 50px 0 100px;
    width: 920px;
    position: relative;
  }
.inner-cmn-13 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 20px 0 40px;
  box-sizing: border-box;
  border: solid 1px #d2d2d2;
  min-height: 132px;
}

    .inner-box-cmn-06.type-05 {
      padding-left: 16px;
      position: relative;
    }
    .inner-box-cmn-06.type-06 {
          padding: 4px 0 0 16px;
    position: relative;
    line-height: 1.8;
      
    }

.check-box {
  margin: 29px 0 24px 29px;
  font-size: 18px;
  font-weight: bold;
  
}

/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn {
  width: 48.3%;
  float: left;
  margin-right: 27px;
  position: relative;
  display: flexbox;
}
.box-cmn:nth-child(2) {
  margin-right: 0;
}
.box-cmn.type-01 {
  width: 487px;
  border-right: solid 2px #e6e6e6;
  margin-right: 0;
}
.box-cmn.type-01:last-child {
  width: 489px;
  margin-right: 0;
  border-right: none;
}
.box-cmn.type-02 {
  width: 487px;
  border-right: dotted 1px #e6e6e6;
  margin-right: 0;
  height: 333px;
  padding: 0 23px 0;
  text-align: left;
  margin-bottom: 25px;
}
.box-cmn.type-02:nth-child(even) {
  border-right: none;
  margin-right: 0;
}

.box-cmn.type-03 {
  width: 487px;
  border-right: dotted 1px #e6e6e6;
  margin-right: 0;
  height: 400px;
  padding: 0 23px 0;
  text-align: left;
  margin-bottom: 25px;
}
.box-cmn.type-03:last-child {
  border-right: none;
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn.type-01 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 24px;
    border: none;
  }
  .box-cmn.type-01:last-child {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 24px;
    border: none;
  }
  .box-cmn.type-02 {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin-bottom: 24px;
    border: none;
  }
  .box-cmn.type-03 {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin-bottom: 24px;
    border: none;
  }
}

  .box-cmn-ttl {
    background: #005eae;
    width: 100%;
    height: 109px;
    text-align: center;
    position: relative;
  }
    .box-cmn-ttl::after {
      content: "";
      display: block;
      width: 50px;
      height: 15px;
      background: url(/lp/faucet/common/img/ico_arrow_02.png) top center no-repeat;
      position: absolute;
      left: 50%;
      margin-left: -25px;
    }
    .box-cmn-ttl-02 {
      background: #fa722e;
      width: 980px;
      height: 141px;
      text-align: center;
      position: relative;
      top:-71px;
      z-index: 8;/*10*/
    }

    .inner-box-02 {
      background: url(/lp/faucet/common/img/bg_sec_03.png) left top;
      width: 100%;
      height: 100%;
    }
  .box-cmn-02 {
    background: #0498ed url(/lp/faucet/common/img/bg_sec_04.png) top center no-repeat;
    text-align: left;
    height: 276px;
    position: relative;
    width: 980px;
  }
    
.box-cmn-02 img {
  padding: 36px 0 0 24px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-ttl-02 {
    width: 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .box-cmn-02 {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .box-cmn-02 img {
    width: 40%;
    padding: 25px 0 0 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 959px) {
  .box-cmn-02 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .box-cmn-02 img {
    width: 40%;
    padding: 25px 5px;
  }
}

/* box-cmn-03
---------------------------------------------------------- */
.box-cmn-03 {
  width: 888px;
  margin: auto;
  padding-left: 11px
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-03 {
    width: 95%;
  }
}

  .inner-box-txt {
    display: inline-block;
    overflow: hidden;
    width: 495px;
    text-align: left;
    padding: 36px 0 0 20px;
  }
  .inner-box-txt.type-01 {
    width: 495px;
  }
  .inner-box-txt.type-02 {
    padding: 3px 0 0 7px;
    width: 520px;
    float: right;
  }
  .inner-box-txt.type-03 {
    padding-top: 0;
    width: auto;
    height: 328px;
    margin: 0 0 0 10px;
    float: left;
    line-height: 1.65;
    font-size: 16px;
  }

  .inner-box-txt.type-04 {
    padding-left: 0;
    width: 460px;
    height: auto;
    margin: 0;
    float: left;
  }
  .inner-box-txt.type-05 {
    padding: 46px 0 0 14px;
    margin: 0;
  }
  .inner-box-txt.type-06 {
    padding: 45px 0 0 0;
    width: 460px;
    margin: 0;
    float: left;
  }

  .inner-box-txt.type-07 {
    padding: 3px 0 0 41px;
    width: 580px;
    float: left;
  }
  .inner-box-txt.type-07-2 {
    padding: 3px 0 0 30px;
    width: 540px;
  }

  .inner-box-txt.type-08 {
    padding: 3px 0 22px 7px;
    width: 520px;
    float: right;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-box-txt {
    width: 40%;
  }
  .inner-box-txt.type-02 {
    padding: 3px 15px 0 7px;
    width: 50%;
    float: right;
  }
  .inner-box-txt.type-03 {
    height: auto;
    float: none;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .inner-box-txt.type-04 {
    width: 40%;
  }
  .inner-box-txt.type-07 {
    padding: 3px 15px 0 7px;
    width: 50%;
    float: left;
  }
  .inner-box-txt.type-06 {
    width: 40%;
  }
}

/* box-cmn-04
---------------------------------------------------------- */
.box-cmn-04 {
  width: 980px;
  border: solid 2px #e6e6e6;
  margin: 0 auto 61px;
  padding: 24px 33px 24px 35px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
  .box-cmn-04.type-01{
    margin: 0 auto 62px;
    padding-bottom: 0;
  }
  .box-cmn-04.type-02{
    padding: 0;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04.type-03{
    padding: 24px 35px;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04.type-04{
    margin: 0 auto 40px;
  }
  .box-cmn-04.type-05{
    padding: 37px 35px 90px 38px;
    margin: 0 auto 45px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-04 {
    width: 100%;
    padding: 0;
  }
  .box-cmn-04.type-02 {
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  .box-cmn-04 .inner-box-3 {
    width: 96%;
    margin: 0 auto;
    padding: 15px 0;
  }
}

/* box-cmn-04a
---------------------------------------------------------- */
.box-cmn-04a {
  width: 980px;
  border-left: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  margin: 0 auto 51px;
  padding: 24px 33px 12px 35px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.box-cmn-04a.toppage_border {
  border-bottom: solid 2px #e6e6e6;
}
  .box-cmn-04a.type-01{
    margin: 0 auto 62px;
    padding-bottom: 0;
  }
  .box-cmn-04a.type-02{
    padding: 0;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04a.type-03{
    padding: 24px 35px;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04a.type-04{
    margin: 0 auto 40px;
  }
  .box-cmn-04a.type-05{
    padding: 37px 35px 90px 38px;
    margin: 0 auto 29px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-04a {
    width: 100%;
    padding: 0;
  }
}

/* box-cmn-04b
---------------------------------------------------------- */
.box-cmn-04b {
  width: 980px;
  border-bottom:solid 2px #e6e6e6;
  border-left: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  margin: -81px auto 50px;
  padding: 12px 33px 24px 35px;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
  .box-cmn-04b.type-01{
    margin: 0 auto 62px;
    padding-bottom: 0;
  }
  .box-cmn-04b.type-02{
    padding: 0;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04b.type-03{
    padding: 24px 35px;
    border: solid 2px #e6e6e6;
    margin: 0 auto 50px;
  }
  .box-cmn-04b.type-04{
    margin: 0 auto 40px;
  }
  .box-cmn-04b.type-05{
    padding: 37px 35px 90px 38px;
    margin: 0 auto 29px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-04b {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (min-width: 932px) and (max-width: 1199px) {
  .box-cmn-04b .inner-box-cmn-04.type-01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 931px) {
  .box-cmn-04b .inner-box-cmn-04.type-01 {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
}

/* box-cmn-05
---------------------------------------------------------- */
.box-cmn-05 {
    border: solid 3px #005eae;
    padding: 24px 333px 27px 27px;
    text-align: left;
    position: relative;
    margin: 50px 0 20px;
    margin-left: 4px;
    width: 900px;
}
  .box-cmn-05::after {
    content: "";
    width: 305px;
    height: 222px;
    background: url(../img/img_main_28.png) left top no-repeat;
    position: absolute;
    top: -17px;
    right: 13px;
  }
    .box-cmn-05.type-01::after {
      background: url( ../img/img_main_39.png) left top no-repeat;
      top: -14px;
      right: 3px;
    }
    .box-cmn-05.type-as2::after {
      background: url( ../img/image_p-as2_3.png) left top no-repeat;
      top: -48px;
      right: 3px;
      width: 301px;
      height: 252px;
    }
    .inner-box-cmn-04 {
      margin-bottom: 29px;
    }
    .inner-box-cmn-04.type-01 {
      margin-bottom: 24px;
    }
    .inner-box-cmn-04.type-02 {
      margin-bottom: 11px;
    }
    .inner-box-cmn-04.type-03 {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .inner-box-cmn-04.type-04 {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .inner-box-cmn-04.type-05 {
        margin-bottom: 0px;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-05 {
    width: 96%;
    margin: 50px auto 20px;
    padding: 27px;
  }
  .box-cmn-05::after {
    background: initial;
  }
  .box-cmn-05.type-01::after {
    background: initial;
  }
  .box-cmn-05.type-as2::after {
    background: initial;
  }
  a.inner-box-cmn-04.type-03 img {
    max-width: 435px;
  }
}

@media screen and (min-width: 641px) and (max-width: 934px) {
  .inner-box-cmn-04 .img-box-01 {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    float: none;
  }
  .inner-box-cmn-04 .img-box-01 img {
    width: 100%;
  }
  .inner-box-cmn-04 .inner-box-txt {
    width: 100%;
    margin: 0 auto;
    padding: 20px 14px 0 !important;
    float: none;
  }
  .inner-box-cmn-04.type-01 {
    margin-bottom: 0;
  }
  .inner-box-cmn-04.type-01 .box-cmn {
    width: 100%;
    float: none;
  }
  .inner-box-cmn-04.type-01 .txt-box-cmn-03 {
    margin-bottom: 12px;
  }
  .inner-box-cmn-04.type-02 .box-cmn {
    width: 100%;
    float: none;
  }
  .inner-box-cmn-04.type-02 .txt-box-cmn-03 {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  p.inner-box-cmn-04.type-03 img {
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
  }
}

/* box-cmn-06
---------------------------------------------------------- */
    .box-cmn-06 {
      border: solid 1px #d2d2d2;
      background: #f4f4f4;
      text-align: left;
      padding: 16px 20px 8px 21px;
      margin:0 14px 30px;
      position: relative;
    }
    .box-cmn-06.type-01 {
      margin:-3px 14px 30px;
      width: 890px;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-06.type-01 {
    width: 96%;
    margin: 10px auto 30px;
  }
}

/* box-cmn-07
---------------------------------------------------------- */
    .box-cmn-07 {
      background: #f5f5f5;
      border-top:solid 1px #e6e6e6;
      height: 124px;
      padding: 18px 28px 0 27px;
      font-size: 12px;
      text-align: left;
      margin-top: 22px;
      line-height: 1.5;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn.type-01 .box-cmn-07 {
    border-bottom: solid 1px #e6e6e6;
    height: auto;
    padding: 18px 28px;
  }
}

/* box-cmn-08
---------------------------------------------------------- */
.box-cmn-08 {
  width: 770px;
  margin: auto;
}

/* box-cmn-09
---------------------------------------------------------- */
.box-cmn-09 { 
  overflow: hidden;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #d2d2d2;
}
  .box-cmn-09 .box-img { 
    width: 450px;
    float: left;
    margin-right: 40px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-09 .box-img {
    width: 96%;
    float: none;
    margin: 10px auto;
  }
}

/* box-cmn-10
---------------------------------------------------------- */
.box-cmn-10 { 
  overflow: hidden;
  margin-bottom: 34px;
}
  .box-cmn-10 .box-before { 
    width: 250px;
    float: left;
    margin-right: 20px;
  }
  .box-cmn-10 .box-after { overflow: hidden;}
    .box-cmn-10 .box-after .col-01 {
      width: 260px;
      float: left;
      margin-right: 10px;
    }
    .box-cmn-10 .box-after .col-01-panasonic {
      width: 520px;
      float: left;
      margin-right: 10px;
    }
    .box-cmn-10 .box-after .col-02 { overflow: hidden;}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-10 .box-before {
    width: 100%;
    float: none;
    margin: 0px auto 30px;
  }
  .box-cmn-10 .box-after .col-01 {
    width: 45%;
  }
}

/* box-cmn-11
---------------------------------------------------------- */
.box-cmn-11-wrap .ttl-01 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #828282;
  padding: 12px 0 8px;
  letter-spacing: 1px;
}
  .box-cmn-11 {
    padding: 25px 0 0;
    text-align: left;
    font-size: 16px;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
  }
    .box-cmn-11 .btn-more-01 {
      width: 100%;
      font-size: 21px;
      font-weight: bold;
      color: #005eae;
      text-align: center;
      background-color: #f0f0f0;
      padding: 20px 0;
      margin-top: 33px;
      cursor: pointer;
      border-top: 1px dotted #d2d2d2;
    }
      .box-cmn-11 .btn-more-01 span {
        text-decoration: underline;
        padding-left: 13px;
        position: relative;
      }
        .box-cmn-11 .btn-more-01 span:after {
          content: "";
          display: inline-block;
          background: url(/lp/faucet/common/img/ico_arrow_more_01.png) no-repeat;
          width: 24px;
          height: 13px;
          margin-left: 8px;
        }
        .box-cmn-11 .btn-more-01.open span:after { background: url(/lp/faucet/common/img/ico_arrow_more_02.png) no-repeat;}
    .box-cmn-11 .btn-more-01.open {
      width: 100%;
      font-size: 21px;
      font-weight: bold;
      color: #005eae;
      text-align: center;
      background-color: #f0f0f0;
      padding: 20px 0;
      cursor: pointer;
    }
    .box-cmn-11 .txt-more {
      display: none;
      padding: 0 50px;
    }
    .box-cmn-11 .txt-red { color: #d50f0f; }
    .box-cmn-11 .txt-show { 
      padding: 0 50px;
      overflow: hidden;
    }
    .box-cmn-11 .txt-more.show { display: block;}

/* box_toilet toto lixil
---------------------------------------------------------- */
.box_toilet{
	margin-bottom: 30px;
}

.toiletset{
	width: 100%;
    background-image: url(../img/back_img_toto.png?20200910);
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.toiletset.panasonic_height {
	height: 421px;
}

.img_toiletset{
	padding: 4px 0 0 4px;
	margin-bottom: 20px;
	float: left;
}

.toiletset_txt{
	float: left;
}

.toiletset_txt p{
	display: inline-block;
    padding: 30px 0px 0px 20px;
    text-align: left;
    font-size: 115%;
}

.toilet_price{
	display: block;
	position: absolute;
	right: 48px;
	/* right: 33px; */
	top: 140px;
}

.toiletset.panasonic_height .toilet_price {
	right: 10px;
	top: 132px;
}

.toiletset.panasonic_height .toilet_price img {
	width: 92%;
}

.img-cmn-adjust-03{
	margin-right: 0;
	margin-bottom: 20px;
}

.box_toilet{
	margin-bottom: 30px;
}

.box_toilet .img-cmn-adjust-03 img:first-child{
    margin: 0 20px 50px 0;
  }

.img_toilet{
	display: inline-flex;
	vertical-align: top;
}

.lixil_inner{
	margin: 30px 0 50px;
}


@media screen and (min-width: 641px) and (max-width: 1199px) {
  .toiletset {
    width: 98%;
    background: none;
    margin: 0 auto 45px;
    border: 1px solid #ededed;
    box-shadow: 0 6px 3px -3px rgba(0,0,0, .25);
  }
  .toiletset.panasonic_height {
    height: auto;
  }
  .img_toiletset {
    display: inline-block;
    margin-bottom: 0;
    float: none;
  }
  .img_toiletset img {
    vertical-align: initial;
  }
  .toiletset_txt {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .toiletset_txt p {
    display: block;
  }
  .toilet_price {
    position: relative;
    top: 0;
    right: 0;
  }
  .toiletset.panasonic_height .toilet_price {
    position: relative;
    top: 0;
    right: 0;
  }
  .toilet_price img {
    padding: 0 5px 15px 0;
    max-width: 430px;
  }
  .toiletset.panasonic_height .toilet_price img {
    width: 100%;
  }
  .box_toilet .img-cmn-adjust-03 img {
    margin: 0 10px 25px;
  }
  .box_toilet .img-cmn-adjust-03 img:first-child {
    margin: 0 10px 25px;
  }
  .img_toilet{
    display: inline-block;
    float: none;
  }
}

/* box-cmn-testimonial
---------------------------------------------------------- */
.box-cmn-testimonial-wrap {
  width: 965px;
  padding: 48px 63px 43px 55px;
  margin-bottom: 60px;
  background-color: #fff;
	-webkit-box-shadow: 14px 15px rgba(225,225,225,.38);
	-moz-box-shadow: 14px 15px rgba(225,225,225,.38);
	box-shadow: 14px 15px rgba(225,225,225,.38);
  font-size: 16px;
}
.box-cmn-testimonial-wrap.type-03 {
  position: relative;
  left: -7px;
  padding: 48px 63px 56px 55px;
}
.box-cmn-testimonial-wrap.type-04 {
  position: relative;
  left: -7px;
  padding: 48px 63px 31px 55px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .box-cmn-testimonial-wrap.type-04 {
    width: 96%;
    margin: 0 auto 45px;
    padding: 20px;
    left: 0;
  }
}

.box-cmn-testimonial { overflow: hidden;}
  .box-cmn-testimonial .box-image {
    width: 280px;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
    padding-top: 5px;
  }
    .box-cmn-testimonial .box-image:before {
      content: "";
      background: url(/lp/faucet/common/img/bg_border_image_01.png) no-repeat;
      position: absolute;
      width: 54px;
      height: 50px;
      top: -7px;
      left: 0;
      z-index: 99;
    }
    .box-cmn-testimonial .box-image:after {
      content: "";
      background: url(/lp/faucet/common/img/bg_border_image_02.png) no-repeat;
      position: absolute;
      width: 54px;
      height: 50px;
      bottom: -18px;
      right: 0;
      z-index: 99;
    }
    .box-cmn-testimonial .image {
      width: 250px;
      margin: 0 auto;
    }
    .box-cmn-testimonial .image img { width: 100%}
    .box-cmn-testimonial .box-detail { overflow: hidden;}
    .box-cmn-testimonial .box-detail .title-01 {
      font-size: 28px;
      font-weight: bold;
      color: #fa6e2c;
      line-height: 1.3;
      box-sizing: border-box;
      padding-bottom: 13px;
      margin-bottom: 12px;
      background: url(/lp/faucet/common/img/bg_dot_01.png) repeat-x bottom left;
    }
    .box-cmn-testimonial .box-detail .text-bold {
      font-weight: bold;
      color: #5a5a5a;
      letter-spacing: 1px;
      margin-bottom: 9px;
    }
    .box-cmn-testimonial .box-detail .img-text { margin-top: 26px;}
    .box-cmn-testimonial .box-detail .img-text.type-01 { margin-top: 16px;}

.box-cmn-13 {
    display: inline-block;
    border: solid 1px #ebebeb;
    width: 294px;
    padding-bottom: 28px;
    margin: 0 14px 44px 0;
    text-align: center;
}

/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn {
  height: 100%;
  position: relative;
  padding-top: 142px;
}

/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
.title {
  margin-bottom: 13px;
}
.title-02 {
  position: absolute;
  top: 16px;
  right: -144px
}

/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  line-height: 109px;
  width: 100%;
  background: url(/lp/faucet/common/img/bg_ttl_cmn_01.png) top center no-repeat;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-cmn-01 {
    font-size: 36px;
  }
}

/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
  line-height: 1.36;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 141px;
  padding-top: 33px;
  background: url(../img/bg_ttl_cmn_02.png) top center no-repeat;
  position: relative;
}
.ttl-cmn-02.type-01 {
  font-size: 34px;
  padding-top: 25px;
}
.ttl-cmn-02::after {
  content: "";
  width: 50px;
  height: 15px;
  background: url(../img/ico_arrow_05.png) left top no-repeat;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {
}

.ttl-cmn-03-new {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-cmn-03 img {
    width: 95%;
  }
}

.ttl-box-cmn-03 {
  font-size: 24px;
  font-weight: bold;
  color: #005eae;
  line-height: 1.34;
  margin-bottom: 20px;
}

/* ttl-cmn-04 
---------------------------------------------------------- */
.ttl-box-cmn-04 {
    position: relative;
    width: 990px;
    margin: 0 auto 24px;
    text-align: left;
}
.ttl-box-cmn-04::after {
  content: "";
  width: 300px;
  height: 260px;
  background: url(../img/img_main_24.png?20200327) left top no-repeat;
  display: block;
  position: absolute;
  top: -95px;
  right: 4px;
}
.ttl-box-cmn-04.type-01 {
      position: relative;
    width: 990px;
    margin: 0 auto 47px;
    text-align: left;
    left: -6px;
}
.ttl-box-cmn-04.type-01::after {
  width: 467px;
  height: 475px;
  background: url(../img/img_main_60.png?20220930) left top no-repeat;
  top: -105px;
  right: -42px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-box-cmn-04 {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
  }
  .ttl-box-cmn-04 img {
    width: 85%;
    text-align: center;
  }
  .ttl-box-cmn-04::after {
    width: 90%;
    max-width: 750px;
    height: 271px;
    margin: 0 auto;
    background: url(/lp/faucet/sp/common/img/img_main_24_sp.png?20200326) center center no-repeat;
    background-size: 100%;
    position: relative;
    top: 25px;
    right: 0;
  }
  .ttl-box-cmn-04.type-01 {
    width: 100%;
    margin: 0 auto 35px;
    text-align: center;
    left: 0;
  }
  .ttl-box-cmn-04.type-01 img {
    width: 100%;
    text-align: center;
  }
  .ttl-box-cmn-04.type-01::after {
    background: none;
    display: none;
  }
}

/* ttl-cmn-05 
---------------------------------------------------------- */
  .ttl-box-cmn-05 {
    width: 1000px;
    height: 98px;
    position: relative;
    background: url(../img/ttl_sec_05.png) left top no-repeat;
    margin: auto;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding:16px 0 0 271px;
  }
  .ttl-box-cmn-05 span{
    font-size: 18px;
    font-weight: bold;
    color: #005eae;
    padding-left: 50px;
    position: relative;
    top: -1px;
  }
    .ttl-box-cmn-05.type-01 {
      background: url(/lp/faucet/common/img/ttl_sec_06.png) left top no-repeat;
    }
    .ttl-box-cmn-05.type-01 span{
      padding-left: 65px;
      top: -1px;
    }
    .ttl-box-cmn-05.type-02 {
      background:url(../img/ttl_sec_08.png) left top no-repeat;
    }
    .ttl-box-cmn-05.type-02 span{
      padding-left: 65px;
      top: -3px;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-box-cmn-05 {
    width: 100%;
    background: #005eae;
    padding: 25px 0 7px;
    font-weight:bold;
    color: #fff;
    position: relative;
    text-align: center;
  }
  .ttl-box-cmn-05::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #005eae;
    left: calc(50% - 6px);
    bottom: -6px;
    z-index: 14;
  }
  .ttl-box-cmn-05 span{
    padding: 3px 45px 4px 45px;
    font-size: 12px;
    font-weight:bold;
    color: #005eae;
    position: relative;
    margin: auto;
    background: url(/lp/faucet/sp/common/img/bg_ttl_cmn_03.png) center top no-repeat;
    top:-4px;
  }
  .ttl-box-cmn-05.type-01 {
    width: 100%;
    background: #005eae;
    padding: 25px 0 7px;
    font-weight:bold;
    color: #fff;
    position: relative;
    text-align: center;
  }
  .ttl-box-cmn-05.type-01::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #005eae;
    left: calc(50% - 6px);
    bottom: -6px;
    z-index: 14;
  }
  .ttl-box-cmn-05.type-01 span{
    padding: 3px 45px 4px 45px;
    font-size: 12px;
    font-weight:bold;
    color: #005eae;
    position: relative;
    margin: auto;
    background: url(/lp/faucet/sp/common/img/bg_ttl_cmn_03.png) center top no-repeat;
    top:-4px;
  }
  .ttl-box-cmn-05.type-02 {
    width: 100%;
    background: #005eae;
    padding: 25px 0 7px;
    font-weight:bold;
    color: #fff;
    position: relative;
    text-align: center;
  }
  .ttl-box-cmn-05.type-02::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #005eae;
    left: calc(50% - 6px);
    bottom: -6px;
    z-index: 14;
  }
  .ttl-box-cmn-05.type-02 span{
    padding: 3px 45px 4px 45px;
    font-size: 12px;
    font-weight:bold;
    color: #005eae;
    position: relative;
    margin: auto;
    background: url(/lp/faucet/sp/common/img/bg_ttl_cmn_03.png) center top no-repeat;
    top:-4px;
  }
}


    .ttl-box-cmn-06 {
      width: 99.4%;
      padding: 8px 0 3px;
      background: #3daaf7;
      border-radius: 20px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 14px;
      margin-left: 3px;
      letter-spacing: -0.8px;
      position: relative;
    }
      .ttl-box-cmn-06 span {
        color: #3daaf7;
        width: 23px;
        height:23px;
        background: #fff;
        padding: 0 7px 0 7px;
        margin: 0 7px 0 9px;
        border-radius: 30px;
        position: relative;
        top: -2px;
      }
  .ttl-box-cmn-06.type-01{margin-bottom: 20px;}
  .ttl-box-cmn-06.type-02{margin-bottom: 10px;}

  .ttl-box-cmn-06.type-03{
    width: 97%;
    margin: 0 0 10px 11px;
}
  .ttl-box-cmn-06.type-04{
    margin: 0 0 10px 11px;
}
  .ttl-box-cmn-06.type-05{
    margin: 0 0 10px 0;
}

.ttl-box-cmn-07 {
  font-size: 16px;
  font-weight: bold;
  color: #005eae;
  background: #f0f0f0;
  text-align: center;
  line-height: 39px;
  height: 39px;
  margin-bottom: 15px;
}
/* ttl-cmn-06 
---------------------------------------------------------- */
.ttl-box-09 {
  display: block;
  background: #ebebeb;
  height: 45px;
  line-height: 45px;
  color: #5a5a5a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 23px;
}
.ttl-cmn-05 {
  font-size: 26px;
  font-weight: bold;
  background: url(/lp/faucet/common/img/bg_line_01.png) left bottom repeat-x;
  color: #005eae;
  margin-bottom: 10px;
  letter-spacing: -0.05px;
}
  .ttl-cmn-05.type-01 {
    letter-spacing: -2px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .ttl-cmn-05.type-02 {
    background: none;
    border-bottom: dotted 1px #d2d2d2;
    padding-bottom: 9px;
    line-height: 1.3;
  }
  .ttl-cmn-05.type-03 {
    background: none;
    border-bottom: dotted 1px #d2d2d2;
    padding-bottom: 17px;
    line-height: 1.3;
    margin-bottom: 17px;
  }
  .ttl-cmn-05.type-04 {
    padding: 36px 0 13px;
    margin: 0 0 20px 9px;
  }


.ttl-cmn-06 {
  background: #828282;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 11px 0 8px;
  margin:0 4px 24px;
}

.ttl-cmn-06.type-01 {
  background: #005eae;
  position: relative;
  top: -2px;
  text-align: left;
  padding:11px 0 0 118px;
  height: 57px;
  margin: 0 0 24px;
}
.ttl-cmn-06.type-02 {
  background: #005eae;
  position: relative;
  top: -2px;
  text-align: left;
  padding:19px 0 0 172px;
  height: 70px;
  margin: 0 0 30px;
}

.ttl-cmn-06.type-03 {
  margin-bottom: 0px;
  position: relative;
  margin: 0;
  font-size: 24px;
  padding: 14px 0 15px;
}
.ttl-cmn-06.type-03::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 15px solid #828282;
  position: absolute;
  left:calc(50% - 13px);
  top:-15px;
}

.ttl-cmn-06.type-04 {
    padding: 11px 0 5px;
    margin: 0 4px 21px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-cmn-06.type-01 {
    text-align: center;
    top: 0;
    padding: 15px 0;
    height: auto;
  }
  .ttl-cmn-06.type-02 {
    text-align: center;
    top: 0;
    padding: 15px 0;
    height: auto;
  }
}

/* ttl-cmn-06 
---------------------------------------------------------- */
.ttl-box-08 {
  display: block;
  position: relative;
  width: 980px;
  margin: 0 auto;
  height: 61px;
  background: url(/lp/faucet/common/img/ttl_sec_14.png) left top no-repeat;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 61px;
  letter-spacing: 1px;
}
.ttl-box-08.type-01 {
}
  .txt-inner-box-04 {
    margin-top: 16px;
    font-size: 18px;
  }  
.ttl-cmn-03{
  padding: 0 0 0 0;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .ttl-box-08 {
    width: 100%;
    background: #0498ed;
    text-align: center;
  }
  .ttl-cmn-03 {
    padding: 40px 0 0;
  }
}

/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
  .txt-cmn {
    font-size: 12px;
  }
    .txt-inner-01 {
      margin-bottom: 20px;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .txt-inner-01 {
    width: 95%;
    margin: 0 auto 20px;
  }
  .txt-inner-01 img {
    width: 80%;
  }
}

    .txt-inner-02 {
    width: 980px;
    margin:0 0 30px;
    position: relative;
    line-height: 1.7;
    }

    .txt-inner-02 img, .txt-inner-02 a {
      margin-right: 20px;
    }
    .txt-inner-02 img:last-child, .txt-inner-02 a:last-child {
      margin-right: 0;
    }

    .txt-inner-02.type-01 {
      text-align: left;
    }
    .txt-inner-02.type-01 img {
      margin-right: 2px;
    }
    .txt-inner-02.type-01 img:first-child {
      margin-right: 11px;
      margin-left: -3px;
    }
    .txt-inner-02.type-01 img:nth-child(2) {
      margin-right: 12px;
    }
    .txt-inner-02.type-01 img:nth-child(4) {
      margin-right: -3px;
    }
    .txt-inner-02.type-01 img:last-child {
      margin-right: 0;
    }
    .txt-inner-02.type-02 {
      margin-bottom: 48px;
    }
    .txt-inner-02.type-03 {
      margin-bottom: 19px;
    }
    .txt-inner-02.type-04 {
      margin-bottom: 19px;
      margin-left: 0px;
    }

    .txt-inner-02.type-05 {
      text-align: center;
      margin-bottom: 18px;
    }
    .txt-inner-02.type-05 img {
      margin-right: 11px;
    }
    .txt-inner-02.type-05 img:first-child {
    }
    .txt-inner-02.type-05 img:nth-child(2) {
    }
    .txt-inner-02.type-05 img:nth-child(4) {
    }
    .txt-inner-02.type-05 img:last-child {
      margin-right: 0;
    }
    .txt-inner-02.type-06 {
      margin-bottom: 41px;
    }
    .txt-inner-02.type-07 {
      margin-bottom: 23px;
    }
    .txt-inner-02.type-08 {
      margin-bottom: 35px;
    }
    .txt-inner-02.type-09 {
      display: flex;
      justify-content: center;
      margin-bottom: 17px;
    }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .txt-inner-02 {
    width: 95%;
    margin: 0 auto;
  }
  .txt-inner-02.type-01 {
      text-align: center;
      padding-bottom: 25px;
  }
  .txt-inner-02.type-03 img {
    width: 75%;
    padding: 10px 0;
  }
  .txt-inner-02.type-04 {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .txt-inner-02.type-04 img {
    width: 13%;
  }
}


@media screen and (min-width: 641px) and (max-width: 1026px) {
.txt-inner-02.type-09 {
    display: block;
  }
  .txt-inner-02.type-09 a {
    margin-left: 0;
    margin-right: 0;
  }
  .txt-inner-02.type-09 a:last-child {
    margin-right: 0;
  }
  .txt-inner-02.type-09 a:last-child img {
    margin-top: 15px;
  }
.toiletweb_pctel_01_container {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

    .txt-cmn-02 {
      font-size: 16px;
      font-weight: bold;
      color: #5a5a5a;
      margin-bottom: 36px
    }
    .txt-inner-box-01{
      background: url(/lp/faucet/common/img/ico_dot_01.png) center bottom no-repeat;
      padding:30px 5px 17px 0;
      margin-bottom: 15px;
      position: relative;
    }
    /* .txt-inner-box-01::after{
      content: "";
      background: url(/common/img/ico_box_01.png) no-repeat;
      width: 916px;
      height: 230px;
      position: absolute;
      display: block;
      left: 31px;
      top: 53px;
    } */

@media screen and (min-width: 641px) and (max-width: 1199px) {
    .txt-inner-box-01 img {
      width: 50%;
    }
}

/* txt-cmn-03
---------------------------------------------------------- */
    .txt-box-cmn-03 {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: -0.5px;
      text-align: left;
    }
    .txt-box-cmn-03.type-01 {padding: 0 15px;}
    .txt-box-cmn-03.type-02 {
      min-height: 158px;
      padding: 20px 28px 13px;
    }
    .txt-box-cmn-03.type-03 {
      padding: 0;
    }
.txt-adjust-01 {
  position: absolute;
  top: 2px;
  right: 40px;
  font-size: 11px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
    .txt-adjust-01 {
      position: relative;
      padding: 15px 15px 10px 0;
      text-align: right;
      top: 0;
      right: 0;
    }
}

/* txt-cmn-04
---------------------------------------------------------- */
.txt-inner-box-02 {
  font-size: 20px;
  font-weight: bold;
  color: #828282;
  line-height: 30px;
  margin-bottom: 12px;
}

.inner-box-txt.type-07-2 .txt-inner-box-02 {
	font-size: 16px;
	line-height: 1.3;
}

  .txt-inner-box-02 span{color: #fa6e2c;}
  .txt-inner-box-02 .type-01 {font-size: 22px;}
  .txt-inner-box-02 .type-02 {font-size: 28px;}

  .txt-cmn-03 {font-size: 14px;}
  .txt-cmn-03.type-01 {padding-top: 5px;}
  .box-cmn.type-03 .txt-cmn-03.type-01 {padding-top: 17px;}/*その他下段*/
  .txt-cmn-03.type-02 {padding-left: 10px;padding-bottom: 14px}

  .txt-inner-box-03 {
    display: inline-block;
    position: relative;
  }
  .txt-inner-box-03-2 {
	clear: both;
    text-align: right;
    position: absolute;
    top: 370px;
    left: 500px;
    font-size: 13px;
}
.txt-cmn-04 {
  font-size: 15px;
  font-weight: bold;
  color: #005eae;
  margin-bottom: 12px;
}
  .txt-cmn-04 span{
    border: solid 2px #005eae;
    border-radius: 25px;
    text-align: center;
    padding: 5px 30px;
    display: block;
  }
    .txt-cmn-04 span.full{
    padding: 3px 65px;
  }
    .txt-cmn-04 span.haft{
     padding: 4px 0;
    margin-right: 10px;
    display: inline-block;
		width: 44%;
  }
  .txt-cmn-04.type-01 {
  font-size: 28px;
    margin-bottom: 19px;
}
  .txt-cmn-04.type-02 {
    padding-top: 30px;
  font-size: 28px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .txt-inner-box-03 {
    padding-bottom: 15px;
  }
  .txt-cmn-04 {
    display: block;
    margin: 0px auto 12px;
    max-width: 450px;
  }
}

/* txt-cmn-05
---------------------------------------------------------- */
.txt-cmn-05 {
  font-size: 36px;
  font-weight: bold;
  color: #5a5a5a;
}
.txt-cmn-05 span {color: #f85d07;}
  
/* txt-cmn-05.type-01
---------------------------------------------------------- */
.txt-cmn-05.type-01 {
    font-size: 30px;
    border-bottom: dotted 1px #d2d2d2;
    margin-bottom: 9px;
    position: relative;
    padding-bottom: 5px;
}
/* txt-cmn-06
---------------------------------------------------------- */
.txt-cmn-06 {
  font-size: 18px;
  font-weight: bold;
  color: #5a5a5a;
  width: 100%;
  height: 43px;
  background: #ebebeb;
  padding: 0 20px;
  line-height: 43px;
}

.txt-cmn-06 span.col-03 {
  color: #fa6e2c;
  margin-left: 12px;
  font-weight: normal;
}
.txt-cmn-07 {
  width: 100%;
  text-align: center;
}
/* txt-pre-01
---------------------------------------------------------- */
.txt-pre-01 {
  width: 100%;
  padding: 6px 0 4px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #b7b7b7;
  color: #fff;
}
  .txt-pre-01.blue {  background-color: #3daaf7;}

/* txt-question txt-answer
---------------------------------------------------------- */
.txt-question {
  font-size: 24px;
  font-weight: bold;
  color: #005eae;
  text-align: left;

  width: 875px;/*770*/
  background: #fff;
  border-radius: 6px;
  padding: 20px 0 18px 40px ;
  margin:0 calc((100% - 770px) /2) 27px;/*auto*/
  -webkit-box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  -moz-box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  position: relative;
  cursor : pointer;
}
.txt-question::before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 68px;
  background: url(/lp/faucet/common/img/btn_question.png)left top no-repeat;
    left: -105px;
    top: 6px;
}

#faq .txt-question .arrow-04 {
  display: block;
  padding-right:30px;
}

#faq .txt-question.close .arrow-04:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/lp/faucet/common/img/ico_arrow_more_01.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 18px;
  height: 10px;
  top: 45%;
  right: 24px;
  margin-left: 8px;
}

#faq .txt-question.open .arrow-04:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/lp/faucet/common/img/ico_arrow_more_02.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 18px;
  height: 10px;
  top: 45%;
  right: 24px;
  margin-left: 8px;
}

.txt-answer {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;

  width: 770px;
  background: #fff;
  border-radius: 8px;
  padding: 30px 0 25px 40px;
  margin:0 auto 56px;
  -webkit-box-shadow: 0 7px 1px rgba(225,225,225,.38);
  -moz-box-shadow: 0 7px 1px rgba(225,225,225,.38);
  box-shadow: 0 7px 1px rgba(225,225,225,.38);
  
  position: relative;
}
  .txt-answer .bold {
    font-weight: bold;
    color: #5a5a5a;
  }

.txt-answer::after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 68px;
  background: url(/lp/faucet/common/img/btn_answer.png)left top no-repeat;
  right: -105px;
  top: 0;
}

.txt-question_open {
  font-size: 24px;
  font-weight: bold;
  color: #005eae;
  text-align: left;

  width: 875px;/*770*/
  background: #fff;
  border-radius: 6px;
  padding: 20px 0 18px 40px ;
  margin:0 calc((100% - 770px) /2) 27px;/*auto*/
  -webkit-box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  -moz-box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  box-shadow: 0px 7px 0px 0px rgba(230,230,230,0.4);
  position: relative;
  cursor : pointer;
}
.txt-question_open::before {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 68px;
  background: url(/lp/faucet/common/img/btn_question.png)left top no-repeat;
    left: -105px;
    top: 6px;
}

.txt-answer_open {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;

  width: 770px;
  background: #fff;
  border-radius: 8px;
  padding: 30px 0 25px 40px;
  margin:0 auto 56px;
  -webkit-box-shadow: 0 7px 1px rgba(225,225,225,.38);
  -moz-box-shadow: 0 7px 1px rgba(225,225,225,.38);
  box-shadow: 0 7px 1px rgba(225,225,225,.38);
  
  position: relative;
}
  .txt-answer_open .bold {
    font-weight: bold;
    color: #5a5a5a;
  }

.txt-answer_open::after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 68px;
  background: url(/lp/faucet/common/img/btn_answer.png)left top no-repeat;
  right: -105px;
  top: 0;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .txt-question {
    font-size: 15px;
    letter-spacing: -1px;
    width: 90%;
    border-radius: 3px;
    padding: 13px 13px 8px 13px ;
    margin: 0 auto 12px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    -moz-box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    position: relative;
    color: #005eae;
    text-align: left;
    background: #fff;
    cursor : pointer;
    right: -25px;
  }
  .txt-question::before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 30px;
    background: url(/lp/faucet/sp/common/img/btn_question_sp.png)left top no-repeat;
    background-size: 45px 30px;
    left: -45px;
    top: 12px;
  }
  #faq .txt-question.close .arrow-04:after {
    width: 18px;
    height: 10px;
    right: 24px;
    margin-left: 8px;
  }
  #faq .txt-question.open .arrow-04:after {
    width: 18px;
    height: 10px;
    right: 24px;
    margin-left: 8px;
  }
  .txt-answer {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -2px;
    width: 90%;
    border-radius: 3px;
    padding: 13px 13px 8px 13px ;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    -moz-box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    box-shadow: 0px 4px 0px 0px rgba(230,230,230,0.4);
    position: relative;
    text-align: left;
    background: #fff;
    cursor : pointer;
    right: -25px;
  }
  .txt-answer::after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 30px;
    background: url(/lp/faucet/sp/common/img/btn_answer_sp.png)left top no-repeat;
    background-size: 45px 30px;
    left: -45px;
    top: 12px;
  }
}

/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {
}
  .list-cmn li {
  }
.list-cmn-01 {
  width: 945px;
  text-align: left;
  margin: 13px auto 54px;
  font-size: 12px;
  padding-left: 12px;
}
.list-cmn-01 li {
  padding-left: 13px;
  position: relative;
}
  .list-cmn-01 li::before {
    content: '※';
    position: absolute;
    left: 0;
    
  }
  .list-cmn-01.type-01 {
    text-align: left;
    width: 706px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
  }
  .list-cmn-01.type-02 {
    position: relative;
    margin: -4px 0 16px 10px;
    line-height: 1.5 ;
  }
    .list-cmn-01.type-03 {
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .list-cmn-01 {
    width: 75%;
    margin: 0 auto;
    padding: 10px 5px 0 0;
  }
  .list-cmn-01.type-01 {
    width: 75%;
    padding: 10px 5px 0 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 799px) {
  .list-cmn-01 {
    width: 90%;
    margin: 0 auto;
    padding: 10px 5px 0 0;
  }
  .list-cmn-01.type-01 {
    width: 80%;
    padding: 10px 5px 0 0;
  }
}

/* list-cmn-02
---------------------------------------------------------- */
.list-cmn-02-wrap { text-align: center;}
.list-cmn-02 {
  display: inline-block;
  padding-left: 15px;
  overflow: hidden;
  margin-top: 37px;
  text-align: left;
}
  .list-cmn-02 li {
    width: 250px;
    float: left;
    margin-right: 71px;
    position: relative;
  }
    .list-cmn-02 li:before {
      content: "";
      background: url(/lp/faucet/common/img/ico_arrow_right_01.png) no-repeat;
      position: absolute;
      display: block;
      width: 27px;
      height: 35px;
      right: -50px;
      top: 50%;
      margin-top: -35px;
    }
    .list-cmn-02 li:last-child { margin-right: 0;}
      .list-cmn-02 li:last-child:before { display: none;}

/* type-01 */
.list-cmn-02.type-01 {
  padding-left: 0;
  margin-top: 0;
}
  .list-cmn-02.type-01 li {
    width: 190px;
    margin-right: 70px;
  }
    .list-cmn-02.type-01 li:before { margin-top: -17px;}
    .list-cmn-02.type-01 li:last-child { margin-right: 0;}

/* list-cmn-03
---------------------------------------------------------- */
.list-cmn-03 { 
  overflow: hidden;
  text-align: left;
  font-size: 16px;
}
  .list-cmn-03 li dl { 
    overflow: hidden;
    border-top: 1px dotted #d2d2d2;
    padding: 15px 0 11px;
  }
    .list-cmn-03 li dt { 
      width: 115px;
      float: left;
      font-weight: bold;
      color: #5a5a5a;
      padding-right: 10px;
    }
    .list-cmn-03 li dd { overflow: hidden;}

/* list-cmn-04
---------------------------------------------------------- */
.list-cmn-04 { 
  text-align: left;
}
  .list-cmn-04 li dl { 
    display: table;
    width: 100%;
    padding-top: 20px;
  }
    .list-cmn-04 li:last-child dl { padding-top: 15px;}
    .list-cmn-04 li dt,
    .list-cmn-04 li dd {
      display: table-cell;
      vertical-align: top;
    }
    .list-cmn-04 li dt { width: 70px;}
      .list-cmn-04 li dt .txt-01 { 
        text-align: center;
        font-weight: bold;
        color: #5a5a5a;
        background-color: #ebebeb;
        padding: 3px 2px 2px;
      }
        .list-cmn-04.type-01 li dt .txt-01 { 
          color: #249bf0;
          background-color: #d9efff;
        }
    .list-cmn-04 li dd { 
      font-size: 15px;
      padding-left: 7px;
      padding-top: 3px;
    }


/* list-cmn-05
---------------------------------------------------------- */
.list-cmn-05 {
  margin: 23px 0 22px;
}
.list-cmn-05 dt {
  font-size: 18px;
  font-weight: bold;
  color: #fa6e2c;
  float: left;
}
.list-cmn-05 dd {
  font-size: 14px;
  margin-left: 153px;
  line-height: 1.8
}
.list-cmn-05 dd span {
  font-weight: bold;
  color: #fa6e2c;
}

/* list-cmn-06
---------------------------------------------------------- */
.list-cmn-06 {
  width: 890px;
  margin-left:30px;
  margin-top: 20px;
}
.list-cmn-06 li{
  border-top: solid 1px #d7d7d7;
  display: table;
  width: 100%;
  padding: 20px 0;
}
.list-cmn-06 li:last-child{
  padding: 20px 0 15px;
}
.list-cmn-06 li dl {
  display: table-cell;
  vertical-align: middle;
}
.list-cmn-06 dt {
 float: left;
  width: 215px;
  font-size: 20px;
  font-weight: bold;
}
.list-cmn-06 dd{
 margin-left: 260px;
  font-size: 18px;
}

.list-cmn-06.type-02 {
  width: 890px;
  margin: 23px 0 50px 30px;
}
.list-cmn-06.type-01 {
  margin: 23px 14px 12px 32px;
}
.list-cmn-06.type-01 li{
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  display: table;
  width: 100%;
  padding: 20px 0 5px;
}
.list-cmn-06.type-01 dt {
 float: left;
  width: 250px;
  font-size: 20px;
  font-weight: bold;
}
.list-cmn-06.type-02 li{
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  display: table;
  width: 100%;
  padding: 20px 0 18px;
}
.list-cmn-06.type-02 dd{
 margin-left: 220px;
}
.list-cmn-06.type-03{
  margin-top: 10px;
}
.list-cmn-06.type-03 li, .list-cmn-06.type-03 li{
  border-top: none;
  border-bottom: solid 1px #d7d7d7;
  padding: 22px 0 18px;
}
.list-cmn-06.type-03 li:last-child{
  border-top: none;
  border-bottom: none;
  padding: 22px 0 30px;
}

.list-cmn-06.type-04{
  margin: 10px 0 10px 30px;
}
.list-cmn-06.type-04 li:last-child{
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  padding: 18px 0 21px;
}


/*お支払いについて 詳細*/
.faq_pay{
background-color:#fff;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .faq_pay {
    margin-top: 35px;
  }
}

.list-cmn-07 {
  display:none;
}

.list-cmn-07_pre {
  display:block;
}
.list-cmn-07_pre li,
.list-cmn-07 li {
  background: #e6e6e6;
  border-bottom: solid 2px #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  position: relative;
}

.list-cmn-07 li:last-child {
  border-bottom: none;
}
.list-cmn-07_pre span,
.list-cmn-07 span {
  height: 61px;
  line-height: 61px;
  /*cursor: pointer;*/
  position: relative;
  padding: 0 32px;
  color: #5a5a5a;
}

.list-cmn-07_pre li.pay_conveni{}
.list-cmn-07_pre li.pay_credit{}
.list-cmn-07 li.pay_qr{}
.list-cmn-07 li.pay_bank{}
.list-cmn-07 li.pay_loan{}
.list-cmn-07 li.pay_debit{}

.arrow-01 {
  background: url(../img/ico_arrow_08.png) calc(100% - 20px) 50% no-repeat;
  display: block;
}
.arrow-01.is-active {
  background: url(../img/ico_arrow_09.png) calc(100% - 20px) 50% no-repeat;
  display: block;
}
.arrow-02 {
  background: url(../img/ico_arrow_more_01.png) calc(100% - 20px) 50% no-repeat;
  display: block;
}
.arrow-02.is-active {
  background: url(../img/ico_arrow_more_02.png) calc(100% - 20px) 50% no-repeat;
  display: block;
}

.arrow-03:after {
          content: "";
          display: inline-block;
          background: url(/lp/faucet/common/img/ico_arrow_more_01.png) no-repeat;
          width: 24px;
          height: 13px;
          margin-left: 8px;
}
.arrow-03.is-active:after {
 background: url(/lp/faucet/common/img/ico_arrow_more_02.png) no-repeat;
}

.pay_more{
display:block;
font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #005eae;
    vertical-align: middle;
padding:15px 10px;
    width: 100%;
background-color:#f0f0f0;
cursor:pointer;
border:1px solid #d2d2d2;
margin:0 30px 30px;
width:auto;
}


/* list-cmn-08
---------------------------------------------------------- */
.list-cmn-08 {
  margin: 21px 0 17px 32px;
  font-size: 18px;
  display: table;
}
  .list-cmn-08 li {
    line-height: 1;
    position: relative;
  height: 41px;
  }
.list-cmn-08 li span {
  position: relative;
  top: -5px;
}
  .list-cmn-08 input[type="radio"] {
    margin-right: 8px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: solid 2px #aaaaaa;
    border-radius: 15px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  }
  .list-cmn-08 input[type="radio"]:checked{
    background: #fff;
    padding: 5px;
  }
  .list-cmn-08 input[type="radio"]:checked::after{
    content: "";
    width: 12px;
    height: 12px;
    background: #5a5a5a;
    display: block;
    border-radius: 6px;
    position: relative;
  }
/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn {
}
  .table-cmn th,
  .table-cmn td {
  }
  .table-cmn th {
  }
  .table-cmn td {
  }
/* ==========================================================
 button
========================================================== */
/* btn-cmn
---------------------------------------------------------- */
.btn-cmn {
}
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
  display: none;
  position: fixed;
  top: 80%;
  right: 30px;
  z-index: 999;
}
.btn-cmn-02 {
  width: 130px;
  height: 30px;
  cursor: pointer;
}
.btn-cmn-02.type-01 {
  height: 38px;
  margin-left: 8px;
  position: relative;
  top:-1px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .btn-cmn-pagetop img {
    width: 75%;
  }
}

/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
}
.link-cmn-01 {
  background: #f0f0f0;
  width: 976px;
  height: 87px;
  margin: auto;
  border-top:dotted 1px #d2d2d2;
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #005eae;
  line-height: 87px;
  cursor:pointer;
  position: relative;
  left: -35px;
  text-decoration: underline;
}
.link-cmn-01:hover {
  text-decoration: none;
}
 .link-cmn-01 span::after {
   content: "";
   display: inline-block;
   width: 20px;
   height: 12px;
   margin-left: 12px;
   background: url(../img/ico_arrow_04.png) left top no-repeat;
}
 .link-cmn-01 span.is-active::after {
   content: "";
   display: inline-block;
   width: 20px;
   height: 12px;
   margin-left: 12px;
   background: url(../img/ico_arrow_04.png) left top no-repeat;
   transform: rotate(180deg);
}
a.link-cmn-02 {
  margin-left: 16px;
  position: relative;
  top: -3px;
  color: #4a96e5;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;

}
a:hover.link-cmn-02 {
  text-decoration: none;
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
.ico-cmn-01 {
  width: 53px;
  height: 25px;
  background: #fa6e2c;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-left: 9px;
  line-height: 1;
  padding: 5px 0 0;
}
.ico-cmn-01.type-01 {
float: right;
position: relative;
top: 6px;
right: 6px;
}
.ico-cmn-01.type-02 {
margin-left: 6px;
}
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn {
}
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust {
}
  .img-cmn-adjust-01 {
    position: absolute;
    top: -146px;
    left: -41px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .img-cmn-adjust-01 {
    display: none;
  }
}

    .img-cmn-adjust-01.type-01 {
      top: -116px;
      left: -53px;
    }
    .img-cmn-adjust-01.type-02 {
    top: -13px;
    left: 25px;
    }
    .img-cmn-adjust-01.type-03 {
      top: -69px;
      left: 0px;
    }

  .img-cmn-adjust-02 {
    position: absolute;
    top: 91px;
    right:-113px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .img-cmn-adjust-02 {
    display: none;
  }
}

  .img-cmn-adjust-02.type-01 {
    right: 11px;
    top: 123px;
  }
  .img-cmn-adjust-02.type-02 {
    right: -85px;
    top: -135px;
  }

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .img-cmn-adjust-02.type-01 {
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  .img-cmn-adjust-02.type-01 img {
    max-width: 430px;
  }
}

.qracian_benza02{
	padding: 0 0 0 20px;
    width: auto;
    height: 328px;
    margin: 0 0 0 10px;
    float: left;
    line-height: 1.65;
    font-size: 16px;
}
.qracian_benza02_txt{
	display: inline-block;
    position: relative;
	line-height: 1.65;
	font-size: 16px;
	text-align: left;
}
.qracian_sodeoriginal_price{
		position: absolute;
		right: 11px;
		top: 486px;
	}

  .img-cmn-adjust-03 {
    display: flex;
    margin-bottom: 40px;
  }

@media screen and (min-width: 932px) and (max-width: 1199px) {
  .img-cmn-adjust-03 {
    display: inline-block;
  }
}

@media screen and (min-width: 641px) and (max-width: 931px) {
  .img-cmn-adjust-03 {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .qracian_benza02{
    height: auto;
    float: none;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .qracian_benza02_txt{
    padding-bottom: 15px;
  }
  .qracian_sodeoriginal_price {
    position: relative;
    top: 0;
    right: 0;
  }
  .qracian_sodeoriginal_price img {
    max-width: 430px;
  }
}

  .img-cmn-adjust-04 {
    display: inline-block;
  }
  .img-cmn-adjust-04.type-01 {
    padding-right: 42px;
    display: block;
    text-align: right;
  }
  .img-cmn-adjust-04.type-02 {
    display: block;
    float: right;
    position: relative;
    top:-8px;
  }
  .img-cmn-adjust-05{
    margin: 0px;
    }

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .img-cmn-adjust-05 img {
    width: 75%;
  }
}

@media screen and (min-width: 641px) and (max-width: 799px) {
  .img-cmn-adjust-05 img {
    width: 90%;
  }
}

    .img-box-01 {
      float: left;
      padding: 34px 0 0 2px
    }
    .img-box-01-new img {
      margin: 40px 0 80px;
    }
    .img-box-01-new .mright {
      margin-right: 40px;
    }
    .img-box-01.type-01 {
      float: right;
      padding: 31px 1px 12px 0;
    }
    .img-box-01.type-02 {
      padding: 22px 0 0 18px
    }
    .img-box-01.type-03 {
      padding: 0 0 0 2px
    }
    .img-box-01.type-04 {
      width: 360px;
      padding: 10px 0 0 3px;
    }
      .img-box-01.type-04 img{
        padding: 0 0 20px;
      }
      .img-box-01.type-04 img:nth-child(2){
        padding: 0 0 39px;
      }
    .img-box-01.type-05 {
      padding: 34px 18px 22px 0;
      position: relative;
      margin-left: -7px;
    }
    .img-box-01.type-06 {
      float: right;
      padding: 25px 0 0 0
    }
    .img-box-01.type-07 {
      padding: 8px 0 0 14px}
    .img-box-01.type-07-2 {
      padding: 8px 0 0 4px;
    }


@media screen and (min-width: 641px) and (max-width: 1199px) {
  .img-box-01 {
    width: 50%;
  }
  .img-box-01-new img {
    margin: 40px 0 80px;
  }
  .img-box-01-new .mright {
    margin-right: 40px;
  }
  .img-box-01.type-01 {
    width: 50%;
  }
  .img-box-01.type-03 {
    width: 100%;
    float: none;
    text-align: center;
  }
  .img-box-01.type-06 {
    width: 50%;
  }
  .img-box-01.type-06 img {
    width: 65%;
  }
  .img-box-01.type-07-2 {
    width: 100%;
  }
  .img-box-01.type-07-2 img {
    max-width: 331px;
    padding-bottom: 15px;
  }
}

    .img-box-02 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: right;
    padding: 4px 0 0;
    position: relative;
    left: 2px;
      top:0;
    }
    .img-box-02.type-01 {
      position:absolute;
      top:2px;
      right: 8px;
    }
    .img-box-03 {
      margin:0 0 15px 5px;
    }
      .img-box-03 img {
        margin-right: 13px;
      }
      .img-box-03 img:last-child, .img-box-03.type-01 img:last-child {
        margin-right: 0;
      }
        .img-box-03.type-01 img {
          margin-right: 50px;
      }
.input-cmn-01 {
  width: 230px;
  height: 38px;
  padding: 2px 0 0 15px;
  margin-right: 5px;
  border: solid 1px #aaaaaa;
}
.input-cmn-01.type-01{
  width: 130px;
  height: 38px;

  position: relative;
}
.line {
  display: inline-block;
  background: #d2d2d2;
  width: 17px;
  height: 2px;
  vertical-align: middle;
  margin: 0 11px 0 5px;
}
.input-cmn-01.type-01::after{
  position: absolute;
  display: block;
  content: "";
  width: 17px;
  height:50px;
  background: #d2d2d2;
}
.input-cmn-01.type-02{
  width: 472px;
  height: 38px;
  margin-bottom: 15px;
  position: relative;
}
.input-cmn-01.type-03{
  width: 472px;
  height: 38px;
  margin-bottom: 0px;
  position: relative;
}
.input-cmn-01.type-04{
  width: 112px;
  height: 38px;
}
.input-cmn-01.type-05{
  width: 72px;
  height: 38px;
  margin-left: 10px;
}
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] {
}
/* type="checkbox" */
input[type="checkbox"] {
}
/* type="radio" */
input[type="radio"] {


}
/* select */
select {
}
/* textarea */
textarea {
}
/* button */
button {

}
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input {
}
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check {
}
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio {
}
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select {
}
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea {
}
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button {
}
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity
{
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
}
.is-opacity:hover
{
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}
/* css animation 
---------------------------------------------------------- */
.is-animate
{
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal;}
.s-fw-b     { font-weight: bold;}
.s-ta-l     { text-align: left !important;}
.s-ta-c     { text-align: center !important;}
.s-ta-r     { text-align: right !important;}
.s-va-t     { vertical-align: top !important;}
.s-va-m     { vertical-align: middle !important;}
.s-va-b     { vertical-align: bottom !important;}
.s-ov-h     { overflow: hidden;}
.s-clear    { clear: both;}
.s-hide     { display: none;}
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden;}
.s-bg-n     { background: none !important;}
.s-mt-00    { margin-top: 0 !important;}
.s-mb-00    { margin-bottom: 0 !important;}
.s-ml-00    { margin-left: 0 !important;}
.s-mr-00    { margin-right: 0 !important;}
.s-mt-1rem  { margin-top: 1rem;}

/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc { display: block !important;}
.only-sp { display: none !important;}

/* tb
---------------------------------------------------------- */
/* @media screen and (max-width: 1024px) {
/* .only-pc,
/* .no-tb    { display: none !important;}
/* .only-tb,
/* .no-pc    { display: block !important;}
/* img.only-tb,
/* img.no-pc { display: inline-block !important;}
/* }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 640px) {
.only-pc { display: none !important;}
.only-sp { display: block !important;}
img.only-sp  { display: inline-block !important;}
}

/* ==========================================================
 tool
========================================================== */
.atode { padding: 10px; border: 2px solid #8c0000; background-color: #ff4d4d; color: #fff; font-size: 30px; text-align: center;}

    .number::before{
      content: "";
      width: 45px;
      height: 45px;
      background:url(/lp/faucet/common/img/ico_number_01.png) left top no-repeat;
      position: absolute;
      left: -60px;
      top:0;
    }
      .number.mb2::before{
        background:url(/lp/faucet/common/img/ico_number_02.png) left top no-repeat;
      }
      .number.mb3::before{
        background:url(/lp/faucet/common/img/ico_number_03.png) left top no-repeat;
      }
      .number.mb4::before{
        background:url(/lp/faucet/common/img/ico_number_04.png) left top no-repeat;
      }
.inner-line::before {
  content: "";
  display: block;
  width: 2px; 
  height: 88%;
  background: #005eae;
  position: absolute;
  left: 26px;
  
}

@media screen and (min-width: 641px) and (max-width: 678px) {
	.inner-line::before {
		height: 84%;
	}
}

/* ==========================================================
 accordion
========================================================== */
.detail {
  /*display: none;*/
  background: #fff;
  padding: 21px 32px 17px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  /*z-index: 15;*/
}
.detail.type-01 {
  padding: 21px 32px 22px;
}
.detail p{
  padding: 0 0 20px;
}
.detail p.type-01{
  padding: 0 0 17px;
}
.detail p.none{
  padding: 0;
  border-bottom:none;
}
.detail ul li.item{
  background: #fff;
  font-size: 15px;
  font-weight: normal;
  border: none;
  padding-left: 17px;
}
.detail dl{
  border-bottom:  dotted 1px #d2d2d2;
  padding: 0 0 20px;
  position: relative;
  margin-bottom:20px;
}
.detail dt{
  color: #5a5a5a;
  float: left;
  font-weight: bold;
  overflow: hidden;
}
.detail dt img.img-adjust-01{
  position: absolute;
  top: 0;
  left: 11px;
}
.detail dd{
  margin-left: 136px;
  font-size: 14px;
}
.detail dd p{
  padding: 2px 0 5px;
  border-bottom: none;
  margin: 0;
}
#panel, #panel-2, #panel-3 {display: none;}

@media screen and (min-width: 641px) and (max-width: 719px) {
	.detail dd p.none img {
		width: 100%;
	}
}

/* ==========================================================
 accordion
========================================================== */
#navigation-menu{
  position: fixed;
  top: 38%;
  right: 30px;
  left: auto;
  bottom: auto;
  z-index: 9;
  text-shadow: none;
  font-size: 0.9em;
    opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(50px, 0px, 0px);
  -webkit-transform: translate3d(50px, 0px, 0px);
  -o-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate3d(50px, 0px, 0px);
}
#navigation-menu.in-view{
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

#navigation-menu ul{
}

#navigation-menu li{
  margin: 12px 0 ;
  text-align: right;
  position: relative;
}

#navigation-menu a{
  padding: 0.4em 0.6em;
  -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
  position: relative;
  margin-right: 20px;
  z-index: 10;
}
#navigation-menu li:after {
    content: ' ';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #d7d5d3;
    position: absolute;
    right: 3px;
    top: 4px;
    z-index: 5;
}

#navigation-menu a:hover::after{
    content: ' ';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #f37f2b;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 5px;
    z-index: 10;
}
#navigation-menu li a.mPS2id-highlight::after {
    content: ' ';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #f37f2b;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 5px;
    z-index: 10;
}

#navigation-menu li span {
    position: relative;
    right: 0;
    opacity: 0;
}
#navigation-menu li a:hover span, #navigation-menu li a.mPS2id-highlight span {
    opacity: 1;
    background: #f37f2b;
    color: #fff;
    padding: 0.4em 0.6em;
    border-radius: 2px;
}
#navigation-menu li a:hover span:after, #navigation-menu a.mPS2id-highlight span:after {
    content: '';
    position: absolute;
    top: 51%;
    right: -7px;
    margin-top: -5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #f37f2b;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  #navigation-menu {
    display: none;
  }
}

.brand-menu{
	margin: 50px 0 85px;
}
.brand-menu li{
	display: inline;
	margin-left: 30px;
}
.brand-menu li:first-child{
	margin-left: 0;
}
/* #brand-1{
	padding-top: 85px;
} */

/* #brand-2, #brand-3{
	padding-top: 35px;
} */

#toppage-layout #brand-1{
	margin-top: -35px;
	padding-top: 110px;
}
#toppage-layout #brand-2{
	margin-top: -35px;
	padding-top: 110px;
}
#toppage-layout #brand-3{
	margin-top: -35px;
	padding-top: 110px;
}

.inner-cmn-04 .box-cmn-04-b0{
	margin-bottom: 50px;
}


.inner-box-cmn-04 .model-number{
	position: absolute;
	top: -5px;
	right: 40px;
}

.inner-box-cmn-04 .as2-detail{
	width: 100%;
	padding-left: 0;
	/*margin-bottom: 50px;*/
}
.inner-box-cmn-04 .as2-detail2{
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.inner-box-cmn-04 .as2-detail h4,
.inner-box-cmn-04 .as2-detail2 h4{
	text-align: center;
}
.inner-box-cmn-04 .as2-detail .img-group1{
	text-align: center;
}
.inner-box-cmn-04 .as2-detail .img-group1 li{
	display: inline-block;
	/* margin-left: 10px; */
	margin-left: 5px;
}
.inner-box-cmn-04 .as2-detail .img-group1 li:first-child{
	margin-left: 0;
}

.inner-box-cmn-04 .as2-detail2 .as2-detail2-l,
.inner-box-cmn-04 .as2-detail2 .as2-detail2-r{
	width: 48.5%;
}
.inner-box-cmn-04 .as2-detail2 .as2-detail2-l{
	float: left;
}
.inner-box-cmn-04 .as2-detail2 .as2-detail2-r{
	float: right;
}
.inner-box-cmn-04 .as2-detail p,
.inner-box-cmn-04 .as2-detail2 .as2-detail2-l p,
.inner-box-cmn-04 .as2-detail2 .as2-detail2-r p{
	margin-top: 15px;
	margin-left: 14px;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-box-cmn-04 .as2-detail2 .as2-detail2-l {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 24px;
  }
  .inner-box-cmn-04 .as2-detail2 .as2-detail2-r {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 641px) and (max-width: 899px) {
  .inner-box-cmn-04 .as2-detail .img-group1 li {
    margin-bottom: 10px;
  }
  .inner-box-cmn-04 .as2-detail .img-group1 li:last-child {
    margin-bottom: 0;
  }
}

#brand-3 .ttl-box-cmn-05.type-02 {
  background: url(/lp/faucet/common/img/ttl_sec_15.png?20210325) left top no-repeat;
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
	#brand-3 .ttl-box-cmn-05.type-02 {
		background: #005eae;
	}
}

#brand-3 .ttl-box-cmn-05.type-02 span{
  padding-left: 47px;
  top: -3px;
}
div.warning_delay {
	width: 1000px;
    font-size: 1.1rem;
    font-weight: bold;
	background: #fcd7d7;
	margin: -25px auto 75px;
	padding: 8px 2px 8px 0;
	position: relative;
}
div.warning_delay p.warning_delay_indent {
	margin: 0;
}
@media screen and (min-width: 1050px) and (max-width: 1199px) {
	div.warning_delay {
		width: 888px;
		font-size: 15px;
		padding: 8px 12px;
	}
	div.warning_delay p.warning_delay_indent {
		max-width: 100vw;
	}
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
	div.warning_delay {
		width: 640px;
		font-size: 14.5px;
		padding: 8px 12px;
	}
	div.warning_delay p.warning_delay_indent {
		max-width: 100vw;
		text-align: left;
	}
}
@media screen and (min-width: 641px) and (max-width: 767px) {
	div.warning_delay {
		width: 560px;
		font-size: 14.5px;
		padding: 8px 12px;
	}
	div.warning_delay p.warning_delay_indent {
		max-width: 100vw;
		padding-left: 1em;
		padding-right: 1.5em;
		text-indent: -1em;
		text-align: left;
	}
}

/* ==========================================================
 キャンペーンバナー掲載に伴う指定上書き
========================================================== */
/* 新規指定
---------------------------------------------------------- */
.campaign_banner {
	display: block;
	text-align: center;
	margin: -30px auto 60px;
}
.campaign_banner img {
	width: 100%;
}

.menu-jump-pc {
	margin: 20px auto 30px;
}

.menu-jump-pc img {
	max-width: 600px;
}

/* 上書き指定
---------------------------------------------------------- */
/*
.sec-cmn-01 {height: 655px;}
.inner-cmn-01{top: 185px;}
*/


/* ==========================================================
 コロナ案内
========================================================== */

.note-box {
  position: relative;
  display: block;
  max-width: 740px;
  width: 98%;
  margin: 25px auto 25px;
  border: 2px solid #0ca4a5;
  border-radius: 5px;
  background-color: #fff;
}
.note-box-title {
  padding: 30px 80px 30px 30px;
}
.note-box-title img {
  width: 100%;
}

.toggle_button {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url(/lp/faucet/common/img/ico_open.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.toggle_button.switch {
  background: url(/lp/faucet/common/img/ico_close.png) no-repeat right top;
  background-size: contain;
}
.note-box-cont p {
  font-size: 16px;
  line-height: 1.4;
  padding: 0 30px 20px 30px;
  text-align: left;
}
.note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 30px;
}
.note-box-cont-img {
  margin-bottom: 30px;
  width: calc(50% - 20px);
}

.note-box-cont-img img {
  width: 100%;
}



/* inner-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  height: auto;
  /* height: calc(404px + 252px); */
}
.inner-cmn-01 {
  height: auto;
  /* height: calc(395px + 252px); */
  padding-bottom: 10px;
  border: 1px solid #eee;
}

/* ==========================================================
 寒波による電話放棄対策
========================================================== */

/*.note-box2 {
  max-width: 740px;
  margin: 0 auto 30px;
  padding: 12px 10px 6px;
  text-align: center;
  border: 2px solid #fc7d1c;
}*/

.note-box2 {
  max-width: 750px;
  position: relative;
  background-color: #ff7700;
  color: #fff;
  margin: 0 auto 20px;
  padding: 18px 0 14px;
  text-align: center;
  border-radius: 5px;
}

.note-box2 p.note-box-headline span {
  font-weight: 900;
  font-family: auto;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  padding-left: 55px;
}

.note-box2 p.note-box-headline span a {
  color: #fff;
  text-decoration: underline;
}

.note-box2 p.note-box-headline span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 26px;
  left: 77px;
  background-size: contain;
  background-position: 0 0;
  background-image: url(/lp/faucet/common/img/ico_attention.png);
}

@media screen and (min-width: 641px) and (max-width: 799px) {
  .note-box2 {
    max-width: 610px;
    padding: 17px 0 14px;
  }
  .note-box2 p.note-box-headline span {
    font-size: 14px;
  }
  .note-box2 p.note-box-headline span::before {
    top: 23px;
    left: 42px;
  }
}


  
@media screen and (min-width: 641px) and (max-width: 1199px) {
  .inner-cmn-01 .txt-cmn {
    width: 95%;
    max-width: initial;
    margin: 0 auto;
    padding: 10px 0;
  }
}



@media screen and (min-width: 641px) and (max-width: 1199px) {
  .brand_title_tb img {
    width: 95%;
  }
}

/* ==========================================================
 「ブランド別に探す」
========================================================== */

/*  見出し ---------------- */
.brand-title-pc {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.brand-title-pc::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: #5a5a5a;
}

.brand-title-pc span {
  color: #5a5a5a;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .brand-title-pc {
    margin: 0 14px;
  }
}

/*  ブランドメニュー ---------------- */

.brand-menu {
  max-width: 980px;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.brand-menu li {
  display: block;
  width: 300px;
  margin-top: 1rem;
  border-radius: 0.4rem 0.4rem 0.3rem 0.3rem;
  background: #3daaf7 url(/lp/faucet/common/img/bg_sec_03.png) left top;
  box-shadow: 0 5px #246491;
  text-align: left;
  position: relative;
}

.brand-menu li {
  -ms-filter: 'alpha( opacity=100)';
  opacity: 1;
  transition: opacity 0.2s linear;
}

.brand-menu li:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/* ブランドロゴ */
.brand-menu li p.brand-logo {
  background-color: #f5f5f5;
  border-radius: 0.3rem 0.3rem 0 0;
  text-align: center;
}

.brand-menu li p.brand-logo img {
  height: 50px;
}

/* ブランドテキスト */
.brand-menu li p:nth-of-type(2) {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 1.3rem 1.4rem 1rem;
}

/* TOTO */
.brand-menu li.brand-menu1 p:nth-of-type(2) img  {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
}

/* Lixil */
.brand-menu li.brand-menu2 p:nth-of-type(2) img {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}

/* Panasonic */
.brand-menu li.brand-menu3 p:nth-of-type(2) img {
  position: absolute;
  top: 2.1rem;
  right: 0.5rem;
}

/* ==========================================================
 「もっと見る」ボタン
========================================================== */
.see-more {
  position: relative;
  color: #005eae;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  border: 2px solid #005eae;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 0.8rem 5.4rem;
  text-align: center;
}

.see-more::after {
  position: absolute;
  content: '＞';
  font-size: 1.6rem;
  right: 15px;
}

/* sec-cmn-07
---------------------------------------------------------- */
.sec-cmn-07 .inner-cmn-03.type-01 {
  padding-bottom: 120px;
}

/* ==========================================================
 キャンペーンバナーサイズ調整
========================================================== */

@media screen and (min-width: 641px) and (max-width: 999px) {
  .campaign-banner img {
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
  }
}

/* ==========================================================
 人気商品を厳選特価でご紹介
========================================================== */

/* すべて込み！ 便器＆タンクセット... */

.all-inclusive {
  font-weight: bold;
  color: #fa6e2c;
  max-width: 945px;
  margin: 3rem auto 0 auto;
  padding: 0 1rem;
  position: relative;
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
  .all-inclusive {
    width: 80%;
  }
}

.all-inclusive p {
  font-size: 2rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.all-inclusive ul {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  background-color: #fff6e5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.all-inclusive li {
  width: 260px;
  font-size: 1.5rem;
  line-height: 1.2;
  border: 2px solid #fa6e2c;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 1rem 1rem 0.7rem 1rem;

}

.all-inclusive li:nth-of-type(2), .all-inclusive li:nth-of-type(3) {
  margin-left: 2.2rem;
  position: relative;
}

.all-inclusive li:nth-of-type(2)::before, .all-inclusive li:nth-of-type(3)::before {
  content: '×';
  color: #fc9d6c;
  position: absolute;
  left: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: normal;
}

.all-inclusive li:nth-of-type(2) span {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fdb18d;
  border-radius: 0.3rem;
  padding: 0.3rem 0.4rem 0.2rem 0.4rem;
  margin-bottom: 0.2rem;
}

/* ヘッダー固定分のアンカーリンク位置調整 */

#select-menu-pc {
  margin-top:-108px;
  padding-top:108px;
}
.faucet-list-ttl{
	margin-bottom: 40px;
}