@charset "UTF-8";

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
cmn
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
li{list-style:none;}
.floup{transition: .2s ease-out;}
.floup:hover{opacity: 0.75;transform:translateY(-5px);}

.pagetop {
  width: 72px;
  height: 72px;
  position: fixed;
}
.pagetop a {
	display: block;
	width: 72px;
	height: 72px;
	padding-top: 10px;
	background-color: #002E55;
	color: #fff;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	transition: all 300ms 0s ease;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.25);
}
.pagetop a::before {
	content: '▲';
	display: block;
	margin-bottom: 4px;
	color: #fff;
}
.pagetop a:hover {
  opacity: 0.65;
  transition: all 300ms 0s ease;
}
  @media screen and (max-width: 639px) {
    .pagetop {bottom: 32px;right: 16px;}
  }
  @media screen and (min-width: 640px) {
    .pagetop {bottom: 24px; right: 24px;}
    .pagetop a {font-size: 0.8rem;}
  }

.bg-navy{
  background: #002E55;
  }
  .bg-navy > .inner{
    width: 960px;
    margin: 0 auto;
    background: #fff;
  }
  .under .bg-navy > .inner{
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
  @media screen and (max-width: 820px) {
    .bg-navy{
      padding: 0 8vw;
    }
    .bg-navy > .inner{
      width: 100%;
    }
    .under .bg-navy > .inner{
      padding: 0 8vw;
      padding-top: 5rem;
      padding-bottom: 7.5rem;
    }
  }




/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
top
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
@media screen and (max-width:768px) {
  #top #header{
    display: none;
  }
}

#top .main-visual{
  text-align: center;
  padding-bottom: 2rem;
}
  #top .main-visual h1{
    background: url(../img/top_main-visual_pc_bg.png) center top no-repeat;
    background-size: auto auto;
  }
  #top .main-visual img{
    width: 100%;
  }
  @media screen and (min-width:821px) {
    #top .main-visual{
      padding-bottom: 60px;
    }
    #top .main-visual img{
      width: auto;
      max-width: 100%;
    }
  }
  @media screen and (max-width:820px) {
    #top .main-visual h1{
      background: none;
    }
  }

#top .movie{
  width:84%;
  margin:0 auto 2rem;
}
  #top .movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  @media screen and (min-width:820px) {
    #top .movie{
      width: 90%;
    }
  }
  @media screen and (min-width:1024px) {
    #top .movie{
      margin-bottom:6.5rem;
      width: 960px;
    }
  }

#top .gnav{
  padding-bottom:6.5rem;
}
#top .gnav .links{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 965px;
  margin: 0 auto;
}
#top .gnav .links article{
  width: 315px;
  margin-bottom: .5rem;
}
#top .gnav .links article img{
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#top .gnav .links article img:hover{
  opacity: 0.7;
}
  @media screen and (max-width:820px) {
    #top .gnav{
      padding-bottom:2rem;
    }
    #top .gnav .links{
      width: 100%;
    }
    #top .gnav .links article{
      width: calc( 100% / 3 );
    }
  }

#top .about{
  width: 100%;
  height: 1555px;
  position: relative;
  background: url(../img/top_about_pc.png) center top no-repeat;
}
#top .about h2{
  width: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .2em;
  color: #808080;
  position: absolute;
  top: 7rem;
}
#top .about h2 span{
  font-size: 1.8rem;
}
  @media screen and (max-width:820px) {
    #top .about{
      height: auto;
      padding: 0;
      background: none;
    }
    #top .about h2{
      font-size: 2.2rem;
      line-height: 1.2;
      letter-spacing: .1em;
      top: 2rem;
    }
    #top .about h2 span{
      font-size: 1.5rem;
    }
  }

#top .lnav{
  padding: 10.25rem 0 7.5rem 0;
}
#top .lnav h2{
  margin-bottom: 5.5rem;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 2;
  letter-spacing: .3em;
  color: #666;
}
#top .lnav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 802px;
  height: 620px;
  margin: 0 auto;
  background: url(../img/top_lnav.png) center 185px no-repeat;
}
#top .lnav ul li{
  width: 310px;
  height: 310px;
}
#top .lnav ul li:nth-child(3){
  width: 620px;
}
#top .lnav ul li a{
  display: block;
  padding-top: 4rem;
  aspect-ratio: 1 / 1;
  font-size: 1.5;
  text-align: center;
  line-height: 2;
  letter-spacing: .4rem;
  color: #fff;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#top .lnav ul li:nth-child(1) a{ background: rgba(118,124,186,0.5);}
#top .lnav ul li:nth-child(2) a{ background: rgba(5,172,202,0.5);}
#top .lnav ul li:nth-child(3) a{
    aspect-ratio: 2 / 1;
    text-indent: -9987em;
}
#top .lnav ul li:nth-child(1):hover a,
#top .lnav ul li:nth-child(2):hover a{opacity: 0.7;}
#top .lnav ul li:nth-child(3):hover a{background: rgba(255,255,255,0.5);}
  @media screen and (max-width:820px) {
    #top .lnav{
      padding: 2.5rem 0 2.5rem 0;
    }
    #top .lnav h2{
      margin-bottom: 2rem;
      font-size: 2rem;
      line-height: 1.4;
      letter-spacing: .1em;
    }
    #top .lnav ul{
      width: 100%;
      height: auto;
      aspect-ratio: 801 / 415;
      padding: 0 8vw;
      background: url(../img/top_lnav.png) center bottom no-repeat;
      background-size: 100% auto;
    }
    #top .lnav ul li{
      width: 50%;
      height: auto;
    }
    #top .lnav ul li:nth-child(3){
      width: 100%;
    }
    #top .lnav ul li a{
      padding-top: 2.6rem;
      aspect-ratio: 1 / 0.5;
    }
    #top .lnav ul li:nth-child(3) a{
        aspect-ratio: 2 / 0.5;
    }
  }

#top .features{
  width: 700px;
}
#top .features dt{
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 1.25rem;
}
#top .features dt img{
  width: 72px;
  margin-right: 1rem;
}
#top .features dt span{
  font-size: 2rem;
  line-height: 1.2;
}
#top .features dd{
  margin-bottom: 4rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
}
#top .features dd:last-child{
  margin-bottom: 0;
}
  @media screen and (max-width:820px) {
    #top .features{
      width: 100%;
      padding: 0 8vw;
    }
    #top .features dt img{
      width: 40px;
    }
    #top .features dd{
      margin-bottom: 2rem;
    }
    #top .features dd:last-child{
      margin-bottom: 0;
    }
  }

