@charset "UTF-8";

/* 共通 */
/* style_commonからコピー */
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 30px; */
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* seinan_styleより移動 start */

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ver2021-mainvisual-img {
    padding-left: 0px !important;
}

.ver2021-mainvisual-img img {
    width: 100%;
}
.title{
	font-size:20px;
	font-weight:bold;
	
}
p {
    color: black;
}

h1 {
    color: black;
}

h2 {
    color: black;
}

h3 {
    color: black;
}
footer {
    max-height: initial;
}
.w-90 {
    width: 90%;
}

#ver2021-nav-img p.ver2021-flat-menu {
    text-align: center;
    font-size: 26px;
    color: #000000;
}

.ver2021-flat-menu {
    display: flex;
}

.ver2021-nav-menu1 {
    background-color: #b4dde6;
    transition-duration: 0.4s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #b4dde6, 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu1:hover {
    box-shadow: inset 0 0 0 4px var(--secondary), 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu2 {
    background-color: #a0d9c6;
    transition-duration: 0.4s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #a0d9c6, 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu2:hover {
    box-shadow: inset 0 0 0 4px var(--secondary), 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu3 {
    background-color: #cdeaa8;
    transition-duration: 0.4s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #cdeaa8, 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu3:hover {
    box-shadow: inset 0 0 0 4px var(--secondary), 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu4 {
    background-color: #eddda6;
    transition-duration: 0.4s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #eddda6, 0 0 4px rgba(0, 0, 0, 0);
}

.ver2021-nav-menu4:hover {
    box-shadow: inset 0 0 0 4px var(--secondary), 0 0 4px rgba(0, 0, 0, 0);
}


/* ナビゲーションボタン パディング */

#ver2021-nav-img div {
    padding: 0;
}

/* ページ内にいる時 */
#ver2021-nav-img div.current {
    /* idセレクタの方が詳細度が高いため、デフォルトのスタイルが打ち消される */
    background-color: #fff;
    box-shadow: none;
}
#ver2021-nav-img div.current a {
    pointer-events: none;
}
#ver2021-nav-img div.current button {
    color: #d8d8d8;
}


/* ナビゲーションボタン ボタン */

#ver2021-nav-img button {
    font-size: small;
    height: 50px;
}


/* ナビゲーションボタン ボタン内大文字 */

#ver2021-nav-img .ver2021-button-text-large {
    font-size: large;
}


/* パンくずリスト */

.breadcrumb {
    background-color: white;
    font-size: small;
}


/* パンくずリスト 親ページ */

.breadcrumb a {
    color: #555555;
}

.breadcrumb a:hover {
    color: var(--orange);
    -webkit-transition: 0.24s ease;
    transition: 0.24s ease;
}


/* パンくずリスト 現在ページ */

.breadcrumb span {
    font-weight: bold;
    color: black;
}

.point-tab {
   cursor:pointer;
}

/* sp用(lg以下) */

@media screen and (max-width:991px) {
    /* パンくずリスト 文字大きさ */
    .breadcrumb li {
        font-size: medium;
    }
    /* ナビゲーションボタン ボタン内大文字 */
    #ver2021-nav-img .ver2021-button-text-large {
        font-size: medium;
    }
}

.ver2021-mainvisual-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* サイドメニュー */

.ver2021-mainvisual .ver2021-sidenav {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100px;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
}

.ver2021-mainvisual .ver2021-sidenav li a {
    border-bottom: solid 1px;
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
    font-size: 14px;
    font-weight: bold;
}
.ver2021-mainvisual .ver2021-sidenav li a.ver2021-fs-13 {
    font-size: 13px;
}

ul.ver2021-sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: relative;
    overflow: auto;
}

ul.ver2021-sidenav li a {
    display: block;
    color: #000000;
    padding: 8px 16px;
    text-decoration: none;
}

ul.ver2021-sidenav li a.active {
    background-color: #da3c41;
    color: white;
}

ul.ver2021-sidenav li a:hover:not(.active) {
    background-color: #1b2538;
    color: white;
}

@media screen and (max-width: 900px) {
    ul.ver2021-sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.ver2021-sidenav li a {
        float: left;
        padding: 15px;
    }
}

@media screen and (max-width: 480px) {
    ul.ver2021-sidenav li a {
        text-align: center;
        float: none;
    }
}

.ver2021-mainvisual-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 350px;
    height: 70px;
    padding: 20px;
    /* 影の設定 */
    box-shadow: 0px 6px 9px -5px rgba(0, 0, 0, 0.6);
}

.ver2021-pagelink-bottom {
    background-color: #222222;
    color: white;
    background-size: cover;
    background-position: center;
    /*background-size: 100% 100%;*/
    /*background-size: auto 100%;*/
    position: relative;
    background-repeat: no-repeat;
    height: 400px;
}

