@charset "utf-8";
/*共通
 ----------------------------------------------------*/
.shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.antidirt_list {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 768px) {
  .antidirt_list {
    display: block;
  }
}
.antidirt_list dt {
  width: 30%;
  max-width: 249px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .antidirt_list dt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
  }
}
.antidirt_list dt p, .antidirt_list dt small {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
}
.antidirt_list dt .antidirt_cate_arrow {
  position: absolute;
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
@media screen and (max-width: 768px) {
  .antidirt_list dt .antidirt_cate_arrow {
    right: 0;
    left: 0;
    top: auto;
    bottom: -27px;
    transform: rotate(-270deg);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.antidirt_list dt .antidirt_cate_tit {
  padding: 24px 15px;
}
.antidirt_list dt .antidirt_cate_tit p {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  margin-top: 15px;
}
.antidirt_list dt .antidirt_cate_tit p small {
  color: #fff;
  display: block;
  font-size: 1.8rem;
}
.antidirt_list dd {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .antidirt_list dd {
    width: 100%;
  }
}
.antidirt_list dd ul {
  justify-content: flex-start;
}
.antidirt_list dd ul li {
  position: relative;
  width: 25%;
  max-width: 162px;
  margin-right: 4%;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .antidirt_list dd ul li {
    width: 47%;
    max-width: 100%;
    margin-right: 5%;
    height: 100%;
    padding: 2%;
  }
}
.antidirt_list dd ul li:nth-of-type(1), .antidirt_list dd ul li:nth-of-type(2), .antidirt_list dd ul li:nth-of-type(3), .antidirt_list dd ul li:nth-of-type(4) {
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .antidirt_list dd ul li:nth-of-type(1), .antidirt_list dd ul li:nth-of-type(2), .antidirt_list dd ul li:nth-of-type(3), .antidirt_list dd ul li:nth-of-type(4) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .antidirt_list dd ul li:nth-of-type(2), .antidirt_list dd ul li:nth-of-type(4), .antidirt_list dd ul li:nth-of-type(6) {
    margin-right: 0;
  }
}
.antidirt_list dd ul li a {
  padding: 28px 10px;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
/*業界・場所別汚れ対策
 ----------------------------------------------------*/
.antidirt_sec01 {
  margin-top: 45px;
  padding: 50px 0;
  background: #e7f7f4;
}
.antidirt_sec01 .antidirt_list dt {
  background: #01be9f;
}
.antidirt_sec01 .antidirt_list dt .antidirt_cate_arrow {
  border-left: 14px solid #01be9f;
}
.antidirt_sec01 .antidirt_list dd ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiMzNENCQjIiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
.antidirt_sec01 .antidirt_list dd ul li:hover {
  background-image: none;
  background-color: #01be9f;
  transition: 0.3s;
}
.antidirt_sec01 .antidirt_list dd ul li:hover a {
  color: #fff;
  background: #01be9f;
  transition: inherit;
}
.antidirt_sec01 .antidirt_list dd ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_green.svg) no-repeat center center / cover;
}
.antidirt_sec01 .antidirt_list dd ul li:hover:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
.antidirt_sec01 .antidirt_list dd ul li a {
  color: #01be9f;
}
.antidirt_sec02 {
  padding: 50px 0;
  background: #ecf0f8;
}
.antidirt_sec02 .antidirt_list dt {
  background: #406ab5;
}
.antidirt_sec02 .antidirt_list dt .antidirt_cate_arrow {
  border-left: 14px solid #406ab5;
}
.antidirt_sec02 .antidirt_list dd ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiM0MDZBQjUiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
.antidirt_sec02 .antidirt_list dd ul li:hover {
  background-image: none;
  background-color: #406ab5;
  transition: 0.3s;
}
.antidirt_sec02 .antidirt_list dd ul li:hover a {
  color: #fff;
  background: #406ab5;
  transition: inherit;
}
.antidirt_sec02 .antidirt_list dd ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_blue.svg) no-repeat center center / cover;
}
.antidirt_sec02 .antidirt_list dd ul li:hover:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
.antidirt_sec02 .antidirt_list dd ul li a {
  color: #406ab5;
}
.antidirt_sec03 {
  padding: 50px 0;
  background: #f7f4ec;
}
.antidirt_sec03 .antidirt_list dt {
  background: #e2954d;
}
.antidirt_sec03 .antidirt_list dt .antidirt_cate_arrow {
  border-left: 14px solid #e2954d;
}
.antidirt_sec03 .antidirt_list dd ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiNFMjk1NEQiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
.antidirt_sec03 .antidirt_list dd ul li:hover {
  background-image: none;
  background-color: #e2954d;
  transition: 0.3s;
}
.antidirt_sec03 .antidirt_list dd ul li:hover a {
  color: #fff;
  background: #e2954d;
  transition: inherit;
}
.antidirt_sec03 .antidirt_list dd ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_orange.svg) no-repeat center center / cover;
}
.antidirt_sec03 .antidirt_list dd ul li:hover:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
.antidirt_sec03 .antidirt_list dd ul li a {
  color: #e2954d;
}
/*業界・場所別汚れ対策-taxonomy
 ----------------------------------------------------*/
