@charset "UTF-8";
@import "/include_2015/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

body {
  margin: 0;
  font-family: 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fdfdfd;
}

.pc{display:none}

.intro {
  margin-top:1em
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero {
  text-align: center;
}

.intro {
  font-size: 1.1rem;
  text-align: center;
}

.purchase-btn {
  display: inline-block;
  margin: 1em 0;
}

.small-note {
  font-size: 0.8em;
  color: #777;
}

.benefits {
  background: #fdecce;
  padding: 1em 1em 2em;
}

.benefit-grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
  max-width: 1000px;
  margin: auto;
}

.benefit-item {
  flex: 1 1 200px;
  text-align: center;
}

.recommend {
  font-size: 1.2em;
  padding: 2em 1em;
  background: #eef8fd;
}

.book-box {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 1em 0;
  padding: 1em;
  max-width: 800px;
  text-align: center;
}

.highlight {
  font-weight: bold;
  color: #d18d00;
  margin: 0.5em 0;
}