/*-------------------------------------------------
メインビジュアルセクション
------------------------------------------------*/
article .mv{
  margin:0;
  position:relative;
  height: 534px;
}
article .mv h1{
  width:28%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width: 400px;
}

@media only screen and (max-width: 699px) {
  article .mv h1{
    width:68%;
  }
}

picture {
  display: block;
}


article .mv div{
  width:100%;
  white-space:nowrap;
  height: 100%;
  background-color:#2768b1;
  overflow:hidden;
}
article .mv div img{
  width:auto;
  max-width:160%;
  height:100%;
}


article .mv div img:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

article .mv div img:nth-child(2) {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

article .mv div img:nth-child(3) {
  -webkit-animation: loop2 80s  linear infinite;
  animation: loop2 80s linear infinite;
}


@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 699px) {
  article .mv div img{
    width:270%;
    max-width:270%;
  }
  
  article .mv div img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
    animation: loop 80s -40s linear infinite;
  }
  
  article .mv div img:last-child {
    -webkit-animation: loop2 80s linear infinite;
    animation: loop2 80s linear infinite;
  }
}



/*-------------------------------------------------
使えるね！日常の、いろんなときに。
------------------------------------------------*/
article .cont1{
  padding-bottom:60px;
  background:url(../img/top/cont1_bg.png)center top;
  background-size:100px auto;
}
article .cont1 h2{
  padding:40px 0 50px;
  background-color:#0068B7;
}
article .cont1 h2 img{
  width:480px;
}
article .cont1 #slide_nav{
  width:834px;
  margin:40px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article .cont1 #slide_nav li{
  width:263px;
  margin:10px 0;
  cursor:pointer;
}
article .cont1 #slide_nav li:hover{
  opacity:0.7;
}

article .cont1 #slide{
  width:900px;
  margin:60px auto 0;
  position:relative;
}

article .cont1 #slide #tit{
  position:relative;
  z-index:1;
  
}
article .cont1 #slide #tit li{
  color:#0068B7;
  font-size:18px;
}
article .cont1 #slide #tit li:nth-child(n+2){
  display:none;
}
article .cont1 #slide #tit li span{
  display:block;
  font-size:48px;
  color:#0068B7;
}

article .cont1 #slide #slick{
  margin-top:65px;
}
article .cont1 #slide #slick .item .main{
  position:relative;
}
article .cont1 #slide #slick .item .main p{
  padding-bottom:40px;
  font-size:22px;
  font-weight:bold;
}
article .cont1 #slide #slick .item .main p img{
  width:30px;
  margin-right:5px;
  display:inline-block;
  vertical-align:bottom;
}
article .cont1 #slide #slick .item .main p span{
  font-weight:bold;
}
article .cont1 #slide #slick .item .main ul li{
  width:56px;
  font-size:30px;
  font-weight:bold;
  color:#fff;
  position:absolute;
  transform:translate(-50%,50%);
  z-index:1;
  cursor:pointer;
}
article .cont1 #slide #slick .item .main ul li:before{
	content:'';
	display:block;
	width:100%;
	padding-top:100%;
  background-color:#0068B7;
  border-radius:50%;
	position:absolute;
  top:50%;
  z-index:-1;
  transform:translateY(-50%);
}
article .cont1 #slide #slick .item .main ul li.active:before{
  background-color:#FF4992;
}
/* 「くつろぐ」A～Dポイント位置 */
article .cont1 #slide #slick .item.scene1 .main ul li:first-child{
  bottom:52%;
  left:17.5%;
}
article .cont1 #slide #slick .item.scene1 .main ul li:nth-child(2){
  bottom:36%;
  left:36%;
}
article .cont1 #slide #slick .item.scene1 .main ul li:nth-child(3){
  bottom:57%;
  left:45%;
}
article .cont1 #slide #slick .item.scene1 .main ul li:nth-child(4){
  bottom:21%;
  left:38%;
}
article .cont1 #slide #slick .item.scene1 .main ul li:nth-child(5){
  bottom:60%;
  left:87%;
}

