@charset "UTF-8";

.plain {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.plain.b-n {
  padding: 15px;
  border-bottom: none;
}

.plain h1 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0 20px 0;
}

.plain h1.center {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0 20px 0;
  text-align: center;
}

.plain h2 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  line-height: 1.3;
  padding: 0 0 8px 0;
  margin: 40px 0 15px 0;
}

.plain h2.big {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  line-height: 1.3;
  padding: 0 0 8px 0;
  margin: 35px 0 15px 0;
}

.plain h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px 0 15px 0;
}

.plain h3.center {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px 0 12px 0;
  text-align: center;
}

.plain h4,
h5,
h6 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 20px 0 15px 0;
}

.plain h2~img,
.plain h3~img,
.plain h4~img,
.plain h5~img,
.plain h6~img {
  margin: 0 0 20px 0;
}

/* テキスト */
.plain p {
  font-size: 1.3rem;
  color: #333;
  letter-spacing: 0.1px;
  line-height: 1.8;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}

.plain p .text-red {
  color: #ff0030
}

/* 画像 */
.plain img {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
}

.plain img.icon-top {
  width: 25%;
  height: auto;
  overflow: hidden;
  margin: 10px auto 10px;
  display: block;
}

.plain img.w-70 {
  width: 70%;
}

.plain img.w-90 {
  width: 90%;
}

/* テキストリンク */
.plain a {
  text-decoration: none;
}

.plain a:hover {
  opacity: 0.7;
}

/* アンカーボタン */
.plain .anchor-button-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  -webkit-align-items: center;
  margin: 20px 0 0;
}

.plain .anchor-button-box .anchor-button {
  flex-basis: 100%;
  display: block;
  padding: 17px 10px 15px 17px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 6px 0;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-image: url(../../../img/common/sp-icon-arrow-bottom.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  line-height: 1.2;
}

.plain .anchor-button-box .anchor-button {
  color: #000;
}
