/*====================================================================================================
  base.css — 基本レイアウト
  body, #document, #gheader, #container, #gfooter 等のページ骨格を定義。
  PC/モバイルのレスポンシブ切替もここで行う。
  読み込み順: 2番目（format.css の後）
====================================================================================================*/
body {
    color: #25180A;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width: 769px) {
    body {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

html {
    background: #F5F3F2;
}

#document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    margin: 0 auto;
    background: #F5F3F2;
}

a {
    color: #004BA5;
}

@media print, screen and (min-width: 769px) {
    a[href*="tel:"] {
        text-decoration: none;
        pointer-events: none;
        cursor: text;
    }

    a[href*="tel:"] img {
        cursor: default;
    }
}

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
}

#gheader .logo {
    margin-bottom: 0;
}

#gheader .logo span {
    overflow: hidden;
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    line-height: 1;
    background-image: url("images/common/mod_img_sprite.png");
    width: 180px;
    height: 33px;
    background-position: 0px 0px;
    background-size: 220px 197px;
}

#gheader .headInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#gheader .menuWrap .linkList {
    margin-bottom: 0;
}

#gheader .menuWrap .linkList > li.parent .innerList {
    margin-bottom: 0;
}

#gheader .menuWrap .linkList > li > a {
    color: #25180A;
    text-decoration: none;
    font-weight: 500;
}

#gheader .menuWrap .subList {
    margin-bottom: 0;
}

#gheader .menuWrap .subList .news.unread a:after {
    content: "";
    background: #DD6262;
    border-radius: 50%;
}

#gheader .menuWrap .subList .messages.unread a:after {
    content: "";
    background: #DD6262;
    border-radius: 50%;
}

#gheader .menuWrap .subList .messages.own_company_unread a:after {
    content: "";
    background: #33BCCC;
    border-radius: 50%;
}

#gheader .info .infoTtl {
    overflow: hidden;
}

#gheader .info .infoTtl .main {
    font-weight: 500;
    display: flex;
}

#gheader .info .infoTtl .sub {
    margin-bottom: 0;
    line-height: 1;
}

#gheader .info .infoMenu .list {
    margin-bottom: 0;
}

#gheader .info .infoMenu .subList > li > div > div > a {
    color: #25180A;
    text-decoration: none;
    font-weight: 500;
}

@media print, screen and (min-width: 769px) {
    #gheader {
        background: #FFF;
        border-radius: 0 0 24px 24px;
    }

    #gheader .menuBtn,
    #gheader .infoBtn,
    #gheader .closeBtn {
        display: none;
    }

    #gheader .headInner {
        padding: 0 20px 0 40px;
    }

    #gheader .logo {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #gheader .logo:not(:only-child) {
        margin-right: 44px;
    }

    #gheader .menuWrap {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #gheader .menuWrap .menuInner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #gheader .menuWrap .linkList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #gheader .menuWrap .linkList > li {
        font-size: 1.6rem;
    }

    #gheader .menuWrap .linkList > li.parent:hover .innerList {
        opacity: 1;
        pointer-events: all;
    }

    #gheader .menuWrap .subList.linkList > li.parent > a:after {
        content: "";
        overflow: hidden;
        display: inline-block;
        text-indent: 200%;
        white-space: nowrap;
        vertical-align: 1px;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 13px;
        height: 8px;
        background-position: -46px -181px;
        background-size: 220px 197px;
        margin-left: 7px;
    }

    #gheader .menuWrap .linkList > li.parent .innerList {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        position: absolute;
        background: #FFF;
        border-radius: 0 0 6px 6px;
        z-index: 1;
        padding: 20px;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li {
        font-size: 1.4rem;
        width: 130px;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li + li {
        margin-top: 10px;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li a {
        color: #674E30;
        text-decoration: none;
        font-weight: 500;
    }

    #gheader .menuWrap .linkList > li.parent #faqMenuList > li {
        width: 211px;
    }

    #gheader .info .infoMenu .subList > li > div > div > a:hover {
        text-decoration: underline;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
    #gheader .menuWrap .linkList > li.parent .innerList > li a:hover {
        color: #FA742A;
        text-decoration: underline;
    }
}

@media print, screen and (min-width: 769px) {
    #gheader .menuWrap .linkList > li > a {
        display: block;
        padding: 18px 20px;
        color: #674E30;
        text-decoration: none;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
    #gheader .menuWrap .linkList > li > a:hover {
        color: #FA742A;
        text-decoration: underline;
    }
}

