@charset "UTF-8";

:root {
	--base0: #e9e8df;
	--base1: #fffef4;
	--base2: #b4b3ad;
	--main0: #383838;
	--main1: #d0c5ab;
	--accent0: #e34a21;
	--accent1: #f1d728;
	--accent2: #dddcd7;
	--main-width: 960px;
	--footer-height: 25rem;
	--font0: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HiraginoUDSansRStdN-W3", "FP-ヒラギノUD丸ゴ StdN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	--font1: "FOT-グレコ Std B";
	--disable: #7e7d7d;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
}

body {
	background: url(../img/7795a19a71c06fdee421bc1f4ecfcdef70204b0f.png);
	font-family: var(--font0);
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	text-shadow: none;
	color: var(--main0);
}

a { color: var(--main0); }

ul { margin-left: 1rem; }
ul > li > ul {
	list-style: circle;
	margin: .5rem 0 0 1rem;
}

nav {
	align-items: center;
	background: var(--main0);
	color: var(--base1);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
nav > div {
	display: flex;
	justify-content: space-between;
	width: var(--main-width);
}
nav > div > ul {
	align-items: center;
	display: flex;
	list-style: none;
}
nav > div > ul > li + li { margin-left: 1rem; }

nav > div > ul > li > a {
	padding-bottom: .2rem;
	text-decoration: none;
}
nav > div > ul > li.disabled { color: var(--disable); }
nav > div > ul > li > a:hover { border-bottom: 1px solid currentColor; }

#mmenu {
	align-items: center;
	height: 80px;
}
#mmenu > ul > li > a { color: var(--base1); }
#mmenu > ul > li:last-child > a:hover {
	background: var(--base1);
	color: var(--main0);
}
#mmenu > ul > li:last-child > span, #mmenu > ul > li:last-child > a {
	border: 1px solid currentColor;
	border-radius: 6px;
	display: flex;
	padding: .5rem 1rem;
}

#smenu {
	align-items: center;
	background: var(--base1);
	color: var(--main0);
	margin-bottom: 1rem;
	padding: 1rem;
}
#smenu > ul > li > a { color: var(--main0); }

#container {
	min-height: 100vh;
	overflow-x: hidden;
	padding-bottom: var(--footer-height);
	position: relative;
}

article {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.container { width: var(--main-width); }

.breadcrumbs {
	background: var(--main1);
	display: flex;
	justify-content: center;
	padding: .5rem 0;
	width: 100%;
}
.breadcrumbs > ul {
	display: flex;
	list-style: none;
	width: var(--main-width);
}
.breadcrumbs > ul > li + li::before {
	content: ">";
	margin: 0 .5rem;
}

footer {
	align-items: center;
	background: url(../img/10532f4c706cc4f63beecc556a82eff524cfb115.png) center 0 no-repeat;
	background-position-y: 3rem;
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: var(--footer-height);
	justify-content: flex-end;
	padding-bottom: 1.5rem;
	position: absolute;
	width: 100%;
}
footer > ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 1rem;
}
footer > ul > li + li { margin-left: 1rem; }

#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
}
#page-top a {
	text-decoration: none;
	width: 120px;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}

.btn {
	align-items: center;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	padding: .7rem 1.5rem;
	text-decoration: none;
}
[disabled].btn {
	background: var(--disable);
}
.btn::after {
	background-size: cover;
	content: "";
	height: 1.8rem;
	margin-left: .5rem;
	width: 1.8rem;
}
.btn-std {
	background: var(--main0);
	color: var(--base1);
}
.btn-std::after {
	background: url(../img/9556fa7840531dd9b282c76fdf353ad17be06caa.png) no-repeat 0 3px;
	background-size: 20px auto;
}
.btn-entry {
	background: var(--accent1);
	color: var(--main0);
}
.btn-entry::after { 
	background: url(../img/adeab3b0a53631e2aee097cb2b4f7bc5392ab618.png) no-repeat; 
	background-size: cover;
	height: 1.5rem;
	margin-left: .7rem;
	margin-top: -.2rem;
	width: 1.5rem;
}
.btn-cancel {
	background: var(--accent2);
	color: var(--main0);
}
.btn-cancel::after { background: url(../img/adeab3b0a53631e2aee097cb2b4f7bc5392ab618.png) no-repeat center center; }

.rtn {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.rtn > a {
	align-items: center;
	display: flex;
	position: relative;
	width: fit-content;
}
.rtn > a::after {
	background: url(../img/adeab3b0a53631e2aee097cb2b4f7bc5392ab618.png) no-repeat;
	content: "";
	display: flex;
	height: 2rem;
	position: absolute;
	right: -2.3rem;;
	top: auto;
	width: 2rem;
}

table { 
	border-collapse: collapse;
	width: 100%;
}
.tbl-std > table th, .tbl-std > table td {
	border: 2px solid var(--main0);
	padding: 1rem;
}
.tbl-std > table th { background: var(--base2); }
table.tbl-confirm th, table.tbl-confirm td, .tbl-confirm > table td {
	padding: 1.5rem .8rem;
	word-break: break-all;
}
table.tbl-confirm th {
	text-align: left;
	white-space: nowrap;
	width: fit-content;
}
table.tbl-confirm tr { border-bottom: 1px solid var(--base2); }
table.tbl-confirm td > pre {
	overflow-x: auto;
	width: 850px;
}

.tbl-std.ranking30 > table td:nth-child(1),
.tbl-std.ranking30 > table td:nth-child(5),
.tbl-std.ranking30 > table td:nth-child(6) { text-align: right; }
.tbl-std.history > table td:nth-child(3),
.tbl-std.history > table td:nth-child(4) { text-align: right; }
.tbl-std.history > table td:nth-child(6) {
	white-space: normal;
	word-break: break-word;
}
.tbl-std.myranking > table td:nth-child(1),
.tbl-std.myranking > table td:nth-child(5),
.tbl-std.myranking > table td:nth-child(6) { text-align: right; }

input[type=text], input[type=password], select, textarea {
	background: transparent;
	border-radius: 5px;
	padding: .5rem;
}
input::placeholder { color: #b0b0b0; }
input[type=checkbox]:focus, input[type=radio]:focus { outline: none; }
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
	background: url(../img/ef645bcbb8901df437f89a5ebb53c79024acac5c.png);
	height: 25px;
	width: 25px;
}
input[type=checkbox]:checked { background: url(../img/369a12272ad6d54a98aea306eb0d3d68f0e9bb23.png); }
input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
	background: url(../img/aa592d76511dd24436855ffa4252c1897ffd5fda.png);
	height: 25px;
	width: 25px;
}
input[type=radio]:checked { background: url(../img/8f71d5579f9536aec91c207add0d96e839117b7d.png); }

