@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/* color */
/*text_color*/
/*font-size*/
/*font-family*/
/* media screen */
/* clearfix */
/* �Ō�̗v�f��margin-bottom���Ƃ� */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "���S�V�b�N", YuGothic, "���C���I", Meiryo, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; }

body {
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: transparent;
  color: #333333;
  font-family: "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "���C���I", Meiryo, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  overflow-wrap: break-word; }

_:lang(x)::-ms-backdrop,
body {
  font-family: "���C���I", Meiryo, sans-serif; }

* {
  box-sizing: border-box; }

.l_base {
  position: relative;
  overflow: hidden; }

.clearfix {
  /* Legacy IE */
  *zoom: 1; }
  .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    content: ""; }

img {
  max-width: 100%; }

a {
  color: #333333;
  text-decoration: none;
  transition: all, 0.3s; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.fwb {
  font-weight: 600; }

.fll {
  float: left; }

.flr {
  float: right; }

.tac {
  text-align: center; }

.fwb {
  font-weight: bold; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none; }

input:focus {
  outline: none;
  outline-offset: none;
  background: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal; }

.pc {
  display: block; }

.sp {
  display: none; }

.xs {
  display: none; }

.tab {
  display: none; }

.font_noto {
  font-family: 'Noto Serif JP', sans-serif; }

.normal_move {
  transform: translate(0, 30px);
  opacity: 0;
  transition: all .64s ease-out; }

.normal_move.fuwa {
  transform: translate(0, 0);
  opacity: 1; }

.header {
  z-index: 999;
  top: 0;
  width: 100%;
  background: white; }
  .header .gnav {
    position: absolute;
    top: 38px;
    right: 50px; }
    .header .gnav .gnav_list {
      display: flex;
      flex-direction: row; }
      .header .gnav .gnav_list a:hover {
        font-weight: bold; }
    .header .gnav .gnav_item {
      width: 110px;
      text-align: center; }

.header .gnav {
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  box-sizing: border-box;
  z-index: 998;
  position: fixed;
  top: 0;
  right: -1400px;
  width: 100%;
  max-width: 500px;
  height: calc(100vh);
  padding: 0;
  background: #f5f5f5;
  text-align: center;
  transition: .5s ease-in-out; }
  .header .gnav .gnav_list {
    box-sizing: border-box;
    right: 0;
    bottom: 0;
    flex-direction: column;
    margin-top: 24px;
    padding: 2rem 1.6rem 3rem;
    font-size: 1em;
    list-style: none;
    text-align: left; }
  .header .gnav .gnav_item {
    box-sizing: border-box;
    display: block;
    width: 100%;
    width: 100%;
    margin: 8px auto;
    padding: 4px 8px;
    background-position: right center;
    background-size: 20px 6px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3.2rem; }
    .header .gnav .gnav_item a {
      box-sizing: border-box;
      display: inline-block;
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      padding: 12px 0;
      border-radius: 12px;
      background: white;
      color: #E60013;
      font-size: 14px;
      text-decoration: none; }
      .header .gnav .gnav_item a:after {
        display: block;
        z-index: 9;
        position: absolute;
        top: 50%;
        right: 8px;
        width: 12px;
        height: 16px;
        transform: translate(-50%, -50%);
        background: url(../images/common/arrow_right-red.png) no-repeat center/contain;
        content: ''; }
    .header .gnav .gnav_item.menu-close {
      box-sizing: border-box;
      display: inline-block;
      display: block;
      position: relative;
      width: 100%;
      max-width: 80%;
      height: auto;
      margin-top: 12px;
      padding: 8px 0;
      border-radius: 12px;
      background: #E60013;
      color: white;
      font-size: 14px;
      line-height: 2.4rem;
      text-decoration: none; }
    .header .gnav .gnav_item:last-child a {
      border-bottom: none; }

/* �n���o�[�K�[���j���[�{�^�� */
.gnav_toggle {
  z-index: 101;
  cursor: pointer; }

/* ���j���[�X���C�h�A�j���[�V���� */
.open .gnav {
  transform: translateX(-1400px); }

.m_modal {
  display: none;
  z-index: 0999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh; }
  .m_modal .movie-wrap {
    position: relative;
    /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
  .m_modal .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m_modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

.m_modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 860px;
  padding: 0;
  transform: translate(-50%, -50%);
  background: #fff; }

a.js-modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  background: red;
  background: url(../images/top/icon_close.png) no-repeat center/contain; }

.main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

#container_all_w {
  width: 100% !important;
  text-align: left; }

.header .sub_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 1068px;
  height: auto;
  margin: 0 auto;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden; }
  .header .sub_nav .sub_nav_left {
    display: flex;
    align-items: center;
    margin: 8px 0; }
    .header .sub_nav .sub_nav_left .text {
      margin: 0 0 0 6px;
      color: #E60013;
      font-size: 13px;
      font-weight: bold; }
  .header .sub_nav .sub_nav_right .text {
    display: block;
    color: #E60013;
    font-size: 10px;
    font-weight: bold; }
    .header .sub_nav .sub_nav_right .text:after {
      display: block;
      width: 6px;
      height: 6px;
      margin: 0 auto;
      background: url(../images/common/arrow_down-red.png) no-repeat center center/contain;
      content: ""; }
  .header .sub_nav .sub_nav_right .text.open:after {
    transform: rotate(180deg); }

.pc-top-menu .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 32px);
  max-width: 1080px;
  margin: 24px auto 12px;
  font-weight: bold; }
  .pc-top-menu .list .spnav,
  .pc-top-menu .list .spnavline {
    display: none; }
  .pc-top-menu .list li {
    padding: 2px; }
    .pc-top-menu .list li:hover {
      text-decoration: underline; }

.sp-br {
  display: none !important; }

.mainfoot {
  background: #E60013; }
  .mainfoot_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .mainfoot .mainfoot_menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 24px 0 48px; }
    .mainfoot .mainfoot_menu .menu_list {
      width: 49%; }
      .mainfoot .mainfoot_menu .menu_list .link {
        box-sizing: border-box;
        display: block;
        position: relative;
        width: 100%;
        padding: 16px 8px;
        border-bottom: 1px solid white;
        color: white;
        font-size: 14px;
        line-height: 1.6;
        vertical-align: middle; }
        .mainfoot .mainfoot_menu .menu_list .link:hover {
          background: #ED404E; }
        .mainfoot .mainfoot_menu .menu_list .link:after {
          display: block;
          z-index: 9;
          position: absolute;
          top: 50%;
          right: 8px;
          width: 10px;
          height: 14px;
          transform: translate(-50%, -50%);
          background: url(../images/common/arrow_right-wh.png) no-repeat center/contain;
          content: ''; }

.mainfoot_pagetop {
  display: none;
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 60px;
  height: 60px; }
  .mainfoot_pagetop .link {
    padding: 0 10px 0 0;
    font-size: 12px; }
    .mainfoot_pagetop .link:hover {
      opacity: 0.8; }
    .mainfoot_pagetop .link:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/common/icon_pagetop.png) no-repeat center/contain;
      content: ''; }