#top .products1 h2,
#top .products2 h2,
#top .products3 h2{
  width: 100%;
  padding: 1rem 0;
  background: #000;
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: .4rem;
  color: #FFF;
}
#top .products1 h3,
#top .products2 h3,
#top .products3 h3{
  padding: 1rem 0 0;
  margin-bottom: 7.5rem;
  font-size: 1.125rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: .2rem;
  color: #666;
}
#top .products1 .inner,
#top .products2 .inner,
#top .products3 .inner{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#top .products1 .more,
#top .products2 .more{
  width: 100%;
  height: 418px;
  position: relative;
}
#top .products1 .more a,
#top .products2 .more a{
  display: inline-block;
  width: 350px;
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#top .products1 .more a::after,
#top .products2 .more a::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 0 2.8125rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
#top .products1 .more a:hover,
#top .products2 .more a:hover{
  width: 360px;
  opacity: 0.7;
}

#top .products1{
  min-height: 1390px;
  background: url(../img/top_products1_pc.png) center no-repeat;
}
#top .products1 h2{
  background: #93dbe8;
}
#top .products1 .inner{
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
#top .products1 .features{
  margin-bottom: 98px;
}
#top .products1 dt span{
  color: #05acca;
}
#top .products1 .more a{
  text-align: left;
  color: #62c1e2;
  border-bottom: 2px solid #62c1e2;
  left: 610px;
}
#top .products1 .more a::after{
  border-color: transparent transparent transparent #62c1e2;
}
#top .products2{
  min-height: 1390px;
  background: url(../img/top_products2_pc.png) center no-repeat;
}
#top .products2 h2{
  background: #afb4d5;
}
#top .products2 .features{
  margin-bottom: 125px;
}
#top .products2 dt span{
  color: #767eb7;
}
#top .products2 .more a{
  color: #acb0d3;
  border-bottom: 2px solid #acb0d3;
}
#top .products2 .more a::after{
  border-color: transparent transparent transparent #acb0d3;
}

#top .products3{
  /* padding-top: 7.5rem; */
}
#top .products3 h2{
  background: #717071;
  color: #fff;
}
#top .products3 .features{
  margin: 0 auto;
}
#top .products3 dt span{
  color: #666;
}
#top .products3 .more{
  height: 930px;
  padding-top: 745px;
  background: url(../img/top_products3_pc.png) center bottom no-repeat;
  text-align: center;
}
#top .products3 .more a{
  display: inline-block;
  width: 505px;
  padding: 1rem;
  background: #b0b8bd;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#top .products3 .more a:hover{
  opacity: 0.7;
}
#top .products3 .more a .arrow{
  display: inline-block;
  width: 8.6px;
  height: 17.1px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
#top .products3 .more a .arrow::before,
#top .products3 .more a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transform-origin: calc(100% - 1px) 50%;
}
#top .products3 .more a .arrow::before {
  transform: rotate(55deg);
}
#top .products3 .more a .arrow::after {
  transform: rotate(-55deg);
}
  @media screen and (max-width:820px) {
    #top .products1 h3,
    #top .products2 h3{
      margin-bottom: 2rem;
    }
    #top .products1 .no,
    #top .products2 .no{
      margin-bottom: 2rem;
      text-align: center;
    }
    #top .products1 .no img,
    #top .products2 .no img{
      width: 25%;
    }
    #top .products1 .inner,
    #top .products2 .inner{
      width: 100%;
    }
    #top .products1 .more,
    #top .products2 .more{
      height: auto;
      padding: 0 32px;
    }
    #top .products1 .more a,
    #top .products2 .more a{
      display: inline-block;
      width: 100%;
      position: relative;
      top: none;
      transform: none;
    }
    #top .products1 .more a::after,
    #top .products2 .more a::after{
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.5rem 0 0 2.8125rem;
      position: absolute;
      right: 0;
      bottom: 0;
    }
    #top .products1 .more a:hover,
    #top .products2 .more a:hover{
      width: 100%;
    }

    #top .products1{
      min-height: auto;
      background: none;
    }
    #top .products1 .features{
      margin-bottom: 2rem;
    }
    #top .products1 .more a{
      left: 0;
    }
    #top .products2{
      min-height: auto;
      background: none;
    }
    #top .products2 .features{
      margin-bottom: 2rem;
    }

    #top .products3{
      padding-top: 2rem;
    }
    #top .products3 h2{
      margin-bottom: 2rem;
    }
    #top .products3 .features{
      margin: 0 auto 2rem;
    }
    #top .products3 .more{
      height: 100%;
      padding-top: 0;
      padding: 0 32px;
      background: none;
    }
    #top .products3 .more a{
      width: 100%;
    }
  }


#top .option .inner{
  padding: 5.625rem 8.125rem 13.75rem 8.125rem;
  background: #fff url(../img/top_option_pc_bg.png) left bottom no-repeat;
}
#top .option .inner h2{
  margin-bottom: 6.25rem;
  font-size: 2rem;
  font-weight: 300;
  color: #666;
  text-align: center;
  line-height: 1.4;
}
#top .option .inner h3{
  margin-bottom: 1.625rem;
  font-size: 1.75rem;
  font-weight: 500;
  color: #666;
}
#top .option .inner > p{
  margin-bottom: 9.375rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}
#top .option .inner > ul{
  padding-left: 300px;
}
#top .option .inner > ul li{
  display: flex;
  align-items: center;
  width: 400px;
  min-height: 6.625rem;
  padding: 0 2.9rem;
  margin-bottom: 1.5rem;
  background: #edf0f3;
  font-size: 1.125rem;
  line-height: 1.6;
}
  @media screen and (max-width:820px) {
    #top .option{
      padding-bottom: 2em;
    }
    #top .option .inner{
      padding: 2rem 0 65rem 0;
      padding-right: 8vw;
      padding-left: 8vw;
      background: #fff url(../img/top_option_sp_bg.png) left bottom no-repeat;
      background-size: 100% auto;
    }
    #top .option .inner h2{
      padding: 0 8vw;
      margin-bottom: 2rem;
      line-height: 1.4;
    }
    #top .option .inner h3{
      padding: 0 8vw;
    }
    #top .option .inner > p{
      padding: 0 8vw;
      margin-bottom: 2rem;
      line-height: 1.4;
    }
    #top .option .inner > ul{
      padding-left: 0;
      padding: 0 8vw;
    }
    #top .option .inner > ul li{
      display: block;
      width: 100%;
      min-height: auto;
      padding: 1rem 2.9rem;
      margin-bottom: 1rem;
    }
  }
  @media screen and (max-width:768px) {
    #top .option .inner{
      padding: 2rem 0 60rem 0;
    }
  }
  @media screen and (max-width:640px) {
    #top .option .inner{
      padding: 2rem 0 53rem 0;
    }
  }

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
subpage
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */
.under .main-visual{
  text-align: center;
  margin-bottom: 5.5rem;
}
.under .main-visual img{
  vertical-align: top;
}
  @media screen and (max-width:820px) {
    .under .main-visual{
      aspect-ratio: 750 / 570;
    }
  }