#antidirt_archive section:nth-of-type(1) {
  margin-top: 45px;
  position: relative;
  padding-top: 25px;
  overflow: hidden;
}
#antidirt_archive .antidirt_list_tit {
  margin-bottom: 30px;
}
#antidirt_archive .antidirt_list_tit .flex {
  justify-content: flex-start;
  align-items: center;
}
#antidirt_archive .antidirt_list_tit .flex .l-box {
  width: 20%;
  max-width: 74px;
}
#antidirt_archive .antidirt_list_tit .flex .r-box {
  width: 80%;
  padding-left: 2%;
}
#antidirt_archive .antidirt_list_tit .flex .r-box h2, #antidirt_archive .antidirt_list_tit .flex .r-box small {
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
}
#antidirt_archive .antidirt_list_tit .flex .r-box h2 {
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .antidirt_list_tit .flex .r-box h2 {
    font-size: 5vw;
  }
}
#antidirt_archive .antidirt_list_tit .flex .r-box small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .antidirt_list_tit .flex .r-box small {
    font-size: 3.5vw;
  }
}
#antidirt_archive .antidirt_list_inner {
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .antidirt_list_inner {
    padding: 30px 15px;
  }
}
#antidirt_archive .antidirt_list_link {
  margin-bottom: 40px;
}
#antidirt_archive .antidirt_list_link ul {
  justify-content: flex-start;
  align-items: center;
}
#antidirt_archive .antidirt_list_link ul li {
  position: relative;
  width: 15%;
  max-width: 150px;
  margin-right: 2%;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .antidirt_list_link ul li {
    width: 32%;
    max-width: 100%;
    margin-bottom: 4%;
  }
  #antidirt_archive .antidirt_list_link ul li:nth-of-type(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #antidirt_archive .antidirt_list_link ul li {
    width: 48%;
    margin-right: 4%;
  }
  #antidirt_archive .antidirt_list_link ul li:nth-of-type(3) {
    margin-right: 4%;
  }
  #antidirt_archive .antidirt_list_link ul li:nth-of-type(even) {
    margin-right: 0;
  }
}
#antidirt_archive .antidirt_list_link ul li:last-child {
  margin-right: 0;
}
#antidirt_archive .antidirt_list_link ul li a {
  padding: 10px 10px;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .antidirt_list_link ul li a {
    font-size: 1.3rem;
  }
}
#antidirt_archive .articleSingle {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .articleSingle {
    display: block;
  }
}
#antidirt_archive .articleSingle:last-child {
  margin-bottom: 0;
}
#antidirt_archive .articleSingle .thumbnail {
  display: block;
  position: relative;
  width: 40%;
  max-width: 374px;
  max-height: 249px;
  border-radius: 0 24px 24px 24px;
  overflow: hidden;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .articleSingle .thumbnail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#antidirt_archive .articleSingle .thumbnail .label {
  position: absolute;
  z-index: 1;
  background: #e2954d;
  padding: 8px 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
#antidirt_archive .articleSingle .thumbnail img {
  border-radius: 23px;
  overflow: hidden;
  width: 100%;
  height: auto;
}
#antidirt_archive .articleSingle .articleTxt {
  width: 60%;
  padding-left: 4%;
}
@media screen and (max-width: 768px) {
  #antidirt_archive .articleSingle .articleTxt {
    width: 100%;
    padding-left: 0;
  }
}
#antidirt_archive .articleSingle .articleTxt .articleTitle {
  font-size: 1.8rem;
  margin-bottom: 33px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
