#Section {
    position: relative;
    max-width: 837px;
    padding-top: 72px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    #Section {
        padding-top: 170px;
    }
}

@media screen and (max-width: 768px) {
    #main {
        margin-right: 10px;
        margin-left: 10px;
    }
}

.wrapper {
    top: -23px;
}

#footer {
    clear: both;
}

.inline-flex {
    display: inline-flex;
}

.mt-30 {
    margin-top: 30px;
}

/*会社概要　お問い合わせ*/
#fContact .title {
    background: url(../shared/img/h_contact.gif) no-repeat;
    max-width: 837px;
    height: 37px;
    text-indent: -9999px;
}

#fContact .fConWay div.tel {
    float: left;
    max-width: 418px;
    height: 103px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-image: url(../shared/img/bg_contact_tel02.gif);
}

#fContact .fConWay div.form {
    float: right;
    background: url(../shared/img/bg_contact_form.gif) no-repeat;
    max-width: 418px;
    height: 103px;
}

#fContact .fConWay div.form p {
    margin-top: 48px;
    margin-left: 120px;
}

.clear {
    clear: left;
    margin-bottom: 15px;
}

.toTop {
    background: url(../shared/img/btn_totop.gif) no-repeat;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 1px;
    width: 87px;
    height: 16px;
    text-indent: -9999px;
}

.line {
    border-bottom: none;
}

.line-p {
    max-width: 550px;
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
}

.gnav__list {
    max-width: 837px;
}

.keepAll {
    word-break:break-all;
}

table {
    width: 100%;
}

table th {
    width: 30%;
}

table td {
    width: 70%;
}

.w-25 {
    width: 25%;
}

.w-100 {
    width: 100%;
}

.header-border {
    border-bottom: 2px solid #2169B3;
    margin-bottom: 20px;
}

.top-news__ttl {
    text-decoration-line: none !important;
}