/*
Theme name: 産地のプレスルーム
Author: Fingoo Inc.
*/
/* 共通設定 */

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
#lecture-page p{
  color: #000;
  padding: 0 20px;
}

.lead{
    color: #fff;
}

/* ヘッダー背景 */
.head-bg {
  background-color: #9cc8a5;
  padding: 44px 0;
  color: #fff;
  height: 260px;
}

.head-bg .section-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.head-bg .lead {
  font-size: 18px;
  color: #fff!important;
  text-align: center;
  margin-top: 30px;
}

/* セクションライン */
.section-line {
  width: 70px;
  height: 10px;
  background-color: #ffe700;
  margin: 0 auto;
}

/* サブタイトル */
.section-subtitle {
  font-size: 22px;
  color: #000;
  margin-top: 150px;
  margin-bottom: 60px;
}

/* ラインデコ */
.line-deco {
  display: inline-block;
  width: 16px;
  height: 60px;
  background-color: #9cc8a5;
  margin-right: 40px;
  vertical-align: middle;
}

/* 配信方法 */
.select-method {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.method-box {
  flex: 1;
  background-color: #f9f9f9;
}
.method-content img{
  padding: 0 5px;
}
.method-content p{
  padding: 20px;
}
.method-box h4 {
  background-color: #ffe700;
  color: #000;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  border-radius: 13px 13px 0px 0px;
  box-shadow: 3px 4px 3px #e2e1e1;
}

.method-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
  box-shadow: 3px 4px 3px #e2e1e1;
}

.lead-black {
  color: #000;
  font-size: 18px;
  margin: 20px 0;
  margin-left: 78px;
}

/* フロー画像 */
.flow-image {
  text-align: center;
  margin: 20px 0;
  margin-top: 70px;
  margin-bottom: 120px;
}

/* STEP構成 */
.steps {
  position: relative;
  margin: 40px 0 0 0;
  border-left: 4px solid #ffe700;
}
.step {
  padding-bottom: 120px;
  position: relative;
}
.step-icon {
  width: 80px;
  height: 80px;
  background-color: #ffe700;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -42px;
}
.step-label {
  font-size: 10px;
  color: #000;
}
.step-number {
  font-size: 36px;
  color: #000;
}
.step-content{
  padding-left: 80px;
}
.step-content h4{
  color: #000;
  padding-top: 14px;
  padding-left: 62px;
  font-size: 22px;
}
/* テンプレートカード */
.template-cards {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  margin-left: 78px;
}

.card {
  flex: 1;
  background: #fff;
  padding: 30px;
  border: 4px solid #9cc8a5;
}
.card img{
  margin: 0 auto;
  padding: 30px;
}
.card h5 {
  text-align: center;
  font-size: 20px;
  color: #9cc8a5;
  font-weight: 500;
}

.card p {
  font-size: 18px;
  color: #000;
  text-align: left;
}

/* サプリメント */
.supplement {
  display: flex;
  gap: 30px;
  margin-top: 70px;
  margin-left: 78px;
}

.supplement-box h5 {
  background-color: #ffe700;
  color: #000;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: center;
  width: 273px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.supplement-box p {
  background-color: #efefef;
  padding: 30px 20px 30px!important;
  color: #000!important;
  text-align: left;
  margin-top: -20px;
}

.required {
  color: red;
}

/* ハイライトテキスト */
.highlight-bg {
  background-color: #fff7b3;
  padding: 110px 20px;
  font-size: 18px;
  color: #000;
  text-align: center;
}

/* CTA */
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 150px;
  margin: 90px 0 90px 0;
  justify-content: center;
}

