@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #333;
}

header {
  background: rgba(255, 255, 255, 0.9);
}

header nav ul {
  height: 82px;
}

#antimicrobial {
  margin-top: 110px;
}

#antimicrobial .header {
  background: #BAE2F8 url("../img/amb_bg.png") repeat center top;
  position: relative;
}

#antimicrobial .header:after {
  content: "";
  display: block;
  background: url("../img/amb_main@2x.png") no-repeat right top;
  background-size: contain;
  width: 55%;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
}

#antimicrobial .header p {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 35px;
  padding: 2em 0;
  letter-spacing: .1em;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 20;
}

#antimicrobial .header .wrap {
  background: -webkit-gradient(linear, left top, right top, from(#00AECB), to(#BAE2F8));
  background: linear-gradient(to right, #00AECB, #BAE2F8);
}

#antimicrobial .header .wrap .inner {
  max-width: 900px;
  margin: auto;
  position: relative;
  padding: 2rem 0;
}

#antimicrobial .header h1 {
  position: relative;
  z-index: 10;
}

#antimicrobial .header figure {
  position: absolute;
  left: 630px;
  bottom: -84px;
  z-index: 10;
}

#antimicrobial .lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  text-align: center;
  margin: 4rem 0;
  line-height: 2.2;
}

#antimicrobial .contents {
  width: calc(100% - 10%);
  max-width: 900px;
  margin: auto;
}

#antimicrobial .contents .detail {
  background-color: #5bc1d8;
  position: relative;
  padding: 2rem 0;
  font-weight: bold;
}

#antimicrobial .contents .detail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

#antimicrobial .contents .detail:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

#antimicrobial .contents .detail .col {
  width: calc(100% - 10%);
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  margin-top: 1rem;
}

#antimicrobial .contents .detail .col h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 24px;
  border: 1px solid #fff;
  text-align: center;
  padding: .5rem 0;
}

#antimicrobial .contents .detail .col .inner {
  padding: 1.5rem;
}

#antimicrobial .contents .detail .col p {
  margin: 0;
}

#antimicrobial .contents .detail .col .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#antimicrobial .contents .detail .col .row p {
  margin-top: 8%;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

#antimicrobial .contents .detail .col .row p .fa-play {
  display: block;
  text-align: center;
  font-size: 40px;
}

#antimicrobial .contents .detail .col .row dl {
  text-align: center;
  padding: 0 1rem;
}

#antimicrobial .contents .detail .col .row dl dd {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: .5rem;
}

#antimicrobial .contents .detail .col .row dl dd em {
  font-style: normal;
  color: #fff000;
}

#antimicrobial .contents .detail .col .caption {
  margin: 2em 0;
  font-size: 12px;
  text-align: center;
}

#antimicrobial .contents .detail .col aside {
  font-size: 12px;
  line-height: 1.5;
}

#antimicrobial .contents .detail .col aside dt {
  font-weight: bold;
}

#antimicrobial .contents .price {
  margin: 4rem 0;
}

#antimicrobial .contents .price .ttl {
  text-align: center;
}

#antimicrobial .contents .price .ttl p {
  font-weight: bold;
}

#antimicrobial .contents .price .info {
  max-width: 490px;
  margin: auto;
  border: 1px solid #999;
  padding: 1rem 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem;
}

#antimicrobial .contents .price .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

#antimicrobial .contents .price .info dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#antimicrobial .contents .price .info p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}

#antimicrobial .contents .price .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#antimicrobial .contents .price .wrap .col {
  width: 48%;
  text-align: left;
  margin-top: 2rem;
}

#antimicrobial .contents .price .wrap .col .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

#antimicrobial .contents .price .wrap .col .ttl h3 {
  font-size: 20px;
  font-weight: bold;
  color: #009fa8;
  white-space: nowrap;
}

#antimicrobial .contents .price .wrap .col .ttl p {
  margin: 0;
  margin-left: 1rem;
  background-color: #e83828;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0 1rem;
  border-radius: 1rem;
}

#antimicrobial .contents .price .wrap .col .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0;
}

#antimicrobial .contents .price .wrap .col .table dl.lb {
  background-color: #ebf6f7;
}

#antimicrobial .contents .price .wrap .col .table dl dt {
  width: 60%;
  text-align: center;
}

#antimicrobial .contents .price .wrap .col .table dl dd {
  width: 40%;
  text-align: center;
  color: #c11920;
  border-left: 1px solid #24b7c0;
}

#antimicrobial .contents .price .wrap .col .table dl dd em {
  font-size: 1.8rem;
  font-style: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}

#antimicrobial .contents .price .wrap .col .table .th {
  background-color: #24b7c0 !important;
  color: #fff;
}

#antimicrobial .contents .price .wrap .col .table .th dd {
  color: #fff;
  border-left: 1px solid #fff;
  padding: .25rem 0;
}

#antimicrobial .contents .price .wrap .col .caption {
  font-size: 12px;
  line-height: 1.5;
}

#antimicrobial .contents .service {
  background-color: #d4ecf5;
  margin: 2rem 0;
  padding: 1rem;
}

#antimicrobial .contents .service dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

#antimicrobial .contents .service dl dt {
  background-color: #e83828;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

#antimicrobial .contents .service figure {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#antimicrobial .contents .service figure img {
  margin: 0 .5rem;
}

#antimicrobial .contents .service .caption {
  font-size: 12px;
  text-align: center;
}

#antimicrobial .contents .ft_col {
  margin: 4rem 0;
}

#antimicrobial .contents .ft_col .br {
  display: none;
}

