@charset "UTF-8";

#information {
    font-family: "Open Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 16px;

    /* -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; */
}

#information img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#information-inner {
    max-width: 750px;
    margin: 0 auto;
}

#information-inner > *:first-child {
    padding-top: 8.6%;
    font-weight: bold;
}

#information-inner > *:last-child {
    margin-bottom: 8.6%;
}

#information-text {
    font-size: 210%;
    margin-bottom: 5%;
    padding-left: 9%;
    /* white-space: nowrap; */
    line-height: 1.6;
    text-align: left;
}

#information-text .larger {
    font-size: 113%;
}
#information-text .indent {
    text-indent: -0.5em;
    display: inline-block;
}

#information-btn {
    overflow: hidden;
    width: 87.666%;
    margin: 0 auto;
    border-radius: 28px;
    -webkit-box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
}

#information-btn a {
    display: block;
}

@media screen and (max-width: 750px) {
    #information {
        font-size: 2.133vw;
    }
    #information-btn {
        border-radius: 14px;
    }
}