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

/*===============================================

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「#cts_CR_企業番号_商品番号」
を指定してください。
例）
#cts_CR_99999999_1 p { width:100%;margin: 0 auto; }

テンプレートVer：20230116
===============================================*/

/*PC/SP共通の指定*/
/* Font設定 */
#cts_CR_00014011_1 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Helvetica, Arial, "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/* コンテンツ全体の背景 */
#cts_CR_00014011_2 .contents-box {
	background-image: url("/ts/ori-tab/00014011/2/img/02_bg_img.png");
	background-repeat: repeat-y;
	padding-bottom: 60px;
}

/* タイトルと背景アイテム画像エリア */
#cts_CR_00014011_2 .contents-box .message-box {
	position: relative;
	box-sizing: border-box;
	max-width: 753px;
	width: 98%;
	margin: 0 auto;
}

/* くるみんエリア　画像 */
#cts_CR_00014011_2 .contents-box .kurumin-area {
	max-width: 753px;
	width: 98%;
	margin: 40px auto 80px auto;
	position: relative;
}
#cts_CR_00014011_2 .contents-box .kurumin-area .kurimin-bk {
	width: 100%;
}
#cts_CR_00014011_2 .contents-box .kurumin-area .kurimin-bk &gt; img {
	width: 100%;
}

/* くるみんエリア　テキストの位置設定 */
#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* OFFエリア */
#cts_CR_00014011_2 .contents-box .off-area {
	max-width: 753px;
	width: 98%;
	margin: 0 auto;
}

/* Link */
#cts_CR_00014011_2 .contents-box .link-btn &gt; a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 350px;
	width: 80%;
	margin: 60px auto 0 auto;
	height: 85px;
	background-color: #ff7d03;
	border-radius: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	color: white;
	text-align: center;
}
#cts_CR_00014011_2 .contents-box .link-btn &gt; a:hover {
	text-decoration: none;
}