.news {
  padding: 60px 0; }
  .news_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .news .news_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    .news .news_tit .news_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  .news .news_inner {
    max-width: 860px;
    margin: 0 auto; }
    .news .news_inner .inner_list {
      padding: 16px;
      border-bottom: 1px solid #CCCCCC; }
      .news .news_inner .inner_list:first-child {
        border-top: 1px solid #CCCCCC; }
      .news .news_inner .inner_list .inner_date {
        display: block;
        color: #999999;
        font-size: 12px; }

.shopsearch {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center; }
  .shopsearch:hover {
    opacity: 0.7; }
  .shopsearch .img {
    width: 100%;
    max-width: 480px; }

.cv01 {
  padding: 40px 0;
  background: url(../images/common/pattern_dot.png); }
  .cv01_wrap {
    width: calc(100% - 32px);
    max-width: 1068px;
    margin: 0 auto; }
  .cv01 .cv01_catch {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto 4px; }
  .cv01 .cv01_tit {
    margin-bottom: 16px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  .cv01 .cv01_text {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center; }
  .cv01 .cv01_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
  .cv01 .btn_list01 {
    width: 48%; }
    .cv01 .btn_list01 .tel_num {
      font-size: 24px;
      line-height: 1; }
    .cv01 .btn_list01 .link {
      box-sizing: border-box;
      display: block;
      position: relative;
      min-width: 158px;
      height: 80px;
      padding: 17px 0px 14px 14px;
      border-radius: 8px;
      background: #E60013;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .cv01 .btn_list01 .link:hover {
        background: #ED404E; }
    .cv01 .btn_list01 .list_tit {
      display: inline-block;
      position: relative;
      padding-right: 28px;
      padding-left: 36px; }
      .cv01 .btn_list01 .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 32px;
        height: 32px;
        transform: translate(0, -50%);
        background: url(../images/common/icon_tel.png) no-repeat center center/contain;
        content: ''; }
  .cv01 .btn_list02 {
    width: 48%; }
    .cv01 .btn_list02 .link {
      box-sizing: border-box;
      display: block;
      position: relative;
      min-width: 158px;
      height: 80px;
      padding: 17px 0px 14px 14px;
      border-radius: 8px;
      background: #00308B;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .cv01 .btn_list02 .link:hover {
        background: #3560B2; }
      .cv01 .btn_list02 .link .list_tit {
        display: inline-block;
        position: relative;
        padding-right: 28px;
        padding-left: 34px; }
        .cv01 .btn_list02 .link .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          width: 24px;
          height: 32px;
          transform: translate(0, -50%);
          background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
          content: ''; }

.font_roboto {
  font-family: 'Roboto', sans-serif; }

.bath-product {
  letter-spacing: 0; }
  .bath-product .m-bottom-0 {
    margin-bottom: 0 !important; }
  .bath-product .m-bottom-20 {
    margin-bottom: 20px !important; }
  .bath-product .m-top-0 {
    margin-top: 0 !important; }
  .bath-product .m-top-28 {
    margin-top: 28px !important; }
  .bath-product .m-top-20 {
    margin-top: 20px !important; }
  .bath-product .m-top-10 {
    margin-top: 10px !important; }
  .bath-product .m-top-8 {
    margin-top: 6px !important; }
  .bath-product .w-100 {
    width: 100% !important; }
  .bath-product .max-w-700 {
    max-width: 700px !important; }
  .bath-product .max-w-640 {
    max-width: 640px !important; }
  .bath-product .max-w-90p {
    max-width: 90% !important;
    margin: auto; }
  .bath-product .max-w-70p {
    max-width: 70% !important; }
  .bath-product .max-w-65p {
    max-width: 65% !important; }
  .bath-product .max-w-45p {
    max-width: 45% !important;
    margin: 0 0 0 40px; }
  .bath-product .w-82p {
    width: calc( 82% - 12px) !important; }
  .bath-product .w-15p {
    width: calc( 15% - 12px) !important; }
  .bath-product .w-70p {
    width: calc( 70% - 12px) !important; }
  .bath-product .w-60p {
    width: calc( 60% - 12px) !important; }
  .bath-product .w-65p {
    width: calc( 65% - 12px) !important; }
  .bath-product .w-55p {
    width: calc( 55% - 12px) !important; }
  .bath-product .w-45p {
    width: calc( 45% - 12px) !important; }
  .bath-product .w-40p {
    width: calc( 40% - 12px) !important; }
  .bath-product .w-35p {
    width: calc( 35% - 12px) !important; }
  .bath-product .w-30p {
    width: calc( 30% - 12px) !important; }
  .bath-product .w-20p {
    width: calc( 20% - 12px) !important; }
  .bath-product .p-bottom-16 {
    padding-bottom: 16px !important; }
  .bath-product .__righttext {
    width: 100%;
    text-align: right; }
  .bath-product .palt {
    font-feature-settings: "palt"; }
  .bath-product .h2-small {
    position: relative;
    top: -2px;
    font-size: 16px; }
  .bath-product .h2-sub {
    position: relative;
    top: -4px;
    padding: 0 0 0 10px;
    color: #00abeb;
    font-size: 12px; }
    .bath-product .h2-sub.bk {
      color: #333; }
  .bath-product .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0; }
  .bath-product .sec02 .sec02_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    .bath-product .sec02 .sec02_menu .menu_list {
      width: 48%; }
      .bath-product .sec02 .sec02_menu .menu_list .link {
        display: block;
        position: relative;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        .bath-product .sec02 .sec02_menu .menu_list .link:hover {
          background: #ED404E; }
        .bath-product .sec02 .sec02_menu .menu_list .link:after {
          display: block;
          position: absolute;
          top: auto;
          right: 50%;
          bottom: 8px;
          width: 6px;
          height: 10px;
          transform: translate(0, -50%);
          transform: rotate(90deg);
          background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
          content: ""; }
      .bath-product .sec02 .sec02_menu .menu_list .list_tit {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        font-weight: bold;
        line-height: 56px; }
        .bath-product .sec02 .sec02_menu .menu_list .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translate(0, -50%);
          content: ""; }
      .bath-product .sec02 .sec02_menu .menu_list .list_01:before {
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
      .bath-product .sec02 .sec02_menu .menu_list .list_02:before {
        width: 21px;
        height: 23px;
        background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }
  .bath-product .sec02 .img.__p09_icn {
    width: 180px;
    margin: 0 0 10px; }
  .bath-product .__sec06 .__p07_p08_p10_double {
    display: flex;
    justify-content: space-between; }
    .bath-product .__sec06 .__p07_p08_p10_double .__table03 {
      width: calc(50% - 10px);
      min-height: 0%;
      margin: 0; }
      .bath-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
        position: relative;
        top: -5px;
        margin-left: 5px;
        font-size: 12px; }
  .bath-product .__sec06 .__table03_p18hirogaru .__leftcontent {
    position: relative;
    width: calc(48% - 10px); }
    .bath-product .__sec06 .__table03_p18hirogaru .__leftcontent::after {
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: 30%;
      right: -50px;
      width: 40px;
      height: 40px;
      border: 40px solid transparent;
      border-left: 30px solid #333;
      content: ""; }
  .bath-product .__sec06 .__table03_p18hirogaru .__rightcontent {
    width: calc(48% - 10px); }
  .bath-product .__sec07.__sec07_p18 .__table03 .__leftcontent {
    width: calc(55% - 10px); }
  .bath-product .__sec07.__sec07_p18 .__table03 .__rightcontent {
    width: calc(45% - 10px); }
  .bath-product .__sec07 .__table03.__table03--p16 .__subtitle--p16 {
    display: inline-block;
    position: relative;
    top: -12px;
    left: 5px;
    margin-bottom: 10px;
    color: #5EA23A;
    font-feature-settings: "palt";
    font-size: 1.5em;
    font-weight: bold; }
  .bath-product .__img.pc-only {
    display: inline; }
  .bath-product .__img.sp-only {
    display: none; }
  .bath-product br.sp-only {
    display: none; }
  .bath-product .headarea .__imglabel {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 12px; }
  .bath-product .headarea .__logoarea .__title {
    display: block;
    margin-bottom: 20px; }
    .bath-product .headarea .__logoarea .__title .__logo {
      display: block;
      height: 30px; }
      .bath-product .headarea .__logoarea .__title .__logo.__type2 {
        height: 52px;
        margin-bottom: -10px; }
    .bath-product .headarea .__logoarea .__title .__logo.__logo--60 {
      height: 60px; }
  .bath-product .headarea .__imgarea {
    max-width: 760px;
    margin: 20px auto; }
    .bath-product .headarea .__imgarea .__sub {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .bath-product .headarea .__imgarea .__sub .__item {
        width: calc( 50% - 10px); }
    .bath-product .headarea .__imgarea .__img {
      width: 100%;
      margin-bottom: 4px; }
    .bath-product .headarea .__imgarea .__text {
      font-weight: bold; }
    .bath-product .headarea .__imgarea .__size-m {
      display: block;
      max-width: 600px;
      margin: 80px auto 0; }
    .bath-product .headarea .__imgarea .__marginTop0 {
      margin-top: 0; }
  .bath-product .headarea .slider-for {
    z-index: 1;
    max-width: 700px;
    height: fit-content;
    margin: 0 auto 20px; }
  .bath-product .headarea .slider-nav {
    height: fit-content; }
  .bath-product .headarea .slick-slide {
    z-index: 1;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
  .bath-product .headarea .bottom-slide {
    position: relative; }
    .bath-product .headarea .bottom-slide .slick-arrow {
      display: block;
      z-index: 2;
      position: absolute;
      width: 30px;
      height: 30px; }
    .bath-product .headarea .bottom-slide .slick-prev:before, .bath-product .headarea .bottom-slide .slick-next:before {
      color: #333; }
    .bath-product .headarea .bottom-slide .slick-prev {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      left: -20px;
      width: 30px;
      height: 30px; }
    .bath-product .headarea .bottom-slide .slick-next {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      right: -20px;
      width: 30px;
      height: 30px; }
  .bath-product .__table01 {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 3px solid #e9474d; }
    .bath-product .__table01 .__row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e9474d;
      background: #f2d1d5;
      font-size: 1em;
      font-weight: bold; }
      .bath-product .__table01 .__row:last-child {
        border: none; }
      .bath-product .__table01 .__row .__th {
        box-sizing: border-box;
        display: block;
        width: 200px;
        padding: 4px; }
      .bath-product .__table01 .__row .__td {
        display: block;
        width: calc(100% - 160px);
        padding: 4px 8px;
        border-left: 1px solid #e9474d;
        background: white; }
  .bath-product .__table02wrap50 {
    display: flex;
    justify-content: space-between; }
    .bath-product .__table02wrap50 .__table02 {
      width: 49%;
      padding: 10px; }
      .bath-product .__table02wrap50 .__table02 .__small {
        font-size: 0.8em; }
  .bath-product .__table02 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    border: 3px solid #00abeb;
    line-height: 1.4; }
    .bath-product .__table02 .__title {
      display: block;
      margin-bottom: 24px;
      padding: 8px 12px 4px;
      background: #00abeb;
      color: #fff;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 1; }
    .bath-product .__table02 .__subtitle {
      display: block;
      margin-bottom: 4px;
      font-size: 20px;
      font-weight: bold; }
      .bath-product .__table02 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
    .bath-product .__table02 .__content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 8px; }
      .bath-product .__table02 .__content .__single {
        width: 100%;
        min-height: 0%;
        margin-top: 24px; }
        .bath-product .__table02 .__content .__single .__img {
          display: block;
          width: 100%; }
          .bath-product .__table02 .__content .__single .__img.__p09_icn {
            width: 180px;
            margin: 0 0 10px; }
      .bath-product .__table02 .__content .__double {
        width: calc( 50% - 12px);
        min-height: 0%; }
        .bath-product .__table02 .__content .__double:last-child {
          margin-bottom: 0x; }
      .bath-product .__table02 .__content .__double.__p05left {
        width: 35%; }
      .bath-product .__table02 .__content .__double.__p05right {
        width: 60%; }
      .bath-product .__table02 .__content .__double.__p09left {
        width: 35%; }
      .bath-product .__table02 .__content .__double.__p09right {
        width: 64%; }
      .bath-product .__table02 .__content .__double.__double--p17 {
        position: relative;
        width: calc( 48% - 12px); }
        .bath-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
          position: relative;
          top: -28px;
          width: 95%; }
        .bath-product .__table02 .__content .__double.__double--p17 .__moviewrap {
          position: absolute;
          bottom: 0; }
      .bath-product .__table02 .__content .__bgorange {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
        padding: 16px;
        background: #ddedf9; }
        .bath-product .__table02 .__content .__bgorange .__head {
          display: block;
          margin-bottom: 12px;
          color: #00abeb;
          font-weight: bold; }
          .bath-product .__table02 .__content .__bgorange .__head.__head_p07 {
            font-feature-settings: "palt"; }
            .bath-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
              display: inline-block;
              height: 20px;
              margin: 2px 0 -2px 2px; }
          .bath-product .__table02 .__content .__bgorange .__head .__head_p11 {
            margin-left: 20px;
            color: #333;
            font-size: 13px;
            font-weight: normal; }
        .bath-product .__table02 .__content .__bgorange .__split {
          display: flex;
          justify-content: space-between; }
        .bath-product .__table02 .__content .__bgorange .__textarea {
          width: 100%;
          height: auto;
          line-height: 1.4; }
          .bath-product .__table02 .__content .__bgorange .__textarea .__small {
            font-size: 0.8em; }
        .bath-product .__table02 .__content .__bgorange .__text {
          margin-bottom: 12px;
          line-break: strict; }
        .bath-product .__table02 .__content .__bgorange .__imgarea {
          display: flex;
          align-items: center;
          width: calc(100% - 190px); }
        .bath-product .__table02 .__content .__bgorange .__moviewrap {
          width: 95%;
          margin: 0 auto; }
    .bath-product .__table02 .__content--three {
      display: flex;
      justify-content: space-between; }
      .bath-product .__table02 .__content--three .__item {
        width: 33%; }
  .bath-product .__table02.__panel {
    margin-top: 40px; }
  .bath-product .__table02.__table02--smallimg .__single {
    width: 100%; }
  .bath-product .__table02.__table02--smallimg .__img {
    display: block;
    max-width: 400px;
    margin: 0 auto; }
  .bath-product .__table02.__table02_p18 .__double.left {
    width: calc( 52% - 12px); }
  .bath-product .__table02.__table02_p18 .__double.right {
    width: calc( 48% - 12px); }
  .bath-product .__table02.__table02_p19 .__text.__left {
    float: left; }
  .bath-product .__table02.__table02_p19 .__text.__right {
    overflow: hidden; }
  .bath-product .__movietext-top {
    margin-bottom: 8px; }
  .bath-product .__movietext-bottom {
    margin-top: 8px; }
  .bath-product .__navmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0; }
    .bath-product .__navmenu .__item {
      width: 24.5%;
      padding: 10px 4px 8px;
      color: white;
      font-size: 1.8em;
      font-weight: bold;
      text-align: center; }
      .bath-product .__navmenu .__item:hover {
        opacity: .7; }
      .bath-product .__navmenu .__item:first-child {
        background: #f39800; }
      .bath-product .__navmenu .__item:nth-child(2) {
        background: #0068b6; }
      .bath-product .__navmenu .__item:nth-child(3) {
        background: #44af35; }
      .bath-product .__navmenu .__item:nth-child(4) {
        background: #e50012; }
      .bath-product .__navmenu .__item .__link {
        display: block;
        color: white;
        text-decoration: none; }
  .bath-product .sp-only-flex {
    display: none !important; }
  .bath-product .__table03 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 16px 20px;
    border: 2px solid #000; }
    .bath-product .__table03 .__subtitle {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 4px;
      border-bottom: 1px solid #000;
      font-size: 1.7em;
      font-weight: bold; }
      .bath-product .__table03 .__subtitle._p12 {
        position: relative; }
        .bath-product .__table03 .__subtitle._p12 .__icon {
          position: absolute;
          top: 0;
          right: 0;
          width: 50px; }
      .bath-product .__table03 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
      .bath-product .__table03 .__subtitle .icon {
        position: absolute;
        top: 1px;
        width: auto !important;
        height: 34px;
        margin-left: 15px; }
    .bath-product .__table03 .__subtitle.__sprit {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .bath-product .__table03 .__subtitle.__sprit .__right {
        display: block;
        max-width: 400px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4; }
      .bath-product .__table03 .__subtitle.__sprit .__right.__right--wide {
        max-width: 500px; }
    .bath-product .__table03 .__text {
      display: block;
      margin-bottom: 12px;
      line-height: 1.4; }
      .bath-product .__table03 .__text .__red {
        color: #e9474d; }
      .bath-product .__table03 .__text .__small {
        font-size: 0.9em; }
    .bath-product .__table03 .__margin--middle {
      margin-bottom: 40px; }
    .bath-product .__table03 .__margin--small {
      margin-bottom: 20px; }
    .bath-product .__table03 .__content {
      display: flex;
      justify-content: space-between; }
      .bath-product .__table03 .__content .__img {
        width: 100%;
        max-width: 100%; }
      .bath-product .__table03 .__content .__leftcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .bath-product .__table03 .__content .__leftcontent.__marginBottom0 {
          margin-bottom: 0; }
        .bath-product .__table03 .__content .__leftcontent--40 {
          width: calc(40% - 10px); }
      .bath-product .__table03 .__content .__rightcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .bath-product .__table03 .__content .__rightcontent--60 {
          width: calc(60% - 10px); }
  .bath-product .__table03.__table03--p01maho .__content .__leftcontent {
    width: 32%; }
  .bath-product .__table03.__table03--p01maho .__content .__rightcontent {
    width: 64%; }
  .bath-product .__table03.__table03--p01kara .__content .__leftcontent {
    width: 60%; }
  .bath-product .__table03.__table03--p01kara .__content .__rightcontent {
    width: 38%;
    padding-top: 5%; }
  .bath-product .__table03.__table03--p02pita .__content .__leftcontent {
    width: 69%; }
  .bath-product .__table03.__table03--p02pita .__content .__rightcontent {
    width: 28%; }
  .bath-product .__table03.__table03--p02clen .__content .__rightcontent .__img {
    display: block;
    width: 340px;
    margin: auto; }
  .bath-product .__table03.__table03--p03keep .__content .__leftcontent {
    width: 55%; }
  .bath-product .__table03.__table03--p03keep .__content .__rightcontent {
    width: 40%; }
  .bath-product .__table03.__table03--p03yokuso .__content .__leftcontent {
    width: 22%; }
  .bath-product .__table03.__table03--p03yokuso .__content .__rightcontent {
    margin-right: 25%; }
  .bath-product .__table03.__table03--p05-2way .__subtitle {
    font-feature-settings: "palt"; }
  .bath-product .__table03.__table03--p05-2way .__moviewrap {
    width: 80%;
    margin: auto; }
  .bath-product .__table03.__table03_p05yokuso .__img.icon {
    height: 40px;
    margin: 0 20px 10px 0;
    float: left; }
    .bath-product .__table03.__table03_p05yokuso .__img.icon + .__text {
      margin: 10px 0 0;
      float: left; }
  .bath-product .__table03.__table03_p05yokuso .__content {
    clear: both; }
  .bath-product .__table03.__table03_p05yokuso .__content:first-of-type .__leftcontent {
    width: 50%; }
  .bath-product .__table03.__table03_p05yokuso .__content:first-of-type .__rightcontent {
    width: 45%; }
  .bath-product .__table03.__table03_p05yokuso2 .__leftcontent {
    width: 35%; }
  .bath-product .__table03.__table03_p05yokuso2 .__rightcontent {
    margin-right: 10%; }
  .bath-product .__table03.__table03_p05door .__content_p05 .__leftcontent {
    width: 25%; }
  .bath-product .__table03.__table03_p05door .__content_p05 .__rightcontent {
    width: 72%; }
  .bath-product .__table03.__table03-p06hoon .__leftcontent {
    width: 32%; }
  .bath-product .__table03.__table03-p06hoon .__rightcontent {
    width: 61%;
    margin-right: 6%; }
  .bath-product .__table03.__table03_p09maru .__leftcontent {
    width: 54%; }
  .bath-product .__table03.__table03_p09maru .__rightcontent {
    width: 43%; }
  .bath-product .__table03.__table03_p09maru .__text.__description {
    margin: 5px 0 0;
    font-size: 10px; }
  .bath-product .__table03.__table03--p10kara .__leftcontent {
    width: calc(38% - 10px); }
  .bath-product .__table03.__table03--p10kara .__centercontent {
    width: calc(34% - 10px);
    margin: 10px 0 0; }
  .bath-product .__table03.__table03--p10kara .__rightcontent {
    width: calc(28% - 10px); }
  .bath-product .__table03.__table03_p13yokuso .__text.__sub {
    margin: 5px 40px 10px 0;
    float: left;
    font-size: 22px;
    font-weight: bold; }
  .bath-product .__table03.__table03_p13yokuso .__img.icon {
    height: 40px;
    margin: -5px 10px 10px 0;
    float: left; }
    .bath-product .__table03.__table03_p13yokuso .__img.icon + .__text {
      margin: 10px 0 0;
      float: left; }
  .bath-product .__table03.__table03_p13yokuso .__content {
    clear: both; }
  .bath-product .__table03.__table03_p13yokuso .__content:first-of-type .__leftcontent {
    width: 45%; }
  .bath-product .__table03.__table03_p13yokuso .__content:first-of-type .__rightcontent {
    width: calc(55% - 20px); }
  .bath-product .__table04 .__content {
    display: flex;
    justify-content: space-between; }
    .bath-product .__table04 .__content .__borderbox {
      position: relative;
      width: calc( 50% - 10px);
      padding: 16px 16px 50px 16px;
      border: 3px solid #74562C;
      font-size: 0.8em;
      line-height: 1.4; }
      .bath-product .__table04 .__content .__borderbox .__subtitle {
        display: block;
        margin-bottom: 12px;
        color: #74562C;
        font-size: 18px;
        font-weight: bold; }
    .bath-product .__table04 .__content .__double {
      width: calc( 50% - 10px); }
    .bath-product .__table04 .__content .__column {
      display: flex;
      flex-direction: column;
      width: calc( 50% - 10px); }
      .bath-product .__table04 .__content .__column .__borderbox {
        width: 100%; }
    .bath-product .__table04 .__content .__column.__column_p08 .__leftcontent {
      width: calc(20% - 10px); }
    .bath-product .__table04 .__content .__column.__column_p08 .__centercontent {
      width: calc(45% - 10px);
      margin: 0 14px; }
    .bath-product .__table04 .__content .__column.__column_p08 .__rightcontent {
      width: calc(35% - 10px); }
  .bath-product .__table04 .__info {
    margin-top: 12px;
    font-size: 0.7em;
    line-height: 1.4; }
  .bath-product .__table04 .__pricearea .__price {
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 8px;
    padding-left: 42px;
    color: #e50012;
    font-size: 24px; }
    .bath-product .__table04 .__pricearea .__price:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 8px;
      width: 30px;
      height: 24px;
      background: url(../images/price_01.png) no-repeat center center/contain;
      content: ''; }
  .bath-product .__table04.__table04_p17 .__column.__left {
    width: calc( 65% - 10px); }
  .bath-product .__table04.__table04_p17 .__column.__right {
    flex-direction: initial;
    width: calc( 35% - 10px); }
  .bath-product .__specarea2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .bath-product .__specarea2 .__img {
      width: 48%;
      margin: 0 auto 12px; }
  .bath-product .toggle-content {
    display: none; }
  .bath-product .toggle-button {
    cursor: pointer; }
    .bath-product .toggle-button:hover {
      opacity: 0.8; }
  .bath-product .brown-button, .bath-product .pink-button {
    position: relative; }
    .bath-product .brown-button:after, .bath-product .pink-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .bath-product .brown-button.opened:after, .bath-product .pink-button.opened:after {
      transform: rotate(-180deg); }
  .bath-product .red-button {
    position: relative; }
    .bath-product .red-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .bath-product .red-button.opened:after {
      transform: rotate(-180deg); }
  .bath-product .blue-button {
    position: relative; }
    .bath-product .blue-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .bath-product .blue-button.opened:after {
      transform: rotate(-180deg); }
  .bath-product .green-button {
    position: relative; }
    .bath-product .green-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .bath-product .green-button.opened:after {
      transform: rotate(-180deg); }
  .bath-product .__title02 {
    display: block;
    margin-top: 72px;
    margin-bottom: 12px;
    padding: 8px 12px 4px;
    background: #e9474d;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1; }
  .bath-product .__title02--brown {
    background: #74562C; }
  .bath-product .__title02--orange {
    background: #ED6C00; }
  .bath-product .__title02--safety {
    background: #44af35; }
  .bath-product .__title02--design {
    background: #e50012; }
  .bath-product .__title02--pink {
    background: #CA4768; }
  .bath-product .__title02--blue {
    background: #3C80B6; }
  .bath-product .__title02--green {
    background: #5EA23A; }
  .bath-product .__moviewrap {
    cursor: pointer; }
    .bath-product .__moviewrap:hover {
      opacity: 0.8; }
    .bath-product .__moviewrap--gif {
      padding: 8px;
      border: 1px solid #e1e1e1; }
      .bath-product .__moviewrap--gif .__iconarea {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
        .bath-product .__moviewrap--gif .__iconarea .__gifarea {
          width: 40%; }
        .bath-product .__moviewrap--gif .__iconarea .__textarea {
          width: 58%; }
    .bath-product .__moviewrap .__img {
      display: block;
      width: 100%; }
  .bath-product .__moviearea01 {
    margin-bottom: 40px; }
    .bath-product .__moviearea01 .__content {
      display: flex;
      justify-content: space-between; }
    .bath-product .__moviearea01 .__leftcontent {
      width: 48%;
      min-height: 0%; }
    .bath-product .__moviearea01 .__rightcontent {
      width: 48%;
      min-height: 0%; }
    .bath-product .__moviearea01 .__contentsingle {
      justify-content: space-around; }
    .bath-product .__moviearea01 .__single {
      width: 48%;
      min-height: 0%; }
      .bath-product .__moviearea01 .__single .__img {
        display: block;
        width: 100%; }
  .bath-product .info2_add {
    display: block;
    margin-top: -70px;
    font-weight: bold; }
  .bath-product .__sizearea .__title {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #ED6C00;
    font-size: 24px;
    font-weight: bold; }
  .bath-product .__sizearea .__example {
    margin-bottom: 12px; }
    .bath-product .__sizearea .__example .__house, .bath-product .__sizearea .__example .__apart {
      display: inline-block;
      position: relative;
      height: 30px;
      margin-right: 20px;
      font-size: 20px;
      line-height: 30px; }
  .bath-product .__sizearea .__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .bath-product .__sizearea .__list .__item {
      width: calc(50% - 10px);
      margin-bottom: 12px;
      padding: 8px;
      border: 3px solid #ED6C00; }
      .bath-product .__sizearea .__list .__item .__sizename {
        display: block;
        margin-bottom: 12px;
        color: #ED6C00;
        font-size: 18px;
        font-weight: bold; }
      .bath-product .__sizearea .__list .__item .__pricearea {
        display: flex;
        justify-content: space-around;
        color: #D0121B;
        font-weight: bold; }
        .bath-product .__sizearea .__list .__item .__pricearea .__left, .bath-product .__sizearea .__list .__item .__pricearea .__right {
          width: calc(50% - 5px); }
      .bath-product .__sizearea .__list .__item .__price {
        display: inline-block;
        display: flex;
        position: relative;
        align-items: center;
        height: 24px;
        margin-right: 8px;
        font-size: 18px;
        line-height: 24px;
        text-align: center; }
      .bath-product .__sizearea .__list .__item .__tax {
        display: inline-block;
        margin-right: 2px;
        font-size: 0.7em;
        text-align: center; }
      .bath-product .__sizearea .__list .__item .__yen {
        font-size: 0.8em; }
    .bath-product .__sizearea .__list .__item.__item--blank {
      background: #C9CACA;
      color: white; }
      .bath-product .__sizearea .__list .__item.__item--blank .__sizename {
        color: white; }
      .bath-product .__sizearea .__list .__item.__item--blank .__price {
        color: white; }
    .bath-product .__sizearea .__list .__item.__text {
      width: 100%;
      padding: 0;
      border: none; }
      .bath-product .__sizearea .__list .__item.__text .__img {
        width: 100%;
        max-width: 440px; }

.bath-product .__chargearea {
  margin-top: 120px;
  margin-bottom: 40px; }
  .bath-product .__chargearea .__name {
    display: block;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: bold; }
  .bath-product .__chargearea .__service {
    display: block;
    margin-bottom: 20px; }
    .bath-product .__chargearea .__service .__img {
      width: 100%;
      height: auto; }
  .bath-product .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 24px;
    border: 2px solid #000; }

.bath-product .__form .__inputarea {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 10px;
  border-top: 3px solid #e9474d; }
  .bath-product .__form .__inputarea .__width {
    display: block;
    position: absolute;
    top: -25px;
    left: 170px;
    font-weight: bold; }
  .bath-product .__form .__inputarea .__wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 8px; }
  .bath-product .__form .__inputarea .__product {
    display: inline-block;
    padding: 12px 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
  .bath-product .__form .__inputarea:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/bath-product/common/chrage_1616.png) no-repeat center center/contain;
    content: ''; }

.bath-product .__form .__inputarea--1616 {
  border-top: 3px solid #ED6C00; }
  .bath-product .__form .__inputarea--1616:after {
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 400px;
    height: 30px;
    background: url(../images/bath-product/common/charge_1616.png) no-repeat center center/contain;
    content: ''; }

.bath-product .__form .__inputarea--1216 {
  border-top: 3px solid #ED6C00; }
  .bath-product .__form .__inputarea--1216:after {
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 400px;
    height: 30px;
    background: url(../images/bath-product/common/charge_1216.png) no-repeat center center/contain;
    content: ''; }

.bath-product .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00; }
  .bath-product .__form .__inputarea--ltype:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label02.png) no-repeat center center/contain;
    content: ''; }

.bath-product .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00; }
  .bath-product .__form .__inputarea--apart:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label03.png) no-repeat center center/contain;
    content: ''; }

.bath-product .__form .__input {
  position: relative; }

.bath-product .__form select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 1em 1em 1em 3em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.bath-product .__form select::-ms-expand {
  display: none; }

.bath-product .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 0px);
  left: 18px;
  width: 16px;
  height: 16px;
  background: url(../images/select.png) no-repeat center center/contain;
  content: ""; }

.bath-product .__form .__price {
  margin-top: 9px;
  padding: 0px 8px 4px 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
  .bath-product .__form .__price .__small {
    font-size: 0.6em; }

.bath-product .__form .__submit {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  background: #00428b;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .bath-product .__form .__submit:hover {
    opacity: 0.7; }

.bath-product .__form .__submit--75 {
  background: #00428b; }

.modal-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 80px auto;
  padding: 0 16px; }
  .modal-wrap .__img {
    display: block;
    width: 100%;
    max-width: 100%; }
  .modal-wrapiframe::-webkit-scrollbar {
    display: none; }
  .modal-wrap.no-scllor iframe::-webkit-scrollbar {
    display: none; }

.movietouch {
  position: relative;
  max-width: 85%;
  margin: 12px auto 0; }
  .movietouch .__base {
    display: block;
    max-width: 100%; }
  .movietouch .__point {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: auto; }
    .movietouch .__point:hover {
      opacity: 0.7; }
  .movietouch.movietouch--p01-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p01-01 .__point.__point02 {
    top: 9.2%;
    left: 56%;
    width: 16.5%;
    height: auto; }
  .movietouch.movietouch--p01-01 .__point.__point03 {
    top: 59%;
    left: 64%;
    width: 26%;
    height: auto; }
  .movietouch.movietouch--p01-01 .__point.__point04 {
    top: 68%;
    left: 48%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p01-01 .__point.__point05 {
    top: 86.5%;
    left: 33%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p02-01 .__point.__point01 {
    top: 15%;
    left: 73%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p02-01 .__point.__point02 {
    top: 9%;
    left: 1%;
    width: 16.5%;
    height: auto; }
  .movietouch.movietouch--p02-01 .__point.__point03 {
    top: 59%;
    left: 7%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p02-01 .__point.__point04 {
    top: 59%;
    left: 29%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p02-01 .__point.__point05 {
    top: 87.5%;
    left: 34%;
    width: 26%;
    height: auto; }
  .movietouch.movietouch--p03-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p03-01 .__point.__point02 {
    top: 12%;
    left: 53.5%;
    width: 21.5%;
    height: auto; }
  .movietouch.movietouch--p03-01 .__point.__point03 {
    top: 55.2%;
    left: 71%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p03-01 .__point.__point04 {
    top: 57%;
    left: 50%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p03-01 .__point.__point05 {
    top: 87.5%;
    left: 35.5%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p04-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p04-01 .__point.__point02 {
    top: 30%;
    left: 33.5%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p04-01 .__point.__point03 {
    top: 57.5%;
    left: 51.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p04-01 .__point.__point04 {
    top: 89.5%;
    left: 37%;
    width: 19.5%;
    height: auto; }
  .movietouch.movietouch--p04-01 .__point.__point05 {
    top: 88%;
    left: 55%;
    width: 15%;
    height: auto; }
  .movietouch.movietouch--p05-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p05-01 .__point.__point02 {
    top: 17%;
    left: 45.5%;
    width: 18.5%;
    height: auto; }
  .movietouch.movietouch--p05-01 .__point.__point03 {
    top: 60%;
    left: 64.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p05-01 .__point.__point04 {
    top: 67%;
    left: 43%;
    width: 17%;
    height: auto; }
  .movietouch.movietouch--p05-01 .__point.__point05 {
    top: 88.5%;
    left: 44.5%;
    width: 23%;
    height: auto; }
  .movietouch.movietouch--p06-01 .__point.__point01 {
    top: 15%;
    left: 72%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p06-01 .__point.__point02 {
    top: 22%;
    left: 39%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p06-01 .__point.__point03 {
    top: 62.5%;
    left: 15.5%;
    width: 23%;
    height: auto; }
  .movietouch.movietouch--p06-01 .__point.__point04 {
    top: 67.5%;
    left: 45%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p06-01 .__point.__point05 {
    top: 875%;
    left: 25.5%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p07-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p07-01 .__point.__point02 {
    top: 20%;
    left: 49%;
    width: 19.3%;
    height: auto; }
  .movietouch.movietouch--p07-01 .__point.__point03 {
    top: 59%;
    left: 67%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p07-01 .__point.__point04 {
    top: 67%;
    left: 46%;
    width: 15%;
    height: auto; }
  .movietouch.movietouch--p07-01 .__point.__point05 {
    top: 88.5%;
    left: 53%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p08-01 .__point.__point01 {
    top: 15%;
    left: 73%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p08-01 .__point.__point02 {
    top: 6%;
    left: 26%;
    width: 19.5%;
    height: auto; }
  .movietouch.movietouch--p08-01 .__point.__point03 {
    top: 54.5%;
    left: 11%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p08-01 .__point.__point04 {
    top: 70.5%;
    left: 79.5%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p08-01 .__point.__point05 {
    top: 79.5%;
    left: 40%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p09-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p09-01 .__point.__point02 {
    top: 22.5%;
    left: 56.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p09-01 .__point.__point03 {
    top: 60.5%;
    left: 75.5%;
    width: 17%;
    height: auto; }
  .movietouch.movietouch--p09-01 .__point.__point04 {
    top: 85.5%;
    left: 27%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p09-01 .__point.__point05 {
    top: 90%;
    left: 51.5%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p10-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p10-01 .__point.__point02 {
    top: 9%;
    left: 52%;
    width: 20.5%;
    height: auto; }
  .movietouch.movietouch--p10-01 .__point.__point03 {
    top: 59.5%;
    left: 71%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p10-01 .__point.__point04 {
    top: 68.5%;
    left: 0;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p10-01 .__point.__point05 {
    top: 88%;
    left: 34.5%;
    width: 20.5%;
    height: auto; }
  .movietouch.movietouch--p11-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p11-01 .__point.__point02 {
    top: 3%;
    left: 43%;
    width: 19.5%;
    height: auto; }
  .movietouch.movietouch--p11-01 .__point.__point03 {
    top: 49%;
    left: 63%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p11-01 .__point.__point04 {
    top: 89.5%;
    left: 21%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p11-01 .__point.__point05 {
    top: 84.1%;
    left: 45.5%;
    width: 15.5%;
    height: auto; }
  .movietouch.movietouch--p12-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p12-01 .__point.__point02 {
    top: 21%;
    left: 68%;
    width: 19.5%;
    height: auto; }
  .movietouch.movietouch--p12-01 .__point.__point03 {
    top: 74%;
    left: 56.5%;
    width: 20.5%;
    height: auto; }
  .movietouch.movietouch--p12-01 .__point.__point04 {
    top: 67%;
    left: 34%;
    width: 17%;
    height: auto; }
  .movietouch.movietouch--p12-01 .__point.__point05 {
    top: 89.5%;
    left: 55%;
    width: 15.5%;
    height: auto; }
  .movietouch.movietouch--p13-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p13-01 .__point.__point02 {
    top: 10.5%;
    left: 34%;
    width: 20.5%;
    height: auto; }
  .movietouch.movietouch--p13-01 .__point.__point03 {
    top: 58%;
    left: 55%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p13-01 .__point.__point04 {
    top: 68.5%;
    left: 26.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p13-01 .__point.__point05 {
    top: 89.5%;
    left: 60.5%;
    width: 16%;
    height: auto; }
  .movietouch.movietouch--p14-01 .__point.__point01 {
    top: 15%;
    left: 73%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p14-01 .__point.__point02 {
    top: 4%;
    left: 32%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p14-01 .__point.__point03 {
    top: 57%;
    left: 16%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p14-01 .__point.__point04 {
    top: 75.5%;
    left: 85%;
    width: 12%;
    height: auto; }
  .movietouch.movietouch--p14-01 .__point.__point05 {
    top: 87%;
    left: 18.5%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p15-01 .__point.__point01 {
    top: 15%;
    left: 2%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p15-01 .__point.__point02 {
    top: 9%;
    left: 38%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p15-01 .__point.__point03 {
    top: 65.5%;
    left: 57%;
    width: 24%;
    height: auto; }
  .movietouch.movietouch--p15-01 .__point.__point04 {
    top: 89%;
    left: 36.5%;
    width: 18%;
    height: auto; }
  .movietouch.movietouch--p15-01 .__point.__point05 {
    top: 79%;
    left: 50.5%;
    width: 14%;
    height: auto; }
  .movietouch.movietouch--p16-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p16-01 .__point.__point02 {
    top: 1%;
    left: 47.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p16-01 .__point.__point03 {
    top: 65.5%;
    left: 68%;
    width: 23%;
    height: auto; }
  .movietouch.movietouch--p16-01 .__point.__point04 {
    top: 77.5%;
    left: 32.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p16-01 .__point.__point05 {
    top: 89.7%;
    left: 51%;
    width: 17.5%;
    height: auto; }
  .movietouch.movietouch--p17-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p17-01 .__point.__point02 {
    top: 5.5%;
    left: 48.5%;
    width: 19.5%;
    height: auto; }
  .movietouch.movietouch--p17-01 .__point.__point03 {
    top: 69%;
    left: 56%;
    width: 30%;
    height: auto; }
  .movietouch.movietouch--p17-01 .__point.__point04 {
    top: 73.5%;
    left: 0;
    width: 12%;
    height: auto; }
  .movietouch.movietouch--p17-01 .__point.__point05 {
    top: 90%;
    left: 26%;
    width: 23.5%;
    height: auto; }
  .movietouch.movietouch--p18-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p18-01 .__point.__point02 {
    top: 13%;
    left: 38.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p18-01 .__point.__point03 {
    top: 58.5%;
    left: 33%;
    width: 22%;
    height: auto; }
  .movietouch.movietouch--p18-01 .__point.__point04 {
    top: 68.5%;
    left: 38%;
    width: 19%;
    height: auto; }
  .movietouch.movietouch--p18-01 .__point.__point05 {
    top: 88%;
    left: 48.5%;
    width: 17%;
    height: auto; }
  .movietouch.movietouch--p19-01 .__point.__point01 {
    top: 15%;
    left: 2.5%;
    width: 25%;
    height: auto; }
  .movietouch.movietouch--p19-01 .__point.__point02 {
    top: 4.5%;
    left: 44%;
    width: 20%;
    height: auto; }
  .movietouch.movietouch--p19-01 .__point.__point03 {
    top: 55.5%;
    left: 28.5%;
    width: 26%;
    height: auto; }
  .movietouch.movietouch--p19-01 .__point.__point04 {
    top: 65%;
    left: 33.5%;
    width: 21%;
    height: auto; }
  .movietouch.movietouch--p19-01 .__point.__point05 {
    top: 87%;
    left: 45.5%;
    width: 20%;
    height: auto; }

.bath-product.type-m .__table02 {
  border: 3px solid #757ebc; }
  .bath-product.type-m .__table02 .__title {
    background: #757ebc; }
  .bath-product.type-m .__table02 .__content .__bgorange {
    background: #e5e5f3; }
    .bath-product.type-m .__table02 .__content .__bgorange .__head {
      color: #757ebc; }

#bathlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#bathlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#bathlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #bathlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: auto; }

#bathlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #bathlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #bathlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#bathlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #bathlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#bathlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #bathlineup .sec01 .pankuzu.active:after {
    display: none; }

#bathlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#bathlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #bathlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #bathlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #bathlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#bathlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0; }

#bathlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #bathlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #bathlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #bathlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #bathlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold;
      line-height: 56px; }
      #bathlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #bathlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#bathlineup .sec02 .sec02_itemwrap {
  margin: 80px 0 0 0; }
  #bathlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(0, -50%);
      content: ""; }
  #bathlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse01 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse02 {
          width: 100%;
          max-width: 450px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse03 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse04 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse05 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse06 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse07 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse10 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
          width: 100%;
          max-width: 230px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment01 {
          width: 100%;
          max-width: 400px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment02 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment04 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment05 {
          width: 100%;
          max-width: 270px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment06 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment07 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment08 {
          width: 100%;
          max-width: 270px;
          height: auto; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
      margin: 0 0 20px 0;
      font-size: 24px;
      font-weight: bold; }
    #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        width: 39%; }
      #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 59%; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
          flex-basis: 48%;
          font-size: 18px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 12px 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 8px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 0 0 0 30px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_color.png) no-repeat center center/contain; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 10px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#bathlineup .sec02_singlehouse .sec02_tit {
  padding: 0 0 0 30px; }
  #bathlineup .sec02_singlehouse .sec02_tit:before {
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain; }

#bathlineup .sec02_singlehouse .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#bathlineup .sec02_apartment .sec02_tit {
  padding: 0 0 0 30px; }
  #bathlineup .sec02_apartment .sec02_tit:before {
    width: 21px;
    height: 23px;
    background: url(../images/common/icon_apartment-red.png) no-repeat center center/contain; }

#bathlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #bathlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #bathlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #bathlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #bathlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#bathlineup .sec03 {
  background: #00308B; }
  #bathlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #bathlineup .sec03 .sec03_tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #bathlineup .sec03 .sec03_subtit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
    #bathlineup .sec03 .sec03_subtit:before {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      background: #fff url(../images/common/icon_apartment-blue.png) no-repeat center center/50% auto;
      vertical-align: middle;
      content: ""; }
  #bathlineup .sec03 .sec03_point {
    margin: 40px 0; }
    #bathlineup .sec03 .sec03_point .point_list {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 0 0 20px 0;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec03 .sec03_point .point_list .img_wrap {
        flex: 0 0 438px;
        max-width: 438px; }
      #bathlineup .sec03 .sec03_point .point_list .img {
        width: 438px;
        height: 200px;
        border-radius: 8px 0 0 8px; }
      #bathlineup .sec03 .sec03_point .point_list .list_text {
        padding: 20px; }
      #bathlineup .sec03 .sec03_point .point_list .list_tit {
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold; }
    #bathlineup .sec03 .sec03_point .point_listlast {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px;
      border-radius: 8px;
      background: #fff; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_tit {
        width: 100%;
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_point {
        display: flex;
        position: relative;
        width: 100%; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_pointlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_list {
        width: 49%;
        margin: 0 0 8px 0;
        border-radius: 8px;
        background: #5AACD4;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list .text {
          height: 80px;
          padding: 18px; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
          padding: 30px; }
        #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
          padding: 10px; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_img {
        flex-basis: 310px;
        width: 100%;
        max-width: 310px;
        background: url(../images/bathlineup/lastpoint_bg.png) no-repeat bottom center/contain; }
      #bathlineup .sec03 .sec03_point .point_listlast .last_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto; }
      #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 {
        width: 48%; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #E60013;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
            background: #ED404E; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 36px;
          line-height: 1.2; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_tel.png) no-repeat center center/contain;
            content: ""; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
          font-size: 23px; }
      #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 {
        width: 48%; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
            background: #3560B2; }
        #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px;
          line-height: 1.5; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#bathlineup .sec04 {
  background: #eeeeee; }
  #bathlineup .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #bathlineup .sec04 .sec04_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #bathlineup .sec04 .sec04_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #bathlineup .sec04 .sec04_content {
    margin: 30px 0 0 0; }
    #bathlineup .sec04 .sec04_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #bathlineup .sec04 .sec04_content .link {
      height: 80px; }
    #bathlineup .sec04 .sec04_content .img {
      width: 80px;
      height: 80px; }
  #bathlineup .sec04 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #bathlineup .sec04 .content_attention {
    color: #999999;
    font-size: 12px; }

#fit .l-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

#fit .__img {
  display: block; }

#fit .sec02 {
  position: relative; }
  #fit .sec02 .__button01 {
    position: absolute;
    top: 71.5%;
    left: 7%;
    width: 86%; }
    #fit .sec02 .__button01:hover {
      opacity: 0.6; }

#fit .sec03 {
  position: relative; }
  #fit .sec03 .__anker:hover {
    transform: scale(1.05); }
  #fit .sec03 .__button02 {
    position: absolute;
    top: 87.6%;
    left: 33%;
    width: 37%; }
  #fit .sec03 .__button03 {
    position: absolute;
    top: 88.7%;
    left: 0%;
    width: 37%; }
  #fit .sec03 .__button04 {
    position: absolute;
    top: 82.7%;
    left: 69.5%;
    width: 28%; }

#fit .sec06 {
  margin-bottom: 80px; }

#fit .__cta {
  width: 88%;
  margin-bottom: 20px;
  margin-left: 6%; }
  #fit .__cta:hover {
    opacity: 0.6; }

#fit .__button05 {
  width: 88%;
  margin-bottom: 20px;
  margin-left: 6%; }
  #fit .__button05:hover {
    opacity: 0.6; }

#flow .sec01 .sec01_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#flow .sec01 .sec01_smalltit {
  display: block;
  font-size: 12px; }

#flow .pankuzu_wrap .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #flow .pankuzu_wrap .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #flow .pankuzu_wrap .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#flow .pankuzu_wrap .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #flow .pankuzu_wrap .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#flow .pankuzu_wrap .pankuzu.active {
  padding-right: 0px; }
  #flow .pankuzu_wrap .pankuzu.active:after {
    display: none; }

#flow .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#flow .sec02 .sec02_flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0; }
  #flow .sec02 .sec02_flow .flow_list {
    width: 45%;
    margin: 0 0 40px 0; }
    #flow .sec02 .sec02_flow .flow_list .list_tit {
      padding: 5px 0;
      border-radius: 5px;
      background: #EB6100;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      #flow .sec02 .sec02_flow .flow_list .list_tit .small {
        margin: 0 0 0 5px; }
    #flow .sec02 .sec02_flow .flow_list .list_description {
      padding: 10px 0 0 0;
      font-size: 16px; }
    #flow .sec02 .sec02_flow .flow_list .img {
      width: 100%;
      border-radius: 8px 8px 0 0; }
  #flow .sec02 .sec02_flow .flow_list:nth-child(odd) {
    position: relative; }
    #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
      display: block;
      position: absolute;
      top: 50%;
      right: -60px;
      width: 30px;
      height: 45px;
      background: url(../images/common/arrow_right-orange.png) no-repeat center center/contain;
      content: ''; }
  #flow .sec02 .sec02_flow .flow_list:nth-child(even) {
    position: relative; }
    #flow .sec02 .sec02_flow .flow_list:nth-child(even):last-child:after {
      display: none; }

#freequote .sec01 {
  background: #E60013; }
  #freequote .sec01 .sec01_tit {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #freequote .sec01 .sec01_smalltit {
    display: block;
    font-size: 12px; }

#freequote .pankuzu_wrap .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #freequote .pankuzu_wrap .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #freequote .pankuzu_wrap .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#freequote .pankuzu_wrap .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #freequote .pankuzu_wrap .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#freequote .pankuzu_wrap .pankuzu.active {
  padding-right: 0px; }
  #freequote .pankuzu_wrap .pankuzu.active:after {
    display: none; }

#freequote .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#freequote .sec02 .sec02_quotation {
  margin: 40px 0; }
  #freequote .sec02 .sec02_quotation .quotation_list {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
    border-radius: 8px;
    background: #fff; }
    #freequote .sec02 .sec02_quotation .quotation_list:hover {
      opacity: 0.6; }
    #freequote .sec02 .sec02_quotation .quotation_list .img {
      width: 100%;
      border-radius: 8px 8px 0 0; }
    #freequote .sec02 .sec02_quotation .quotation_list .list_text {
      position: relative;
      color: #fff;
      text-align: center; }
      #freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        width: 10px;
        height: 14px;
        transform: translate(-50%, -50%);
        background: url(../images/common/arrow_right-wh.png) no-repeat center/contain;
        content: ''; }
    #freequote .sec02 .sec02_quotation .quotation_list .list_tit {
      font-size: 24px;
      font-weight: bold; }
      #freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
        margin: 0 0 0 5px; }
    #freequote .sec02 .sec02_quotation .quotation_list .list_description {
      font-size: 20px;
      font-weight: bold; }
  #freequote .sec02 .sec02_quotation .quotation_list1 {
    background: #0364AC; }
  #freequote .sec02 .sec02_quotation .quotation_list2 {
    background: #009947; }
  #freequote .sec02 .sec02_quotation .quotation_list3 {
    background: #F29702; }
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline {
      display: block; }
  #freequote .sec02 .sec02_quotation .quotation_list4 {
    background: #019FB8; }
  #freequote .sec02 .sec02_quotation .quotation_list2,
  #freequote .sec02 .sec02_quotation .quotation_list3,
  #freequote .sec02 .sec02_quotation .quotation_list4 {
    width: calc(33.33% - 20px);
    margin: 0; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_text,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_text,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_text {
      line-height: 1.3; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit {
      margin: 0 0 3px 0; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
    #freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
    #freequote .sec02 .sec02_quotation .quotation_list4 .list_description {
      font-size: 16px; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
    #freequote .sec02 .sec02_quotation .quotation_list4 .newline2 {
      display: block; }
    #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
    #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
    #freequote .sec02 .sec02_quotation .quotation_list4 .newline3 {
      display: none; }
  #freequote .sec02 .sec02_quotation .sec02_3col {
    display: flex;
    justify-content: space-between; }

.gasconro-product {
  letter-spacing: 0; }
  .gasconro-product .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 0; }
  .gasconro-product .sec02 .sec02_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    .gasconro-product .sec02 .sec02_menu .menu_list {
      width: 48%; }
      .gasconro-product .sec02 .sec02_menu .menu_list .link {
        display: block;
        position: relative;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        .gasconro-product .sec02 .sec02_menu .menu_list .link:hover {
          background: #ED404E; }
        .gasconro-product .sec02 .sec02_menu .menu_list .link:after {
          display: block;
          position: absolute;
          top: auto;
          right: 50%;
          bottom: 8px;
          width: 6px;
          height: 10px;
          transform: translate(0, -50%);
          transform: rotate(90deg);
          background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
          content: ""; }
      .gasconro-product .sec02 .sec02_menu .menu_list .list_tit {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        font-weight: bold;
        line-height: 56px; }
        .gasconro-product .sec02 .sec02_menu .menu_list .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translate(0, -50%);
          content: ""; }
      .gasconro-product .sec02 .sec02_menu .menu_list .list_01:before {
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
      .gasconro-product .sec02 .sec02_menu .menu_list .list_02:before {
        width: 21px;
        height: 23px;
        background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }
  .gasconro-product br.sp-only {
    display: none; }
  .gasconro-product .headarea .__imglabel {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 12px; }
  .gasconro-product .headarea .__logoarea .__title {
    display: block;
    margin-bottom: 20px; }
    .gasconro-product .headarea .__logoarea .__title .__logo {
      display: block;
      height: 55px; }
    .gasconro-product .headarea .__logoarea .__title .__logo.__logo--60 {
      height: 60px; }
  .gasconro-product .headarea .__logoarea .__num {
    display: block;
    margin-bottom: 4px;
    font-size: 1.1em;
    font-weight: bold; }
  .gasconro-product .headarea .__imgarea {
    margin-top: 20px;
    margin-bottom: 20px; }
    .gasconro-product .headarea .__imgarea .__img {
      width: 100%; }
    .gasconro-product .headarea .__imgarea .__size-m {
      display: block;
      max-width: 600px;
      margin: 80px auto 0; }
    .gasconro-product .headarea .__imgarea .__marginTop0 {
      margin-top: 0; }
  .gasconro-product .headarea .slider-for {
    z-index: 1;
    max-width: 700px;
    height: fit-content;
    margin: 0 auto 20px; }
  .gasconro-product .headarea .slider-nav {
    height: fit-content; }
  .gasconro-product .headarea .slick-slide {
    z-index: 1;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
  .gasconro-product .headarea .bottom-slide {
    position: relative; }
    .gasconro-product .headarea .bottom-slide .slick-arrow {
      display: block;
      z-index: 2;
      position: absolute;
      width: 30px;
      height: 30px; }
    .gasconro-product .headarea .bottom-slide .slick-prev:before, .gasconro-product .headarea .bottom-slide .slick-next:before {
      color: #333; }
    .gasconro-product .headarea .bottom-slide .slick-prev {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      left: -20px;
      width: 30px;
      height: 30px; }
    .gasconro-product .headarea .bottom-slide .slick-next {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      right: -20px;
      width: 30px;
      height: 30px; }
  .gasconro-product .__table01 {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 3px solid #e9474d; }
    .gasconro-product .__table01 .__row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e9474d;
      background: #f2d1d5;
      font-size: 1em;
      font-weight: bold; }
      .gasconro-product .__table01 .__row:last-child {
        border: none; }
      .gasconro-product .__table01 .__row .__th {
        box-sizing: border-box;
        display: block;
        width: 200px;
        padding: 4px; }
      .gasconro-product .__table01 .__row .__td {
        display: block;
        width: calc(100% - 160px);
        padding: 4px 8px;
        border-left: 1px solid #e9474d;
        background: white; }
  .gasconro-product .__table02wrap50 {
    display: flex;
    justify-content: space-between; }
    .gasconro-product .__table02wrap50 .__table02 {
      width: 49%;
      padding: 10px; }
  .gasconro-product .__table02 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    border: 3px solid #e9474d; }
    .gasconro-product .__table02 .__title {
      display: block;
      margin-bottom: 12px;
      padding: 8px 12px 4px;
      background: #e9474d;
      color: #fff;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 1; }
    .gasconro-product .__table02 .__content {
      display: flex;
      justify-content: space-between; }
      .gasconro-product .__table02 .__content .__single {
        min-height: 0%; }
        .gasconro-product .__table02 .__content .__single .__img {
          display: block;
          width: 100%; }
      .gasconro-product .__table02 .__content .__leftcontent {
        width: 50%;
        min-height: 0%;
        padding-right: 2%;
        border-right: #e9474d 2px solid; }
      .gasconro-product .__table02 .__content .__rightcontent {
        width: 48%;
        min-height: 0%; }
    .gasconro-product .__table02 .__content--three {
      display: flex;
      justify-content: space-between; }
      .gasconro-product .__table02 .__content--three .__item {
        width: 33%; }
  .gasconro-product .__table02.__panel {
    margin-top: 40px; }
  .gasconro-product .__table02.__table02--smallimg .__single {
    width: 100%; }
  .gasconro-product .__table02.__table02--smallimg .__img {
    display: block;
    max-width: 400px;
    margin: 0 auto; }
  .gasconro-product .__navmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0; }
    .gasconro-product .__navmenu .__item {
      width: 24.5%;
      padding: 10px 4px 8px;
      color: white;
      font-size: 1.8em;
      font-weight: bold;
      text-align: center; }
      .gasconro-product .__navmenu .__item:hover {
        opacity: .7; }
      .gasconro-product .__navmenu .__item:first-child {
        background: #f39800; }
      .gasconro-product .__navmenu .__item:nth-child(2) {
        background: #0068b6; }
      .gasconro-product .__navmenu .__item:nth-child(3) {
        background: #44af35; }
      .gasconro-product .__navmenu .__item:nth-child(4) {
        background: #e50012; }
      .gasconro-product .__navmenu .__item .__link {
        display: block;
        color: white;
        text-decoration: none; }
  .gasconro-product .__table03 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 16px 20px;
    border: 2px solid #000; }
    .gasconro-product .__table03 .__subtitle {
      margin-bottom: 20px;
      padding-bottom: 2px;
      border-bottom: 1px solid #000;
      font-size: 1.7em;
      font-weight: bold; }
    .gasconro-product .__table03 .__subtitle.__sprit {
      display: flex;
      justify-content: space-between; }
      .gasconro-product .__table03 .__subtitle.__sprit .__right {
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4; }
    .gasconro-product .__table03 .__text {
      display: block;
      margin-bottom: 12px; }
      .gasconro-product .__table03 .__text .__red {
        color: #e9474d; }
      .gasconro-product .__table03 .__text .__small {
        font-size: 0.9em; }
    .gasconro-product .__table03 .__margin--middle {
      margin-bottom: 40px; }
    .gasconro-product .__table03 .__margin--small {
      margin-bottom: 20px; }
    .gasconro-product .__table03 .__content {
      display: flex;
      justify-content: space-between; }
      .gasconro-product .__table03 .__content .__img {
        width: 100%;
        max-width: 100%; }
      .gasconro-product .__table03 .__content .__leftcontent {
        width: 47%;
        min-height: 0%; }
        .gasconro-product .__table03 .__content .__leftcontent.__marginBottom0 {
          margin-bottom: 0; }
      .gasconro-product .__table03 .__content .__rightcontent {
        width: 47%;
        min-height: 0%; }
  .gasconro-product .__specarea2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .gasconro-product .__specarea2 .__img {
      width: 48%;
      margin: 0 auto 12px; }
  .gasconro-product .toggle-content {
    display: none; }
  .gasconro-product .toggle-button {
    cursor: pointer; }
    .gasconro-product .toggle-button:hover {
      opacity: 0.8; }
  .gasconro-product .yellow-button {
    position: relative; }
    .gasconro-product .yellow-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/gasconro-product/common/open-button.png) no-repeat center center/contain;
      content: ''; }
    .gasconro-product .yellow-button.opened:after {
      transform: rotate(-180deg); }
  .gasconro-product .red-button {
    position: relative; }
    .gasconro-product .red-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/gasconro-product/common/open-button.png) no-repeat center center/contain;
      content: ''; }
    .gasconro-product .red-button.opened:after {
      transform: rotate(-180deg); }
  .gasconro-product .blue-button {
    position: relative; }
    .gasconro-product .blue-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/gasconro-product/common/open-button.png) no-repeat center center/contain;
      content: ''; }
    .gasconro-product .blue-button.opened:after {
      transform: rotate(-180deg); }
  .gasconro-product .green-button {
    position: relative; }
    .gasconro-product .green-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/gasconro-product/common/open-button.png) no-repeat center center/contain;
      content: ''; }
    .gasconro-product .green-button.opened:after {
      transform: rotate(-180deg); }
  .gasconro-product .__title02 {
    display: block;
    margin-top: 72px;
    margin-bottom: 12px;
    padding: 8px 12px 4px;
    background: #e9474d;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1; }
  .gasconro-product .__title02--function {
    background: #f39800; }
  .gasconro-product .__title02--care {
    background: #0068b6; }
  .gasconro-product .__title02--safety {
    background: #44af35; }
  .gasconro-product .__title02--design {
    background: #e50012; }
  .gasconro-product .__moviewrap .__img {
    cursor: pointer; }
    .gasconro-product .__moviewrap .__img:hover {
      opacity: 0.8; }
  .gasconro-product .__moviearea01 {
    margin-bottom: 40px; }
    .gasconro-product .__moviearea01 .__content {
      display: flex;
      justify-content: space-between; }
    .gasconro-product .__moviearea01 .__leftcontent {
      width: 48%;
      min-height: 0%; }
    .gasconro-product .__moviearea01 .__rightcontent {
      width: 48%;
      min-height: 0%; }
    .gasconro-product .__moviearea01 .__contentsingle {
      justify-content: space-around; }
    .gasconro-product .__moviearea01 .__single {
      width: 48%;
      min-height: 0%; }
      .gasconro-product .__moviearea01 .__single .__img {
        display: block;
        width: 100%; }
  .gasconro-product .info2_add {
    display: block;
    margin-top: -70px;
    font-weight: bold; }

.gasconro-product .__chargearea, #gasconro .__chargearea {
  margin-top: 120px;
  margin-bottom: 40px; }
  .gasconro-product .__chargearea .__name, #gasconro .__chargearea .__name {
    display: block;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: bold; }
  .gasconro-product .__chargearea .__service, #gasconro .__chargearea .__service {
    display: block;
    margin-bottom: 20px; }
    .gasconro-product .__chargearea .__service .__img, #gasconro .__chargearea .__service .__img {
      width: 100%;
      height: auto; }
  .gasconro-product .__chargearea .__mitsumori, #gasconro .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 24px;
    border: 2px solid #000; }

.gasconro-product .__form .__inputarea, #gasconro .__form .__inputarea {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 48px;
  border-top: 3px solid #e9474d; }
  .gasconro-product .__form .__inputarea .__product, #gasconro .__form .__inputarea .__product {
    display: inline-block;
    padding: 12px 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
  .gasconro-product .__form .__inputarea:after, #gasconro .__form .__inputarea:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/gasconro-product/common/tenban60.png) no-repeat center center/contain;
    content: ''; }

.gasconro-product .__form .__inputarea--75, #gasconro .__form .__inputarea--75 {
  border-top: 3px solid #5084c4; }
  .gasconro-product .__form .__inputarea--75:after, #gasconro .__form .__inputarea--75:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/gasconro-product/common/tenban75.png) no-repeat center center/contain;
    content: ''; }

.gasconro-product .__form .__input, #gasconro .__form .__input {
  position: relative; }

.gasconro-product .__form select, #gasconro .__form select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 1em 1em 1em 3em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.gasconro-product .__form select::-ms-expand, #gasconro .__form select::-ms-expand {
  display: none; }

