@charset "UTF-8";

/* normalize, 変数(for Sass) */

/* mixin(for Sass) */

/* ベースの要素スタイル */

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

section {
  position: relative;
  margin-bottom: 30px;
}

.block {
  display: block !important;
}

.contents-tlt {
  text-align: center;
  margin: 0px !important;
  padding: 40px 20px 40px 20px !important;
}

.contents-tlt img {
  margin: 0px;
}

.contents-tlt:after {
  display: none;
}

.toggle_open_btn {
  padding: 0px !important;
  cursor: pointer;
}

.toggle_open_btn img {
  margin: 0px;
  transition: 0.5s;
}

.toggle_open img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open_toggle_border {
  border-bottom: solid 1px #d4d4d4;
}

#container h2,
#container h3,
#container h4,
#container h5 {
  font-weight: bold;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#container h2:after,
#container h3:after,
#container h4:after,
#container h5:after {
  display: none;
}

.tlt_serif {
  position: relative;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
}

.tlt_serif:after {
  display: none;
}

.tlt_01 {
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
  z-index: 0;
  letter-spacing: -3px;
}

.tlt_01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 7px !important;
  background: #ddd !important;
  z-index: 10;
}

.tlt_02 {
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 30px 0px !important;
  font-size: 30px !important;
  line-height: 49px !important;
}

.tlt_border {
  display: inline-block;
  font-size: 27px !important;
  border-bottom: solid 1px #888;
  padding-bottom: 7px !important;
  line-height: 40px !important;
  margin-bottom: 10px !important;
}

.tlt_border_h2 {
  font-size: 30px !important;
  width: 100%;
  max-width: 700px;
}

