@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,
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 */
/* 最後の要素のmargin-bottomをとる */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ 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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ 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: "メイリオ", 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;
}

/* ハンバーガーメニューボタン */
.gnav_toggle {
  z-index: 101;
  cursor: pointer;
}

/* メニュースライドアニメーション */
.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;
  /*アスペクト比 16:9の場合の縦幅*/
  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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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/toilet-product/common/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;
  /*アスペクト比 16:9の場合の縦幅*/
  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;
}

.toilet-product {
  letter-spacing: 0;
}

.toilet-product .m-bottom-0 {
  margin-bottom: 0 !important;
}

.toilet-product .m-top-0 {
  margin-top: 0 !important;
}

.toilet-product .m-top-28 {
  margin-top: 28px !important;
}

.toilet-product .m-top-20 {
  margin-top: 20px !important;
}

.toilet-product .m-top-8 {
  margin-top: 6px !important;
}

.toilet-product .p-bottom-16 {
  padding-bottom: 16px !important;
}

.toilet-product .__righttext {
  width: 100%;
  text-align: right;
}

.toilet-product .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.toilet-product .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.toilet-product .sec02 .sec02_menu .menu_list {
  width: 48%;
}

.toilet-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;
}

.toilet-product .sec02 .sec02_menu .menu_list .link:hover {
  background: #ED404E;
}

.toilet-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: "";
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 56px;
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  content: "";
}

.toilet-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;
}

.toilet-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;
}

.toilet-product br.sp-only {
  display: none;
}

.toilet-product .headarea .__imglabel {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.toilet-product .headarea .__logoarea .__title {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .headarea .__logoarea .__title .__logo {
  display: block;
  height: 30px;
}

.toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
  height: 60px;
}

.toilet-product .headarea .__imgarea {
  max-width: 760px;
  margin: 20px auto;
}

.toilet-product .headarea .__imgarea .__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.toilet-product .headarea .__imgarea .__sub .__item {
  width: calc(50% - 10px);
}

.toilet-product .headarea .__imgarea .__img {
  width: 100%;
  margin-bottom: 4px;
}

.toilet-product .headarea .__imgarea .__text {
  font-weight: bold;
}

.toilet-product .headarea .__imgarea .__size-m {
  display: block;
  max-width: 600px;
  margin: 80px auto 0;
}

.toilet-product .headarea .__imgarea .__marginTop0 {
  margin-top: 0;
}

.toilet-product .headarea .slider-for {
  z-index: 1;
  max-width: 700px;
  height: fit-content;
  margin: 0 auto 20px;
}

.toilet-product .headarea .slider-nav {
  height: fit-content;
}

.toilet-product .headarea .slick-slide {
  z-index: 1;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.toilet-product .headarea .bottom-slide {
  position: relative;
}

.toilet-product .headarea .bottom-slide .slick-arrow {
  display: block;
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-prev:before,
.toilet-product .headarea .bottom-slide .slick-next:before {
  color: #333;
}

.toilet-product .headarea .bottom-slide .slick-prev {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-next {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .__table01 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #e9474d;
}

.toilet-product .__table01 .__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9474d;
  background: #f2d1d5;
  font-size: 1em;
  font-weight: bold;
}

.toilet-product .__table01 .__row:last-child {
  border: none;
}

.toilet-product .__table01 .__row .__th {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 4px;
}

.toilet-product .__table01 .__row .__td {
  display: block;
  width: calc(100% - 160px);
  padding: 4px 8px;
  border-left: 1px solid #e9474d;
  background: white;
}

.toilet-product .__table02wrap50 {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02wrap50 .__table02 {
  width: 49%;
  padding: 10px;
}

.toilet-product .__table02wrap50 .__table02 .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #ED6C00;
  line-height: 1.4;
}

.toilet-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;
}

.toilet-product .__table02 .__subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.toilet-product .__table02 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table02 .__content {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 32px;
}

.toilet-product .__table02 .__content .__single {
  min-height: 0%;
}

.toilet-product .__table02 .__content .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .__table02 .__content .__double {
  width: calc(50% - 12px);
  min-height: 0%;
}

.toilet-product .__table02 .__content .__double:last-child {
  margin-bottom: 0x;
}

.toilet-product .__table02 .__content .__bgorange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 12px;
  background: #ffefe0;
}

.toilet-product .__table02 .__content .__bgorange .__head {
  display: block;
  margin-bottom: 12px;
  color: #ED6C00;
  font-weight: bold;
}

.toilet-product .__table02 .__content .__bgorange .__textarea {
  width: 190px;
  height: 150px;
  line-height: 1.4;
}

.toilet-product .__table02 .__content .__bgorange .__textarea .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 .__content .__bgorange .__imgarea {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
}

.toilet-product .__table02 .__content .__bgorange .__moviewrap {
  width: 100%;
  margin-top: 20px;
}

.toilet-product .__table02 .__content--three {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02 .__content--three .__item {
  width: 33%;
}

.toilet-product .__table02.__panel {
  margin-top: 40px;
}

.toilet-product .__table02.__table02--smallimg .__single {
  width: 100%;
}

.toilet-product .__table02.__table02--smallimg .__img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.toilet-product .__navmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.toilet-product .__navmenu .__item {
  width: 24.5%;
  padding: 10px 4px 8px;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.toilet-product .__navmenu .__item:hover {
  opacity: .7;
}

.toilet-product .__navmenu .__item:first-child {
  background: #f39800;
}

.toilet-product .__navmenu .__item:nth-child(2) {
  background: #0068b6;
}

.toilet-product .__navmenu .__item:nth-child(3) {
  background: #44af35;
}

.toilet-product .__navmenu .__item:nth-child(4) {
  background: #e50012;
}

.toilet-product .__navmenu .__item .__link {
  display: block;
  color: white;
  text-decoration: none;
}

.toilet-product .sp-only-flex {
  display: none !important;
}

.toilet-product .__table03 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 20px;
  border: 2px solid #000;
}

.toilet-product .__table03 .__subtitle {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table03 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table03 .__subtitle.__sprit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toilet-product .__table03 .__subtitle.__sprit .__right {
  display: block;
  max-width: 400px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.toilet-product .__table03 .__subtitle.__sprit .__right.__right--wide {
  max-width: 500px;
}

.toilet-product .__table03 .__text {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.toilet-product .__table03 .__text .__red {
  color: #e9474d;
}

.toilet-product .__table03 .__text .__small {
  font-size: 0.9em;
}

.toilet-product .__table03 .__margin--middle {
  margin-bottom: 40px;
}

.toilet-product .__table03 .__margin--small {
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table03 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.toilet-product .__table03 .__content .__leftcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
  margin-bottom: 0;
}

.toilet-product .__table03 .__content .__leftcontent--40 {
  width: calc(40% - 10px);
}

.toilet-product .__table03 .__content .__rightcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.toilet-product .__table03 .__content .__rightcontent--60 {
  width: calc(60% - 10px);
}

.toilet-product .__table04 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-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;
}

.toilet-product .__table04 .__content .__borderbox .__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #74562C;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__table04 .__content .__double {
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column .__borderbox {
  width: 100%;
}

.toilet-product .__table04 .__info {
  margin-top: 12px;
  font-size: 0.7em;
  line-height: 1.4;
}

.toilet-product .__table04 .__pricearea .__price {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 8px;
  padding-left: 42px;
  color: #e50012;
  font-size: 24px;
}

.toilet-product .__table04 .__pricearea .__price:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 30px;
  height: 24px;
  background: url(../images/toilet-product/common/price_01.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__specarea2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.toilet-product .__specarea2 .__img {
  width: 48%;
  margin: 0 auto 12px;
}

.toilet-product .toggle-content {
  display: none;
}

.toilet-product .toggle-button {
  cursor: pointer;
}

.toilet-product .toggle-button:hover {
  opacity: 0.8;
}

.toilet-product .brown-button,
.toilet-product .pink-button {
  position: relative;
}

.toilet-product .brown-button:after,
.toilet-product .pink-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .brown-button.opened:after,
.toilet-product .pink-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .red-button {
  position: relative;
}

.toilet-product .red-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .red-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .blue-button {
  position: relative;
}

.toilet-product .blue-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .blue-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .green-button {
  position: relative;
}

.toilet-product .green-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .green-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-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;
}

.toilet-product .__title02--brown {
  background: #74562C;
}

.toilet-product .__title02--orange {
  background: #ED6C00;
}

.toilet-product .__title02--safety {
  background: #44af35;
}

.toilet-product .__title02--design {
  background: #e50012;
}

.toilet-product .__title02--pink {
  background: #CA4768;
}

.toilet-product .__title02--blue {
  background: #3C80B6;
}

.toilet-product .__title02--green {
  background: #5EA23A;
}

.toilet-product .__moviewrap {
  cursor: pointer;
}

.toilet-product .__moviewrap:hover {
  opacity: 0.8;
}

.toilet-product .__moviewrap--gif {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.toilet-product .__moviewrap--gif .__iconarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__moviewrap--gif .__iconarea .__gifarea {
  width: 40%;
}

.toilet-product .__moviewrap--gif .__iconarea .__textarea {
  width: 58%;
}

.toilet-product .__moviewrap .__img {
  display: block;
  width: 100%;
}

.toilet-product .__moviearea01 {
  margin-bottom: 40px;
}

.toilet-product .__moviearea01 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__moviearea01 .__leftcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__rightcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__contentsingle {
  justify-content: space-around;
}

.toilet-product .__moviearea01 .__single {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .info2_add {
  display: block;
  margin-top: -70px;
  font-weight: bold;
}

.toilet-product .__sizearea .__title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 24px;
  font-weight: bold;
}

.toilet-product .__sizearea .__example {
  margin-bottom: 12px;
}

.toilet-product .__sizearea .__example .__house,
.toilet-product .__sizearea .__example .__apart {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-right: 20px;
  padding-left: 36px;
  font-size: 20px;
  line-height: 30px;
}

.toilet-product .__sizearea .__example .__house:before,
.toilet-product .__sizearea .__example .__apart:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/toilet-product/common/icon_ko.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__example .__apart:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/toilet-product/common/icon_ma.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toilet-product .__sizearea .__list .__item {
  width: calc(50% - 10px);
  margin-bottom: 12px;
  padding: 8px;
  border: 3px solid #ED6C00;
}

.toilet-product .__sizearea .__list .__item .__sizename {
  display: block;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea {
  display: flex;
  justify-content: space-between;
  color: #D0121B;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea .__left,
.toilet-product .__sizearea .__list .__item .__pricearea .__right {
  width: calc(50% - 5px);
}

.toilet-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;
}

.toilet-product .__sizearea .__list .__item .__price:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/toilet-product/common/icon_ko.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__list .__item .__price--apart:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/toilet-product/common/icon_ma.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__list .__item .__price--houseblank:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/toilet-product/common/icon_ko_bk.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__list .__item .__price--apartblank:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/toilet-product/common/icon_ma_bk.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__sizearea .__list .__item .__tax {
  display: inline-block;
  margin-right: 2px;
  font-size: 0.7em;
  text-align: center;
}

.toilet-product .__sizearea .__list .__item .__yen {
  font-size: 0.8em;
}

.toilet-product .__sizearea .__list .__item.__item--blank {
  background: #C9CACA;
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__sizename {
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__price {
  color: white;
}

.toilet-product .__chargearea,
#toilet .__chargearea {
  margin-top: 120px;
  margin-bottom: 40px;
}

.toilet-product .__chargearea .__name,
#toilet .__chargearea .__name {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
}

.toilet-product .__chargearea .__service,
#toilet .__chargearea .__service {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .__chargearea .__service .__img,
#toilet .__chargearea .__service .__img {
  width: 100%;
  height: auto;
}

.toilet-product .__chargearea .__mitsumori,
#toilet .__chargearea .__mitsumori {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 24px;
  border: 2px solid #000;
}

.toilet-product .__form .__inputarea,
#toilet .__form .__inputarea {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 10px;
  border-top: 3px solid #e9474d;
}

.toilet-product .__form .__inputarea .__width,
#toilet .__form .__inputarea .__width {
  display: block;
  position: absolute;
  top: -25px;
  left: 170px;
  font-weight: bold;
}

.toilet-product .__form .__inputarea .__wrap,
#toilet .__form .__inputarea .__wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__form .__inputarea .__product,
#toilet .__form .__inputarea .__product {
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.toilet-product .__form .__inputarea:after,
#toilet .__form .__inputarea:after {
  display: block;
  position: absolute;
  top: -30px;
  left: -5px;
  width: 170px;
  height: 30px;
  background: url(../images/toilet-product/common/tenban60.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__form .__inputarea--75,
#toilet .__form .__inputarea--75 {
  border-top: 3px solid #5084c4;
}

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

.toilet-product .__form .__inputarea--kodate,
#toilet .__form .__inputarea--kodate {
  border-top: 3px solid #ED6C00;
}

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

.toilet-product .__form .__inputarea--ltype,
#toilet .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00;
}

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

.toilet-product .__form .__inputarea--apart,
#toilet .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00;
}

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

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

.toilet-product .__form select,
#toilet .__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;
}

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

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

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

.toilet-product .__form .__price .__small,
#toilet .__form .__price .__small {
  font-size: 0.6em;
}

.toilet-product .__form .__submit,
#toilet .__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;
}

.toilet-product .__form .__submit:hover,
#toilet .__form .__submit:hover {
  opacity: 0.7;
}

.toilet-product .__form .__submit--75,
#toilet .__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;
}

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

.toilet-product .__3darea .__3dbase {
  position: relative;
}

.toilet-product .__3darea .__3dbase .__point {
  display: block;
  position: absolute;
}

