@charset "utf-8";
/* Reset */
html{font-size: 62.5%;}
body{color: #000; word-spacing: 0; font-size: 2rem; line-height: 1.78; font-weight: 400;
font-family: "Noto Sans JP", sans-serif; overflow-x: hidden;
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%;}

*{margin: 0; padding: 0; box-sizing: border-box; border: 0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: bold;}
ol, ul{list-style: none;}
table{border-collapse: collapse; border-spacing: 0;}
dt, th{text-align: left; font-weight: normal;}
a{color: inherit; text-decoration: none;}
img{vertical-align: bottom; max-width: 100%; height: auto;}

@media screen and (min-width: 769px){
    a[href^="tel:"]{pointer-events: none;}
    .only-sp{display: none;}
}

@media screen and (max-width: 768px){
    .only-pc{display: none;}
    body{font-size: 1.6rem;}
}

body { -webkit-user-select: none; /* Safari */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* IE/Edge */ user-select: none; /* Standard */ }
img, a {-webkit-user-drag: none; user-drag: none;}