@charset "utf-8";

/******************************

  Common Style Overrides

*******************************/
.c-header {
  position: relative;
}
.c-header__inner {
  margin: 0 auto;
}
.c-header , .c-header__inner {
  min-height: 76px;
}

section img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.sec-container a {
  color: #0093ff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 1000px) {
  .c-header , .c-header__inner {
    min-height: 37px;
  }
}

/******************************

  .sec-*

*******************************/
.sec-container {
  padding: 50px 0;
}
.sec-inner {
  margin: 0 auto;
  max-width: 990px;
  padding: 0 15px;
}

@media (max-width: 800px) {
  .sec-container {
    padding: 3vw 0;
  }
}

/******************************

  .fs-*

*******************************/
.fs-90p { font-size: 90%; }
.fs-140p { font-size: 140%; }

/******************************

  .lh-*

*******************************/
.lh-13 {
  line-height: 1.3;
}

/******************************

  .hdg-design-*

*******************************/
.hdg-design-square {
  font-size: 36px;
  padding: 0.1em 1em;
  margin: 1em auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  min-width: 60%;
  max-width: calc(100% - 2em);
  position: relative;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  color: #473a93;
  z-index: 0;
  filter: 
    drop-shadow( 2px 6px 0 #473a93)
    drop-shadow(-1px 0 0 #473a93)
    drop-shadow( 1px 0 0 #473a93)
    drop-shadow( 0 -1px 0 #473a93)
    drop-shadow( 0  1px 0 #473a93)
  ;
}
.hdg-design-square::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  background-color: #fff;
  top: -0.1em;
  left: -1em;
  right: -1em;
  bottom: -0.1em;
  clip-path: polygon(1.2em 0, 100% 0, calc(100% - 1.2em) 100%, 0 100%);
  
}

.hdg-design-square:not(:first-child){
  margin-top: 2.4em;
}

@media (max-width: 800px) {
  .hdg-design-square {
    font-size: 20px;
    padding: 0.2em 0.4em;
    min-width: 85%;
    max-width: calc(100% - 1.2em);
    margin: 1em auto 1.6em;
  }
}

/******************************

  .sec-container .basic-button

*******************************/
.sec-container .basic-button {
  font-size: 30px;
  font-weight: bold;

  color: #fff;
  background-color: #473a93;
  box-shadow: 5px 5px 0 0 #ffeefc;
  text-align: center;
  text-decoration: none;
  
  width: fit-content;
  margin: 1em auto;
  max-width: 80%;
  padding: 0.6em 1.5em;
  border-radius: 0.25em;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-container .basic-button::after {
  content: "";
  display: block;
  flex-shrink: 0;
  
  box-sizing: border-box;
  width: 0.6em;
  height: 0.6em;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  transform: translateX(-40%) rotate(45deg);
  
  margin: auto 0;
  margin-right: -0.4em;
}

.sec-container .basic-button:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .sec-container .basic-button {
    font-size: 20px;
  }
}

/******************************

  mv

*******************************/
.mv-container {
  margin-bottom: 10px;
}

.mv-inner {
  margin: 0 auto;
  max-width: 990px;
  padding: 20px 15px;
}

.mv-image {
  display: block;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .mv-container {
    background: none;
  }
  .mv-inner {
    padding: 0;
  }
}

/******************************

  .referral-flow

*******************************/
.referral-flow {
  font-size: 22px;
  line-height: 1.63;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .referral-flow {
    font-size: 15px;
  }
}

/******************************

  .content-howto-apply

*******************************/
.content-howto-apply {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .content-howto-apply {
    max-width: 700px;
  }
}

/******************************

  .howto-apply-list

*******************************/
.howto-apply-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
  margin: 1.5em auto;
  letter-spacing: 0;
}
.howto-apply-item {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
  align-items: start;
}
.howto-apply-list .howto-item-title {
  background-color: #473a93;
  border-radius:  0.8em/50%;
  color: #fff;
  padding: 0.2em 0.6em;
  line-height: 1.2;
  font-weight: normal;
}
.howto-apply-list .howto-item-body {

}

/***************************

  .steps-list

****************************/
.steps-list {
  font-size: 16px;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

  margin: 80px auto 50px;
  padding-bottom: 10px;
  border-bottom: solid #000 5px;

  display: flex;
  align-items: stretch;
}
.steps-list > .step-item {
  width: 25%;
  padding-top: 2em;

  position: relative;
  display: flex;
  flex-direction: column;
}
.steps-list .item-content {
  position: relative;
  z-index: 0;

  border-left: solid transparent 2px;
  padding: 1em 1em 0;

  flex-grow: 1;
  font-weight: bolder;
}
.steps-list .step-item + .step-item .item-content {
  border-left-color: #000;
}
.steps-list .step-item + .step-item::before ,
.steps-list .step-item + .step-item .item-content::before {
  content: "";
  display: block;

  background-color: #fff;
  border: 2px solid #000;
  border-color: #000 #000 transparent transparent;

  width: 1.1em;
  height: 1.1em;
  transform: translateX(-50%) rotate(45deg);
  
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
.steps-list .step-item + .step-item::before {
  display: none;
}

.steps-list .item-content ,
.steps-list .item-content .hdg-group {
  position: static;
}
.steps-list .item-content .hdg-group .list-stepname {
  font-size: 130%;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", sans-serif;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.steps-list .list-stepname {
  position: relative;
  text-align:center;

  display: flex;
  align-items: center;
}
.steps-list .list-stepname::after {
  content: "";
  display: block;

  height: 5px;
  background-color: #000;

  flex-grow: 1;
}
.steps-list .step-number {
  display: block;

  font-weight: bold;
  line-height: 1;
  text-align: center;

  margin-top: -1em;
  padding: 0 0.5em;

  position: relative;
}
.steps-list .step-number .num {
  font-size: 200%;
  display: block;
}

.steps-list .list-title {
  text-align: center;
  font-size: 150%;
  line-height: 1.16;
  min-height: calc(1em * 1.16 * 2);

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps-list .list-image {
  margin: 1em auto 0.5em;
  width: 93.75%;
  min-height: 92px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-list .list-image img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 92px;
}

.steps-list .list-texts {
  font-size: 16px;
  line-height: 1.875;
  padding: 0.5em 0;

  font-weight: normal;
}

@media (max-width: 800px) {
  .steps-list {
    font-size: 15px;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

    display: block;
    margin: 30px auto;
    padding-bottom: 0;
    border-bottom-width: 2px;
    
    max-width: 700px;
  }
  .steps-list > .step-item {
    width: 100%;
    padding-top: 1.6em;
    
    border-top: 2px solid #000;
  }
  .steps-list > .step-item .item-content {
    border-right: none;
    padding: 0 4.9%;
  }
  .steps-list .step-item + .step-item .item-content {
    border-left: none;
  }
  .steps-list .list-stepname::after ,
  .steps-list .step-item + .step-item .item-content::before {
    display: none;
  }
  .steps-list .step-item + .step-item::before {
    display: block;

    width: 1.05em;
    height: 1.05em;
    transform: translate(0, -50%) rotate(135deg);

    margin: -2px auto 0;
    top: 0;
    right: 0;
    bottom: auto;
  }
  .steps-list > .step-item .item-content .hdg-group {
    display: flex;
    align-items: center;
  }
  .steps-list > .step-item .item-content .list-stepname {
    font-size: 105%;

    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .steps-list .step-number {
    padding: 0;
    margin-right: 1em;
  }
  .steps-list .step-number .step {
    position: relative;
  }
  .steps-list .list-title {
    font-size: 120%;
  }
  .steps-list .list-image {
    min-height: 4em;
    width: 100%;
    margin: 0.2em auto;
  }
  .steps-list .list-image img {
    max-width: 57%;
    max-height: 5em;
  }
  .steps-list .list-texts {
    font-size: 100%;
    padding: 1em 0 2em;
  }
}

/******************************

  .apply-flow

*******************************/
.apply-flow {

}

/******************************

  .campaign-detail

*******************************/
.campaign-detail {
  font-size: 18px;
  padding-top: 25px;
}
.campaign-detail p ,
.campaign-detail ul ,
.campaign-detail dl {
  line-height: 1.8;
}
.campaign-detail p {
  margin-top: 0;
}
.campaign-detail dl dt {
  margin-top: 1.8em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .campaign-detail {
    font-size: 15px;
  }
}

/******************************

  .hdg-design-callout

*******************************/
.hdg-design-callout {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #473a93;
}
.hdg-design-callout:before {
  content: "＼";
  margin-right: 15px;
  left: 0;
}
.hdg-design-callout:after {
  content: "／";
  margin-left: 15px;
  right: 0;
}

@media (max-width: 800px) {
  .hdg-design-callout {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .hdg-design-callout:before ,
  .hdg-design-callout:after {
    position: absolute;
    font-size: 28px;
    bottom: 5px;
    margin: 0;
  }
}

/******************************

  .bnr-*

*******************************/
.bnr-center-link {
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 15px auto;
}
.bnr-image {
  height: auto;
}

/******************************

  .p-top-aeonpay-box (override)

*******************************/
.p-top-aeonpay-box {
  background-color: #f0edff;
  
}
.p-top-aeonpay-box-highlight-01 {
  box-shadow: 2px 2px 0 0 #473a93;
}
.p-top-aeonpay-box-highlight-02 {
  background-color: #473a93;
}

@media (max-width: 800px) {
  .p-top-aeonpay-box {
    margin: 2em auto;
  }
}

/******************************

  .p-btn-square.-type-4 (override)

*******************************/
.p-btn-square.-type-4 {
  color: #473a93;
  box-shadow: 3px 3px 0 0 #b60081;
  text-decoration: none;
}

/******************************

  follow-*

*******************************/
.follow-container {
  padding: 0.6em 0;
  background-color: rgba(71, 58, 147, 0.85);
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: ease 0.2s;
  transition-property: opacity, visibility;

  visibility: hidden;
  opacity: 0;

  font-size: 24px;
  
  box-shadow: 0 0 6px 0 rgba(51,51,51,0.5);
}
.follow-container.-is-shown {
  transition-duration: 0.6s;
  visibility: visible;
  opacity: 1;
}

.follow-content {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.follow-content .nav-heading {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.3em;
}
.follow-content .nav-body {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: auto;
  width: 100%;
}
.follow-content .nav-body .btn-wrapper {
  margin: 0.2em;
  max-width: 320px;
  display: flex;
  align-items: stretch;
}
.followbottom-button {
  display: inline-block;
  background-color: #fff;
  border-radius: 0.25em;
  color: #473a93;
  padding: 0.6em 1em;
  font-weight: bold;
  box-shadow: 0 0 0.4em 0 #473a93;
  width: 100%;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
}

.followbottom-button:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .follow-container {
    font-size: 3.6vw;
    padding: 0.8em 0 1.4em;
  }
  .follow-content .nav-heading {
    margin-bottom: 0.6em;
  }
  .follow-content .nav-body .btn-wrapper {
    flex-grow: 1;
  }
  .followbottom-button {
    padding: 0.9em 0.4em;
  }
}