.gasconro-product .__form .__input::after, #gasconro .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 0px);
  left: 18px;
  width: 16px;
  height: 16px;
  background: url(../images/gasconro-product/common/select.png) no-repeat center center/contain;
  content: ""; }

.gasconro-product .__form .__price, #gasconro .__form .__price {
  margin-top: 9px;
  padding: 0px 8px 4px 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
  .gasconro-product .__form .__price .__small, #gasconro .__form .__price .__small {
    font-size: 0.6em; }

.gasconro-product .__form .__submit, #gasconro .__form .__submit {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  background: #00428b;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .gasconro-product .__form .__submit:hover, #gasconro .__form .__submit:hover {
    opacity: 0.7; }

.gasconro-product .__form .__submit--75, #gasconro .__form .__submit--75 {
  background: #00428b; }

#gasconro .__chargearea {
  margin-top: 0;
  margin-bottom: 20px; }
  #gasconro .__chargearea .__mitsumori {
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 24px;
    border: 2px solid #000; }

#gasconro .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#gasconro .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#gasconro .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #gasconro .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: auto; }

#gasconro .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #gasconro .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #gasconro .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#gasconro .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #gasconro .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#gasconro .sec01 .pankuzu.active {
  padding-right: 0px; }
  #gasconro .sec01 .pankuzu.active:after {
    display: none; }

#gasconro .sec01 .sec01_wrap {
  background: #eeeeee; }

#gasconro .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #gasconro .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #gasconro .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #gasconro .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #gasconro .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #gasconro .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #gasconro .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#gasconro .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0; }

#gasconro .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #gasconro .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #gasconro .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #gasconro .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #gasconro .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #gasconro .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold;
      line-height: 56px; }
      #gasconro .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #gasconro .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #gasconro .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#gasconro .sec02 .sec02_itemwrap {
  margin: 80px 0 0 0; }
  #gasconro .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #gasconro .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translate(0, -50%);
      content: ""; }
  #gasconro .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0; }
    #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse01 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse02 {
          width: 100%;
          max-width: 450px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse03 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse04 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse05 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse06 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse07 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse10 {
          width: 100%;
          max-width: 320px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
          width: 100%;
          max-width: 230px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment01 {
          width: 100%;
          max-width: 400px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment02 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment04 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment05 {
          width: 100%;
          max-width: 270px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment06 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment07 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment08 {
          width: 100%;
          max-width: 270px;
          height: auto; }
      #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        width: 240px;
        padding: 4px 0px;
        font-weight: bold; }
    #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
      margin: 0 0 20px 0;
      font-size: 24px;
      font-weight: bold; }
    #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        width: 39%; }
      #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 59%; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text img {
          width: 100%; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
          flex-basis: 48%;
          font-size: 18px; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 12px 0; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_spec {
          display: block;
          width: 100%;
          width: 48%;
          height: 60px;
          margin: 8px 2% 24px 52%;
          border-radius: 8px;
          background: #a48b78;
          color: white;
          font-weight: bold;
          line-height: 60px;
          text-align: center;
          cursor: pointer; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_spec:hover {
            opacity: 0.7; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 10px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#gasconro .sec02_singlehouse .sec02_tit {
  padding: 0 0 0 30px; }
  #gasconro .sec02_singlehouse .sec02_tit:before {
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain; }

#gasconro .sec02_singlehouse .sec02_item:last-child {
  padding: 40px 0 0 0; }

#gasconro .sec02_apartment .sec02_tit {
  padding: 0 0 0 30px; }
  #gasconro .sec02_apartment .sec02_tit:before {
    width: 21px;
    height: 23px;
    background: url(../images/common/icon_apartment-red.png) no-repeat center center/contain; }

#gasconro .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #gasconro .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #gasconro .sec02_btn .link:hover {
      background: #ED404E; }
  #gasconro .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #gasconro .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#gasconro .sec03 {
  background: #00308B; }
  #gasconro .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #gasconro .sec03 .sec03_tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #gasconro .sec03 .sec03_subtit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
    #gasconro .sec03 .sec03_subtit:before {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      background: #fff url(../images/common/icon_apartment-blue.png) no-repeat center center/50% auto;
      vertical-align: middle;
      content: ""; }
  #gasconro .sec03 .sec03_point {
    margin: 40px 0; }
    #gasconro .sec03 .sec03_point .point_list {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 0 0 20px 0;
      border-radius: 8px;
      background: #fff; }
      #gasconro .sec03 .sec03_point .point_list .img_wrap {
        flex: 0 0 438px;
        max-width: 438px; }
      #gasconro .sec03 .sec03_point .point_list .img {
        width: 438px;
        height: 200px;
        border-radius: 8px 0 0 8px; }
      #gasconro .sec03 .sec03_point .point_list .list_text {
        padding: 20px; }
      #gasconro .sec03 .sec03_point .point_list .list_tit {
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold; }
    #gasconro .sec03 .sec03_point .point_listlast {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px;
      border-radius: 8px;
      background: #fff; }
      #gasconro .sec03 .sec03_point .point_listlast .last_tit {
        width: 100%;
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
      #gasconro .sec03 .sec03_point .point_listlast .last_point {
        display: flex;
        position: relative;
        width: 100%; }
      #gasconro .sec03 .sec03_point .point_listlast .last_pointlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0; }
      #gasconro .sec03 .sec03_point .point_listlast .last_list {
        width: 49%;
        margin: 0 0 8px 0;
        border-radius: 8px;
        background: #5AACD4;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #gasconro .sec03 .sec03_point .point_listlast .last_list .text {
          height: 80px;
          padding: 18px; }
        #gasconro .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
          padding: 30px; }
        #gasconro .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
          padding: 10px; }
      #gasconro .sec03 .sec03_point .point_listlast .last_img {
        flex-basis: 310px;
        width: 100%;
        max-width: 310px;
        background: url(../images/bathlineup/lastpoint_bg.png) no-repeat bottom center/contain; }
      #gasconro .sec03 .sec03_point .point_listlast .last_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto; }
      #gasconro .sec03 .sec03_point .point_listlast .btn_list01 {
        width: 48%; }
        #gasconro .sec03 .sec03_point .point_listlast .btn_list01 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #E60013;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
            background: #ED404E; }
        #gasconro .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 36px;
          line-height: 1.2; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list01 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_tel.png) no-repeat center center/contain;
            content: ""; }
        #gasconro .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
          font-size: 23px; }
      #gasconro .sec03 .sec03_point .point_listlast .btn_list02 {
        width: 48%; }
        #gasconro .sec03 .sec03_point .point_listlast .btn_list02 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
            background: #3560B2; }
        #gasconro .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px;
          line-height: 1.5; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list02 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#gasconro .sec04 {
  background: #eeeeee; }
  #gasconro .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #gasconro .sec04 .sec04_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #gasconro .sec04 .sec04_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #gasconro .sec04 .sec04_content {
    margin: 30px 0 0 0; }
    #gasconro .sec04 .sec04_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #gasconro .sec04 .sec04_content .link {
      height: 80px; }
    #gasconro .sec04 .sec04_content .img {
      width: 80px;
      height: 80px; }
  #gasconro .sec04 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #gasconro .sec04 .content_attention {
    color: #999999;
    font-size: 12px; }

#gasconro .selectarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: -20px; }
  #gasconro .selectarea .selectbox {
    position: relative;
    width: 100%;
    margin: 0em auto 1em; }
  #gasconro .selectarea .selectarea_item {
    width: 48%; }
    #gasconro .selectarea .selectarea_item .label {
      font-weight: bold; }
  #gasconro .selectarea select {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 0.5em;
    border: #333 1px solid;
    border-radius: 0;
    background: none;
    font-size: 1em; }
  #gasconro .selectarea select::-ms-expand {
    display: none; }
  #gasconro .selectarea .selectbox::after {
    display: block;
    z-index: -3;
    position: absolute;
    top: 35%;
    right: 5%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-30%);
    border-right: #333 2px solid;
    border-bottom: #333 2px solid;
    content: ""; }
  #gasconro .selectarea .color.selectbox select {
    border-radius: 2em;
    background: blue;
    color: #fff; }
  #gasconro .selectarea .color.selectbox::after {
    border-right: #fff 5px solid;
    border-bottom: #fff 5px solid; }

