@charset "Shift_JIS";
a {
  cursor: pointer
}

a:link, a:visited {
  color: #3d5593;
  border: none;
  text-decoration: underline
}

a:active, a:hover {
  color: #3d5593;
  border: none;
  text-decoration: none
}

a img {
  border: none
}


/*--------------------------------------------------------
　トップページ
--------------------------------------------------------*/
#index #mainSlider {
  width: 900px;
  margin: 0 auto
}

.slick-list .slick-loading #index #mainSlider {
  background: url(../img/common/ajax-loader.gif) center center no-repeat #fff
}

#index #mainSlider .slick-dotted.slick-slider {
  margin-bottom: 40px
}

#index #mainSlider .slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

#index #mainSlider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer
}

#index #mainSlider .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

#index #mainSlider .slick-dots li button:focus, #index #mainSlider .slick-dots li button:hover {
  outline: 0
}

#index #mainSlider .slick-dots li button:focus:before, #index #mainSlider .slick-dots li button:hover:before {
  opacity: 1
}

#index #mainSlider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 12px;
  height: 12px;
  text-align: center;
  background: #b20016;
  border-radius: 50%;
  opacity: 1
}

#index #mainSlider .slick-dots li.slick-active button:before {
  background: #fff;
  opacity: 1
}

#cm #channel ul li a:hover, #cm #cmList .movieBox .btn a:hover, #cm #usageList .movieBox .btn a:hover, #emergency #emergencyList ul li a:hover, #faq #faqList ul li a:hover, #faq .btnDetail a:hover, #index #lineup ul li a:hover, #index #trouble .troubleBox .banner a:hover, #index #trouble .troubleBox .item a:hover, #safety #safetyList .btn a:hover, .iketeruWrap .iketeruInner#storeList .banner a:hover, .iketeruWrap .iketeruInner#storeList .productWrap .btn a:hover, .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li a:hover, .productWrap #campaignArea a:hover, .productWrap #faq .btnMore a:hover, .productWrap .secWrap#summary .itemlist>li>ul.list-EClink li a:hover, .productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li a:hover, .productWrap .secWrap#useful ul li a:hover, .productWrap .secWrap#voice .shareBox .fbBtn a:hover, .productWrap .secWrap#voice .shareBox .twBtn a:hover {
  opacity: .7;
  cursor: pointer
}

@media screen and (max-width:740px) {
  #index #mainSlider {
    width: 100%
  }
}

#index #lineup {
  padding-top: 84px;
  margin-top: -24px;
  background-position: 0 84px
}

#index #lineup ul {
  max-width: 904px;
  padding: 0 0 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#index #lineup ul li {
  width: 210px;
  margin: 24px 8px 20px;
  padding-bottom: 64px;
  position: relative
}

#index #lineup ul li.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#index #lineup ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#index #lineup ul li .img {
  width: 210px;
  padding: 6px 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

#index #lineup ul li .checkPrice a, #index #trouble .troubleBox {
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  border-radius: 5px
}

#index #lineup ul li .icon {
  position: absolute;
  top: 5px;
  right: 5px
}

#index #lineup ul li p {
  width: 200px;
  margin: 0 auto;
  text-align: left
}

#index #lineup ul li p.name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 1em;
  font-weight: 700
}

#index #lineup ul li p.name_sp {
  display: none
}

#index #lineup ul li p.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 1em
}

#index #lineup ul li .checkPrice {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0
}

#index #lineup ul li .checkPrice a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  color: #e60012;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700
}

#index #lineup ul li .checkPrice img {
  vertical-align: middle;
  margin-right: 2px
}

@media screen and (max-width:740px) {
  #index #lineup {
    padding-top: 45px;
    margin-top: 0;
    background-position: 0 0
  }
  #index #lineup ul {
    padding: 0 0 10%
  }
  #index #lineup ul li {
    width: 40%;
    margin: 8% 3% 0;
    padding-bottom: 50px
  }
  #index #lineup ul li a .img {
    width: 100%
  }
  #index #lineup ul li a .img img {
    width: 60%
  }
  #index #lineup ul li .icon {
    width: 37px;
    height: 37px
  }
  #index #lineup ul li p {
    width: 100%
  }
  #index #lineup ul li p.name {
    display: none
  }
  #index #lineup ul li p.name_sp {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-top: 8px
  }
  #index #lineup ul li p.txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 8px
  }
  #index #lineup ul li .checkPrice a {
    font-size: 12px;
    font-size: 1.2rem
  }
  #index #lineup ul li .checkPrice img {
    width: 16px
  }
}

#index #trouble .troubleBox {
  width: 900px;
  margin: 20px auto 0;
  padding: 0 0 40px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

#index #trouble .troubleBox h3 {
  margin: 0;
  padding: 30px 0
}

#index #trouble .troubleBox .example {
  font-size: 0
}

#index #trouble .troubleBox .example li {
  width: 194px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: top
}

#index #trouble .troubleBox .example li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 12px 0
}

#index #trouble .troubleBox .item {
  width: 383px;
  display: inline-block;
  border-top: 1px dotted #e60012;
  border-bottom: 1px dotted #e60012;
  margin: 20px 12px 0
}

#index #trouble .troubleBox .item a {
  display: table;
  width: 100%;
  height: 150px;
  text-decoration: none
}

#index #trouble .troubleBox .item a .img {
  display: table-cell;
  width: 100px;
  vertical-align: middle
}

#index #trouble .troubleBox .item a .boxR {
  display: table-cell;
  padding-left: 14px;
  vertical-align: middle;
  text-align: left
}

#index #trouble .troubleBox .item a .boxR .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: underline;
  margin: 0
}

#index #trouble .troubleBox .item a .boxR .txt {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4
}

#index #trouble .troubleBox .banner {
  margin: 20px 0 0
}

@media screen and (max-width:740px) {
  #index #trouble .troubleBox {
    width: 88%;
    margin: 6% auto 0;
    padding: 0 0 4%
  }
  #index #trouble .troubleBox h3 {
    padding: 6% 5%
  }
  #index #trouble .troubleBox .example li {
    width: 44%;
    margin: 0 1%
  }
  #index #trouble .troubleBox .example li p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 6px 0 10px
  }
  #index #trouble .troubleBox .item {
    width: 90%;
    margin: 0;
    border-top: none
  }
  #index #trouble .troubleBox .item:first-of-type {
    border-top: 1px dotted #e60012
  }
  #index #trouble .troubleBox .item a {
    min-height: 80px;
    height: auto
  }
  #index #trouble .troubleBox .item a .img {
    width: 20%
  }
  #index #trouble .troubleBox .item a .boxR {
    padding: 10px 0 10px 4%
  }
  #index #trouble .troubleBox .item a .boxR p {
    margin: 0
  }
  #index #trouble .troubleBox .item a .boxR .name {
    font-size: 14px;
    font-size: 1.4rem
  }
  #index #trouble .troubleBox .item a .boxR .txt {
    font-size: 12px;
    font-size: 1.2rem
  }
  #index #trouble .troubleBox .banner {
    width: 90%;
    margin: 0 auto
  }
}


/*--------------------------------------------------------
　よくあるご質問
--------------------------------------------------------*/
#faq #faqList {
  max-width: 1130px;
  margin: 0 auto
}

#faq #faqList>h1 {
  text-align: center;
  margin: 0;
  padding: 40px 0 0
}

#faq #faqList ul {
  max-width: 1130px;
  padding: 0 0 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#faq #faqList ul li {
  width: 210px;
  margin: 24px 8px 20px;
}

#faq #faqList ul li.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#faq #faqList ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#faq #faqList ul li .img {
  width: 210px;
  padding: 3px 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

#faq #faqList ul li .icon {
  position: absolute;
  top: 5px;
  right: 5px
}

#faq #faqList ul li p {
  width: 200px;
  margin: 0 auto;
  text-align: left
}

#faq #faqList ul li p.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 1em
}

#faq #faqList ul li p.txt_sp {
  display: none
}

/*201809*/
#faq #faqList p.lead,
#productFaq p.lead {
  margin-top: 20px;
  text-align: center;
  color: #FFF;
}
#faq #faqList p.lead .sp,
#productFaq p.lead .sp {
  display: none;
}
#faq #faqList p a,
#productFaq p a {
  color: #FFF;
}
#faq #faqList p a:hover,
#productFaq p a:hover {
  opacity: 0.6;
  color: #FFF;
}



