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

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400&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.6rem;
	line-height:1.4em;
	word-break:break-all;
}

a { outline:none; }
a img { border:none; }
a:link { color:#bc4e00; text-decoration:none; }
a:visited { color:#bc4e00; text-decoration:none; }
a:hover { color:#ea7d30; text-decoration:underline; }
a:active { color:#87491d; 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; }

.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; }
select { margin:4px; }
select option {
	padding:6px;
	font-size:14px;
}
input[type="text"], input[type="password"], textarea {
	background:#f9f9f9;
	border:1px #c6af93 solid;
	border-radius:6px;
	padding:14px;
	margin:6px;
	font-size:14px;
	font-size:1.4rem;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background:#fff;
}

.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;
}

