@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;}
/* ==========================================================
 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;
  position: relative;
  right: 0;
  overflow-x: hidden;
}
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
  width: 100%;
}
/* ==========================================================
 header
========================================================== */
  .header {
  width: 100%;
  background-color:rgba(255, 255, 255, 0.9);
  height: 118px;
  -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);
  position: fixed;
  z-index: 999;
  padding: 0;
}
  .header-in {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #005eae;
    height: 64px;
  }
  .header-logo {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    float: none;
  }
    .header-logo img{
    padding-top: 2px;
    height: 42px;
    }
    .header-utility {
    float: none;
    vertical-align: top;
    padding: 5px 10px 0;
    
  }
  .header-utility img{width: 150px;}
  .header-links{
    width: 310px;
    margin: auto;
    overflow: hidden;
  }
  .header-links li {float: left;}
  .header-links li:last-child {margin: 2px 0 0 5px;}

/* ==========================================================
 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 {

}
  .nav-breadcrumb li {

  }
  .nav-breadcrumb li.home {
  }
    .nav-breadcrumb li a {
    }
/* ==========================================================
 contents
========================================================== */
.contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
  text-align: left;
  position: relative;
}
/* ==========================================================
 footer
========================================================== */
.footer {
    width: 100%;
    background: #005eae;
    height: auto;
    padding-top: 0px;
}

  #breadcrumbs {
    min-width: 100%;
    text-align: left;
    padding: 10px 20px;
    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;
  }

  @media screen and (max-width: 400px) {
	  #breadcrumbs li span {
		font-size: 80%;
	  }
	  #breadcrumbs li:last-child span {
		font-size: 80%;
		vertical-align: middle;
		max-width: 300px;
	  }
  }

  .footer-utility {
    float: none;
    padding: 0 10px;
    height: auto;
    background: #055293;
  }
  .footer-in{
      width: 100%;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      color: #fff;
      overflow: hidden;
  }
  .footer-links {
    margin: 0 auto 0;
    padding: 13px 0;
    width: auto;/*310*235*/
  }
  .footer-links li:first-child {
    padding: 0 7px 0 0;
  }
  .footer-links li:last-child {
    padding: 0 0 0 2px;
    border: none;
  }
.footer-links li {
    /*float: left;*/
    /*display: table-cell;*/
    display:inline-flex;
    border-right: solid 1px #b7deff;
    line-height: 12px;
    vertical-align: middle;
    padding: 0 7px 0 2px;
    font-size: 12px;
    }
  .footer-links li a{
    text-decoration: underline;
    color: #fff;
  }


  .box-footer {
    float: none;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 16px 0 19px;
  }
    .box-footer img{
      width: 120px;
    }
  .footer-copyright {
    padding-top: 7px;
    font-size: 8px;
    }

/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn {
}
  .grid-cmn > .col {
  }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn {
}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 {
  height: auto;
  background: url(/lp/faucet/sp/common/img/bg_sec_01.png);
  padding: 0 0 11px;
}

  .inner-cmn-01 {
    width: 100%;
    height: auto;
    position: relative;
    top: -22px;
    margin: 0 1px;
    -webkit-box-shadow: 1px 14px 18px -5px rgba(20,153,216,1);
    -moz-box-shadow: 1px 14px 18px -5px rgba(20,153,216,1);
    box-shadow: 1px 14px 18px -5px rgba(20,153,216,1);
    padding: 0 0 13px;
    background: #fff;
    text-align: center;
  }

/* sec-cmn-02
---------------------------------------------------------- */
  .inner-cmn-02 {
    width: 100%;
    background: url(/lp/faucet/sp/common/img/bg_sec_sp_02.jpg) no-repeat left top ;
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


/* sec-cmn-03
---------------------------------------------------------- */
  .inner-cmn-03 {
    padding: 27px 5px 0px;
    background: url(/lp/faucet/sp/common/img/bg_gray_dot_01_sp.png) repeat-y top left;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .inner-cmn-03.type-01 {padding: 50px 0 99px;}
  .inner-cmn-03.type-02 {padding: 25px 13px 22px 55px;}
/* sec-cmn-04
---------------------------------------------------------- */
  .sec-cmn-04 {margin-bottom: 110px;}
  .inner-cmn-04 {width: 100%;padding:0;}

/* sec-cmn-05
---------------------------------------------------------- */
.sec-cmn-05 {
  background: #24b5f9 url(/lp/faucet/sp/common/img/bg_blue_dot_01_sp.png) top left repeat-y;
  width: 100%;
  background-size: 100% auto;
  height: auto;
}
.sec-cmn-05.type-01 {height: 607px;}
  .inner-cmn-05 {
    margin: auto;
    background: #fff;
    position: relative;
    width: 92%;
    top: -10px;
    padding: 40px 0 30px 0;
    -webkit-box-shadow: 0 7px 7px rgba(101,101,101,.15);
    -moz-box-shadow: 0 7px 7px rgba(101,101,101,.15);
    box-shadow: 0 7px 7px rgba(101,101,101,.15);
  }
  .inner-cmn-05.type-01 {padding: 40px 0 25px 0;}
/* sec-cmn-06
---------------------------------------------------------- */
.inner-cmn-06 {padding: 0;}
    .inner-box-cmn-06 {
      margin: auto;
      text-align: left;
      padding-left: 65px;
      font-size: 16px;
      position: relative;
      left: -14px;
    }
    .inner-box-cmn-06.type-05 {padding-left: 16px;}
    .inner-box-cmn-06 span{font-weight: bold;color: #fa6e2c;}
/* sec-cmn-13
---------------------------------------------------------- */
.inner-cmn-13 textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 20px 0 40px;
  box-sizing: border-box;
  border: solid 1px #d2d2d2;
  min-height: 132px;
}
.check-box {
  margin: auto;
  font-size: 16px;
  padding: 14px 17px 2px ;
  font-weight: bold;
}

/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}
/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn:nth-child(2) {margin-right: 0;}
.box-cmn.type-01 {
  border-right: solid 2px #e6e6e6;
  margin-right: 0;
  margin-bottom: 52px;
}
.box-cmn.type-01:last-child {
  width: 489px;
  margin-right: 0;
  border-right: none;
}
.box-cmn.type-02 {
  width: 100%;
  border-right: none;
  margin-right: 0;
  margin-bottom: 0px;
  height: auto;
  padding: 0 13px;
  text-align: left;
}
.box-cmn.type-02:last-child {
  border-right: none;
  margin-right: 0;
}
    .box-cmn-ttl::after {
      content: "";
      display: block;
      width: 50px;
      height: 15px;
      background: url(/lp/faucet/sp/common/img/ico_arrow_02.png) top center no-repeat;
      position: absolute;
      left: 50%;
      margin-left: -25px;
    }
    .box-cmn-ttl-02 {
      background: #fa722e;
      text-align: center;
      position: relative;
      z-index: 10;
      width: 92%;
      height: auto;
      top: 0;
      margin: auto;
    }
  .inner-box-02 {
    width: 100%;
    padding: 45px 0 40px;
  }
    .inner-box-02.type-01 {
     width: 100%;
     padding: 10px 13px 21px;
      position: relative;
      background: url(/lp/faucet/sp/common/img/bg_gray_dot_01_sp.png) repeat-y top left;
      -webkit-background-size: 100% auto;
      background-size: 100% auto;
    }
/* box-cmn-04
---------------------------------------------------------- */
.box-cmn-04 {
  border-left: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 24px 10px;
  border-bottom: none;
}
  .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 29px;
  }
.box-cmn-05 {
    border: solid 3px #005eae;
    padding: 14px 11px;
    text-align: left;
    position: relative;
    margin: 0px auto 21px;
    /* margin: 30px auto 21px; */
    width: 92%;

}
.box-cmn-05.toppage_mb {
    margin: 30px auto 21px;
}
  .box-cmn-05::after {
    content: "";
    width: 100px;
    height: 70px;
    background: url(/lp/faucet/sp/common/img/img_main_35_sp.png) left top no-repeat;
    background-size: 100px 70px;
    position: absolute;
    top: -17px;
    right: 4px;
  }
  .box-cmn-05.box-cmn-as2::after {
    content: "";
    width: 105px;
    height: 75px;
    background: url(/lp/faucet/sp/common/img/img_as2-5.png) left top no-repeat;
    background-size: 105px 75px;
    position: absolute;
    top: -17px;
    right: 4px;
  }
  @media screen and (max-width: 320px) {
	  .box-cmn-05.box-cmn-as2::after{
		width: 95px;
		height: 65px;
		background-size: 95px 65px;
		right: 2px;
	  }
  }
  .box-cmn-05.type-01::after {
      background: url(/lp/faucet/sp/common/img/img_main_60_sp.png) left top no-repeat;
      background-size: 100px 70px;
      top: -15px;
      right: 4px;
    }
    .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-04 {margin-bottom: 50px;}
    .inner-box-cmn-04.type-05 {margin-bottom: 0px;}