.ver2021-pagelink-bottom::before {
    /* 透過した黒を上から重ねるイメージ */
    background-color: rgba(0, 0, 0, 0.4);
    /* 自由に位置指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.ver2021-pagelink-bottom p {
    color: white;
}

.ver2021-pagelink-bottom a {
    color: white;
}

.ver2021-bg-white-gray {
    background-color: #f4f4f4;
}

.ver2021-arrow-right {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.ver2021-arrow-right::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #5bc0de;
    border-right: solid 2px #5bc0de;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}


/* .ver2021-pagelink-bottom p {
    border-bottom: solid 1px;
    border-color: white;
    font-size:24px;
}
.ver2021-pagelink-bottom ul {
    list-style: none;
    margin-left: 1em;
}
.ver2021-pagelink-bottom ul li:before{
    content:"- ";
} */


/* 分割なしページリンク */

div.ver2021-pagelink-back-one {
    background-color: black;
    background-size: cover;
    padding-top: 33%;
    position: relative;
}

div.ver2021-pagelink-one-container {
    /* リンク描画領域 */
    position: absolute;
    top: calc(50% - 140px);
    bottom: calc(50% - 140px);
    /* 2分割に合わせる */
    left: calc(25% - 220px);
    right: calc(25% - 220px);
    /* 色・透明度の設定 */
    background-color: rgba(0, 29, 20, 0.8);
    /* paddingの設定 */
    padding: 30px 40px;
}

div.ver2021-pagelink-one-container p {
    color: white;
    font-size: 28px;
    text-indent: 15px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

div.ver2021-pagelink-one-container a {
    color: white;
    display: inline-block;
}

div.ver2021-pagelink-one-container a:hover {
    /* リンクのホバー時に背景色を変更 */
    /*background-color: #347228;*/
    /* リンクのホバー時に文字を光らせる */
    text-shadow: 0 0 5px white;
}

div.ver2021-pagelink-one-container li {
    color: white;
    display: block;
    margin-left: 1em;
}

div.ver2021-pagelink-one-container li::before {
    /* &dash; */
    content: '\2012';
    margin-right: 8px;
}


/* 大デバイス（ノート PC, 992px 以上） */

@media (min-width: 992px) and (max-width: 1199.98px) {
    div.ver2021-pagelink-one-container {
        /* リンク描画領域 */
        position: absolute;
        top: calc(50% - 120px);
        bottom: calc(50% - 120px);
        /* 2分割に合わせる */
        left: calc(25% - 170px);
        right: calc(25% - 170px);
        /* paddingの設定 */
        padding: 20px 20px;
    }
    div.ver2021-pagelink-one-container p {
        font-size: 24px;
        text-indent: 10px;
        margin-bottom: 15px;
    }
    div.ver2021-pagelink-one-container li {
        font-size: 14px;
    }
    div.ver2021-pagelink-one-container li::before {
        margin-right: 6px;
    }
}


/* 中デバイス（タブレット, 768px 以上）以下のデバイスでは縦に並べるため、縦横比を維持するために縦幅を2倍にする */

@media (max-width: 991.98px) {
    div.ver2021-pagelink-back-one {
        padding-top: 72%;
    }
    div.ver2021-pagelink-one-container {
        /* リンク描画領域 */
        position: absolute;
        top: calc(50% - 190px);
        bottom: calc(50% - 190px);
        left: calc(50% - 250px);
        right: calc(50% - 250px);
        /* 色・透明度の設定 */
        background-color: rgba(0, 29, 20, 0.8);
        /* paddingの設定 */
        padding: 30px 40px;
    }
}


/*  極小デバイス（縦向きモバイル, 576px 未満） */

@media (max-width: 575.98px) {
    div.ver2021-pagelink-back-one {
        padding-top: 115%;
    }
    div.ver2021-pagelink-one-container {
        /* リンク描画領域を固定値に */
        top: 30px;
        bottom: 30px;
        left: 25px;
        right: 25px;
        /* paddingの設定 */
        padding: 10px;
    }
    div.ver2021-pagelink-one-container p {
        font-size: 20px;
        text-indent: 5px;
        margin-bottom: 5px;
    }
    div.ver2021-pagelink-one-container a {
        display: inline;
    }
    div.ver2021-pagelink-one-container li {
        font-size: 14px;
    }
    div.ver2021-pagelink-one-container li::before {
        /* &dash; */
        margin-right: 6px;
    }
}


/*  横360px以下は別途調整(280pxまでは問題なく表示されることを確認) */

@media (max-width: 359.98px) {
    /* 縦幅をさらに大きく調整 */
    div.ver2021-pagelink-back-one {
        padding-top: 135%;
    }
    div.ver2021-pagelink-one-container {
        /* リンク描画領域をさらに広くする */
        top: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
    }
}

/* ページリンク用画像 */
.ver2021-pagelink-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* 二分割ページリンク */
div.ver2021-pagelink-back-two {
    background-color: black;
    background-size: cover;
    padding-top: 33%;
    position: relative;
}

div.ver2021-pagelink-two-container {
    /* リンク描画領域 */
    position: absolute;
    top: calc(50% - 140px);
    bottom: calc(50% - 140px);
    left: calc(50% - 220px);
    right: calc(50% - 220px);
    /* 色・透明度の設定 */
    background-color: rgba(0, 29, 20, 0.8);
    /* paddingの設定 */
    padding: 20px;
}

div.ver2021-pagelink-two-container p {
    color: white;
    font-size: 28px;
    text-indent: 15px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

div.ver2021-pagelink-two-container a {
    color: white;
    display: inline-block;
}

div.ver2021-pagelink-two-container a:hover {
    /* リンクのホバー時に背景色を変更 */
    /*background-color: #347228;*/
    /* リンクのホバー時に文字を光らせる */
    text-shadow: 0 0 5px white;
}

div.ver2021-pagelink-two-container li {
    color: white;
    display: block;
    margin-left: 1em;
}


div.ver2021-pagelink-two-container li::before {
    /* &dash; */
    content: '\2012';
    margin-right: 8px;
}


/* 大デバイス（ノート PC, 992px 以上） */

@media (min-width: 992px) and (max-width: 1199.98px) {
    div.ver2021-pagelink-two-container {
        /* リンク描画領域 */
        position: absolute;
        top: calc(50% - 110px);
        bottom: calc(50% - 110px);
        left: calc(50% - 170px);
        right: calc(50% - 170px);
        /* paddingの設定 */
        padding: 10px;
    }
    div.ver2021-pagelink-two-container p {
        font-size: 24px;
        text-indent: 10px;
        margin-bottom: 15px;
    }
    div.ver2021-pagelink-two-container li {
        font-size: 14px;
    }
    div.ver2021-pagelink-two-container li::before {
        margin-right: 6px;
    }
}


/* 中デバイス（タブレット, 768px 以上）以下のデバイスでは縦に並べるため、縦横比を維持するために縦幅を2倍にする */

@media (max-width: 991.98px) {
    div.ver2021-pagelink-back-two {
        padding-top: 66%;
    }
    div.ver2021-pagelink-two-container {
        /* リンク描画領域 */
        position: absolute;
        top: max(calc(50% - 140px), 10px);
        bottom: max(calc(50% - 140px), 10px);
        left: max(calc(50% - 250px), 10px);
        right: max(calc(50% - 250px), 10px);
        /* paddingの設定 */
        padding: 10px;
    }
}


/*  極小デバイス（縦向きモバイル, 576px 未満） */

@media (max-width: 575.98px) {
    div.ver2021-pagelink-two-container {
        /* リンク描画領域を固定値に */
        top: 30px;
        bottom: 30px;
        left: 25px;
        right: 25px;
        /* paddingの設定 */
        padding: 10px;
    }
    div.ver2021-pagelink-two-container p {
        font-size: 20px;
        text-indent: 5px;
        margin-bottom: 5px;
    }
    div.ver2021-pagelink-two-container a {
        display: inline;
    }
    div.ver2021-pagelink-two-container li {
        font-size: 14px;
    }
    div.ver2021-pagelink-two-container li::before {
        /* &dash; */
        margin-right: 6px;
    }
}


/*  横360px以下は別途調整(280pxまでは問題なく表示されることを確認) */

@media (max-width: 359.98px) {
    /* 縦幅をさらに大きく調整 */
    div.ver2021-pagelink-back-two {
        padding-top: 80%;
    }
    div.ver2021-pagelink-two-container {
        /* リンク描画領域をさらに広くする */
        top: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
    }
}


/* 三分割ページリンク */

div.ver2021-pagelink-back-three {
    background-color: black;
    background-size: cover;
    padding-top: 22%;
    position: relative;
}

div.ver2021-pagelink-three-container {
    /* リンク描画領域 */
    position: absolute;
    top: max(calc(50% - 100px), 10px);
    bottom: max(calc(50% - 100px), 10px);
    left: max(calc(50% - 180px), 10px);
    right: max(calc(50% - 180px), 10px);
    /* 色・透明度の設定 */
    background-color: rgba(0, 29, 20, 0.8);
    /* paddingの設定 */
    padding: 10px;
}

div.ver2021-pagelink-three-container p {
    color: white;
    font-size: 24px;
    text-indent: 15px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}

div.ver2021-pagelink-three-container a {
    color: white;
    display: inline-block;
}

div.ver2021-pagelink-three-container a:hover {
    /* リンクのホバー時に背景色を変更 */
    /*background-color: #347228;*/
    /* リンクのホバー時に文字を光らせる */
    text-shadow: 0 0 5px white;
}

div.ver2021-pagelink-three-container li {
    color: white;
    display: block;
    margin-left: 1em;
}

div.ver2021-pagelink-three-container li::before {
    /* &dash; */
    content: '\2012';
    margin-right: 8px;
}


/* 大デバイス（ノート PC, 992px 以上） */

@media (min-width: 992px) and (max-width: 1199.98px) {
    div.ver2021-pagelink-three-container {
        /* リンク描画領域 */
        position: absolute;
        top: max(calc(50% - 100px), 10px);
        bottom: max(calc(50% - 100px), 10px);
        left: max(calc(50% - 150px), 10px);
        right: max(calc(50% - 150px), 10px);
        /* paddingの設定 */
        padding: 8px;
    }
    div.ver2021-pagelink-three-container p {
        font-size: 18px;
        text-indent: 10px;
        margin-bottom: 15px;
    }
    div.ver2021-pagelink-three-container li {
        font-size: 13px;
    }
    div.ver2021-pagelink-three-container li::before {
        margin-right: 6px;
    }
}


/* 中デバイス（タブレット, 768px 以上）以下のデバイスでは縦に並べるため、縦横比を維持するために縦幅を2倍にする */

@media (max-width: 991.98px) {
    div.ver2021-pagelink-back-three {
        padding-top: 66%;
    }
    div.ver2021-pagelink-three-container {
        /* リンク描画領域 */
        position: absolute;
        top: max(calc(50% - 140px), 10px);
        bottom: max(calc(50% - 140px), 10px);
        left: max(calc(50% - 250px), 10px);
        right: max(calc(50% - 250px), 10px);
        /* 色・透明度の設定 */
        background-color: rgba(0, 29, 20, 0.8);
        /* paddingの設定 */
        padding: 30px 40px;
    }
}


/*  極小デバイス（縦向きモバイル, 576px 未満） */

@media (max-width: 575.98px) {
    div.ver2021-pagelink-three-container {
        /* リンク描画領域を固定値に */
        top: 30px;
        bottom: 30px;
        left: 25px;
        right: 25px;
        /* paddingの設定 */
        padding: 10px;
    }
    div.ver2021-pagelink-three-container p {
        font-size: 20px;
        text-indent: 5px;
        margin-bottom: 5px;
    }
    div.ver2021-pagelink-three-container a {
        display: inline;
    }
    div.ver2021-pagelink-three-container li {
        font-size: 14px;
    }
    div.ver2021-pagelink-three-container li::before {
        /* &dash; */
        margin-right: 6px;
    }
}


/*  横360px以下は別途調整(280pxまでは問題なく表示されることを確認) */

@media (max-width: 359.98px) {
    /* 縦幅をさらに大きく調整 */
    div.ver2021-pagelink-back-three {
        padding-top: 80%;
    }
    div.ver2021-pagelink-three-container {
        /* リンク描画領域をさらに広くする */
        top: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
    }
}


/* .ver2021-pagelink-container {
    position: relative;
    top: 100px;
    padding: 30px;
    background: rgba(0,36,19,0.5);
}
.ver2021-pagelink-container ul li {
    padding-top: 2px;
}
.ver2021-pagelink-container ul li a {
    display: inline-block;
    width: 95%;
}
.ver2021-pagelink-container ul li a:hover {
    background-color: #347228;
} */

.ver2021-sns-icon-container {
    position: static;
    text-align: center;
    padding: 0;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-twitter-square {
    color: #00aced;
}

.fa-line {
    color: #01b927;
}

.fa-youtube {
    color: red;
}

.ver2021-sns-icon-container .fa-instagram {
    background: linear-gradient(45deg, rgba(254,201,30,1) 0%, rgba(246,29,4,1) 35%, rgba(190,0,165,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ver2021-theme-color {
    background-color: #004b30;
    border-color: #004b30;
}
.ver2021-theme-font-color {
    color: #004b30;
}


/* アニメーション */

.ver2021-fade-In {
    animation: fadeIn 1.5s ease 0s 1 normal;
}


/*　ハンバーガーボタン　*/

.ver2021-hamburger {
    display: block;
    /* position: fixed; */
    z-index: 3;
    /* right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px; */
    cursor: pointer;
    text-align: center;
}

.ver2021-hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    /* left    : 6px; */
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.ver2021-hamburger span:nth-child(1) {
    top: -10px;
}

.ver2021-hamburger span:nth-child(2) {
    top: 0px;
}

.ver2021-hamburger span:nth-child(3) {
    top: 10px;
}

.ver2021-hamburger.active span:nth-child(1) {
    top: -2.5px;
    /* left: 6px; */
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ver2021-hamburger.active span:nth-child(2),
.ver2021-hamburger.active span:nth-child(3) {
    top: -2.5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.ver2021-global-menu-sp {
    display: inline-block;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(5, 105, 70, 0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

nav.ver2021-global-menu-sp ul {
    margin: 0 auto;
    /* padding: 0; */
    width: 100%;
}

nav.ver2021-global-menu-sp a {
    padding: 20px;
}

nav.ver2021-global-menu-sp ul li {
    list-style-type: none;
    padding: 0;
    /* width: 100%; */
    transition: .4s all;
}

nav.ver2021-global-menu-sp ul li:last-child {
    padding-bottom: 0;
}

nav.ver2021-global-menu-sp ul li:hover {
    background: #ddd;
}

nav.ver2021-global-menu-sp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
}


/* このクラスを、jQueryで付与・削除する */

nav.ver2021-global-menu-sp.active {
    opacity: 100;
    display: block !important;
}

ul.ver2021-menu-focus {
    width: 200px;
}

.ver2021-global-menu-sp {
    height: 70px;
    /* padding: 20px; */
}

.ver2021-fs-13 {
    font-size: 13px;
}

.ver2021-fs-20 {
    font-size: 20px;
}

.ver2021-fs-24 {
    font-size: 24px;
}

.ver2021-fs-32 {
    font-size: 32px;
}

.ver2021-nobreak {
    word-break: keep-all;
    white-space: nowrap;
}

.ver2021-list-button button {
    background-color: black;
    color: white;
    /*width: 20%;*/
    /*height: 4em;*/
    /*width: 30%;*/
    /*padding: 1rem 2rem;*/
    font-size: 20px;
}

.ver2021-list-button button:hover {
    color: white;
}

.ver2021-dropshadow {
    box-shadow: 0 0 1px gray;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.9));
    -moz-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
}


/* 移動分 */


/* Bootstrap overwrite */

.nav-link {
    color: black;
    font-size: 0.79rem;
    font-weight: 600;
}

.navbar {
    padding: 0px;
}

.navbar-brand {
    padding: 0px;
}


/* 共通部分 */

#ver2021-navi1 .nav-item a {
    display: block;
    text-align: center;
}

#ver2021-navi1 .nav-link {
    font-size: 13px;
    display: table-cell;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

#ver2021-navi1 .ver2021-nav-link1 {
    font-size: 12px;
    text-align: middle;
    padding-left: 0rem;
    padding-right: 0rem;
}

#ver2021-navi1 li {
    display: -webkit-box;
    /* safari, Chrome */
    display: -moz-box;
    /* Firefox */
    display: -o-box;
    /* Opera */
    display: -ms-box;
    /* IE */
    display: box;
    /* ベンダープレフィックスなし */
    -webkit-box-align: center;
    /* safari, Chrome */
    -moz-box-align: center;
    /* Firefox */
    -o-box-align: center;
    /* Opera */
    -ms-box-align: center;
    /* IE */
    box-align: center;
    /* ベンダープレフィックスなし */
    font-weight: 600;
}

#ver2021-navi1 .navbar-brand {
    padding-left: 50px;
}

.ver2021-nav-link1 {
    position: relative;
}

.ver2021-nav-link1 p {
    color: rgb(0, 0, 0);
    font-size: 12px;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 3rem;
}


/* フッタが大きくなりすぎるのを阻止 */

#footer {
    /*margin: 0 calc((100% - 1096px) / 2)*/
}

#footer .ver2021-footer-contents {
    max-width: 35%;
}

#footer .ver2021-footer-logo {
    align-items: center;
    /**display: flex;
    justify-content: center;**/
    margin: 1rem 0;
}

#footer .ver2021-footer-logo img {
    display: block;
    height: auto;
    max-width: calc(50% - 5px);
}

