@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100vw;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.eduwardpress-lp {
  /* ---- フォントサイズ管理用カスタムプロパティ（PC / SP それぞれ調整可能） ---- */
  --lp-h2-pc: 30px;
  --lp-h3-pc: 24px;
  --lp-text-pc: 16px;

  --lp-h2-sp: 20px;   /* 30px × 比率(90/980換算目安) を基準に調整 */
  --lp-h3-sp: 16px;   /* 24px 相当を比率調整 */
  --lp-text-sp: 13px; /* 16px 相当を比率調整 */

  --lp-cta-title-pc: 36px; /* CTA「今なら！10%OFF」見出し（PC） */
  --lp-cta-title-sp: 24px; /* CTA「今なら！10%OFF」見出し（SP） */

  --lp-container-pc: 980px;
  --lp-container-sp: 90%;

  --lp-color-navy: #16233f;
  --lp-color-navy-deep: #0d1830;
  --lp-color-orange: #f2a71b;
  --lp-color-orange-deep: #e8931b;
  --lp-color-red: #a3272c;
  --lp-color-red-deep: #7a1c20;
  --lp-color-cream: #f7f4ec;
  --lp-color-text: #222222;

  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--lp-color-text);
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

.eduwardpress-lp * {
  box-sizing: border-box;
}

.eduwardpress-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.eduwardpress-lp a {
  text-decoration: none;
  color: inherit;
}

/* ---- 共通：幅980px(PC) / 90%(SP) のコンテナ ---- */
.eduwardpress-lp .lp-inner {
  width: var(--lp-container-pc);
  max-width: 100%;
  margin: 0 auto;
}

/* ---- 共通：見出し・テキストのフォントサイズ（PC基準／SPはメディアクエリで上書き） ---- */
.eduwardpress-lp .lp-h2 {
  font-size: var(--lp-h2-pc);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}

.eduwardpress-lp .lp-h3 {
  font-size: var(--lp-h3-pc);
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
}

.eduwardpress-lp .lp-text {
  font-size: var(--lp-text-pc);
  line-height: 1.8;
  margin: 0 0 12px;
}

/* ---- PC / SP 画像出し分け（MVおよび各画像ブロック共通） ---- */
.eduwardpress-lp .lp-img-sp { display: none; }
.eduwardpress-lp .lp-img-pc { display: block; }

/* ==========================================================================
   MV（メインビジュアル）: PC / SPそれぞれ画像1枚で差し替え可能
   ========================================================================== */
.eduwardpress-lp .lp-mv {
  background: linear-gradient(to right, #2f5286, #6f1a1a);
}

.eduwardpress-lp .lp-mv img {
  width: auto;
  margin: 0 auto;
  padding: 4rem 0;
}

/* ==========================================================================
   ナビゲーションボタン（2カラムタブボタン）
   ========================================================================== */
.eduwardpress-lp .lp-nav {
  background-color: #ffffff;
  padding: 30px 0;
  border-bottom: 1px solid #e3e3e3;
}

.eduwardpress-lp .lp-nav__list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.eduwardpress-lp .lp-nav__item {
  flex: 1 1 50%;
}

.eduwardpress-lp .lp-nav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 18px 12px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: var(--lp-text-pc);
  text-align: center;
  color: #ffffff;
  transition: opacity .2s ease;
}

.eduwardpress-lp .lp-nav__btn:hover {
  opacity: .85;
  text-decoration: none;
}

.eduwardpress-lp .lp-nav__btn--navy {
  background-color: var(--lp-color-navy);
}

.eduwardpress-lp .lp-nav__btn--red {
  background-color: var(--lp-color-red);
}

/* 下向き矢印（CSSのみで表現） */
.eduwardpress-lp .lp-nav__btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ==========================================================================
   共通セクションラッパー：カテゴリー毎に区切りが分かるようデザイン
   ========================================================================== */
.eduwardpress-lp .lp-section {
  padding: 60px 0;
  border-top: 8px solid transparent;
}

.eduwardpress-lp .lp-section--surgery {
  background-color: var(--lp-color-cream);
}

.eduwardpress-lp .lp-section--dental {
  background-color: #fbeeee;
}

