@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #E1F7FF;
}
body #main {
  text-align: left;
}

.head_nav .nav_accumulate, .head_nav .nav_howto, .head_nav .nav_omatome, .head_nav .nav_app, .head_nav .nav_service {
  display: none;
}

a {
  color: #1A49B7;
  text-decoration: none;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.sectionInner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv {
  height: 530px;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dib {
  display: inline-block;
}

.jsAccordion {
  padding: 0 3px;
  width: 100%;
  margin-top: 9px;
}
.jsAccordion .header-accordion {
  cursor: pointer;
  max-width: 93%;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  background: #DC000C;
  padding: 9px 30px;
  text-align: center;
  position: relative;
  font-weight: 500;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.jsAccordion .header-accordion::after {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  content: "";
  background: url(../img/ico-arrow.png) no-repeat;
}
.jsAccordion .header-accordion.isActive::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.jsAccordion ~ .note {
  padding-left: 30px;
  margin-top: 19px;
}
.jsAccordion ~ .note li {
  margin-bottom: 5px;
}
.jsAccordion .jsAccordion-img {
  margin: 10px auto 20px;
  max-width: 650px;
}
.jsAccordion .jsAccordion-body {
  padding: 10px;
  background: #fff;
  display: none;
}
.jsAccordion .jsAccordion-body .jsAccordion-body-content {
  padding-left: 15px;
}
.jsAccordion .jsAccordion-body .list-url {
  margin-top: 16px;
  margin-bottom: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jsAccordion .jsAccordion-body .list-url li {
  margin-bottom: 10px;
  font-size: 18px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jsAccordion .jsAccordion-body .list-url li span {
  font-size: 14px;
  border-radius: 13px;
  min-width: 76px;
  height: 24px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333333;
}
.jsAccordion .jsAccordion-body .list-url li a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.jsAccordion .jsAccordion-body p {
  font-size: 20px;
}
.jsAccordion .jsAccordion-body .txt01 {
  font-size: 20px;
  padding-bottom: 5px;
  text-align: center;
}
.jsAccordion .jsAccordion-body .txt01 em {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEF100), to(#FEF100));
  background-image: linear-gradient(#FEF100, #FEF100);
  background-size: 100% 16px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  position: relative;
}
.jsAccordion .jsAccordion-body .txt01 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.jsAccordion .jsAccordion-body .txt01 span::before {
  position: absolute;
  left: -22px;
  top: -5px;
  width: 33px;
  height: 36px;
  content: "";
  background: url(../img/accordion_dec01.png) no-repeat;
  background-size: contain;
}
.jsAccordion .jsAccordion-body .txt01 span::after {
  position: absolute;
  right: -22px;
  top: -1px;
  width: 40px;
  height: 38px;
  content: "";
  background: url(../img/accordion_dec02.png) no-repeat;
  background-size: contain;
}
.jsAccordion .jsAccordion-body .txt02 {
  font-size: 18px;
  text-align: center;
  margin-top: 6px;
}

.lead {
  margin-top: 60px;
}
.lead p {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 43px;
  text-align: center;
  line-height: 1.5;
}
.lead p:nth-child(2) {
  margin-bottom: 30px;
}
.lead p:nth-child(3) {
  margin-bottom: 38px;
}
.lead p em {
  color: #009DC9;
  position: relative;
  font-size: 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEF100), to(#FEF100));
  background-image: linear-gradient(#FEF100, #FEF100);
  background-size: 100% 16px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 5px;
}

.list-num {
  margin-top: 10px;
}
.list-num li {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
}

.note li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-top: 2px;
  margin-bottom: 5px;
}
.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.note__yellow li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 9px;
}
.note__yellow li::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 14px;
  left: 0;
  background-color: #E9C21E;
}

.btnGroup {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btnGroup a.btn {
  max-width: 435px;
  width: 50%;
  min-height: 70px;
  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;
  text-decoration: none;
  margin: 0 15px;
  background-color: #1A49B7;
  -webkit-box-shadow: 0px 3px 0px 0px #1F366A;
          box-shadow: 0px 3px 0px 0px #1F366A;
  text-align: center;
  padding: 8px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 50px;
}
.btnGroup a.btn.btn-red {
  background-color: #E60012;
  -webkit-box-shadow: 0px 3px 0px 0px #A8000D;
          box-shadow: 0px 3px 0px 0px #A8000D;
}

.campaign {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 60px 60px 40px 60px;
  margin-bottom: 80px;
}
.campaign .border-top {
  width: 100%;
}
.campaign .border-top::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/ico-br-tl.png) no-repeat;
  background-size: contain;
  top: -3px;
  left: -3px;
}
.campaign .border-top::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/ico-br-tr.png) no-repeat;
  background-size: contain;
  top: -3px;
  right: -3px;
}
.campaign .border-bottom {
  width: 100%;
}
.campaign .border-bottom::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/ico-br-bl.png) no-repeat;
  background-size: contain;
  bottom: -3px;
  left: -3px;
}
.campaign .border-bottom::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../img/ico-br-br.png) no-repeat;
  background-size: contain;
  bottom: -3px;
  right: -3px;
}
.campaign__title {
  font-size: 40px;
  height: 87px;
  font-weight: bold;
  background: url(../img/ribbon.png) no-repeat;
  background-position: center;
  color: #fff;
  padding-top: 4px;
  text-align: center;
  margin-bottom: 40px;
}
.campaign__item {
  border: 2px solid #009DC9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.campaign__item__ttl {
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  background-color: #E1F7FF;
  width: 190px;
  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;
  text-align: center;
}
.campaign__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 30px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  width: calc(100% - 190px);
}
.campaign__item__content p {
  line-height: 1.5;
}
.campaign__item__content .note01 {
  font-size: 22px;
  margin-top: 10px;
}
.campaign__item__content .note01 li {
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}
.campaign__item__content .note01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign .btnGroup {
  margin-top: 36px;
}
.campaign__coupon {
  margin-bottom: 34px;
  background: url(../img/bg_tlt.png) no-repeat;
  background-position: top;
  padding: 26px 0;
}
.campaign__coupon02 .campaign__coupon__title {
  margin-bottom: 33px;
}
.campaign__coupon__title {
  text-align: center;
  margin-bottom: 60px;
}
.campaign__coupon__title img {
  margin: auto;
}
.campaign__coupon__item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #009DC9;
}
.campaign__coupon__item.item_red {
  border: 2px solid #DC000C;
  overflow: inherit;
  margin-top: 30px;
}
.campaign__coupon__item.item_red .img {
  margin-bottom: 40px;
}
.campaign__coupon__item.item_red .campaign__coupon__ttl {
  background-color: #DC000C;
  text-align: center;
  font-size: 32px;
  border-radius: 15px 15px 0 0;
}
.campaign__coupon__item.item_red .campaign__coupon__content {
  padding: 40px;
  border-radius: 0 0 20px 20px;
}
.campaign__coupon__ttl {
  font-size: 24px;
  font-weight: bold;
  background-color: #009DC9;
  position: relative;
  color: #fff;
  padding: 29px;
}
.campaign__coupon__ttl .illus_01 {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.campaign__coupon__ttl .ques {
  position: relative;
  padding-left: 30px;
}
.campaign__coupon__ttl .ques::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__coupon__content {
  padding: 32px;
  background: #fff;
}
.campaign__coupon__content .answ {
  position: relative;
  padding-left: 20px;
}
.campaign__coupon__content .answ::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}
.campaign__coupon__content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.campaign__coupon__content p em {
  display: block;
  padding-left: 20px;
}
.campaign__coupon__content table {
  margin-bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .mv {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .mv {
    height: auto;
  }
  .mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bnr_foot {
    margin-top: 7px;
  }
  .jsAccordion {
    margin-top: 3px;
    padding: 0;
  }
  .jsAccordion .header-accordion {
    font-size: 14px;
    margin-top: 0px;
    max-width: 100%;
    padding: 6px;
    letter-spacing: 0;
    border-radius: 5px;
    padding-right: 23px;
  }
  .jsAccordion .header-accordion::after {
    right: 8px;
    width: 13px;
    height: 13px;
    background: url(../img/ico-arrow.png) no-repeat;
    background-size: contain;
  }
  .jsAccordion ~ .note {
    padding-left: 0;
    margin-top: 7px;
  }
  .jsAccordion .jsAccordion-img {
    margin: 15px auto 15px;
    max-width: 94%;
  }
  .jsAccordion .jsAccordion-img img {
    max-width: 100%;
  }
  .jsAccordion .jsAccordion-body {
    padding: 0;
    background: #fff;
    display: none;
  }
  .jsAccordion .jsAccordion-body .jsAccordion-body-content {
    padding-left: 0;
  }
  .jsAccordion .jsAccordion-body p {
    font-size: 14px;
  }
  .jsAccordion .jsAccordion-body .txt01 {
    font-size: 14px;
    line-height: 1.7;
  }
  .jsAccordion .jsAccordion-body .txt01 em {
    background-size: 100% 10px;
  }
  .jsAccordion .jsAccordion-body .txt01 span {
    padding: 0;
  }
  .jsAccordion .jsAccordion-body .txt01 span::before {
    position: absolute;
    left: -30px;
    top: 1px;
    width: 33px;
    height: 36px;
    content: "";
    background: url(../img/accordion_dec01.png) no-repeat;
    background-size: contain;
  }
  .jsAccordion .jsAccordion-body .txt01 span::after {
    position: absolute;
    right: -30px;
    top: 7px;
    width: 36px;
    height: 33px;
    content: "";
    background: url(../img/accordion_dec02.png) no-repeat;
    background-size: contain;
  }
  .jsAccordion .jsAccordion-body .txt02 {
    font-size: 13px;
  }
  .jsAccordion .jsAccordion-body .list-url {
    margin-top: 19px;
    margin-bottom: 0;
  }
  .jsAccordion .jsAccordion-body .list-url li {
    font-size: 13px;
    margin-bottom: 9px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .jsAccordion .jsAccordion-body .list-url li span {
    white-space: nowrap;
    font-size: 12px;
    min-width: 65px;
    height: 21px;
  }
  .jsAccordion .jsAccordion-body .list-url li a {
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .lead {
    margin-top: 33px;
  }
  .lead p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .lead p:nth-child(2) {
    margin-bottom: 18px;
  }
  .lead p:nth-child(3) {
    margin-bottom: 23px;
  }
  .lead p em {
    font-size: 16px;
    top: 2px;
    line-height: 1.7;
  }
  .list-num {
    margin-top: 6px;
  }
  .list-num li {
    font-size: 14px;
    padding-left: 34px;
    margin-bottom: 4px;
    position: relative;
  }
  .list-num li span {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .note li {
    font-size: 12px;
    font-weight: 500;
    padding-left: 13px;
  }
  .note__yellow li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;
  }
  .note__yellow li::after {
    width: 9px;
    height: 9px;
    top: 11px;
  }
  .btnGroup {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btnGroup a.btn {
    max-width: 100%;
    width: 90%;
    min-height: 39px;
    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;
    text-decoration: none;
    margin: 0 0;
    background-color: #1A49B7;
    -webkit-box-shadow: 0px 3px 0px 0px #1F366A;
            box-shadow: 0px 3px 0px 0px #1F366A;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 17px;
    border-radius: 50px;
  }
  .btnGroup a.btn.btn-red {
    background-color: #E60012;
    -webkit-box-shadow: 0px 3px 0px 0px #A8000D;
            box-shadow: 0px 3px 0px 0px #A8000D;
  }
  .campaign {
    padding: 33px 16px 23px 16px;
    margin-top: 23px;
    margin-bottom: 41px;
  }
  .campaign .border-top {
    width: 100%;
  }
  .campaign .border-top::before {
    width: 24px;
    height: 24px;
    top: -1px;
    left: -2px;
  }
  .campaign .border-top::after {
    width: 24px;
    height: 24px;
    top: -1px;
    right: -2px;
  }
  .campaign .border-bottom {
    width: 100%;
  }
  .campaign .border-bottom::before {
    width: 24px;
    height: 24px;
    bottom: -3px;
    left: -3px;
  }
  .campaign .border-bottom::after {
    width: 24px;
    height: 24px;
    bottom: -3px;
    right: -3px;
  }
  .campaign__title {
    font-size: 21px;
    height: 50px;
    background: url(../img/ribbon.png) no-repeat;
    width: 295px;
    max-width: 100%;
    margin: auto;
    background-position: center;
    background-size: contain;
    padding-top: 4px;
    margin-bottom: 24px;
  }
  .campaign__item {
    border: 2px solid #009DC9;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .campaign__item__ttl {
    padding: 14px 20px;
    font-size: 16px;
    width: 100%;
  }
  .campaign__item__content {
    padding: 16px 15px;
    font-size: 16px;
    width: 100%;
  }
  .campaign__item__content .note01 {
    font-size: 14px;
    margin-top: 13px;
  }
  .campaign__item__content .note01 li {
    padding-left: 13px;
  }
  .campaign__coupon {
    margin-top: 6px;
    background: url(../img/bg_tlt_sp.png) no-repeat;
    background-position: top;
    padding: 13px 0;
    background-size: contain;
    margin-bottom: 0;
  }
  .campaign__coupon__title {
    text-align: center;
    margin-bottom: 22px;
  }
  .campaign__coupon02 .campaign__coupon__title {
    margin-bottom: 16px;
  }
  .campaign__coupon__item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid #009DC9;
  }
  .campaign__coupon__item.item_red {
    border: 2px solid #DC000C;
    margin-top: 20px;
  }
  .campaign__coupon__item.item_red .img {
    width: 97%;
    margin: auto;
    margin-bottom: 19px;
  }
  .campaign__coupon__item.item_red .campaign__coupon__content {
    padding: 22px 14px 7px 14px;
  }
  .campaign__coupon__item.item_red .campaign__coupon__ttl {
    font-size: 22px;
    line-height: 1.5;
    background-color: #DC000C;
  }
  .campaign__coupon__item.item_red .campaign__coupon__ttl.fs16_sp {
    font-size: 16px;
  }
  .campaign__coupon__item.item_red .btnGroup a.btn {
    width: 100%;
  }
  .campaign__coupon__item.item_red .btnGroup a.btn.btn02 {
    display: block;
  }
  .campaign__coupon__ttl {
    font-size: 16px;
    padding: 14px;
  }
  .campaign__coupon__ttl .ques {
    padding-left: 20px;
  }
  .campaign__coupon__ttl .illus_01 {
    right: 0;
    width: 92px;
    top: 32%;
  }
  .campaign__coupon__content {
    padding: 17px 10px 9px 15px;
  }
  .campaign__coupon__content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
  .campaign__coupon__content p em {
    display: inline;
    padding-left: 0;
  }
  .campaign__coupon__content table {
    margin-bottom: 3px;
  }
  .campaign__coupon__content table tr td, .campaign__coupon__content table tr th {
    width: 100%;
    display: block;
  }
  .campaign .btnGroup {
    margin-top: 24px;
  }
  .campaign .btnGroup a {
    width: 100%;
  }
}