@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */
body, html {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 62.5%;
}
body {
	text-align: center;
	color: #333;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, "Arial", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
header {
	box-shadow: none;
}
a {
	color: #9b0020;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active {
	color: #ad1937;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.main i.fa-file-pdf-o {
	margin: 0 5px;
}
.fa-file-pdf-o:before {
	content: "\f1c1"
}
p {
	margin: 0;
	padding: 0;
}
em, i {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.container .ttlBold:first-child {
	margin-top: 0;
}
.container table {
	width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
}
.list-normal > li {
	position: relative;
	padding-left: 1.5em;
}
.list-normal > li::before {
	position: absolute;
	left: 0;
	top: 0.75em;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #A9002F;
}
ol.list-decimal li > ul.list-normal li {
	position: relative;
	padding-left: 1.5em;
	text-indent: 0;
}
ol.list-decimal li > ul.list-normal li::before {
	background: #520011;
}
ol.list-decimal li > ul.list-normal li:first-child {
	margin-top: 10px;
	padding-top: 0;
}
/*数字リンク*/
ol.list-decimal li:not(:first-child) {
	margin-top: 1em;
}
ol.list-decimal li {
	list-style: none;
	text-indent: -1.5em;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	letter-spacing: -0.4em;
	word-spacing: -1em;
	font-size: 0;
}
li {
	letter-spacing: normal;
	word-spacing: normal;
	font-size: 1.6rem;
}
ul, ol {
	padding-left: 1.5em;
}
::marker {
	font-weight: bold;
	color: #A9002F;
}
.rule .rule dd ul li b, .rule dd ol li b {
	color: #A9002F;
}
/* Layout */
main {
	position: relative;
}
.container {
	margin: 0 auto;
	text-align: left;
}
section.top {
	padding: 0;
}
.ttl-regular {
	display: block;
	font-size: 1.8rem;
	color: #A9002F;
	border-bottom: 4px double #A9002F;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.ttlBold {
	margin: 0;
	color: #9b0020;
	overflow: hidden;
	text-align: center;
}
.ttlBold h1 {
	margin: 0;
	padding: 0;
	z-index: 2;
}
.bg-red {
	color: #ffffff;
	background-color: #4a000d;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.valign-t {
	vertical-align: top;
}
.valign-m {
	vertical-align: middle;
}
.valign-b {
	vertical-align: bottom;
}
.Red-txt {
	color: #c33041;
}
.Crimson-bg {
	background-color: #9b0020;
}
hr.spacer {
	margin-bottom: 0;
	padding: 5px 0;
	border: none;
}
.p-10 {
	padding: 10px;
}
.p-20 {
	padding: 20px;
}
.m-10 {
	margin: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-1em {
	margin-left: 1em;
}
.mb-10 {
	margin-bottom: 10px;
}
.m-20 {
	margin: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reset-t {
	margin-top: 0;
	padding-top: 0;
}
.reset-b {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*PC*/
@media (min-width: 768px) {
	body {
		min-width: 988px;
	}
	main {
		padding-bottom: 50px
	}
	.container {
		width: 988px;
	}
	section {
		padding-top: 50px;
	}
	.only-sm {
		display: none !important;
	}
	.ttlBold {
		padding: 10px;
	}
	h1.ttlBold {
		font-size: 3.2rem;
	}
	.rule p {
		font-size: 1.6rem;
	}
	.flexBox {
		display: flex;
		justify-content: center;
	}
	.flexBox.center {
		align-items: center;
	}
	.flexBox.clm2 > .col {
		width: calc(50% - 20px);
		padding-left: 20px;
	}
	.flexBox.clm2 > .col:first-child {
		padding-left: 0;
	}
	.flexBox.clm3 > .col {
		width: calc(33.333% - 20px);
		padding-left: 20px;
	}
	.flexBox.clm2 > .col select {
		width: 80%;
	}
	.rule dl {
		margin: 0;
		padding: 40px;
		font-size: 1.6rem;
	}
	.rule dd {
		margin-bottom: 30px;
	}
	.rule dd ul li, .rule dd ol li {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.rule dd ol li ul.liststyle li {
		margin-top: 0px;
	}
	.rule dd ol li ul.liststyle li:first-child {
		margin-top: 20px;
	}
	.rule dd ol li ul.liststyle.reset-t li:first-child {
		margin-top: 0;
	}
	.rule dd ul li:first-child, .rule dd ol li:first-child {
		margin-top: 20px;
	}
	.rule .note {
		margin-bottom: 40px;
		padding: 0 40px;
		font-size: 1.4rem;
	}
}
/*Mobile*/
@media (max-width: 767px) {
	body {
		min-width: 100%;
	}
	.only-pc {
		display: none !important;
	}
	.container {
		width: 94%;
		padding-bottom: 20px;
	}
	main {
		padding-bottom: 20px
	}
	main section {
		padding-top: 20px;
	}
	main section.top {
		padding: 0;
	}
	header {
		height: auto;
	}
	.ttlBold {
		padding: 10px;
		margin-bottom: 0;
	}
	h1.ttlBold {
		font-size: 1.6rem;
	}
	.ttl-regular {
		font-size: 1.6rem;
	}
	.rule p, .rule table td {
		font-size: 1.4rem;
	}
	table th, table td {
		padding: 10px;
	}
	.flexBox.clm2 > .col select {
		width: 90%;
	}
	.flexBox.clm2 > .col:first-child {
		margin-bottom: 20px;
	}
	.rule dl {
		margin: 0;
		padding: 10px;
		font-size: 1.4rem;
	}
	.rule dd {
		margin-bottom: 20px;
	}
	.rule dd ul li, .rule dd ol li {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.rule dd ol li ul.liststyle li {
		margin-top: 0px;
	}
	.rule dd ol li ul.liststyle li:first-child {
		margin-top: 20px;
	}
	.rule dd ul li:first-child, .rule dd ol li:first-child {
		margin-top: 20px;
	}
	.rule .note {
		margin-bottom: 20px;
		padding: 0 20px;
		font-size: 1.2rem;
	}
}
/*2025*/
.rule.pdfonly .list-normal > li {
	font-weight: bold;
}
.rule.pdfonly p.text-right {
	margin-top: 2em;
}
h1 {
	margin: 0 0 0.5em;
	padding: 0.75em;
	color: #000;
	background: #eee;
	font-size: 2.0em;
	text-align: center;
}
h2 {
	font-size: 1.5em;
}
.rule.pdfonly main {
	padding: 0 20px 40px;
}
ul, ol {
	padding-left: 1.5em;
}
ol.default li {
	list-style: decimal;
	position: relative;
	padding-left: 0.2em;
	text-indent: 0;
}
@media screen and (max-width:767px) {
	body {
		font-size: 3.5vw;
	}
	.rule.pdfonly section {
		padding-top: 20px;
	}
	h1 {
		font-size: 1.5em
	}
	h2 {
		font-size: 1.25em
	}
	.container {
		padding: 0;
	}
	.rule.pdfonly .list-normal > li {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.rule.pdfonly .list-normal > li::before {
		top: 0.6em;
	}
	.rule.pdfonly main {
		padding: 0 0 30px;
	}
}
@media screen and (min-width:768px) {
	.rule.pdfonly section {
		padding-top: 20px;
	}
	.rule.pdfonly .list-normal > li {
		font-size: 2.0rem;
		line-height: 3.0;
	}
	.rule.pdfonly .list-normal > li::before {
		top: 1.2em;
	}
	body {
		font-size: 1.6rem;
	}
	.rule.pdfonly main {
		width: 988px;
		margin-right: auto;
		margin-left: auto;
		padding: 20px 0 50px;
	}
	/*	.rule.pdfonly footer{
		width: 100%;
    position: absolute;
    bottom: 0;
}*/
}