@charset "UTF-8";

.container {
  margin: 0 auto 80px;
}

.container.container--without-nav {
  width: 100%;
}

.block-precautions-explanation {
  width: 920px;
  margin: 10px auto;
}

.main_bg {
  padding-top: 4px;
  background-color: #2f3f74;
}

/* .keyvisual-area {
  position: relative;
  background-color: #f1ebde;
  height: 520px;
}

.keyvisual-area::after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 80px solid #f1ebde;
  z-index: 5;
}*/

.keyvisual-area {
  position: relative;
  background-color: #f1ebde;
  background-image: url(/lp/imgs/cam_2301associate/kv_bg_pattern.png);
  height: 600px;
}

.keyvisual-area .image--single {
  margin: 0 auto ;
}

.keyvisual-area .image--single img {
  margin-top: 40px;
}

.keyvisual-area .keyvisual-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.block-h2 {
  margin-top: 0;
}

.contents-body {
  width: 920px;
  margin: 0 auto;
}

.bg_blue {
  background-color: #2f3f74;
  margin-bottom: 0;
}

.bg_blue .contents-body {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.top-adjustment::after {
  content: "";
  position: absolute;
  top: -80px;
  box-sizing: border-box;
  border-right: 50vw solid #2f3f74;
  border-left: 50vw solid #2f3f74;
  border-top: 80px solid transparent;
  z-index: 5;
}

.bg_blue h2 {
  margin-bottom: 26px;
  color: #f7f3eb;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.bg_blue .menu-image {
  width: 920px;
  margin: 0 auto 30px;
}

.bg_blue .arrow-image {
  width: 120px;
  margin: 0 auto 30px;
}

.bg_blue .txt-image {
  width: 693px;
  margin: 0 auto 20px
}

.bg_blue .campaign_detail {
  width: 800px;
  margin: 0 auto 40px;
  border: 2px solid #fff;
  border-radius: 67px;
}

.bg_blue .campaign_detail p {
  margin: 18px auto;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

.bg_blue .list-asterisk > li {
  color: #fff;
  font-size: 14px;
}

.bg_blue .list-asterisk > li::before {
  font-size: 14px;
}

.bg_blue .list-asterisk .link--external {
  color: #fff;
}

.bg_blue .list-asterisk .link--external::after {
  background: url(/common21/imgs/icon-newtab-white.svg) no-repeat center/contain;
}

.bg_blue .list-ordered--asterisk .list-ordered__item {
  color: #fff;
}

.bg_blue .list-ordered__item {
  font-size: 14px;
}

.bg_blue .list-ordered--asterisk > li::before {
  content: "*" counter(custom-counter);
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.bg_white {
  background-color: #fff;
  margin-bottom: 0;
}

.bg_white .contents-body {
  padding-top: 80px;
  padding-bottom: 100px;
}

.bg_white h2 {
  color: #dd842d;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.bg_white .block-h3 {
  margin-top: 43px;
}

.bg_white .block-h3 p {
  font-size: 16px;
}

.bg_white h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 24px;
  padding-left: 12px;
  border-left: 4px solid #2f4899;
}

.bg_white .list-asterisk > li {
  font-size: 14px;
}

.bg_white .list-asterisk > li::before {
  font-size: 14px;
}

.bg_white .list-ordered__item {
  font-size: 14px;
}

.bg_beige {
  background-color: #f7f3eb;
  margin-bottom: 0;
}

.bg_beige .contents-body {
  padding-top: 80px;
  padding-bottom: 100px;
}

.bg_beige h2 {
  margin-bottom: 40px;
  color: #dd842d;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

.bg_beige .step-connect__main-text--em {
  color: #2f4899;
  font-size: 20px;
  line-height: 30px;
}

.btn--entry-orange {
  background-color: #e88c31;
  border-color: #e88c31;
}

.bg_beige .btn--entry-blue {
  background-color: #2f4899;
  border-color: #2f4899;
}

.bg_beige .width_adjustment_img {
  width: 80%;
}

.bg_beige .width_adjustment_01 {
  width: 80%;
}

.bg_beige .width_adjustment_02 {
  float: right;
  width: 90%;
}

.bg_beige .clear {
  clear: both;
}

.bg_beige .list-asterisk > li {
  font-size: 14px;
}

.bg_beige .list-asterisk > li::before {
  font-size: 14px;
}

.bg_beige .box-conversion {
  background-color: #ebe5d5;
  width: 80%;
}

.btn--kouza {
  background-color: #2f4899;
  border-color: #2f4899;
}

.text-deadline {
  color: #6c9b00;
}

.campaign_tag {
  background-color: #dd842d;
  margin-bottom: 10px;
  padding: 4px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  line-height: 18px;
  height: auto;
  min-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.last-step-text {
  color: #dd842d!important;
}

.content-card__balloon {
  margin: auto 0 20px;
  text-align: center;
}

.merit-col {
  border: 1px solid #e0e5e9;
  margin: 15px auto;
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
}

.merit-col > *:first-child {
  border-right: 1px solid #2f3f74;
}

.merit-col > [class^="column__"] {
  padding-top: 0;
}

.merit-col__img {
  padding: 20px;
  text-align: center;
}
.merit-col__img img {
  height: 134px;
}

.merit-col__text {
  font-size: 16px;
  padding: 20px;
  vertical-align: middle;
  height: 170px;
  display: table-cell;
}

.merit-col__text > p {
  margin-bottom: 10px;
}

.block-entry {
  margin-top: 48px;
}

.disc_area {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1019px) {
  .keyvisual-area {
    height: 900px;
  }

  .block-precautions-explanation {
    width: calc(100% - 40px);
  }

  .keyvisual-area .image--single img {
    margin-top: 60px;
  }

  .keyvisual-area .keyvisual-btn {
    position: absolute;
    max-width: 375px;
    width: calc(100% - 40px);
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .contents-body {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .top-adjustment::after {
    top: -8vw;
    border-top: 8vw solid transparent;
  }

  .bg_blue .contents-body {
    padding-bottom: 60px;
  }

  .bg_blue h2 {
    font-size: 28px;
  }

  .bg_blue .menu-image {
    width: 100%;
    max-width: 671px;
  }

  .bg_white .contents-body {
    padding-bottom: 60px;
  }

  .bg_blue .arrow-image {
    margin: 0 auto 20px;
  }

  .bg_blue .txt-image {
    width: 100%;
    max-width: 667px;
  }

  .bg_blue .campaign_detail {
    width: 100%;
    max-width: 670px;
  }

  .bg_white h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .bg_beige .contents-body {
    padding-bottom: 80px;
  }

  .bg_beige h2 {
    font-size: 28px;
  }

  .bg_beige .step-connect__main-text--em {
    font-size: 18px;
    line-height: 24px;
  }

  .bg_beige .box-conversion__maintext {
    font-size: 18px;
  }

  .bg_beige .text-imgs_01,
  .bg_beige .text-imgs_02 {
    display: block;
    margin-bottom: 5px;
  }

  .bg_beige .text-imgs_01 img {
    height: 28px;
  }

  .bg_beige .text-imgs_02 img {
    height: 53px;
  }

  .bg_beige .box-conversion {
    width: 100%;
  }

  .bg_beige .width_adjustment_img {
    width: 100%;
  }

  .bg_beige .width_adjustment_01 {
    width: 100%;
    padding: 0 10px;
  }

  .bg_beige .width_adjustment_02 {
    width: 100%;
    float: none;
    padding: 0 10px;
  }

  .bg_beige .block {
    padding: 0 20px;
  }

  .bg_blue h2 {
    font-size: 28px;
  }

  .content-card__balloon {
    margin: 0 auto 15px;
  }

  .merit-col > *:first-child {
    border-right: 0;
    border-bottom: 1px solid #2f3f74;
  }

  .merit-col {
    padding: 30px 20px;
  }

  .merit-col__img {
    padding: 0 0 30px;
  }

  .disc_area {
    width: calc(100% - 40px);
  }


}

@media screen and (max-width: 750px) {
  .keyvisual-area {
    height: 125vw;
  }

  .keyvisual-area .keyvisual-btn {
    position: absolute;
    max-width: 375px;
    width: calc(100% - 40px);
    bottom: 17vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .top-adjustment::after {
    top: -8vw;
    border-top: 8vw solid transparent;
  }
}


