@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* --------------------------------
Wonder:factory;
Last Updated: 2018-07-30
Author: http://wonderfactory.jp
-------------------------------- */

.font10 { font-size: 62.5%;}
.font12 { font-size: 75%;}
.font14 { font-size: 87.5%;}
.font18 { font-size: 112.5%;}
.font20 { font-size: 125%;}
.font22 { font-size: 137.5%;}
.font24 { font-size: 150%;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}

.fl { float: left;} .fr { float: right;} .clear { clear:both;}
.clearfix,.wrap { zoom:1; }.clearfix:after,.wrap:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; overflow:hidden; font-size:0.1em; }
.al { text-align: left;} .ar { text-align: right;} .ac { text-align: center;}
.hidden { display: none;}
strong { font-weight: bold;}
img { vertical-align: top; max-width: 100%; height: auto}

table { width: 100%;}
table th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}

input,textarea,select {
	margin: 0;
    width: 100%;
	font-size: 100%;
    border: none;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    background: #f3f3f3;
    outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input:focus {
    border: none;
    background: #f8f8f8;
    outline: 0;
}
input[type="text"],
input[type="password"],
textarea { border: 1px #ababab solid;}
input[type="submit"],
input[type="button"] {
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
}
textarea {
	resize: vertical;
	line-height: 1.6;
}
select::-ms-expand { display: none;}
input[type="radio"] { display: none;}
input[type="radio"] + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
input[type="radio"] + label:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	margin-top: -10px;
	width: 8px;
	height: 8px;
	background: #f3f3f3;
	border: 4px #f3f3f3 solid;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
	-webkit-box-shadow: 0 0 0 1px #ababab;
	-moz-box-shadow: 0 0 0 1px #ababab;
	box-shadow: 0 0 0 1px #ababab;
	transition: .3s;
}
input[type="radio"]:checked + label {
}
input[type="radio"]:checked + label:before {
	background: #ababab;
	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.radio-list li {
	padding: 2px 0;
}
.select-wrap {
	position: relative;
	border: 1px #ababab solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.select-wrap:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ccc transparent transparent transparent;
}
input[type="checkbox"] { display: none;}
input[type="checkbox"] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
input[type="checkbox"] + label:after {
	position: absolute;
	top: 50%;
	left: 5px;
	content: "";
	margin-top: -10px;
	width: 14px;
	height: 14px;
	background: #f3f3f3;
	border: 1px #ababab solid;
}
input[type="checkbox"]:checked + label:before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 10px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px #ababab solid;
	border-right: 3px #ababab solid;
	z-index: 1;
}
