@charset "UTF-8";

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, 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, main, time, mark, audio, video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    font-size: 100%;
    vertical-align: baseline;
    scroll-behavior: smooth
}

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

html,
body {
    height: 100%
}

body {
    position: relative;
    
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top
}

a {
    color: #333
}

body {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
    font-family: "m-plus-1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}

small {
    font-size: 75%
}

a {
    text-decoration: none
}
ul{
    list-style: none;
}
.co-grn{
    color: #008842;
}

.sp_only{
    display: none;
}
.pc_only{
    display: block;
}

@media screen and (max-width: 768px) {
    .sp_only{
    display: block;
}
.pc_only{
    display: none;
}

}
body {
	background: #ccc;
	animation: loading 0.8s;
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
