body {
    font-family: "Hiragino sans-serif", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游明朝体", "Yu Mincho", "YuMincho, Meiryo", "メイリオ";
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    cursor:pointer;
}

img {
    max-width: 100vw;
}

.nav {
    float: right;
}

    .nav li {
        display: inline-flex;
    }

    .nav .linkMenu {
        margin: 15px;
    }

.menu {
    border: 1px solid #cccccc;
    background-color: #EBEBCD;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:7px 5px 7px 5px;
}

@media screen and (min-width: 0px) and (max-width: 767.98px) {
    #PcHeader {
        display: none;
    }

    #MbHeader {
        display: block;
    }

    #PcTop {
        display: none;
    }

    #videoContainer {
        background-color: white;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 28%;
        background-attachment: fixed;
        top: 0;
    }
    .videoContentHeader {
        margin-top: 0px;
    }

    /*文字サイズ スマフォなど*/
    a, span {
        font-size: 1.0em;
    }

    .f1_5s_mf1_2s {
        font-size: 1.2em;
    }
    .f1_2s_mf1s {
        font-size: 1.0em;
    }

    .f1_8s_mf1_8s {
        font-size: 1.8em;
    }

    .f2s_mf1s {
        font-size: 1.0em;
    }
    .f2s_mf2s{
        font-size:2.0em;
    }
}

@media screen and (min-width: 767.98px) {
    #PcHeader {
        display: block;
    }

    #MbHeader {
        display: none;
    }

    #PcTop {
        display: block;
    }
    .videoContentHeader {
        margin-top: 15px;
    }

    #videoContainer {
        background-color: black;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        height: 70%;
        background-attachment: fixed;
        top: 0;
    }
    /*文字サイズ スマフォなど*/
    a, .f1_2s {
        font-size: 1.2em;
    }

    .f1_5s_mf1_2s {
        font-size: 1.5em;
    }

    .f1_8s_mf1_8s {
        font-size: 1.8em;
    }
    .f1_2s_mf1s {
        font-size: 1.2em;
    }
    .f2s_mf1s {
        font-size: 2.0em;
    }
    .f2s_mf2s {
        font-size: 2.0em;
    }

    .f2s_mf1s {
        font-size: 1.5em;
    }
}
/* Toggle Button */
#nav-toggle {
    display: block;
    position: absolute;
    right: 12px;
    top: -20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
    /* #nav-toggle 切り替えアニメーション */
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        box-sizing: border-box;
        background: #666;
        right: 15px;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

        #nav-toggle span:nth-child(1) {
            top: 36px;
        }

        #nav-toggle span:nth-child(2) {
            top: 47px;
        }

        #nav-toggle span:nth-child(3) {
            top: 58px;
        }

.open #nav-toggle span:nth-child(1) {
    top: 47px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 47px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.last {
    padding: 20px;
}

.center {
    text-align: center;
}

.accordion {
    max-width: 600px;
}

    .accordion label {
        display: block;
        padding: 15px;
        text-decoration: none;
        color: #FFF;
        border-bottom: solid 1px #FFF;
    }

input[type="checkbox"] {
    display: none;
}

.accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion li {
    height: 0;
    overflow: hidden;
    padding-left: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* Toggle Button */
#accordion-toggle01, #accordion-toggle02, #accordion-toggle03 {
    display: block;
    position: absolute;
    right: 40px;
    /*top: 14px;*/
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#accordion-toggle01 label, #accordion-toggle02 label, #accordion-toggle03 label {
    border: none;
}
    /* #accordion-toggle 切り替えアニメーション */
#accordion-toggle01 span, #accordion-toggle02 span, #accordion-toggle03 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #FFF;
    right: 15px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#accordion-toggle01 span:nth-child(1), #accordion-toggle02 span:nth-child(1), #accordion-toggle03 span:nth-child(1) {
    right: 0px;
    top: 27px;
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    transform: rotate(310deg);
}

#accordion-toggle01 span:nth-child(2), #accordion-toggle02 span:nth-child(2), #accordion-toggle03 span:nth-child(2) {
    right: 10px;
    top: 27px;
    -webkit-transform: rotate(-310deg);
    -moz-transform: rotate(-310deg);
    transform: rotate(-310deg);
}

.ACopen span:nth-child(1) {
    left: 25%;
}

.ACopen span:nth-child(2) {
    width: 0;
    left: 25%;
}

#menu_bar01:checked ~ #links01 li {
    height: 54px;
    opacity: 1;
}

#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}

#menu_bar03:checked ~ #links03 li {
    height: 54px;
    opacity: 1;
}
#links01 li:last-child, #links02 li:last-child, #links03 li:last-child {
    border-bottom: 1px solid #FFF;
}

#NavMenu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.NavOpen {
    opacity: 1 !important;
    height: 100% !important;
}



#MbHeader .listMenuBlock a {
    display: block;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    color: #FFF;
}

#MbHeader .listMenu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 1px #FFF;
}

#PcTop .listMenuBlock {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    text-align: center;
}

    #PcTop .listMenuBlock a {
        display: block;
        padding: 25px 0px 25px 65px;
        text-decoration: none;
        color: #FFF;
    }

    #PcTop .listMenuBlock:hover {
        /*background-color: gray;*/
    }
