@charset "shift_jis";

#mckee2608-body {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	width: 830px;
}
.img_box {
	margin: 0px;
}
.mckee-maintitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin: 25px 0 30px;
}
.mckee-maintitle span {
	display: inline-block;
	border-bottom: 4px solid #e60012;
	padding-bottom: 5px;
}
.mckee-nav {
	display: flex;
	gap: 60px;
	margin: 0 0 30px;
}
.mckee-nav a {
	flex: 1;
	display: block;
	background-color: #ffe560;
	background-image: radial-gradient(circle, #ffcb6b, #ffe560 95%);
	border-radius: 8px;
	text-align: center;
	padding: 15px 10px;
	text-decoration: none;
	color: #222;
}
.mckee-nav a:hover {
	opacity: 0.8;
}
.mckee-nav .badge {
	display: block;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	padding: 7px 7px 6px 12px;
	width: 90px;
	margin: 0 auto 8px;
}
.mckee-nav .navtxt {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
.mckee-nav .navtxt .num {
	font-size: 22px;
}
.mckee-yellowwrap {
	background-color: #ffcb08;
	padding: 40px 45px;
	margin: 0 0 30px;
}
.mckee-panel {
	background-color: #fff;
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 8px rgb(155 155 155 / 60%);
}
.mckee-panel:last-child {
	margin-bottom: 0;
}
.mckee-badge {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
	padding: 7px 7px 6px 12px;
	margin: 0 5px 10px 0;
}
.mckee-panel h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px;
	padding-bottom: 0px;
	border-bottom: 2px solid #333;
	display: inline-block;
}
.mckee-center-intro {
	text-align: center;
}
.mckee-coupon-list {
	font-size: 16px;
	margin: 10px 0;
	line-height: 2.0;
}
.mckee-coupon-list .off {
	color: #e60012;
	font-weight: bold;
}
.mckee-coupon-list .num {
	font-size: 20px;
}
.mckee-highlight {
	width: 500px;
	background-color: #fff3b0;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin: 10px auto 0;
}
.mckee-highlight .off {
	color: #e60012;
}
.mckee-panel h2 .num, .mckee-highlight .num {
	font-size: 26px;
}
.mckee-period {
	text-align: center;
	font-weight: bold;
	margin: 20px 0 20px;
}
.mckee-divider {
	border: none;
	border-top: 2px dashed #999;
	margin: 20px 0;
}
.mckee-note-small {
	font-size: 12px;
	color: #666;
	text-align: right;
}
.mckee-subttl-wrap {
	text-align: center;
	margin: 15px 0 20px;
}
.mckee-subttl {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}
.mckee-products {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mckee-product {
	width: 23%;
	text-align: center;
	font-size: 14px;
}
.mckee-product a {
	text-decoration: none;
}
.mckee-product a img {
	width: 100%;
	height: auto;
	object-fit: contain;
	border: 1px solid #eee;
	margin-bottom: 3px;
}
.mckee-product a .goodsnam {
	font-weight: bold;
	color: #3079ed;
}
.mckee-product a:hover img {
	opacity: 0.7;
}
.mckee-product a:hover .goodsnam {
	text-decoration: underline;
}
.mckee-cta {
	display: block;
	width: 320px;
	margin: 10px auto 10px;
	background-color: #f2661d;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding: 12px 0px;
	border-radius: 5px;
}
.mckee-cta:hover {
	opacity: 0.8;
}
.mckee-outerblock {
	background-color: #fff;
	padding: 20px 30px;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
}
.mckee-notice-hd {
	display: block;
	background-color: #f2f2f2;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	padding: 8px 15px;
	margin: 0 0 15px;
}
.mckee-present {
	background-color: #fff7dc;
	border: 1px solid #ebd9a0;
	padding: 15px 20px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 40px;
}
.mckee-present img {
	width: 330px;
	flex-shrink: 0;
}
.mckee-present .txt {
	font-size: 14px;
	line-height: 1.8;
}
.mckee-present .txt .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}
.mckee-steps {
	margin: 20px 0;
	font-size: 15px;
	line-height: 2;
}
.mckee-steps .ttl {
	font-weight: bold;
	margin-bottom: 5px;
}

.mckee-infobox dl {
	margin: 0 0 15px;
	font-size: 14px;
	line-height: 1.7;
}
.mckee-infobox dt {
	font-weight: bold;
	color: #e67300;
	margin-bottom: 3px;
}
.mckee-infobox dd {
	margin: 0;
}
.notice-ttl {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 8px;
}
.notice-txt {
	text-indent: -1em;
	padding-left: 1em;
}
.entry_guest {
	display:none;
	text-align: center;
	margin: 25px 0px 10px 0px;
}
.entry_disp {
	display:none;
	text-align: center;
	margin: 25px 0px 10px 0px;
}
.entry_combtn {
	width: 320px;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
	padding: 12px 0px;
	display: inline-block;
	text-decoration: none;
	line-height: 1.5;
	cursor: pointer;
}
.entry_btn {
	color: #fff;
	background-color: #e60012;
}
.entry_btn:hover {
	opacity: 0.7;
}
.entry_comp_btn {
	color: #fff;
	background-color: #aaa;
	cursor: default;
}
#content-footer {
	min-width: 1100px !important;
}
