@charset "UTF-8";

/**
 * layer.css
 *
 * #
 *
*/

/* #header
   ----------------------------------------------------------------- */
.l-header {
  padding : 3px 3px 3px 10px;
  padding : 0.9375vw 0.9375vw 0.9375vw 3.125vw;
}

.header-tel {
  display: block;
  float: right;
  width: 50.34%;
  width: 47.99vw;
}



/* #layout
   ----------------------------------------------------------------- */
.l-layer { 
  padding: 20px 20px 40px;
  padding: 6.25vw 6.25vw 12.5vw;
}



/* #パンくず
   ----------------------------------------------------------------- */
.breadcrumb {
  overflow: hidden;
  padding: 3.86% 3.99%;
  color: #fff;
  line-height: 1;
  background-color: #159673;
}

.breadcrumb-item {
  position: relative;
  float: left;
  margin-right: 1.44%;
  margin-right: 1.33vw;
  padding-right: 2.67%;
  padding-right: 2.39vw;
}

.breadcrumb-item:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 6px;
  width: 1.59vw;
  height: 6px;
  height: 1.59vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb-item a { color: #fff; }



/* #text
   ----------------------------------------------------------------- */
/*ページタイトル*/
.layer-ttl {
  padding: 9.99% 3.99% 10.39%;
  font-size: 25px;
  font-size: 6vw;
  font-weight: normal;
  color: #008080;
  text-align: center;
  line-height: 1;
  background-color: #dbf5e6;
}


/*本文*/
.layer-txt {
  padding: 0 1.53%;
  padding: 0 1.33vw;
  margin-bottom: 6.30%;
  margin-bottom: 5.46vw;
}


/* ==================================================================
  # ランディングページ　LP
================================================================== 


/* 強調テキスト
   ----------------------------------------------------------------- */

/* 太字黄色ライン */
.point-txt-01 {
  background: linear-gradient(transparent 60%, #fdda17 60%);
  font-weight: bold;
}

/* 太字濃緑 */
.point-txt-02 {
  color: #159673;
  font-weight: bold;
}

/* 朱色 */
.point-txt-03 {
  color: #cd0606;
}


/* 全体
   ----------------------------------------------------------------- */

/* 背景色 */
.l-bg-white {
  background: #fff;
}


/* メインイメージ
   ----------------------------------------------------------------- */

.l-mainimage {
  position: relative;
  width: 100%;
}

.mainimage-wrap {
  margin: 0 12px 30px;
  margin: 0 3.75vw 9.375vw;
}

.mainimage-price {
  position: relative;
  padding: 10px 12px 12px;
  padding: 3.125vw 3.75vw 3.75vw;
  margin: -15px 0 12px;
  margin: -4.6875vw 0 3.75vw;
  background: url("../../images/lp/mainimg/bg_green.gif") repeat;
  border-top: 3px solid #55c899;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.mainimage-price-male {
  position: absolute;
  width: 103px;
  width: 32.1875vw;
  bottom: -12px;
  bottom: -3.75vw;
  left: -12px;
  left: -3.75vw;
}

.mainimage-price-txt {
  float: right;
  width: 190px;
  width: 59.375vw;
}

.mainimage-case {
  border: 3px solid #55c899;
  background: #fff;
  padding: 15px 12px;
  padding: 4.6875vw 3.75vw;
  margin-bottom: 6px;
  margin-bottom: 4.6875vw;
}

.mainimage-case-ttl {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 3.75vw;
  padding-bottom: 6px;
  padding-bottom: 1.875vw;
  border-bottom: 1px solid #159673;
}

.mainimage-cap {
  font-size: 10px;
  font-size: 3.125vw;
  margin-bottom: 12px;
  margin-bottom: 3.75vw;
}

.mainimage-brand {
  border: 1px solid #008080;
  background: #fff;
  margin-bottom: 6px;
  margin-bottom: 1.875vw;
}

.mainimage-brand-ttl {
  background: #008080;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 6px;
  padding: 1.875vw;
}

.mainimage-brand-logo {
  padding: 15px 12px;
  padding: 4.6875vw 3.75vw;
}

.mainimg-covid {
  display: block;
  margin: 6.25vw 4.6875vw 5.46875vw 4.6875vw;
  width: 	90.625vw;
}

/* 問い合わせ
   ----------------------------------------------------------------- */
.l-top-contact {
  position: relative;
  width: 100%;
  padding: 15px 12px;
  padding: 4.6875vw 3.75vw;
  background: #e67f28;
}
.top-contact-copy {
  padding-left: 27px;
  padding-left: 5.3125vw;
  margin-top: -55px;
  margin-top: -17.1875vw;
}
.top-contact-tel-btn {
  margin-top: -13px;
  margin-top: -4.0625vw;
}
.top-contact-tel-info {
  margin: 2.66666vw 2.66666vw 0;
}

/* 共通部分
   ----------------------------------------------------------------- */
.content-wrap {
  position: relative;
  margin: 0 12px;
  margin: 0 3.75vw;
}
.shadow-wrap {
  position: relative;
  padding: 25px 20px;
  padding: 7.8125vw 6.25vw;
  margin: 0 0 30px;
  margin: 0 0 9.375vw;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  border-radius: 5px;
}
.shadow-wrap02 {
  position: relative;
  padding: 25px 20px;
  padding: 7.8125vw 6.25vw;
  margin: 0 0 15px;
  margin: 0 0 4.6875vw;
  background: #fff;
  border-radius: 5px;
}
.shadow-wrap03 {
  position: relative;
  padding: 25px 20px;
  padding: 7.8125vw 6.25vw;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  border-radius: 5px;
}
.bg-image {
  padding: 40px 0 0;
  padding: 12.5vw 0 0;
}
.bg-image02 {
  padding: 20px 0 0;
  padding: 6.25vw 0 0;
  margin: 20px 0 0;
  margin: 6.25vw 0 0;
}

.txt-red {
  color: #cd0606;
}

/* インターホンに関するあなたのお困りごとはなんですか？
   ----------------------------------------------------------------- */
.solution-ttl {
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
}
.solution-ttl-male {
  float: left;
  width: 90px;
  width: 28.125vw;
  margin-right: 6px;
  margin-right: 1.875vw;
}
.solution-ttl-txt {
  float: left;
  padding-top: 14px;
  padding-top: 2.1875vw;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.3;
  font-weight: normal;
}
.solution-ttl-bold {
  font-size: 17px;
  font-size: 5.3125vw;
}
.solution-ttl-bold-orange {
  font-size: 21px;
  font-size: 6.5625vw;
  color: #e14a00;
}
.solution-bg {
  background: url("../../images/lp/solution/bg_green.gif") repeat;
  padding: 20px 0 0;
  padding: 6.25vw 0 0;
}
.solution-balloon {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  padding: 2.5vw 6.25vw;
  margin-top: -45px;
  margin-top: -14.0625vw;
  width: calc(100% - 120px);
  width: calc(100vw - 37.5vw);
  color: #555;
  font-size: 16px;
  font-size: 5vw;
  background: #FFF;
  border: solid 2px #55c899;
  box-sizing: border-box;
  border-radius: 5px;
}
.solution-balloon:before {
  content: "";
  position: absolute;
  bottom: 80px;
  bottom: 25vw;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.solution-balloon:after {
  content: "";
  position: absolute;
  bottom: 80px;
  bottom: 25vw;
  right: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #55c899;
  z-index: 1;
}
.solution-balloon-txt {
  position: relative;
  font-size: 13px;
  font-size: 4.0625vw;
  line-height: 2.3;
  padding-left: 15px;
  padding-left: 4.6875vw;
  border-bottom: 1px dotted #ccc;
}
.solution-balloon-txt:last-child {
  border-bottom: none;
}
.solution-balloon-txt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 9px;
  width: 2.8125vw;
  height: 8px;
  height: 2.5vw;
  background: url("../../images/lp/solution/icn_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.solution-female {
  display: inline-block;
  vertical-align: bottom;
  width: 90px;
  width: 28.125vw;
  margin-bottom: -15px;
  margin-bottom: -4.6875vw;
  padding-right: 12px;
  padding-right: 3.75vw;
}
.solution-txt01 {
  margin-top: 15px;
  margin-top: 4.6875vw;
}
.solution-arrow {
  width: 85px;
  width: 26.875vw;
}
.solution-box {
  background: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
  margin-bottom: 4.6875vw;
}
.solution-box-ttl {
  background: linear-gradient(#fff,#d6d6d6);
  text-align: center;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  font-size: 5vw;
  padding: 10px;
  padding: 3.125vw;
  border-bottom: 1px solid #55c899;
  border-radius: 10px 10px 0 0;
}
.solution-box-ttl-orange {
  color: #e14a00;
}
.solution-box-img {
  padding: 20px;
  padding: 6.25vw;
}
.solution-last {
  font-size: 0;
  margin-top: -20px;
  margin-top: -6.25vw;
}
.solution-last-txt {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
  width: 57.8125vw;
}
.solution-last-male {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  width: 34.375vw;
}

/* サービス一覧
   ----------------------------------------------------------------- */
.service-ttl {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-size: 6.5625vw;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
  padding-left: 27px;
  padding-left: 8.4375vw;
  color: #fff;
}
.service-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  width: 6.875vw;
  height: 31px;
  height: 9.6875vw;
  background: url("../../images/lp/service/icn_service.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.service-bg {
  background: url("../../images/lp/service/bg_service.jpg") no-repeat top center;
  background-size: contain;
}
.service-box {
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
  padding-bottom: 20px;
  padding-bottom: 6.25vw;
  border-bottom: 1px dotted #333;
}
.service-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.service-price {
  float: left;
  width: 130px;
  width: 40.625vw;
}
.service-price-headline {
  color: #008080;
  font-weight: bold;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
}
.service-img {
  float: right;
  width: 120px;
  width: 37.5vw;
}
.service-txtbox {
  font-size: 12px;
  font-size: 3.75vw;
  background: #fdf9ca;
  margin-top: 10px;
  margin-top: 3.125vw;
  padding: 20px;
  padding: 3.125vw;
}

.service-note {
  margin-top: 10px;
  margin-top: 3.125vw;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 1.2;
}

.shadow-wrap + .service-note {
  margin: -15px 0 30px;
  margin: -4.6875vw 0 9.375vw;
  padding: 0 10px;
  padding: 0 3.125vw;
}


/* ご利用の流れ
   ----------------------------------------------------------------- */
.flow-ttl {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-size: 6.5625vw;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
  padding-left: 27px;
  padding-left: 8.4375vw;
  color: #fff;
}
.flow-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22px;
  width: 6.875vw;
  height: 31px;
  height: 9.6875vw;
  background: url("../../images/lp/flow/icn_flow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-bg {
  background: url("../../images/lp/flow/bg_flow.jpg") no-repeat top center;
  background-size: contain;
}
.flow-box {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
  padding-bottom: 20px;
  padding-bottom: 6.25vw;
  border-bottom: 1px solid #ccc;
}
.flow-box:before {
  content: "";
  position: absolute;
  bottom: -4.11%;
  bottom: -2.53vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-width: 2.66vw 2.79vw 0 2.79vw;
  border-color: #ccc transparent transparent transparent;
}
.flow-box:after {
  content: "";
  position: absolute;
  bottom: -3%;
  bottom: -1.99vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-width: 2.13vw 2.26vw 0 2.26vw;
  border-color: #fff transparent transparent transparent;
}
.flow-box:last-child:before,
.flow-box:last-child:after {
  display: none;
}
.flow-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.flow-box-headline {
  font-size: 0;
  margin-bottom: 5px;
  margin-bottom: 1.5625vw;
  white-space: nowrap;
}
.flow-box-ribbon {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1;
  width: 105px;
  width: 32.8125vw;
  height: 23px;
  height: 7.1875vw;
  padding: 5px 12px;
  padding: 1.5625vw 3.75vw;
  margin: 0 15px 0 -25px;
  margin: 0 4.6875vw 0 -7.8125vw;
  background: #55c899;
  color: #fff;
}
.flow-box-ribbon:before {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -1.5625vw;
  left: 0;
  width: 5px;
  width: 1.5625vw;
  height: 5px;
  height: 1.5625vw;
  background: url("../../images/lp/flow/img_ribbon01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-box-ribbon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8px;
  right: -2.5vw;
  width: 8px;
  width: 2.5vw;
  height: 23px;
  height: 7.1875vw;
  background: url("../../images/lp/flow/img_ribbon02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-box-headtxt {
  display: inline-block;
  color: #008080;
  font-weight: bold;
  font-size: 16px;
  font-size: 5vw;
  line-height: 1;
}
.flow-img {
  float: left;
  width: 80px;
  width: 25vw;
}
.flow-txt {
  float: right;
  font-size: 12px;
  font-size: 3.75vw;
  width: 160px;
  width: 50vw;
}

.flow-3month {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
  margin-top: -2.66666666vw;
}

.contact-flow {
  margin: 17.33333329vw 0 7.8125vw 0;
}
/* お客様からも好評です
   ----------------------------------------------------------------- */
.voice-ttl {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-size: 6.5625vw;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
  padding-left: 56px;
  padding-left: 17.5vw;
  color: #fff;
}
.voice-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  width: 15.9375vw;
  height: 30px;
  height: 9.375vw;
  background: url("../../images/lp/voice/icn_voice.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.voice-bg {
  background: url("../../images/lp/voice/bg_voice.jpg") no-repeat top center;
  background-size: contain;
}
.voice-box {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 6.25vw;
  padding-bottom: 20px;
  padding-bottom: 6.25vw;
  border-bottom: 1px solid #ccc;
}
.voice-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.voice-box-ttl {
  font-size: 0;
  margin-bottom: 5px;
  margin-bottom: 1.5625vw;
}
.voice-box-icn {
  display: inline-block;
  width: 25px;
  width: 7.8125vw;
  margin-right: 10px;
  margin-right: 3.125vw;
}
.voice-box-ttlbox {
  display: inline-block;
  width: calc(100% - 35px);
  width: calc(100% - 10.9375vw);
}
.voice-box-name {
  display: inline-block;
  font-size: 12px;
  font-size: 3.75vw;
  padding: 4px 6px;
  padding: 1.25vw 1.875vw;
  line-height: 1;
  background: #fdf9ca;
}
.voice-box-headline {
  font-size: 14px;
  font-size: 4.375vw;
  color: #e14a00;
}

.voice-txt {
  font-size: 12px;
  font-size: 3.75vw;
}

/* 当社が選ばれるのには理由があります
   ----------------------------------------------------------------- */

.l-reason {
  background: #fff;
}

.reason-bg {
  background: url("../../images/lp/reason/bg_orange.gif") repeat;
  padding-bottom: 20px;
  padding-bottom: 6.25vw;
}

.reason-ttl {
  padding: 0 23px;
  padding: 0 7.1875vw;
}

.reason-ttl-img {
  float: left;
  width: 77px;
  width: 24.0625vw;
  margin-top: -20px;
  margin-top: -6.25vw;
}

.reason-ttl-txt {
  float: right;
  width: 190px;
  width: 59.375vw;
  margin-top: 20px;
  margin-top: 6.25vw;
}

.reason-box {
  position: relative;
  padding: 20px;
  padding: 6.25vw;
  margin: 0 0 10px;
  margin: 0 0 3.125vw;
  background: #fff;
  border: 2px solid #e67f28;
}

.reason-box:last-child {
  margin-bottom: 0;
}

.reason-box-ribbon {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1;
  height: 23px;
  height: 7.1875vw;
  padding: 5px 12px;
  padding: 1.5625vw 3.75vw;
  margin: 0 0 10px -25px;
  margin: 0 0 3.125vw -7.8125vw;
  background: #f1903d;
  color: #fff;
}
.reason-box-ribbon:before {
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -1.5625vw;
  left: 0;
  width: 5px;
  width: 1.5625vw;
  height: 5px;
  height: 1.5625vw;
  background: url("../../images/lp/reason/img_ribbon01.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.reason-box-ribbon:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8px;
  right: -2.5vw;
  width: 9px;
  width: 2.8125vw;
  height: 23px;
  height: 7.1875vw;
  background: url("../../images/lp/reason/img_ribbon02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.reason-box-headtxt {
  display: block;
  color: #f1903d;
  font-weight: bold;
  font-size: 16px;
  font-size: 5vw;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 3.125vw;
}

.reason-box-txt {
  font-size: 12px;
  font-size: 3.75vw;
}

.reason-box-left {
  float: left;
  width: 117px;
  width: 36.5625vw;
}

.reason-box-right {
  float: right;
  width: 260px;
  width: 40.625vw;
}


/* ご存知ですか？インターホンには寿命があるんです！
   ----------------------------------------------------------------- */

.lifespan {
  margin-top: 10.9375vw; 
  background: #f1f1f1;
}

.lifespan-ttl {
  margin-bottom: 6.25vw;
  background: #076a6a;
}

.lifespan-ttl-img {
  width: 90vw;
  margin: -4.375vw 0 0 	4.0625vw;
  padding-bottom: 4.666666655vw;
}

.lifespan-txt {
  margin: 0 auto;
  margin-bottom: 4.0625vw;
  width: 85.9375vw;
  font-size: 3.75vw;
  line-height: 1.667;
}

.lifespan-check {
  display: block;
  margin: 0 auto;
  margin-bottom: 5.46875vw;
  width: 90.625vw;
}

.lifespan-offer {
  margin-left: 8.59375vw;
  width: 82.8125vw;
}

/* インターホンのプロの知識で、あなたに合った製品をご提案します！
   ----------------------------------------------------------------- */

.l-type {
  width: 90.625vw;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  border-radius: 1.5625vw  1.5625vw 0 0 ;
}

.type-ttl {
  padding: 	5.46875vw 0 5.46875vw 4.6875vw;
  background: #fdf9ca;
  border-radius: 10px 10px 0 0 ;
}

.type-ttl-img {
  width: 75vw;
}

.l-type-contents {
  padding: 	4.6875vw 4.6875vw 12.5vw 4.6875vw;
}

.lifespan-list-ttl {
  width: 73.75vw;
  margin-left: 3.75vw;
}

.lifespan-list {
  margin: 4.375vw 0 4.6875vw 9.375vw;
}

.lifespan-list-item {
  position: relative;
  padding-bottom: 1.5625vw;
  font-size: 3.75vw;
}

.lifespan-list-item:before {
  content: "・";
  position: absolute;
  top: -0.78125vw;
  left: -5.46875vw;
  font-size: 4.6875vw;
  color: #159673;
}

.lifespan-probrem {
  width: 81.25vw;
  margin-bottom: 3.9062vw;
}

.type-txt {
  width: 78.125vw;
  margin: 0 auto;
  margin-bottom: 4.6875vw;
}

.type-p {
  font-size: 3.90625vw;
  line-height: 1.609;
}

.type-box {
  width: 78.125vw;
  margin: 0 auto;
}

.type-box-txt {
  float: right;
  width: 39.0625vw;
  margin-left: 3.125vw;
}

.type-box-pic {
  float: left;
  width: 35.9375vw;
}

/*  中間CTA　寿命ブロック　 */

.cta-lifespan {
  margin-bottom: 14.0625vw;
}

/* 慣れない作業はオススメしません
   ----------------------------------------------------------------- */
.caution-bg {
  background: #47c5a3;
  padding: 20px 0 0;
  padding: 6.25vw 0 0;
}
.caution-ttl {
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
}
.caution-box {
  font-size: 0;
  margin-bottom: 15px;
  margin-bottom: 4.6875vw;
  padding-bottom: 15px;
  padding-bottom: 4.6875vw;
  border-bottom: 1px dotted #ccc;
}
.caution-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.caution-balloon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  padding: 3.125vw;
  margin-right: 15px;  
  margin-right: 4.6875vw;  
  width: calc(100% - 150px);
  width: calc(100vw - 46.875vw);
  color: #555;
  font-size: 16px;
  font-size: 5vw;
  background: #FFF;
  border: solid 2px #f1903d;
  box-sizing: border-box;
  border-radius: 5px;
}
.caution-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.caution-balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #f1903d;
  z-index: 1;
}
.caution-male-icn {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  width: 21.875vw;
}
.caution-balloon-txt {
  position: relative;
  font-size: 12px;
  font-size: 3.75vw;
}
.caution-box-gray {
  background: #eaeaea;
  padding: 10px;
  padding: 3.125vw;
  margin-top: 10px;
  margin-top: 3.125vw;
}
.caution-box-gray-txt {
  position: relative;
  font-size: 12px;
  font-size: 3.75vw;
  padding-left: 20px;
  padding-left: 6.25vw;
  font-weight: normal;
}
.caution-box-gray-txt:before {
  content: "";
  position: absolute;
  top: 2px;
  top: 0.625vw;
  left: 0;
  width: 14px;
  width: 4.375vw;
  height: 12px;
  height: 3.75vw;
  background: url("../../images/lp/caution/icn_caution.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.caution-arrow {
  width: 12px;
  width: 3.75vw;
}

/* 電気工事士も多数在籍
   ----------------------------------------------------------------- */
.trust-ttl {
  margin-top: -10px;
  margin-top: -3.125vw;
  padding: 0 10px;
  padding: 0 3.125vw;
}
.trust-ribbon {
  margin-bottom: 15px;
  margin-bottom: 4.6875vw;
}
.trust-box {
  position: relative;
  padding: 20px;
  padding: 6.25vw;
  margin: 0 0 25px;
  margin: 0 0 7.8125vw;
  background: #fff;
  border: 2px solid #008080;
}
.trust-box-ttl {
  padding-top: 15px;
  padding-top: 4.6875vw;
  background: #008080;
  font-size: 0;
}
.trust-box-ttl-img {
  display: inline-block;
  width: 86px;
  width: 26.875vw;
  margin-top: -20px;
  margin-top: -6.25vw;
  margin-right: 5px;
  margin-right: 1.5625vw;
  
}
.trust-box-ttl-txt {
  display: inline-block;
  vertical-align: top;
  width: 195px;
  width: 60.9375vw;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
}
.trust-box-ttl-gold {
  font-weight: bold;
  font-size: 16px;
  font-size: 5vw;
  color: #d9c787;
}
.trust-box-txt {
  font-size: 12px;
  font-size: 3.75vw;
  font-weight: normal;
}

/* 「みんなのインターホン屋さん」はインターホン修理・交換の専門家です
   ----------------------------------------------------------------- */
.specialist-area {
  padding: 25px 20px 40px;
  padding: 7.8125vw 6.25vw 12.5vw;
  background: #fefbdd;
  border-top: 2px solid #e67f28;
}
.specialist-ttl {
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
}
.specialist-ribbon {
  margin-bottom: 15px;
  margin-bottom: 4.6875vw;
}

/* お客様からのQ&A
   ----------------------------------------------------------------- */
.faq-ttl {
  position: relative;
  display: inline-block;
  font-size: 21px;
  font-size: 6.5625vw;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 3.125vw;
  padding-left: 27px;
  padding-left: 8.4375vw;
  color: #fff;
}
.faq-ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  width: 6.5625vw;
  height: 18px;
  height: 5.625vw;
  background: url("../../images/lp/faq/icn_faq.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-bg {
  background:
    linear-gradient(#55c899,#55c899) no-repeat top,
    url("../../images/lp/faq/bg_green.gif") repeat;
  background-size:
    100% 140px,
    20px;
  padding-bottom: 30px;
  padding-bottom: 9.375vw;
}
.faq-box {
  margin-bottom: 15px;
  margin-bottom: 4.6875vw;
  padding-bottom: 15px;
  padding-bottom: 4.6875vw;
  border-bottom: 1px dotted #ccc;
}
.faq-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq-box-headline {
  position: relative;
  display: inline-block;
  color: #008080;
  font-weight: bold;
  font-size: 14px;
  font-size: 4.375vw;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-bottom: 1.5625vw;
  padding-left: 20px;
  padding-left: 6.25vw;
}
.faq-box-headline:before {
  content: "Q";
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  font-size: 10px;
  font-size: 3.125vw;
  text-align: center;
  color: #fff;
  background: #008080;
  width: 14px;
  width: 4.375vw;
  height: 14px;
  height: 4.375vw;
  line-height: 1.5;
}
.faq-box-txtbox {
  font-size: 12px;
  font-size: 3.75vw;
  background: #fdf9ca;
  padding: 20px;
  padding: 3.125vw;
}







/* ==================================================================
  # プライバシーポリシー・利用規約　共通 privacy terms
================================================================== */
/* #text
   ----------------------------------------------------------------- */
/*ttl*/
.layer-headline01 {
  padding: 5.867vw 1.333vw 5.333vw;
  margin-top: 7.46vw;
  font-size: 3.99vw;
  line-height: 1.5;
  color: #159673;
  font-weight: normal;
  border-top: 1px solid #55c899;
}

/*本文*/
.layer-headline02 {
  margin: 7.46vw 0 4.2666666667vw;
  padding: 0 1.33vw;
  font-weight: bold; 
}

.layer-headline03 {
  margin: 7.46vw 0 4.2666666667vw;
  padding: 0 1.33vw;
  font-weight: bold; 
  font-size: 3.46vw;
}


/* シンプルな黒丸リスト
----------------------- */
.layer-list01 {
  list-style: none;
  margin: 6.6666666667vw 1.33vw 8vw; 
  padding: 0;
  text-indent: 0;
}

.layer-list01 li {
  position: relative;
  padding-left: 4.2666666667vw;
  font-size: 3.46vw;
  line-height: 1.5;
}

.layer-list01 li+li {
  margin-top: 2.6666666667vw;
}

.layer-list01 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}


/* シンプルな数字リスト
----------------------- */
.layer-list02 {
  list-style: none;
  counter-reset: item;
  margin: 6.6666666667vw 1.33vw 8vw; 
  padding: 0;
  text-indent: 0;
}

.layer-list02 li {
  position: relative;
  font-size: 3.46vw;
  line-height: 1.5;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
}

.layer-list02 li+li {
  margin-top: 2.6666666667vw;
}

.layer-list02 li:before {
  counter-increment: item;
  content: counter(item)'. ';
}

/* （ ）の数字リスト
----------------------- */
.layer-list03 {
  list-style: none;
  margin: 6.6666666667vw 1.33vw 8vw 7.4666666667vw;
  padding: 0;
  counter-reset: item;
}

.layer-list03 li {
  position: relative;
  font-size: 3.46vw;
  line-height: 1.5;
}

.layer-list03 li:before {
  counter-increment: item;
  content: '（'counter(item)'）';
  position: absolute;
  top: 0;
  left: -8vw;
}

.layer-list03 li+li {
  margin-top: 5.3333333333vw;
}

.layer-headline01+.layer-list03 {
  margin-top: 0;
}


/* リスト（丸数字は直書き）
----------------------- */
.layer-list04 {
  list-style: none;
  margin: 6.6666666667vw 1.33vw 8vw 5.3333333333vw;
  padding: 0;
}

.layer-list04 li {
  position: relative;
  font-size: 3.46vw;
  line-height: 1.5;
  text-indent: -1em;
}

.layer-list04 li:before {
  content: none;
}

.layer-list04 li+li {
  margin-top: 5.3333333333vw;
}



/* ==================================================================
  # 会社概要 company
================================================================== */
.company-table,
.company-table tr,
.company-table tbody {
  overflow: hidden;
  width: 100%;
}

.company-table {
  margin-bottom: -1.53%;
  margin-bottom: -1.33vw;
  line-height: 1;
  border-collapse: collapse;
  border-spacing: 0;
}

.company-ttl,
.company-item {
  display:block;
  float:left;
  clear:both;
  width: 100%;
  text-align: left;
}

.company-ttl {
  padding: 7.69% 1.53% 5.53%;
  padding: 6.66vw 1.33vw 4.79vw;
  font-size: 15px;
  font-size: 3.99vw;
  line-height: 1;
  color: #159673;
  font-weight: normal;
  border-top: 1px solid #55c899;
}

.company-item {
  padding: 0 1.53% 7.23%;
  padding: 0 1.33vw 6.26vw;
  line-height: 1.31;
}

.company-tel {
  color: #333;
  text-decoration: none;
}



/* ==========================================================================
   #協力店・提携業者募集のお知らせ
   ========================================================================== */
.partner-head01 {
  margin: 0 0 5.3333333333vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.75;
}
.partner-head02 {
  margin: 0 0 8vw;
  padding-top: 8vw;
  font-size: 3.666666vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-top: 1px solid #55c899;
}
.partner-btn {
  display: block;
  margin: 0 auto 12vw;
  padding: 6.6666666667vw 0;
  color: #243e7a!important;
  font-size: 4.5333333333vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #243e7a;
  border-radius: 5px;
  background: linear-gradient(#ffea40, #ffd21c);
  box-shadow: 0 2px #243e7a;
}    
.partner-btn strong {
  color: #df4901;
}




/* ==================================================================
  # お問い合わせ contact
================================================================== */
/* #共通
   ----------------------------------------------------------------- */
.l-contact {
  padding: 5.33% 5.33% 7.99%;
  border: 5px solid #008080;
  border: 1.33vw solid #008080;
  background-color: #fff;
}


.contact-txt-area {
  position: relative;
  margin: 6.13% 0;
  padding: 0 3.99%;
}

.contact-txt {
  margin-bottom: 3.94%;
  margin-bottom: 3.46vw;
}



/*footer*/
.footer-contact {
  margin-top: -1px;
  padding: 1.33% 0 2.66%;
  font-size: 10px;
  font-size: 2.66vw;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #008080;
}



/* #入力
   ----------------------------------------------------------------- */
/* キャッチ
----------------------- */
.contact-catch-area {
  padding: 8px 20px 0;
  padding: 2.5vw 6.25vw 0;
}

.contact-catch {
  display: inline-block;
  vertical-align: middle;
  width: 205px;
  width: 64.0625vw;
}
.contact-catch-subttl {
  display: inline-block;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1;
  text-align: center;
  padding: 4px 8px;
  padding: 1.25vw 2.5vw;
  margin-bottom: 8px;
  margin-bottom: 2.5vw;
  background: #008080;
  color: #fff;
}
.contact-catch-ttl {
  font-size: 18px;
  font-size: 5.625vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 2.5vw;
  padding-bottom: 8px;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #008080;
  color: #159673;
}
.contact-catch-txt {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1;
}

.contact-catch-img {
  display: inline-block;
  vertical-align: middle;
  width: 68px;
  width: 21.25vw;
}




/* tableリセット
----------------------- */
.contact-table,
.contact-table tr,
.contact-table tbody {
  overflow: hidden;
  width: 100%;
}

.contact-table {
  line-height: 1;
  border-collapse: collapse;
  border-spacing: 0;
}

.contact-ttl,
.contact-item {
  display:block;
  float:left;
  clear:both;
  width: 100%;
  text-align: left;
}



/* 見出し
----------------------- */
.contact-ttl {
  position: relative;
  overflow: hidden;
  margin-bottom: 4.34%;
  margin-bottom: 3.99vw;
  padding: 0.46% 0 0.46% 11.59%;
  padding: 0.39vw 0 0.39vw 9.99vw;
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: normal;
  line-height: 1;
}

/*必須*/
.required-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  padding: 1.23% 1.53% 1.07%;
  padding: 1.06vw 1.33vw 0.93vw;
  font-size: 11px;
  font-size: 2.93vw;
  color: #fff;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #e67f28;
}

/*任意*/
.option-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  padding: 1.23% 1.53% 1.07%;
  padding: 1.06vw 1.33vw 0.93vw;
  font-size: 11px;
  font-size: 2.93vw;
  color: #008080;
  vertical-align: middle;
  border: 1px solid #008080;
  border-radius: 2px;
  background-color: #fff;
}



/* 入力欄
----------------------- */
.contact-item {
  padding-bottom: 7.99vw;
  font-size: 4.26vw;
  line-height: 1.4;
}

/* Chrome 例文 */
::-webkit-input-placeholder { color: #959595;}

/* Firefox 例文 */
::-moz-placeholder { color: #959595;}


.contact-input01,
.contact-input02 {
  width: 100%;
  padding: 3.84% 4.61%;
  padding: 3.33vw 3.99vw;
  font-size: 16px;
  font-size: 4.26vw;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid #55c899;
  background-color: #fbf8d8;
}


.contact-input01 { line-height: 1.31;}


/*お問い合わせ内容*/
.contact-input02 {
  height: 140px;
  height: 37.33vw;
  line-height: 1.5;
}


/*都道府県*/
.prefecture-select {
  position: relative;
  width: 100%;
  padding: 4.61% 6.15%;
  padding: 3.99vw 5.33vw;
  resize: none;
  font-size: 16px;
  font-size: 4.26vw;
  line-height: 1;
  -webkit-appearance: none;
  background: linear-gradient(#fff, #d6d6d6);
  border: 1px #55c899 solid;
  border-radius: 5px;
}

.form-select-arrow { position: relative;}

.form-select-arrow:before {
  position: absolute;
  content: "";
  z-index: 10;
  top: 27.46%;
  top: 5.59vw;
  right: 6.76%;
  right: 5.86vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-width: 1.33vw 1.06vw 0 1.06vw;
  border-color: #008080 transparent transparent transparent;
}

/* ラジオボタン */
.contact-input-radio { display: block; }

.contact-input-radio input[type=radio] {
  display: none;
  margin: 0;
}

.contact-input-radio input[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-right: 2.667vw;
  padding: 2.667vw;
  padding-left: 7.467vw;
  font-size: 4.267vw;
  line-height: 1;
  cursor: pointer;
}

.contact-input-radio input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.267vw;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 5.333vw;
  height: 5.333vw;
  margin-top: -2.133vw;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  background: #f3f3f3;
}

.contact-input-radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.267vw;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-input-radio input[type=radio]:checked + label::after {
  left: 1.333vw;
  width: 2.667vw;
  height: 2.667vw;
  margin-top: -0.8vw;
  border-radius: 50%;
  background: #008080;
}


/* エラーメッセージ
----------------------- */
.formErrorMsg { position: relative;}

.formError.userformError{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding: 0 !important;
  margin-top: 8px !important;
}

.errMsg {
  display: block;
  width: 100%;
  line-height: 1;
  color: #fa5d18;
}

/* エラー */
.error {
  font-size: 4.26vw;
  color: #e14a00;
  line-height: 1;
}


/* ボタン
----------------------- */
/*未入力の項目があります*/
.contact-input-btn-inner.not-yet {
  width: 100%;
  padding: 9.23% 0;
  padding: 7.99vw 0;
  margin-bottom: 4.61%;
  margin-bottom: 3.99vw;
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  border: none;
  background-color: #d6d6d6;
}


/*確定*/
.contact-input-btn-inner {
  width: 100%;
  padding: 9.23% 0;
  padding: 7.99vw 0;
  margin-bottom: 4.61%;
  margin-bottom: 3.99vw;
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  border: none;
  background-color: #00a081;
}


/*補足*/
.contact-ssl { line-height: 1;}



/* #確認
   ----------------------------------------------------------------- */
/* ボタン
----------------------- */
/*入力画面へ戻る*/
.confirm-back-btn {
  width: 46.15%;
  width: 39.99vw;
}

.confirm-back-btn-inner {
  width: 100%;
  padding: 3.84% 4.61%;
  padding: 3.33vw 3.99vw;
  font-size: 13px;
  font-size: 3.46vw;
  text-align: center;
  line-height: 1;
  color: #333;
  border-radius: 5px;
  border: none;
  background-color: #d6d6d6;
}



/* #完了
   ----------------------------------------------------------------- */
.contact-finish-ttl {
  padding: 9.33% 3.99%;
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: normal;
  color: #008080;
  text-align: center;
  line-height: 1.31;
  background-color: #dbf5e6;
}