#antimicrobial .contents .ft_col .ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  color: #e83828;
  text-align: center;
  border-top: 1px solid #e83828;
  border-bottom: 1px solid #e83828;
  padding: 1rem 0;
  margin: 0;
}

#antimicrobial .contents .ft_col .caption {
  font-size: 12px;
  margin: 1em 0;
}

.contact_link {
  padding: 0 5%;
  margin-bottom: 100px;
  text-align: center;
}

.contact_link a {
  display: inline-block;
  background-color: #C30D23;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  padding: 1rem 2em;
  border-radius: 10px;
}

.contact_link .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  #antimicrobial .header p {
    font-size: calc(16px + (35 - 16)*(100vw - 320px)/(1023 - 320));
    padding: 2em 5%;
  }
  #antimicrobial .header .wrap {
    padding: 0 5%;
  }
  #antimicrobial .header .wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #antimicrobial .header h1 {
    width: auto;
    margin-left: 0;
  }
  #antimicrobial .header figure {
    position: relative;
    left: auto;
    z-index: 10;
    margin-left: 1rem;
    width: auto;
  }
  #antimicrobial .lead {
    margin: 3rem 0;
    font-size: calc(12px + (20 - 12)*(100vw - 320px)/(1023 - 320));
  }
  #antimicrobial .contents .detail {
    margin-bottom: 3rem;
  }
  #antimicrobial .contents .price {
    margin-bottom: 4rem;
  }
  #antimicrobial .contents .price .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #antimicrobial .contents .price .wrap .col {
    width: 100%;
    max-width: 490px;
    margin: 2rem auto 0;
  }
  #antimicrobial .contents .service figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 260px;
    margin: auto;
  }
  #antimicrobial .contents .service figure img {
    margin: .5rem 0;
  }
  #antimicrobial .contents .ft_col {
    margin: 2rem 0;
  }
  #antimicrobial .contents .ft_col .ttl {
    font-size: calc(16px + (30 - 16)*(100vw - 320px)/(1023 - 320));
  }
}

@media screen and (max-width: 600px) {
  html, body {
    font-size: 14px;
  }
  #antimicrobial {
    margin-top: 70px;
  }
  #antimicrobial .header:after {
    width: 46%;
    height: 200px;
  }
  #antimicrobial .header .wrap .inner {
    padding: 1rem 0;
  }
  #antimicrobial .header figure {
    bottom: 0;
  }
  #antimicrobial .lead {
    margin: 2rem 0;
    letter-spacing: 0;
  }
  #antimicrobial .contents .detail {
    padding: 1rem 0;
    margin-bottom: 0;
  }
  #antimicrobial .contents .detail .col h2 {
    font-size: calc(16px + (24 - 16)*(100vw - 320px)/(600 - 320));
  }
  #antimicrobial .contents .detail .col .inner {
    padding: 1rem 0;
  }
  #antimicrobial .contents .detail .col p {
    font-size: 12px;
  }
  #antimicrobial .contents .detail .col .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #antimicrobial .contents .detail .col .row p {
    margin: 1rem 0;
    text-align: center;
  }
  #antimicrobial .contents .detail .col .row p br {
    display: none;
  }
  #antimicrobial .contents .detail .col .row p .fa-play {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #antimicrobial .contents .detail .col .row .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #antimicrobial .contents .detail .col .row dl dd br {
    display: none;
  }
  #antimicrobial .contents .detail .col .caption {
    font-size: 10px;
  }
  #antimicrobial .contents .detail .col aside {
    text-align: left;
    margin-bottom: 0;
  }
  #antimicrobial .contents .price {
    margin: 3rem 0 2rem;
  }
  #antimicrobial .contents .price .ttl p {
    font-size: calc(12px + (16 - 12)*(100vw - 320px)/(600 - 320));
  }
  #antimicrobial .contents .price .info {
    padding: 1rem;
    margin-top: 1rem;
  }
  #antimicrobial .contents .price .info dl {
    font-size: 12px;
    margin-bottom: .25rem;
  }
  #antimicrobial .contents .price .info dl:nth-of-type(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #antimicrobial .contents .price .info p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  #antimicrobial .contents .price .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #antimicrobial .contents .price .wrap .col {
    width: 100%;
    max-width: 490px;
    margin: 2rem auto 0;
  }
  #antimicrobial .contents .price .wrap .col .table dl {
    font-size: calc(12px + (16 - 12)*(100vw - 320px)/(600 - 320));
  }
  #antimicrobial .contents .price .wrap .col .table .th {
    background-color: #24b7c0 !important;
    color: #fff;
  }
  #antimicrobial .contents .price .wrap .col .table .th dd {
    color: #fff;
    border-left: 1px solid #fff;
    padding: .25rem 0;
  }
  #antimicrobial .contents .service dl {
    margin-bottom: .5rem;
  }
  #antimicrobial .contents .service dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: .5rem;
    line-height: 1.5;
  }
  #antimicrobial .contents .service .caption {
    text-align: left;
    line-height: 1.5;
  }
  #antimicrobial .contents .ft_col {
    margin: 2rem 0;
  }
  #antimicrobial .contents .ft_col .br {
    display: block;
  }
  #antimicrobial .contents .ft_col .ttl {
    font-size: calc(16px + (30 - 16)*(100vw - 320px)/(1023 - 320));
  }
  #antimicrobial .contents .ft_col .caption {
    font-size: 10px;
  }
  aside {
    text-align: center;
    margin: 2rem 0;
  }
  aside dd {
    font-size: 12px;
  }
  .contact_link {
    margin-bottom: 4rem;
  }
  .contact_link a {
    font-size: calc(18px + (30 - 18)*(100vw - 320px)/(600 - 320));
  }
}
/*# sourceMappingURL=sub.css.map */