.cta .btn {
  max-width: 460px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.btn.pink {
  background-color: #ee6086;
  border-radius: 50px;
}

.btn.green {
  background-color: #9cc8a5;
  border-radius: 50px;
}

.back-button .btn.white {
  color: #000;
  line-height: 70px;
  text-align: center;
}
.back-button{
  max-width: 460px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 2px solid #9cc8a5;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto;
}

/* 全体 */
.pricing-page .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-page .head-bg {
  background-color: #9cc8a5;
  padding: 30px 0;
}

/* セクションタイトル */
.pricing-page .section-title {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}


/* リード文 */
.pricing-page .lead {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

/* 価格ボックスの横並び */
.price-boxes {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-direction: row;
}

/* price-box 共通 */
.price-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.price-box.basic {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 3px 4px 3px #e2e1e1;
  align-items: center;
}
.price-box h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
}

.price-box .section-line {
  background-color: #9cc8a5;
  width: 70px;
  height: 10px;
  margin: 10px 0 20px;
}

.price-box .caution {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
}

.price-box .price {
  font-size: 56px;
  color: #000;
  margin-bottom: 20px;
}

.price-box .price span {
  font-size: 20px;
  color: #000;
}

.price-box .description {
  font-size: 18px;
  color: #000;
  background-color: #efefef;
  padding: 20px 20px;
  text-align: left;
  margin-bottom: 40px;
  margin: 0 30px 30px;
}

/* ボタン */
.price-box a.btn {
  color: #fff;
  font-size: 18px;
  padding: 15px 133px;
  text-decoration: none;
  display: inline-block;
}

/* プラス記号 */
.plus-sign {
  align-self: center;
  font-size: 112px;
  color: #9cc8a5;
}

/* option box */

.price-box.option h3 {
  font-size: 22px;
  background-color: #ffe700;
  color: #000;
  padding: 10px 20px;
  width: 100%;
  border-radius: 14px 14px 0 0;
}

.option-item {
  margin-bottom: 30px;
  box-shadow: 3px 4px 3px #e2e1e1;
  background-color: #fff;
}

.option-title {
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 30px;
}

.option-title .line-deco.yellow {
    display: inline-block;
    width: 9px;
    height: 41px;
    background-color: #ffe700;
    margin-right: 21px;
}

.option-item .price {
  font-size: 42px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}

.option-item .price span {
  font-size: 20px;
  color: #000;
}

.option-item .caution {
  text-align: left;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  margin-left: 28px;
}

.option-note {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding-bottom: 20px;
}

/* 注意書き */
.price-note p {
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: 5px 0;
}

/* media-stats セクション */
.media-stats {
  background-color: #fff7b3;
  padding: 50px 0px;
  margin-top: 90px;
}
.media-content{
  max-width: 1180px;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin: 0 auto;
}
.media-stats .media-chart,
.media-stats .media-text {
  margin-bottom: 20px;
}
.media-stats .media-chart{
  width: 100%;
}

.media-stats h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}

.media-stats p {
  font-size: 16px;
  color: #000;
  text-align: left;
}

/* intro-text */
.pricing-page .intro-text {
  background-color: #fff;
  text-align: center;
  padding: 50px 20px;
  font-size: 18px;
  color: #000;
  margin-top: 40px;
}

