@charset "utf-8";
/* CSS Document */
/*=========================================

　共通css

=========================================*/
/*------------------------------------------------------------------------------------
 Link
------------------------------------------------------------------------------------*/
#header a[target="_blank"]:not(.noicon),
#footer a[target="_blank"]:not(.noicon){
    display:inline-block;
    padding-right:1.2em;
    position:relative;
}
#header a[target="_blank"]:not(.noicon)::after,
#footer a[target="_blank"]:not(.noicon)::after{
    content:url("../images/icon_blink.svg");
    display:inline-block;
    position:absolute;
    top:50%;
    right: 0;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
#header a.icon-w[target="_blank"]:not(.noicon)::after,
#footer a.icon-w[target="_blank"]:not(.noicon)::after{
    content: url("../images/icon_blink_w.svg");
}
/*------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------*/
html,
html.medium{
    font-size: 62.5%;
}
html.small{
    font-size: 56.2%;
}
html.large{
    font-size: 75.0%;
}
body{
    overflow-x: hidden;
}
#header,
#footer{
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    color: #2f3638;
    line-height: 1.8;
    text-align: left;
    font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    word-wrap: break-word;
}
#header img,
#footer img {
    vertical-align: bottom;
}
#header a,
#footer a {
    text-decoration: none;
}
#header a:hover,
#footer a:hover {
    color: #ffffff!important;
}
#header {
    background-color: #fff;
    position: relative;
    width: 100%;
}
#header * {
    box-sizing: border-box;
}
.header-inner {
    display: flex;
    height: 110px;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.header-sp{
    display:flex;
    flex: 0 1 auto;
    flex-basis: 40%;
}
#logo {
    align-items: center;
    display: flex;
    width: 100%;
}
#logo img {
    width: 100%;
}
.logo-kssol {
    margin-right: 1em;
    max-width: 310px;
    width:100%;
}
.logo-50th {
    max-width: 70px;
    width:100%;
}
/*=== グローバルメニュー ===*/
.gmenu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header .gmenu-container a:hover {
    color: #2f3638!important;
    text-decoration: none!important;
}
.gmenu-upper {
    display: flex;
    justify-content: flex-end;
    margin-top: 1em;
}
.gmenu-upper > li {
    height: 30px;
}
.gmenu-upper > li:not(:last-child) {
    margin-right: 0.7em;
}
.gmenu-upper > li.logo-group {
    margin-right: 1.3em;
    width: 240px;
}
.gmenu-lower {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}
.gmenu-lower > li{
    height: 50px;
}
.gmenu-lower > li > a {
    align-items:center;
    color: #2f3638;
    display: flex;
    height: 100%;
    padding: 0 1.3em;
    position: relative;
    white-space: nowrap;
}
.gmenu-lower > li:not(:last-child) > a::before {
    background-color: #003888;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    -webkit-transform: translateY(-50%);
}
.gmenu-lower > li > a::after {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: 0.3s ease 0s;
    width: 0;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
}
.gmenu-lower > li > a:hover::after,
.gmenu-lower > li > a.is-current::after {
    background-color: #003888;
    width: 100%;
}
/*---言語選択・文字サイズ選択---*/

.box-language {
    color: #fff;
    font-size: 1.2rem;
    height: 100%;
}
.current-language,
.current-fontsize {
    background-color: #003888;
    cursor: pointer;
    height: 100%;
    padding: 9px 2em 5px 12px;;
    position: relative;
}
.current-language::after,
.current-fontsize::after {
    border-color: #fff #fff transparent transparent;
    border-width: 1px 1px 0 0;
    border-style: solid solid none none;
    content: "";
    height: 6px;
    position: absolute;
    right: 8px;
    transform: rotate(135deg);
    top: 30%;
    width: 6px;
}
.list-language > li,
.list-fontsize > li {
    background-color: #003888;
    position: relative;
    text-align: center;
    z-index: 100;
}
.list-language a,
.list-fontsize > li {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}
#header .list-language a:hover,
.list-fontsize > li:hover {
    color:#ffffff!important;
    background-color: #032b65;
}
.list-fontsize > li:hover {
    cursor: pointer;
}
.box-fontsize {
    color: #fff;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
}
.ttl-fontsize {
    background-color: #003888;
    height: 100%;
    padding: 9px 12px 7px;
    position: relative;
}
.ttl-fontsize::after {
    background-color: #fff;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    -webkit-transform: translateY(-50%);
}
.current-fontsize {
    height: 30px;
}
/*---サイト内検索---*/

