@charset "UTF-8";
/*------------------------------------------------------------------------------
	ハートフルコール - CSS Modules Import
	Date: 2019-02-08
------------------------------------------------------------------------------*/
#top .ic01,
#top .tit01,
#top .btn01 {
	text-align: center;
}
#top .ic01 {
}
#top .tit01 {
	margin: 25px 0 55px;
}
#top .btn01 {
	padding-top: 50px;
}
#top .img01,
#top .img02,
#top .img03 {
	text-align: center;
}
#top .img01 img,
#top .img02 img,
#top .img03 img {
	width: 100%;
}
#contents1000136 {
	padding-top: 0;
}

#top .ico00 {
	color: #333;
	background: none;
}
#top .ico00:before {
	background: #333;
}

#mv {
	position: relative;
	text-align: center;
}

#mv .mvBnr {
	position: absolute;
	bottom: 40px;
	bottom: calc(50% - 102px);
	left: 0;
	width: 100%;
}

#mv .mvBnr .copy {
	margin: auto;
	display: table;
	width: 1000px;
	font-size: 30px;
	font-family: a-otf-jun-pro, sans-serif;
	color: #d5463d;
	text-align: left;
}

#mv .mvBnr .copy small {
	font-size: 24px;
	font-family: a-otf-jun-pro, sans-serif;
}

.ico00 {
	font-size: 20px;
}
.tit01 {
	position: relative;
	margin-bottom: 10px;
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: 300;
	font-size: 34px;
	text-align: center;
	line-height: 1;
}
#solution {
	padding: 80px 0 80px;
}

#top .copy1 {
	margin: -20px 0 30px;
	font-size: 18px;
	text-align: center;
}

#solution .list {
	position: relative;
	display: table;
	left: -10px;
}
#solution .list li {
	display: table-cell;
	padding-right: 26px;
	vertical-align: middle;
}
#solution .list li:last-child {
	padding-right: 0;
}

#advantage {
}
#advantage .list02 {
	position: relative;
	display: table;
}
#advantage .list02 li {
	display: table-cell;
	vertical-align: middle;
}
#advantage .list02 li:nth-child(2) {
	padding: 0 95px;
}


#support {
	padding: 100px 0 80px;
}
.bnr01  {
	margin-top: 50px;
}
.bnr01 a {
	position: relative;
}
.bnr01 span {
	padding-right: 30px !important;
	padding-left: 60px !important;
	font-size: 30px !important;
	line-height: 1 !important;
}


#advantage {
	padding: 100px 0;
	background: #ffe5e5;
}
#advantage .bnr01 a {
	background: #ffcc33;
}
#advantage .bnr01 a:hover {
	background: #f9db83;
}

.information {
	margin: 30px 0 0;
}
.information h2 {
	background: url(/img/bg_h2_l.png?v=1563499461) bottom center no-repeat !important;
}
.information ul {
	margin: auto;
	width: 1000px;
}
.information li {
	margin: 0 0 30px;
}

.information li {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

#MB_close span {
    visibility: hidden;
}
#MB_close {
    padding:0;
    margin-right:5px;
    width:64px;
    height:21px;
    background-image: url(/images/management/close_l.gif?v=1462552476);
}
#MB_close:hover {
    background-image: url(/images/management/close_l_on.gif?v=1462552476);
}
#lightwindow_title_bar_close_link span {
    visibility: hidden;
}
#lightwindow_title_bar_close_link {
    width:63px;
    height:19px;
    background-image: url(/images/management/close_s.gif?v=1462552476);
}
#lightwindow_title_bar_close_link:hover {
    background-image: url(/images/management/close_s_on.gif?v=1462552476);
    text-decoration: none;
}
/* ロゴ内に配置（既存レイアウト維持） */
.headWrap .head01 .logo{
  position: relative;
}

/* コピー全体 */
.headWrap .head01 .copy{
  position: absolute;
  left: 0;
  top: 58px;                 /* 必要に応じて微調整 */
  margin: 0;
  line-height: 1.5;
  color: #fff;
}