#gasconro .item_redbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px 0; }
  #gasconro .item_redbtn .redbtn_list {
    width: 48%;
    margin: 12px auto 12px; }
    #gasconro .item_redbtn .redbtn_list .link {
      display: block;
      width: 100%;
      height: 64px;
      padding: 10px 8px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-weight: bold;
      line-height: 22px;
      text-align: center; }
      #gasconro .item_redbtn .redbtn_list .link:hover {
        background: #ED404E; }
    #gasconro .item_redbtn .redbtn_list .redbtn_text {
      display: inline-block;
      position: relative;
      padding: 0 20px 0 0;
      font-weight: bold; }
      #gasconro .item_redbtn .redbtn_list .redbtn_text:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        content: ""; }
    #gasconro .item_redbtn .redbtn_list .redbtn_text01 {
      padding: 0 0 0 30px; }
      #gasconro .item_redbtn .redbtn_list .redbtn_text01:before {
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_color.png) no-repeat center center/contain; }
    #gasconro .item_redbtn .redbtn_list .redbtn_text02 {
      padding: 10px 0px 10px 30px; }
      #gasconro .item_redbtn .redbtn_list .redbtn_text02:before {
        width: 24px;
        height: 32px;
        background: url(../images/common/icon_book.png) no-repeat center center/contain; }

#gasconro .item_info2 {
  margin-bottom: 12px; }
  #gasconro .item_info2 .info2_item {
    margin-bottom: 24px; }
    #gasconro .item_info2 .info2_item .info2_add {
      display: block;
      font-size: 15px;
      font-weight: bold; }

#gasconro .item_info3 {
  margin-top: 20px; }
  #gasconro .item_info3 .koji_button {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 60px;
    margin: 12px auto;
    border-radius: 6px;
    background: #94252a;
    color: white;
    text-align: center;
    cursor: pointer; }
    #gasconro .item_info3 .koji_button:hover {
      opacity: 0.7; }
    #gasconro .item_info3 .koji_button .button-text {
      display: inline-block;
      position: relative;
      margin: 20px auto 0;
      padding-left: 36px;
      font-size: 15px;
      font-weight: bold; }
      #gasconro .item_info3 .koji_button .button-text:after {
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        width: 26px;
        height: 26px;
        background: url(../images/gasconro/icon_koji.png) no-repeat center/contain;
        content: ''; }

#gasconro .sec02_wrap .sec02_item {
  display: none;
  border-top: 1px solid #595757; }

#gasconro .sec02_wrap .sec02_item.tab_active {
  display: block; }

#gasconro .sec02_wrap .info2_title {
  display: block;
  margin: 12px 0 4px;
  font-size: 22px;
  font-weight: bold; }

#gasconro .sec02_wrap .item_img img {
  width: 100%; }

#gasconro .sec02_wrap .priceBtn {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 1% 20% 1% 1%;
  overflow: hidden;
  border: 2px #e9474d solid; }
  #gasconro .sec02_wrap .priceBtn:hover {
    opacity: 0.7; }
  #gasconro .sec02_wrap .priceBtn.priceBtn--blue {
    border: 2px #5185c5 solid; }
  #gasconro .sec02_wrap .priceBtn .priceBtn__tenbanImg {
    width: 20%; }
  #gasconro .sec02_wrap .priceBtn .priceBtn__text {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18%;
    transform: translate(0, -50%); }
  #gasconro .sec02_wrap .priceBtn .priceBtn__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0.5%; }
    #gasconro .sec02_wrap .priceBtn .priceBtn__bottom .priceBtn__num {
      width: 70%; }
    #gasconro .sec02_wrap .priceBtn .priceBtn__bottom .priceBtn__price {
      width: 30%; }

.sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list {
  box-sizing: border-box;
  position: relative; }
  .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_tit {
    margin: 0 0 0 24px; }
  .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_button {
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 130px;
    padding: 10px 0;
    border-radius: 8px;
    background: #e60012;
    color: white;
    font-weight: bold;
    text-align: center; }
    .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_button:hover {
      cursor: pointer;
      opacity: 0.7; }

#gasconro .m_modal {
  display: none;
  z-index: 0999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh; }
  #gasconro .m_modal .movie-wrap {
    position: relative;
    /*�A�X�y�N�g�� 16:9�̏ꍇ�̏c��*/
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
  #gasconro .m_modal .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#gasconro .m_modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8); }

#gasconro .m_modal__content {
  max-width: 480px; }

#gasconro .modal__wrap {
  -ms-overflow-style: none;
  /* IE, Edge �Ή� */
  scrollbar-width: none;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
  /* Firefox �Ή� */ }
  #gasconro .modal__wrap::-webkit-scrollbar {
    /* Chrome, Safari �Ή� */
    display: none; }
  #gasconro .modal__wrap img {
    display: block; }

#gasconro a.js-modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  background: red;
  background: url(../images/top/icon_close.png) no-repeat center/contain; }

.kitchen-product {
  letter-spacing: 0; }
  .kitchen-product .m-bottom-0 {
    margin-bottom: 0 !important; }
  .kitchen-product .m-top-0 {
    margin-top: 0 !important; }
  .kitchen-product .m-top-28 {
    margin-top: 28px !important; }
  .kitchen-product .m-top-20 {
    margin-top: 20px !important; }
  .kitchen-product .m-top-8 {
    margin-top: 6px !important; }
  .kitchen-product .p-bottom-16 {
    padding-bottom: 16px !important; }
  .kitchen-product .__righttext {
    width: 100%;
    text-align: right; }
  .kitchen-product .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0; }
  .kitchen-product .sec02 .sec02_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    .kitchen-product .sec02 .sec02_menu .menu_list {
      width: 48%; }
      .kitchen-product .sec02 .sec02_menu .menu_list .link {
        display: block;
        position: relative;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        .kitchen-product .sec02 .sec02_menu .menu_list .link:hover {
          background: #ED404E; }
        .kitchen-product .sec02 .sec02_menu .menu_list .link:after {
          display: block;
          position: absolute;
          top: auto;
          right: 50%;
          bottom: 8px;
          width: 6px;
          height: 10px;
          transform: translate(0, -50%);
          transform: rotate(90deg);
          background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
          content: ""; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_tit {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        font-weight: bold;
        line-height: 56px; }
        .kitchen-product .sec02 .sec02_menu .menu_list .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translate(0, -50%);
          content: ""; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_01:before {
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_02:before {
        width: 21px;
        height: 23px;
        background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }
  .kitchen-product br.sp-only {
    display: none; }
  .kitchen-product .headarea .__imglabel {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 12px; }
  .kitchen-product .headarea .__logoarea .__title {
    display: block;
    margin-bottom: 20px; }
    .kitchen-product .headarea .__logoarea .__title .__logo {
      display: block;
      height: 30px; }
    .kitchen-product .headarea .__logoarea .__title .__logo.__logo--60 {
      height: 60px; }
  .kitchen-product .headarea .__imgarea {
    max-width: 760px;
    margin: 20px auto; }
    .kitchen-product .headarea .__imgarea .__sub {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .kitchen-product .headarea .__imgarea .__sub .__item {
        width: calc( 50% - 10px); }
    .kitchen-product .headarea .__imgarea .__img {
      width: 100%;
      margin-bottom: 4px; }
    .kitchen-product .headarea .__imgarea .__text {
      font-weight: bold; }
    .kitchen-product .headarea .__imgarea .__size-m {
      display: block;
      max-width: 600px;
      margin: 80px auto 0; }
    .kitchen-product .headarea .__imgarea .__marginTop0 {
      margin-top: 0; }
  .kitchen-product .headarea .slider-for {
    z-index: 1;
    max-width: 700px;
    height: fit-content;
    margin: 0 auto 20px; }
  .kitchen-product .headarea .slider-nav {
    height: fit-content; }
  .kitchen-product .headarea .slick-slide {
    z-index: 1;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
  .kitchen-product .headarea .bottom-slide {
    position: relative; }
    .kitchen-product .headarea .bottom-slide .slick-arrow {
      display: block;
      z-index: 2;
      position: absolute;
      width: 30px;
      height: 30px; }
    .kitchen-product .headarea .bottom-slide .slick-prev:before, .kitchen-product .headarea .bottom-slide .slick-next:before {
      color: #333; }
    .kitchen-product .headarea .bottom-slide .slick-prev {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      left: -20px;
      width: 30px;
      height: 30px; }
    .kitchen-product .headarea .bottom-slide .slick-next {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      right: -20px;
      width: 30px;
      height: 30px; }
  .kitchen-product .__table01 {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 3px solid #e9474d; }
    .kitchen-product .__table01 .__row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e9474d;
      background: #f2d1d5;
      font-size: 1em;
      font-weight: bold; }
      .kitchen-product .__table01 .__row:last-child {
        border: none; }
      .kitchen-product .__table01 .__row .__th {
        box-sizing: border-box;
        display: block;
        width: 200px;
        padding: 4px; }
      .kitchen-product .__table01 .__row .__td {
        display: block;
        width: calc(100% - 160px);
        padding: 4px 8px;
        border-left: 1px solid #e9474d;
        background: white; }
  .kitchen-product .__table02wrap50 {
    display: flex;
    justify-content: space-between; }
    .kitchen-product .__table02wrap50 .__table02 {
      width: 49%;
      padding: 10px; }
      .kitchen-product .__table02wrap50 .__table02 .__small {
        font-size: 0.8em; }
  .kitchen-product .__table02 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    border: 3px solid #ED6C00;
    line-height: 1.4; }
    .kitchen-product .__table02 .__title {
      display: block;
      margin-bottom: 24px;
      padding: 8px 12px 4px;
      background: #ED6C00;
      color: #fff;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 1; }
    .kitchen-product .__table02 .__subtitle {
      display: block;
      margin-bottom: 4px;
      font-size: 20px;
      font-weight: bold; }
      .kitchen-product .__table02 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
    .kitchen-product .__table02 .__content {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      margin-bottom: 32px; }
      .kitchen-product .__table02 .__content .__single {
        min-height: 0%; }
        .kitchen-product .__table02 .__content .__single .__img {
          display: block;
          width: 100%; }
      .kitchen-product .__table02 .__content .__double {
        width: calc( 50% - 12px);
        min-height: 0%; }
        .kitchen-product .__table02 .__content .__double:last-child {
          margin-bottom: 0x; }
      .kitchen-product .__table02 .__content .__bgorange {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
        padding: 12px;
        background: #ffefe0; }
        .kitchen-product .__table02 .__content .__bgorange .__head {
          display: block;
          margin-bottom: 12px;
          color: #ED6C00;
          font-weight: bold; }
        .kitchen-product .__table02 .__content .__bgorange .__textarea {
          width: 190px;
          height: 150px;
          line-height: 1.4; }
          .kitchen-product .__table02 .__content .__bgorange .__textarea .__small {
            font-size: 0.8em; }
        .kitchen-product .__table02 .__content .__bgorange .__imgarea {
          display: flex;
          align-items: center;
          width: calc(100% - 190px); }
        .kitchen-product .__table02 .__content .__bgorange .__moviewrap {
          width: 100%;
          margin-top: 20px; }
    .kitchen-product .__table02 .__content--three {
      display: flex;
      justify-content: space-between; }
      .kitchen-product .__table02 .__content--three .__item {
        width: 33%; }
  .kitchen-product .__table02.__panel {
    margin-top: 40px; }
  .kitchen-product .__table02.__table02--smallimg .__single {
    width: 100%; }
  .kitchen-product .__table02.__table02--smallimg .__img {
    display: block;
    max-width: 400px;
    margin: 0 auto; }
  .kitchen-product .__navmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0; }
    .kitchen-product .__navmenu .__item {
      width: 24.5%;
      padding: 10px 4px 8px;
      color: white;
      font-size: 1.8em;
      font-weight: bold;
      text-align: center; }
      .kitchen-product .__navmenu .__item:hover {
        opacity: .7; }
      .kitchen-product .__navmenu .__item:first-child {
        background: #f39800; }
      .kitchen-product .__navmenu .__item:nth-child(2) {
        background: #0068b6; }
      .kitchen-product .__navmenu .__item:nth-child(3) {
        background: #44af35; }
      .kitchen-product .__navmenu .__item:nth-child(4) {
        background: #e50012; }
      .kitchen-product .__navmenu .__item .__link {
        display: block;
        color: white;
        text-decoration: none; }
  .kitchen-product .sp-only-flex {
    display: none !important; }
  .kitchen-product .__table03 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 16px 20px;
    border: 2px solid #000; }
    .kitchen-product .__table03 .__subtitle {
      margin-bottom: 20px;
      padding-bottom: 4px;
      border-bottom: 1px solid #000;
      font-size: 1.7em;
      font-weight: bold; }
      .kitchen-product .__table03 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
    .kitchen-product .__table03 .__subtitle.__sprit {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .kitchen-product .__table03 .__subtitle.__sprit .__right {
        display: block;
        max-width: 400px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4; }
      .kitchen-product .__table03 .__subtitle.__sprit .__right.__right--wide {
        max-width: 500px; }
    .kitchen-product .__table03 .__text {
      display: block;
      margin-bottom: 12px;
      line-height: 1.4; }
      .kitchen-product .__table03 .__text .__red {
        color: #e9474d; }
      .kitchen-product .__table03 .__text .__small {
        font-size: 0.9em; }
    .kitchen-product .__table03 .__margin--middle {
      margin-bottom: 40px; }
    .kitchen-product .__table03 .__margin--small {
      margin-bottom: 20px; }
    .kitchen-product .__table03 .__content {
      display: flex;
      justify-content: space-between; }
      .kitchen-product .__table03 .__content .__img {
        width: 100%;
        max-width: 100%; }
      .kitchen-product .__table03 .__content .__leftcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .kitchen-product .__table03 .__content .__leftcontent.__marginBottom0 {
          margin-bottom: 0; }
        .kitchen-product .__table03 .__content .__leftcontent--40 {
          width: calc(40% - 10px); }
      .kitchen-product .__table03 .__content .__rightcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .kitchen-product .__table03 .__content .__rightcontent--60 {
          width: calc(60% - 10px); }
  .kitchen-product .__table04 .__content {
    display: flex;
    justify-content: space-between; }
    .kitchen-product .__table04 .__content .__borderbox {
      position: relative;
      width: calc( 50% - 10px);
      padding: 16px 16px 50px 16px;
      border: 3px solid #74562C;
      font-size: 0.8em;
      line-height: 1.4; }
      .kitchen-product .__table04 .__content .__borderbox .__subtitle {
        display: block;
        margin-bottom: 12px;
        color: #74562C;
        font-size: 18px;
        font-weight: bold; }
    .kitchen-product .__table04 .__content .__double {
      width: calc( 50% - 10px); }
    .kitchen-product .__table04 .__content .__column {
      display: flex;
      flex-direction: column;
      width: calc( 50% - 10px); }
      .kitchen-product .__table04 .__content .__column .__borderbox {
        width: 100%; }
  .kitchen-product .__table04 .__info {
    margin-top: 12px;
    font-size: 0.7em;
    line-height: 1.4; }
  .kitchen-product .__table04 .__pricearea .__price {
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 8px;
    padding-left: 42px;
    color: #e50012;
    font-size: 24px; }
    .kitchen-product .__table04 .__pricearea .__price:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 8px;
      width: 30px;
      height: 24px;
      background: url(../images/price_01.png) no-repeat center center/contain;
      content: ''; }
  .kitchen-product .__specarea2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .kitchen-product .__specarea2 .__img {
      width: 48%;
      margin: 0 auto 12px; }
  .kitchen-product .toggle-content {
    display: none; }
  .kitchen-product .toggle-button {
    cursor: pointer; }
    .kitchen-product .toggle-button:hover {
      opacity: 0.8; }
  .kitchen-product .brown-button, .kitchen-product .pink-button {
    position: relative; }
    .kitchen-product .brown-button:after, .kitchen-product .pink-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .brown-button.opened:after, .kitchen-product .pink-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .red-button {
    position: relative; }
    .kitchen-product .red-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .red-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .blue-button {
    position: relative; }
    .kitchen-product .blue-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .blue-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .green-button {
    position: relative; }
    .kitchen-product .green-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .green-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .__title02 {
    display: block;
    margin-top: 72px;
    margin-bottom: 12px;
    padding: 8px 12px 4px;
    background: #e9474d;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1; }
  .kitchen-product .__title02--brown {
    background: #74562C; }
  .kitchen-product .__title02--orange {
    background: #ED6C00; }
  .kitchen-product .__title02--safety {
    background: #44af35; }
  .kitchen-product .__title02--design {
    background: #e50012; }
  .kitchen-product .__title02--pink {
    background: #CA4768; }
  .kitchen-product .__title02--blue {
    background: #3C80B6; }
  .kitchen-product .__title02--green {
    background: #5EA23A; }
  .kitchen-product .__moviewrap {
    cursor: pointer; }
    .kitchen-product .__moviewrap:hover {
      opacity: 0.8; }
    .kitchen-product .__moviewrap--gif {
      padding: 8px;
      border: 1px solid #e1e1e1; }
      .kitchen-product .__moviewrap--gif .__iconarea {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
        .kitchen-product .__moviewrap--gif .__iconarea .__gifarea {
          width: 40%; }
        .kitchen-product .__moviewrap--gif .__iconarea .__textarea {
          width: 58%; }
    .kitchen-product .__moviewrap .__img {
      display: block;
      width: 100%; }
  .kitchen-product .__moviearea01 {
    margin-bottom: 40px; }
    .kitchen-product .__moviearea01 .__content {
      display: flex;
      justify-content: space-between; }
    .kitchen-product .__moviearea01 .__leftcontent {
      width: 48%;
      min-height: 0%; }
    .kitchen-product .__moviearea01 .__rightcontent {
      width: 48%;
      min-height: 0%; }
    .kitchen-product .__moviearea01 .__contentsingle {
      justify-content: space-around; }
    .kitchen-product .__moviearea01 .__single {
      width: 48%;
      min-height: 0%; }
      .kitchen-product .__moviearea01 .__single .__img {
        display: block;
        width: 100%; }
  .kitchen-product .info2_add {
    display: block;
    margin-top: -70px;
    font-weight: bold; }
  .kitchen-product .__sizearea .__title {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #ED6C00;
    font-size: 24px;
    font-weight: bold; }
  .kitchen-product .__sizearea .__example {
    margin-bottom: 12px; }
    .kitchen-product .__sizearea .__example .__house, .kitchen-product .__sizearea .__example .__apart {
      display: inline-block;
      position: relative;
      height: 30px;
      margin-right: 20px;
      padding-left: 36px;
      font-size: 20px;
      line-height: 30px; }
      .kitchen-product .__sizearea .__example .__house:before, .kitchen-product .__sizearea .__example .__apart:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: url(../images/icon_ko.png) no-repeat center center/contain;
        content: ''; }
    .kitchen-product .__sizearea .__example .__apart:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background: url(../images/icon_ma.png) no-repeat center center/contain;
      content: ''; }
  .kitchen-product .__sizearea .__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .kitchen-product .__sizearea .__list .__item {
      width: calc(50% - 10px);
      margin-bottom: 12px;
      padding: 8px;
      border: 3px solid #ED6C00; }
      .kitchen-product .__sizearea .__list .__item .__sizename {
        display: block;
        margin-bottom: 12px;
        color: #ED6C00;
        font-size: 18px;
        font-weight: bold; }
      .kitchen-product .__sizearea .__list .__item .__pricearea {
        display: flex;
        justify-content: space-between;
        color: #D0121B;
        font-weight: bold; }
        .kitchen-product .__sizearea .__list .__item .__pricearea .__left, .kitchen-product .__sizearea .__list .__item .__pricearea .__right {
          width: calc(50% - 5px); }
      .kitchen-product .__sizearea .__list .__item .__price {
        display: inline-block;
        display: flex;
        position: relative;
        align-items: center;
        height: 24px;
        margin-right: 8px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 24px;
        text-align: center; }
        .kitchen-product .__sizearea .__list .__item .__price:before {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          background: url(../images/icon_ko.png) no-repeat center center/contain;
          content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--apart:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ma.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--houseblank:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ko_bk.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--apartblank:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ma_bk.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__tax {
        display: inline-block;
        margin-right: 2px;
        font-size: 0.7em;
        text-align: center; }
      .kitchen-product .__sizearea .__list .__item .__yen {
        font-size: 0.8em; }
    .kitchen-product .__sizearea .__list .__item.__item--blank {
      background: #C9CACA;
      color: white; }
      .kitchen-product .__sizearea .__list .__item.__item--blank .__sizename {
        color: white; }
      .kitchen-product .__sizearea .__list .__item.__item--blank .__price {
        color: white; }

.kitchen-product .__chargearea, #kitchen .__chargearea {
  margin-top: 120px;
  margin-bottom: 40px; }
  .kitchen-product .__chargearea .__name, #kitchen .__chargearea .__name {
    display: block;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: bold; }
  .kitchen-product .__chargearea .__service, #kitchen .__chargearea .__service {
    display: block;
    margin-bottom: 20px; }
    .kitchen-product .__chargearea .__service .__img, #kitchen .__chargearea .__service .__img {
      width: 100%;
      height: auto; }
  .kitchen-product .__chargearea .__mitsumori, #kitchen .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 24px;
    border: 2px solid #000; }

.kitchen-product .__form .__inputarea, #kitchen .__form .__inputarea {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 10px;
  border-top: 3px solid #e9474d; }
  .kitchen-product .__form .__inputarea .__width, #kitchen .__form .__inputarea .__width {
    display: block;
    position: absolute;
    top: -25px;
    left: 170px;
    font-weight: bold; }
  .kitchen-product .__form .__inputarea .__wrap, #kitchen .__form .__inputarea .__wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 8px; }
  .kitchen-product .__form .__inputarea .__product, #kitchen .__form .__inputarea .__product {
    display: inline-block;
    padding: 12px 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
  .kitchen-product .__form .__inputarea:after, #kitchen .__form .__inputarea:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/tenban60.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--75, #kitchen .__form .__inputarea--75 {
  border-top: 3px solid #5084c4; }
  .kitchen-product .__form .__inputarea--75:after, #kitchen .__form .__inputarea--75:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/tenban75.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--kodate, #kitchen .__form .__inputarea--kodate {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--kodate:after, #kitchen .__form .__inputarea--kodate:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label01.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--ltype, #kitchen .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--ltype:after, #kitchen .__form .__inputarea--ltype:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label02.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--apart, #kitchen .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--apart:after, #kitchen .__form .__inputarea--apart:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label03.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__input, #kitchen .__form .__input {
  position: relative; }

.kitchen-product .__form select, #kitchen .__form select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 1em 1em 1em 3em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.kitchen-product .__form select::-ms-expand, #kitchen .__form select::-ms-expand {
  display: none; }

.kitchen-product .__form .__input::after, #kitchen .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 0px);
  left: 18px;
  width: 16px;
  height: 16px;
  background: url(../images/select.png) no-repeat center center/contain;
  content: ""; }

.kitchen-product .__form .__price, #kitchen .__form .__price {
  margin-top: 9px;
  padding: 0px 8px 4px 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
  .kitchen-product .__form .__price .__small, #kitchen .__form .__price .__small {
    font-size: 0.6em; }

.kitchen-product .__form .__submit, #kitchen .__form .__submit {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  background: #00428b;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .kitchen-product .__form .__submit:hover, #kitchen .__form .__submit:hover {
    opacity: 0.7; }

.kitchen-product .__form .__submit--75, #kitchen .__form .__submit--75 {
  background: #00428b; }

#gasconro .__chargearea {
  margin-top: 0;
  margin-bottom: 20px; }
  #gasconro .__chargearea .__mitsumori {
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 24px;
    border: 2px solid #000; }

.kitchen-product .__3darea .__img {
  display: block; }

.kitchen-product .__3darea .__3dbase {
  position: relative; }
  .kitchen-product .__3darea .__3dbase .__point {
    display: block;
    position: absolute; }
    .kitchen-product .__3darea .__3dbase .__point:hover {
      cursor: pointer;
      opacity: 0.8; }

.kitchen-product .__3darea .__3dbase.__3dbase--p05 {
  width: 84%;
  margin: 0 auto; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point01 {
    top: 15.2%;
    left: 16%;
    width: 8.7%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point02 {
    top: 31%;
    left: 2%;
    width: 37%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point03 {
    top: 6%;
    left: 37.2%;
    width: 10.3%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point04 {
    top: 6%;
    left: 48.2%;
    width: 31%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point05 {
    top: 6%;
    left: 80%;
    width: 14.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point06 {
    top: 46%;
    left: 68%;
    width: 12.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point07 {
    top: 55.5%;
    left: 63.5%;
    width: 29%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point08 {
    top: 65.5%;
    left: 65%;
    width: 33%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point09 {
    top: 65.5%;
    left: 31.5%;
    width: 16%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point10 {
    top: 72.6%;
    left: 2.9%;
    width: 28%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point11 {
    top: 58%;
    left: 3%;
    width: 9%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point12 {
    top: 83.9%;
    left: 3.3%;
    width: 27.3%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point13 {
    top: 83.9%;
    left: 31.3%;
    width: 33%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point14 {
    top: 83.9%;
    left: 64.8%;
    width: 32.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point15 {
    top: 65.6%;
    left: 48.2%;
    width: 16.3%; }

#kitchenlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#kitchenlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#kitchenlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #kitchenlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#kitchenlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #kitchenlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #kitchenlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#kitchenlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #kitchenlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#kitchenlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #kitchenlineup .sec01 .pankuzu.active:after {
    display: none; }

#kitchenlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#kitchenlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #kitchenlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #kitchenlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#kitchenlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0; }

#kitchenlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #kitchenlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #kitchenlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #kitchenlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#kitchenlineup .sec02 .sec02_itemwrap .sec02_tit {
  position: relative;
  padding: 0 0 0 30px;
  border-bottom: 2px solid #E60013;
  color: #E60013;
  font-size: 24px;
  font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_tit:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 22px;
    height: 22px;
    transform: translate(0, -50%);
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
    content: ""; }

#kitchenlineup .sec02 .sec02_itemwrap .sec02_item {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
      flex: 1;
      margin: 0 10px 0 0; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen01 {
        width: 100%;
        max-width: 400px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen02 {
        width: 100%;
        max-width: 450px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen03 {
        width: 100%;
        max-width: 200px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen04 {
        width: 100%;
        max-width: 380px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen05 {
        width: 100%;
        max-width: 400px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen06 {
        width: 100%;
        max-width: 280px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen07 {
        width: 100%;
        max-width: 230px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen08 {
        width: 100%;
        max-width: 280px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen09 {
        width: 100%;
        max-width: 450px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen10 {
        width: 100%;
        max-width: 370px;
        height: auto; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen11 {
        width: 100%;
        max-width: 180px;
        height: auto; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
      padding: 4px 10px;
      border: 1px solid #1a1a1a;
      font-size: 12px;
      font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold; }
  #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
      width: 39%;
      height: auto; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-02 {
      position: relative; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-02:after {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        content: "�}���V�����p"; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-03 {
      position: relative; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-03:after {
        position: absolute;
        top: 8px;
        left: 8px;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        content: "L�^�L�b�`��"; }
    #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
      width: 59%; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
        flex-basis: auto;
        font-size: 18px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
        font-size: 24px;
        font-weight: bold; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
          font-size: 11px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 12px 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
          margin: 0 8px 8px 0;
          padding: 6px 8px;
          border: 1px solid #E60013;
          color: #E60013;
          font-weight: bold; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
            margin: 0 0 8px 0; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 20px 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
          width: 48%; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
            display: block;
            width: 100%;
            height: 64px;
            padding: 10px 8px;
            border-radius: 8px;
            background: #E60013;
            color: white;
            font-weight: bold;
            line-height: 22px;
            text-align: center; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
              background: #ED404E; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
            display: inline-block;
            position: relative;
            padding: 0 20px 0 0;
            font-weight: bold; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0;
              transform: translate(0, -50%);
              content: ""; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
            padding: 0 0 0 30px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
              width: 22px;
              height: 22px;
              background: url(../images/common/icon_color.png) no-repeat center center/contain; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
            padding: 10px 0px 10px 30px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
              width: 24px;
              height: 32px;
              background: url(../images/common/icon_book.png) no-repeat center center/contain; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
        width: 100%; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
          box-sizing: border-box;
          display: block;
          position: relative;
          width: 100%;
          height: 64px;
          padding: 10px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: #fff;
          font-weight: bold;
          text-align: center; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
            background: #3560B2; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#kitchenlineup .sec02_singlehouse .sec02_tit {
  padding: 0 0 0 30px; }
  #kitchenlineup .sec02_singlehouse .sec02_tit:before {
    width: 22px;
    height: 22px;
    background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain; }

#kitchenlineup .sec02_singlehouse .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#kitchenlineup .sec02_apartment .sec02_item:last-child {
  padding: 40px 0 0 0;
  border: none; }

#kitchenlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #kitchenlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #kitchenlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #kitchenlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #kitchenlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#kitchenlineup .sec03 {
  background: #00308B; }
  #kitchenlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #kitchenlineup .sec03 .sec03_tit {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #kitchenlineup .sec03 .sec03_subtit {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px; }
    #kitchenlineup .sec03 .sec03_subtit:before {
      display: inline-block;
      width: 42px;
      height: 42px;
      margin: 0 10px 0 0;
      border-radius: 50%;
      background: #fff url(../images/common/icon_apartment-blue.png) no-repeat center center/50% auto;
      vertical-align: middle;
      content: ""; }
  #kitchenlineup .sec03 .sec03_point {
    margin: 40px 0; }
    #kitchenlineup .sec03 .sec03_point .point_list {
      display: flex;
      width: 100%;
      height: 200px;
      margin: 0 0 20px 0;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec03 .sec03_point .point_list .img_wrap {
        flex: 0 0 438px;
        max-width: 438px; }
      #kitchenlineup .sec03 .sec03_point .point_list .img {
        width: 438px;
        height: 200px;
        border-radius: 8px 0 0 8px; }
      #kitchenlineup .sec03 .sec03_point .point_list .list_text {
        padding: 20px; }
      #kitchenlineup .sec03 .sec03_point .point_list .list_tit {
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold; }
    #kitchenlineup .sec03 .sec03_point .point_listlast {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 20px;
      border-radius: 8px;
      background: #fff; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_tit {
        width: 100%;
        margin: 0 0 10px 0;
        color: #00308B;
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_point {
        display: flex;
        position: relative;
        width: 100%; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_pointlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_list {
        width: 49%;
        margin: 0 0 8px 0;
        border-radius: 8px;
        background: #5AACD4;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list .text {
          height: 80px;
          padding: 18px; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
          padding: 30px; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
          padding: 10px; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_img {
        flex-basis: 310px;
        width: 100%;
        max-width: 310px;
        background: url(../images/bathlineup/lastpoint_bg.png) no-repeat bottom center/contain; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .last_btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 {
        width: 48%; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #E60013;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
            background: #ED404E; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 36px;
          line-height: 1.2; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_tel.png) no-repeat center center/contain;
            content: ""; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
          font-size: 24px; }
      #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 {
        width: 48%; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .link {
          display: block;
          position: relative;
          width: 100%;
          height: 80px;
          padding: 17px 0px 14px 14px;
          border-radius: 8px;
          background: #00308B;
          color: white;
          font-weight: bold;
          line-height: 64px;
          text-align: center; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
            background: #3560B2; }
        #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
          display: inline-block;
          position: relative;
          padding-right: 28px;
          padding-left: 34px;
          line-height: 1.5; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
            content: ""; }

#kitchenlineup .sec04 {
  background: #eeeeee; }
  #kitchenlineup .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #kitchenlineup .sec04 .sec04_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #kitchenlineup .sec04 .sec04_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #kitchenlineup .sec04 .sec04_content {
    margin: 30px 0 0 0; }
    #kitchenlineup .sec04 .sec04_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #kitchenlineup .sec04 .sec04_content .link {
      height: 80px; }
    #kitchenlineup .sec04 .sec04_content .img {
      width: 80px;
      height: 80px; }
  #kitchenlineup .sec04 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #kitchenlineup .sec04 .content_attention {
    color: #999999;
    font-size: 12px; }

#toiletlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#toiletlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#toiletlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #toiletlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#toiletlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #toiletlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #toiletlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#toiletlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #toiletlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#toiletlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #toiletlineup .sec01 .pankuzu.active:after {
    display: none; }

#toiletlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#toiletlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #toiletlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #toiletlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #toiletlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#toiletlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#toiletlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #toiletlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #toiletlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #toiletlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #toiletlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #toiletlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #toiletlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#toiletlineup .sec02 .sec02_itemwrap {
  margin: 40px 0 0 0; }
  #toiletlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 22px;
      height: 22px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
      content: ""; }
  #toiletlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet {
          width: 100%;
          max-width: 350px;
          height: auto; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
      margin: 0 0 20px 0;
      font-size: 24px;
      font-weight: bold; }
    #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        position: relative;
        width: 39%;
        height: auto;
        margin-bottom: 36px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .example {
          position: absolute;
          right: 0px;
          bottom: -22px;
          color: #808080;
          font-size: 10px;
          line-height: 1.3;
          text-align: right; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
          display: block;
          font-size: 10px; }
      #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 59%; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
          flex-basis: 48%;
          font-size: 18px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 20px 0 12px 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            display: flex;
            position: relative;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
              margin: 0 0 0 5px;
              font-size: 12px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .smallout {
              display: block;
              position: absolute;
              bottom: -18px;
              left: 25%;
              font-size: 11px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list.wd100 {
              margin: 0 0 8px 0; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 2px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 10px 0px 10px 30px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_movie.png) no-repeat center center/contain; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 10px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#toiletlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #toiletlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #toiletlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #toiletlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #toiletlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#toiletlineup .sec03 {
  background: #eeeeee; }
  #toiletlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #toiletlineup .sec03 .sec03_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #toiletlineup .sec03 .sec03_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #toiletlineup .sec03 .sec03_content {
    margin: 30px 0 0 0; }
    #toiletlineup .sec03 .sec03_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #toiletlineup .sec03 .sec03_content .link {
      height: 80px; }
    #toiletlineup .sec03 .sec03_content .img {
      width: 80px;
      height: 80px; }
  #toiletlineup .sec03 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #toiletlineup .sec03 .content_attention {
    color: #999999;
    font-size: 12px; }

#top .mv {
  background: url(../images/top/mv.png) no-repeat center center/cover; }
  #top .mv .mv_wrap {
    position: relative;
    width: calc(100%);
    max-width: 1068px;
    margin: 0 auto;
    margin-bottom: 32px; }
    #top .mv .mv_wrap .top_btn {
      width: 100%; }
      #top .mv .mv_wrap .top_btn .mainimg {
        display: block;
        width: 100%; }
    #top .mv .mv_wrap .mv_text {
      padding: 80px 0 30px;
      text-align: center; }
      #top .mv .mv_wrap .mv_text .img {
        width: 184px;
        height: 220px; }
    #top .mv .mv_wrap .mv_btn {
      display: flex;
      align-items: center;
      justify-content: center; }
      #top .mv .mv_wrap .mv_btn .btn_quotation .link {
        display: block;
        width: 335px;
        margin: 0 30px 0 0;
        padding: 20px;
        border-radius: 8px;
        background: #00308B;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #top .mv .mv_wrap .mv_btn .btn_quotation .link:before {
          display: inline-block;
          width: 22px;
          height: 28px;
          margin: 0 10px 0 0;
          background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
          vertical-align: middle;
          content: ''; }
        #top .mv .mv_wrap .mv_btn .btn_quotation .link:hover {
          background: #3560B2; }
      #top .mv .mv_wrap .mv_btn .btn_menu .link {
        display: block;
        width: 335px;
        padding: 20px;
        border-radius: 8px;
        background: #E60013;
        color: #fff;
        font-weight: bold;
        text-align: center; }
        #top .mv .mv_wrap .mv_btn .btn_menu .link:before {
          display: inline-block;
          width: 26px;
          height: 26px;
          margin: 0 10px 0 0;
          background: url(../images/common/icon_house.png) no-repeat center center/contain;
          vertical-align: middle;
          content: ''; }
        #top .mv .mv_wrap .mv_btn .btn_menu .link:hover {
          background: #ED404E; }

#top .sec01 .sec01_wrap {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto; }

#top .sec01 .mv_btn {
  display: none !important; }
  #top .sec01 .mv_btn .btn_quotation {
    display: block;
    width: 48%;
    min-width: 130px;
    border-radius: 8px;
    background: #00308B;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    #top .sec01 .mv_btn .btn_quotation:hover {
      background: #3560B2; }
    #top .sec01 .mv_btn .btn_quotation .link {
      display: block;
      position: relative;
      padding: 14px 10px 14px 35px;
      color: #fff; }
      #top .sec01 .mv_btn .btn_quotation .link:before {
        display: inline-block;
        position: absolute;
        top: 18px;
        left: 15px;
        width: 22px;
        height: 28px;
        background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
        content: ''; }
  #top .sec01 .mv_btn .btn_menu {
    display: block;
    width: 48%;
    min-width: 130px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }
    #top .sec01 .mv_btn .btn_menu:hover {
      background: #ED404E; }
    #top .sec01 .mv_btn .btn_menu .link {
      display: block;
      position: relative;
      padding: 14px 10px 14px 30px;
      color: #fff; }
      #top .sec01 .mv_btn .btn_menu .link:before {
        display: inline-block;
        position: absolute;
        top: 18px;
        left: 15px;
        width: 26px;
        height: 26px;
        background: url(../images/common/icon_house.png) no-repeat center center/contain;
        content: ''; }

#top .sec01 .sec01_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 860px;
  margin: 40px auto; }
  #top .sec01 .sec01_btn .btn {
    width: 00%;
    width: 48%;
    height: auto;
    margin: 10px 0px 10px 0; }
    #top .sec01 .sec01_btn .btn .link:hover {
      opacity: 0.6; }

#top .sec02 {
  background: #eeeeee; }
  #top .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto; }
  #top .sec02 .sec02_tit {
    padding: 80px 0 0 0;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center; }
  #top .sec02 .sec02_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #top .sec02 .sec02_point .point_list {
      position: relative;
      width: 100%;
      max-width: 49%;
      height: auto;
      margin: 0 0 30px 0;
      padding: 20px 30px;
      border-radius: 8px;
      background: #fff;
      text-align: center; }
      #top .sec02 .sec02_point .point_list:before {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #eeeeee;
        content: ''; }
      #top .sec02 .sec02_point .point_list:after {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #eeeeee;
        content: ''; }
      #top .sec02 .sec02_point .point_list .list_description {
        text-align: left;
        animation-name: fade-in;
        animation-duration: 1s;
        transition-duration: 2s; }
      #top .sec02 .sec02_point .point_list.open .list_description {
        display: block;
        transition: line-height .3s ease-out, opacity .1s linear .1s, visibility .1s linear .1s; }
      #top .sec02 .sec02_point .point_list.open .list_btn:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '����'; }
      #top .sec02 .sec02_point .point_list.open .list_btn:after {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        width: 8px;
        height: 8px;
        background: url(../images/common/icon_close.png) no-repeat center center/contain;
        content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit01 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit01:before {
          display: block;
          width: 46px;
          height: 64px;
          margin: 0 auto 10px;
          background: url(../images/top/point_01.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit02 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit02:before {
          display: block;
          width: 46px;
          height: 64px;
          margin: 0 auto 10px;
          background: url(../images/top/point_02.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit03 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit03:before {
          display: block;
          width: 58px;
          height: 67px;
          margin: 0 auto 10px;
          background: url(../images/top/point_03.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_tit04 {
        margin: 0 0 10px 0;
        font-size: 16px;
        font-weight: bold; }
        #top .sec02 .sec02_point .point_list .list_tit04:before {
          display: block;
          width: 46px;
          height: 62px;
          margin: 0 auto 10px;
          background: url(../images/top/point_04.png) no-repeat center center/contain;
          content: ''; }
      #top .sec02 .sec02_point .point_list .list_btn {
        display: block;
        position: relative;
        position: relative;
        width: 80%;
        max-width: 240px;
        height: 34px;
        margin: 14px auto 0;
        border-radius: 0px;
        background: #E60013;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease-in; }
        #top .sec02 .sec02_point .point_list .list_btn:hover {
          background: #ED404E; }
        #top .sec02 .sec02_point .point_list .list_btn:after {
          display: block;
          position: absolute;
          top: 10px;
          right: 16px;
          width: 11px;
          height: 11px;
          transform: rotate(-135deg);
          border-bottom: white 2px solid;
          border-left: white 2px solid;
          content: ''; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #top .sec02 .sec02_btn {
    padding: 0 0 80px 0; }
    #top .sec02 .sec02_btn .link {
      display: block;
      position: relative;
      width: 335px;
      margin: 0 auto;
      padding: 20px;
      border-radius: 8px;
      background: #E60013;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      #top .sec02 .sec02_btn .link:hover {
        background: #ED404E; }
      #top .sec02 .sec02_btn .link:after {
        display: block;
        position: absolute;
        top: 28px;
        right: 20px;
        width: 6px;
        height: 10px;
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ''; }

#top .sec03 .sec03_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 0 0; }

#top .sec03 .sec_movie {
  padding: 0 0 32px;
  background: url(../images/common/pattern_dot.png); }

#top .sec03 .sec03_movie-wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100% - 32px);
  max-width: 860px;
  max-width: 860px;
  margin: 40px auto 60px; }

#top .sec03 .sec03_movie {
  position: relative;
  width: 48%; }
  #top .sec03 .sec03_movie:hover {
    opacity: 0.6; }
  #top .sec03 .sec03_movie img {
    display: block;
    margin: 0 auto; }
  #top .sec03 .sec03_movie .sec03_movie-tit {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 160px;
    height: 28px;
    background: #00308B;
    color: white;
    color: white;
    line-height: 28px;
    text-align: center; }
    #top .sec03 .sec03_movie .sec03_movie-tit-cm {
      background: #E60013; }

