@charset "UTF-8";

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

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

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

body {
	color: #444;
	display: flex;
	flex-direction: row;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	min-height: 100%;
	line-height: 1.8;
	overflow-x: hidden;
	text-shadow: none;
}

a {
	text-decoration: none;
	color: #0033cc;
}
a:link, a:active, a:visited {
	color: #0033cc;
}
a:hover {
	opacity: .5;
}

.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: #182d0d;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}
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 > 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;
	display: flex;
	width: 960px;
}
#mmenu > ul > li.selected > a, #smenu > ul > li.selected > a {
	color: #ce9936;
}
#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 {
	align-items: center;
	border-left: 1px solid #fff;
	color: #fff;
	display: flex;
	font-weight: bold;
	padding: .2rem .5rem;
	text-align: center;
}
#mmenu > ul > li:first-child {
	border-left: none;
}
#mmenu > ul > li img {
	margin-left: 5px;
}
#mmenu > ul > li a,
#mmenu > ul > li span {
	opacity: .5;
	padding: 0 10px;
}
#mmenu > ul > li span + img {
	opacity: .5;
}

#mmenu > ul > li > a {
	align-items: center;
	color: #fff;
	display: flex;
	opacity: 1;
}
#mmenu > ul > li > a:hover {
	opacity: .8;
}

#smenu {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 15px 0 5px 0;
	padding: 10px 15px;
}
#smenu > ul {
	display: flex;
	flex-direction: row;
	margin: .1rem 0;
}
#smenu > ul > li > * {
	color: #333;
	display: inline-block;
	font-weight: normal
}
.nickname {
	color: #333;
}
#smenu > ul > li a {
	display: inline-block;
}
#smenu > ul > li a:before {
	content: url(../img/6d9b8f5cf421309c62399f4f2afda8e8b68d31a5.png);
	margin-right: 5px;
	position: relative;
	top: 2px;
}
#smenu > ul > li:not(:last-child) {
	margin-right: 1rem;
}

#container {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-x: hidden;
	text-align: center;
	width: 100%;
}

.center {
	text-align: center;
}

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

.breadcrumbs {
	position: relative;
}
.breadcrumbs > ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: absolute;
	right: 0;
	top: -1.7rem;
}
.breadcrumbs > ul > li:not(:first-child) {
	margin-left: .4rem;
}
.breadcrumbs > ul > li:not(:first-child):before {
	content: ">";
	margin-right: .4rem;
}

.sec {
	flex-grow: 1;
	margin: auto;
	width: 100%;
}
.sec > .center {
	text-align: center;
}
.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 {
	width: 100%;
}
.sec.sec-top > h1 {
	background: #182d0d;
	margin-bottom: 2rem;
	position: relative;
}

.sec.sec-top > h1 > div:first-of-type {
	animation: scroll 1000s linear 0s infinite;
	background: url("../img/6bbf315c832decbbeac4786cf243b4c241f07289.png") center top;
	height: 364px;
	position: absolute;
	top: 0;
	width: 100%;
}
.sec.sec-top > h1 > div:nth-child(2) {
	background: linear-gradient(to right, rgba(255,255,255,.25), rgba(255,0,0,.25));
	height: 364px;
	position: absolute;
	top: 0;
	width: 100%;
}
.sec.sec-top > h1 > div:nth-child(3) {
	animation: scroll 1000s linear 0s infinite;
	background: url("../img/50587f746037b0cb8e1ea7eb246906206618c207.png");
	height: 364px;
	position: absolute;
	top: 0;
	width: 100%;
}
.sec.sec-top > h1 > div:nth-of-type(4) {
	background: url("../img/7fdeaa39574c5e7dd4afb21e5ac9f3e2fb4b827f.png") repeat-x top;
	position: absolute;
	height: 364px;
	width: 100%;
}
.sec.sec-top > h1 > div:nth-child(5) {
	background: url("../img/aac492f52e7f7b044dd8283dba8339cd6a4cdda5.png") no-repeat center;
	height: 364px;
	position: relative;
	top: 28px;
	width: 100%;
}

