@charset "UTF-8";
/*
 * cmn_module.css
 *
 */
section{
	margin-top: 73px;
}
/*module_itemList
---------------------------------------------------------- */
ul.module_itemList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
	ul.module_itemList li {
				margin-bottom: 25px;
			}

			ul.module_itemList li a p.title {
				padding: .5em 0 .7em;
				font-weight: bold;
				text-align: center;
			}
.special_coupon {
}
	.special_coupon h3 {
		text-align: center;
	}
		.special_coupon h3 span {
			margin-top: 13px;
			display: block;
			font-size: 10px;
			font-weight: bold;
		}
	.special_coupon .box {
		margin: 25px auto 0 auto;
		width: 478px;
		text-align: center;
	}
		.special_coupon .inner {
			padding: 18px 0 15px 0;
			border-left: #1c2c3a solid 1px;
			border-right: #1c2c3a solid 1px;
			border-bottom: #1c2c3a solid 1px;
		}
			.special_coupon .inner .txt {
				font-size: 18px;
			}
			.special_coupon .inner .btn {
				margin-top: 18px;
			}
				.special_coupon .inner .btn a {
					display: inline-block;
					padding: 0 10px;
					line-height: 28px;
					color: #fff;
					font-weight: normal;
					background: #1c2c3a;
				}
				.special_coupon .inner .btn a:hover {
					text-decoration: none;
					background: #c69d5a;
				}