@charset "utf-8";

html {
    min-width: 1100px;

    text-rendering: optimizeLegibility !important;
}

:root {
    font-size: 10px;
}

body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #1c1c1c;
    background: transparent;
    text-rendering: optimizeLegibility;
}

.wrapper {
    position: relative;
}

/* Font family */
.f-family-en {
    font-family: "Roboto", sans-serif;
}

.f-family-jp {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

/* /Font family */
.pc {
    display: block;
}

.sp {
    display: none;
}

.tel {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    html {
        min-width: auto;
    }
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .tel {
        pointer-events: auto;
    }
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

img {
    max-width: 100%;
}

/* ===============================
Text align
=============================== */
.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .txt-left-sp {
        text-align: left;
    }

    .txt-center-sp {
        text-align: center;
    }

    .txt-right-sp {
        text-align: right;
    }
}

/* ===============================
Color
=============================== */

.sub-color {
    color: #24140e;
}

.b-color {
    color: #000;
}

.w-color {
    color: #fff;
}

/* ===============================
Background Color
=============================== */
.bg-main {
    background: #900;
}

.bg-b {
    background: #000;
}

.bg-w {
    background: #fff;
}

.bg-gray {
    background: #f1f1f1;
}

/* Container */
.container {
/*
    max-width: 1152px;
    min-width: 1100px;
*/
    padding: 0 10px;
    margin: 0 auto;
    max-width: 980px;
}

.m-w1140 {
    max-width: 1480px;
    min-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 980px;
    min-width: 980px;
}

.m-w1680 {
    max-width: 1680px;
    min-width: 1100px;
    margin: 0 auto;
    max-width: 980px;
    min-width: 980px;
}

.m-w1040 {
    margin: 0 auto;
    max-width: 1040px;
    min-width: 1040px;
}

.m-w1080 {
    max-width: 1080px;
    min-width: 1100px;
    margin: 0 auto;
    max-width: 880px;
    min-width: 880px;
}

/* ___________ SP _____________ */
@media screen and (max-width: 767px) {
    .container {
        padding: 0 8px;
    }

    .m-w1140 {
        padding: 0 8px;
    }

    /* Container */
    .container {
        max-width: 1152px;
        min-width: 100%;
        padding: 0 8px;
        margin: 0 auto;
    }

    .m-w1140 {
        max-width: 1480px;
        min-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .m-w1680 {
        max-width: 1680px;
        min-width: 100%;
        margin: 0 auto;
    }

    .m-w1040 {
        max-width: 1040px;
        min-width: 100%;
        margin: 0 auto;
    }

    .m-w1080 {
        max-width: 1080px;
        min-width: 100%;
        margin: 0 auto;
    }
}

/* ___________ /SP _____________ */

/* ___________ sec-ttl _____________ */

.sec-ttl {
    position: relative;
    display: flex;
    padding-top: 28px;
    flex-direction: row;
    align-items: center;
    column-gap: 78px;
    justify-content: center;
}

.sec-ttl::before {
    position: absolute;
    top: 0;
    width: 200px;
    height: 3px;
    content: "";
    border-left: 50px solid #df0615;
    background-color: #0e357f;
}

.sec-ttl h2 {
    display: inline-block;
    font-size: 3.8rem;
    line-height: 1.3;
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .sec-ttl {
        padding-top: 15px;
    }

    .sec-ttl::before {
        width: 100px;

        border-left: 25px solid #df0615;
    }

    .sec-ttl h2 {
        font-size: 2.4rem;
    }
}

/* ___________ /sec-ttl _____________ */

/* ___________ pageTop _____________ */

#page-top a {
    display: flex;
    width: 60px;
    height: 60px;

    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    line-height: 4.64;

    cursor: pointer;
    transition: all .6s;
    text-align: center;
    text-decoration: none;

    color: #df0615;
    background-color: transparent;

    align-items: center;
    justify-content: center;
}

#page-top a::before {
    position: absolute;
    top: 0;
    left: 50%;

    width: 25px;
    height: 25px;

    content: "";
    transform: translate(-50%);

    background: url(/assets/img/common/pageTop.png) center no-repeat;
    background-size: contain;
}

#page-top a:hover {
    color: #eb3f4b;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;

    transform: translateY(100px);
    /*はじめは非表示*/

    opacity: 0;
}

/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime .5s forwards;
}

