<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*-- font --*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');

/*--- COMMON ---*/

.pc { display: block; }
.sp { display: none; }

/*--&lt;先述&gt;回り込みをリセット/モダンブラウザ--
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

/*--&lt;先述&gt;回り込みをリセット/IE 6・7--
.cf { zoom:1; }*/



#sl_wrap {
  width: 100%;
}
#sl_in {
  width: 100%;
  max-width: 960px;
  padding: 50px 0 20px;
  margin: 0 auto;
}

/*-- KV --*/
.sl_kv {
  margin-bottom: 40px;
}

/*-- INFO --*/
.sl_info {
  border: 1px solid #dbdbdb;
  padding: 40px;
  width: calc( 100% - 80px/*padding*/ - 2px/*border*/ );
  margin-bottom: 40px;
}
.sl_info .info_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  text-align: center;
}
.sl_info .info_content {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4em;
  /*font-weight: 300;*/
  line-height: 1.8em;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
/*.sl_info .sample {
  color: red;
}*/


/*-- CONDITION --*/
#sl_condition {
  border: #3264b4 3px solid;
  padding: 40px;
  width: calc( 100% - 80px/*padding*/ - 6px/*border*/ );
}
#sl_condition table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#sl_condition table tr {
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}
#sl_condition table th,
#sl_condition table td {
  border-collapse: collapse;
  padding: 12px 10px 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: normal;
  border: none;
}
#sl_condition table th {
  width: 100px;
  text-align: left;
  color: #166fad;
}
#sl_condition table td {
  width:auto;
}
#sl_condition table label {
  margin-right: 1.5em;
  line-height: 2.5em;
  white-space: nowrap;
  float: left;
  display: block;
}
#sl_condition table input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
#sl_condition table input.date_start,
#sl_condition table input.date_end {
  max-width: 200px;
  border: solid 1px #cccccc;
  padding: 8px 10px;
  margin: 6px 0;
  background-image: url("../img/calendar.png");
  background-repeat: no-repeat;
  background-position: center right 5px;
  /*background-image: url("/seminar/event/common/img/calendar.png");*/
}
#sl_condition table span.kara {
  margin: 0 0.5em;
}
#sl_condition .btn a {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #3264b4;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  display: block;
  padding: 15px;
  max-width: 230px;
  width: 100%;
  margin: 30px auto -10px;
}
#sl_condition .btn a:hover {
  text-decoration: none;
  background-color: #0a377f;
}

/*-- MIDASHI --*/
.midashi {
  text-align: center;
  display: block;
}
.midashi h3 {
  color: #3264b4;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px solid #3264b4;
  margin: 75px auto 45px;
  display:inline-block;
}

/*-- seminar_list --*/
.seminar_list {
  border: 1px solid #e2e2e2;
  margin-bottom: 40px;
}
.sl_head {
  background-color: #e4f4ff;
  padding: 15px;
}
.sl_head_in {
  color: #085b8b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  display: block;
}
.sl_head_in span {
  font-size: 26px;
  font-weight: 500;
  margin: 0 2px;
}
.sl_head_in .sl_place {
  font-size: 16px;
  display: table-cell;
  background-color: #0e6ba0;
  padding: 10px 35px 13px;
  margin-right: 15px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  white-space: nowrap;
}
.sl_head_in .sl_data_place {
  display: table-cell;
  padding: 0 10px;
}
.sl_status {
  padding: 10px 35px 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  float: right;
}
.sl_content {
  padding: 25px 15px;
}
.sl_pict {
  max-width: 280px;
  width: 100%;
  float: left;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sl_pict::before {
	display:block;
	content:"";
	padding-top: 75%;
}
.sl_about {
  width: calc( 100% - 280px - 40px );
  float: right;
}
.sl_about h4 {
  margin-bottom: 20px;
}
.sl_about h4 a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0e6ba0;
  font-size: 20px;
  font-weight: 400;
}
.sl_theme_icon {
  margin-bottom: 10px;
}
.sl_theme_icon .ti {
  border: 1px solid #3264b4;
  padding: 4px 10px 6px;
  font-family: 'Noto Sans JP', sans-serif;
  /*font-weight: 300;*/
  font-size: 11px;
  color: #3264b4;
  float: left;
  margin: 0 8px 8px 0;
}
.sl_about p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.sl_teacher {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.sl_teacher ul,
.sl_teacher ul li {
  display: inline;
}
.sl_teacher ul li::before {
  content: "、";
}
.sl_teacher ul li:first-child::before {
  content: "";
}

.sl_btn {
  border-top: solid 1px #e2e2e2;
  margin: 0 15px;
  padding: 20px 0;
  text-align: center;
}
.sl_btn .btn_detail,
.sl_btn .btn_request {
  width: 40%;
  max-width: 160px;
  display:inline-block;
}
.sl_btn .btn_detail {
  margin-right: 20px;
}
.sl_btn .btn_detail a {
  background-color: #59add7;
}
.sl_btn .btn_request a {
  background-color: #0e6ba0;
}
.sl_btn .btn_detail a,
.sl_btn .btn_request a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 10px 12px 10px;
  text-align: center;
  display: block;
}
.sl_btn .btn_detail a:hover {
  background-color: #1f7099;
  text-decoration: none;
}
.sl_btn .btn_request a:hover {
  background-color: #073d5b;
  text-decoration: none;
}