@media screen and (max-width:740px) {
  #faq #faqList>h1 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
  #faq #faqList ul {
    padding: 0
  }
  #faq #faqList ul li {
    width: 40%;
    margin: 8% 3% 0
  }
  #faq #faqList ul li a .img {
    width: 100%
  }
  #faq #faqList ul li a .img img {
    width: 60%
  }
  #faq #faqList ul li .icon {
    width: 37px;
    height: 37px
  }
  #faq #faqList ul li p {
    width: 100%
  }
  #faq #faqList ul li p.txt {
    display: none
  }
  #faq #faqList ul li p.txt_sp {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 8px;
    color: #fff
  }
  #faq #faqList p.lead,
  #faq #productFaq p.lead {
  margin-top: 20px;
  text-align: center;
  color: #FFF;
  padding: 0 20px;
}
#faq #faqList p.lead .sp,
#faq #productFaq p.lead .sp {
  display: block;
}
#faq #faqList p a,
#faq #productFaq p a  {
  color: #FFF;
}
#faq #faqList p a:hover {
  opacity: 0.6;
  color: #FFF;
}
}

#faq #productFaq, #faq #product119 {
  max-width: 900px;
  margin: 0 auto
}

#faq #product119 {
  padding-top: 60px;
}

#faq #productFaq>h1, #faq #product119>h1 {
  text-align: center;
  margin: 0;
  padding: 40px 0 20px
}

#faq #productFaq>h1 .faqNote {
	display: block;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
}

#faq #product119 .summary {
	margin: 0 auto 10px;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
}

#faq #product119 .summary span {
	text-decoration: underline;
}

#faq .faqSingle {
  padding-top: 84px;
  margin-top: -74px
}

#faq .faqSingle h3 {
  background: #fff;
  border: 1px solid #666;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #e60012;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  position: relative;
	cursor: pointer;
}

#faq .faqSingle h3 span {
  display: block;
  background: url(../img/faq/icon_question.png) left center no-repeat;
  background-size: 30px 30px;
  min-height: 30px;
  padding: 2px 0 0 40px
}

#faq .faqSingle h3::after, #faq .faqSingle h3::before {
  content: "";
  background: #e60012;
  position: absolute
}

#faq .faqSingle h3::before {
  width: 3px;
  height: 15px;
  top: 50%;
  right: 26px;
  margin-top: -7px
}

#faq .faqSingle h3::after {
  width: 15px;
  height: 3px;
  top: 50%;
  right: 20px;
  margin-top: -1px
}

#faq .faqSingle h3.open::before {
  background: 0 0
}

#faq .faqSingle .answer {
  padding: 30px 60px;
  background: url(../img/faq/icon_answer.png) 20px 24px no-repeat #fff;
  background-size: 30px 30px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  display: none
}

#faq .faqSingle .answer p {
  margin: 0 0 1.5em
}

#faq .faqSingle .answer table {
  width: 70%;
  margin: 0 auto
}

#faq .faqSingle .answer table th {
  vertical-align: middle;
  padding: 10px 0
}

#faq .faqSingle .answer ul {
  margin: 1em 0
}

#faq .faqSingle .answer ul li {
  position: relative;
  padding-left: 1.5em
}

#faq .faqSingle .answer ul li:after {
  content: "\30FB";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0
}

#faq .faqSingle .answer ol {
  padding: 0
}

#faq .faqSingle .answer ol li {
  list-style: decimal;
  margin-left: 2em
}

#faq .faqSingle .answer .iconExt {
  margin: 0 3px -2px
}

#faq .btnDetail {
  margin: 50px 0 0
}

#faq .btnDetail a {
  display: block;
  width: 362px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin: 0 auto 10px;
  text-decoration: none;
  position: relative
}

#faq .btnDetail a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#faq .center {
  text-align: center;
} 
#faq .faqSingle .answer dl dt {
  width: 8em;
  padding-left: 1em;
  float: left;
  clear: left;
  position: relative;
}
#faq .faqSingle .answer dl dt::after {
  content: "\30FB";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
#faq .faqSingle .answer dl dd {
  margin-left: 10em;
  margin-bottom: 5px;
  position: relative;
}
#faq .faqSingle .answer dl dd::after {
  content: "：";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em;
}

@media screen and (max-width:740px) {
  #faq #productFaq>h1 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
	#faq #product119>h1 {
		padding: 0;
    width: 74.5%;
    margin: 0 auto
	}
	#faq #productFaq>h1 .faqNote {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#faq #product119 .summary {
		width: 88%;
		margin-bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
  #faq .faqSingle {
    padding-top: 45px;
    margin-top: -35px;
    width: 88%;
    margin-left: auto;
    margin-right: auto
  }
  #faq .faqSingle h3 {
    padding: 10px 40px 10px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4
  }
  #faq .faqSingle h3::before {
    width: 2px;
    right: 20px
  }
  #faq .faqSingle h3::after {
    height: 2px;
    right: 14px
  }
  #faq .faqSingle h3 span {
    background-size: 20px 20px;
    padding: 0 0 0 30px;
    min-height: 20px
  }
  #faq .faqSingle h3 br {
    display: none
  }
  #faq .faqSingle .answer {
    background-position: 10px 10px;
    background-size: 20px 20px;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4
  }
  #faq .faqSingle .answer table {
    width: 100%
  }
  #faq .faqSingle .answer table th {
    width: 140px
  }
  #faq .faqSingle .answer table td {
    padding: 5px 0
  }
  #faq .faqSingle .answer .iconExt {
    width: 14px;
    height: 14px
  }
  #faq .faqSingle .answer a {
    word-break: break-all
  }
  #faq .btnDetail {
    margin: 30px 0 0
  }
  #faq .btnDetail a {
    width: 82%;
    max-width: 320px;
    padding: 15px 3%;
    font-size: 13px;
    font-size: 1.3rem
  }
}


/*--------------------------------------------------------
　応急処置
--------------------------------------------------------*/
#emergency #emergencyList {
  max-width: 1130px;
  margin: 0 auto
}

#emergency #emergencyList>h1 {
  text-align: center;
  margin: 0;
  padding: 40px 0 0
}

#emergency #emergencyList .summary {
  width: 630px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff
}

#emergency #emergencyList .summary span {
  text-decoration: underline
}

#emergency #emergencyList ul {
  max-width: 1130px;
  padding: 0 0 40px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

#emergency #emergencyList ul li {
  width: 210px;
  margin: 24px 8px 20px;
}

#emergency #emergencyList ul li.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

#emergency #emergencyList ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}

#emergency #emergencyList ul li .img {
  width: 210px;
  padding: 3px 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

#emergency #emergencyList ul li .icon {
  position: absolute;
  top: 5px;
  right: 5px
}

#emergency #emergencyList ul li p {
  width: 200px;
  margin: 0 auto;
  text-align: left
}

#emergency #emergencyList ul li p.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 1em
}

#emergency #emergencyList ul li p.txt_sp {
  display: none
}

@media screen and (max-width:740px) {
  #emergency #emergencyList>h1 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
  #emergency #emergencyList .summary {
    width: 88%;
    padding: 6% 0 0
  }
  #emergency #emergencyList .summary a {
    color: #fff
  }
  #emergency #emergencyList ul {
    padding: 0
  }
  #emergency #emergencyList ul li {
    width: 40%;
    margin: 8% 3% 0
  }
  #emergency #emergencyList ul li a .img {
    width: 100%
  }
  #emergency #emergencyList ul li a .img img {
    width: 60%
  }
  #emergency #emergencyList ul li .icon {
    width: 37px;
    height: 37px
  }
  #emergency #emergencyList ul li p {
    width: 100%
  }
  #emergency #emergencyList ul li p.txt {
    display: none
  }
  #emergency #emergencyList ul li p.txt_sp {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 8px;
    color: #fff
  }
}


/*--------------------------------------------------------
　安全にお使いいただくために
--------------------------------------------------------*/
#safety #safetyList {
  max-width: 910px;
  margin: 0 auto;
  text-align: center
}

#safety #safetyList>h1 {
  margin: 0;
  padding: 40px 0 0
}

#safety #safetyList .summary {
  width: 650px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  color: #fff
}

#safety #safetyList .btn {
  width: 390px;
  margin: 0 auto 20px
}

#safety #safetyList .btn a {
  display: block;
  border: 2px solid #fff;
  padding: 12px 20px 12px 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  position: relative
}