/* ---- 吹き出し見出し（黄色い台形／リボン風の見出し） ---- */
.eduwardpress-lp .lp-callout-row {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.eduwardpress-lp .lp-callout {
  flex: 1 1 50%;
  position: relative;
  background-color: var(--lp-color-orange);
  color: var(--lp-color-navy-deep);
  padding: 22px 20px 26px;
  text-align: center;
  clip-path: polygon(4% 0, 96% 0, 100% 78%, 50% 100%, 0 78%);
}

.eduwardpress-lp .lp-callout .lp-h3 {
  margin: 0;
  font-size: var(--lp-h3-pc);
}

/* ---- 書籍紹介ブロック（表紙画像＋タイトル情報） ---- */
.eduwardpress-lp .lp-book {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  margin-bottom: 30px;
}

.eduwardpress-lp .lp-book__cover {
  flex: 0 0 260px;
}

.eduwardpress-lp .lp-book__body {
  flex: 1 1 auto;
}

.eduwardpress-lp .lp-book__badge {
  display: inline-block;
  padding: 4px 14px;
  font-size: calc(var(--lp-text-pc) - 2px);
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 10px;
}

.eduwardpress-lp .lp-section--surgery .lp-book__badge {
  background-color: var(--lp-color-navy);
  color: #fff;
}

.eduwardpress-lp .lp-section--dental .lp-book__badge {
  background-color: var(--lp-color-red);
  color: #fff;
}

.eduwardpress-lp .lp-book__meta {
  font-size: var(--lp-text-pc);
  color: #555;
  margin-bottom: 16px;
}

.eduwardpress-lp .lp-book__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eduwardpress-lp .lp-book__list li {
  position: relative;
  padding-left: 26px;
  font-size: var(--lp-text-pc);
  margin-bottom: 10px;
}

.eduwardpress-lp .lp-book__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.eduwardpress-lp .lp-section--surgery .lp-book__list li::before {
  color: var(--lp-color-orange-deep);
}

.eduwardpress-lp .lp-section--dental .lp-book__list li::before {
  color: var(--lp-color-red);
}

/* ---- PART見出しバー ---- */
.eduwardpress-lp .lp-part-row {
  display: flex;
  gap: 16px;
  margin: 30px 0 16px;
}

.eduwardpress-lp .lp-part {
  flex: 1 1 50%;
}

.eduwardpress-lp .lp-part__head {
  background-color: var(--lp-color-navy);
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  font-weight: 700;
  font-size: var(--lp-text-pc);
  border-radius: 4px 4px 0 0;
}

.eduwardpress-lp .lp-part__title {
  background-color: #ffffff;
  text-align: center;
  padding: 12px 8px;
  font-weight: 700;
  font-size: var(--lp-h3-pc);
  border: 1px solid #ddd;
  border-top: none;
}

/* ---- 図解画像ブロック（1枚画像・PC/SP差し替え可） ---- */
.eduwardpress-lp .lp-figure {
  margin: 0 0 30px;
}

.eduwardpress-lp .lp-figure__caption {
  text-align: center;
  font-size: calc(var(--lp-text-pc) - 2px);
  color: #666;
  margin-top: 8px;
}

/* ---- PC/SP共通・1枚画像で差し替えるブロック用 ---- */
.eduwardpress-lp .lp-figure--full {
  margin: 0;
}

.eduwardpress-lp .lp-img-common {
  width: 100%;
  border:solid 1px #dddddd;
}

/* ---- 目次（CONTENTS）テキストブロック ---- */
.eduwardpress-lp .lp-contents {
  background-color: #ffffff;
  padding: 24px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}

.eduwardpress-lp .lp-contents__title {
  font-weight: 700;
  font-size: var(--lp-h3-pc);
  margin-bottom: 14px;
}

.eduwardpress-lp .lp-contents__cols {
  display: flex;
  gap: 30px;
}

.eduwardpress-lp .lp-contents__col {
  flex: 1 1 50%;
}

.eduwardpress-lp .lp-contents__col h4 {
  font-size: var(--lp-text-pc);
  font-weight: 700;
  margin: 0 0 8px;
}

.eduwardpress-lp .lp-contents__col ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.eduwardpress-lp .lp-contents__col li {
  font-size: calc(var(--lp-text-pc) - 2px);
  padding: 3px 0;
  border-bottom: 1px dashed #e3e3e3;
}

/* ---- 特徴訴求ボックス（歯科セクション：対象者リスト） ---- */
.eduwardpress-lp .lp-audience {
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid var(--lp-color-red);
  border-radius: 8px;
  padding: 24px 30px;
  margin-top: 30px;
}

.eduwardpress-lp .lp-audience__label {
  flex: 0 0 200px;
  font-weight: 700;
  font-size: var(--lp-h3-pc);
  color: var(--lp-color-red);
  text-align: center;
}

.eduwardpress-lp .lp-audience__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.eduwardpress-lp .lp-audience__list li {
  font-size: var(--lp-text-pc);
  padding: 4px 0;
}

.eduwardpress-lp .lp-audience__list b {
  display: inline-block;
  width: 140px;
}

/* ==========================================================================
   CTAセクション（10%OFF + ボタン2種）
   ========================================================================== */
.eduwardpress-lp .lp-cta {
  padding: 40px 0;
  text-align: center;
}

.eduwardpress-lp .lp-cta--navy {
  background-color: var(--lp-color-navy-deep);
}

.eduwardpress-lp .lp-cta--red {
  background: linear-gradient(180deg, #5a1418, #2c0a0c);
}

.eduwardpress-lp .lp-cta__ribbon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 700;
  font-size: var(--lp-cta-title-pc);
  margin-bottom: 20px;
}

.eduwardpress-lp .lp-cta__ribbon span {
  background-color: #fff;
  color: var(--lp-color-navy-deep);
  font-size: calc(var(--lp-text-pc) - 2px);
  padding: 4px 12px;
  font-weight: 700;
}

.eduwardpress-lp .lp-cta--red .lp-cta__ribbon span {
  color: var(--lp-color-red-deep);
}

.eduwardpress-lp .lp-cta__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.eduwardpress-lp .lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 350px;
  padding: 15px 32px;
  border-radius: 30px;
  font-weight: 700;
  font-size: var(--lp-text-pc);
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity .2s ease, transform .2s ease;
}

