@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
.products-keyVisual {
  position: relative;
  width: 100%;
  height: 75px;
}
.products-keyVisual-inner {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
@media only screen and (max-width:800px) {
  .products-keyVisual {
    height: auto
  }
  .products-keyVisual-inner {
    display: block;
    padding: 0
  }
  .products-keyVisual-ttl {
    width: 100%;
    text-align: center;
    padding: 74px 0 22px
  }
  .products-keyVisual-ttl img {
    width: 24%;
    max-width: 200px
  }
}
.products-keyVisual-bg {
  position: relative;
  width: calc(100% - 225px);
  height: 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center
}
@media only screen and (max-width:800px) {
  .products-keyVisual-bg {
    width: 100%;
    height: auto;
    align-items: stretch
  }
}
.products-keyVisual-bg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  padding: 0 10px;
  text-decoration: none
}
.products-keyVisual-bg-item:nth-child(odd) {
  background: #005aa9
}
.products-keyVisual-bg-item-inner {
  text-align: center
}
.products-keyVisual-bg-item-name small {
  display: block
}
@media only screen and (max-width:800px) {
  .products-keyVisual-bg-item {
    display: block;
    width: 20%;
    height: auto;
    padding: 10px 0;
    align-items: stretch
  }
  .products-keyVisual-bg-item-name {
    font-size: 10px;
    padding-bottom: 10px
  }
  .products-keyVisual-bg-item-sankaku {
    font-size: 11px;
    padding-bottom: 10px
  }
}
.products {
  width: 100%
}
.products-flex {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 80px 15px
}
.products-flex-img {
  position: relative;
  width: 45%;
  text-align: center
}
/*.products-flex-img img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2
}*/
@media only screen and (max-width:800px) {
  .products-flex {
    padding: 60px 10px;
    display: inline-block;
  }
  .products-flex.warp {
    padding: 60px 10px;
    display:-webkit-box;
    display: -webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .products-flex.warp .box1 {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    -webkit-order:1;
    order:1;
  }
  .products-flex.warp .box2 {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
  }
  .products-flex-img {
    width: 100%
  }
  /*.products-flex-img img {
    position: relative;
    text-align: center;
    left: 0;
    transform: translate(0, 0)
  }*/
}
.products-flex-img-fuki {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1
}
.case .products-flex, .okigata .products-flex {
  flex-wrap: wrap
}
.products-flex-img-fuki small {
  display: block;
  text-align: center;
  font-size: 50%;
  margin-top: 8px
}
@media only screen and (max-width:800px) {
  .products-flex-img-fuki small {
  margin-top: 5px;
  }
}
@media only screen and (max-width:800px) {
  .products-flex-img-fuki {
    width: 65px;
    height: 65px;
    line-height: 1;
    font-size: 18px
  }
}
.products-flex-text {
  width: 55%
}
.products-flex-text-title {
  font-size: 28px;
  letter-spacing: .15em;
  margin-bottom: 30px
}
.products-flex-text-title sup {
  margin-left: -15px;
  font-size: 18px
}
@media only screen and (max-width:800px) {
  .products-flex-text {
    width: 100%
  }
  .products-flex-text-title sup {
    display: inline;
    height: 15px;
    margin-left: 0;
    vertical-align: top
  }
  .products-flex-text-title {
    font-size: 22px
  }
}
.products-flex-text-patent {
  margin-bottom: 20px
}
.products-flex-text-patent-lead {
  position: relative;
  max-width: 550px;
  padding-left: 15px;
  font-size: 10px;
  color: #57a0d7;
  margin-bottom: 15px
}
.products-flex-text-patent-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px
}
.products-flex-text-intro {
  font-size: 16px;
  margin-bottom: 30px
}
@media only screen and (max-width:800px) {
  .products-flex-text-intro {
    font-size: 14px
  }
}
.products-flex-text-caution {
  font-size: 12px;
  margin-bottom: 30px
}
@media only screen and (max-width:800px) {
  .products-flex-text-caution {
    font-size: 11px
  }
}
.products-flex-text-btn {
  width: 100%
}
.products-flex-text-btn a {
  width: 200px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  transition-duration: .4s
}
@media only screen and (max-width:800px) {
  .products-flex-text-btn a {
    width: 160px
  }
  .okigata .products-flex .pc-title {
    display: none
  }
}
.okigata {
  background: #fff;
  border-bottom: 2px dotted #eee
}
.okigata .products-flex .sp-title {
  width: 100%;
  padding-left: 20%
}
.mini-spray .products-flex-text, .okigata .products-flex-text {
  padding-left: 20px
}
@media only screen and (min-width:800px) {
  .okigata .products-flex .sp-title {
    display: none
  }
}
.okigata .products-flex-img img {
  width: 200px;
  bottom: 20%
}
@media only screen and (max-width:800px) {
  .okigata .products-flex-img img {
    width: 100px;
    bottom: -200px;
    right: -10px;
    left: 11%
  }
}
.okigata .products-flex-img-fuki {
  background: #38a1db;
  bottom: 56%;
  left: 14%
}
@media only screen and (max-width:1100px) {
  .okigata .products-flex-img-fuki {
    bottom: 60%;
    left: 1%
  }
  .okigata .products-flex-text {
    padding-left: 0
  }
}
.okigata .products-flex-text-title {
  color: #38a1db
}
.okigata .products-flex-text-btn a {
  margin: 0 10% 0 auto;
  border: 1px solid #38a1db;
  color: #38a1db
}
.okigata .products-flex-text-btn a:hover {
  background: #38a1db;
  color: #fff
}
.spray {
  border-bottom: 2px dotted #eee
}
.spray .products-flex-img img {
  width: 150px;
  left: 40%;
  bottom: -60px
}
@media only screen and (max-width:800px) {
  .okigata .products-flex-text-btn a {
    margin: 0 auto
  }
  .spray .products-flex-img img {
    bottom: -60px;
    width: 110px;
    left: -10px
  }
}
.spray .products-flex-img-fuki {
  background: #49bcbd;
  bottom: 35%;
  left: 43%
}
.spray .products-flex-text {
  padding-left: 80px
}
@media only screen and (max-width:1100px) {
  .spray .products-flex-text {
    padding-left: 20px
  }
}
.spray .products-flex-text-title {
  color: #49bcbd
}
.spray .products-flex-text-intro {
  color: #000
}
.spray .products-flex-text-btn a {
  margin: 0 auto 0 0;
  border: 1px solid #49bcbd;
  color: #49bcbd
}
@media only screen and (max-width:800px) {
  .spray .products-flex-img-fuki {
    left: 20%;
    bottom: 65%
  }
  .spray .products-flex-text {
    padding-left: 0
  }
  .spray .products-flex-text-btn a {
    margin: 0 auto
  }
}
.spray .products-flex-text-btn a:hover {
  background: #49bcbd;
  color: #fff
}
.mini-spray {
  background: #fff;
  border-bottom: 2px dotted #eee
}
.mini-spray .products-flex-img img {
  width: 100px;
  left: 60%;
  bottom: -60px
}
@media only screen and (max-width:800px) {
  .mini-spray .products-flex-img img {
    width: 80px;
    left: 20px;
    bottom: -80px
  }
}
.mini-spray .products-flex-img-fuki {
  background: #49bcbd;
  bottom: 33%;
  left: 20%
}
@media only screen and (max-width:1100px) {
  .mini-spray .products-flex-img-fuki {
    left: 5%
  }
  .mini-spray .products-flex-text {
    padding-left: 0
  }
}
.mini-spray .products-flex-text-title {
  color: #6ec7c0
}
.mini-spray .products-flex-text-btn a {
  margin: 0 10% 0 auto;
  border: 1px solid #6ec7c0;
  color: #6ec7c0
}
@media only screen and (max-width:800px) {
  .mini-spray .products-flex-img-fuki {
    left: 4%;
    bottom: 63%
  }
  .mini-spray .products-flex-text-btn a {
    margin: 0 auto
  }
}
.mini-spray .products-flex-text-btn a:hover {
  background: #6ec7c0;
  color: #fff
}
.stick {
  border-bottom: 2px dotted #eee
}
.stick .products-flex-img img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width:800px) {
  .stick .products-flex-img img {
    bottom: -60px;
    width: 100%;
    max-width: 100%;
  }
}
.stick .products-flex-img-fuki {
  background: #3378bb;
  top: -15%;
  left: -3.3%
}
.stick .products-flex-text {
  padding-left: 80px
}
@media only screen and (max-width:1100px) {
  .stick .products-flex-text {
    padding-left: 20px
  }
}
.stick .products-flex-text-title {
  color: #3378bb
}
.stick .products-flex-text-intro {
  color: #000
}
.stick .products-flex-text-btn a {
  margin: 0 auto 0 0;
  border: 1px solid #3378bb;
  color: #3378bb
}
@media only screen and (max-width:800px) {
  .stick .products-flex-img-fuki {
    top: -30px;
    left: 0;
    position: absolute;
  }
  .stick .products-flex-text {
    padding-left: 0
  }
  .stick .products-flex-text-btn a {
    margin: 0 auto
  }
}
.stick .products-flex-text-btn a:hover {
  background: #3378bb;
  color: #fff
}
.stick-hook {
  border-bottom: 2px dotted #eee
}
.stick-hook .products-flex-img img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width:800px) {
  .stick-hook .products-flex-img img {
    bottom: -60px;
    width: 100%;
    max-width: 720px;
  }
}
.stick-hook .products-flex-img-fuki {
  background: #3378bb;
  bottom: 35%;
  top: -15%;
  right: -3.3%;
}
.stick-hook .products-flex-text {
  padding-left: 80px
}
@media only screen and (max-width:1100px) {
  .stick-hook .products-flex-text {
    padding-left: 20px
  }
}
.stick-hook .products-flex-text-title {
  color: #3378bb
}
.stick-hook .products-flex-text-intro {
  color: #000
}
.stick-hook .products-flex-text-btn a {
  margin: 0 auto 0 0;
  border: 1px solid #3378bb;
  color: #3378bb
}
.stick-hook .products-flex-text-btn a:hover {
  background: #3378bb;
  color: #fff
}
.case {
  background: #fff
}
.case .products-flex .sp-title {
  width: 100%;
  text-align: center
}
.case .products-flex-img {
  padding-top: 105px;
  max-width: 450px
}
@media only screen and (max-width:800px) {
  .stick-hook .products-flex-img-fuki {
    top: -30px;
    left: 0;
    position: absolute;
  }
  .stick-hook .products-flex-text {
    padding-left: 0;
    margin: 0 auto;
  }
  .stick-hook .products-flex-text-btn a {
    margin: 0 auto
  }
  .case .products-flex-img {
    padding-top: 85px
  }
  .case .products-flex-text-btn a {
    margin: 0 auto
  }
}
.case .products-flex-img img {
  position: relative;
  left: 0;
  transform: translate(0, 0)
}
.case .products-flex-img-fuki {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #38a1db;
  line-height: 1.2
}
.case .products-flex-text {
  padding-right: 20px
}
@media only screen and (max-width:1100px) {
  .case .products-flex-text {
    padding-right: 0
  }
}
.case .products-flex-text-title {
  color: #38a1db
}
.case .products-flex-text-btn {
  text-align: left
}
.case .products-flex-text-btn a {
  display: inline-block;
  border: 1px solid #38a1db;
  color: #38a1db
}
.case .products-flex-text-btn a:hover {
  background: #38a1db;
  color: #fff
}
.pc-br {
  display: block
}
.sp-br {
  display: none
}
@media only screen and (max-width:800px) {
  .pc-br {
    display: none
  }
  .sp-br {
    display: block
  }
}