.under .l-nav{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 5.5rem;
}
.under .l-nav ul{
  display: flex;
  justify-content: center;
}
.under .l-nav ul li{
  width: 25%;
  padding: 0 10px;
}
.under .l-nav ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #000;
  height: 45px;
  color: #000;
  font-size: 20px;
}
.under .l-nav ul li a:hover{
  opacity:1 !important;
  background: #000;
  color: #fff;
}
  @media screen and (max-width:959px) {
    .under .l-nav{
      /* display: none; */
      width: 100%;
      padding-bottom: 60px;
    }
    .under .l-nav ul{
      flex-wrap: wrap;
    }
    .under .l-nav ul li{
      width: auto;
      padding: 2px 2px;
    }
    .under .l-nav ul li a{
      height: auto;
      padding: .6rem .6rem;
      font-size: 1.2rem;
    }
  }


.under .heading-sq{
  padding-left: 1.5em;
  margin-bottom: 2.4rem;
  font-size:1.625rem;
  font-weight:600;
}
.under .heading-sq:before{
  content: "■";
  display: inline-block;
  width: 1em; height: 1em;
  margin-right: .3em;
  color: #000;
}
  @media screen and (max-width:820px) {
    .under .heading-sq{
      padding-left: 0em;
    }
  }

.under .sec{}
.under .sec > .inner{
  width: 960px;
  margin: 0 auto;
}
  @media screen and (max-width:820px) {
    .under .sec > .inner{
      width: 100%;
      padding-right: 8vw;
      padding-left: 8vw;
    }
  }
.under .sec img{max-width: 100%; vertical-align: top;}

.under .w700{width: 700px;}
.under .w423{width: 423px;}
  @media screen and (max-width:820px) {
    .under .w700,
    .under .w423{width: 100%;}
  }

.under .btn{
}
.under .btn a{
  display: inline-block;
  width: 100%;
  padding: 1rem;
  background: #b0b8bd;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
.under .btn a:hover{
  opacity: 0.7;
}
.under .btn a .arrow{
  display: inline-block;
  width: 8.6px;
  height: 17.1px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
.under .btn a .arrow::before,
.under .btn a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  transform-origin: calc(100% - 1px) 50%;
}
.under .btn a .arrow::before {
  transform: rotate(55deg);
}
.under .btn a .arrow::after {
  transform: rotate(-55deg);
}
  @media screen and (max-width:820px) {
  }



.under .features{}
.under .features > li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.under .features > li:last-child{
  margin-bottom: 0;
}
.under .features dl{
  width: 100%;
}
.under .features li.imgBox dl{
  width: 744px;
  padding-right: 1.5rem;
}
.under .features dt{
  display: flex;
  justify-content: start;
  align-items: center;
}
.under .features dt .ico{
  width: 100px;
}
.under .features dt span{
  padding: 0 0 0 30px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
}
.under .features dd{
  padding-left: 130px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.under .features li > .img{
  width: 216px;
}
.under .features dd h3{
  font-size: 1.75rem;
  color: #767cba;
  margin-bottom: 1em;
}
.under .features dd .feature{}
.under .features dd .bdt-section{
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px dotted #999;
}
  @media screen and (max-width:820px) {
    .under .features > li{
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 3.5rem;
    }
    .under .features > li.imgBox dl{
      width: 100%;
    }
    .under .features > li dl{
      margin-bottom: 1.5rem;
    }
    .under .features dt{
      justify-content: center;
      align-items: start;
      flex-wrap: wrap;
      margin-bottom: 1rem;
    }
    .under .features dt .ico{
      width: 60px;
      margin-bottom: 1rem;
    }
    .under .features dt span{
      display: inline-block;
      width: 100%;
      padding: 0 0 0 0px;
    }
    .under .features dd{
      padding-left: 0;
    }
  }









/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */





.under .h01{
  margin-bottom: .3em;
  font-size:1.8rem;
  font-weight:600;
  color:#002e55;
}
.under .h02{
  margin-bottom: .2em;
  font-size:1.4rem;
  font-weight:600;
  color:#002e55;
}
.under .h03{
  padding-bottom: .6em;
  margin-bottom: .6em;
  border-bottom: 1px solid #595757;
  font-size:1.95rem;
  font-weight:400;
}
  @media screen and (min-width:960px) {
    .under .h03{
      font-size: 26px;
      color: #595757 !important;
    }
  }
.under .h04{
  margin-bottom: .3em;
  font-size:1.75rem;
  font-weight:800;
}
.under .h05{
  display: flex;
  align-items: center;
  width: 100%;
  padding: .4rem;
  margin-bottom: 1em;
  background: #000;
  color: #fff;
}
  .under .h05 .num{
    display: inline-block;
    width: 2rem;
    margin-right: .6rem;
    border-right: 1px solid #fff;
    text-align: center;
  }






/* powder-maintenance.html
----- ----- ----- ----- ----- ----- ----- ----- */
#powder-maintenance{
}

#powder-maintenance .main-visual h1{background: url(../img/powder-maintenance_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #powder-maintenance .main-visual h1{background: none;}
  }
#powder-maintenance .l-nav ul li a{
  border: 1px solid #05acca;
  color:#05acca;
}
#powder-maintenance .l-nav ul li a:hover{
  background:#05acca;
  color:#fff;
}
#powder-maintenance .heading-sq:before{color:#05acca;}
#powder-maintenance .features dt span{color:#05acca;}
#powder-maintenance .btn a{background:#05acca;}

#powder-maintenance .features dt span{color:#05acca;}
#powder-maintenance .sec1 .bg-img{
  background: url(../img/powder-maintenance_features_pc_bg.png) center top no-repeat;
  text-align: center;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .sec1 .bg-img{
      background: none;
    }
  }

#powder-maintenance .sec2 .inner > h3{
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  text-align: center;
  color: #666;
  line-height: 1.7;
}


#powder-maintenance .w505{
  width: 505px;
  margin: 0 auto;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .w505{
      width: 100%;
    }
  }
#powder-maintenance .btn.detail a{
  background: #d9d9d9;
  border-radius: 32px;
  color: #808080;
}
#powder-maintenance .btn.detail .arrow:before,
#powder-maintenance .btn.detail .arrow:after{
  background-color: #808080;
}

#powder-maintenance .products{
  font-size: 1rem;
  line-height: 1.6;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products1,
    #powder-maintenance .products2{
      padding-bottom: 3rem;
    }
  }