/* box-cmn-06
---------------------------------------------------------- */
      .box-cmn-06 {
        border: solid 1px #d2d2d2;
        background: #f4f4f4;
        text-align: left;
        padding: 7px 10px 3px;
        margin:0;
        position: relative;
      }
      .box-cmn-06 .list-cmn-01 {
        padding: 0;
        line-height: 1.2;
        letter-spacing: -1px;
        font-size: 11px;
      }
/* box-cmn-07
---------------------------------------------------------- */
    .box-cmn-07 {
      margin-top: 22px;
      background: #f5f5f5;
      border:solid 1px #e6e6e6;
      height: auto;
      padding: 12px;
      font-size: 11px;
      text-align: left;
      margin: 13px 13px 31px;
      line-height: 1.4;
    }
/* box-cmn-09
---------------------------------------------------------- */
.box-cmn-09 { 
  overflow: hidden;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: none;
}
  .box-cmn-09 .box-img { 
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
  }
/* box-cmn-10
---------------------------------------------------------- */
.box-cmn-10 { 
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 0;
}
  .box-cmn-10 .box-before { 
    width: 250px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .box-cmn-10 .box-after { overflow: hidden;}
  .box-cmn-10 .box-after .col-01 {
      width: 260px;
      
      margin-right: 10px;
    }
  .box-cmn-10 .box-before,
  .box-cmn-10 .box-after .col-01 { 
    width: 100%;
    margin-right: 0;
  }

  .box-cmn-10 .box-after .col-01 { 
    padding-bottom: 10px;
    border-bottom: 1px dotted #d2d2d2;
  }

  .box-cmn-10 .box-after .col-01-panasonic { 
    padding-bottom: 10px;
  }
    .box-cmn-10 .box-after .col-02 { overflow: hidden;}
    .box-cmn-10,
    .box-cmn-10 .box-after,
    .box-cmn-10 .box-after .col-02{width: 100%;}
      .box-cmn-10 .box-after .col-02 { padding-top: 5px;}
        .box-cmn-11 .btn-more-01,
        .box-cmn-11 .btn-more-01.open {
          font-size: 15px;
          padding: 11px 0 10px;
          margin-top: 13px;
        }
        .box-cmn-11 .txt-more,.box-cmn-11 .txt-show {padding: 0 15px;}

/* box-cmn-11
---------------------------------------------------------- */
.box-cmn-11-wrap .ttl-01 {
  font-weight: bold;
  color: #fff;
  background-color: #828282;
  letter-spacing: 1px;
  font-size: 17px;
  padding: 10px 0 6px;
}
  .box-cmn-11 {
    text-align: left;
    font-size: 16px;
    padding: 17px 0 0;
    border-bottom: solid 2px #e6e6e6;
    border-left: solid 2px #e6e6e6;
    border-right: solid 2px #e6e6e6;
  }
    .box-cmn-11 .btn-more-01 {
      width: 100%;
      font-size: 15px;
      font-weight: bold;
      color: #005eae;
      text-align: center;
      background-color: #f0f0f0;
      padding: 18px 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;
          margin-left: 8px;
          background: url(/lp/faucet/sp/common/img/ico_arrow_more_01_sp.png) no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          width: 15px;
          height: 8px;
          vertical-align: top;
          margin-top: 6px;
        }
        .box-cmn-11 .btn-more-01.open span:after {
          background: url(/lp/faucet/sp/common/img/ico_arrow_more_02_sp.png) no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          width: 15px;
          height: 8px;
          vertical-align: top;
          margin-top: 6px;
          }
    .box-cmn-11 .btn-more-01.open {
      width: 100%;
      font-size: 15px;
      font-weight: bold;
      color: #005eae;
      text-align: center;
      background-color: #f0f0f0;
      padding: 18px 0;
      cursor: pointer;
    }
    .box-cmn-11 .txt-more {display: none;}
    .box-cmn-11 .txt-red {color: #d50f0f; }
    .box-cmn-11 .txt-show {overflow: hidden; letter-spacing: -0.5px}
    .box-cmn-11 .txt-more.show { display: block;}

/* box-cmn-testimonial
---------------------------------------------------------- */
.box-cmn-testimonial-wrap {
  background-color: #fff;
  font-size: 16px;
  width: 92%;
  margin: auto;
  padding: 20px 15px 17px 10px;
  margin-bottom: 25px;
  -webkit-box-shadow: 7px 8px rgba(225,225,225,.38);
  -moz-box-shadow: 7px 8px rgba(225,225,225,.38);
  box-shadow: 7px 8px rgba(225,225,225,.38);
}
.box-cmn-testimonial { overflow: hidden;}
  .box-cmn-testimonial .box-image {
    width: 110px;
    margin-right: 10px;
    padding: 5px 0;
    display: block;
    float: left;
    position: relative;
    padding-top: 5px;
  }
    .box-cmn-testimonial .box-image:before {
      width: 21px;
      height: 21px;
      background: url(/lp/faucet/sp/common/img/bg_border_image_01.png) no-repeat;
      -webkit-background-size: 22px 21px;
      background-size: 22px 21px;
      top: -1px;
      left: -1px;
      content: "";
      position: absolute;
      z-index: 99;
    }
    .box-cmn-testimonial .box-image:after {
      width: 22px;
      height: 21px;
      right: -2px;
      bottom: -2px;
      background: url(/lp/faucet/sp/common/img/bg_border_image_02.png) no-repeat;
      -webkit-background-size: 22px 21px;
      background-size: 22px 21px;
      content: "";
      position: absolute;
      z-index: 99;
    }
    .box-cmn-testimonial .image {
      width: 100px;
      margin: 0 auto;
    }
    .box-cmn-testimonial .image img { width: 100%}
    .box-cmn-testimonial .box-detail { 
      margin-top: 5px;
      padding-left: 5px;
      overflow: hidden;
      text-align:left;
    }
    .box-cmn-testimonial .box-detail .title-01 {
      font-size: 16px;
      font-weight: bold;
      color: #fa6e2c;
      line-height: 1.3;
      box-sizing: border-box;
      padding: 3px 0 0;
      margin-bottom: 12px;
      background: none;
    }
    .box-cmn-testimonial .box-detail .text-bold {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #5a5a5a;
      right: 0;
      bottom: 0;
      letter-spacing: 1px;
    }
    .box-cmn-testimonial .box-detail .img-text.type-01 { margin-top: 16px;}
    .box-cmn-13 {
      display: inline-block;
      border: solid 1px #ebebeb;
      width: 92%;
      padding-bottom: 12px;
      margin: 0 auto 12px;
      text-align: center;
    }

/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
.title {text-align: center;}
  .title img{ width: 100%;}
  
.title-02 {
  position: absolute;
  top: 135px;
  right: auto;
  left:  calc(50% - 117px);
}
  .title-02 img {height: 178px;}
  
  /*.note-box2 {
    font-size: 12px;
    line-height: 1.4;
    background: #fff;
    padding: 5px 5px 3px;
    border: 2px solid #fc7d1c;
  }*/

  .ttl-inner-sp {
    height: 44px;
    background: #fff;
    padding-top: 6vmin;
  }
    .ttl-inner-sp img{
      padding-top: 7px;
      width: 80%;
    }

/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  width: 100%;
  background: url(/lp/faucet/sp/common/img/bg_ttl_cmn_01.png) top center no-repeat;
  font-size: 36px;
  line-height: 98px;
  letter-spacing: -2px;
}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
    font-size: 18px;
  height: auto;
  padding: 17px 10px 14px;
  line-height: 1.36;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  background: url(/lp/faucet/sp/common/img/bg_ttl_cmn_02.png) top center no-repeat;
  position: relative;
}
.ttl-cmn-02::after {
  content: "";
  width: 50px;
  height: 15px;
  background: url(/lp/faucet/sp/common/img/ico_arrow_05.png) left top no-repeat;
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
}
.ttl-box-cmn-06 span {
      color: #3daaf7;
    width: 9px;
    height: 10px;
    background: #fff;
    padding: 0 4px 0 4px;
    margin: 0 5px 0 7px;
    border-radius: 30px;
    position: relative;
    top: 0px;
}
  .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: 11px auto 7px;}
  .ttl-box-cmn-06.type-05 {margin: 11px auto 7px;}

  .ttl-box-cmn-07 {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    margin: 0 13px 8px;
    padding: 0 13px;
    font-weight: bold;
    color: #005eae;
    background: #f0f0f0;
    text-align: center;
  }
