@charset "utf-8";
/* GG/GG-800の特長 */
/* 「トルネード洗浄」でしっかり洗います */
.un_wcTotoGg_featuresWashPanel_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.un_wcTotoGg_featuresWashPanel .un_wcTotoGg_featuresWashPanel_img + .un_wcTotoGg_featuresWashPanel_txt {
  padding-top: 10px;
}
.un_wcTotoGg_featuresWashPanel + .un_wcTotoGg_featuresWashPanel {
  margin-left: 10px;
}
.un_wcTotoGg_featuresWashPanel:nth-child(2) {
  margin-left: 20px;
}
/* GG/GG-800のグレード別機能・共通機能 */
/* GG/GG-800のグレード別機能 */
.el_hdg2 + .un_wcTotoGg_functionGradeTable_wrapper {
  margin-top: 20px;
}
.un_wcTotoGg_functionGradeTable_edg,
.un_wcTotoGg_commonFunctionTable_edg {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.un_wcTotoGg_functionGradeTable_edg + .un_wcTotoGg_functionGradeTable {
  margin-top: 10px;
}
.un_wcTotoGg_functionGradeTable {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.un_wcTotoGg_functionGradeTable th {
  background: #f4f4f4;
}
.un_wcTotoGg_functionGradeTable th,
.un_wcTotoGg_functionGradeTable td {
  border: solid 1px #545454;
  padding: 8px;
}
.un_wcTotoGg_functionGradeTable .un_wcTotoGg_functionGradeTable_item {
  text-align: left;
}
/* GG/GG-800の共通機能 */
.un_wcTotoGg_functionGradeTable_wrapper + .un_wcTotoGg_commonFunctionTable_wrapper  {
  margin-top: 20px;
}
.un_wcTotoGg_commonFunctionTable {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
}
.un_wcTotoGg_commonFunctionTable th {
  background: #f4f4f4;
  padding: 8px;
}
.un_wcTotoGg_commonFunctionTable th,
.un_wcTotoGg_commonFunctionTable td {
  border: solid 1px #545454;
}
.un_wcTotoGg_commonFunctionTable td {
  padding: 15px 15px 10px 15px !important;
}
.un_wcTotoGg_commonFunctionTable .un_wcTotoGg_commonFunctionTable_common {
  display: flex;
  justify-content:start
}
.un_wcTotoGg_commonFunctionTable .un_wcTotoGg_commonFunctionTable_common + .un_wcTotoGg_commonFunctionTable_common {
  margin-top: 5px;
}
.un_wcTotoGg_commonFunctionTable .un_wcTotoGg_commonFunctionTable_common span {
  padding: 8px;
  font-weight: bold;
  border: 1px solid #bbb;
}
.un_wcTotoGg_commonFunctionTable .un_wcTotoGg_commonFunctionTable_common span + span {
  margin-left: 5px;
}
.el_hdg2 + .un_wcSharedTotoColor_list {
  margin-top: 20px;
}
.un_wcSharedTotoColor_list + .el_hdg2 {
  margin-top: 40px;
}
.un_wcSharedTotoColor_list {
  text-align: center;
  display:flex;
  justify-content: space-between;
}
/* GG/GG-800のカラーラインナップ */
.un_wcSharedTotoColor_list .un_wcSharedTotoColor_list_inner .un_wcSharedTotoColor_list_inner_wrap {
  text-align: left;
  padding-left: 18%;
  margin-top:5px ;
  font-size: 12px;
}
.un_wcSharedTotoColor_list_inner {
  width: calc((100% - 10px)/4);
}
.un_wcSharedTotoColor {
  text-align: left;
  margin-left: 50px;
}
.un_wcSharedTotoColor_list .un_wcSharedTotoColor_list_inner .un_wcSharedTotoColor_list_inner_detail.un_wcSharedTotoColor_list_inner_detail_red {
  color: var(--emphasisRed);
  font-weight: bold;
}
/* GG/GG-800 工事費込みおすすめセット */
.el_hdg2 + .un_wcTotoGg_recommendationPanel {
  margin-top: 20px;
}
.un_wcTotoGg_recommendationPanel {
  display: flex;
  justify-content: space-between;
  border: solid 1px #319b03;
  padding: 20px;
  position: relative;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_label {
  position: absolute;
  display: block;
  margin-bottom: 20px;
  padding: 7px 5px;
  min-width: 120px;
  max-width: 100%;
  color: var(--emphasisRed);
  font-size: 15px;
  background: #FFF;
  border: solid 3px var(--emphasisRed);
  box-sizing: border-box;
  font-weight: bold;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_label::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_label::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #d70101;
  z-index: 1;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_label + .un_wcTotoGg_recommendationPanel_img {
  margin-top: 8%;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation_ttl {
  color: var(--dekiruGreen);
  font-weight: bold;
  font-size: 18px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation_ttl + .un_wcTotoGg_recommendationPanel_explanation_txt {
  margin-top: 20px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation .un_wcTotoGg_recommendationPanel_explanation_txt + .un_wcTotoGg_recommendationPanel_explanation_price {
  margin-top: 20px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_img + .un_wcTotoGg_recommendationPanel_explanation {
  margin-left: 30px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation .un_wcTotoGg_recommendationPanel_explanation_price_txt {
  font-weight: bold;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation .un_wcTotoGg_recommendationPanel_explanation_price .un_wcTotoGg_recommendationPanel_explanation_price_num {
  font-size: 36px;
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_explanation .un_wcTotoGg_recommendationPanel_explanation_price .un_wcTotoGg_recommendationPanel_explanation_price_num span {
  font-size: 14px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_transition {
  position: absolute;
  right: 20px;
  bottom: 22px;
}
.un_wcTotoGg_recommendationPanel .un_wcTotoGg_recommendationPanel_transition a {
  width: 170px;
}
/* GG3-800(手洗あり) タイプの価格 */
.el_hdg3 + .un_wcTotoGg_ggTypePanel {
  margin-top: 20px;
}
.un_wcTotoGg_ggTypePanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.un_wcTotoGg_ggTypePanel .un_wcTotoGg_ggTypePanel_txt {
  margin-left: 30px;
}
.un_wcTotoGg_ggTypePanel + .un_wcTotoGg_gradePriceTable_wrapper {
  margin-top: 20px;
}
.un_wcTotoGg_gradePriceTable {
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.un_wcTotoGg_gradePriceTable th {
  background: #efefef;
}
.un_wcTotoGg_gradePriceTable th:nth-child(2) {
  width: 45%;
}
.un_wcTotoGg_gradePriceTable th:nth-child(3) {
  width: 28%;
}
.un_wcTotoGg_gradePriceTable th,
.un_wcTotoGg_gradePriceTable td {
  border: 1px solid #ccc;
  padding: 8px;
}
.un_wcTotoGg_gradePriceTable th span {
  font-weight: normal;
  font-size: 12px;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_drainageWick_typeEdg {
  font-weight: bold;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_drainageWick_typeEdg + .un_wcTotoGg_gradePriceTable_drainageWick_img {
  margin-top: 5px;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_drainageWick .un_wcTotoGg_gradePriceTable_drainageWick_img + p {
  margin-top: 10px;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice {
  text-align: left;
  position: relative;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice p + .un_wcTotoGg_gradePriceTable_pnPrice_price {
  margin-top: 30px;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 46%;
  border: 7px solid transparent;
  border-top: 9px solid #b5b5b5;;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice_price {
  color: var(--emphasisRed);
  font-weight: bold;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice_price .un_wcTotoGg_gradePriceTable_pnPrice_price_discountRate,
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_pnPrice_price .un_wcTotoGg_gradePriceTable_pnPrice_price_num {
  font-size: 24px;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_detail a {
  width: 100%;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_estimate a {
  -webkit-appearance: none;
  background: #ff7815;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}
.un_wcTotoGg_gradePriceTable .un_wcTotoGg_gradePriceTable_detail + .un_wcTotoGg_gradePriceTable_estimate {
  margin-top: 8px;
}
.un_wcTotoGg_gradePriceTable_wrapper + .el_hdg3 {
  margin-top: 30px;
}
.un_wcTotoGg_gradePriceTable_wrapper + .el_hdg2 {
  margin-top: 40px;
}
.bl_tabLinkUnit + .un_wcTotoGg_transition {
  margin-top: 20px;
}