/* リセット */
* {
    box-sizing: border-box;
}
a {
    color : inherit;
    text-decoration : none;
    background-color: transparent;
    cursor: pointer;
}
ul,ol,dd,dt {
    margin: 0;
    padding: 0;
    text-align: initial;
}
body, p, h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    background: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin: 0;
}
/* 共通 */
* {
    box-sizing: border-box;
    text-transform:none !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Zen Maru Gothic', serif;
}
html {
    scroll-behavior: smooth;
    /* font-family: 'Zen Kaku Gothic New', sans-serif; */
}
img {
    height: auto;
}
/* a:hover {
    opacity: 0.5;

} */
.container {
    text-align: center;
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sp_view {
    display: none;
}
.pc_view {
    display: initial;
}
.header-sp_view {
    display: none !important;
}
.header-pc_view {
    display: initial;
}
.wpcf7-spinner {
    display: none;
}
@media (max-width: 740px) {
    .sp_view {
        display: initial;
    }
    .pc_view {
        display: none;
    }
}

@media (max-width: 1400px) {
    .header-sp_view {
        display: initial !important;
    }
    .header-pc_view {
        display: none !important;
    }
}