#antidirt_archive .articleSingle .articleTxt .excerpt {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
#antidirt_archive .articleSingle .articleTxt .more a {
  color: #c30;
  font-size: 1.3rem;
  position: relative;
  padding-left: 10px;
}
#antidirt_archive .articleSingle .articleTxt .more a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 6px;
  background: url(../img/antidirt/archive/arrow_small.svg) no-repeat center center / cover;
}
#antidirt_archive .articleSingle .articleTxt .more a:hover {
  opacity: 0.6;
}
#antidirt_archive #antidirt_food:before {
  content: '';
  width: 50%;
  height: 491px;
  background: #01be9f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_food:before {
    width: 70%;
    height: 300px;
  }
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiMzNENCQjIiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li:hover {
  background: #01be9f;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li:hover a {
  color: #fff;
  background: #01be9f;
  transition: inherit;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_green.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li:hover:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li a {
  color: #01be9f;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li.active {
  background: #01be9f;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li.active:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_food .antidirt_list_link ul li.active a {
  color: #fff;
  background: #01be9f;
  transition: inherit;
}
#antidirt_archive #antidirt_food .articleSingle .articleTitle {
  border-bottom: 1px dashed #01be9f;
}
#antidirt_archive #antidirt_food .articleSingle .articleTitle:before {
  content: '';
  width: 8px;
  height: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #01be9f;
}
#antidirt_archive #antidirt_food .pager {
  text-align: center;
}
#antidirt_archive #antidirt_food .pager .pages {
  display: none;
}
#antidirt_archive #antidirt_food .pager a {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid #d8d8d8;
  color: #01be9f;
  font-weight: 700;
  margin: 0 6px;
  transition: all ease 0.4s;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_food .pager a {
    margin: 0 3px;
  }
}
#antidirt_archive #antidirt_food .pager a:hover {
  color: #fff;
  background: #01be9f;
}
#antidirt_archive #antidirt_food .pager a:first-child {
  border: none;
}
#antidirt_archive #antidirt_food .pager a.previouspostslink {
  border: none;
}
#antidirt_archive #antidirt_food .pager a:last-child {
  border: none;
}
#antidirt_archive #antidirt_food .pager span {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
#antidirt_archive #antidirt_food .pager span.current {
  color: #fff;
  background: #01be9f;
}
#antidirt_archive #antidirt_food .pager .next, #antidirt_archive #antidirt_food .pager .prev, #antidirt_archive #antidirt_food .pager .first, #antidirt_archive #antidirt_food .pager .last {
  width: auto;
  padding: 0 10px;
}
#antidirt_archive #antidirt_other:before {
  content: '';
  width: 50%;
  height: 491px;
  background: #406ab5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_other:before {
    width: 80%;
    height: 300px;
  }
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiM0MDZBQjUiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li:hover {
  background: #406ab5;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li:hover a {
  color: #fff;
  background: #406ab5;
  transition: inherit;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_blue.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li a {
  color: #406ab5;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li.active {
  background: #406ab5;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li.active:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_other .antidirt_list_link ul li.active a {
  color: #fff;
  background: #406ab5;
  transition: inherit;
}
#antidirt_archive #antidirt_other .articleSingle .articleTitle {
  border-bottom: 1px dashed #406ab5;
}
#antidirt_archive #antidirt_other .articleSingle .articleTitle:before {
  content: '';
  width: 8px;
  height: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #406ab5;
}
#antidirt_archive #antidirt_other .pager {
  text-align: center;
}
#antidirt_archive #antidirt_other .pager .pages {
  display: none;
}
#antidirt_archive #antidirt_other .pager a {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid #d8d8d8;
  color: #406ab5;
  font-weight: 700;
  margin: 0 6px;
  transition: all ease 0.4s;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_other .pager a {
    margin: 0 3px;
  }
}
#antidirt_archive #antidirt_other .pager a:hover {
  color: #fff;
  background: #406ab5;
}
#antidirt_archive #antidirt_other .pager a:first-child {
  border: none;
}
#antidirt_archive #antidirt_other .pager a.previouspostslink {
  border: none;
}
#antidirt_archive #antidirt_other .pager a:last-child {
  border: none;
}
#antidirt_archive #antidirt_other .pager span {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
#antidirt_archive #antidirt_other .pager span.current {
  color: #fff;
  background: #406ab5;
}
#antidirt_archive #antidirt_other .pager .next, #antidirt_archive #antidirt_other .pager .prev, #antidirt_archive #antidirt_other .pager .first, #antidirt_archive #antidirt_other .pager .last {
  width: auto;
  padding: 0 10px;
}
#antidirt_archive #antidirt_dirt:before {
  content: '';
  width: 50%;
  height: 491px;
  background: #e2954d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_dirt:before {
    width: 80%;
    height: 300px;
  }
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiNFMjk1NEQiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li:hover {
  background: #e2954d;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li:hover a {
  color: #fff;
  background: #e2954d;
  transition: inherit;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_orange.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li:hover:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li a {
  color: #e2954d;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li.active {
  background: #e2954d;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li.active:before {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive #antidirt_dirt .antidirt_list_link ul li.active a {
  color: #fff;
  background: #e2954d;
  transition: inherit;
}
#antidirt_archive #antidirt_dirt .articleSingle .articleTitle {
  border-bottom: 1px dashed #e2954d;
}
#antidirt_archive #antidirt_dirt .articleSingle .articleTitle:before {
  content: '';
  width: 8px;
  height: 90%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #e2954d;
}
#antidirt_archive #antidirt_dirt .pager {
  text-align: center;
}
#antidirt_archive #antidirt_dirt .pager .pages {
  display: none;
}
#antidirt_archive #antidirt_dirt .pager a {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid #d8d8d8;
  color: #e2954d;
  font-weight: 700;
  margin: 0 6px;
  transition: all ease 0.4s;
}
@media screen and (max-width: 768px) {
  #antidirt_archive #antidirt_dirt .pager a {
    margin: 0 3px;
  }
}
#antidirt_archive #antidirt_dirt .pager a:hover {
  color: #fff;
  background: #e2954d;
}
#antidirt_archive #antidirt_dirt .pager a:first-child {
  border: none;
}
#antidirt_archive #antidirt_dirt .pager a.previouspostslink {
  border: none;
}
#antidirt_archive #antidirt_dirt .pager a:last-child {
  border: none;
}
#antidirt_archive #antidirt_dirt .pager span {
  line-height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}