#safety #safetyList .btn a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_external.png) no-repeat;
  background-size: 14px 14px;
  position: absolute;
  top: 50%;
  right: 70px;
  margin-top: -7px
}

#safety #safetyList .safetyBox {
  width: 430px;
  height: 490px;
  margin: 40px 10px 0;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

#safety #safetyList .safetyBox .num {
  padding: 28px 0 0;
  position: relative
}

#safety #safetyList .safetyBox .num::after, #safety #safetyList .safetyBox .num::before {
  content: "";
  width: 155px;
  height: 3px;
  background: #e60012;
  position: absolute
}

#safety #safetyList .safetyBox .num::before {
  top: 38px;
  left: 15px
}

#safety #safetyList .safetyBox .num::after {
  top: 38px;
  right: 15px
}

#safety #safetyList .safetyBox h2 {
  margin: 10px 0
}

#safety #safetyList .safetyBox .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 26px;
  text-align: left
}

@media screen and (max-width:740px) {
  #safety #safetyList>h1 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
  #safety #safetyList .summary {
    width: 88%;
    padding: 6% 0
  }
  #safety #safetyList .btn {
    width: 88%
  }
  #safety #safetyList .btn a::after {
    right: 50%;
    margin-right: -110px
  }
  #safety #safetyList .safetyBox {
    width: 80%;
    height: auto;
    display: block;
    margin: 6% auto 0;
    padding: 4%
  }
  #safety #safetyList .safetyBox .num {
    padding-top: 0
  }
  #safety #safetyList .safetyBox .num img {
    width: 70px
  }
  #safety #safetyList .safetyBox .num::after, #safety #safetyList .safetyBox .num::before {
    top: 10px;
    width: 30%
  }
  #safety #safetyList .safetyBox .txt {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem
  }
}


/*--------------------------------------------------------
　CM
--------------------------------------------------------*/
#cm #cmList, #cm #usageList {
  max-width: 900px;
  margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#cm #cmList>h1, #cm #usageList>h2 {
	width: 100%;
  padding: 40px 0 0;
	margin: 0;
  text-align: center;
}

#cm .movieBox {
  width: 50%;
  padding: 40px 29px 50px;
	margin-bottom: 10px;
  box-sizing: border-box;
	border-bottom: 1px solid #8b0000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#cm .movieBox.wide {
  width: 100%;
}

#cm .movieBox .movieWrap {
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
	overflow: hidden;
}

#cm .movieBox .movieWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#cm .movieBox .movieWrap iframe, #cm .movieBox .movieWrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

#cm .movieBox h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff
}

#cm .movieBox .txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
	margin-bottom: 20px;
}

#cm .movieBox .txt a {
  color: #fff
}

#cm .movieBox .btn {
  width: 100%;
	margin-top: auto;
}

#cm .movieBox .btn a {
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
  height: 63px;
  background: #fff;
  border-radius: 5px;
	padding: 0 15px;
  text-decoration: none;
  position: relative;
	box-sizing: border-box;
}

#cm .movieBox .btn a + a {
  margin-top: 10px;
}

#cm .movieBox .btn a span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700
}

#cm .movieBox .btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (min-width:741px) {
	#cm .movieBox.no-border {
		border-bottom: none;
	}
	#cm .movieBox .sp-visible {
		display: none;
	}
}

@media screen and (max-width:740px) {
  #cm #cmList>h1, #cm #usageList>h2 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
	
  #cm .movieBox {
    width: 100%;
    display: block;
    padding: 6%;
		margin-bottom: 0;
  }
	
	#cm .movieBox:last-child {
		border-bottom: none;
	}

  #cm .movieBox h3 {
    font-size: 16px;
    font-size: 1.6rem
  }
  #cm .movieBox .btn a {
    max-width: 340px;
    padding: 12px 9% 12px 3%;
  }
  #cm .movieBox .btn a span {
    font-size: 14px;
    font-size: 1.4rem
  }
}

#cm #aboutJohnson {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #8b0000;
  padding: 0 0 50px;
}

#cm #aboutJohnson .outer {
  border: 2px solid #fff;
  padding: 40px 40px 20px
}

#cm #aboutJohnson .outer h2 {
  margin: 0;
  padding: 0 0 30px
}

#cm #aboutJohnson .outer .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
  padding: 0 30px
}

#cm #aboutJohnson .outer .btn {
  width: 392px;
  margin: 30px auto 0
}

#cm #aboutJohnson .outer .btn a {
  display: block;
  width: 362px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative
}

#cm #aboutJohnson .outer .btn a:hover {
  opacity: .7;
  cursor: pointer
}

#cm #aboutJohnson .outer .btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width:740px) {
  #cm #aboutJohnson {
    padding: 0 6% 6%;
		margin-bottom: 6%;
  }
  #cm #aboutJohnson .outer {
    padding: 4%
  }
  #cm #aboutJohnson .outer h2 {
    padding: 0 0 10px
  }
  #cm #aboutJohnson .outer h2 img {
    max-width: 340px
  }
  #cm #aboutJohnson .outer .txt {
    padding: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4
  }
  #cm #aboutJohnson .outer .btn {
    width: 100%;
    margin-top: 20px
  }
  #cm #aboutJohnson .outer .btn a {
    width: 94%;
    height: auto;
    max-width: 320px;
    padding: 15px 3%;
    margin: 5px auto;
    font-size: 13px;
    font-size: 1.3rem
  }
}

#cm #channel {
  max-width: 900px;
  margin: 0 auto;
	border-top: 1px solid #8b0000;
}

#cm #channel .txt {
  width: 532px;
  padding: 94px 0 0;
  float: left
}

#cm #channel ul {
  width: 177px;
  padding: 30px 0 0;
  float: right
}

#cm #channel ul li {
  width: 158px;
  float: left;
  padding-left: 18px
}

#cm #channel ul li a {
  display: block;
  padding: 6px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

@media screen and (max-width:740px) {
  #cm #channel {
    padding: 0 6%;
  }
  #cm #channel .txt {
    width: 100%;
    padding: 10% 0 0;
    float: none
  }
  #cm #channel .txt img {
    max-width: 532px
  }
  #cm #channel ul {
    width: 100%;
    padding: 10px 0 0;
    float: none;
    text-align: center
  }
  #cm #channel ul li {
    display: inline-block;
    float: none;
    width: 42%;
    max-width: 145px;
    padding: 0;
    margin: 0 2%
  }
}

/* アルコール除菌 */
#jokin_cm {
	background: #b1e6ff;
}
#jokin_cm .movieBox h3,
#jokin_cm .movieBox .txt {
	color: #3d5593;
}
#jokin_cm .movieBox .btn a {
	border: 1px solid #47b5ec;
}
#jokin_cm .movieBox .btn a::after {
	border-top-color: #3d5593;
	border-right-color: #3d5593;
}  
#jokin_cm #channel {
	border-top-color: #3d5593;
}
@media screen and (max-width:740px) {
	#jokin_cm .contentWrap {
		padding-top: 107px;
	}
}


/*--------------------------------------------------------
　製品ページ共通
--------------------------------------------------------*/
.productWrap>h1 {
  text-align: center;
  margin: 0;
  /*padding: 40px 0 30px*/
  padding: 0 0 10px
}

@media screen and (max-width:740px) {
  .productWrap>h1 {
    padding: 0;
    width: 86%;
    margin: 0 auto
  }
}

.productWrap .eyecatch {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative
}

@media screen and (max-width:740px) {
  .productWrap .eyecatch {
    width: 100%;
    padding: 10px 0
  }
}

.productWrap #itemNavi {
  width: 900px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11
}

.productWrap #itemNavi ul {
  display: table;
  width: 100%;
  height: 50px
}