.tlt_03 {
  font-size: 20px !important;
  line-height: 28px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.tlt_04 {
  font-size: 22px !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.sec-h2_01 {
  text-align: center;
  font-size: 30px !important;
  width: 90%;
  max-width: 700px;
  margin: auto !important;
  border-bottom: solid 1px #000;
}

.l_border {
  border-left: solid 2px #9e9e9f;
  padding-left: 10px;
}

.bg_gray {
  background-color: #f3f2f1;
}

.bg_green {
  background-color: #c3d83f;
}

.bg_black {
  background-color: #000;
}

.bg_black-02 {
  background-color: #231815;
}

.bg_white {
  background-color: #fff;
}

.bg_white .tlt_border {
  border-bottom: solid 1px #000;
}

.contents_wrapper {
  position: relative;
  z-index: 10;
  max-width: 1380px;
  margin: auto;
}

.main_contents {
  position: relative;
}

.col2h-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h-contents_box_up {
  float: right;
  width: 55%;
}

.col2h-contents_box_low {
  float: left;
  width: 45%;
}

.col2h_2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2h_2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2h_2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2h_2-contents_box_up {
  float: right;
  width: 65%;
}

.col2h_2-contents_box_low {
  float: left;
  width: 35%;
}

.col2-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2-contents_box_up {
  float: left;
  width: 50%;
  padding: 20px;
}

.col2-contents_box_low {
  float: right;
  width: 50%;
  padding: 20px;
}

.col2_1contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col2_1contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2_1contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2_1contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2_1contents_box_low {
  float: right;
  width: 30%;
  padding: 20px;
}

.col2ov-contents {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col2ov-contents_box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col2ov-contents_box_up {
  float: left;
  width: 70%;
  padding: 20px;
}

.col2ov-contents_box_low {
  float: right;
  width: 30%;
}

.col-reverse .col2-contents_box_up {
  float: right;
  width: 50%;
}

.col-reverse .col2-contents_box_low {
  float: left;
  width: 50%;
}

.col-reverse .col2ov-contents_box_up {
  float: right;
  width: 70%;
}

.col-reverse .col2ov-contents_box_low {
  float: left;
  width: 30%;
  padding: 20px;
}

.col-reverse .col2h-contents_box_up {
  float: left;
  width: 55%;
}

.col-reverse .col2h-contents_box_low {
  float: right;
  width: 45%;
}

.col-reverse .col2h_2-contents_box_up {
  float: left;
  width: 35%;
}

.col-reverse .col2h_2-contents_box_low {
  float: right;
  width: 65%;
}

.col4-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col4-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col4-contents_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 23%;
  margin: 1%;
  float: left;
  margin: 21px 1%;
}

.col4-contents_box img {
  margin: 0px;
  width: 100%;
}

.col5-sec {
	height: 860px;
	background: #0b0506;
}
.col5-sec .col2-contents_box {
	overflow: hidden;
	position: relative;
	height: 100%;
	align-items: flex-start;
}
.col5-sec .col2-contents_box_up {
	width: 53%;
}
.col5-sec .col2-contents_box_up h3 {
	font-size: 33px!important;
}
.col5-sec .col2-contents_box_low {
	width: 47%;
}
.col5-sec .col2-contents_box .text-conts {
	width: 100%;
	padding-top: 60px;
}
.col5-sec .col2-contents_box img {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
}
.col5-sec .col2-contents_box .centered {
	text-align: center;
}
.col5-sec .col2-contents_box .tlt_03 {
	color: #4c8dcb;
}
.col5-tips1 {
	border-left: 1px solid #4c8dcb;
    padding: 0 20px!important;
    border-right: 1px solid #4c8dcb;
    display: inline-block;
    text-align: center;
    font-weight: bold!important;
    font-size: 20px;
}
.col5-tips1 span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 4px;
}
.col5-tips2 {
	border-left: 2px solid #4c8dcb;
    padding: 0 20px!important;
    display: inline-block;
    text-align: left;
    font-weight: bold!important;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    bottom: 60px;
    right: 60px;
}
.col5-tips3 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
.col5-tips3 p {
	border-left: 1px solid #4c8dcb;
	padding: 0 20px;
}
.col5-tips3 p:last-child {
	border-right: 1px solid #4c8dcb;
}
.col5_3-sec {
	color: #000;
	background: #f8f7f6;
}
.col5_3-sec .col2-contents_box_up {
	width: 58%;
}
.col5_3-sec .col2-contents_box_up .text-conts {
	padding-left: 70px;
}
.col5_3-sec .col2-contents_box_low {
	width: 42%;
}

.col-3-contents {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.col-3-contents:after {
  content: "";
  clear: both;
  display: block;
}

.col-3-contents_child {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 31%;
  margin: 0 1.16% 1.16%;
  float: left;
}

.col-3-contents_child img {
  margin: 0px;
  width: 100%;
}

.col1-contents {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.text-conts {
  padding: 20px;
  opacity: 0;
}

.text-conts h2 {
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
}

.text-conts h3 {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 25px;
  padding-top: 0px;
  margin: 0px 0px 15px 0px;
  line-height: 40px;
}

.text-conts_box {
  position: relative;
  opacity: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

.text-conts_box p {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: -1px;
}

.text-conts_img img {
  width: 100%;
}

.qa_column .qa-col p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 15px;
}

.fig-icon_list {
  opacity: 0;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.fig-icon_list:after {
  content: "";
  clear: both;
  display: block;
}

.fig-icon_list li {
  display: inline-block;
  margin: 10px;
}

.fig-icon_list li:before {
  display: none;
}

/* ページごとのスタイル */

/*.index{
    background-image: url(../images/index/dr-top.jpg);
  background-repeat: no-repeat;
    background-position: center top;
    .wrapper{
      opacity: 0.7;
    }
}
/* ====================
mainvisual
=======================*/

.entry img {
  margin: 0px;
}

.content-wrap.singular {
  width: 100%;
  padding-top: 85px !important;
}

.postid-4040 {
  background-color: #8c7d7d;
}

.postid-4040 .ct-hd {
  display: none;
}

.postid-4040 header.one-col {
  display: none;
}


.top-fv {
  position: relative;
  z-index: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0!important;
}

.fv_sp {
  margin-top: -5px;
}

.fvimg01,.fvimg02,.fvimg01s {
	position: absolute;
	top: 0;
	left: 0;
}
.fvimg02s {
	margin-top: 30px!important;
}
.fv_sp {
  margin-top: -5px;
}

.a-top_fv_tlt {
  opacity: 0;
}

/*
img {
  opacity: 0;
}
*/

.col1-sec .col2h_2-contents_box_up img {
  width: 100%;
}

.col1-sec .text-conts .text-conts_box .tlt_serif {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -1px;
}

.col1-sec .text-conts .text-conts_box .col1_list h4 {
  margin-top: 0px !important;
}

.col1-sec .text-conts .text-conts_box .col1_list p {
  font-weight: 600;
  margin-bottom: 25px !important;
  padding-bottom: 0px !important;
  padding-right: 20px;
}

.col2-sec .col2h_2-contents_box_up img {
  width: 90%;
  max-width: 610px;
}

.col4-sec {
  height: 860px !important;
}

.col4-sec .col2-contents_box_up img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.col4-sec .col2-contents_box_low {
  margin-top: 140px;
  width: 43%;
}

#container .col4-sec .col2-contents_box_low h3 {
	font-size: 36px;
	margin-top: 40px!important;
	width: 100%;
}

.col4-sec .col2-contents_box_low img {
	width: 50%;
    display: block;
    float: right;
}
.col5-sec .col5_fig_1 {
  max-width: 260px;
}

.col6-sec .text-conts_box {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.col7-sec .col2-contents_box_up {
  position: relative;
}

.col7-sec .col2-contents_box_up .text-conts {
  position: absolute;
  top: 50px;
  left: 70px;
  width: 100%;
  max-width: 360px;
}

.col7-sec .col2-contents_box_up .text-conts img {
  width: 100%;
}

.col7-sec .col2-contents_box_up .text-conts .text-conts_box {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 320px;
}

.col8-sec .col2-contents_box_low {
  position: relative;
}

.col8-sec .col2-contents_box_low .text-conts {
  position: absolute;
  top: 140px;
  left: 70px;
  width: 100%;
  max-width: 360px;
}

.col8-sec .col2-contents_box_low .text-conts img {
  width: 100%;
}

.col8-sec .col2-contents_box_low .text-conts .text-conts_box {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 320px;
}

.col11-sec h4 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 25px;
}

.col11-sec h5 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 19px;
}

.col11-sec p {
  line-height: 20px;
}

.flex {
	display: flex;
}
.flexAcenter {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}
.flexWrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexBetween {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}
.col11-sec {
	margin-bottom: 0!important;
}
.col11-sec ul {
	list-style: none!important;
	margin-left: 0!important;
	padding-bottom: 0!important;
}
.col11-sec .text-conts_box {
	margin-bottom: 0!important;
}
.col11-sec li {
	list-style: none!important;
}
.col11-sec li:before {
	display: none;
}
.col11-sec .col2-contents_box_up {
	width: 36%;
	padding-bottom: 0!important;
}
.col11-sec .col2-contents_box_low {
	width: 64%;
}
.col11-sec .col2-contents_box_up li {
	border: 1px solid #b1b7cf;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 0 20px 0 0!important;
	font-size: 14px;
}
.col11-sec h4 {
	font-size: 20px;
}
.col11-sec li>div {
	margin-left: 20px;
}
.col12-sec {
	margin-bottom: 0!important;
}

.col12-sec .optionTag {
background: #727171;
    padding: 0px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    margin-bottom: 30px;
    display: inline-block;
}
.col12-sec h4 {
	color: #4c8dcb;
}
.col12-sec ul {
	list-style: none!important;
	margin-left: 0!important;
}
.col12-sec li {
	list-style: none!important;
}
.col12-sec li:before {
	display: none;
}
.col12-sec .col2-contents_box_up {
	width: 60%;
}
.col12-sec .col2-contents_box_up p {
	margin-bottom: 30px!important;
}
.col12-sec .col2-contents_box_low {
	width: 40%;
	padding-bottom: 0!important;
}



.col13-sec {
  padding-top: 30px;
}
.col13-sec h3,.col13-sec h4 {
	color: #4c8dcb;	
}
.col13-sec .col2-contents_box_up h3 {
	font-size: 27px;
}
.col13-sec .col2-contents_box_low h3 {
	font-size: 22px;
}
.col13-sec .col2-contents_box_low h4 {
	font-size: 18px;
	text-align: center;
}
.col13-sec .col2-contents_box_up {
	width: 61%;
}
.col13-sec .col2-contents_box_low {
	background: #e5e5e6;
	width: 39%;
}
.col13-sec ul {
	margin-left: 0!important;
}
.col13-sec li {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px!important;
	border-bottom: 1px solid #4c8dcb;
}
.col13-sec li:last-child {
	border-bottom: none;
	padding: 0!important;
    margin: 0!important;
}}
.col13-sec li:before {
	display: none;
}
.col13-sec li span {
	background: #4c8dcb;
    padding: 0 8px;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
}
.col13-sec li p {
	padding-bottom: 0;
}
.col13-sec li>ul {
	margin-right: 30px!important;
}


.bg_col04 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicclean/col4_bg.png");
  opacity: 0;
}

