.mobile{display: none;}
body{
    margin: 0;
    font-size: 18px;
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
img { -ms-interpolation-mode: bicubic; }

.content1000{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /*background: #aaa;*/
}
.mincho {
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
a{color: #005dbc;}
a:hover{color: #00597a;}



h2.sub_title{
    text-align: center;
    font-size: 1.4em;
    margin-top: 40px;
}



div.past_list{
    margin-top: 10px;
    font-size: 0.85em;
    /*background: #aaa;*/
}
div.past_list span.mark{
    padding: 0 10px 0 15px;
}




/*----------------------------各ページの青帯のタイトル----------------------------*/
.page_title_block{
    background: #005dbc;
    color: #fff;
    text-align: center;
    font-size: 50px;
    position: relative;
    letter-spacing: 7px;
    margin-top: 35px;
}
.page_title_block span{
    font-size: 75px;
}
.page_title_block img{
    position: absolute;
    height: 150px;
    bottom: 0;
    right: 310px;
}
.page_title_block img:first-child{
    left: 310px;
}
.page_title_block img.text{
    right: 250px;
    height: 100px;
    bottom: 55px;
}






/*----------------------------「学ぶ」の検索ブロック----------------------------*/
.kensaku_block .one_block{
    position: relative;
    border-bottom: 1px #aaa solid;
    padding: 30px 0;
}
.kensaku_block .one_block .title{
    color: #005dbc;
    font-weight: bold;
    font-size: 0.9em;
}
.kensaku_block .one_block .title span{
    color: #000;
    font-weight: normal;
    font-size: 0.85em;
    padding-left: 20px;
}
.kensaku_block .one_block input[type=checkbox] {
    display: none;
}
.kensaku_block .one_block .label{
    position: relative;
    margin-bottom: 1px;
    display:inline-block;
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background: #f2f2f2;
    text-align: center;
    font-size: 0.8em;
    padding: 6px 0;
    -moz-user-select: none;/*テキストを選択させない*/
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 100px;
    width: 23.8%;
    margin:7px 3px; 
}
.kensaku_block .one_block .label.long_ctg{
    width: 48.8%;
    letter-spacing: -1px;
}
.kensaku_block .one_block input[type="checkbox"]:checked + label {
    background: #005dbc;
    color: #fff;
}
.kensaku_block .one_block label .mark{
    position: absolute;
    font-weight: bold;
    top:7px;
    left: 7px;
    display: none;
}
.kensaku_block .one_block input[type="checkbox"]:checked + label .mark {
    display: inline;
}



.kensaku_block .one_block.date_block label{
    font-weight: bold;
    font-size: 0.85em;
    margin-top: 1em;
    display: inline-block;
    vertical-align: middle;
    
}
.kensaku_block .one_block.date_block label.date_label2{
    /*margin-left: 70px;*/
    margin-bottom: 10px;
}
.kensaku_block .one_block #datepicker_block_top{
    display:inline-block;
    vertical-align: middle;
    margin-top: 0.5em;
    margin-left: 20px;
}

.kensaku_block .one_block input[type="text"]{
    font-size: 0.8em;
    padding: 7px 20px;
    box-sizing: border-box;
    border: none;
    display:inline-block;
    vertical-align: middle;
    background: #f2f2f2;
    padding: 8px 0;
    border-radius: 100px; 
}
.kensaku_block .one_block input.input_date[type="text"]{
    text-align: center;
    width: 9em;
}
.kensaku_block .one_block.keyword_block input[type="text"]{
    width: 810px;
    padding: 7px 20px;
    border: 2px #005dbc solid;
    background: #fff;
}

.kensaku_block .one_block.keyword_block .title{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}





.kensaku_block a.btn_kensaku{
    position: relative;
    display: block;
    width: 330px;
    margin: 30px auto 80px auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #005dbc;
    font-size: 1.1em;
    padding: 5px 0;
    -moz-user-select: none;/*テキストを選択させない*/
    -webkit-user-select: none;
    -ms-user-select: none;
    border-radius: 100px;
}
.kensaku_block a.btn_kensaku img{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
}
.kensaku_block a.btn_kensaku:hover{
    background: #1c78d5;
    /*filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));*/
}


/*.kensaku_block .one_block .genre_all{
    position: absolute;
    bottom: 0;
    right: 2.4px;
}
.kensaku_block .one_block .genre_all label,
.kensaku_block .one_block a.clearbtn{
    display: inline-block;
    color: #fff;
    background: #569f56;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.4));
    padding: 5px 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
}
.kensaku_block .one_block .genre_all label:hover,
.kensaku_block .one_block a.clearbtn:hover{
    background: #73ad73;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
    cursor: pointer;
    cursor: hand;
}
.kensaku_block .one_block .genre_all label:first-child{
    margin-right: 10px;
}

.kensaku_block .one_block.date_block a.clearbtn{
    position: absolute;
    bottom: -35px;
    right: 5px;
}*/



/*----------------------------ヘッダー----------------------------*/
.header_block{
    position: relative;
    z-index: 100;
}
.header_block .title_block{
    position: relative;
    margin-bottom: 50px;
}
.header_block .title_block img{
    margin-top: 20px;
    display: inline-block;
    vertical-align: bottom;
    width: 330px;
}
.header_block .title_block .type_block{
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    font-size: 0.85em;
    margin-left: 40px;
}
.header_block .title_block .type_block span{
    padding: 0 30px;
    border-left: 1px #333 solid;
    border-right: 1px #333 solid;
}
.header_block .title_block .type_block span:first-child{
    border-right: none;
}
.header_block .title_block .type_block span a{
    color: #444;
    text-decoration: none;
}
.header_block .title_block .type_block span a:hover{
    color: #111;
}


.header_block .top_contact_block.top{
    display: none;
}
.header_block .top_contact_block{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
.header_block .top_contact_block .moji,
.header_block .top_contact_block .contact{
    display: inline-block;
    vertical-align: middle;
}
.header_block .top_contact_block .moji{
    width: 6em;
    margin-right: 10px;
}
.header_block .top_contact_block .moji div{
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}
.header_block .top_contact_block .moji div.SorL .min,
.header_block .top_contact_block .moji div.SorL .big{
    border: 2px #005dbc solid;
    display: inline-block;
    background: #fff;
    color: #005dbc;
    text-align: center;
    width: 45%;
    padding: 2px 0;
    cursor: pointer;
    cursor: hand;
}
.header_block .top_contact_block .moji div.SorL .min{
    border-right: none;
    border-radius: 20px 0 0 20px;
    font-weight: normal;
}
.header_block .top_contact_block .moji div.SorL .big{
    border-left: none;
    border-radius: 0 20px 20px 0;
    font-weight: bold;
}
.header_block .top_contact_block .moji div.SorL .min.now,
.header_block .top_contact_block .moji div.SorL .big.now{
    background: #005dbc;
    color: #fff;
    cursor: auto;
}

.header_block .top_contact_block a.contact{
    background: #f15a25;
    border-radius: 0 0 15px 15px;
    color: #fff;
    font-size: 0.9em;
    margin-right: 10px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    width: 8em;
}










/*---------------------------- ハンバーガーメニューはPCでも表示するよう変更 2026.8.6 ----------------------------*/
.header_block .menu_icon{
    align-items: center;
    background: #005dbc;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 80px
}
.header_block .mobile_menu{
    max-width: 500px;
    position: absolute;
    right: calc(50% - 500px);
    top: 65px;
    width: 80%;
    z-index: 9999;
}


/*ハンバーガーアイコン*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 32px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top:14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-225deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(225deg);
}
/*ハンバーガーアイコンここまで*/




.menu-container {
/*    margin: 0 0 0 15%;
    max-width: 400px;
    position: relative;
    width: 85%;*/
}
.menu-container .menu {
    display: none;
    /*position: absolute;*/
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: -6px 6px 10px rgba(0,0,0,0.3);
}
.menu-container .menu .menu-item {
  background: #005dbc;
}
.menu-container .menu .main {
  background: #04468a;
}
.menu-container .menu .menu-item a{
    position:relaive;
    color: #fff;
    display: block;
    padding: 0.8em 1vw;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.menu-container .menu .menu-item:last-child a {
    border-bottom: none;
}
.menu-container .menu .menu-item a:after {
    position: absolute;
    content: '〉';
    right: 0;
}









/*----------------------------フッター----------------------------*/
.footer_block{
    border-top: 1px solid #888;
    margin-top: 70px;
}
.footer_block .logo{
    position: relative;
    padding: 20px 0;
}
.footer_block .logo img{
    height: 70px;
}
.footer_block .logo a.contact_bottom{
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #f15a25;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.7em;
}

.footer_block .black{
    background: #4d4d4d;
    box-sizing: border-box;
    color: #fff;
    padding: 15px;
    font-size: 0.7em;
    line-height: 2.8em;
}
.footer_block .content1000{
    position: relative;
}
.footer_block .black .left a{
    color: #fff;
    text-decoration: none;
}
.footer_block .black .left a:hover{
    text-decoration: underline;
}
.footer_block .black .left span{
    display: inline-block;
    margin: 0 7px 0 12px;
}
.footer_block .black .right{
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    line-height: 1.6em;
}

/*ページトップへボタン*/
.footer_block .pagetop {
    display: none;
    position: fixed;
    bottom: -1vw;
    right: 30px;
    z-index: 100;
}
.footer_block .pagetop a {
    display: block;
    background-color: #2e3192;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    border-radius: 50%;
}
.footer_block .pagetop a:hover {
    display: block;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}





@media all and (max-width: 768px) {
                .pc{display: none;}
                .mobile{
                    display: flex;
                    justify-content: space-between;
                }
                .content1000{
                    width: 100%;
                    margin: 0 auto;
                    /*background: #eee;*/
                }



                h2.sub_title{
                    font-size:5.5vw;
                }



                div.past_list{
                    box-sizing: border-box;
                    width: 100%;
                    padding-left: 10px;
                    font-size: 3.6vw;
                }




                /*----------------------------各ページの青帯のタイトル----------------------------*/
                .page_title_block{
                    font-size: 9vw;
                    letter-spacing: 3px;
                    margin-top: 18vw;
                }
                .page_title_block span{
                    font-size: 15vw;
                }
                .page_title_block img{
                    position: absolute;
                    height: 14vh;
                    right: 15%;
                }
                .page_title_block img:first-child{
                    left: 15%;
                }
                .page_title_block img.text{
                    right: 2%;
                    height: 11vh;
                    bottom: 13vw;
                }





                /*----------------------------「学ぶ」の検索ブロック----------------------------*/
                .kensaku_block{
                    width: 94%;
                    margin: 0 auto;
                }
                .kensaku_block .one_block{
                    padding: 25px 0;
                }
                .kensaku_block .one_block .title{
                    display: block;
                    font-size: 4.2vw;
                    text-align: center;
                    margin-bottom: 10px;
                }
                .kensaku_block .one_block .title span{
                    display: block;
                    text-align: center;
                    font-size: 3.6vw;
                    padding-left: 0;
                }

                .kensaku_block .one_block .label{
                    font-size: 3.5vw;
                    padding: 10px 0;
                    width: 48.7%;
                    margin:7px 0.15%; 
                }
                .kensaku_block .one_block .label.long_ctg{
                    width: 99.7%;
                }

                /*.kensaku_block .one_block label .mark{
                    position: absolute;
                    font-weight: bold;
                    top:7px;
                    left: 7px;
                    display: none;
                }*/
                .kensaku_block .one_block input[type="checkbox"]:checked + label .mark {
                    /*display: inline;*/
                    display: none;
                }

                .kensaku_block .one_block.date_block label{
                    font-size: 4vw;
                    margin-top: 0;
                }
                .kensaku_block .one_block.date_block label.date_label2{
                    margin-top: 20px;
                    margin-left:0;
                }
                .kensaku_block .one_block #datepicker_block_top{
                    display:block;
                    margin-top: 10px;
                    margin-left: 20px;
                }

                .kensaku_block .one_block input[type="text"]{
                    font-size: 4vw;
                    padding: 10px 0;
                }
                .kensaku_block .one_block input.input_date[type="text"]{
                    width: 35vw;
                }
                .kensaku_block .one_block.keyword_block input[type="text"]{
                    width: 100%;
                    padding: 10px 20px;
                }

                .kensaku_block .one_block.keyword_block .title{
                    display: block;
                    margin-right: 0;
                }

                .kensaku_block a.btn_kensaku{
                    width: 80%;
                    margin: 25px auto 80px auto;
                    font-size: 4.5vw;
                    padding: 7px 0;
                }
                .kensaku_block a.btn_kensaku img{
                    width: 10vw;
                    margin-right: 10px;
                }


                /*.kensaku_block .one_block .genre_all{
                    position: absolute;
                    bottom: 0;
                    right: 2.4px;
                }
                .kensaku_block .one_block .genre_all label,
                .kensaku_block .one_block a.clearbtn{
                    display: inline-block;
                    color: #fff;
                    background: #569f56;
                    filter: drop-shadow(0 0 3px rgba(0,0,0,0.4));
                    padding: 5px 20px;
                    -moz-user-select: none;
                    -webkit-user-select: none;
                    -ms-user-select: none;
                    text-decoration: none;
                }
                .kensaku_block .one_block .genre_all label:hover,
                .kensaku_block .one_block a.clearbtn:hover{
                    background: #73ad73;
                    filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
                    cursor: pointer;
                    cursor: hand;
                }
                .kensaku_block .one_block .genre_all label:first-child{
                    margin-right: 10px;
                }

                .kensaku_block .one_block.date_block a.clearbtn{
                    position: absolute;
                    bottom: -35px;
                    right: 5px;
                }*/




                /*----------------------------ヘッダー----------------------------*/

                .header_block{
                    border-bottom: 2px #ccc solid;
                    margin-bottom: 30px;
                }
                .header_block .mobile_title img{
                    margin: 17px 0 5px 17px;
                    width: 210px;
                }
                .header_block .mobile_menu{
                    top: 73px;
                }
                .menu-container .menu .menu-item a{
                    font-size: 14px;
                }





                /*----------------------------フッター----------------------------*/
                .footer_block .logo{
                    position: relative;
                    padding: 25px 0 15px 0;
                }
                .footer_block .logo img{
                    width: 60%;
                    height: auto;
                    margin-left: 4vw;
                }
                .footer_block .logo a.contact_bottom{
                    bottom: 8vw;
                    right: 4vw;
                    padding: 10px 0;
                    text-align: center;
                    width: 26%;
                    border-radius: 20px;
                    font-size: 0.6em;
                }

                .footer_block .black{
                    font-size: 0.6em;
                    text-align: center;
                }
                .footer_block .black .left span{
                    display: inline-block;
                    margin: 0 7px 0 12px;
                }
                .footer_block .black .right{
                    margin-top: 20px;
                    position: relative;
                    text-align: center;
                }
                .footer_block .black .right span{
                    margin-left: 3.2em;
                }

                /*ページトップへボタン*/
                .footer_block .pagetop {
                    bottom: -10px;
                    right: 10px;
                }
                .footer_block .pagetop a {
                    filter:alpha(opacity=100);
                    -moz-opacity: 1;
                    opacity:1;
                }




}





/*----------------------------ローディング----------------------------*/
#loadingOverlay {
    display: none;
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 8;
    text-align:left;
    overflow:none;/*通常はOFF。検索条件表示時等js側でauto*/
}
#loadingOverlay .loading {
    display: none;
    position: fixed;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-: -10px auto -80px;
    text-align: center;
    color: #fff;
    z-index: 9;
}
#loadingOverlay .loading p {display:inline-block; margin:auto; text-align:left;}




.page_url
{
    display: flex;
    font-size: 0.8em;
}
.page_url .label
{
    align-items: center;
/*    background: #005dbc;
    border-radius: 5px;*/
    box-sizing: border-box;
    color: #000;
    margin-right: 0.5em;
    padding: 2px 5px;
    word-break: keep-all;
}
.page_url .url
{
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #005dbc;
    padding: 2px 5px;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
}





/*---------- メニュー表示調整 ----------*/
@media all and (max-width: 1000px) {
                .header_block .mobile_menu{
                    right: 0;
                }
}