@charset "UTF-8";

/* ==========================================================================
   1. 「コンプリートガイドとは」セクションの完全復元
   ========================================================================== */

.list-tit {
	font-weight: bold;
	margin: 0;
	padding: .5em;
	text-align: center;
	/* センター配置復元 */
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	/* ゴシック */
}

.list-tit span {
	background: linear-gradient(transparent 50%, #fffd3e 50%);
	/* マーカー下線復元 */
	padding: 0 6px;
}

.list-box {
	border-radius: 5px;
	box-shadow: 0 0 10px 1px #d7d7d7;
	padding: 1em;
	/* 枠内の余白 */
	margin-bottom: 20px;
	background: #fff;
}

.list-design {
	display: block;
	list-style: none !important;
	margin: 0;
	padding: 0 .5em;
	width: initial;
}

.list-design li {
	border-bottom: 1px dashed #b9b9b9;
	/* 破線の下線復元 */
	padding: .5em 0;
	position: relative;
	text-indent: 0 !important;
}

.list-design li::before {
	content: none !important;
	/* 記号なし */
}

/* ==========================================================================
   2. コンテンツ以下のリスト（緑の● ＆ 枠内の余白修正）
   ========================================================================== */

/* コンテンツ見出し（緑背景・角丸） */
.list-tit2 {
	background: #008238 !important;
	border-radius: 10px 10px 0 0 !important;
	color: #fff !important;
	font-weight: bold;
	font-size: .9em;
	line-height: 2;
	margin: 0;
	padding: .2em 1em;
	text-align: center;
	width: fit-content;
}

/* 枠組み：内側の余白(padding)を追加してリストとの隙間を作ります */
.list-box2 {
	border: 2px solid #008238 !important;
	border-radius: 0 10px 10px 10px !important;
	line-height: 2;
	margin: 0 0 2.5em;
	/* 下の要素との距離 */
	padding: 1.5em !important;
	/* ★ここを追加：枠とリストの間の空き */
	background: #fff;
}

.list-design2 {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.list-design2 li {
	position: relative !important;
	padding-left: 1.5em !important;
	/* 緑●のスペース */
	margin-bottom: 15px !important;
	/* リスト同士の縦の空き */
	line-height: 1.8;
	text-indent: 0 !important;
}

.list-design2 li:last-child {
	margin-bottom: 0 !important;
}

.list-design2 li::before {
	content: "●" !important;
	/* 緑の丸 */
	color: #008238 !important;
	position: absolute !important;
	left: 0 !important;
	font-size: 0.8em !important;
}

/* ==========================================================================
   3. ボタン・共通調整
   ========================================================================== */

/* ボタンのセンター寄せ */
.cta-area {
	text-align: center !important;
	margin: 60px 0 !important;
	width: 100% !important;
}

.btn-retail {
	display: inline-block !important;
	background: #f39800 !important;
	color: #fff !important;
	padding: 15px 60px !important;
	text-decoration: none !important;
	border-radius: 40px !important;
	font-weight: bold !important;
	font-size: 1.1rem !important;
	box-shadow: 0 4px 0 #c77c00 !important;
}

/* 最後のイメージ画像サイズ */
.footer-visual .main-visual-img {
	width: 90% !important;
	max-width: 500px !important;
	margin: 40px auto !important;
	display: block !important;
}

/* 見出し(h3)のcg.css合わせ */
.trial-container h3 {
	border-left: 5px solid #008238 !important;
	padding: 5px 15px !important;
	margin: 40px 0 15px !important;
	font-size: 1.5rem !important;
	color: #008238 !important;
	background: #f0f9f4 !important;
	text-align: left !important;
}

.schedule-info h3 {
	margin-top: 0 !important;
}