/*▼▼768px以上の表示　主にPC用▼▼*/
@media screen and (min-width: 768px) {
	/* PC,SP設定 */
	#cts_CR_00014011_2 .pc-only {
		display: block;
	}
	#cts_CR_00014011_2 .sp-only {
		display: none;
	}

	/* Mainビジュアルエリア */
	#cts_CR_00014011_2 .contents-box .main-img {
		position: relative;
		max-width: 753px;
		width: 98%;
		margin: 0 auto;
	}

	/* Mainビジュアル　直下の設定 */
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(1) {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(1) &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(2) {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 149px;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(2) &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(3) {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		font-size: 36px;
		font-weight: bold;
		color: white;
		text-align: center;
		line-height: 1.4;
		letter-spacing: 0.2em;
		margin-top: 5%;
	}

	/* タイトル位置 */
	#cts_CR_00014011_2 .contents-box .message-box .message-txt {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}

	/* タイトル　テキスト */
	#cts_CR_00014011_2 .contents-box .message-box .message-txt &gt; div {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		color: #5e3d22;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	/* タイトル背景アイテム画像 */
	#cts_CR_00014011_2 .contents-box .message-box &gt; div:nth-child(1) {
		position: relative;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div:nth-child(1)::before {
		display: block;
		padding-top: 39.8406374502%;
		content: "";
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item01 {
		position: absolute;
		top: 7.6666666667%;
		left: 16.8658698539%;
		width: 9.8273572377%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item01 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item02 {
		position: absolute;
		top: 10%;
		left: 67.7290836653%;
		width: 10.0929614874%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item02 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item03 {
		position: absolute;
		top: 60%;
		left: 14.6082337317%;
		width: 9.9601593625%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item03 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item04 {
		position: absolute;
		top: 66.6666666667%;
		left: 73.0411686587%;
		width: 12.0849933599%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item04 &gt; img {
		width: 100%;
	}

	/* SystemBoxPC 横3列 */
	#cts_CR_00014011_2 .contents-box .system-area {
		max-width: 753px;
		width: 95%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(min(170px, 100%), 1fr));
		grid-auto-rows: 1fr;
		gap: 1.5rem;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div {
		height: 0;
		padding-bottom: 100%;
		position: relative;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box {
		width: 100%;
		height: 100%;
		background-color: #f7f4f0;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 11%;
		display: flex;
		flex-direction: column;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(1) {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
		line-height: 1.2;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(2) {
		font-size: 23px;
		text-align: center;
		color: #e05a00;
		font-weight: bold;
		line-height: 1.2;
		padding-bottom: 10px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box .system-font-big {
		padding-top: 5px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box .system-font-small {
		font-size: 20px !important;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) {
		margin: auto auto 0 auto;
		width: auto;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .system-img {
		padding-bottom: 5px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .system-img &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .caption {
		font-size: 12px;
		text-align: center;
	}

	/* くるみんテキストBOX内設定 */
	#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box &gt; div:nth-child(1) {
		display: inline-block;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.6;
		color: white;
		margin: 0 auto;
		text-align: center;
	}
	#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box &gt; div:nth-child(2) {
		width: 127px;
		margin: 30px auto 0 auto;
	}

	/* OFFタイトル */
	#cts_CR_00014011_2 .contents-box .off-area &gt; div:nth-child(1) {
		font-size: 36px;
		font-weight: bold;
		color: #401c00;
		margin-bottom: 60px;
		letter-spacing: 0.1em;
		line-height: 1.4;
		text-align: center;
	}

	/* OFF各アイテム */
	#cts_CR_00014011_2 .contents-box .off-area .off-item {
		width: 95%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div {
		max-width: 334px;
		width: calc((100% - 15px) / 2);
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-img &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-txtbox &gt; div:nth-child(1) {
		padding: 30px 0 15px 0;
		font-size: 22px;
		font-weight: bold;
		color: #401c00;
		line-height: 1.4;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-txtbox &gt; div:nth-child(2) {
		font-size: 14px;
		text-align: justify;
		line-height: 1.4;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div:nth-child(1) {
		margin-bottom: 20px;
	}
}

/*▼▼767px以下の表示　SP用 ▼▼*/
@media screen and (max-width: 767px) {
	#cts_CR_00014011_2 {
		-webkit-text-size-adjust: 100%;
	}

	/* PC,SP設定 */
	#cts_CR_00014011_2 .pc-only {
		display: none;
	}
	#cts_CR_00014011_2 .sp-only {
		display: block;
	}

	/* Mainビジュアルエリア */
	#cts_CR_00014011_2 .contents-box .main-img {
		position: relative;
		max-width: 580px;
		width: 85%;
		margin: 0 auto;
	}

	/* Mainビジュアル　直下の設定 */
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(1) {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(1) &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(2) {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 70px;
	}
	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(2) &gt; img {
		width: 100%;
	}

	#cts_CR_00014011_2 .contents-box .main-img &gt; div:nth-child(3) {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 95%;
		font-size: 24px;
		font-weight: bold;
		color: white;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 0.2em;
		margin-top: 5%;
	}

	/* タイトル位置 */
	#cts_CR_00014011_2 .contents-box .message-box {
		position: relative;
		box-sizing: border-box;
		width: 98%;
		margin: 0 auto;
	}

	/* タイトル　テキスト */
	#cts_CR_00014011_2 .contents-box .message-box .message-txt {
		position: relative;
		width: 80%;
		margin: 0 auto;
		padding: 45px 0 45px 0;
	}
	#cts_CR_00014011_2 .contents-box .message-box .message-txt &gt; div {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #5e3d22;
		line-height: 1.4;
	}

	/* タイトル背景アイテム画像 */

	#cts_CR_00014011_2 .contents-box .message-box &gt; div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item01 {
		position: absolute;
		top: 10%;
		left: 15%;
		width: 48px;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item01 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item02 {
		position: absolute;
		top: 8%;
		left: 70%;
		width: 48px;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item02 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item03 {
		position: absolute;
		top: 62%;
		left: 12%;
		width: 45px;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item03 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item04 {
		position: absolute;
		top: 68%;
		left: 75%;
		width: 48px;
	}
	#cts_CR_00014011_2 .contents-box .message-box &gt; div .message-item04 &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .system-area {
		max-width: 220px;
		width: 70%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1f;
		grid-auto-rows: 1fr;
		gap: 1.3rem;
	}

	/* SystemBoxSP　横1　縦並び */
	#cts_CR_00014011_2 .contents-box .system-area {
		max-width: 220px;
		width: 70%;
		margin: 0 auto;
		display: grid;
		grid-template-columns: 1f;
		grid-auto-rows: 1fr;
		gap: 1.3rem;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div {
		height: 0;
		padding-bottom: 100%;
		position: relative;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box {
		width: 100%;
		height: 100%;
		background-color: #f7f4f0;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 10% 5%;
		display: flex;
		flex-direction: column;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(1) {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 10px;
		line-height: 1.2;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(2) {
		font-size: 24px;
		text-align: center;
		color: #e05a00;
		font-weight: bold;
		line-height: 1.2;
		padding-bottom: 20px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box .system-font-big {
		padding-top: 5px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box .system-font-small {
		font-size: 20px !important;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) {
		margin: auto auto 0 auto;
		width: auto;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .system-img {
		padding-bottom: 5px;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .system-img &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .system-area &gt; div &gt; div .system-box &gt; div:nth-child(3) .caption {
		font-size: 12px;
		text-align: center;
	}

	/* くるみんテキストBOX内設定 */
	#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box &gt; div:nth-child(1) {
		display: inline-block;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
		color: white;
		margin: 0 auto;
		padding: 0 6% 5px 6%;
		text-align: justify;
		box-sizing: border-box;
	}
	#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box &gt; div:nth-child(2) {
		width: 60px;
		margin: 0 auto;
	}
	#cts_CR_00014011_2 .contents-box .kurumin-area .kurumin-box &gt; div:nth-child(2) &gt; img {
		width: 100%;
	}

	/* OFFタイトル */
	#cts_CR_00014011_2 .contents-box .off-area &gt; div:nth-child(1) {
		font-size: 26px;
		font-weight: bold;
		color: #401c00;
		margin-bottom: 40px;
		line-height: 1.4;
		text-align: center;
		box-sizing: border-box;
	}

	/* OFF各アイテム */
	#cts_CR_00014011_2 .contents-box .off-area .off-item {
		width: 95%;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div {
		max-width: 334px;
		width: 100%;
		margin: 0 auto;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-img &gt; img {
		width: 100%;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-txtbox &gt; div:nth-child(1) {
		padding: 30px 0 15px 0;
		font-size: 22px;
		font-weight: bold;
		color: #401c00;
		line-height: 1.4;
		text-align: justify;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div .off-txtbox &gt; div:nth-child(2) {
		font-size: 14px;
		text-align: justify;
		line-height: 1.4;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div:nth-child(3) {
		order: 4;
	}
	#cts_CR_00014011_2 .contents-box .off-area .off-item &gt; div:nth-child(4) {
		order: 3;
		margin-top: 40px;
	}
}
</pre></body></html>