label {
	align-items: center;
	display: flex;
}
label > * {
	align-self: center;
	margin-right: .5rem;
}
label + div { margin-top: .5rem; }
label > input[type=text] { margin-left: .5rem; }
label > input[type=checkbox], label  > input[type=radio] {
	-webkit-appearance: none;
	margin-right: .5rem;
	height: 25px;
	width: 25px;
}
label > input[type=checkbox] { background: url(../img/ef645bcbb8901df437f89a5ebb53c79024acac5c.png); }
label > input[type=checkbox]:checked { background: url(../img/369a12272ad6d54a98aea306eb0d3d68f0e9bb23.png); }
label > input[type=radio] { background: url(../img/aa592d76511dd24436855ffa4252c1897ffd5fda.png); }
label > input[type=radio]:checked { background: url(../img/8f71d5579f9536aec91c207add0d96e839117b7d.png); }
label.column {
	align-items: flex-start;
	flex-direction: column;
}
label.column > * {
	align-self: flex-start;
	margin: .5rem 0 0;
}
label.column > input[type=text] { margin-left: 0; }

.caution { color: #cc0d0d; }
.caution:not(:empty):before { content: "※"; }
em {
	font-style: normal;
	font-weight: bold;
}
.require::after {
	color: #f00;
	content: '※';
}

p.complete {
	margin-bottom: 3rem;
	font-size: 2rem;
	text-align: center;
}

@keyframes scroll {
	from { background-position-x: 0; }
	to { background-position-x: 1920px; }
}

article#top > h1 {
	align-items: center;
	animation: 60s linear infinite scroll;
	background: none;
	display: flex;
	font-family: var(--font1);
	font-size: 3rem;
	height: 459px;
	justify-content: center;
	width: 100%;
}
article#top > h1 > div:first-child > div:first-child,
article#top > h1 > div:first-child > div:last-child {
	background-position-y: center;
	background-position-x: right 0;
	height: 459px;
	position: absolute;
	width: 100%;
}
article#top > h1 > div:first-child > div:first-child{
	animation: 120s linear infinite scroll;
	background: url(../img/4a486845192d97948a87e692ae03f83d5664adbb.png) repeat-x;
}
article#top > h1 > div:first-child > div:last-child {
	animation: 60s linear infinite scroll;
	background: url(../img/4bbcca0190e243ed49fb4f5166ad038758d7a964.png) repeat-x;
}

article > h1 {
	align-items: center;
	background: url(../img/aaff4f879f18d221f5108705f1397536563cb4fa.png) center 0 no-repeat;
	background-position-y: center;
	display: flex;
	font-family: var(--font1);
	font-size: 3rem;
	height: 394px;
	justify-content: center;
	width: 100%;
}

h2 {
	display: flex;
	font-family: var(--font1);
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 1.2rem;
}
h2::before {
	background: var(--main0);
	border-radius: .6rem;
	content: "";
	margin-right: .7rem;
	width: .6rem;
}

h3 {
	align-items: center;
	display: flex;
	font-family: var(--font0);
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
h3::before {
	background: url(../img/96de47610375bb300916110ab0274b17d4d01d98.png) no-repeat;
	content: "";
	height: 2rem;
	margin-right: .5rem;
	width: 2rem;
}

.sec-normal { margin-top: 3rem; }
.sec-normal > div {
	background: var(--base1);
	box-shadow: #0004 0 0 8px;
	padding: 3rem;	
}

.sec-small { margin-top: 1.5rem; }

.sec-frame {
	border: .3rem solid var(--main0);
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
	padding: 2rem;
}
.sec-frame li + li { margin-top: .5rem; }

.sec-about {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
}
.sec-about > h3 {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
.sec-about > h3::before { background: none; }
.sec-about li + li { margin-top: .5rem; }

.container > p {
	margin-top: 2rem;
}

article#top > h1 {
	color: var(--accent0);
	position: relative;
}
article#top > h1 > div:first-child {
	height: 100%;
	position: absolute;
	width: 100%;
}
@keyframes move {
	from { left: 150%; }
	to { left: -50%; }
}
article#top > h1 > div:first-child > .rabbit {
	animation: 12s linear infinite move;
	position: absolute;
	top: 10rem;
}
@keyframes opaanim {
	0% { opacity: 0; }
	49% { opacity: 0; }
	50% { opacity: 1; }
}
article#top > h1 > div:first-child > .rabbit > img { position: absolute; }
article#top > h1 > div:first-child > .rabbit > img:first-child { animation: 1s linear infinite opaanim; }
article#top > h1 > div:first-child > .rabbit > img:last-child { animation: 1s linear reverse infinite opaanim; }
article#top > h1 > div:last-child {
	align-items: center;
	border: 2px solid var(--accent0);
	border-radius: .2rem;
	display: flex;
	flex-direction: column;
	padding: 1rem;
	z-index: 0;
}
article#top > h1 > div:last-child > p:first-child {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
article#top > h1 > div:last-child { padding: 1rem 1rem 1.5rem; }
article#top > h1 > div:last-child > p:last-child { font-size: 3rem; }

.topinfo {
	background: var(--main0);
	color: var(--main1);
	display: flex;
	justify-content: center;
	width: 100%;
}
.topinfo > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 1rem;
	width: var(--main-width);
}

.footer-btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.footer-btn > form + form { margin-left: 2rem; }

.sec-news {
	background: var(--base1);
	box-shadow: #0004 0 0 8px;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
	padding: 3rem;	
}
.sec-news > h1 {
	display: flex;
	font-family: var(--font1);
	font-size: 2rem;
	justify-content: center;
	margin-bottom: 2rem;
}
.sec-news > section > h3 {
	background: var(--accent0);
	color: var(--base1);
	margin-bottom: 0;
	padding: .5rem;
}
.sec-news > section > h3::before { background: url(../img/42c391dbd2502b1caee9de65bea449f461610006.png) no-repeat; }
.sec-news ul > li {
	border-bottom: 2px solid var(--main0);
	display: flex;
	flex-direction: column;
	padding: 1.8rem 0 1rem;
}
.sec-news > section > ul > li:first-child { padding-top: 1rem; }
.sec-news ul > li > p {
	margin-top: .5rem;
	order: 2;
}
.sec-news > section > ul > li {
	color: var(--accent0);
	border-bottom-color: var(--accent0);
}
.sec-news > section > ul > li:last-child { border-bottom-width: 4px; }
.sec-news > div {
	align-items: center;
	align-self: flex-end;
	display: flex;
	margin-top: 2rem;
}
.sec-news > div::after {
	background: url(../img/adeab3b0a53631e2aee097cb2b4f7bc5392ab618.png) no-repeat;
	content: "";
	flex-direction: column;
	height: 2rem;
	margin-left: .3rem;
	width: 2rem;
}

