<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 共通 */
.content {
    margin: 0 auto;
    letter-spacing: 0.05rem;
}

.content h2 {
    margin-bottom: 0;
    font-size: 24px;
    letter-spacing: 0.05em;
}

.content h3::after {
    display: none;
}

.corp h3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
font-weight: bold;
border-top: 1px solid #ccc;
border-bottom: 3px solid #285097;
color: #111;
max-width: 1200px;
margin: 0 auto;
padding-left: 10px;
text-align: center;
}

.corp h3:first-child {
    margin-top: 50px;
}

/* ボタン */
.orange {
    background: #F15A24!important;
    border: #F15A24 3px solid!important;
}

.orange:hover {
    background: #fff!important;
    color: #F15A24!important;
}


/* 業務内容 */
.box_right div{
    text-align: right;
}

.box_left img {
    padding-top: 20px;
}

/* 真ん中 */
.about_corp .content-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about_corp .corp_box {
    margin: 0.5rem;
}
.about_corp h3 {
    margin-bottom: 20px;
}
.about_corp p {
    margin: 0px!important;
    font-weight: bold;
}

.corp_box {
    width: 30%;
    min-width: 230px;
}

@media screen and (max-width: 960px) {

    .corp_box {
        width: 100%!important;
        text-align: center;
    }

}</pre></body></html>