        @charset "utf-8";
        /* LESS Document */
        /*-----Clear Fix-----*/
        /* -----End Clear Fix----- */
        
        .mapa_0 {
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
            font-size: 1em;
            color: #fff;
            letter-spacing: 3px;
            background: url("../images/bgImage.jpg") repeat-y;
            background-size: contain;
            margin: 0;
            padding: 0;
        }
        
        body .clearfix {
            zoom: 1;
        }
        
        body .clearfix:after {
            content: "";
            display: block;
            clear: both;
        }
        
        body p {
            margin: 0;
            padding: 0;
            color: #fff;
            margin-bottom: 20px;
            line-height: 1.5;
            font-size: 1.125em;
        }
        
        body p.shadow {
            text-align: center;
            font-size: 1.55em;
            text-shadow: 0px 0px 5px #000;
            font-family: 'Noto Sans JP', sans-serif;
        }
        
        body a {
            display: block;
            text-decoration: none;
            color: white;
        }
        
        body li {
            list-style-type: none;
            margin-left: 0px;
            word-break: break-all;
        }
        
        body h2 {
            text-align: center;
            position: relative;
            margin-bottom: 2em;
            font-size: 2.2em;
        }
        
        body h2:before {
            content: '';
            position: absolute;
            bottom: -15px;
            display: inline-block;
            width: 100px;
            height: 3px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #FF0000;
            border-radius: 2px;
        }
        
        body h3 {
            margin-bottom: 1em;
            text-align: center;
            font-size: 1.8em;
        }
        
        body h4 {
            padding: 10px 12px 10px;
            margin-bottom: 1.5em;
            font-weight: normal;
            font-size: 0.8em;
            background-color: #0050A2;
        }
        
        body h4 span {
            font-size: 1.5em;
            font-weight: bold;
            margin-right: 10px;
        }
        
        body h5 {
            border-bottom: 2px solid #0050A2;
            padding: 0px 5px 5px 5px;
            font-weight: bold;
            font-size: 1.125em;
            margin-bottom: 1em;
        }
        
        body #header {
            zoom: 1;
            position: relative;
            height: 130px;
            width: 100%;
            background-image: url(../images/header_toppage_upper.jpg);
            background-position: left center;
            background-repeat: no-repeat;
        }
        
        body #header:after {
            content: "";
            display: block;
            clear: both;
        }
        
        @media screen and (min-width: 768px) {
            .for-pc {
                display: show;
            }
            .for-sp {
                display: none;
            }
        }
        
        @media screen and (max-width: 767px) {
            .for-pc {
                display: none;
            }
            .for-sp {
                display: show;
            }
        }
        
        #header #h_top .h_row1 .h_address {
            display: none;
        }
        
        #header #h_top .h_nav ul li img {
            margin-bottom: 0;
            vertical-align: middle;
        }
        
        #header #h_top .h_nav ul .nav-home img {
            width: 45.42px;
        }
        
        #header #h_top .h_nav ul .nav-service img {
            width: 61.05px;
        }
        
        #header #h_top .h_nav ul .nav-about img {
            width: 93.17px;
        }
        
        #header #h_top .h_nav ul .nav-have img {
            width: 62.55px;
        }
        
        #header #h_top .h_nav ul .nav-performance img {
            width: 62.03px;
        }
        
        #header #h_top .h_nav ul .nav-recruit img {
            width: 62.33px;
        }
        
        #header #h_top .h_nav ul .nav-company img {
            width: 62.22px;
        }
        
        #header #h_top .h_nav ul .nav-contact img {
            width: 92.92px;
        }
        
        body img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            vertical-align: bottom;
        }
        
        body .table-row {
            display: table;
            width: 100%;
        }
        
        body #mainArea {
            margin: 60px 0 50px;
            background-image: url(../images/logo_back.png);
            background-repeat: no-repeat;
        }
        
        body #mainArea #about-sub {
            padding: 20px 0 18px;
            background-color: #0050A2;
            background-image: url(../images/bg_about.png);
        }
        
        body #mainArea #about-sub ul.about {
            zoom: 1;
            padding: 25px 0;
        }
        
        body #mainArea #about-sub ul.about:after {
            content: "";
            display: block;
            clear: both;
        }
        
        body #mainArea #about-sub ul.about li {
            float: left;
            width: calc(100% / 3);
            text-align: center;
            border-right: 1px solid #fff;
            font-weight: bold;
        }
        
        body #mainArea #about-sub ul.about li:last-child {
            border-right: none;
        }
        
        body #mainArea #about-sub ul.about li span.item {
            display: block;
            font-size: 0.5em;
        }
        
        body #mainArea .have_content {
            background-color: #333333;
        }
        
        body #mainArea .content_box {
            margin-bottom: 30px;
        }
        
        body #mainArea .content_box .katarogu {
            font-weight: bold;
            margin-bottom: 1em;
        }
        
        body #mainArea .content_box .katarogu a:hover {
            text-decoration: underline;
        }
        
        body #mainArea .content_box .katarogu img {
            width: 5%;
            margin-left: 5px;
            margin-bottom: 0;
        }
        
        body #mainArea .content_box dl dt {
            float: left;
            width: 40%;
            padding: 5px 0;
        }
        
        body #mainArea .content_box dl dd {
            border-bottom: 1px solid #fff;
            padding: 5px 0px 5px 40%;
        }
        
        body #mainArea #performance #per_bg img {
            margin: 0;
            padding: 0;
        }
        
        body #mainArea #performance .per_table {
            overflow-x: auto;
            white-space: nowrap;
        }
        
        body #mainArea #performance table {
            padding: .5em;
            border-collapse: collapse;
        }
        
        body #mainArea #performance table th {
            padding: .5em;
            text-align: left;
            font-size: 1.1em;
        }
        
        body #mainArea #performance table tr {
            border-bottom: 1px solid #fff;
        }
        
        body #mainArea #performance table td {
            padding: .5em;
        }
        
        body #mainArea #performance table td:nth-of-type(3),
        body #mainArea #performance table td:nth-of-type(4) {
            white-space: nowrap;
        }
        
        body #mainArea ul.per_menu {
            margin: 0 auto;
            margin-bottom: 30px;
            zoom: 1;
        }
        
        body #mainArea ul.per_menu:after {
            content: "";
            display: block;
            clear: both;
        }
        
        body #mainArea ul.per_menu li {
            float: left;
            background: #0050A2;
            padding: 10px;
            font-weight: bold;
        }
        
        body #mainArea ul.per_menu li:last-child {
            margin-right: 0px;
        }
        
        body #mainArea ul.per_menu li:hover {
            background-color: #0050A2;
        }
        
        body #mainArea ul.per_menu li a span {
            font-weight: normal;
            font-size: 0.8em;
        }
        
        body #mainArea ul.per_menu li a span.menu-icon {
            display: block;
            float: right;
            font-size: 1.125em;
        }
        
        body #mainArea #gaiyou,
        body #mainArea #enkaku,
        body #mainArea #recruit,
        body #mainArea #safe {
            background: #666666;
        }
        
        body #mainArea #gaiyou dl dt,
        body #mainArea #enkaku dl dt,
        body #mainArea #recruit dl dt,
        body #mainArea #safe dl dt {
            float: left;
            width: 40%;
            padding: 8px 0px 7px 7px;
        }
        
        body #mainArea #gaiyou dl dd,
        body #mainArea #enkaku dl dd,
        body #mainArea #recruit dl dd,
        body #mainArea #safe dl dd {
            border-bottom: 1px solid #fff;
            padding: 8px 0px 7px 40%;
        }
        
        body footer #contact {
            background: #333333;
        }
        
        body footer #contact p {
            margin-bottom: 10px;
            font-size: 1em;
        }
        
        body footer #contact p.footer_title {
            font-size: 1.2em;
            font-weight: bold;
        }
        
        body footer #contact #formWrap {
            zoom: 1;
        }
        
        body footer #contact #formWrap:after {
            content: "";
            display: block;
            clear: both;
        }
        
        body footer #contact #formWrap table.formTable {
            width: 100%;
            margin-bottom: 10px;
        }
        
        body footer #contact #formWrap table.formTable tr {
            margin-bottom: 6px;
        }
        
        body footer #contact #formWrap table.formTable td {
            background: #c8c8c8;
        }
        
        body footer #contact #formWrap table.formTable td input,
        body footer #contact #formWrap table.formTable td textarea {
            width: 100%;
            padding: 3px;
        }
        
        body footer #contact #formWrap input.btn {
            background: #0050A2;
            color: #fff;
            font-size: 0.8em;
            padding: 3px 8px;
        }
        
        body footer #contact #formWrap input.btn:hover {
            background: #62dceb;
        }
        
        body footer #contact .add,
        body footer #contact .f-recruit,
        body footer #contact .f-tel {
            zoom: 1;
            margin-bottom: 25px;
        }
        
        body footer #contact .add:after,
        body footer #contact .f-recruit:after,
        body footer #contact .f-tel:after {
            content: "";
            display: block;
            clear: both;
        }
        
        body footer #contact .add p,
        body footer #contact .f-recruit p,
        body footer #contact .f-tel p {
            margin-bottom: 10px;
            font-size: 1em;
        }
        
        body footer #contact .add p.footer_title,
        body footer #contact .f-recruit p.footer_title,
        body footer #contact .f-tel p.footer_title {
            font-size: 1.2em;
            font-weight: bold;
        }
        
        body footer #contact .add h4.f-tel,
        body footer #contact .f-recruit h4.f-tel,
        body footer #contact .f-tel h4.f-tel {
            background: none;
            padding: 0;
            font-size: 1.2em;
            position: relative;
            margin-bottom: 10px;
        }
        
        body footer #contact .add h4.f-tel:before,
        body footer #contact .f-recruit h4.f-tel:before,
        body footer #contact .f-tel h4.f-tel:before {
            content: '';
            position: absolute;
            display: inline-block;
            width: 100px;
            height: 3px;
            left: 12%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #0050A2;
            border-radius: 2px;
            top: -5px;
        }
        
        body footer #contact .add h4.f-tel:after,
        body footer #contact .f-recruit h4.f-tel:after,
        body footer #contact .f-tel h4.f-tel:after {
            display: none;
        }
        
        @media only screen and (max-width: 414px) {
            /*iphone6*/
            .wrap {
                margin: 0 auto;
                box-sizing: border-box;
                width: 100%;
            }
            h2 {
                font-size: 1.3em;
            }
            h3 {
                font-size: 1.3em;
            }
            .pc {
                display: none;
            }
            #service,
            .split,
            .have-box,
            .content_box,
            .have_content,
            #safe,
            #five {
                padding: 0 10px;
            }
            #service,
            #about,
            #have,
            .have-box,
            #performance,
            #company,
            #gaiyou,
            #enkaku,
            #recruit,
            #safe {
                margin-bottom: 40px;
            }
            .content_box {
                padding-bottom: 20px;
            }
            .have-box ul.have_menu {
                width: 100%;
                margin: 0 auto;
                zoom: 1;
            }
            .have-box ul.have_menu:after {
                content: "";
                display: block;
                clear: both;
            }
            .have-box ul.have_menu li {
                background: #0050A2;
                padding: 10px;
                margin-bottom: 10px;
                font-weight: bold;
            }
            .have-box ul.have_menu li:last-child {
                margin-right: 0px;
            }
            .have-box ul.have_menu li:hover {
                background: #62dceb;
            }
            .have-box ul.have_menu li a span {
                font-weight: normal;
                font-size: 0.8em;
            }
            .have-box ul.have_menu li a span.menu-icon {
                margin-left: 45px;
                font-size: 1.125em;
            }
            .content_box dl {
                margin-bottom: 20px;
            }
            .have_content {
                padding-top: 30px;
            }
            ul.per_menu {
                width: 100%;
            }
            ul.per_menu li {
                float: left;
                padding: 10px;
                margin-bottom: 10px;
                width: 100%;
            }
            ul.per_menu li:last-child {
                margin-right: 0px;
            }
            #company ul.per_menu,
            #safety ul.per_menu,
            #company h5,
            #safety h5,
            #company #gaiyou,
            #safety #gaiyou,
            #company #enkaku,
            #safety #enkaku,
            #company #recruit,
            #safety #recruit {
                padding: 0 10px;
            }
            #company #gaiyou,
            #safety #gaiyou,
            #company #enkaku,
            #safety #enkaku,
            #company #recruit,
            #safety #recruit,
            #company #safe,
            #safety #safe {
                padding-top: 20px;
                padding-bottom: 30px;
            }
            footer #contact {
                padding-top: 30px;
                padding-bottom: 20px;
            }
            footer .wrap {
                padding: 30px 10px 0px;
            }
            .pagetop {
                position: fixed;
                bottom: 5px;
                right: 5px;
            }
            .pagetop a {
                display: block;
            }
            .pagetop a img {
                width: 40%;
                float: right;
            }
        }
        /*iphone6終わり*/
        
        @media only screen and (min-width: 320px) and (max-width: 374px) {
            /*iphone5*/
        }
        /*iphone5終わり*/
        
        @media only screen and (min-width: 501px) {
            /*PC版*/
            .wrap {
                margin: 0 auto;
                box-sizing: border-box;
                /* width: 1200px; */
            }
            #header #h_top {
                margin-left: 350px;
                margin-right: 5%;
            }
            #header #h_top .h_row1 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 70px;
            }
            #header #h_top .h_row1 .h_logo {
                width: 580px;
                margin-right: 20px;
            }
            #header #h_top .h_row1 .h_logo img {
                margin: 0;
            }
            #header #h_top .h_row1 .h_address {
                display: block;
                white-space: nowrap;
            }
            #header #h_top .h_row1 .h_address p {
                margin-bottom: 10px;
                text-align: right;
                line-height: 1;
                font-weight: 700;
            }
            #header #h_top .h_row1 .h_address p:nth-of-type(1) {
                font-size: 1.3em;
            }
            #header #h_top .h_row1 .h_address p:nth-of-type(2) {
                font-size: .7em;
            }
            #header #h_top .h_row1 .h_address p:nth-of-type(3) {
                margin-bottom: 0;
                font-size: .7em;
            }
            #header #h_top #gNav ul {
                margin-top: 20px;
                position: relative;
                display: flex;
                justify-content: space-between;
                margin-left: 25px;
            }
            #header #h_top #gNav ul li {
                position: relative;
                /* margin-right: 2em; */
            }
            #header #h_top #gNav ul li:last-child {
                margin-right: 0px;
            }
            #header #h_top #gNav ul li img {
                margin-bottom: 0;
                vertical-align: middle;
            }
            #header #h_top #gNav ul .nav-home img {
                width: 45.42px;
            }
            #header #h_top #gNav ul .nav-service img {
                width: 61.05px;
            }
            #header #h_top #gNav ul .nav-about img {
                width: 93.17px;
            }
            #header #h_top #gNav ul .nav-have img {
                width: 62.55px;
            }
            #header #h_top #gNav ul .nav-performance img {
                width: 62.03px;
            }
            #header #h_top #gNav ul .nav-recruit img {
                width: 62.33px;
            }
            #header #h_top #gNav ul .nav-company img {
                width: 62.22px;
            }
            #header #h_top #gNav ul .nav-contact img {
                width: 92.92px;
            }
            h2 {
                font-size: 2.4em;
            }
            h3 {
                font-size: 2em;
            }
            #service,
            #about,
            #have,
            #performance,
            #company,
            #safety {
                margin-bottom: 70px;
            }
            #mainArea .split {
                display: table;
                width: 100%;
                margin: 0 auto;
            }
            #mainArea .split .split-item {
                display: table-cell;
                padding: 0;
                vertical-align: top;
                width: 50%;
                height: 622px;
            }
            #mainArea .split .split-left {
                background-color: #333333;
                background-image: url(../images/whatimg01.jpg);
                background-position: 30% 0;
            }
            #mainArea .split .split-right {
                min-height: 100%;
            }
            #mainArea .split .split-left__inner {
                padding: 30px 30px 0px 0px;
                width: 70%;
                float: right;
            }
            #mainArea .split .split-right__inner {
                min-height: 100%;
                background-image: url("../images/split-right-img.jpg");
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                background-attachment: fixed;
            }
            #mainArea #about-sub .wrap {
                padding: 0 50px;
            }
            #mainArea #about-sub ul.about li {
                font-size: 1.8em;
            }
            #mainArea #about-sub ul.about li span.sub {
                font-size: 0.6em;
            }
            #mainArea #about-sub ul.about li span.item {
                font-size: 0.6em;
                font-weight: normal;
            }
            #mainArea #have .have_bg {
                background-image: url("../images/have-bg.jpg");
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            #mainArea #have .have_bg .have-box {
                padding: 280px 0 50px;
            }
            #mainArea #have .have_bg ul.have_menu {
                max-width: 800px;
                width: 60%;
                margin: 0 auto;
                zoom: 1;
            }
            #mainArea #have .have_bg ul.have_menu:after {
                content: "";
                display: block;
                clear: both;
            }
            #mainArea #have .have_bg ul.have_menu li {
                float: left;
                background: #0050A2;
                padding: 10px;
                margin-right: 20px;
                margin-right: 2%;
                font-weight: bold;
                width: calc(95% / 3);
            }
            #mainArea #have .have_bg ul.have_menu li:last-child {
                margin-right: 0px;
            }
            #mainArea #have .have_bg ul.have_menu li:hover {
                background-color: #0050A2;
            }
            #mainArea #have .have_bg ul.have_menu li a span {
                font-weight: normal;
                font-size: 0.8em;
            }
            #mainArea #have .have_bg ul.have_menu li a span.menu-icon {
                margin-left: 45px;
                font-size: 1.125em;
            }
            #mainArea .have_content {
                padding: 50px 80px;
                margin: 0 70px;
            }
            #mainArea .have_content .content_box dl {
                margin-right: 20px;
            }
            #mainArea .have_content .content_box .table-column {
                display: table-cell;
                padding: 0;
                vertical-align: top;
                width: 50%;
            }
            #mainArea ul.per_menu {
                width: 54%;
            }
            #mainArea ul.per_menu li {
                float: left;
                margin-right: 27px;
                width: 47.2%;
            }
            #mainArea ul.per_menu li:last-child {
                margin-right: 0px;
            }
            #mainArea #gaiyou,
            #mainArea #enkaku,
            #mainArea #recruit,
            #mainArea #safe {
                padding: 50px 80px;
                margin: 0px 70px 50px 70px;
            }
            #mainArea #gaiyou img {
                height: 400px;
                object-fit: cover;
                object-position: 100% 85%;
            }
            #mainArea #service .wrap {
                padding: 0 100px;
                background-repeat: no-repeat;
            }
            #mainArea #company h5,
            #mainArea #safety h5 {
                margin: 0px 70px 30px 70px;
            }
            #mainArea #five ul.five {
                margin: 0px 70px;
                zoom: 1;
            }
            #mainArea #five ul.five:after {
                content: "";
                display: block;
                clear: both;
            }
            #mainArea #performance .per_table {
                overflow-x: visible;
                white-space: normal;
            }
            footer #contact {
                padding: 70px 0px 20px;
            }
            footer #contact .table-column {
                display: table-cell;
                padding: 0;
                vertical-align: top;
                width: 50%;
                padding-top: 40px;
                padding-right: 30px;
            }
            footer #contact .table-column:last-child {
                padding-right: 0px;
                padding-left: 30px;
            }
            footer #contact .wrap {
                padding: 0px 160px;
            }
            .pagetop {
                position: fixed;
                bottom: 5px;
                right: -5px;
            }
            .pagetop a {
                display: block;
            }
            .pagetop a img {
                width: 60%;
            }
        }
        
        #slider2 {
            width: 100%;
            margin: 0 auto;
        }
        
        .slide-item img {
            width: 100%;
        }
        
        #thumbnail-list {
            width: 100%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .thumbnail-item {
            width: 24%;
            margin-bottom: 10px;
            box-sizing: border-box;
            position: relative;
        }
        
        .thumbnail-item:after {
            content: '';
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            transition: .3s opacity linear;
        }
        
        .thumbnail-item.thumbnail-current:after {
            opacity: 0;
        }
        
        .thumbnail-item img {
            width: 100%;
            margin: 0 auto;
        }

        #news {
            padding: 80px 0;
            background-color: #fff;
            overflow: hidden;
            color: #000;
            letter-spacing: 0;
        }

        #news a {
            color: inherit;
        }

        #news p {
            color: inherit;
        }

        .news-inner {
            max-width: 1010px;
            width: 90%;
            margin: 0 auto;
            position: relative;
        }

        .news-ttl {
            margin-bottom: 25px;
            font-weight: 400;
            font-size: 1.5em;
            text-align: left;
        }

        .news-ttl::before {
            content: none;
        }

        .news-ttl > span {
            color: #006cb4;
            font-size: .5833em;
        }

        .news-list > ul {
            display: flex;
            flex-wrap: wrap;
            margin: -30px -27px 0;
        }

        .news-list > ul > li {
            width: 33.333%;
            padding: 0 27px;
            margin-top: 30px;
        }

        .news-list > ul > li > a {
            transition: opacity 0.2s;
        }

        .news-list > ul > li > a:hover {
            opacity: .7;
        }

        .news-list__thumb {
            margin-bottom: 20px;
            padding-top: 66.6666%;
            overflow: hidden;
            position: relative;
        }

        .news-list__thumb > img {
            width: 100%;
            height: auto;
            margin-bottom: 0;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
        }

        .news-list__date {
            margin-bottom: 15px;
            font-size: .875em;
            text-align: right;
        }

        .news-list__ttl {
            margin-bottom: 0;
            font-size: .8125em;
        }

        .news-more {
            position: absolute;
            top: 0;
            right: 0;
        }

        .news-more > a {
            display: inline-flex;
            align-items: center;
            position: relative;
            max-width: 100%;
            height: 38px;
            padding: 0 60px 0 20px;
            border-radius: 19px;
            border: 1px solid #dfdfdf;
            text-decoration: none;
            line-height: 1.33;
            letter-spacing: 0;
            vertical-align: middle;
            transition: all 0.2s;
        }
        
        .news-more > a::after {
            content: "";
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            width: 31px;
            height: 5.5px;
            margin-top: -3px;
            background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMSIgaGVpZ2h0PSI1LjQ0IiB2aWV3Qm94PSIwIDAgMzEgNS40NCI+PHBvbHlnb24gcG9pbnRzPSIxOS4zMyAwIDE4Ljk4IDAuOTQgMjguMTkgNC40NCAwIDQuNDQgMCA1LjQ0IDMxIDUuNDQgMzEgNC40NCAxOS4zMyAwIi8+PC9zdmc+) no-repeat center center;
            background-size: contain;
            transition: all 0.2s ease-out;
        }

        .news-more > a:hover {
            color: #666;
        }

        .news-more > a:hover::after {
            transform: translate(3px,0);
            transition: all 0.1s ease-out;
        }

        @media screen and (max-width: 960px) {
            .news-list > ul > li {
                width: 50%;
            }
        }

        @media screen and (max-width: 767px) {
            .news-list > ul > li {
                width: 100%;
            }

            .news-more {
                margin-top: 30px;
                position: static;
                text-align: center;
            }
        }
        
        #breadcrumb {
            padding: 30px 0 60px;
            background-color: #fff;
            color: #333;
            overflow: hidden;
            letter-spacing: 0;
        }

        .breadcrumb > ol {
            max-width: 1080px;
            width: 90%;
            margin: 0 auto;
        }

        .breadcrumb > ol > li {
            display: inline-block;

        }

        .breadcrumb > ol > li + li::before {
            content: '>';
            margin: 0 1em;
        }

        .breadcrumb > ol > li > a {
            color: inherit;
        }

        #archive {
            margin-top: -1px;
            padding-bottom: 80px;
            background-color: #fff;
            color: #333;
            overflow: hidden;
            letter-spacing: 0;
        }

        .archive-news {
            max-width: 1080px;
            width: 90%;
            margin: 0 auto;
        }
        
        .archive-news > li {
            display: flex;
            border-bottom: 1px solid #99a7b0;
            padding: .6em;
        }

        .archive-news > li > p {
            margin-bottom: 0;
            color: inherit;
        }
        
        .archive-news > li > p + p {
            margin-left: 1.5em;
        }

        .archive-news__date {
            font-weight: 700;
        }

        @media screen and (max-width: 767px) {
            #breadcrumb {
                padding-bottom: 30px;
            }
            
            .breadcrumb > ol > li {
                font-size: .7em;
            }
            
            #archive {
                padding-bottom: 60px;
            }

            .archive-news > li {
                display: block;
            }

            .archive-news > li > p + p {
                margin-left: 0;
            }
            
            .archive-news__date {
                margin-top: .3em;
                font-size: .82em;
            }
            
            .archive-news__ttl {
                margin-top: .5em;
            }
        }