/* 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-weight: bold;
    padding-bottom: 11px;
    line-height: 1.15;
    margin-bottom: 5px;
    font-size: 16px;
    border-bottom: dotted 1px #d2d2d2;
    color: #005eae;
    letter-spacing: -0.05px;
    text-align: left;
}
  .ttl-cmn-05.type-01 {
    letter-spacing: -2px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .ttl-cmn-05.type-03 {
    background: none;
    line-height: 1.3;
    font-size: 15px;
    margin: 0 ;
    padding-bottom: 11px;
  }
.ttl-cmn-06 {
  width: 100%;
  font-size: 15px;
  margin: 0;
  background: #828282;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 11px 0 8px;
}
.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: 16px;
  padding: 6px 3px 6px;
}
.ttl-cmn-06.type-03::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #828282;
  position: absolute;
  left: calc(50% - 7px);
  top: -7px;
}

.ttl-cmn-06.type-04 {
    padding: 11px 0 5px;
    margin: 0 4px 21px;
}
/* ttl-cmn-06 
---------------------------------------------------------- */
.ttl-box-08 {
  width: 100%;
  height: auto;
  background: #0498ed;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 10px 12px;
  position: relative;
  letter-spacing: -0.8px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
  .txt-inner-box-04 {
  margin-top: 12px;
  font-size: 14px;
  }  
.ttl-cmn-03{padding:0;}
/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
  .txt-cmn {
    font-size: 12px;
  }
    .txt-inner-01 {
      margin-bottom: 10px;
    }
    .txt-inner-02 {
      width: 100%;
      margin: 0 0 25px;
      position: relative;
      line-height: 1.7;
    }
    .txt-inner-02 img, .txt-inner-02 a {margin-right: 15px;}
    .txt-inner-02 img:last-child, .txt-inner-02 a:last-child {margin-right: 0;}
    .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:last-child {margin-right: 0;
    }
    .txt-cmn-02 {
      font-size: 16px;
      font-weight: bold;
      color: #5a5a5a;
      margin-bottom: 36px
    }
/* txt-cmn-03
---------------------------------------------------------- */
    .txt-box-cmn-03 {
      font-size: 13px;
      padding: 0 17px;
      line-height: 1.5;
      text-align: left;
      letter-spacing: -1px;
    }
    .txt-box-cmn-03.type-01 {padding: 0 15px;}
    .txt-adjust-01 {
      position: absolute;
      top: 2px;
      right: 40px;
      font-size: 11px;
    }
/* txt-cmn-04
---------------------------------------------------------- */
.txt-inner-box-02 {
  font-size: 13px;
  font-weight: bold;
  color: #5a5a5a;
  line-height: 1.4;
  margin:10px 0 4px;
  text-align: left;
}
.txt-inner-box-02.txt-inner-box-02-as2 {
  margin:10px 10px 4px;
}
.txt-inner-box-02 span{color: #fa6e2c;}
  .txt-inner-box-02 .type-01 {font-size: 13px;}
  .txt-inner-box-02 .type-01-2 {font-size: 13px; display: inline-block;}
  .txt-inner-box-02 .type-02 {font-size: 13px;}

  .txt-cmn-03 {font-size: 16px;}
  .txt-cmn-03.type-01 {padding-top: 15px;}
  .txt-cmn-03.type-02 {padding-left: 10px;padding-bottom: 14px}

  .txt-cmn-04 span.full{
    padding: 3px 65px;
  }
  .txt-cmn-04 span.haft{
     padding: 4px 27px;
    margin-right: 10px;
    display: inline-block;
  }
  .txt-cmn-04.type-01 {
  font-size: 28px;
    margin-bottom: 19px;
}
  .txt-cmn-04.type-02 {
    padding-top: 30px;
  font-size: 28px;
}
/* txt-cmn-05
---------------------------------------------------------- */
.txt-cmn-05 {
  font-size: 36px;
  font-weight: bold;
  color: #5a5a5a;
}
.txt-cmn-05 span {color: #f85d07;}
  
/* txt-cmn-06
---------------------------------------------------------- */
.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 span.col-03 {
  color: #fa6e2c;
  margin-left: 12px;
  font-weight: normal;
}
.txt-cmn-07 {
  width: 100%;
  text-align: center;
  padding: 17px 0 42px;
}
/* txt-pre-01
---------------------------------------------------------- */
.txt-pre-01 {
  width: 100%;
  padding: 6px 0 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #b7b7b7;
  color: #fff;
}
  .txt-pre-01.blue {  background-color: #3daaf7;}

/* txt-question txt-answer
---------------------------------------------------------- */
  .txt-answer .bold {
    font-weight: bold;
    color: #5a5a5a;
  }
/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
.list-cmn {
}
  .list-cmn li {
  }
.list-cmn-01 {
  width: 100%;
  text-align: left;
  margin: 0px;
  font-size: 12px;
  letter-spacing: -0.2em;
  padding:9px 14px 34px;
  line-height: 1;
}
.list-cmn-01 li {
  padding-left: 13px;
  position: relative;
  margin-bottom: 1px;
}
  .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-02
---------------------------------------------------------- */
.list-cmn-02-wrap { text-align: center;}
.list-cmn-02 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  width: 100%;
  padding-left: 5px;
  margin-top: 20px;
}
  .list-cmn-02 li {
    float: left;
    position: relative;
    width: 50%;
    margin-right: 0;
    padding-right: 6.11%;
  }
    .list-cmn-02 li:before {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -35px;
      background: url(/lp/faucet/sp/common/img/ico_arrow_right_01_sp.png) no-repeat;
      width: 23px;
      height: 29px;
      right: -12px;
      background-size: 100% 100%;
    }
    .list-cmn-02 li img { width: 100%;}
    .list-cmn-02 li:last-child { padding: 0 0 0 6.11%;}
    .list-cmn-02 li:last-child:before { display: none;}


/* 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 span {
  font-weight: bold;
  color: #fa6e2c;
}

/* list-cmn-06
---------------------------------------------------------- */
.list-cmn-06 li:last-child{
  padding: 20px 0 15px;
}
.list-cmn-06.type-01 dt {
 float: left;
  width: 250px;
  font-size: 20px;
  font-weight: bold;
}
.list-cmn-06.type-04{
  margin: 10px 0 10px 30px;
}

/*お支払いについて　詳細*/
.faq_pay{
background-color:#fff;
}

.list-cmn-07 {
  display:none;
}

.list-cmn-07_pre {
  display:block;
}

.list-cmn-07 li:last-child {border-bottom: none;}
.arrow-01 {
  background: url(/lp/faucet/sp/common/img/ico_arrow_08.png) calc(100% - 10px) 50% no-repeat;
  display: block;
}

.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_qr img{width:70%;}
.list-cmn-07 li.pay_bank{}
.list-cmn-07 li.pay_loan{}
.list-cmn-07 li.pay_debit{}

.arrow-01.is-active {
  background: url(/lp/faucet/sp/common/img/ico_arrow_09.png) calc(100% - 10px) 50% no-repeat;
  display: block;
}

.arrow-02 {
  background: url(../img/ico_arrow_more_01.png) 100% 50% no-repeat;
  display: block;
  padding-right:30px;
}
.arrow-02.is-active {
  background: url(../img/ico_arrow_more_02.png) 100% 50% no-repeat;
  display: block;
  padding-right:30px;
}

.arrow-03:after {
          content: "";
          display: inline-block;
          background: url(/lp/faucet/sp/common/img/ico_arrow_more_01_sp.png) no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          width: 15px;
          height: 8px;
          vertical-align: top;
          margin-top: 6px;
          margin-left: 8px;
}
.arrow-03.is-active:after {
          background: url(/lp/faucet/sp/common/img/ico_arrow_more_02_sp.png) no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          width: 15px;
          height: 8px;
          vertical-align: top;
          margin-top: 6px;
          margin-left: 8px;
}

#faq .txt-question .arrow-04 {
  display: block;
  padding-right:30px;
}

#faq .txt-question .arrow-04:after {
          content: "";
          position: absolute;
          display: inline-block;
          background: url(/lp/faucet/sp/common/img/ico_arrow_more_01_sp.png) no-repeat;
          -webkit-background-size: 100%;
          background-size: 100%;
          width: 15px;
          height: 8px;
          top: 45%;
          right: 12px;
          margin-left: 8px;
          transition: all 0.3s ease-in-out;
}

#faq .txt-question.open .arrow-04:after {
          top: 50%;
          transform: translateY(-50%) rotateX(180deg);
          transition: all 0.3s ease-in-out;
}

