@charset "UTF-8";
/*default style reset---------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, address {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	font-family: "Hiragino Kaku Gothic Pro", Osaka, Meiryo,"MS P Gothic", Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    vertical-align:top;
}
a, a:hover {
	text-decoration: none;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Information
----------------------------------------------------------- */
.Info_box {
    background-color: #fff;
    padding:2%;
    margin-bottom:40px;
}
.Info_box_ttl {
    border-bottom: 1px solid #000;
    margin-bottom:20px;
    padding-bottom: 10px;
}
.Info_box_ttlname {
    font-weight:bold;
    text-align: center;
}
.Info_box_scroll {
    height: 150px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.Info_box_scroll dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.Info_box_scroll dl dt {
    width: 19%;
    color: #fff;
    background-color: #ffa500;
    height: 24px;
    line-height: 25px;
    text-align: center;
    /* padding: 0 10px; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin:0 2% 10px 0;
}
.Info_box_scroll dl dd {
    width: 79%;
    margin-bottom: 8px;
}
/* Event_type
----------------------------------------------------------- */
.Event_type_box {
    margin: 0;
}
.Event_type_list {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 40px;
}
/* 
.Event_type_list:nth-child(even) {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}
*/
.Event_type_list:last-child {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0px;
}
.Event_type_img {
    width: 33%;
}
.Event_type_img img {
    max-width: 100%;
    height:auto;
}
.Event_type_data {
    width: 67%;
    background: linear-gradient(to right, #b6eaff, #fff);
    padding: 3%;
    box-sizing: border-box;
    /* margin: 25px 0; */
    position: relative;
}
.Event_type_name {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}
.Event_type_text {
    font-size: 14px;
    line-height: 22px;
}
.Event_type_link {
    background: linear-gradient(-135deg, #19a3d1, #47D1A4);
    width: 25%;
    height: 30px;
    float: right;
    border-bottom: 1px solid #19a3d1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    right: 4%;
    bottom: 10%;
}
.Event_type_link a {
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 32px;
}
.Event_type_link:hover {
    opacity: 0.7;
}
/* 背景白
----------------------------------------------------------- */
.content-Mid-WHT {
    width: 100%;
    background-color: #fff;
}
/* 絞込み
----------------------------------------------------------- */
.Narrowdown_box {
    padding:20px 0 0 0;
}
.BASE_TTL {
    width: 600px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color:#0099cc;
    border-bottom:2px solid #0099cc;
    padding-bottom:10px;
    margin:0 auto 50px;
}
.Narrowdown_red {
    font-size: 14px;
    color:#ff0000;
    margin-bottom: 30px;
    text-align: center;
}
.Narrowdown_subttl {
    font-size: 15px;
    font-weight:bold;
    margin-bottom: 15px;
}
.Narrowdown_ul {
    width:1000px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
label{
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    color:#000;
    width: 23%;
    border: 1px solid #0099cc;
    margin: 0 2.5% 2% 0;
    text-align: center;
}
label:nth-of-type(4n) {
    cursor: pointer;
    line-height: 35px;
    font-size: 14px;
    color:#000;
    width: 23%;
    border: 1px solid #0099cc;
    margin: 0 0 2% 0;
    text-align: center;
}
input{
    display: none;
}
.check_box:checked + .label {
    background-color: #0099cc;
    color: #fff;
}
.Narrowdown_LINK {
    width:500px;
    background-color: #f49800;
    margin: 30px auto 50px;
    text-align: center;
}
.Narrowdown_LINK a {
    display: block;
    line-height: 35px;
    font-size: 16px;
    color:#fff;
}
.Narrowdown_LINK:hover {
    opacity: 0.7;
}
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

/* taiken_HEAD_Box
----------------------------------------------------------- */
.taiken_HEAD_Box {
	display: flex;
	justify-content: center;
    background-color: #fff;
    /*margin-bottom: 60px;*/
    margin-bottom: 0px;
}
.taiken_HEAD_img01,
.taiken_HEAD_img02 {
    width: 10%;
}
.taiken_HEAD_img01 img,
.taiken_HEAD_img02 img {
    max-width: 100%;
    height:auto;
}
.taiken_HEAD_TTLBOX {
    width: 80%;
    padding-top: 10px;
}
.taiken_HEAD_TTL {
    font-size: 30px;
    font-weight: bold;
    color: #0099cc;
    text-align: center;
}
.taiken_HEAD_TTL_mini {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 10px;
    line-height: 55px;
    color: #0099cc;
}
.taiken_HEAD_TXT {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: -15px;
}
/* Course_Box
----------------------------------------------------------- */
.Course_Box {
    margin:0;
}
.Course_Box_TTL {
    width: 600px;
    text-align: center;
    border-bottom: 2px solid #0099cc;
    padding-bottom: 20px;
    margin: 0 auto 50px;
    display: flex;
	justify-content: center;
}
.Course_Box_TTLNAME {
    font-size: 26px;
    font-weight: bold;
    color: #0099cc;
    line-height: 30px;
    margin: 0 30px 0 0;
    padding-top: 3px;
}
.Course_Box_TTL select {
    padding:5px 10px;
}
.Course_Box_select {
    font-size: 18px;
    color: #0099cc;
    border: 1px solid #0099cc;
}
.Course_Box_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Course_Box_li {
    width:48%;
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.Course_Box_li:hover {
    opacity: 0.7;
}
.Course_Box_li a {
    display: flex;
	flex-direction: row;
}
.Course_Box_img {
    width:20%;
}
.Course_Box_img img {
    max-width:100%;
    height:auto;
}
.Course_Box_Data {
    width: 80%;
    padding: 0 0 0 3%;
}
.Course_Box_Data_TTL {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.Course_Box_Data_NAME {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.Course_Box_Data_TXT {
    font-size: 14px;
    line-height: 18px;
}
/* 1日のスケジュール
----------------------------------------------------------- */
.Schedule_DayBox {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Schedule_Day {
    width:31%;
    padding:1.3%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    background-color: cornsilk;

}
.Schedule_Day_img {
    width:100%;
    margin-bottom: 10px;
}
.Schedule_Day_img img {
    max-width: 100%;
    height:auto;
}
.Schedule_Day_ttl {
    font-size:16px;
    font-weight:bold;
    margin-bottom: 5px;
    text-align: center;
}
.Schedule_Day_txt {
    font-size: 14px;
    line-height: 18px;
}
.Schedule_Day_time {
    position:absolute;
    top:0;
    left:0;
    background-color:#F49800;
    color: #fff;
    text-align: center;
    padding:3px 10px;
    font-size: 16px;
}
/* 学科選択
----------------------------------------------------------- */
.Course_Choice_Box {
    margin:0;
}
.Course_Choice {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Course_Choice_list {
    width:31%;
    padding:1.3% 0;
    margin-bottom: 20px;
    text-align: center;
}
.Course_Choice_list a {
    display: block;
    color:#fff;
    font-size:14px;
}
.Course_Choice_list:hover {
    opacity: 0.7;
} 

/* 学科別カラー
----------------------------------------------------------- */
.VD {color:#EC7AAC;}
.under_VD {border-bottom: 5px solid #EC7AAC;}
.bg_VD {background-color:#EC7AAC;}

.CR {color:#5dc2d0;}
.under_CR {border-bottom: 5px solid #5dc2d0;}
.bg_CR {background-color:#5dc2d0;}

.G {color:#f18e2c;}
.under_G {border-bottom: 5px solid #f18e2c;}
.bg_G {background-color:#f18e2c;}

.IL {color:#37b48d;}
.under_IL {border-bottom: 5px solid #37b48d;}
.bg_IL {background-color:#37b48d;}

.M {color:#ed7969;}
.under_M {border-bottom: 5px solid #ed7969;}
.bg_M {background-color:#ed7969;}

.A {color:#2ea7e0;}
.under_A {border-bottom: 5px solid #2ea7e0;}
.bg_A {background-color:#2ea7e0;}

.ID {color:#f1b000;}
.under_ID {border-bottom: 5px solid #f1b000;}
.bg_ID {background-color:#f1b000;}

.D {color:#8dc556;}
.under_D {border-bottom: 5px solid #8dc556;}
.bg_D {background-color:#8dc556;}

.FA {color:#cc7db1;}
.under_FA {border-bottom: 5px solid #cc7db1;}
.bg_FA {background-color:#cc7db1;}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media only screen and (max-width: 767px) {
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* Information
----------------------------------------------------------- */
.Info_box {
    margin-bottom:20px;
    padding: 2% 2% 4%;
}
.Info_box_ttl {
    margin-bottom:10px;
}
.Info_box_scroll dl {
    display: block;
}
.Info_box_scroll dl dt {
    width: 100%;
    font-size: 13px;
    margin-bottom: 3px;
}
.Info_box_scroll dl dd {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}
/* Event_type
----------------------------------------------------------- */
.Event_type_list {
    /*display:block;*/
    display: flex;
    flex-direction: column-reverse; /* update @ 20210402 */
    margin-bottom: 20px;
}
.Event_type_list:nth-child(even) {
    /*display:block;*/ /* update @ 20210402 */
}
.Event_type_list:last-child {
    /*display:block;*/ /* update @ 20210402 */
    flex-direction: column-reverse; /* update @ 20210402 */
}
.Event_type_img {
    width: 100%;
    text-align: center;
}
.Event_type_data {
    width: 100%;
    margin: 0;
    position: relative;
    background: linear-gradient(to right, #fff, #b6eaff);
}
.Event_type_name {
    /*font-size: 14px;*/
    font-size: 16px;  /* update @ 20210402 */
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.Event_type_text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.Event_type_link {
    width: 50%;
    float: none;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
/* 絞込み
----------------------------------------------------------- */
.Narrowdown_box {
    padding:10px 0 0 0;
}
.BASE_TTL {
    width:80%;
    font-size: 16px;
    padding-bottom:5px;
    margin:0 auto 10px;
}
.Narrowdown_red {
    font-size: 12px;
    margin-bottom: 15px;
}
.Narrowdown_subttl {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.Narrowdown_ul {
    width: 93%;
    margin: 0 auto 10px;
}
label,
label:nth-of-type(4n) {
    font-size: 12px;
    width: 48%;
    margin: 0 1% 2%;
}

input {
    display: none;
}
.check_box:checked + .label {
    background-color: #0099cc;
    color: #fff;
}
.Narrowdown_LINK {
    width: 80%;
    /*margin: 10px auto 50px;*/
    margin:10px auto 10px;/* update@20210402 */
}
.Narrowdown_LINK a {
    font-size: 14px;
}
.last_NLINK{
    margin-bottom:60px;
}

/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- */

/* taiken_HEAD_Box
----------------------------------------------------------- */
.taiken_HEAD_Box {
    /*margin-bottom: 20px;*/ /*update@20210402*/
    margin-bottom:0;
}
.taiken_HEAD_img01,
.taiken_HEAD_img02 {
    display: none;
}
.taiken_HEAD_TTLBOX {
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.taiken_HEAD_TTL {
    font-size: 22px;
}
.taiken_HEAD_TTL_mini {
    font-size: 14px;
    margin: 0 0 0 10px;
    line-height: 35px;
}
.taiken_HEAD_TXT {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 0;
}
/* Course_Box
----------------------------------------------------------- */
/* update@20210402 start */
.Course_Box_TTL {
    width:80%;
    margin: 0 auto 20px;
    padding:10px 0 5px 0;
}
.Course_Box_TTLNAME{
    font-size: 16px;
    padding-top:0;
}
.Course_Box_select{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
}
.Course_Box_TTL select{
    padding:5px 20px 5px 10px;
}
.selectArrow{
    position: relative;
}
.selectArrow:after {
    content: "▼";
    position: absolute;
    top:50%;
    right: 4px;
    transform: translate(-50%,-50%);
    color: #0099cc;
}
/* update@20210402 end */

.Course_Box_ul {
	display: block;
}
.Course_Box_li {
    width: 94%;
    margin: 0 auto 20px;
}
.Course_Box_Data {
    padding: 0 0 10px 3%;
}
.Course_Box_Data_TTL {
    font-size: 14px;
    margin-bottom: 2px;
}
.Course_Box_Data_TXT {
    font-size: 12px;
    line-height: 18px;
}
/* 1日のスケジュール
----------------------------------------------------------- */
.Schedule_DayBox {
    display: block;
    padding-top: 10px;
}
.Schedule_Day {
    width: 94%;
    padding: 3%;
    margin: 0 auto 20px;
}
.Schedule_Day_img {
    text-align: center;
}
.Schedule_Day_ttl {
    font-size: 14px;
}
.Schedule_Day_txt {
    font-size: 12px;
    line-height: 18px;
}
/* 学科選択
----------------------------------------------------------- */
.Course_Choice_Box {
    margin-top:10px;
}
.Course_Choice {
    display: block;
    margin: 0 0 40px;
    padding-top: 10px;
}
.Course_Choice_list {
    width: 94%;
    margin: 0 auto 10px;
    padding: 2%;
}














/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