.pastnews > h3 {
	background: var(--accent0);
	color: var(--base1);
	padding: .5rem;
}
.pastnews > h3::before { background: url(../img/42c391dbd2502b1caee9de65bea449f461610006.png) no-repeat; }
.pastnews > .ul-titles { color: var(--accent0); }

p.hal {
	align-self: flex-end;
	border: 2px solid var(--accent0);
	border-radius: .2rem;
	color: var(--accent0);
	font-family: var(--font1);
	margin-top: 1.5rem;
	padding: .5rem;
}

dl.flow {
	display: grid;
	grid-gap: 0 2rem;
	margin-bottom: 1rem;
}
dl.flow > *:first-child { grid-area: 1 / 1 / 2 / 2; }
dl.flow > *:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
dl.flow > *:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
dl.flow > *:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
dl.flow > *:nth-child(5) { grid-area: 1 / 3 / 2 / 4; }
dl.flow > *:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }
dl.flow > *:nth-child(2)::after, .flow > *:nth-child(4)::after {
	border-color: transparent transparent transparent var(--main0);
	border-style: solid;
	border-width: 1rem 0 1rem 1rem;
	content: "";
	display: inline-block;
	height: 0;
	right: -2.2rem;
	margin: 0 .5rem;
	position: absolute;
	top: -1rem;
}
dl.flow > dt {
	color: var(--base1);
	background: var(--main0);
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	padding: .5rem;
	text-align: center;
}
dl.flow > dd {
	border: 2px solid var(--main0);
	border-radius: 0 0 6px 6px;
	padding: .8rem;
	position: relative;
}

ul.flow {
	display: flex;
	list-style: none;
}
ul.flow > li {
	color: var(--base1);
	background: var(--main0);
	border-radius: 6px;
	font-weight: bold;
	padding: .8rem 3rem;
	position: relative;
	text-align: center;
}
ul.flow > li + li { margin-left: 2rem; }
ul.flow > li + li::before {
	border-color: transparent transparent transparent var(--main0);
	border-style: solid;
	border-width: .7rem 0 .7rem .7rem;
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 .5rem;
	position: absolute;
	left: -2rem;
}

dl.term > dt {
	align-items: center;
	display: flex;
	font-weight: bold;
	margin-bottom: .2rem;
}
dl.term > dt::before {
	background: var(--main0);
	border-radius: 50%;
	content: "";
	display: flex;
	height: .3rem;
	margin-right: .3rem;
	width: .3rem;
}
dl.term > dd { margin-left: .6rem; }
dl.term > dd + dt { margin-top: .2rem; }

.prize {
	display: flex;
	flex-direction: column;
}
.prize > li {
	align-items: center;
	display: flex;
	height: 3.2rem;
}
.prize > li + li { margin-top: .5rem; }
.prize > li::before {
	align-self: normal;
	content: "";
	width: 5rem;
}
.prize > li:first-child::before { background: url(../img/0feb60fbcc5bf6188e3e24e17c8ff3166aada493.png) no-repeat 0 0; }
.prize > li:nth-child(2)::before { background: url(../img/8c7f93da3f21c4adb21247868daaf1c2ffcd816d.png) no-repeat 0 0; }
.prize > li:nth-child(3)::before { background: url(../img/22b3c8cc9025e993fd399cff67c7eb40625f5686.png) no-repeat 0 0; }
.prize > li:nth-child(4)::before { background: url(../img/0bc5043d3a65136d5524f4e5bb5503dcca97056e.png) no-repeat 0 0; }
.prize > li:nth-child(5)::before { background: url(../img/77175abc98856a5c11b455d0433e7bfb6105addd.png) no-repeat 0 0; }
.prize > li:last-child::before { background: url(../img/766126839dbf2484e00ac3820c7e552ca820dab0.png) no-repeat 0 0; }
.prize > li > div:last-child { margin-left: 1rem; }
.prize > li > div:last-child::before { content: "("; }
.prize > li > div:last-child::after { content: ")"; }

.question > section {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}
.question > section > h1 {
	align-items: center;
	display: flex;
	font-family: var(--font0);
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: .5rem;
}
.question > section > h1::before {
	background: url(../img/96de47610375bb300916110ab0274b17d4d01d98.png) no-repeat;
	content: "";
	height: 2rem;
	margin-right: .3rem;
	width: 2rem;
}
.question > section > div {
	background: #f2f0df;
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
}
.question img {
	align-self: center;
	margin: 1rem;
}
.question ul { margin: .5rem 2rem; }
.question > section > section { margin-top: 1rem; }
.question > section > section > h1 {
	border-bottom: 2px solid currentColor;
	display: inline-block;
	font-size: 1.2rem;
	margin-bottom: .5rem;
}
.question .tbl-std > table {
	margin: 2rem;
	width: 30%;
}

.ul-titles { margin-top: 2rem; }
.ul-titles > li {
	border-bottom: 1px solid currentColor;
	display: flex;
	margin-top: 1.3rem;
	padding-bottom: 1.3rem;
}
.ul-titles > li > time {
	border-right: 1px solid currentColor;
	margin-right: 2.5rem;
	min-width: 9rem;
	padding-right: 1.5rem;
}
.ul-titles > li > a, .ul-titles > li > p { order: 2; }