#powder-maintenance .products .cont{
  text-align: center;
}
#powder-maintenance .products1 .cont{
  padding: 3rem 2rem;
  background: #e9f6f6;
}
#powder-maintenance .products2 .cont{
  padding: 1.875rem 0 2rem 0;
  background: #e9f6f6;
}
#powder-maintenance .products3 .flex > div:nth-child(1) .cont{
  padding: 1.875rem 0 2rem 0;
  background: #f9ebf2;
}
#powder-maintenance .products3 .flex > div:nth-child(2) .cont{
  padding: 1.875rem 0 2rem 0;
  background: #e7f2f9;
}
#powder-maintenance .products2 .cont > .comment,
#powder-maintenance .products2 .cont > .box figure,
#powder-maintenance .products2 .cont > figure,
#powder-maintenance .products3 .cont > .comment,
#powder-maintenance .products3 .cont > .box figure,
#powder-maintenance .products3 .cont > figure{
  padding: 0 1.25rem;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products2 .cont > .comment,
    #powder-maintenance .products2 .cont > .box figure,
    #powder-maintenance .products2 .cont > figure,
    #powder-maintenance .products3 .cont > .comment,
    #powder-maintenance .products3 .cont > .box figure,
    #powder-maintenance .products3 .cont > figure{
      padding: 0 1rem;
    }
  }

#powder-maintenance .products .cont h5{
  margin-bottom: 1rem;
  font-weight: 500;
  color: #002e55;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products .cont h5{
      font-size: 1.5rem;
    }
  }
#powder-maintenance .products2 .cont > .comment,
#powder-maintenance .products3 .cont > .comment{
  height: 90px;
  font-size: 0.875rem;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products2 .cont > .comment,
    #powder-maintenance .products3 .cont > .comment{
      height: 4rem;
    }
  }

#powder-maintenance .products2 .drawing,
#powder-maintenance .products3 .drawing{
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 256px;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products3 .drawing{
      height: 124px;
    }
  }

#powder-maintenance .products2 .nozzle,
#powder-maintenance .products3 .nozzle{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 65px;
}
#powder-maintenance .products2 .nozzle figcaption,
#powder-maintenance .products3 .nozzle figcaption{
  font-size: 0.6875rem;
}

#powder-maintenance .products .cont h6{
  padding: .6rem;
  font-weight: 400;
  line-height: 1.1;
}
#powder-maintenance .products1 .cont h6{
  background: #97d4d4;
}
#powder-maintenance .products2 .cont h6{
  background: #addddd;
}
#powder-maintenance .products3 .flex > div:nth-child(1) .cont h6{
  background: #f0cedf;
}
#powder-maintenance .products3 .flex > div:nth-child(2) .cont h6{
  background: #beddef;
}

#powder-maintenance .products1 .cont .flex{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
#powder-maintenance .products1 .cont .flex > div{
  width: 190px;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products1 .cont .flex{
      flex-wrap: wrap;
    }
    #powder-maintenance .products1 .cont .flex > div{
      width: 100%;
    }
  }
#powder-maintenance .products1 .cont .flex > div figure{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 213px;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products1 .cont .flex > div figure{
      height: auto;
      padding: 2rem 0;
    }
  }

#powder-maintenance .products1 .cont .flex > div figcaption{
  font-size: 0.8125rem;
}
#powder-maintenance .products-wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 4.5rem;
}
#powder-maintenance .products-wrap .products{
  width: 325px;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products-wrap{
      flex-wrap: wrap;
    }
    #powder-maintenance .products-wrap .products{
      width: 100%;
    }
  }

#powder-maintenance .products-wrap .products .flex{
  display: flex;
  justify-content: space-between;
}
#powder-maintenance .products-wrap .products .flex > div{
  width: 49%;
}

#powder-maintenance .products-detail{
  margin-top: 0.75rem;
  position: relative;
  padding-top: 40px;
}
#powder-maintenance .products-detail::before{
  /* w90 / h24 */
  content: "";
  display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 45px 0px 45px;
	border-color: #000 transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#powder-maintenance .products1 .products-detail{
  display: flex;
  align-items: end;
  justify-content: space-around;
  margin-top: 1.5rem;
  padding-top: 28px;
}
#powder-maintenance .products1 .products-detail::before{
  /* w150 / h28 */
	border-width: 28px 75px 0px 75px;
	border-color: #009995 transparent;
}
#powder-maintenance .products1 .products-detail .txt{
  text-align: center;
}
#powder-maintenance .products1 .products-detail .txt .tit{
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 500;
  color: #009995;
}
#powder-maintenance .products1 .products-detail .txt .btn a{
  padding: 1rem 3rem 1rem 1rem;
  background: #009995;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products1 .products-detail{
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  }

#powder-maintenance .products2 .products-detail::before{
	border-color: #009995 transparent;
}
#powder-maintenance .products3 .flex > div:nth-child(1) .products-detail::before{
	border-color: #c03377 transparent;
}
#powder-maintenance .products3 .flex > div:nth-child(2) .products-detail::before{
	border-color: #2e8ccb transparent;
}

#powder-maintenance .products2 .products-detail,
#powder-maintenance .products3 .products-detail{
  text-align: center;
}
#powder-maintenance .products2 .products-detail .tit,
#powder-maintenance .products3 .products-detail .tit{
  height: 2rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #009995;
  line-height: 1.2;
}
#powder-maintenance .products3 .flex > div:nth-child(1) .products-detail .tit{
  color: #c03377;
}
#powder-maintenance .products3 .flex > div:nth-child(2) .products-detail .tit{
  color: #2e8ccb;
}
#powder-maintenance .products2 .products-detail figure,
#powder-maintenance .products3 .products-detail figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 192px;
}
  @media screen and (max-width:820px) {
    #powder-maintenance .products3 .products-detail figure{
      height: auto;
    }
  }

#powder-maintenance .products2 .products-detail .btn a{
  padding: 1rem 3rem 1rem 1rem;
  background: #009995;
  line-height: 1.2;
}
#powder-maintenance .products3 .flex > div:nth-child(1) .products-detail .btn a{
  padding: 0.8rem 2.5rem 0.8rem 0.5rem;
  background: #c03377;
  line-height: 1.2;
  font-size: 15px;
}
#powder-maintenance .products3 .flex > div:nth-child(2) .products-detail .btn a{
  padding: 1.4rem 2.5rem 1.4rem 0.5rem;
  background: #2e8ccb;
  line-height: 1.2;
  font-size: 15px;
}



/* scaler.html
----- ----- ----- ----- ----- ----- ----- ----- */
#scaler{
}

#scaler .main-visual h1{background: url(../img/scaler_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #scaler .main-visual h1{background: none;}
  }