@media print, screen and (min-width: 769px) {
    #gheader .menuWrap .subList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

    #gheader .menuWrap .subList > li.news {
        position: relative;
    }

    #gheader .menuWrap .subList > li.news.unread a:after {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 2px;
        right: 4px;
    }

    #gheader .menuWrap .subList > li.news > a span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 24px;
        height: 26px;
        background-position: 0px -150px;
        background-size: 220px 197px;
    }

    #gheader .menuWrap .subList > li.messages {
        position: relative;
    }

    #gheader .menuWrap .subList > li.messages.unread a:after {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0px;
        right: 35px;
    }

    #gheader .menuWrap .subList > li.messages.own_company_unread a:after {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 0px;
        right: 35px;
    }

    #gheader .menuWrap .subList > li.messages > a span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 29px;
        height: 23px;
        background-position: -107px -83px;
        background-size: 220px 197px;
        margin-right: 35px;
    }

    #gheader .menuWrap .subList > li.manual {
        margin-left: 30px;
        cursor: pointer;
    }

    #gheader .menuWrap .subList > li.manual > a span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 28px;
        height: 28px;
        background-position: 0px -117px;
        background-size: 220px 197px;
    }

    #gheader .menuWrap .subList > li.manual > a.manual_icon {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 22px;
        height: 22px;
        background-position: 0px -117px;
        background-size: 220px 197px;
    }

    #gheader .menuWrap .subList > li > a {
        display: block;
        padding: 5px;
    }

    #gheader .menuWrap .subList > li.header_group_icon {
        position: relative;
    }

    #gheader .menuWrap .subList > li.header_group_icon_link.unread a:after {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 2px;
        right: 4px;
    }

    #gheader
        .menuWrap
        .subList
        li.header_group_icon
        > a.header_group_icon_link {
        content: "";
        display: block;
        height: 18px;
        width: 18px;
        background-image: url("/Image/header_group_icon.png");
        background-size: contain;
        margin-right: 40px;
        font-size: 0;
        background-repeat: no-repeat;
    }

    #gheader .menuWrap .subList > li.setting_icon {
        height: 28px;
        width: 28px;
        margin-right: 40px;
        cursor: pointer;
    }

    #gheader .menuWrap .subList > li.parent > a.setting {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url(images/common/gear.png);
        background-size: contain;
        width: 18px;
        height: 18px;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
    #gheader .menuWrap .subList > li > a:hover {
        opacity: 0.7;
    }
}

@media print, screen and (min-width: 769px) {
    #gheader .info {
        position: relative;
        padding-left: 25px;
        margin-left: 35px;
    }

    #gheader .info:hover .infoMenu {
        display: block;
    }

    #gheader .info:before {
        content: "";
        display: block;
        width: 1px;
        height: 28px;
        background: #D9D2CB;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    #gheader .info .infoTtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 185px;
        height: 60px;
        position: relative;
        z-index: 2;
    }

    #gheader .info .infoTtl .icon {
        margin-right: 12px;
    }

    #gheader .info .infoTtl .main {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1.4rem;
        margin-bottom: 1px;
        display: block;
    }

    #gheader .info .infoTtl .sub {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1.2rem;
    }

    #gheader .info .infoMenu {
        background: #FFF;
        display: none;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        position: absolute;
        z-index: 1;
        min-width: 250px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 20px 20px;
        top: 40px;
        right: -20px;
        border-radius: 0 0 6px 6px;
    }

    #gheader .info .infoMenu a {
        color: #25180A;
        color: #674E30;
        text-decoration: none;
        font-weight: 500;
    }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
    #gheader .info .infoMenu a:hover {
        color: #FA742A;
        text-decoration: underline;
    }
}