@media (max-width: 640px) {

  /* サブタイトル */
  .section-subtitle {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: left;
  }

  /* ラインデコ */
  .line-deco {
    width: 10px;
    height: 40px;
    margin-right: 20px;
  }

  /* 配信方法 */
  .select-method {
    flex-direction: column;
    gap: 20px;
  }

  .method-content {
    flex-direction: column;
    padding: 15px;
  }

  .method-content img {
    padding: 0;
    max-width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .method-content p {
    padding: 15px 0 0;
    text-align: left;
  }

  .method-box h4 {
    font-size: 18px;
  }

  .lead-black {
    font-size: 16px;
    margin: 20px 0;
    margin-left: 0;
    text-align: left;
  }

  /* フロー画像 */
  .flow-image {
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 100%;
  }

  /* STEP構成 */
  .steps {
    margin-left: 15px;
  }

  .step {
    padding-bottom: 60px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    left: -32px;
  }

  .step-label {
    font-size: 8px;
  }

  .step-number {
    font-size: 24px;
  }

  .step-content {
    padding-left: 60px;
  }

  .step-content h4 {
    font-size: 18px;
    padding-left: 20px;
    padding-top: 10px;
  }

  /* テンプレートカード */
  .template-cards {
    flex-direction: column;
    margin-left: 0;
    gap: 20px;
  }

  .card {
    padding: 20px;
  }

  .card img {
    padding: 10px 0;
    max-width: 100%;
    height: auto;
  }

  .card h5 {
    font-size: 18px;
  }

  .card p {
    font-size: 16px;
  }

  /* サプリメント */
  .supplement {
    flex-direction: column;
    margin-left: 0;
    gap: 20px;
  }

  .supplement-box h5 {
    font-size: 16px;
    width: auto;
    padding: 5px 15px;
  }

  .supplement-box p {
    padding: 20px 15px;
    font-size: 16px;
  }

  /* ハイライトテキスト */
  .highlight-bg {
    padding: 60px 15px;
    font-size: 16px;
  }

  /* CTA */
  .cta {
    flex-direction: column;
    gap: 20px;
    margin: 60px 0;
  }

  .cta .btn {
    font-size: 16px;
    padding: 15px;
    height: auto;
    line-height: 1.4;
  }

  .back-button {
    height: auto;
    padding: 15px;
    margin-top: 10px;
  }

  .back-button .btn.white {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 640px) {
  .inner {
    padding: 0 40px;
  }

  .head-bg {
    height: auto;
    padding: 30px 0;
    height: 310px;
  }

  .pricing-page .section-title {
    font-size: 20px;
  }

  .pricing-page .lead {
    font-size: 16px;
    margin-top: 20px;
  }

  .price-boxes {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }

  .price-box {
    width: 100%;
    padding: 20px;
  }

  .price-box h3 {
    font-size: 20px;
  }

  .price-box .price {
    font-size: 36px;
  }

  .price-box .price span {
    font-size: 14px;
  }

  .price-box .description {
    font-size: 16px;
    padding: 15px;
    margin: 20px 0;
  }

  .price-box a.btn {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
  }

  .plus-sign {
    font-size: 60px;
  }

  .price-box.option h3 {
    font-size: 20px;
    padding: 10px;
  }

  .option-item {
    padding: 15px;
  }

  .option-title {
    padding-left: 15px;
  }

  .option-title .line-deco.yellow {
    height: 30px;
    margin-right: 10px;
  }

  .option-item .price {
    font-size: 32px;
  }

  .option-item .price span {
    font-size: 14px;
  }

  .option-item .caution {
    font-size: 14px;
    margin-left: 15px;
  }

  .price-note p {
    font-size: 14px;
  }
  .media-content{
  max-width: 1180px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin: 0 auto;
    padding: 50px;
}
  .media-stats {
    padding: 30px 0;
    margin-top: 60px;
  }

  .media-stats h4 {
    font-size: 18px;
  }

  .media-stats p {
    font-size: 14px;
  }

  .intro-text {
    font-size: 16px;
    padding: 30px 15px;
    margin-top: 30px;
  }

  .cta {
    flex-direction: column;
    gap: 20px;
    margin: 60px 0;
  }

  .cta .btn {
    height: auto;
    line-height: normal;
    padding: 15px 20px;
    font-size: 16px;
  }

  .back-button {
    height: auto;
    line-height: normal;
    padding: 15px 20px;
  }

  .back-button .btn.white {
    line-height: normal;
  }
}


html, body {
  height: 100%;
  margin: 0;
}

.page-template-page-lecture body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-template-page-lecture #page {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.page-template-page-lecture main.site-main {
  flex: 1 0 auto !important;
  display: block !important;
}

.page-template-page-lecture footer.site-footer {
  position: static !important;
  width: 100% !important;
}
