@charset "UTF-8";
/* メディアクエリ記述サンプル
.box {
    @include pc {
      background-color: red;
    };
    @include tab {
      background-color: blue;
    };
    @include sp {
      background-color: yellow;
    };
  }
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  -webkit-text-size-adjust: none;
}

ul {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .l_layout {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 769px) {
  .lead {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .lead {
    margin: 10px 0 20px 0;
  }
}
.lead .lead__title {
  color: #1d2088;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 769px) {
  .lead .lead__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__title {
    font-size: 2rem;
  }
}
.lead .lead__title img {
  vertical-align: middle;
}
@media (min-width: 769px) {
  .lead .lead__title img {
    width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .lead .lead__title img {
    width: 35%;
    margin-bottom: 10px;
  }
}
.lead .lead__img {
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .lead .lead__img {
    display: flex;
  }
}
@media (min-width: 769px) {
  .lead .lead__arrow {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .lead .lead__arrow {
    padding: 10px 0;
  }
}
.lead .lead__arrow .lead__arrow-img {
  width: 0;
  height: 0;
}
@media (min-width: 769px) {
  .lead .lead__arrow .lead__arrow-img {
    border-left: 30px solid #0d4baa;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
@media (max-width: 768px) {
  .lead .lead__arrow .lead__arrow-img {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0d4baa;
    margin: 0 auto;
  }
}
.lead .lead__before {
  color: #666;
  font-weight: 700;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  .lead .lead__before {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__before {
    font-size: 1.5rem;
  }
}
.lead .lead__after {
  color: #666;
  font-weight: 700;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (min-width: 769px) {
  .lead .lead__after {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .lead .lead__after {
    font-size: 1.5rem;
  }
}

@media (min-width: 769px) {
  .note {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .note {
    font-size: 1.2rem;
  }
}

.polymerCell__textBold {
  font-weight: bold;
}

.sub-title {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .sub-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.cam-bnr {
  text-align: center;
}
@media (min-width: 769px) {
  .cam-bnr {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768px) {
  .cam-bnr {
    margin: 5px 0 50px 0;
  }
}

.cam-bnr a:hover {
  opacity: 0.7;
}

.coating .polymerCell__title {
  background: #002060 !important;
}

@media (min-width: 769px) {
  .location {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .location {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .photo {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .photo {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .photo .photo__note {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .photo .photo__note {
    font-size: 1.2rem;
    text-align: right;
  }
}

@media (min-width: 769px) {
  .photo-2 img {
    width: 500px;
  }
}

.polymerTitleLine__type {
  font-weight: bold;
}
@media (min-width: 769px) {
  .polymerTitleLine__type {
    padding-top: 10px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .polymerTitleLine__type {
    padding-top: 5px;
    font-size: 1.5rem;
  }
}
.polymerTitleLine__type .red {
  color: #f00;
}

.location {
  border: 2px solid #000;
}
.location .location__title {
  background: #1d2088;
  color: #fff;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .location .location__title {
    font-size: 2.4rem;
    padding: 5px 0 10px 0;
  }
}
@media (max-width: 768px) {
  .location .location__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 769px) {
  .location .location__title span {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .location .location__title span {
    font-size: 1.3rem;
  }
}
.location .location__list {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  .location .location__list {
    padding: 20px;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .location .location__list {
    padding: 10px;
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=index.css.map */