@media print, screen and (min-width: 769px) {
    #gheader .info .infoMenu .list {
        font-size: 1.4rem;
    }

    #gheader .info .infoMenu .list > li + li {
        margin-top: 10px;
    }

    #gheader .info .infoMenu .list .subList {
        border-bottom: 1px solid #D9D2CB;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #gheader .info .infoMenu .list .subList > li + li {
        margin-top: 11px;
    }

    #gheader .info .infoMenu .list .subList > li:only-child {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    #gheader.simple .headInner {
        background: #FFF;
        height: 64px;
        border-radius: 0 0 18px 18px;
    }

    #gheader.type1 .infoBtn button span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 40px;
        height: 40px;
        background-position: 0px -38px;
        background-size: 220px 197px;
    }

    #gheader.type2 .infoBtn button span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 40px;
        height: 40px;
        background-position: -45px -38px;
        background-size: 220px 197px;
    }

    #gheader .headSpInner {
        width: 100%;
        height: 64px;
        background: #FFF;
        border-radius: 0 0 18px 18px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #gheader .logo {
        margin: auto;
    }

    #gheader .infoBtn {
        position: absolute;
        left: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #gheader .infoBtn button {
        padding: 2px;
    }

    #gheader .menuBtn {
        position: absolute;
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #gheader .menuBtn button {
        padding: 6px;
    }

    #gheader .menuBtn button span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 32px;
        height: 25px;
        background-position: -70px -83px;
        background-size: 220px 197px;
    }

    #gheader .menuWrap {
        opacity: 0;
        -webkit-transform: translateX(66px);
        transform: translateX(66px);
        pointer-events: none;
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

    #gheader .menuWrap.is_active {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
    }

    #gheader .menuWrap:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(37, 24, 10, 0.8);
    }

    #gheader .menuWrap .menuInner {
        background: #FFF;
        margin-left: 66px;
        position: relative;
        padding: 2px 20px 20px;
        width: calc(100% - 66px);
        height: 100%;
        top: 0;
        right: 0;
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #gheader .menuWrap .closeBtn {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 66px;
    }

    #gheader .menuWrap .closeBtn span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 23px;
        height: 23px;
        background-position: -157px -117px;
        background-size: 220px 197px;
        position: absolute;
        top: 21px;
        left: 22px;
    }

    #gheader .menuWrap .linkList {
        margin-bottom: 30px;
    }

    #gheader .menuWrap .linkList > li {
        font-size: 2rem;
        border-bottom: 1px solid #D9D2CB;
    }

    #gheader .menuWrap .linkList > li.parent > a {
        position: relative;
    }

    #gheader .menuWrap .linkList > li.parent > a.is_active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #gheader .menuWrap .linkList > li.parent > a:before,
    #gheader .menuWrap .linkList > li.parent > a:after {
        content: "";
        display: block;
        position: absolute;
        top: 29px;
        right: 12px;
        width: 18px;
        height: 2px;
        background: #C9A173;
        border-radius: 1px;
    }

    #gheader .menuWrap .linkList > li.parent > a.header_group_icon_link:before,
    #gheader .menuWrap .linkList > li.parent > a.header_group_icon_link:after {
        content: none;
        display: block;
        position: absolute;
        top: 29px;
        right: 12px;
        width: 18px;
        height: 2px;
        background: #C9A173;
        border-radius: 1px;
    }

    #gheader .menuWrap .linkList > li.parent > a.hasgroup:before,
    #gheader .menuWrap .linkList > li.parent > a.hasgroup:after,
    #gheader .menuWrap .linkList > li.parent > a.manual_icon:before,
    #gheader .menuWrap .linkList > li.parent > a.manual_icon:after {
        content: "";
        display: block;
        position: absolute;
        top: 29px;
        right: 12px;
        width: 18px;
        height: 2px;
        background: #C9A173;
        border-radius: 1px;
    }

    #gheader .menuWrap .linkList > li.parent > ul.innerList > li#guideArea {
        display: none;
    }

    #gheader .menuWrap .linkList > li.parent > a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    #gheader .menuWrap .linkList > li.parent .innerList {
        padding: 2px 0 20px;
        display: none;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li {
        font-size: 1.6rem;
        font-weight: 500;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li + li {
        margin-top: 20px;
    }

    #gheader .menuWrap .linkList > li.parent .innerList > li a {
        color: #25180A;
        text-decoration: none;
    }

    #gheader .menuWrap .linkList > li a {
        display: block;
    }

    #gheader .menuWrap .linkList > li > a {
        padding: 18px 0;
    }

    #gheader .menuWrap .subList > li {
        font-size: 1.8rem;
        font-weight: 500;
    }

    #gheader .menuWrap .subList > li.news.unread a:after {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: #DD6262;
        margin-left: 8px;
    }

    #gheader .menuWrap .subList > li.messages.unread a:after {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: #DD6262;
        margin-left: 8px;
    }

    #gheader .menuWrap .subList > li.messages.own_company_unread a:after {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: #33BCCC;
        margin-left: 8px;
    }

    #gheader .menuWrap .subList > li + li {
        margin-top: 20px;
    }

    #gheader .menuWrap .subList > li a {
        color: #25180A;
        text-decoration: none;
    }

    #gheader .info {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        -webkit-transform: translateX(-66px);
        transform: translateX(-66px);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    }

    #gheader .info.is_active {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
    }

    #gheader .info:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(37, 24, 10, 0.8);
    }

    #gheader .info .closeBtn {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 66px;
    }

    #gheader .info .closeBtn span {
        overflow: hidden;
        display: block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url("images/common/mod_img_sprite.png");
        width: 23px;
        height: 23px;
        background-position: -157px -117px;
        background-size: 220px 197px;
        position: absolute;
        top: 21px;
        left: 22px;
    }

    #gheader .info .infoInner {
        background: #FFF;
        margin-right: 66px;
        position: relative;
        padding: 24px 20px 20px;
        width: calc(100% - 66px);
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #gheader .info .infoTtl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
        border-bottom: 1px solid #D9D2CB;
    }

    #gheader .info .infoTtl .txtWrap {
        margin-left: 16px;
        margin-top: 5px;
    }

    #gheader .info .infoTtl .main {
        margin-bottom: 8px;
        font-size: 1.8rem;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #gheader .info .infoTtl .sub {
        font-size: 1.6rem;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #gheader .info .infoMenu .list > li {
        font-size: 1.8rem;
    }

    #gheader .info .infoMenu .list > li + li {
        margin-top: 20px;
    }

    #gheader .info .infoMenu .list > li > a {
        color: #25180A;
        text-decoration: none;
        font-weight: 500;
    }

    #gheader .info .infoMenu .subList {
        padding: 30px 0;
        margin-bottom: 30px;
        border-bottom: 1px solid #D9D2CB;
    }

    #gheader .info .infoMenu .subList > li {
        font-size: 1.6rem;
    }

    #gheader .info .infoMenu .subList > li + li {
        margin-top: 20px;
    }

    #gheader .info .infoMenu .subList > li > a {
        display: block;
        padding-left: 25px;
        text-decoration: none;
    }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