#top .sec03 .sec03_tit {
  padding: 60px 0 0 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center; }

#top .sec03 .sec03_smalltit {
  display: block;
  font-size: 12px; }

#top .sec03 .sec03_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 50px 0; }
  #top .sec03 .sec03_menu .menu_list {
    width: 100%;
    max-width: 32.3%;
    margin: 0 0 30px 0; }
    #top .sec03 .sec03_menu .menu_list .link {
      display: block;
      position: relative;
      border-radius: 8px;
      background: #000; }
      #top .sec03 .sec03_menu .menu_list .link:hover {
        opacity: 0.6; }
      #top .sec03 .sec03_menu .menu_list .link .img {
        width: 100%;
        border-radius: 8px;
        opacity: 0.8; }
    #top .sec03 .sec03_menu .menu_list .list_tit {
      position: absolute;
      bottom: 5px;
      left: 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
  #top .sec03 .sec03_menu .menu_list7 .list_tit {
    font-size: 16px;
    line-height: 1.4; }
  #top .sec03 .sec03_menu .menu_list10 .list_tit {
    font-size: 13px;
    line-height: 1.1; }

#top .sec04 {
  background: #F0EFEC; }
  #top .sec04 .sec04_wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 60px 0; }
  #top .sec04 .sec04_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #top .sec04 .sec04_tit .sec04_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  #top .sec04 .sec04_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto; }
    #top .sec04 .sec04_menu .link {
      display: block;
      position: relative; }
      #top .sec04 .sec04_menu .link:hover {
        opacity: 0.6; }
      #top .sec04 .sec04_menu .link img {
        display: block; }
    #top .sec04 .sec04_menu .menu_list {
      width: 48%;
      margin-bottom: 24px; }
    #top .sec04 .sec04_menu .list_tit {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 160px;
      height: 28px;
      background: #E60013;
      color: white;
      line-height: 28px;
      text-align: center; }

#top .sec05 {
  width: calc(100% - 32px);
  margin: 60px auto; }
  #top .sec05 .sec05_tit {
    margin-bottom: 32px;
    color: #E60013;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #top .sec05 .sec05_tit .sec05_smalltit {
      display: block;
      width: 100%;
      font-size: 12px; }
  #top .sec05 .sec05_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    #top .sec05 .sec05_menu .menu_list {
      width: 23%;
      margin-bottom: 12px; }
      #top .sec05 .sec05_menu .menu_list .link {
        display: block;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        #top .sec05 .sec05_menu .menu_list .link:hover {
          background: #ED404E; }
        #top .sec05 .sec05_menu .menu_list .link .list_tit {
          display: inline-block;
          position: relative;
          padding-left: 32px;
          font-weight: bold;
          line-height: 64px; }
          #top .sec05 .sec05_menu .menu_list .link .list_tit:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 0px;
            width: 24px;
            height: 32px;
            transform: translate(0, -50%);
            background: url(../images/common/icon_book.png) no-repeat center center/contain;
            content: ''; }

#washstandlineup .mv .mv_tit {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 0;
  color: #E60013;
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

#washstandlineup .mv .mv_smalltit {
  display: block;
  font-size: 12px; }

#washstandlineup .mv .mv_img {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #washstandlineup .mv .mv_img .img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto; }

#washstandlineup .sec01 .pankuzu_list {
  width: calc(100% - 32px);
  max-width: 1068px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap; }
  #washstandlineup .sec01 .pankuzu_list .link {
    color: #1A1A1A;
    font-size: 12px; }
    #washstandlineup .sec01 .pankuzu_list .link:hover {
      opacity: 0.5;
      transition: all 0.3s; }

#washstandlineup .sec01 .pankuzu {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  color: #1A1A1A;
  font-size: 12px;
  list-style: none; }
  #washstandlineup .sec01 .pankuzu:after {
    display: block;
    position: absolute;
    top: 3px;
    right: 6px;
    width: 10px;
    height: 14px;
    background: url(../images/common/arrow_right-gray.png) no-repeat center center/contain;
    content: ""; }

#washstandlineup .sec01 .pankuzu.active {
  padding-right: 0px; }
  #washstandlineup .sec01 .pankuzu.active:after {
    display: none; }

#washstandlineup .sec01 .sec01_wrap {
  background: #eeeeee; }

#washstandlineup .sec01 .sec01_inner {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0; }
  #washstandlineup .sec01 .sec01_inner .sec01_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
    #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall {
      display: inline-block; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 10px 0 0;
        background: url(../images/common/icon_title-left.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
        display: inline-block;
        width: 24px;
        height: 34px;
        margin: 0 0 0 10px;
        background: url(../images/common/icon_title-right.png) no-repeat center center/contain;
        vertical-align: middle;
        content: ""; }
  #washstandlineup .sec01 .sec01_inner .sec01_point {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0 0; }
    #washstandlineup .sec01 .sec01_inner .sec01_point .point_list {
      display: flex;
      align-items: center;
      width: 100%;
      height: 84px;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list:last-child {
        margin: 0; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark {
        flex: 0 0 15%;
        width: 100%;
        height: 84px;
        border-radius: 8px 0 0 8px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark01 {
        background: #E60013 url(../images/common/icon_calculator.png) no-repeat center center/29px 37px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark02 {
        background: #E60013 url(../images/common/icon_10years.png) no-repeat center center/30px 46px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark03 {
        background: #E60013 url(../images/common/icon_rescue24h.png) no-repeat center center/43px 39px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_mark04 {
        background: #E60013 url(../images/common/icon_tel24h.png) no-repeat center center/38px 38px; }
      #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
        flex-basis: 480px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4; }
        #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
          display: block;
          color: #E60013;
          font-size: 18px;
          font-weight: bold; }

#washstandlineup .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto; }

#washstandlineup .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto; }
  #washstandlineup .sec02 .sec02_menu .menu_list {
    width: 48%; }
    #washstandlineup .sec02 .sec02_menu .menu_list .link {
      display: block;
      position: relative;
      width: 100%;
      height: 64px;
      border-radius: 8px;
      background: #E60013;
      color: white;
      font-size: 16px;
      font-weight: 64px;
      line-height: 64px;
      text-align: center; }
      #washstandlineup .sec02 .sec02_menu .menu_list .link:hover {
        background: #ED404E; }
      #washstandlineup .sec02 .sec02_menu .menu_list .link:after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 8px;
        width: 6px;
        height: 10px;
        transform: translate(0, -50%);
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
        content: ""; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_tit {
      display: inline-block;
      position: relative;
      padding-left: 28px;
      font-weight: bold; }
      #washstandlineup .sec02 .sec02_menu .menu_list .list_tit:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translate(0, -50%);
        content: ""; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_01:before {
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
    #washstandlineup .sec02 .sec02_menu .menu_list .list_02:before {
      width: 21px;
      height: 23px;
      background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }

