@charset "utf-8";

/* ↓ モリエゴールドページのスタイル ↓
--------------------------------------------------------------*/
/**********************************************
 * stepone 表組（ヘッダー#666、行ゼブラ、右列セル結合）
 
**********************************************/

.stepone .mv-area {
	min-height: 350px;
}

.stepone .mv-card-image {
	max-width: 340px;
	margin: 0 auto;
}

.lower-ttl-area {
	margin: 0 auto;
}

.stepone .table-zebra {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; /* resetに準拠 */
}

.stepone .table-zebra th,
.stepone .table-zebra td {
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  border: 1px solid #eee;
  vertical-align: middle;
}

/* 見出し */
.stepone .table-zebra thead th {
  background: #666;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/* 数値列は右寄せ（必要に応じて） */
.stepone .table-zebra tbody td:nth-child(1),
.stepone .table-zebra tbody td:nth-child(2) {
  text-align: right;
}

/* 行ごとのゼブラ（白／#eee） */
.stepone .table-zebra tbody tr:nth-child(odd) td { background: #fff; }
.stepone .table-zebra tbody tr:nth-child(even) td { background: #eee; }

/* これに置き換え */
.stepone .table-zebra tbody td[rowspan] {
  background: #fff !important;
  text-align: left;
}

/* 横スクロール対応（スマホなど狭い画面用） */
.stepone .u-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSの慣性スクロール対応 */
}

.stepone .u-scroll table {
  min-width:700px; /* 必要に応じて調整。表全体がはみ出す幅 */
}




/* スマホ余白調整 */
@media (max-width: 767px) {
  .stepone .table-zebra th,
  .stepone .table-zebra td {
    padding: 12px 10px;
  }
}

/* .stepone .frame {
	padding-top: 0;
} */

.stepone .first {
	border-bottom: none;
}
.stepone frame .block + .block {
	border-top: none;
}
.stepone .list_disc {
	text-align: left;
	margin: 0 auto 0 0;
}
@media (max-width: 767px) {
	.stepone .list_disc {
	margin-top: 20px;
	}
}
.stepone .w100 {
	width: 100%;
}
.stepone .frame .block + .block{
	border-top: none;
}

.stepone .sp{
	display: none;
}
@media (max-width: 767px) {
	.stepone .sp{
	display: inline;
	}
}


.stepone dl {
	text-align: left;
	padding-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    border-bottom: 2px dashed #eee;
}


.stepone .highlight {
  margin: 35px 0;
  text-align: center;
}
.stepone .highlight-text {
  color: #E10012;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
	.stepone .highlight {
		margin: 15px 0 50px 0;
	}
	.stepone .highlight-text {
		font-size: 1.8rem;
	}
}

.stepone .highlight-text span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  z-index: 1;
}
.stepone .highlight-text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: #F9D7C8;
  z-index: -1;
}

.stepone .bg-gray {
  background: #eee;
  border-radius: 6px;
  padding: 24px 20px;
}

.stepone .help_tel {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 800;
  text-align: center;
}
.stepone .help_time {
	font-size: 1.2rem;
}

.stepone .frame .block + .block {
	margin-top: 50px;
	border-top: solid 1px #000;
}


.stepone .block_title:first-child {
    margin: 30px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
}
/* ↑ モリエゴールドページのスタイル ↑
--------------------------------------------------------------*/

/* ↓ 以下、後でmodule.cssに移動 ↓
--------------------------------------------------------------*/
/* h3 */


/* 強調お知らせのスタイル */
.annotation-erea {
	background: #F9D7C8;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.annotation-erea p{
	color: #E10012;
	font-weight: 800;
}
@media (max-width: 767px) {
	.annotation-erea {
		padding: 10px;
		margin-bottom: 20px;
	}
	.annotation-erea p{
		font-size: 1.2rem;
	}
}

/* 受付終了したボタンのスタイル */
.btn-end-area {
	background-color: #999;
	border-radius: 30px;
	font-weight: 600;
	width: 40%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 40px;
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.btn-end-area {
		width: 100%;
		margin-top: 30px;
	}
}


/* ↑ 以下、後でmodule.cssに移動 ↑
--------------------------------------------------------------*/