@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue LT W01_55 Roman", "hsn-zhcn-sans-light",
        "hsn-zhtw-sans-light", "FOT-?????? Pr5 L{pm}", sans-serif;
}
#container {
    width: 58%;
    height: auto;
    margin: 0 auto;
    background-color: white;
    padding: 10px 0;
    box-sizing: border-box;
}
header {
    padding: 20px 5px;
    background: linear-gradient(90deg, #4ca1af 0%, #c4e0e5 100%);
    color: white;
    opacity: 0.8;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
}
h1 {
    font-size: 40px !important;
    letter-spacing: 1px !important;
    font-family: "hsn-zhcn-serif-light", "hsn-zhtw-serif-light",
        "FOT-???? Pr6N L{pm}", serif !important;
    text-align: center !important;
}
h2 {
    font-size: 12px !important;
    font-family: "hsn-zhcn-serif-light", "hsn-zhtw-serif-light",
        "FOT-???? Pr6N L{pm}", serif !important;
    text-align: left !important;
    margin: 0 !important;
}
h3 {
    margin: 0 !important;
    font-size: 12px !important;
    text-align: left !important;
}

section {
    margin: 50px 0;
    padding: 0 100px;
}
article,
h3,
h2,
h1 {
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    display: block;
    line-height: 32px;
    letter-spacing: 2.4px;
    text-align-last: left;
}

footer {
    padding: 20px 0;
}
.footer {
    margin-top: 50px !important;
}
#footer-title {
    font-size: 26px;
    font-weight: 600;
}
#footer-title a {
    text-decoration: underline;
    color: #f7b733;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    #container {
        width: 87%;
        padding: 0;
        float: right;
    }
    section {
        padding: 0 50px;
    }
    h1 {
        font-size: 22px !important;
        margin: 0 !important;
    }
    h2 {
        font-size: 12px !important;
        margin: 0 !important;
    }
    article {
        font-size: 15px;
    }
    #footer-title {
        font-size: 20px;
    }
    header {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 425px) {
    section {
        padding: 0 20px;
    }
    #container {
        width: 77%;
        padding: 0;
        float: right;
    }
    .footer_main {
        display: block;
        height: auto;
        width: 100% !important;
        margin: 0 !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
@media screen and (max-width: 414px) {
    section {
        padding: 0 20px;
    }
    #container {
        width: 85%;
        padding: 0;
        float: right;
    }
}
@media screen and (max-width: 390px) {
    section {
        padding: 0 20px;
    }
    #container {
        width: 84%;
        padding: 0;
        float: right;
    }
}
@media screen and (max-width: 375px) {
    section {
        padding: 0 20px;
    }
    #container {
        width: 83%;
        padding: 0;
        float: right;
    }
}
@media screen and (max-width: 320px) {
    section {
        padding: 0 20px;
    }
    #container {
        width: 81%;
        padding: 0;
        float: right;
    }
}