form.entry > label, form.entry > div { margin-top: 1rem; }
form.entry > label > input, form.entry > label > select { width: 30rem; }
form.entry > section { margin-top: 2rem; }
form.entry > section > ul {
	list-style: none;
	margin-left: 0;
}
form.entry > section > ul > li + li { margin-top: .2rem; }
form.entry > div {
	display: grid;
	grid-template-columns: 2.5rem 20rem 2rem 2.5rem 20rem;
	grid-template-rows: 1fr 1fr 1fr .5rem 1fr 1fr 1fr;
}
form.entry > div > * {
	align-items: center;
	display: flex;
}
form.entry > div > *:first-child { grid-area: 1 / 1 / 2 / 5; }
form.entry > div > *:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
form.entry > div > *:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
form.entry > div > *:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
form.entry > div > *:nth-child(5) { grid-area: 2 / 4 / 3 / 5; }
form.entry > div > *:nth-child(6) { grid-area: 2 / 5 / 3 / 6; }
form.entry > div > *:nth-child(7) { grid-area: 3 / 5 / 4 / 6; }
form.entry > div > *:nth-child(8) { grid-area: 5 / 1 / 6 / 5; }
form.entry > div > *:nth-child(9) { grid-area: 6 / 1 / 7 / 2; }
form.entry > div > *:nth-child(10) { grid-area: 6 / 2 / 7 / 3; }
form.entry > div > *:nth-child(11) { grid-area: 7 / 2 / 8 / 3; }
form.entry > div > *:nth-child(12) { grid-area: 6 / 4 / 7 / 5; }
form.entry > div > *:nth-child(13) { grid-area: 6 / 5 / 7 / 6; }
form.entry > div > *:last-child { grid-area: 7 / 5 / 8 / 6; }
form.entry ul + input[type=text] { margin: .5rem 0 0 2rem; }
form.entry > .sec-small > p { margin-top: .5rem; }
form.entry > .sec-frame > .sec-normal { color: var(--accent0); }
form.entry > .sec-frame > .sec-normal > h3::before { background: url(../img/547611173ca262db904d5a2c5a1b6929a402171e.png) no-repeat; }
form.entry > .sec-frame > label { margin-top: 2rem; }
form.entry > button { margin: 2rem auto 0 auto; }

.top5 {
	display: grid;
	grid-gap: 1.5rem;
	margin: 2rem 0 0 0;
}
.top5 > li {
	align-items: center;
	background: var(--base1);
	box-shadow: #0004 0 0 8px;
	display: flex;
	flex-direction: column;
	padding: 2rem 0;
}
.top5 > li > div:first-child {
	display: block;
	padding-left: 3rem;
}
.top5 > li:first-child > div:first-child { padding: 1.3rem 0 1.3rem 7.5rem; }
.top5 > li:nth-child(2) > div:first-child { padding: 1rem 0 1rem 5.5rem; }
.top5 > li:nth-child(3) > div:first-child { padding: 1rem 0 1rem 5.5rem; }
.top5 > li:nth-child(4) > div:first-child { padding: 1rem 0 1rem 4.5rem; }
.top5 > li:last-child > div:first-child { padding: 1rem 0 1rem 4.5rem; }
.top5 > li > div:first-child > div:first-child {
	font-size: 1.5rem;
	font-weight: bold;
}
.top5 > li > div:last-child {
	align-self: normal;
	display: flex;
	justify-content: space-evenly;
	margin-top: 1.2rem;
}
.top5 > li > div:last-child > a {
	border: 2px solid var(--main0);
	border-radius: .3rem;
	padding: 1rem;
}
.top5 > li:first-child { grid-area: 1 / 1 / 2 / 3; }
.top5 > li:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
.top5 > li:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
.top5 > li:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
.top5 > li:last-of-type { grid-area: 3 / 2 / 4 / 3; }
.top5 > li:first-child > div:first-child {
	background: url(../img/f22cbdb287c5ec9453db9572a720a750e1fb7a02.png) no-repeat 0 center;
}
.top5 > li:nth-child(2) > div:first-child {
	background: url(../img/31cdaa0f9c5533cc04c32ff7b62b20fac3204311.png) no-repeat 0 center;
}
.top5 > li:nth-child(3) > div:first-child {
	background: url(../img/1406c0d9ac31eb6b077278680479ea39faf5233b.png) no-repeat 0 center;
}
.top5 > li:nth-child(4) > div:first-child {
	background: url(../img/f280c23e431840ec73263d7304f5fc5b7f3bfd01.png) no-repeat 0 center;
}
.top5 > li:last-child > div:first-child {
	background: url(../img/6fbeb8e6da024b82ec881ce54430a0db5be4e35b.png) no-repeat 0 center;
}
.result-ranking td:first-child, .result-ranking td:nth-child(5), .result-ranking td:last-of-type { text-align: right; }
.result-ranking td:nth-child(3), .result-ranking td:nth-child(4) { text-align: center; }