/* 「料理をする」A～Cポイント位置 */
article .cont1 #slide #slick .item.scene2 .main ul li:first-child{
  bottom:48%;
  left:40%;
}
article .cont1 #slide #slick .item.scene2 .main ul li:nth-child(2){
  bottom:31%;
  left:68%;
}
article .cont1 #slide #slick .item.scene2 .main ul li:nth-child(3){
  bottom:22%;
  left:51%;
}
article .cont1 #slide #slick .item.scene2 .main ul li:nth-child(4){
  bottom:36.5%;
  left:23.5%;
}
/* 「食事をする」A～Cポイント位置 */
article .cont1 #slide #slick .item.scene3 .main ul li:first-child{
  bottom:48%;
  left:30%;
}
article .cont1 #slide #slick .item.scene3 .main ul li:nth-child(2){
  bottom:29%;
  left:51%;
}
article .cont1 #slide #slick .item.scene3 .main ul li:nth-child(3){
  bottom:33%;
  left:64%;
}
/* 「子供と過ごす」A～Cポイント位置 */
article .cont1 #slide #slick .item.scene4 .main ul li:first-child{
  bottom:52%;
  left:52%;
}
article .cont1 #slide #slick .item.scene4 .main ul li:nth-child(2){
  bottom:29.5%;
  left:17%;
}
article .cont1 #slide #slick .item.scene4 .main ul li:nth-child(3){
  bottom:28%;
  left:62%;
}
/* 「おでかけする」A～Eポイント位置 */
article .cont1 #slide #slick .item.scene5 .main ul li:first-child{
  bottom:55%;
  left:90%;
}
article .cont1 #slide #slick .item.scene5 .main ul li:nth-child(2){
  bottom:41%;
  left:25.5%;
}
article .cont1 #slide #slick .item.scene5 .main ul li:nth-child(3){
  bottom:15%;
  left:40%;
}
article .cont1 #slide #slick .item.scene5 .main ul li:nth-child(4){
  bottom:25%;
  left:70%;
}
article .cont1 #slide #slick .item.scene5 .main ul li:nth-child(5){
  bottom:55%;
  left:70%;
}
/* 「仕事をする」A～Cポイント位置 */
article .cont1 #slide #slick .item.scene6 .main ul li:first-child{
  bottom:45%;
  left:69%;
}
article .cont1 #slide #slick .item.scene6 .main ul li:nth-child(2){
  bottom:40%;
  left:42.5%;
}
article .cont1 #slide #slick .item.scene6 .main ul li:nth-child(3){
  bottom:58%;
  left:36%;
}

article .cont1 #slide #slick .item .popup{
  width:666px;
  margin:-4% auto 0;
  position:relative;
  z-index:1;
}
article .cont1 #slide #slick .item .popup > li:nth-child(n+2){
  display:none;
}
article .cont1 #slide #slick .item .popup > li figure figcaption{
  padding:20px 0;
  background-color:#0068B7;
  border-radius:0 0 6px 6px;
  font-size:21px;
  font-weight:bold;
  color:#fff;
}
article .cont1 #slide #slick .item .popup > li figure figcaption span{
  display:block;
  font-size:14px;
  color:#fff;
  line-height:2;
}
article .cont1 #slide #slick .item .popup > li figure:after{
  content:'';
  display:block;
  width:5px;
  height:30px;
  margin:auto;
  background-color:#0068B7;
}
article .cont1 #slide #slick .item .popup > li dl{
  width:494px;
  margin:auto;
  background-color:#0068B7;
  border-radius:6px;
  padding:25px 10px;
}
article .cont1 #slide #slick .item .popup > li dl dt{
  width:174px;
  margin:0 auto 25px;
}
article .cont1 #slide #slick .item .popup > li dl dd ul li{
  margin:15px 0 0;
}
article .cont1 #slide #slick .item .popup > li dl + p{
/*article .cont1 > p{*/
  margin-top:20px;
  font-size:14px;
  font-weight:bold;
}

