@charset "utf-8";
/* =======================================================================
  styleInfo：style.css └ 1-0, akiya_support
======================================================================= */

/* ヒーロー（H1 + 画像 + サブテキスト） */
.page-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}
.mv-subtext {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0 30px;
  color: #333;
  font-weight: bold;
}
.mv-block {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 30px;
  width: 720px;
  box-sizing: border-box;
  text-align: center;
}
.mv-block h2 {
  text-align: left;        /* 画像だけ左寄せ */
}
.mv-block h2 img {
  display: block;
  margin: 0;
  height: auto;
}

/* まとめ白背景ブロック */
.akiya-section {
  background-color: #fff;
  padding: 30px 20px;
  margin: 0 auto 40px;
  width: 720px;            /* きっちり合わせたい場合は720px */
  box-sizing: border-box;
  text-align: center;
}
.akiya-section2 {
  background-color: #fff;
  padding: 0 0 20px;
  margin: 0 auto 40px;
  width: 720px;            /* きっちり合わせたい場合は720px */
  box-sizing: border-box;
  text-align: center;
}

/* お悩み画像単体 */
.akiya-block {
  width: 650px;
  margin: 0 auto 40px;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
}
.akiya-block .akiya-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* “そんなときは”＋矢印 */
.akiya-lead-block {
  text-align: center;
  margin: 40px 0 20px;
}
.akiya-lead {
  font-size: 24px;
  font-weight: bold;
  color: #12171A;
  margin-bottom: 10px;
}
.akiya-arrow img {
  width: 40px;
  height: auto;
}

.akiya-section2 .merit-title{
    width: 100%;
    margin-bottom: 30px;
}

.akiya-section2 .merit-title img{
    width: 100%;
}

.akiya-section2 h1{
    color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/contents/akiya_support/banner_bg.png);
    font-size: 20px;
    line-height: normal;
    padding: 5px;
    text-align: left;
    padding-left: 60px;
}

.akiya-section2 h2 {
    color: #3aa4ac;
    text-align: left;
    font-size: 18px;
}

.akiya-section2 h2 span {
    color: #f26631;
}

.akiya-section2 .merit {
    width: 50%;
    text-align: left;
    margin-top: 30px;
}

.akiya-section2 .full-text {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.akiya-section2 .helf-image {
    width: 50%;
    margin: 30px 0 0 10px;
}

.akiya-section2 .helf-image img {
    width: 100%;
}
.soudan {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

/* プラン画像（上下） */
.plan-images {
  width: 650px;
  margin: 40px auto;
}
.plan-item {
  margin-bottom: 30px;
}
.plan-item img {
  width: 100%;
  height: auto;
  display: block;
}
.plan-images a.cbox img {
  cursor: zoom-in;         /* クリックで拡大のニュアンス */
}