#footer .ver2021-footer-logo img:first-child {
    margin-right: 10px;
}

#footer .ver2021-footer-text {
    /*position: relative;*/
}

#footer .ver2021-footer-link {
    margin: 1.5rem 0;
    text-align: left !important;
}

#footer .ver2021-footer-link a {
    color: #000;
    display: inline-block;
    font-size: 1rem;
    line-height: 2.5rem;
    /*width: 100%;*/
}

#footer .ver2021-footer-link a:hover {
    color: #ff6600
}

#footer .ver2021-footer-link a::before {
    content: '\f105';
    margin: auto .5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#footer .ver2021-footer-img {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

#ver2021-footer-img {
    bottom: 0%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.ver2021-footer-theme-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
}

.ver2021-footer-img.pc {
    background: url('../images/footer_backs.png') no-repeat right bottom;
    background-size: contain;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#ver2021-footer-button {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#ver2021-footer-button .btn-dark {
    background-color: #343a40;
    border-color: #343a40;
}

#ver2021-footer-button .btn-dark:hover {
    background-color: #65696e;
    border-color: #65696e;
}

#footer .btn .c-icon,
.btn i {
    width: initial;
    height: initial;
    margin: initial;
    height: initial;
    margin: initial;
}

#ver2021-footer-button a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 3rem;
    margin-right: 1.5rem;
    width: 3rem;
}

