* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, ul, p, hr {
    margin: 0px;
}
html {
    overflow-y: scroll;
}
body {
    color: #333;
    font-size: 14px;
    background: #FFF;
    font-family: "Helvetica Neue", Helvetica, "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-family: 'Noto Serif JP', serif;
    background-position-x: center;
    width: 100%;
}

img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
}
a {
    color: #333;
    text-decoration: none;
    background: none;
    display: inline-block;
    width: auto;
}
a:active, a:hover, a:focus, a:visited {
    color: #333;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    opacity: 1.0;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover img {
    opacity: 0.8;
    transition: .3s;
    text-decoration: none;
}
li {
    list-style-type: none;
}
table {
    border-spacing: 0px;
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.relative {
    position: relative;
}
.overflow {
   overflow: hidden;
}
.mar0 {
    margin-bottom: 0px !important;
}
.mar10 {
    margin-bottom: 10px !important;
}
.mar20 {
    margin-bottom: 20px !important;
}
.mar30 {
    margin-bottom: 30px !important;
}
.mar40 {
    margin-bottom: 40px !important;
}
.mar50 {
    margin-bottom: 50px !important;
}
.mar60 {
    margin-bottom: 60px !important;
}
.mar70 {
    margin-bottom: 70px !important;
}
.mar80 {
    margin-bottom: 80px !important;
}
.mar90 {
    margin-bottom: 90px !important;
}
.mar100 {
    margin-bottom: 100px !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}





 
@media screen and (max-width: 1024px)
{

body {
    font-size: 14px;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

}