#antidirt_archive #antidirt_dirt .pager span.current {
  color: #fff;
  background: #e2954d;
}
#antidirt_archive #antidirt_dirt .pager .next, #antidirt_archive #antidirt_dirt .pager .prev, #antidirt_archive #antidirt_dirt .pager .first, #antidirt_archive #antidirt_dirt .pager .last {
  width: auto;
  padding: 0 10px;
}
#antidirt_archive_bottom .box {
  width: 33.33339%;
  padding: 50px 8%;
}
@media screen and (max-width: 768px) {
  #antidirt_archive_bottom .box {
    width: 100%;
  }
}
#antidirt_archive_bottom .box .antidirt_cate_tit {
  text-align: center;
  margin-bottom: 30px;
}
#antidirt_archive_bottom .box .antidirt_cate_tit p, #antidirt_archive_bottom .box .antidirt_cate_tit small {
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
}
#antidirt_archive_bottom .box .antidirt_cate_tit p {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 15px;
}
#antidirt_archive_bottom .box .antidirt_cate_tit p small {
  color: #fff;
  font-size: 1.8rem;
}
#antidirt_archive_bottom .box ul {
  justify-content: flex-start;
}
#antidirt_archive_bottom .box ul li {
  position: relative;
  width: 48%;
  max-width: 150px;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  #antidirt_archive_bottom .box ul li {
    max-width: 100%;
  }
}
#antidirt_archive_bottom .box ul li:nth-of-type(even) {
  margin-right: 0;
}
#antidirt_archive_bottom .box ul li a {
  padding: 8px 5px;
  display: block;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