#scaler .l-nav ul li a{
  border: 1px solid #767eb7;
  color:#767eb7;
}
#scaler .l-nav ul li a:hover{
  background:#767eb7;
  color:#fff;
}
#scaler .heading-sq:before{color:#767eb7;}
#scaler .btn a{background:#767eb7;}
#scaler .features dt span{color:#767eb7;}
#scaler .btn{text-align: center;}
#scaler .btn a{width: 550px;}
  @media screen and (max-width:820px) {
    #scaler .btn a{width: 100%};
  }
#scaler .sec1{padding-bottom: 5.5rem;}

#scaler .sec2 h3{
  margin-bottom: 5.5rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}
#scaler .sec2 h4{
  text-align: center;
}
#scaler .sec2 h4 span{
  display: inline-block;
  padding: .6rem 1.4rem;
  margin-bottom: .6rem;
  border-bottom: 1px solid #767cba;
  font-size: 1.375rem;
  font-weight: 500;
  color: #767cba;
}
#scaler .sec2 p{
  font-size: 1.25rem;
  line-height: 1.7;
}
  @media screen and (max-width:820px) {
    #scaler .sec2 h3{
      margin-bottom: 2.5rem;
    }
  }

#scaler .sec3 .inner{background: none;}
#scaler .sec3 .heading-sq{color: #fff;}
#scaler .bg-navy.sec3 .inner{padding-bottom: 0;}
  @media screen and (max-width:820px) {
    #scaler .bg-navy.sec3 .inner{padding-top: 5.5rem;}
  }




/* main-unit.html
----- ----- ----- ----- ----- ----- ----- ----- */
#main-unit{
}

#main-unit .main-visual h1{background: url(../img/main-unit_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #main-unit .main-visual h1{background: none;}
  }
#main-unit .heading-sq:before{color:#666;}
#main-unit .features dt span{color: #666;}

#main-unit .bg-gray{
  padding: 5rem 3rem 4rem;
  background: #f2f3f3;
}
#main-unit .bg-gray .white-box{
  padding: 2rem 2rem 3rem 2rem;
  background: #fff;
  border-radius: 21px;
}
#main-unit .bg-gray .white-box h3{
  font-size: 1.375rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}
#main-unit .w423{
  margin: 0 auto;
  font-size: 1rem;
}
#main-unit .w423 .color-navy{
  padding-left: 0.5em;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #002e58;
}
#main-unit .w423 .disc{
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
#main-unit .table{
  font-size: 1rem;
}
#main-unit .table th,
#main-unit .table td{
  padding: .8rem;
  text-align: center;
}
#main-unit .table th{
  background: #888;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#main-unit .table th:first-child{
  border-left: none;
}
#main-unit .table th:last-child{
  border-right: none;
}
#main-unit .table td{
  background: #fff;
  border: 1px solid #888;
  border-top: none;
  vertical-align: middle;
}
#main-unit .table td.bdb-dot{
  border-bottom: 1px dotted #888;
}
#main-unit .table td:first-child{
  border-left: none;
}
#main-unit .table td:last-child{
  border-right: none;
}
#main-unit .color-gray{
  font-weight: 400;
  font-size: 2rem;
  color: #666;
}
#main-unit .imgLayout2c{
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
#main-unit .imgLayout2c figure{
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
}
#main-unit .imgLayout2c figure img{
  width: auto;
}
#main-unit .imgLayout2c figcaption{
  display: inline-block;
  margin-top: 1rem;
}
  @media screen and (max-width:820px) {
    #main-unit .imgLayout2c figcaption{
      margin-bottom: 2rem;
    }
  }

#main-unit #footer{
  background: url(../img/footer_pc.png) center top no-repeat;
}
  @media screen and (max-width:820px) {
    #main-unit #footer{
      background: #fff;
    }
  }

/* spec.html
----- ----- ----- ----- ----- ----- ----- ----- */
#spec{
}

#spec .main-visual h1{background: url(../img/spec_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #spec .main-visual h1{background: none;}
  }
#spec .sec{
  padding-bottom: 5.5rem;
}
#spec .sec5{
  padding-bottom: 0;
}
#spec .sec1 .inner.w700,
#spec .sec2 .inner.w700,
#spec .sec3 .inner.w700,
#spec .sec4 .inner.w700,
#spec .sec9 .inner.w700{
  width: 700px;
  margin: 0 auto;
}
  @media screen and (max-width:820px) {
    #spec .sec1 .inner.w700,
    #spec .sec2 .inner.w700,
    #spec .sec3 .inner.w700,
    #spec .sec4 .inner.w700,
    #spec .sec9 .inner.w700{
      width: 100%;
    }
  }
#spec .sec5 .inner{
  padding-bottom: 5.5rem;
}


#spec .tit{
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  color: #002e55;
}
#spec .main-img{
  text-align: center;
  margin-bottom: 2.5rem;
}
#spec .overview{
  padding: 3rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  margin-bottom: 4rem;
}
#spec .sec h3{
  margin-bottom: 1.5rem;
  font-style: 1.375rem;
  font-weight: 400;
  color: #333;
}
#spec .sec p{
  font-size: 1.0625rem;
  line-height: 1.6;
}
#spec .ttl{
  font-size: 1.375rem !important;
  font-weight: 400;
  line-height: 1.4;
}
#spec .disc{
  padding-left: 1.5rem;
}
#spec .disc li{
  margin-bottom: .25rem;
  font-size: 1rem;
  line-height: 1.4;
}
#spec .disc li::marker{
  color: #666;
}
#spec .flex.set-list{
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 4rem;
}
#spec .flex.set-list .disc{
  width: 49.5%;
}
  @media screen and (max-width:820px) {
    #spec .flex.set-list{
      flex-wrap: wrap;
    }
    #spec .flex.set-list .disc{
      width: 100%;
    }
  }
#spec .spec-table{
  width: 100%;
}
#spec .spec-table th,
#spec .spec-table td{
  padding: .8rem;
  border: 1px solid #666666;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
#spec .spec-table th{
  background: #f5f5f5;
  width: 180px;
}
#spec .spec-table td{
  text-align: left;
  line-height: 1.4;
}
#spec .spec-table th:first-child,
#spec .spec-table td:first-child{border-left: none;}
#spec .spec-table th:last-child,
#spec .spec-table td:last-child{border-right: none;}
  @media screen and (max-width:820px) {
    #spec .spec-table th,
    #spec .spec-table td{
      display: block;
      width: 100%;
      border: none;
    }
    #spec .spec-table td{
      margin-bottom: 1rem;
    }
  }