#ver2021-footer-button i {
    color: white !important;
    font-size: 1.5rem;
}

#ver2021-otoiawase-button {
    background-color: #2d5f39;
    color: #fff;
    height: 50px;
}

#ver2021-otoiawase-button:hover {
    background-color: #418150;
}

.ver2021-footer-contents #ver2021-otoiawase-button span {
    line-height:35px;
}

#ver2021-Copyright {
    font-size: 15px;
    padding-top: 1rem;
}
.ver2021-copyright-container {
    /*height: 70px;*/
}

@media (max-width: 1400px) {
    #footer {
        margin: auto;
    }
}


/* フッター メディアクエリ */

@media (max-width: 767.98px) {
    #footer .ver2021-footer-contents {
        max-width: 100%;
        width: 100%;
    }
    #footer .ver2021-footer-contents div {
        width: 100%;
        text-align: center;
    }
    #ver2021-footer-button {
        justify-content: center;
        margin: 2rem 0;
    }
    #ver2021-footer-button a {
        margin: 0 .75rem;
    }
    #footer .ver2021-footer-img {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    #footer .ver2021-footer-link a {
        width: 100%;
    }
}

#ver2021-button-image {
    background-image: url("../images/top_yajirushi.png");
    display: inline-block;
    margin-top: 2px;
    width: 50px;
    height: 17px;
    opacity: 0.7;
}