/* open / 募集中 */
section.open .sl_status {
  background-color: #1bb0a4;
  color: #fff;
}
section.open .sl_status:before {
  content: "募集中";
}


/* few / 残席僅か */
section.few .sl_status {
  background-color: #fffc00;
  color: #222;
}
section.few .sl_status:before {
  content: "残席わずか";
}


/* full / 満席 */
section.full .sl_status {
  background-color: #ff0000;
  color: #fff;
}
section.full .sl_status:before {
  content: "満 席";
}
section.full .sl_btn .btn_detail { margin-right: 0;}
section.full .sl_btn .btn_request { display: none;}


/* close / 募集終了 */
section.close .sl_status {
  background-color: #fff;
  color: #7b7b7b;
}
section.close .sl_status:before {
  content: "募集終了";
}
section.close .sl_btn .btn_detail { margin-right: 0;}
section.close .sl_btn .btn_request { display: none;}


/* end / 終了 */
section.end .sl_status {
  background-color: #fff;
  color: #7b7b7b;
}
section.end .sl_status:before {
  content: "終 了";
}
section.end .sl_btn .btn_detail { margin-right: 0;}
section.end .sl_btn .btn_request { display: none;}
section.end .sl_head { background-color: #eeeeee;}
section.end .sl_head_in { color: #898989;}
section.end .sl_head_in .sl_place { background-color: #acacac;}
section.end .sl_about h4 a { color: #6e6e6e;}
section.end .sl_theme_icon .ti { border: 1px solid #b6b6b6; color: #898a8a;}
section.end .sl_btn .btn_detail a { background-color: #b3b3b3;}
section.end .sl_btn .btn_detail a:hover { background-color: #686868;}
section.end .sl_about p { color: #6e6e6e;}
section.end .sl_teacher { color: #6e6e6e;}



/*-- btn --*/
.list_btn {
  margin: 70px 0;
}
.list_btn a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 22px;
  padding: 22px 40px 25px;
  background-color: #3264b4;
  color: #fff;
  width: 100%;
  max-width: 250px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.list_btn a:hover {
  background-color: #072c67;
}

/*- not -*/
.sl_notfound {
  text-align: center;
  border: #FF272B 1px solid;
  color: #FF272B;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 40px;
  margin: 80px 0;
}


@media all and (-ms-high-contrast: none) {  /* IEのみ */

}


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

SP　スマホ
画面サイズが765px以下　

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

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

/*--- COMMON ---*/

.pc { display: none; }
.sp { display: block; }


#sl_wrap {
  margin-top: 20px;
}
#sl_in {
  width: calc( 100% - 20px );
  padding: 50px 0 20px;
}
.sl_head_in {
  font-size: 16px;
  float: none;
}
  
.sl_head_in .sl_place,
.sl_head_in .sl_data_place,
.sl_head_in span {
  font-size: 16px;
  display: inline;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  color: #085b8b;
  vertical-align: initial;
}
  
.sl_head_in .sl_place::after {
  content: "／";
}
.sl_status {
  padding: 8px 35px 11px;
  font-size: 13px;
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 5px;
}
section.end .sl_head_in .sl_place,
section.end .sl_head_in .sl_data_place,
section.end .sl_head_in span {
  background-color: transparent;
  color: #898989 !important;
}
}

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

SP　スマホ
画面サイズが700px以下　

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

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


#sl_wrap {
  margin-top: 20px;
}
#sl_in {
  width: calc( 100% - 20px );
  padding: 50px 0 20px;
}

  
#sl_condition {
  padding: 40px 20px;
  width: calc( 100% - 40px/*padding*/ - 6px/*border*/ );
}
#sl_condition table th {
  display: block;
  width: auto;
  padding-bottom: 0;
}
#sl_condition table td {
  display: block;
}
#sl_condition table td.kikan {
  text-align: center;
}
#sl_condition .btn a {
  padding: 15px 10px;
  max-width: auto;
  width: 80%;
}
  
  
.sl_pict {
  max-width: 100%;
  float: none;
  margin-bottom: 15px;
}
.sl_about {
  width: 100%;
  float: none;
}
  

/*-- btn --*/
.list_btn {
  margin: 60px 0;
}
.list_btn a {
  font-weight: 500;
  font-size: 16px;
  padding: 16px 18px 18px;
  max-width: 200px;
}


/*- not -*/
.sl_notfound {
  font-size: 14px;
  padding: 40px 20px;
}
  
}</pre></body></html>