@charset "utf-8";

@font-face {
    font-family: delasukogothic;
    src: url(../fonts/DelaSukoGothicOne.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: YujiSyuku;
    src: url(../fonts/YujiSyuku.woff) format('woff');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    font-weight: unset;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgb(70, 70, 70);
    font-family: "Zen Maru Gothic", sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

a {
    text-decoration: none;
}

a :hover {
    opacity: 0.7;
}

.bg_wh {
    background-color: rgb(255, 255, 255);
}

.bg_green {
    background-color: rgb(17, 77, 87);
}

.bg_blue {
    background-color: rgb(32, 78, 148);
}

.bg_yellow {
    background-color: rgb(255, 183, 16);
}

.bg_lightgreen {
    background-color: rgb(121, 167, 55);
}

.color_black {
    color: rgb(0, 0, 0);
}

.color_wh {
    color: rgb(255, 255, 255);
}

.color_lightblue {
    color: rgb(34, 173, 233);
}

.color_blue {
    color: rgb(32, 78, 148);
}

.color_green {
    color: rgb(17, 77, 87);
}

.color_lightgreen {
    color: rgb(121, 167, 55);
}

.color_orange {
    color: rgb(240, 141, 15);
}

.zen-maru-gothic-light {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.font_delasuko {
    font-family: delasukogothic;
}

.font-YujiSyuku {
    font-family: YujiSyuku, serif;
}

.relative {
    position: relative;
}

.site_container {
    padding: 5% 0;
}

.inner {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:1150px) {
    .inner {
        width: 75%;
    }
}

@media screen and (max-width:1023px) {
    .site_container {
        padding: 15% 0;
    }
}