@charset "utf-8";

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}
 
body {
	min-width: 400px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
 
* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
 
a,
a:visited {
    color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}
 
* {
    box-sizing: border-box;
}
 
*:before,
*:after {
    box-sizing: inherit;
}

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

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}





/*------------------------------
	5.HT Setting
------------------------------*/
a {
	line-height:normal;
	color:#333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#930;
}

.right { text-align:right; }
.left { text-align:left; }

/*------------------------------
	6.List Setting
------------------------------*/
ul {
	margin:0px;
}
li {
	list-style:none;
}


ol li {
	list-style-type: decimal;
	margin-left: 30px;
	font-size:81.25%;
}

/*------------------------------
	7.Form Setting
------------------------------*/
input {
	line-height:1.2;
}
/*------------------------------
	8.Table Setting
------------------------------*/
table {
		padding:0px;
		border-collapse:collapse;
}
th,td {
	vertical-align:top;
}
/*------------------------------
	9.Image Setting
------------------------------*/
a img {
	border:none;
}
img {
	vertical-align:bottom;
}

/*------------------------------
	10.Config
------------------------------*/


.flL { float: left; }
.flR { float: right; }

/*--------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.clear{ clear: both;}

.fontB{font-weight: bold;}

/*--------------*/
.mt1r { margin-top: 1rem; }
.mt2r { margin-top: 2rem; }
.mt3r { margin-top: 3rem; }
.mt4r { margin-top: 4rem; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt28 { margin-top: 28px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt62 { margin-top: 62px; }
.mt75 { margin-top: 75px; }
.mt150 { margin-top: 150px; }

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr16{margin-right: 16px;}
.mr20{margin-right: 20px;}
.mr22{margin-right: 22px;}
.mr24{margin-right: 24px;}
.mr30{margin-right: 30px;}

.mb05{margin-bottom: 5px;}
.mb08{margin-bottom: 8px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb18{margin-bottom: 18px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb27{margin-bottom: 27px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb70{margin-bottom: 70px;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml22{margin-left: 22px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml68{margin-left: 68px;}
.ml74{margin-left: 74px;}
.ml80{margin-left: 80px;}
.ml142{margin-left: 142px;}
.ml285{margin-left: 285px;}
.ml660{margin-left: 610px;}