@keyframes UpAnime {
    from {
        transform: translateY(100px);

        opacity: 0;
    }

    to {
        transform: translateY(0);

        opacity: 1;
    }
}

/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime .5s forwards;
}

@keyframes DownAnime {
    from {
        transform: translateY(0);

        opacity: 1;
    }

    to {
        transform: translateY(100px);

        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    #page-top a {
        width: calc(94px / 2);
        height: calc(94px / 2);
        font-size: 1rem;
        transition: all 1.2s;
    }

    #page-top {
        right: 10px;
        bottom: 10px;
    }
}

/* ___________ /pageTop _____________ */

/*
main {
    padding-top: 200px;
}
*/

@media screen and (max-width: 767px) {
    main {
        padding-top: 50px;
    }
}

/* section header */
#top-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
}

a {
    text-decoration: none;
}

.sec-header {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    gap: 20px;
    height: 77px;
    max-height: 77px;
}

.red-buttons {
    display: flex;
    align-items: center;
    gap: 2px;
}

.red-btn {
    height: 100%;
    max-height: 103px;
/*    font-weight: bold;*/
    cursor: pointer;
    color: #fff;
    border: none;
    background-color: #df0615;
}

.red-btn p {
    position: relative;
    text-align: left !important;
    background-repeat: no-repeat;
    background-origin: bottom right;
    font-weight: 500;
}

.red-btn p span {
    opacity: 1;
}