.ver2021-flatbutton {
    border: none;
    background: transparent;
    cursor: pointer;
}

.ver2021-flatbutton:hover {
    opacity: 0.5;
}

.ver2021-row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ver2021-row1.ver2021-flat-menu {
    display: flex;
}

#ver2021-card {
    position: relative;
}

#ver2021-card img {
    height: 100%;
    padding: .5rem 0 .5rem .5rem;
    object-fit: contain;
    width: 100%;
}


/* bsの定義上書き */
.ver2021-card {
    max-width: 600px;
    height:95%;
}

.ver2021-card .card-body {
    height: 144px;
    padding: 1rem;
}
.ver2021-card .card-title {
    margin-bottom: 0;
}

.ver2021-card-maru {
    background-color: yellow;
    border-radius: 50%;
    font-size: 1vh;
    font-size: calc(var(--vh-inner, 1vh));
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: -12px;
    top: -6px;
    width: 60px;
    height: 60px;
    z-index: 1;
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* フォントサイズを小さくする */
    .ver2021-card p.card-text {
        font-size: 14.5px;
    }
}

#ver2021-navbar {
    padding-left: 3rem;
}

#ver2021-header-back {
    padding-left: 4rem;
    max-width: 1500px;
}

#ver2021-nav-drawer {
    position: relative;
    width: 4rem;
}

.ver2021-nav-unshown {
    display: none;
}

#ver2021-nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

#ver2021-nav-open span,
#ver2021-nav-open span:before,
#ver2021-nav-open span:after {
    position: absolute;
    height: 3px;
    width: 35px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    display: block;
    content: '';
    cursor: pointer;
}

#ver2021-nav-open span:before {
    bottom: -8px;
}

#ver2021-nav-open span:after {
    bottom: -16px;
}

#ver2021-nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: #006400;
    opacity: 1;
    transition: .3s ease-in-out;
}

#ver2021-nav-input:checked~#ver2021-nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.8;
}

.ver2021-nav-item1 {
    position: relative;
    background-color: #006400;
    width: 70px;
}

#ver2021-nav-item {
    width: 6rem;
}

#ver2021-nav-MENU {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 27px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.ver2021-navbutton {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    /*transition: 0.5s;*/
}

.ver2021-menu {
    height: 20px;
    position: absolute;
    /* right: 20px; */
    top: 20px;
    width: 60px;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* ページ内タブ */
.ver2021-inpage-linktab {
    border: solid 1.5px #d4d4d4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    padding: 30px 5%;
}

.ver2021-inpage-linktab a,
.ver2021-inpage-linktab p {
    font-size: 14px;
    font-weight: 600;
    margin: calc(14px * 0.2) 0 !important;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.ver2021-inpage-linktab a {
    text-decoration: none !important;
}

div.ver2021-inpage-linktab a:link,
div.ver2021-inpage-linktab a:visited {
    color: #555555;
}

.ver2021-inpage-linktab p {
    color: #000;
}

div.ver2021-inpage-linktab a:hover {
    color: #005e3d;
}

.ver2021-inpage-linktab a:not(:last-child):after,
.ver2021-inpage-linktab p:not(:last-child):after {
    background: gray;
    border-right: solid 1px gray;
    content: '';
    display: inline-block;
    height: calc(100% - 14px * 0.3 * 2);
    position: absolute;
    margin: calc(14px * 0.3) 0;
    right: 0;
    top: 0;
    width: 1px;
}

/* アニメーション用設定 */
/*
 * アニメーションをスクロール追従にする
 * 動作はjavascriptで制御
 */
.ver2021-js-on-scroll-animation {
    visibility: hidden;
}
/*
 * カウントアップアニメーション用クラス
 * 動作はjavascriptで制御
 */
.ver2021-js-count-animation {
    visibility: hidden;
}


/*  極小デバイス（縦向きモバイル, 576px 未満） */

@media (max-width: 575.98px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .ver2021-list-button button {
        width: 100%;
    }
    .ver2021-pagelink-container {
        top: 50px;
    }
    .ver2021-pagelink-bottom {
        height: 300px;
    }
}


/* 小デバイス（横向きモバイル, 576px 以上） */

@media (min-width: 576px) and (max-width: 767.98px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .ver2021-pagelink-container {
        top: 50px;
    }
    .ver2021-pagelink-bottom {
        height: 300px;
    }
}


/* 中デバイス（タブレット, 768px 以上） */

@media (min-width: 768px) and (max-width: 991.98px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    #footer .ver2021-footer-contents {
        max-width: initial;
        text-align: center;
    }
    .question-button {
        width: 50% !important;
    }
    #ver2021-footer-button {
        justify-content: center;
    }
    .ver2021-footer-theme-img {
        position: absolute;
        height: 50%;
        /* 左右中央に寄せる */
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    #footer .ver2021-footer-img.pc {
        display: block;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 50.26%;
    }
}

@media (max-width: 991.98px) {
    #footer .ver2021-footer-logo img {
        max-width: 100%;
    }
    #footer .ver2021-footer-logo img:first-child {
        margin: 0;
    }
    #footer .ver2021-footer-logo .ver2021-second-footer-logo {
        display: none;
    }
}