.eduwardpress-lp .lp-btn:hover {
  opacity: .88;
  transform: translateY(-2px);
  text-decoration: none;
}

.eduwardpress-lp .lp-btn--primary {
  background-color: var(--lp-color-orange);
  color: #fff;
}

.eduwardpress-lp .lp-cta--red .lp-btn--primary {
  background-color: var(--lp-color-red);
  color: #fff;
}

.eduwardpress-lp .lp-btn--secondary {
  background-color: #fff;
  color: var(--lp-color-navy-deep);
  border-color: #fff;
}

.eduwardpress-lp .lp-cta--red .lp-btn--secondary {
  color: var(--lp-color-red-deep);
}

/* 矢印（＞）をCSSのみで表現 */
.eduwardpress-lp .lp-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ==========================================================================
   レスポンシブ（SP）: 767px以下
   ========================================================================== */
@media screen and (max-width: 767px) {
  .eduwardpress-lp .lp-mv img {
  width: auto;
  margin: 0 auto;
  padding: 0;
}
  .eduwardpress-lp .lp-inner {
    width: var(--lp-container-sp);
  }

  .eduwardpress-lp .lp-img-pc { display: none; }
  .eduwardpress-lp .lp-img-sp { display: block; }

  .eduwardpress-lp .lp-h2 {
    font-size: var(--lp-h2-sp);
  }

  .eduwardpress-lp .lp-h3 {
    font-size: var(--lp-h3-sp);
  }

  .eduwardpress-lp .lp-text {
    font-size: var(--lp-text-sp);
  }

  .eduwardpress-lp .lp-nav__list {
    flex-direction: column;
    gap: 12px;
  }

  .eduwardpress-lp .lp-nav__btn {
    font-size: var(--lp-text-sp);
    padding: 14px 10px;
  }

  .eduwardpress-lp .lp-section {
    padding: 36px 0;
  }

  .eduwardpress-lp .lp-callout-row {
    flex-direction: column;
    gap: 30px;
  }

  .eduwardpress-lp .lp-callout .lp-h3 {
    font-size: var(--lp-h3-sp);
  }

  .eduwardpress-lp .lp-book {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .eduwardpress-lp .lp-book__cover {
    flex: 0 0 auto;
    width: 60%;
    margin: 0 auto;
  }

  .eduwardpress-lp .lp-book__badge,
  .eduwardpress-lp .lp-book__meta,
  .eduwardpress-lp .lp-book__list li {
    font-size: var(--lp-text-sp);
  }

  .eduwardpress-lp .lp-part-row {
    flex-direction: column;
    gap: 24px;
  }

  .eduwardpress-lp .lp-part__head,
  .eduwardpress-lp .lp-part__title {
    font-size: var(--lp-text-sp);
  }

  .eduwardpress-lp .lp-contents {
    padding: 18px 16px;
  }

  .eduwardpress-lp .lp-contents__cols {
    flex-direction: column;
    gap: 6px;
  }

  .eduwardpress-lp .lp-contents__title {
    font-size: var(--lp-h3-sp);
  }

  .eduwardpress-lp .lp-contents__col h4,
  .eduwardpress-lp .lp-contents__col li {
    font-size: var(--lp-text-sp);
  }

  .eduwardpress-lp .lp-audience {
    flex-direction: column;
    padding: 18px 16px;
  }

  .eduwardpress-lp .lp-audience__label {
    flex: none;
    font-size: var(--lp-h3-sp);
  }

  .eduwardpress-lp .lp-audience__list li {
    font-size: var(--lp-text-sp);
  }

  .eduwardpress-lp .lp-audience__list b {
    width: 110px;
  }

  .eduwardpress-lp .lp-cta__ribbon {
    font-size: var(--lp-cta-title-sp);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .eduwardpress-lp .lp-cta__btns {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .eduwardpress-lp .lp-btn {
    width: 100%;
    min-width: 0;
    font-size: var(--lp-text-sp);
    padding: 12px 24px;
  }
}
.pc {
  display: block;
}
.sp{
    display: none;
}
@media (max-width: 768px) {
 .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */

*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

