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

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Galada&family=Noto+Serif+JP:wght@600&family=Source+Serif+Pro&&display=swap');
body,td {
	font-family:"メイリオ",Meiryo,"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#333;
    word-wrap: break-word;
}

a { outline:none; }
a img { border:none; }
a:link { color:#ff2986; text-decoration:none; }
a:visited { color:#ff2986; text-decoration:none; }
a:hover { color:#e88eb5; 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 JP","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }

.or-txt { color:#c85900; }
.red-txt { color:#e6401f; }
.blu-txt { color:#367ee9; }

/* タイトル＆エラー */
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"], textarea {
	background:#fff8ec;
	border:1px #666 solid;
	border-radius:4px;
	padding:13px;
	margin:6px;
	font-size:14px;
}
input[type="text"]: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-weight:normal;
	cursor:pointer;
}
.label-checkbox .lever:before{
	content:"●";
	margin-right:7px;
	font-size:20px;
	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:8px;
	padding:10px;
	font-size:20px;
	line-height:normal;
	color:#fff;
}