#gnav {
    position: relative;
    margin: 0 auto;
}

#gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

#gnav ul > li a {
    display: block;
    text-decoration: none;
}

@media print, screen and (min-width: 769px) {
    #gnav {
        width: 1024px;
    }

    #gnav .menu {
        display: none;
    }

    #gnav ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #gnav ul > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #gnav ul > li a {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #gnav .menu {
        position: absolute;
        top: -50px;
        right: 0;
    }

    #gnav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #gnav ul > li {
        border-bottom: 1px solid currentColor;
        padding: 10px;
    }
}

/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
#breadcrumb ol {
    position: relative;
    margin: 0;
}

#breadcrumb ol > li {
    padding: 10px 0;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

#breadcrumb ol > li:nth-child(n + 2)::before {
    width: 2em;
    content: ">";
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#breadcrumb ol > li em {
    font-weight: normal;
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
    position: relative;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

@media print, screen and (min-width: 769px) {
    #container {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #container {
        padding-top: 64px;
    }
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print, screen and (min-width: 769px) {
    #wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    #wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media print, screen and (min-width: 769px) {
    #wrapper #mainContents {
        padding-right: 30px;
    }
}

/* SubContents
--------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
    #subContents {
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    }
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gfooter a,
#gfooter button {
    color: #FFF;
    text-decoration: none;
}

#gfooter .content {
    background: #674E30;
}

#gfooter .content .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gfooter .content .linkList > li {
    font-weight: 500;
    position: relative;
}

#gfooter .content .linkList > li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #A0907E;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#gfooter .content .linkList > li a,
#gfooter .content .linkList > li button {
    font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
    #gfooter .content .linkList > li {
        font-size: 1.2rem;
    }
}

#gfooter .copyright {
    margin-bottom: 0;
    color: #FFF;
    font-weight: 500;
    white-space: nowrap;
}

#gfooter > .copyright {
    text-align: center;
    color: #674E30;
}

@media print, screen and (min-width: 769px) {
    #gfooter {
        padding: 0 40px 40px;
    }

    #gfooter .content {
        border-radius: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 40px;
    }

    #gfooter .content .linkList {
        margin-bottom: 0;
    }

    #gfooter .content .linkList > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #gfooter .content .linkList > li:not(:last-child) {
        padding-right: 24px;
        margin-right: 24px;
    }

    #gfooter .content .linkList > li a:hover,
    #gfooter .content .linkList > li button:hover {
        text-decoration: underline;
    }

    #gfooter .content .copyright {
        margin-left: auto;
    }

    #gfooter .content .copyright small {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 768px) {
    #gfooter.simple {
        padding-bottom: 40px;
    }

    #gfooter .content {
        padding: 30px 20px;
    }

    #gfooter .content .linkList {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px;
    }

    #gfooter .content .linkList > li {
        font-size: 1.2rem;
        line-height: 16px;
        margin-bottom: 24px;
    }

    #gfooter .content .linkList > li:not(:last-child) {
        padding-right: 14px;
        margin-right: 14px;
    }

    #gfooter .content .copyright {
        margin-top: 10px;
        text-align: center;
    }

    #gfooter .content .copyright small {
        font-size: 1.2rem;
    }
}

