@charset "UTF-8";

*{ box-sizing:border-box; }

p {
    font-size: 20px;
}

/* レスポンシブ
----------------------------------------------------------------------------- */
/* PCのみ表示 */
@media screen and (max-width: 1023px) {
.pc-only {
    display: none !important;
  }
}

/* SPのみ表示 */
@media screen and (min-width: 1024px) {
.sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
    p {
        font-size: 16px;
    }

}


@media screen and (max-width: 599px) {
    p {
        font-size: 14px;
    }
    
}

/*----------------------フロントページ----------------------------------*/
/*-----------------------ヘッダー---------------------------------------*/
.header-logo{
    display: flex;
    width: 100%;
    justify-content: left;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 0 14px 0 #696969;
    position: fixed;
    top: 0px;
    z-index: 10000;
}

.header-logo p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 29px;
}

.header-logo img{
    object-fit: cover;
    margin: 14px 31px 0 10px;
}
@media screen and (max-width: 1023px) {
    .header-logo{
        height: 60px;
    }
    .header-logo p {
        font-size: 12px;
        margin-top: 14px;
    }
    .header-logo img{
        margin: 20px 15px 0 6px;
        height: 30px
    }
    .header-sp{
        position:fixed;
        display:block;
        top:0;
        right: 0;
        z-index: 100001;
    }
    .header-sp button,
    .header-sp button span{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .header-sp button{
        width:60px;
        height:60px;
        border:none;
        background-color: #3cb371;
        position:relative;
    }
    .header-sp button span{
        position: absolute;
        left: 17.5px;
        width: 25px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
    }
    .header-sp button span:nth-of-type(1){
        top:20px;
    }
    .header-sp button span:nth-of-type(2){
        top:29px;
    }
    .header-sp button span:nth-of-type(3){
        bottom:20px;
    }
    .header-sp button.is-open span:nth-of-type(1){
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .header-sp button.is-open span:nth-of-type(2){
        opacity: 0;
    }
    .header-sp button.is-open span:nth-of-type(3){
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
    
}

@media screen and (max-width: 599px) {
    .header-logo{
        height: 60px;
}
    .header-logo p {
        font-size: 12px;
        margin-top: 14px;
    }
    .header-logo img{
        margin: 20px 15px 0 6px;
        height: 30px
    }
    .header-sp{
        position:fixed;
        display:block;
        top:0;
        right: 0;
        z-index: 100001;
    }
    .header-sp button,
    .header-sp button span{
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .header-sp button{
        width:60px;
        height:60px;
        border:none;
        background-color: #3cb371;
        position:relative;
    }
    .header-sp button span{
        position: absolute;
        left: 17.5px;
        width: 25px;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
    }
    .header-sp button span:nth-of-type(1){
        top:20px;
    }
    .header-sp button span:nth-of-type(2){
        top:29px;
    }
    .header-sp button span:nth-of-type(3){
        bottom:20px;
    }
    .header-sp button.is-open span:nth-of-type(1){
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .header-sp button.is-open span:nth-of-type(2){
        opacity: 0;
    }
    .header-sp button.is-open span:nth-of-type(3){
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
}

/*------------------------------------メイン-----------------------------------*/
.main{
    margin-top: 120px;
}
/*---------------------------------ボタン--------------------------------*/
.btn-junior{
/*     background-color: #ffd700; */
    background-color: #f48825;
    border-radius: 160px;
    width: 17%;
    margin: 0 auto;
    height: 80px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #f44e25 inset;
    text-align: center;
}

.btn-junior a{
    font-weight: bold;
    font-size: 22px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}

.btn-high{
    background-color: #3cb371;
    border-radius: 180px;
    width: 17%;
    margin: 0 auto;
    height: 80px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2e8b57 inset;
    text-align: center;
}

.btn-high a{
    font-weight: bold;
    font-size: 22px;
    line-height: 80px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}

.btn-search{
    /*background-color: #ffd700;*/
    background-color: #f48825;
    border-radius: 160px;
    width: 9%;
    margin: 0 auto;
    height: 65px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 -4px 5px -2px #ffa500 inset;
    text-align: center;
}

.btn-search a{
    font-weight: bold;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}

.btn-search2{
    background-color: #3cb371;
    border-radius: 160px;
    width: 9%;
    margin: 0 auto;
    height: 65px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%), 0 -4px 5px -2px #1a914f inset;
    text-align: center;
}

.btn-search2 a{
    font-weight: bold;
    font-size: 22px;
    line-height: 64px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
}

.btn-exit{
    border: 1px dashed #000;
    width: 19%;
    height: 50px;
    margin: 25px auto;
    position: relative;
    text-align: center;
}

.btn-exit a {
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.btn-exit a:after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    width: 80%;
    height: 2px;
    top: 32px;
    left: 11%;
}

@media screen and (max-width: 1023px) {
   .btn-junior{
        width: 35%;
    }
    .btn-high{
        width: 35%;
    }

    .btn-high a{
        line-height: 70px;
    }

    .btn-search{
        width: 20%;
    }

    .btn-search2{
        width: 20%;
    }

    .btn-exit {
        width: 30%;
    }
    .btn-exit a:after {
        left: 11%;
        width: 81%;
    }
}
    



@media screen and (max-width: 599px) {
    .btn-junior{
        width: 75%;
        height: 70px;
    }

    .btn-junior a{
        line-height: 70px;
    }

    .btn-high{
        width: 75%;
        height: 70px;
    }

    .btn-high a{
        line-height: 70px;
    }

    .btn-search{
        width: 45%;
    }

    .btn-search2{
        width: 45%;
    }

    .btn-exit {
        width: 40%;
        height: 40px;
    }
    
    .btn-exit a:after {
        top: 26px;
    }
    
    .btn-exit a {
        line-height: 40px;
        font-size: 14px;
    }
    
    .btn-exit a:after {
        width: 86%;
        left: 9px;
    }
    
    .btn-color2{
/*        background-color: #d5f3a0;*/
        margin-top: 40px; 
    }
}
    


/*---------------------------------見出しタグ---------------------------------*/
.ttl-L{
    /*background-color: #ffd700;*/
    background-color: #f48825;
    margin: 0 auto;
    width: 70%;
    height: 70px;
}

.ttl-L h1{
    color: #fff;
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 70px;
}

.ttl-L2{
    /*background-color: #3cb371;*/
    background-color: #8bb70c;
    margin: 0 auto;
    width: 70%;
    height: 70px;
}

.ttl-L2 h1{
    color: #fff;
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 70px;
}

.ttl-M{
    background-color: #2f4f4f;
    margin: 0 auto;
    width: 70%;
    height: 50px;
}

.ttl-M h2{
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-weight: 100;
    margin: 0;
}

.ttl-M2{
    /*background-color: #90ee90;*/
    background-color: #d6f3a0;
    margin: 0 auto;
    width: 70%;
    height: 80px;
    position: relative;
}

.ttl-M2 h2{
    font-size: 18px;
    padding: 10px 0 0px 20px;
}

.ttl-S{
    background-color: #dcdcdc;
    margin: 0 auto;
    width: 70%;
    height: 70px;
}

.ttl-S h3{
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    line-height: 70px;
}

.ttl-S2{
    margin: 0 auto;
}

.ttl-S2 h1{
    font-size: 32px;
    margin: 0;
}
@media screen and (max-width: 1023px) {
    .ttl-L{
        /*background-color: #ffd700;*/
        background-color: #f48825;
        margin: 0 auto;
        width: 95%;
        height: 40px;
        }

    .ttl-L h1{
        color: #fff;
        font-size: 22px;
        margin: 0;
        font-weight: bold;
        line-height: 40px;
    }

    .ttl-L2{
        /*background-color: #3cb371;*/
        background-color: #8bb70c;
        margin: 0 auto;
        width: 95%;
        height: 40px;
    }

    .ttl-L2 h1{
        color: #fff;
        font-size: 22px;
        line-height: 40px;
        margin: 0;
        font-weight: bold;
    }

    .ttl-M{
        background-color: #2f4f4f;
        margin: 0 auto;
        width: 95%;
        height: 35px;
    }

    .ttl-M h2{
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        font-weight: 100;
        margin: 0;
    }
    
    .ttl-M2{
        /*background-color: #90ee90;*/
        background-color: #d6f3a0;
        margin: 0 auto;
        width: 95%;
        height: 80px;
        position: relative;
    }

    .ttl-S{
        width: 95%;
        height: 55px;
    }
    
    .ttl-S h3{
        font-size: 20px;
        line-height: 55px;
    }
    
    .ttl-S2 h1{
        font-size: 20px;
    }
    
}


@media screen and (max-width: 599px) {
        
    .ttl-M2 h2{
        font-size: 16px;
    }
    
}

/*-------------------------------------一覧表示------------------------------*/
.table{
    margin: 0 auto;
    width: 70%;
    border-collapse:collapse;
}

.table th{
    text-align: left;
    padding-left: 20px;
    width: 600px;
    font-size: 20px;
}

.table td{
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
}

.list-detail-td{
    width: 20%;
    text-align: right !important;
    padding-right: 10px;
}
.click-elia{
    display: block;
}
.example,.example td,.example th{
    border: none;
}

.example tr{
    position: relative;
}

.rowlink {
    width: 0;
    min-width: 0;
    border: 0;
    padding: 0;
    text-align: right !important;
}
.rowlink a {
	/*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
	*/
}

.table tr{
    height: 50px;
}

.table tr:nth-child(odd){
    /*background-color: #FFFFCC;*/
    background-color: #FFDFDD;
}


@media screen and (max-width: 1023px) {
    .table th{
        font-size: 16px;
        padding: 10px;
    }

    .table td{
        font-size: 16px;
    }

    .table th{
        padding-left: 15px;
        width: 250px;
    }
}


@media screen and (max-width: 599px) {
   .table th{
        font-size: 14px;
    }

    .table td{
        font-size: 14px;
/*        padding-bottom: 10px;*/
    }
    
    .table{
        width: 90%
    }
}


/*---------------------------------------検索機能----------------------------*/
.search-box{
    margin: 0 auto;
    width: 70%;
}

.search-box p{
    font-size: 16px;
    font-weight: bold;
}

.search{
    background-color: #FFFFCC;
    width: 100%;
    height: 30px;
}

.search-box span{
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    align-items: center;
}

.search-box input{
    margin: 10px;
    background-color: #FFFFCC;
    width: 50%;
}

/*------------------------------------アイコン------------------------------*/
/*国立アイコン*/
.national{
    background-color: #ff8c00;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
}

/*私立アイコン*/
.private{
	/*管理No.131 Mod S 2022.08.08 R.Kimizu*/
		/*管理No.96 Add S 2022.08.03 R.Kimizu*/
	    /*background-color: #1e90ff;*/
	    /*background-color: #ff69b4;*/
	    /*管理No.96 Add E 2022.08.03 R.Kimizu*/
	background-color: #1e90ff;
    /*管理No.131 Mod E 2022.08.08 R.Kimizu*/
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 18px;
}

/*公立アイコン*/
.public{
    background-color: #3cb371;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 18px;
}

/*管理No.131 Del S 2022.08.08 R.Kimizu*/
   /*管理No.96 Add S 2022.08.03 R.Kimizu*/
   /*高専アイコン*/
   /*.special{*/
   /*    background-color: #1e90ff;*/
   /*    color: #fff;*/
   /*    font-weight: bold;*/
   /*    padding: 1px 4px;*/
   /*    border-radius: 5px;*/
   /*    font-size: 18px;*/
   /*}*/
   /*管理No.96 Add E 2022.08.03 R.Kimizu*/
/*管理No.131 Del E 2022.08.08 R.Kimizu*/

.college{
    display: inline-block; 
    background-color: #ffd700;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 7px;
    transform: scale(0.7, 1.0);
    font-size: 18px;
}

.boy{
    color:#3680B0;
    border: 2px solid #1e90ff;
    padding: 2px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.girl{
    color: #BD4E44;
    border: 2px solid #ff8c00;
    padding: 2px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.mix{
    color: #3cb371;
    border: 2px solid #3cb371;
    padding: 2px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}
.place{
    border: 2px solid #a9a9a9;
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
}

.year{
    position: absolute;
    display: inline-block;
    /*background-color: #ffd700;*/
    background-color: #f48825;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 18px;
    top: 54%;
    left: 5%;
}

.test-year{
    display: inline-block;
    /*background-color: #ffd700;*/
    background-color: #f48825;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 18px;
    height: 30px!important;
    line-height: 30px!important;
}
@media screen and (max-width: 599px) {
   .year{
        font-size: 16px;
    }

    .national,.private,.public,.college,
    .boy,.girl,.mix,.place{
        font-size: 14px;
    }
    
   .year{
        font-size: 16px;
    }


    footer{
        margin-top: 20px;
    }
}

/* サイドバー
---------------------------------------------------------------------------- */
.sidebar {
    box-shadow: 0px 3px 0px 0px #f1f1f1;
    overflow: hidden;
    height: calc(100vh - 80px);
    position: fixed;
    left: 0;
    width: 220px;
    overflow-y: auto;
    transition: .3s ease;
    padding: 10px 0;
}
.sidebar a{
    color:#fff;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #7acc7a;
}
::-webkit-scrollbar-thumb {
    background: #7acc7a;
    border-radius: 5px;
}
.sidebar::-webkit-scrollbar-track {
    background-color: #7acc7a;
}
.sidebar-btn {
    position: fixed;
    width: 20px;
    height: 100%;
    left: 220px;
    border: none;
    transition: .3s ease;
    background-color: #00662e;
    color: #fff;
    padding: 5px;
}
.sidebar-btn.is-close {
    left: 0px;
}
.sidebar.is-close {
    left: -220px;
}
.list-side{
    margin-top: 80px;
    background-color: #009844;
    width: 220px;
    height: 100vh;
    position: fixed;
    transition: .3s ease;
    top: 0px;
    z-index: 10000;
}

.list-side li{
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: 65px;
    padding: 25px;
}

@media screen and (max-width: 1023px) {
   
    
}

@media screen and (max-width: 599px) {

footer{
    margin-top: 20px;
}

/* サイドバー
---------------------------------------------------------------------------- */
.sidebar {
    box-shadow: 0px 3px 0px 0px #f1f1f1;
    overflow: hidden;
    height: calc(100vh - 80px);
    position: fixed;
    left: 0;
    width: 220px;
    overflow-y: auto;
    transition: .3s ease;
    padding: 10px 0;
}
.sidebar a{
    color:#fff;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #7acc7a;
}
::-webkit-scrollbar-thumb {
    background: #7acc7a;
    border-radius: 5px;
}
.sidebar::-webkit-scrollbar-track {
    background-color: #7acc7a;
}
.sidebar-btn {
    position: fixed;
    width: 20px;
    height: 100%;
    left: 220px;
    border: none;
    transition: .3s ease;
    background-color: #00662e;
    color: #fff;
    padding: 5px;
}
.sidebar-btn.is-close {
    left: 0px;
}
.sidebar.is-close {
    left: -220px;
}
.list-side{
    margin-top: 80px;
    background-color: #009844;
    width: 220px;
    height: 100vh;
    position: fixed;
    transition: .3s ease;
    top: 0px;
    z-index: 10000;
}
}
/*-----------------------------------------------------------------------*/

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.open-day{
    font-size: 26px;
    margin-top: 100px;
    height: 60vh;
}
