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

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    background: url("../../image/common/bg-border.png");
    padding-top: 100px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.contents h2 {
    text-align: center;
    margin: 0 auto 110px;
}
.contents h3 {
    font-size: 38px;
    line-height: 1.8;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin: 0 auto 25px;
}
.contents h3 span {
    background: #fff;
    padding: 0 5px;
}
.contents h4.brand-logo {
    text-align: center;
    margin: 0 auto 70px;
}
.contents h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto 40px;
    position: relative;
}
.contents h5:after {
    content: "";
    background: #b59a5b;
    width: 170px;
    height: 6px;
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
}
.contents p.txt {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 auto 130px;
    text-shadow:
        white 2px 0px 2px, white -2px 0px 2px,
        white 0px -2px 2px, white -2px 0px 2px,
        white 2px 2px 2px, white -2px 2px 2px,
        white 2px -2px 2px, white -2px -2px 2px,
        white 1px 2px 2px, white -1px 2px 2px,
        white 1px -2px 2px, white -1px -2px 2px,
        white 2px 1px 2px, white -2px 1px 2px,
        white 2px -1px 2px, white -2px -1px 2px,
        white 1px 1px 2px, white -1px 1px 2px,
        white 1px -1px 2px, white -1px -1px 2px;
    position: relative;
}
.contents p.txt sup {
    font-size: 12px;
}
.contents .inner dl.brand-desc {
    text-align: center;
    margin: 0 auto 60px;
}
.contents .inner dl.brand-desc dt {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #b59a5b;
    margin-bottom: 10px;
    position: relative;
}
.contents .inner dl.brand-desc dd {
    font-size: 14px;
    line-height: 1.7;
}
.contents .inner {
    width: 840px;
    margin: 0 auto;
}
.contents .inner ul.images {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner ul.images li {
    text-align: center;
    width: 390px;
}
.contents .inner ul.images li:nth-child(-n+2) {
    margin-bottom: 20px;
}
.contents .inner ul.images li div {
    display: inline-block;
}
.contents .inner ul.images li span.caption {
    text-align: right;
    display: block;
    padding-top: 5px;
}

/* グッドデザイン賞 */
.contents .inner #good-design {
    color: #fff;
    background: rgb(159,133,75);
    background: -moz-linear-gradient(-45deg,  rgba(159,133,75,1) 0%, rgba(213,190,127,1) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(159,133,75,1) 0%,rgba(213,190,127,1) 100%);
    background: linear-gradient(135deg,  rgba(159,133,75,1) 0%,rgba(213,190,127,1) 100%);
    padding: 40px 60px;
    margin: 0 auto 130px;
    border-radius: 20px;
    position: relative;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
}
.contents .inner #good-design:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    border-radius: 16px;
    position: absolute;
    top: 9px;
    left: 9px;
    pointer-events: none;
}
.contents .inner #good-design h6 {
    text-align: center;
    margin: 0 auto 30px;
}
.contents .inner #good-design dl#txt-good {
    text-align: center;
    margin: 0 auto 20px;
}
.contents .inner #good-design dl#txt-good dt {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 10px;
    margin-bottom: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.contents .inner #good-design dl#txt-good dd {
    font-size: 14px;
    line-height: 1.7;
}
.contents .inner #good-design ul.images li {
    width: auto;
}
.contents .inner #good-design dl#award {
    margin-top: -40px;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner #good-design dl#award dt {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #b59a5b;
    background: #fff;
    text-align: center;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents .inner #good-design dl#award dd {
    font-size: 14px;
    line-height: 1;
    width: calc(100% - 200px);
    padding: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contents .inner #good-design dl#award dd ul {
    display: flex;
    flex-wrap: wrap;
}
.contents .inner #good-design dl#award dd ul li {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* 第一交通産業グループの主な事業 */
.contents .inner #daiichi-business {
    background: #fffde8;
    padding: 35px 40px;
    margin: 0 auto 130px;
    border-top: 1px solid #b59a5b;
    border-bottom: 1px solid #b59a5b;
    position: relative;
}
.contents .inner #daiichi-business:before {
    content: "";
    background: #b59a5b;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -5px;
}
.contents .inner #daiichi-business:after {
    content: "";
    background: #b59a5b;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.contents .inner #daiichi-business p#concept {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    color: #b59a5b;
    text-align: center;
    margin: 0 auto 25px;
}
.contents .inner #daiichi-business dl {
    text-align: center;
    margin: 0 auto 30px;
}
.contents .inner #daiichi-business dl dt {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 15px;
}
.contents .inner #daiichi-business dl dd {
    font-size: 14px;
    line-height: 1.7;
}
.contents .inner #daiichi-business ul {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0 auto 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner #daiichi-business ul li span {
    background: #b59a5b;
    display: block;
    padding: 10px;
}
.contents .inner #daiichi-business p.others {
    font-size: 10px;
    line-height: 1.3;
    text-align: right;
}

.contents .inner #palace-results {
    background: #e0e3f2;
    padding: 10px;
    margin: 0 auto 90px;
}
.contents .inner #palace-results .inner {
    width: 100%;
    padding: 30px 0 20px;
    position: relative;
}
.contents .inner #palace-results .inner:before {
    content: "";
    background: rgb(240,241,249);
    background: -moz-linear-gradient(left,  rgba(240,241,249,1) 0%, rgba(224,227,242,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(240,241,249,1) 0%,rgba(224,227,242,1) 100%);
    background: linear-gradient(to right,  rgba(240,241,249,1) 0%,rgba(224,227,242,1) 100%);
    width: 100%;
    height: 100%;
    border: 1px solid #b59a5b;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    mix-blend-mode: multiply;
}
.contents .inner #palace-results div.images {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner #palace-results div.images dl {
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    width: 155px;
    margin-left: 40px;
}
.contents .inner #palace-results div.images dl dd p.name {
    color: #fff;
    background: #b59a5b;
    vertical-align: middle;
    display: table-cell;
    width: 155px;
    height: 30px;
    padding: 5px;
}
.contents .inner #palace-results div.images dl dd p.build {
    padding: 5px;
}

/* SVG */
.contents svg.bg {
    width: 100vw;
    position: absolute;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}
.contents svg.bg#bg-01 {
    height: 594px;
    top: -280px;
}
.contents svg.bg#bg-02 {
    height: 594px;
    top: 400px;
}
.contents svg.bg#bg-03 {
    height: 594px;
    top: 120px;
}
.contents svg.bg#bg-04 {
    height: 120px;
    bottom: 0;
}

.contents p.caption {
    font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1.3;
    padding: 0 20px;
}
</pre></body></html>