@media only screen and (max-width: 699px) {
  article .cont1{
    padding-bottom:40px;
    background-size:60px auto;
  }
  article .cont1 h2{
    padding:2% 0 5%;
  }
  article .cont1 h2 img{
    width:62%;
  }
  article .cont1 #slide_nav{
    width:94%;
    margin:8% auto 0;
  }
  article .cont1 #slide_nav li{
    width:48%;
    margin:3% 0;
  }
  
  article .cont1 #slide{
    width:100%;
    margin:5% auto 0;
    padding-top:5%;
    overflow:hidden;
  }

  article .cont1 #slide #tit{
    margin-left:0;
    position:relative;
    z-index:1;
  }
  article .cont1 #slide #tit li{
    text-align:center;
    font-size:3.5vw;
  }
  article .cont1 #slide #tit li span{
    text-align:center;
    font-size:5.8vw;
    text-indent:0;
  }

  article .cont1 #slide #slick{
    width:100%;
    margin-top:10%;
  }
  article .cont1 #slide #slick .item .main p{
    padding-bottom:4%;
    font-size:3.2vw;
  }
  article .cont1 #slide #slick .item .main p img{
    width:5.5%;
    margin-right:1%;
  }
  article .cont1 #slide #slick .item .main ul li{
    width:8.5%;
    font-size:4.2vw;
  }

  article .cont1 #slide #slick .item .popup{
    width:90%;
    margin:-4.5% auto 0;
  }
  article .cont1 #slide #slick .item .popup > li figure figcaption{
    padding:5% 0;
    border-radius:0 0 4px 4px;
    font-size:3.8vw;
    line-height:1.6;
  }
  article .cont1 #slide #slick .item .popup > li figure figcaption span{
    font-size:2.4vw;
  }
  article .cont1 #slide #slick .item .popup > li dl{
    width:auto;
    border-radius:4px;
    padding:5% 3% 3%;
  }
  article .cont1 #slide #slick .item .popup > li dl dt{
    width:45%;
    margin:0 auto 3%;
  }
  article .cont1 #slide #slick .item .popup > li dl dd ul{
    text-align:left;
  }
  article .cont1 #slide #slick .item .popup > li dl dd ul li{
    margin:2% 0 0;
    display:inline-block;
  }
  article .cont1 #slide #slick .item .popup > li dl + p{
/*  article .cont1 > p{*/
    display:inline-block;
    margin-top:20px;
    padding:0 0 0 1em;
    text-indent:-1em;
    font-size:14px;
    text-align:left;
  }
}


/*-------------------------------------------------
そんな、日常のいろんなシーンで活躍する！
------------------------------------------------*/
article .arrow_tit{
  line-height:110px;
  padding-bottom:5px;
  background:url(../img/top/cont_arrow.png)no-repeat center bottom;
  background-size:cover;
}
article .arrow_tit span{
  font-size:36px;
  color:#fff;
  letter-spacing:0.05em;
  text-indent:0.05em;
}
@media only screen and (max-width: 699px) {
  article .arrow_tit{
    line-height:1.4;
    padding:3% 0 9%;
    background:url(../img/top/cont_arrow_s.png)no-repeat center bottom;
    background-size:cover;
  }
  article .arrow_tit span{
    font-size:5.8vw;
  }
}

article .cont2{
  /* padding-bottom:60px; */
}
article .cont2 .mv{
  height:390px;
  background:url(../img/top/cont2_mv.png)no-repeat center bottom;
  background-size:cover;
}
article .cont2 h2{
  margin-top:-140px;
  position:relative;
  z-index:1;
}
article .cont2 h2 img{
  width:526px;
}
article .cont2 > ul{
  width:834px;
  margin:-20px auto 0;
  position:relative;
  z-index:1;
}
article .cont2 > ul > li{
  margin:0 0 70px;
  padding-bottom:40px;
  background-color:#E0F2FF;
  border-radius:10px;
}
article .cont2 > ul > li:last-child{
  margin-bottom:0;
}
article .cont2 > ul > li h3 img{
  width:40px;
  margin:-40px 0 20px;
}
article .cont2 > ul > li h3 span.mplus{
  font-size:32px;
  display:block !important;
  color:#0068B7;
}
article .cont2 > ul > li h3 span.small{
  display:block !important;
  margin-top:3%;
  font-size:16px;
  color:#221714;
}
article .cont2 > ul > li figure{
  margin:30px 0;
}
article .cont2 > ul > li figure img{
  width:540px;
}
article .cont2 > ul > li figure.hikaku{
  width:370px;
  display:inline-block;
  vertical-align:top;
  position:relative;
  margin:30px 5px;
}
article .cont2 > ul > li figure.hikaku figcaption{
  position:absolute;
  left:10px;
  top:10px;
  width:78px;
}
article .cont2 > ul > li ul{
  padding:0 30px;
}
article .cont2 > ul > li ul li{
  display:inline-block;
  line-height:1.7;
  margin:0 15px;
  text-align:left;
  font-size:18px;
  font-weight:bold;
  color:#0068B7;
  padding-left:35px;
  background:url(../img/top/cont2_check.png)no-repeat left center;
  background-size:28px auto;
}
article .cont2 > ul > li p{
  display:inline-block;
  font-size:14px;
  text-align:left;
  margin-top:15px;
  line-height:1.6;
}

