@charset "utf-8";

.title {
  font-size: 12px;
  height: 80px;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  padding-top: 7px;
}

/* MM2H */

.mm2h-pvip {
  display: flex;
  flex-wrap: wrap;
}

.mm2h-pvip li {
  width: 50%;
  min-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.mm2h {
  background-color: rgba(0, 255, 0, 0.1);
  padding-bottom: 50px;
}

.mm2h-title h2 {
  font-size: 30px;
  color: #318331;
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #318331;
  padding-bottom: 5px;
  margin: 20px auto 0 auto;
}

.mm2h-title p {
  color: #318331;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

.mm2h-recommended {
  font-size: 1.6rem;
  background-color: #318331;
  color: #f3f3f4;
  line-height: 1.5;
  width: 420px;
  max-width: 95%;
  margin: 10px auto 0 auto;
  padding: 10px;
  border-radius: 10px;
}

.mm2h-table {
  margin: 30px auto 0 auto;
  border-collapse: collapse;
}

.mm2h-table th {
  border-right: 4px solid #318331;
  border-top: 1px solid #318331;
  border-bottom: 1px solid #318331;
  padding: 0 15px;
}

.mm2h-table td {
  border-top: 1px solid #318331;
  border-bottom: 1px solid #318331;
  padding: 10px 12px 10px 12px;
}

.mm2h-table span {
  color: #318331;
  font-weight: bold;
}

.mm2h-price {
  width: 400px;
  margin: 60px auto 0 auto;
  text-align: center;
  position: relative;
}

.mm2h-price h3 {
  font-size: 2.5rem;
  color: #318331;
}

.green-frame {
  width: 400px;
  position: absolute;
  top: -28px;
  left: 0;
}

.mm2h-price p {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-top: 10px;
}

/* PVIP */

.pvip {
  background-color: rgba(177, 148, 93, 0.2);
  padding-bottom: 50px;
}

.pvip-title h2 {
  font-size: 30px;
  color: #B1945D;
  width: 200px;
  text-align: center;
  border-bottom: 2px solid #B1945D;
  padding-bottom: 5px;
  margin: 20px auto 0 auto;
}

.pvip-title p {
  color: #B1945D;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

.pvip-recommended {
  font-size: 1.6rem;
  background-color: #B1945D;
  color: #f3f3f4;
  line-height: 1.5;
  width: 420px;
  max-width: 95%;
  margin: 10px auto 0 auto;
  padding: 10px;
  border-radius: 10px;
}

.pvip-table {
  margin: 30px auto 0 auto;
  border-collapse: collapse;
}

.pvip-table th {
  border-right: 4px solid #B1945D;
  border-top: 1px solid #B1945D;
  border-bottom: 1px solid #B1945D;
  padding: 0 15px;
}

.pvip-table td {
  border-top: 1px solid #B1945D;
  border-bottom: 1px solid #B1945D;
  padding: 10px 12px 10px 12px;
}

.pvip-table span {
  color: #B1945D;
  font-weight: bold;
}

.pvip-price {
  width: 400px;
  margin: 60px auto 0 auto;
  text-align: center;
  position: relative;
}

.pvip-price h3 {
  font-size: 2.5rem;
  color: #B1945D;
}

.gold-frame {
  width: 400px;
  position: absolute;
  top: -28px;
  left: 0;
}

.pvip-price p {
  font-size: 2.5rem;
  line-height: 1.0;
  margin-top: 15px;
}

.pvip-price span {
  font-size: 1.5rem;
}

/* 共通 */

.recommended-icon {
  width: 200px;
  display: block;
  margin: 20px auto 0 auto;
}

.recommended-text p {
  line-height: 1.5;
  display: block;
  width: 420px;
  max-width: 95%;
  height: 210px;
  margin: 20px auto 0 auto;
  padding: 0 10px;
}

.caution-text p {
  text-align: center;
  line-height: 1.5;
  display: block;
  width: 420px;
  max-width: 95%;
  margin: 10px auto 0 auto;
}

.price-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-align: center;
}

.price-inclusive,
.price-exclusive {
  width: 160px;
  margin-right: 20px;
}

.price-inclusive h4,
.price-exclusive h4 {
  height: 50px;
  font-weight: normal;
  line-height: 1.4;
}

.price-inclusive h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.price-exclusive h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #000000;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.price-inclusive span,
.price-exclusive span {
  font-weight: bold;
}

.price-inclusive p,
.price-exclusive p {
  line-height: 1.6;
  margin-top: 18px;
}

/* 申請フロー */

.application-step-view {
  max-width: 700px;
  margin: 50px auto 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 30px;
}

.application-step-view h2 {
  text-align: center;
  margin-bottom: 15px;
}

.application-step-view h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #318331;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.application-step {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

/* STEP1 */

.step1-box,
.step2-box,
.step3-box,
.step4-box {
  color: #f3f3f4;
  min-width: 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.step1-box {
  background-color: #D93232;
}

.step2-box {
  background-color: #F25C05;
}

.step3-box {
  background-color: #D97904;
}

.step4-box {
  background-color: #D9A404;
}

.step1-box h3,
.step2-box h3,
.step3-box h3,
.step4-box h3 {
  font-size: 1.8rem;
  font-weight: normal;
}

.step1-box p,
.step2-box p,
.step3-box p,
.step4-box p {
  font-size: 2.8rem;
}

.step1-triangle {
  width: 0;
  height: 0;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
  border-left: solid 15px #D93232;
  border-right: solid 15px transparent;
  z-index: 100;
}

.step1-icon-box,
.step2-icon-box,
.step3-icon-box,
.step4-icon-box {
  text-align: center;
  margin-left: -30px;
  width: 160px;
  height: 100%;
  font-weight: bold;
  background-color: #f3f3f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.step1-icon-box p {
  color: #D93232;
}

.step2-icon-box p {
  color: #F25C05;
}

.step3-icon-box p {
  color: #D97904;
}

.step4-icon-box p {
  color: #D9A404;
}

.step1-icon-box img {
  width: 30px;
  margin-bottom: 5px;
}

/* STEP2 */

.step2-triangle {
  width: 0;
  height: 0;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
  border-left: solid 15px #F25C05;
  border-right: solid 15px transparent;
  z-index: 100;
}

.step2-icon-box img {
  width: 40px;
  margin-bottom: 8px;
}

/* STEP3 */

.step3-triangle {
  width: 0;
  height: 0;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
  border-left: solid 15px #D97904;
  border-right: solid 15px transparent;
  z-index: 100;
}

.step3-icon-box img {
  width: 50px;
  margin-bottom: 5px;
}

/* STEP4 */

.step4-triangle {
  width: 0;
  height: 0;
  border-bottom: solid 15px transparent;
  border-top: solid 15px transparent;
  border-left: solid 15px #D9A404;
  border-right: solid 15px transparent;
  z-index: 100;
}

.step4-icon-box img {
  width: 45px;
  margin-bottom: 5px;
}

.application-text {
  line-height: 1.5;
  width: 400px;
  height: 100%;
  background-color: #f3f3f4;
  margin-left: 10px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.end-caution-text p {
  line-height: 1.5;
  display: block;
  max-width: 550px;
  margin: 20px auto 0 auto;
  padding: 0 20px 5px 20px;
}

.link-button-area {
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0 auto;
}

.link-button {
  display: inline-block;
  color: #ffffff;
  background-color: #05173f;
  width: 250px;
  line-height: 25px;
  border: 1px solid #05173f;
  border-radius: 20px;
}

.link-button:hover {
  font-weight: bold;
}

@media (max-width: 768px) {

  .title {
    font-size: 9px;
    height: 55px;
    padding-top: 5px;
  }

  .mm2h-pvip {
    display: block;
  }

  .mm2h-pvip li {
    width: 100%;
    min-width: 350px;
  }

  .mm2h-title h2,
  .pvip-title h2 {
    margin-top: 0;
    padding-top: 20px;
  }


  .mm2h-recommended,
  .pvip-recommended {
    font-size: 1.5rem;
  }
  
  .recommended-text p {
    height: 160px;
  }

  .mm2h-price,
  .pvip-price {
    width: 350px;
  }

  .green-frame,
  .gold-frame {
    width: 320px;
  }
  
  .mm2h-price h3,
  .mm2h-price p {
    font-size: 2.0rem;
  }

  .pvip-price h3,
  .pvip-price p {
    font-size: 2.0rem;
  }
  
  .pvip-price p {
    margin-top: 10px;
  }

  .price-exclusive h4 {
    margin-top: 10px;
  }

  .application-step {
    height: 100px;
  }

  .application-step-view h2 {
    font-size: 20px;
  }

  .step1-box,
  .step2-box,
  .step3-box,
  .step4-box,
  .step5-box {
    min-width: 65px;
  }
  
   .step1-icon-box img {
    width: 28px;
  }
  
  .step2-icon-box img {
    width: 30px;
  }
  
  .step3-icon-box img {
    width: 33px;
  }
  
  .step4-icon-box img {
    width: 30px;
  }
  
}