#washstandlineup .sec02 .sec02_itemwrap {
  margin: 40px 0 0 0; }
  #washstandlineup .sec02 .sec02_itemwrap .sec02_tit {
    position: relative;
    padding: 0 0 0 30px;
    border-bottom: 2px solid #E60013;
    color: #E60013;
    font-size: 24px;
    font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 22px;
      height: 22px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_singlehouse-red.png) no-repeat center center/contain;
      content: ""; }
  #washstandlineup .sec02 .sec02_itemwrap .sec02_item {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 10px 0; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo {
        flex: 1;
        margin: 0 10px 0 0; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand {
          width: 100%;
          max-width: 350px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand02 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand03 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand04 {
          width: 100%;
          max-width: 310px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand05 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand06 {
          width: 100%;
          max-width: 250px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand07 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand08 {
          width: 100%;
          max-width: 300px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand09 {
          width: 100%;
          max-width: 280px;
          height: auto; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .washstand10 {
          width: 100%;
          max-width: 250px;
          height: auto; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
        padding: 4px 10px;
        border: 1px solid #1a1a1a;
        font-size: 12px;
        font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee {
      margin: 0 0 20px 0; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee .item_subtit {
        font-size: 24px;
        font-weight: bold; }
    #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
        position: relative;
        width: 29%;
        height: auto;
        margin-bottom: 24px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
          position: absolute;
          right: -8px;
          bottom: -12px;
          color: #808080;
          font-size: 10px;
          line-height: 1.3;
          text-align: right; }
      #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
        width: 69%; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
          font-size: 24px;
          font-weight: bold;
          text-align: right; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen .small {
            font-size: 11px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon {
          display: flex;
          flex-wrap: wrap;
          margin: 12px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
            display: flex;
            position: relative;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin: 0 8px 8px 0;
            padding: 6px 8px;
            border: 1px solid #E60013;
            color: #E60013;
            font-weight: bold; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list:last-child {
              margin: 0 0 8px 0; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
              margin: 0 0 0 5px;
              font-size: 12px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .smallout {
              display: block;
              position: absolute;
              bottom: -18px;
              left: 25%;
              font-size: 11px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list.wd100 {
              margin: 0 0 8px 0; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 0 20px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list {
            width: 48%; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
              display: block;
              width: 100%;
              height: 64px;
              padding: 10px 8px;
              border-radius: 8px;
              background: #E60013;
              color: white;
              font-weight: bold;
              line-height: 22px;
              text-align: center; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link:hover {
                background: #ED404E; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
              display: inline-block;
              position: relative;
              padding: 0 20px 0 0;
              font-weight: bold; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text:before {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translate(0, -50%);
                content: ""; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
              padding: 0 0 0 30px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                width: 22px;
                height: 22px;
                background: url(../images/common/icon_color.png) no-repeat center center/contain; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
              padding: 10px 0px 10px 30px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                width: 24px;
                height: 32px;
                background: url(../images/common/icon_book.png) no-repeat center center/contain; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn {
          width: 100%; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link {
            box-sizing: border-box;
            display: block;
            position: relative;
            width: 100%;
            height: 64px;
            padding: 10px 0px 14px 14px;
            border-radius: 8px;
            background: #00308B;
            color: #fff;
            font-weight: bold;
            text-align: center; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link:hover {
              background: #3560B2; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit {
            display: inline-block;
            position: relative;
            padding-right: 28px;
            padding-left: 34px; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_bluebtn .link_tit:before {
              display: inline-block;
              position: absolute;
              top: 50%;
              left: 0px;
              width: 24px;
              height: 32px;
              transform: translate(0, -50%);
              background: url(../images/common/icon_calculator.png) no-repeat center center/contain;
              content: ""; }

#washstandlineup .sec02_btn {
  width: 100%;
  padding: 40px 0; }
  #washstandlineup .sec02_btn .link {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 64px;
    padding: 20px 0px 14px 14px;
    border-radius: 8px;
    background: #E60013;
    color: #fff;
    font-weight: bold;
    text-align: center; }
    #washstandlineup .sec02_btn .link:hover {
      background: #ED404E; }
  #washstandlineup .sec02_btn .link_tit {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    padding-left: 34px; }
    #washstandlineup .sec02_btn .link_tit:before {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0px;
      width: 24px;
      height: 32px;
      transform: translate(0, -50%);
      background: url(../images/common/icon_book.png) no-repeat center center/contain;
      content: ""; }

#washstandlineup .sec03 {
  background: #eeeeee; }
  #washstandlineup .sec03 .sec03_wrap {
    width: calc(100% - 32px);
    max-width: 860px;
    margin: 0 auto;
    padding: 80px 0; }
  #washstandlineup .sec03 .sec03_tit {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; }
  #washstandlineup .sec03 .sec03_subtit {
    display: block;
    width: 102px;
    margin: 0 auto 5px auto;
    padding: 6px 20px;
    border-radius: 32px;
    background: #fff;
    font-size: 14px;
    text-align: center; }
  #washstandlineup .sec03 .sec03_content {
    margin: 30px 0 0 0; }
    #washstandlineup .sec03 .sec03_content .content_list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 0 16px 0;
      border-radius: 8px;
      background: #fff; }
    #washstandlineup .sec03 .sec03_content .link {
      height: 80px; }
    #washstandlineup .sec03 .sec03_content .img {
      width: 80px;
      height: 80px; }
  #washstandlineup .sec03 .content_tit {
    margin: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold; }
  #washstandlineup .sec03 .content_attention {
    color: #999999;
    font-size: 12px; }

.kitchen-product {
  letter-spacing: 0; }
  .kitchen-product .m-bottom-0 {
    margin-bottom: 0 !important; }
  .kitchen-product .m-top-0 {
    margin-top: 0 !important; }
  .kitchen-product .m-top-28 {
    margin-top: 28px !important; }
  .kitchen-product .m-top-20 {
    margin-top: 20px !important; }
  .kitchen-product .m-top-8 {
    margin-top: 6px !important; }
  .kitchen-product .p-bottom-16 {
    padding-bottom: 16px !important; }
  .kitchen-product .__righttext {
    width: 100%;
    text-align: right; }
  .kitchen-product .sec02 .sec02_wrap {
    width: calc(100% - 32px);
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0; }
  .kitchen-product .sec02 .sec02_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 860px;
    margin: 0 auto; }
    .kitchen-product .sec02 .sec02_menu .menu_list {
      width: 48%; }
      .kitchen-product .sec02 .sec02_menu .menu_list .link {
        display: block;
        position: relative;
        width: 100%;
        height: 64px;
        border-radius: 8px;
        background: #E60013;
        color: white;
        font-size: 16px;
        font-weight: 64px;
        line-height: 64px;
        text-align: center; }
        .kitchen-product .sec02 .sec02_menu .menu_list .link:hover {
          background: #ED404E; }
        .kitchen-product .sec02 .sec02_menu .menu_list .link:after {
          display: block;
          position: absolute;
          top: auto;
          right: 50%;
          bottom: 8px;
          width: 6px;
          height: 10px;
          transform: translate(0, -50%);
          transform: rotate(90deg);
          background: url(../images/common/arrow_right-wh.png) no-repeat center center/contain;
          content: ""; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_tit {
        display: inline-block;
        position: relative;
        padding-left: 28px;
        font-weight: bold;
        line-height: 56px; }
        .kitchen-product .sec02 .sec02_menu .menu_list .list_tit:before {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translate(0, -50%);
          content: ""; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_01:before {
        width: 22px;
        height: 22px;
        background: url(../images/common/icon_singlehouse-wh.png) no-repeat center center/contain; }
      .kitchen-product .sec02 .sec02_menu .menu_list .list_02:before {
        width: 21px;
        height: 23px;
        background: url(../images/common/icon_apartment-wh.png) no-repeat center center/contain; }
  .kitchen-product br.sp-only {
    display: none; }
  .kitchen-product .headarea .__imglabel {
    width: 300px;
    margin-top: 60px;
    margin-bottom: 12px; }
  .kitchen-product .headarea .__logoarea .__title {
    display: block;
    margin-bottom: 20px; }
    .kitchen-product .headarea .__logoarea .__title .__logo {
      display: block;
      height: 30px; }
    .kitchen-product .headarea .__logoarea .__title .__logo.__logo--60 {
      height: 60px; }
  .kitchen-product .headarea .__imgarea {
    max-width: 760px;
    margin: 20px auto; }
    .kitchen-product .headarea .__imgarea .__sub {
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
      .kitchen-product .headarea .__imgarea .__sub .__item {
        width: calc( 50% - 10px); }
    .kitchen-product .headarea .__imgarea .__img {
      width: 100%;
      margin-bottom: 4px; }
    .kitchen-product .headarea .__imgarea .__text {
      font-weight: bold; }
    .kitchen-product .headarea .__imgarea .__size-m {
      display: block;
      max-width: 600px;
      margin: 80px auto 0; }
    .kitchen-product .headarea .__imgarea .__marginTop0 {
      margin-top: 0; }
  .kitchen-product .headarea .slider-for {
    z-index: 1;
    max-width: 700px;
    height: fit-content;
    margin: 0 auto 20px; }
  .kitchen-product .headarea .slider-nav {
    height: fit-content; }
  .kitchen-product .headarea .slick-slide {
    z-index: 1;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px; }
  .kitchen-product .headarea .bottom-slide {
    position: relative; }
    .kitchen-product .headarea .bottom-slide .slick-arrow {
      display: block;
      z-index: 2;
      position: absolute;
      width: 30px;
      height: 30px; }
    .kitchen-product .headarea .bottom-slide .slick-prev:before, .kitchen-product .headarea .bottom-slide .slick-next:before {
      color: #333; }
    .kitchen-product .headarea .bottom-slide .slick-prev {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      left: -20px;
      width: 30px;
      height: 30px; }
    .kitchen-product .headarea .bottom-slide .slick-next {
      display: block;
      z-index: 2;
      position: absolute;
      top: calc(50% - 15px);
      right: -20px;
      width: 30px;
      height: 30px; }
  .kitchen-product .__table01 {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 3px solid #e9474d; }
    .kitchen-product .__table01 .__row {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e9474d;
      background: #f2d1d5;
      font-size: 1em;
      font-weight: bold; }
      .kitchen-product .__table01 .__row:last-child {
        border: none; }
      .kitchen-product .__table01 .__row .__th {
        box-sizing: border-box;
        display: block;
        width: 200px;
        padding: 4px; }
      .kitchen-product .__table01 .__row .__td {
        display: block;
        width: calc(100% - 160px);
        padding: 4px 8px;
        border-left: 1px solid #e9474d;
        background: white; }
  .kitchen-product .__table02wrap50 {
    display: flex;
    justify-content: space-between; }
    .kitchen-product .__table02wrap50 .__table02 {
      width: 49%;
      padding: 10px; }
      .kitchen-product .__table02wrap50 .__table02 .__small {
        font-size: 0.8em; }
  .kitchen-product .__table02 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px;
    border: 3px solid #ED6C00;
    line-height: 1.4; }
    .kitchen-product .__table02 .__title {
      display: block;
      margin-bottom: 24px;
      padding: 8px 12px 4px;
      background: #ED6C00;
      color: #fff;
      font-size: 1.6em;
      font-weight: bold;
      line-height: 1; }
    .kitchen-product .__table02 .__subtitle {
      display: block;
      margin-bottom: 4px;
      font-size: 20px;
      font-weight: bold; }
      .kitchen-product .__table02 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
    .kitchen-product .__table02 .__content {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      margin-bottom: 32px; }
      .kitchen-product .__table02 .__content .__single {
        min-height: 0%; }
        .kitchen-product .__table02 .__content .__single .__img {
          display: block;
          width: 100%; }
      .kitchen-product .__table02 .__content .__double {
        width: calc( 50% - 12px);
        min-height: 0%; }
        .kitchen-product .__table02 .__content .__double:last-child {
          margin-bottom: 0x; }
      .kitchen-product .__table02 .__content .__bgorange {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 100%;
        padding: 12px;
        background: #ffefe0; }
        .kitchen-product .__table02 .__content .__bgorange .__head {
          display: block;
          margin-bottom: 12px;
          color: #ED6C00;
          font-weight: bold; }
        .kitchen-product .__table02 .__content .__bgorange .__textarea {
          width: 190px;
          height: 150px;
          line-height: 1.4; }
          .kitchen-product .__table02 .__content .__bgorange .__textarea .__small {
            font-size: 0.8em; }
        .kitchen-product .__table02 .__content .__bgorange .__imgarea {
          display: flex;
          align-items: center;
          width: calc(100% - 190px); }
        .kitchen-product .__table02 .__content .__bgorange .__moviewrap {
          width: 100%;
          margin-top: 20px; }
    .kitchen-product .__table02 .__content--three {
      display: flex;
      justify-content: space-between; }
      .kitchen-product .__table02 .__content--three .__item {
        width: 33%; }
  .kitchen-product .__table02.__panel {
    margin-top: 40px; }
  .kitchen-product .__table02.__table02--smallimg .__single {
    width: 100%; }
  .kitchen-product .__table02.__table02--smallimg .__img {
    display: block;
    max-width: 400px;
    margin: 0 auto; }
  .kitchen-product .__navmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0; }
    .kitchen-product .__navmenu .__item {
      width: 24.5%;
      padding: 10px 4px 8px;
      color: white;
      font-size: 1.8em;
      font-weight: bold;
      text-align: center; }
      .kitchen-product .__navmenu .__item:hover {
        opacity: .7; }
      .kitchen-product .__navmenu .__item:first-child {
        background: #f39800; }
      .kitchen-product .__navmenu .__item:nth-child(2) {
        background: #0068b6; }
      .kitchen-product .__navmenu .__item:nth-child(3) {
        background: #44af35; }
      .kitchen-product .__navmenu .__item:nth-child(4) {
        background: #e50012; }
      .kitchen-product .__navmenu .__item .__link {
        display: block;
        color: white;
        text-decoration: none; }
  .kitchen-product .sp-only-flex {
    display: none !important; }
  .kitchen-product .__table03 {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 16px 20px;
    border: 2px solid #000; }
    .kitchen-product .__table03 .__subtitle {
      margin-bottom: 20px;
      padding-bottom: 4px;
      border-bottom: 1px solid #000;
      font-size: 1.7em;
      font-weight: bold; }
      .kitchen-product .__table03 .__subtitle .__small {
        font-size: 0.6em;
        font-weight: normal;
        vertical-align: middle; }
    .kitchen-product .__table03 .__subtitle.__sprit {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .kitchen-product .__table03 .__subtitle.__sprit .__right {
        display: block;
        max-width: 400px;
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4; }
      .kitchen-product .__table03 .__subtitle.__sprit .__right.__right--wide {
        max-width: 500px; }
    .kitchen-product .__table03 .__text {
      display: block;
      margin-bottom: 12px;
      line-height: 1.4; }
      .kitchen-product .__table03 .__text .__red {
        color: #e9474d; }
      .kitchen-product .__table03 .__text .__small {
        font-size: 0.9em; }
    .kitchen-product .__table03 .__margin--middle {
      margin-bottom: 40px; }
    .kitchen-product .__table03 .__margin--small {
      margin-bottom: 20px; }
    .kitchen-product .__table03 .__content {
      display: flex;
      justify-content: space-between; }
      .kitchen-product .__table03 .__content .__img {
        width: 100%;
        max-width: 100%; }
      .kitchen-product .__table03 .__content .__leftcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .kitchen-product .__table03 .__content .__leftcontent.__marginBottom0 {
          margin-bottom: 0; }
        .kitchen-product .__table03 .__content .__leftcontent--40 {
          width: calc(40% - 10px); }
      .kitchen-product .__table03 .__content .__rightcontent {
        width: calc(50% - 10px);
        min-height: 0%; }
        .kitchen-product .__table03 .__content .__rightcontent--60 {
          width: calc(60% - 10px); }
  .kitchen-product .__table04 .__content {
    display: flex;
    justify-content: space-between; }
    .kitchen-product .__table04 .__content .__borderbox {
      position: relative;
      width: calc( 50% - 10px);
      padding: 16px 16px 50px 16px;
      border: 3px solid #74562C;
      font-size: 0.8em;
      line-height: 1.4; }
      .kitchen-product .__table04 .__content .__borderbox .__subtitle {
        display: block;
        margin-bottom: 12px;
        color: #74562C;
        font-size: 18px;
        font-weight: bold; }
    .kitchen-product .__table04 .__content .__double {
      width: calc( 50% - 10px); }
    .kitchen-product .__table04 .__content .__column {
      display: flex;
      flex-direction: column;
      width: calc( 50% - 10px); }
      .kitchen-product .__table04 .__content .__column .__borderbox {
        width: 100%; }
  .kitchen-product .__table04 .__info {
    margin-top: 12px;
    font-size: 0.7em;
    line-height: 1.4; }
  .kitchen-product .__table04 .__pricearea .__price {
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: 8px;
    padding-left: 42px;
    color: #e50012;
    font-size: 24px; }
    .kitchen-product .__table04 .__pricearea .__price:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 8px;
      width: 30px;
      height: 24px;
      background: url(../images/price_01.png) no-repeat center center/contain;
      content: ''; }
  .kitchen-product .__specarea2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .kitchen-product .__specarea2 .__img {
      width: 48%;
      margin: 0 auto 12px; }
  .kitchen-product .toggle-content {
    display: none; }
  .kitchen-product .toggle-button {
    cursor: pointer; }
    .kitchen-product .toggle-button:hover {
      opacity: 0.8; }
  .kitchen-product .brown-button, .kitchen-product .pink-button {
    position: relative; }
    .kitchen-product .brown-button:after, .kitchen-product .pink-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .brown-button.opened:after, .kitchen-product .pink-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .red-button {
    position: relative; }
    .kitchen-product .red-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .red-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .blue-button {
    position: relative; }
    .kitchen-product .blue-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .blue-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .green-button {
    position: relative; }
    .kitchen-product .green-button:after {
      display: block;
      position: absolute;
      top: 4px;
      right: 8px;
      width: 28px;
      height: 26px;
      background: url(../images/open-button.png) no-repeat center center/contain;
      content: ''; }
    .kitchen-product .green-button.opened:after {
      transform: rotate(-180deg); }
  .kitchen-product .__title02 {
    display: block;
    margin-top: 72px;
    margin-bottom: 12px;
    padding: 8px 12px 4px;
    background: #e9474d;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1; }
  .kitchen-product .__title02--brown {
    background: #74562C; }
  .kitchen-product .__title02--orange {
    background: #ED6C00; }
  .kitchen-product .__title02--safety {
    background: #44af35; }
  .kitchen-product .__title02--design {
    background: #e50012; }
  .kitchen-product .__title02--pink {
    background: #CA4768; }
  .kitchen-product .__title02--blue {
    background: #3C80B6; }
  .kitchen-product .__title02--green {
    background: #5EA23A; }
  .kitchen-product .__moviewrap {
    cursor: pointer; }
    .kitchen-product .__moviewrap:hover {
      opacity: 0.8; }
    .kitchen-product .__moviewrap--gif {
      padding: 8px;
      border: 1px solid #e1e1e1; }
      .kitchen-product .__moviewrap--gif .__iconarea {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
        .kitchen-product .__moviewrap--gif .__iconarea .__gifarea {
          width: 40%; }
        .kitchen-product .__moviewrap--gif .__iconarea .__textarea {
          width: 58%; }
    .kitchen-product .__moviewrap .__img {
      display: block;
      width: 100%; }
  .kitchen-product .__moviearea01 {
    margin-bottom: 40px; }
    .kitchen-product .__moviearea01 .__content {
      display: flex;
      justify-content: space-between; }
    .kitchen-product .__moviearea01 .__leftcontent {
      width: 48%;
      min-height: 0%; }
    .kitchen-product .__moviearea01 .__rightcontent {
      width: 48%;
      min-height: 0%; }
    .kitchen-product .__moviearea01 .__contentsingle {
      justify-content: space-around; }
    .kitchen-product .__moviearea01 .__single {
      width: 48%;
      min-height: 0%; }
      .kitchen-product .__moviearea01 .__single .__img {
        display: block;
        width: 100%; }
  .kitchen-product .info2_add {
    display: block;
    margin-top: -70px;
    font-weight: bold; }
  .kitchen-product .__sizearea .__title {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #ED6C00;
    font-size: 24px;
    font-weight: bold; }
  .kitchen-product .__sizearea .__example {
    margin-bottom: 12px; }
    .kitchen-product .__sizearea .__example .__house, .kitchen-product .__sizearea .__example .__apart {
      display: inline-block;
      position: relative;
      height: 30px;
      margin-right: 20px;
      padding-left: 36px;
      font-size: 20px;
      line-height: 30px; }
      .kitchen-product .__sizearea .__example .__house:before, .kitchen-product .__sizearea .__example .__apart:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: url(../images/icon_ko.png) no-repeat center center/contain;
        content: ''; }
    .kitchen-product .__sizearea .__example .__apart:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background: url(../images/icon_ma.png) no-repeat center center/contain;
      content: ''; }
  .kitchen-product .__sizearea .__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .kitchen-product .__sizearea .__list .__item {
      width: calc(50% - 10px);
      margin-bottom: 12px;
      padding: 8px;
      border: 3px solid #ED6C00; }
      .kitchen-product .__sizearea .__list .__item .__sizename {
        display: block;
        margin-bottom: 12px;
        color: #ED6C00;
        font-size: 18px;
        font-weight: bold; }
      .kitchen-product .__sizearea .__list .__item .__pricearea {
        display: flex;
        justify-content: space-between;
        color: #D0121B;
        font-weight: bold; }
        .kitchen-product .__sizearea .__list .__item .__pricearea .__left, .kitchen-product .__sizearea .__list .__item .__pricearea .__right {
          width: calc(50% - 5px); }
      .kitchen-product .__sizearea .__list .__item .__price {
        display: inline-block;
        display: flex;
        position: relative;
        align-items: center;
        height: 24px;
        margin-right: 8px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 24px;
        text-align: center; }
        .kitchen-product .__sizearea .__list .__item .__price:before {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          background: url(../images/icon_ko.png) no-repeat center center/contain;
          content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--apart:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ma.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--houseblank:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ko_bk.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__price--apartblank:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icon_ma_bk.png) no-repeat center center/contain;
        content: ''; }
      .kitchen-product .__sizearea .__list .__item .__tax {
        display: inline-block;
        margin-right: 2px;
        font-size: 0.7em;
        text-align: center; }
      .kitchen-product .__sizearea .__list .__item .__yen {
        font-size: 0.8em; }
    .kitchen-product .__sizearea .__list .__item.__item--blank {
      background: #C9CACA;
      color: white; }
      .kitchen-product .__sizearea .__list .__item.__item--blank .__sizename {
        color: white; }
      .kitchen-product .__sizearea .__list .__item.__item--blank .__price {
        color: white; }

.kitchen-product .__chargearea, #kitchen .__chargearea {
  margin-top: 120px;
  margin-bottom: 40px; }
  .kitchen-product .__chargearea .__name, #kitchen .__chargearea .__name {
    display: block;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: bold; }
  .kitchen-product .__chargearea .__service, #kitchen .__chargearea .__service {
    display: block;
    margin-bottom: 20px; }
    .kitchen-product .__chargearea .__service .__img, #kitchen .__chargearea .__service .__img {
      width: 100%;
      height: auto; }
  .kitchen-product .__chargearea .__mitsumori, #kitchen .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 24px;
    border: 2px solid #000; }

.kitchen-product .__form .__inputarea, #kitchen .__form .__inputarea {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 10px;
  border-top: 3px solid #e9474d; }
  .kitchen-product .__form .__inputarea .__width, #kitchen .__form .__inputarea .__width {
    display: block;
    position: absolute;
    top: -25px;
    left: 170px;
    font-weight: bold; }
  .kitchen-product .__form .__inputarea .__wrap, #kitchen .__form .__inputarea .__wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 8px; }
  .kitchen-product .__form .__inputarea .__product, #kitchen .__form .__inputarea .__product {
    display: inline-block;
    padding: 12px 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1; }
  .kitchen-product .__form .__inputarea:after, #kitchen .__form .__inputarea:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/tenban60.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--75, #kitchen .__form .__inputarea--75 {
  border-top: 3px solid #5084c4; }
  .kitchen-product .__form .__inputarea--75:after, #kitchen .__form .__inputarea--75:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/tenban75.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--kodate, #kitchen .__form .__inputarea--kodate {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--kodate:after, #kitchen .__form .__inputarea--kodate:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label01.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--ltype, #kitchen .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--ltype:after, #kitchen .__form .__inputarea--ltype:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label02.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__inputarea--apart, #kitchen .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00; }
  .kitchen-product .__form .__inputarea--apart:after, #kitchen .__form .__inputarea--apart:after {
    display: block;
    position: absolute;
    top: -30px;
    left: -5px;
    width: 170px;
    height: 30px;
    background: url(../images/form_label03.png) no-repeat center center/contain;
    content: ''; }

.kitchen-product .__form .__input, #kitchen .__form .__input {
  position: relative; }

.kitchen-product .__form select, #kitchen .__form select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 1em 1em 1em 3em;
  border: 1px solid #333;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.kitchen-product .__form select::-ms-expand, #kitchen .__form select::-ms-expand {
  display: none; }

.kitchen-product .__form .__input::after, #kitchen .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 0px);
  left: 18px;
  width: 16px;
  height: 16px;
  background: url(../images/select.png) no-repeat center center/contain;
  content: ""; }

.kitchen-product .__form .__price, #kitchen .__form .__price {
  margin-top: 9px;
  padding: 0px 8px 4px 0;
  font-size: 2em;
  font-weight: bold;
  line-height: 1; }
  .kitchen-product .__form .__price .__small, #kitchen .__form .__price .__small {
    font-size: 0.6em; }

.kitchen-product .__form .__submit, #kitchen .__form .__submit {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 8px;
  background: #00428b;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .kitchen-product .__form .__submit:hover, #kitchen .__form .__submit:hover {
    opacity: 0.7; }

.kitchen-product .__form .__submit--75, #kitchen .__form .__submit--75 {
  background: #00428b; }

#gasconro .__chargearea {
  margin-top: 0;
  margin-bottom: 20px; }
  #gasconro .__chargearea .__mitsumori {
    margin-top: 24px;
    margin-bottom: 8px;
    padding: 24px;
    border: 2px solid #000; }

.kitchen-product .__3darea .__img {
  display: block; }

.kitchen-product .__3darea .__3dbase {
  position: relative; }
  .kitchen-product .__3darea .__3dbase .__point {
    display: block;
    position: absolute; }
    .kitchen-product .__3darea .__3dbase .__point:hover {
      cursor: pointer;
      opacity: 0.8; }

.kitchen-product .__3darea .__3dbase.__3dbase--p05 {
  width: 84%;
  margin: 0 auto; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point01 {
    top: 15.2%;
    left: 16%;
    width: 8.7%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point02 {
    top: 31%;
    left: 2%;
    width: 37%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point03 {
    top: 6%;
    left: 37.2%;
    width: 10.3%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point04 {
    top: 6%;
    left: 48.2%;
    width: 31%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point05 {
    top: 6%;
    left: 80%;
    width: 14.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point06 {
    top: 46%;
    left: 68%;
    width: 12.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point07 {
    top: 55.5%;
    left: 63.5%;
    width: 29%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point08 {
    top: 65.5%;
    left: 65%;
    width: 33%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point09 {
    top: 65.5%;
    left: 31.5%;
    width: 16%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point10 {
    top: 72.6%;
    left: 2.9%;
    width: 28%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point11 {
    top: 58%;
    left: 3%;
    width: 9%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point12 {
    top: 83.9%;
    left: 3.3%;
    width: 27.3%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point13 {
    top: 83.9%;
    left: 31.3%;
    width: 33%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point14 {
    top: 83.9%;
    left: 64.8%;
    width: 32.5%; }
  .kitchen-product .__3darea .__3dbase.__3dbase--p05 .__point15 {
    top: 65.6%;
    left: 48.2%;
    width: 16.3%; }
  .__colortitle {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    color: #ea6188;
    font-size: 20px;
    font-weight: bold; }
  .__colortitle--green {
    color: #5EA23A; }
  .__colortitle--blue {
    color: #3C80B6; }
  .__colortitle--orange {
    color: #ed6c00; }
  .__colortitle--brown {
    color: #74562c; }

@media only screen and (min-width: 0) and (max-width: 767px) {
    body {
      font-size: 14px; }
    .pc {
      display: none; }
    .sp {
      display: block; }
    .header .gnav {
      top: 0;
      height: calc(100vh); }
    .m_modal__content {
      width: calc( 100% - 32px); }
    .pc-top-menu .list {
      display: none; }
    .sp-br {
      display: block !important; }
        .mainfoot .mainfoot_menu .menu_list {
          width: 100%; }
    .mainfoot_pagetop {
      width: 44px;
      height: 44px; }
      .cv01 .cv01_text {
        width: 100%;
        max-width: 480px;
        text-align: left; }
      .cv01 .btn_list01 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto; }
      .cv01 .btn_list02 {
        width: 100%;
        max-width: 480px;
        margin: 24px auto; }
    .bath-product .m-bottom-sp-20 {
      margin-bottom: 20px !important; }
    .bath-product .m-bottom-sp-0 {
      margin-bottom: 0 !important; }
    .bath-product .m-top-sp-0 {
      margin-top: 0 !important; }
      .bath-product .max-w-90p {
        max-width: 100% !important; }
      .bath-product .max-w-65p {
        max-width: 100% !important; }
      .bath-product .max-w-45p {
        display: block;
        margin: 0 auto; }
    .bath-product .max-w-100p-sp {
      max-width: 100% !important; }
    .bath-product .max-w-50p-sp {
      display: block;
      max-width: 50% !important;
      margin: auto; }
      .bath-product .w-82p {
        width: calc( 84% - 6px) !important; }
      .bath-product .w-15p {
        width: calc( 16% - 6px) !important; }
      .bath-product .w-70p {
        width: 100% !important; }
      .bath-product .w-60p {
        width: 100% !important; }
      .bath-product .w-65p {
        width: 100% !important; }
      .bath-product .w-55p {
        width: 100% !important; }
      .bath-product .w-45p {
        width: 100% !important; }
      .bath-product .w-40p {
        width: 100% !important; }
      .bath-product .w-35p {
        width: 100% !important; }
      .bath-product .w-30p {
        width: 100% !important; }
      .bath-product .w-20p {
        margin: auto; }
      .bath-product .h2-small {
        display: block; }
      .bath-product .h2-sub {
        display: block;
        top: 0;
        padding: 0; }
      .bath-product .sec02 .sec02_wrap {
        max-width: 480px;
        padding: 40px 0 0 0; }
      .bath-product .__sec06 .__p07_p08_p10_double {
        flex-direction: column; }
        .bath-product .__sec06 .__p07_p08_p10_double .__table03 {
          width: 100%;
          margin: 0 0 20px; }
          .bath-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
            display: block;
            position: inherit;
            margin: 0; }
      .bath-product .__sec06 .__table03_p18hirogaru .__leftcontent {
        width: 100%; }
        .bath-product .__sec06 .__table03_p18hirogaru .__leftcontent::after {
          top: inherit;
          right: inherit;
          bottom: -50px;
          left: 50%;
          width: 30px;
          height: 20px;
          transform: translateX(-50%);
          border: 30px solid transparent;
          border-top: 20px solid #333; }
      .bath-product .__sec06 .__table03_p18hirogaru .__rightcontent {
        width: 100%; }
      .bath-product .__sec07.__sec07_p18 .__table03 .__leftcontent {
        width: 100%; }
      .bath-product .__sec07.__sec07_p18 .__table03 .__rightcontent {
        width: 100%; }
      .bath-product .__sec07 .__table03.__table03--p16 .__subtitle--p16 {
        top: 0;
        left: 0;
        margin: 10px 0 20px;
        font-size: 1.25em; }
      .bath-product .__img.pc-only {
        display: none; }
      .bath-product .__img.sp-only {
        display: inline; }
      .bath-product br.sp-only {
        display: inline; }
      .bath-product .headarea .__imglabel {
        width: 200px;
        margin-top: 10px; }
        .bath-product .headarea .__logoarea .__title .__logo {
          height: 20px;
          margin-bottom: 12px; }
          .bath-product .headarea .__logoarea .__title .__logo.__type2 {
            height: 34px; }
        .bath-product .headarea .__logoarea .__title .__logo.__logo--60 {
          height: 27px; }
        .bath-product .headarea .__imgarea .__size-m {
          margin: 20px auto 0; }
        .bath-product .headarea .__imgarea .__marginTop0 {
          margin: 0px auto 0; }
      .bath-product .__table01 {
        margin-top: 20px;
        margin-bottom: 20px; }
        .bath-product .__table01 .__row {
          flex-direction: column; }
          .bath-product .__table01 .__row .__th {
            width: 100%; }
          .bath-product .__table01 .__row .__td {
            width: 100%;
            padding: 6px 8px;
            border-left: none; }
      .bath-product .__table02wrap50 {
        flex-direction: column; }
        .bath-product .__table02wrap50 .__table02 {
          width: 100%;
          padding: 8px; }
      .bath-product .__table02 {
        margin-bottom: 20px;
        padding: 8px; }
        .bath-product .__table02 .__title {
          margin-bottom: 12px;
          font-size: 1.4em; }
        .bath-product .__table02 .__subtitle {
          font-size: 18px; }
        .bath-product .__table02 .__content {
          flex-direction: column; }
          .bath-product .__table02 .__content .__single {
            margin-top: 0;
            margin-bottom: 24px; }
          .bath-product .__table02 .__content .__double {
            width: 100%;
            margin-bottom: 24px; }
          .bath-product .__table02 .__content .__double.__p05left {
            width: 100%;
            margin: 0; }
          .bath-product .__table02 .__content .__double.__p05right {
            width: 100%; }
          .bath-product .__table02 .__content .__double.__p09left {
            width: 100%;
            margin: 0; }
          .bath-product .__table02 .__content .__double.__p09right {
            width: 100%; }
          .bath-product .__table02 .__content .__double.__double--p17 {
            width: 100%; }
            .bath-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
              width: 100%;
              margin-bottom: -18px; }
            .bath-product .__table02 .__content .__double.__double--p17 .__moviewrap {
              position: inherit; }
          .bath-product .__table02 .__content .__bgorange {
            padding: 12px; }
                .bath-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
                  display: block;
                  height: 24px;
                  margin: 0; }
              .bath-product .__table02 .__content .__bgorange .__head .__head_p11 {
                display: block;
                margin: 0; }
            .bath-product .__table02 .__content .__bgorange .__split {
              flex-direction: column; }
              .bath-product .__table02 .__content .__bgorange .__split.__p07_sp_flex, .bath-product .__table02 .__content .__bgorange .__split .__flex_sp {
                flex-direction: initial; }
                .bath-product .__table02 .__content .__bgorange .__split.__p07_sp_flex .__double, .bath-product .__table02 .__content .__bgorange .__split .__flex_sp .__double {
                  width: calc( 50% - 6px); }
            .bath-product .__table02 .__content .__bgorange .__textarea {
              height: auto;
              margin-bottom: 12px; }
        .bath-product .__table02 .__content--three {
          flex-direction: column; }
          .bath-product .__table02 .__content--three .__item {
            width: 100%; }
      .bath-product .__table02.__table02_p18 .__double.left {
        width: 100%; }
      .bath-product .__table02.__table02_p18 .__double.right {
        width: 100%; }
      .bath-product .__navmenu {
        margin: 60px 0 0; }
        .bath-product .__navmenu .__item {
          width: 49%;
          margin-bottom: 2%;
          font-size: 1.4em; }
    .bath-product .pc-only {
      display: none !important; }
      .bath-product .sp-only-flex {
        display: flex !important; }
      .bath-product .__table03 {
        margin-bottom: 20px;
        padding: 12px 12px; }
        .bath-product .__table03 .__subtitle {
          font-size: 1.4em; }
            .bath-product .__table03 .__subtitle._p12 .__icon {
              width: 40px; }
          .bath-product .__table03 .__subtitle .icon {
            height: 28px; }
        .bath-product .__table03 .__subtitle.__sprit {
          flex-direction: column; }
        .bath-product .__table03 .__subtitle.__sprit .__left {
          width: 100%;
          margin-bottom: 8px;
          line-height: 1.4; }
          .bath-product .__table03 .__subtitle.__sprit .__right {
            max-width: 100%;
            margin-top: 0px;
            margin-bottom: 4px;
            line-height: 1.4; }
        .bath-product .__table03 .__content {
          flex-direction: column; }
          .bath-product .__table03 .__content .__leftcontent {
            width: 100%;
            margin-bottom: 28px; }
            .bath-product .__table03 .__content .__leftcontent.__marginBottom0 {
              margin-bottom: 0; }
            .bath-product .__table03 .__content .__leftcontent--40 {
              width: 100%; }
          .bath-product .__table03 .__content .__rightcontent {
            width: 100%; }
            .bath-product .__table03 .__content .__rightcontent--60 {
              width: 100%; }
      .bath-product .__table03 .__moviewrap.m-top-20 {
        margin-top: 0 !important; }
      .bath-product .__table03.__table03--p01maho .__content .__leftcontent {
        width: 100%; }
        .bath-product .__table03.__table03--p01maho .__content .__leftcontent .__img {
          display: block;
          max-width: 240px; }
      .bath-product .__table03.__table03--p01maho .__content .__rightcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p01kara .__content .__leftcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p01kara .__content .__rightcontent {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding-top: 0%; }
      .bath-product .__table03.__table03--p02pita .__content .__leftcontent {
        width: 100%;
        margin-bottom: 10px; }
      .bath-product .__table03.__table03--p02pita .__content .__rightcontent {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; }
      .bath-product .__table03.__table03--p03keep .__content .__leftcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p03keep .__content .__rightcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p03yokuso .__content .__leftcontent {
        width: 100%;
        max-width: 180px; }
      .bath-product .__table03.__table03--p03yokuso .__content .__rightcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p05-2way .__moviewrap {
        width: 100%;
        margin: 10px 0 0; }
      .bath-product .__table03.__table03_p05yokuso .__img.icon {
        margin: 0;
        float: inherit; }
      .bath-product .__table03.__table03_p05yokuso .__content .__leftcontent {
        margin-bottom: 0; }
      .bath-product .__table03.__table03_p05yokuso .__content:first-of-type .__leftcontent {
        width: 100%;
        margin: 20px 0 0; }
      .bath-product .__table03.__table03_p05yokuso .__content:first-of-type .__rightcontent {
        width: 100%;
        margin-top: 10px; }
      .bath-product .__table03.__table03_p05yokuso2 .__leftcontent {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px; }
      .bath-product .__table03.__table03_p05yokuso2 .__rightcontent {
        width: 100%; }
      .bath-product .__table03.__table03_p05door .__content_p05 .__leftcontent {
        width: 100%;
        max-width: 214px; }
      .bath-product .__table03.__table03_p05door .__content_p05 .__rightcontent {
        width: 100%; }
    .bath-product .__table03.__table03_p05door .__moviewrap {
      margin: -20px 0 20px; }
      .bath-product .__table03.__table03-p06hoon .__leftcontent {
        width: 70%;
        margin: auto; }
      .bath-product .__table03.__table03-p06hoon .__rightcontent {
        width: 100%;
        margin-right: 0; }
      .bath-product .__table03.__table03_p09maru .__leftcontent {
        width: 100%; }
      .bath-product .__table03.__table03_p09maru .__rightcontent {
        width: 100%; }
      .bath-product .__table03.__table03--p10kara .__leftcontent {
        margin: 0 0 5px; }
      .bath-product .__table03.__table03--p10kara .__centercontent {
        width: 100%;
        margin: 0 0 5px; }
      .bath-product .__table03.__table03_p13yokuso .__text.__sub {
        margin: 0;
        float: none; }
      .bath-product .__table03.__table03_p13yokuso .__img.icon {
        margin: 0;
        float: inherit; }
      .bath-product .__table03.__table03_p13yokuso .__content .__leftcontent {
        margin-bottom: 0; }
      .bath-product .__table03.__table03_p13yokuso .__content:first-of-type .__leftcontent {
        width: 100%;
        margin: 20px 0 0; }
      .bath-product .__table03.__table03_p13yokuso .__content:first-of-type .__rightcontent {
        width: 100%;
        margin-top: 10px; }
      .bath-product .__table04 .__content {
        flex-direction: column; }
        .bath-product .__table04 .__content .__borderbox {
          width: 100%;
          margin-bottom: 20px; }
        .bath-product .__table04 .__content .__borderbox.m-top-20 {
          margin-top: 0 !important; }
        .bath-product .__table04 .__content .__double {
          width: 100%;
          margin-bottom: 20px; }
        .bath-product .__table04 .__content .__column {
          width: 100%;
          margin-bottom: 0; }
        .bath-product .__table04 .__content .__column.m-top-20 {
          margin-top: 0 !important; }
        .bath-product .__table04 .__content .__column.__column_p08 .__leftcontent {
          width: calc(51% - 10px); }
        .bath-product .__table04 .__content .__column.__column_p08 .__centercontent {
          width: 100%;
          margin: 10px 0; }
        .bath-product .__table04 .__content .__column.__column_p08 .__rightcontent {
          width: calc(80% - 10px);
          margin-left: calc(20% + 10px); }
      .bath-product .__table04 .__info {
        width: 100%;
        margin-top: -4px;
        font-size: 0.9em; }
      .bath-product .__table04.__table04_p17 .__column.__left {
        width: 100%; }
      .bath-product .__table04.__table04_p17 .__column.__right {
        width: 100%; }
        .bath-product .__specarea2 .__img {
          flex-direction: column;
          width: 100%;
          max-width: 500px;
          margin: 0 auto 12px; }
      .bath-product .__title02 {
        margin-top: 40px; }
      .bath-product .__moviearea01 {
        margin-bottom: 20px; }
        .bath-product .__moviearea01 .__content {
          flex-direction: column; }
        .bath-product .__moviearea01 .__leftcontent {
          width: 100%; }
        .bath-product .__moviearea01 .__rightcontent {
          width: 100%; }
        .bath-product .__moviearea01 .__single {
          width: 100%; }
      .bath-product .info2_add {
        margin-top: -30px; }
        .bath-product .__sizearea .__example .__house, .bath-product .__sizearea .__example .__apart {
          font-size: 18px; }
        .bath-product .__sizearea .__list .__item {
          width: 100%; }
            .bath-product .__sizearea .__list .__item .__pricearea .__left, .bath-product .__sizearea .__list .__item .__pricearea .__right {
              width: calc(50% - 1px); }
          .bath-product .__sizearea .__list .__item .__price {
            font-size: 16px; }
    .bath-product .__chargearea {
      margin-top: 80px; }
      .bath-product .__chargearea .__service {
        margin-bottom: 8px; }
      .bath-product .__chargearea .__mitsumori {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 12px; }
    .bath-product .__form .__inputarea {
      margin-top: 32px; }
      .bath-product .__form .__inputarea .__wrap {
        flex-direction: column; }
      .bath-product .__form .__inputarea .__product {
        padding: 12px 0px;
        font-size: 18px; }
    .bath-product .__form .__inputarea {
      flex-direction: column; }
      .bath-product .__form .__inputarea--1616:after {
        top: -22px;
        width: 280px;
        height: 20px; }
      .bath-product .__form .__inputarea--1216:after {
        top: -22px;
        width: 280px;
        height: 20px; }
    .bath-product .__form .__price {
      margin-top: 0;
      padding: 0px�@12px;
      font-size: 1.5em; }
    #bathlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #bathlineup .mv .mv_img {
      height: 196px; }
      #bathlineup .mv .mv_img .img {
        bottom: -20%; }
    #bathlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #bathlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #bathlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #bathlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #bathlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #bathlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #bathlineup .sec02 .sec02_wrap {
      max-width: 480px;
      padding: 40px 0 0 0; }
    #bathlineup .sec02 .sec02_itemwrap {
      margin: 40px 0 0 0; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
          margin: 0 0 16px 0;
          font-size: 16px; }
        #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 100%; }
          #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
              flex-basis: 50%;
              font-size: 16px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 20px;
                  text-align: left; }
                  #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 14px;
                    height: 14px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #bathlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #bathlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #bathlineup .sec03 .sec03_point {
        margin: 30px 0 0 0; }
        #bathlineup .sec03 .sec03_point .point_list {
          flex-wrap: wrap;
          height: auto; }
          #bathlineup .sec03 .sec03_point .point_list .img_wrap {
            flex: auto;
            max-width: 100%; }
          #bathlineup .sec03 .sec03_point .point_list .img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0; }
          #bathlineup .sec03 .sec03_point .point_list .list_text {
            padding: 16px 20px; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_pointlist {
            width: 70%; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_list {
            width: 48%; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list .text {
              height: 60px;
              padding: 12px 8px;
              font-size: 12px; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
              height: 60px;
              padding: 20px 10px;
              font-size: 12px; }
            #bathlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
              height: 60px;
              padding: 10px 8px;
              font-size: 12px;
              line-height: 1.2; }
          #bathlineup .sec03 .sec03_point .point_listlast .last_img {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 120px;
            height: 117px;
            content: ""; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list01 {
            width: 100%;
            margin: 0 0 16px 0; }
          #bathlineup .sec03 .sec03_point .point_listlast .btn_list02 {
            width: 100%; }
      #bathlineup .sec04 .sec04_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #bathlineup .sec04 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #flow .sec01 .sec01_tit {
      max-width: 480px;
      text-align: left; }
    #flow .pankuzu_wrap .pankuzu_list {
      max-width: 480px; }
        #flow .pankuzu_wrap .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #flow .sec02 .sec02_wrap {
      max-width: 480px; }
    #flow .sec02 .sec02_flow {
      margin: 10px 0 0 0; }
        #flow .sec02 .sec02_flow .flow_list .list_tit {
          font-size: 18px; }
        #flow .sec02 .sec02_flow .flow_list .list_description {
          padding: 5px 0 0 0;
          font-size: 14px; }
        #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
          right: -28px;
          width: 15px;
          height: 30px; }
      #freequote .sec01 .sec01_tit {
        max-width: 480px;
        text-align: left; }
    #freequote .pankuzu_wrap .pankuzu_list {
      max-width: 480px; }
        #freequote .pankuzu_wrap .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #freequote .sec02 .sec02_wrap {
      max-width: 480px; }
    #freequote .sec02 .sec02_quotation {
      margin: 30px 0 0 0; }
      #freequote .sec02 .sec02_quotation .quotation_list {
        margin: 0 0 20px 0;
        padding: 6px; }
          #freequote .sec02 .sec02_quotation .quotation_list .list_text:after {
            right: -5px; }
        #freequote .sec02 .sec02_quotation .quotation_list .list_tit {
          font-size: 16px; }
      #freequote .sec02 .sec02_quotation .quotation_list2,
      #freequote .sec02 .sec02_quotation .quotation_list3,
      #freequote .sec02 .sec02_quotation .quotation_list4 {
        width: calc(33.33% - 8px); }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit {
          margin: 0 0 5px 0; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_description,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_description,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_description {
          font-size: 12px; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline3 {
          display: block; }
      .gasconro-product .sec02 .sec02_wrap {
        max-width: 480px;
        padding: 40px 0 0 0; }
      .gasconro-product br.sp-only {
        display: inline; }
      .gasconro-product .headarea .__imglabel {
        width: 200px;
        margin-top: 10px; }
        .gasconro-product .headarea .__logoarea .__title .__logo {
          height: 24px;
          margin-bottom: 12px; }
        .gasconro-product .headarea .__logoarea .__title .__logo.__logo--60 {
          height: 27px; }
      .gasconro-product .headarea .__logoarea .__num {
        font-size: 0.8em; }
        .gasconro-product .headarea .__imgarea .__size-m {
          margin: 20px auto 0; }
        .gasconro-product .headarea .__imgarea .__marginTop0 {
          margin: 0px auto 0; }
      .gasconro-product .__table01 {
        margin-top: 20px;
        margin-bottom: 20px; }
        .gasconro-product .__table01 .__row {
          flex-direction: column; }
          .gasconro-product .__table01 .__row .__th {
            width: 100%; }
          .gasconro-product .__table01 .__row .__td {
            width: 100%;
            padding: 6px 8px;
            border-left: none; }
      .gasconro-product .__table02wrap50 {
        flex-direction: column; }
        .gasconro-product .__table02wrap50 .__table02 {
          width: 100%;
          padding: 8px; }
      .gasconro-product .__table02 {
        margin-bottom: 20px;
        padding: 8px; }
        .gasconro-product .__table02 .__title {
          font-size: 1.4em; }
        .gasconro-product .__table02 .__content {
          flex-direction: column; }
          .gasconro-product .__table02 .__content .__leftcontent {
            width: 100%;
            margin-bottom: 20px;
            padding: 0;
            border: none; }
          .gasconro-product .__table02 .__content .__rightcontent {
            width: 100%; }
        .gasconro-product .__table02 .__content--three {
          flex-direction: column; }
          .gasconro-product .__table02 .__content--three .__item {
            width: 100%; }
      .gasconro-product .__navmenu {
        margin: 60px 0 0; }
        .gasconro-product .__navmenu .__item {
          width: 49%;
          margin-bottom: 2%;
          font-size: 1.4em; }
    .gasconro-product .pc-only {
      display: none; }
      .gasconro-product .__table03 {
        margin-bottom: 20px;
        padding: 12px 12px; }
        .gasconro-product .__table03 .__subtitle {
          font-size: 1.4em; }
        .gasconro-product .__table03 .__subtitle.__sprit {
          flex-direction: column; }
          .gasconro-product .__table03 .__subtitle.__sprit .__right {
            margin-top: 0px;
            margin-bottom: 4px;
            line-height: 1.4; }
        .gasconro-product .__table03 .__content {
          flex-direction: column; }
          .gasconro-product .__table03 .__content .__leftcontent {
            width: 100%;
            margin-bottom: 28px; }
            .gasconro-product .__table03 .__content .__leftcontent.__marginBottom0 {
              margin-bottom: 0; }
          .gasconro-product .__table03 .__content .__rightcontent {
            width: 100%; }
        .gasconro-product .__specarea2 .__img {
          flex-direction: column;
          width: 100%;
          max-width: 500px;
          margin: 0 auto 12px; }
      .gasconro-product .__title02 {
        margin-top: 40px; }
      .gasconro-product .__moviearea01 {
        margin-bottom: 20px; }
        .gasconro-product .__moviearea01 .__content {
          flex-direction: column; }
        .gasconro-product .__moviearea01 .__leftcontent {
          width: 100%; }
        .gasconro-product .__moviearea01 .__rightcontent {
          width: 100%; }
        .gasconro-product .__moviearea01 .__single {
          width: 100%; }
      .gasconro-product .info2_add {
        margin-top: -30px; }
    .gasconro-product .__chargearea, #gasconro .__chargearea {
      margin-top: 80px; }
      .gasconro-product .__chargearea .__mitsumori, #gasconro .__chargearea .__mitsumori {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 12px; }
      .gasconro-product .__form .__inputarea .__product, #gasconro .__form .__inputarea .__product {
        padding: 12px 0px; }
    .gasconro-product .__form .__inputarea, #gasconro .__form .__inputarea {
      flex-direction: column; }
    .gasconro-product .__form .__price, #gasconro .__form .__price {
      margin-top: 0;
      padding: 0px�@12px; }
    #gasconro .__chargearea {
      margin-top: 0; }
      #gasconro .__chargearea .__mitsumori {
        margin-top: 24px;
        margin-bottom: 8px;
        padding: 12px; }
    #gasconro .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #gasconro .mv .mv_img {
      height: 196px; }
      #gasconro .mv .mv_img .img {
        bottom: -20%; }
    #gasconro .sec01 .pankuzu_list {
      max-width: 480px; }
        #gasconro .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #gasconro .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #gasconro .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #gasconro .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #gasconro .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #gasconro .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #gasconro .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #gasconro .sec02 .sec02_wrap {
      max-width: 480px;
      padding: 40px 0 0 0; }
    #gasconro .sec02 .sec02_itemwrap {
      margin: 40px 0 0 0; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            width: 44%; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
          margin: 0 0 16px 0;
          font-size: 16px; }
        #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 100%; }
          #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
              flex-basis: 50%;
              font-size: 16px; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #gasconro .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
      #gasconro .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #gasconro .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #gasconro .sec03 .sec03_point {
        margin: 30px 0 0 0; }
        #gasconro .sec03 .sec03_point .point_list {
          flex-wrap: wrap;
          height: auto; }
          #gasconro .sec03 .sec03_point .point_list .img_wrap {
            flex: auto;
            max-width: 100%; }
          #gasconro .sec03 .sec03_point .point_list .img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0; }
          #gasconro .sec03 .sec03_point .point_list .list_text {
            padding: 16px 20px; }
          #gasconro .sec03 .sec03_point .point_listlast .last_pointlist {
            width: 70%; }
          #gasconro .sec03 .sec03_point .point_listlast .last_list {
            width: 48%; }
            #gasconro .sec03 .sec03_point .point_listlast .last_list .text {
              height: 60px;
              padding: 12px 8px;
              font-size: 12px; }
            #gasconro .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
              height: 60px;
              padding: 20px 10px;
              font-size: 12px; }
            #gasconro .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
              height: 60px;
              padding: 10px 8px;
              font-size: 12px;
              line-height: 1.2; }
          #gasconro .sec03 .sec03_point .point_listlast .last_img {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 120px;
            height: 117px;
            content: ""; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list01 {
            width: 100%;
            margin: 0 0 16px 0; }
          #gasconro .sec03 .sec03_point .point_listlast .btn_list02 {
            width: 100%; }
      #gasconro .sec04 .sec04_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #gasconro .sec04 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #gasconro .selectarea {
      flex-direction: column; }
      #gasconro .selectarea .selectarea_item {
        width: 100%; }
      #gasconro .item_redbtn .redbtn_list {
        width: 100%; }
        #gasconro .item_redbtn .redbtn_list .link {
          line-height: 16px; }
        #gasconro .item_redbtn .redbtn_list .redbtn_text01 {
          padding: 6px 0 6px 20px;
          text-align: left; }
          #gasconro .item_redbtn .redbtn_list .redbtn_text01:before {
            width: 14px;
            height: 14px; }
        #gasconro .item_redbtn .redbtn_list .redbtn_text02 {
          padding: 14px 0px 14px 25px;
          text-align: left; }
          #gasconro .item_redbtn .redbtn_list .redbtn_text02:before {
            width: 20px;
            height: 16px; }
      #gasconro .item_info2 .info2_item {
        margin-bottom: 16px; }
        #gasconro .item_info2 .info2_item .info2_add {
          font-size: 12px; }
    #gasconro .sec02_wrap .info2_title {
      font-size: 14px; }
    #gasconro .sec02_wrap .priceBtn {
      padding: 1% 30% 1% 1%; }
      #gasconro .sec02_wrap .priceBtn .priceBtn__tenbanImg {
        width: 40%; }
      #gasconro .sec02_wrap .priceBtn .priceBtn__text {
        width: 28%; }
        #gasconro .sec02_wrap .priceBtn .priceBtn__bottom .priceBtn__num {
          width: 60%; }
        #gasconro .sec02_wrap .priceBtn .priceBtn__bottom .priceBtn__price {
          width: 40%; }
    .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list {
      align-items: flex-start;
      height: 140px; }
      .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_tit {
        margin: 16px 0 0 16px; }
    .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_mark {
      height: 140px; }
      .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_button {
        top: 84px;
        left: calc( 15% + 18px);
        width: 200px;
        font-size: 12px; }
      .sec01 .sec01_inner .sec01_point.sec01_point--button#point_button .point_list .list_button .pc-only {
        display: none; }
    #gasconro .m_modal__content {
      width: calc( 100% - 50px); }
      .kitchen-product .sec02 .sec02_wrap {
        max-width: 480px;
        padding: 40px 0 0 0; }
      .kitchen-product br.sp-only {
        display: inline; }
      .kitchen-product .headarea .__imglabel {
        width: 200px;
        margin-top: 10px; }
        .kitchen-product .headarea .__logoarea .__title .__logo {
          height: 20px;
          margin-bottom: 12px; }
        .kitchen-product .headarea .__logoarea .__title .__logo.__logo--60 {
          height: 27px; }
        .kitchen-product .headarea .__imgarea .__size-m {
          margin: 20px auto 0; }
        .kitchen-product .headarea .__imgarea .__marginTop0 {
          margin: 0px auto 0; }
      .kitchen-product .__table01 {
        margin-top: 20px;
        margin-bottom: 20px; }
        .kitchen-product .__table01 .__row {
          flex-direction: column; }
          .kitchen-product .__table01 .__row .__th {
            width: 100%; }
          .kitchen-product .__table01 .__row .__td {
            width: 100%;
            padding: 6px 8px;
            border-left: none; }
      .kitchen-product .__table02wrap50 {
        flex-direction: column; }
        .kitchen-product .__table02wrap50 .__table02 {
          width: 100%;
          padding: 8px; }
      .kitchen-product .__table02 {
        margin-bottom: 20px;
        padding: 8px; }
        .kitchen-product .__table02 .__title {
          margin-bottom: 12px;
          font-size: 1.4em; }
        .kitchen-product .__table02 .__subtitle {
          font-size: 18px; }
        .kitchen-product .__table02 .__content {
          flex-direction: column;
          margin-bottom: 20px; }
          .kitchen-product .__table02 .__content .__double {
            width: 100%;
            margin-bottom: 24px; }
          .kitchen-product .__table02 .__content .__bgorange {
            margin-bottom: 24px; }
            .kitchen-product .__table02 .__content .__bgorange .__textarea {
              width: 190px;
              height: auto;
              margin-bottom: 12px; }
        .kitchen-product .__table02 .__content--three {
          flex-direction: column; }
          .kitchen-product .__table02 .__content--three .__item {
            width: 100%; }
      .kitchen-product .__navmenu {
        margin: 60px 0 0; }
        .kitchen-product .__navmenu .__item {
          width: 49%;
          margin-bottom: 2%;
          font-size: 1.4em; }
    .kitchen-product .pc-only {
      display: none !important; }
      .kitchen-product .sp-only-flex {
        display: flex !important; }
      .kitchen-product .__table03 {
        margin-bottom: 20px;
        padding: 12px 12px; }
        .kitchen-product .__table03 .__subtitle {
          font-size: 1.4em; }
        .kitchen-product .__table03 .__subtitle.__sprit {
          flex-direction: column; }
        .kitchen-product .__table03 .__subtitle.__sprit .__left {
          width: 100%;
          margin-bottom: 8px;
          line-height: 1.4; }
          .kitchen-product .__table03 .__subtitle.__sprit .__right {
            max-width: 100%;
            margin-top: 0px;
            margin-bottom: 4px;
            line-height: 1.4; }
        .kitchen-product .__table03 .__content {
          flex-direction: column; }
          .kitchen-product .__table03 .__content .__leftcontent {
            width: 100%;
            margin-bottom: 28px; }
            .kitchen-product .__table03 .__content .__leftcontent.__marginBottom0 {
              margin-bottom: 0; }
            .kitchen-product .__table03 .__content .__leftcontent--40 {
              width: 100%; }
          .kitchen-product .__table03 .__content .__rightcontent {
            width: 100%; }
            .kitchen-product .__table03 .__content .__rightcontent--60 {
              width: 100%; }
      .kitchen-product .__table04 .__content {
        flex-direction: column; }
        .kitchen-product .__table04 .__content .__borderbox {
          width: 100%;
          margin-bottom: 20px; }
        .kitchen-product .__table04 .__content .__double {
          width: 100%;
          margin-bottom: 20px; }
        .kitchen-product .__table04 .__content .__column {
          width: 100%;
          margin-bottom: 20px; }
      .kitchen-product .__table04 .__info {
        width: 100%;
        margin-top: -4px;
        font-size: 0.9em; }
        .kitchen-product .__specarea2 .__img {
          flex-direction: column;
          width: 100%;
          max-width: 500px;
          margin: 0 auto 12px; }
      .kitchen-product .__title02 {
        margin-top: 40px; }
      .kitchen-product .__moviearea01 {
        margin-bottom: 20px; }
        .kitchen-product .__moviearea01 .__content {
          flex-direction: column; }
        .kitchen-product .__moviearea01 .__leftcontent {
          width: 100%; }
        .kitchen-product .__moviearea01 .__rightcontent {
          width: 100%; }
        .kitchen-product .__moviearea01 .__single {
          width: 100%; }
      .kitchen-product .info2_add {
        margin-top: -30px; }
        .kitchen-product .__sizearea .__example .__house, .kitchen-product .__sizearea .__example .__apart {
          font-size: 18px; }
        .kitchen-product .__sizearea .__list .__item {
          width: 100%; }
            .kitchen-product .__sizearea .__list .__item .__pricearea .__left, .kitchen-product .__sizearea .__list .__item .__pricearea .__right {
              width: calc(50% - 1px); }
          .kitchen-product .__sizearea .__list .__item .__price {
            font-size: 16px; }
    .kitchen-product .__chargearea, #kitchen .__chargearea {
      margin-top: 80px; }
      .kitchen-product .__chargearea .__mitsumori, #kitchen .__chargearea .__mitsumori {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 12px; }
      .kitchen-product .__form .__inputarea .__wrap, #kitchen .__form .__inputarea .__wrap {
        flex-direction: column; }
      .kitchen-product .__form .__inputarea .__product, #kitchen .__form .__inputarea .__product {
        padding: 12px 0px;
        font-size: 18px; }
    .kitchen-product .__form .__inputarea, #kitchen .__form .__inputarea {
      flex-direction: column; }
    .kitchen-product .__form .__price, #kitchen .__form .__price {
      margin-top: 0;
      padding: 0px�@12px;
      font-size: 1.5em; }
    #gasconro .__chargearea {
      margin-top: 0; }
      #gasconro .__chargearea .__mitsumori {
        margin-top: 24px;
        margin-bottom: 8px;
        padding: 12px; }
    #kitchenlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #kitchenlineup .mv .mv_img {
      height: 196px; }
      #kitchenlineup .mv .mv_img .img {
        bottom: 0; }
    #kitchenlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #kitchenlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #kitchenlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #kitchenlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #kitchenlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #kitchenlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #kitchenlineup .sec02 .sec02_wrap {
      max-width: 480px;
      padding: 0; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
          font-size: 11px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
        margin: 0 0 16px 0;
        font-size: 16px; }
      #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
        flex-direction: column;
        flex-wrap: wrap; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
          width: 100%; }
        #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
          width: 100%; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
            flex-basis: 70%;
            font-size: 16px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
            font-size: 18px; }
            #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
              font-size: 12px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                line-height: 16px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                padding: 6px 0 6px 20px;
                text-align: left; }
                #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                  width: 14px;
                  height: 14px; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                padding: 14px 0px 14px 25px;
                text-align: left; }
                #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                  width: 20px;
                  height: 16px; }
      #kitchenlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #kitchenlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #kitchenlineup .sec03 .sec03_point {
        margin: 30px 0 0 0; }
        #kitchenlineup .sec03 .sec03_point .point_list {
          flex-wrap: wrap;
          height: auto; }
          #kitchenlineup .sec03 .sec03_point .point_list .img_wrap {
            flex: auto;
            max-width: 100%; }
          #kitchenlineup .sec03 .sec03_point .point_list .img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0; }
          #kitchenlineup .sec03 .sec03_point .point_list .list_text {
            padding: 16px 20px; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_pointlist {
            width: 70%; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_list {
            width: 48%; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list .text {
              height: 60px;
              padding: 12px 8px;
              font-size: 12px; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
              height: 60px;
              padding: 20px 10px;
              font-size: 12px; }
            #kitchenlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
              height: 60px;
              padding: 10px 8px;
              font-size: 12px;
              line-height: 1.2; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .last_img {
            display: block;
            position: absolute;
            right: 0;
            bottom: 0px;
            width: 120px;
            height: 117px;
            content: ""; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list01 {
            width: 100%;
            margin: 0 0 16px 0; }
          #kitchenlineup .sec03 .sec03_point .point_listlast .btn_list02 {
            width: 100%; }
      #kitchenlineup .sec04 .sec04_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #kitchenlineup .sec04 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
    #toiletlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #toiletlineup .mv .mv_img {
      height: 196px; }
      #toiletlineup .mv .mv_img .img {
        bottom: -20%; }
    #toiletlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #toiletlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #toiletlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #toiletlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #toiletlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #toiletlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #toiletlineup .sec02 .sec02_wrap {
      max-width: 480px; }
    #toiletlineup .sec02 .sec02_itemwrap {
      margin: 0; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_subtit {
          margin: 0 0 16px 0;
          font-size: 16px; }
        #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 100%; }
          #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
              flex-basis: 50%;
              font-size: 16px; }
            #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
                  font-size: 10px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 20px;
                    height: 20px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 25px;
                  text-align: left; }
                  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #toiletlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #toiletlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #toiletlineup .sec03 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
      #top .mv .mv_wrap {
        margin-bottom: 8px; }
        #top .mv .mv_wrap .mv_text {
          padding: 44px 0 0 0; }
          #top .mv .mv_wrap .mv_text .img {
            width: 84px;
            height: 101px; }
        #top .mv .mv_wrap .mv_btn {
          display: none !important; }
    #top .sec01 .mv_btn {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      max-width: 480px;
      margin: 10px 0;
      margin: 20px auto; }
    #top .sec01 .sec01_btn {
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 20px 0; }
      #top .sec01 .sec01_btn .btn {
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 10px auto; }
      #top .sec02 .sec02_wrap {
        max-width: 480px; }
      #top .sec02 .sec02_tit {
        padding: 40px 0 0 0;
        font-size: 20px; }
      #top .sec02 .sec02_point {
        margin: 20px 0 0 0; }
        #top .sec02 .sec02_point .point_list {
          max-width: 100%;
          height: auto;
          margin: 0 0 24px 0;
          transition-duration: 1s;
          transition-property: all;
          transition-timing-function: ease-in; }
      #top .sec02 .sec02_btn {
        padding: 0 0 40px 0; }
        #top .sec02 .sec02_btn .link {
          width: 100%; }
    #top .sec03 .sec03_wrap {
      max-width: 480px;
      padding: 0 0 0; }
    #top .sec03 .sec03_movie-wrap {
      max-width: 480px;
      margin: 40px auto 24px; }
    #top .sec03 .sec03_movie {
      margin: 0px auto 0; }
      #top .sec03 .sec03_movie .sec03_movie-tit {
        width: 120px;
        height: 20px;
        font-size: 12px;
        line-height: 20px; }
    #top .sec03 .sec03_tit {
      padding: 40px 0 0 0; }
      #top .sec03 .sec03_menu .menu_list {
        max-width: 48%;
        margin: 0 0 14px 0; }
        #top .sec03 .sec03_menu .menu_list .link {
          border-radius: 20px; }
          #top .sec03 .sec03_menu .menu_list .link .img {
            border-radius: 20px; }
        #top .sec03 .sec03_menu .menu_list .list_tit {
          bottom: 10px;
          left: 10px;
          font-size: 14px; }
      #top .sec03 .sec03_menu .menu_list7 .list_tit {
        font-size: 14px;
        line-height: 1.4; }
      #top .sec03 .sec03_menu .menu_list10 .list_tit {
        line-height: 1.4; }
      #top .sec04 .sec04_wrap {
        width: calc(100% - 32px);
        max-width: 480px;
        margin: 24px auto;
        padding: 40px 0; }
        #top .sec04 .sec04_menu .list_tit {
          width: 120px;
          height: 20px;
          font-size: 12px;
          line-height: 20px; }
    #top .sec05 {
      width: calc(100% - 32px);
      max-width: 480px;
      margin: 40px auto; }
        #top .sec05 .sec05_menu .menu_list {
          width: 48%; }
    #washstandlineup .mv .mv_tit {
      max-width: 480px;
      text-align: left; }
    #washstandlineup .mv .mv_img {
      height: 196px; }
      #washstandlineup .mv .mv_img .img {
        bottom: -30%; }
    #washstandlineup .sec01 .pankuzu_list {
      max-width: 480px; }
        #washstandlineup .sec01 .pankuzu_list .link:hover {
          opacity: 1;
          transition: none; }
    #washstandlineup .sec01 .sec01_inner {
      max-width: 480px;
      padding: 40px 0; }
      #washstandlineup .sec01 .sec01_inner .sec01_tit {
        font-size: 18px; }
        #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall {
          position: relative; }
          #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:before {
            position: absolute;
            top: 20%;
            left: -30px;
            margin: 0; }
          #washstandlineup .sec01 .sec01_inner .sec01_tit .titsmall:after {
            position: absolute;
            top: 20%;
            right: -30px;
            margin: 0; }
          #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit {
            flex-basis: 230px;
            font-size: 12px; }
            #washstandlineup .sec01 .sec01_inner .sec01_point .point_list .list_tit .tit_red {
              font-size: 16px; }
    #washstandlineup .sec02 .sec02_wrap {
      max-width: 480px; }
    #washstandlineup .sec02 .sec02_itemwrap {
      margin: 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_number {
            font-size: 11px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee {
          margin: 0 0 16px 0; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_fee .item_subtit {
            font-size: 16px; }
        #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description {
          flex-direction: column;
          flex-wrap: wrap; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img {
            width: 70%;
            margin: 0 auto 32px; }
          #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text {
            width: 100%; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_yen {
              font-size: 18px; }
              #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list {
                font-size: 12px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_icon .icon_list .small {
                  font-size: 10px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .link {
                  line-height: 16px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text {
                  font-size: 12px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 17px;
                  text-align: left; }
                  #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
                    width: 14px;
                    height: 14px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 14px 0px 14px 22px;
                  text-align: left; }
                  #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02:before {
                    width: 20px;
                    height: 16px; }
      #washstandlineup .sec02_btn .link {
        padding: 10px 0px 10px 14px; }
      #washstandlineup .sec03 .sec03_wrap {
        max-width: 480px;
        padding: 40px 0; }
      #washstandlineup .sec03 .content_tit {
        margin: 0 0 0 16px;
        font-size: 16px;
        line-height: 1.3; }
      .kitchen-product .sec02 .sec02_wrap {
        max-width: 480px;
        padding: 40px 0 0 0; }
      .kitchen-product br.sp-only {
        display: inline; }
      .kitchen-product .headarea .__imglabel {
        width: 200px;
        margin-top: 10px; }
        .kitchen-product .headarea .__logoarea .__title .__logo {
          height: 20px;
          margin-bottom: 12px; }
        .kitchen-product .headarea .__logoarea .__title .__logo.__logo--60 {
          height: 27px; }
        .kitchen-product .headarea .__imgarea .__size-m {
          margin: 20px auto 0; }
        .kitchen-product .headarea .__imgarea .__marginTop0 {
          margin: 0px auto 0; }
      .kitchen-product .__table01 {
        margin-top: 20px;
        margin-bottom: 20px; }
        .kitchen-product .__table01 .__row {
          flex-direction: column; }
          .kitchen-product .__table01 .__row .__th {
            width: 100%; }
          .kitchen-product .__table01 .__row .__td {
            width: 100%;
            padding: 6px 8px;
            border-left: none; }
      .kitchen-product .__table02wrap50 {
        flex-direction: column; }
        .kitchen-product .__table02wrap50 .__table02 {
          width: 100%;
          padding: 8px; }
      .kitchen-product .__table02 {
        margin-bottom: 20px;
        padding: 8px; }
        .kitchen-product .__table02 .__title {
          margin-bottom: 12px;
          font-size: 1.4em; }
        .kitchen-product .__table02 .__subtitle {
          font-size: 18px; }
        .kitchen-product .__table02 .__content {
          flex-direction: column;
          margin-bottom: 20px; }
          .kitchen-product .__table02 .__content .__double {
            width: 100%;
            margin-bottom: 24px; }
          .kitchen-product .__table02 .__content .__bgorange {
            margin-bottom: 24px; }
            .kitchen-product .__table02 .__content .__bgorange .__textarea {
              width: 190px;
              height: auto;
              margin-bottom: 12px; }
        .kitchen-product .__table02 .__content--three {
          flex-direction: column; }
          .kitchen-product .__table02 .__content--three .__item {
            width: 100%; }
      .kitchen-product .__navmenu {
        margin: 60px 0 0; }
        .kitchen-product .__navmenu .__item {
          width: 49%;
          margin-bottom: 2%;
          font-size: 1.4em; }
    .kitchen-product .pc-only {
      display: none !important; }
      .kitchen-product .sp-only-flex {
        display: flex !important; }
      .kitchen-product .__table03 {
        margin-bottom: 20px;
        padding: 12px 12px; }
        .kitchen-product .__table03 .__subtitle {
          font-size: 1.4em; }
        .kitchen-product .__table03 .__subtitle.__sprit {
          flex-direction: column; }
        .kitchen-product .__table03 .__subtitle.__sprit .__left {
          width: 100%;
          margin-bottom: 8px;
          line-height: 1.4; }
          .kitchen-product .__table03 .__subtitle.__sprit .__right {
            max-width: 100%;
            margin-top: 0px;
            margin-bottom: 4px;
            line-height: 1.4; }
        .kitchen-product .__table03 .__content {
          flex-direction: column; }
          .kitchen-product .__table03 .__content .__leftcontent {
            width: 100%;
            margin-bottom: 28px; }
            .kitchen-product .__table03 .__content .__leftcontent.__marginBottom0 {
              margin-bottom: 0; }
            .kitchen-product .__table03 .__content .__leftcontent--40 {
              width: 100%; }
          .kitchen-product .__table03 .__content .__rightcontent {
            width: 100%; }
            .kitchen-product .__table03 .__content .__rightcontent--60 {
              width: 100%; }
      .kitchen-product .__table04 .__content {
        flex-direction: column; }
        .kitchen-product .__table04 .__content .__borderbox {
          width: 100%;
          margin-bottom: 20px; }
        .kitchen-product .__table04 .__content .__double {
          width: 100%;
          margin-bottom: 20px; }
        .kitchen-product .__table04 .__content .__column {
          width: 100%;
          margin-bottom: 20px; }
      .kitchen-product .__table04 .__info {
        width: 100%;
        margin-top: -4px;
        font-size: 0.9em; }
        .kitchen-product .__specarea2 .__img {
          flex-direction: column;
          width: 100%;
          max-width: 500px;
          margin: 0 auto 12px; }
      .kitchen-product .__title02 {
        margin-top: 40px; }
      .kitchen-product .__moviearea01 {
        margin-bottom: 20px; }
        .kitchen-product .__moviearea01 .__content {
          flex-direction: column; }
        .kitchen-product .__moviearea01 .__leftcontent {
          width: 100%; }
        .kitchen-product .__moviearea01 .__rightcontent {
          width: 100%; }
        .kitchen-product .__moviearea01 .__single {
          width: 100%; }
      .kitchen-product .info2_add {
        margin-top: -30px; }
        .kitchen-product .__sizearea .__example .__house, .kitchen-product .__sizearea .__example .__apart {
          font-size: 18px; }
        .kitchen-product .__sizearea .__list .__item {
          width: 100%; }
            .kitchen-product .__sizearea .__list .__item .__pricearea .__left, .kitchen-product .__sizearea .__list .__item .__pricearea .__right {
              width: calc(50% - 1px); }
          .kitchen-product .__sizearea .__list .__item .__price {
            font-size: 16px; }
    .kitchen-product .__chargearea, #kitchen .__chargearea {
      margin-top: 80px; }
      .kitchen-product .__chargearea .__mitsumori, #kitchen .__chargearea .__mitsumori {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 12px; }
      .kitchen-product .__form .__inputarea .__wrap, #kitchen .__form .__inputarea .__wrap {
        flex-direction: column; }
      .kitchen-product .__form .__inputarea .__product, #kitchen .__form .__inputarea .__product {
        padding: 12px 0px;
        font-size: 18px; }
    .kitchen-product .__form .__inputarea, #kitchen .__form .__inputarea {
      flex-direction: column; }
    .kitchen-product .__form .__price, #kitchen .__form .__price {
      margin-top: 0;
      padding: 0px�@12px;
      font-size: 1.5em; }
    #gasconro .__chargearea {
      margin-top: 0; }
      #gasconro .__chargearea .__mitsumori {
        margin-top: 24px;
        margin-bottom: 8px;
        padding: 12px; } }