.cont2_text {
  color: #0068B7;
  font-size: 12px;
  text-align: right;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 12px;
}



@media only screen and (max-width: 699px) {
   article .cont2{
    padding-bottom:40px;
  }
  article .cont2 .mv{
    height:340px;
  }
  article .cont2 h2{
    margin-top:-14%;
    position:relative;
    z-index:1;
  }
  article .cont2 h2 img{
    width:70%;
    max-width:500px;
  }
  article .cont2 > ul{
    width:90%;
    margin:0 auto 0;
  }
  article .cont2 > ul > li{
    margin:8% 0 18%;
    padding-bottom:8%;
    border-radius:5px;
  }
  article .cont2 > ul > li h3 img{
    width:8%;
    margin:-10% 0 2%;
  }
  article .cont2 > ul > li h3 span.mplus{
    font-size:4.8vw;
  }
  article .cont2 > ul > li h3 span.small{
    font-size:2.6vw;
  }
  article .cont2 > ul > li figure{
    margin:5% 0 5%;
    padding:0;
  }
  article .cont2 > ul > li figure img{
    width:85%;
  }
  article .cont2 > ul > li figure figcaption,
  article .cont2 > ul > li p{
    font-size:14px;
    text-align:left;
    margin:10px 0 0;
    padding:0 15%;
    line-height:1.6;
  }
  
  article .cont2 > ul > li figure.hikaku{
    width:80%;
    position:relative;
    margin:3% 0 0;
    padding:0;
  }
  article .cont2 > ul > li figure.hikaku figcaption{
    position:absolute;
    left:10%;
    top:4%;
    width:20%;
    margin:0;
    padding:0;
  }
  
  article .cont2 > ul > li ul{
    display:block;
    padding:0 0 0 12%;
  }
  article .cont2 > ul > li ul li{
    display:block;
    line-height:1.7;
    text-align:left;
    font-size:3.8vw;
    font-weight:bold;
    color:#0068B7;
    padding-left:10%;
    background:url(../img/top/cont2_check.png)no-repeat left center;
    background-size:8% auto;
  }

  .cont2_text {
    color: #0068B7;
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 16px;
  }
  
}



