@charset "utf-8";


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;*/
    vertical-align:baseline;
    background:transparent;
}

:focus:not(:focus-visible) {
    outline: 0; /* キーボード操作「以外」でフォーカスされた際はoutlineを削除 */
}

html {overflow-y: scroll;}

h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav 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;
}

em,
strong{
	font-weight:900;
	font-style:normal;
}

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;
}

a{color:#333;}

ul, ol{
    box-sizing: content-box;
    list-style:none;
}

ol{
	list-style:decimal;
	padding-left: 1em;
}

img{vertical-align:bottom;}

address{font-style:normal;}

main{display:block;}

input, select{vertical-align:middle;}

input,
textarea,
select,
button{
	margin:0;
	padding:0;
	box-shadow:none;
	border-radius:0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
textarea,
button{
    -webkit-appearance: none;
}


sup{vertical-align: super;}

sub{vertical-align: sub;}

kbd{
    display: inline-block;
	color: #333;
    font-size: .85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
	background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
    white-space: nowrap;
}

body figure{
	margin:0;
}

/* .Chrome124{min-inline-size: 0; aspect-ratio: 1/1;} */