.productWrap #itemNavi ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #001e96;
  background: -webkit-gradient(linear, left top, left bottom, from(#0bf), to(#001e96));
  background: -webkit-linear-gradient(top, #0bf 0, #001e96 100%);
  background: linear-gradient(to bottom, #0bf 0, #001e96 100%);
  border-right: 1px solid #0052b9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/*price*/
.productWrap #itemNavi ul li.price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: #fea700;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc01), to(#fea700));
  background: -webkit-linear-gradient(top, #fffc01 0, #fea700 100%);
  background: linear-gradient(to bottom, #fffc01 0, #fea700 100%);
  border-right: 1px solid #0052b9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.productWrap #itemNavi ul li a {
  display: block;
  padding-top: 18px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none
}

/*price*/
.productWrap #itemNavi ul li.price a{
	color: #222;
	font-weight: bold;
}

.productWrap #itemNavi ul li a.line2 {
  padding-top: 10px;
  height: 40px
}

.productWrap #itemNavi ul li:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#0084ff), to(#000f78));
  background: -webkit-linear-gradient(top, #0084ff 0, #000f78 100%);
  background: linear-gradient(to bottom, #0084ff 0, #000f78 100%)
}
/*price*/
.productWrap #itemNavi ul li.price:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde800), to(#fd7100));
  background: -webkit-linear-gradient(top, #fde800 0, #fd7100 100%);
  background: linear-gradient(to bottom, #fde800 0, #fd7100 100%);
}


.productWrap #itemNavi ul li:first-child {
  width: 55px
}

.productWrap #itemNavi ul li:last-child {
  border-right: none
}

.productWrap #itemNavi ul li:last-child img {
  vertical-align: middle
}

.productWrap #itemNavi ul li:last-child span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 2px
}

.productWrap #itemNavi.fixed {
  position: fixed;
  top: 84px;
  left: 50%;
  margin: 0 0 0 -450px
}

.productWrap #itemNavi_sp {
  display: none
}

@media screen and (max-width:740px) {
  .productWrap #itemNavi {
    display: none
  }
  .productWrap #itemNavi_sp {
    display: block;
    position: relative
  }
  .productWrap #itemNavi_sp #menuHundle {
    background: 0 0;
    padding: 10px 6%
  }
  .productWrap #itemNavi_sp #menuHundle span {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#ccc));
    background: -webkit-linear-gradient(top, #fff 55%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 55%, #ccc 100%);
    border: 1px solid #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #e60012;
    padding: 6px 10px;
    border-radius: 3px;
    position: relative
  }
  .productWrap #itemNavi_sp #menuHundle span::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-top: 6px solid #e60012;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px
  }
  .productWrap #itemNavi_sp #menuHundle.open span::after {
    border: 6px solid transparent;
    border-bottom: 6px solid #e60012;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -9px
  }
  .productWrap #itemNavi_sp ul {
    backgroud: #fff;
    background: rgba(255, 255, 255, .95);
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 97;
    width: 88%;
    padding: 5px 6%;
    display: none
  }
  .productWrap #itemNavi_sp ul li {
    border-bottom: 1px solid #e60012
  }
  .productWrap #itemNavi_sp ul li a {
    padding: 10px 0;
    display: block;
    color: #e60012;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem
  }
}

.productWrap #campaignArea {
  width: 900px;
  margin: 0 auto;
  padding: 50px 0
}

@media screen and (max-width:740px) {
  .productWrap #campaignArea {
    width: 88%;
    padding: 20px 0
  }
}

.productWrap .secWrap#feature, .productWrap .secWrap#howto, .productWrap .secWrap#reason, .productWrap .secWrap#summary, .productWrap .secWrap#useful, .productWrap .secWrap#voice, .productWrap .secWrap#checkprice, .productWrap .secWrap#product {
  position: relative;
  background: url(../img/common/bg_section02.png) repeat-x
}

.productWrap .secWrap#feature>h2, .productWrap .secWrap#howto>h2, .productWrap .secWrap#reason>h2, .productWrap .secWrap#summary>h2, .productWrap .secWrap#useful>h2, .productWrap .secWrap#voice>h2, .productWrap .secWrap#checkprice>h2, .productWrap .secWrap#product>h2 {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 1280px;
  margin-left: -640px;
  background: url(../img/common/bg_ttl02.png) center top no-repeat
}

.productWrap .secWrap#feature>h2 .sp, .productWrap .secWrap#howto>h2 .sp, .productWrap .secWrap#reason>h2 .sp, .productWrap .secWrap#summary>h2 .sp, .productWrap .secWrap#useful>h2 .sp, .productWrap .secWrap#voice>h2 .sp, .productWrap .secWrap#checkprice>h2 .sp, .productWrap .secWrap#product>h2 .sp {
  display: none
}

.productWrap .secWrap#feature .inner, .productWrap .secWrap#howto .inner, .productWrap .secWrap#reason .inner, .productWrap .secWrap#summary .inner, .productWrap .secWrap#useful .inner, .productWrap .secWrap#voice .inner, .productWrap .secWrap#checkprice .inner, .productWrap .secWrap#product .inner {
  width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 160px 50px 50px
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#feature, .productWrap .secWrap#howto, .productWrap .secWrap#reason, .productWrap .secWrap#summary, .productWrap .secWrap#useful, .productWrap .secWrap#voice, .productWrap .secWrap#checkprice, .productWrap .secWrap#product {
    background: #e60012
  }
  .productWrap .secWrap#feature>h2, .productWrap .secWrap#howto>h2, .productWrap .secWrap#reason>h2, .productWrap .secWrap#summary>h2, .productWrap .secWrap#useful>h2, .productWrap .secWrap#voice>h2, .productWrap .secWrap#checkprice>h2, .productWrap .secWrap#product>h2 {
    background: url(../img/common/bg_ttl_sp.png) center top no-repeat;
    background-size: 100% auto;
    min-height: 0;
    height: 0;
    padding: 0 0 31.25%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0
  }
  .productWrap .secWrap#feature>h2 .pc, .productWrap .secWrap#howto>h2 .pc, .productWrap .secWrap#reason>h2 .pc, .productWrap .secWrap#summary>h2 .pc, .productWrap .secWrap#useful>h2 .pc, .productWrap .secWrap#voice>h2 .pc, .productWrap .secWrap#checkprice>h2 .pc, .productWrap .secWrap#product>h2 .pc {
    display: none
  }
  .productWrap .secWrap#feature>h2 .sp, .productWrap .secWrap#howto>h2 .sp, .productWrap .secWrap#reason>h2 .sp, .productWrap .secWrap#summary>h2 .sp, .productWrap .secWrap#useful>h2 .sp, .productWrap .secWrap#voice>h2 .sp, .productWrap .secWrap#checkprice>h2 .sp, .productWrap .secWrap#product>h2 .sp {
    display: block
  }
  .productWrap .secWrap#feature .inner, .productWrap .secWrap#howto .inner, .productWrap .secWrap#reason .inner, .productWrap .secWrap#summary .inner, .productWrap .secWrap#useful .inner, .productWrap .secWrap#voice .inner, .productWrap .secWrap#checkprice .inner, .productWrap .secWrap#product .inner {
    padding: 34% 0 6%;
    margin: 0 auto;
    width: 88%
  }
}

.productWrap .secWrap#feature dl {
  margin: 0
}

.productWrap .secWrap#feature dl dd, .productWrap .secWrap#feature dl dt {
  margin: 0;
  padding: 0
}

.productWrap .secWrap#feature dl dd {
  width: 640px;
  margin: 0 auto 40px
}

.productWrap .secWrap#feature dl .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6
}

.productWrap .secWrap#feature dl .note {
  font-size: 14px;
  font-size: 1.4rem
}

.productWrap .secWrap#reason .lead .sp {
  display: none
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#feature dl {
    padding: 0 4%
  }
  .productWrap .secWrap#feature dl dd {
    width: 100%;
    margin: 0 auto 8%
  }
  .productWrap .secWrap#feature dl dd .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .productWrap .secWrap#feature dl dd .note {
    font-size: 12px;
    font-size: 1.2rem
  } 
  .productWrap .secWrap#feature .feature_dtl01 .img{
    width: 89.3%;
    margin: 1em auto 0;
  }
  .productWrap .secWrap#feature .feature_dtl01 .note{
    margin-top: 
  }
  .productWrap .secWrap#reason .lead .pc {
    display: none
  }
  .productWrap .secWrap#reason .lead .sp {
    display: block
  }
}

.productWrap .secWrap#howto ol {
  margin: 20px 0 0;
  padding: 0
}

.productWrap .secWrap#howto ol li .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  color: #e60012;
  font-weight: 700;
  min-height: 32px;
  margin: 0 0 10px;
  padding-left: 46px;
  padding-top: 4px
}

.productWrap .secWrap#howto ol li .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 20px
}

.productWrap .secWrap#howto ol li .txt .note {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}

.productWrap .secWrap#howto ol li .txt .note:first-of-type {
  margin-top: 5px;
}