#antidirt_archive_bottom .box_food {
  background: #01be9f;
}
#antidirt_archive_bottom .box_food ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiMzNENCQjIiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive_bottom .box_food ul li:hover, #antidirt_archive_bottom .box_food ul li .active {
  background: #01be9f;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive_bottom .box_food ul li:hover a, #antidirt_archive_bottom .box_food ul li .active a {
  color: #fff;
  background: #01be9f;
  transition: inherit;
}
#antidirt_archive_bottom .box_food ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_green.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_food ul li:hover:before, #antidirt_archive_bottom .box_food ul li .active {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_food ul li a {
  color: #01be9f;
}
#antidirt_archive_bottom .box_other {
  background: #406ab5;
}
#antidirt_archive_bottom .box_other ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiM0MDZBQjUiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive_bottom .box_other ul li:hover, #antidirt_archive_bottom .box_other ul li .active {
  background: #406ab5;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive_bottom .box_other ul li:hover a, #antidirt_archive_bottom .box_other ul li .active a {
  color: #fff;
  background: #406ab5;
  transition: inherit;
}
#antidirt_archive_bottom .box_other ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_blue.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_other ul li:hover:before, #antidirt_archive_bottom .box_other ul li .active {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_other ul li a {
  color: #406ab5;
}
#antidirt_archive_bottom .box_dirt {
  background: #e2954d;
}
#antidirt_archive_bottom .box_dirt ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuX2xtdVciIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHdpZHRoPSIzLjUiIGhlaWdodD0iMy41IiBwYXR0ZXJuVHJhbnNmb3JtPSJyb3RhdGUoMTM1KSI+PGxpbmUgeDE9IjAiIHk9IjAiIHgyPSIwIiB5Mj0iMy41IiBzdHJva2U9IiNFMjk1NEQiIHN0cm9rZS13aWR0aD0iMSIvPjwvcGF0dGVybj48L2RlZnM+IDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjcGF0dGVybl9sbXVXKSIgb3BhY2l0eT0iMSIvPjwvc3ZnPg==');
  background-color: #fff;
}
#antidirt_archive_bottom .box_dirt ul li:hover, #antidirt_archive_bottom .box_dirt ul li .active {
  background: #e2954d;
  background-image: none;
  transition: 0.3s;
}
#antidirt_archive_bottom .box_dirt ul li:hover a, #antidirt_archive_bottom .box_dirt ul li .active a {
  color: #fff;
  background: #e2954d;
  transition: inherit;
}
#antidirt_archive_bottom .box_dirt ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/antidirt/common/arrow_orange.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_dirt ul li:hover:before, #antidirt_archive_bottom .box_dirt ul li .active {
  background: url(../img/antidirt/common/arrow_white.svg) no-repeat center center / cover;
}
#antidirt_archive_bottom .box_dirt ul li a {
  color: #e2954d;
}
/*業界・場所別汚れ対策-single
 ----------------------------------------------------*/
#antidirt_single {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  #antidirt_single {
    padding-bottom: 80px;
    overflow: hidden;
  }
}
#antidirt_single .inner {
  max-width: 1100px;
}
#antidirt_single .post_title {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #antidirt_single .post_title {
    font-size: 2.4rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