.box-search {
    font-size: 0;
    white-space: nowrap;
}
#textsearch input,
#textsearch button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1.2rem;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: bottom;
}
#textsearch input.text-search {
    background-color: #eff3f4;
    height: 30px;
    max-width: 170px;
    padding: 0.3em;
}
#textsearch button {
    background-color: #003888;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 9px;
    width: 30px
}
#textsearch button > img {
    vertical-align: top;
    width: 12px;
}
.logo-group {
    align-items: center;
    display: flex;
}
.logo-group >p {
    width: 100%;
}
.logo-group img {
    vertical-align: middle;
    width: 100%;
}
/*---グロナビドロップダウンエリア---*/

.gmenu-category-container {
    background-color: #f0f4f9;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: 90;
}
.gmenu-category-inner {
    align-items: center;
    display: flex;
    min-width: 1190px;
    margin: 0 auto;
    padding: 20px 0;
}
/*カテゴリタイトル*/

.ttl-category {
    color: #003888;
    line-height: 1.3;
    min-width: 25%;
    padding: 0 42px;
    text-align: center;
}
.ttl-category span {
    font-family: "Times New Roman",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 3.6rem;
    letter-spacing: 1px;
    line-height:1;
}
.ttl-line {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    margin-top: 10px;
}
.ttl-line::before,
.ttl-line::after {
    content: "";
    height: 1px;
    background: #003888;
    display: block;
    width: 15px;
}
.ttl-line::before {
    margin-right: 0.5em;
}
.ttl-line::after {
    margin-left: 0.5em;
}
/*カテゴリ詳細一覧*/

.box-category-detail {
    align-items: center;
    border-left: #d7dce3 solid 1px;
    display: flex;
    height: 100%;
    padding: 24px;
}
.list-category-detail {
    display: flex;
    flex-wrap: wrap;
}
.list-category-detail > li > a {
    display: inline-block;
    line-height: 3em;
    margin-right: 3em;
    padding-left: 1.5em;
    position: relative;
    color: #2f3638;
}
.list-category-detail > li > a:hover {
    opacity: 0.8;
}
.list-category-detail > li > a::before {
    border-width: 1px 1px 0px 0px;
    border-style: solid solid none none;
    border-color: #003888 #003888 transparent transparent;
    content: '';
    display: inline-block;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}
/*---ハンバーガーメニュー---*/

.gmenu-toggle {
    display: none;
}
.gmenu-toggle {
    background-color: #003888;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 65%;
    height: 70px;
    padding: 1em 1.5em;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
}
.gmenu-toggle div {
    position: relative;
}
.gmenu-toggle span:nth-child(1) {
    top: 0;
}
.gmenu-toggle span:nth-child(2) {
    top: 22px;
}
.gmenu-toggle span:nth-child(3) {
    top: 31px;
}
.gmenu-toggle span:nth-child(4) {
    top: 40px;
}
.gmenu-toggle span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.35s ease-in-out 0s;
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out 0s;
}
.gmenu-toggle span.txt-menu {
    font-size: 1.2rem;
    font-family: "Times New Roman",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
}
.gmenu-toggle.cross span:nth-child(2) {
    transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(10px) rotate(45deg);
}
.gmenu-toggle.cross span:nth-child(3) {
    left: 50%;
    opacity: 0;
}
.gmenu-toggle.cross span:nth-child(4) {
    transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
}
/*---プラスアイコン---*/

.icon-plus {
    display: none;
}
/*---50thロゴ---*/

.logo-50th-sp {
    display: none;
}
/*=== ドロップダウンメニューアニメーション ===*/