/* 大デバイス（ノート PC, 992px 以上） */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    .ver2021-mainvisual-back-gray-right {
        background-image: url(../images/back_gray_right.png);
        height: 300px;
    }
    .ver2021-back-gray-left {
        background-image: url(../images/back_gray_left.png);
    }
    .ver2021-footer-theme-img {
        /*height: 40%;*/
    }
}


/* 極大デバイス（デスクトップ PC, 1200px 以上） */

@media (min-width: 1200px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
    .ver2021-mainvisual-back-gray-right {
        background-image: url(../images/back_gray_right.png);
        height: 300px;
    }
    .ver2021-back-gray-left {
        background-image: url(../images/back_gray_left.png);
    }
    .ver2021-footer-theme-img {
        /*height: 60%;*/
    }
}


/* seinan_styleより移動 end */

.ver2021-side {
    position: fixed;
    ;
    height: 100%;
    width: 170px;
    background-color: #005740;
    z-index: 100;
    left: 0;
    top: 160px
}

.ver2021-side-menu {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 100%;
    display: block;
}

.ver2021-side-menu li.parent {
    width: 100%;
}

.ver2021-side-menu li.parent>a {
    font-size: 18px !important;
    color: #fff !important;
    line-height: 30px;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    background-repeat: no-repeat;
    background-position: center bottom 55px;
}

.ver2021-side-menu li.parent:nth-child(1)>a {
    background-image: url("../images/side_ico01.png");
}

.ver2021-side-menu li.parent:nth-child(2)>a {
    background-image: url("../images/side_ico02.png");
    background-position: center bottom 60px;
}

.ver2021-side-menu li.parent:nth-child(3)>a {
    background-image: url("../images/side_ico03.png");
    background-position: center bottom 35px;
}

.ver2021-side-menu li.parent:nth-child(4)>a {
    background-image: url("../images/side_ico04.png");
    background-position: center bottom 65px;
}

.ver2021-side-menu li.parent:nth-child(5)>a {
    background-image: url("../images/side_ico05.png");
}

.ver2021-navbar-mega {
    position: relative;
    z-index: 9999;
    padding: 0;
    margin: 0;
}

.ver2021-dropdown-multilayer-menu-sub {
    position: absolute;
    width: auto;
    min-height: 750px;
    top: 11px;
    left: 155px;
    padding: 0;
    background: rgba(0, 87, 64, 0.5);
    visibility: hidden;
    transition: width .2s ease-out, opacity .2s ease-out;
    opacity: 0;
}

.ver2021-dropdown-multilayer-menu-third-sub {
    position: fixed;
    top: 170px;
    padding: 0;
    width: 0;
    max-width: 0;
    min-width: 240px;
    background: #00251b;
    visibility: hidden;
    transition: width .2s ease-out, opacity .2s ease-out, max-width .2s ease-out;
    opacity: 0;
}

.ver2021-dropdown-multilayer-menu-third::after {
    position: absolute;
    content: ">";
    font-family: fontawesome;
    position: absolute;
    top: calc(50% - 8px);
    right: 5px;
    color: #fff;
}

.ver2021-dropdown-multilayer-menu-third {
    position: relative;
}

.ver2021-dropdown-multilayer-menu-third:hover .ver2021-dropdown-multilayer-menu-third-sub {
    visibility: visible;
    width: auto;
    max-width: 400px;
    opacity: 1;
}

.ver2021-dropdown-multilayer:hover .ver2021-dropdown-multilayer-menu-sub {
    visibility: visible;
    width: auto;
    opacity: 1;
}

.ver2021-dropdown-multilayer-menu-sub .nav-link {
    font-size: 16px !important;
    line-height: 24px;
    padding: 10px !important;
    padding-right: 20px !important;
    display: block;
    color: #fff !important;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ver2021-dropdown-multilayer-menu-sub .nav-link:hover {
    background: #a7cf5d;
}

.ver2021-header-mega {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    top: 0;
    padding: 0px;
    display: block;
    z-index: 200;
    border-radius: 0px;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
}

.ver2021-header-mega2 {
    position: fixed;
    width: 100%;
    height: 81px;
    left: 0;
    top: 90px;
    padding: 0px;
    display: block;
    z-index: 200;
    border-radius: 0px;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
}

.ver2021-header-mega3 {
    position: fixed;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 0;
    padding: 0px;
    display: block;
    border-radius: 0px;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
}

.ver2021-header-mega-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 255px;
}

.ver2021-header-mega-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: 90px;
    background-color: #005740;
}

.ver2021-header-mega2-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
    height: 81px;
    background-color: #005740;
}

.ver2021-header-mega3-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 0px);
    height: 160px;
    background-color: #005740;
}

.ver2021-header-mega-menu {
    height: 53px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 53%;
    padding-left: 10px;
}

.ver2021-header-mega-menu li {
    margin-right: 9px;
    margin-left: 14px;
}

.ver2021-header-mega-menu li a {
    font-size: 21px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 53px;
}

.ver2021-header-mega-nav .ver2021-lang-select {
    position: absolute;
    right: 349px;
    top: 0px;
    display: block;
    text-align: center;
    background: seagreen;
    padding: 25px 24px;
}

