@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 (min-width: 769px) {
  .lead {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .lead {
    margin: -50px 0 30px 0;
  }
}
.lead .lead__title {
  color: #1d2088;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 769px) {
  .lead .lead__title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .lead .lead__title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.lead .lead__title img {
  vertical-align: middle;
}
@media (min-width: 769px) {
  .lead .lead__title img {
    width: 250px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .lead .lead__title img {
    width: 50%;
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .polymerCell {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .polymerCell {
    margin-bottom: 20px;
  }
}
.polymerCell .polymerTitleLine .polymerTitleLine__title {
  border-left: 5px solid #0d4baa;
}
.polymerCell .polymerCell__grid .polymerCell__title {
  background: #0d4baa;
}
@media (min-width: 769px) {
  .polymerCell .polymerCell__grid .polymerCell__title {
    width: 25%;
  }
}
@media (min-width: 769px) {
  .polymerCell .polymerCell__grid .polymerCell__col {
    width: 25%;
  }
}

.polymerCell__order1-1 {
  order: 1;
}

.polymerCell__order1-2 {
  order: 2;
}

.polymerCell__order1-3 {
  order: 3;
  background: #666 !important;
}

.polymerCell__order1-4 {
  order: 4;
  background: #666 !important;
}

.polymerCell__order1-5 {
  order: 5;
}

.polymerCell__order1-6 {
  order: 6;
}

.polymerCell__order1-7 {
  order: 7;
}

.polymerCell__order1-8 {
  order: 8;
}

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

@media (min-width: 769px) {
  .box {
    display: table;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .box {
    margin-bottom: 30px;
  }
}
.box .box_text {
  font-weight: 900;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .box .box_text {
    display: table-cell;
    vertical-align: top;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .box .box_text {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .box .box_img {
    display: table-cell;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .box .box_img {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .photo_wrap .photo_list .photo {
    display: inline-block;
    width: 245px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .photo_wrap .photo_list .photo {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .photo_wrap .photo_list .photo:last-child {
    margin-right: 0;
  }
}

.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;
}

.polymerLnav__gridItem {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .polymerLnav__gridItem:last-child, .polymerLnav__gridItem:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
}

.c_black {
  color: #000;
}/*# sourceMappingURL=style.css.map */