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

@import url("https://fonts.googleapis.com/css?family=Dancing+Script|Lato:300,400|Sawarabi+Mincho&display=swap");
body,td {
	font-family:"メイリオ",Meiryo,"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.4em;;
	color:#f1f1f1;
}

a { outline:none; }
a img { border:none; }
a:link { color:#ffb165; text-decoration:none; }
a:visited { color:#ffb165; text-decoration:none; }
a:hover { color:#edcba9; text-decoration:underline; }
a:active { color:#333333; text-decoration:none; }

h1 { font-size: 24px; line-height: 1.2em; font-weight: normal; margin: 0em; }
h2 { font-size: 13px; line-height: 1.2em; font-weight: normal; margin: 0em; }

.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 TC","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }

.red-txt { color:#ff3c3c; }
.blu-txt { color:#56d5ff; }

/* タイトル＆エラー */
p.ttl {
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	margin:0;
	padding:6px 0;
}
p.error {
	font-size:22px;
	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;
	border:1px;
	font-size:14px;
}
input[type="text"], input[type="password"], textarea {
	background:#cfb7d7;
	border:1px #a629cc solid;
	border-radius:4px;
	padding:13px;
	margin:6px;
	font-size:16px;
}
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:inline-block;
	padding:2px 15px 15px 0;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
}
.label-checkbox .lever:before{
	content:"●";
	margin-right:4px;
	font-size:30px;
	position:relative;
	top:5px;
}
.label-checkbox input[type="radio"]:checked + .lever, .label-checkbox input[type="checkbox"]:checked + .lever {
	color:#fff;
}
.label-checkbox input[type="radio"]:checked + .lever:before, .label-checkbox input[type="checkbox"]:checked + .lever:before {
	content:"●";
	color:#a629cc;
}

.formbtn {
	background:#bd269b;
	border-radius:8px;
	padding:10px;
	font-size:20px;
	line-height:normal;
	color:#fff;
}
