@charset "UTF-8";

/* ご利用ガイド
---------------------------------------------------- */
section.infor h2 {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
section.infor h2 img {
	width: 24px;
	margin-right: 10px;
}
section.infor .info-nav {
	width: 320px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
	list-style: none;
}
section.infor .info-nav li {
	border-bottom: 1px solid #000;
	position: relative;
}
section.infor .info-nav li::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 7px;
	background: url(../images/info-nav-arrow.svg);
	background-size: contain;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
}
section.infor .info-nav li a {
	text-decoration: none;
}

section.shipping h3,
section.pay h3,
section.back h3 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 28px;
	border-bottom: 1px solid #000;
}
section.pay h3,
section.back h3 {
	margin-top: 20px;
}
section.shipping figure {
	margin-top: 30px;
	margin-bottom: 15px;
}
section.shipping dl,
section.pay dl,
section.back dl {
	margin-top: 25px;
}
section.shipping dt,
section.pay dt,
section.back dt {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}
section.shipping dd,
section.pay dd,
section.back dd {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
section.pay dd figure {
	margin-top: 15px;
	margin-bottom: 25px;
}
section.shipping p,
section.pay p,
section.back p {
	font-size: 15px;
	line-height: 24px;
}
section.back hr {
	margin-top: 90px;
}
.anchor {
	margin-top: -80px;
	padding-top: 80px;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {

/* ご利用ガイド
---------------------------------------------------- */
section.infor {
	margin-bottom: 15px;
	padding-top: 40px;
}
section.infor h2 {
	margin-top: 0;
	margin-bottom: 25px;
}
section.infor .info-nav {
	width: 342px;
}
section.shipping h3 {
	margin-top: 40px;
}
section.pay h3,
section.back h3 {
	margin-top: 55px;
}
.anchor {
	margin-top: 0;
	padding-top: 0;
}
}

/* iPad　縦　1000px　以上
---------------------------------------------------- */
@media all and (min-width: 1000px) {
section.shipping h3 {
	margin-top: 0px;
}
section.pay h3,
section.back h3 {
	margin-top: 20px;
}
}