@charset "utf-8";
/*color*/
.ts-font-color-black {color: #000000;}
.ts-font-color-blue {color: #005bab;}

/*font-family*/
.ts-font-family01 {font-family: a-otf-futo-min-a101-pr6n, serif; font-style: normal; font-weight: 400;}
.ts-font-family02 {font-family: fot-tsukuardgothic-std, sans-serif; font-weight: 700; font-style: normal;}
.ts-font-family03 {font-family: ro-san-std, sans-serif; font-weight: 400; font-style: normal;}
.m-font-family-01 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*font-size*/
.ts-h1-01{font-size: 3.0rem;}
.ts-h2-01{font-size: 4.0rem; text-align: center;}
.ts-h3-01{font-size: 2.4rem; border-bottom: solid 2px #000000;}
.ts-font-size01{font-size: 2.4rem;}
.ts-font-size02{font-size: 1.8rem;}
.ts-plan-fontsize001{font-size: 2.0rem;}
.ts-plan-fontsize002{font-size: 2.8rem;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-h1-01{font-size: 2.0rem;}
.ts-h2-01{font-size: 2.4rem; text-align: center;}
.ts-h3-01{font-size: 2.0rem; border-bottom: solid 2px #000000;}
.ts-font-size01{font-size: 2.0rem; text-align: center;}
.ts-font-size02{font-size: 1.8rem;}
}

/*画像を角丸*/
.ts-img-radious01{border-radius: 20px; -webkit-border-radius: 15px; -moz-border-radius: 15px;}

/*画像サイズ*/
.ts-img50{width: 50%;}
.ts-img60{width: 60%;}
.ts-img70{width: 70%;}
.ts-img80{width: 80%;}
.ts-img100{width: 100%}
/*PCのみ画像サイズ*/
@media print,screen and (min-width:769px) and (max-width:9999px) {
.ts-pc_img50{width: 50%;}
.ts-pc_img60{width: 60%;}
.ts-pc_img70{width: 70%;}
.ts-pc_img80{width: 80%;}
}
/*SPのみ画像サイズ*/
@media print,screen and (min-width:0px) and (max-width:768px){
.ts-sp_img50{width: 50%;}
.ts-sp_img60{width: 60%;}
.ts-sp_img70{width: 70%;}
.ts-sp_img80{width: 80%;}
}

/*PCのみセンター寄せ*/
@media print,screen and (min-width:769px) and (max-width:9999px) {
.ts-pc_center {align-items: center; text-align: center;}
}

/*padding*/
.ts-padding10{padding: 10px;}
.ts-padding15{padding: 15px;}
.ts-padding20{padding: 20px;}
.ts-padding30{padding: 30px;}
.ts-padding40{padding: 40px;}
.ts-padding50{padding: 50px;}
.ts-padding60{padding: 60px;}
@media print,screen and (min-width:0px) and (max-width:768px){
.ts-sp-padding05{padding: 5px;}
.ts-sp-padding10{padding: 10px;}
}

/*メインビジュアル*/
.ts-mv-01 {margin: 24px -100% 0;}
.ts-mv-01 .ts-mv_list {max-width: 1200px; margin: 0 auto;}
.ts-mv-01 .ts-mv_container {display: flex; align-items: center;}
.ts-mv-01 .ts-mv_container.right .ts-mv_content-wrapper {margin-right: 0; margin-left: -75px;}
.ts-mv-01 .ts-mv_content-wrapper {display: flex; position: relative; z-index: 2; margin-right: -75px;}
.ts-mv-01 .ts-mv_content {display: flex; flex-wrap: wrap; align-items: center; width: 300px; min-height: 300px; padding: 20px; background: rgba(255,255,255,.95);}
.ts-mv-01 .ts-mv_container.right .ts-mv_img {order: -1;}
.ts-mv-01 .ts-mv_img {flex: 100%; position: relative; z-index: 1;}
.ts-mv-01.bg01 .ts-mv_list-wrapper {background-color: #efefef; background-repeat: repeat-x; background-size: auto; background-size: cover; padding: 10px 0px;}
.ts-mv-01.bg01 .ts-mv_list {width: 960px; margin: 0 auto;}
.ts-mv-01.bg04 .ts-h1-01 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-mv-01 {margin: 24px -10px 0;}
.ts-mv-01 .ts-mv_list {width: auto;}
.ts-mv-01 .ts-mv_container {flex-direction: column; align-items: auto; background-color: #efefef;}
.ts-mv-01 .ts-mv_container.right .ts-mv_content-wrapper, .ts-mv-01 .ts-mv_container.left .ts-mv_content-wrapper {margin-right: 0; margin-left: 0px;}
.ts-mv-01 .ts-mv_container.left .ts-mv_img {order: -1;}
.ts-mv-01 .mtsmv_content-wrapper {z-index: 2; width: 100%; height: auto; min-height: auto; margin: 0;}
.ts-mv-01 .ts-mv_content {width: 100%; min-height: auto; padding:10px; background-color:#efefef;}
.ts-mv-01.bg01 .ts-mv_list-wrapper {padding: 10px;}
.ts-mv-01.bg01 .ts-mv_list {width: auto;}
}

/*ポイント表示*/
.ts-left-ptn01{display: flex; align-items: center; border-bottom: solid 2px;}
.ts-left-ptn01_icon{order: -1; width: 6%; margin-bottom: 7px;}
.ts-left-ptn01_text{flex: 1; padding: 0px 0px 0px 20px; font-size: 2.4rem;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-left-ptn01_icon{order: -1; width: 13%; margin-bottom: 7px;}
.ts-left-ptn01_text{flex: 1; padding: 0px 0px 0px 20px; font-size: 2.0rem;}
}

/*画像横4列ぴったり並ばせる（SP：2列）*/
.ts-list-ptn01 {display: flex; flex-wrap: wrap; margin: 0px;}
.ts-list-ptn01.col4 > * {width: calc((100%)/ 4);}
.ts-list-ptn01 > * {display: flex; flex-direction: column; margin: 0px; background: #fff; max-height: 100%;}
.ts-list-ptn01 > * img {width: 100%; min-height: 0%;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn01.col4 > * {width: calc((100%)/ 2);}
}

/*画像左+テキスト右（PC：2カラム）*/
.ts-list-ptn02 > li {display: flex; align-items: center; margin: 20px 0px 0px 0px;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn02 > li {display: flex; align-items: center; margin: 20px 0px 0px 0px; border-bottom: thin;}
}
.ts-list-ptn02 > * .ts-list_text {flex: 1 0 0; padding: 0px 40px 0px 20px;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn02 > * .ts-list_text {flex: 1 0 0; padding: 0px 0px 0px 20px;}
}
.ts-list-ptn02 > * .ts-list_img {max-width: 40%; order: -1; min-height: 0%; position: relative;}
@media print,screen and (min-width:769px) and (max-width:9999px) {
.ts-list-ptn02.col2 > * {width: calc((100%)/ 2);}
.ts-list-ptn02 {display: flex; flex-wrap: wrap; min-height: 0%;}
}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn02.col2 > * {flex-direction: row; width: 100%; margin-top: 0; margin-left: 0; padding: 20px 0; border-top: 1px solid #e1e1e1;}
}

/*PC：4列（SP：2列）*/
.ts-list-ptn03 {display: flex; flex-wrap: wrap; margin: 0px;}
.ts-list-ptn03.col4 > * {width: calc((100%)/ 4);}
.ts-list-ptn03 > * {display: flex; flex-direction: column; margin: 0px; background: #fff; max-height: 100%; padding: 0px 10px;}
.ts-list-ptn03 > * img {width: 100%; min-height: 0%;}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn03.col4 > * {width: calc((100%)/ 2);}
}

/*PC：2列（SP：2列）*/
.ts-list-ptn04 {display: flex; flex-wrap: wrap; margin: 0px;}
.ts-list-ptn04.col2 > * {width: calc((100%)/ 2);}
.ts-list-ptn04 > * {display: flex; flex-direction: column; margin: 0px; max-height: 100%; padding: 0px 10px;}
.ts-list-ptn04 > * img {width: 100%; min-height: 0%;}

/*画像左+テキスト右でクリック（PC：2カラム、SP1カラム）*/
.ts-list-ptn05 {display: flex; flex-wrap: wrap; margin: 0 0 0 -24px;}
.ts-list-ptn05.col2 > * {width: calc((100% - 48px)/ 2);}
.ts-list-ptn05 > * {display: flex; min-height: 0%; margin: 24px 0 0 24px;}
.ts-list-ptn05 > * > a{display: flex; align-items: center; position: relative; text-decoration: none; color: #1a1a1a; border: 1px solid #3db4d0; background: #fff;}
.ts-list-ptn05 > li > a::before {content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-width: 0 0 20px 20px; border-style: solid; border-color: transparent transparent #3db5d0 transparent;}
.ts-list-ptn05 > * .ts-list-idx_content {flex: 1 0 0; padding: 15px; width: 100%;}
.ts-list-ptn05 > * .ts-list-idx_img {order: -1; position: relative; max-width: 40%;}
.ts-list-ptn05 a:hover{background:#f3fdff}
@media only screen and (min-width:0px) and (max-width:768px) {
.ts-list-ptn05 {flex-direction: column; margin: 0;}
.ts-list-ptn05.col2 > * {width: 100%; margin-left: 0;}
.ts-list-ptn05 > * {display: flex; min-height: 0%; margin: 0px;}
.ts-list-ptn05.col2 > * + * {margin-top: 0;}
.ts-list-ptn05.col2 > * + * > a {border-top: none;}
}

/*ボックス*/
.ts-box-line_gray {border: solid 1px #808080; padding: 10px;}

/*ライン*/
.ts-line01{border-bottom: solid 1px #808080;}

.m-btn-01.ptn05 {
  color: #000;
  border: 1px solid #3db4d0;
  background-color: #fff;
  padding: 15px 10px;
}

.m-btn-01.ptn05 .m-btn_inner {
  padding: 0;
  justify-content: center;
}

.m-btn-01.ptn05 .m-btn_inner:before {
  display: none;
}

.m-btn-01.no-icon.ptn05  .m-btn_inner .m-icon {
  margin: 0 5px 0 0;
}

.m-btn-01.ptn05:hover img {
  opacity: 1;
}
.m-btn-01.ptn07 {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  padding: 15px 10px;
}
.m-btn-01.ptn07:hover {
  color: #fff;
  background-color: #3db4d0;
}
.m-btn-01.ptn07 .m-btn_inner {
  padding: 0;
  justify-content: center;
}

.m-btn-01.ptn07 .m-btn_inner:before {
  display: none;
}

.m-btn-01.no-icon.ptn07  .m-btn_inner .m-icon {
  margin: 0 5px 0 0;
}

.m-btn-01.ptn06 {
  color: #fff;
  border: 1px solid #3db4d0;
  background: #3db4d0;
  padding: 15px 10px
}

.m-btn-01.ptn06:hover {
  color: #3db4d0;
  background: #fff;
}

.m-btn-01.ptn06:hover .m-btn_inner::before {
  border-top: 2px solid #3db4d0;
  border-right: 2px solid #3db4d0;
}

/* .m-list-idx-14 .m-list-row.col3 li:nth-child(3) {
  opacity: 0;
  visibility: hidden;
} */
.m-list-idx-14 li .m-list_content_wrap .m-list-idx_img {
  position: relative;
}
.m-list-idx-14 li .m-list_content_wrap .m-list-idx_img:before {
  position: absolute;
  content: '終了しました';
  width: 100%;
  text-align: center;
  background: #efefef;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 0;
  display: none;
}
.m-list-idx-14 li.is-done .m-list_content_wrap .m-list-idx_img:before {
  display: block;
}
.m-list-idx_category {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 124px;
  white-space: nowrap;
}
.m-list-idx_category_inner {
  display: inline-block;
  padding: 1px 15px;
  border: 1px solid #efefef;
  border-radius: 20px;
  background: #f6f6f6;
  color: #000;
}
.m-list-idx_text {
  line-height: 1.571;
  font-size: 14px;
  color: #000;
}
.m-list_title_wrap {
  margin-bottom: 10px
}

.m-list_content_wrap {
  margin-bottom: 20px;
}


.m-list-idx_description {
  background-color: #efefef;
  color: #000;
  font-size: 12px;
  padding: 3px 5px;
  margin-bottom: 10px;
}

.m-list-idx_title {
  line-height: 1.625;
  color: #000;
  font-weight: bold;
}

@media print, screen and (max-width: 9999px) and (min-width: 769px) {
  .m-list-idx-14 {
    position: relative;
  }
  .m-list-idx-14 .m-list-row.col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .m-list-idx-14 .m-list_content_wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .m-list-idx_description {
    text-align: center;
  }
  .m-list-idx-14 .m-list-row.col3 li {
    margin: 30px 10px 0;
  }
  .m-list-idx-14 .m-list-row.col3 li {
    width: 300px;
  }
  .m-list-idx-14 .m-list-idx_img {
    width: 300px;
  }
  .m-btn-01.ptn05 {
    display: inline-block;
    pointer-events: none;
  }
}
@media print, screen and (max-width: 770px){
  .m-list-idx-14 .m-list-row.col3 li {
    margin: 30px auto 50px;
  }
  .m-list-idx-14 .m-list-row.col3 li {
    width: 100%;
  }
  /* .m-list-idx-14 .m-list-row.col3 li:nth-child(3) {
    display: none;
  } */
  .m-list-idx-14 .m-list_title_wrap {
    display: flex;
  }
  .m-list-idx-14 .m-list-idx_category {
    margin-right: 10px;
  }
  .m-list-idx-14 .m-list_content_wrap {
    display: flex;
  }
  .m-list-idx-14 .m-list-idx_img {
    width: calc((100% - 48px)/2);
    flex-shrink: 0;
    margin-right: 24px;
  }
  .m-list-idx_title {
    letter-spacing: -.02em;
  }
  a[href^="tel:"].m-btn-01:link, a[href^="tel:"].m-btn-01:visited {
    text-decoration: none;
  }
}
@media print, screen and (max-width: 9999px) and (min-width: 769px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width:768px) {
  .md {
    display: none !important;
  }
}

/*worries.html*/

.worries-care a,
.worries-storage a,
.worries-other
  a {
    text-decoration: none
  }

.anchor-list {
  display: flex;
  flex-wrap: wrap;
}
.anchor-list li img {
  width: 100%;
  height: auto;
  transition: opacity .3s;
}
.anchor-list li a {
  display: block;
  transition: opacity .3s;
}

.txt-worries {
  font-weight: 500;
}

.txt-worries,
.txt-worries--big {
  text-align: center;
}

.txt-worries--big {
  font-weight: 700;
  color: #231815;
}

.wrap-content {
  position: relative;
}
.wrap-content:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.question {
  position: relative;
}

.question__title {
  display: flex;
  align-items: center;
}
.question__title .title {
  position: relative;
  color: #fff;
  font-weight: 700;
}
.question__title .title:before {
  content: "";
  background: url(../img/reform/system_kitchen/contents/icon_question.png) no-repeat center/52px 67px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.question__examples {
  color: #231815;
  font-weight: 500;
}

.examples__list li {
  position: relative;
}
.examples__list li:before {
  content: "●";
  position: absolute;
  left: 0;
}

.answers__img {
  position: relative;
}
.answers__img:before {
  content: "";
  position: absolute;
}
.answers__img img {
  width: 100%;
  height: auto;
}

.answers__title {
  font-weight: bold;
  text-align: justify;
}

.answers__text {
  text-align: justify;
  color: #231815;
}

.btn-more {
  display: inline-block;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: color 0.3s, background-color 0.3s;
}


.wrap-voice {
  position: relative;
  text-align: center;
  background-color: #fff
}
.wrap-voice:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wrap-voice .voice {
  display: inline-block;
  background-color: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.wrap-voice .voice:before, .wrap-voice .voice:after {
  content: "";
  position: absolute;
  top: 46%;
}
.wrap-voice .voice:before {
  transform: rotate(-25deg) translateY(-50%);
}
.wrap-voice .voice:after {
  transform: rotate(25deg) translateY(-50%);
}
.wrap-voice .voice__title {
  font-weight: bold;
  text-align: center;
}

.voice-content {
  background-color: #fff;
  display: block;
}

.btn-voice {
  display: inline-block;
  background-color: #f9d364;
  border: 1px solid transparent;
  text-align: center;
  transition: background-color 0.3s,border 0.3s;
}

.btn-voice span {
  display: inline-block;
  position: relative;
  color: #727171;
  transition: color 0.3s;
  line-height: 1;
  font-weight: bold;
}
.btn-voice span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}

.arrow-bottom img {
  width: 100%;
  height: auto;
}

.showroom-reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.showroom-reservation:before {
  content: "";
  position: absolute;
  z-index: 1;
}

.wrap-reservation {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.89);
}
.wrap-reservation .text {
  line-height: 1.75;
  color: #231815;
  font-weight: 700;
}

.btn-reserve {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  transition: opacity 0.3s;
}
.btn-reserve:hover {
  opacity: 0.7;
  color: #fff
}
.btn-reserve span {
  position: relative;
}
.btn-reserve span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.worries-care .question__title {
  background-color: #62bce6;
}
.worries-care .examples__list li:before {
  color: #62bce6;
}
.worries-care .answers__title {
  color: #2ea5de;
}
.worries-care .btn-more {
  background-color: #2ea5de;
  border: 1px solid #2ea5de;
}
.worries-care .btn-more:hover {
  color: #2ea5de;
  background-color: #fff;
}
.worries-care .wrap-voice:before {
  background-color: #2ea5de;
}
.worries-care .wrap-voice .voice {
  color: #2ea5de;
}
.worries-care .wrap-voice .voice:before, .worries-care .wrap-voice .voice:after {
  background-color: #2ea5de;
}
.worries-care .wrap-voice .voice__title {
  color: #2ea5de;
}
.worries-care .btn-reserve {
  background-color: #2ea5de;
}

.worries-storage .question__title {
  background-color: #eaa8b0;
}
.worries-storage .examples__list li:before {
  color: #e58e9b;
}
.worries-storage .answers__title {
  color: #e58e9b;
}
.worries-storage .btn-more {
  background-color: #e58e9b;
  border: 1px solid #e58e9b;
}
.worries-storage .btn-more:hover {
  color: #e58e9b;
  background-color: #fff;
}
.worries-storage .wrap-voice:before {
  background-color: #e58e9b;
}
.worries-storage .wrap-voice .voice {
  color: #e58e9b;
}
.worries-storage .wrap-voice .voice:before, .worries-storage .wrap-voice .voice:after {
  background-color: #e58e9b;
}
.worries-storage .wrap-voice .voice__title {
  color: #e58e9b;
}
.worries-storage .btn-reserve {
  background-color: #e58e9b;
}

.worries-other .question__title {
  background-color: #8ebb6e;
}
.worries-other .examples__list li:before {
  color: #8ebb6e;
}
.worries-other .answers__title {
  color: #69ac46;
}
.worries-other .btn-more {
  background-color: #69ac46;
  border: 1px solid #69ac46
}

.worries-other .btn-more:hover {
  color: #69ac46;
  background-color: #fff;
}
.worries-other .wrap-voice:before {
  background-color: #69ac46;
}
.worries-other .wrap-voice .voice {
  color: #69ac46;
}
.worries-other .wrap-voice .voice:before, .worries-other .wrap-voice .voice:after {
  background-color: #69ac46;
}
.worries-other .wrap-voice .voice__title {
  color: #69ac46;
}
.worries-other .btn-reserve {
  background-color: #8ebb6e;
}

@media print, (min-width: 768px) {
  .voice-content:hover .btn-voice{
    background-color: #fff;
    border: 1px solid #727171;
  }
  .worries-storage .is-first .img-worries__01:before {
    display: none;
  }
  .worries-storage .is-first .detail__third {
    width: 460px;
  }
  .bnr-worries {
    margin-bottom: 110px
  }

  .wrap-worries {
    max-width: 980px;
    margin: 0 auto;
  }

  .anchor-list {
    margin: 0 -12px 115px;
  }
  .anchor-list li {
    width: calc(33.33% - 24px);
    margin: 0 12px;
  }

  .txt-worries {
    font-size: 22px;
    line-height: 1.82;
    letter-spacing: 0.1em;
    margin-bottom: 110px;
  }

  .txt-worries--big {
    font-size: 29px;
    margin-bottom: 64px;
  }

  .wrap-content {
    padding-bottom: 50px;
  }
  .wrap-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(50% + 315px);
  }

  .is-right:before {
    right: 0;
  }
  .is-right:after {
    right: calc(50% + 325px);
  }
  .is-right .question__content {
    width: 512px;
  }

  .is-left:before {
    left: 0;
  }
  .is-left:after {
    left: calc(50% + 318px);
  }
  .is-left .question {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .is-first:after {
    bottom: 3px;
  }

  .is-second:after {
    bottom: 2px;
  }

  .is-third:after {
    bottom: -9px;
  }

  .is-fourth:after {
    bottom: 24px;
  }

  .question {
    display: flex;
    top: -41px;
  }

  .question__img {
    flex-shrink: 0;
  }

  .question__title {
    border-radius: 10px;
    padding: 28px 0 23px 30px;
    margin-bottom: 14px;
  }
  .question__title .title {
    padding-left: 132px;
    font-size: 23px;
    line-height: 1.522;
  }
  .question__title .title:before {
    left: 25px;
    height: 67px;
    width: 52px;
    background: url(../img/reform/system_kitchen/contents/icon_question.png) no-repeat center/52px 67px;
  }

  .question__examples {
    font-size: 18px;
    line-height: 1.722;
  }

  .examples__list {
    margin-left: 5px;
  }
  .examples__list li {
    padding-left: 24px;
  }
  .examples__list li:before {
    font-size: 18px;
    top: -1px;
  }

  .answers__detail {
    width: 430px;
    position: relative;
  }
  .worries-storage .is-first .detail__first{
    width: 440px;
  }
  .answers__img:before {
    height: 114px;
    width: 114px;
    mix-blend-mode: multiply;
  }

  .answers__img {
    width: 430px;
    margin-bottom: 20px;
  }

  .answers__title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .answers__text {
    font-size: 16px;
    line-height: 1.8125;
    margin-bottom: 12px;
    letter-spacing: -0.09em;
  }

  .btn-more {
    border-radius: 50px;
    padding: 7px 34px 4px;
    font-size: 12px;
  }

  .wrap-voice {
    width: 683px;
    margin: 0 auto 88px;
  }
  .wrap-voice.is-voice-custom {
    margin-bottom: 192px;
  }
  .wrap-voice:before {
    top: 9px;
    left: 9px;
  }
  .wrap-voice .voice {
    padding: 0 65px;
    top: -17px;
    font-size: 24px;
  }
  .wrap-voice .voice:before, .wrap-voice .voice:after {
    width: 2px;
    height: 20px;
  }
  .wrap-voice .voice:before {
    left: 42px;
  }
  .wrap-voice .voice:after {
    right: 42px;
  }
  .wrap-voice .voice__title {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: -4px 0 5px;
  }

  .voice-content {
    padding-bottom: 15px;
  }

  .btn-voice {
    padding: 6px 11px 4px;
    border-radius: 11px;
  }
  .btn-voice span {
    padding-right: 15px;
    font-size: 16px;
  }
  .btn-voice span:after {
    width: 10px;
    height: 12px;
    background: url(../img/reform/system_kitchen/contents/icon_arrow_right.png);
  }

  .arrow-bottom {
    margin: 0 auto 80px;
    width: 305px;
  }

  .showroom-reservation {
    background: url(../img/reform/system_kitchen/contents/p_sk355_bg.jpg) no-repeat center/cover;
    height: 453px;
    margin-bottom: 80px;
  }
  .showroom-reservation:before {
    left: 0;
    bottom: 0;
    width: 245px;
    height: 173px;
    background: url(../img/reform/system_kitchen/contents/p_sk366_490x346.png) no-repeat center/245px 173px;
  }

  .wrap-reservation {
    min-height: 265px;
    width: 685px;
    padding: 42px 10px;
  }
  .wrap-reservation .text {
    letter-spacing: 0.07em;
    font-size: 24px;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  .btn-reserve {
    font-size: 30px;
    border-radius: 10px;
    width: 490px;
    padding: 15px 30px 11px;
  }
  .btn-reserve span {
    padding-left: 33px;
  }
  .btn-reserve span:before {
    content: "";
    background: url(../img/reform/system_kitchen/contents/icon_search.png) no-repeat center/22px 30px;
    height: 30px;
    width: 22px;
  }

  .worries-care .is-first .detail__second {
    left: 575px;
    margin-top: -410px;
  }
  .worries-care .is-first .detail__first {
    top: 72px;
  }
  .worries-care .is-first .detail__third {
    margin-top: 55px;
    left: 427px;
  }
  .worries-care .is-first .question__img {
    margin: -5px 2px 0 0;
  }
  .worries-care .is-second .detail__first {
    left: 550px;
  }
  .worries-care .is-second .detail__second {
    margin-top: -327px;
    margin-left: 2px;
  }
  .worries-care .is-third .detail__first {
    margin-top: -80px;
    left: 551px;
  }
  .worries-care .is-third .detail__second {
    margin-top: -254px;
    margin-left: -4px;
  }
  .worries-care .is-third .detail__third {
    left: 493px;
    margin-top: -68px;
  }
  .worries-care .is-third .img-worries__01 {
    width: 493px;
  }
  .worries-care .is-fourth .detail__first {
    left: 550px;
    margin-top: -70px;
  }
  .worries-care .is-fourth .detail__second {
    margin-top: -289px;
  }
  .worries-care .is-fourth .img-worries__01 {
    width: 478px;
  }
  .worries-care .is-first {
    margin-bottom: 103px;
  }
  .worries-care .is-first .question {
    margin-bottom: 77px;
    margin-left: 233px;
  }
  .worries-care .is-first .question__img {
    width: 162px;
  }
  .worries-care .is-first .img-worries__02:before,
  .worries-care .is-first .img-worries__01:before {
    top: -84px;
    left: -57px;
  }
  .worries-care .is-first .img-worries__03:before {
    bottom: -1px;
    left: -96px;
  }
  .worries-care .is-second {
    margin: 192px 0 175px;
  }
  .worries-care .is-second.is-custom-content {
    margin-bottom: 103px;
  }
  .worries-care .is-second .question__content {
    width: 553px;
  }
  .worries-care .is-second .question {
    margin-left: 52px;
    margin-bottom: 58px;
  }
  .worries-care .is-second .question__img {
    margin: -17px 0 0 12px;
    width: 150px;
  }
  .worries-care .is-second .img-worries__01:before {
    top: -87px;
    left: -48px;
  }
  .worries-care .is-second .img-worries__02:before {
    top: -84px;
    left: -58px;
  }
  .worries-care .is-third {
    margin-bottom: 178px;
  }
  .worries-care .is-third .question {
    margin-left: 100px;
    margin-bottom: 79px;
  }
  .worries-care .is-third .question__img {
    margin: 4px 81px 0 0;
    width: 215px;
  }
  .worries-care .is-third .img-worries__02:before {
    top: -85px;
    left: -58px;
  }
  .worries-care .is-third .img-worries__03:before {
    bottom: 0;
    left: -81px;
  }
  .worries-care .is-third .img-worries__01:before {
    top: 17px;
    left: -53px;
  }
  .worries-care .is-fourth .img-worries__01:before {
    top: 15px;
    left: -49px;
  }
  .worries-care .is-fourth .img-worries__02:before {
    top: -85px;
    left: -56px;
  }
  .worries-care .is-fourth {
    margin-bottom: 104px;
  }
  .worries-care .is-fourth .question__content {
    width: 500px;
  }
  .worries-care .is-fourth .question__img {
    width: 130px;
    margin: 9px 0 0 39px;
  }
  .worries-care .is-fourth .question {
    margin-left: 79px;
  }

  .worries-storage .is-right .question__content {
    width: 505px;
  }
  .worries-storage .is-first {
    margin-bottom: 103px;
  }
  .worries-storage .is-first .detail__second {
    margin-top: -292px;
  }
  .worries-storage .is-first .detail__first {
    left: 549px;
    margin-top: -93px;
  }
  .worries-storage .is-first .img-worries__01 {
    width: 465px;
  }

  .worries-storage .is-first .detail__third {
    margin-top: -19px;
    left: 450px;
  }
  .worries-storage .is-first .question__img {
    width: 233px;
    margin: 10px 72px 0 0;
  }
  .worries-storage .is-first .question {
    margin-left: 94px;
    margin-bottom: 120px;
  }
  .worries-storage .is-first .img-worries__02:before {
    top: -82px;
    left: -57px;
  }
  .worries-storage .is-first .img-worries__03 {
    width: 453px;
  }
  .worries-storage .is-first .img-worries__03:before {
    bottom: 0;
    left: -99px;
    z-index: -1;
  }
  .worries-storage .is-second {
    margin: 198px 0 104px;
  }
  .worries-storage .is-second .detail__first {
    top: 28px;
  }
  .worries-storage .is-second .detail__second {
    margin-top: -323px;
    left: 551px;
  }
  .worries-storage .is-second .question__title {
    padding: 44px 0 44px 29px;
  }
  .worries-storage .is-second .question__content {
    width: 589px;
  }
  .worries-storage .is-second .question {
    margin: 0 0 58px 30px;
  }
  .worries-storage .is-second .question__img {
    margin: -10px 0 0 15px;
    width: 163px;
  }
  .worries-storage .is-second .img-worries__01:before {
    top: -82px;
    left: -60px;
  }
  .worries-storage .is-second .img-worries__02:before {
    top: -24px;
    left: -39px;
  }
  .worries-storage .is-third {
    margin: 199px 0 93px;
  }
  .worries-storage .is-third .detail__first {
    margin-top: -23px;
    left: 551px;
  }
  .worries-storage .is-third .img-worries__01 {
    width: 428px;
  }
  .worries-storage .is-third .detail__second {
    margin-top: -264px;
  }
  .worries-storage .is-third .detail__third {
    left: 415px;
  }
  .worries-storage .is-third .question {
    margin-left: 189px;
    margin-bottom: 79px;
  }
  .worries-storage .is-third .question__img {
    margin: -10px 21px 0 0;
    width: 183px;
  }
  .worries-storage .is-third .question__content {
    width: 521px;
  }
  .worries-storage .is-third .img-worries__01:before {
    top: 128px;
    left: -91px;
  }
  .worries-storage .is-third .img-worries__02:before {
    top: -85px;
    left: -56px;
  }
  .worries-storage .is-third .img-worries__03:before {
    bottom: 0;
    left: -96px;
  }
  .worries-storage .is-fourth {
    margin-bottom: 104px;
  }
  .worries-storage .is-fourth .detail__first {
    left: 550px;
    margin-top: -70px;
  }
  .worries-storage .is-fourth .img-worries__01 {
    width: 478px;
  }
  .worries-storage .is-fourth .detail__second {
    margin-top: -289px;
  }
  .worries-storage .is-fourth .question__content {
    width: 500px;
  }
  .worries-storage .is-fourth .question__img {
    width: 130px;
    margin: 9px 0 0 39px;
  }
  .worries-storage .is-fourth .question {
    margin-left: 79px;
  }
  .worries-storage .is-fourth .img-worries__01:before {
    top: 15px;
    left: -49px;
  }
  .worries-storage .is-fourth .img-worries__02:before {
    top: -85px;
    left: -56px;
  }

  .worries-other .is-second:after {
    bottom: -21px;
    left: calc(50% + 349px);
  }
  .worries-other .is-first {
    padding-bottom: 184px;
    margin-bottom: 99px;
  }
  .worries-other .is-first .question {
    margin-bottom: 77px;
    margin-left: 183px;
  }
  .worries-other .is-first .question__img {
    width: 186px;
    margin-top: 2px;
    margin-right: 41px;
  }
  .worries-other .is-first .question__content {
    width: 486px;
  }
  .worries-other .is-first .img-worries__01:before {
    top: -85px;
    left: -55px;
  }
  .worries-other .is-first .img-worries__02 {
    width: 453px;
  }
  .worries-other .is-first .img-worries__02:before {
    top: -41px;
    left: -91px;
  }
  .worries-other .is-first .detail__second {
    left: 534px;
    margin-top: -449px;
  }
  .worries-other .is-first .detail__first {
    top: 104px;
  }
  .worries-other .is-second {
    margin: 209px 0 99px;
  }
  .worries-other .is-second .detail__first {
    left: 545px;
    top: -173px;
  }
  .worries-other .is-second .detail__second {
    margin-top: -506px;
    margin-left: 2px;
  }
  .worries-other .is-second .question__content {
    width: 550px;
  }
  .worries-other .is-second .question {
    margin-left: 31px;
    margin-bottom: 58px;
  }
  .worries-other .is-second .question__img {
    margin: 87px 0 0 57px;
    width: 130px;
  }
  .worries-other .is-second .img-worries__01 {
    width: 475px;
  }
  .worries-other .is-second .img-worries__01:before {
    top: 48px;
    left: -48px;
  }
  .worries-other .is-second .img-worries__02:before {
    top: -86px;
    left: -58px;
  }
  .worries-other .is-third {
    margin-top: 205px;
    margin-bottom: 90px;
  }
  .worries-other .is-third .question__content {
    width: 503px;
  }
  .worries-other .is-third .detail__first {
    margin-top: -29px;
    left: 347px;
  }
  .worries-other .is-third .img-worries__01 {
    width: 560px;
  }
  .worries-other .is-third .img-worries__01:before {
    bottom: 0;
    left: -99px;
  }
  .worries-other .is-third .question {
    margin-left: 211px;
  }
  .worries-other .is-third .question__img {
    margin: -21px 36px 0 0;
    width: 125px;
  }

  .worries-care {
    padding: 100px 0;
  }
  .worries-care .wrap-content:before {
    background-color: #eaf6fc;
  }
  .worries-care .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/clean_problems.png) no-repeat center/90px 580px;
    width: 90px;
    height: 580px;
  }
  .worries-care .wrap-voice {
    border: 3px solid #2ea5de;
  }
  .worries-care .answers__img:before {
    background: url(../img/reform/system_kitchen/contents/icon_answer_blue.png) no-repeat center/114px 112px;
  }

  .worries-storage {
    padding: 100px 0;
  }
  .worries-storage .wrap-content:before {
    background-color: #fbf0f0;
  }
  .worries-storage .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/kitchen_storage.png) no-repeat center/90px 530px;
    width: 90px;
    height: 530px;
  }
  .worries-storage .wrap-voice {
    border: 3px solid #e58e9b;
  }
  .worries-storage .answers__img:before {
    background: url(../img/reform/system_kitchen/contents/icon_answer_pink.png) no-repeat center/114px 112px;
  }

  .worries-other {
    padding-top: 100px;
  }
  .worries-other .wrap-content:before {
    background-color: #ecf2e5;
  }
  .worries-other .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/more_kitchen.png) no-repeat center/64px 472px;
    width: 64px;
    height: 472px;
  }
  .worries-other .wrap-voice {
    border: 3px solid #69ac46;
  }
  .worries-other .answers__img:before {
    background: url(../img/reform/system_kitchen/contents/icon_answer_green.png) no-repeat center/114px 112px;
  }
}
@media only screen and (max-width: 767px) {

  .voice-content .voice__title {
    position: relative;
    z-index: 1;
  }
  .voice-content:hover .voice,
  .voice-content:hover .btn-voice span,
  .voice-content:hover .voice__title {
    color: #fff;
  }
  .voice-content:hover .voice{
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: -11px;
    top: -18px;
  }
  .wrap-worries:hover .wrap-voice::before,
  .voice-content:hover .voice::before,
  .voice-content:hover .voice::after{
    background-color: #fff;
  }
  .voice-content:hover .voice__title{
    margin-top: -14px;
  }
  .voice-content:hover .btn-voice{
    background-color: transparent;
    border-color: #fff;
  }
  .voice-content:hover .btn-voice span{
    padding-right: 0;
  }
  .voice-content:hover .btn-voice span::after{
    width: 0;
  }
  .voice-content .btn-voice,
  .voice-content .btn-voice span {
    transition: none;
  }
  .worries-care .voice-content:hover,
  .worries-care .voice-content:hover .voice{
    background-color: #2ea5de;
  }
  .worries-storage .voice-content:hover,
  .worries-storage .voice-content:hover .voice{
    background-color: #e58e9b;
  }
  .worries-other .voice-content:hover,
  .worries-other .voice-content:hover .voice{
    background-color: #69ac46;
  }
  .examples__list {
    margin-top: -3px;
  }

  .bnr-worries {
    margin: 0 -27px 43px;
  }

  .wrap-worries {
    padding: 0 27px;
  }

  .anchor-list {
    margin: 0 -30px 20px;
  }
  .anchor-list li {
    width: calc(33.33% - 6px);
    margin: 0 3px;
  }

  .txt-worries {
    font-size: 14px;
    line-height: 1.6785;
    letter-spacing: 0.12em;
    margin-bottom: 41px;
  }

  .txt-worries--big {
    font-size: 16px;
    letter-spacing: -0.05em;
    margin-bottom: 17px;
  }

  .wrap-content {
    padding-bottom: 2px;
    margin-bottom: 80px;
  }
  .wrap-content:after {
    top: -50px;
    left: 28px;
  }

  .question {
    margin-bottom: -30px;
    top: -28px;
  }

  .question__content {
    margin-bottom: 19px;
  }

  .question__title {
    border-radius: 5px;
    padding: 12px 0;
    margin-bottom: 6px;
  }
  .question__title .title {
    padding-left: 66px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.225;
  }
  .question__title .title:before {
    left: 22px;
    height: 33px;
    width: 26px;
    background: url(../img/reform/system_kitchen/contents/icon_question.png) no-repeat center/26px 33px;
  }

  .question__examples {
    font-size: 12px;
    line-height: 1.42;
  }

  .examples__list li {
    padding-left: 16px;
    line-height: 1.42;
  }
  .examples__list li:before {
    font-size: 12px;
  }

  .answers__detail {
    margin-bottom: 30px;
  }

  .answers__img {
    margin: 0 auto 10px;
  }
  .answers__img:before {
    display: none;
  }

  .answers__title {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .answers__text {
    font-size: 14px;
    line-height: 1.552;
    letter-spacing: -0.09em;
    margin-bottom: 15px;
  }

  .btn-more {
    display: block;
    border-radius: 10px;
    padding: 5px 10px 4px;
    font-size: 12px;
  }

  .worries-care .btn-more,
  .worries-storage .btn-more,
  .worries-other .btn-more {
    padding-top: 19px;
    padding-bottom: 18px;
    margin: 0 auto;
    width: 200px;
  }

  .wrap-voice {
    margin: 0 auto 40px;
  }
  .wrap-voice.is-voice-custom {
    margin-bottom: -15px;
  }
  .wrap-voice:before {
    top: 4px;
    left: 4px;
  }
  .wrap-voice .voice {
    padding: 0 30px;
    top: -9px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .wrap-voice .voice:before, .wrap-voice .voice:after {
    width: 1px;
    height: 10px;
  }
  .wrap-voice .voice:before {
    left: 21px;
  }
  .wrap-voice .voice:after {
    right: 21px;
  }
  .wrap-voice .voice__title {
    font-size: 13px;
    margin: -5px 0 2px;
  }

  .voice-content {
    padding-bottom: 9px;
  }

  .btn-voice {
    line-height: 1;
    padding: 0 6px 2px;
    border-radius: 7px;
  }
  .btn-voice span {
    padding-right: 8px;
    font-size: 10px;
  }
  .btn-voice span:after {
    top: 40%;
    width: 5px;
    height: 6px;
    background: url(../img/reform/system_kitchen/contents/icon_arrow_right.png) no-repeat center/5px 6px;
  }

  .arrow-bottom {
    margin: 0 auto 25px;
    width: 105px;
  }

  .showroom-reservation {
    background: url(../img/reform/system_kitchen/contents/p_sk355_bg_sp.jpg) no-repeat center/cover;
    height: 178px;
    margin: 0 -27px;
  }
  .showroom-reservation:before {
    left: 6px;
    bottom: 15px;
    width: 89px;
    height: 63px;
    background: url(../img/reform/system_kitchen/contents/p_sk366_356x252.png) no-repeat center/89px 63px;
  }

  .wrap-reservation {
    width: 285px;
    padding: 10px;
  }
  .wrap-reservation .text {
    font-size: 12px;
    line-height: 1.347;
    margin-bottom: 5px;
  }

  .btn-reserve {
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 33px;
  }
  .btn-reserve span {
    padding-left: 10px;
  }
  .btn-reserve span:before {
    background: url(../img/reform/system_kitchen/contents/icon_search.png) no-repeat center/11px 15px;
    height: 15px;
    width: 11px;
    left: -7px;
  }

  .worries-care {
    padding: 60px 0 30px;
  }
  .worries-care .is-first {
    margin-bottom: 28px;
  }
  .worries-care .is-second {
    margin-top: 83px;
  }
  .worries-care .is-second.is-custom-content {
    margin-bottom: 28px;
  }
  .worries-care .is-fourth {
    margin-bottom: 37px;
  }
  .worries-care .is-fourth .img-worries__01 {
    width: 333px;
  }
  .worries-care .is-third .img-worries__01 {
    width: 330px;
  }
  .worries-care .wrap-content {
    background-color: #eaf6fc;
  }
  .worries-care .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/clean_problems_sp.png) no-repeat center/184px 32px;
    width: 184px;
    height: 32px;
  }
  .worries-care .wrap-voice {
    border: 2px solid #2ea5de;
  }
  .worries-storage .is-first .answers__title-01{
    letter-spacing: -0.03em;
  }
  .worries-storage {
    padding: 60px 0 30px;
  }
  .worries-storage .wrap-content.is-first {
    margin-top: 0;
  }
  .worries-storage .is-first {
    margin-bottom: 29px;
  }

  .worries-storage .wrap-content {
    margin: 86px 0 29px;
  }
  .worries-storage .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/kitchen_storage_sp.png) no-repeat center/168px 32px;
    width: 168px;
    height: 32px;
  }
  .worries-storage .wrap-content {
    background-color: #fbf0f0;
  }
  .worries-storage .wrap-voice {
    border: 1px solid #e58e9b;
  }
  .worries-storage .is-third .img-worries__03 {
    width: 330px;
    margin-bottom: 4px;
  }
  .worries-storage .is-third .img-worries__03:before {
    bottom: 6px;
  }

  .worries-other {
    padding-top: 60px
  }
  .worries-other .wrap-content.is-first {
    margin-top: 0;
  }
  .worries-other .is-first .img-worries__01 {
    width: 322px;
  }
  .worries-other .is-second .img-worries__01 {
    width: 330px;
  }
  .worries-other .is-third .question__content {
    margin-bottom: 27px;
  }
  .worries-other .wrap-content {
    margin: 86px 0 31px;
  }
  .worries-other .wrap-content:after {
    background: url(../img/reform/system_kitchen/contents/more_kitchen_sp.png) no-repeat center/150px 23px;
    width: 150px;
    height: 23px;
  }
  .worries-other .wrap-content {
    background-color: #ecf2e5;
  }
  .worries-other .wrap-voice {
    border: 1px solid #69ac46;
  }
}
@media only screen and (min-width:768px) and (max-width: 1050px) {
  .worries-care .is-first .detail__first {
    left: 60px;
    top: 112px;
  }
  .worries-care .is-first .detail__second{
    left: 529px;
  }

  .worries-care .is-first .detail__third {
    margin-top: 90px;
  }
  .worries-care .is-second .detail__second {
    left: 58px;
    margin-top: -300px;
  }
  .worries-care .is-second .detail__first {
    left: 518px;
  }
  .worries-care .is-third .detail__first {
    margin-top: -80px;
    left: 465px;
  }
  .worries-care .is-third .detail__second {
    margin-top: -288px;
    margin-left: 15px;
  }
  .worries-care .is-third .img-worries__02:before {
    left: -12px;
  }
  .worries-care .is-third .detail__third {
    left: 385px;
    margin-top: -35px;
  }

  .worries-care .is-fourth .detail__second {
    left: 10px;
  }
  .worries-care .is-fourth .img-worries__02:before {
    left: -8px;
  }
  .worries-care .is-fourth .detail__first {
    left: 482px;
    margin-top: -70px;
  }
  .worries-storage .is-first .detail__first {
    left: 495px;
  }
  .worries-storage .is-first .detail__second {
    left: 50px;
  }
  .worries-storage .is-first .detail__third {
    margin-top: -38px;
    left: 400px;
  }
  .worries-storage .is-second .detail__first {
    left: 57px;
    top: -10px;
  }
  .worries-storage .is-second .detail__second {
    left: 525px;
  }
  .worries-storage .is-second .img-worries__02:before {
    left: -21px;
  }
  .worries-storage .is-third .detail__first {
    left: 524px;
    margin-top: -84px;
  }
  .worries-storage .is-third .img-worries__01:before {
    left: -40px;
  }
  .worries-storage .is-third .detail__second {
    margin-top: -295px;
    left: 49px;
  }
  .worries-other .is-first .detail__first {
    left: 56px;
  }
  .worries-other .is-first .detail__second {
    left: 500px;
  }
  .worries-other .is-second .detail__first {
    left: 483px;
  }
  .worries-other .is-second .detail__second {
    margin-left: 40px;
    margin-top: -400px;
  }
}

@media only screen and (max-width: 374px) {
  .answers__img {
    width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .question__title {
    padding: 31px 0 20px 30px
  }
  .examples__list li::before {
    top: 0
  }
  .btn-more {
    padding: 9px 34px 3px;
  }
  .btn-voice {
    padding: 8px 11px 2px;
  }
  .btn-voice span::after {
    top: 34%
  }
  .btn-reserve {
    padding: 20px 30px 6px;
  }
  .btn-reserve span::before {
    top: 38%
  }
  .answers__img::before {
    opacity: 0.9;
  }
}


/* second.html */

.second__banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.second__banner .wrap__title {
  position: relative;
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.second__banner .wrap__title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.second__banner .wrap__title .text {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.second__banner .wrap__title .text:before, .second__banner .wrap__title .text:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  top: 38%;
}
.second__banner .wrap__title .text:before {
  transform: rotate(-25deg) translateY(-50%);
  left: 0;
}
.second__banner .wrap__title .text:after {
  transform: rotate(25deg) translateY(-50%);
  right: 0;
}
.second__banner .wrap__title .title {
  font-weight: bold;
}

.second__title {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.section-second__comfort {
  text-align: center;
}
.section-second__comfort .second__title {
  position: relative;
  display: inline-block;
}
.section-second__comfort .second__title:before, .section-second__comfort .second__title:after {
  content: "";
  position: absolute;
}

.section-second__benefit .list-benefits {
  display: flex;
  flex-wrap: wrap;
}

.list-benefits li {
  display: flex;
  flex-direction: column;
}
.list-benefits li .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.list-benefits li.is-icon {
  position: relative;
}
.list-benefits li.is-icon:before {
  content: "";
  position: absolute;
  top: 0;
}
.list-benefits .benefit__content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  color: #231815;
  letter-spacing: -0.05em;
}
.list-benefits .benefit__content .text {
  line-height: 1.5;
}
.list-benefits .is-pink .title {
  background-color: #ecaecb;
}
.list-benefits .is-pink .benefit__content {
  background-color: #fbeef4;
}
.list-benefits .is-blue .title {
  background-color: #84bdcf;
}
.list-benefits .is-blue .benefit__content {
  background-color: #eef6f8;
}
.list-benefits .is-orange .title {
  background-color: #ddb74e;
}
.list-benefits .is-orange .benefit__content {
  background-color: #faf4e5;
}
.list-benefits .is-brown .title {
  background-color: #b6967c;
}
.list-benefits .is-brown .benefit__content {
  background-color: #f4f0ec;
}

.section-second__install .wrapper-anchor {
  background-color: #eaf0f4;
}
.section-second__install .installation__title {
  border-top: 5px solid #86a9c0;
  text-align: center;
  font-weight: bold;
  color: #86a9c0;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.section-second__install .wrap-home {
  width: 100%;
}

.list-anchor-install {
  display: flex;
  flex-wrap: wrap;
}
.list-anchor-install li {
  position: relative;
}
.list-anchor-install li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
}


.list-anchor-install li .title {
  font-weight: bold;
  text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
}
.list-anchor-install .is-blue .title {
  color: #98c7d6;
}
.list-anchor-install .is-pink .title {
  color: #efb9d2;
}
.list-anchor-install .is-orange .title {
  color: #dfbc5f;
}
.list-anchor-install .is-brown .title {
  color: #b6967c;
}

.install__title {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.install__image {
  position: relative;
  z-index: 1;
}
.install__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.install__image img {
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
}

.button-recommend {
  border: 1px solid;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: background-color .3s, color .3s;
}
.button-recommend span {
  display: inline-block;
}

.list-install .install__content .second__text {
  text-align: justify;
}
.list-install .is-orange .install__title {
  background-color: #ddb74e;
}
.list-install .is-orange .button-recommend {
  color: #ddb74e;
}
.list-install .is-orange .button-recommend:hover,
.list-install .is-blue .button-recommend:hover,
.list-install .is-pink .button-recommend:hover,
.list-install .is-brown .button-recommend:hover {
  color: #fff
}
.list-install .is-orange .install__image:before {
  background-color: #eedba6;
}
.list-install .is-blue .install__title {
  background-color: #84bdcf;
}
.list-install .is-blue .button-recommend {
  color: #84bdcf;
}
.list-install .is-blue .install__image:before {
  background-color: #c1dee7;
}
.list-install .is-pink .install__title {
  background-color: #ecaecb;
}
.list-install .is-pink .button-recommend {
  color: #ecaecb;
}
.list-install .is-pink .install__image:before {
  background-color: #f5d6e5;
}
.list-install .is-brown .install__title {
  background-color: #b6967c;
}
.list-install .is-brown .button-recommend {
  color: #b6967c;
}
.list-install .is-brown .install__image:before {
  background-color: #dacabd;
}

.customer-thinking {
  background-color: #eaf0f4;
  color: #000;
}
.customer-thinking .button-recommend {
  border: 1px solid #000;
  color: #000;
}
.customer-thinking .button-recommend span:before {
  border-color: transparent transparent transparent #000;
}
.customer-thinking .title {
  font-weight: bold;
  text-align: center;
}
.customer-thinking .wrap-button {
  text-align: center;
}

.image-home img {
  width: 100%;
  height: auto;
}

@media print, (min-width: 768px) {
  .wrapper-second {
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .second__banner {
    background: url(../img/product/dressing_table/plan_famile007.jpg) no-repeat center/cover;
    height: 707px;
    margin-bottom: 60px;
  }
  .second__banner .wrap__title {
    width: 534px;
    min-height: 204px;
    padding: 64px 0 34px;
  }
  .second__banner .wrap__title:before {
    background: url(../img/reform/dressing_table/contents/txt_dressing.jpg) no-repeat center/262px 44px;
    height: 44px;
    width: 262px;
    top: -21px;
  }
  .second__banner .wrap__title .text {
    font-size: 21px;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .second__banner .wrap__title .text:before, .second__banner .wrap__title .text:after {
    height: 45px;
  }
  .second__banner .wrap__title .title {
    font-size: 42px;
  }

  .second__title {
    font-size: 31px;
  }

  .section-second__comfort {
    padding: 50px 0 90px;
  }
  .section-second__comfort .second__title {
    padding: 0 70px;
    margin-bottom: 35px;
    line-height: 1.58;
  }
  .section-second__comfort .second__title:after {
    width: 113px;
    height: 448px;
    background: url(../img/reform/dressing_table/contents/027.png) no-repeat center/113px 448px;
    bottom: -315px;
    right: -60px;
  }
  .section-second__comfort .second__title:before {
    top: -53px;
    left: 0;
    width: 64px;
    height: 81px;
    background: url(../img/reform/dressing_table/contents/icon_comfort_01.png) no-repeat center/64px 81px;
  }
  .section-second__comfort .second__text {
    line-height: 2.0625;
  }

  .second__text {
    font-size: 16px;
    font-weight: 500;
    color: #666;
  }

  .section-second__benefit {
    padding: 90px 0 126px;
  }
  .section-second__benefit .second__title {
    margin-bottom: 33px;
  }

  .list-benefits {
    margin: 0 -11px;
  }
  .list-benefits li {
    width: calc(33.33% - 22px);
    margin: 0 11px 22px;
  }
  .list-benefits li .title {
    padding: 9px 0;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .list-benefits li .title {
    padding: 12px 0 6px;
  }
}
@media print, (min-width: 768px) {
  .list-benefits li.is-icon:before {
    left: 20px;
    height: 55px;
    width: 66px;
    background: url(../img/reform/dressing_table/contents/icon_point.png) no-repeat center/66px 55px;
  }
  .list-benefits .benefit__content {
    font-weight: 600;
    font-size: 20px;
    min-height: 168px;
    padding: 10px;
  }

  .section-second__install {
    padding: 50px 0 90px;
  }
  .section-second__install .wrap-home {
    height: 350px;
    background: url(../img/reform/dressing_table/contents/bg_installation.png) no-repeat center bottom/contain;
  }
  .section-second__install .wrapper-anchor {
    padding: 41px 0 73px;
  }

  .installation__title {
    margin-bottom: 121px;
    padding: 5px 0;
    font-size: 28px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .installation__title {
    padding: 10px 0 0;
  }
}

@media print, (min-width: 768px) {
  .list-anchor-install li a {
    width: 116px;
    height: 116px;
    font-size: 21px;
    line-height: 1.238;
    position: relative;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .list-anchor-install li a {
    padding-top: 8px;
  }
}
.list-install .button-recommend span:before {
  transition: border-color .3s
}
.list-anchor-install li:before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .list-anchor-install li .title {
    line-height: 1.238;
    font-size: 21px;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }

  .list-anchor-install li.is-horizontal {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .list-anchor-install li.is-horizontal a {
    flex-shrink: 0;
    margin-right: 20px;
  }
  .list-anchor-install .is-blue {
    margin-top: -198px;
    left: 225px;
  }
  .list-anchor-install .is-blue a {
    background-color: #84bdcf;
  }
  .list-anchor-install .is-blue:before {
    left: -40px;
    top: 66px;
    width: 70px;
    height: 263px;
    background: url(../img/reform/dressing_table/contents/033.png) no-repeat right center/70px 263px;
  }
  .list-anchor-install .is-pink {
    margin-top: -198px;
    right: -336px;
  }
  .list-anchor-install .is-pink a {
    background-color: #ecaecb;
  }
  .list-anchor-install .is-pink:before {
    left: -52px;
    top: 67px;
    width: 70px;
    height: 261px;
    background: url(../img/reform/dressing_table/contents/034.png) no-repeat right center/70px 261px;
  }
  .list-anchor-install .is-orange {
    top: 73px;
    left: -547px;
  }
  .list-anchor-install .is-orange .title {
    top: -8px;
    left: 0;
  }
  .list-anchor-install .is-orange a {
    background-color: #ddb74e;
  }
  .list-anchor-install .is-orange:before {
    left: -38px;
    top: 59px;
    width: 86px;
    height: 189px;
    background: url(../img/reform/dressing_table/contents/031.png) no-repeat right center/86px 189px;
  }
  .list-anchor-install .is-brown .title,
  .list-anchor-install .is-orange .title {
    position: relative;
    text-align: center;
  }
  .list-anchor-install .is-brown {
    top: 76px;
    right: -36px;
  }
  .list-anchor-install .is-brown .title {
    top: -10px;
  }
  .list-anchor-install .is-brown a {
    background-color: #b6967c;
  }
  .list-anchor-install .is-brown:before {
    top: 137px;
    right: -90px;
    width: 220px;
    height: 184px;
    background: url(../img/reform/dressing_table/contents/035.png) no-repeat right center/220px 184px;
  }

  .list-install {
    padding: 120px 0;
  }
  .list-install li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .list-install li:not(:last-child) {
    margin-bottom: 147px;
  }
  .list-install li:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .list-install li:nth-child(2n+1) .install__image:before {
    left: 10px;
  }
  .list-install li:nth-child(2n) .install__image:before {
    right: 10px;
  }
  .list-install .wrap-button {
    text-align: right;
  }
  .list-install .is-orange .install__content:before {
    top: 193px;
    left: -213px;
    width: 210px;
    height: 212px;
    background: url(../img/reform/dressing_table/contents/028.png) no-repeat center/210px 212px;
  }
  .list-install .is-orange .button-recommend:hover span:before,
  .list-install .is-blue .button-recommend:hover span:before,
  .list-install .is-pink .button-recommend:hover span:before,
  .list-install .is-brown .button-recommend:hover span:before
  {
    border-color: transparent transparent transparent #fff;
  }

  .list-install .is-orange .button-recommend span:before
   {
    border-color: transparent transparent transparent #ddb74e;
  }
  .list-install .is-blue .install__content:before {
    bottom: -121px;
    left: 13px;
    width: 65px;
    height: 244px;
    background: url(../img/reform/dressing_table/contents/033.png) no-repeat center/65px 244px;
  }
  .list-install .is-blue .button-recommend span:before {
    border-color: transparent transparent transparent #84bdcf;
  }
  .list-install .is-blue .wrap-button {
    margin-top: 63px;
  }
  .list-install .is-pink .install__content:before {
    top: 173px;
    left: -85px;
    width: 75px;
    height: 280px;
    background: url(../img/reform/dressing_table/contents/034.png) no-repeat center/75px 280px;
  }
  .list-install .is-pink .button-recommend span:before {
    border-color: transparent transparent transparent #ecaecb;
  }
  .list-install .is-pink .wrap-button {
    margin-top: 91px;
  }
  .list-install .is-brown .install__content:before {
    top: 281px;
    left: -44px;
    width: 200px;
    height: 168px;
    background: url(../img/reform/dressing_table/contents/035.png) no-repeat center/200px 168px;
  }
  .list-install .is-brown span:before {
    border-color: transparent transparent transparent #b6967c;
  }
  .list-install .button-recommend {
    width: 242px;
    padding: 23px 0 21px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .list-install .button-recommend {
    padding: 25px 0 20px;
  }
}
@media print, (min-width: 768px) {
  .list-install .button-recommend span {
    padding-right: 25px;
  }

  .list-install .is-orange .button-recommend {
    border-color: #eedba7;
  }
  .list-install .is-orange .button-recommend:hover {
    background-color: #ddb74e;
  }
  .list-install .is-blue .button-recommend {
    border-color: #c2dee7;
  }
  .list-install .is-blue .button-recommend:hover {
    background-color: #84bdcf;
  }
  .list-install .is-pink .install__title {
    background-color: #ecaecb;
  }
  .list-install .is-pink .button-recommend {
    border-color: #f6d7e5;
    color: #ecaecb;
  }
  .list-install .is-pink .button-recommend:hover {
    background-color: #ecaecb;
  }
  .list-install .is-pink .install__image:before {
    background-color: #f5d6e5;
  }
  .list-install .is-brown .install__title {
    background-color: #b6967c;
  }
  .list-install .is-brown .button-recommend {
    border-color: #dbcbbe;
  }
  .list-install .is-brown .button-recommend:hover {
    background-color: #b6967c;
  }
  .list-install .is-brown .install__image:before {
    background-color: #dacabd;
  }

  .button-recommend {
    font-size: 14px;
  }
  .button-recommend span {
    position: relative;
  }
  .button-recommend span:before {
    content: "";
    border-style: solid;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 7px 10px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .button-recommend span:before {
    top: 36%;
  }
}

@media print, (min-width: 768px) {

  .install__content {
    width: 400px;
    position: relative;
  }
  .install__content:before {
    content: "";
    position: absolute;
    z-index: 10;
  }
  .install__content .install__title {
    font-size: 21px;
    padding: 7px 10px 3px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .install__content .install__title {
    padding: 16px 0 8px;
  }
}
@media print, (min-width: 768px) {
  .install__content .second__text {
    margin-bottom: 35px;
    line-height: 1.75;
  }

  .install__image {
    width: 500px;
    height: 350px;
    flex-shrink: 0;
  }
  .install__image:before {
    top: 10px;
  }

  .customer-thinking {
    min-height: 400px;
    padding: 72px 0;
  }
  .customer-thinking .image-home {
    width: 101px;
    margin: 0 auto 8px;
  }
  .customer-thinking .title {
    font-size: 28px;
    margin-bottom: 29px;
  }
  .customer-thinking .button-recommend {
    padding: 22px 14px;
    min-width: 344px;
  }
  .customer-thinking .button-recommend span {
    padding-right: 33px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .customer-thinking .button-recommend {
    padding: 25px 14px 19px;
  }
  .install__image img {
    width: auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-second {
    padding: 0 20px;
  }

  .second__banner {
    background: url(../img/product/dressing_table/plan_famile007_sp.jpg) no-repeat center/cover;
    height: 400px;
  }
  .second__banner .wrap__title {
    width: 267px;
    padding: 32px 0 15px;
  }
  .second__banner .wrap__title:before {
    background: url(../img/reform/dressing_table/contents/txt_dressing.jpg) no-repeat center/131px 22px;
    height: 22px;
    width: 131px;
    top: -11px;
  }
  .second__banner .wrap__title .text {
    font-size: 11px;
    padding: 0 8px;
    margin-bottom: 5px;
  }
  .second__banner .wrap__title .text:before, .second__banner .wrap__title .text:after {
    height: 21px;
  }
  .second__banner .wrap__title .title {
    font-size: 21px;
  }

  .second__title {
    font-size: 21px;
    line-height: 1.43;
  }

  .section-second__comfort {
    padding: 56px 0 50px;
  }
  .section-second__comfort .second__title {
    margin-bottom: 31px;
    padding: 0 25px;
  }
  .section-second__comfort .second__title:after {
    width: 36px;
    height: 143px;
    background: url(../img/reform/dressing_table/contents/027.png) no-repeat center/36px 143px;
    top: -23px;
    right: -6px;
  }
  .section-second__comfort .second__title:before {
    top: -15px;
    left: 0;
    width: 21px;
    height: 26px;
    background: url(../img/reform/dressing_table/contents/icon_comfort_01_sp.png) no-repeat center/21px 26px;
  }
  .section-second__comfort .second__text {
    text-align: left;
    line-height: 1.72;
    margin-bottom: 24px;
  }

  .second__text {
    font-size: 14px;
    color: #333;
  }

  .section-second__benefit {
    padding: 8px 0 30px;
  }
  .section-second__benefit .second__title {
    margin-bottom: 23px;
  }

  .list-benefits {
    margin: 0 -7px;
    justify-content: center;
  }
  .list-benefits li {
    width: calc(50% - 14px);
    margin: 0 7px 15px;
  }
  .list-benefits li .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.25;
  }
  .list-benefits li.is-icon:before {
    left: 5px;
    height: 28px;
    width: 33px;
    background: url(../img/reform/dressing_table/contents/icon_point.png) no-repeat center/33px 28px;
  }
  .list-benefits .benefit__content {
    font-size: 14px;
    min-height: 80px;
    padding: 10px 6px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  }

  .section-second__install {
    padding: 15px 0 19px;
  }
  .section-second__install .wrapper-anchor {
    padding: 40px 0 74px;
  }
  .section-second__install .wrap-home {
    height: 327px;
    background: url(../img/reform/dressing_table/contents/bg_installation_sp.png) no-repeat center bottom/contain;
  }
  .section-second__install .installation__title {
    border-width: 3px;
    margin-bottom: 59px;
    padding: 10px 0;
    font-size: 15px;
  }

  .list-anchor-install {
    max-width: 335px;
    margin: 0 auto;
  }
  .list-anchor-install li {
    width: 50%;
  }
  .list-anchor-install li a {
    width: 90px;
    height: 90px;
    font-size: 14px;
    line-height: 1.285;
  }
  .list-anchor-install li .title {
    font-size: 14px;
    line-height: 1.285;
    position: relative;
    text-align: center;
    text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
  }

  .list-anchor-install .is-blue {
    margin-top: -32px;
    left: -8px;
  }
  .list-anchor-install .is-blue .title {
    top: -8px;
  }
  .list-anchor-install .is-blue a:before {
    width: 55px;
    height: 59px;
    background: url(../img/reform/dressing_table/contents/img_install_01.png) no-repeat right center/55px 59px;
  }
  .list-anchor-install .is-blue:before {
    left: 10px;
    top: 31px;
    width: 40px;
    height: 150px;
    background: url(../img/reform/dressing_table/contents/033.png) no-repeat right center/40px 150px;
  }

  .list-anchor-install .is-pink:before {
    right: 17px;
    top: 20px;
    width: 40px;
    height: 150px;
    background: url(../img/reform/dressing_table/contents/034.png) no-repeat right center/40px 150px;
  }
  .list-anchor-install .is-orange:before {
    left: -2px;
    top: -6px;
    width: 50px;
    height: 110px;
    background: url(../img/reform/dressing_table/contents/031.png) no-repeat right center/50px 110px;
  }
  .list-anchor-install .is-brown:before {
    z-index: -1;
    top: 128px;
    right: 79px;
    width: 110px;
    height: 92px;
    background: url(../img/reform/dressing_table/contents/035.png) no-repeat right center/110px 92px;
}
  .list-anchor-install .is-pink {
    top: -32px;
    left: 8px;
  }
  .list-anchor-install .is-pink .title {
    top: -9px;
  }
  .list-anchor-install .is-pink a:before {
    width: 55px;
    height: 75px;
    background: url(../img/reform/dressing_table/contents/img_install_02.png) no-repeat right center/55px 75px;
  }
  .list-anchor-install .is-orange,
  .list-anchor-install .is-brown {
    display: flex;
    flex-direction: column-reverse;
  }
  .list-anchor-install .is-orange .title,
  .list-anchor-install .is-brown .title {
    top: 11px;
  }
  .list-anchor-install .is-orange {
    margin-top: 112px;
    left: 8px;
  }
  .list-anchor-install .is-orange a:before {
    width: 43px;
    height: 51px;
    background: url(../img/reform/dressing_table/contents/img_install_03.png) no-repeat right center/43px 51px;
  }
  .list-anchor-install .is-brown {
    left: 60px;
    width: 120px;
    z-index: 1;
  }
  .list-anchor-install .is-brown a:before {
    width: 44px;
    height: 83px;
    background: url(../img/reform/dressing_table/contents/img_install_04.png) no-repeat right center/44px 83px;
  }

  .list-install .is-orange .button-recommend {
    border-color: #ddb74e;
  }
  .list-install .is-orange .button-recommend:hover {
    background-color: #ddb74e;
  }

  .list-install .is-blue .button-recommend {
    border-color: #84bdcf;
  }

  .list-install .is-blue .button-recommend:hover {
    background-color: #84bdcf;
  }
  .list-install .is-pink .button-recommend {
    border-color: #ecaecb;
  }
  .list-install .is-pink .button-recommend:hover {
    background-color: #ecaecb;
  }

  .list-install .is-brown .button-recommend {
    border-color: #b6967c;
  }
  .list-install .is-brown .button-recommend:hover {
    background-color: #b6967c;
  }
  .list-install {
    padding: 40px 0;
  }
  .list-install li:not(:last-child) {
    margin-bottom: 61px;
  }
  .list-install li:nth-child(2n) .install__image:before {
    right: 5px;
  }
  .list-install li:nth-child(2n+1) .install__image:before {
    left: 5px;
  }
  .list-install .wrap-button {
    text-align: center;
  }
  .list-install .is-orange .button-recommend:before {
    border-color: transparent transparent transparent #ddb74e;
  }
  .list-install .is-orange .button-recommend:hover:before,
  .list-install .is-blue .button-recommend:hover:before,
  .list-install .is-pink .button-recommend:hover:before,
  .list-install .is-brown .button-recommend:hover:before {
    border-color: transparent transparent transparent #fff;
  }
  .list-install .is-orange .install__image:after {
    bottom: -30px;
    right: -54px;
    width: 150px;
    height: 151px;
    background: url(../img/reform/dressing_table/contents/028.png) no-repeat center/150px 151px;
  }
  .list-install .is-blue .button-recommend:before {
    border-color: transparent transparent transparent #84bdcf;
  }
  .list-install .is-blue .install__image:after {
    bottom: -111px;
    left: -47px;
    width: 60px;
    height: 225px;
    background: url(../img/reform/dressing_table/contents/033.png) no-repeat center/60px 225px;
  }
  .list-install .is-pink .button-recommend:before {
    border-color: transparent transparent transparent #ecaecb;
  }
  .list-install .is-pink .install__image:after {
    top: 57px;
    right: -46px;
    width: 60px;
    height: 224px;
    background: url(../img/reform/dressing_table/contents/034.png) no-repeat center/60px 224px;
  }
  .list-install .is-brown .button-recommend:before {
    border-color: transparent transparent transparent #b6967c;
  }
  .list-install .is-brown .install__image:after {
    bottom: -22px;
    left: -48px;
    width: 150px;
    height: 126px;
    background: url(../img/reform/dressing_table/contents/035.png) no-repeat center/150px 126px;
  }

  .button-recommend {
    font-size: 14px;
    width: 230px;
    padding: 13px 20px 11px;
    position: relative;
  }
  .button-recommend:before {
    content: "";
    position: absolute;
    border-width: 5px 6px;
    border-style: solid;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }

  .install__content .install__title {
    font-size: 15px;
    padding: 3px 10px 2px;
    margin-bottom: 22px;
  }
  .install__content .second__text {
    line-height: 1.714;
    margin: 0 5px 25px;
  }

  .install__image {
    width: 250px;
    height: 175px;
    margin: 0 auto 34px;
  }
  .install__image:before {
    top: 5px;
  }
  .install__image:after {
    content: "";
    position: absolute;
    z-index: 1;
  }

  .customer-thinking {
    min-height: 264px;
  }
  .customer-thinking .wrapper-second {
    width: 100%;
    padding: 60px 20px;
  }
  .customer-thinking .image-home {
    width: 51px;
    margin: 0 auto 15px;
  }
  .customer-thinking .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .customer-thinking .button-recommend {
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 11px 0 9px;
  }
  .customer-thinking .button-recommend:before {
    border-color: transparent transparent transparent #000;
  }
}

@media only screen and (max-width: 369px) {
  .list-anchor-install .is-blue {
    margin-top: -8px;
    left: -7px;
  }
  .list-anchor-install .is-blue .title {
    top: 0;
  }
  .list-anchor-install .is-pink {
    top: -8px;
    left: 8px;
  }
  .list-anchor-install .is-orange .title,
  .list-anchor-install .is-brown .title {
    top: 0;
  }
  .list-anchor-install .is-orange {
    margin-top: 125px;
    left: 8px;
  }
  .list-anchor-install .is-brown {
    left: 65px;
    width: 100px;
  }
}

@media only screen and (max-width: 340px) {
  .list-install .is-orange .install__image:after{
    bottom: -28px;
    right: -20px;
    width: 100px;
    height: 101px;
    background: url(../img/reform/dressing_table/contents/028.png) no-repeat center/100px 101px;
  }
  .list-install .is-blue .install__image.install__image:after{
    bottom: -91px;
    left: -31px;
    width: 50px;
    height: 188px;
    background: url(../img/reform/dressing_table/contents/033.png) no-repeat center/50px 188px;
  }
  .list-install .is-pink .install__image:after {
    top: 57px;
    right: -28px;
    width: 50px;
    height: 187px;
    background: url(../img/reform/dressing_table/contents/034.png) no-repeat center/50px 187px;
}
.list-install .is-brown .install__image:after {
  left: -27px
}
  .list-anchor-install .is-blue {
    margin-top: 14px;
  }

  .list-anchor-install .is-pink {
    top: 12px;
  }
  .list-anchor-install .is-orange .title,
  .list-anchor-install .is-brown .title {
    top: 0;
  }
  .list-anchor-install .is-orange {
    margin-top: 106px;
  }
  .list-anchor-install .is-brown {
    left: 50px;
  }

  .section-second__comfort .second__title {
    letter-spacing: -0.05em;
  }
  .section-second__comfort .second__title:after {
    right: 0;
  }
  .list-anchor-install .is-brown:before {
    top: 113px;
    right: 73px;
    width: 100px;
    height: 84px;
    background: url(../img/reform/dressing_table/contents/035.png) no-repeat right center/100px 84px;
  }
}

/* LIST GENERAL */
.list-general .item-bar {
  position: relative;
  line-height: 1.285;
  color: #fff;
  text-align: center;
}
.list-general .bar-decor {
  position: absolute;
  top: 0;
  display: block;
  background:
      url("/img/brand/showroom/showroom_icon_007.png") center top / 100% 50% no-repeat,
      url("/img/brand/showroom/showroom_icon_003.png") center bottom / 100% auto no-repeat;
  color: #fff;
  text-align: center;
}
.list-general .item-pink .item-bar {
  background: #df74a5;
}
.list-general .item-yellow .item-bar {
  background: #e9bc46;
}
.list-general .item-blue .item-bar {
  background: #58a7ba;
}
.list-general .item-thumbnail img {
  width: 100%;
  display: block;
}
.list-general .item-description,
.list-general .item-title {
  text-align: center;
}
.list-general .item-description {
  display: flex;
  justify-content: center;
}
.list-general .item-description span {
  display: block;
  font-weight: 700;
  line-height: 1;
  background:
      url("/img/brand/showroom/showroom_icon_004.png") left center / auto 100% no-repeat,
      url("/img/brand/showroom/showroom_icon_005.png") right center / auto 100% no-repeat;
}
.list-general .item-title {
  font-weight: 700;
  line-height: 1.5;
}
.list-general .item-pink .item-title {
  color: #df74a5;
}
.list-general .item-yellow .item-title {
  color: #e9bc46;
}
.list-general .item-blue .item-title {
  color: #58a7ba;
}
.list-general .item-detail {
  border: solid #ccc;
  font-size: 1.6rem;
}
.list-general .detail-item {
  display: flex;
  line-height: 1.5;
}

.list-general .button-pdf a {
  display: block;
  line-height: 1.71;
  text-decoration: none;
  color: #000;
}
.list-general .button-pdf a:hover {
  background-color: #3db4d0;
  border-color: #3db4d0;
  color: #fff;
}

.list-general .button-pdf .m-icon.m-icon-pdf {
  display: none;
}

.list-general .button-pdf {
  width: 100%;
}

@media print,screen and (min-width:769px) and (max-width:9999px) {
  .list-general .button-pdf {
    margin: 12px 0 18px 0;
  }
  .list-general .button-pdf a {
    padding: 6px 0 6px 17px;
    background: #ecf5f8 url("/img/brand/showroom/showroom_icon_006.png") center right 10px / 26px auto no-repeat;
    border: 1px solid #58a7ba;
    font-size: 1.4rem;
    letter-spacing: -.04em;
  }
  .list-general .is-mb {
    display: none!important;
  }
  .list-general .list-contain {
    display: flex;
    margin: -7px -20px;
  }
  .list-general .list-item {
    width: 33.333%;
    padding: 10px;
  }
  .list-general .item-bar {
    padding: 7px 0 6px 0;
    font-size: 1.4rem;
  }
  .list-general .bar-decor {
    width: 65px;
    padding: 14px 0 19px 0;
    left: 12px;
  }
  .list-general .item-thumbnail {
    padding-bottom: 10px;
  }
  .list-general .item-description {
    margin: 20px 0 3px 0;
  }
  .list-general .item-description span {
    padding: 8px 30px 9px 30px;
    font-size: 1.8rem;
    letter-spacing: -.12em;
  }
  .list-general .item-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    letter-spacing: -.07em;
    white-space: nowrap;
  }
  .list-general .item-detail {
    min-height: 196px;
    padding: 23px 15px 27px 16px;
    border-width: 1px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .list-general .detail-item span + span {
    padding-left: 9px;
  }
}

@media print,screen and (min-width:769px) and (max-width:9999px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-general .button-pdf a {
    padding: 9px 0 3px 17px;
  }
  .list-general .item-bar {
    padding: 10px 0 3px 0;
  }

  .list-general .item-description span {
    padding: 11px 30px 6px 30px;
  }
}

@media print,screen and (min-width:0px) and (max-width:768px) {
  .list-general .button-pdf {
    margin: 1.7rem 0 1.85rem 0;
  }
  .list-general .button-pdf a {
    padding: .6rem 0 .7rem 1.8rem;
    background: #ecf5f8 url("/img/brand/showroom/showroom_icon_006.png") center right 1rem / 2.75rem auto no-repeat;
    border: .05rem solid #58a7ba;
    font-size: 1.5rem;
    letter-spacing: -.04em;
  }
  .list-general .is-pc {
    display: none!important;
  }
  .list-general .list-contain {
    margin: -2.85rem 0;
  }
  .list-general .list-item {
    padding: 2.85rem 0.4rem;
  }
  .list-general .item-bar {
    padding: .7rem 0;
    font-size: 1.5rem;
  }
  .list-general .bar-decor {
    width: 7rem;
    padding: 1.4rem 0 2.15rem 0;
    left: 1.2rem;
    letter-spacing: -.07em;
  }
  .list-general .item-thumbnail {
    padding-bottom: 1rem;
  }
  .list-general .item-description {
    margin: .9rem 0 .3rem 0;
  }
  .list-general .item-description span {
    padding: .85rem 2.1rem .6rem 2.1rem;
    font-size: 1.8rem;
    letter-spacing: -.02em;
  }
  .list-general .item-title {
    margin-bottom: .7rem;
    font-size: 2.88rem;
    letter-spacing: -.04em;
    white-space: nowrap;
  }
  .list-general .item-detail {
    padding: 0 1.75rem;
    border-width: 0;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: -.0134em;
  }
  .list-general .detail-item span + span {
      padding-left: .9rem;
  }
}