.bg_col07 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicclean/col07_bg.png");
  opacity: 0;
}

.bg_col08 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/products/magicclean/col08_bg.png");
  opacity: 0;
}

.spec-tlt {
  padding-bottom: 30px;
  padding-top: 30px;
}

.spec-sec img {
  width: 100%;
}

.spec-sec .col2h-contents_box_low img {
  max-width: 400px;
  margin-bottom: 40px;
}

.innerstart{
    align-items: flex-start;
    display: flex;
    display: -webkit-flex;
}

/* ユーティリティ(color, size, spacing, etc.) */

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #cc0000 !important;
}

.u-c-green {
  color: #00a496 !important;
}

.u-c-blue {
  color: #334c9a !important;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-mgt-60{
	margin-top: 60px!important;
}

@media screen and (min-width: 736px) {
  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }
}

@media screen and (max-width: 1400px) {
  .tlt_02 {
    font-size: 25px !important;
    line-height: 36px !important;
  }

  .col1-sec .text-conts .text-conts_box .tlt_serif {
    font-size: 1.23vw !important;
    line-height: 2vw !important;
  }

  .col2-sec .col2h_2-contents_box_up img {
    width: 43vw;
  }

  .col4-sec {
    height: 62vw !important;
  }
}
.specarea .txtafter {
    text-align: center;
    background: #e5e5e6;
    padding: 0.3rem;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .tlt_01 {
    font-size: 2vw !important;
  }

  .text-conts h3 {
    font-size: 2.5vw !important;
    line-height: 3.3vw !important;
  }

  .text-conts_box p {
    font-size: 1.4vw;
    line-height: 2.2vw;
  }

  .col1-sec .text-conts .text-conts_box .col1_list p {
    margin-bottom: 0.5vw !important;
  }
}