.MenuSingle a {
    margin-left: -65px;
}
@media screen and (min-width: 767.98px) and (max-width: 1250.98px) {
    #PcTop .listMenuBlock a {
        padding: 25px 0px 25px 25px;
     
    }
    .MenuSingle a {
        margin-left:-25px;
    }
}


    /*.dropDownItems {
    opacity: 0;
    height: 0px;
    z-index: 9999999;
    background-color: green;
    list-style: none;
    text-align: center;
    z-index: 10;
}*/


    /*.dropDownMenu:hover {
    background: green;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 10;
}
.dropDownItems li{
    margin-left:-30px;
    padding-top:10px;
    padding-bottom:10px;
}
.dropDownMenu:hover ul.dropDownItems {
    opacity: 1;
    height:auto;
    background: green;
    -webkit-transition: all .5s;
    transition: all .5s;
}*/
    .dropdown-menu {
        background-color: #52B628;
    }

        .dropdown-menu a {
            color: #FFF;
            padding-left: 15px;
        }

    .dropDownItems a {
        padding: 7px !important;
    }

    .dropdown-menu li:hover {
        /*background-color: gray;*/
    }
    /* 下矢印 */
    .dropDownMenuTitle {
        text-align: center;
        /* display: block;*/
        padding: 25px 0px 25px 0px;
        text-decoration: none;
        color: #FFF;
        padding-left: 5px;
        padding-right: 5px;
    }

        .dropDownMenuTitle:hover {
            color: #FFF;
        }
    /*.dropDownMenuTitle:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
 
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
    .contentHeader {
        margin-top: 150px;
    }

    .contentfooter {
        margin-top: 100px;
    }

    .itemContentHeader {
        margin-top: 30px;
    }

    .contentTitle {
        font-size: 1.5em;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #125F04;
        text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
    }

    .contentSubTitle {
        font-size: 2em;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #000;
        margin-bottom: 35px;
        /*text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);*/
    }

    .categoryTitle {
        font-size: 1.5em;
        opacity: 0.75;
        text-align: center;
        line-height: 0.95em;
        font-weight: bold;
        color: #125F04;
        text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
    }

    .chkButton {
        display: block;
        float: left;
        margin: 5px 2px 5px 2px;
    }

        .chkButton label {
            opacity: 0.75;
            cursor: pointer;
            /* margin:20px;*/
            padding: 5px 15px 5px 15px;
            border: 2px solid lightgray;
            border-radius: 25px;
            font-weight: bold;
            color: lightgray;
            font-size: 1em;
            margin-top: -5px;
        }

        .chkButton input:checked + label {
            /*background-color: red;*/
            opacity: 0.75;
            cursor: pointer;
            /* margin:20px;*/
            padding: 5px 15px 5px 15px;
            border: 2px solid #125F04;
            border-radius: 25px;
            font-weight: bold;
            color: #125F04;
            font-size: 1em;
            margin-top: -5px;
        }

        .chkButton input {
            /* display: none;*/
        }

    .text {
        color: #FFF;
        text-align: center;
        font-weight: bold;
    }

    .textCalenderTitle {
        font-size: 1.2em;
        font-weight:bold;
        padding-top: 10px;
    }

    .tblCalender {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .tblCalender th {
            text-align: center;
            border-left: solid 1px #125F04;
            opacity: 0.75;
        }

        .tblCalender td {
            border-left: solid 1px #125F04;
            opacity: 0.75;
            vertical-align: top;
        }

    .CalenderSAT {
        color: blue;
    }

    .CalenderSAN {
        color: red;
    }

    .NewsOpen {
        opacity: 1;
        height: 280px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
@media screen and (min-width: 0px) and (max-width: 767.98px) {
    .NewsOpen {
        height: 750px;
    }
}
    @media screen and (min-width: 768px) and (max-width: 991.98px) {
        .NewsOpen {
            height: 390px;
        }
    }

    .NewsClose {
        opacity: 0;
        height: 0;
        /*   -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;*/
        /*    -webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;*/
    }

    .fadein {
        opacity: 0.1;
        transform: translate(0, 50px);
        transition: all 500ms;
    }

        /* 画面内に入った状態 */
        .fadein.scrollin {
            opacity: 1;
            transform: translate(0, 0);
        }
    /*==================================================
　 左から右に線が伸びる（下部）
===================================*/
    .linkMenu a {
        /*線の基点とするためrelativeを指定*/
        position: relative;
    }

    .linkMenu.current a,
    li a:hover {
        color: #0481A2;
    }

    .linkMenu a::after {
        content: '';
        /*絶対配置で線の位置を決める*/
        position: absolute;
        bottom: 0;
        left: 0%;
        /*線の形状*/
        width: 100%;
        box-sizing: border-box;
        height: 2px;
        background: #0481A2;
        /*アニメーションの指定*/
        transition: all .3s;
        transform: scale(0, 1); /*X方向0、Y方向1*/
        transform-origin: left top; /*左上基点*/
    }
    /*現在地とhoverの設定*/
    .linkMenu.current a::after,
    .linkMenu a:hover::after {
        transform: scale(1, 1); /*X方向にスケール拡大*/
    }


    .button, .buttonGreen {
        /* background: #fff;*/
        border: 1px solid #ccc;
        /* color: #333;*/
        padding: 10px 10px;
        display: inline-block;
        text-decoration: none;
        outline: none;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(128, 128, 128, 0.1);
        /*アニメーションの設定*/
        transition: all .3s;
    }

    .button {
        display: inline-block;
        border-radius: 5px; /* 角丸       */
        /*font-size: 10pt;*/ /* 文字サイズ */
        text-align: center; /* 文字位置   */
        cursor: pointer; /* カーソル   */
        padding: 12px 12px; /* 余白       */
        background: #ffffff; /* 背景色     */
        color: #000000; /* 文字色     */
        line-height: 1em; /* 1行の高さ  */
        transition: .3s; /* なめらか変化 */
        border: 1px solid #000; /* 枠の指定 */
        min-width: 90px;
    }

    .buttonGreen {
        display: inline-block;
        border-radius: 5px; /* 角丸       */
        /*font-size: 10pt;*/ /* 文字サイズ */
        text-align: center; /* 文字位置   */
        cursor: pointer; /* カーソル   */
        padding: 12px 12px; /* 余白       */
        background: #329708; /* 背景色     */
        color: #FFF; /* 文字色     */
        line-height: 1em; /* 1行の高さ  */
        transition: .3s; /* なめらか変化 */
        border: 2px solid #329708; /* 枠の指定 */
        min-width: 110px;
    }
        /*.buttonGreen:hover {
  color         : #999999;*/ /* 背景色     */
        /*background    : #52B628;*/ /* 文字色     */
        /*}*/
        /*hoverをしたらボックスの影が拡がり色が濃くなる*/
        .button:hover, .buttonGreen:hover {
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
            border-color: transparent;
        }

        .buttonGreen:hover {
            color: #FFF;
        }
.buttonGreen2 {
    display: inline-block;
    border-radius: 5px; /* 角丸       */
    /*font-size: 10pt;*/ /* 文字サイズ */
    text-align: center; /* 文字位置   */
    cursor: pointer; /* カーソル   */
    padding: 12px 12px; /* 余白       */
    background: #FFF; /* 背景色     */
    color: #125F04; /* 文字色     */
    line-height: 1em; /* 1行の高さ  */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #125F04; /* 枠の指定 */
    min-width: 110px;
}
    .buttonWhite {
        display: inline-block;
        border-radius: 4%; /* 角丸       */
        font-size: 12pt; /* 文字サイズ */
        text-align: center; /* 文字位置   */
        cursor: pointer; /* カーソル   */
        padding: 10px 65px 10px 65px; /* 余白       */
        background: background:rgba(0,0,0,0); /* 背景色     */
        color: #FFF; /* 文字色     */
        line-height: 1em; /* 1行の高さ  */
        transition: .3s; /* なめらか変化 */
        border: 2px solid #FFF; /* 枠の指定 */
    }

    /*====================================
　左から右に線が伸びて背景になる
===================================*/
    /*背景の設定*/
    .menu a {
        /*背景色の基点とするためrelativeを指定*/
        position: relative;
        /*アニメーションの指定*/
        transition: all .7s;
    }

        .menu a::after {
            content: '';
            /*絶対配置で線の位置を決める*/
            position: absolute;
            z-index: -1;
            bottom: 0;
            left: 0;
            /*背景の形状*/
            width: 0;
            height: 1px;
            background: gray;
            opacity: 0; /*はじめは透過を0に*/
        }

        /*現在地とhoverの設定*/
        .menu.current a::after,
        .menu a:hover::after {
            /*背景の形状*/
            width: 100%;
            box-sizing: border-box;
            opacity: 1;
            /*アニメーションの指定*/
            animation: bgappear 0.5s forwards;
        }

    /*アニメーションで線を伸ばして背景をつける*/
    @keyframes bgappear {
        0% {
            width: 0%;
            height: 1px;
        }

        50% {
            width: 100%;
            height: 1px;
        }

        100% {
            width: 100%;
            height: 100%;
            background: gray;
        }
    }

    /*現在地とhoverの設定*/
    .menu.current a,
    .menu a:hover {
        color: #fff;
        /*テキストを最前面へ*/
        z-index: 1;
    }
    /* 013 */
    .button013 {
        width: 243px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .button013:hover {
            color: #FFF;
            opacity: 0.5;
        }

        .button013 a {
            background: #EFB6A1;
            position: relative;
            justify-content: space-around;
            margin: 0 auto;
            width: 243px;
            height: 132px;
            padding: 10px 25px;
            color: #008A00;
            /*  transition: 0.3s ease-in-out;*/
            font-weight: 700;
            z-index: -1;
            border: solid 3px #489F26;
            overflow-wrap: break-word;
            display: flex;
            align-items: center;
            justify-content: center;
            text-overflow: ellipsis;
            font-size: 20px
        }

    .banner a {
        position: relative;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        width: 243px;
        height: 132px;
        padding: 10px 25px;
        color: #313131;
        /*transition: 0.3s ease-in-out;*/
        font-weight: 500;
        z-index: 0;
        /* border-left: solid 5px #78CF56;*/
    }

        .button013 a:before, .banner a:before {
            opacity: 0.5;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 0;
            display: block;
           /* background: #78CF56;*/
            /* transition: .3s;*/
            left: 0;
        }

        .button013 a:hover, .banner a:hover {
            color: #FFF;
            border: 3px solid #78CF56;
        }

            .button013 a:hover:before, .banner a:hover:before {
                width: 100%;
                box-sizing: border-box;
                z-index: -1;
            }

    .linkBannerContent {
        width: 243px;
        height: 132px;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .linkBannerContent a {
            position: relative;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 auto;
            width: 243px;
            height: 132px;
            /*            padding: 10px 25px;
*/ color: #313131;
            /*transition: 0.3s ease-in-out;*/
            font-weight: 500;
            z-index: 0;
            /* border-left: solid 5px #78CF56;*/
        }

    .linkContent {
        width: 380px;
        height: 280px;
    }

        .linkContent a {
            position: relative;
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 auto;
            width: 380px;
            height: 280px;
            padding: 10px 25px;
            color: #313131;
            /*transition: 0.3s ease-in-out;*/
            font-weight: 500;
            z-index: 0;
            /* border-left: solid 5px #78CF56;*/
        }

        .linkContent > p {
            display: block;
            font-size: 1.75em;
            color: #FFF;
            font-weight: bold;
            /*text-shadow: 1px 1px 0 green, -1px -1px 0 green, -1px 1px 0 green, 1px -1px 0 green, 0px 1px 0 green, 0-1px 0 green, -1px 0 0 green, 1px 0 0 green;*/
        }

        .linkContent a:hover + p {
            opacity: 1;
            text-align: center;
        }

        .button013 a:before, .linkContent a:before, .linkBannerContent a:before {
            opacity: 0.9;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 0;
            display: block;
         /*   border:4px solid #78CF56;*/
            /* transition: .3s;*/
            left: 0;
        }

        .button013 a:hover, .linkContent a:hover, .linkBannerContent a:hover {
            color: #FFF;
            border: 4px solid #78CF56;
        }

            .button013 a:hover:before, .linkContent a:hover:before, .linkBannerContent a:hover:before {
                width: 100%;
                box-sizing: border-box;
                z-index: -1;
                content: attr(title);
            }

    .tblCalender {
        width: 100%;
        box-sizing: border-box;
        border-collapse: collapse;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }

        .tblCalender th,
        .tblCalender td {
            padding: 16px;
            font-weight: normal;
            border-left: 1px solid #333;
            border-bottom: 1px solid #333;
        }

        .tblCalender th {
            background-color: #CDEAFF;
        }

        .tblCalender td {
            background-color: #fbf9f9;
        }

    @media screen and (max-width:640px) {
        .tblCalender th,
        .tblCalender td {
            display: block;
            text-align: left;
        }
    }

    /*カレンダー テーブル　レスポンシブ対応*/
    .row-head {
        border-collapse: collapse;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
    }

        .row-head th,
        .row-head td {
            padding: 8px;
            border-right: 1px solid rgba(18,95,4,0.75);
            border-left: 1px solid rgba(18,95,4,0.75);
        }

        .row-head th {
            text-align: center;
        }

        .row-head td {
            vertical-align: top;
            height: 250px;
        }

        .row-head label {
            line-height: 34px;
            margin: 0;
        }

    @media only screen and (max-width: 768px) {
        .row-head thead {
            display: none;
        }

        .row-head tr,
        .row-head td {
            display: block;
            width: auto;
            height: auto;
            min-height: 40px;
        }

        .row-head tr {
            border: 1px solid #dbe1e8;
            border-radius: 5px;
            box-shadow: 3px 3px rgba(0, 0, 0, .1);
            margin-bottom: 20px;
            padding: 8px 8px 0;
        }

        .row-head td {
            border: none;
            border-bottom: 1px solid #dbe1e8;
            justify-content: space-between;
            text-align: left;
        }

            .row-head td:last-child {
                border-bottom: none;
            }

            .row-head td::before {
                content: attr(aria-label);
                display: inline-block;
                font-weight: bold;
                float: left;
                text-align: left;
                padding-right: 20px;
                white-space: nowrap;
            }

            .row-head td.CalenderSATLbl::before {
                color: blue;
            }

            .row-head td.CalenderSANLbl::before {
                color: red;
            }

            .row-head td.bt-area::before {
                display: none;
            }

            .row-head td.bt-area a {
                background: #007aff;
                border-radius: 5px;
                color: #fff;
                display: inline-block;
                flex: 1;
                height: 40px;
                margin: 0 2px;
                overflow: hidden;
                width: auto;
            }

                .row-head td.bt-area a::before {
                    align-items: center;
                    content: attr(aria-label);
                    display: flex;
                    font-size: 14px;
                    height: 100%;
                    justify-content: center;
                    line-height: 40px;
                    width: 100%;
                    box-sizing: border-box;
                }

        .row-head.header-check tr {
            padding-left: 40px;
            position: relative;
        }

        .row-head.header-check td:first-child {
            align-items: center;
            background: #fff;
            border-right: 1px solid #dbe1e8;
            border-bottom: none;
            bottom: 0;
            display: flex;
            justify-content: center;
            left: 0;
            padding: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 40px;
        }

            .row-head.header-check td:first-child::before {
                display: none;
            }
    }


    /*アコーディオンメニュー*/
    .Acdmenu {
        max-width: 600px;
        border-top: 2px solid;
        border-bottom: 2px solid;
        margin-bottom: 15px;
    }

        .Acdmenu a {
            display: block;
            padding: 15px;
            text-decoration: none;
            color: #000;
        }

    .AcdImg {
        display: block;
        margin: 0 0 4px 0;
        padding: 15px 0px 30px 0px;
        line-height: 1;
        color: #fff;
        /* background: green;*/
        cursor: pointer;
    }

    .AcdImg2 {
        display: block;
        margin: 0 0 4px 0;
        padding: 15px 0px 15px 0px;
        line-height: 1;
        color: #fff;
        /* background: green;*/
        cursor: pointer;
    }
    /*input {
    display: none;
}*/

    .Acdmenu ul {
        margin: 0;
        padding: 0;
        /* background: #f4f4f4;*/
        list-style: none;
    }

    .Acdmenu li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding-left: 30px;
        white-space:nowrap;
    }

        .Acdmenu li:hover {
            background-color: lightgray;
        }

    #menu_bar04:checked ~ #links04 li {
        height: 54px;
        opacity: 1;
        border-top: 1px solid;
    }

    #menu_bar05:checked ~ #links05 li {
        height: 54px;
        opacity: 1;
        border-top: 1px solid;
    }


    .navLink {
        margin-left: 0px;
    }

        .navLink a, .navLink p {
            float: left;
        }

    .rowNews {
        min-height: 50px;
        height: 54px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #78CF56;
    }

    @media(max-width:991px) {
        .rowNews {
            height: 75px;
        }
    }

    .rowDownloads {
        min-height: 50px;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #78CF56;
    }

    .NewsCategoryLabel {
        background-color: #125F04;
        opacity: 0.5;
        color: #FFF;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        white-space: nowrap;
    }

    .NewsLink {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .NewsLink {
        margin-top: 5px;
    }

    .NewsDate {
        word-break: break-all;
        white-space: nowrap;
        text-align: center;
    }


    /*各ページタイトル画像*/
    @media screen and (min-width: 0px) and (max-width: 767.98px) {
        .sp {
            display: display;
        }

        .pc, .pc_content {
            display: none !important;
        }

        .navLink {
            margin-left: 12px;
        }

        #imgContainer {
            background-color: black;
            position: relative;
            width: 100%;
            box-sizing: border-box;
            height: auto;
            min-height: 100px;
            background-attachment: fixed;
            top: 0;
        }

        .tab-group > li {
            width: 90%;
            display: block;
        }
    }

    @media screen and (min-width: 767.98px) {
        .sp {
            display: none !important;
        }

        .pc {
            display: display;
        }

        .pc_content {
            display: contents;
        }

        #gakkoAnnaiTitle {
            background-image: url(../img/gakkoAnnai.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            box-sizing: border-box;
            height: auto;
        }

        #imgContainer {
            background-color: black;
            position: relative;
            width: 100%;
            box-sizing: border-box;
            height: auto;
            background-attachment: fixed;
            top: 0;
        }

        .tab-group > li {
            width: 30%;
        }
    }

    .entry {
        width: 100%;
        box-sizing: border-box;
    }

        .entry th {
            width: 200px;
        }

        .entry tbody {
            width: calc(100% - 100px);
        }

    .Hissu {
        background-color: #ff6347;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

    #zip1, #zip2 {
        width: 50px;
    }

    #comment {
        width: 100%;
        box-sizing: border-box;
        height: 300px;
    }

    .tabbable {
        margin-bottom: 15px;
    }

    .tab-group {
        list-style: none;
        display: flex;
        justify-content: center;
    }

        .tab-group > li,
        .tab-group-vertical > li {
            border: 1px solid #52B628;
            border-radius: 4px;
            position: relative;
            float: left;
            padding: 10px 0px 10px 0px;
            text-align: center;
            white-space: nowrap;
        }

            .tab-group > li.active {
                background-color: #52B628;
            }

                .tab-group > li.active > a,
                .tab-group > li.active > a:hover,
                .tab-group > li.active > a:focus,
                .tab-group-vertical > li.active > a,
                .tab-group-vertical > li.active > a:hover,
                .tab-group-vertical > li.active > a:focus {
                    background-color: #52B628;
                    color: #fff;
                }

            .tab-group > li > a,
            .tab-group-vertical > li > a {
                border-radius: 0;
            }

                .tab-group > li > a:hover,
                .tab-group-vertical > li > a:hover {
                    border-radius: 4px;
                }

        .tab-group li + li {
            margin-left: -1px;
        }

        .tab-group > li:not(:first-child):not(:last-child),
        .tab-group > li:not(:first-child):not(:last-child) > a:hover {
            border-radius: 0;
        }

        .tab-group > li:first-child,
        .tab-group > li:first-child > a:hover {
            margin-left: 0;
        }

            .tab-group > li:first-child:not(:last-child),
            .tab-group > li:first-child:not(:last-child) > a:hover {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .tab-group > li:last-child:not(:first-child),
        .tab-group > li:last-child:not(:first-child) > a:hover {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .tab-group-vertical > li {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

        .tab-group-vertical > li + li {
            margin-top: -1px;
            margin-left: 0px;
        }

        .tab-group-vertical > li:not(:first-child):not(:last-child),
        .tab-group-vertical > li:not(:first-child):not(:last-child) > a:hover {
            border-radius: 0;
        }

        .tab-group-vertical > li:first-child:not(:last-child),
        .tab-group-vertical > li:first-child:not(:last-child) > a:hover {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .tab-group-vertical > li:last-child:not(:first-child),
        .tab-group-vertical > li:last-child:not(:first-child) > a:hover {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
        }


    #tbl-curriculum thead th {
        border: 1px solid;
        border-color: darkgreen;
        background-color: forestgreen;
        color: #FFF;
        text-align: center;
    }

    #tbl-curriculum tbody th {
        border: 1px solid;
        border-color: darkgreen;
        background-color: lightgray;
        text-align: center;
    }

    #tbl-curriculum td {
        border: 1px solid;
        border-color: darkgreen;
        text-align: center;
    }

        #tbl-curriculum td.tblText {
            text-align: left;
        }


    #tbl-career thead th {
        border: 1px solid;
        border-color: #27217B;
        background-color: lightblue;
        text-align: center;
    }

    #tbl-career tbody th {
        border: 1px solid;
        border-color: #27217B;
        background-color: lightgray;
        text-align: center;
    }

    #tbl-career td {
        border: 1px solid;
        border-color: #27217B;
        text-align: center;
    }

        #tbl-career td.tblText {
            text-align: left;
        }


    .balloon {
        width: 100%;
        box-sizing: border-box;
        margin: 1.5em 0;
        overflow: hidden;
    }

        .balloon .faceicon {
            float: left;
            /*  margin-right: -90px;*/
            /* width: 80px;*/
        }

            .balloon .faceicon img {
                width: 100%;
                box-sizing: border-box;
                height: auto;
                /*border: solid 3px #d7ebfe;*/
                /*border-radius: 50%;*/
            }

        .balloon .chatting {
            width: 100%;
        }

    .baloon {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background: #FFFFFF;
        padding: 20px;
        text-align: left;
        border: 2px solid #5AE628;
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

        .baloon:after, .baloon:before {
            border: solid transparent;
            content: '';
            height: 0;
            width: 0;
            pointer-events: none;
            position: absolute;
            left: 100%;
            top: 50%;
        }

        .baloon:after {
            border-color: rgba(255, 255, 255, 0);
            border-top-width: 10px;
            border-bottom-width: 10px;
            border-left-width: 12px;
            border-right-width: 12px;
            margin-top: -10px;
            border-left-color: #FFFFFF;
        }

        .baloon:before {
            border-color: rgba(90, 230, 40, 0);
            border-top-width: 12px;
            border-bottom-width: 12px;
            border-left-width: 14px;
            border-right-width: 14px;
            margin-top: -12px;
            margin-left: 2px;
            border-left-color: #5AE628;
        }

    #tbl-sche {
        width: 100%;
        box-sizing: border-box;
    }

        #tbl-sche thead,
        #tbl-sche tbody,
        #tbl-sche th,
        #tbl-sche td {
            border: 1px solid;
        }

        #tbl-sche td {
            width: 30%;
            height: 300px;
            vertical-align: top;
        }

    @media(max-width:768px) {
        #tbl-sche, #tbl-sche > tbody, #tbl-sche > tbody > tr, #tbl-sche > tbody > tr > th, #tbl-sche > tbody > tr > td {
            display: block;
        }

            #tbl-sche td {
                width: 100%;
                box-sizing: border-box;
                height: auto;
            }
    }

    #tbl-sche ul {
        list-style: none;
        margin-left: -30px;
    }

    #tbl-sche .en {
        font-size: 1.0em;
        color: #52C128;
        margin-left:15px;
    }

    #tbl-sche .jp {
        font-size: 0.75em;
        margin-left: 10px;
    }

    #tbl-entry {
        width: 100%;
        box-sizing: border-box;
    }

    ul.cp_list {
        padding: 0.5em;
        list-style-type: none;
    }

        ul.cp_list li {
            position: relative;
            padding: 0.5em 1em 0.5em 2.3em;
            margin-bottom: 5px;
            border-bottom: 1px solid rgba(82,193,40,1);
            display: inline-block;
            width: 24%;
        }

            ul.cp_list li:after,
            ul.cp_list li:before {
                content: '';
                position: absolute;
                border-radius: 50%;
            }

            ul.cp_list li:before {
                top: 14px;
                left: 0.2em;
                width: 17px;
                height: 17px;
                background: rgba(82,193,40, 1);
                transform: translateY(-50%);
            }

            ul.cp_list li:after {
                top: 1.1em;
                left: 0.7em;
                width: 14px;
                height: 14px;
                background: rgba(82,193,40, 0.5);
            }

    @media(max-width:768px) {
        ul.cp_list li {
            width: 100%;
            box-sizing: border-box;
        }
    }

    .clubTitle {
        height: 50px;
        font-size: 1.4em;
        font-weight: bold;
        padding-left: 20px;
        padding-top: 5px;
        margin-top: 35px;
        border-left: 15px solid green;
        border-bottom: 5px solid green;
    }

    .clubResult {
        float: right;
        padding-top: 5px;
        vertical-align: bottom;
    }

        .clubResult span {
            margin-left: 15px;
            margin-right: 15px;
        }

    .clubWord {
        height: 50px;
        font-size: 1.4em;
        font-weight: bold;
        padding-left: 20px;
        padding-top: 5px;
        margin-top: 35px;
        border-left: 15px solid green;
    }


    @media(min-width:768px) {
        .box {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .pict img {
            width: 100%;
            box-sizing: border-box;
            float: right;
            min-width: 300px;
            margin-top: 60px;
        }
    }

    @media(max-width:768px) {
        .pict img {
            width: 100%;
            box-sizing: border-box;
        }
    }

    .title-box2 {
        margin: 1em 0;
        padding: 1.5em 1em 1em;
        position: relative;
        border: 1px solid #8bc34a;
        border-radius: 5px;
        /* background-color: #dcedc8;*/
    }

    .title-box2-title {
        position: absolute;
        top: -1.5em;
        left: -1px;
        font-weight: bold;
        font-size: 1.1em;
        background-color: #8bc34a;
        color: #fff;
        padding: 0 0.5em;
        padding-right: 50px;
        clip-path: polygon(0% 100%, 0% 0%, 80% 0%, 100% 100%);
    }

    .title-box2 p {
        margin: 0;
        padding: 0;
    }

    .title-box3 {
        margin: 1em 0;
        padding: 1.5em 1em 1em;
        position: relative;
        border: 2px solid #27217B;
        border-radius: 5px;
        font-size: 1.1em;
        /* background-color: #dcedc8;*/
    }

    .title-box4 {
        margin: 1em 0;
        padding: 1.5em 1em 1em;
        position: relative;
        border-top: 2px solid #52B628;
        /* background-color: #dcedc8;*/
    }

    .title-box5 {
        margin: 1em 0;
        padding: 1.5em 1em 1em;
        position: relative;
        border-top: 2px solid #7B2503;
        /* background-color: #dcedc8;*/
    }

    .title-box3-title {
        position: absolute;
        height: 50px;
        top: -48px;
        left: -2px;
        font-weight: bold;
        font-size: 0.8em;
        background-color: #27217B;
        color: #fff;
        /*padding-right: 150px;*/
        clip-path: polygon(0% 100%, 0% 0%, 88% 0%, 100% 100%);
        display: flex;
        align-items: center;
        width: 300px;
    }

    .title-box4-title {
        position: absolute;
        top: -2.5em;
        left: 0px;
        font-weight: bold;
        font-size: 0.8em;
        background-color: #52B628;
        color: #fff;
        padding: 0.5em;
        /*padding-right: 150px;*/
        clip-path: polygon(0% 100%, 0% 0%, 88% 0%, 100% 100%);
        width: 300px;
    }

    .title-box5-title {
        position: absolute;
        top: -2.5em;
        left: 0px;
        font-weight: bold;
        font-size: 0.8em;
        background-color: #7B2503;
        color: #fff;
        padding: 0.5em;
        /*padding-right: 150px;*/
        clip-path: polygon(0% 100%, 0% 0%, 88% 0%, 100% 100%);
        width: 300px;
    }

    .title-box3 p {
        margin: 0;
        padding: 0;
    }

    .mapRow {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #155559;
    }

    .list_triangle {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .list_triangle > li {
            position: relative;
            padding: 0px 0px 0px 1em;
            margin: 10px 15px 10px 15px;
        }

            .list_triangle > li::before {
                position: absolute;
                top: 50%;
                left: 0px;
                transform: translateY(-50%);
                width: 0px;
                height: 0px;
                border: 0.3em solid transparent;
                border-left: 0.4em solid #3388dd;
                content: "";
            }

    .videoTitle {
        text-align: center;
        background-color: red;
        color: #FFF
    }

    ul.pager {
        margin: 20px;
        list-style: none;
        display: flex;
    }

    .pager li {
        border: 1px solid #52C128;
        min-width: 35px;
        text-align: center;
        margin-left: 5px;
        padding: 5px;
    }

        .pager li a {
            color: #52C128;
        }

        .pager li.active {
            background-color: #52C128;
            color: #FFF;
        }

            .pager li.active a {
                color: #FFF;
            }

    .rowBorder {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .trapezium {
        font-weight: bold;
        font-size: 1.25em;
        background-image: url(../img/trapezium.png);
        background-repeat: repeat;
        padding: 20px;
        background-size: cover;
        resize: both;
        background-size: 100% 100%;
    }

        .trapezium::before {
            content: attr(text-label);
        }

    .rowDownload {
        font-weight: bold;
        font-size: 1.0em;
        background-image: url(../../images/common/pdfIcon.png);
        background-position-y: center;
        background-repeat: no-repeat;
        padding: 20px 20px 20px 50px;
        background-size: initial;
        resize: vertical;
    }

    .downloadHtml {
        max-height: 75px;
        overflow: hidden;
        overflow-y: scroll;
        display: block;
        overflow: hidden;
        margin-top: 15px;
    }

        .downloadHtml:hover {
            max-height: none;
        }

    ul.downloadList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .downloadList li {
        list-style: none;
        margin: 5px;
    }

        .downloadList li a {
            display: inline-block;
            border-radius: 5px; /* 角丸       */
            font-size: 1.0em; /* 文字サイズ */
            text-align: center; /* 文字位置   */
            cursor: pointer; /* カーソル   */
            padding: 6px 12px; /* 余白       */
            background: #ffffff; /* 背景色     */
            color: #000000; /* 文字色     */
            line-height: 1em; /* 1行の高さ  */
            transition: .3s; /* なめらか変化 */
            border: 2px solid #155559; /* 枠の指定 */
        }

            .downloadList li a:hover {
                background-color: rgba(21, 85, 89, 0.5);
                color: #FFF
                /*    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
    border-color: transparent;*/
            }

    .leftMenu {
        margin-top: 25px;
    }

    .LabelText {
        font-family: "游明朝体", "Yu Mincho", YuMincho;
    }

    .LabelTop {
        font-size: 3em;
        text-align: center;
        display: block;
        font-weight: bold;
    }

    .LabelTopText {
        font-size: 1.5em;
        text-align: center;
        display: block;
        font-weight: bold;
        margin-top: 45px;
    }

    .LabelColorDefault {
        font-size: 1.75em;
        font-weight: bold;
        color: #008A00;
    }

    .LabelColorComputer {
        font-size: 1.75em;
        font-weight: bold;
    }

    .courseColorComputer {
        background-color: #522E74;
    }

    .pageColorDownload {
        background-color: #155559;
    }

    .pageTitle {
        color: #FFF;
        height: 50px;
        font-size: 1.5em;
        padding: 5px 5px 5px 10px;
        background-position: right;
        background-repeat: no-repeat;
    }

    .pageTitleBgColorDef {
        background-color: #52B728;
    }

    .pageTitleBgColorDeep {
        background-color: #006A00;
    }

    .pageTitleBgColorGeneral {
        background-color: #7B2503;
    }

    .pageTitleBgColordownloads {
        background-color: #004B4B;
    }

    .pageTitleBgColorComputer {
        background-color: #3B2072;
    }

    .pageTitleBgColorsido {
        background-color: #1B2072;
    }

    .row {
        max-width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

        .row > div {
            max-width: 2048px;
        }

            .row > div.half {
                max-width: 1024px;
            }

            .row > div.ThQuarter {
                max-width: 1200px;
            }
            .row > div.Full {
                max-width: 100%;
            }

    .TopBlockImg {
        margin-top: 50px;
        background-image: url(../../images/top/topSchoolLife.png);
    }

    .TopBlock {
        width: calc(100% - (100% - 800px));
        min-width: calc(100% - 800px);
        height: 550px;
        background-color: #52C127;
        border-radius: 40px 0 0 40px;
    }

    .TopBlockImgR {
        margin-top: 50px;
        background-image: url(../../images/top/topClub.png);
        background-position: right top;
    }

    .TopBlockR {
        width: calc(100% - (100% - 800px));
        min-width: calc(100% - 800px);
        height: 550px;
        background-color: #52C127;
        border-radius: 0px 40px 40px 0px;
    }

    .schoolLifeTitle {
        font-size: 2.2em;
    }

    .schoolLifeConcept {
        font-size: 2.2em;
    }

    .schoolLifeMessage {
        font-size: 1.5em;
    }

    .clubTopTitle {
        font-size: 2.2em;
    }

    .clubTopConcept {
        font-size: 1.8em;
    }

    .clubTopMessage {
        font-size: 1.3em;
    }

    @media only screen and (max-width: 767px) {
        .TopBlockImg, .TopBlockImgR {
            background-size: 0%;
            margin-top: 0px;
        }

        .TopBlock, .TopBlockR {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            /*margin-top: 550px;*/
            border-radius: 0px;
        }

        .schoolLifeTitle {
            font-size: 7vw;
        }

        .schoolLifeConcept {
            font-size: 7vw;
        }

        .schoolLifeMessage {
            font-size: 4.5vw;
        }

        .clubTopTitle {
            font-size: 7vw;
        }

        .clubTopConcept {
            font-size: 7vw;
        }

        .clubTopMessage {
            font-size: 4.5vw;
        }
    }

    .Hituyoyoken {
        background-color: #8fbc8f;
        padding: 8px;
        margin: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.3vw;
        float: left;
    }

    .KobetuSido {
        border: 1px solid #52B628;
        padding: 1em;
        text-align: center;
        float: left;
        border-radius: 10px;
        float: left;
    }

    .accCopLink {
        color: #FFF;
        text-decoration-line: underline;
        text-decoration-color: #FFF;
        cursor:pointer;
    }

    .accCopText {
        height: 0;
        overflow: hidden;
    }

    p.accCopOpen {
        height: auto;
        margin: 1.2em 1em 1em !important;
    }

    .English {
        font-size: 1.25em;
    }

    .English2 {
        margin-left: 20px;
    }

    html {
        scroll-behavior: smooth;
    }


    .input-validation-error {
        border: #C00 2px solid;
    }

    .text-red {
        color: #C00;
    }

    .gotop {
        display: block;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        background: #FFF;
        border: 2px solid #006A00;
        padding-top: 30px;
        text-align: center;
        letter-spacing: -1px;
        font-size: 85%;
        text-decoration: none;
        color: #006A00;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10000;
        opacity: 0.6;
    }

        .gotop::before {
            content: "";
            display: block;
            border-top: 2px solid #006A00;
            border-right: 2px solid #006A00;
            width: 25%;
            height: 25%;
            top: 25%;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            transform: rotate(-45deg);
            color: #006A00;
        }

        .gotop:hover {
            opacity: 1;
        }

    @media(max-width:767px) {
        .gotop {
            width: 50px;
            height: 50px;
            text-indent: -9999px;
            opacity: 1;
            border: none;
            background: none;
            bottom: 10px;
            right: 10px;
            border-color: #006A00;
        }

            .gotop::before {
                bottom: 0;
            }

        .banner {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
        }

        .button013 {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
        }

        .linkBannerContent {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 15px;
        }

        .Hituyoyoken {
            font-size: 3vw;
            font-weight: bold;
            float: left;
        }

        .KobetuSido {
            font-size: 8px;
            margin: 5px;
        }

        .entrytitle {
            text-align: center;
        }

        .kanryomark {
            width: 40px;
            height: 40px;
        }

        .linkContent a {
            opacity: 0.7;
            width: 100%;
            box-sizing: border-box;
            /* transition: .3s;*/
            left: 0;
        }

      

        .title {
            font-size: 1.2em;
            font-weight: bold;
        }

        .titlegreen {
            font-size: 1.2em;
            font-weight: bold;
            color: #008A00;
        }

        .menu {
            font-size: 9px;
            margin: 1px;
        }

        .title-box3-title {
            width: 100%
        }

        .title-box4-title {
            width: 100%
        }

        .title-box5-title {
            width: 100%
        }

        .LabelTop {
            font-size: 1.3em;
            text-align: center;
            display: block;
            font-weight: bold;
        }

        .LabelTopText {
            font-size: 1.0em;
            text-align: center;
            display: block;
            font-weight: bold;
            margin-top: 45px;
        }

        .contentHeader {
            margin-top: 75px;
        }

        .generalPlan3 {
            padding-left: 20%;
            padding-right: 20%;
        }
        .leftMenu {
            padding-right: 10px;
        }
        .gyochosei{
            width:100% !important;
        }
    }

    @media(min-width:768px) {
        .banner {
            float: left;
            margin-right: 30px;
            margin-bottom: 30px;
        }

        .button013 {
            float: left;
            margin-right: 15px;
        }

        .KobetuSido {
            font-size: 18px
        }

        .linkBannerContent {
            margin-bottom: 15px;
        }

        .Hissu {
            float: right;
        }

        .kanryomark {
            width: 80px;
            height: 80px;
        }

        .kanryo {
            font-size: 40px;
        }

        .linkContent > p {
            margin-top: -200px;
            position: absolute;
            left: 140px;
        }

        .privacy {
            margin-right: 60px;
        }

        .title {
            font-size: 2em;
            font-weight: bold;
        }

        .titlegreen {
            font-size: 2em;
            font-weight: bold;
            color: #008A00;
        }

        .title-box3-title {
            font-size: 1em;
            width: 30em;
        }

        .title-box4-title {
            font-size: 1em;
            width: 20em;
        }

        .title-box5-title {
            font-size: 1em;
            width: 20em;
        }

        .KobetuSido {
            margin: 10px;
        }

        .menu {
            font-size: 13px;
        }

        .LabelTop {
            margin-top: 65px
        }

        .contentHeader {
            margin-top: 75px;
        }

        .fontsize {
            font-size: 1.2em;
        }

        .gyochosei {
            margin-top: 10px;
        }
    }


    .entry td {
        padding: 10px 5px 10px 5px;
    }

    .postCode {
        width: 100px;
        float: left;
    }

    .entrytitle {
        border-bottom: 2px solid #006400;
        font-size: 25px;
        font-weight: bold;
        margin-top: 10px;
    }

    .entrykoumoku {
        font-size: 20px;
        font-weight: bold;
    }

    .privacy {
        color: #FFF;
    }

        .privacy:hover {
            color: #008A00;
        }

    .kanryomark {
        background-color: #006400;
        border-radius: 50%;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kanryo {
        border: 2px solid #008B8B;
        text-align: center;
        margin-top: 30px;
        padding: 10px 0px 10px 0px
    }

    .contentsSp {
        font-weight: bold;
        padding: 0px 300px 250px 0px;
        color: #FFF;
        font-size: 30px;
    }

    #prevCalender, #nextCalender {
        color: white;
    }

    .schoolAddress a[href^="tel:"] {
        color: white;
        float: left;
    }

    @media(max-width:991px) {
        .arrowPc {
            display: none;
        }

        .arrowSp {
            display: display;
        }

        .Hituyoyoken {
            width: 42%;
            height: 100%;
        }
    }

    @media(min-width:992px) {
        .arrowPc {
            display: display;
        }

        .arrowSp {
            display: none;
        }

        .Hituyoyoken {
            width: 100%;
            height: 40%;
        }
    }

    .ContactForm {
        padding: 0px;
    }

@media(min-width:768px) {
    .aisatuL {
        width: calc(100% - 250px);
    }

    .aisatuR {
        width: 250px;
    }
  
}

.linkContent > p {
    margin-top: -270px;
    position: absolute;
    left: 10px;
    background: #78CF56;
}

.tblAccessBus {
    width: 100%;
    margin: 5px;
    border: none;
}

    .tblAccessBus > tbody,
    .tblAccessBus > tr,
    .tblAccessBus > td {
        border: none;
    }

@media(max-width:629px) {
    #AccessBusTitle {
        width: 100%;
        height: 100%;
        vertical-align: top;
        display: block;
        
    }
    #AccessBusImage {
       
        width: 100%;
        display: block;
    }
    #AccessTrainTitle {
        width: 100%;
    }
    #AccessTrainImage {
        width: 100%;
        text-align:right;
    }
}

@media(min-width:630px) {
    #AccessBusTitle {
        width: 40%;
        height: 50px;
        vertical-align: top;
    }
    #AccessBusImage {
        vertical-align: top;
    }
    #AccessTrainTitle {
        width: 55%;
        float: left;
    }
    #AccessTrainImage {
        width: 45%;
        float: left;
    }
}
@media(min-width:768px) {
    #swipeContent tr,
    #swipeContent td {
        border: 1px solid rgba(18,95,4,0.75);
    }
}