.form {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.form.form-center { align-items: center; }
.form label { margin-top: 1.5rem; }
.form label > input[type=text], .form label > input[type=password] { width: 20rem; }
.form label > select { width: 20rem; }
.form > form { margin-bottom: 2rem; }

.code { display: block; }
.code h1 {
	background: #4169e1;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	padding: .5rem;
}
.code .footer {
	background: #4169e1;
	height: 2rem;
	width: 100%;
}

#code > #src > .meta + div { overflow: auto; }

.sec-download {
	display: flex;
	flex-direction: column;
}
.sec-download > a {
	font-size: 1.2rem;
	margin: 2rem auto;
	padding: 1rem 1.8rem;
}
.sec-download > dl { margin: 1rem; }
.sec-download > dl > dt { display: list-item; }
.sec-download > dl > dd + dt { margin-top: .5rem; }
.sec-download > img { align-self: center; }

.navi {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.navi > .page:not(:last-child) { margin: 0 .3rem; }

/*
html {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	align-items: center;
	display: flex;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,sans-serif;
	font-family: "FOT-グレコ Std B";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	overflow-x: hidden;
	text-shadow: none;
	color: #713c05;
}

a {
	text-decoration: none;
	color: #713c05;
}
a:link, a:active, a:visited {
	color: #713c05;
}

.ul > li > a, p > a {
	text-decoration: underline;
}

ul {
	list-style: none;
}

form {
	margin-bottom: 1rem;
}

input, textarea {
	background: #fff;
	border-radius: .2rem;
	padding: .2rem;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: .5rem;
}

nav {
	align-items: center;
	background: #493a28; 
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 15px 0;

	position: relative;
	z-index: 1;
}

nav.login + article {
	margin-top: 124px;
}





nav > div > a {
	align-items: center;
	display: flex;
}
nav > div > a,
nav > div > a:link,
nav > div > a:active,
nav > div > a:visited {
	color: #fff;
}
nav > div > a::before {
}
nav > div > a > div {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
nav > div > a > div > div:first-child {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
}
nav > div > a > div > div:last-child {
	font-size: .7rem;
}

#mmenu, #smenu {
	align-items: center;
	width: 960px;
}
#mmenu, #smenu .inner_smenu{
	display: flex;
	}
#mmenu > ul > li.selected > a, #smenu > ul > li.selected > a {
	color: #6c0094;
color: #4169e1;
}
#mmenu {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: .1rem;
}
#mmenu > h1 {
	font-size: 1rem;
}
#mmenu > ul {
	display: flex;
	flex-direction: row;
}
#mmenu > ul > li {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .2rem .5rem;
	border-left: 1px solid #fff;
	text-align: center;
}
#mmenu > ul > li:first-child {
	border-left: none;
	}
#mmenu > ul > li img{
	vertical-align: middle;
	margin-left: 5px;
	}
#mmenu > ul > li a,
#mmenu > ul > li span{
	padding: 0 10px;
	}
#mmenu > ul > li:not(:last-child) {
}
#mmenu > ul > li > a {
	color: #fff;
	opacity: 1;
}


#mmenu > ul > li > a:hover,
#mmenu > ul > li > a:active{
	text-decoration: underline;
}
#mmenu > ul > li.disabled {
	opacity: .5;
}


.main_image{
	position: relative;
	padding: 20px 0;
	background: url(../img/d364bf3aa635535e5e3ce2c4e33d80dc0798d5a3.png) 0 bottom no-repeat;
	background-size: cover;
	}
#smenu {
	padding: 10px;
	background: #f65700;
	border-radius: 20px;
	margin: 0 auto;
	border: 3px solid #ba3813;

z-index: 1;
}
.inner_smenu{
	background: rgba(255,255,255,0.3);
	border-radius: 15px;
	display: flex;
	padding: 15px;
	}
.inner_smenu .nickname{
	margin-left: auto;
	font-weight: bold;
	color: #fff;
	}
#smenu .inner_smenu > ul {
	display: flex;
	flex-direction: row;
	margin: .1rem 0;
}
#smenu .inner_smenu > ul > li{
	margin-right: 15px;
	}
#smenu .inner_smenu > ul > li > img {
	vertical-align: middle;
	padding-right: 10px;
	}
#smenu .inner_smenu > ul > li > a {
	color: #dfddb0;
	font-weight: bold;
	text-shadow:
		#c94118 3px 0px,  #c94118 2.8px 1.1px,
		#c94118 2.1px 2.1px, #c94118 1.1px 2.8px,
		#c94118 0px 3px , #c94118 -1.1px 2.8px,
		#c94118 -2.1px 2.1px, #c94118 -2.8px 1.1px,
		#c94118 -3px 0px,  #c94118 -2.8px -1.1px,
		#c94118 -2.1px -2.1px, #c94118 -1.1px -2.8px,
		#c94118 0px -3px,  #c94118 1.1px -2.8px,
		#c94118 2.1px -2.1px, #c94118 2.8px -1.1px;
	}
#smenu > ul > li > * {
	color: #333;
	display: inline-block;
	font-weight: bold;
	font-weight: normal
}
.nickname{
	color: #333;
	}
#smenu > ul > li a{
	display: inline-block;
	}
#smenu > ul > li:not(:last-child) {
	margin-right: .5rem;
}

.sub_back #smenu{
	margin: 20px 0;
	}

.logo{
	text-align: center;
	margin-top: 30px;
	}
.logo img{
	}
.btn_entry{
	background: #493a28;
	text-align: center;
	padding: 20px 0;
	}
.btn_entry a{
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 15px;
	text-decoration: none;
	background: #e9531e;
	color: #fff;
	border-bottom: solid 4px #973614;
	border-radius: 40px;
	font-size: 30px;
	}
.btn_entry a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
	}
.btn_entry p{
	color: #e9531e;
	font-weight: bold;
	font-size: 20px;
	text-shadow:
		#fff 2px 0px,  #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px , #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px,  #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 2px 1px,  #fff -2px 2px,
		#fff 2px -1px, #fff -2px -2px;
	}

#container {
	overflow-x: hidden;
	width: 100%;
}

.center {
	text-align: center;
}

div.ps {
	margin-bottom: 1rem;
}
div.ps > p {
	margin-bottom: .5rem;
}

.breadcrumbs {
	margin-bottom: 1rem;
}
.breadcrumbs > ul {
	display: flex;
}
.breadcrumbs > ul > li > a {
	text-decoration: underline;
}
.breadcrumbs > ul > li:not(:first-child)::before {
	content: '>';
	margin: 0 .5rem;
}


small {
	display: inline-block;
	font-size: 1.3rem;
	vertical-align: middle;
	margin-left: .8rem;
}

.sec {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.sec > .center {
	text-align: center;
}
.sec > .right {
}
.sec > h1 {
	text-align: left;
	margin-bottom: 2rem;
}
.sec > h1 ~ * {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.sec > p {
	margin-bottom: 1rem;
}
.sec.sec-top,
div#container div.sub_back {
	width: 100%;
	position: relative;
	background: url("../img/10532f4c706cc4f63beecc556a82eff524cfb115.png") 0 bottom repeat-x #70ccce;




	min-height: calc(100vh - 191px);
}
.sec.sec-top > h1 {
	margin-bottom: 2rem;
	position: relative;
}

.sec.sec-top section{
	width: 960px;
	margin: 0 auto;
	}
.sec.sec-top section h1{
	text-align: center;
	margin-bottom: 20px;
	}



.sec.sec-top > h1 {
	margin-bottom: 0;
}
.sec.sec-top > h1 > p {
	background: #182d0d;
	border-color: #182d0d;
	border-style: solid;
	color: #fff;
	border-width: 0;
	padding: 15px 0;
	text-align: center;
}

.sec.sec-top > .topinfo {
	background: #493a28;
	margin-bottom: 0;
	text-align: center;
	padding: 20px 0;
}
.sec.sec-top > .topinfo > a {
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 15px;
	text-decoration: none;
	background: #e9531e;
	color: #fff;
	border-bottom: solid 4px #973614;
	border-radius: 40px;
	font-size: 30px;
}
.sec.sec-top > .topinfo > p {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.sec.sec-1 {
	width: 960px;
}
.sec.sec-1 > h1 {
}
.sec.sec-1 > h1 ~ * {
	width: 960px;
}
.sec.sec-1 > div > h1 {
	display: flex;
	justify-content: center;
}
.sec.sec-1 > div > h1 > span {
	display: block;
	text-align: center;
	background: #e86c14;
	border: solid 6px #713c05;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	min-width: 30rem;
	text-shadow:
		#f4e39e 3px 0px,  #f4e39e 2.8px 1.1px,
		#f4e39e 2.1px 2.1px, #f4e39e 1.1px 2.8px,
		#f4e39e 0px 3px , #f4e39e -1.1px 2.8px,
		#f4e39e -2.1px 2.1px, #f4e39e -2.8px 1.1px,
		#f4e39e -3px 0px,  #f4e39e -2.8px -1.1px,
		#f4e39e -2.1px -2.1px, #f4e39e -1.1px -2.8px,
		#f4e39e 0px -3px,  #f4e39e 1.1px -2.8px,
		#f4e39e 2.1px -2.1px, #f4e39e 2.8px -1.1px;
}


.sec.sec-1 > div > h1 > div {
	display: block;
	text-align: center;
	background: #e86c14;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-shadow:
		#f4e39e 3px 0px,  #f4e39e 2.8px 1.1px,
		#f4e39e 2.1px 2.1px, #f4e39e 1.1px 2.8px,
		#f4e39e 0px 3px , #f4e39e -1.1px 2.8px,
		#f4e39e -2.1px 2.1px, #f4e39e -2.8px 1.1px,
		#f4e39e -3px 0px,  #f4e39e -2.8px -1.1px,
		#f4e39e -2.1px -2.1px, #f4e39e -1.1px -2.8px,
		#f4e39e 0px -3px,  #f4e39e 1.1px -2.8px,
		#f4e39e 2.1px -2.1px, #f4e39e 2.8px -1.1px;
	width: 10rem;
}

.sec.sec-2 {
	margin-bottom: 2rem;
}
.sec.sec-2 > h1 {
	font-size: 1.6em;
	background: #f69d10;
	color: #713c05;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 9px 0;
	margin: 0 auto 3%;
	line-height: 1.5em;
	font-family: "FOT-Popハッピネス Std EB";
	text-align: center;
}
.sec.sec-2 > h1 ~ * {
}
.sec.sec-3 {
	margin-bottom: 1.5rem;
}
.sec.sec-3 > h1 {
	text-align: left;
	font-size: 1.5em;
	margin-bottom: 25px;
	font-family: "FOT-Popハッピネス Std EB";
	padding-left: 30px;
	position: relative;
	}
.sec.sec-3 > h1:before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0px;
	background-image: url(../img/1e7ee57aa00dc3880660cdbfcfeb7c1a27d2e465.png);
	background-repeat: no-repeat;
	background-size: contain;
	}
.sec.sec-3 h1 span{
	}
.sec.sec-3 > h1 ~ * {
}
.sec.sec-4 {
	margin-bottom: 1rem;
}
.sec.sec-4 > h1 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-family: "FOT-Popハッピネス Std EB";
}
.sec.sec-4 > h1:before {
	}
.sec.sec-4 > h1 ~ * {
}
.sec.sec-5 > h1 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	}
.sec.sec-note {
	border: 5px solid #e86c14;
	background: #f4e39e;
	margin-bottom: 2rem;
	border-radius: 10px;
}
.sec.sec-note > h1 {
	background: #e86c14;
	color:	#fff;
	font-size: 1rem;
	margin-bottom: 20px;
	padding: 10px 15px;
}
.sec.sec-note > h1 ~ * {
	width: 95%;
}


.sec.sec-cup {
	margin-bottom: 2rem;
}
.sec.sec-cup.sec-cup-1st > h1,
.sec.sec-cup.sec-cup-2nd > h1,
.sec.sec-cup.sec-cup-3rd > h1,
.sec.sec-cup.sec-cup-4th > h1,
.sec.sec-cup.sec-cup-5th > h1 {
	align-items: center;
	display: flex;
	font-size: 1.6em;
	background: #f69d10;
	color: #713c05;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 9px 0;
	margin: 0 auto 3%;
	line-height: 1.5em;
	justify-content: center;
	font-family: "FOT-Popハッピネス Std EB";
}
.sec.sec-cup.sec-cup-1st > h1 > img,
.sec.sec-cup.sec-cup-2nd > h1 > img,
.sec.sec-cup.sec-cup-3rd > h1 > img,
.sec.sec-cup.sec-cup-4th > h1 > img,
.sec.sec-cup.sec-cup-5th > h1 > img {
	margin-right: 1rem;
}
.sec.sec-cup.sec-cup-1st > h1 > span,
.sec.sec-cup.sec-cup-2nd > h1 > span,
.sec.sec-cup.sec-cup-3rd > h1 > span,
.sec.sec-cup.sec-cup-4th > h1 > span,
.sec.sec-cup.sec-cup-5th > h1 > span {
	margin-left: 1rem;
}


.sec.sec-talk > h1 {
	align-items: center;
	background: #eeeeee;
	border-left: 3rem solid #4169e1;
	display: flex;
	font-weight: normal;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: .2rem .2rem .2rem .5rem;
}
.sec.sec-talk > h1 > time {
	font-size: .8rem;
	font-weight: bold;
	padding: 1.5rem .5rem 0 0;
}
.sec.sec-talk > h1 ~ * {
	width: 920px;
}
.sec.sec-talk > h4 {
	margin-bottom: .5rem;
}
.sec.sec-talk > div {
	margin-bottom: 1rem;
}

.sec-news,
.sec-toha,
.sec-is,
.sec-apps{
	margin-bottom: 30px;
	padding: 60px 50px;
	position: relative;
	}
.sec-news{
	background: #a6e0c2;
}
.sec-is{
	background: #ffe86a;
	color: #663200;
	}
.sec-apps{
	background: #f2af11;
	color: #663200;
	text-align: center;
	}
.sec.sec-apps h1{
	margin-bottom: 25px;
	font-size: 1.8em;
	}
.sec-news .top_caution{
	color: #fff;
	font-weight: bold;
	}
.sec-news .top_caution a{
	color: #8b2c2c;
	}
.sec-news .top_caution:before{
	content:'大切なお知らせ';
	display: block;
	background: #e6910b;
	color: #edf77b;
	font-size: 11px;
	font-weight: normal;
	width: 15%;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 40px;
	}
/
.sec-news ul {
	margin: 0;
	list-style: disc;
}
.sec-news ul li{
	margin: 0 0 10px 30px;
	padding-bottom: 10px;
}
.sec-news .news_right ul li:last-child{
	margin-bottom: 0;
	}
.sec-news h1{
	color: #3d8b8c;
	font-size: 1.5rem;
}
.sec.sec-news > h1 ~ * {
}
.sec.sec-news div{
	border-radius: 20px;
	background: #3d8b8c;
	color: #fff;
	padding: 35px 40px;
	margin-bottom: 30px;
	}
.sec.sec-news .link{
	text-align: center;
	background:none;
	padding: 0;
	margin: 0;
	}
.sec.sec-news .link a{
	display: inline-block;
	border-radius: 40px;
	padding: 15px 40px;
	background: #3d8b8c;
	border-radius: 40px;
	border-bottom: solid 4px #317071;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}
.sec.sec-news .link a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}


.sec.sec-toha {
	background: 
		url("../img/8a6eb54534afed2755059b654aea232b80768f09.png") 0 top repeat-x,
		url("../img/img_toha02.png") 85% 80% no-repeat
		#a6e0c2;
	background-size: auto,auto 100px;
	color: #663200;
	padding-bottom: 130px;
	}
.sec.sec-toha .right{
	margin: 40px 0 0 0;
	}
.sec.sec-toha h1{
	margin: 30px 0 40px 0 !important;
	}
.sec.sec-toha .sec-toha-inner{
	display: flex;
	}
.sec.sec-toha .sec-toha-inner p{
	padding-right: 50px;
	flex: 2;
	}
.sec-is h1{
	font-size: 38px;
	line-height: 50px;
	border-bottom: 1px solid #663200;
	padding-bottom: 15px;
	margin-bottom: 40px !important;
	}
.sec-is p{
	margin-bottom: 50px;
	}
.sec-is dl{
	display: flex;
	}
.sec-is dl dt{
	margin-right: 15px;
	margin-bottom: 15px;
	}
.sec-is dl dt span{
	border-radius: 40px;
	background: #894d06;
	color: #fff6d6;
	padding: 5px 15px;
	display: inline-block;
	font-weight: bold;
	}
.sec-is dl dd.date{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	}
.sec-is .btn_is{	
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 30px;
	}
.sec-is .btn_is li{
	width: 35%;
	}
.sec-is .btn_is li a{
	display: block;
	border-radius: 40px;
	padding: 20px 40px;
	background: #e9531e;
	border-radius: 40px;
	border-bottom: solid 4px #973614;
	color: #fff;
	font-weight: bold;
	}
.sec-is .btn_is li a:active{
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}

.sec-apps{
	background: #f2af11;
	color: #663200;
	text-align: center;
	}
.sec.sec-apps h1{
	margin-bottom: 25px;
	font-size: 1.8em;
	}
.sec.sec-apps a img {
	width: 70%;
}


.ul,
.ul.ul-2 {
	list-style-type: none;
	
	padding: 0;
    margin: 0;
}
.ul > li {
}
.ul.ul-1 > li,
.ul.ul-2 > li {
	margin-left: 0;
	text-align: left;
    position: relative;
    padding-left: 25px;
    margin: 0 0 8px 20px;
}
.ul.ul-1 > li::before,
.ul.ul-2 > li::before {
	content: '';
	display: block;
	width: 17px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0px;
	background-image: url(../img/1e7ee57aa00dc3880660cdbfcfeb7c1a27d2e465.png);
	background-repeat: no-repeat;
	background-size: contain;
	
}

.ul.ul-important > li {

}
.ul.ul.ul-important {
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #fff;
}

.ul.ul-important::before {
	content: '大切なお知らせ';
	display: inline-block;
	background: #e6910b;
	color: #edf77b;
	font-size: 15px;
	font-weight: normal;

	text-align: center;
	margin-bottom: 10px;
	border-radius: 40px;
	padding: 3px 15px;
}
.ul.ul-2{
	}
.ul.ul-2 > li {
}
.ul.ul-2 > li::before {
}

.ul.ul-talk {
	list-style: none;
}
.ul.ul-talk > li {
    text-align: left;
    background-color: #f4e39e;
    border: 5px solid #e86c14;
    padding: 20px 30px;
    border-radius: 10px;
   	display: flex;
	justify-content: space-between;
}
.ul.ul-talk > li > a {
}
.ul.ul-talk > li > time {
	font-size: .8rem;
	font-weight: bold;
}
.ul.ul-talk > li:not(:last-child) {
	margin-bottom: 1rem;
}

#coding-rule .ul.ul-1 > li{
	list-style: disc;
	margin-left: 40px;
	padding: 0;
	}
#coding-rule .ul.ul-2 > li{
	list-style-type: circle;
	padding-left: 0;
	}
#coding-rule .ul.ul-1 > li::before, #coding-rule .ul.ul-2 > li::before {
	display: none;
	}


.dl {
	margin-bottom: 1.5rem;
}
.dl > dt {
	align-items: center;
	display: flex;
}
.dl > dt::before{
	background: #713c05;
	content: "";
	display: inline-block;
	height: .5rem;
	margin-right: .5rem;
	width: .5rem;
	}
.dl > dd {
	margin: 0 1rem .5rem;
}


.ol.ol-flow {
	counter-reset: number;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin-bottom: 1rem;
}
.ol.ol-flow > li {
	align-items: center;
	display: flex;
}
.ol.ol-flow > li > span {
	background: #e86c14;
	color: #fff;
	display: inline-block;
	padding: .3rem;
	text-align: center;
	width: 15rem;
}
.ol.ol-flow > li::before {
	counter-increment: number;
	content: "";
}
.ol.ol-flow > li:not(:last-child)::after {
	border-color: transparent transparent transparent #e86c14;
	border-style: solid;
	border-width: 1rem 0 1rem 1rem;
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 .5rem;
}
.ol.ol-flow > li > dl {
	background: #f4e39e;
	border: 2px solid #e86c14;
	display: flex;
	flex-direction: column;
}
.ol.ol-flow > li > dl > dt {
	color: #fff;
	background: #e86c14;
	font-weight: bold;
	padding: .5rem;
	text-align: center;
}
.ol.ol-flow > li > dl > dt::before {
	content: counter(number);
	margin-right: .5rem;
}
.ol.ol-flow > li > dl > dd {
	padding: .5rem .4rem;
}

.tbl {
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
}




.tbl.tbl-name {

}


.grid-prize {
	display: flex;
	flex-direction: column;
}
.grid-prize > li {
	align-items: center;
	display: flex;
	margin-bottom: .5rem;
}
.grid-prize > li > div {
	display: flex;
	width: 10rem;
}




.tbl.tbl-std {
	display: flex;
	flex-direction: column;
}
.tbl.tbl-std > table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}
.tbl.tbl-std > table th, .tbl.tbl-std > table td {
	border: 1px solid #a6e0c2;
	padding: .6rem .8rem;
	white-space: nowrap;
}
.tbl.tbl-std > table td{
	background: #f4e39e;
	}
.tbl.tbl-std > table td:first-child {
	border-left: none;
}
.tbl.tbl-std > table td:last-child {
	border-right: none;
}
.tbl.tbl-std > table tr:last-child > td {
	border-bottom: none;
}
.tbl.tbl-std > table th {
	background: #f69d10;
	text-align: center;
}

.tbl.tbl-std.tbl-ranking30 > table td:nth-child(1),
.tbl.tbl-std.tbl-ranking30 > table td:nth-child(5),
.tbl.tbl-std.tbl-ranking30 > table td:nth-child(6) {
	text-align: right;
}

.tbl.tbl-std.tbl-history > table td:nth-child(3),
.tbl.tbl-std.tbl-history > table td:nth-child(4) {
	text-align: right;
}
.tbl.tbl-std.tbl-history > table td:nth-child(6) {
	white-space: normal;
	word-break: break-all;
}

.tbl.tbl-std.tbl-myranking > table td:nth-child(1),
.tbl.tbl-std.tbl-myranking > table td:nth-child(5),
.tbl.tbl-std.tbl-myranking > table td:nth-child(6) {
	text-align: right;
}

.btn {
	border-radius: .6rem;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin: 2rem 0;
	padding: 1rem 5rem;
	cursor: pointer;
}
.btn:hover {
	opacity: .8;
}
.btn span{
	display: inline-block;
	}
.btn span:after{
	content: ">";
	display: inline-block;
	margin-left: 10px;
	}
.btn.btn-1 {
	background: #e86c14;
	color: #fff;
}
.btn.btn-1 span:after{
	color: #fff;	
	}
.btn.btn-2 {
	background: #ffffff;
	border: 2px solid #7b7b7b;
	color: #7b7b7b;
}
.btn.btn-2 span:after{
	color: #7b7b7b;
	}
.btn.btn-3 {
	background: #713c05;
	color: #f69d10;
}
.btn.btn-3 span:after{
	color: #f69d10;
	}

div.btn-center {
	text-align: center;
}
div.btn-center > a {
	margin-bottom: .5rem;
}
div.btn-center > p {
	font-size: .8rem;
}

.caution {
	color: #cc0d0d;
}
.caution:not(:empty):before {
	content: "※";
}

.postsource {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.postsource > label {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.postsource > label:not(:first-of-type) {
	margin-top: 1rem;
}
.postsource > label > textarea {
	width: 100%;
}
.postsource > div.center {
	margin: 1rem 0;
	text-align: center;
	width: 100%;
}

textarea.i-address1 {
	width: 100%;
}

.sub_mainblock{
	width: 960px;
	margin: 0 auto;
	background: #a6e0c2;
	box-sizing: border-box;
	padding: 60px 50px;
	}

.footerbtns {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footerbtns > form:first-child {
	margin-right: 2rem;
}

.pagetop {
	text-align: right;
	width: 960px;
	margin: 0 auto;
}
.pagetop > a {
	background: #182d0d;
	display: inline-block;
	padding: 15px 15px;
	-webkit-border-top-left-radius: 6px;  
	-webkit-border-top-right-radius: 6px; 
	-moz-border-radius-topleft: 6px;  
	-moz-border-radius-topright: 6px;   
}
.pagetop img {
	vertical-align: bottom;
	}
.pagetop > a::before {
}

.navi {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.navi > .page:not(:last-child) {
	margin: 0 .3rem;
}

input.i-questionnaire_text.text {
	display: inherit;
	margin-left: 2rem;
}

.hint {
	margin-top: .5rem;
}

.form.voice select {
	width: 18rem;
}
.form.voice textarea {
	height: 14rem;
	line-height: 1.5;
	width: 100%;
}

.tbl.tbl-form td > input.text {
	margin-bottom: .5rem;
}

.tbl.tbl-form td > input.i-tel1,
.tbl.tbl-form td > input.i-tel2,
.tbl.tbl-form td > input.i-tel3 {
	width: 5rem;
}

.code {
	display: block;
}
.code h1 {
	background: #4169e1;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	padding: .5rem;
}
.code .footer {
	background: #4169e1;
	height: 2rem;
	width: 100%;
}
#footer {
	align-items: center;
	background-color: #215673;
	width: 100%;
}
#footer a{
	color: #fff;
	}
#footer > div:first-child {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	color: #fff;
	padding: 30px 0 20px 0;
}
#footer .m_utility{
	background: #493a28;
	font-size: 11px;
	padding: 10px 0;
	}
#footer .m_utility  ul {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff;
	}

#footer .m_utility ul li a {
}

#footer .m_utility ul li a:hover{
	text-decoration: underline;
}
#footer .m_utility  ul li:nth-child(2){
	color: #894d06;
	}

#footer > div > div {
	align-items: center;
	display: flex;
}
#footer > div > div > ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin-right: .5rem;
}
#footer > div > div > div {
	display: flex;
	flex-direction: column;
}

#footer > div > .home {
	color: transparent;
	background-image: url(../img/1b4c4a83a533a6254e3c0c19934defb28dd13e7e.jpg);
	background-size: contain;
	display: inline-block;
	height: 44px;
	overflow: hidden;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	width: 66px;
}
#footer > div > .home::selection {
	background: transparent;
	color: transparent;
}
#footer .copy{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0 0;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 11px;
	}
#footer ul li:last-child{
	margin-left: 10px;
	}
#footer ul li:last-child a{
	padding: 0 0 0 15px;
	background: url(../img/da98dd78ea79a257916a5e58bc79918a6d357cfe.png) 0 center no-repeat;
	}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 50px;
}
#page-top a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}


#oldnews > ul {
	list-style-type: disc;
}
#oldnews > ul li {
	margin: 0 0 15px 30px;
}

.require::after {
	color: #f00;
	content: '※';
}

.tbl-history a {
	text-decoration: underline;
}
*/