.dropdown-container {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease 0s;
}
.dropdown-open,
.gmenu-lower li.hover-dropdown:hover > .dropdown-container {
    max-height: 100vh;
}
/*------------------------------------------------------------------------------------
 Main
------------------------------------------------------------------------------------*/
#main,
#hansel{
    font-size:1.0rem;
}
/*------------------------------------------------------------------------------------
 Breadcrumb
------------------------------------------------------------------------------------*/
.breadcrumb_container{
    background-color: #e8ecf1;
    margin-bottom: 15px;
    width: 100%;
}
#hansel{
    max-width: 950px;
    padding: 1em 0;
    width: auto;
}
/*------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------*/

#footer {
    background-color: #2f3638;
    padding: 60px 0 0;
    position: relative;
    width: 100%;
}
#footer * {
    box-sizing: border-box;
}
.footer-upper,
.footer-lower-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
}
.footer-upper {
    margin-bottom: 40px;
}
.footer-col-l {
    flex: 0 1 auto;
    flex: 1 0 35%;
}
.footer-col-r {
    flex: 0 1 auto;
    flex: 1 0 65%;
}
.logo-footer {
    max-width: 335px;
}
.logo-footer img {
    width:100%;
}
.footer-sitemap {
    display: flex;
    justify-content: space-between;
}
.footer-sitemap > li {
    color: #fff;
}
.ttl-footer-sitemap {
    border-bottom: #fff solid 1px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.ttl-footer-sitemap a{
    font-weight: bold;
}
.ttl-footer-sitemap.no-brdr {
    border-bottom: none;
}
.ttl-footer-sitemap a {
    color: #fff;
}
.footer-sitemap-detail > li {
    font-size: 1.2rem;
}
.footer-sitemap-detail > li a {
    padding: 0.7em 0 1em;
    color: #fff;
    display: inline-block;
}
.footer-lower {
    background-color: #003888;
    color: #fff;
    font-size: 1.1rem;
    padding: 1.5em 0;
    width: 100%;
}
.link-list-footer {
    display: flex;
}
.link-list-footer > li {
    padding: 0 1.5em;
}
.link-list-footer > li:not(:last-child) {
    border-right: #fff solid 1px;
}
.link-list-footer > li:last-child {
    padding-right: 0;
}
.link-list-footer > li > a {
    color: #fff;
}
.logo-group-sp {
    display: none;
}
/*------------------------------------------------------------------------------------
 Pagetop
------------------------------------------------------------------------------------*/

#pagetop {
    background-color: #2f3638;
    background-size: 200% 100%;
    border: #2f3638 solid 1px;
    box-sizing: border-box;
    display: block;
    padding: 30px;
    position: fixed;
    right: 0;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
}
#pagetop::before {
    border-color: #fff #fff transparent transparent;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 60%;
    transform: translate(-50%, -55%) rotate(-45deg);
    width: 15px;
    -webkit-transform: translate(-50%, -55%) rotate(-45deg);
}
#pagetop:hover {
    background-position: -100% 100%;
    background-color: #fff;
}
#pagetop:hover::before {
    border-color: #2f3638 #2f3638 transparent transparent;
}
@media screen and (max-width: 1180px) {
/*------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------*/
    #logo{
        padding: 0 0 0 1em;
    }
    .logo-50th{
        max-width:60px;
    }
/*------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------*/
    .footer-upper,
    .footer-lower-inner {
        padding: 0 20px;
    }