.ver2021-header-mega-nav .ver2021-lang-select a {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.ver2021-header-mega-nav .ver2021-lang-select2 {
    position: absolute;
    right: 195px;
    top: 0px;
    display: block;
    text-align: center;
    background: seagreen;
    padding: 25px 10px;
}

.ver2021-header-mega-nav .ver2021-lang-select2 a {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.ver2021-header-mega-nav .ver2021-lang-select3 {
    position: absolute;
    right: 70px;
    top: 0px;
    display: block;
    text-align: center;
    background: seagreen;
    padding: 25px 24px;
}

.ver2021-header-mega-nav .ver2021-lang-select3 a {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}

.ver2021-header-mega2-nav .sns {
    position: absolute;
    right: 120px;
    top: 11px;
}

.ver2021-header-mega2-nav .search {
    position: absolute;
    right: 50px;
    top: 13px;
}

.ver2021-mega-contents img {
    position: absolute;
    top: -141px;
    right: 0;
    width: 46%;
    height: auto;
}

.ver2021-mega-contents {
    width: 100%;
    /* position: absolute; */
    /* right: 0; */
}

/* 旧CSSの上書き記述 */

.content-wrapper table.generalTable {
    width: initial;
}

/* 横幅限界を超えないように調整 */
.container-fluid .row {
    margin-left: 0;
    margin-right: 0;
}

/* grid systemでcol-6を用いて横2列に並べられている時の両端のpaddingを削除 */
.ver2021-col6-end-padding-0 > .col-6:nth-child(2n - 1)
{
    padding-left: 0;
}
.ver2021-col6-end-padding-0 > .col-6:nth-child(2n)
{
    padding-right: 0;
}
/* メディアクエリ毎 */
@media (min-width: 576px) {
    .ver2021-col6-end-padding-0 > .col-sm-6:nth-child(2n - 1)
    {
        padding-left: 0;
    }
    .ver2021-col6-end-padding-0 > .col-sm-6:nth-child(2n)
    {
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    .ver2021-col6-end-padding-0 > .col-md-6:nth-child(2n - 1)
    {
        padding-left: 0;
    }
    .ver2021-col6-end-padding-0 > .col-md-6:nth-child(2n)
    {
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .ver2021-col6-end-padding-0 > .col-lg-6:nth-child(2n - 1)
    {
        padding-left: 0;
    }
    .ver2021-col6-end-padding-0 > .col-lg-6:nth-child(2n)
    {
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .ver2021-col6-end-padding-0 > .col-xl-6:nth-child(2n - 1)
    {
        padding-left: 0;
    }
    .ver2021-col6-end-padding-0 > .col-xl-6:nth-child(2n)
    {
        padding-right: 0;
    }
}

/* フロート指定 */
.ver2021-pc-float-left {
    float: left;
}
.ver2021-pc-float-right {
    float: right;
}

@media (max-width: 767.98px) {
    .ver2021-pc-float-left {
        float: none;
    }
    .ver2021-pc-float-right {
        float: none;
    }
    .ver2021-mainvisual .ver2021-sidenav li a {
        height: 50px;
    }
}

/* 改行をそのまま表示 */
.ver2021-ws-preline {
    white-space: pre-line;
}

.ver2021-circle-button {
    height: 70px;
    max-width: 100%;
    width: 350px;
}
.ver2021-circle-button-link {
    max-width: 100%;
    width: 350px;
    display: block;
    margin: 0 auto;
}

/* トップ画像上タイトル */

.ver2021-title-above-top-img {
    margin: 40px 0;
}

/*
 * pタグにマージン(1em)追加
 * 現行との調整用
 */
.ver2021-ptag-margin-1em p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.ver2021-newtab-icon-blk::after {
    background-size: contain;
    background: url(../images/exlink_blk.png);
    content: "";
    display: inline-block;
    font-size: 75%;
    height: 1em;
    min-height: 12px;
    min-width: 12px;
    vertical-align: middle;
    width: 1em;
}

.ver2021-newtab-icon-wht::after {
    background-size: contain;
    background: url(../images/exlink_wht.png);
    content: "";
    display: inline-block;
    font-size: 75%;
    height: 1em;
    min-height: 12px;
    min-width: 12px;
    vertical-align: middle;
    width: 1em;
}

.ver2021-subvisual-contents img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}

.ver2021-subvisual-contents p {
    position: absolute;
    width: 37%!important;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 870px) {
    .ver2021-subvisual-contents p {
        font-size: 0.7rem;
    }
}

/* トップから移動 */
.ver2021-tab.active {
    background-color: #fff;
    color: #222e3e;
    /* border: none; */
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: -1em;
    padding-top: 1em;
}
.ver2021-tab {
    background: #ccc;
}
.ver2021-tagu-card {
    display: none;
}
.ver2021-tagu-card.show {
    margin-top: 50px;
    display: block;
}
.newstitle{
    font-size: 2rem;
}
.ver2021-top-ichiran-button {
    background-color: #363636;
    color: #fff;
    height: 90px;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.ver2021-top-ichiran-button:hover {
    background-color: #363636cc;
    color: #fff;
}

.ver2021-banner-item {
    /*border: 1px solid #ddd;*/
    /*width: 300px;
    height: 226px;*/
    width: 40%;
    /*height: 227px;*/
    /*border: 4px solid #000;*/
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    /*cursor: pointer;*/
}

.ver2021-banner-item p {
    background: rgba(0, 87, 64, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ver2021-banner-item img{
    width: 100%;
    transition-duration: 0.5s;
}

.ver2021-banner-item:hover img{
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.banner_width{
    -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
}

@media (max-width: 576px) {
    .ver2021-banner-item {
        width: 100%;
    }

    .banner_width{
        -ms-flex: 0 0 93%;
        flex: 0 0 93%;
        max-width: 93%;
    }
}

/* トップから移動ここまで */

.ver2021-mainvisual-img img {
    max-height: 405px;
    object-fit: cover;
}
.ver2021-contents__body p > a {
    text-decoration: underline;
}
.ver2021-breadcrumb-container a {
    text-decoration: none !important;
}

.ver2021-simple-table {
    border: solid 1px #000;
}
.ver2021-simple-table thead{
    border-bottom: solid 1px #000;
}
.ver2021-simple-table td{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}



@media print{
	
.container {
	max-width: 100%;
    min-width: 33% !important;
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
				}
				
				
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.ver2021-gakubu-topic-text {
    padding: 4rem;
}				
				
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
				}
.ver2021-gakubu-kobetsu-saito img {
    right: none;
    bottom: -1rem;
}

.ver2021-gakubu-voice-contents {
    width: 90%;
}

.ver2021-gakubu-voice-contents-text p {
    width: 83%;
}

.ver2021-fs-15 {
    line-height: 1.2rem !important;
}

body {
	-webkit-print-color-adjust: exact;
}

.row {
    width: 100%;
}

div.ver2021-pagelink-back-two {
    width: 50%;
}
				
div.ver2021-pagelink-back-two {
    background-color: black;
    background-size: cover;
    padding-top: 33%;
    position: relative;
}

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: auto;
}

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
				
div.ver2021-pagelink-one-container {
    background-color: rgba(0, 29, 20, 0.8);
	padding: 30px 40px;
	top: calc(50% - 140px);
    bottom: calc(50% - 100px);
    left: calc(25% - 220px);
    right: calc(25% - 220px);
}				
				
div.ver2021-pagelink-back-one {
    background-color: black;
    background-size: cover;
    padding-top: 33%;
	position: relative;
    margin-top: 6%;
	}
				
.ver2021-faculty-pagelink .ver2021-pagelink-two-container {
    left: calc(50% - 200px) !important;
    right: calc(50% - 200px) !important;
}
				
.ver2021-second-pagelink-back-three {
    height: 300px;
}

				
.d-lg-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
				
#footer {
	width:100%;
	max-height:400px !important;
	}
				
#footer .ver2021-footer-contents {
    max-width: 35%;
    height: 400px;
	}
				
#footer .ver2021-footer-logo {
    align-items: end;
    display: flex;
    justify-content: left;
	margin: 1rem 0;
	width: 50%;
	}
				
#footer .ver2021-footer-logo img:first-child {
    margin-right: 10px;
}
#footer .ver2021-footer-logo img {
    display: block;
    height: auto;
	max-width: calc(100% - 5px);
	float:left;
}
				
#footer .ver2021-footer-img {
	width:45%;
	flex: 50%;
}
.ver2021-footer-img.pc {
	width:45%;
	background-position:top center;
}
				
.col-lg {
    max-width: none;
				}
.col-12 {
	max-width: none;
				}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.ver2021-feature-col-4-pc {
    max-width: 33.33% !important;
    box-sizing: border-box !important;
}

img.ver2021-second-footer-logo {
    display: block !important;
	justify-content: left;
	float:right;
}
img.ver2021-second-footer-logo {
    display: block;
    height: auto;
    max-width: calc(50% - 5px);
}		
				
.ver2021-row1.ver2021-flat-menu {
    display: none;
}

#ver2021-footer-button {
    margin-bottom: 0;
}

