/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* CSS Document */

/**********************************************************************************
 リセット
 **********************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**********************************************************************************
 nomal
 **********************************************************************************/
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    line-height: 2;
    font-size: 1.6rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
a {
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
a.-nomal .material-icons {
    margin-left: 6px;
}
a.-nomal .material-icons::after {
    font-size: 1.6rem;
}
.a-link {
    transition: 0.3s;
}
.a-link:hover {
    opacity: .7;
}
p {
    margin: 0 0 1em;
    line-height: 2;
}
p:last-child {
    margin-bottom: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
dl, dl dd {
    margin: 0;
}
table {
    border-collapse: collapse;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
fieldset {
    appearance: none;
    margin: 0;
    border: none;
}
button {
    appearance: none;
    margin: 0;
    border: none;
    background: inherit;
    cursor: pointer;
}
.t-caution {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
}
.material-icons {
    display: inline-flex;
    vertical-align: middle;
}
/* .material-icons::after {
    content: attr(data-icon);
} */
.text-border-orange {
    padding: 1px 10px;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #dc5f0d;
    color: #dc5f0d;
    border-radius: 4px;
}
@media (min-width: 768px) {
    a {
        cursor: pointer;
        transition: 0.3s;
    }
    .sp\:view {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .pc\:view {
        display: none !important;
    }
}
noscript .c-box {
    margin-top: 142px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    noscript .c-box {
        margin-top: 84px;
    }
}
@media (max-width: 767px) {
    noscript .c-box {
        margin-top: 84px;
    }
}
