@charset "utf-8";

/* shopping-guide
---------------------------------------------------------------------------*/

/* .sec-guide
------------------------------------*/
.sec-guide {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	margin: -60px auto 120px;
	padding: 60px 0 0 210px;
}

.sec-guide:last-of-type {
	margin-bottom: 0;
}

.sec-guide h2 {
	position: absolute;
	top: 64px;
	left: 0;
	font-size: 22px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-guide p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: justify;
}

.sec-guide p:last-of-type {
	margin-bottom: 0;
}

.sec-guide p .red {
	color: #990000;
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

.sec-guide dl {
	margin-top: 60px;
}

.sec-guide dl:first-child {
	margin-top: 0;
}

.sec-guide dl > div {
	display: -webkit-box;
	display: flex;
	margin-bottom: 70px;
}

.sec-guide dl > div:last-of-type {
	margin-bottom: 0;
}

.sec-guide dt {
	width: 170px;
	min-width: 170px;
}

.sec-guide dt.pt {
	padding-top: 4px;
}

.sec-guide dt h3 {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.14em;
}

.sec-guide h3 em {
	display: block;
	margin: 4px 0 0 -2px;
	font-size: 12px;
	letter-spacing: 0.12em;
}

.sec-guide h4 {
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.sec-guide h5 {
	font-size: 15px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.sec-guide dd h5 {
	margin: 34px 0 12px -2px;
}

.sec-guide dd h5:first-child {
	margin-top: 6px;
}

.sec-guide h6 {
	margin: 30px 0 15px;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.12em;
}

/* .sec-guide table
------------------------------------*/
.sec-guide table {
	background-color: #FFFFFF;
	margin: 20px 0 5px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.sec-guide th,
.sec-guide td {
	padding: 10px 20px;
	vertical-align: middle;
}

.sec-guide th {
	background-color: #666666;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
}

.sec-guide tr:last-of-type th {
	border-right: none;
	border-bottom: none;
}

.sec-guide tr th:last-of-type {
	border-right: none;
}

.sec-guide td {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

.sec-guide td:last-of-type {
	border-right: none;
}

.sec-guide .td-let td {
	letter-spacing: 0.1em;
}

.sec-guide .td-bg,
.sec-guide .td-bg td {
	background-color: #E0E0E0;
}

.sec-guide .postage td {
	text-align: left;
	letter-spacing: 0.1em;
}

.sec-guide .postage td:last-of-type {
	text-align: right;
	letter-spacing: 0.04em;
}

.sec-guide .attention-list {
	margin: 15px 0 40px;
}

.sec-guide .attention-list:last-of-type {
	margin-bottom: 0;
}

/* .box-line
------------------------------------*/
.sec-guide .box-line {
	position: relative;
	padding: 0 0 0 28px;
}

.sec-guide .box-line:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	left: 4px;
	background-color: rgba(0,0,0,0.5);
	width: 1px;
	height: calc(100% - 10px);
}

.sec-guide .box-line p {
	font-size: 14px;
	line-height: 1.95;
	letter-spacing: 0.1em;
	text-align: justify;
}

/* .box-color
------------------------------------*/
.sec-guide .box-color {
	display: inline-block;
	background-color: rgba(206,200,181,0.4);
	margin: 5px 0 20px;
	padding: 22px 30px 20px 28px;
}

.sec-guide .box-color:last-child {
	margin-bottom: 0;
}

.sec-guide .box-color h6 {
	margin: 0 0 8px;
}

/* .operation
------------------------------------*/
.operation h3 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.operation address {
	display: block;
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.operation address a {
	text-decoration: none;
}