.productWrap .secWrap#howto ol li.num01 .ttl {
  background: url(../img/products/icon_num01.png) no-repeat;
  background-size: 36px 36px
}

.productWrap .secWrap#howto ol li.num02 .ttl {
  background: url(../img/products/icon_num02.png) no-repeat;
  background-size: 36px 36px
}

.productWrap .secWrap#howto ol li.num03 .ttl {
  background: url(../img/products/icon_num03.png) no-repeat;
  background-size: 36px 36px
}

.productWrap .secWrap#howto ol li.num04 .ttl {
  background: url(../img/products/icon_num04.png) no-repeat;
  background-size: 36px 36px
}

.productWrap .secWrap#howto ol li.num05 .ttl {
  background: url(../img/products/icon_num05.png) no-repeat;
  background-size: 36px 36px
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#howto ol {
    margin: 0
  }
  .productWrap .secWrap#howto ol li .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    min-height: 28px;
    margin: 0 0 10px;
    padding: 0 0 0 34px
  }
  .productWrap .secWrap#howto ol li .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
  .productWrap .secWrap#howto ol li .txt .note {
    font-size: 12px;
    font-size: 1.2rem
  }
  .productWrap .secWrap#howto ol li.num01 .ttl, .productWrap .secWrap#howto ol li.num02 .ttl, .productWrap .secWrap#howto ol li.num03 .ttl, .productWrap .secWrap#howto ol li.num04 .ttl, .productWrap .secWrap#howto ol li.num05 .ttl {
    background-size: 28px 28px;
    background-position: 0 0
  }
}

.productWrap .secWrap#howto .notice, .productWrap .secWrap#howto .readme {
  border: 1px solid #aeaeae;
  margin-top: 20px;
  padding: 20px 80px;
  line-height: 1.4
}

.productWrap .secWrap#howto .notice .ttl, .productWrap .secWrap#howto .readme .ttl {
  text-align: center;
  margin: 0 0 10px
}

.productWrap .secWrap#howto .notice ul li, .productWrap .secWrap#howto .readme ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em
}

.productWrap .secWrap#howto .notice ul li:after, .productWrap .secWrap#howto .readme ul li:after {
  content: "\30FB";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#howto .notice, .productWrap .secWrap#howto .readme {
    width: 80%;
    margin: 20px auto 0;
    padding: 4%;
    font-size: 11px;
    font-size: 1.1rem
  }
}

.productWrap .secWrap#howto .caution {
  width: 640px;
	margin: 20px auto;
	padding: 15px;
	border: 1px solid #aeaeae;
  box-sizing: border-box;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
.productWrap .secWrap#howto .caution p {
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#howto .caution {
    width: 88%;
    padding: 4%;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .productWrap .secWrap#howto .caution p br {
    display: none;
  }
}

.productWrap .secWrap#howto .toggleBox {
  margin-top: 20px
}

.productWrap .secWrap#howto .toggleBox h3 {
  background: #e60012;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 16px 20px;
  margin: 0;
  position: relative
}

.productWrap .secWrap#howto .toggleBox h3::after, .productWrap .secWrap#howto .toggleBox h3::before {
  content: "";
  background: #fff;
  position: absolute
}

.productWrap .secWrap#howto .toggleBox h3::before {
  width: 3px;
  height: 15px;
  top: 50%;
  right: 26px;
  margin-top: -7px
}

.productWrap .secWrap#howto .toggleBox h3::after {
  width: 15px;
  height: 3px;
  top: 50%;
  right: 20px;
  margin-top: -1px
}

.productWrap .secWrap#howto .toggleBox h3.open::before {
  background: 0 0
}

.productWrap .secWrap#howto .toggleBox .inner {
  width: 728px;
  padding: 20px 35px;
  margin: 0 auto;
  border: 1px solid #e60012;
  display: none
}

.productWrap .secWrap#howto .toggleBox.amount .inner table td, .productWrap .secWrap#howto .toggleBox.amount .inner table th {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 15px;
  vertical-align: top
}

.productWrap .secWrap#howto .toggleBox.amount .inner {
  text-align: center
}

.productWrap .secWrap#howto .toggleBox.amount .inner table {
  width: 670px;
  margin: 10px auto;
  text-align: left;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-spacing: 0
}

.productWrap .secWrap#howto .toggleBox.amount .inner table th {
  background: #f1f1f1;
  width: 90px
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#howto .toggleBox {
    width: 88%;
    margin-left: auto;
    margin-right: auto
  }
  .productWrap .secWrap#howto .toggleBox h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px
  }
  .productWrap .secWrap#howto .toggleBox h3::before {
    right: 20px;
    width: 2px
  }
  .productWrap .secWrap#howto .toggleBox h3::after {
    right: 14px;
    height: 2px
  }
  .productWrap .secWrap#howto .toggleBox .inner {
    padding: 11px 11px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .productWrap .secWrap#howto .toggleBox.amount .inner {
    text-align: left
  }
  .productWrap .secWrap#howto .toggleBox.amount .inner table {
    width: 100%
  }
  .productWrap .secWrap#howto .toggleBox.amount .inner table th {
    width: 50px;
    padding: 10px
  }
  .productWrap .secWrap#howto .toggleBox.amount .inner table td {
    padding: 10px
  }
}

.productWrap .secWrap#voice .pickup {
	width: 406px;
	margin: 15px auto 0;
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#voice .pickup {
    width: 60%;
		margin: 10px auto 0;
  }
}

.productWrap .secWrap#voice .reviewWrap {
  margin-top: 20px;
  padding: 20px 40px;
  border: 1px solid #aeaeae
}

.productWrap .secWrap#voice .reviewWrap .scrollBox {
  width: 100%;
  height: 360px;
  position: relative
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#voice .reviewWrap .scrollBox {
    height: 260px
  }
}

.productWrap .secWrap#voice .reviewWrap .scrollBox .viewport {
  height: 360px;
  overflow: hidden;
  position: relative
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#voice .reviewWrap .scrollBox .viewport {
    height: 260px;
    width: 96%
  }
}

.productWrap .secWrap#voice .reviewWrap .scrollBox .overview {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%
}

.productWrap .secWrap#voice .reviewWrap .scrollBox .scrollbar {
  background: #f1f1f1;
  position: absolute;
  right: -20px;
  top: 0;
  width: 10px;
  border-radius: 5px
}

.productWrap .secWrap#voice .reviewWrap .scrollBox .track {
  height: 100%;
  width: 10px;
  position: relative;
  border-radius: 5px
}

.productWrap .secWrap#voice .reviewWrap .scrollBox .thumb {
  background: #e60012;
  height: 20px;
  width: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 1px;
  border-radius: 4px
}

.productWrap .secWrap#voice .reviewWrap li {
  background: url(../img/products/icon_customer.png) no-repeat;
  background-size: 42px 42px;
  padding-left: 50px
}

.productWrap .secWrap#voice .reviewWrap li .stars {
  margin: 8px 0 0
}

.productWrap .secWrap#voice .reviewWrap li .txt {
  margin: 8px 0 30px
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#voice .reviewWrap .scrollBox .scrollbar {
    right: 0
  }
  .productWrap .secWrap#voice .reviewWrap {
    width: 86%;
    padding: 3%;
    margin-right: auto;
    margin-left: auto
  }
  .productWrap .secWrap#voice .reviewWrap li {
    background-size: 25px 25px;
    padding-left: 30px
  }
  .productWrap .secWrap#voice .reviewWrap li .stars {
    margin: 0
  }
  .productWrap .secWrap#voice .reviewWrap li .stars img {
    width: 14px
  }
}

.productWrap .secWrap#voice .shareBox {
  text-align: center;
  margin-top: 50px
}

.productWrap .secWrap#voice .shareBox .balloon {
  margin-bottom: 15px
}

.productWrap .secWrap#voice .shareBox .fbBtn, .productWrap .secWrap#voice .shareBox .twBtn {
  width: 390px;
  display: inline-block
}

.productWrap .secWrap#voice .shareBox .fbBtn a, .productWrap .secWrap#voice .shareBox .twBtn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 14px 0;
  border-radius: 5px
}

.productWrap .secWrap#voice .shareBox .fbBtn a i, .productWrap .secWrap#voice .shareBox .twBtn a i {
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 10px
}

.productWrap .secWrap#voice .shareBox .twBtn {
  margin-right: 7px
}