/*-------------------------------------------------
アイテムはこちら！
------------------------------------------------*/
article .cont3{
}
article .cont3 ul{
  margin-top:60px;
}
article .cont3 ul li{
  padding:35px 0;
}
article .cont3 ul li:first-child{
  background-color:#E5EEF7;
}
article .cont3 ul li:nth-child(2){
  background-color:#E3E3E4;
}
article .cont3 ul li:nth-child(3){
  background-color:#DDDEEC;
}
article .cont3 ul li:nth-child(4){
  background-color:#DEF7E6;
}
article .cont3 ul li:nth-child(5){
  background-color:#FBDDE0;
}
article .cont3 ul li:nth-child(6){
  background-color:#D0DFFF;
}
article .cont3 ul li:nth-child(7){
  background-color:#DFF4F7;
}
article .cont3 ul li section{
  width:834px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
article .cont3 ul li:nth-child(even) section{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
article .cont3 ul li:nth-child(4) section {
  align-items: center;
}
article .cont3 ul li section div h2{
  margin-bottom:20px;
}
article .cont3 ul li section div h2 img{
  width:340px;
}
article .cont3 ul li:nth-child(2) section div h2 img{
  /* transform:translateX(-20px); */
}
article .cont3 ul li section div p img{
  width:286px;
}
article .cont3 ul li section div figure img{
  width:500px;
}
article .cont3 ul li:nth-child(4) section div figure img {
  width: 452px;
}
@media screen and (max-width:699px) {
  article .cont3 ul li:nth-child(4) section div figure img {
    width: 78%;
  }
}
article .cont3 ul li section div:first-child{
  padding:0 40px 0 0;
}
article .cont3 ul li:nth-child(even) section div:first-child{
  padding:0 0 0 40px;
}

article .cont3 ul li section div:last-child{
  padding:10px 2% 20px;
  background-color:#fff;
  border-radius:10px;
  position:relative;
}
article .cont3 ul li section div:last-child span{
  display:block;
  text-align:left;
  font-size:14px;
  font-weight:bold;
  position:absolute;
  left:0;
  top:101%;
}
article .cont3 ul li section div:last-child a{
  display:inline-block;
  width:100%;
  line-height:90px;
  margin-top:15px;
  border-radius:10px;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  letter-spacing:-0.12em;
  position:relative;
}
article .cont3 ul li section div:last-child a:after{
  content:'';
  width:10px;
  height:10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  position:absolute;
  right:25px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
}
article .cont3 ul li:first-child section div:last-child a{
  background-color:#005BAC;
}
article .cont3 ul li:nth-child(2) section div:last-child a{
  background-color:#000750;
}
article .cont3 ul li:nth-child(3) section div:last-child a{
  background-color:#1E2380;
}
article .cont3 ul li:nth-child(4) section div:last-child a{
  background-color:#008A32;
}
article .cont3 ul li:nth-child(5) section div:last-child a{
  background-color:#E95464;
}
article .cont3 ul li:nth-child(6) section div:last-child a{
  background-color:#3366CC;
}
article .cont3 ul li:nth-child(7) section div:last-child a{
  background-color:#00A2B9;
}
article .cont3 > div{
  padding:40px 0;
}
article .cont3 > div a img{
  width:694px;
}


@media only screen and (max-width: 699px) {
  article .cont3 .arrow_tit{
    padding:8% 0 10%;
    background-color:#D5EAFA;
    position:relative;
    z-index:1;
  }

  article .cont3{
  }
  article .cont3 ul{
    margin-top:-5%;
  }
  article .cont3 ul li{
    padding:5% 0 12%;
  }
  article .cont3 ul li section{
    width:auto;
    margin:auto;
    display: block;
  }
  article .cont3 ul li section div h2{
    margin-bottom:10px;
  }
  article .cont3 ul li section div h2 img{
    width:70%;
  }
  article .cont3 ul li:nth-child(2) section div h2 img{
    transform:translateX(-5%);
  }
  article .cont3 ul li section div p img{
    width:85%;
  }
  article .cont3 ul li section div figure img{
    width:80%;
  }
  article .cont3 ul li section div:first-child,
  article .cont3 ul li:nth-child(even) section div:first-child{
    padding:0;
  }
  article .cont3 ul li section div:last-child{
    width:90%;
    margin:8% auto 0;
    padding:5% 0;
    border-radius:5px;
  }
  article .cont3 ul li section div:last-child span{
  font-size:2vw;
  top:auto;
  bottom:103%;
}
  article .cont3 ul li section div:last-child a{
    display:inline-block;
    width:94%;
    line-height:55px;
    margin-top:5%;
    border-radius:5px;
    font-size:16px;
  }
  article .cont3 ul li section div:last-child a:after{
    width:6px;
    height:6px;
  }
  article .cont3 > div{
    padding:8% 1%;
  }
  article .cont3 > div a img{
    width:100%;
  }

}


/*-------------------------------------------------
除菌に詳しいデキール博士が教えます
------------------------------------------------*/
article .cont4{
  padding-bottom:60px;
  background-color:#EBF0F0;
}
article .cont4 h2{
  padding:30px 0 0;
  background-color:#0068B7;
}
article .cont4 h2 img{
  width:580px;
}
article .cont4 h2 + p{
  margin:40px 0;
}
article .cont4 h2 + p img{
  width:336px;
}
article .cont4 ul{
  width:1000px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article .cont4 ul li{
  width:493px;
  margin-top:15px;
}

@media only screen and (max-width: 699px) {
  article .cont4{
    padding-bottom:40px;
  }
  article .cont4 h2{
    padding:0;
  }
  article .cont4 h2 img{
    width:100%;
  }
  article .cont4 h2 + p{
    margin:8% 0;
  }
  article .cont4 h2 + p img{
    width:85%;
    max-width:400px;
  }
  article .cont4 ul{
    width:90%;
    margin:auto;
    display: block;
  }
  article .cont4 ul li{
    width:100%;
    margin-top:3%;
  }
}



/*-------------------------------------------------
数字で見る「除菌できるシリーズ」
------------------------------------------------*/
/* article .cont5{
  padding-bottom:60px;
  background-color:#EBF0F0;
}
article .cont5 h2{
  width:100%;
  padding:35px 0;
  font-size:40px;
  background-color:#323383;
  color:#fff;
}
article .cont5 h2 span{
  display:block;
  font-size:22px;
  font-weight:bold;
  color:#fff;
}
article .cont5 h2 + p{
  margin:40px 0;
}
article .cont5 h2 + p img{
  width:336px;
}
article .cont5 ul{
  width:1000px;
  margin:auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article .cont5 ul li{
  width:32%;
  margin:10px 0;
  padding:2% 1%;
  box-sizing:border-box;
  background-color:#fff;
  border-radius:10px;
}
article .cont5 ul li:nth-child(6){
  background-color:transparent;
}
article .cont5 ul li figure figcaption{
  margin-top:5px;
  padding:0 3%;
  font-size:14px;
  text-align:left;
  letter-spacing:-0.05em;
  line-height:1.6;
}
article .cont5 ul li figure figcaption span{
  font-size:10px;
}

@media only screen and (max-width: 699px) {
  article .cont5{
    padding-bottom:40px;
  }
  article .cont5 h2{
    padding:5% 0;
    font-size:5.6vw;
  }
  article .cont5 h2 span{
    line-height:2;
    font-size:3.5vw;
  }
  article .cont5 h2 + p{
    margin:8% 0;
  }
  article .cont5 h2 + p img{
    width:85%;
    max-width:400px;
  }
  article .cont5 ul{
    width:90%;
    margin:auto;
    display: block;
  }
  article .cont5 ul li{
    width:100%;
    margin:3% 0;
    padding:3% 8% 8%;
    box-sizing:border-box;
    border-radius:5px;
  }
  article .cont5 ul li figure figcaption{
    margin-top:5px;
    padding:0 3%;
    font-size:14px;
  }
  article .cont5 ul li figure figcaption br{
    display:none;
  }
} */

/* 追記部分（2022-08）
-------------------*/

.cont2_links {
  position: relative;
  max-width: 850px;
  padding: 0 25px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin: 0 auto;
  margin-top: -90px;
  z-index: 1;
}

.cont2_link img:last-child {
  display: none;
}

.cont3_unitImg {
  position: relative;
}

.cont3_unitImg::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/new.png) left top/ contain no-repeat;
}

.cont3_unitImg1::before {
  left: 0px;
}

.cont3_unitImg2::before {
  left: -8px;
}

article .cont3 ul li:nth-child(2) section div h2 img {
  display: block;
  width: 246px;
  margin: 0 auto;
}

article .cont3 ul li:nth-child(4) section div h2 img {
  width: 240px;
}

@media screen and (max-width:699px) {
  article .cont3 ul li:nth-child(4) section div h2 img {
    width: 184px;
  }
}

article .cont3 ul li:last-child section div h2 img {
  display: block;
  margin: 0 auto;
  width: 170px;
  margin-top: 27px;
}

@media screen and (max-width:699px){
  .cont2_links {
    grid-template-columns: repeat(2,1fr);
    gap: 13px 18px;
    padding: 0 15px;
    margin-top: 47px;
  }

  .cont3_unitImg1::before {
    left: 0px;
  }

  .cont2_link img:first-child {
    display: none;
  }

  .cont2_link img:last-child {
    display: block;
  }

  article .cont3 ul li:nth-child(2) section div h2 img {
    width: 185px;
  }

  article .cont3 ul li:last-child section div h2 img {
    width: 158px;
  }
}

/* ３タイプをお好みでセレクト
-----------------------*/
.select {
  margin-top: 70px;
}

.select__inner {
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}

.select__top {

}

.select__head {
  max-width: 395px;
  margin: 0 auto;
}

.select__title {
  max-width: 483px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.select__body {
  margin-top: 40px;
}

.select__units {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 19px;
}

.select__unit {
  height: 100%;
  background-color: #E0F2FF;
  padding: 38px 26px 0px;
  border-radius: 6px;
}

.select__unitTitle {
  height: 22px;
  margin: 0 auto;
}

.select__unitTitle img {
  display: inline-block;
  height: 100%;
  width: auto;
}

.select__unitImg {
  margin: 0 auto;
}

.select__unitImg img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.select__unitImg--1 {
  max-width: 195px;
  margin-top: 26px;
}

.select__unitImg--2 {
  max-width: 270px;
  margin-top: 66px;
}

.select__unitImg--3 {
  max-width: 270px;
  margin-top: 66px;
}

.select__unit:first-child .select__unitText {
  
}

.select__unitText {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.035em;
  text-align: left;
  margin-top: 39px;
}

.select__unitText span {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  z-index: 1;
  padding-bottom: 5px;
  letter-spacing: 0.035em;
  background: linear-gradient(transparent 50%, white 50%);
}

@media screen and (max-width:699px) {

  article .cont3 > div {
    padding: 0;
  }

  .select {
    margin-top: 38px;

  }

  .select__inner {
    padding: 0 17px;
  }

  .select__head {
    max-width: 231px;
  }

  .select__title {
    margin-top: 18px;
  }

  .select__body {
    margin-top: 20px;
  }

  .select__units {
    grid-template-columns: repeat(1,1fr);
    gap: 52px;
  }

  .select__unitImg--1 {
    max-width: 315px;
  }

  .select__unitImg--2 {
    max-width: 155px;
    margin-top: 26px;
  }

  .select__unitImg--3 {
    max-width: 155px;
    margin-top: 26px;
  }

  .select__unitText {
    font-size: 14px;
    letter-spacing: 0.025em;
    margin-top: 25px;
  }

  .select__unitText span {
    font-size: 18px;
    letter-spacing: 0.025em;
  }

  .m-68 {
    margin-top: 68px;
  }
  
}

/*  数字で見る「除菌できるシリーズ」
--------------------*/

.is-sp {
  display: none;
}

.cont5 {
  background-color: #EBF0F0;
  padding-bottom: 56px;
}

.cont5__inner {
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}

.cont5__head {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 47px 0 57px;
}

.cont5__title {
  text-align: center;
}

.cont5__subtitle {
  color: #0068B7;
  font-size: 22px;
  font-weight: bold;
}

.cont5__maintitle {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #0068B7;
}

.cont5__img {
  max-width: 357px;
  margin: 0 auto;
  margin-top: 36px;
}

.cont5__units {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.cont5__unit {
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.cont5__unit::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  background-color: #0068B7;
  top: 0;
}

.cont5__unit::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  top: 15px;
  left: 0;
  background-color: #0068B7;
}

.cont5__unit:first-child::after,
.cont5__unit:nth-child(4)::after {
  display: none;
}

.cont5__unit:nth-child(3) {
  border-radius: 0 0 6px 0;
}

.cont5__unit:nth-child(4){
  border-radius: 0 0  0 6px;
}

.cont5__unit:nth-child(5) {
  border-radius: 0 0 6px 0;
}

.cont5__unitImg {
  max-width: 282px;
  margin: 0 auto;
}

.cont5__text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  margin-top: 7px;
  text-align: left;
}

.cont5__text span {
  font-size: 10px;
}

@media screen and (max-width:699px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block;
  }

  .cont5__subtitle {
    font-size: 14px;
  }

  .cont5__maintitle {
    font-size: 24px;
    margin-top: 6px;
  }

  .cont5__img {
    max-width: 282px;
    margin-top: 18px;
  }

  .cont5__head {
    padding: 33px 0 42px;
  }

  .cont5__units {
    display: block;
  }

  .cont5__unit {
    padding: 19px 29px 20px;
  }

  .cont5__unit::before {
    width: calc(100% - 58px);
    left: 29px;
  }

  .cont5__unit::after {
    display: none;
  }

  .cont5__text {
    text-align: left;
    margin-top: 5px;
  }
}

@media screen and (min-width:700px) {
  .select__unitImg--1 {
    max-width: 195px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 6px;
    overflow: hidden;
  }

  .select__unitImg2 {
    margin-top: 8px;
    border-radius: 6px;
    overflow: hidden;
  }
}


.select__unitImg1 {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.select__unitImg1::before,
.select__unitImg2::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  top: 3px;
  left: 3px;
}

.select__unitImg1::before {
  background: url(../img/top/b.png) center center / contain no-repeat;
}

.select__unitImg2::before {
  background: url(../img/top/a.png)center center / contain no-repeat ;
}

.select__unitImg2 {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width:699px) {

  .select__unitImg--1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4px;
  }

}