@charset "UTF-8";
/* =========================================================
 general
========================================================= */
.campaign {
  margin: auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .campaign {
    max-width: 500px;
  }
}
.campaign a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.campaign .c-container {
  width: 89.33333%;
  margin: auto;
}
.campaign-section {
  background-size: 200px auto;
  padding: 10% 0 16%;
}
@media screen and (max-width: 767px) {
  .campaign-section h2 {
    margin-bottom: 10.666666vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-section h2 {
    margin-bottom: 40px;
  }
}
.campaign-block {
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.campaign-block:before, .campaign-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.campaign-block:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  z-index: 1;
}
.campaign-block:after {
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .campaign-block:not(:first-of-type) {
    margin-top: 9.3vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block:not(:first-of-type) {
    margin-top: 46px;
  }
}
.campaign-block .inner {
  position: relative;
  padding: 14% 5.22388% 9%;
  z-index: 10;
}
.campaign-block .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px dotted #000;
  border-radius: 6px;
  z-index: -1;
}
.campaign-block h3 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign-block h3 {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block h3 {
    margin-bottom: 26px;
  }
}
.campaign-block h3 i {
  display: block;
  position: absolute;
  top: -1.5%;
  left: -1.5%;
  padding: .3em .5em;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign-block h3 i {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block h3 i {
    font-size: 3.2rem;
  }
}
.campaign-block h3 i small {
  color: #fff;
  font-size: 80%;
  font-weight: 700;
}
.campaign-block h3 > small {
  display: block;
  color: #86765e;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign-block h3 > small {
    margin-bottom: 10px;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block h3 > small {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.campaign-block h3 em {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .campaign-block h3 em {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block h3 em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .campaign-block figure {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block figure {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) {
  .campaign-block p {
    font-size: 1.6rem;
  }
}
.campaign-btn {
  position: relative;
  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;
  width: 100%;
  padding-right: 5%;
  background: #fff;
  color: #fff !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .campaign-btn {
    height: 16vw;
    margin-top: 45px;
    border-radius: 8vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-btn {
    height: 80px;
    margin-top: 60px;
    border-radius: 40px;
    font-size: 3.2rem;
  }
}
.campaign-btn i {
  position: absolute;
  right: 5%;
  width: 25px;
  height: 25px;
  line-height: 0;
}
.campaign-btn svg {
  fill: #fff;
}
.campaign-btn--request {
  background: #85cf04;
  -webkit-box-shadow: 0px 4px 0px 0px #558403;
          box-shadow: 0px 4px 0px 0px #558403;
}
.campaign-btn--request:hover {
  background: #6ba703;
}
.campaign-btn--join {
  background: #ff7007;
  -webkit-box-shadow: 0px 4px 0px 0px #ba4f00;
          box-shadow: 0px 4px 0px 0px #ba4f00;
}
.campaign-btn--join:hover {
  background: #dd5e00;
}
.campaign-btn__lead {
  margin-bottom: 15px;
  color: #674f42;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign-btn__lead {
    margin-top: 45px;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .campaign-btn__lead {
    margin-top: 60px;
    font-size: 2.3rem;
  }
}
.campaign-btn__lead:before, .campaign-btn__lead:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 1em;
  background: #674f42;
  vertical-align: middle;
}
.campaign-btn__lead:before {
  margin-right: .5em;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.campaign-btn__lead:after {
  margin-left: .5em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.campaign-btn__lead + .campaign-btn {
  margin-top: 0;
}

.btn-detail {
  position: relative;
  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;
  width: 100%;
  padding-right: 5%;
  background: #fff;
  border: 1px solid #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn-detail {
    height: 10.6vw;
    margin-top: 20px;
    border-radius: 5.3vw;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .btn-detail {
    height: 52px;
    margin-top: 25px;
    border-radius: 26px;
    font-size: 2.2rem;
  }
}
.btn-detail i {
  position: absolute;
  right: 5%;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 0;
}

/* =========================================================
 kv
========================================================= */
.kv {
  background: #1ec5fb;
}
.kv-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10%;
}
@media screen and (max-width: 575px) {
  .kv-anchor li {
    width: 32.2388%;
  }
}
@media screen and (min-width: 576px) {
  .kv-anchor li {
    width: calc((100% - 30px) / 3);
  }
}
.kv-anchor a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 .8em;
  background: #fff;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .kv-anchor a {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .kv-anchor a {
    font-size: 2.2rem;
  }
}
.kv-anchor i {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =========================================================
 table
========================================================= */
/* カラー統一 */
.modal-body > button.close {
  color: #07B3A4;
}

.table {
  border: none !important;
  border-left: 1px solid #a0a0a0 !important;
  border-top: 1px solid #a0a0a0 !important;
}
.table th, .table td {
  display: block;
  padding: 15px 20px !important;
  border: none !important;
  border-right: 1px solid #a0a0a0 !important;
  border-bottom: 1px solid #a0a0a0 !important;
}
.table th {
  background: #07B3A4 !important;
  color: white;
  border: none !important;
}
.table td {
  line-height: 1.8;
}
.table .attention-list:first-child {
  margin-top: 0;
}

/* =========================================================
 modal
========================================================= */
.modal__txt, .modal__table {
  margin-top: 30px;
}
.modal .table {
  margin-bottom: 0;
}
.modal .attention-list {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
}
.modal .attention-list li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.3;
}
.modal .attention-list li:last-child {
  margin-bottom: 0;
}
.modal mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff7f));
  background: linear-gradient(transparent 60%, #ffff7f 60%);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .modal-ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .modal-ttl {
    margin-bottom: 26px;
  }
}
.modal-ttl i {
  display: inline-block;
  margin-bottom: 15px;
  padding: .3em .5em;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal-ttl i {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .modal-ttl i {
    font-size: 3.2rem;
  }
}
.modal-ttl i small {
  color: #fff;
  font-size: 80%;
  font-weight: 700;
}
.modal-ttl > small {
  display: block;
  color: #86765e;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal-ttl > small {
    margin-bottom: 10px;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .modal-ttl > small {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.modal-ttl em {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .modal-ttl em {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .modal-ttl em {
    font-size: 3.2rem;
  }
}
.modal-btn__wrap {
  padding: 30px 0 20px;
}
.modal-btn__wrap .campaign-btn {
  margin: 0 auto;
  max-width: 500px;
}

/* =========================================================
 henkin
========================================================= */
.henkin-step-title {
  margin: 0 auto;
  text-align: center;
}

.henkin-step-mail {
  width: 74%;
  margin: 15px auto 0;
}

.henkin-step1,
.henkin-step2,
.henkin-step3 {
  margin: 15px 0;
}

/* =========================================================
 friend step
========================================================= */
.friend-step dt {
  margin-bottom: 15px;
  padding: 15px;
  background: #07B3A4;
  color: #fff;
  font-weight: 700;
}
.friend-step dd {
  padding-bottom: 2em;
}
.friend-step dd:last-child {
  padding-bottom: 0;
}
.friend-step figure {
  margin-top: 1em;
}