#spec .maintenance .maintenance-list > li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  margin-bottom: 4rem;
  background: #f5f5f5;
}
#spec .maintenance .maintenance-list > li .img{
  width: 40%;
  text-align: center;
}
#spec .maintenance .maintenance-list > li .txt{
  width: 60%;
  padding-left: 1.5rem;
}
  @media screen and (max-width:820px) {
    #spec .maintenance .maintenance-list > li{
      flex-wrap: wrap;
    }
    #spec .maintenance .maintenance-list > li .img{
      width: 100%;
      margin-bottom: 1rem;
    }
    #spec .maintenance .maintenance-list > li .img img{
      height: 150px;
    }
    #spec .maintenance .maintenance-list > li .txt{
      width: 100%;
    }
  }
#spec .maintenance h3{
  padding-top: 1rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
  border-top: 1px solid #333;
}

/* exclusive.html
----- ----- ----- ----- ----- ----- ----- ----- */
#exclusive{
}

#exclusive .main-visual h1{background: url(../img/exclusive_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #exclusive .main-visual h1{background: none;}
  }
#exclusive .btn a{background:#808080;}

#exclusive .sec .inner{
  width: 700px;
  font-size: 1.25rem;
  line-height: 1.7;
}
  @media screen and (max-width:820px) {
    #exclusive .sec .inner{
      width: 100%;
    }
  }

#exclusive .section > h2{
  margin-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

#exclusive .section.sec2{
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #c03377;
}
#exclusive .section.sec3{
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #2e8ccb;
}

#exclusive .section.sec1 > h2{color: #009995;}
#exclusive .section.sec2 > h2{color: #c03377;}
#exclusive .section.sec3 > h2{color: #2e8ccb;}
#exclusive .section > h3{
  font-size: 1.375rem;
  font-weight: 500;
  color: #666;
}
#exclusive .section > h4{
  margin-top: .5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
#exclusive .section > .imgLayout2c{
  align-items: stretch;
  margin-bottom: 5rem;
}
  @media screen and (max-width:820px) {
    #exclusive .section > .imgLayout2c .img{
      margin-bottom: 1.5rem;
    }
  }
#exclusive .section .txt{
  padding: 1rem 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#exclusive .section .txt table{
  margin-bottom: 1rem;
  font-size: 1.375rem;
  text-align: left;
}
#exclusive .section .txt p{
  font-size: 1.0625rem;
  font-size: 0.9375rem;
}
#exclusive .section .disc{
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
#exclusive .section .disc li::marker{
  color: #666;
}
#exclusive .bg-gray{
  padding: 3rem;
  background: #f2f3f3;
}
#exclusive .aside h2{
  text-align: center;
}
#exclusive .aside h3{
  padding: 0 25%;
  margin-bottom: 1.5rem;
}

#exclusive .sec4{
  padding: 10px;
}
#exclusive .sec4 .in{
  padding: 2.8rem;
  border: 2px solid #fff;
}
#exclusive .sec4 .in h2{
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #002e58;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #002e58;
}
#exclusive .sec4 .in .text{
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-size: 1.3125rem;
}
#exclusive .sec4 .in .text span.fss{
  font-size: 1.125rem !important;
}

#exclusive .comparison{
  padding: 3rem;
  text-align: center;
  background: #f2f3f3;
}
#exclusive .comparison .in{
  padding: 2rem;
  background: #fff;
}
#exclusive .comparison h2{}
  @media screen and (max-width:820px) {
    #exclusive .comparison{
      padding: 1.5rem;
    }
    #exclusive .comparison .in{
      padding: 1rem;
    }
  }



#exclusive #footer{
  background: url(../img/footer_pc.png) center top no-repeat;
}
  @media screen and (max-width:820px) {
    #exclusive #footer{
      background: #fff;
    }
  }



/* tip.html
----- ----- ----- ----- ----- ----- ----- ----- */
#tip{
}

#tip .main-visual h1{background: url(../img/tip_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #tip .main-visual h1{background: none;}
  }

#tip .sec1{
  padding-bottom: 5.5rem;
}
#tip .sec1 h3{
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  color: #666;
}
#tip .sec1 p{
  font-size: 1.25rem;
  line-height: 1.7;
}

#tip .attention{
  padding: 3rem 2.5rem;
  margin-bottom: 5rem;
  border: 2px solid #b0b8bd;
  border-radius: 2rem;
}
#tip .attention h5{
  margin-bottom: 1.00rem;
  font-size: 1.5rem;
  font-size: 1.75rem;
  text-align: center;
}
#tip .attention h5 img{
  width: 36px;
  margin-right: .75em;
  vertical-align: top;
}
  @media screen and (max-width:820px) {
    #tip .attention h5 img{
      vertical-align: middle;
    }
  }
#tip .attention h5 span{
  font-weight: 500;
}
#tip .attention h4{
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #666;
  color: #333;
  margin-bottom: 3rem;
}
#tip .sec1 .attention p{
  font-size: 1.125rem;
}
#tip .sec1 .attention .disc{
  padding-left: 1.5em;
}
#tip .sec1 .attention .disc li{
  margin-bottom: .75rem;
  font-size: 1.125rem;
}

#tip .top_under-arrow{
  padding-top: 42px;
  margin-top: 1.25rem;
  margin-bottom: 5rem;
  position: relative;
}
#tip .top_under-arrow::before{
  /* w78 / h26 */
  content: "";
  display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 39px 0px 39px;
	border-color: #b0b8bd transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#tip .btn a{
  background: #b0b8bd;
}
#tip .btn .pdf{
  display: inline-block;
  padding: 0 .5rem;
  margin-right: .5rem;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: .8em;
}

#tip .sec1 .bg-gray{
  /* padding: 3rem 2rem; */
  /* padding: 2rem 1.5rem; */
  /* background: #f2f3f3; */
}
#tip .sec1 .bg-gray h4{
  margin-bottom: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.8125rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  /* text-align: left; */
  color: #666;
  line-height: 1.4;
}
#tip .sec1 .bg-gray .flex{
  display: flex;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
}
#tip .sec1 .bg-gray .flex dl{
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 1rem;
}
#tip .sec1 .bg-gray .flex dt img{
  width: 84px;
  width: 42px;
  margin-right: 1rem;
}
#tip .sec1 .bg-gray .flex dd{
  font-size: 1.5rem;
  font-size: 1.0rem;
  font-weight: 400;
  color: #002e58;
}