#antidirt_single .post_title span {
  z-index: -1;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #antidirt_single .post_title span {
    display: block;
  }
}
#antidirt_single .post_title span:before {
  content: '';
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  z-index: -2;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/antidirt/single/title_star.svg) no-repeat center center / cover;
}
@media screen and (max-width: 768px) {
  #antidirt_single .post_title span:before {
    width: 87px;
    height: 85px;
  }
}
#antidirt_single .post_title:after {
  content: '';
  display: block;
  width: 0.8em;
  height: 4px;
  max-width: 100%;
  margin: 0.2em auto 0;
  border-right: 0.5em solid #01be9f;
  border-left: 0.5em solid #01be9f;
  padding: 0 0.1em;
  background-color: #ccc;
  background-clip: content-box;
}
#antidirt_single section#antidirt_single_conte .before_after_box {
  padding: 70px 0 90px;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .before_after_box .flex {
    display: block;
  }
}
#antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box, #antidirt_single section#antidirt_single_conte .before_after_box .flex .r-box {
  width: 45%;
  max-width: 513px;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box, #antidirt_single section#antidirt_single_conte .before_after_box .flex .r-box {
    width: 100%;
    max-width: 100%;
  }
}
#antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box img, #antidirt_single section#antidirt_single_conte .before_after_box .flex .r-box img {
  width: 100%;
}
#antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box p, #antidirt_single section#antidirt_single_conte .before_after_box .flex .r-box p {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  background: #01be9f;
  padding: 22px 10px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box p, #antidirt_single section#antidirt_single_conte .before_after_box .flex .r-box p {
    font-size: 2rem;
    padding: 15px 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .before_after_box .flex .l-box {
    margin-bottom: 50px;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents {
  padding-top: 95px;
  margin-bottom: 70px;
}
#antidirt_single section#antidirt_single_conte .post_contents .movieBox {
  margin-bottom: 70px;
  max-width: 1000px;
  margin: 0 auto 130px;
}
#antidirt_single section#antidirt_single_conte .post_contents .movieTxt {
  margin-top: 20px;
}
#antidirt_single section#antidirt_single_conte .post_contents .movieContent {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#antidirt_single section#antidirt_single_conte .post_contents .movieContent iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#antidirt_single section#antidirt_single_conte .post_contents .work_table {
  max-width: 1000px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .work_table {
    margin: 0 auto 50px;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .work_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
#antidirt_single section#antidirt_single_conte .post_contents .work_table table td, #antidirt_single section#antidirt_single_conte .post_contents .work_table table th {
  border-collapse: separate;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .work_table table td, #antidirt_single section#antidirt_single_conte .post_contents .work_table table th {
    font-size: 1.4rem;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .work_table table th {
  width: 30%;
  font-weight: bold;
  color: #fff;
  padding: 30px;
  vertical-align: middle;
  background: #01be9f;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .work_table table th {
    padding: 15px;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .work_table table td {
  width: 70%;
  color: #333;
  padding: 30px;
  border: 2px solid #e5e5e5;
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .work_table table td {
    padding: 15px;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox_mt130 {
	margin: 130px auto 3%;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .productBox {
    display: block;
  }
	#antidirt_single section#antidirt_single_conte .post_contents .productBox_mt130 {
		margin: 50px auto 3%;
	}
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productImg {
  width: 25%;
  max-width: 279px;
  margin-right: 5%;
  position: relative;
  z-index: 1;
  text-align: center;
	padding:30px 0;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .productBox .productImg {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productImg:before {
  content: '';
  position: absolute;
  z-index: 2;
  right: 5px;
  bottom: 5px;
  width: 26px;
  height: 25px;
  background: url(../img/antidirt/single/arrow_yellow.svg) no-repeat center center / cover;
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner {
    width: 100%;
    max-width: 100%;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .productTitle {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  background: #eee741;
  border-radius: 100vh;
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .productTitle {
    display: block;
    margin: 0 auto 20px;
	line-height: 1.4;
  }
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .productTxt {
  margin-bottom: 50px;
  white-space: pre-wrap;
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .more a {
  color: #c30;
  font-size: 1.3rem;
  position: relative;
  padding-left: 10px;
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .more a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 6px;
  background: url(../img/antidirt/archive/arrow_small.svg) no-repeat center center/cover;
}
#antidirt_single section#antidirt_single_conte .post_contents .productBox .productTxtinner .more a:hover {
  opacity: 0.6;
}
#antidirt_single section#antidirt_single_conte h3 {
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  background: #edfaf8;
  padding: 15px 40px;
  box-sizing: border-box;
  margin-bottom: 3%;
  border-left: 7px solid #01be9f;
  position: relative;
}
#antidirt_single section#antidirt_single_conte .back a {
  margin: 0 auto;
  border-radius: 60px;
  display: block;
  max-width: 325px;
  color: #42ccb6;
  border: 3px solid #42ccb6;
  padding: 17px 0px;
  box-sizing: border-box;
  text-align: center;
  transition: all ease 0.4s;
  background: url(../img/antidirt/single/arrow02.png) no-repeat 88% center / 40px, #fff;
  font-size: 16px;
}
#antidirt_single section#antidirt_single_conte .back a:hover {
  color: #fff;
  background: url(../img/antidirt/single/arrow01.png) no-repeat 88% center / 40px, #42ccb6;
}

/*バナー
----------------------------------------------------*/
.antidirt_banner_onlineshop {
  margin: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .antidirt_banner_onlineshop {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}