.pay_more{
display:block;
font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #005eae;
    vertical-align: middle;
padding:10px 10px;
    width: 100%;
background-color:#f0f0f0;
cursor:pointer;
border:1px solid #d2d2d2;
margin:0;
width:auto;
}

.pay_more_box{
background-color:#fff;
padding:10px;
}

  .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;
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn {
}
a.link-cmn-02 {
  font-size: 14px;
  float: right;
  top: 0;
  margin-left: 16px;
  position: relative;
  color: #4a96e5;
  font-weight: normal;
  text-decoration: underline;
}
a:hover.link-cmn-02 {
  text-decoration: none;
}
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn {
}
.ico-cmn-01 {
    width: 35px;
    height: 16px;
    background: #fa6e2c;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-left: 3px;
    line-height: 1;
    padding: 2px 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;
  }
    .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;
  }
  .img-cmn-adjust-02.type-01 {
    right: -10px;
    top: 111px;
  }
  .img-cmn-adjust-02.type-02 {
    right: -85px;
    top: -135px;
  }

  .img-cmn-adjust-03 {
    text-align: left;
    margin-bottom: 45px;
  }
  .img-cmn-adjust-03 img:first-child{
    margin-right: 20px;
  }
  .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;
    }
    .img-box-01.type-02 {
      padding: 22px 0 0 18px
    }
    .img-box-01.type-03 {
      padding: 0 0 0 2px
    }
    .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;}
    .img-box-03 img {margin-right: 8px;width: 45%;}
    .img-box-03.type-01 img {margin-right: 11px;}
    .input-cmn-01.type-01{
      width: 130px;
      height: 38px;
      position: relative;
    }
    .line {
      width: 8px;
      height: 2px;
      margin: 0 5px 0 0;
      display: inline-block;
      background: #d2d2d2;
      vertical-align: middle;
    }
    .input-cmn-01.type-01::after{
      position: absolute;
      display: block;
      content: "";
      width: 17px;
      height:50px;
      background: #d2d2d2;
    }
.input-cmn-01.type-02{
  width: 74%;
  margin-bottom: 7px;
  height: 38px;
  position: relative;
}
.input-cmn-01.type-03{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 38px;
  position: relative;
}
.input-cmn-01.type-04{
  width: 24%;
  margin: 0 5px 0 0;
  height: 35px;
}
.input-cmn-01.type-05{
  width: 18%;
  margin-left: 5px;
  height: 36px;
  position: relative;
  top: -1px;
}
/* ==========================================================
 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;}
/* 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;}

/* ==========================================================
 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 15px;
    position: relative;
  margin-bottom:15px;
}
.detail dt{
  color: #5a5a5a;
    float: none;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    font-size: 16px;
}
.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, #panel-4 {
    display: none;
}

  .hero-cmn {
    position: relative;
    padding-top: 131px;
    padding-bottom: 5px;
  }
    .ttl-cmn-01.type-01 img {
      width: 222px;
      margin: 22px 0 20px;
    }
    .ttl-cmn-01.type-02 img {
      width: 184px;
      margin: 22px 0 20px;
    }
     .ttl-cmn-01.type-03{
     line-height: 90px;
    }
    .ttl-cmn-01.type-03 img {
      width: 270px;
      margin: 27px 0 20px;
    }
/* ttl-cmn-02
---------------------------------------------------------- */
  .ttl-cmn-02::after {
    width: 26px;
    height: 11px;
    background: url(/lp/faucet/sp/common/img/ico_arrow_05_sp.png) left top no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: 50%;
    margin-left: -6px;
    bottom: -11px;
  }
  /* ttl-cmn-03 sp
---------------------------------------------------------- */
.ttl-cmn-03 { width: 92%;margin: auto;}
  .ttl-cmn-03 img {width: 100%;}
    .ttl-box-cmn-03 {
      font-size: 20px;
      font-weight: bold;
      color: #005eae;
      line-height: 1.3;
      padding: 0 17px;
      margin-bottom: 7px;
      text-align: left;
      position: relative;
      letter-spacing: -0.8px;
    }
      .ttl-box-cmn-03 span {
        font-size: 12px;
        position: relative;
        top: -11px;
        left: -10px;
      }
    .ttl-box-cmn-03.type-01{
    margin-bottom: 0;
    letter-spacing: 0;
    height: 69px;
    }
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-sp-04 img{width: 100%;}
.ttl-cmn-sp-04 {
  width: 293px;
  margin: auto;
  padding: 27px 0 12px;
}
    /* ttl-cmn-05 sp
---------------------------------------------------------- */
.ttl-logo {
  border-top: solid 3px #005eae;
  padding: 17px 0 9px;
}
.ttl-logo img {width: 70px;}
  .ttl-logo.type-01 {margin-top: 42px; padding: 9px 0 7px;}
  .ttl-logo.type-01 img {width: 52px;}
  .ttl-logo.type-02, .ttl-logo.type-02-2 {margin-top: 5px; padding: 8px 0 10px;}
  .ttl-logo.type-02 img {width: 82px;}
  .ttl-logo.type-02-2 img {width: 82px; vertical-align: middle;}
  .ttl-cmn-sp-05 {
    background: #005eae;
    padding: 10px 0 7px;
    font-size: 19px;
    font-weight:bold;
    color: #fff;
    position: relative;
  }
    .ttl-cmn-sp-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-cmn-sp-05 span{
      padding: 4px 25px 5px 25px;
      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-cmn-sp-05.type-01 span{
      padding: 4px 36px 5px 36px;
      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-cmn-sp-06 {}
  .ttl-cmn-sp-07 {
    border-bottom: dotted 1px #d2d2d2;
    padding: 16px 0 13px;
  }
  .ttl-cmn-sp-07.type-01 {padding: 16px 0 13px;}
  .ttl-box-08:before {
    content: "";
    background: url(/lp/faucet/sp/common/img/ico_circle_01.png) no-repeat;
    width: 6px;
    height: 6px;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    display: block;
    position: absolute;
    top: 3px;
    left: 4px;
  }
  .ttl-box-08:after {
    content: "";
    background: url(/lp/faucet/sp/common/img/ico_circle_01.png) no-repeat;
    width: 6px;
    height: 6px;
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    display: block;
    position: absolute;
    top: 3px;
    right: 4px;
  }
    .ttl-box-08 span:before {
      content: "";
      background: url(/lp/faucet/sp/common/img/ico_circle_01.png) no-repeat;
      width: 6px;
      height: 6px;
      -webkit-background-size: 6px 6px;
      background-size: 6px 6px;
      display: block;
      position: absolute;
      bottom: 3px;
      left: 4px;
    }
    .ttl-box-08 span:after {
      content: "";
      background: url(/lp/faucet/sp/common/img/ico_circle_01.png) no-repeat;
      width: 6px;
      height: 6px;
      -webkit-background-size: 6px 6px;
      background-size: 6px 6px;
      display: block;
      position: absolute;
      bottom: 3px;
      right: 4px;
    }
    .ttl-cmn-05.type-02 {
      background: none;
      padding-bottom: 11px;
      line-height: 1.15;
      margin-bottom: 5px;
      font-size: 16px;
    }
    .ttl-cmn-05.type-10 {
    font-size: 15px;
    text-align: left;
    margin: 0 ;
    padding-bottom: 8px;
    border-bottom: dotted 1px #d2d2d2;
    background: none;
    line-height: 1.3;
  }
  .ttl-cmn-06.type-01 {
    background: #005eae;
    position: relative;
    top: 0;
    text-align: center;
    font-size: 18px;
    padding: 20px 0 0 30px;
    height: 64px;
    margin: 0 0 26px;
    width: 100%;
    line-height: 1.3;
  }
  .ttl-cmn-06.type-01 span {
    position: relative;
    top:-10px;
  }
  .ttl-cmn-06.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% - 7px);
    bottom: -7px;
  }
  .ttl-box-cmn-06 {
    width: 99.4%;
    padding: 3px 0;
    background: #3daaf7;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 17px 0 8px 1px;
    letter-spacing: -0.2px;
    position: relative;
    }
  .ttl-box-cmn-06.type-01{margin-bottom: 20px;}
  .ttl-box-cmn-06.type-02{
    margin: 10px 0;
    text-align: left;
  }
  .ttl-box-cmn-06.type-02-2{
    margin: 10px 0;
    text-align: center;
  }
  .ttl-box-cmn-06.type-08{
    margin: 10px 0;
    text-align: left;
    padding-left: 10px;
  }
  .ttl-box-cmn-06.type-09{
    margin: 10px 4px 0px 0;
    text-align: center;
    padding: 5px 8px;
  }
  .ttl-box-cmn-06.type-07 {margin: 14px 0 10px; text-align: left;}
  .ttl-cmn-05.type-04 {
      font-size: 15px;
      text-align: left;
      line-height: 1.3;
      margin:0 auto 13px;
      padding: 1px 2px 5px;
      border-bottom: dotted 1px #a0c3e1;
      background: none;
  }

