@charset "UTF-8";

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  margin: 0;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
h1,
h2,
h3 {
  margin: 0 0;
  font-size: 16px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 481px) {
.open-cp {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    font-weight: normal;
    font-family: "noto-sans-cjk-jp", sans-serif;
    width: 1200px;
    padding-bottom: 40px;
    letter-spacing: 2px;
}
.open-cp .dflex {
    display: flex;
    flex-wrap: wrap;
}
.open-cp .pc_only {
    display: block;
}
.open-cp .sp_only {
    display: none;
}
.open-cp a {
    transition: opacity 0.3s ease;
}
.open-cp a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.open-cp li {
    list-style: none;
}
/* ... */
.open-cp .cp-header {
    background-size: cover;
}
.open-cp .cp-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 60px 0 60px;
    line-height: 44px;
}
.open-cp .txtbox {
  margin-top: 40px;
}
.open-cp .txtbox .section-title {
    padding: 10px 15px;
    background: #F8F7F3;
    font-weight: bold;
    font-size: 20px;
}
.open-cp .txtbox .content {
    padding-top: 20px;
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 2;
}
.open-cp .campaignbox .campaign-banner {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.open-cp .campaignbox .campaign-banner > div {
    width: 414px;
}
.open-cp .campaignbox .campaign-banner img {
    width: 100%;
    object-fit: cover;
}
.open-cp .campaignbox .campaign-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.open-cp .campaignbox .campaign-header-wrap {
  text-align: center;
}
.open-cp .campaignbox .header-underline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-cp .campaignbox .line {
  display: inline-block;
  height: 5px;
  width: 20px;
}
.open-cp .campaignbox .line.blue {
  background-color: #005BAC;
}
.open-cp .line.yellow {
  background-color: #FCD002;
}
/* ... */
.open-cp .cp-desc .desc-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
.open-cp .cp-desc .desc-underline {
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-cp .cp-desc .line {
  display: inline-block;
  height: 5px;
  width: 20px;
}
.open-cp .cp-desc .line.blue {
  background-color: #005BAC;
}
.open-cp .cp-desc .line.yellow {
  background-color: #FCD002;
}
.open-cp .cp-desc .desc-txt {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.open-cp .blockitem {
  margin-bottom: 40px;
}
.open-cp .blockitem .blockitem-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  justify-content: space-between;
}
.open-cp .blockitem .blockitem-wrap .item {
  width: 575px;
  margin-bottom: 40px;
}
.open-cp .blockitem .blockitem-wrap .item .item-txt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
}
.open-cp .blockitem .blockitem-wrap .item .item-txt02 {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  height: 60px;
}
.open-cp .blockitem .blockitem-wrap .item:nth-child(3) .item-txt01,
.open-cp .blockitem .blockitem-wrap .item:nth-child(3) .item-txt02,
.open-cp .blockitem .blockitem-wrap .item:nth-child(4) .item-txt01,
.open-cp .blockitem .blockitem-wrap .item:nth-child(4) .item-txt02 {
  height: auto;
}
.open-cp .blockitem .blockitem-wrap .item .item-txt03 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.open-cp .blockitem .blockitem-wrap .item .item-img {
  margin-top: 30px;
  margin-bottom: 20px;
}
.open-cp .blockitem .blockitem-wrap .item .item-btn {
  text-align: center;
}
.open-cp .blockitem .blockitem-wrap .item .item-btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #005BAC;
  border: 1px solid #005BAC;
  border-radius: 50px;
  padding: 13px 155px;
}

}

/* SP */
@media screen and (max-width: 480px) {
  .open-cp {
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.7;
      color: #333333;
      font-weight: normal;
      font-family: "noto-sans-cjk-jp", sans-serif;
      width: 100%;
      padding-bottom: 40px;
      letter-spacing: 2px;
  }
  .open-cp .dflex {
      display: flex;
      flex-wrap: wrap;
  }
  .open-cp .pc_only {
      display: none;
  }
  .open-cp .sp_only {
      display: block;
  }
  .open-cp a {
      transition: opacity 0.3s ease;
  }
  .open-cp a:hover {
      opacity: 0.7;
      text-decoration: none;
  }
  .open-cp li {
      list-style: none;
  }
  /* ... */
  .open-cp .cp-header {
      background-size: cover;
  }
  .open-cp .cp-title {
      text-align: center;
      font-size: 20px;
      line-height: 29px;
      font-weight: bold;
      padding: 30px 0 40px;
      letter-spacing: 0px;
  }
  .open-cp .txtbox {
    margin-top: 60px;
  }
  .open-cp .txtbox .section-title {
      padding: 10px 15px;
      background: #F8F7F3;
      font-weight: bold;
      font-size: 18px;
  }
  .open-cp .txtbox .content {
      padding: 15px 15px 45px;
      font-size: 14px;
      line-height: 2;
  }
  .open-cp .campaignbox .campaign-banner {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      padding: 0 15px;
  }
  .open-cp .campaignbox .campaign-banner > div {
      width: 100%;
  }
  .open-cp .campaignbox .campaign-banner img {
      width: 100%;
      object-fit: cover;
  }
  .open-cp .campaignbox .campaign-header {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 10px;
  }
  .open-cp .campaignbox .campaign-header-wrap {
    text-align: center;
  }
  .open-cp .campaignbox .header-underline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open-cp .campaignbox .line {
    display: inline-block;
    height: 5px;
    width: 20px;
  }
  .open-cp .campaignbox .line.blue {
    background-color: #005BAC;
  }
  .open-cp .line.yellow {
    background-color: #FCD002;
  }
  /* ... */
  .open-cp .cp-desc .desc-header {
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 10px;
  }
  .open-cp .cp-desc .desc-underline {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open-cp .cp-desc .line {
    display: inline-block;
    height: 5px;
    width: 20px;
  }
  .open-cp .cp-desc .line.blue {
    background-color: #005BAC;
  }
  .open-cp .cp-desc .line.yellow {
    background-color: #FCD002;
  }
  .open-cp .cp-desc .desc-txt {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
    padding: 0 15px;
  }
  .open-cp .blockitem {
    margin-bottom: 40px;
  }
  .open-cp .blockitem .blockitem-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
    padding: 0 15px;
  }
  .open-cp .blockitem .blockitem-wrap .item {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #B0A4A2;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-txt01 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-txt02 {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-txt03 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-btn {
    text-align: center;
  }
  .open-cp .blockitem .blockitem-wrap .item .item-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #005BAC;
    border: 1px solid #005BAC;
    border-radius: 50px;
    padding: 10px 60px;
  }

}