@keyframes scroll {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 10000px 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 > h1 ~ * {
	width: 970px;
}
.sec.sec-1 {
	width: 100%;
}
.sec.sec-1 > h1 {
	background: url("../img/7fdeaa39574c5e7dd4afb21e5ac9f3e2fb4b827f.png") repeat-x top #f0eded;
	font-size: 30px;
	/*height: 65px;*/
	padding: 90px 0 30px 0;
	width: 100%;
	border-bottom: 7px solid #182d0d;
}
.sec.sec-1 > h1 ~ * {
	width: 960px;
}
.sec.sec-1 > h1 > span {
	width: 960px;
	display: block;
	margin: 0 auto;
}
.sec.sec-1 > h1 > time {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.sec.sec-1 > h1 > time > span {
	font-size: 14px;
	position: absolute;
	right: 0;
}

.sec.sec-2 {
	margin-bottom: 2rem;
}
.sec.sec-2 > h1 {
	/*border-color: currentColor;
	border-style: solid;
	border-width: 1px 1px 1px 30px;
	color: #4169e1;
	font-size: 1.2rem;
	padding: .2rem .5rem;*/
	font-size: 25px;
	border-bottom: 2px solid #182d0d;
	padding: 10px 0;
	margin-bottom: 30px;




	align-items: center;
	display: flex;
	font-weight: normal;
	justify-content: space-between;
}

.sec.sec-2 > h1 > time {
	font-size: .8rem;
	font-weight: bold;
}


.sec.sec-2 > h1 ~ * {
	/*width: 930px;*/
}



.sec.sec-3 {
	margin-bottom: 1.5rem;
}
.sec.sec-3 > h1 {
	/*border-color: currentColor;
	border-style: solid;
	border-width: 0 0 1px 20px;
	color: #4169e1;
	font-size: 1.2rem;
	padding: 0.1rem 0.4rem;*/
	border-bottom: 1px solid #182d0d;
	padding: 10px 0;
	font-size: 20px;
	}
.sec.sec-3 > h1 {
	align-items: center;
	display: flex;
	padding: 0 0 0 1rem;
	position: relative;
	margin-bottom: 1rem;
/*	border-left: 7px solid #182d0d;*/
}
.sec.sec-3 > h1::before {
	background: #182d0d;
	content: "";
	display: inline-block;
	height: 80%;
	left: 0;
	position: absolute;
	width: 7px;
}
.sec.sec-3 > h1 ~ * {
	/*width: 900px;*/
}
.sec.sec-3 > p {
	margin-bottom: 0;
}

.sec.sec-info {
	margin-top: 1rem;
}
.sec.sec-info > h1 {
	font-weight: normal;
	margin-bottom: 0;
}
.sec.sec-info > h1::before { content: "【"; }
.sec.sec-info > h1::after { content: "】"; }
.sec.sec-info > p {
	margin-bottom: 0;
}

.sec.sec-4 {
	margin-bottom: 1.5rem;
}
.sec.sec-4 > h1 {
	/*border-color: #4169e1;.ul.ul-1 > li
	border-style: solid;
	border-width: 0 0 0 1rem;
	color: #4169e1;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1rem;
	padding: 0 .4rem;*/
	align-items:
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: .5rem;
}
.sec.sec-4 > h1:before {
	content: '●';
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
	color: #182d0d;
	}
.sec.sec-4 > h1 ~ * {
	/*width: 860px;*/
}
.sec.sec-4 > p {
	margin-bottom: 0;
}
.sec.sec-5 > h1 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #182d0d;
	}
.sec.sec-note {
	border: 1px solid #ccc;
	color: #333;
	margin-bottom: 2rem;
}
.sec.sec-note > h1 {
	background: #ccc;
	/*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 > h1 {
	border-style: solid;
	padding: 10px 0 0 100px;
}
.sec.sec-cup > h1 ~ * {
	width: 900px;
}
.sec.sec-cup > h1 > span {
	margin: 1rem;
}
.sec.sec-cup.sec-cup-1st > h1 {
	background: url("../img/01473b47c352ce10c602ed8ee3a93e916c5688bf.png") no-repeat bottom 3px left;
	border-color: #ff9900;
	border-width: 0 0 3px 0;
	padding-left: 6rem;
}
.sec.sec-cup.sec-cup-2nd > h1 {
	background: url("../img/716992dcc7f28f61a511c79a21e1eb915e55519c.png") no-repeat bottom 3px left;
	border-color: #999999;
	border-width: 0 0 3px 0;
}
.sec.sec-cup.sec-cup-3rd > h1 {
	background: url("../img/847c9bfba5ea09927b823da71025a0e0b2fae7ac.png") no-repeat bottom 3px left;
	border-color: #996666;
	border-width: 0 0 3px 0;
}
.sec.sec-cup.sec-cup-4th > h1,
.sec.sec-cup.sec-cup-5th > h1 {
	border-color: #669999;
	border-width: 0 0 2px 0;
}
.sec.sec-cup.sec-cup-4th > h1 {
	background: url("../img/1e2ec75e864400ee016a999a57d73e7f311abe18.png") no-repeat bottom 3px left;
}
.sec.sec-cup.sec-cup-5th > h1 {
	background: url("../img/edebacee7719c0a147e99adfdc270fe30256088e.png") no-repeat bottom 3px left;
}
.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.sec-news {
	border-radius: 15px;
	background: #f4eddf;
	display: flex;
	margin-bottom: 30px;
	padding: 40px;
}
.sec.sec-news .news_left {
	text-align: center;
	padding-right: 40px;
	padding-top: 40px;
}
.sec.sec-news .news_left a {
	border-radius: .6rem;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin: 1rem 0;
	padding: .5rem 1rem;
	white-space: nowrap;
}
.sec.sec-news .top_caution {
	color: #8b2c2c;
	font-weight: bold;
}
.sec.sec-news .top_caution a {
	color: #8b2c2c;
}
.sec.sec-news .top_caution:before {
	content:'大切なお知らせ';
	background: #8b2c2c;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
	width: 15%;
}
.sec.sec-news .news_right ul {
	list-style: none;
	margin: 0;
}
.sec.sec-news .news_right ul li {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sec.sec-news .news_right ul li:last-child {
	margin-bottom: 0;
}
.sec.sec-news h1 {
	color: #182d0d;
}
.sec.sec-toha {
	border-radius: 15px;
	border: 3px solid #182d0d;
	margin-bottom: 50px;
	padding: 40px;
}
.sec.sec-toha h1 {
	margin-bottom: 20px;
}
.sec.sec-toha .sec-toha-inner {
	display: flex;
}
.sec.sec-toha .sec-toha-inner p {
	flex: 2;
	padding-right: 50px;
}

.ul {
	list-style-type: disc
}
.ul.ul-1 > li {
	margin-bottom: 10px;
	margin-left: 20px;
}
/*
.ul.ul-important > li {
	color: #cc4500;
	margin-left: 1rem;
	text-indent: -1rem;
}
.ul.ul-important > li::before {
	background: #cc4500;
	content: "";
	display: inline-block;
	height: .5rem;
	margin-right: .5rem;
	width: .5rem;
}
*/

/*
.ul.ul-important::before {
	color: #fff;
	content: "大切なお知らせ";
	background: #cc4500;
	display: inline-block;
	font-size: 11px;
	margin-left: 20px;
	padding: 0 7px;
}

.ul.ul-important {

}
.ul.ul-important > li {
    color: #cc4500;
		margin-bottom: 10px;
		margin-left: 20px;
}
.ul.ul-important > li:last-child {
  margin-bottom: 0;
}
*/


.ul.ul-important {
	list-style: none;
	text-align: left;
}
.ul.ul-important::before {
	color: #fff;
	content: "大切なお知らせ";
	background: #8a2c2e;
	display: inline-block;
	font-size: 14px;
	margin-bottom: .3rem;
	padding: 0 .5rem;
}
.ul.ul-important > li {
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	color: #8a2c2e;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}
.ul.ul-news {
	list-style: none;
}
.ul.ul-news > li {
	border-bottom: 2px solid rgba(0, 0, 0, .2);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-align: left;
}


.sec.sec-news .news_right .ul.ul-important {
	margin-bottom: 1rem;
}

.ul.ul-2 {
	list-style-type: circle
}
.ul.ul-2 > li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.ul.ul-talk {
	margin-bottom: 30px;
}
.ul.ul-talk > li {
	align-items: center;
	background: #efefef;
	border-left: 7px solid #182d0d;
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}
.ul.ul-talk > li > time {
	font-size: .8rem;
	font-weight: bold;
}
.ul.ul-talk > li:not(:last-child) {
	margin-bottom: 1rem;
}

.dl {
	margin-bottom: 1.5rem;
}
.dl > dt {
	align-items: center;
	display: flex;
	font-weight: bold;
}
.dl > dt::before {
	background: #444;
	border-radius: 1rem;
	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: #182d0d;
	color: #fff;
	display: inline-block;
	padding: .3rem;
	text-align: center;
	width: 15rem;
}
.ol.ol-flow > li::before {
	content: "";
	counter-increment: number;
}
.ol.ol-flow > li:not(:last-child)::after {
	border-color: transparent transparent transparent #182d0d;
	border-style: solid;
	border-width: 1rem 0 1rem 1rem;
	content: "";
	display: inline-block;
	height: 0;
	margin: 0 .5rem;
}
.ol.ol-flow > li > dl {
	border: 2px solid #182d0d;
	display: flex;
	flex-direction: column;
}
.ol.ol-flow > li > dl > dt {
	color: #fff;
	background: #182d0d;
	padding: .3rem;
	text-align: center;
}
.ol.ol-flow > li > dl > dt::before {
	content: counter(number);
	margin-right: .5rem;
}
.ol.ol-flow > li > dl > dd {
	padding: .3rem .5rem;
}

.tbl {
	border-collapse: collapse;
	margin-bottom: 2rem;
	width: 100%;
}
.tbl.tbl-form {
	border: 1px solid #888;
}
.tbl.tbl-form th {
	background: #eeeeee;
	border: 1px solid #888;
	padding: .5rem 1rem;
	text-align: left;
}
.tbl.tbl-form.tbl-thnowrap th {
	white-space: nowrap;
}
.tbl.tbl-form.tbl-thnowrap td {
	word-break: break-all;
}
.tbl.tbl-form.tbl-thnowrap td > div.overflow {
	width: 28rem;
	word-break: break-word;
	word-wrap: break-word;
}
.tbl.tbl-form td {
	background: #fff;
	border: 1px solid #888;
	padding: .5rem 1rem;
	text-align: left;
}
.tbl.tbl-form td > input {
	width: 15rem;
}

.tbl.tbl-form.tbl-form-fix {

}
.tbl.tbl-name {

}
table.tbl.tbl-prize {
	margin-left: 1rem;
	width: auto;
}
.tbl.tbl-prize th {
	padding: .2rem 0 .2rem 2.4rem;
}
.tbl.tbl-prize tr:nth-child(1) th {
	background: url(../img/0feb60fbcc5bf6188e3e24e17c8ff3166aada493.png) no-repeat 0 4px;
}
.tbl.tbl-prize tr:nth-child(2) th {
	background: url(../img/8c7f93da3f21c4adb21247868daaf1c2ffcd816d.png) no-repeat 0 4px;
}
.tbl.tbl-prize tr:nth-child(3) th {
	background: url(../img/22b3c8cc9025e993fd399cff67c7eb40625f5686.png) no-repeat 0 4px;
}
.tbl.tbl-prize tr:nth-child(4) th {
	background: url(../img/0bc5043d3a65136d5524f4e5bb5503dcca97056e.png) no-repeat 0 4px;
}
.tbl.tbl-prize tr:nth-child(5) th {
	background: url(../img/77175abc98856a5c11b455d0433e7bfb6105addd.png) no-repeat 0 4px;
}
.tbl.tbl-prize tr:nth-child(6) th {
	background: url(../img/766126839dbf2484e00ac3820c7e552ca820dab0.png) no-repeat;
}
.tbl.tbl-prize td:nth-child(2) {
	text-align: right;
}
.tbl.tbl-prize td {
	padding: .4rem 1rem;
}


.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 #ccc;
	padding: .6rem .8rem;
	white-space: nowrap;
}
.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: #efefef;
	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: none;
	border-radius: .6rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	margin: 2rem 0;
	padding: 1rem 5rem;
}
.btn:hover {
	opacity: .8;
}
.btn span {
	align-items: center;
	display: flex;
}
.btn span:after {
	content: url(../img/da98dd78ea79a257916a5e58bc79918a6d357cfe.png);
	display: inline-block;
	margin-left: 10px;
}
.btn.btn-1 {
	background: #182d0d;
}
.btn.btn-2 {
	background: #8b2c2c;
}

.btn.btn-3 {
	background: #333;
}

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

.caution {
	color: #f00;
}
.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%;
}

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