@media screen and (max-width: 1175px) {
  .col7-sec .col2-contents_box_up .text-conts {
    left: 10px;
  }

  .col8-sec .col2-contents_box_low .text-conts {
    top: 100px;
    left: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .tlt_03 {
    font-size: 1.9vw !important;
  }

  .col11-sec h4 {
    font-size: 2.4vw;
  }

  .col11-sec h5 {
    font-size: 1.9vw;
  }
}

@media screen and (max-width: 960px) {
  .col1-sec .text-conts {
    padding: 10px;
  }

  .col1-sec .text-conts .text-conts_box {
    margin-bottom: 7px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 870px) {
  .tlt_01 {
    font-size: 23px !important;
  }

  .tlt_border {
    display: block;
  }

  .tlt_03 {
    font-size: 16px !important;
  }

  .sec-h2_01 {
    font-size: 26px !important;
  }

  .col_bg {
    height: 290px !important;
  }

  .col2h-contents {
    height: auto;
  }

  .col2h-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2h_2-contents {
    height: auto;
  }

  .col2h_2-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col2-contents {
    height: auto;
  }

  .col2-contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2_1contents {
    height: auto;
  }

  .col2_1contents_box {
    float: none;
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .col2ov-contents {
    height: auto;
  }

  .col2ov-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col-reverse .col2-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2ov-contents_box_up {
    width: 100%;
  }

  .col-reverse .col2ov-contents_box_low {
    width: 100%;
  }

  .col-reverse .col2h-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_up {
    width: 100%;
    padding: 0px;
  }

  .col-reverse .col2h_2-contents_box_low {
    width: 100%;
    padding: 0px;
  }

  .col4-contents {
    height: auto;
  }

  .col4-contents_box {
    float: none;
    width: 100%;
    height: auto;
  }

  .col-3-contents {
    height: auto;
  }

  .col-3-contents_child {
    float: none;
    width: 100%;
    height: auto;
  }

  .text-conts {
    padding: 10px;
    width: 100%;
  }

  .text-conts h3 {
    font-size: 24px !important;
    line-height: 25px !important;
  }

  .text-conts_box p {
    font-size: 14px;
    line-height: 23px;
  }

  .qa_column .col2-contents_box_low {
    padding-top: 0px;
  }

  .col1-sec .text-conts .text-conts_box .tlt_serif {
    text-align: center;
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .col1-sec .text-conts .text-conts_box .col1_list p {
    margin-bottom: 5px !important;
  }

  .col1-sec .text-conts .text-conts_img {
    margin-top: 10px;
  }

  .col2-sec .col2h_2-contents_box_up {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col2-sec .col2h_2-contents_box_up img {
    width: 90%;
    margin-bottom: 30px;
  }

  .col2-sec .col2h_2-contents_box_low img {
    width: 100%;
  }

  .col4-sec {
    height: auto !important;
    background: #f2f4f8;
    padding: 20px 0 0;
  }

  .col4-sec .col2-contents_box_up img {
    position: relative;
  }

  .col4-sec .col2-contents_box_low {
    margin-top: 0px;
    width: 100%;
  }

  .col11-sec h4 {
    font-size: 25px !important;
  }

  .col11-sec h5 {
    font-size: 19px !important;
  }

  .bg_col04 {
    background-image: url("../img/products/magicclean/col4_bg.png");
  }

  .bg_col07 {
    height: 130vw !important;
  }

  .bg_col08 {
    height: 130vw !important;
  }
}

@media screen and (max-width:540px) {
	.sp-mg0 {
		margin-bottom: 0!important;
	}
	.pdb0-sp {
		padding-bottom: 0!important;
	}
	.mgb0-sp {
		margin-bottom: 0!important;
	}
	#container .col4-sec .col2-contents_box_low h3 {
	    margin-top: 0px!important;
	}
	.col4-sec .col2-contents_box_low p {
		width: 60%;
	}
	.col5-sec .col2-contents_box_up {
	    width: 100%;
	    display: block;
	}
	.col5-sec .col2-contents_box_low {
	    width: 100%;
	}
	.col5-sec .col2-contents_box_up .text-conts {
	    padding-top: 20px;
	    padding-bottom: 40vh;
	}
	.col5-sec .col2-contents_box_low .text-conts {
	    padding-top: 20px;
	    padding-bottom: 50vh;
	}
	.col5-sec .col2-contents_box img {
	    top: 6vh;
	}
	.col5-sec .col2-contents_box_up img {
	    top: 20vh;
	}
	.col5-sec .col2-contents_box_up h3,.col5-sec .col2-contents_box_low h3 {
	    font-size: 19px!important;
	}
	.col5-sec .col2-contents_box_low img {
		top:0;
	}
	.col5-tips2 {
	    font-size: 14px;
	    right: 1vw;
	    bottom: 6vh;
	}
	.col5-tips3 p {
	    font-size: 12px;
	}
	.col5_2-sec .col2-contents_box .col2-contents_box_up img {
	    top: 30px;
	}
	.col5_2-sec .col2-contents_box_low img {
		top: 6vh;
	}
	.col5_3-sec .col2-contents_box_up .text-conts {
	    padding-left: 0;
	}
	.col5_3-sec .col2-contents_box_up img {
		top: 22vh;
	}
	.col5_3-sec .col2-contents_box_up .text-conts {
		padding-bottom: 40vh;
	}
	.col5_3-sec .col2-contents_box_low .text-conts {
	    padding-top: 9vh;
	    padding-bottom: 54vh;
	}
	.col11-sec h2 {
		font-size: 22px;
	}
	.col11-sec h3 {
		font-size: 18px!important;
	}
	.col11-sec .col2-contents_box_up {
	    width: 100%;
	}
	.col11-sec .col2-contents_box_up img {
		flex-grow: 0;
	    flex-shrink: 0;
	    width: 40%;
    }
    .col11-sec .col2-contents_box_up h4 {
	    font-size: 16px!important;
    }
    .col11-sec .col2-contents_box_low {
	    width: 100%;
	}
    .col11-sec .col2-contents_box_low .flex {
	    display: block;
	}
	.col11-sec .col2-contents_box_low li {
		margin-bottom: 20px;
	}
	.col12-sec .col2-contents_box_up {
	    width: 100%;
	}
	.col13-sec .col2-contents_box_up {
	    width: 100%;
	}
	.col13-sec li>ul {
	    margin-right: 0!important;
	}
	.sp-block {
		display: block!important;
	}
	.col13-sec li img {
		display: block;
		margin: 0 auto;
	}
	.col13-sec .col2-contents_box_low {
	    width: 100%;
	}
	.spec-sec .col2h-contents_box_up {
		margin-bottom: 20px;
	}
	.col13-sec li p {
		font-size: 13px;
		line-height: 1.5;
	}
	
	
	.col4-sec .col2-contents_box_low img {
	    float: none;
	    width: 33%;
	    position: absolute;
	    bottom: 0;
	    right: 2vw;
	    z-index: -1;
	}
  .col7-sec .col2-contents_box_up .text-conts {
    top: inherit !important;
    bottom: 0px;
    background-color: #fff;
    max-width: 100%;
    left: 0px;
    padding: 10px;
  }

  .col7-sec .col2-contents_box_up .text-conts .text-conts_box {
    width: 100%;
    background-color: #fff;
  }

  .col8-sec .col2-contents_box_low .text-conts {
    top: inherit !important;
    bottom: 0px;
    background-color: #fff;
    max-width: 100%;
    left: 0px;
  }

  .col8-sec .col2-contents_box_low .text-conts .text-conts_box {
    width: 100%;
    background-color: #fff;
  }

  .bg_col07 {
    height: 212vw !important;
    background-size: 100%;
  }

  .bg_col08 {
    height: 178vw !important;
    background-size: 100%;
  }
  .col3-sec.u-mgt-60{
	  margin-top: 0!important;
  }
  .col3-sec h2{
	  padding-top: 0!important;
  }
  .col2-sec .col2h_2-contents_box_up{
	  padding-bottom: 0!important;
  }
}