/*------------------------------------------------------------------------------------
 Pagetop
------------------------------------------------------------------------------------*/
    #pagetop {
        background-image:none;
        border-bottom: #475259 solid 1px;
        position: relative;
        width: 100%;
    }
    #pagetop:hover{
        background-color: #2f3638;
    }
    #pagetop:hover::before{
    border-color: #ffffff #ffffff transparent transparent;
    }
}
@media screen and (max-width: 800px) {
    /*=== タブレットでは非表示 ===*/
    
    .gmenu-upper > li:nth-of-type(2),
    .logo-group,
    .current-language,
    .ttl-category,
    .list-category-detail > li > a::before {
        display: none;
    }
    /*=== Flexbox 順番設定 ===*/
    
    .order01 {
        order: 1;
    }
    .order02 {
        order: 2;
    }
/*------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------*/
    
    .header-inner {
        flex-direction: column;
        height: auto;
        min-width: auto;
    }
    .header-sp {
        height: 70px;
        position: relative;
        flex-basis: auto;
    }
    .logo-50th {
        display: none;
    }
    /*---50thロゴ---*/
    
    .logo-50th-sp {
        display: block;
        margin-top: 2em;
        text-align: center;
        width: 100%;
    }
    .logo-50th-sp > a {
        display: inline-block;
        width: 15%;
    }
    .logo-50th-sp > a > img {
        width: 100%;
    }
    /*=== グローバルメニュー ===*/
    
    .gmenu-container {
        background-color: #f0f4f9;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 100;
    }
    .gmenu-category-container {
        background-color: #d9dfe6;
        position: static;
    }
    /*---menuアイコン表示---*/
    
    .gmenu-toggle {
        display: block;
    }
    /*---グローバルメニュー（下）---*/
    
    .gmenu-lower {
        flex-direction: column;
    }
    .gmenu-lower > li{
        height:auto;
    }
    .gmenu-lower > li:not(:last-child) > a::before,
    .gmenu-lower > li > a::after {
        display: none;
    }
    .gmenu-lower > li {
        background-color: #f0f4f9;
        border-bottom: #d7dce3 solid 1px;
        ;
    }
    .gmenu-lower > li a {
        height: 70px;
        line-height: 70px;
        width: 100%;
    }
    .gmenu-lower > li > a:hover::after {
        background-color: transparent;
    }
    .gmenu-lower > li > a.icon-arrow::after {
        border-style: solid solid none none;
        border-color: #7a8694 #7a8694 transparent transparent;
        border-width: 2px 2px 0 0;
        display: inline-block;
        height: 10px;
        left: auto;
        right: 2em;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    /*---グローバルメニュー（上）---*/
    
    .gmenu-upper {
        flex-direction: column;
        margin: 3em auto;
        width: 90%;
    }
    .gmenu-upper > li {
        height: auto;
    }
    .gmenu-upper > li:last-child,
    .gmenu-upper > li:not(:last-child) {
        margin-right: 0;
    }
    .gmenu-upper > li:nth-child(-n+2) {
        background-color: transparent;
    }
    .box-language {
        width: 100%;
    }
    .list-language.dropdown-container {
        max-height: 100vh;
    }
    .list-language {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 2em;
    }
    .list-language > li {
        width: calc(100% / 4 - 30px);
    }
    .list-language > li a {
        padding: 1.5em 0;
        position: relative;
    }
    .list-language > li a::after {
        border-width: 1px 1px 0px 0px;
        border-style: solid solid none none;
        border-color: #fff #fff transparent transparent;
        content: '';
        display: inline-block;
        height: 8px;
        position: absolute;
        right: 1em;
        top: 50%;
        width: 8px;
        transform: translateY(-50%) rotate(45deg);
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    /*---サイト内検索---*/
    
    #textsearch input.text-search {
        background-color: #fff;
        height: 45px;
        max-width:100%;
        padding: 0.5em;
        width: 84%;
    }
    #textsearch button {
        height: 45px;
        width: 45px;
    }
    #textsearch button > img {
        width: 18px;
    }
    /*---グロナビドロップダウンエリア---*/
    
    .gmenu-category-container {
        margin: 0;
        padding: 0;
    }
    .gmenu-category-inner {
        min-width: auto;
        padding: 0;
    }
    .box-category-detail {
        padding: 0;
        width: 100%;
    }
    .list-category-detail {
        flex-direction: column;
        width: 100%;
    }
    .list-category-detail > li:not(:last-child) {
        border-bottom: #c4ccd7 solid 1px;
    }
    .list-category-detail > li > a {
        margin: 0;
    }
    .list-category-detail > li > a::after {
        border-style: solid solid none none;
        border-color: #7a8694 #7a8694 transparent transparent;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 10px;
        position: absolute;
        right: 2em;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    #header .list-category-detail > li > a[target="_blank"]::after{
        border:none;
        right: 2em;
    }
    /*---プラスアイコン---*/
    
    .icon-plus {
        display: block;
        position: absolute;
        right: 3em;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .icon-plus span {
        background-color: #7a8694;
        height: 2px;
        position: absolute;
        transition: all 0.35s ease-in-out 0s;
        width: 20px;
        -webkit-transition: all 0.35s ease-in-out 0s;
    }
    .icon-plus span:nth-of-type(1) {
        top: 50%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .minus .icon-plus span:nth-child(1) {
        transform: rotate(0deg);
        -webkit-transform: transform: rotate(0deg);
    }
    .minus .icon-plus span:nth-child(2) {
        opacity: 0;
    }
    /*=== ドロップダウンメニューアニメーション ===*/
    .dropdown-container {
        transition: max-height 0.5s linear 0.2s;
    }    
    .dropdown-open,
    .gmenu-lower li.hover-dropdown:hover > .dropdown-container {
        max-height: 500vh;
    }
/*------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------*/
    
    #footer {
        padding: 30px 0 0;
    }
    #footer .icon-plus {
        display: none;
    }
    .footer-upper,
    .footer-lower-inner {
        flex-direction: column
    }
    .footer-col-l {
        margin-bottom: 60px;
    }
    .footer-col-r {
        flex-basis:auto;
        padding: 0;
    }
    .copyright-kssol {
        text-align: center;
    }
    .link-list-footer {
        justify-content: center;
        margin-bottom: 1em;
    }
    .link-list-footer > li:last-child {
        padding-right: 1.5em;
    }
    .logo-group-sp {
        background-color: #fff;
        display: block;
        width: 100%;
        padding: 1.5em 0;
        text-align: center;
    }
    .logo-group-sp > img {
        width: 35%;
    }