/* ==========================================================
 txt sp:
========================================================== */
  .txt-cmn-sp {
    text-align: left;
    font-size: 11px;
    padding: 12px 12px 0;
    line-height: 1.3;
  }
  .txt-cmn-sp-01 {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 0 5px;
    line-height: 1.3;
    letter-spacing: -1.7px;
  }
    .txt-cmn-sp-01.type-01 {padding: 7px 13px 2px;}
    .txt-cmn-sp-01.type-02 {padding: 12px 13px 2px;}
    .txt-cmn-sp-01.type-03 {padding: 10px 13px 9px;}
    .txt-inner-sp {text-align: center;}
      .txt-inner-sp .img-01 {
        width: 80%;
        padding-top: 15px;
      }
      .txt-inner-sp .img-02 {
        width: 215px;
        padding-top: 7px;
      }
      .txt-inner-sp .img-03 {
        width: 300px;
        padding-top: 15px;
      }
    .txt-inner-sp.type-01 {padding: 0 10px;}
      .txt-inner-sp.type-01 img {
        width: 64px;
        padding-top: 8px;
        margin-right: 6px;
      }
      .txt-inner-sp.type-01 img:last-child {margin-right: 0;}
      .txt-inner-sp.type-02 {padding: 0;}
      .txt-inner-sp.type-02 img {
        height: 99px;
        padding-top: 0;
        margin-right: 2px;
      }
    .txt-inner-sp.type-01 img:last-child {margin-right: 0;}
    .txt-box-cmn-03.type-01 {padding: 0 17px 36px;}
    .txt-box-cmn-03.type-02 {
      padding: 0;
      min-height: auto;
    }
    .txt-box-cmn-03.type-03 {padding: 8px 10px 0;}
      .txt-box-cmn-03.type-04 {
      padding: 15px 13px 20px 13px;
      min-height: auto;
    }
      .txt-box-cmn-03.type-05 {
      padding: 0;
      line-height: 1.32;
        letter-spacing: -1px;
    }
      .txt-box-cmn-03.type-06 {
      padding: 15px 0 20px;
      min-height: auto;
    }
    .txt-cmn-03.type-02 {
      padding: 0;
      margin: 0 10px 16px;
      font-size: 12px;
      line-height: 1.4;
      text-align: left;
    }
    .txt-cmn-03.type-03 {
      padding: 0;
      margin: 0 11px 8px;
      font-size: 12px;
      line-height: 1.5;
      text-align: left;
    }
    .txt-cmn-03.type-04 {
      padding: 0;
      margin: 0 10px 17px;
      font-size: 12px;
      line-height: 1.5;
      text-align: left;
    }
/* txt-inner-02
---------------------------------------------------------- */
.txt-inner-02-wrap { margin: 0 -6px;}
  .txt-inner-02 img, .txt-inner-02 a {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .txt-inner-02 img:last-child, .txt-inner-02 a:last-child {
    margin-right: 0;
  }
  .txt-inner-02.type-02 {margin-bottom: 32px;}
  .txt-inner-02.type-02 img {padding: 14px 25px 0;}
    .txt-inner-02.type-05 { 
      text-align: center;
      margin-bottom: 0;
    }
    .txt-inner-02.type-05 img { 
      width: 33.33%;
      padding: 0 6px;
      margin-right: 0;
      display: inline-block;
    }
    .txt-inner-02.type-05 img:first-child,
    .txt-inner-02.type-05 img:nth-child(2){
      margin: 0;
    }
    .txt-inner-02.type-05 img:nth-child(4) {  margin: -10px 0 0 0;}
    .txt-inner-02.type-05 img:last-child { margin: -2px 0 0 0;}


  
  .txt-left { text-align: left; margin-bottom: 6px;}
  /* txt-inner-02
---------------------------------------------------------- */
  .txt-cmn-sp-02 {
    padding: 15px 5px 5px 5px;
    text-align: right;
    font-size: 9px;
  }
    .txt-cmn-sp-03 {
    padding: 13px 12px 11px;
    text-align: left;
    font-size: 13px;
      line-height: 1.4;
      letter-spacing: 0;
  }
    .txt-cmn-sp-03 span {
      color: #fa6e2c;
  }
  .txt-cmn-sp-05 {
    text-align: left;
    color: #fa6e2c;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 13px 8px;
  }
    .txt-cmn-sp-05.type-01 {
    line-height: 1.46;
    padding: 0 13px 32px;
  }
    .txt-cmn-sp-05.type-02 {
    padding: 0 0 8px;
  }
  .txt-cmn-sp-06 {
    padding: 0 13px 0;
    text-align: left;
    line-height: 1.3;
  }
    .txt-cmn-sp-06.type-01{
    padding: 5px 13px 30px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
    .txt-cmn-sp-06.type-02{
    padding: 5px 13px 0;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  /* txt-cmn-04
---------------------------------------------------------- */
  .txt-cmn-04 {
  font-size: 12px;
  font-weight: bold;
  color: #005eae;
  margin-bottom: 9px;
}
  .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 20px;
    margin-right: 5px;
    display: inline-block;
  }
  .txt-cmn-04.type-01 {
    font-size: 19px;
    margin:21px 0 13px;
  }
/* ttl-cmn-06.type-03
---------------------------------------------------------- */
  .txt-cmn-06 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #5a5a5a;
    width: 100%;
    height: 38px;
    background: #ebebeb;
    padding: 0 13px;
    line-height: 38px;
    letter-spacing: -1px;
  }
  .txt-cmn-06.type-01 {
    width: 100%;
    padding: 12px 13px;
    line-height: 1;
    letter-spacing: -1px;
    height: auto;
  }
    .txt-cmn-06.type-02 {
      width: 100%;
      padding: 12px 13px;
      line-height: 1.4;
      letter-spacing: 0;
      height: auto;
      position: relative;
    }
      .txt-cmn-06.type-02 span {
        position: absolute;
        right: 13.6%;
        top:calc(50% - 10px);
      }
  .txt-cmn-06 span.col-03 {
    margin: 7px 0 0;
    color: #fa6e2c;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: -1.5px;
    display: block;
  }
  .ttl-box-09 {
    display: block;
    background: #ebebeb;
    height: 28px;
    line-height: 28px;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}
    .txt-cmn-07 img {width: 84%;}
/* txt-question txt-answer
---------------------------------------------------------- */
  .txt-question {
    font-size: 15px;
    letter-spacing: -1px;
    width: 100%;
    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;
  }
  .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;
  }
  .txt-answer {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -2px;
    width: 100%;
    border-radius: 3px;
    padding: 13px 13px 8px 13px;
    margin:0 auto 30px;
    -webkit-box-shadow: 0 4px 0px rgba(230,230,230,0.4);
    -moz-box-shadow: 0 4px 0px rgba(230,230,230,0.4);
    box-shadow: 0 4px 0px rgba(230,230,230,0.4);
    background: #fff;
    text-align: left;
    position: relative;
  }
  .txt-answer:last-child {margin:0 auto 0;}
  .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;
  }
  
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust-01.type-03 {
  top: -107px;
  left: 50%;
  margin-left: -51px;
}
  /* ==========================================================
 img sp
========================================================== */
/* img-box-01 sp
---------------------------------------------------------- */
  .img-box-01 {float: none;padding: 18px 0 10px 0;}
    .img-box-01.type-01 {float: none;padding: 8px 0 10px 0;}
    .img-box-01.type-02 {float: none;padding: 0 0 3px 6px;}
    .img-box-01.type-03 {float: none;padding: 9px 0 0 6px;}
    .img-box-01 img {width: 270px;}
    .img-box-01-new img {width: 100%; margin: 30px 0 30px;}

  .img-cmn-sp-01 img {width: 100%;}
  .img-cmn-sp-01 {margin: 17px auto 37px;width: 100%;}
  .img-cmn-sp-01.type-01 {width: 92%;}
  .img-cmn-sp-01.type-02 {width: 220px;}
  .img-cmn-sp-01.type-03 {
    width: 80px;
    margin: 0;
    padding: 4px 0 7px;
  }
  .img-cmn-sp-01.type-04 {width: 92%;}
  .img-cmn-sp-01.type-05 {
    margin: 40px auto 17px;
  }
  .img-cmn-sp-01.type-06 {padding: 0 13px;}
  .img-cmn-sp-01.type-07 {padding: 0 13px 9px;}
  .img-cmn-sp-01.type-08 {
    width: 64px;
    margin: 0;
    padding: 6px 0 14px;
  }
  .img-cmn-sp-01.type-09 {padding: 0 13px 15px;}
  .img-cmn-sp-01.img-cmn-rc {width: 93%;}

