<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSSリセット */
* {
	margin: 0;
	padding: 0;
}

body {
	width: 730px;
	margin: 0 auto;
	font-size: 13px;
	color: #666666;
	letter-spacing: 1.5px;
}

body a {
	text-decoration: none;
	color: #666666;
}

/* hoverで少し動く */
a:hover {
	position:relative;
	top: 1px;
	left: 1px;
}

/* PC版画像 */
.PC-display {
	display: block;
	margin: 0 auto;
}

/* SP版画像 */
.SP-display {
	display: none;
}

/* ページタイトル */
h1.Top-title {
	margin-top: 15px;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* ページの概要 */
.Top-text {
	margin: 0 auto;
	margin-top: 15px;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 1px;
}

/* このページの全テキストの設定 */
.text {
	text-align: center;
	color: #666666;
	font-size: 15px;
	line-height: 2;
}

/* 文字を左寄せにする */
.alignleft {
	text-align: left;
}

/* ※の注意書き2行目先頭1マスあける */
.notice {
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
	display: block;
}

/* 各見出し */
h2.heading {
	/* width: 100%; */
	margin: 50px 0 15px;
	padding: 9px 10px;
	border-left: 7px solid #dedede;
	background-color: #f5f5f5;
	color: #5C6361;
	font-size: 18px;
	font-weight: bold;
}

/* 赤線 */
.red-line{
	border-bottom: 1px solid #f84f4f;
}

/* クーポンタイトル */
h3.secondary-title {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}

/* 使用期間を囲う */
.couponday-wrapper {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: 4px solid #e3e3e3;
	text-align: center;
}

/* 試用期間 */
.couponday {
	width: 300px;
	margin: 0 auto;
	border-bottom: 1px solid #666666;
	font-size: 23px;
	text-align: center;
}

/* 日付 */
.day {
	margin: 4px 0 20px;
	font-size: 23px;
}

/* 画像のグレー背景 */
.imgbox-wrapper {
	width: 650px;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 25px 0;
	background-color: #ededee;
	text-align: center;
}

/* 画像の周りの線 */
.img-boder {
	border: 1px solid #bbbbbb;
}

/* 白背景テキストボックス */
.imgbox-textbox {
	width: 570px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 15px;
	background-color: #ffffff;
}

/* クーポン取得ボタン */
.coupon-btn {
	width: 335px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #aec9af;
	border-bottom: solid 4px #99a99a;
	border-radius: 20px;
}

/* リンクバナー */
.link-banner {
	width: 650px;
	margin: 0 auto;
	text-align: center;
}

.link-banner img {
	width: 650px;
}

/* トップへ戻る */
.Back-top {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
}

.Back-top a {
	color: #6666666;
}

/* フッター */
.footer {
	margin: 5px 0 15px 0;
	font-size: 10px;
	text-align: center;
}


/* 横幅700ｐｘ以下での表示 */
@media screen and ( max-width:700px ) {

	body {
		width: 100%;
		margin: 0 auto;
		font-size: 13px;
		font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		letter-spacing: 1px;
	}

	body img{
		width: 100%;
	}

	br {
		display: none;
	}

	/* hoverで少し動く */
	a:hover {
		position:relative;
		top: 0px;
		left: 0px;
	}

	/* PC版画像 */
	.PC-display {
		display: none;
	}

	/* SP版画像 */
	.SP-display {
		display: block;
	}

	.imgbox-wrapper img {
		width: 95%;
		margin: 0 auto;
	}

	/* ページタイトル */
	h1.Top-title {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 20px;
		font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	/* ページの概要 */
	.Top-text {
		margin-top: 0px; /* margin-top: 10px;でもok */
		width: 90%;
		text-align: left;
	}

	/* このページの全テキストの設定 */
	.text {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		line-height: 1.5;
		font-size: 13px;
	}

	/* ※の注意書き2行目先頭1マスあける */
	.notice {
		margin-top: 5px;
		font-size: 12px;
		margin-left: 1em;
		text-indent: -1em;
		display: block;
	}

	/* 赤文字注意書き */
	.red-notice {
		width: 86%;
		margin: 0 auto;
		margin-top: 15px;
		color: #f84f4f;
		margin-left: 2em;
		text-indent: -1em;
		line-height: 1.5;
		display: block;
	}

	.red-notice span {
		font-weight: bold;
	}

	/* 各見出し */
	h2.heading {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
		padding: 10px 5px;
		font-size: 15px;
	}

	/* 赤線 */
	.red-line{
		border-bottom: 1px solid #f84f4f;
	}

	/* クーポンタイトル */
	h3.secondary-title {
		width: 90%;
		margin-bottom: 10px;
		font-size: 15px;
		text-align: center;
		line-height: 1.5;
	}

	/* 使用期間を囲う */
	.couponday-wrapper {
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px 5px;
		border: 3px solid #e3e3e3;
		text-align: center;
	}

	/* 試用期間 */
	.couponday {
		width: 90%;
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 20px;
	}

	/* 日付 */
	.day {
		margin: 4px 0 10px;
		font-size: 18px;
	}

	/* sp版用に文字を小さくする */
	.SPsize-text {
		font-size: 12px;
	}

	/* 画像のグレー背景 */
	.imgbox-wrapper {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 10px 0;
		text-align: center;
	}

	/* 白背景テキストボックス */
	.imgbox-textbox {
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
		padding: 2.5px;
		background-color: #ffffff;
	}

	/* クーポン取得ボタン */
	.coupon-btn {
		width: 90%;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 10px 0;
		font-size: 17px;
		border-bottom: solid 4px #99a99a;
	}

	/* リンクバナー */
	.link-banner {
		width: 90%;
	}

		.link-banner img {
			width: 100%;
		}

	/* トップへ戻る */
	.Back-top {
		margin-top: 30px;
		text-align: center;
		font-size: 12px;
	}

	.Back-top a {
		color: #666666;
	}

	/* フッター */
	.footer {
		margin: 5px 0 15px 0;
		font-size: 10px;
		letter-spacing: normal;
		text-align: center;
	}

}
</pre></body></html>