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


/* 繝ｬ繧､繧｢繧ｦ繝� */
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.card, .row {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 641px) {
	#FreePage .maincontents-wrapper .main {
		padding-left: 0;
		padding-right: 0;
	}
}


/* 繝懊ち繝ｳ */
.grey-button {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-box-shadow: 0 2px 0 #bebebe;
	-webkit-transition: opacity .2s linear;
	align-items: center;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,#fff),to(#e5e5e5));
	background: linear-gradient(#fff 45%,#e5e5e5);
	border: 1px solid #e5e5e5;
	border-bottom: none;
	border-radius: 10px;
	box-shadow: 0 2px 0 #bebebe;
	color: #1e1e1e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding-left: 5%;
	position: relative;
	transition: opacity .2s linear;
}
a.grey-button {
	text-decoration: none;
}
.grey-button .icon {
	color: #24970b;
	font-size: 22px;
	left: 10%;
	position: absolute;
}
@media screen and (max-width: 641px) {
	.grey-button {
		align-items: center;
		width: 49%;
		min-height: 60px;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,#fff),to(#e5e5e5));
		background: linear-gradient(#fff 45%,#e5e5e5);
		border: 1px solid #c7c7c7;
		border-bottom: none;
		border-radius: 1.25vw;
		box-shadow: 0 7px 0 #bebebe;
		color: #1e1e1e;
		display: flex;
		font-size: 4vw;
		font-weight: 700;
		justify-content: center;
		line-height: 1.1;
		margin-bottom: 10px;
		padding: 0 0 1.5%;
		text-align: center;
		position: relative;
		transition: opacity .2s linear;
	}
}


/* 隕句�縺� */
.content-wrapper {
	padding: 0px 20px;
}
.page-title h2 {
	font-size: 24px;
	margin: 10px auto;
}
.page-title {
	line-height: 1;
	background: rgb(255, 251, 235);
	border-bottom: 5px solid rgb(0, 157, 63);
	padding: 1.5% 0px;
}
.page-title.blue-title {
	background: rgb(245, 248, 255);
	border-bottom: 5px solid rgb(1, 90, 170);
}
.mail-order-title {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 30px;
	text-align: center;
}
.mail-order-title {
	margin: 45px 0;
}
.content-subtitle {
	display: flex;
	align-items: center;
	background: #24970b;
	border-radius: 7.5px;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	padding: 1.2%;
	width: 100%;
}
.content-subtitle:before {
	border-left: 5px solid #d49600;
	border-radius: 50px;
	content: "";
	display: inline-block;
	height: 35px;
	margin-right: 15px;
	box-sizing: border-box;
}

.product-search-subtitle {
	-ms-flex-align: center;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	align-items: center;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(45%,#24970b),to(#0d5e2e));
	background: linear-gradient(#24970b 45%,#0d5e2e);
	border: 1px solid #1c8416;
	border-radius: 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 50px;
	justify-content: flex-start;
	margin: 30px 20px 25px;
}
.product-search-subtitle:before {
	background: url(../shop/kyhc/images/freepage/icon-search.png) no-repeat 50%;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	margin: 0 11px;
	width: 17px;
}

@media screen and (max-width: 641px) {
	.page-title {
		padding: 19px;
	}
	.page-title h2 {
		line-height: 1;
		font-size: 19px;
		margin: 0 auto;
		padding: 0;
	}
	.mail-order-title {
		font-size: 6vw;
		line-height: 1.3;
		text-align: center;
	}
	.content-subtitle {
		align-items: normal;
		padding: 1.75%;
	}
	.content-subtitle:before {
		height: auto;
	}
}



/* 谿ｵ關ｽ */
.text {
	font-size: 16px;
	letter-spacing: 1.25px;
	line-height: 30px;
	margin: 20px 5px 45px;
}
.text dt {
	font-weight: bold;
}
@media screen and (max-width: 641px) {
	.text {
		margin: 20px 1rem 45px;
	}
}
.guide-link {
	display: block;
	text-align: right;
}

/* 繝�く繧ｹ繝� */
.text-blue {
	color: rgb(7, 94, 172);
}
.text-right {
	text-align: right;
}
.text.big-margin {
	margin: 20px 20px 65px;
}
.container small {
	font-size: 80%;
}
.text-red {
	color: #d20000;
}
.text-underline {
	text-decoration: underline;
}
.text-underline.line-red {
	text-decoration-color: #d20000;
}
@media screen and (max-width: 641px) {
	.text-red {
		font-weight: bold;
	}
}

/* 繝ｪ繝ｳ繧ｯ */
#FreePage a.primary-link,
#FreePage a.guide-link,
#FreePage a.faq-link {
	color: #24970b;
}
.content-wrapper .text a[href="/MemberRegister.jsp"] {
	color: #24970b;
}
.highlight {
	color: rgb(254, 102, 0);
}
.text-primary {
	color: rgb(36, 151, 11);
}

/* 繝舌リ繝ｼ */
.mail-order-banner {
	display: block;
	margin: 20px auto 0;
}

@media screen and (max-width: 641px) {
	.mail-order-banner {
		width: calc(100% - 1rem);
		margin: 20px 0.5rem 0;
	}
}


/* 繝��繝悶Ν */
table {
	border-collapse: collapse;
}
.ingredients-table td, .ingredients-table th {
	border: 1px solid #f1ebd3;
	letter-spacing: .05em;
	padding: 10px 30px;
}
.ingredients-table th {
	background: #fffbeb;
	font-size: 18px;
	text-align: center;
	word-break: keep-all;
}
.ingredients-table td {
	font-size: 16px;
}


/* 繝ｪ繧ｹ繝� */
.content-wrapper ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 3em;
	text-indent: -1.4em;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
	*::-ms-backdrop,
	.sitemap li {
		margin-left: 20px;
	}
}

/* FontAweasom */
.fa, .fas {
	font-weight: 900;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}


/* 縺願ｲｷ縺�黄繧ｬ繧､繝� 荳矩Κ繝ｪ繝ｳ繧ｯ */
.guide-map {
	background: #e3f2ff;
	border-radius: 10px;
	margin: 30px 0 0 35px;
	width: 670px;
}
.guide-map .row {
	margin: 0;
	padding: 20px 40px;
}
.guide-map .row+.row {
	border-top: 2px dotted #015aaa;
}
.guide-map-link {
	color: #393939;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
}
.guide-map-link {
	color: #393939;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
}
.guide-map-link.active, .guide-map-link:hover {
	color: #015aaa;
	text-decoration: none;
}

.guide-map-link:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../shop/kyhc/images/freepage/shoppingguide/sidebar-list.png) no-repeat 50%;
	background-size: contain;
	margin-right: 11px;
}

@media screen and (max-width: 641px) {
	.guide-map {
		width: 100%;
		margin: 30px auto;
	}
	.guide-map .row {
		padding: 15px 20px;
		justify-content: flex-start;
	}
	.guide-map-link {
		font-size: 14px;
		padding-right: 24px;
		width: 50%;
	}
	.guide-map .row .guide-map-link:only-child {
		width: 100%;
	}
	.guide-map .row+.row {
		width: 100%;
	}
}











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