#tip .sec2 .inner{
  padding-bottom: 5.5rem;
}
#tip .sec2 section{
  padding-bottom: 4.5rem;
}
#tip .sec2 section:last-child{
  padding-bottom: 0;
}
#tip .sec2 .hgroup{
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #231815;
  text-align: center;
}
#tip .sec2 .hgroup h3{
  margin-bottom: 1.25rem;
  font-size: 1.625rem;
  font-weight: 400;
  color: #767cba;
}
#tip .sec2 .hgroup h4{
  font-size: 1.4375rem;
  font-weight: 400;
  color: #666;
}
#tip .sec2 .tip-list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#tip .sec2 .tip-list::after{
  content:"";
  display: block;
  width:43%;
}
#tip .sec2 .tip-list li{
  width: 44%;
  margin-bottom: 3rem;
}
#tip .sec2 .tip-list .tit{
  padding: .5rem 0;
  border-bottom: 1px solid #888888;
  font-size: 0.875rem;
  color: #717071;
}
  #tip .sec2 .tip-list .tit span.fsl{
    margin-left: .5rem;
    font-size: 1.75rem;
    font-weight: 500;
    color: #767cba;
  }
  #tip .sec2 .tip-list .tit span.fss{
    font-size: 1rem;
  }
#tip .sec2 .tip-list .no{
  padding: .5rem 0;
  border-bottom: 1px solid #888888;
  font-size: 0.875rem;
  color: #717071;
}
  #tip .sec2 .tip-list .no span{
    margin-left: .5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
#tip .sec2 .tip-list .comment{
  padding: .5rem 0 0;
  font-size: 0.875rem;
  color: #717071;
  line-height: 1.6;
}
#tip .sec2 .tip-list .img{
  margin-top: 1.5rem;
  text-align: center;
}

#tip .sec2 .bg-gray{
  padding: 3rem 2rem;
  background: #f2f3f3;
}
#tip .sec2 .bg-gray .ttl{
  margin-bottom: 0.75rem;
  font-size: 1.8125rem;
  font-weight: 400;
  text-align: center;
  color: #767cba;
  line-height: 1.4;
}
#tip .sec2 .bg-gray .ttl_sub{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
#tip .sec2 .tip-list.c3 li{
  width: 30%;
  margin-bottom: 0;
}
#tip .sec2 .tip-list.c3 .tit span.fsl{
  margin-top: .25rem;
  margin-left: 0;
  display: block;
  font-size: 1.5rem;
}
#tip .sec2 .tip-list.c3 .tit span.fss{
  font-size: 0.875rem;
}











/* replacement-parts.html
----- ----- ----- ----- ----- ----- ----- ----- */
#replacement-parts{
}

#replacement-parts .main-visual h1{background: url(../img/replacement-parts_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #replacement-parts .main-visual h1{background: none;}
  }

#replacement-parts .heading-sq{
  line-height: 1.2;
}
#replacement-parts .indent{
  padding-left: 2.1rem;
}
#replacement-parts .sec1,
#replacement-parts .sec2{
  padding-bottom: 5rem;
}
#replacement-parts .sec3 .inner{
  padding: 4.5rem 0 3rem;
  background: #f2f3f3;
}
  @media screen and (max-width:820px) {
    #replacement-parts .sec3 .inner{
      padding-right: 8vw;
      padding-left: 8vw;
    }
  }

#replacement-parts #footer{
  background: url(../img/footer_pc.png) center top no-repeat;
}
  @media screen and (max-width:820px) {
    #replacement-parts #footer{
      background: #fff;
    }
  }

#replacement-parts .parts-list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#replacement-parts .parts-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  min-height: 5rem;
  padding: .25rem;
  margin-top: -1px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  line-height: 1.4;
}
#replacement-parts .parts-list::after{
  content:"";
  display: block;
  width:300px;
}
  @media screen and (max-width:820px) {
    #replacement-parts .parts-list li{
      width: 49%;
    }
    #replacement-parts .parts-list::after{
      width:49%;
    }
  }

#replacement-parts .sec3 .parts-list{
  background: #fff;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
#replacement-parts .sec3 .parts-list li{
  width: 330px;
}
#replacement-parts .sec3 .parts-list li:last-child{
  border-bottom: none;
}
#replacement-parts .sec3 .parts-list::after{
  width:330px;
}
  @media screen and (max-width:820px) {
    #replacement-parts .sec3 .parts-list li{
      width: 49%;
    }
    #replacement-parts .sec3 .parts-list::after{
      width:49%;
    }
  }

#replacement-parts .parts-list li .txt{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  height: 100%;
  font-size: .75rem;
}
#replacement-parts .parts-list li .img{
  width: 30%;
  white-space: nowrap;
  text-align: center;
}
#replacement-parts .parts-list li.w10 .txt{ width: 90%;}
#replacement-parts .parts-list li.w20 .txt{ width: 80%;}
#replacement-parts .parts-list li.w40 .txt{ width: 60%;}
#replacement-parts .parts-list li.w50 .txt{ width: 50%;}
#replacement-parts .parts-list li.w10 .img{ width: 10%;}
#replacement-parts .parts-list li.w20 .img{ width: 20%;}
#replacement-parts .parts-list li.w40 .img{ width: 40%;}
#replacement-parts .parts-list li.w50 .img{ width: 50%;}

#replacement-parts .icos{
  margin-top: 3rem;
  text-align: right;
}
#replacement-parts .ico{
  width: 30px;
  margin-right: .75rem;
  margin-left: 2rem;
  vertical-align: sub;
}


/* Movie List
----- ----- ----- ----- ----- */
#replacement-parts .movieList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
#replacement-parts .movieList .item {
  width: calc( 100% / 3 );
  padding: 0 6px;
  margin-bottom: 1.5rem;
}
  @media screen and (max-width:820px) {
    #replacement-parts .movieList .item {
      width: calc( 100% / 2 );
    }
  }
#replacement-parts .movieList .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #05161a;
  text-decoration: none;
  outline: none;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
  }
#replacement-parts .movieList .item a:hover {
  opacity: 0.7;
}

#replacement-parts .movie_img {
  display: block;
  background-color: #05161a;
  line-height: 0;
  position: relative;
}
#replacement-parts .movie_img img {
  width: 100%;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
#replacement-parts .movie_ttl {
  padding: .75rem .25rem;
  border-bottom: 1px solid #40b694;
  font-size: 0.8125rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
#replacement-parts .movie_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_play.png) no-repeat 50% 45%;
  background-size: 3rem auto;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}


/* clinical-report.html
----- ----- ----- ----- ----- ----- ----- ----- */
#clinical-report{
}

#clinical-report .main-visual h1{background: url(../img/clinical-report_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #clinical-report .main-visual h1{background: none;}
  }

