@charset "UTF-8";

body {
	color: #333;
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: calc(1.3rem + 0.6vw);
	font-weight: 700;
}
@media (min-width: 960px) {
	h1, .h1 {
	  font-size: 1.75rem;
	}
}

h2 {
	margin-top: 2rem;
	font-size: 1.125rem;
	font-weight: 700;
}

h3 {
	margin-top: 1.5rem;
	font-size: 1rem;
	font-weight: 700;
}

ol, ul {
	padding-left: 1.5rem;
}

.page-title {
	border-bottom: 1px solid #212121;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.left-border {
	padding: 0.25em 0.5em;
	border-left: 5px solid #4594ff;
}

.numbered {
	counter-increment: numbered;
}
.numbered::before{
	content: counter(numbered) ". ";
}

.reset-numbered {
	counter-reset: numbered;
}

.header {
	border-top: 3px solid #4594ff;
	border-bottom: 1px solid #ccc;
	background: linear-gradient(to bottom, #f6f6f6, #fff 80%, #fff);
}
.header-inner {
	display: flex;
	align-items: center;
	height: 48px;
}
@media (min-width: 768px) {
	.header-inner {
		height: 60px;
	}
}
.header-logo {
	max-width: 200px;
}
.header-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.main-contents {
	background-color: #fff;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 40px;
}

.footer {
	border-top: 3px solid #4594ff;
	background: linear-gradient(to bottom, #f6f6f6, #fff 80%, #fff);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer-copy {
	font-size: 10px;
	color: #747474;
	text-align: center;
}

.cancellation-fee {
	max-width: 500px;
	font-size: 13px;
}
.cancellation-fee th,
.cancellation-fee td {
	text-align: center;
}