/*  #brand-1{
	  padding-top: 7em;
  } */

/*  #toppage-layout #brand-1{
	  margin-top: -4em;
	  padding-top: 8em;
  }
  #toppage-layout #brand-2{
	  margin-top: -4em;
	  padding-top: 8em;
  }
  #toppage-layout #brand-3{
	  margin-top: -4em;
	  padding-top: 8em;
  }

  .brand-menu li{
		margin-top: 13px;
  }
  .brand-menu li:last-child{
		margin-top: 40px;
  }*/
  .img-cmn-sp-01.mb-1 {margin-bottom: 13px;}
  .mb-2 {margin-bottom: 26px !important;}
  .mb-3 {padding-bottom: 15px;}
  .mb-4 {margin-bottom: 22px !important;}
  .pd-1 {padding: 0 !important}

  .img-box-03 img:last-child, .img-box-03.type-01 img:last-child {margin-right: 0;}
  .img-cmn-adjust-01.type-02{
    top: -6px;
    left: 13px;
    width: 50px;
  }
  .img-cmn-adjust-01.type-02 img{width: 100%;}
  .img-cmn-adjust-04.type-01 {
    padding-right: 13px;
    display: block;
    text-align: right;
  }
  .img-cmn-adjust-04.type-01 img {width: 185px;}
  .img-cmn-adjust-04.type-02 {
    display: block;
    float: right;
    position: relative;
    top:0;
  }
  img.img-cmn-adjust-04.type-02 {width: 60px;}
/* ==========================================================
 button
========================================================== */
/* btn-tel-01
---------------------------------------------------------- */
.btn-tel-01 { margin-bottom: 15px;}
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
/* sec-cmn-03
---------------------------------------------------------- */
  .inner-cmn-03.type-07 {padding: 27px 5px 5px;}
/* sec-cmn-05
---------------------------------------------------------- */
.sec-cmn-05-wrap.type-01{ margin-top: -40px;}
.bg-triangle img {display: block;width: 100%;}
.sec-cmn-05 .contents { padding: 0 15px;}
/* sec-cmn-06 sp
---------------------------------------------------------- */
.sec-cmn-06 {margin-bottom:40px }
.inner-cmn-03.type-03 {padding: 0px 13px 100px;}
   .inner-box-cmn-06.type-05 {
     width: 100%;
     font-size: 15px;
     padding: 0 13px;
     position: static;
     letter-spacing: -0.5px;
     line-height: 1.4;
   }
/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn {
  width: 100%;
  float: none;
  margin-right: 0;
  position: relative;
}
  .box-cmn-ttl {
    background: #005eae;
    width: 100%;
    text-align: center;
    position: relative;
    height: 98px;
  }
  .box-cmn-ttl::after,
  .type-01.box-cmn-ttl::after { display: none;}
  .box-ttl-sp {
    background: #005eae;
    width: 100%;
    height: 104px;
    text-align: center;
    position: relative;
  }
  .box-cmn-02 {
    background: #0498ed;
    text-align: center;
    height: 315px;
    position: relative;
    width: 100%;
    padding: 21px 0 0 0;
  }
  .box-cmn-02 img {padding: 0px;}
  .box-cmn-02 .img-01{
    width: 265px;
    margin-bottom: 16px;
  }
  .box-cmn-02 .img-02{
    position: absolute;
    left: 50%;
    margin-left: -146px;
    bottom: 0px;
  }
  .box-cmn-02 .img-02 img { width: 320px;}
  .box-cmn-sp-01 {
    margin-bottom: 34px;
    padding-bottom: 16px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
  }
    .box-cmn-sp-01.type-01 {
    margin-bottom: 10px;
  }
  .txt-space1{
	font-size: 12px;
	text-align: left;
	  margin: 0 auto;
	padding: 0;
	width: 92%;
  }

/* box-cmn-04
---------------------------------------------------------- */
.box-cmn-04-wrap { padding: 0 15px;}
  .box-cmn-04-wrap.type-01 { margin-bottom: 40px;}
  .box-cmn-04-wrap.type-02 { margin-bottom: 25px;}

  .box-sp {
    width: 92%;
    border-bottom:solid 2px #e6e6e6;
    border-left: solid 2px #e6e6e6;
    border-right: solid 2px #e6e6e6;
    margin: 0 auto;
    padding: 15px 10px ;
    position: relative;
    background: #fff;
    box-sizing: border-box;
  }
    .box-sp.type-01 {
      padding: 15px 10px 10px;
    }
/* box-cmn-07
---------------------------------------------------------- */
      .box-cmn.type-02:last-child {
        border-right: none;
        margin-right: 0;
      }
    .box-cmn-testimonial .box-title {
      position: relative;
      overflow: hidden;
      height: 122px;
    }
    .box-cmn-testimonial .box-title .title-01 {
      font-size: 16px;
      font-weight: bold;
      color: #fa6e2c;
      line-height: 1.3;
      box-sizing: border-box;
      padding: 3px 0 0;
      margin-bottom: 12px;
      background: none;
    }
    .box-cmn-testimonial .box-title .text-bold {
      position: absolute;
      font-size: 12px;
      font-weight: bold;
      color: #5a5a5a;
      right: 0;
      bottom: 0;
      letter-spacing: 1px;
    }
    .box-cmn-testimonial .box-detail .img-text { 
      margin-top: 12px;
      width: 100%;
    }
  .box-cmn-testimonial .box-detail .img-text img { width: 100%;}
  .box-cmn-testimonial .box-detail .img-text.type-01 { margin-top: 16px;}
  .box-cmn-sp-ttl {
    background: #005eae;
    width: 100%;
    height: 104px;
    text-align: center;
    position: relative;
  }
  .box-cmn-sp-ttl.type-01 {height: 83px;}
  .inner-box-cmn-04.type-03 {
      text-align: center;
      margin: auto;
    }
  .inner-box-cmn-04.type-03 img{width: 84%;}
  .inner-voice.type-01 {
    width: 100%;
    padding: 35px 0 60px;
  }
  .inner-voice.type-03 {
    width: 100%;
    padding: 25px 0 0;
  }
  .inner-voice.type-04 {
    width: 100%;
    padding: 0 0 45px;
  }