/* 上段 */
.headWrap .head01 .copy .sub{
  display: block;
  font-size: 20px;
  font-weight: 700;
  opacity: 0.95;
}

/* 下段 */
.headWrap .head01 .copy .price{
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-top: 6px;
}

/* =============================================================
   top.css スマホ対応（max-width: 768px）
============================================================= */
@media (max-width: 768px) {

  /* ヘッダー内コピー（SP では head01 自体が非表示のため不要） */
  .headWrap .head01 .copy {
    display: none;
  }

  /* ------ メインビジュアル ------ */
  #mv img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* mvBnr をフロー内配置に変更（absolute → static） */
  #mv .mvBnr {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.92);
  }
  #mv .mvBnr .copy {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0;
    box-sizing: border-box;
  }
  #mv .mvBnr .copy small {
    font-size: 13px;
  }

  /* ------ お知らせ ------ */
  .information {
    margin: 15px 0 0;
  }
  .information h2 {
    background-image: none !important;
    border-bottom: 2px solid #ff9999;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  /* 1. お知らせ ul に左右余白を追加 */
  .information ul {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  /* 1. お知らせ li 内の子要素フォントを統一 */
  .information li {
    margin: 0;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.7;
  }
  .information li p,
  .information li a,
  .information li time,
  .information li span {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
  }

  /* 2-3. 共通見出し（.tit01）・コピー：サイズ縮小 */
  .tit01 {
    font-size: 19px;
    line-height: 1.4;
  }
  #top .tit01 {
    margin: 0 0 10px;
  }
  #top .copy1 {
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 1.6;
  }

  /* ------ solution：お悩みケースカード ------ */
  /* 2. セクション上部に区切り線を追加 */
  #solution {
    padding: 30px 0;
    border-top: 2px solid #ffd0d0;
    margin-top: 15px;
  }
  #solution .list {
    display: block;
    left: 0;
  }
  #solution .list li {
    display: block;
    padding: 0 0 14px;
  }
  #solution .list li:last-child {
    padding-bottom: 0;
  }
  /* 4. ケースカード画像：max-width で縮小＋中央寄せ */
  #solution .list li img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* ------ advantage：3つの特長 ------ */
  /* ------ 3つの特長ブロック（#advantage が DOM に存在する場合のみ適用） ------ */
  #advantage {
    padding: 30px 0;
    margin-top: 20px;
  }
  /* インラインスタイル display:flex を !important で上書き
     （.list02 の親に #advantage がないため直接セレクターで指定） */
  .list02 {
    display: block !important;
    width: 100%;
  }
  /* インラインスタイルの margin を !important で上書き */
  .list02 li {
    display: block;
    margin: 0 auto 14px !important;
    padding: 16px 10px 12px;
    max-width: 280px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
  }
  .list02 li:last-child {
    margin-bottom: 0 !important;
  }
  .list02 li img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* ------ support ------ */
  /* 7. padding 30px に調整 */
  #support {
    padding: 30px 0;
  }

  /* 6. バナー（bnr01）：ボタンを小さく・高さを抑制・中央寄せ */
  .bnr01 {
    margin-top: 16px;
  }
  .bnr01 a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    height: auto;        /* style.css の height: 74px を解除 */
    padding: 10px 12px;  /* padding-top: 20px を上書き */
  }
  /* style.css の .bnr01 a span { padding: 20px 0; } を上書き */
  .bnr01 a span,
  .bnr01 span {
    font-size: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 14px !important;
    padding-right: 10px !important;
    line-height: 1.4 !important;
  }

  /* ------ フッター前バナー群（fbnr / fbnr2）------ */
  .fbnr2 {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 0;
    list-style: none;
  }
  .fbnr2 li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }
  .fbnr2 li:last-child {
    margin-bottom: 0;
  }
  .fbnr {
    max-width: 320px;
    margin: 12px auto 0;
  }
  .fbnr img,
  .fbnr2 li img {
    width: 100%;
    height: auto;
    display: block;
  }

}