@charset "UTF-8";

dl.side-dl dt,dl.side-dl dd {
	margin-bottom:100px;
}

dl.side-dl dt {
	width:25%;
	float:left;
	font-size:14px;
	letter-spacing: 0.15em;
}

dl.side-dl dd {
	padding:0 0 0 25%;
	margin-top:-5px;
}

/* h4
------------------------------------*/
dl.side-dl dd h4 {
	background:var(--color-text);
	color:#fff;
	letter-spacing:0.12em;
	font-size:14px;
	padding:7px 20px 7px;
	margin:40px 0 25px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	font-feature-settings : "palt" 1;
	font-weight: 500;
}

dl.side-dl dd h4:first-child {
	margin-top:0;
}

/* h5
------------------------------------*/
dl.side-dl dd h5 {
	letter-spacing:1px;
	position:relative;
	margin:30px 0 15px;
	font-size:14px;
	font-weight: 500;
	letter-spacing: 0.12em;
}

dl.side-dl dd h5:after {
	content:' ';
	width:100%;
	height:1px;
	background:#EAEAEA;
	position:absolute;
	top:12px;
	left:0;
	z-index:-1;
}

dl.side-dl dd h5 span {
	background:#fff;
	padding-right:10px;
	z-index:8000;
}

/* strong
------------------------------------*/
dl.side-dl dd strong {
	letter-spacing:1px;
	color:var(--color-bloack);
	margin:35px 0 12px;
	position:relative;
	padding-left:30px;
	font-weight: 500;
}

dl.side-dl dd strong:before {
	content:" ";
	width:15px;
	height:1px;
	background:#000;
	position:absolute;
	top:12px;
	left:0;
}

/* table
------------------------------------*/
table {
	width:100%;
	border-top:1px solid var(--color-text);
	border-bottom:1px solid var(--color-text);
	margin-bottom:15px;
	margin-top: 30px;
}

table tr:nth-child(2n+1) {
  background: #fafafa;
}

table tr th,
table tr td {
	font-size:14px;
	line-height:1.5;
	letter-spacing: 0.08em;
	padding:15px 25px 16px;
	border-right:1px dotted #aaa;
	vertical-align:middle;
	border-bottom:1px solid var(--color-text);
}

table tr td:first-child{
  text-align: left;
}

table tr td:nth-child(2n){
  text-align: center;
}

table tr th:last-child,table tr td:last-child {
	border-right:none;
}

table tr th {
	color:#232323;
	background: #F5F5EE;
	font-weight: 400;
	text-align: center!important;
	letter-spacing: 0.14em;
}

/* .btn-link a
------------------------------------*/
.btn-link {
	margin: 25px 0 60px;
}

.btn-link a {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.12em;
}

/* .gift-pattern
------------------------------------*/
.gift-pattern {
	overflow: hidden;
	margin-bottom: 28px;
}

.gift-pattern figure {
	float: left;
	width: 49%;
}

.gift-pattern figure:nth-child(even) {
	float: right;
}

.gift-pattern figure img {
	width: 100%;
	height: auto;
}

.gift-pattern figcaption {
	display: block;
	margin-top: 12px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

/* .attention-link
------------------------------------*/
.attention-link {
	margin: 25px 0 50px;
}

.attention-link a {
	background-color: #FFF300;
	padding: 9px 12px 8px 12px;
	color: var(--color-black) !important;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.attention-link a i {
	display: inline-block;
	background: url(../img/share/ico-arrow-s.svg) no-repeat;
	width: 17px;
	height: 7px;
	margin-left: 8px;
	transform: translateY(-1px);
}