.toilet-product .__3darea .__3dbase .__point:hover {
  cursor: pointer;
  opacity: 0.8;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point01 {
  top: 64.6%;
  left: 44.3%;
  width: 14.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point02 {
  top: 29.5%;
  left: 8.4%;
  width: 33.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point03 {
  top: 19%;
  left: 20.6%;
  width: 8.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point04 {
  top: 65%;
  left: 59.6%;
  width: 36%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point05 {
  top: 80%;
  left: 59.6%;
  width: 36%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point06 {
  top: 82.5%;
  left: 44.3%;
  width: 14.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point07 {
  top: 80%;
  left: 34%;
  width: 9.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point08 {
  top: 80%;
  left: 8%;
  width: 25.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point09 {
  top: 71.6%;
  left: 8%;
  width: 25.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point10 {
  top: 64.6%;
  left: 34%;
  width: 9.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point11 {
  top: 46.5%;
  left: 65.2%;
  width: 12%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point12 {
  top: 55.5%;
  left: 61.3%;
  width: 25.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point13 {
  top: 6.7%;
  left: 39.6%;
  width: 24.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p01 .__point14 {
  top: 6.7%;
  left: 64.1%;
  width: 28.9%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point01 {
  top: 63.6%;
  left: 42%;
  width: 15.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point02 {
  top: 27.5%;
  left: 61%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point03 {
  top: 18%;
  left: 76%;
  width: 7.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point04 {
  top: 71%;
  left: 5.2%;
  width: 36.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point05 {
  top: 71%;
  left: 58%;
  width: 37.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point06 {
  top: 59%;
  left: 89%;
  width: 6.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point07 {
  top: 63%;
  left: 58%;
  width: 10.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point08 {
  top: 86.5%;
  left: 58%;
  width: 37.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point09 {
  top: 86.6%;
  left: 42%;
  width: 15.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point10 {
  top: 86.6%;
  left: 5.2%;
  width: 36.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point11 {
  top: 49%;
  left: 31%;
  width: 8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point12 {
  top: 53.9%;
  left: 12.3%;
  width: 28.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point13 {
  top: 6.5%;
  left: 8.5%;
  width: 28.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p02 .__point14 {
  top: 6.4%;
  left: 37.8%;
  width: 24%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point01 {
  top: 63.6%;
  left: 43.5%;
  width: 14.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point02 {
  top: 22.5%;
  left: 61%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point03 {
  top: 15.5%;
  left: 73.4%;
  width: 7.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point04 {
  top: 64%;
  left: 7.2%;
  width: 35.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point05 {
  top: 85%;
  left: 43%;
  width: 25.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point06 {
  top: 85%;
  left: 68%;
  width: 25.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point07 {
  top: 85%;
  left: 7%;
  width: 35.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point08 {
  top: 53.5%;
  left: 86%;
  width: 7.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point09 {
  top: 64%;
  left: 58.5%;
  width: 10%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point10 {
  top: 71.6%;
  left: 58.5%;
  width: 9.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point11 {
  top: 50%;
  left: 31%;
  width: 11%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point12 {
  top: 53.9%;
  left: 13.3%;
  width: 30.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point13 {
  top: 7%;
  left: 11%;
  width: 12%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point14 {
  top: 7%;
  left: 24.8%;
  width: 23%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p03 .__point15 {
  top: 7%;
  left: 49.2%;
  width: 11.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point01 {
  top: 74%;
  left: 76.6%;
  width: 16.2%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point02 {
  top: 30.5%;
  left: 6%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point03 {
  top: 20%;
  left: 25.4%;
  width: 9.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point04 {
  top: 74%;
  left: 52.8%;
  width: 23%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point05 {
  top: 67.5%;
  left: 31.8%;
  width: 20.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point06 {
  top: 75.1%;
  left: 31.8%;
  width: 20.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point07 {
  top: 75.1%;
  left: 5.6%;
  width: 25.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point08 {
  top: 56.5%;
  left: 5.6%;
  width: 7.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point09 {
  top: 89%;
  left: 5.7%;
  width: 25.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point10 {
  top: 89.1%;
  left: 31.9%;
  width: 20%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point11 {
  top: 51.5%;
  left: 61%;
  width: 10%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point12 {
  top: 58.4%;
  left: 58.3%;
  width: 30.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point13 {
  top: 5.8%;
  left: 38%;
  width: 13.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p04 .__point14 {
  top: 6%;
  left: 52.8%;
  width: 36.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point01 {
  top: 18.2%;
  left: 16%;
  width: 8.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point02 {
  top: 30.6%;
  left: 2%;
  width: 37%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point03 {
  top: 6%;
  left: 37.2%;
  width: 10.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point04 {
  top: 6%;
  left: 48.2%;
  width: 31%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point05 {
  top: 6%;
  left: 80%;
  width: 14.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point06 {
  top: 46%;
  left: 68%;
  width: 12.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point07 {
  top: 55.5%;
  left: 63.5%;
  width: 29%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point08 {
  top: 65.5%;
  left: 65%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point09 {
  top: 65.5%;
  left: 31.5%;
  width: 16%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point10 {
  top: 72.6%;
  left: 2.9%;
  width: 28%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point11 {
  top: 58%;
  left: 3%;
  width: 9%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point12 {
  top: 83.9%;
  left: 3.3%;
  width: 27.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point13 {
  top: 83.9%;
  left: 31.3%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point14 {
  top: 83.9%;
  left: 64.8%;
  width: 32.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p05 .__point15 {
  top: 65.6%;
  left: 48.2%;
  width: 16.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point01 {
  top: 63.6%;
  left: 44.5%;
  width: 14.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point02 {
  top: 27.5%;
  left: 9%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point03 {
  top: 16.5%;
  left: 21.4%;
  width: 8.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point04 {
  top: 63%;
  left: 34.2%;
  width: 9.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point05 {
  top: 50%;
  left: 8%;
  width: 8.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point06 {
  top: 72%;
  left: 8.9%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point07 {
  top: 72%;
  left: 59.5%;
  width: 35.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point08 {
  top: 86.1%;
  left: 59.5%;
  width: 35.2%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point09 {
  top: 86.1%;
  left: 44.7%;
  width: 14%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point10 {
  top: 86.1%;
  left: 9%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point11 {
  top: 48%;
  left: 61%;
  width: 12%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point12 {
  top: 53.2%;
  left: 58.3%;
  width: 31.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point13 {
  top: 7%;
  left: 40%;
  width: 8.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point14 {
  top: 7%;
  left: 49.8%;
  width: 13%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p06 .__point15 {
  top: 7%;
  left: 64%;
  width: 27.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point01 {
  top: 29.2%;
  left: 5%;
  width: 35.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point02 {
  top: 18%;
  left: 14.5%;
  width: 13%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point03 {
  top: 63%;
  left: 32.2%;
  width: 10.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point04 {
  top: 71%;
  left: 5%;
  width: 37.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point05 {
  top: 52.2%;
  left: 5%;
  width: 7.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point06 {
  top: 71.4%;
  left: 59%;
  width: 38.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point07 {
  top: 86.5%;
  left: 58.8%;
  width: 39%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point08 {
  top: 84.5%;
  left: 43%;
  width: 15.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point09 {
  top: 86.7%;
  left: 5%;
  width: 37.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point10 {
  top: 7%;
  left: 57%;
  width: 35.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point11 {
  top: 6.8%;
  left: 38%;
  width: 17.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point12 {
  top: 83.9%;
  left: 3.3%;
  width: 27.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point13 {
  top: 83.9%;
  left: 31.3%;
  width: 33%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point14 {
  top: 83.9%;
  left: 64.8%;
  width: 32.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p07 .__point15 {
  top: 65.6%;
  left: 48.2%;
  width: 16.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point01 {
  top: 63.7%;
  left: 42%;
  width: 14.2%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point02 {
  top: 29.5%;
  left: 6%;
  width: 32%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point03 {
  top: 16.9%;
  left: 18.4%;
  width: 8.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point04 {
  top: 54%;
  left: 6.2%;
  width: 6.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point05 {
  top: 63.2%;
  left: 31%;
  width: 10%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point06 {
  top: 71.5%;
  left: 6.2%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point07 {
  top: 72%;
  left: 57.5%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point08 {
  top: 86.1%;
  left: 6.2%;
  width: 34.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point09 {
  top: 86.1%;
  left: 41.8%;
  width: 14.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point10 {
  top: 86.1%;
  left: 57.5%;
  width: 34.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point11 {
  top: 48%;
  left: 57%;
  width: 12%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point12 {
  top: 55.2%;
  left: 56.3%;
  width: 25.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point13 {
  top: 7.5%;
  left: 37.8%;
  width: 13.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p08 .__point14 {
  top: 7.5%;
  left: 52.4%;
  width: 36%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point01 {
  top: 70.7%;
  left: 81.3%;
  width: 16%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point02 {
  top: 29.3%;
  left: 3%;
  width: 36%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point03 {
  top: 18.9%;
  left: 17.4%;
  width: 8.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point04 {
  top: 71%;
  left: 55%;
  width: 24.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point05 {
  top: 63.2%;
  left: 31.5%;
  width: 21%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point06 {
  top: 71.5%;
  left: 31.6%;
  width: 20.9%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point07 {
  top: 71.5%;
  left: 2.9%;
  width: 27.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point08 {
  top: 52.1%;
  left: 3.2%;
  width: 8.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point09 {
  top: 86.5%;
  left: 2.8%;
  width: 27.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point10 {
  top: 86.5%;
  left: 31.5%;
  width: 20.9%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point11 {
  top: 48%;
  left: 63%;
  width: 10%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point12 {
  top: 55.2%;
  left: 61.3%;
  width: 32.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point13 {
  top: 6.5%;
  left: 37.8%;
  width: 14.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p09 .__point14 {
  top: 6.5%;
  left: 53%;
  width: 40%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point01 {
  top: 63.6%;
  left: 41.7%;
  width: 15.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point02 {
  top: 28%;
  left: 3.5%;
  width: 35.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point03 {
  top: 16%;
  left: 16.2%;
  width: 10.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point04 {
  top: 71%;
  left: 3.9%;
  width: 26.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point05 {
  top: 85.8%;
  left: 31%;
  width: 25.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point06 {
  top: 70.4%;
  left: 58%;
  width: 37.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point07 {
  top: 63%;
  left: 31%;
  width: 10%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point08 {
  top: 71%;
  left: 31%;
  width: 9.8%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point09 {
  top: 54.7%;
  left: 4%;
  width: 7.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point10 {
  top: 85.8%;
  left: 3.9%;
  width: 26.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point11 {
  top: 85.8%;
  left: 58%;
  width: 37.6%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point12 {
  top: 48%;
  left: 57.3%;
  width: 9.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point13 {
  top: 52.9%;
  left: 57.3%;
  width: 30%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point14 {
  top: 6.6%;
  left: 37.8%;
  width: 26%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p10 .__point15 {
  top: 6.6%;
  left: 65.2%;
  width: 26.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 {
  width: 84%;
  margin: 0 auto;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point01 {
  top: 62.6%;
  left: 40.5%;
  width: 15.7%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point02 {
  top: 29.5%;
  left: 59%;
  width: 37%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point03 {
  top: 21.5%;
  left: 75.4%;
  width: 6.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point04 {
  top: 71%;
  left: 57%;
  width: 38.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point05 {
  top: 62.5%;
  left: 1%;
  width: 38.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point06 {
  top: 52%;
  left: 86.9%;
  width: 8.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point07 {
  top: 82%;
  left: 57%;
  width: 38.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point08 {
  top: 82.1%;
  left: 1%;
  width: 38.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point09 {
  top: 44.1%;
  left: 23.7%;
  width: 13%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point10 {
  top: 52%;
  left: 9%;
  width: 32.5%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point11 {
  top: 7.8%;
  left: 5%;
  width: 30%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point12 {
  top: 7.8%;
  left: 36%;
  width: 14.3%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point13 {
  top: 7.8%;
  left: 51.1%;
  width: 10.4%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point14 {
  top: 7%;
  left: 49.8%;
  width: 13%;
}

.toilet-product .__3darea .__3dbase.__3dbase--p11 .__point15 {
  top: 7%;
  left: 64%;
  width: 27.4%;
}

#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;
  padding: 40px 0;
}

#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 .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 .toilet01 {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet02 {
  width: 100%;
  max-width: 450px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet03 {
  width: 100%;
  max-width: 200px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet04 {
  width: 100%;
  max-width: 380px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet05 {
  width: 100%;
  max-width: 400px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet06 {
  width: 100%;
  max-width: 280px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet07 {
  width: 100%;
  max-width: 230px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet08 {
  width: 100%;
  max-width: 280px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet09 {
  width: 100%;
  max-width: 450px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet10 {
  width: 100%;
  max-width: 370px;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet11 {
  width: 100%;
  max-width: 180px;
  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 {
  width: 39%;
  height: auto;
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-02 {
  position: relative;
}

#toiletlineup .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: "マンション用";
}

#toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .img-03 {
  position: relative;
}

#toiletlineup .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型キッチン";
}

#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: auto;
  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 {
  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_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 8px;
  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: 0 0 0 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_color.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_singlehouse .sec02_tit {
  padding: 0 0 0 30px;
}

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

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

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

#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: #00308B;
}

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

#toiletlineup .sec03 .sec03_tit {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#toiletlineup .sec03 .sec03_subtit {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
}

#toiletlineup .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: "";
}

#toiletlineup .sec03 .sec03_point {
  margin: 40px 0;
}

#toiletlineup .sec03 .sec03_point .point_list {
  display: flex;
  width: 100%;
  height: 200px;
  margin: 0 0 20px 0;
  border-radius: 8px;
  background: #fff;
}

#toiletlineup .sec03 .sec03_point .point_list .img_wrap {
  flex: 0 0 438px;
  max-width: 438px;
}

#toiletlineup .sec03 .sec03_point .point_list .img {
  width: 438px;
  height: 200px;
  border-radius: 8px 0 0 8px;
}

#toiletlineup .sec03 .sec03_point .point_list .list_text {
  padding: 20px;
}

#toiletlineup .sec03 .sec03_point .point_list .list_tit {
  margin: 0 0 10px 0;
  color: #00308B;
  font-size: 18px;
  font-weight: bold;
}

#toiletlineup .sec03 .sec03_point .point_listlast {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}

#toiletlineup .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;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_point {
  display: flex;
  position: relative;
  width: 100%;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_pointlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
}

#toiletlineup .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;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_list .text {
  height: 80px;
  padding: 18px;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
  padding: 30px;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
  padding: 10px;
}

#toiletlineup .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;
}

#toiletlineup .sec03 .sec03_point .point_listlast .last_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list01 {
  width: 48%;
}

#toiletlineup .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;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list01 .link:hover {
  background: #ED404E;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list01 .list_tit {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  padding-left: 36px;
  line-height: 1.2;
}

#toiletlineup .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: "";
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list01 .tel_num {
  font-size: 24px;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list02 {
  width: 48%;
}

#toiletlineup .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;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list02 .link:hover {
  background: #3560B2;
}

#toiletlineup .sec03 .sec03_point .point_listlast .btn_list02 .list_tit {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  padding-left: 34px;
  line-height: 1.5;
}

#toiletlineup .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: "";
}

#toiletlineup .sec04 {
  background: #eeeeee;
}

#toiletlineup .sec04 .sec04_wrap {
  width: calc(100% - 32px);
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 0;
}

#toiletlineup .sec04 .sec04_tit {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#toiletlineup .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;
}

#toiletlineup .sec04 .sec04_content {
  margin: 30px 0 0 0;
}

#toiletlineup .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;
}

#toiletlineup .sec04 .sec04_content .link {
  height: 80px;
}

#toiletlineup .sec04 .sec04_content .img {
  width: 80px;
  height: 80px;
}

#toiletlineup .sec04 .content_tit {
  margin: 0 0 0 30px;
  font-size: 18px;
  font-weight: bold;
}

#toiletlineup .sec04 .content_attention {
  color: #999999;
  font-size: 12px;
}

.modal-wrap-toilet {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 80px auto;
  padding: 0 16px;
}

.modal-wrap-toilet .__img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.modal-wrap-toiletiframe::-webkit-scrollbar {
  display: none;
}

.modal-wrap-toilet.no-scllor iframe::-webkit-scrollbar {
  display: none;
}

.modal-wrap-toilet .movietouch-toilet {
  position: relative;
  max-width: 85%;
  margin: 12px auto 0;
}

.modal-wrap-toilet .movietouch-toilet .__base {
  display: block;
  max-width: 100%;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point:hover {
  opacity: 0.7;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point.__point01 {
  top: 68%;
  left: 11.5%;
  width: 32%;
  height: auto;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point.__point02 {
  top: 25.5%;
  left: 18%;
  width: 34%;
  height: auto;
}

.toilet-product {
  letter-spacing: 0;
}

.toilet-product .m-bottom-0 {
  margin-bottom: 0 !important;
}

.toilet-product .m-bottom-20 {
  margin-bottom: 20px !important;
}

.toilet-product .m-top-0 {
  margin-top: 0 !important;
}

.toilet-product .m-top-28 {
  margin-top: 28px !important;
}

.toilet-product .m-top-20 {
  margin-top: 20px !important;
}

.toilet-product .m-top-64 {
  margin-top: 64px;
}

.toilet-product .m-top-10 {
  margin-top: 10px !important;
}

.toilet-product .m-top-8 {
  margin-top: 6px !important;
}

.toilet-product .w-100 {
  width: 100% !important;
}

.toilet-product .max-w-700 {
  max-width: 700px !important;
}

.toilet-product .max-w-640 {
  max-width: 640px !important;
}

.toilet-product .max-w-90p {
  max-width: 90% !important;
  margin: auto;
}

.toilet-product .max-w-70p {
  max-width: 70% !important;
}

.toilet-product .max-w-65p {
  max-width: 65% !important;
}

.toilet-product .max-w-45p {
  max-width: 45% !important;
  margin: 0 0 0 40px;
}

.toilet-product .w-82p {
  width: calc(82% - 12px) !important;
}

.toilet-product .w-15p {
  width: calc(15% - 12px) !important;
}

.toilet-product .w-70p {
  width: calc(70% - 12px) !important;
}

.toilet-product .w-60p {
  width: calc(60% - 12px) !important;
}

.toilet-product .w-65p {
  width: calc(65% - 12px) !important;
}

.toilet-product .w-55p {
  width: calc(55% - 12px) !important;
}

.toilet-product .w-45p {
  width: calc(45% - 12px) !important;
}

.toilet-product .w-40p {
  width: calc(40% - 12px) !important;
}

.toilet-product .w-35p {
  width: calc(35% - 12px) !important;
}

.toilet-product .w-30p {
  width: calc(30% - 12px) !important;
}

.toilet-product .w-20p {
  width: calc(20% - 12px) !important;
}

.toilet-product .p-bottom-16 {
  padding-bottom: 16px !important;
}

.toilet-product .__righttext {
  width: 100%;
  text-align: right;
}

.toilet-product .palt {
  font-feature-settings: "palt";
}

.toilet-product .h2-small {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.toilet-product .h2-sub {
  position: relative;
  top: -4px;
  padding: 0 0 0 10px;
  color: #00abeb;
  font-size: 12px;
}

.toilet-product .h2-sub.bk {
  color: #333;
}

.toilet-product .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.toilet-product .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.toilet-product .sec02 .sec02_menu .menu_list {
  width: 48%;
}

.toilet-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;
}

.toilet-product .sec02 .sec02_menu .menu_list .link:hover {
  background: #ED404E;
}

.toilet-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: "";
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 56px;
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  content: "";
}

.toilet-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;
}

.toilet-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;
}

.toilet-product .sec02 .img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.toilet-product .__img.pc-only {
  display: inline;
}

.toilet-product .__img.sp-only {
  display: none;
}

.toilet-product br.sp-only {
  display: none;
}

.toilet-product .headarea .__subtitle {
  font-size: 20px;
  font-weight: bold;
}

.toilet-product .headarea .__imglabel {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.toilet-product .headarea .__logoarea .__title {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .headarea .__logoarea .__title .__logo {
  display: block;
  height: 30px;
}

.toilet-product .headarea .__logoarea .__title .__logo.__type2 {
  height: 52px;
  margin-bottom: -10px;
}

.toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
  height: 60px;
}

.toilet-product .headarea .__imgarea {
  max-width: 760px;
  margin: 20px auto;
}

.toilet-product .headarea .__imgarea .__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.toilet-product .headarea .__imgarea .__sub .__item {
  width: calc(50% - 10px);
}

.toilet-product .headarea .__imgarea .__img {
  width: 100%;
  margin-bottom: 4px;
}

.toilet-product .headarea .__imgarea .__text {
  font-weight: bold;
}

.toilet-product .headarea .__imgarea .__size-m {
  display: block;
  max-width: 600px;
  margin: 80px auto 0;
}

.toilet-product .headarea .__imgarea .__marginTop0 {
  margin-top: 0;
}

.toilet-product .headarea .slider-for {
  z-index: 1;
  max-width: 700px;
  height: fit-content;
  margin: 0 auto 20px;
}

.toilet-product .headarea .slider-nav {
  height: fit-content;
}

.toilet-product .headarea .slick-slide {
  z-index: 1;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.toilet-product .headarea .bottom-slide {
  position: relative;
}

.toilet-product .headarea .bottom-slide .slick-arrow {
  display: block;
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-prev:before,
.toilet-product .headarea .bottom-slide .slick-next:before {
  color: #333;
}

.toilet-product .headarea .bottom-slide .slick-prev {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-next {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .__table01 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #e9474d;
}

.toilet-product .__table01 .__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9474d;
  background: #f2d1d5;
  font-size: 1em;
  font-weight: bold;
}

.toilet-product .__table01 .__row:last-child {
  border: none;
}

.toilet-product .__table01 .__row .__th {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 4px;
}

.toilet-product .__table01 .__row .__td {
  display: block;
  width: calc(100% - 160px);
  padding: 4px 8px;
  border-left: 1px solid #e9474d;
  background: white;
}

.toilet-product .__table02wrap50 {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02wrap50 .__table02 {
  width: 49%;
  padding: 10px;
}

.toilet-product .__table02wrap50 .__table02 .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #00abeb;
  line-height: 1.4;
}

.toilet-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;
}

.toilet-product .__table02 .__subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.toilet-product .__table02 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table02 .__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.toilet-product .__table02 .__content .__single {
  width: 100%;
  min-height: 0%;
  margin-top: 24px;
}

.toilet-product .__table02 .__content .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .__table02 .__content .__single .__img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.toilet-product .__table02 .__content .__double {
  width: calc(50% - 12px);
  min-height: 0%;
}

.toilet-product .__table02 .__content .__double:last-child {
  margin-bottom: 0x;
}

.toilet-product .__table02 .__content .__double.__p05left {
  width: 35%;
}

.toilet-product .__table02 .__content .__double.__p05right {
  width: 60%;
}

.toilet-product .__table02 .__content .__double.__p09left {
  width: 35%;
}

.toilet-product .__table02 .__content .__double.__p09right {
  width: 64%;
}

.toilet-product .__table02 .__content .__double.__double--p17 {
  position: relative;
  width: calc(48% - 12px);
}

.toilet-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
  position: relative;
  top: -28px;
  width: 95%;
}

.toilet-product .__table02 .__content .__double.__double--p17 .__moviewrap {
  position: absolute;
  bottom: 0;
}

.toilet-product .__table02 .__content .__bgorange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  background: #ddedf9;
}

.toilet-product .__table02 .__content .__bgorange .__head {
  display: block;
  margin-bottom: 12px;
  color: #00abeb;
  font-weight: bold;
}

.toilet-product .__table02 .__content .__bgorange .__head.__head_p07 {
  font-feature-settings: "palt";
}

.toilet-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
  display: inline-block;
  height: 20px;
  margin: 2px 0 -2px 2px;
}

.toilet-product .__table02 .__content .__bgorange .__head .__head_p11 {
  margin-left: 20px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.toilet-product .__table02 .__content .__bgorange .__split {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02 .__content .__bgorange .__textarea {
  width: 100%;
  height: auto;
  line-height: 1.4;
}

.toilet-product .__table02 .__content .__bgorange .__textarea .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 .__content .__bgorange .__text {
  margin-bottom: 12px;
  line-break: strict;
}

.toilet-product .__table02 .__content .__bgorange .__imgarea {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
}

.toilet-product .__table02 .__content .__bgorange .__moviewrap {
  width: 95%;
  margin: 0 auto;
}

.toilet-product .__table02 .__content--three {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02 .__content--three .__item {
  width: 33%;
}

.toilet-product .__table02.__panel {
  margin-top: 40px;
}

.toilet-product .__table02.__table02--smallimg .__single {
  width: 100%;
}

.toilet-product .__table02.__table02--smallimg .__img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.toilet-product .__table02.__table02_p18 .__double.left {
  width: calc(52% - 12px);
}

.toilet-product .__table02.__table02_p18 .__double.right {
  width: calc(48% - 12px);
}

.toilet-product .__table02.__table02_p19 .__text.__left {
  float: left;
}

.toilet-product .__table02.__table02_p19 .__text.__right {
  overflow: hidden;
}

.toilet-product .__movietext-top {
  margin-bottom: 8px;
}

.toilet-product .__movietext-bottom {
  margin-top: 8px;
}

.toilet-product .__navmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.toilet-product .__navmenu .__item {
  width: 24.5%;
  padding: 10px 4px 8px;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.toilet-product .__navmenu .__item:hover {
  opacity: .7;
}

.toilet-product .__navmenu .__item:first-child {
  background: #f39800;
}

.toilet-product .__navmenu .__item:nth-child(2) {
  background: #0068b6;
}

.toilet-product .__navmenu .__item:nth-child(3) {
  background: #44af35;
}

.toilet-product .__navmenu .__item:nth-child(4) {
  background: #e50012;
}

.toilet-product .__navmenu .__item .__link {
  display: block;
  color: white;
  text-decoration: none;
}

.toilet-product .sp-only-flex {
  display: none !important;
}

.toilet-product .__table03 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 30px;
  border: 1px solid #333;
}

.toilet-product .__table03 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table03 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table03 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table03 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table03 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table03 .__subtitle.__sprit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toilet-product .__table03 .__subtitle.__sprit .__right {
  display: block;
  max-width: 400px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.toilet-product .__table03 .__subtitle.__sprit .__right.__right--wide {
  max-width: 500px;
}

.toilet-product .__table03 .__text {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.toilet-product .__table03 .__text .__red {
  color: #e9474d;
}

.toilet-product .__table03 .__text .__small {
  font-size: 0.9em;
}

.toilet-product .__table03 .__margin--middle {
  margin-bottom: 40px;
}

.toilet-product .__table03 .__margin--small {
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table03 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.toilet-product .__table03 .__content .__leftcontent {
  width: calc(50% - 35px);
  min-height: 0%;
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
  margin-bottom: 0;
}

.toilet-product .__table03 .__content .__leftcontent--40 {
  width: calc(40% - 10px);
}

.toilet-product .__table03 .__content .__rightcontent {
  width: calc(50% - 35px);
  min-height: 0%;
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content .__rightcontent--60 {
  width: calc(60% - 10px);
}

.toilet-product .__table03 .__content .__rightcontent.__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toilet-product .__table03 .__content .__single {
  width: 48%;
  min-height: 0%;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table03 .__content .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .__table03 .__rightcontent--p05-osusume>.__img {
  display: block;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table03.__table03--p02pita .__content .__leftcontent {
  width: 69%;
}

.toilet-product .__table03.__table03--p02pita .__content .__rightcontent {
  width: 28%;
}

.toilet-product .__talbe03.__table03--p05-shoene .__content {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table05 {
  margin-top: 20px;
  border: 1px solid #ea6188;
}

.toilet-product .__table05 .__subtitle {
  position: relative;
  margin: 20px 20px 0 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table05 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table05 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table05 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table05 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table05 .__titlearea {
  padding: 8px 12px;
  border-bottom: 1px solid #ea6188;
  background: url(../images/toilet-product/common/bg_dots.png);
  color: #ea6188;
  font-size: 24px;
  font-weight: bold;
}

.toilet-product .__table05 .__titlearea .__small {
  font-size: 0.8em;
}

.toilet-product .__table05 .__content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.toilet-product .__table05 .__content .__leftcontent {
  width: calc(50% - 20px);
}

.toilet-product .__table05 .__content .__rightcontent {
  width: calc(50% - 20px);
}

.toilet-product .__table04 {
  padding: 20px;
  border: 1px solid #333;
}

.toilet-product .__table04 .__content {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.toilet-product .__table04 .__content .__leftcontent {
  width: 78%;
}

.toilet-product .__table04 .__content .__rightcontent {
  width: 20%;
}

.toilet-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;
}

.toilet-product .__table04 .__content .__borderbox .__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #74562C;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__table04 .__content .__double {
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column .__borderbox {
  width: 100%;
}

.toilet-product .__table04 .__content .__column.__column_p08 .__leftcontent {
  width: calc(20% - 10px);
}

.toilet-product .__table04 .__content .__column.__column_p08 .__centercontent {
  width: calc(45% - 10px);
  margin: 0 14px;
}

.toilet-product .__table04 .__content .__column.__column_p08 .__rightcontent {
  width: calc(35% - 10px);
}

.toilet-product .__table04 .__info {
  margin-top: 12px;
  font-size: 0.7em;
  line-height: 1.4;
}

.toilet-product .__table04 .__pricearea .__price {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 8px;
  padding-left: 42px;
  color: #e50012;
  font-size: 24px;
}

.toilet-product .__table04 .__pricearea .__price:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 30px;
  height: 24px;
  background: url(../images/toilet-product/common/price_01.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__table04.__table04_p17 .__column.__left {
  width: calc(65% - 10px);
}

.toilet-product .__table04.__table04_p17 .__column.__right {
  flex-direction: initial;
  width: calc(35% - 10px);
}

.toilet-product .__table06 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 20px;
  border: 1px solid #333;
}

.toilet-product .__table06 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table06 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table06 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table06 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table06 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table06 .__content.__type {
  max-width: 800px;
  margin: 0 auto;
}

.toilet-product .__table06 .__content.__type .__leftcontent {
  width: 60%;
}

.toilet-product .__table06 .__content.__type .__rightcontent {
  width: 38%;
  margin-top: 2%;
}

.toilet-product .__table06 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table06 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.toilet-product .__table06 .__content .__leftcontent {
  width: calc(50% - 35px);
  min-height: 0%;
}

.toilet-product .__table06 .__content .__leftcontent.__small>.__img {
  display: block;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table06 .__content .__rightcontent {
  position: relative;
  width: calc(50% - 35px);
  min-height: 0%;
}

.toilet-product .__table06 .__content .__rightcontent.__bottom>.__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__leftcontent {
  width: 72%;
}

.toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__rightcontent {
  width: 28%;
  margin-top: 2%;
}

.toilet-product .__specarea2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.toilet-product .__specarea2 .__img {
  width: 48%;
  margin: 0 auto 12px;
}

.toilet-product .toggle-content {
  display: none;
}

.toilet-product .toggle-button {
  cursor: pointer;
}

.toilet-product .toggle-button:hover {
  opacity: 0.8;
}

.toilet-product .brown-button,
.toilet-product .pink-button,
.toilet-product .brown-button,
.toilet-product .yellow-button,
.toilet-product .orange-button {
  position: relative;
}

.toilet-product .brown-button:after,
.toilet-product .pink-button:after,
.toilet-product .brown-button:after,
.toilet-product .yellow-button:after,
.toilet-product .orange-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .brown-button.opened:after,
.toilet-product .pink-button.opened:after,
.toilet-product .brown-button.opened:after,
.toilet-product .yellow-button.opened:after,
.toilet-product .orange-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .brown-button.__title02--brown-light::after,
.toilet-product .pink-button.__title02--brown-light::after,
.toilet-product .brown-button.__title02--brown-light::after,
.toilet-product .yellow-button.__title02--brown-light::after,
.toilet-product .orange-button.__title02--brown-light::after {
  top: 12px;
}

.toilet-product .red-button {
  position: relative;
}

.toilet-product .red-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .red-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .blue-button {
  position: relative;
}

.toilet-product .blue-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .blue-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .green-button {
  position: relative;
}

.toilet-product .green-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .green-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-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;
}

.toilet-product .__title02--brown {
  background: #74562C;
}

.toilet-product .__title02--brown-light {
  padding: 13px 12px 10px;
  background: #f1dfb8;
  color: #8b5e3c;
  font-size: 1.7em;
}

.toilet-product .__title02--orange {
  background: #ED6C00;
}

.toilet-product .__title02--safety {
  background: #44af35;
}

.toilet-product .__title02--design {
  background: #e50012;
}

.toilet-product .__title02--pink {
  background: #ea6188;
}

.toilet-product .__title02--blue {
  background: #3C80B6;
}

.toilet-product .__title02--green {
  background: #5EA23A;
}

.toilet-product .__moviewrap {
  cursor: pointer;
}

.toilet-product .__moviewrap:hover {
  opacity: 0.8;
}

.toilet-product .__moviewrap--gif {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.toilet-product .__moviewrap--gif .__iconarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__moviewrap--gif .__iconarea .__gifarea {
  width: 40%;
}

.toilet-product .__moviewrap--gif .__iconarea .__textarea {
  width: 58%;
}

.toilet-product .__moviewrap .__img {
  display: block;
  width: 100%;
}

.toilet-product .__moviearea01 {
  margin-bottom: 40px;
}

.toilet-product .__moviearea01 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__moviearea01 .__leftcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__rightcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__contentsingle {
  justify-content: space-around;
}

.toilet-product .__moviearea01 .__single {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .info2_add {
  display: block;
  margin-top: -70px;
  font-weight: bold;
}

.toilet-product .__sizearea .__title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 24px;
  font-weight: bold;
}

.toilet-product .__sizearea .__example {
  margin-bottom: 12px;
}

.toilet-product .__sizearea .__example .__house,
.toilet-product .__sizearea .__example .__apart {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.toilet-product .__sizearea .__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toilet-product .__sizearea .__list .__item {
  width: calc(50% - 10px);
  margin-bottom: 12px;
  padding: 8px;
  border: 3px solid #ED6C00;
}

.toilet-product .__sizearea .__list .__item .__sizename {
  display: block;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea {
  display: flex;
  justify-content: space-around;
  color: #D0121B;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea .__left,
.toilet-product .__sizearea .__list .__item .__pricearea .__right {
  width: calc(50% - 5px);
}

.toilet-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;
}

.toilet-product .__sizearea .__list .__item .__tax {
  display: inline-block;
  margin-right: 2px;
  font-size: 0.7em;
  text-align: center;
}

.toilet-product .__sizearea .__list .__item .__yen {
  font-size: 0.8em;
}

.toilet-product .__sizearea .__list .__item.__item--blank {
  background: #C9CACA;
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__sizename {
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__price {
  color: white;
}

.toilet-product .__sizearea .__list .__item.__text {
  width: 100%;
  padding: 0;
  border: none;
}

.toilet-product .__sizearea .__list .__item.__text .__img {
  width: 100%;
  max-width: 440px;
}

.toilet-product .__chargearea {
  margin-top: 40px;
  margin-bottom: 40px;
}

.toilet-product .__chargearea .__name {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
}

.toilet-product .__chargearea .__service {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .__chargearea .__service .__img {
  width: 100%;
  height: auto;
}

.toilet-product .__chargearea .__mitsumori {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 24px;
}

.toilet-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;
}

.toilet-product .__form .__inputarea .__width {
  display: block;
  position: absolute;
  top: -25px;
  left: 170px;
  font-weight: bold;
}

.toilet-product .__form .__inputarea .__wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__form .__inputarea .__product {
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--1616 {
  border-top: 3px solid #ED6C00;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--1216 {
  border-top: 3px solid #ED6C00;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00;
}

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

.toilet-product .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00;
}

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

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

.toilet-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;
}

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

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

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

.toilet-product .__form .__price .__small {
  font-size: 0.6em;
}

.toilet-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;
}

.toilet-product .__form .__submit:hover {
  opacity: 0.7;
}

.toilet-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;
}

#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: '';
}

.washstand-product {
  letter-spacing: 0;
}

.washstand-product .m-bottom-0 {
  margin-bottom: 0 !important;
}

.washstand-product .m-bottom-20 {
  margin-bottom: 20px !important;
}

.washstand-product .m-top-0 {
  margin-top: 0 !important;
}

.washstand-product .m-top-64 {
  margin-top: 64px;
}

.washstand-product .m-top-28 {
  margin-top: 28px !important;
}

.washstand-product .m-top-20 {
  margin-top: 20px !important;
}

.washstand-product .m-top-10 {
  margin-top: 10px !important;
}

.washstand-product .m-top-8 {
  margin-top: 6px !important;
}

.washstand-product .w-100 {
  width: 100% !important;
}

.washstand-product .max-w-700 {
  max-width: 700px !important;
}

.washstand-product .max-w-640 {
  max-width: 640px !important;
}

.washstand-product .max-w-90p {
  max-width: 90% !important;
  margin: auto;
}

.washstand-product .margin-auto {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.washstand-product .max-w-70p {
  max-width: 70% !important;
}

.washstand-product .max-w-65p {
  max-width: 65% !important;
}

.washstand-product .max-w-45p {
  max-width: 45% !important;
  margin: 0 0 0 40px;
}

.washstand-product .w-82p {
  width: calc(82% - 12px) !important;
}

.washstand-product .w-15p {
  width: calc(15% - 12px) !important;
}

.washstand-product .w-70p {
  width: calc(70% - 12px) !important;
}

.washstand-product .w-60p {
  width: calc(60% - 12px) !important;
}

.washstand-product .w-65p {
  width: calc(65% - 12px) !important;
}

.washstand-product .w-55p {
  width: calc(55% - 12px) !important;
}

.washstand-product .w-45p {
  width: calc(45% - 12px) !important;
}

.washstand-product .w-40p {
  width: calc(40% - 12px) !important;
}

.washstand-product .w-35p {
  width: calc(35% - 12px) !important;
}

.washstand-product .w-30p {
  width: calc(30% - 12px) !important;
}

.washstand-product .w-20p {
  width: calc(20% - 12px) !important;
}

.washstand-product .p-bottom-16 {
  padding-bottom: 16px !important;
}

.washstand-product .__righttext {
  width: 100%;
  text-align: right;
}

.washstand-product .palt {
  font-feature-settings: "palt";
}

.washstand-product .h2-small {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.washstand-product .h2-sub {
  position: relative;
  top: -4px;
  padding: 0 0 0 10px;
  color: #00abeb;
  font-size: 12px;
}

.washstand-product .h2-sub.bk {
  color: #333;
}

.washstand-product .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.washstand-product .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.washstand-product .sec02 .sec02_menu .menu_list {
  width: 48%;
}

.washstand-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;
}

.washstand-product .sec02 .sec02_menu .menu_list .link:hover {
  background: #ED404E;
}

.washstand-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: "";
}

.washstand-product .sec02 .sec02_menu .menu_list .list_tit {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 56px;
}

.washstand-product .sec02 .sec02_menu .menu_list .list_tit:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  content: "";
}

.washstand-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;
}

.washstand-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;
}

.washstand-product .sec02 .img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.washstand-product .__colortitle {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #ea6188;
  font-size: 20px;
  font-weight: bold;
}

.washstand-product .__colortitle--green {
  color: #5EA23A;
}

.washstand-product .__colortitle--blue {
  color: #3C80B6;
}

.washstand-product .__colortitle--orange {
  color: #ed6c00;
}

.washstand-product .__colortitle--brown {
  color: #74562c;
}

.washstand-product .__sec06 .__p07_p08_p10_double {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__sec06 .__p07_p08_p10_double .__table03 {
  width: calc(50% - 10px);
  min-height: 0%;
  margin: 0;
}

.washstand-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
  position: relative;
  top: -5px;
  margin-left: 5px;
  font-size: 12px;
}

.washstand-product .__img.pc-only {
  display: inline;
}

.washstand-product .__img.sp-only {
  display: none;
}

.washstand-product br.sp-only {
  display: none;
}

.washstand-product .headarea .__subtitle {
  font-size: 20px;
  font-weight: bold;
}

.washstand-product .headarea .__imglabel {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.washstand-product .headarea .__logoarea .__title {
  display: block;
  margin-bottom: 20px;
}

.washstand-product .headarea .__logoarea .__title .__logo {
  display: block;
  height: 30px;
}

.washstand-product .headarea .__logoarea .__title .__logo.__type2 {
  height: 52px;
  margin-bottom: -10px;
}

.washstand-product .headarea .__logoarea .__title .__logo.__logo--60 {
  height: 60px;
}

.washstand-product .headarea .__imgarea {
  max-width: 760px;
  margin: 20px auto;
}

.washstand-product .headarea .__imgarea .__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.washstand-product .headarea .__imgarea .__sub .__item {
  width: calc(50% - 10px);
}

.washstand-product .headarea .__imgarea .__img {
  width: 100%;
  margin-bottom: 4px;
}

.washstand-product .headarea .__imgarea .__text {
  font-weight: bold;
}

.washstand-product .headarea .__imgarea .__size-m {
  display: block;
  max-width: 600px;
  margin: 80px auto 0;
}

.washstand-product .headarea .__imgarea .__marginTop0 {
  margin-top: 0;
}

.washstand-product .headarea .slider-for {
  z-index: 1;
  max-width: 700px;
  height: fit-content;
  margin: 0 auto 20px;
}

.washstand-product .headarea .slider-nav {
  height: fit-content;
}

.washstand-product .headarea .slick-slide {
  z-index: 1;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.washstand-product .headarea .bottom-slide {
  position: relative;
}

.washstand-product .headarea .bottom-slide .slick-arrow {
  display: block;
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
}

.washstand-product .headarea .bottom-slide .slick-prev:before,
.washstand-product .headarea .bottom-slide .slick-next:before {
  color: #333;
}

.washstand-product .headarea .bottom-slide .slick-prev {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 30px;
  height: 30px;
}

.washstand-product .headarea .bottom-slide .slick-next {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
}

.washstand-product .__table01 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #e9474d;
}

.washstand-product .__table01 .__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9474d;
  background: #f2d1d5;
  font-size: 1em;
  font-weight: bold;
}

.washstand-product .__table01 .__row:last-child {
  border: none;
}

.washstand-product .__table01 .__row .__th {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 4px;
}

.washstand-product .__table01 .__row .__td {
  display: block;
  width: calc(100% - 160px);
  padding: 4px 8px;
  border-left: 1px solid #e9474d;
  background: white;
}

.washstand-product .__table02wrap50 {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02wrap50 .__table02 {
  width: 49%;
  padding: 10px;
}

.washstand-product .__table02wrap50 .__table02 .__small {
  font-size: 0.8em;
}

.washstand-product .__table02 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #00abeb;
  line-height: 1.4;
}

.washstand-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;
}

.washstand-product .__table02 .__subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.washstand-product .__table02 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.washstand-product .__table02 .__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.washstand-product .__table02 .__content .__single {
  width: 100%;
  min-height: 0%;
  margin-top: 24px;
}

.washstand-product .__table02 .__content .__single .__img {
  display: block;
  width: 100%;
}

.washstand-product .__table02 .__content .__single .__img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.washstand-product .__table02 .__content .__double {
  width: calc(50% - 12px);
  min-height: 0%;
}

.washstand-product .__table02 .__content .__double:last-child {
  margin-bottom: 0x;
}

.washstand-product .__table02 .__content .__double.__p05left {
  width: 35%;
}

.washstand-product .__table02 .__content .__double.__p05right {
  width: 60%;
}

.washstand-product .__table02 .__content .__double.__p09left {
  width: 35%;
}

.washstand-product .__table02 .__content .__double.__p09right {
  width: 64%;
}

.washstand-product .__table02 .__content .__double.__double--p17 {
  position: relative;
  width: calc(48% - 12px);
}

.washstand-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
  position: relative;
  top: -28px;
  width: 95%;
}

.washstand-product .__table02 .__content .__double.__double--p17 .__moviewrap {
  position: absolute;
  bottom: 0;
}

.washstand-product .__table02 .__content .__bgorange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  background: #ddedf9;
}

.washstand-product .__table02 .__content .__bgorange .__head {
  display: block;
  margin-bottom: 12px;
  color: #00abeb;
  font-weight: bold;
}

.washstand-product .__table02 .__content .__bgorange .__head.__head_p07 {
  font-feature-settings: "palt";
}

.washstand-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
  display: inline-block;
  height: 20px;
  margin: 2px 0 -2px 2px;
}

.washstand-product .__table02 .__content .__bgorange .__head .__head_p11 {
  margin-left: 20px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.washstand-product .__table02 .__content .__bgorange .__split {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02 .__content .__bgorange .__textarea {
  width: 100%;
  height: auto;
  line-height: 1.4;
}

.washstand-product .__table02 .__content .__bgorange .__textarea .__small {
  font-size: 0.8em;
}

.washstand-product .__table02 .__content .__bgorange .__text {
  margin-bottom: 12px;
  line-break: strict;
}

.washstand-product .__table02 .__content .__bgorange .__imgarea {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
}

.washstand-product .__table02 .__content .__bgorange .__moviewrap {
  width: 95%;
  margin: 0 auto;
}

.washstand-product .__table02 .__content--three {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02 .__content--three .__item {
  width: 33%;
}

.washstand-product .__table02.__panel {
  margin-top: 40px;
}

.washstand-product .__table02.__table02--smallimg .__single {
  width: 100%;
}

.washstand-product .__table02.__table02--smallimg .__img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.washstand-product .__table02.__table02_p18 .__double.left {
  width: calc(52% - 12px);
}

.washstand-product .__table02.__table02_p18 .__double.right {
  width: calc(48% - 12px);
}

.washstand-product .__table02.__table02_p19 .__text.__left {
  float: left;
}

.washstand-product .__table02.__table02_p19 .__text.__right {
  overflow: hidden;
}

.washstand-product .__movietext-top {
  margin-bottom: 8px;
}

.washstand-product .__movietext-bottom {
  margin-top: 8px;
}

.washstand-product .__navmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.washstand-product .__navmenu .__item {
  width: 24.5%;
  padding: 10px 4px 8px;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.washstand-product .__navmenu .__item:hover {
  opacity: .7;
}

.washstand-product .__navmenu .__item:first-child {
  background: #f39800;
}

.washstand-product .__navmenu .__item:nth-child(2) {
  background: #0068b6;
}

.washstand-product .__navmenu .__item:nth-child(3) {
  background: #44af35;
}

.washstand-product .__navmenu .__item:nth-child(4) {
  background: #e50012;
}

.washstand-product .__navmenu .__item .__link {
  display: block;
  color: white;
  text-decoration: none;
}

.washstand-product .sp-only-flex {
  display: none !important;
}

.washstand-product .__table03 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 20px;
  border: 1px solid #000;
}

.washstand-product .__table03 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.washstand-product .__table03 .__subtitle._p12 {
  position: relative;
}

.washstand-product .__table03 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.washstand-product .__table03 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.washstand-product .__table03 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.washstand-product .__table03 .__subtitle.__sprit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.washstand-product .__table03 .__subtitle.__sprit .__right {
  display: block;
  max-width: 400px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.washstand-product .__table03 .__subtitle.__sprit .__right.__right--wide {
  max-width: 500px;
}

.washstand-product .__table03 .__text {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.washstand-product .__table03 .__text .__red {
  color: #e9474d;
}

.washstand-product .__table03 .__text .__small {
  font-size: 0.9em;
}

.washstand-product .__table03 .__text.__center {
  text-align: center;
}

.washstand-product .__table03 .__margin--middle {
  margin-bottom: 40px;
}

.washstand-product .__table03 .__margin--small {
  margin-bottom: 20px;
}

.washstand-product .__table03 .__content.__type {
  max-width: 800px;
  margin: 0 auto;
}

.washstand-product .__table03 .__content.__type .__leftcontent {
  width: 60%;
}

.washstand-product .__table03 .__content.__type .__rightcontent {
  width: 38%;
  margin-top: 2%;
}

.washstand-product .__table03 .__content {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table03 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.washstand-product .__table03 .__content .__leftcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.washstand-product .__table03 .__content .__leftcontent.__marginBottom0 {
  margin-bottom: 0;
}

.washstand-product .__table03 .__content .__leftcontent--40 {
  width: calc(40% - 10px);
}

.washstand-product .__table03 .__content .__rightcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.washstand-product .__table03 .__content .__rightcontent.__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.washstand-product .__table03 .__content .__rightcontent--60 {
  width: calc(60% - 10px);
}

.washstand-product .__table03 .__content .__single {
  width: 100%;
}

.washstand-product .__table03.__table03--p02clen .__content .__rightcontent .__img {
  display: block;
  width: 340px;
  margin: auto;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content {
  justify-content: center;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content .__leftcontent {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content .__rightcontent {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__content {
  display: block;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__single {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__img {
  max-width: 400px;
}

.washstand-product .__table03.__table03--p02bgm-shunou .__leftcontent,
.washstand-product .__table03.__table03--p02bgm-shunou .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-shunou .__img {
  width: auto;
  height: 100%;
  max-height: 260px;
}

.washstand-product .__table03.__table03--p02bgm-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p02bgm-benri .__single {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-benri .__img {
  max-width: 350px;
}

.washstand-product .__table03.__table03--p03d7-shunou .__leftcontent,
.washstand-product .__table03.__table03--p03d7-shunou .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p03d7-shunou .__img {
  width: auto;
  height: 100%;
  max-height: 350px;
}

.washstand-product .__table03.__table03--p03d7-benri .__leftcontent,
.washstand-product .__table03.__table03--p03d7-benri .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p03d7-benri .__img {
  max-width: 270px;
}

.washstand-product .__table03.__table03--p04k1-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p04k1-benri .__img {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p04k1-option .__content {
  display: block;
  text-align: right;
}

.washstand-product .__table03.__table03--p04k1-option .__img--center {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p04k1-option .__img--price {
  width: 25%;
}

.washstand-product .__table03.__table03--p05kc-benri .__content .__leftcontent {
  width: calc(55% - 10px);
}

.washstand-product .__table03.__table03--p05kc-benri .__content .__rightcontent {
  width: calc(45% - 10px);
}

.washstand-product .__table03.__table03--p06kz1-osusume .__leftcontent {
  width: calc(50% - 40px);
}

.washstand-product .__table03.__table03--p06kz1-osusume .__rightcontent {
  width: calc(50% - 40px);
}

.washstand-product .__table03.__table03--p06kz1-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p06kz1-benri .__img {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p07kz2-osusume .__content {
  display: block;
}

.washstand-product .__table03.__table03--p07kz2-osusume .__img {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p07kz2-shunou .__column {
  width: calc(33.333% - 20px);
}

.washstand-product .__table05 {
  margin-top: 120px;
  border: 1px solid #8fc31f;
}

.washstand-product .__table05 .__titlearea .__small {
  font-size: 0.8em;
}

.washstand-product .__table05 .__content {
  padding: 20px;
  text-align: right;
}

.washstand-product .__table05 .__content .__price {
  width: 50%;
}

.washstand-product .__table04 {
  padding: 20px;
  border: 1px solid #333;
}

.washstand-product .__table04 .__content {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.washstand-product .__table04 .__content .__leftcontent {
  width: 78%;
}

.washstand-product .__table04 .__content .__rightcontent {
  width: 20%;
}

.washstand-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;
}

.washstand-product .__table04 .__content .__borderbox .__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #74562C;
  font-size: 18px;
  font-weight: bold;
}

.washstand-product .__table04 .__content .__double {
  width: calc(50% - 10px);
}

.washstand-product .__table04 .__content .__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.washstand-product .__table04 .__content .__column .__borderbox {
  width: 100%;
}

.washstand-product .__table04 .__content .__column.__column_p08 .__leftcontent {
  width: calc(20% - 10px);
}

.washstand-product .__table04 .__content .__column.__column_p08 .__centercontent {
  width: calc(45% - 10px);
  margin: 0 14px;
}

.washstand-product .__table04 .__content .__column.__column_p08 .__rightcontent {
  width: calc(35% - 10px);
}

.washstand-product .__table04 .__info {
  margin-top: 12px;
  font-size: 0.7em;
  line-height: 1.4;
}

.washstand-product .__table04.__table04_p17 .__column.__left {
  width: calc(65% - 10px);
}

.washstand-product .__table04.__table04_p17 .__column.__right {
  flex-direction: initial;
  width: calc(35% - 10px);
}

.washstand-product .__specarea2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.washstand-product .__specarea2 .__img {
  width: 48%;
  margin: 0 auto 12px;
}

.washstand-product .toggle-content {
  display: none;
}

.washstand-product .toggle-button {
  cursor: pointer;
}

.washstand-product .toggle-button:hover {
  opacity: 0.8;
}

.washstand-product .brown-button,
.washstand-product .pink-button,
.washstand-product .yellow-button,
.washstand-product .orange-button {
  position: relative;
}

.washstand-product .brown-button:after,
.washstand-product .pink-button:after,
.washstand-product .yellow-button:after,
.washstand-product .orange-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .brown-button.opened:after,
.washstand-product .pink-button.opened:after,
.washstand-product .yellow-button.opened:after,
.washstand-product .orange-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .red-button {
  position: relative;
}

.washstand-product .red-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .red-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .blue-button {
  position: relative;
}

.washstand-product .blue-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .blue-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .green-button {
  position: relative;
}

.washstand-product .green-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .green-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-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;
}

.washstand-product .__title02--brown {
  background: #74562C;
}

.washstand-product .__title02--orange {
  background: #ED6C00;
}

.washstand-product .__title02--safety {
  background: #44af35;
}

.washstand-product .__title02--design {
  background: #e50012;
}

.washstand-product .__title02--pink {
  background: #ea6188;
}

.washstand-product .__title02--blue {
  background: #3C80B6;
}

.washstand-product .__title02--green {
  background: #5EA23A;
}

.washstand-product .__moviewrap {
  cursor: pointer;
}

.washstand-product .__moviewrap:hover {
  opacity: 0.8;
}

.washstand-product .__moviewrap--gif {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.washstand-product .__moviewrap--gif .__iconarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.washstand-product .__moviewrap--gif .__iconarea .__gifarea {
  width: 40%;
}

.washstand-product .__moviewrap--gif .__iconarea .__textarea {
  width: 58%;
}

.washstand-product .__moviewrap .__img {
  display: block;
  width: 100%;
}

.washstand-product .__moviearea01 {
  margin-bottom: 40px;
}

.washstand-product .__moviearea01 .__content {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__moviearea01 .__leftcontent {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__rightcontent {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__contentsingle {
  justify-content: space-around;
}

.washstand-product .__moviearea01 .__single {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__single .__img {
  display: block;
  width: 100%;
}

.washstand-product .info2_add {
  display: block;
  margin-top: -70px;
  font-weight: bold;
}

.washstand-product .__3dtext {
  padding: 20% 10% 10%;
}

.washstand-product .__3dmovie {
  position: relative;
}

.washstand-product .__point {
  display: block;
  position: absolute;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point01 {
  top: 5%;
  left: 21%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point02 {
  top: 5%;
  left: 35.5%;
  width: 37.3%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point03 {
  top: 44%;
  left: 48%;
  width: 14.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point04 {
  top: 57%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point05 {
  top: 75%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point06 {
  top: 42%;
  left: 30%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point01 {
  top: 13%;
  left: 16%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 31.3%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point03 {
  top: 13%;
  left: 65%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point04 {
  top: 47%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point05 {
  top: 50%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point06 {
  top: 59%;
  left: 13.1%;
  width: 23.4%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point07 {
  top: 75%;
  left: 13%;
  width: 23.1%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point08 {
  top: 60%;
  left: 36%;
  width: 50.1%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point01 {
  top: 13%;
  left: 15%;
  width: 21.2%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point02 {
  top: 8.5%;
  left: 34.8%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point03 {
  top: 13%;
  left: 63%;
  width: 20.8%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point04 {
  top: 45%;
  left: 26.8%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point05 {
  top: 49%;
  left: 52.8%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point06 {
  top: 62.7%;
  left: 13%;
  width: 74.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point01 {
  top: 13%;
  left: 16%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 31.3%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point03 {
  top: 13%;
  left: 65%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point04 {
  top: 47%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point05 {
  top: 50%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point06 {
  top: 59%;
  left: 13.1%;
  width: 23.4%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point07 {
  top: 75%;
  left: 13%;
  width: 23.1%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point08 {
  top: 60%;
  left: 36%;
  width: 50.1%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point01 {
  top: 15%;
  left: 15%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 30.3%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point03 {
  top: 15%;
  left: 64.5%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point04 {
  top: 44%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point05 {
  top: 47%;
  left: 53.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 31.4%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point07 {
  top: 74%;
  left: 13%;
  width: 31.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point08 {
  top: 59.6%;
  left: 45%;
  width: 42.1%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point01 {
  top: 14.5%;
  left: 16%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point02 {
  top: 14.5%;
  left: 37%;
  width: 26.3%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point03 {
  top: 14.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point04 {
  top: 46.5%;
  left: 29%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point05 {
  top: 50.5%;
  left: 51.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 30.4%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point07 {
  top: 74.5%;
  left: 13%;
  width: 30.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point08 {
  top: 59.6%;
  left: 43%;
  width: 44.1%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point01 {
  top: 12.5%;
  left: 15%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point02 {
  top: 8.5%;
  left: 35%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point04 {
  top: 45%;
  left: 27%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point05 {
  top: 49.5%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point06 {
  top: 62.5%;
  left: 12.1%;
  width: 75.4%;
}

.washstand-product .__sizearea .__title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 24px;
  font-weight: bold;
}

.washstand-product .__sizearea .__example {
  margin-bottom: 12px;
}

.washstand-product .__sizearea .__example .__house,
.washstand-product .__sizearea .__example .__apart {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.washstand-product .__sizearea .__point02 {
  top: 5%;
  left: 35.5%;
  width: 37.3%;
}

.washstand-product .__sizearea .__point03 {
  top: 44%;
  left: 48%;
  width: 14.5%;
}

.washstand-product .__sizearea .__point04 {
  top: 57%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__sizearea .__point05 {
  top: 75%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__sizearea .__point06 {
  top: 42%;
  left: 30%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point01 {
  top: 14.5%;
  left: 16%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point02 {
  top: 14.5%;
  left: 37%;
  width: 26.3%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point03 {
  top: 14.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point04 {
  top: 46.5%;
  left: 29%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point05 {
  top: 50.5%;
  left: 51.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 30.4%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point07 {
  top: 74.5%;
  left: 13%;
  width: 30.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point08 {
  top: 59.6%;
  left: 43%;
  width: 44.1%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point01 {
  top: 12.5%;
  left: 15%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point02 {
  top: 8.5%;
  left: 35%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point04 {
  top: 45%;
  left: 27%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point05 {
  top: 49.5%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point06 {
  top: 62.5%;
  left: 12.1%;
  width: 75.4%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point01 {
  top: 12.5%;
  left: 16.5%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point02 {
  top: 12.5%;
  left: 36%;
  width: 27.3%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 19.8%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point04 {
  top: 45%;
  left: 34%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point05 {
  top: 45.5%;
  left: 59.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point06 {
  top: 61%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point07 {
  top: 76.5%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point01 {
  top: 12.5%;
  left: 16%;
  width: 22%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point02 {
  top: 12.5%;
  left: 37%;
  width: 27%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point03 {
  top: 12.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point04 {
  top: 45%;
  left: 34%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point05 {
  top: 45.5%;
  left: 59.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point06 {
  top: 61%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point07 {
  top: 76.5%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__chargearea {
  margin-top: 0px;
  margin-bottom: 0px;
}

.washstand-product .__chargearea .__name {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
}

.washstand-product .__chargearea .__service {
  display: block;
  margin-bottom: 20px;
}

.washstand-product .__chargearea .__service .__img {
  width: 100%;
  height: auto;
}



.washstand-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;
}

.washstand-product .__form .__inputarea .__width {
  display: block;
  position: absolute;
  top: -25px;
  left: 170px;
  font-weight: bold;
}

.washstand-product .__form .__inputarea .__wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8px;
}

.washstand-product .__form .__inputarea .__product {
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--1616 {
  border-top: 3px solid #ED6C00;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--1216 {
  border-top: 3px solid #ED6C00;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00;
}

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

.washstand-product .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00;
}

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

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

.washstand-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;
}

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

.washstand-product .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 3px);
  left: 18px;
  width: 16px;
  height: 16px;
  content: "";
}

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

.washstand-product .__form .__price .__small {
  font-size: 0.6em;
}

.washstand-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;
}

.washstand-product .__form .__submit:hover {
  opacity: 0.7;
}

.washstand-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;
}

.washstand-product .__img.__p2img07 {
  display: block;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto;
}

.washstand-product .__img.__p2img08 {
  display: block;
  width: 200px !important;
  max-width: 50% !important;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
}

.washstand-product .__img.__price {
  display: block;
  width: 400px;
  max-width: 70% !important;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
}

#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;
}

.toilet-product {
  letter-spacing: 0;
}

.toilet-product .m-bottom-0 {
  margin-bottom: 0 !important;
}

.toilet-product .m-bottom-20 {
  margin-bottom: 20px !important;
}

.toilet-product .m-top-0 {
  margin-top: 0 !important;
}

.toilet-product .m-top-28 {
  margin-top: 28px !important;
}

.toilet-product .m-top-20 {
  margin-top: 20px !important;
}

.toilet-product .m-top-64 {
  margin-top: 64px;
}

.toilet-product .m-top-10 {
  margin-top: 10px !important;
}

.toilet-product .m-top-8 {
  margin-top: 6px !important;
}

.toilet-product .w-100 {
  width: 100% !important;
}

.toilet-product .max-w-700 {
  max-width: 700px !important;
}

.toilet-product .max-w-640 {
  max-width: 640px !important;
}

.toilet-product .max-w-90p {
  max-width: 90% !important;
  margin: auto;
}

.toilet-product .max-w-70p {
  max-width: 70% !important;
}

.toilet-product .max-w-65p {
  max-width: 65% !important;
}

.toilet-product .max-w-45p {
  max-width: 45% !important;
  margin: 0 0 0 40px;
}

.toilet-product .w-82p {
  width: calc(82% - 12px) !important;
}

.toilet-product .w-15p {
  width: calc(15% - 12px) !important;
}

.toilet-product .w-70p {
  width: calc(70% - 12px) !important;
}

.toilet-product .w-60p {
  width: calc(60% - 12px) !important;
}

.toilet-product .w-65p {
  width: calc(65% - 12px) !important;
}

.toilet-product .w-55p {
  width: calc(55% - 12px) !important;
}

.toilet-product .w-45p {
  width: calc(45% - 12px) !important;
}

.toilet-product .w-40p {
  width: calc(40% - 12px) !important;
}

.toilet-product .w-35p {
  width: calc(35% - 12px) !important;
}

.toilet-product .w-30p {
  width: calc(30% - 12px) !important;
}

.toilet-product .w-20p {
  width: calc(20% - 12px) !important;
}

.toilet-product .p-bottom-16 {
  padding-bottom: 16px !important;
}

.toilet-product .__righttext {
  width: 100%;
  text-align: right;
}

.toilet-product .palt {
  font-feature-settings: "palt";
}

.toilet-product .h2-small {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.toilet-product .h2-sub {
  position: relative;
  top: -4px;
  padding: 0 0 0 10px;
  color: #00abeb;
  font-size: 12px;
}

.toilet-product .h2-sub.bk {
  color: #333;
}

.toilet-product .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.toilet-product .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.toilet-product .sec02 .sec02_menu .menu_list {
  width: 48%;
}

.toilet-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;
}

.toilet-product .sec02 .sec02_menu .menu_list .link:hover {
  background: #ED404E;
}

.toilet-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: "";
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 56px;
}

.toilet-product .sec02 .sec02_menu .menu_list .list_tit:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  content: "";
}

.toilet-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;
}

.toilet-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;
}

.toilet-product .sec02 .img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.toilet-product .__img.pc-only {
  display: inline;
}

.toilet-product .__img.sp-only {
  display: none;
}

.toilet-product br.sp-only {
  display: none;
}

.toilet-product .headarea .__subtitle {
  font-size: 20px;
  font-weight: bold;
}

.toilet-product .headarea .__imglabel {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.toilet-product .headarea .__logoarea .__title {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .headarea .__logoarea .__title .__logo {
  display: block;
  height: 30px;
}

.toilet-product .headarea .__logoarea .__title .__logo.__type2 {
  height: 52px;
  margin-bottom: -10px;
}

.toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
  height: 60px;
}

.toilet-product .headarea .__imgarea {
  max-width: 760px;
  margin: 20px auto;
}

.toilet-product .headarea .__imgarea .__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.toilet-product .headarea .__imgarea .__sub .__item {
  width: calc(50% - 10px);
}

.toilet-product .headarea .__imgarea .__img {
  width: 100%;
  margin-bottom: 4px;
}

.toilet-product .headarea .__imgarea .__text {
  font-weight: bold;
}

.toilet-product .headarea .__imgarea .__size-m {
  display: block;
  max-width: 600px;
  margin: 80px auto 0;
}

.toilet-product .headarea .__imgarea .__marginTop0 {
  margin-top: 0;
}

.toilet-product .headarea .slider-for {
  z-index: 1;
  max-width: 700px;
  height: fit-content;
  margin: 0 auto 20px;
}

.toilet-product .headarea .slider-nav {
  height: fit-content;
}

.toilet-product .headarea .slick-slide {
  z-index: 1;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.toilet-product .headarea .bottom-slide {
  position: relative;
}

.toilet-product .headarea .bottom-slide .slick-arrow {
  display: block;
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-prev:before,
.toilet-product .headarea .bottom-slide .slick-next:before {
  color: #333;
}

.toilet-product .headarea .bottom-slide .slick-prev {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .headarea .bottom-slide .slick-next {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
}

.toilet-product .__table01 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #e9474d;
}

.toilet-product .__table01 .__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9474d;
  background: #f2d1d5;
  font-size: 1em;
  font-weight: bold;
}

.toilet-product .__table01 .__row:last-child {
  border: none;
}

.toilet-product .__table01 .__row .__th {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 4px;
}

.toilet-product .__table01 .__row .__td {
  display: block;
  width: calc(100% - 160px);
  padding: 4px 8px;
  border-left: 1px solid #e9474d;
  background: white;
}

.toilet-product .__table02wrap50 {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02wrap50 .__table02 {
  width: 49%;
  padding: 10px;
}

.toilet-product .__table02wrap50 .__table02 .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #00abeb;
  line-height: 1.4;
}

.toilet-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;
}

.toilet-product .__table02 .__subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.toilet-product .__table02 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table02 .__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.toilet-product .__table02 .__content .__single {
  width: 100%;
  min-height: 0%;
  margin-top: 24px;
}

.toilet-product .__table02 .__content .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .__table02 .__content .__single .__img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.toilet-product .__table02 .__content .__double {
  width: calc(50% - 12px);
  min-height: 0%;
}

.toilet-product .__table02 .__content .__double:last-child {
  margin-bottom: 0x;
}

.toilet-product .__table02 .__content .__double.__p05left {
  width: 35%;
}

.toilet-product .__table02 .__content .__double.__p05right {
  width: 60%;
}

.toilet-product .__table02 .__content .__double.__p09left {
  width: 35%;
}

.toilet-product .__table02 .__content .__double.__p09right {
  width: 64%;
}

.toilet-product .__table02 .__content .__double.__double--p17 {
  position: relative;
  width: calc(48% - 12px);
}

.toilet-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
  position: relative;
  top: -28px;
  width: 95%;
}

.toilet-product .__table02 .__content .__double.__double--p17 .__moviewrap {
  position: absolute;
  bottom: 0;
}

.toilet-product .__table02 .__content .__bgorange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  background: #ddedf9;
}

.toilet-product .__table02 .__content .__bgorange .__head {
  display: block;
  margin-bottom: 12px;
  color: #00abeb;
  font-weight: bold;
}

.toilet-product .__table02 .__content .__bgorange .__head.__head_p07 {
  font-feature-settings: "palt";
}

.toilet-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
  display: inline-block;
  height: 20px;
  margin: 2px 0 -2px 2px;
}

.toilet-product .__table02 .__content .__bgorange .__head .__head_p11 {
  margin-left: 20px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.toilet-product .__table02 .__content .__bgorange .__split {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02 .__content .__bgorange .__textarea {
  width: 100%;
  height: auto;
  line-height: 1.4;
}

.toilet-product .__table02 .__content .__bgorange .__textarea .__small {
  font-size: 0.8em;
}

.toilet-product .__table02 .__content .__bgorange .__text {
  margin-bottom: 12px;
  line-break: strict;
}

.toilet-product .__table02 .__content .__bgorange .__imgarea {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
}

.toilet-product .__table02 .__content .__bgorange .__moviewrap {
  width: 95%;
  margin: 0 auto;
}

.toilet-product .__table02 .__content--three {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table02 .__content--three .__item {
  width: 33%;
}

.toilet-product .__table02.__panel {
  margin-top: 40px;
}

.toilet-product .__table02.__table02--smallimg .__single {
  width: 100%;
}

.toilet-product .__table02.__table02--smallimg .__img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.toilet-product .__table02.__table02_p18 .__double.left {
  width: calc(52% - 12px);
}

.toilet-product .__table02.__table02_p18 .__double.right {
  width: calc(48% - 12px);
}

.toilet-product .__table02.__table02_p19 .__text.__left {
  float: left;
}

.toilet-product .__table02.__table02_p19 .__text.__right {
  overflow: hidden;
}

.toilet-product .__movietext-top {
  margin-bottom: 8px;
}

.toilet-product .__movietext-bottom {
  margin-top: 8px;
}

.toilet-product .__navmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.toilet-product .__navmenu .__item {
  width: 24.5%;
  padding: 10px 4px 8px;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.toilet-product .__navmenu .__item:hover {
  opacity: .7;
}

.toilet-product .__navmenu .__item:first-child {
  background: #f39800;
}

.toilet-product .__navmenu .__item:nth-child(2) {
  background: #0068b6;
}

.toilet-product .__navmenu .__item:nth-child(3) {
  background: #44af35;
}

.toilet-product .__navmenu .__item:nth-child(4) {
  background: #e50012;
}

.toilet-product .__navmenu .__item .__link {
  display: block;
  color: white;
  text-decoration: none;
}

.toilet-product .sp-only-flex {
  display: none !important;
}

.toilet-product .__table03 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 30px;
  border: 1px solid #333;
}

.toilet-product .__table03 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table03 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table03 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table03 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table03 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table03 .__subtitle.__sprit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toilet-product .__table03 .__subtitle.__sprit .__right {
  display: block;
  max-width: 400px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.toilet-product .__table03 .__subtitle.__sprit .__right.__right--wide {
  max-width: 500px;
}

.toilet-product .__table03 .__text {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.toilet-product .__table03 .__text .__red {
  color: #e9474d;
}

.toilet-product .__table03 .__text .__small {
  font-size: 0.9em;
}

.toilet-product .__table03 .__margin--middle {
  margin-bottom: 40px;
}

.toilet-product .__table03 .__margin--small {
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table03 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.toilet-product .__table03 .__content .__leftcontent {
  width: calc(50% - 35px);
  min-height: 0%;
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
  margin-bottom: 0;
}

.toilet-product .__table03 .__content .__leftcontent--40 {
  width: calc(40% - 10px);
}

.toilet-product .__table03 .__content .__rightcontent {
  width: calc(50% - 35px);
  min-height: 0%;
  margin-bottom: 20px;
}

.toilet-product .__table03 .__content .__rightcontent--60 {
  width: calc(60% - 10px);
}

.toilet-product .__table03 .__content .__rightcontent.__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toilet-product .__table03 .__content .__single {
  width: 48%;
  min-height: 0%;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table03 .__content .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .__table03 .__rightcontent--p05-osusume>.__img {
  display: block;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table03.__table03--p02pita .__content .__leftcontent {
  width: 69%;
}

.toilet-product .__table03.__table03--p02pita .__content .__rightcontent {
  width: 28%;
}

.toilet-product .__talbe03.__table03--p05-shoene .__content {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table05 {
  margin-top: 20px;
  border: 1px solid #ea6188;
}

.toilet-product .__table05 .__subtitle {
  position: relative;
  margin: 20px 20px 0 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table05 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table05 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table05 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table05 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table05 .__titlearea {
  padding: 8px 12px;
  border-bottom: 1px solid #ea6188;
  background: url(../images/toilet-product/common/bg_dots.png);
  color: #ea6188;
  font-size: 24px;
  font-weight: bold;
}

.toilet-product .__table05 .__titlearea .__small {
  font-size: 0.8em;
}

.toilet-product .__table05 .__content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.toilet-product .__table05 .__content .__leftcontent {
  width: calc(50% - 20px);
}

.toilet-product .__table05 .__content .__rightcontent {
  width: calc(50% - 20px);
}

.toilet-product .__table04 {
  padding: 20px;
  border: 1px solid #333;
}

.toilet-product .__table04 .__content {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.toilet-product .__table04 .__content .__leftcontent {
  width: 78%;
}

.toilet-product .__table04 .__content .__rightcontent {
  width: 20%;
}

.toilet-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;
}

.toilet-product .__table04 .__content .__borderbox .__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #74562C;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__table04 .__content .__double {
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.toilet-product .__table04 .__content .__column .__borderbox {
  width: 100%;
}

.toilet-product .__table04 .__content .__column.__column_p08 .__leftcontent {
  width: calc(20% - 10px);
}

.toilet-product .__table04 .__content .__column.__column_p08 .__centercontent {
  width: calc(45% - 10px);
  margin: 0 14px;
}

.toilet-product .__table04 .__content .__column.__column_p08 .__rightcontent {
  width: calc(35% - 10px);
}

.toilet-product .__table04 .__info {
  margin-top: 12px;
  font-size: 0.7em;
  line-height: 1.4;
}

.toilet-product .__table04 .__pricearea .__price {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 8px;
  padding-left: 42px;
  color: #e50012;
  font-size: 24px;
}

.toilet-product .__table04 .__pricearea .__price:after {
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 30px;
  height: 24px;
  background: url(../images/toilet-product/common/price_01.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .__table04.__table04_p17 .__column.__left {
  width: calc(65% - 10px);
}

.toilet-product .__table04.__table04_p17 .__column.__right {
  flex-direction: initial;
  width: calc(35% - 10px);
}

.toilet-product .__table06 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 20px;
  border: 1px solid #333;
}

.toilet-product .__table06 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.toilet-product .__table06 .__subtitle._p12 {
  position: relative;
}

.toilet-product .__table06 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.toilet-product .__table06 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.toilet-product .__table06 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.toilet-product .__table06 .__content.__type {
  max-width: 800px;
  margin: 0 auto;
}

.toilet-product .__table06 .__content.__type .__leftcontent {
  width: 60%;
}

.toilet-product .__table06 .__content.__type .__rightcontent {
  width: 38%;
  margin-top: 2%;
}

.toilet-product .__table06 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__table06 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.toilet-product .__table06 .__content .__leftcontent {
  width: calc(50% - 35px);
  min-height: 0%;
}

.toilet-product .__table06 .__content .__leftcontent.__small>.__img {
  display: block;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.toilet-product .__table06 .__content .__rightcontent {
  position: relative;
  width: calc(50% - 35px);
  min-height: 0%;
}

.toilet-product .__table06 .__content .__rightcontent.__bottom>.__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__leftcontent {
  width: 72%;
}

.toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__rightcontent {
  width: 28%;
  margin-top: 2%;
}

.toilet-product .__specarea2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.toilet-product .__specarea2 .__img {
  width: 48%;
  margin: 0 auto 12px;
}

.toilet-product .toggle-content {
  display: none;
}

.toilet-product .toggle-button {
  cursor: pointer;
}

.toilet-product .toggle-button:hover {
  opacity: 0.8;
}

.toilet-product .brown-button,
.toilet-product .pink-button,
.toilet-product .brown-button,
.toilet-product .yellow-button,
.toilet-product .orange-button {
  position: relative;
}

.toilet-product .brown-button:after,
.toilet-product .pink-button:after,
.toilet-product .brown-button:after,
.toilet-product .yellow-button:after,
.toilet-product .orange-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .brown-button.opened:after,
.toilet-product .pink-button.opened:after,
.toilet-product .brown-button.opened:after,
.toilet-product .yellow-button.opened:after,
.toilet-product .orange-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .brown-button.__title02--brown-light::after,
.toilet-product .pink-button.__title02--brown-light::after,
.toilet-product .brown-button.__title02--brown-light::after,
.toilet-product .yellow-button.__title02--brown-light::after,
.toilet-product .orange-button.__title02--brown-light::after {
  top: 12px;
}

.toilet-product .red-button {
  position: relative;
}

.toilet-product .red-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .red-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .blue-button {
  position: relative;
}

.toilet-product .blue-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .blue-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-product .green-button {
  position: relative;
}

.toilet-product .green-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/toilet-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.toilet-product .green-button.opened:after {
  transform: rotate(-180deg);
}

.toilet-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;
}

.toilet-product .__title02--brown {
  background: #74562C;
}

.toilet-product .__title02--brown-light {
  padding: 13px 12px 10px;
  background: #f1dfb8;
  color: #8b5e3c;
  font-size: 1.7em;
}

.toilet-product .__title02--orange {
  background: #ED6C00;
}

.toilet-product .__title02--safety {
  background: #44af35;
}

.toilet-product .__title02--design {
  background: #e50012;
}

.toilet-product .__title02--pink {
  background: #ea6188;
}

.toilet-product .__title02--blue {
  background: #3C80B6;
}

.toilet-product .__title02--green {
  background: #5EA23A;
}

.toilet-product .__moviewrap {
  cursor: pointer;
}

.toilet-product .__moviewrap:hover {
  opacity: 0.8;
}

.toilet-product .__moviewrap--gif {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.toilet-product .__moviewrap--gif .__iconarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__moviewrap--gif .__iconarea .__gifarea {
  width: 40%;
}

.toilet-product .__moviewrap--gif .__iconarea .__textarea {
  width: 58%;
}

.toilet-product .__moviewrap .__img {
  display: block;
  width: 100%;
}

.toilet-product .__moviearea01 {
  margin-bottom: 40px;
}

.toilet-product .__moviearea01 .__content {
  display: flex;
  justify-content: space-between;
}

.toilet-product .__moviearea01 .__leftcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__rightcontent {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__contentsingle {
  justify-content: space-around;
}

.toilet-product .__moviearea01 .__single {
  width: 48%;
  min-height: 0%;
}

.toilet-product .__moviearea01 .__single .__img {
  display: block;
  width: 100%;
}

.toilet-product .info2_add {
  display: block;
  margin-top: -70px;
  font-weight: bold;
}

.toilet-product .__sizearea .__title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 24px;
  font-weight: bold;
}

.toilet-product .__sizearea .__example {
  margin-bottom: 12px;
}

.toilet-product .__sizearea .__example .__house,
.toilet-product .__sizearea .__example .__apart {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.toilet-product .__sizearea .__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.toilet-product .__sizearea .__list .__item {
  width: calc(50% - 10px);
  margin-bottom: 12px;
  padding: 8px;
  border: 3px solid #ED6C00;
}

.toilet-product .__sizearea .__list .__item .__sizename {
  display: block;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 18px;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea {
  display: flex;
  justify-content: space-around;
  color: #D0121B;
  font-weight: bold;
}

.toilet-product .__sizearea .__list .__item .__pricearea .__left,
.toilet-product .__sizearea .__list .__item .__pricearea .__right {
  width: calc(50% - 5px);
}

.toilet-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;
}

.toilet-product .__sizearea .__list .__item .__tax {
  display: inline-block;
  margin-right: 2px;
  font-size: 0.7em;
  text-align: center;
}

.toilet-product .__sizearea .__list .__item .__yen {
  font-size: 0.8em;
}

.toilet-product .__sizearea .__list .__item.__item--blank {
  background: #C9CACA;
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__sizename {
  color: white;
}

.toilet-product .__sizearea .__list .__item.__item--blank .__price {
  color: white;
}

.toilet-product .__sizearea .__list .__item.__text {
  width: 100%;
  padding: 0;
  border: none;
}

.toilet-product .__sizearea .__list .__item.__text .__img {
  width: 100%;
  max-width: 440px;
}

.toilet-product .__chargearea {
  margin-top: 40px;
  margin-bottom: 40px;
}

.toilet-product .__chargearea .__name {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
}

.toilet-product .__chargearea .__service {
  display: block;
  margin-bottom: 20px;
}

.toilet-product .__chargearea .__service .__img {
  width: 100%;
  height: auto;
}

.toilet-product .__chargearea .__mitsumori {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 24px;
}

.toilet-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;
}

.toilet-product .__form .__inputarea .__width {
  display: block;
  position: absolute;
  top: -25px;
  left: 170px;
  font-weight: bold;
}

.toilet-product .__form .__inputarea .__wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8px;
}

.toilet-product .__form .__inputarea .__product {
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--1616 {
  border-top: 3px solid #ED6C00;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--1216 {
  border-top: 3px solid #ED6C00;
}

.toilet-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: '';
}

.toilet-product .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00;
}

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

.toilet-product .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00;
}

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

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

.toilet-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;
}

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

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

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

.toilet-product .__form .__price .__small {
  font-size: 0.6em;
}

.toilet-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;
}

.toilet-product .__form .__submit:hover {
  opacity: 0.7;
}

.toilet-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;
}

.modal-wrap-toilet {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 80px auto;
  padding: 0 16px;
}

.modal-wrap-toilet .__img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.modal-wrap-toiletiframe::-webkit-scrollbar {
  display: none;
}

.modal-wrap-toilet.no-scllor iframe::-webkit-scrollbar {
  display: none;
}

.modal-wrap-toilet .movietouch-toilet {
  position: relative;
  max-width: 85%;
  margin: 12px auto 0;
}

.modal-wrap-toilet .movietouch-toilet .__base {
  display: block;
  max-width: 100%;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point:hover {
  opacity: 0.7;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point.__point01 {
  top: 68%;
  left: 11.5%;
  width: 32%;
  height: auto;
}

.modal-wrap-toilet .movietouch-toilet--p02 .__point.__point02 {
  top: 25.5%;
  left: 18%;
  width: 34%;
  height: auto;
}

.washstand-product {
  letter-spacing: 0;
}

.washstand-product .m-bottom-0 {
  margin-bottom: 0 !important;
}

.washstand-product .m-bottom-20 {
  margin-bottom: 20px !important;
}

.washstand-product .m-top-0 {
  margin-top: 0 !important;
}

.washstand-product .m-top-64 {
  margin-top: 64px;
}

.washstand-product .m-top-28 {
  margin-top: 28px !important;
}

.washstand-product .m-top-20 {
  margin-top: 20px !important;
}

.washstand-product .m-top-10 {
  margin-top: 10px !important;
}

.washstand-product .m-top-8 {
  margin-top: 6px !important;
}

.washstand-product .w-100 {
  width: 100% !important;
}

.washstand-product .max-w-700 {
  max-width: 700px !important;
}

.washstand-product .max-w-640 {
  max-width: 640px !important;
}

.washstand-product .max-w-90p {
  max-width: 90% !important;
  margin: auto;
}

.washstand-product .margin-auto {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.washstand-product .max-w-70p {
  max-width: 70% !important;
}

.washstand-product .max-w-65p {
  max-width: 65% !important;
}

.washstand-product .max-w-45p {
  max-width: 45% !important;
  margin: 0 0 0 40px;
}

.washstand-product .w-82p {
  width: calc(82% - 12px) !important;
}

.washstand-product .w-15p {
  width: calc(15% - 12px) !important;
}

.washstand-product .w-70p {
  width: calc(70% - 12px) !important;
}

.washstand-product .w-60p {
  width: calc(60% - 12px) !important;
}

.washstand-product .w-65p {
  width: calc(65% - 12px) !important;
}

.washstand-product .w-55p {
  width: calc(55% - 12px) !important;
}

.washstand-product .w-45p {
  width: calc(45% - 12px) !important;
}

.washstand-product .w-40p {
  width: calc(40% - 12px) !important;
}

.washstand-product .w-35p {
  width: calc(35% - 12px) !important;
}

.washstand-product .w-30p {
  width: calc(30% - 12px) !important;
}

.washstand-product .w-20p {
  width: calc(20% - 12px) !important;
}

.washstand-product .p-bottom-16 {
  padding-bottom: 16px !important;
}

.washstand-product .__righttext {
  width: 100%;
  text-align: right;
}

.washstand-product .palt {
  font-feature-settings: "palt";
}

.washstand-product .h2-small {
  position: relative;
  top: -2px;
  font-size: 16px;
}

.washstand-product .h2-sub {
  position: relative;
  top: -4px;
  padding: 0 0 0 10px;
  color: #00abeb;
  font-size: 12px;
}

.washstand-product .h2-sub.bk {
  color: #333;
}

.washstand-product .sec02 .sec02_wrap {
  width: calc(100% - 32px);
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.washstand-product .sec02 .sec02_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.washstand-product .sec02 .sec02_menu .menu_list {
  width: 48%;
}

.washstand-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;
}

.washstand-product .sec02 .sec02_menu .menu_list .link:hover {
  background: #ED404E;
}

.washstand-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: "";
}

.washstand-product .sec02 .sec02_menu .menu_list .list_tit {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
  line-height: 56px;
}

.washstand-product .sec02 .sec02_menu .menu_list .list_tit:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  content: "";
}

.washstand-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;
}

.washstand-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;
}

.washstand-product .sec02 .img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.washstand-product .__colortitle {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

.washstand-product .__colortitle--green {
  color: #333;
}

.washstand-product .__colortitle--blue {
  color: #333;
}

.washstand-product .__colortitle--orange {
  color: #333;
}

.washstand-product .__colortitle--brown {
  color: #333;
}

.washstand-product .__sec06 .__p07_p08_p10_double {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__sec06 .__p07_p08_p10_double .__table03 {
  width: calc(50% - 10px);
  min-height: 0%;
  margin: 0;
}

.washstand-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
  position: relative;
  top: -5px;
  margin-left: 5px;
  font-size: 12px;
}

.washstand-product .__img.pc-only {
  display: inline;
}

.washstand-product .__img.sp-only {
  display: none;
}

.washstand-product br.sp-only {
  display: none;
}

.washstand-product .headarea .__subtitle {
  font-size: 1.8em;
  font-weight: normal;
}

.washstand-product .headarea .__imglabel {
  width: 300px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.washstand-product .headarea .__logoarea .__title {
  display: block;
  margin-bottom: 20px;
}

.washstand-product .headarea .__logoarea .__title .__logo {
  display: block;
  height: 50px;
}

.washstand-product .headarea .__logoarea .__title .__logo.__type2 {
  height: 52px;
  margin-bottom: -10px;
}

.washstand-product .headarea .__logoarea .__title .__logo.__logo--60 {
  height: 60px;
}

.washstand-product .headarea .__imgarea {
  max-width: 760px;
  margin: 20px auto;
}

.washstand-product .headarea .__imgarea .__sub {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.washstand-product .headarea .__imgarea .__sub .__item {
  width: calc(50% - 10px);
}

.washstand-product .headarea .__imgarea .__img {
  width: 100%;
  margin-bottom: 4px;
}

.washstand-product .headarea .__imgarea .__text {
  font-weight: bold;
}

.washstand-product .headarea .__imgarea .__size-m {
  display: block;
  max-width: 600px;
  margin: 80px auto 0;
}

.washstand-product .headarea .__imgarea .__marginTop0 {
  margin-top: 0;
}

.washstand-product .headarea .slider-for {
  z-index: 1;
  max-width: 700px;
  height: fit-content;
  margin: 0 auto 20px;
}

.washstand-product .headarea .slider-nav {
  height: fit-content;
}

.washstand-product .headarea .slick-slide {
  z-index: 1;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.washstand-product .headarea .bottom-slide {
  position: relative;
}

.washstand-product .headarea .bottom-slide .slick-arrow {
  display: block;
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
}

.washstand-product .headarea .bottom-slide .slick-prev:before,
.washstand-product .headarea .bottom-slide .slick-next:before {
  color: #333;
}

.washstand-product .headarea .bottom-slide .slick-prev {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  left: -20px;
  width: 30px;
  height: 30px;
}

.washstand-product .headarea .bottom-slide .slick-next {
  display: block;
  z-index: 2;
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 30px;
  height: 30px;
}

.washstand-product .__table01 {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 3px solid #e9474d;
}

.washstand-product .__table01 .__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9474d;
  background: #f2d1d5;
  font-size: 1em;
  font-weight: bold;
}

.washstand-product .__table01 .__row:last-child {
  border: none;
}

.washstand-product .__table01 .__row .__th {
  box-sizing: border-box;
  display: block;
  width: 200px;
  padding: 4px;
}

.washstand-product .__table01 .__row .__td {
  display: block;
  width: calc(100% - 160px);
  padding: 4px 8px;
  border-left: 1px solid #e9474d;
  background: white;
}

.washstand-product .__table02wrap50 {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02wrap50 .__table02 {
  width: 49%;
  padding: 10px;
}

.washstand-product .__table02wrap50 .__table02 .__small {
  font-size: 0.8em;
}

.washstand-product .__table02 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #00abeb;
  line-height: 1.4;
}

.washstand-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;
}

.washstand-product .__table02 .__subtitle {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
}

.washstand-product .__table02 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.washstand-product .__table02 .__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8px;
}

.washstand-product .__table02 .__content .__single {
  width: 100%;
  min-height: 0%;
  margin-top: 24px;
}

.washstand-product .__table02 .__content .__single .__img {
  display: block;
  width: 100%;
}

.washstand-product .__table02 .__content .__single .__img.__p09_icn {
  width: 180px;
  margin: 0 0 10px;
}

.washstand-product .__table02 .__content .__double {
  width: calc(50% - 12px);
  min-height: 0%;
}

.washstand-product .__table02 .__content .__double:last-child {
  margin-bottom: 0x;
}

.washstand-product .__table02 .__content .__double.__p05left {
  width: 35%;
}

.washstand-product .__table02 .__content .__double.__p05right {
  width: 60%;
}

.washstand-product .__table02 .__content .__double.__p09left {
  width: 35%;
}

.washstand-product .__table02 .__content .__double.__p09right {
  width: 64%;
}

.washstand-product .__table02 .__content .__double.__double--p17 {
  position: relative;
  width: calc(48% - 12px);
}

.washstand-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
  position: relative;
  top: -28px;
  width: 95%;
}

.washstand-product .__table02 .__content .__double.__double--p17 .__moviewrap {
  position: absolute;
  bottom: 0;
}

.washstand-product .__table02 .__content .__bgorange {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  background: #ddedf9;
}

.washstand-product .__table02 .__content .__bgorange .__head {
  display: block;
  margin-bottom: 12px;
  color: #00abeb;
  font-weight: bold;
}

.washstand-product .__table02 .__content .__bgorange .__head.__head_p07 {
  font-feature-settings: "palt";
}

.washstand-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
  display: inline-block;
  height: 20px;
  margin: 2px 0 -2px 2px;
}

.washstand-product .__table02 .__content .__bgorange .__head .__head_p11 {
  margin-left: 20px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}

.washstand-product .__table02 .__content .__bgorange .__split {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02 .__content .__bgorange .__textarea {
  width: 100%;
  height: auto;
  line-height: 1.4;
}

.washstand-product .__table02 .__content .__bgorange .__textarea .__small {
  font-size: 0.8em;
}

.washstand-product .__table02 .__content .__bgorange .__text {
  margin-bottom: 12px;
  line-break: strict;
}

.washstand-product .__table02 .__content .__bgorange .__imgarea {
  display: flex;
  align-items: center;
  width: calc(100% - 190px);
}

.washstand-product .__table02 .__content .__bgorange .__moviewrap {
  width: 95%;
  margin: 0 auto;
}

.washstand-product .__table02 .__content--three {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table02 .__content--three .__item {
  width: 33%;
}

.washstand-product .__table02.__panel {
  margin-top: 40px;
}

.washstand-product .__table02.__table02--smallimg .__single {
  width: 100%;
}

.washstand-product .__table02.__table02--smallimg .__img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.washstand-product .__table02.__table02_p18 .__double.left {
  width: calc(52% - 12px);
}

.washstand-product .__table02.__table02_p18 .__double.right {
  width: calc(48% - 12px);
}

.washstand-product .__table02.__table02_p19 .__text.__left {
  float: left;
}

.washstand-product .__table02.__table02_p19 .__text.__right {
  overflow: hidden;
}

.washstand-product .__movietext-top {
  margin-bottom: 8px;
}

.washstand-product .__movietext-bottom {
  margin-top: 8px;
}

.washstand-product .__navmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0 0;
}

.washstand-product .__navmenu .__item {
  width: 24.5%;
  padding: 10px 4px 8px;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.washstand-product .__navmenu .__item:hover {
  opacity: .7;
}

.washstand-product .__navmenu .__item:first-child {
  background: #f39800;
}

.washstand-product .__navmenu .__item:nth-child(2) {
  background: #0068b6;
}

.washstand-product .__navmenu .__item:nth-child(3) {
  background: #44af35;
}

.washstand-product .__navmenu .__item:nth-child(4) {
  background: #e50012;
}

.washstand-product .__navmenu .__item .__link {
  display: block;
  color: white;
  text-decoration: none;
}

.washstand-product .sp-only-flex {
  display: none !important;
}

.washstand-product .__table03 {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 16px 20px;
  border: 1px solid #000;
}

.washstand-product .__table03 .__subtitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  font-size: 1.7em;
  font-weight: bold;
}

.washstand-product .__table03 .__subtitle._p12 {
  position: relative;
}

.washstand-product .__table03 .__subtitle._p12 .__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.washstand-product .__table03 .__subtitle .__small {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}

.washstand-product .__table03 .__subtitle .icon {
  position: absolute;
  top: 1px;
  width: auto !important;
  height: 34px;
  margin-left: 15px;
}

.washstand-product .__table03 .__subtitle.__sprit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.washstand-product .__table03 .__subtitle.__sprit .__right {
  display: block;
  max-width: 400px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.washstand-product .__table03 .__subtitle.__sprit .__right.__right--wide {
  max-width: 500px;
}

.washstand-product .__table03 .__text {
  display: block;
  margin-bottom: 12px;
  line-height: 1.4;
}

.washstand-product .__table03 .__text .__red {
  color: #e9474d;
}

.washstand-product .__table03 .__text .__small {
  font-size: 0.9em;
}

.washstand-product .__table03 .__text.__center {
  text-align: center;
}

.washstand-product .__table03 .__margin--middle {
  margin-bottom: 40px;
}

.washstand-product .__table03 .__margin--small {
  margin-bottom: 20px;
}

.washstand-product .__table03 .__content.__type {
  max-width: 800px;
  margin: 0 auto;
}

.washstand-product .__table03 .__content.__type .__leftcontent {
  width: 60%;
}

.washstand-product .__table03 .__content.__type .__rightcontent {
  width: 38%;
  margin-top: 2%;
}

.washstand-product .__table03 .__content {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__table03 .__content .__img {
  width: 100%;
  max-width: 100%;
}

.washstand-product .__table03 .__content .__leftcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.washstand-product .__table03 .__content .__leftcontent.__marginBottom0 {
  margin-bottom: 0;
}

.washstand-product .__table03 .__content .__leftcontent--40 {
  width: calc(40% - 10px);
}

.washstand-product .__table03 .__content .__rightcontent {
  width: calc(50% - 10px);
  min-height: 0%;
}

.washstand-product .__table03 .__content .__rightcontent.__center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.washstand-product .__table03 .__content .__rightcontent--60 {
  width: calc(60% - 10px);
}

.washstand-product .__table03 .__content .__single {
  width: 100%;
}

.washstand-product .__table03.__table03--p02clen .__content .__rightcontent .__img {
  display: block;
  width: 340px;
  margin: auto;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content {
  justify-content: center;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content .__leftcontent {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}

.washstand-product .__table03.__table03--p02bgm-osusume .__content .__rightcontent {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__content {
  display: block;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__single {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-bowl .__img {
  max-width: 400px;
}

.washstand-product .__table03.__table03--p02bgm-shunou .__leftcontent,
.washstand-product .__table03.__table03--p02bgm-shunou .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-shunou .__img {
  width: auto;
  height: 100%;
  max-height: 260px;
}

.washstand-product .__table03.__table03--p02bgm-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p02bgm-benri .__single {
  text-align: center;
}

.washstand-product .__table03.__table03--p02bgm-benri .__img {
  max-width: 350px;
}

.washstand-product .__table03.__table03--p03d7-shunou .__leftcontent,
.washstand-product .__table03.__table03--p03d7-shunou .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p03d7-shunou .__img {
  width: auto;
  height: 100%;
  max-height: 350px;
}

.washstand-product .__table03.__table03--p03d7-benri .__leftcontent,
.washstand-product .__table03.__table03--p03d7-benri .__rightcontent {
  text-align: center;
}

.washstand-product .__table03.__table03--p03d7-benri .__img {
  max-width: 270px;
}

.washstand-product .__table03.__table03--p04k1-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p04k1-benri .__img {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p04k1-option .__content {
  display: block;
  text-align: right;
}

.washstand-product .__table03.__table03--p04k1-option .__img--center {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p04k1-option .__img--price {
  width: 25%;
}

.washstand-product .__table03.__table03--p05kc-benri .__content .__leftcontent {
  width: calc(55% - 10px);
}

.washstand-product .__table03.__table03--p05kc-benri .__content .__rightcontent {
  width: calc(45% - 10px);
}

.washstand-product .__table03.__table03--p06kz1-osusume .__leftcontent {
  width: calc(50% - 40px);
}

.washstand-product .__table03.__table03--p06kz1-osusume .__rightcontent {
  width: calc(50% - 40px);
}

.washstand-product .__table03.__table03--p06kz1-benri .__content {
  display: block;
}

.washstand-product .__table03.__table03--p06kz1-benri .__img {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p07kz2-osusume .__content {
  display: block;
}

.washstand-product .__table03.__table03--p07kz2-osusume .__img {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.washstand-product .__table03.__table03--p07kz2-shunou .__column {
  width: calc(33.333% - 20px);
}

.washstand-product .__table05 {
  margin-top: 120px;
  border: 1px solid #8fc31f;
}

.washstand-product .__table05 .__titlearea {
  padding: 8px 12px;
  border-bottom: 1px solid #8fc31f;
  /*background: url(../images/washstand-product/common/bg_dots.png);*/
  background: #8fc31f;
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  margin:2%;
}

.washstand-product .__table05 .__titlearea .__small {
  font-size: 0.8em;
}

.washstand-product .__table05 .__content {
  padding: 20px;
  text-align: right;
}

.washstand-product .__table05 .__content .__price {
  width: 50%;
}

.washstand-product .__table04 {
  padding: 20px;
  border: 1px solid #333;
}

.washstand-product .__table04 .__content {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.washstand-product .__table04 .__content .__leftcontent {
  width: 78%;
}

.washstand-product .__table04 .__content .__rightcontent {
  width: 20%;
}

.washstand-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;
}

.washstand-product .__table04 .__content .__borderbox .__subtitle {
  display: block;
  margin-bottom: 12px;
  color: #74562C;
  font-size: 18px;
  font-weight: bold;
}

.washstand-product .__table04 .__content .__double {
  width: calc(50% - 10px);
}

.washstand-product .__table04 .__content .__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}

.washstand-product .__table04 .__content .__column .__borderbox {
  width: 100%;
}

.washstand-product .__table04 .__content .__column.__column_p08 .__leftcontent {
  width: calc(20% - 10px);
}

.washstand-product .__table04 .__content .__column.__column_p08 .__centercontent {
  width: calc(45% - 10px);
  margin: 0 14px;
}

.washstand-product .__table04 .__content .__column.__column_p08 .__rightcontent {
  width: calc(35% - 10px);
}

.washstand-product .__table04 .__info {
  margin-top: 12px;
  font-size: 0.7em;
  line-height: 1.4;
}

.washstand-product .__table04.__table04_p17 .__column.__left {
  width: calc(65% - 10px);
}

.washstand-product .__table04.__table04_p17 .__column.__right {
  flex-direction: initial;
  width: calc(35% - 10px);
}

.washstand-product .__specarea2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.washstand-product .__specarea2 .__img {
  width: 48%;
  margin: 0 auto 12px;
}

.washstand-product .toggle-content {
  display: none;
}

.washstand-product .toggle-button {
  cursor: pointer;
}

.washstand-product .toggle-button:hover {
  opacity: 0.8;
}

.washstand-product .brown-button,
.washstand-product .pink-button,
.washstand-product .yellow-button,
.washstand-product .orange-button {
  position: relative;
}

.washstand-product .brown-button:after,
.washstand-product .pink-button:after,
.washstand-product .yellow-button:after,
.washstand-product .orange-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .brown-button.opened:after,
.washstand-product .pink-button.opened:after,
.washstand-product .yellow-button.opened:after,
.washstand-product .orange-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .red-button {
  position: relative;
}

.washstand-product .red-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .red-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .blue-button {
  position: relative;
}

.washstand-product .blue-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .blue-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-product .green-button {
  position: relative;
}

.washstand-product .green-button:after {
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 28px;
  height: 26px;
  background: url(../images/washstand-product/common/open-button.png) no-repeat center center/contain;
  content: '';
}

.washstand-product .green-button.opened:after {
  transform: rotate(-180deg);
}

.washstand-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;
}

.washstand-product .__title02--brown {
  background: #74562C;
}

.washstand-product .__title02--orange {
  background: #ED6C00;
}

.washstand-product .__title02--safety {
  background: #44af35;
}

.washstand-product .__title02--design {
  background: #e50012;
}

.washstand-product .__title02--pink {
  background: #ea6188;
}

.washstand-product .__title02--blue {
  background: #3C80B6;
}

.washstand-product .__title02--green {
  background: #5EA23A;
}

.washstand-product .__moviewrap {
  cursor: pointer;
}

.washstand-product .__moviewrap:hover {
  opacity: 0.8;
}

.washstand-product .__moviewrap--gif {
  padding: 8px;
  border: 1px solid #e1e1e1;
}

.washstand-product .__moviewrap--gif .__iconarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.washstand-product .__moviewrap--gif .__iconarea .__gifarea {
  width: 40%;
}

.washstand-product .__moviewrap--gif .__iconarea .__textarea {
  width: 58%;
}

.washstand-product .__moviewrap .__img {
  display: block;
  width: 100%;
}

.washstand-product .__moviearea01 {
  margin-bottom: 40px;
}

.washstand-product .__moviearea01 .__content {
  display: flex;
  justify-content: space-between;
}

.washstand-product .__moviearea01 .__leftcontent {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__rightcontent {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__contentsingle {
  justify-content: space-around;
}

.washstand-product .__moviearea01 .__single {
  width: 48%;
  min-height: 0%;
}

.washstand-product .__moviearea01 .__single .__img {
  display: block;
  width: 100%;
}

.washstand-product .info2_add {
  display: block;
  margin-top: -70px;
  font-weight: bold;
}

.washstand-product .__3dtext {
  padding: 20% 10% 10%;
}

.washstand-product .__3dmovie {
  position: relative;
}

.washstand-product .__point {
  display: block;
  position: absolute;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point01 {
  top: 5%;
  left: 21%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point02 {
  top: 5%;
  left: 35.5%;
  width: 37.3%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point03 {
  top: 44%;
  left: 48%;
  width: 14.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point04 {
  top: 57%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point05 {
  top: 75%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__3dmovie.__3dmovie--p01 .__point06 {
  top: 42%;
  left: 30%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point01 {
  top: 13%;
  left: 16%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 31.3%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point03 {
  top: 13%;
  left: 65%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point04 {
  top: 47%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point05 {
  top: 50%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point06 {
  top: 59%;
  left: 13.1%;
  width: 23.4%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point07 {
  top: 75%;
  left: 13%;
  width: 23.1%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point08 {
  top: 60%;
  left: 36%;
  width: 50.1%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point01 {
  top: 13%;
  left: 15%;
  width: 21.2%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point02 {
  top: 8.5%;
  left: 34.8%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point03 {
  top: 13%;
  left: 63%;
  width: 20.8%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point04 {
  top: 45%;
  left: 26.8%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point05 {
  top: 49%;
  left: 52.8%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p02 .__point06 {
  top: 62.7%;
  left: 13%;
  width: 74.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point01 {
  top: 13%;
  left: 16%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 31.3%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point03 {
  top: 13%;
  left: 65%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point04 {
  top: 47%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point05 {
  top: 50%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point06 {
  top: 59%;
  left: 13.1%;
  width: 23.4%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point07 {
  top: 75%;
  left: 13%;
  width: 23.1%;
}

.washstand-product .__3dmovie.__3dmovie--p03 .__point08 {
  top: 60%;
  left: 36%;
  width: 50.1%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point01 {
  top: 15%;
  left: 15%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point02 {
  top: 8%;
  left: 34.5%;
  width: 30.3%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point03 {
  top: 15%;
  left: 64.5%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point04 {
  top: 44%;
  left: 28%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point05 {
  top: 47%;
  left: 53.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 31.4%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point07 {
  top: 74%;
  left: 13%;
  width: 31.5%;
}

.washstand-product .__3dmovie.__3dmovie--p03-2 .__point08 {
  top: 59.6%;
  left: 45%;
  width: 42.1%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point01 {
  top: 14.5%;
  left: 16%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point02 {
  top: 14.5%;
  left: 37%;
  width: 26.3%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point03 {
  top: 14.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point04 {
  top: 46.5%;
  left: 29%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point05 {
  top: 50.5%;
  left: 51.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 30.4%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point07 {
  top: 74.5%;
  left: 13%;
  width: 30.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point08 {
  top: 59.6%;
  left: 43%;
  width: 44.1%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point01 {
  top: 12.5%;
  left: 15%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point02 {
  top: 8.5%;
  left: 35%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point04 {
  top: 45%;
  left: 27%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point05 {
  top: 49.5%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point06 {
  top: 62.5%;
  left: 12.1%;
  width: 75.4%;
}

.washstand-product .__sizearea .__title {
  margin-top: 24px;
  margin-bottom: 12px;
  color: #ED6C00;
  font-size: 24px;
  font-weight: bold;
}

.washstand-product .__sizearea .__example {
  margin-bottom: 12px;
}

.washstand-product .__sizearea .__example .__house,
.washstand-product .__sizearea .__example .__apart {
  display: inline-block;
  position: relative;
  height: 30px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 30px;
}

.washstand-product .__sizearea .__point02 {
  top: 5%;
  left: 35.5%;
  width: 37.3%;
}

.washstand-product .__sizearea .__point03 {
  top: 44%;
  left: 48%;
  width: 14.5%;
}

.washstand-product .__sizearea .__point04 {
  top: 57%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__sizearea .__point05 {
  top: 75%;
  left: 18.8%;
  width: 58.5%;
}

.washstand-product .__sizearea .__point06 {
  top: 42%;
  left: 30%;
  width: 15.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point01 {
  top: 14.5%;
  left: 16%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point02 {
  top: 14.5%;
  left: 37%;
  width: 26.3%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point03 {
  top: 14.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point04 {
  top: 46.5%;
  left: 29%;
  width: 19.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point05 {
  top: 50.5%;
  left: 51.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point06 {
  top: 59.5%;
  left: 13.1%;
  width: 30.4%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point07 {
  top: 74.5%;
  left: 13%;
  width: 30.5%;
}

.washstand-product .__3dmovie.__3dmovie--p04 .__point08 {
  top: 59.6%;
  left: 43%;
  width: 44.1%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point01 {
  top: 12.5%;
  left: 15%;
  width: 21.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point02 {
  top: 8.5%;
  left: 35%;
  width: 29.3%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point04 {
  top: 45%;
  left: 27%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point05 {
  top: 49.5%;
  left: 52.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p05 .__point06 {
  top: 62.5%;
  left: 12.1%;
  width: 75.4%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point01 {
  top: 12.5%;
  left: 16.5%;
  width: 20.5%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point02 {
  top: 12.5%;
  left: 36%;
  width: 27.3%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point03 {
  top: 12.5%;
  left: 63.6%;
  width: 19.8%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point04 {
  top: 45%;
  left: 34%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point05 {
  top: 45.5%;
  left: 59.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point06 {
  top: 61%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p06 .__point07 {
  top: 76.5%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point01 {
  top: 12.5%;
  left: 16%;
  width: 22%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point02 {
  top: 12.5%;
  left: 37%;
  width: 27%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point03 {
  top: 12.5%;
  left: 62.6%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point04 {
  top: 45%;
  left: 34%;
  width: 21%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point05 {
  top: 45.5%;
  left: 59.8%;
  width: 18.5%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point06 {
  top: 61%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__3dmovie.__3dmovie--p07 .__point07 {
  top: 76.5%;
  left: 14.1%;
  width: 71.4%;
}

.washstand-product .__chargearea {
  margin-top: 0px;
  margin-bottom: 0px;
}

.washstand-product .__chargearea .__name {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4em;
  font-weight: bold;
}

.washstand-product .__chargearea .__service {
  display: block;
  margin-bottom: 20px;
}

.washstand-product .__chargearea .__service .__img {
  width: 100%;
  height: auto;
}
/*
.washstand-product .__chargearea .__mitsumori {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 24px;
}
*/
.washstand-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;
}

.washstand-product .__form .__inputarea .__width {
  display: block;
  position: absolute;
  top: -25px;
  left: 170px;
  font-weight: bold;
}

.washstand-product .__form .__inputarea .__wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 8px;
}

.washstand-product .__form .__inputarea .__product {
  display: inline-block;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--1616 {
  border-top: 3px solid #ED6C00;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--1216 {
  border-top: 3px solid #ED6C00;
}

.washstand-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: '';
}

.washstand-product .__form .__inputarea--ltype {
  border-top: 3px solid #ED6C00;
}

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

.washstand-product .__form .__inputarea--apart {
  border-top: 3px solid #ED6C00;
}

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

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

.washstand-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;
}

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

.washstand-product .__form .__input::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: calc(50% + 3px);
  left: 18px;
  width: 16px;
  height: 16px;
  content: "";
}

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

.washstand-product .__form .__price .__small {
  font-size: 0.6em;
}

.washstand-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;
}

.washstand-product .__form .__submit:hover {
  opacity: 0.7;
}

.washstand-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;
}

.washstand-product .__img.__p2img07 {
  display: block;
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto;
}

.washstand-product .__img.__p2img08 {
  display: block;
  width: 200px !important;
  max-width: 50% !important;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
}

.washstand-product .__img.__price {
  display: block;
  width: 400px;
  max-width: 70% !important;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
}

@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);
  }

  .toilet-product .sec02 .sec02_wrap {
    max-width: 480px;
    padding: 40px 0 0 0;
  }

  .toilet-product br.sp-only {
    display: inline;
  }

  .toilet-product .headarea .__imglabel {
    width: 200px;
    margin-top: 10px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo {
    height: 20px;
    margin-bottom: 12px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
    height: 27px;
  }

  .toilet-product .headarea .__imgarea .__size-m {
    margin: 20px auto 0;
  }

  .toilet-product .headarea .__imgarea .__marginTop0 {
    margin: 0px auto 0;
  }

  .toilet-product .__table01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .toilet-product .__table01 .__row {
    flex-direction: column;
  }

  .toilet-product .__table01 .__row .__th {
    width: 100%;
  }

  .toilet-product .__table01 .__row .__td {
    width: 100%;
    padding: 6px 8px;
    border-left: none;
  }

  .toilet-product .__table02wrap50 {
    flex-direction: column;
  }

  .toilet-product .__table02wrap50 .__table02 {
    width: 100%;
    padding: 8px;
  }

  .toilet-product .__table02 {
    margin-bottom: 20px;
    padding: 8px;
  }

  .toilet-product .__table02 .__title {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .toilet-product .__table02 .__subtitle {
    font-size: 18px;
  }

  .toilet-product .__table02 .__content {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .toilet-product .__table02 .__content .__double {
    width: 100%;
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__bgorange {
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__bgorange .__textarea {
    width: 190px;
    height: auto;
    margin-bottom: 12px;
  }

  .toilet-product .__table02 .__content--three {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content--three .__item {
    width: 100%;
  }

  .toilet-product .__navmenu {
    margin: 60px 0 0;
  }

  .toilet-product .__navmenu .__item {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .toilet-product .pc-only {
    display: none !important;
  }

  .toilet-product .sp-only-flex {
    display: flex !important;
  }

  .toilet-product .__table03 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .toilet-product .__table03 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table03 .__subtitle.__sprit {
    flex-direction: column;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__left {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__right {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__content {
    flex-direction: column;
  }

  .toilet-product .__table03 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
    margin-bottom: 0;
  }

  .toilet-product .__table03 .__content .__leftcontent--40 {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent--60 {
    width: 100%;
  }

  .toilet-product .__table04 .__content {
    flex-direction: column;
  }

  .toilet-product .__table04 .__content .__borderbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__double {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__column {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__info {
    width: 100%;
    margin-top: -4px;
    font-size: 0.9em;
  }

  .toilet-product .__specarea2 .__img {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .toilet-product .__title02 {
    margin-top: 40px;
  }

  .toilet-product .__moviearea01 {
    margin-bottom: 20px;
  }

  .toilet-product .__moviearea01 .__content {
    flex-direction: column;
  }

  .toilet-product .__moviearea01 .__leftcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__rightcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__single {
    width: 100%;
  }

  .toilet-product .info2_add {
    margin-top: -30px;
  }

  .toilet-product .__sizearea .__example .__house,
  .toilet-product .__sizearea .__example .__apart {
    font-size: 18px;
  }

  .toilet-product .__sizearea .__list .__item {
    width: 100%;
  }

  .toilet-product .__sizearea .__list .__item .__pricearea .__left,
  .toilet-product .__sizearea .__list .__item .__pricearea .__right {
    width: calc(50% - 1px);
  }

  .toilet-product .__sizearea .__list .__item .__price {
    font-size: 16px;
  }

  .toilet-product .__chargearea,
  #toilet .__chargearea {
    margin-top: 80px;
  }

  .toilet-product .__chargearea .__mitsumori,
  #toilet .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px;
  }

  .toilet-product .__form .__inputarea .__wrap,
  #toilet .__form .__inputarea .__wrap {
    flex-direction: column;
  }

  .toilet-product .__form .__inputarea .__product,
  #toilet .__form .__inputarea .__product {
    padding: 12px 0px;
    font-size: 18px;
  }

  .toilet-product .__form .__inputarea,
  #toilet .__form .__inputarea {
    flex-direction: column;
  }

  .toilet-product .__form .__price,
  #toilet .__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;
  }

  #toiletlineup .mv .mv_tit {
    max-width: 480px;
    text-align: left;
  }

  #toiletlineup .mv .mv_img {
    height: 196px;
  }

  #toiletlineup .mv .mv_img .img {
    bottom: 0;
  }

  #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;
    padding: 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: 70%;
    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_redbtn .redbtn_list .link {
    line-height: 16px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01 {
    padding: 6px 0 6px 20px;
    text-align: left;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_redbtn .redbtn_list .redbtn_text01:before {
    width: 14px;
    height: 14px;
  }

  #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 .sec03_point {
    margin: 30px 0 0 0;
  }

  #toiletlineup .sec03 .sec03_point .point_list {
    flex-wrap: wrap;
    height: auto;
  }

  #toiletlineup .sec03 .sec03_point .point_list .img_wrap {
    flex: auto;
    max-width: 100%;
  }

  #toiletlineup .sec03 .sec03_point .point_list .img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
  }

  #toiletlineup .sec03 .sec03_point .point_list .list_text {
    padding: 16px 20px;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_pointlist {
    width: 70%;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_list {
    width: 48%;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_list .text {
    height: 60px;
    padding: 12px 8px;
    font-size: 12px;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(3) .text {
    height: 60px;
    padding: 20px 10px;
    font-size: 12px;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_list:nth-child(4) .text {
    height: 60px;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.2;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .last_img {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 120px;
    height: 117px;
    content: "";
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .btn_list01 {
    width: 100%;
    margin: 0 0 16px 0;
  }

  #toiletlineup .sec03 .sec03_point .point_listlast .btn_list02 {
    width: 100%;
  }

  #toiletlineup .sec04 .sec04_wrap {
    max-width: 480px;
    padding: 40px 0;
  }

  #toiletlineup .sec04 .content_tit {
    margin: 0 0 0 16px;
    font-size: 16px;
    line-height: 1.3;
  }

  .toilet-product .m-top-64 {
    margin-top: 0;
  }

  .toilet-product .m-bottom-sp-20 {
    margin-bottom: 20px !important;
  }

  .toilet-product .m-bottom-sp-0 {
    margin-bottom: 0 !important;
  }

  .toilet-product .m-top-sp-0 {
    margin-top: 0 !important;
  }

  .toilet-product .max-w-90p {
    max-width: 100% !important;
  }

  .toilet-product .max-w-65p {
    max-width: 100% !important;
  }

  .toilet-product .max-w-45p {
    display: block;
    margin: 0 auto;
  }

  .toilet-product .max-w-100p-sp {
    max-width: 100% !important;
  }

  .toilet-product .max-w-50p-sp {
    display: block;
    max-width: 50% !important;
    margin: auto;
  }

  .toilet-product .w-82p {
    width: calc(84% - 6px) !important;
  }

  .toilet-product .w-15p {
    width: calc(16% - 6px) !important;
  }

  .toilet-product .w-70p {
    width: 100% !important;
  }

  .toilet-product .w-60p {
    width: 100% !important;
  }

  .toilet-product .w-65p {
    width: 100% !important;
  }

  .toilet-product .w-55p {
    width: 100% !important;
  }

  .toilet-product .w-45p {
    width: 100% !important;
  }

  .toilet-product .w-40p {
    width: 100% !important;
  }

  .toilet-product .w-35p {
    width: 100% !important;
  }

  .toilet-product .w-30p {
    width: 100% !important;
  }

  .toilet-product .w-20p {
    margin: auto;
  }

  .toilet-product .h2-small {
    display: block;
  }

  .toilet-product .h2-sub {
    display: block;
    top: 0;
    padding: 0;
  }

  .toilet-product .sec02 .sec02_wrap {
    max-width: 480px;
    padding: 40px 0 0 0;
  }

  .toilet-product .__img.pc-only {
    display: none;
  }

  .toilet-product .__img.sp-only {
    display: inline;
  }

  .toilet-product br.sp-only {
    display: inline;
  }

  .toilet-product .headarea .__subtitle {
    font-size: 16px;
  }

  .toilet-product .headarea .__imglabel {
    width: 200px;
    margin-top: 10px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo {
    height: 20px;
    margin-bottom: 12px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo.__type2 {
    height: 34px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
    height: 27px;
  }

  .toilet-product .headarea .__imgarea .__size-m {
    margin: 20px auto 0;
  }

  .toilet-product .headarea .__imgarea .__marginTop0 {
    margin: 0px auto 0;
  }

  .toilet-product .__table01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .toilet-product .__table01 .__row {
    flex-direction: column;
  }

  .toilet-product .__table01 .__row .__th {
    width: 100%;
  }

  .toilet-product .__table01 .__row .__td {
    width: 100%;
    padding: 6px 8px;
    border-left: none;
  }

  .toilet-product .__table02wrap50 {
    flex-direction: column;
  }

  .toilet-product .__table02wrap50 .__table02 {
    width: 100%;
    padding: 8px;
  }

  .toilet-product .__table02 {
    margin-bottom: 20px;
    padding: 8px;
  }

  .toilet-product .__table02 .__title {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .toilet-product .__table02 .__subtitle {
    font-size: 18px;
  }

  .toilet-product .__table02 .__content {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content .__single {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__double {
    width: 100%;
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__double.__p05left {
    width: 100%;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__double.__p05right {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__p09left {
    width: 100%;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__double.__p09right {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
    width: 100%;
    margin-bottom: -18px;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 .__moviewrap {
    position: inherit;
  }

  .toilet-product .__table02 .__content .__bgorange {
    padding: 12px;
  }

  .toilet-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
    display: block;
    height: 24px;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__bgorange .__head .__head_p11 {
    display: block;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__bgorange .__split {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content .__bgorange .__split.__p07_sp_flex,
  .toilet-product .__table02 .__content .__bgorange .__split .__flex_sp {
    flex-direction: initial;
  }

  .toilet-product .__table02 .__content .__bgorange .__split.__p07_sp_flex .__double,
  .toilet-product .__table02 .__content .__bgorange .__split .__flex_sp .__double {
    width: calc(50% - 6px);
  }

  .toilet-product .__table02 .__content .__bgorange .__textarea {
    height: auto;
    margin-bottom: 12px;
  }

  .toilet-product .__table02 .__content--three {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content--three .__item {
    width: 100%;
  }

  .toilet-product .__table02.__table02_p18 .__double.left {
    width: 100%;
  }

  .toilet-product .__table02.__table02_p18 .__double.right {
    width: 100%;
  }

  .toilet-product .__navmenu {
    margin: 60px 0 0;
  }

  .toilet-product .__navmenu .__item {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .toilet-product .pc-only {
    display: none !important;
  }

  .toilet-product .sp-only-flex {
    display: flex !important;
  }

  .toilet-product .__table03 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .toilet-product .__table03 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table03 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table03 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table03 .__subtitle.__sprit {
    flex-direction: column;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__left {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__right {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__content {
    flex-direction: column;
  }

  .toilet-product .__table03 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
    margin-bottom: 0;
  }

  .toilet-product .__table03 .__content .__leftcontent--40 {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent--60 {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__single {
    width: 100%;
  }

  .toilet-product .__table03 .__moviewrap.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table03.__table03--p02pita .__content .__leftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .toilet-product .__table03.__table03--p02pita .__content .__rightcontent {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .toilet-product .__table05 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table05 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table05 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table05 .__titlearea {
    font-size: 18px;
  }

  .toilet-product .__table05 .__content {
    flex-direction: column;
    padding: 12px;
  }

  .toilet-product .__table05 .__content .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table05 .__content .__rightcontent {
    width: 100%;
    margin-top: 20px;
  }

  .toilet-product .__table04 {
    padding: 12px;
  }

  .toilet-product .__table04 .__content {
    flex-direction: column;
    justify-content: center;
  }

  .toilet-product .__table04 .__content .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table04 .__content .__rightcontent {
    width: 40%;
  }

  .toilet-product .__table04 .__content .__borderbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__borderbox.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table04 .__content .__double {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__column {
    width: 100%;
    margin-bottom: 0;
  }

  .toilet-product .__table04 .__content .__column.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__leftcontent {
    width: calc(51% - 10px);
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__centercontent {
    width: 100%;
    margin: 10px 0;
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__rightcontent {
    width: calc(80% - 10px);
    margin-left: calc(20% + 10px);
  }

  .toilet-product .__table04 .__info {
    width: 100%;
    margin-top: -4px;
    font-size: 0.9em;
  }

  .toilet-product .__table04.__table04_p17 .__column.__left {
    width: 100%;
  }

  .toilet-product .__table04.__table04_p17 .__column.__right {
    width: 100%;
  }

  .toilet-product .__table06 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .toilet-product .__table06 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table06 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table06 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table06 .__content.__type .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table06 .__content.__type .__rightcontent {
    width: 50%;
  }

  .toilet-product .__table06 .__content {
    flex-direction: column;
  }

  .toilet-product .__table06 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .toilet-product .__table06 .__content .__rightcontent {
    width: 100%;
  }

  .toilet-product .__table06 .__content .__rightcontent.__bottom>.__img {
    position: static;
  }

  .toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__rightcontent {
    width: 50%;
  }

  .toilet-product .__specarea2 .__img {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .toilet-product .__title02 {
    margin-top: 40px;
  }

  .toilet-product .__moviearea01 {
    margin-bottom: 20px;
  }

  .toilet-product .__moviearea01 .__content {
    flex-direction: column;
  }

  .toilet-product .__moviearea01 .__leftcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__rightcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__single {
    width: 100%;
  }

  .toilet-product .info2_add {
    margin-top: -30px;
  }

  .toilet-product .__sizearea .__example .__house,
  .toilet-product .__sizearea .__example .__apart {
    font-size: 18px;
  }

  .toilet-product .__sizearea .__list .__item {
    width: 100%;
  }

  .toilet-product .__sizearea .__list .__item .__pricearea .__left,
  .toilet-product .__sizearea .__list .__item .__pricearea .__right {
    width: calc(50% - 1px);
  }

  .toilet-product .__sizearea .__list .__item .__price {
    font-size: 16px;
  }

  .toilet-product .__chargearea {
    margin-top: 30px;
  }

  .toilet-product .__chargearea .__service {
    margin-bottom: 8px;
  }

  .toilet-product .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px;
  }

  .toilet-product .__form .__inputarea {
    margin-top: 32px;
  }

  .toilet-product .__form .__inputarea .__wrap {
    flex-direction: column;
  }

  .toilet-product .__form .__inputarea .__product {
    padding: 12px 0px;
    font-size: 18px;
  }

  .toilet-product .__form .__inputarea {
    flex-direction: column;
  }

  .toilet-product .__form .__inputarea--1616:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .toilet-product .__form .__inputarea--1216:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .toilet-product .__form .__price {
    margin-top: 0;
    padding: 0px 12px;
    font-size: 1.5em;
  }

  #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%;
  }

  .washstand-product .m-top-64 {
    margin-top: 0;
  }

  .washstand-product .m-bottom-sp-20 {
    margin-bottom: 20px !important;
  }

  .washstand-product .m-bottom-sp-0 {
    margin-bottom: 0 !important;
  }

  .washstand-product .m-top-sp-0 {
    margin-top: 0 !important;
  }

  .washstand-product .max-w-90p {
    max-width: 100% !important;
  }

  .washstand-product .max-w-65p {
    max-width: 100% !important;
  }

  .washstand-product .max-w-45p {
    display: block;
    margin: 0 auto;
  }

  .washstand-product .max-w-100p-sp {
    max-width: 100% !important;
  }

  .washstand-product .max-w-50p-sp {
    display: block;
    max-width: 50% !important;
    margin: auto;
  }

  .washstand-product .w-82p {
    width: calc(84% - 6px) !important;
  }

  .washstand-product .w-15p {
    width: calc(16% - 6px) !important;
  }

  .washstand-product .w-70p {
    width: 100% !important;
  }

  .washstand-product .w-60p {
    width: 100% !important;
  }

  .washstand-product .w-65p {
    width: 100% !important;
  }

  .washstand-product .w-55p {
    width: 100% !important;
  }

  .washstand-product .w-45p {
    width: 100% !important;
  }

  .washstand-product .w-40p {
    width: 100% !important;
  }

  .washstand-product .w-35p {
    width: 100% !important;
  }

  .washstand-product .w-30p {
    width: 100% !important;
  }

  .washstand-product .w-20p {
    margin: auto;
  }

  .washstand-product .h2-small {
    display: block;
  }

  .washstand-product .h2-sub {
    display: block;
    top: 0;
    padding: 0;
  }

  .washstand-product .sec02 .sec02_wrap {
    max-width: 480px;
    padding: 40px 0 0 0;
  }

  .washstand-product .__colortitle {
    font-size: 16px;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double {
    flex-direction: column;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double .__table03 {
    width: 100%;
    margin: 0 0 20px;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
    display: block;
    position: inherit;
    margin: 0;
  }

  .washstand-product .__img.pc-only {
    display: none;
  }

  .washstand-product .__img.sp-only {
    display: inline;
  }

  .washstand-product br.sp-only {
    display: inline;
  }

  .washstand-product .headarea .__subtitle {
    font-size: 16px;
  }

  .washstand-product .headarea .__imglabel {
    width: 200px;
    margin-top: 10px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo {
    height: 20px;
    margin-bottom: 12px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo.__type2 {
    height: 34px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo.__logo--60 {
    height: 27px;
  }

  .washstand-product .headarea .__imgarea .__size-m {
    margin: 20px auto 0;
  }

  .washstand-product .headarea .__imgarea .__marginTop0 {
    margin: 0px auto 0;
  }

  .washstand-product .__table01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .washstand-product .__table01 .__row {
    flex-direction: column;
  }

  .washstand-product .__table01 .__row .__th {
    width: 100%;
  }

  .washstand-product .__table01 .__row .__td {
    width: 100%;
    padding: 6px 8px;
    border-left: none;
  }

  .washstand-product .__table02wrap50 {
    flex-direction: column;
  }

  .washstand-product .__table02wrap50 .__table02 {
    width: 100%;
    padding: 8px;
  }

  .washstand-product .__table02 {
    margin-bottom: 20px;
    padding: 8px;
  }

  .washstand-product .__table02 .__title {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .washstand-product .__table02 .__subtitle {
    font-size: 18px;
  }

  .washstand-product .__table02 .__content {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content .__single {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .washstand-product .__table02 .__content .__double {
    width: 100%;
    margin-bottom: 24px;
  }

  .washstand-product .__table02 .__content .__double.__p05left {
    width: 100%;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__double.__p05right {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__p09left {
    width: 100%;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__double.__p09right {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
    width: 100%;
    margin-bottom: -18px;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 .__moviewrap {
    position: inherit;
  }

  .washstand-product .__table02 .__content .__bgorange {
    padding: 12px;
  }

  .washstand-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
    display: block;
    height: 24px;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__bgorange .__head .__head_p11 {
    display: block;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__bgorange .__split {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content .__bgorange .__split.__p07_sp_flex,
  .washstand-product .__table02 .__content .__bgorange .__split .__flex_sp {
    flex-direction: initial;
  }

  .washstand-product .__table02 .__content .__bgorange .__split.__p07_sp_flex .__double,
  .washstand-product .__table02 .__content .__bgorange .__split .__flex_sp .__double {
    width: calc(50% - 6px);
  }

  .washstand-product .__table02 .__content .__bgorange .__textarea {
    height: auto;
    margin-bottom: 12px;
  }

  .washstand-product .__table02 .__content--three {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content--three .__item {
    width: 100%;
  }

  .washstand-product .__table02.__table02_p18 .__double.left {
    width: 100%;
  }

  .washstand-product .__table02.__table02_p18 .__double.right {
    width: 100%;
  }

  .washstand-product .__navmenu {
    margin: 60px 0 0;
  }

  .washstand-product .__navmenu .__item {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .washstand-product .pc-only {
    display: none !important;
  }

  .washstand-product .sp-only-flex {
    display: flex !important;
  }

  .washstand-product .__table03 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .washstand-product .__table03 .__subtitle {
    font-size: 1.4em;
  }

  .washstand-product .__table03 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .washstand-product .__table03 .__subtitle .icon {
    height: 28px;
  }

  .washstand-product .__table03 .__subtitle.__sprit {
    flex-direction: column;
  }

  .washstand-product .__table03 .__subtitle.__sprit .__left {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .washstand-product .__table03 .__subtitle.__sprit .__right {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .washstand-product .__table03 .__text.__center {
    text-align: left;
  }

  .washstand-product .__table03 .__content.__type .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table03 .__content.__type .__rightcontent {
    width: 50%;
  }

  .washstand-product .__table03 .__content {
    flex-direction: column;
  }

  .washstand-product .__table03 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .washstand-product .__table03 .__content .__leftcontent.__marginBottom0 {
    margin-bottom: 0;
  }

  .washstand-product .__table03 .__content .__leftcontent--40 {
    width: 100%;
  }

  .washstand-product .__table03 .__content .__rightcontent {
    width: 100%;
  }

  .washstand-product .__table03 .__content .__rightcontent--60 {
    width: 100%;
  }

  .washstand-product .__table03 .__moviewrap.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content {
    align-items: center;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content .__leftcontent {
    margin-right: 0;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content .__rightcontent {
    margin-left: 0;
  }

  .washstand-product .__table03.__table03--p04k1-option .__img--price {
    width: 50%;
  }

  .washstand-product .__table03.__table03--p06kz1-osusume .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table03.__table03--p06kz1-osusume .__rightcontent {
    width: 80%;
  }

  .washstand-product .__table03.__table03--p07kz2-shunou .__column {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .washstand-product .__table05 {
    margin-top: 40px;
  }

  .washstand-product .__table05 .__titlearea {
    font-size: 18px;
  }

  .washstand-product .__table05 .__content {
    padding: 12px;
  }

  .washstand-product .__table05 .__content .__price {
    width: 100%;
  }

  .washstand-product .__table04 {
    padding: 12px;
  }

  .washstand-product .__table04 .__content {
    flex-direction: column;
    justify-content: center;
  }

  .washstand-product .__table04 .__content .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table04 .__content .__rightcontent {
    width: 40%;
  }

  .washstand-product .__table04 .__content .__borderbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .washstand-product .__table04 .__content .__borderbox.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table04 .__content .__double {
    width: 100%;
    margin-bottom: 20px;
  }

  .washstand-product .__table04 .__content .__column {
    width: 100%;
    margin-bottom: 0;
  }

  .washstand-product .__table04 .__content .__column.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__leftcontent {
    width: calc(51% - 10px);
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__centercontent {
    width: 100%;
    margin: 10px 0;
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__rightcontent {
    width: calc(80% - 10px);
    margin-left: calc(20% + 10px);
  }

  .washstand-product .__table04 .__info {
    width: 100%;
    margin-top: -4px;
    font-size: 0.9em;
  }

  .washstand-product .__table04.__table04_p17 .__column.__left {
    width: 100%;
  }

  .washstand-product .__table04.__table04_p17 .__column.__right {
    width: 100%;
  }

  .washstand-product .__specarea2 .__img {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .washstand-product .__title02 {
    margin-top: 40px;
  }

  .washstand-product .__moviearea01 {
    margin-bottom: 20px;
  }

  .washstand-product .__moviearea01 .__content {
    flex-direction: column;
  }

  .washstand-product .__moviearea01 .__leftcontent {
    width: 100%;
  }

  .washstand-product .__moviearea01 .__rightcontent {
    width: 100%;
  }

  .washstand-product .__moviearea01 .__single {
    width: 100%;
  }

  .washstand-product .info2_add {
    margin-top: -30px;
  }

  .washstand-product .__3dtext {
    padding: 2%;
  }

  .washstand-product .__sizearea .__example .__house,
  .washstand-product .__sizearea .__example .__apart {
    font-size: 18px;
  }

  .washstand-product .__chargearea {
    margin-top: 0px;
  }

  .washstand-product .__chargearea .__service {
    margin-bottom: 12px;
  }

  .washstand-product .__chargearea .__mitsumori {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 12px;
  }

  .washstand-product .__form .__inputarea {
    margin-top: 32px;
  }

  .washstand-product .__form .__inputarea .__wrap {
    flex-direction: column;
  }

  .washstand-product .__form .__inputarea .__product {
    padding: 12px 0px;
    font-size: 18px;
  }

  .washstand-product .__form .__inputarea {
    flex-direction: column;
  }

  .washstand-product .__form .__inputarea--1616:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .washstand-product .__form .__inputarea--1216:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .washstand-product .__form .__price {
    margin-top: 0;
    padding: 0px 12px;
    font-size: 1.5em;
  }

  #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;
  }

  .toilet-product .m-top-64 {
    margin-top: 0;
  }

  .toilet-product .m-bottom-sp-20 {
    margin-bottom: 20px !important;
  }

  .toilet-product .m-bottom-sp-0 {
    margin-bottom: 0 !important;
  }

  .toilet-product .m-top-sp-0 {
    margin-top: 0 !important;
  }

  .toilet-product .max-w-90p {
    max-width: 100% !important;
  }

  .toilet-product .max-w-65p {
    max-width: 100% !important;
  }

  .toilet-product .max-w-45p {
    display: block;
    margin: 0 auto;
  }

  .toilet-product .max-w-100p-sp {
    max-width: 100% !important;
  }

  .toilet-product .max-w-50p-sp {
    display: block;
    max-width: 50% !important;
    margin: auto;
  }

  .toilet-product .w-82p {
    width: calc(84% - 6px) !important;
  }

  .toilet-product .w-15p {
    width: calc(16% - 6px) !important;
  }

  .toilet-product .w-70p {
    width: 100% !important;
  }

  .toilet-product .w-60p {
    width: 100% !important;
  }

  .toilet-product .w-65p {
    width: 100% !important;
  }

  .toilet-product .w-55p {
    width: 100% !important;
  }

  .toilet-product .w-45p {
    width: 100% !important;
  }

  .toilet-product .w-40p {
    width: 100% !important;
  }

  .toilet-product .w-35p {
    width: 100% !important;
  }

  .toilet-product .w-30p {
    width: 100% !important;
  }

  .toilet-product .w-20p {
    margin: auto;
  }

  .toilet-product .h2-small {
    display: block;
  }

  .toilet-product .h2-sub {
    display: block;
    top: 0;
    padding: 0;
  }

  .toilet-product .sec02 .sec02_wrap {
    max-width: 480px;
    padding: 40px 0 0 0;
  }

  .toilet-product .__img.pc-only {
    display: none;
  }

  .toilet-product .__img.sp-only {
    display: inline;
  }

  .toilet-product br.sp-only {
    display: inline;
  }

  .toilet-product .headarea .__subtitle {
    font-size: 16px;
  }

  .toilet-product .headarea .__imglabel {
    width: 200px;
    margin-top: 10px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo {
    height: 20px;
    margin-bottom: 12px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo.__type2 {
    height: 34px;
  }

  .toilet-product .headarea .__logoarea .__title .__logo.__logo--60 {
    height: 27px;
  }

  .toilet-product .headarea .__imgarea .__size-m {
    margin: 20px auto 0;
  }

  .toilet-product .headarea .__imgarea .__marginTop0 {
    margin: 0px auto 0;
  }

  .toilet-product .__table01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .toilet-product .__table01 .__row {
    flex-direction: column;
  }

  .toilet-product .__table01 .__row .__th {
    width: 100%;
  }

  .toilet-product .__table01 .__row .__td {
    width: 100%;
    padding: 6px 8px;
    border-left: none;
  }

  .toilet-product .__table02wrap50 {
    flex-direction: column;
  }

  .toilet-product .__table02wrap50 .__table02 {
    width: 100%;
    padding: 8px;
  }

  .toilet-product .__table02 {
    margin-bottom: 20px;
    padding: 8px;
  }

  .toilet-product .__table02 .__title {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .toilet-product .__table02 .__subtitle {
    font-size: 18px;
  }

  .toilet-product .__table02 .__content {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content .__single {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__double {
    width: 100%;
    margin-bottom: 24px;
  }

  .toilet-product .__table02 .__content .__double.__p05left {
    width: 100%;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__double.__p05right {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__p09left {
    width: 100%;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__double.__p09right {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 {
    width: 100%;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
    width: 100%;
    margin-bottom: -18px;
  }

  .toilet-product .__table02 .__content .__double.__double--p17 .__moviewrap {
    position: inherit;
  }

  .toilet-product .__table02 .__content .__bgorange {
    padding: 12px;
  }

  .toilet-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
    display: block;
    height: 24px;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__bgorange .__head .__head_p11 {
    display: block;
    margin: 0;
  }

  .toilet-product .__table02 .__content .__bgorange .__split {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content .__bgorange .__split.__p07_sp_flex,
  .toilet-product .__table02 .__content .__bgorange .__split .__flex_sp {
    flex-direction: initial;
  }

  .toilet-product .__table02 .__content .__bgorange .__split.__p07_sp_flex .__double,
  .toilet-product .__table02 .__content .__bgorange .__split .__flex_sp .__double {
    width: calc(50% - 6px);
  }

  .toilet-product .__table02 .__content .__bgorange .__textarea {
    height: auto;
    margin-bottom: 12px;
  }

  .toilet-product .__table02 .__content--three {
    flex-direction: column;
  }

  .toilet-product .__table02 .__content--three .__item {
    width: 100%;
  }

  .toilet-product .__table02.__table02_p18 .__double.left {
    width: 100%;
  }

  .toilet-product .__table02.__table02_p18 .__double.right {
    width: 100%;
  }

  .toilet-product .__navmenu {
    margin: 60px 0 0;
  }

  .toilet-product .__navmenu .__item {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .toilet-product .pc-only {
    display: none !important;
  }

  .toilet-product .sp-only-flex {
    display: flex !important;
  }

  .toilet-product .__table03 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .toilet-product .__table03 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table03 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table03 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table03 .__subtitle.__sprit {
    flex-direction: column;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__left {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__subtitle.__sprit .__right {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .toilet-product .__table03 .__content {
    flex-direction: column;
  }

  .toilet-product .__table03 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .toilet-product .__table03 .__content .__leftcontent.__marginBottom0 {
    margin-bottom: 0;
  }

  .toilet-product .__table03 .__content .__leftcontent--40 {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__rightcontent--60 {
    width: 100%;
  }

  .toilet-product .__table03 .__content .__single {
    width: 100%;
  }

  .toilet-product .__table03 .__moviewrap.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table03.__table03--p02pita .__content .__leftcontent {
    width: 100%;
    margin-bottom: 10px;
  }

  .toilet-product .__table03.__table03--p02pita .__content .__rightcontent {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .toilet-product .__table05 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table05 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table05 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table05 .__titlearea {
    font-size: 18px;
  }

  .toilet-product .__table05 .__content {
    flex-direction: column;
    padding: 12px;
  }

  .toilet-product .__table05 .__content .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table05 .__content .__rightcontent {
    width: 100%;
    margin-top: 20px;
  }

  .toilet-product .__table04 {
    padding: 12px;
  }

  .toilet-product .__table04 .__content {
    flex-direction: column;
    justify-content: center;
  }

  .toilet-product .__table04 .__content .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table04 .__content .__rightcontent {
    width: 40%;
  }

  .toilet-product .__table04 .__content .__borderbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__borderbox.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table04 .__content .__double {
    width: 100%;
    margin-bottom: 20px;
  }

  .toilet-product .__table04 .__content .__column {
    width: 100%;
    margin-bottom: 0;
  }

  .toilet-product .__table04 .__content .__column.m-top-20 {
    margin-top: 0 !important;
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__leftcontent {
    width: calc(51% - 10px);
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__centercontent {
    width: 100%;
    margin: 10px 0;
  }

  .toilet-product .__table04 .__content .__column.__column_p08 .__rightcontent {
    width: calc(80% - 10px);
    margin-left: calc(20% + 10px);
  }

  .toilet-product .__table04 .__info {
    width: 100%;
    margin-top: -4px;
    font-size: 0.9em;
  }

  .toilet-product .__table04.__table04_p17 .__column.__left {
    width: 100%;
  }

  .toilet-product .__table04.__table04_p17 .__column.__right {
    width: 100%;
  }

  .toilet-product .__table06 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .toilet-product .__table06 .__subtitle {
    font-size: 1.4em;
  }

  .toilet-product .__table06 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .toilet-product .__table06 .__subtitle .icon {
    height: 28px;
  }

  .toilet-product .__table06 .__content.__type .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table06 .__content.__type .__rightcontent {
    width: 50%;
  }

  .toilet-product .__table06 .__content {
    flex-direction: column;
  }

  .toilet-product .__table06 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .toilet-product .__table06 .__content .__rightcontent {
    width: 100%;
  }

  .toilet-product .__table06 .__content .__rightcontent.__bottom>.__img {
    position: static;
  }

  .toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__leftcontent {
    width: 100%;
  }

  .toilet-product .__table06.__table06--p06-kinoubetsu .__content.__type .__rightcontent {
    width: 50%;
  }

  .toilet-product .__specarea2 .__img {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .toilet-product .__title02 {
    margin-top: 40px;
  }

  .toilet-product .__moviearea01 {
    margin-bottom: 20px;
  }

  .toilet-product .__moviearea01 .__content {
    flex-direction: column;
  }

  .toilet-product .__moviearea01 .__leftcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__rightcontent {
    width: 100%;
  }

  .toilet-product .__moviearea01 .__single {
    width: 100%;
  }

  .toilet-product .info2_add {
    margin-top: -30px;
  }

  .toilet-product .__sizearea .__example .__house,
  .toilet-product .__sizearea .__example .__apart {
    font-size: 18px;
  }

  .toilet-product .__sizearea .__list .__item {
    width: 100%;
  }

  .toilet-product .__sizearea .__list .__item .__pricearea .__left,
  .toilet-product .__sizearea .__list .__item .__pricearea .__right {
    width: calc(50% - 1px);
  }

  .toilet-product .__sizearea .__list .__item .__price {
    font-size: 16px;
  }

  .toilet-product .__chargearea {
    margin-top: 30px;
  }

  .toilet-product .__chargearea .__service {
    margin-bottom: 8px;
  }

  .toilet-product .__chargearea .__mitsumori {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 12px;
  }

  .toilet-product .__form .__inputarea {
    margin-top: 32px;
  }

  .toilet-product .__form .__inputarea .__wrap {
    flex-direction: column;
  }

  .toilet-product .__form .__inputarea .__product {
    padding: 12px 0px;
    font-size: 18px;
  }

  .toilet-product .__form .__inputarea {
    flex-direction: column;
  }

  .toilet-product .__form .__inputarea--1616:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .toilet-product .__form .__inputarea--1216:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .toilet-product .__form .__price {
    margin-top: 0;
    padding: 0px 12px;
    font-size: 1.5em;
  }

  .washstand-product .m-top-64 {
    margin-top: 0;
  }

  .washstand-product .m-bottom-sp-20 {
    margin-bottom: 20px !important;
  }

  .washstand-product .m-bottom-sp-0 {
    margin-bottom: 0 !important;
  }

  .washstand-product .m-top-sp-0 {
    margin-top: 0 !important;
  }

  .washstand-product .max-w-90p {
    max-width: 100% !important;
  }

  .washstand-product .max-w-65p {
    max-width: 100% !important;
  }

  .washstand-product .max-w-45p {
    display: block;
    margin: 0 auto;
  }

  .washstand-product .max-w-100p-sp {
    max-width: 100% !important;
  }

  .washstand-product .max-w-50p-sp {
    display: block;
    max-width: 50% !important;
    margin: auto;
  }

  .washstand-product .w-82p {
    width: calc(84% - 6px) !important;
  }

  .washstand-product .w-15p {
    width: calc(16% - 6px) !important;
  }

  .washstand-product .w-70p {
    width: 100% !important;
  }

  .washstand-product .w-60p {
    width: 100% !important;
  }

  .washstand-product .w-65p {
    width: 100% !important;
  }

  .washstand-product .w-55p {
    width: 100% !important;
  }

  .washstand-product .w-45p {
    width: 100% !important;
  }

  .washstand-product .w-40p {
    width: 100% !important;
  }

  .washstand-product .w-35p {
    width: 100% !important;
  }

  .washstand-product .w-30p {
    width: 100% !important;
  }

  .washstand-product .w-20p {
    margin: auto;
  }

  .washstand-product .h2-small {
    display: block;
  }

  .washstand-product .h2-sub {
    display: block;
    top: 0;
    padding: 0;
  }

  .washstand-product .sec02 .sec02_wrap {
    max-width: 480px;
    padding: 40px 0 0 0;
  }

  .washstand-product .__colortitle {
    font-size: 16px;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double {
    flex-direction: column;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double .__table03 {
    width: 100%;
    margin: 0 0 20px;
  }

  .washstand-product .__sec06 .__p07_p08_p10_double .__table03 .__subtitle span {
    display: block;
    position: inherit;
    margin: 0;
  }

  .washstand-product .__img.pc-only {
    display: none;
  }

  .washstand-product .__img.sp-only {
    display: inline;
  }

  .washstand-product br.sp-only {
    display: inline;
  }

  .washstand-product .headarea .__subtitle {
    font-size: 16px;
  }

  .washstand-product .headarea .__imglabel {
    width: 200px;
    margin-top: 10px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo {
    height: 20px;
    margin-bottom: 12px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo.__type2 {
    height: 34px;
  }

  .washstand-product .headarea .__logoarea .__title .__logo.__logo--60 {
    height: 27px;
  }

  .washstand-product .headarea .__imgarea .__size-m {
    margin: 20px auto 0;
  }

  .washstand-product .headarea .__imgarea .__marginTop0 {
    margin: 0px auto 0;
  }

  .washstand-product .__table01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .washstand-product .__table01 .__row {
    flex-direction: column;
  }

  .washstand-product .__table01 .__row .__th {
    width: 100%;
  }

  .washstand-product .__table01 .__row .__td {
    width: 100%;
    padding: 6px 8px;
    border-left: none;
  }

  .washstand-product .__table02wrap50 {
    flex-direction: column;
  }

  .washstand-product .__table02wrap50 .__table02 {
    width: 100%;
    padding: 8px;
  }

  .washstand-product .__table02 {
    margin-bottom: 20px;
    padding: 8px;
  }

  .washstand-product .__table02 .__title {
    margin-bottom: 12px;
    font-size: 1.4em;
  }

  .washstand-product .__table02 .__subtitle {
    font-size: 18px;
  }

  .washstand-product .__table02 .__content {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content .__single {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .washstand-product .__table02 .__content .__double {
    width: 100%;
    margin-bottom: 24px;
  }

  .washstand-product .__table02 .__content .__double.__p05left {
    width: 100%;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__double.__p05right {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__p09left {
    width: 100%;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__double.__p09right {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 {
    width: 100%;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 .__img.__img--p17 {
    width: 100%;
    margin-bottom: -18px;
  }

  .washstand-product .__table02 .__content .__double.__double--p17 .__moviewrap {
    position: inherit;
  }

  .washstand-product .__table02 .__content .__bgorange {
    padding: 12px;
  }

  .washstand-product .__table02 .__content .__bgorange .__head.__head_p07 .icon {
    display: block;
    height: 24px;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__bgorange .__head .__head_p11 {
    display: block;
    margin: 0;
  }

  .washstand-product .__table02 .__content .__bgorange .__split {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content .__bgorange .__split.__p07_sp_flex,
  .washstand-product .__table02 .__content .__bgorange .__split .__flex_sp {
    flex-direction: initial;
  }

  .washstand-product .__table02 .__content .__bgorange .__split.__p07_sp_flex .__double,
  .washstand-product .__table02 .__content .__bgorange .__split .__flex_sp .__double {
    width: calc(50% - 6px);
  }

  .washstand-product .__table02 .__content .__bgorange .__textarea {
    height: auto;
    margin-bottom: 12px;
  }

  .washstand-product .__table02 .__content--three {
    flex-direction: column;
  }

  .washstand-product .__table02 .__content--three .__item {
    width: 100%;
  }

  .washstand-product .__table02.__table02_p18 .__double.left {
    width: 100%;
  }

  .washstand-product .__table02.__table02_p18 .__double.right {
    width: 100%;
  }

  .washstand-product .__navmenu {
    margin: 60px 0 0;
  }

  .washstand-product .__navmenu .__item {
    width: 49%;
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .washstand-product .pc-only {
    display: none !important;
  }

  .washstand-product .sp-only-flex {
    display: flex !important;
  }

  .washstand-product .__table03 {
    margin-bottom: 20px;
    padding: 12px 12px;
  }

  .washstand-product .__table03 .__subtitle {
    font-size: 1.4em;
  }

  .washstand-product .__table03 .__subtitle._p12 .__icon {
    width: 40px;
  }

  .washstand-product .__table03 .__subtitle .icon {
    height: 28px;
  }

  .washstand-product .__table03 .__subtitle.__sprit {
    flex-direction: column;
  }

  .washstand-product .__table03 .__subtitle.__sprit .__left {
    width: 100%;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .washstand-product .__table03 .__subtitle.__sprit .__right {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .washstand-product .__table03 .__text.__center {
    text-align: left;
  }

  .washstand-product .__table03 .__content.__type .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table03 .__content.__type .__rightcontent {
    width: 50%;
  }

  .washstand-product .__table03 .__content {
    flex-direction: column;
  }

  .washstand-product .__table03 .__content .__leftcontent {
    width: 100%;
    margin-bottom: 28px;
  }

  .washstand-product .__table03 .__content .__leftcontent.__marginBottom0 {
    margin-bottom: 0;
  }

  .washstand-product .__table03 .__content .__leftcontent--40 {
    width: 100%;
  }

  .washstand-product .__table03 .__content .__rightcontent {
    width: 100%;
  }

  .washstand-product .__table03 .__content .__rightcontent--60 {
    width: 100%;
  }

  .washstand-product .__table03 .__moviewrap.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content {
    align-items: center;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content .__leftcontent {
    margin-right: 0;
  }

  .washstand-product .__table03.__table03--p02bgm-osusume .__content .__rightcontent {
    margin-left: 0;
  }

  .washstand-product .__table03.__table03--p04k1-option .__img--price {
    width: 50%;
  }

  .washstand-product .__table03.__table03--p06kz1-osusume .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table03.__table03--p06kz1-osusume .__rightcontent {
    width: 80%;
  }

  .washstand-product .__table03.__table03--p07kz2-shunou .__column {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .washstand-product .__table05 {
    margin-top: 40px;
  }

  .washstand-product .__table05 .__titlearea {
    font-size: 18px;
  }

  .washstand-product .__table05 .__content {
    padding: 12px;
  }

  .washstand-product .__table05 .__content .__price {
    width: 100%;
  }

  .washstand-product .__table04 {
    padding: 12px;
  }

  .washstand-product .__table04 .__content {
    flex-direction: column;
    justify-content: center;
  }

  .washstand-product .__table04 .__content .__leftcontent {
    width: 100%;
  }

  .washstand-product .__table04 .__content .__rightcontent {
    width: 40%;
  }

  .washstand-product .__table04 .__content .__borderbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .washstand-product .__table04 .__content .__borderbox.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table04 .__content .__double {
    width: 100%;
    margin-bottom: 20px;
  }

  .washstand-product .__table04 .__content .__column {
    width: 100%;
    margin-bottom: 0;
  }

  .washstand-product .__table04 .__content .__column.m-top-20 {
    margin-top: 0 !important;
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__leftcontent {
    width: calc(51% - 10px);
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__centercontent {
    width: 100%;
    margin: 10px 0;
  }

  .washstand-product .__table04 .__content .__column.__column_p08 .__rightcontent {
    width: calc(80% - 10px);
    margin-left: calc(20% + 10px);
  }

  .washstand-product .__table04 .__info {
    width: 100%;
    margin-top: -4px;
    font-size: 0.9em;
  }

  .washstand-product .__table04.__table04_p17 .__column.__left {
    width: 100%;
  }

  .washstand-product .__table04.__table04_p17 .__column.__right {
    width: 100%;
  }

  .washstand-product .__specarea2 .__img {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 12px;
  }

  .washstand-product .__title02 {
    margin-top: 40px;
  }

  .washstand-product .__moviearea01 {
    margin-bottom: 20px;
  }

  .washstand-product .__moviearea01 .__content {
    flex-direction: column;
  }

  .washstand-product .__moviearea01 .__leftcontent {
    width: 100%;
  }

  .washstand-product .__moviearea01 .__rightcontent {
    width: 100%;
  }

  .washstand-product .__moviearea01 .__single {
    width: 100%;
  }

  .washstand-product .info2_add {
    margin-top: -30px;
  }

  .washstand-product .__3dtext {
    padding: 2%;
  }

  .washstand-product .__sizearea .__example .__house,
  .washstand-product .__sizearea .__example .__apart {
    font-size: 18px;
  }

  .washstand-product .__chargearea {
    margin-top: 0px;
  }

  .washstand-product .__chargearea .__service {
    margin-bottom: 12px;
  }

  .washstand-product .__chargearea .__mitsumori {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 12px;
  }

  .washstand-product .__form .__inputarea {
    margin-top: 32px;
  }

  .washstand-product .__form .__inputarea .__wrap {
    flex-direction: column;
  }

  .washstand-product .__form .__inputarea .__product {
    padding: 12px 0px;
    font-size: 18px;
  }

  .washstand-product .__form .__inputarea {
    flex-direction: column;
  }

  .washstand-product .__form .__inputarea--1616:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .washstand-product .__form .__inputarea--1216:after {
    top: -22px;
    width: 280px;
    height: 20px;
  }

  .washstand-product .__form .__price {
    margin-top: 0;
    padding: 0px 12px;
    font-size: 1.5em;
  }
}

@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;
  }

  #toiletlineup .mv .mv_img .img {
    bottom: 0;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet03 {
    max-width: 170px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet06 {
    max-width: 180px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet07 {
    max-width: 180px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet08 {
    max-width: 170px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_tit .item_list .item_logo .toilet11 {
    max-width: 150px;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .item_fee {
    justify-content: flex-end;
  }

  #toiletlineup .sec02 .sec02_itemwrap .sec02_item .item_description .item_text .fee_name {
    flex-basis: 100%;
  }

  #toiletlineup .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%;
  }

  #toiletlineup .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) {
  #toiletlineup .mv .mv_img .img {
    bottom: -0;
  }

  #toiletlineup .mv .mv_img .img {
    bottom: -20%;
  }
}