/*------------------------------------------------------------------------------------
 Breadcrumb
------------------------------------------------------------------------------------*/
    #hansel{
        padding: 15px 20px 5px 20px;
        font-size: 200%;
    }
    #hansel li, #hansel_base li{
        margin-bottom:10px;
    }
}

@media screen and (max-width: 480px) {
/*------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------*/
    
    #logo {
        width: 75%;
    }
    .list-language > li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
/*------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------*/
    
    #footer .icon-plus {
        display: block;
    }
    .footer-upper {
        margin-bottom: 0;
        padding: 0;
    }
    .footer-col-l {
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .footer-col-r {
        flex-basis:auto;
    }
    .footer-sitemap {
        flex-direction: column;
    }
    .footer-sitemap > li{
        flex-basis:auto;
    }
    .footer-sitemap > li > div {
        border-bottom: #475259 solid 1px;
        height: 70px;
        line-height: 70px;
    }
    .footer-sitemap > li:nth-of-type(3) >div:last-child {
        border-bottom: none;
    }
    .ttl-footer-sitemap {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }
    .ttl-footer-sitemap a {
        align-items:center;
        display: flex;
        height: 100%;
        padding-left: 20px;
        position: relative;
        width: 100%;
    }
    .footer-sitemap > li:nth-of-type(n+2) .ttl-footer-sitemap a::after {
        border-style: solid solid none none;
        border-color: #7a8694 #7a8694 transparent transparent;
        border-width: 2px 2px 0 0;
        content: "";
        display: inline-block;
        height: 10px;
        left: auto;
        position: absolute;
        right: 2em;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    .footer-sitemap-detail > li {
        border-bottom: #475259 solid 1px;
        font-size: 1.4rem;
        height: 70px;
        line-height: 70px;
    }
    .footer-sitemap-detail > li > a {
        align-items:center;
        background-color: #1e2527;
        display: flex;
        height: 100%;
        padding: 0 0 0 20px;
        position: relative;
        width: 100%;
    }
    .footer-sitemap-detail > li > a::after {
        border-style: solid solid none none;
        border-color: #7a8694 #7a8694 transparent transparent;
        border-width: 2px 2px 0 0;
        content: "";
        display: inline-block;
        height: 10px;
        left: auto;
        position: absolute;
        right: 2.5em;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
    }
    .link-list-footer {
        flex-direction: column;
    }
    .link-list-footer > li {
        text-align: center;
        padding: 0;
    }
    .link-list-footer > li:not(:last-child) {
        border-right: none;
        padding: 0;
    }
    .link-list-footer > li > a {
        display: block;
        padding: 0.5em 0;
    }
    .logo-group-sp > img {
        width: 75%;
    }
}
