@charset "UTF-8";

.mincho {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho",
               "YuMincho", "MS PMincho", serif;
}

.head-wrap {
  background: #2e3f95;
  text-align: center;
  padding: 0;
}

.head-img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tokutai-section {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}

.tokutai-text p {
  font-size: 24px;
  line-height: 2;
  color: #333;
  max-width: 1000px;
  margin: 0 auto 40px;
}

@media (max-width: 600px) {
  .tokutai-text p {
    font-size: 18px;
    line-height: 1.8;
  }
}

.tokutai-table-section {
  max-width: 1000px;
  margin: 0 auto;
}

.tokutai-box-area {
  width: 100%;
  background: #1f3672;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.tokutai-box-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 800px;
  width: 100%;
}

.tokutai-box img {
  width: 260px;
  height: auto;
}

@media (max-width: 600px) {
  .tokutai-box-area {
    padding: 20px 0;
  }

  .tokutai-box-wrap {
    gap: 16px;
	padding-left:30px;
  }

  .tokutai-box img {
    width: 42vw;
    max-width: 160px;
  }
}

.tokutai-box img {
  width: 360px;
  display: block;
}

@media (max-width: 600px) {
  .tokutai-text p {
    font-size: 18px;
    line-height: 1.8;
  }
  .tokutai-box img {
    width: 280px;
  }
  .tokutai-box-wrap {
    gap: 30px;
  }
}

.tokutai-target {
  padding: 60px 20px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.tokutai-title {
  font-size: 40px;
  color: #c62541;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.tokutai-title .icon {
  font-size: 48px;
  color: #c62541;
}

.tokutai-title-line {
  width: 100%;
  height: 2px;
  background: #999;
}

.tokutai-sec-title {
  font-size: 28px;
  color: #dc143c;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .tokutai-sec-title {
    font-size: 22px;
  }
  .tokutai-sec-title span {
    font-size: 22px;
  }
}

.tokutai-line {
  border: none;
  border-top: 2px solid #bbb;
  margin-bottom: 20px;
}

  .design01 {
    width:  100% !important;
  }

@media (max-width: 600px) {
  .design01 {
    width:  94% !important;
    font-size: 14px;
  }
  .design01,
  .design01 td,
  .design01 th {
    font-size: 14px !important;
  }
}


.design01 th {
  background: #e5f4f4;
  padding: 15px;
  font-size: 24px;
  text-align: left;
}

.design01 td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: top;
  font-size: 20px;
  line-height: 1.7;
}

.design01 .category {
  width: 15%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #f9f9f9;
}

.design01 .rank {
  width: 10%;
  font-size: 22px;
  font-weight: bold;
}

.design01 .desc {
  width: 75%;
  font-size: 22px;
}

.design01 .details {
  font-size: 22px;
  line-height: 1.8;
}

.tokutai-content {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.9;
  color: #333;
}

.tokutai-content p {
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .tokutai-content,
  .tokutai-content p {
    font-size: 16px !important;
    line-height: 1.7;
  }
}

.tokutai-note {
  text-align: right;
  font-size: 18px;
  color: #555;
  margin-top: 40px;
}

.tokutai-img-wrap {
  text-align: center;
  margin: 40px auto 20px;
}

.tokutai-img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tokutai-notes {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  max-width: 1000px;
  margin: 20px auto 40px;
}

.voice-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.voice-title {
  font-size: 36px;
  color: #2e3f95;
  background: #eaf4ff;
  padding: 20px 30px;
  border: 2px solid #2e3f95;
  border-radius: 12px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .voice-title {
    font-size: 18px !important;
    padding: 14px 18px;
  }
}

.voice-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cta-btn-wrap {
  text-align: center;
  margin: 60px 0;
}

.cta-btn img {
  width: 520px; 
  max-width: 90%; 
  height: auto;
  display: inline-block;
}

@media (max-width: 600px) {
  .cta-btn-wrap {
    margin: 10px 0 !important;
  }
}