@media only screen and (max-width: 411px) {
    .xs {
      display: block; }
      #bathlineup .mv .mv_img .img {
        bottom: 0; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
              max-width: 250px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
              max-width: 180px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
              max-width: 200px; }
            #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
              max-width: 180px; }
                #bathlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 26px; }
      #flow .sec02 .sec02_flow .flow_list {
        width: 100%;
        margin: 0 0 40px 0; }
          #flow .sec02 .sec02_flow .flow_list .list_tit .small {
            display: block;
            margin: 0;
            font-size: 24px; }
        #flow .sec02 .sec02_flow .flow_list:nth-child(odd):after {
          top: auto;
          right: 50%;
          bottom: -35px;
          left: 50%;
          transform: rotate(90deg); }
      #flow .sec02 .sec02_flow .flow_list:nth-child(even):after {
        display: block;
        position: absolute;
        top: auto;
        right: 50%;
        bottom: -35px;
        left: 50%;
        width: 15px;
        height: 30px;
        transform: rotate(90deg);
        background: url(../images/common/arrow_right-orange.png) no-repeat center center/contain;
        content: ''; }
          #freequote .sec02 .sec02_quotation .quotation_list .list_tit .small {
            display: block;
            margin: 0;
            font-size: 24px; }
        #freequote .sec02 .sec02_quotation .quotation_list .list_description {
          font-size: 18px; }
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline {
          display: none; }
      #freequote .sec02 .sec02_quotation .quotation_list4 {
        margin: 0 0 30px 0; }
      #freequote .sec02 .sec02_quotation .quotation_list2,
      #freequote .sec02 .sec02_quotation .quotation_list3,
      #freequote .sec02 .sec02_quotation .quotation_list4 {
        width: 100%; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list3 .list_tit,
        #freequote .sec02 .sec02_quotation .quotation_list4 .list_tit {
          font-size: 24px; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline2,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline2,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline2 {
          display: none; }
        #freequote .sec02 .sec02_quotation .quotation_list2 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list3 .newline3,
        #freequote .sec02 .sec02_quotation .quotation_list4 .newline3 {
          display: none; }
      #freequote .sec02 .sec02_quotation .sec02_3col {
        flex-wrap: wrap; }
      #gasconro .mv .mv_img .img {
        bottom: 0; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse08 {
              max-width: 250px; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse09 {
              max-width: 180px; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .singlehouse11 {
              max-width: 200px; }
            #gasconro .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .apartment03 {
              max-width: 180px; }
        #gasconro .item_redbtn .redbtn_list .link {
          line-height: 32px; }
        #gasconro .item_redbtn .redbtn_list .redbtn_text02 {
          padding: 6px 0 6px 26px; }
      #kitchenlineup .mv .mv_img .img {
        bottom: 0; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen03 {
            max-width: 170px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen06 {
            max-width: 180px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen07 {
            max-width: 180px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen08 {
            max-width: 170px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .kitchen11 {
            max-width: 150px; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
            justify-content: flex-end; }
          #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
            flex-basis: 100%; }
              #kitchenlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                padding: 6px 0 6px 26px; }
      #toiletlineup .mv .mv_img .img {
        bottom: 0; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
                  padding: 6px 0 6px 25px;
                  font-size: 14px; }
                #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 26px; }
        #top .sec03 .sec03_menu .menu_list .list_tit {
          font-size: 13px; }
      #top .sec03 .sec03_menu .menu_list10 .list_tit {
        font-size: 12px; }
      #washstandlineup .mv .mv_img .img {
        bottom: 0; }
            #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_img .attention {
              bottom: -24px; }
                #washstandlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text02 {
                  padding: 6px 0 6px 22px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .tab {
      display: block; } }

@media only screen and (min-width: 1200px) {
      #bathlineup .mv .mv_img .img {
        bottom: -50%; }
      #gasconro .mv .mv_img .img {
        bottom: -50%; }
      #kitchenlineup .mv .mv_img .img {
        bottom: -30%; }
      #toiletlineup .mv .mv_img .img {
        bottom: -40%; }
      #washstandlineup .mv .mv_img .img {
        bottom: -50%; } }

@media only screen and (min-width: 1024px) and (max-width: 1299px) {
      #kitchenlineup .mv .mv_img .img {
        bottom: -0; }
      #toiletlineup .mv .mv_img .img {
        bottom: -20%; } }