.pagetop {
	margin: 0 auto;
	text-align: right;
	width: 960px;
}
.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;
}

.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;
}
input.i-questionnaire_text.i-questionnaire_text-long {
	margin-left: 1.3rem;
	width: 24rem;
}

.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: #f4eddf;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	padding: .5rem;
}
.code .footer {
	background: #f4eddf;
	height: 2rem;
	width: 100%;
}

#footer {
	align-items: center;
	background-color: #182d0d;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 0 15px 0;
	width: 100%;
}
#footer a {
	color: #fff;
}
#footer > div:first-child {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 960px;
}
#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 {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
	width: 960px;
}
#footer ul li:last-child {
	margin-left: 10px;
}
#footer ul li:last-child a {
	background: url(../img/da98dd78ea79a257916a5e58bc79918a6d357cfe.png) 0 center no-repeat;
	padding: 0 0 0 15px;
}
a.m-rss, a.m-twitter {
	background-size: contain;
	color: transparent;
	display: inline-block;
	height: 24px;
	margin: .5rem;
	overflow: hidden;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	width: 24px;
	text-indent: -10000px;
}
a.m-rss::selection, a.m-twitter::selection {
	background: transparent;
	color: transparent;
}
a.m-rss {
	background-image: url(../img/3b14f45d8b43c8c21f8e338b8ba482e9507212a3.png);
}
a.m-twitter {
	background-image: url(../img/6dff9918f8961d82ba4e35adec13a1529161105e.png);
}

#agree {
	margin: 1rem 0 0 1rem;
}
#agree + label + div > button:disabled {
	opacity: .5;
}

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

tr.warning-error, tr.error {
	background: #fdd;
}
