@charset "UTF-8";

/* shopping-guide
---------------------------------------------------------------------------*/
.contents {
	margin-bottom: 80px;
	margin-top: -60px;
	padding-top: 60px;
}

.contents.side {
	position: relative;
	min-height: 55px;
	padding-left: 210px;
}

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

.contents h2 {
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 0.12em;
}

.contents h2 + p {
	margin-bottom: 30px;
}

.contents h4 {
	margin: 55px 0 15px;
	font-size: 16px;
	letter-spacing: 0.12em;
}

.contents h4 span {
	font-size: 13px;
	padding-left: 15px;
}

.contents .sec-title {
	position: absolute;
	top: 61px;
	left: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.contents .sec-title span {
	border-bottom: 1px solid #AEB9CA;
}

.contents a {
	text-decoration: underline;
}

.contents p {
	margin-bottom: 14px;
	line-height: 1.85;
	letter-spacing: 0.08em;
	text-align: justify;
}

.contents .attention-list + p {
	margin-top: 45px;
}

.contents p strong {
	font-size: 18px;
}

.contents p strong.txt-m { font-size: 17px; line-height: 1.8; }
.contents p strong.txt-s { font-size: 16px; letter-spacing: 0.1em; }

.contents p span {
	padding-left: 4px;
	font-size: 13px;
}

.contents h2 + p span {
	font-size: 16px;
	padding-left: 0;
}

.contents .line {
	display: inline-block;
	border-bottom: 1px solid #335273;
	margin-bottom: 18px;
	padding-bottom: 2px;
	line-height: 1;
}

.payment .sec-title + p {
  line-height: 1;
  margin-bottom: 25px;
}

.txt-line {
	display: inline-block;
	margin-bottom: 2px;
	text-decoration: underline;
}

.attention-list {
	margin-top: 22px;
}

.attention-list li {
	margin: 0 0 8px 1em;
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

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

.contents .table-common {
	width: 685px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.contents .table-common th,
.contents .table-common td {
	font-size: 13px;
}

.contents .table-common th {
	width: 41%;
}

.contents .table-common th:first-of-type {
	width: auto;
	white-space: nowrap;
}

.table-header2 tr:first-of-type th {
	border-bottom: 1px solid #E5E5E5;
}

#guide03 .table-common.table1 td {
	white-space: nowrap;
}

#guide03 .table-common.table2 th,
#guide03 .table-common.table2 td {
	width: 50%;
}

.contents dl {
	margin: 35px 0 30px;
	padding-top: 4px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

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

.contents dl:last-child {
	margin-bottom: 0;
}

.contents dt {
	float: left;
	width: 100px;
	letter-spacing: 0.05em;
}

.contents dd {
	padding: 0 0 16px 120px;
	letter-spacing: 0.06em;
}

.contents dd a {
	text-decoration: none;
}

.contents .dl-wide dt {
	float: none;
	width: auto;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.contents .dl-wide dd {
	padding-left: 42px;
}

.contents .dl-wide dd p {
	font-size: 14px;
}

.contents .mb { margin-bottom: 2px; }
.contents .mb40 { margin-bottom: 40px; }

.info-guide {
  text-align: right;
  font-size: 13px;
  margin: 30px 0 0!important;
}