/* type-01 */
.list-cmn-02.type-01 {
  padding-left: 0;
  margin-top: 0;
}
  .list-cmn-02.type-01 li {
    width: 50%;
    margin-right: 0;
    padding-right: 5px;
  }
    .list-cmn-02.type-01 li:before {
      width: 26px;
      height: 33px;
      right: -26px;
      z-index: 1;
      margin-top: -33px;
    }
    .list-cmn-02.type-01 li:last-child { padding: 0 0 0 5px; margin-right: 0;}
  
/* list-cmn-03
---------------------------------------------------------- */
.list-cmn-03 { 
  overflow: hidden;
  text-align: left;
  width: 100%;
  font-size: 14px;
}
  .list-cmn-03 li:first-child dl {border-top: none;}
  .list-cmn-03 li dl { 
    width: 100%;
    padding: 5px 0 3px;
    overflow: hidden;
    border-top: 1px dotted #d2d2d2;
  }
    .list-cmn-03 li dt { 
      width: 90px;
      padding-right: 10px;
      float: left;
      font-weight: bold;
      color: #5a5a5a;
    }
    .list-cmn-03 li dd { letter-spacing: -1px; 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;
      letter-spacing: -1px;
    }
  
  .list-cmn-sp {
    text-align: left;
    margin: 15px 14px 8px;
  }
  .list-cmn-sp li {
    padding: 0 0 3px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  
  .list-cmn-sp2 {
    text-align: left;
    margin: 15px 14px;
  }
  .list-cmn-sp2 li {
    padding: 0 0 3px;
    margin-bottom: 0;
    line-height: 1.2;
  }
/* list-cmn-05
---------------------------------------------------------- */
  .list-cmn-05 {
      margin: 17px 0 22px;
      text-align: left;
  }
    .list-cmn-05 dt {
      font-size: 15px;
      float: none;
      width: 92%;
      color: #f9570b;
      background: #ffebe2;
      margin: auto;
      padding: 4px 9px;
    }
    .list-cmn-05 dd {
      font-size: 15px;
      line-height: 1.4;
      float: none;
      width: 92%;
      margin: 5px auto 0;
    }
  
/* list-cmn-06
---------------------------------------------------------- */
  .list-cmn-06 {
    width: 100%;
    margin: auto;
  }
  .list-cmn-06 li{
    border-top: solid 1px #d7d7d7;
    display: table;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
  }
  .list-cmn-06 li:last-child{padding: 8px 0 12px;}
  .list-cmn-06 li dl {
    display: table-cell;
    vertical-align: middle;
  }
  .list-cmn-06 dt {
    float: none;
    width: 92%;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    text-align: left;
  }
  .list-cmn-06 dd {
    width: 92%;
    margin: auto;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
  }
  .list-cmn-06.type-02 {
    width: 92%;
    margin: 23px 0 50px 30px;
  }
.list-cmn-06.type-01 { margin: auto;}
.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-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: 10px 0 7px;}
.list-cmn-06.type-03 li {
  border-top: none;
  border-bottom: solid 1px #d7d7d7;
  padding: 12px 0 12px;
}
  .list-cmn-06.type-03 li:first-child{padding: 0 0 12px;}
  .list-cmn-06.type-03 li:last-child{
    border-top: none;
    border-bottom: none;
    padding: 12px 0 12px;
  }

.list-cmn-06.type-04 {margin: 10px auto 30px;}
.list-cmn-06.type-04 li:last-child{
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  padding: 18px 0 21px;
}
/* list-cmn-07 sp
---------------------------------------------------------- */
.list-cmn-07_pre li,
.list-cmn-07 li {
  z-index: 10;
  background: #e6e6e6;
  border-bottom: solid 1px #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  position: relative;
  color: #5a5a5a;
  text-align: left;
}
  .list-cmn-07_pre span,
  .list-cmn-07 span {
    color: #5a5a5a;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding: 0 14px;
  }
  .list-cmn-07 li:nth-last-child(3) {font-size: 15px;}
    .list-cmn-01.type-03 {
      position: relative;
      margin: 0;
      padding: 0;
      letter-spacing: 0;
    }
      .list-cmn-01.type-03 li {margin-bottom: 3px }
      .list-cmn-01.type-01 {
        position: relative;
        margin: 0;
        padding: 0 0 13px;
        letter-spacing: 0;
      }
      .list-cmn-01.type-04 {
        position: relative;
        margin: 12px -10px 0;
        padding: 1px 0 4px 10px;
        letter-spacing: 0;
      }
  /* list-cmn-08
---------------------------------------------------------- */
.list-cmn-08 {
  margin: 16px 13px 0;
  font-size: 18px;
  display: table;
  text-align: left;
}
  .list-cmn-08 li {
    margin: 0;
    line-height: 1;
    position: relative;
    font-size: 15px;
    height: 35px;
  }
.list-cmn-08 li span {
  position: relative;
  top: -5px;
}
  .list-cmn-08 input[type="radio"] {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: solid 1px #aaaaaa;
    border-radius: 10px;
    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: 8px;
    height: 8px;
    background: #5a5a5a;
    display: block;
    border-radius: 4px;
    position: relative;
  }
  .textarea-sp {
    border:solid 1px #d7d7d7;
    background: #fff;
    width: 92%;
    padding: 5px;
    margin: 18px auto 0;
    height: 94px;
    border-radius:0;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .input-cmn-01 {
    width: 45%;
    height: 35px;
    padding: 2px 15px 0 10px;
    margin-right: 5px;
    border: solid 1px #aaaaaa;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     border-radius:3px;
  }
  .input-cmn-01.type-01 {width: 27.4%;}
  .check-box span {float: left; font-weight: bold;}
  .check-box-01 {
    border: solid 1px #bfbfbf;
    width: 23px;
    height: 23px;
    position: relative;
    top: 0;
    margin-right: 9px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .check-box-01 label {
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  }
  .check-box-01 label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px solid #828282;
    border-top: none;
    border-right: none;
    background: #fff;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.check-box-01 label:hover::after {opacity: 0.1;}
.check-box-01 input[type=checkbox] {visibility: hidden;}
.check-box-01 input[type=checkbox]:checked + label:after {opacity: 1;}
.check-box-01:checked {  }
  .input-list-01 {
    width: 60%;
    height: 35px;
    border: solid 1px #aaaaaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    position: relative;
    background: url(/lp/faucet/sp/common/img/ico_arrow_06_sp.png) 100% 50% no-repeat;
    background-size: 19px 38px;
    font-size: 16px;
  }
  .input-list-01::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #2f2f2f;
    display: block;
  }
/* pagetop
---------------------------------------------------------- */
.link-cmn-sp {position: relative;}
   .link-cmn-sp span::after {
     content: "";
     display: block;
     width: 17px;
     height: 9px;
     background: url(/lp/faucet/sp/common/img/ico_arrow_01_sp.png) left top no-repeat;
     position: absolute;
    right: 12px;
    top: 18px;
    }
 .link-cmn-sp span.is-active::after {
   transform: rotate(180deg);
}

/* ==========================================================
 ico-cmn sp
========================================================== */
/* ico-cmn-01 sp
---------------------------------------------------------- */
  .ico-sp-01 {
    padding: 0 13px;
    text-align: right;
  }
  .ico-sp-01 img {width: 60px;}
/* ==========================================================
 button
========================================================== */
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop img {
  width: 47px;
  height: 47px;
}
  .btn-cmn-02 {
    width: 43%;
    height: 35px;
    cursor: pointer;
    margin-right: 0;
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(223,223,223,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(246,246,246,1) 47%, rgba(223,223,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dfdfdf', GradientType=0 );
    border: solid 1px #a2a2a2;
    border-radius: 0;
  }
.btn-cmn-02.type-01 {
  width: 27.2%;
  height: 35px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
  .arrow-01,.arrow-01.is-active {background-size: 15px 10px;}
  .arrow-02,.arrow-02.is-active {background-size: 15px 10px;}

  .under-line {border-bottom: solid 1px #d2d2d2;}
  #flip, #flip-2, #flip-3, #flip-4{width: 92%; margin: auto;}
  .detail {
    /*display: none;*/
    background: #fff;
    padding: 17px 13px;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    z-index: 15;
  }
  .detail p {
    padding: 0 0 12px;
    line-height: 1.3;
  }


  .detail dd{
    width: 100%;
    margin-left: 0px;
    font-size: 14px;
  }
    .detail dd img{width: 100%;}
      .detail dd  img.ad1{
        width: 23%;
        margin-right: 4px;
      }
  .detail dd p{
    padding: 2px 0 5px;
    border-bottom: none;
    margin: 0;
  }
    .detail dt.dt-sp{
      float: left;
      width: 19%;
    }
      .detail dt.dt-sp img{width: 98%;}
    .detail dd.dd-sp{
      margin-left: 73px;
      width: auto;
    }  

.brand-menu{
	padding-bottom: 7em;
}

div.warning_delay {
	width: 100%;
	font-size: 14px;
    font-weight: bold;
	background: #fcd7d7;
	margin-bottom: 40px;
	padding: 18px 12px
}
div.warning_delay p.warning_delay_indent {
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

/* ==========================================================
 campaign-banner
========================================================== */
.campaign_banner img{
    width: 100%;
    background: #fff;
    /* padding-bottom: 6vmin; */
}

.menu-jump-sp {
	margin: 5vmin 2vmin 3vmin;
}

.menu-jump-sp img {
	width: 100%;
}


/* ==========================================================
 コロナ案内
========================================================== */

.note-box {
  position: relative;
  display: block;
  width: 96%;
  margin: 20px auto 0;
  border: 2px solid #0ca4a5;
  border-radius: 5px;
  background-color: #fff;
}
.note-box-title {
  padding: 20px 80px 20px 20px;
}
.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: 0;
  right: 15px;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15%;
}
.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 20px 20px 20px;
  text-align: left;
}
.note-box-cont-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.note-box-cont-img {
  margin: 0 20px 10px;
  width: 100%;
}
.note-box-cont-img:last-child {
  margin-bottom: 20px;
}
.note-box-cont-img img {
  width: 100%;
}

/* ==========================================================
 SP用ハンバーガーメニュー
========================================================== */
#slide_menu{
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #7ed1f7;
}

#slide_menu ul{
    width: 100%;
    padding: 0;
    text-align: left;
}

#slide_menu ul li{
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #000;
}

#slide_menu ul li a{
    display: block;
    color: #000;
    padding: 0.5em 0.5em 0.5em 15px;
}