.productWrap .secWrap#voice .shareBox .twBtn a {
  background: #55adef;
  -webkit-box-shadow: 0 5px 0 0 #047cbf;
  box-shadow: 0 5px 0 0 #047cbf
}

.productWrap .secWrap#voice .shareBox .fbBtn {
  margin-left: 7px
}

.productWrap .secWrap#voice .shareBox .fbBtn a {
  background: #3b589e;
  -webkit-box-shadow: 0 5px 0 0 #1d396b;
  box-shadow: 0 5px 0 0 #1d396b
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#voice .shareBox {
    width: 92%;
    margin: 20px auto 0
  }
  .productWrap .secWrap#voice .shareBox .balloon {
    margin-bottom: 10px
  }
  .productWrap .secWrap#voice .shareBox .fbBtn, .productWrap .secWrap#voice .shareBox .twBtn {
    width: 100%;
    margin: 0 0 15px
  }
  .productWrap .secWrap#voice .shareBox .fbBtn a, .productWrap .secWrap#voice .shareBox .twBtn a {
    padding: 8px 0;
    font-size: 16px;
    font-size: 1.6rem
  }
}

.productWrap .secWrap#useful .inner {
  width: 820px;
  padding-left: 40px;
  padding-right: 40px
}

.productWrap .secWrap#useful ul {
  padding-top: 20px;
  text-align: left;
  letter-spacing: -.4em
}

.productWrap .secWrap#useful ul li {
  text-align: left;
  width: 390px;
  margin: 10px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top
}

.productWrap .secWrap#useful ul li img {
  width: 100%;
  height: auto
}

.productWrap .secWrap#useful ul li .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #3d5593;
  font-weight: 700;
  margin: .5em 0
}

.productWrap .secWrap#useful ul li .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0
}

.productWrap .secWrap#useful ul.bnr_single li {
  display: block;
  width: 522px;
  margin: 10px auto 0
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#useful .inner {
    width: 88%;
    padding-left: 0;
    padding-right: 0
  }
  .productWrap .secWrap#useful ul {
    padding: 0;
    width: 92%;
    margin: 0 auto;
    letter-spacing: normal
  }
  .productWrap .secWrap#useful ul li {
    width: 100%;
    margin: 0 0 20px
  }
  .productWrap .secWrap#useful ul li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0
  }
  .productWrap .secWrap#useful ul li .txt {
    font-size: 14px;
    font-size: 1.4rem
  }
  .productWrap .secWrap#useful ul.bnr_single li {
    width: 100%
  }
}

.productWrap .secWrap#summary .itemlist,
.productWrap .secWrap#checkprice .itemlist {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -.4em
}

.productWrap .secWrap#summary .itemlist>li,
.productWrap .secWrap#checkprice .itemlist>li {
  display: inline-block;
  width: 175px;
  margin: 0 30px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal
}

.productWrap .secWrap#summary .itemlist>li .package,
.productWrap .secWrap#checkprice .itemlist>li .package {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4
}

.productWrap .secWrap#summary .itemlist>li .package img,
.productWrap .secWrap#checkprice .itemlist>li .package img {
  width: 156px;
  height: auto
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink {
  margin-top: 10px;
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink li,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li {
  width: 100%;
  height: 60px;
  font-size: 0;
  border-radius: 5px;
  margin: 12px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink li a,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li a {
  display: block;
  width: 100%;
  height: 100%
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-amazon a,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-amazon a {
  background: url(../../assets/img/common/logo_amazon.png) center center no-repeat;
  background-size: 130px auto
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-rakuten a,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-rakuten a {
  background: url(../../assets/img/common/logo_rakuten.png) center center no-repeat;
  background-size: 130px auto
}

.productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-lohaco a,
.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-lohaco a {
  background: url(../../assets/img/common/logo_lohaco.png) center center no-repeat;
  background-size: 130px auto
}

.productWrap .secWrap#summary .itemlist>li.item_single,
.productWrap .secWrap#checkprice .itemlist>li.item_single {
  width: 350px
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#summary .itemlist,
	.productWrap .secWrap#checkprice .itemlist {
    margin-top: 0
  }
  .productWrap .secWrap#summary .itemlist>li,
	.productWrap .secWrap#checkprice .itemlist>li {
    width: 42%;
    margin: 0 2%
  }
  .productWrap .secWrap#summary .itemlist>li .package,
	.productWrap .secWrap#checkprice .itemlist>li .package {
    font-size: 14px;
    font-size: 1.4rem
  }
  .productWrap .secWrap#summary .itemlist>li .package img,
	.productWrap .secWrap#checkprice .itemlist>li .package img {
    width: 70%
  }
  .productWrap .secWrap#summary .itemlist>li>ul.list-EClink li,
	.productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li {
    height: 50px
  }
  .productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-amazon a, .productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-lohaco a, .productWrap .secWrap#summary .itemlist>li>ul.list-EClink li.btn-rakuten a, .productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-amazon a, .productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-lohaco a, .productWrap .secWrap#checkprice .itemlist>li>ul.list-EClink li.btn-rakuten a {
    background-size: 100px 35px
  }
  .productWrap .secWrap#summary .itemlist>li.item_single,
	.productWrap .secWrap#checkprice .itemlist>li.item_single {
    width: 88%
  }
  .productWrap .secWrap#summary .itemlist>li.item_single .package img,
	.productWrap .secWrap#checkprice .itemlist>li.item_single .package img {
    width: 40%
  }
}

.productWrap .secWrap#summary table,
.productWrap .secWrap#product table {
  width: 640px;
  margin: 20px auto 0;
  border-top: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border-collapse: collapse
}

.productWrap .secWrap#summary table tr,
.productWrap .secWrap#product table tr {
  border-bottom: 1px solid #000
}

.productWrap .secWrap#summary table td, .productWrap .secWrap#summary table th,
.productWrap .secWrap#product table td, .productWrap .secWrap#product table th {
  padding: 10px
}

.productWrap .secWrap#summary table th,
.productWrap .secWrap#product table th {
  text-align: center;
  width: 20%
}

@media screen and (max-width:740px) {
  .productWrap .secWrap#summary table {
    margin-top: 0;
  }
  .productWrap .secWrap#summary table,
	.productWrap .secWrap#product table {
    width: 92%;
    font-size: 14px;
    font-size: 1.4rem
  }
  .productWrap .secWrap#summary table th,
	.productWrap .secWrap#product table th {
    width: 30%
  }
}

.productWrap #faq {
  margin-top: 20px;
  padding-bottom: 50px
}

.productWrap #faq .question {
  width: 900px;
  margin: 10px auto 0
}

.productWrap #faq .question a {
  display: block;
  padding: 22px 60px 18px;
  border: 1px solid #666;
  color: #e60012;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
  background: url(../img/faq/icon_question.png) 20px center no-repeat #fff;
  background-size: 30px 30px;
  min-height: 30px;
  position: relative
}

.productWrap #faq .btnMore a::after, .productWrap #faq .question a::after {
  height: 8px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  content: "";
  top: 50%
}

.productWrap #faq .question a::after {
  width: 8px;
  position: absolute;
  margin-top: -3px;
  transform: rotate(45deg)
}

.productWrap #faq .btnMore {
  width: 392px;
  margin: 12px auto 0
}

.productWrap #faq .btnMore a {
  display: block;
  width: 362px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative
}

.productWrap #faq .btnMore a::after {
  width: 8px;
  position: absolute;
  margin-top: -3px;
  transform: rotate(45deg)
}

@media screen and (max-width:740px) {
  .productWrap #faq .question {
    width: 88%
  }
  .productWrap #faq .question a {
    padding: 10px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    background-size: 20px 20px;
    background-position: 10px center;
    min-height: 20px
  }
  .productWrap #faq .question br {
    display: none
  }
  .productWrap #faq .btnMore {
    width: 100%;
    margin: 30px auto 0
  }
  .productWrap #faq .btnMore a {
    width: 82%;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 3%;
    font-size: 13px;
    font-size: 1.3rem
  }
}

.productWrap #firstaid .summary {
  width: 900px;
  margin: 20px auto;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem
}

.productWrap #firstaid .summary span {
  text-decoration: underline
}

.productWrap #firstaid .emergencySingle {
  width: 900px;
  margin: 10px auto 0
}

