@charset "UTF-8";
#main {
  text-align: center;
}

#main .spbr {
  display: none;
}

@media screen and (max-width: 767px) {
  #main .spbr {
    display: block;
  }
}

#main .inner {
  text-align: left;
  width: auto;
}

@media screen and (max-width: 767px) {
  #main .inner {
    padding: 0;
  }
}

#main .inner #breadNV {
  max-width: 1200px;
  margin: 0 auto;
}

#main .inner h2 {
  margin: 12px auto 24px;
  /* デフォルトCSS打ち消し */
  font-size: 22px;
  /* 文字サイズ指定 */
  border-bottom: solid 3px #133543;
  /* 線指定 */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  font-weight: bold;
  max-width: 1200px;
  padding: 0 4px;
}

@media screen and (max-width: 768px) {
  #main .inner h2 {
    font-size: 20px;
  }
}

#main .inner h2:before {
  content: '';
  /* 空白の要素を作る */
  width: 50px;
  /* 幅指定 */
  height: 3px;
  /* 高さ指定 */
  background-color: #42a6ff;
  /* 背景色指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 0;
  /* 位置調整 */
  bottom: -3px;
  /* 位置調整 */
}

#main .inner h3 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #ffa1c0;
}

#main .inner h3:before {
  left: -40px;
  border-left-width: 15px !important;
  border-left-color: transparent !important;
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #ffa1c0;
}

#main .inner h3:after {
  right: -40px;
  border-right-width: 15px !important;
  border-right-color: transparent !important;
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #ffa1c0;
}

#main .inner h3 .ribon {
  position: relative;
  display: block;
}

#main .inner h3 .ribon .presentShou {
  display: inline-block;
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: 0;
  text-shadow: 3px 3px 0px #ffa1c0, -3px -3px 0px #ffa1c0, -3px 3px 0px #ffa1c0, 3px -3px 0px #ffa1c0, 3px 0px 0px #ffa1c0, -3px -0px 0px #ffa1c0, 0px 3px 0px #ffa1c0, 0px -3px 0px #ffa1c0;
}

@media screen and (max-width: 767px) {
  #main .inner h3 .ribon .presentShou {
    top: -5px;
    left: -2rem;
    font-size: 36px;
  }
}

#main .inner h3 .ribon p {
  display: inline-block;
  font-size: 24px;
  color: #565656;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #main .inner h3 .ribon p {
    font-size: 22px;
  }
}

#main .inner .campaign_img {
  background: #f5f5f5;
  text-align: center;
}

#main .inner .campaign_img .PCimage {
  width: auto;
}

#main .inner .campaign_attention {
  display: block;
  text-align: center;
  padding: 2em 0;
  font-size: 5em;
  background: #f1d8d8;
}

#main .inner .campaign_menu {
  padding: 3rem 5rem;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto;
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu {
    padding: 2rem 1rem 4rem;
    font-size: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .inner .campaign_menu-comment {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu-comment {
    width: auto;
    margin-bottom: 18px;
    font-size: 16px;
  }
}

#main .inner .campaign_menu-comment p {
  text-align: center;
}

#main .inner .campaign_menu-comment p .fukidashi {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 30px;
  background: #02a0ea;
  display: block;
  width: 90%;
  font-size: 20px;
  margin: 0 auto 12px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu-comment p .fukidashi {
    width: calc(100% - 4rem);
    font-size: 14px;
    padding: 1rem;
  }
}

#main .inner .campaign_menu-comment p .fukidashi:after {
  position: absolute;
  bottom: -9px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #02a0ea transparent transparent transparent;
}

#main .inner .campaign_menu-comment p .present {
  font-weight: bold;
  color: #0d6fb8;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu-comment p .present {
    font-size: 24px;
  }
}

#main .inner .campaign_menu-list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu-list {
    width: auto;
  }
}

#main .inner .campaign_menu-list p {
  font-size: 16px;
  padding: 3rem;
  background: #f2f2f2;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_menu-list p {
    font-size: 14px;
  }
}

#main .inner .campaign_menu-list p .campaign_period-title {
  font-weight: bold;
  display: block;
  font-size: 28px;
  color: #0d6fb8;
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
}

#main .inner .campaign_menu-list p .campaign_period-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;
}

#main .inner .campaign_menu-list p .month {
  font-size: 30px;
  padding: 0 2px;
  font-weight: bold;
}

#main .inner .campaign_menu-list p .days {
  font-size: 30px;
  padding: 0 2px;
  font-weight: bold;
}

#main .inner .campaign_menu-list p .week {
  background: #02a0ea;
  padding: 4px 8px;
  border-radius: 50%;
  color: #fff;
  margin-left: 3px;
  vertical-align: super;
}

#main .inner .campaign_detailsback {
  background: url(../images/campaign/campaignBG01.jpg);
  padding: 50px 0;
}

#main .inner .campaign_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .inner .campaign_details section {
  margin: 2rem 2rem;
  width: calc(100% / 2 - 10rem);
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_details section {
    margin: 1rem 0.5rem;
    padding: 0 2rem 2rem;
    width: calc(100% - 5rem);
  }
}

#main .inner .campaign_details section figure {
  text-align: center;
}

#main .inner .campaign_details section figure img {
  max-width: 50%;
  margin: 12px 0;
  max-height: 160px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_details section figure img {
    margin: 0;
  }
}

#main .inner .campaign_details section figure figcaption {
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0 0 30px;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_details section figure figcaption {
    font-size: 20px;
  }
}

#main .inner .campaign_details section figure figcaption span {
  display: block;
}

#main .inner .campaign_content {
  width: 100%;
  background: #f2f2f2;
}

#main .inner .campaign_content-inner {
  padding: 80px 0 30px;
}

#main .inner .campaign_content-inner .rule_content {
  background: rgba(255, 255, 255, 0.6);
  padding: 3rem;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_content-inner .rule_content {
    padding: 30px 3% 30px;
    width: 90%;
  }
}

#main .inner .campaign_content-inner .rule_list {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  line-height: 1.8;
  font-size: 16px;
}

#main .inner .campaign_content-inner .rule_list dt {
  width: 23%;
  font-weight: bold;
}

#main .inner .campaign_content-inner .rule_list dt:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_content-inner .rule_list dt {
    width: auto;
  }
  #main .inner .campaign_content-inner .rule_list dt:not(:first-of-type) {
    margin: 20px 0 0;
  }
}

#main .inner .campaign_content-inner .rule_list dd {
  width: 76%;
}

#main .inner .campaign_content-inner .rule_list dd:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_content-inner .rule_list dd:not(:first-of-type) {
    margin: 2px 0 0;
  }
}

@media screen and (max-width: 767px) {
  #main .inner .campaign_content-inner .rule_list dd {
    width: auto;
  }
}
/*# sourceMappingURL=campaign2023ouen.css.map */