#ver2021-Copyright {
    padding-top: 0;
}				
				
#footer .ver2021-footer-link {
    margin: 0;			
}


.ver2021-inpage-linktab {
    width: 80%;
}

.position-relative {
    position: relative!important;
}

.ver2021-z-index-1 {
    z-index: 1;
    left: 0;
}

.ver2021-feature-left-img-text {
    display: flex !important;
    position: relative !important;
    flex-direction: column !important;
}

.ver2021-feature-left-img-text div.ver2021-feature-text {
    background-color: #f5f5f5 !important;
    display: block !important;
    flex: 1 !important;
    margin-left: -20% !important;
    margin-right: 30px !important;
    padding: 2rem !important;
    padding-left: calc(20% + 3rem) !important;
    position: relative !important;
}

.ver2021-z-index-1 img {
    width: 80%;
}

.ver2021-feature-pc {
    display: block !important !important;
}
.ver2021-feature-left-img-contents {
    margin: 2rem 0 !important;
}

.ver2021-feature-bottom-img-contents .ver2021-feature-img-area img {
    align-self: flex-start !important;
    height: auto !important;
    width: 70% !important;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.ver2021-feature-top1 {
    align-self: flex-start !important;
    margin-top: 5rem !important;
    margin-bottom: 3rem !important;
    width: 85% !important;
    height: auto !important;
}

.ver2021-fifth-layer-contents p {
    width: 80%;
}

.ver2021-fifth-layer-contents h3 {
    width: 90% !important;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    height: auto !important;
}

div.ver2021-pagelink-back-three {
    background-color: black;
    background-size: cover;
    padding-top: 22%;
    position: relative;
    height: auto;
}

.dormitory-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dormitory-menu {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0 24px;
}

.dormitory-menu ul::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.dormitory-menu ul::after {
    content: "";
    display: block;
    width: 23%;
}

.dormitory-menu ul li {
    width: calc(100% / 4 - 20px) !important;
    margin: 10px 0 !important;
    padding: 0 !important;
}

.point-list li {
    margin: 0 !important;
    padding: 20px 15px 20px !important;
    text-align: center !important;
    width: calc(100% / 3 - 35px) !important;
    background: #fff !important;
    border-radius: 12px !important;
    border: 1px solid #2da886 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.point-list {
    display: flex !important;
    margin: 32px auto !important;
    padding: 0 65px !important;
    justify-content: space-between !important;
    list-style: none !important;
}

.menu__photo img {
    width: 100% !important;
}

.house-list {
    width: 100% !important;
    max-width: 950px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
}

.house-list li {
    margin: 0 !important;
    padding: 0 !important;
    width: calc(100% / 3 - 20px) !important;
}

.contents .block .block__table-container, .scroll__table-wrap .scroll__wrap {
    box-sizing: border-box !important;
    width: 100% !important;
    overflow-x: auto !important;
    /* box-shadow: inset 0 0 4px rgb(0 0 0 / 45%); */
    scrollbar-width: thin !important;
    scrollbar-color: rgb(0, 87, 64) rgba(0, 87, 64, 0.1) !important;
}

.dormitory__container .dormitory__container__body {
    text-align: center !important;
    background-image: url(../images/bg-separater.png) !important;
    background-repeat: no-repeat !important;
    background-size: 44px 8px !important;
    background-position: top center !important;
    padding: 68px 0 80px 0 !important;
    width: 100% !important;
    max-width: 990px !important;
    margin: 0 auto !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.table-dormitory {
    width: 100% !important;
    max-width: 950px !important;
    margin: 1em auto 3.75em !important;
    border-collapse: collapse !important;
    border: 4px solid #fff !important;
    opacity: 1 !important;
}

.table-dormitory th {
    background: #96d3c2 !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    padding: 16px !important;
    line-height: 1.5 !important;
}

.scroll__wrap table th {
    vertical-align: middle !important;
}

div.ver2021-sp-hamburger{
    display:none !important;
}

#ver2021-sp-menu{
    background:none !important;
}

@media (max-width: 1278.98px){
.ver2021-feature-pc {
    display: block !important;
}
}

}