.rectangle {
    display: inline !important;
    max-width: 14px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.red-btn-1 {
    max-width: 162px;
    padding-block: 32px 21px;
    padding-inline: 17px;
    padding-block: 20px 10px;
}

.red-btn-2 {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-inline: 27px;
}

.red-btn-2 .white_rectangle {
    max-width: 14px;
    margin-bottom: 5px;
}

/* red btn text */
.red-btn-text-1 {
    line-height: 1.4;
}

.red-btn-text-2 {
    display: none;
}

.logo {
    height: 65px;
    max-width: 257px;
    margin-top: 12px;
    margin-bottom: 14px;
    margin-left: 27px;
    max-width: 200px;
    height: auto;
    margin-left: 17px;
}

.search-container {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.blue {
    color: #0e357f;
}

.white_gray {
    color: #8e8e8e !important;
}

.infos {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.info_item {
    display: flex;

    align-items: center;
}

.info_item:first-child {
    gap: 7px;
}

.info_item:nth-child(2) {
    gap: 4px;
}

.info_item img {
    max-width: 17px;
}

.location_icon {
    max-width: 11px;
    max-height: 15px;
}

.inner_search {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.search-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.inner_search {
    display: flex;
    height: 100%;

    border: 2px solid greed;

    justify-content: center;
}

.input-wrap {
    position: relative;
/*
    height: 48px;
    min-width: 280px;
*/
    height: 34px;
    min-width: 220px;
}

.input-txt {
    width: 100%;
    height: 100%;
    padding-right: 0 !important;
    padding-left: 14px;

    border: 2px solid #000;
    border-radius: 5px;
    background-color: #fafafa;
}

.search-form .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46px;
    width: 42px;
    min-height: 44px;
    min-height: 32px;
    cursor: pointer;
    color: transparent;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    background: #1a1a1a url(/assets/img/common/header_search.png) no-repeat center;
    background-size: 24px;
    background-size: 18px;
}

.menu_icon {
    display: none;
}

/* nav handle js */

.opacity_zero > * {
    transition: opacity .1s linear;

    opacity: 1;
}

.height_reduce .sec-header {
    max-height: 73px !important;
}

.height_reduce .search-container > * {
    display: none;
}

.height_reduce .logo-container {
    padding: 0;
    margin: 0;
}

.height_reduce .logo {
    width: 193px;
    height: 49px;
    margin: 13px 0 11px 27px;
}

.height_reduce .red-btn {
    display: flex;
    height: 73px;

    align-items: center;
    justify-content: center;
    padding-block: 0;
    padding-inline: 20px;
}

.height_reduce .red-btn-1 {
    width: 260px !important;
    max-width: 100vw;
}

.height_reduce .red-btn-2 {
    width: 133px !important;
    max-width: 100vw;
}

.height_reduce .rectangle {
    width: 14px;
    height: 10px;
    margin-left: 0;
}

/* header menu bar */
.pc-hdr-wrapper {
    background-color: #0e357f;
}

.pc-hdr-boxshadow {
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.pc-menu-bar {
    display: flex;
    padding-top: 1px;
    align-items: center;
    min-width: 1112px;
    min-width: 980px;
}

.menu-bar-li {
    display: flex;
    display: flex;
    width: 20%;
    padding: 12px 5px;
    line-height: 1.3;
    cursor: pointer;
    color: #fff;
    border-left: 1px solid #8e9bb4;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.menu-bar-li:hover {
    background-color: #1e4793;
}

.menu-bar-li:first-child {
    border: none;
}

/* header label txt */
.hdr-label {
    display: flex;
    padding: 15px 30px;

    background-color: #fff;

    gap: 32px;
}

.label-red-txt {
    font-size: 1.8rem;
    line-height: 1.67;

    color: #df0615;
}

.label-black-txt {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #24140e;
}

/* hover dropped menu box */
.pc-menubox-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    background: cyan;
    background: rgba(0, 0, 0, .7);
    border-bottom: 1px solid #24140e;
}

.menubox-contents {
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}

.menubox-contents-li {
    position: relative;
    display: none;
    height: auto;
    padding: 30px 0 40px 0;
    overflow-y: auto;
    background-color: #fff;
}

.menubox-contents-li.show-menu-content {
    display: block;
}

#cancel-btn-box {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 40px;
    bottom: 17px;
    cursor: pointer;
    display: none;
}

.menubox-outter {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    row-gap: 30px;
}

.menubox-items {
    padding: 0 15px;
}

.raw-ttl,
.reddot-ttl {
    display: flex;
    padding: 9px 0 11px 11px;

    background-color: #0e357f;

    align-items: center;
}

.reddot-ttl {
    position: relative;

    padding-left: 35px;
}

.reddot-ttl::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    height: 16px;
    content: "";
    transition: transform .2s ease-in-out 0s;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url(/assets/img/top/btn_arr.png) center center / 8px 6.5px no-repeat rgb(223, 6, 21);
    background-repeat: no-repeat;
    background-position: center center;
}

.raw-ttl p,
.reddot-ttl p {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
}

.menu-list-ul li {
    border-bottom: 1px solid #d0d0d0;
}

.menu-list-ul li a {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 1.2rem;
    line-height: 1.5;

    color: #24140e;
}

.menu-list-ul li a::before {
    position: absolute;
    top: 16px;
    left: 6px;

    width: 6px;
    height: 6px;

    content: "";
    transform: rotate(-45deg);

    border-right: 2px solid #df0615;
    border-bottom: 2px solid #df0615;
}

.hideall {
    display: none !important;
}

/* flex-widht prefix styles */
.f-col1 {
    width: 100%;
}

.f-col2 {
    width: 50%;
}

.f-col3 {
    width: 33.3333%;
}

.f-col3-2 {
    width: 66.6666%;
}

.f-col4 {
    width: 25%;
}

.f-col5 {
    width: 20%;
}

.f-col-rough01 {
    width: 55.277%;
}

.f-col-rough02 {
    width: 44.723%;
}

@media screen and (max-width: 767px) {
    .f-col1-sp {
        width: 100%;
    }

    .f-col2-sp {
        width: 50%;
    }

    .f-col3-sp {
        width: 33.3333%;
    }

    .f-col4-sp {
        width: 25%;
    }

    .f-col5-sp {
        width: 20%;
    }
}

ul.list-col-1 {
    column-count: 1;
}

ul.list-col-2 {
    column-count: 2;
}

ul.list-col-3 {
    column-count: 3;
}

ul.list-col-1.menu-list-ul,
ul.list-col-2.menu-list-ul,
ul.list-col-3.menu-list-ul {
    letter-spacing: -.75px;

    gap: 10px;
}

ul.list-col-3.menu-list-ul {
    margin-right: 10px;
}

ul.list-col-1 li,
ul.list-col-2 li,
ul.list-col-3 li{
    /* Firefox */
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* IE 10+ */
}

.col-7t3 {
    display: flex;
}
.col-7t3 ul.list-col-3 {
    width: 70%;
}

.col-7t3 ul.list-col-1 {
    width: 30%;
}

.com-ttl-flex {
    display: flex;
    flex-direction: column;

    gap: 10px;
}

.pc-nav {
    display: block;
    height: 61px;
    max-height: 61px;
}

.sp-nav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;

    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
@media screen and (max-width: 1150px) {
    .pc-nav {
        height: auto;
    }
}
@media screen and (max-width: 1100px) {
    .pc-nav .container {
        min-width: auto;
        padding: 0;
    }
    .pc-nav {
        display: block;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .red-buttons {
        gap: 1rem;
    }

    .pc-nav {
        display: none;
    }

    .sp-nav.open {
        display: block;
    }

    .sp-menu {
        background-color: #0e357f;
    }

    .sp-menu-box {
        padding: 20px 8px;
    }

    .sp-menu-box .search-btns {
        display: block;
    }

    .sp-menu-box .search-btns .input-wrap {
        height: 46px;
    }

    .sp-menu-box .search-btns .search-form .btn-submit {
        width: 46px;
        min-height: 46px;

        background-size: 24.16px;
    }

    .accordian-menu-list {
        width: 100%;

        list-style: none;

        color: #fff;
    }

    .accordian-menu-list .accordian-menu-title {
        position: relative;

        padding: 14px 8px;

        font-weight: bold;

        cursor: pointer;
        transition: all .5s ease;

        border-bottom: 1px solid #8e9bb4;
    }

    .accordian-menu-title::after {
        position: absolute;
        top: 50%;
        right: 10px;

        display: block;
        width: 9px;
        height: 9px;

        content: "";
        transform: translate(0, -50%) rotate(45deg);

        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .accordian-menu-title.open::after {
        transform: translate(0, -50%) rotate(-135deg);
    }

    .accordian-menu-list .accordian-menu-content {
        display: none;

        background-color: #fff;
    }

    .accordian-menu-content .sp-sub-ttl {
        padding: 14px 8px;

        color: #fff;
        background-color: #1a1a1a;
    }

    .accordian-menu-content a.sp-sub-ttl {
        position: relative;

        color: #fff;
    }

    .accordian-menu-content a.sp-sub-ttl::after {
        position: absolute;
        top: 50%;
        right: 10px;

        display: block;
        width: 20px;
        height: 20px;

        content: "";
        transform: translate(0, -50%);

        background: url(/assets/img/top/acc-btn-red.png) no-repeat center;
        background-size: contain;
    }

    .accordian-menu-content .sp-sub-lk {
        position: relative;

        padding: 14px 30px 14px 8px;

        font-weight: 400;

        text-align: justify;

        border-bottom: 1px solid #d0d0d0;
    }

    .accordian-menu-content .sp-sub-lk::after {
        position: absolute;
        top: 50%;
        right: 10px;

        display: block;
        width: 8px;
        height: 8px;

        content: "";
        transform: translateY(-50%) rotate(-45deg);

        border-right: 2px solid #df0615;
        border-bottom: 2px solid #df0615;
        background-size: contain;
    }

    .sp-menu .info-box {
        padding: 30px 0 60px;
        margin-bottom: 20px;

        background-color: #fff;
    }

    .sp-menu .infos {
        display: flex;
        max-width: 265px;
        margin: 0 auto;

        align-items: center;
        flex-wrap: wrap;
        gap: 20px 30px;
        justify-content: space-around;
    }
}

/* End of header */

/* Start: Footer */
.ftr-wrapper {
    padding: 80px 0 0 0;
}

.m-w1420 {
    max-width: 1433px;
    min-width: 1100px;
    margin: 0 auto;
    max-width: 980px;
    min-width: 980px;
}

.ftr-main-flex {
    display: flex;
    padding-bottom: 25px;
}

.left-wrapper {
    width: 200px;
}

.left-ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.left-ul li {
    position: relative;
    padding: 5px 0;
}

.left-ul li::after {
    position: absolute;
    top: 7px;
    right: 18px;
    z-index: -1;
    width: 15px;
    height: 12px;
    content: "";
    background: url(/assets/img/common/red_btn_arr.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.left-ul li a {
    padding: 0 0 0 16px;
    padding-right: 35px;
    color: #1a1a1a;
    font-size: 1.2rem;
}

.left-ul li a:hover {
    opacity: .75;
}

.left-ul02 {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
}

.left-ul02 li {
    background-color: #df0615;
}

.left-ul02 li a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 12px;
    content: "";
    transform: translateY(-50%);
    background: url(/assets/img/common/white_btn_window.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.left-ul02 li a {
    position: relative;
    padding: 18px 50px 18px 10px;
    color: #fff;
    font-size: 1.2rem;
}

.left-ul03 {
    margin-top: 15px;
}

.left-ul03 li {
    background-color: #1a1a1a;
}

.left-ul03 li a {
    position: relative;
    padding: 18px 50px 18px 32px;
    color: #fff;
    font-size: 1.2rem;
}

.left-ul03 li a::before {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 17px;
    height: 15px;
    content: "";
    transform: translateY(-50%);
    background: url(/assets/img/common/white_man_img.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.right-wrapper {
    width: calc(100% - 200px);
    padding-left: 10px;
}

.right-ul {
    display: flex;
    line-height: 1.75;
    flex-wrap: wrap;
    row-gap: 25px;
}

.right-li {
    width: 33.3333%;
    padding: 0 13px;
    padding: 0 6px;
}

.ftr-menu-ttl {
    position: relative;
    display: flex;
    min-height: 50px;
    padding: 5px 35px 5px 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #0e357f;
    align-items: center;
}

.ftr-menu-ttl p {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
}

.left-ul03 li a::after,
.ftr-menu-ttl::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 15px;
    height: 12px;
    content: "";
    transform: translateY(-50%);
    background: url(/assets/img/common/white_btn_arr.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.ftr-menu-ttl a {
    width: 100%;
    color: #fff;
}

.right-contents {
    display: flex;
    padding-top: 15px;
    padding-left: 12px;
    flex-direction: column;
    line-height: 1.7;
    gap: 5px;
}

.right-contents li {
    position: relative;
}

.right-contents li a {
    color: #24140e;
    font-size: 1.15rem;
}

.right-contents li a:hover {
    opacity: 0.7;
}

.right-contents li::before {
    position: absolute;
    top: 6px;
    left: -13px;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(-45deg);
    border-right: 2px solid #0e357f;
    border-bottom: 2px solid #0e357f;
}

.ftr-logo-social {
    display: flex;
    padding: 20px 0;

    align-items: center;
    justify-content: space-between;
}

.ftr-logo-img {
    max-width: 267px;
}

.ftr-social-flex {
    display: flex;

    align-items: center;
    gap: 22px;
}

.ftr-social-img {
    max-width: 37px;
}

.ftr-copyright {
    background-color: #000;
}

.copyright-txt {
    display: flex;
    padding: 20px 0;

    justify-content: center;
}

.copyright-txt p {
    line-height: 1.5;

    color: #fff;
}

.ftr-logo-spbox {
    display: none;
}
@media screen and (max-width: 1419px) {
    .right-li {
        width: 50%;
    }
}
@media screen and (max-width: 1250px) {
    .ftr-social-img {
        width: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ftr-wrapper {
        padding: 23px 0 0 0;
    }

    .ftr-wrapper .m-w1420 {
        min-width: 100%;
        padding: 0;
    }

    .ftr-inner-wrapper {
        padding: 0;
    }

    .ftr-main-flex {
        padding-bottom: 0;
        margin-right: 0;
    }

    .left-wrapper {
        width: 100%;
    }

    .left-ul {
        border-top: 1px solid #ddd;

        gap: 0;
    }

    .left-ul li {
        border-bottom: 1px solid #ddd;
    }

    .left-ul li::after {
        right: 14px;
    }

    .left-ul02 {
        display: none;
    }

    .left-ul03 {
        padding: 0 8px;
        margin-top: 16px;
    }

    .left-ul03 li a {
        padding: 16px 50px 16px 42px;
    }

    .ftr-logo {
        display: none;
    }

    .ftr-logo-social {
        padding: 30px 8px 20px 8px;

        justify-content: center;
    }

    .ftr-copyright {
        padding: 0 18px;
    }

    .copyright-txt {
        justify-content: flex-start;
        padding-block: 9px 8px;
    }

    .copyright-txt p {
        font-size: 1rem;
    }

    .right-wrapper {
        display: none;
    }

    .ftr-logo-spbox {
        display: block;
        margin-bottom: 16px;
    }

    .ftr-logo-sp {
        width: 183px;
        margin: 0 auto;
    }

    .ftr-social-flex {
        gap: 18px;
    }
}

/* End: Footer */

/* addition */

.nowrap {
    white-space: nowrap;
}

.sub-txt-box {
    margin-top: 5px;
}

/*----------------------------------
PRINT
------------------------------------*/
@media print {
 #top-header {
 position: relative;
 }
 main {
 padding-top: 0!important;
 }
}




