/* CSS Document */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Hina+Mincho&family=Julius+Sans+One&family=Noto+Serif+JP:wght@300;400;600;700&display=swap');
html {
	font-size: 62.5%;
}
html.android {
	font-size: 100%;
}
body,th,td {
	font-family:verdana;
	-webkit-text-size-adjust:none;
	font-size:1.0rem;
	line-height:1.3em;
	color:#333;
	word-break:break-all;
}

a { outline:none; }
a img { border:none; }
a:link { color:#f5e100; text-decoration:none; }
a:visited { color:#f5e100; text-decoration:none; }
a:hover { color:#ffcf86; text-decoration:none; }
a:active { color:#fff; text-decoration:none; }

.f36 { font-size:36px; line-height:normal; }
.f30 { font-size:30px; line-height:normal; }
.f26 { font-size:26px; line-height:normal; }
.f24 { font-size:24px; line-height:normal; }
.f22 { font-size:22px; line-height:normal; }
.f20 { font-size:20px; line-height:normal; }
.f18 { font-size:18px; line-height:normal; }
.f16 { font-size:16px; line-height:normal; }
.f14 { font-size:14px; line-height:normal; }
.f12 { font-size:12px; line-height:normal; }
.f12w { font-size:12px; line-height:normal; color:#ffffff; }
.f10 { font-size:10px; line-height:normal; }
.f8 { font-size:8px; line-height:normal; }
.f8w { font-size:8px; line-height:normal; color:#ffffff; }
.mincho { font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }

.yel-txt { color:#e9d679; }
.or-txt { color:#c85900; }
.red-txt { color:#e93802; }
.blu-txt { color:#286fbf; }


/* タイトル＆エラー */
p.ttl {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.4em;
	margin:0;
	padding:6px 0;
}
p.error {
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	line-height:1.4em;
	margin:0;
	padding:6px 0;
	color:#ec660c;
}

form { padding:0; margin:0; }
.selectbox-001 {
    position: relative;
}
.selectbox-001::before,
.selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 3.4em;
    border-radius: 0 3px 3px 0;
    background-color: #b0b0b0;
}
.selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    cursor: pointer;
}
.selectbox-001 select:focus {
    outline: 2px solid #b0b0b0;
}

input[type="text"], input[type="password"], textarea {
	background:#4a3f42;
	border: none;
	border-radius:6px;
	padding:14px;
	margin:6px;
	max-width: 460px;
	font-size:14px;
	font-size:1.4rem;
	color: #e2c7ce;
}
select:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background:#fff;
	color: #333;
}

.label-checkbox input[type="radio"], .label-checkbox input[type="checkbox"] {
	display:none;
}
.label-checkbox{
	display:block;
	float:left;
	padding:10px 15px 15px 0;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
}
.label-checkbox .lever:before{
	content:"●";
	margin-right:7px;
	font-size:20px;
	font-size:2.0rem;
	position:relative;
	top:2px;
}
.label-checkbox input[type="radio"]:checked + .lever, .label-checkbox input[type="checkbox"]:checked + .lever {
	color:#e76b2b;
}
.label-checkbox input[type="radio"]:checked + .lever:before, .label-checkbox input[type="checkbox"]:checked + .lever:before {
	content:"●";
	color:#e76b2b;
}

.formbtn {
	background:#222;
	border-radius:12px;
	font-size:26px;
	font-size:2.6rem;
	line-height:normal;
	color:#fff;
}

.revbtn {
	display: block;
	background: #222;
	border: none;
	outline: none;
	border-radius: 6px;
	padding: 12px 0;
	width: 400px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.revbtn:hover {
	background: #e92747;
	color: #fff;
}