#clinical-report .sec .inner{
  line-height: 1.7;
  width: 768px;
}
#clinical-report .sec p{
  margin-bottom: 1rem;
}
#clinical-report h2.sub_ttl {
  margin-bottom: 18px;
  border-bottom: 3px solid #ccc;
  font-size: 1.625rem;
  font-weight: 500;
}
#clinical-report h2.sub_ttl span{
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: -3px;
  border-bottom: 3px solid #74caa9;
}
#clinical-report h4.sub_ttl {
  font-size: 1.625rem;
  font-weight: 400;
  color: #72c2a3;
}
#clinical-report .green{color: #40b694;}
#clinical-report ul.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#clinical-report .alcnt{
  align-items: center;
}
#clinical-report ul.flex li.item {
  margin-bottom: 10px;
  text-align: left;
}
#clinical-report .wdp32 {width: 32%;}
#clinical-report .wdp40 {width: 40%;}
#clinical-report .wdp45 {width: 45%;}
#clinical-report .wdp48 {width: 48%;}
#clinical-report .wdp50 {width: 50%;}
#clinical-report .wdp55 {width: 55%;}
#clinical-report .wdp80 {width: 80%;}
#clinical-report .wdp90 {width: 90%;}
  @media screen and (max-width:820px) {
    #clinical-report .sec .inner{ width: 100%;}
    #clinical-report .spw80{width: 80%;}
    #clinical-report .spw48{width: 48%;}
    #clinical-report .item{width: 100%;}
  }

#clinical-report #footer{
  background: url(../img/footer_pc.png) center top no-repeat;
}
  @media screen and (max-width:820px) {
    #clinical-report #footer{
      background: #fff;
    }
  }





/* support-tool.html
----- ----- ----- ----- ----- ----- ----- ----- */
#support-tool{
}

#support-tool .main-visual h1{background: url(../img/support-tool_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #support-tool .main-visual h1{background: none;}
  }

#support-tool .docs-list{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#support-tool .docs-list::after{
  content:"";
  display: block;
  width: calc( 100% / 3 );
}
#support-tool .docs-list li{
  width: calc( 100% / 3 );
  padding: 0 2rem;
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.5;
}
#support-tool .docs-list.old li:nth-child(1),
#support-tool .docs-list.old li:nth-child(2){
  width: calc( 100% / 2 );
  padding: 0 7rem;
}
#support-tool .docs-list.old li:nth-child(3),
#support-tool .docs-list.old li:nth-child(4),
#support-tool .docs-list.old li:nth-child(5),
#support-tool .docs-list.old li:nth-child(6){
  width: calc( 100% / 4 );
  padding: 0 .5rem;
}
  @media screen and (max-width:820px) {
    #support-tool .docs-list::after{
      content:"";
      display: block;
      width: 49%;
    }
    #support-tool .docs-list li{
      width: 49% !important;
      padding: 0 .5rem !important;
      margin-bottom: 2rem !important;
    }
  }


#support-tool .docs-list li a{
  color: #666;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#support-tool .docs-list li img{
  margin-bottom: .75rem;
  border: 1px solid #ddd;
  vertical-align: top;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#support-tool .docs-list li a span{
  display: block;
  margin-bottom: .75rem;
}
#support-tool .docs-list li a span i{
  margin-left: .25rem;
}
#support-tool .docs-list li a:hover{
  opacity: 0.8;
}
#support-tool .docs-list li a:hover img{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

#support-tool .dl-box{
  padding: 2rem;
  background: #f2f3f3;
}
#support-tool .dl-ttl{
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
#support-tool .dl-ttl span{
  display: block;
  margin-top: .5rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #00a0e9;
}
#support-tool .dl-btn{
  text-align: center;
}
#support-tool .dl-btn a{
  display: inline-block;
  padding: 1rem 2rem;
  background: #333;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s;
}
#support-tool .dl-btn a i{
  margin-left: .25rem;
}
#support-tool .dl-btn a:hover{
  opacity: 0.7;
}

#support-tool #footer{
  background: url(../img/footer_pc.png) center top no-repeat;
}
  @media screen and (max-width:820px) {
    #support-tool #footer{
      background: #fff;
    }
  }


/* perio-mode.html
----- ----- ----- ----- ----- ----- ----- ----- */
#perio-mode{
}

#perio-mode .main-visual h1{background: url(../img/perio-mode_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #perio-mode .main-visual h1{background: none;}
  }

#perio-mode .heading-sq:before{color:#05acca;}
#perio-mode .btn a{background:#05acca;}

#perio-mode .sec{
  padding-bottom: 5.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
}
#perio-mode .bg-gray{
  padding: 3rem;
  background: #f2f3f3;
}
#perio-mode .bg-gray figure{
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
}
#perio-mode .section h3{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #05acca;
  line-height: 1.2;
}
#perio-mode .products{
  padding-bottom: 0;
}
#perio-mode .products .txt{
  font-size: 1rem;
}
#perio-mode .products .txt strong{
  font-size: 1.3125rem;
  font-weight: 500;
  color: #05acca;
}


/* perio-mode-option.html
----- ----- ----- ----- ----- ----- ----- ----- */
#perio-mode-option{
}

#perio-mode-option .main-visual h1{background: url(../img/perio-mode-option_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #perio-mode-option .main-visual h1{background: none;}
  }

#perio-mode-option .heading-sq:before{color:#05acca;}
#perio-mode-option .btn a{background:#05acca;}

#perio-mode-option .sec{
  padding-bottom: 5.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
}
#perio-mode-option .sec2{
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #05acca;
}
#perio-mode-option .section h3{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #05acca;
  line-height: 1.2;
}
#perio-mode-option .section h4{
  margin-bottom: 2rem;
  color: #05acca;
}
#perio-mode-option .products{
  padding-bottom: 0;
}
#perio-mode-option .products .txt{
  font-size: 1rem;
}
#perio-mode-option .products .txt strong{
  font-size: 1.3125rem;
  font-weight: 500;
  color: #05acca;
}



/* prophy-mode.html
----- ----- ----- ----- ----- ----- ----- ----- */
#prophy-mode{
}

#prophy-mode .main-visual h1{background: url(../img/prophy-mode_mainv_pc_bg.png) center center no-repeat;}
  @media screen and (max-width:820px) {
    #prophy-mode .main-visual h1{background: none;}
  }

#prophy-mode .heading-sq:before{color:#05acca;}
#prophy-mode .btn a{background:#05acca;}

#prophy-mode .sec{
  padding-bottom: 5.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
}
#prophy-mode .bg-gray{
  padding: 3rem;
  background: #f2f3f3;
}
#prophy-mode .bg-gray figure{
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
}
#prophy-mode .section h3{
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: #05acca;
  line-height: 1.2;
}
#prophy-mode .products{
  padding-bottom: 0;
}
#prophy-mode .products .txt{
  font-size: 1rem;
}
#prophy-mode .products .txt strong{
  font-size: 1.3125rem;
  font-weight: 500;
  color: #05acca;
}