#slide_menu ul li.column_link a{
    font-size: 75%;
}

#menu_button{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: #7ed1f7;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#menu_button .inner {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
}

#menu_button .inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #333;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#menu_button .inner span:nth-child(1) {
    top: 4px;
}

#menu_button .inner span:nth-child(2) {
    top: 12px;
}

#menu_button .inner span:nth-child(3) {
    top: 20px;
}

body.open #menu_button .inner span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.open #menu_button .inner span:nth-child(2) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

body.open #menu_button .inner span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* inner-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 .inner-cmn-01 {
  background-color: transparent;
  padding-bottom: 0;
  border: 1px solid #ccc;
}
.txt-inner-spWrap {
  background-color: #fff;
  padding-top: 9vmin;
  padding-bottom: 13px;
}
@media screen and (max-width: 399px) {
  .txt-inner-spWrap {
    padding-top: 6vmin;
  }
}

/* ==========================================================
 寒波による電話放棄対策
========================================================== */

.note-box2 {
  position: relative;
  color: #fff;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}

.note-box2 p.note-box-headline {
  display: inline-block;
  text-align: left;
  background-color: #ff7700;
  margin: 0;
  padding: 20px 20px 18px 64px;
  border-radius: 5px;
}

.note-box2 p.note-box-headline span {
  font-weight: 900;
  font-family: auto;
}

.note-box2 p.note-box-headline span a {
  color: #fff;
  text-decoration: underline;
}

.note-box2 p.note-box-headline::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 20px;
  left: 22px;
  background-size: contain;
  background-position: 0 0;
  background-image: url(/lp/faucet/common/img/ico_attention.png);
  background-repeat: no-repeat;
}




/* ==========================================================
  「ブランド別に探す」
========================================================== */

/*  見出し ---------------- */

.brand-title-sp {
  position: relative;
  margin: 0 13px;
  max-width: 590px;
  text-align: center;
}

.brand-title-sp::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #5a5a5a;
}

.brand-title-sp span {
  color: #5a5a5a;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 0.8em;
  background: #fff;
}

/*  ブランドメニュー ---------------- */

/*.brand-menu2 {
  margin-top: 1rem;
}
.brand-menu3 {
  margin-top: 2rem;
}
*/

.brand-menu {
  max-width: 640px;
  margin: 2rem auto 5rem auto;
  padding: 0 1rem;
}

.brand-menu li {
  display: block;
  width: 100%;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  background: #3daaf7 url(/lp/faucet/common/img/bg_sec_03.png) left top;
  box-shadow: 0 5px #246491;
  text-align: left;
  position: relative;
  margin-top: 2.5rem;
}

.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.5rem 0.5rem 0 0;
  text-align: center;
  padding: 0;
}

.brand-menu li p:brand-logo img {
  width: auto;
  height: 100%;
}

/* ブランドテキスト */
.brand-menu li p:nth-of-type(2) {
  color: #ffffff;
  font-size: 6vw;
  line-height: 1.2;
  font-weight: bold;
  padding: 1.2rem 1.4rem 0.8rem;
}

/* TOTO */
.brand-menu li.brand-menu1 p:nth-of-type(2) img {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  width: auto;
  height: 100%;
}

/* Lixil */
.brand-menu li.brand-menu2 p:nth-of-type(2) img {
  position: absolute;
  top: -0.5rem;
  right: 0.1rem;
  width: auto;
  height: 100%;
}

/* Panasonic */
.brand-menu li.brand-menu3 p:nth-of-type(2) img {
  position: absolute;
  top: 2.3rem;
  right: 0.5rem;
  width: auto;
  height: 70%;
}

/* サイズ調整 */
@media screen and (min-width: 381px) and (max-width: 460px) {
  .brand-menu li p:nth-of-type(2) {
    font-size: 1.4rem;
  }
  .brand-menu li p.brand-logo img {
    width: 70%;
  }
}

@media screen and (max-width: 380px) {
  .brand-menu li p.brand-logo img {
    width: 60%;
  }
}

/* ==========================================================
 「施工事例をもっと見る」ボタン
========================================================== */
.see-more {
  position: relative;
  color: #005eae;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  border: 2px solid #005eae;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 0.5rem 3.4rem;
  text-align: center;
}

.see-more::after {
  position: absolute;
  content: '＞';
  font-size: 1.4rem;
  right: 15px;
}

#voice .inner-voice.type-01 {
  background: url(/lp/faucet/sp/common/img/bg_gray_dot_01_sp.png) repeat-y top left;
  background-size: 100% auto;
}

/* ==========================================================
 人気商品を厳選特価でご紹介
========================================================== */

/* すべて込み！ 便器＆タンクセット... */

.all-inclusive {
  font-weight: bold;
  color: #fa6e2c;
  max-width: 640px;
  margin: 2rem auto 0 auto;
  padding: 0 1rem;
  position: relative;
}

.all-inclusive p {
  font-size: 1.6rem;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.all-inclusive ul {
  padding: 1.5rem 1rem 1rem 1rem;
  background-color: #fff6e5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.all-inclusive li {
  font-size: 1.4rem;
  line-height: 1;
  border: 2px solid #fa6e2c;
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 1rem 0.5rem 0.8rem 0.5rem;
  margin: 0.3rem 0.25rem;
}

.all-inclusive li:nth-of-type(1) {
  flex-grow: 1;
}

.all-inclusive li:nth-of-type(2) {
  flex-grow: 1;
}

.all-inclusive li:nth-of-type(3) {
  flex-grow: 2;

}

.all-inclusive li:nth-of-type(3) span {
  display: inline-block;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fdb18d;
  border-radius: 0.3rem;
  margin: 0.2rem 0 0.4rem 0;
  padding: 0.3rem 0.4rem 0.2rem 0.4rem;
  vertical-align: middle;
}

@media screen and (max-width: 499px) {
  .all-inclusive li:nth-of-type(3) {
    padding: 0.8rem 0.5rem;
  }
  .all-inclusive li:nth-of-type(3) span {
    display: block;
  }
}

/* 注意事項サイズ調整 */
.inner-cmn-04 .list-cmn-01 {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0;
}


/* ヘッダー固定分のアンカーリンク位置調整 */

#select-menu-sp {
  margin-top:-118px;
  padding-top:118px;
}
.faucet-list-ttl img {
  width: 80%;
}