



/* カテゴリ表示のタブの中身 */

.search_group { background-color: #FFF; margin-bottom: 1.5em; }
.search_group ul { display: flex; justify-content: flex-start; flex-wrap: wrap;  }
.search_group li a { color: #666; font-size: 15px;  position: relative; display: inline-block; height: 30px; line-height: 30px; padding: 0em 1em; border: 1px solid #72799b; margin: 0.2em; color: #5c648d; text-shadow: 0 1px rgba(255, 255, 255, 0.5); background: white; border-radius: 2px; background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); box-shadow: 0px 1px 0px rgba(14, 51, 85, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.01); } 
.search_group h3 { background-color: #72799b; text-align: center; color: #FFF; }
.search_group h4 { background-color: #E9EAEE; color: #72799b; padding: 0.3em 0.5em !important; margin: 0.3em 0em; line-height: 1.3em; font-size: 13px; }


/*絞り込み検索　枠の装飾*/

#seek_box_wrap { background-color: #FFF; padding: 1em; margin-bottom: 0em; }
#seek_box_wrap_in { padding: 0.5em; background-color: #E9EAEE; border: #dddfe1 solid 1px; }

.seek_school_and_place_wrap, #seek_course, #seek_date, #seek_week, #seek_zone, #seek_teach { margin-bottom: 1em;}

.seek_s_title { font-size: 14px; font-weight: bold; color: #5B6B83; margin-bottom: 0.5em; display: block; border-bottom: #72799b solid 1px; }


/*クロームの青枠を消す*/

*:focus { outline: none; }


/* 開催校 または 地域 */
.seek_switch { height: 43px; padding: 0.5em; background: #E9EAEE; border-radius: 2px 2px 0px 0px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02); }

.seek_switch_input { display: none; }
.seek_switch_label { float: left; width: 50%; line-height: 32px; color: #72799b; text-align: center; background: white; text-shadow: 0 1px rgba(255, 255, 255, 0.5); cursor: pointer; background-image: linear-gradient(to bottom, #fefefe, #eeeeee); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1); }
#seek_school , #seek_place { padding: 0em; /*とりあえずリセット*/ }

#sw_sc_pl_1 + .seek_switch_label:before { content: "● "; color: #ff0000; }
#sw_sc_pl_2 + .seek_switch_label:before { content: "● "; color: #52d90e; }
#seek_school div:nth-child(1) { color: #e04343; } 
#seek_place div:nth-child(1) { color: #42b608; }
#sw_sc_pl_1 + .seek_switch_label { border-radius: 40px 0px 0px 40px; }
#sw_sc_pl_2 + .seek_switch_label { border-radius: 0px 40px 40px 0px;  }
.seek_switch_input:checked + .seek_switch_label { background: #72799b;  color: white; text-shadow: 0 -1px rgba(0, 0, 0, 0.2);  }
.seek_switch_input:checked + .seek_switch_label:before { font-weight: normal; font-size: 12px;}

#seek_place { display: none; }
#seek_teach_list { margin-bottom: 1.5em; }

/*期間選択*/

#seek_date_from:hover, #seek_date_to:hover { background-color: #cccccc; }
.seek_date_input_wrap { background-color: #fcffe4; overflow: hidden; padding: 0.5em !important; border: 1px solid #ddd; }
#seek_date input { width: 47%; float: left; display: block; background: #f6f7f8; }
#seek_date .float_l { width: 6%; display: block; float: left; text-align: center; }
#ui-datepicker-div { z-index: 4 !important; }


@media screen and (max-width: 540px) {
#seek_date input { font-size: 1em; }

}

/*チェックボックス共通*/

.sche_checkbox { font-size: 15px; display: inline-block; width: auto; margin: 0.2em 0.1em 0.2em 0em; padding: 0.8em 0.8em 0.8em 2.8em; line-height: 1em; position: relative; display: inline-block; border-radius: 8px; background-color: #f6f7f8; vertical-align: middle; overflow: hidden; -webkit-transition: background-color 0.2s linear;transition: background-color 0.2s linear; cursor: pointer; }
.sche_checkbox input[type="checkbox"] { -moz-appearance: none; -webkit-appearance: none; background:rgba(91,107,133, 0.0);position: absolute;left: 10px; width: 20px; height: 20px; border-radius: 6px; display: block;  z-index: 2; margin: 0px; padding: 0px; }

.sche_checkbox input[type="checkbox"]:checked { box-shadow: none;}
.sche_checkbox input[type="checkbox"]:checked:focus { box-shadow: none;}
.sche_checkbox input[type="checkbox"]:focus { box-shadow: none;}

.sche_checkbox:hover { background:rgba(91,107,133, 0.3); } 
.sche_checkbox label { line-height: 135%; position: relative; margin: 0.5rem; cursor: pointer; }
.sche_checkbox input[type="checkbox"]:before { position: absolute; z-index: 1; top: 0.125rem; left: 0.1875rem; width: 0.75rem; height: 0.375rem; content: ''; -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: rotate(-45deg) scale(0, 0); transform: rotate(-45deg) scale(0, 0); border: 3px solid #da3c41; border-top-style: none; border-right-style: none; }
.sche_checkbox input[type="checkbox"]:checked:before { -webkit-transform: rotate(-45deg) scale(1, 1);  transform: rotate(-45deg) scale(1, 1); }
.sche_checkbox input[type="checkbox"]:after { position: absolute; top: -0.125rem;  left: 0px;  width: 1rem;  height: 1rem; content: ''; cursor: pointer; border: 2px solid #5B6B83;  border-radius: 6px; }


/*検索ボタン*/

.seek_dbl_col { display: flex; justify-content: space-between; flex-wrap: wrap; padding: 1em 0em 1em 0em; }

.seek_dbl_col .seek_clear_wrap { width: 49%; margin: 0em; font-size: 1em; }
.seek_dbl_col .seek_clear_wrap input#seek_clear { width: 100%; height: auto; font-size: 1em; text-align: center; display: block;  }
.seek_dbl_col .seek_clear_wrap:after { top: 0px; font-size: 1.5em; }
.seek_dbl_col input#seek_submit { width: 49%; margin-bottom: 0em; padding: 0em; font-size: 0.8em; 
background: #fefefe; border: 1px solid #ccc; color: #333!important; text-shadow: 1px 1px 0 #fff;border-radius: 15px; box-shadow: 0px 0px 0px 0px #bdbdbd, 0px 0px 0px 0px rgba(0,0,0,.0); }
.seek_dbl_col input#seek_submit:hover { background: #a7a7a7; }
input#seek_clear { padding-left: 2.5em; font-size: 1em; text-align: left; height: 40px; transition: 0.1s; z-index: 0; background-color: rgba(255, 255, 255, 0.0); }
input#seek_clear:active { padding-top: 5px; color: #ff4a4a; }

.seek_clear_wrap { color: #5B6B83; position: relative; margin: 1em 0em; transition: 0.1s; }
.seek_clear_wrap:after { position: absolute; top: 7px; content:"\e07"; font-family: 'icomoon'; font-size: 2em; display: block; }
.seek_clear_wrap:active { color: #ff4a4a; }

input#seek_submit { position: relative; background: #cd5c5c; border: 1px solid #cc5252; border-radius: 4px; 
box-shadow: 0px 4px 0px 0px #bf4d4d, 0px 8px 0px 0px rgba(0,0,0,.15); text-shadow: 1px 1px 1px #cc2929; 
transition: All 250ms ease; padding: 0.5em; font-size: 1.4em; color: #FFF; margin-bottom: 1em; }
input#seek_submit:active { position: relative; top: 5px; box-shadow: none !important; transition: All 250ms ease; }
input#seek_submit:hover { background: #cc5252; }

@media screen and (max-width: 1200px) {
.seek_dbl_col .seek_clear_wrap input#seek_clear { text-align: right; }
}



/*////////////////////////////////////////////////////*/

#column_wrap { overflow: hidden; }
#main_01 { width: 70%; float: right; }
#sub_01 { width: 28%; float: left; }

@media screen and (max-width: 1000px) {
#main_01 { width: 100%; float: none; }
#sub_01 { width: 100%; float: none; }
}

/*////////////////////////////////////////////////////*/

.sche_con_wrap { padding: 0.5em; border: 1px solid #a4a4a4; margin-bottom: 1em; }
.cal_item { padding: 0.5em; line-height: 1.3em; }

.head_teach_wrap { margin-bottom: 0.5em; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.head_teach_wrap div:nth-child(1) { width: 80px; margin-right: 2%; }
.head_teach_wrap div:nth-child(2) { max-width: 80%; }

.head_teach:before { content: "講師名："; }
.head_teach_wrap img { width: 100%; } 

.sche_event_startd { font-size: 22px; font-weight: bold; margin-right: 0.5em; }
.sche_event_title { font-size: 16px; color: #404971; display: block; padding: 0.3em 0em; }
.sche_event_regno { font-size: 12px; color: #72799b; position: absolute; bottom: 0; right: 5px;}


@media screen and (max-width: 1280px) {
.head_teach_wrap div:nth-child(1) { width: 10%; }
.head_teach_wrap div:nth-child(2) { width: 85%; }
.head_teach_wrap img { max-width: 80px; } 
}
@media screen and (max-width: 670px) {
.head_teach_wrap div:nth-child(1) { width: 15%; }
.head_teach_wrap div:nth-child(2) { width: 78%; }
.sche_event_startd { display: block; margin: 0.3em 0em; }
}
@media screen and (max-width: 530px) {
.head_teach_wrap div:nth-child(1) { width: 20%; }
}


.item_event ~ hr { margin: 0.3em 0em; }

.item_time , .item_hall , .clac_name { font-size: 14px; color: #444444; padding-right: 0.5em; }
.item_time:nth-child(even):before { content: "\e94f"; margin-right: 0.3em; } .item_time:nth-child(odd):before { content: "\e94e"; margin-right: 0.3em; }

.item_hall:before { content: "\e17"; }
.clac_name:before { content: "\e92f"; margin-right: 0.3em; }
.sche_event_startd:before { content: "\e24"; margin-right: 0.3em; }

.cal_item span:before , .cal_item p:before { color: #72799b; font-family: 'icomoon'; font-weight: normal;  }

.telephone_c { display: inline-block; background-color: #72799b; color: #FFF; font-size: 14px; border-radius: 6px; line-height: 1.6em; padding: 4px 6px 4px 5px; vertical-align: 2px; position: relative; line-height: 1.1em; }
.telephone_c:before { content: "\e09"; margin-right: 2px; color: #FFF !important; }

.course_sche { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.course_sche:before { content: "\e951";  margin-right: 0.3em; }

@media screen and (max-width: 670px) {
.item_hall, .clac_name { display: block; }
}


/*////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////*/
.by_date .cal_item {  background: #ffeaea;}
.by_date .sche_event_startd { font-size: 24px; }
.by_date .by_date_img div { text-align: left; }

.by_date_img_wrap .by_date_img { padding-top: 0.5em; align-items: center; display: flex; justify-content: flex-start; flex-wrap: wrap;  }
.by_date_img_wrap .by_date_img img { max-width: 60px; margin-right: 1em; }

/*////////////////////////////////////////////////////*/

/* カートを開くのリンク制御 */

#cart_open_wrap { position: fixed;  bottom: 0px; width: 100%; background-color: rgba(114,121,155,0.65); 
outline: solid 1px #33425B; border-top: #AEB4BA solid 1px; z-index: 100; }
#cart_open_wrap .ma_con { display: flex; justify-content: space-between; flex-wrap: wrap;  padding: 0.5em 0em 1em 0em !important; margin: 0em auto;}
.cart_open { width: 49%; padding: 0.3em ; border-radius: 4px; text-align: center; 
position: relative; background: #cd5c5c; border: 1px solid #cc5252; 
box-shadow: 0px 4px 0px 0px #bf4d4d, 0px 8px 0px 0px rgba(0,0,0,.15); text-shadow: 1px 1px 1px #cc2929; 
transition: All 250ms ease; color: #FFF; }
.cart_open:active { position: relative; top: 5px; box-shadow: none !important; transition: All 250ms ease; }
.cart_open:hover { background: #cc5252; }

.cart_open { position: relative; z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */ }
.cart_open a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent:-9999999px; z-index: 1; opacity: 0; }

@media screen and (max-width: 1200px) {
.cart_open { width: 48%; }
}

.cal_item { background: #fff8e8; } 
.cal_item p { margin: 0em; }
.cal_item_inner { display: flex; justify-content: space-between; flex-wrap: wrap;  }
.cal_item_inner .cal_item_left {  width: 95%; }
.cal_item_inner .cal_item_right {  width: 5%; text-align: center; position: relative;  }
.cal_item_inner .cal_item_right span { left: 0; right: 0;  }
.cal_item_inner .cal_item_right span:after { content: "\e41"; font-family: 'icomoon'; color: #72799b; display: block; font-size: 25px; position: absolute; top: 50%;  left: 0; right: 0; -webkit-transform: translateY(-50%); /* Safari */ -ms-transform: translateY(-50%); /* IE 9 */ transform: translateY(-50%); }

@media screen and (max-width: 480px) {
.cal_item_inner .cal_item_left {  width: 90%; }
.cal_item_inner .cal_item_right {  width: 8%; }
}

/* 講師毎の、当外校でのカリキュラム表示 */
a.curr_p { background-color: #cecece !important; color: #999 !important; font-weight: normal; cursor: default !important;}
a.curr_p:hover { opacity: 1;}
.teac_event_list { font-size: 12px; margin: 0; line-height: 1.8em; }
.teac_event_list li { display: inline-block; margin-right: 0.5em; margin-bottom: 0.5em; }
.teac_event_list li span.another { font-size: 10px; background-color: #72799b; margin-right: 0.5em; padding: 1px 3px; color: #e9eaee; }
.teac_event_list a { background-color: #e9eaee; color: #47517c; padding: 2px 10px; border-radius: 10px; }
.teac_event_list a:hover { background-color:#72799b; color: #FFF; }

/* 講座一覧のリンク制御 */
.cal_item { background-color: #fff8e8; position: relative; z-index: 1; }
.cal_item a.cal_link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent:-999px; z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */ }
.cal_item:hover { opacity:0.7; }

 /* input要素のうちtype属性値がbuttonのものに対して装飾 */
.seek_Designation{ margin:2em 0; position: relative; padding: 0.25em 1em; border: solid 2px #ffcb8a; border-radius: 3px 0 3px 0; }
.seek_Designation:before,.seek_Designation:after{ content: ''; position: absolute; width:10px; height: 10px; border: solid 2px #ffcb8a; border-radius: 50%; }
.seek_Designation:after { top:-12px; left:-12px; }
.seek_Designation:before { bottom:-12px; right:-12px; }

/* 各校アクセスボタンのスタイル*/
.scho_acc_btn {  margin-top: 20px; margin: 1em 0em; }
.scho_acc_btn a { font-size: 15px; padding: 0em 0.5em 0em 0em; text-decoration: underline !important; font-weight: normal; display: inline-block; }
.scho_acc_btn a:before { content: "\e40 "; font-family: 'icomoon'; }

/* アコーディオンstyle*/
.toggle_switch { display: none; }
.toggle_wrap:last-of-type { border-bottom: 1px solid gray; }
.toggle_switch { background-color: #47517e; color: #FFF; position: relative; cursor: pointer; padding: 1em; margin-bottom: 1em; border-radius: 5px; }
.tgl_a { background-color: #72799b; }

.toggle_switch.open { border-bottom: 1px solid gray; }
.toggle_switch:hover { background-color: #47517c; }
.toggle_switch::after { content: ""; display: inline-block; width: 18px; height: 11px; position: absolute; right: 1em;margin-top: 10px; background: url(/img/arrow_down.svg) no-repeat center center;background-size: contain; transform: translateY(-50%); transition: transform .2s; vertical-align: -4px; }
.toggle_switch.open::after { transform: rotateZ(180deg); vertical-align: 0px;}
.toggle_contents { display: block; }

@media screen and (max-width: 1000px) {
.search_h { display: none; }
.toggle_switch { display: block; }
.toggle_contents { display: none; }
}

svg { fill: currentColor; }


input[name="switch"] { display: none; }
.tabBtn { display: flex; list-style: none; width: 100%; margin: 0 0 1px; padding: 0; text-align: center; }
.tabBtn li { flex-basis: 25%; background: #E9EAEE; } .tabBtn li:not(:last-child) { border-right: 1px solid #FFF; }
.tabBtn label { display: block; cursor: pointer; padding: 0.7em 0 0.3em 0; color: #47517c; transition: background .3s; line-height: 1em; }
.tabBtn label span { display: block; margin: 0em; padding: 0em; }
.tabBtn label span:after { content: "\e30"; font-family: 'icomoon'; display: block; }
.tabBtn label:hover { background: #47517c; color: #FFF; }
.tabContents div { padding: 1em; background: #FFF; transition: opacity .3s; flex-basis: 20%; opacity: 1; } 
.tabContents div::after { content: ""; display: block; clear: left; }
#tab-1:checked ~ .tabBtn label[for="tab-1"], #tab-2:checked ~ .tabBtn label[for="tab-2"], #tab-3:checked ~ .tabBtn label[for="tab-3"], #tab-4:checked ~ .tabBtn label[for="tab-4"] { background: indianred; color: #FFF;}
#tab-1:checked ~ .tabContents #content-1, #tab-2:checked ~ .tabContents #content-2, #tab-3:checked ~ .tabContents #content-3, #tab-4:checked ~ .tabContents #content-4 { opacity: 1; background: #FFF; }
.tabContents { display: flex; width: 500%; transition: transform .6s; }
#tab-1:checked ~ .tabContents { transform: translateX(0); } #tab-2:checked ~ .tabContents { transform: translateX(-20%); } #tab-3:checked ~ .tabContents { transform: translateX(-40%); } #tab-4:checked ~ .tabContents { transform: translateX(-60%); } #tab-5:checked ~ .tabContents { transform: translateX(-80%); }

.search_h { background-color: #72799b; color: #FFF; padding: 0.5em; overflow: hidden; }
.search_h span:nth-child(1) { display: block; font-size: 24px; float: left;  margin-right:0.5em; color: #FFF; width: 35px; height: 35px; border-radius: 50%; background-color: #47517e; text-align: center; }
.search_h span:nth-child(2) { display: block; margin-top: 5px;  }
.search_h .icon-search:before { line-height: 1.5em; }

.toggle_switch { text-align: center; font-size: 20px; }
.toggle_switch span { font-weight: bold !important; }
.sa_block { background-color: #FFF; padding: 0.5em; margin-bottom: 2em; }

#seek_wrap { margin-bottom: 2em; }
#seek_result hr + h4 { text-align: center; margin: 1.5em 0em; font-weight: normal; color: #72799b; }
#seek_result .srh4 { text-align: center; margin: 1em 0em 0.5em 0em; font-weight: normal; color: #72799b; }


/*////////////////////////////////////////////////////*/
カートのダイアログ
/*////////////////////////////////////////////////////*/


.detail-table { padding-bottom: 1em; }
#auth_dialog { min-height: 380px !important; }