.shinoken.regions .tab {
    max-width: 1200px;
    margin: 120px auto;
}

.shinoken.regions .tab-title-list {
    display: flex;
    justify-content: center;
}

.shinoken.regions .tab-title-list-items {
    background: #999ba1;
    height: 60px;
    line-height: 60px;
    max-width: 448px;
    width: 49%;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s linear 0s;
    overflow: hidden;
}

.shinoken.regions .tab-title-list-items span {
    position: relative;
    overflow: hidden;
}

.shinoken.regions .tab-title-list-items span::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #e4b06e;
    width: 0;
    transition: width 0.2s ease-out;
}

.shinoken.regions .tab-title-list-items:hover, .shinoken.regions .tab-title-list-items.active {
    background: #fff;
    color: #000;
}

.shinoken.regions .tab-title-list-items:hover span::after, .shinoken.regions .tab-title-list-items.active span::after {
    bottom: -5px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: 100%;
}

.shinoken.regions .tab-body {
    background: #fff;
    padding: 80px 40px;
}

.shinoken.regions .tab-body-title {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.shinoken.regions .tab-body-title-items {
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s linear 0s;
}

.shinoken.regions .tab-body-title-items:hover, .shinoken.regions .tab-body-title-items.active {
    color: #e4b06e;
}

.shinoken.regions .tab-body-title-items:not(:last-child) {
    border-right: 1px solid #000;
}

.shinoken.regions .tab-content-box, .shinoken.regions .tab-content-list {
    display: none;
}

.shinoken.regions .tab-content-box.active, .shinoken.regions .tab-content-list.active {
    display: block;
}

.shinoken.regions .tab-content-item {
    color: #fff;
    padding: 30px 40px 35px;
    display: flex;
    position: relative;
    background: #000515;
    margin-bottom: 80px;
    margin-right: 40px;
}

.shinoken.regions .tab-content-item .tab-content-item-image {
    right: -40px;
}

.shinoken.regions .tab-content-item-image {
    width: 34.1%;
    top: 30px;
    position: absolute;
}

.shinoken.regions .tab-content-item-image img {
    width: 100%;
}

.shinoken.regions .tab-content-item-text {
    width: 540px;
    margin-top: 10px;
}

.shinoken.regions .tab-content-item-title {
    font-weight: normal;
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    border-left: 1px solid #e4b06e;
    margin-bottom: 60px;
}

.shinoken.regions .tab-content-item-name {
    margin-bottom: 14px;
    font-size: 18px;
    font-size: 1.125rem;
}

.shinoken.regions .tab-content-item-desc {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
}

.shinoken.regions .tab-content-item .btn-read-more {
    float: right;
    margin-top: 10px;
}

.shinoken.regions img {
    display: block;
}

.shinoken.regions .content-section.max1400 {
    max-width: 1400px;
    margin: 10px auto 120px;
}

.shinoken.regions .contain-section {
    padding-top: 50px;
    padding-bottom: 65px;
    text-align: center;
}

.shinoken.regions .text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.shinoken.regions .text + .text {
    margin-top: 20px;
}

.shinoken.regions .banner {
    display: inline-block;
    margin-top: 30px;
}

.shinoken.regions .banner img {
    max-width: 100%;
}

.shinoken.regions .first-paragraph {
    line-height: 2em;
    margin: 50px 0 0;
    text-align: center;
    font-size: 18px;
}

.shinoken.regions .menu-square {
    width: 100%;
    max-width: 1124px;
    margin: 48px auto 0;
}

.shinoken.regions .menu-square ul {
    text-align: center;
    z-index: 1;
    font-size: 0;
}

.shinoken.regions .menu-square ul li {
    background-color: #fff;
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px solid #000;
    margin-left: 19px;
    margin-bottom: 19px;
}

.shinoken.regions .menu-square ul li a {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.shinoken.regions .menu-square ul li a .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.shinoken.regions .menu-square ul li a .ico {
    position: absolute;
    top: 115px;
    left: 74px;
    height: 25px;
    width: 1px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.shinoken.regions .menu-square ul li a .ico:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    right: -4px;
    bottom: 1px;
}

.shinoken.regions .menu-square ul li a:hover .ico {
    height: 40px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

@media only screen and (max-width: 1040px) {
    .shinoken.regions .menu-square ul {
        padding: 0 20px;
    }
    .shinoken.regions .menu-square ul li {
        width: calc((100% - (19px * 3 + 20px * 2)) / 4);
    }
    .shinoken.regions .menu-square ul li a .ico {
        left: 50%;
    }
}

.shinoken.regions .involved {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
}

.shinoken.regions .btn-article {
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
}

.shinoken.regions .btn-article + span {
    margin: 0 0 0 10px;
}

.shinoken.regions .btn-article span {
    padding: 0 10px;
}

.shinoken.regions .btn-article a {
    color: #fff;
    display: inline-block;
    padding: 0 50px 0 10px;
    margin: auto;
    position: relative;
}

.shinoken.regions .btn-article a .ico {
    padding: 0 !important;
    top: 18px;
    position: absolute;
    height: 1px;
    width: 25px;
    background: #fff;
    margin: 0 0 0 13px;
    display: inline-block;
    transition: all 0.2s;
}

.shinoken.regions .btn-article a .ico:after {
    content: "";
    border-bottom: 4px solid #fff;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0px;
    top: -3px;
}

.shinoken.regions .btn-article a:hover .ico {
    width: 30px;
}

.shinoken.regions .block-title {
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 43px;
    line-height: 1em;
    width: 58vw;
    max-width: 580px;
}

.shinoken.regions .about-list {
    margin: 64px auto 120px;
    max-width: 1065px;
}

.shinoken.regions .about-list li {
    position: relative;
    display: block;
    height: calc(100% + 85px);
    margin-bottom: 120px;
    overflow: hidden;
}

.shinoken.regions .about-list li::after {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    z-index: 9;
    bottom: 0px;
}

.shinoken.regions .block-info {
    background: #000515;
    width: 91.5vw;
    max-width: 915px;
    min-height: 545px;
    position: relative;
    z-index: 10;
    margin-bottom: 70px;
    padding: 60px 0 20px 55px;
}

.shinoken.regions .block-info hr {
    margin: 10px 0 20px;
}

.shinoken.regions .block-info hr + dl dd {
    margin-bottom: 20px;
}

.shinoken.regions .block-info hr + dl dt.involved + dd {
    margin-bottom: 40px;
}

.shinoken.regions .block-info dl {
    width: 55vw;
    max-width: 580px;
    font-size: 0;
}

.shinoken.regions .block-info dl dt,
.shinoken.regions .block-info dl dd {
    color: #fff;
}

.shinoken.regions .block-info dl dt {
    font-size: 18px;
    font-size: 1.125rem;
    color: #e3b06e;
    width: 128px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.shinoken.regions .block-info dl dt.label {
    padding: 0;
    margin-top: -3px;
}

.shinoken.regions .block-info dl dt.label span {
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    width: 100%;
    padding: 4px 0;
    line-height: 1.2;
    text-align: center;
    color: #000;
    display: inline-block;
    font-weight: bold;
}

.shinoken.regions .block-info dl dt.involved {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    padding: 0;
    font-weight: bold;
}

.shinoken.regions .block-info dl dd {
    font-size: 16px;
    font-size: 1rem;
    width: calc(100% - 128px - 20px);
    display: inline-block;
    margin: -3px 0 25px 0;
    line-height: 30px;
}

.shinoken.regions .block-img {
    width: 25vw;
    max-width: 370px;
    z-index: 11;
    position: absolute;
    right: 0;
    bottom: 30px;
}

.shinoken.regions .block-img img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .shinoken.regions .tab {
        margin: 30px 0 90px;
    }
    .shinoken.regions .tab-title-list {
        padding: 0 12px;
    }
    .shinoken.regions .tab-title-list-items {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        width: 50%;
        padding: 0;
    }
    .shinoken.regions .tab-title-list-items:hover {
        background: #999ba1;
        color: rgba(255, 255, 255, 0.5);
    }
    .shinoken.regions .tab-title-list-items:hover span::after {
        width: 0;
    }
    .shinoken.regions .tab-title-list-items.active {
        background: #fff;
        color: #000;
    }
    .shinoken.regions .tab-title-list-items.active span::after {
        width: 100%;
    }
    .shinoken.regions .tab-body {
        padding: 30px 15px;
    }
    .shinoken.regions .tab-body-title {
        flex-flow: row wrap;
        align-content: space-between;
        height: 45px;
        margin-bottom: 29px;
    }
    .shinoken.regions .tab-body-title-items {
        height: 15px;
        line-height: 15px;
        padding: 0 12px;
    }
    .shinoken.regions .tab-body-title-items:nth-child(n + 4) {
        order: 1;
    }
    .shinoken.regions .tab-body-title-items.noborder {
        border-right: 0;
    }
    .shinoken.regions .tab-content-item {
        padding: 10px 15px 15px;
        height: auto;
        margin-bottom: 39px;
        margin-right: 15px;
    }
    .shinoken.regions .tab-content-item .tab-content-item-image {
        right: -30px;
    }
    .shinoken.regions .tab-content-item-title {
        font-size: 19px;
        padding: 0 0 11px 0;
        border-left: 0;
        border-bottom: 1px solid #e4b06e;
        margin-bottom: 20px;
    }
    .shinoken.regions .tab-content-item-name {
        font-size: 13px;
    }
    .shinoken.regions .tab-content-item-text {
        width: 100%;
        position: relative;
    }
    .shinoken.regions .tab-content-item-desc {
        display: block;
        width: 50%;
        font-size: 10px;
        margin-bottom: 12px;
    }
    .shinoken.regions .tab-content-item-image {
        width: 55%;
        top: 3px;
        max-width: 145px;
    }
    .shinoken.regions .tab-content-item-image img {
        width: 100%;
    }
    .shinoken.regions .tab-content-item .bottom {
        position: relative;
        width: 100%;
    }
    .shinoken.regions .tab-content-item .btn-read-more {
        float: none;
        margin-top: 0;
    }
    .shinoken.regions .contain-section {
        padding-top: 20px;
    }
    .shinoken.regions .text {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.7;
    }
    .shinoken.regions .banner {
        margin-top: 20px;
    }
    .shinoken.regions .first-paragraph {
        font-size: 13px;
        line-height: 1.67em;
        margin: 23px 0 0;
    }
    .shinoken.regions.max1400 {
        margin: -10px 0 90px;
    }
    .shinoken.regions .menu-square {
        margin-top: 26px;
    }
    .shinoken.regions .menu-square ul {
        padding: 0 15px;
    }
    .shinoken.regions .menu-square ul li {
        width: calc((100% - 20px) / 3);
        height: 30vw;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .shinoken.regions .menu-square ul li:nth-child(3n+1) {
        margin-left: 0;
    }
    .shinoken.regions .menu-square ul li a {
        font-size: 13px;
    }
    .shinoken.regions .menu-square ul li a .txt {
        padding: 0;
    }
    .shinoken.regions .menu-square ul li a .ico {
        height: 15px;
        top: 78%;
    }
    .shinoken.regions .menu-square ul li a .ico:after {
        right: -3px;
        bottom: -1px;
    }
    .shinoken.regions .btn-article {
        margin-right: 5px;
    }
    .shinoken.regions .btn-article span {
        padding: 0 3px;
    }
    .shinoken.regions .btn-article a {
        padding: 0 35px 0 3px;
        text-align: left;
    }
    .shinoken.regions .btn-article a .ico {
        bottom: 5px;
        top: auto;
        height: 1px;
        width: 20px;
        right: 5px;
    }
    .shinoken.regions .btn-article a:hover .ico {
        width: 25px;
        right: 0px;
    }
    .shinoken.regions .about-list {
        margin: 23px 0 90px;
    }
    .shinoken.regions .about-list li {
        height: calc(100% + 85px);
        margin-bottom: 30px;
    }
    .shinoken.regions .about-list li:after {
        width: calc(100% - 20px);
        height: calc(100% - 30px);
        max-height: 100%;
        top: 20px;
        left: 20px;
    }
    .shinoken.regions .block-title {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 25px;
        text-align: left;
        max-width: 100%;
        width: 100%;
        line-height: 1.4;
    }
    .shinoken.regions .block-info {
        width: calc(100% - 20px);
        max-width: 100%;
        height: 100%;
        max-height: calc(100% - 20px);
        margin-bottom: 30px;
        padding: 35px 15px 25px;
        text-align: right;
        min-height: auto;
    }
    .shinoken.regions .block-info .block-text {
        padding-bottom: 0;
    }
    .shinoken.regions .block-info dl {
        width: 100%;
    }
    .shinoken.regions .block-info dl dt,
    .shinoken.regions .block-info dl dd {
        font-size: 13px;
        font-size: 0.8125rem;
        display: block;
        text-align: left;
        padding: 0;
    }
    .shinoken.regions .block-info dl dt {
        width: 100%;
        margin-bottom: 10px;
    }
    .shinoken.regions .block-info dl dt.label {
        margin: 0 0 12px;
    }
    .shinoken.regions .block-info dl dt.label span {
        width: auto;
        padding: 5px 10px;
        min-width: 92px;
    }
    .shinoken.regions .block-info dl dd {
        width: 100%;
        line-height: 1.8em;
        margin-bottom: 27px;
    }
    .shinoken.regions .block-info dl dd.none {
        display: none;
    }
    .shinoken.regions .block-info dl dd img {
        margin: 25px -15px 0 0;
        width: calc(100% + 15px);
    }
    .shinoken.regions .block-info hr {
        margin: 0 0 10px 0;
    }
    .shinoken.regions .block-info img {
        display: block;
    }
    .shinoken.regions .block-img {
        display: none;
    }
}