.productWrap #firstaid .emergencySingle h3 {
  background: #fff;
  border: 1px solid #666;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #e60012;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  position: relative;
	cursor: pointer;
}

.productWrap #firstaid .emergencySingle h3 span {
  display: block;
  background: url(../img/faq/icon_question.png) left center no-repeat;
  background-size: 30px 30px;
  min-height: 30px;
  padding: 2px 0 0 40px
}

.productWrap #firstaid .emergencySingle h3::after, .productWrap #firstaid .emergencySingle h3::before {
  content: "";
  background: #e60012;
  position: absolute
}

.productWrap #firstaid .emergencySingle h3::before {
  width: 3px;
  height: 15px;
  top: 50%;
  right: 26px;
  margin-top: -7px
}

.productWrap #firstaid .emergencySingle h3::after {
  width: 15px;
  height: 3px;
  top: 50%;
  right: 20px;
  margin-top: -1px
}

.productWrap #firstaid .emergencySingle h3.open::before {
  background: 0 0
}

.productWrap #firstaid .emergencySingle .answer {
  padding: 30px 60px;
  background: url(../img/faq/icon_answer.png) 20px 24px no-repeat #fff;
  background-size: 30px 30px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  display: none
}

@media screen and (max-width:740px) {
  .productWrap #firstaid .summary {
    width: 88%;
    font-size: 14px;
    font-size: 1.4rem
  }
  .productWrap #firstaid .summary a {
    color: #fff
  }
  .productWrap #firstaid .emergencySingle {
    width: 88%
  }
  .productWrap #firstaid .emergencySingle h3 {
    padding: 10px 40px 10px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4
  }
  .productWrap #firstaid .emergencySingle h3 span {
    background-size: 20px 20px;
    min-height: 20px;
    padding: 0 0 0 30px
  }
  .productWrap #firstaid .emergencySingle h3::before {
    width: 2px;
    right: 20px
  }
  .productWrap #firstaid .emergencySingle h3::after {
    height: 2px;
    right: 14px
  }
  .productWrap #firstaid .emergencySingle .answer {
    background-position: 10px 10px;
    background-size: 20px 20px;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4
  }
  .productWrap #firstaid .emergencySingle .answer table {
    display: none
  }
  .productWrap #firstaid .emergencySingle .answer dl.spDisplay {
    display: block
  }
  .productWrap #firstaid .emergencySingle .answer dl.spDisplay dt {
    width: 217px
  }
  .productWrap #firstaid .emergencySingle .answer dl.spDisplay dd {
    margin: 0
  }
}


/*--------------------------------------------------------
　ちょっとイケてるカビ退治
--------------------------------------------------------*/
.iketeruWrap>h1 {
  text-align: center;
  margin: 0;
  padding: 40px 0 20px
}

@media screen and (max-width:740px) {
  .iketeruWrap>h1 {
    padding: 0;
    width: 88%;
    margin: 0 auto
  }
}

.iketeruWrap .iketeruInner {
  width: 900px;
  margin: 0 auto;
  padding: 0 0 50px;
  background: #fff
}

.iketeruWrap .iketeruInner>h2 {
  background: url(../img/iketeru/bg_ttl.png) center top no-repeat;
  background-size: 900px 170px;
  text-align: center;
  min-height: 140px;
  margin: 0;
  padding: 30px 0 20px
}

.iketeruWrap .iketeruInner>h2.sp {
  display: none
}

@media screen and (max-width:740px) {
  .iketeruWrap .iketeruInner {
    width: 88%;
    padding-bottom: 6%
  }
  .iketeruWrap .iketeruInner>h2 {
    background: url(../img/iketeru/bg_ttl_sp.png) center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    min-height: 0;
    height: 0;
    padding: 0 0 37%;
    position: relative;
    top: 0;
    left: 0
  }
  .iketeruWrap .iketeruInner>h2 img {
    display: block;
    position: absolute;
    width: 96%;
    top: 15%;
    left: 50%;
    margin-left: -48%
  }
  .iketeruWrap .iketeruInner>h2.pc {
    display: none
  }
  .iketeruWrap .iketeruInner>h2.sp {
    display: block;
    background: url(../img/iketeru/bg_ttl_sp02.png) center top no-repeat;
    background-size: 100% auto;
    padding: 0 0 44%
  }
  .iketeruWrap .iketeruInner>h2.sp img {
    top: 12%
  }
}

.iketeruWrap .iketeruInner#con01 figure {
  width: 800px;
  margin: 10px auto 0
}

.iketeruWrap .iketeruInner#con01 figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px
}

@media screen and (max-width:740px) {
  .iketeruWrap .iketeruInner#con01 figure {
    width: 92%
  }
  .iketeruWrap .iketeruInner#con01 figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.iketeruWrap .iketeruInner .notice, .iketeruWrap .iketeruInner .readme {
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aeaeae;
  margin: 20px auto 0;
  padding: 20px 110px;
  line-height: 1.4
}

.iketeruWrap .iketeruInner .notice .ttl, .iketeruWrap .iketeruInner .readme .ttl {
  text-align: center;
  margin: 0 0 10px
}

.iketeruWrap .iketeruInner .notice ul li, .iketeruWrap .iketeruInner .readme ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em
}

.iketeruWrap .iketeruInner .notice ul li:after, .iketeruWrap .iketeruInner .readme ul li:after {
  content: "\30FB";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0
}

.iketeruWrap .iketeruInner#con03 .lead .sp {
  display: none
}

@media screen and (max-width:740px) {
  .iketeruWrap .iketeruInner .notice, .iketeruWrap .iketeruInner .readme {
    width: 80%;
    margin: 20px auto 0;
    padding: 4%;
    font-size: 11px;
    font-size: 1.1rem
  }
  .iketeruWrap .iketeruInner#con03 .lead .pc {
    display: none
  }
  .iketeruWrap .iketeruInner#con03 .lead .sp {
    display: block
  }
}

.iketeruWrap .iketeruInner#storeList .productWrap {
  text-align: center
}

.iketeruWrap .iketeruInner#storeList .productWrap h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  color: #3d5593;
  margin: 0 0 20px
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist {
  letter-spacing: -.4em
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li {
  display: inline-block;
  width: 175px;
  margin: 0 30px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li .package {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li .package img {
  width: 156px;
  height: auto
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink {
  margin-top: 10px;
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li {
  width: 100%;
  height: 60px;
  font-size: 0;
  border-radius: 5px;
  margin: 10px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#e1e1e1));
  background: -webkit-linear-gradient(top, #fff 55%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #fff 55%, #e1e1e1 100%);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2)
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li a {
  display: block;
  width: 100%;
  height: 100%
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-amazon a {
  background: url(../../assets/img/common/logo_amazon.png) center center no-repeat;
  background-size: 130px auto
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-rakuten a {
  background: url(../../assets/img/common/logo_rakuten.png) center center no-repeat;
  background-size: 130px auto
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-lohaco a {
  background: url(../../assets/img/common/logo_lohaco.png) center center no-repeat;
  background-size: 130px auto
}

.iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li.item_single {
  width: 350px
}

@media screen and (max-width:740px) {
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li {
    width: 42%;
    margin: 0 2%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li .package {
    font-size: 14px;
    font-size: 1.4rem
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li .package img {
    width: 70%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li {
    height: 50px
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-amazon a, .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-lohaco a, .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li>ul.list-EClink li.btn-rakuten a {
    background-size: 100px 35px
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li.item_single {
    width: 88%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist>li.item_single .package img {
    width: 40%
  }
}

.iketeruWrap .iketeruInner#storeList .productWrap .btn {
  width: 350px;
  margin: 10px auto 40px
}

.iketeruWrap .iketeruInner#storeList .productWrap .btn a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: left;
  padding: 20px 15px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative
}

.iketeruWrap .iketeruInner#storeList .productWrap .btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.iketeruWrap .iketeruInner#storeList .banner {
  text-align: center
}

@media screen and (max-width:740px) {
  .iketeruWrap .iketeruInner#storeList .productWrap h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 10px
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li {
    width: 42%;
    margin: 0 2% 10px;
    font-size: 14px;
    font-size: 1.4rem
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li .img img {
    width: 70%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li .buy a {
    padding: 6px 5%;
    width: 90%;
    font-size: 14px;
    font-size: 1.4rem
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li .buy a::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 10px;
    margin-top: -10px
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li.item_single {
    width: 88%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li.item_single .img img {
    width: 40%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .itemlist li.item_single .buy a {
    width: 90%;
    padding: 6% 5%
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .btn {
    width: 100%;
    margin: 0 auto
  }
  .iketeruWrap .iketeruInner#storeList .productWrap .btn a {
    width: 82%;
    max-width: 320px;
    margin: 0 auto;
    padding: 15px 3%;
    font-size: 13px;
    font-size: 1.3rem
  }
  .iketeruWrap .iketeruInner#storeList .banner {
    width: 92%;
    margin: 0 auto
  }
}
.sp-visible{
  display: none;
}
@media screen and (max-width:740px){
  .sp-visible{
    display: block;
  }
}


/*--------------------------------------------------------
　メカニズム
--------------------------------------------------------*/
#mechanism {
  margin-top: 40px;
  background: url(../img/products/mechanism_bg_h.gif) left bottom no-repeat #f6f2dd;
  position: relative
}

#mechanism::after {
  content: "";
  width: 100%;
  height: 44px;
  background: url(../img/products/mechanism_bg_h.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 0
}

#mechanism .mechanism1 {
  padding: 44px 0
}

#mechanism .mechanism1 h3 {
  margin: 0;
  padding-bottom: 20px;
  text-align: center
}

#mechanism .mechanism1 figure {
  text-align: center;
  padding-bottom: 15px;
  margin: 0
}

#mechanism .mechanism1 ol {
  width: 600px;
  margin: 0 auto;
  background: #cec8ae;
  text-align: center;
  padding: 14px 0 10px
}

#mechanism .mechanism1 ol li {
  background: url(../img/products/mechanism_arrow.png) center bottom no-repeat;
  padding-bottom: 18px;
  margin-bottom: 6px
}

#mechanism .mechanism1 ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  background: 0 0
}

#mechanism .mechanism1 .note {
  display: block;
  width: 600px;
  margin: 5px auto 0
}

#mechanism .mechanism2 {
  padding-bottom: 40px
}

#mechanism .mechanism2 h3 {
  margin: 0;
  padding-bottom: 20px;
  text-align: center
}

#mechanism .mechanism2 .txt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -.05em;
  width: 600px;
  margin: 0 auto 20px
}

#mechanism .mechanism2 .img {
  text-align: center
}

#mechanism_sp {
  display: none
}

@media screen and (max-width:740px) {
  #mechanism {
    display: none
  }
  #mechanism_sp {
    display: block;
    width: 92%;
    margin: 20px auto 0;
    background: url(../img/products/mechanism_bg_h_sp.gif) left bottom no-repeat #f6f2dd;
    background-size: contain;
    position: relative
  }
  #mechanism_sp::after {
    content: "";
    width: 100%;
    height: 9%;
    background: url(../img/products/mechanism_bg_h_sp.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0
  }
  #mechanism_sp .mechanism1 {
    width: 88%;
    margin: 0 auto;
    padding: 9% 0 7%
  }
  #mechanism_sp .mechanism1 h3 {
    margin: 0 0 6px
  }
  #mechanism_sp .mechanism1 figure {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 73%;
    position: relative
  }
  #mechanism_sp .mechanism1 figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
  }
  #mechanism_sp .mechanism1 ol {
    margin: 0;
    padding: 3%;
    background: #cec8ae;
    text-align: center
  }
  #mechanism_sp .mechanism1 ol li {
    background: url(../img/products/mechanism_arrow.png) center bottom no-repeat;
    background-size: 16px 10px;
    padding-bottom: 12px;
    margin-bottom: 6px
  }
  #mechanism_sp .mechanism1 ol li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    background: 0 0
  }
  #mechanism_sp .mechanism1 .note {
    margin: 5px auto 0;
    font-size: 10px;
    font-size: 1rem
  }
  #mechanism_sp .mechanism2 {
    width: 88%;
    margin: 0 auto;
    padding: 0 0 9%
  }
  #mechanism_sp .mechanism2 h3 {
    margin: 0 0 6px
  }
  #mechanism_sp .mechanism2 .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto 10px
  }
  .shindan_pop #cboxLoadedContent iframe {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .shindan_pop #cboxLoadedContent .cboxIframe {
    width: 200%;
    height: 200%;
    background: #fff
  }
  .component_pop #cboxLoadedContent iframe {
    -webkit-transform: scale(.45);
    -ms-transform: scale(.45);
    transform: scale(.45);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .component_pop #cboxLoadedContent .cboxIframe {
    width: 222%;
    height: 222%;
    background: #fff
  }
  .component_pop #cboxLoadedContent, .shindan_pop #cboxLoadedContent {
    overflow: hidden!important
  }
}



/*--------------------------------------------------------
?@?ﾉ達???q?????[?r?[
--------------------------------------------------------*/
#gNavi ul li:last-child a {
	display: block;
	position: relative;
	z-index: 100;
}

#gNavi ul li a .datekimiko {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #ffff00;
	text-align: center;
	width: 150px;
	padding: 4px 0;
	border: 1px solid #ffffff;
	background: rgb(255,0,0);
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(170,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(170,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(170,0,0,1) 100%);
	border-radius: 6px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -75px;
	z-index: 100;
}

#gNavi ul li a .datekimiko::before,
#gNavi ul li a .datekimiko::after {
	content: "";
	width: 6px;
	height: 8px;
	border-top: 8px solid #ffffff;
	border-left: 6px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 6px solid transparent;
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	left: 50%;
	margin-left: -4px;
}

#gNavi ul li a .datekimiko::after {
	border-top: 8px solid #aa0000;
	top: 34px;
}

@media screen and (max-width: 740px) {
	#gNaviSP .inner .other li a .datekimiko {
		display: block;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.2;
		color: #ffff00;
		text-align: center;
		width: 130px;
		padding: 2px 0;
		border: 1px solid #ffffff;
		background: rgb(255,0,0);
		background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(170,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(170,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(255,0,0,1) 0%,rgba(170,0,0,1) 100%);
		border-radius: 6px;
		position: absolute;
		top: 50%;
		left: 150px;
		margin-top: -16px;
	}
	
	#gNaviSP .inner .other li a .datekimiko::before,
	#gNaviSP .inner .other li a .datekimiko::after {
		content: "";
		width: 8px;
		height: 6px;
		border-top: 6px solid transparent;
		border-left: 8px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 8px solid #ffffff;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: -17px;
		margin-top: -6px;
	}
	
	#gNaviSP .inner .other li a .datekimiko::after {
		border-right: 8px solid #d20000;
		left: -15px;
	}
  /*201809*/
  #cm .movieBox-border {
    border-bottom: 1px solid #8b0000;
  } 
  #cm .movieBox-noborder {
    border-bottom: none;
  } 

}


/*20210625*/
.c-shopsearch-btn {
  margin: 30px 0;
  text-align: center;
}
.c-shopsearch-btn button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
  transform: opacity .3s;
}
.c-shopsearch-btn button:hover {
  opacity: .7;
}
@media screen and (max-width: 740px) {
  .c-shopsearch-btn {
    width: 90%;
    margin: 20px auto;
  }
}
/*20241001*/
.kkrakurakujet,.kkokudake {
  position: relative;
}
.kkrakurakujet-icon,.kkokudake-icon {
  position: absolute;
  top: 0;
  right: 15px;
}
#index #lineup ul li .icon.new, #faq #faqList ul li .icon.new, #emergency #emergencyList ul li  .icon.new {
  position: absolute;
  top: 6px;
  left: 6px;
  right: auto;
}
.troubleBox .item.blank {
  border-top: none!important;
  border-bottom: none!important;
}
.troubleBox .sp {
  display: none;
}
.kkrakurakujet .sp-visible{
  display: none;
}
@media screen and (max-width: 740px) {
  .kkrakurakujet-icon,.kkokudake-icon {
    width: 8vw!important;
    height: 8vw!important;
    right: 0;
  }
  #index #lineup ul li .icon.new,#faq #faqList ul li .icon.new,#emergency #emergencyList ul li .icon.new {
    width: 8vw;
    height: 8vw;
  }
  .troubleBox .pc {
    display: none;
  }
  .troubleBox .sp {
    display: block;
  }
  .trouble08 .item{
    border-top: 1px dotted #e60012!important;
  }
  .trouble08 .example{
    padding: 0 5%;
  }
  .kkrakurakujet .sp-visible{
    display: block;
  }
}