@charset "utf-8";

.contents-wrap{
  max-width: 1000px;
  margin: 0 auto;
  word-break: break-all;
	letter-spacing: 0.05em;
	line-height:1.9;
}

.center{
	text-align:center;
}

h1#title img{
  margin: 0 auto;
}

.intro2 {
	color:#333;
	margin: 50px auto;
  font-size: 16px;
  background: #f4f5f5;
  padding: 50px 30px;
  position: relative;
  }

.intro2::before, .intro2::after {
  content:'';
  width: 140px;
  height: 140px;
  position: absolute;
  display: inline-block;
}

.intro2::before {
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  top:0;
  left: 0;
}

.intro2::after {
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  bottom:0;
  right: 0;
}

.intro2 p{
  max-width: 840px;
  margin: 0 auto;
}
.intro2 p:not(:last-child){
  margin-bottom: 28px;
}

h2.overview-head {
  margin: 100px auto 20px;
  text-align: center;
  font-weight: 700;
  color: #5b5d63;
  position: relative;
}
h2.overview-head::before, h2.overview-head::after {
  content: "";
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #5b5d63;
  vertical-align: middle;
}
h2.overview-head::before {
  margin-right: 15px;
}
h2.overview-head::after {
  margin-left: 15px;
}

.program, .program-detail{
	max-width:840px;
	padding:20px 60px 30px;
	margin:20px auto;
	background-color:#fff;
	border-radius: 10px;
}

.program-detail{
	padding:0;
}

@media screen and (max-width: 1200px) {
	.program{
		margin:20px 10px;
		padding:20px 20px 40px;
	}
	.program-detail{
		margin:20px 0;
	}
	}

.contents3{
  background-color: #fff;
  padding:50px 0;
}

.contents4{
  background-color: #f0f1f3;
  padding:0 0 7.2em;
}

table.program-table{
	width: 100%;
  margin: 0.4em 0;
  border-collapse: separate;
  border-spacing: 5px;
  font-size:medium;
}

table.program-table{
    border-collapse: collapse;
}

table.program-table tr, table.program-table th{
	border:1px #999 solid;
	}

table.program-table th{
	width: 116px;
	text-align: center;
	white-space: nowrap;
	background-color: #f4f5f5;
	vertical-align: top;
  padding: 15px 0;
}

table.program-table td{
	padding: 15px 20px;
  }
table.program-table .fa-calendar-alt{
  margin-right: 8px;
}
ul.teacher-list{
  list-style: none;
  padding-left: 0 !important;
}

ul.teacher-list li{
  padding-bottom:1em;
}

ul.teacher-list li:last-child{
	padding-bottom:0;
}
ul.teacher-list li p::before{
  content:"\f508";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-size: 18px;
  font-weight: 900;
}

ul.teacher-list li p{
	display: inline-block;
}

ul.teacher-list img{
    width: 150px;
    display: inline-block;
    margin: 0 0 5px;
    vertical-align: middle;
}

br.xs{
  display: none;
}

table.program-table ul.teacher-list, table.program-table ol.num-cr{
  	padding:0 18px;
}

ul.star-dots{
  padding-left:22px;
  margin-top:0.6em;
  list-style: none;
}
ul.star-dots li{
  text-indent: -1.4em;
}
ul.star-dots li::before{
  content:'★';
  margin-right: 5px;
  }

ul.star-dots li:not(:last-child){
  margin-bottom: 0.4em;
}

@media (min-width: 480px){
  .program-table .visible-xs{
    display: none !important;
  }
}
@media screen and (max-width: 640px){
  .bci:not(:root){
    margin-bottom: 2em;
  }
  .intro2 {
    font-size: 14px;
  }
  .intro2{
  margin: 40px auto;
  padding: 30px;
  }
  .contents4 p, .contents3 p {
    font-size: 14px;
  }
  .contents4{
    padding:0 0 4em;
  }
#contents{
  padding: 0;
}
.breadcrumb, #title{
  margin-left: -15px;
  margin-right: -15px;
}
}

@media screen and (max-width: 480px){
table.program-table th, table.program-table td{
		display:block;
		width:100%;
	}
	table.program-table td{
		border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    font-size: 14px;
	}
	table.program-table tr:last-child{
		border-bottom: 1px #999 solid;
	}
	table.program-table tr{
		border:none;
	}
	ul.teacher-list .center-xs{
		text-align: center;
    }
  ol.num-cr {
    padding-left: 28px;
  }
  br.xs{
    display: block;
}
h2.overview-head {
    font-size: 22px;
    margin-top: 4em;
}
}

ol.num-cr {
	list-style: none;
}
ol.num-cr li{
	text-indent: -0.9em;
}

.time-table{
  padding-left: 0;
  list-style: none;
  counter-reset: count 0;
}
.time-table li:not(:last-child){
  margin-bottom: 0.6em;
}
.time-table li{
  font-weight: 700;
  text-indent: -1.6em;
  margin-left: 1.6em;
}

.time-table .blu-border{
  border-right: 2px solid #01a54f;
  padding-right: 10px;
  margin-right: 10px;
}

.program-table td > strong{
  text-indent: -1.5em;
  display: inline-block;
  margin-left: 1.5em;
}
.program-table i{
  margin-right: 8px;
  text-indent: 0em;
}

 .contents-wrap a{
	-webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  color: #428bca;
  text-decoration: underline;
}

.contents-wrap a:hover{
  color:#2f5779;
  text-decoration: none;
}

 .join{
  text-align: center;
  margin-top: 50px;
 }

.join .btn{
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 110px;
    text-align: center;
    text-decoration: none;
    background: #003591;
    background: -moz-linear-gradient(top, #0051dd, #002460);
    background: -webkit-linear-gradient(top, #0051dd, #002460);
    background: linear-gradient(to bottom, #0051dd, #002460);
    box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 5px 0 #001d4e;
    -webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 60%), 0 5px 0 #001d4e;
    position: relative;
    border-bottom: none;
    -webkit-text-fill-color: #fff;
    transition: .25s all ease-out;
    /* display: block;
    max-width: 404px;
    margin: 0 auto;*/
}
.join .btn::before{
    position: absolute;
    background: #003591;
    background: -moz-linear-gradient(top, #0a63ff, #002a72);
    background: -webkit-linear-gradient(top, #0a63ff, #002a72);
    background: linear-gradient(to bottom, #0a63ff, #002a72);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
  }
.join a.btn:hover{
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.0), 0 1px 0 #001f54;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.0),0 1px 0 #001f54;
  color:#fff;
  }
.join .btn:hover::before{
    opacity: 0;
}

.join .btn span::before{
    position: absolute;
    top: 0;
    right: -96px;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    border-top: 3px solid;
    border-right: 3px solid;
    border-radius: 2px;
  }

.join .btn span{
  text-shadow: 0px -1px 1px rgba(0,0,0,0.7) !important;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 640px){
.join .btn{
    font-size: 18px;
    padding: 10px;
    max-width: 300px;
    display: block;
    margin: auto;
  }
.join{
    margin-top:30px;
}
.join .btn span{
  display: block;
}
.join .btn span::before {
  right: 0;
}
}

.mt0-2{
  margin-top:0.2em;
}

.mt0-5:not(:root){
  margin-top:0.5em;
}

.mt1:not(:root){
  margin-top:1em;
}

.mt1-5:not(:root){
  margin-top:1.5em;
}

.mt3:not(:root){
  margin-top:3em;
 }

.mt4:not(:root){
  margin-top:4em;
 }

 .mb3:not(:root){
  margin-bottom:3em;
 }

.mb4:not(:root){
  margin-bottom:4em;
 }

 .pt0:not(:root){
 padding-top:0;
}

.pt2:not(:root){
 padding-top:2em;
}

.pb4:not(:root){
 padding-bottom:4em;
}

.pb5-5:not(:root){
  padding-bottom:5.5em;
 }

mark.active{
    background-position: -100% .8em;
}

mark{
  background-image: -webkit-linear-gradient(to right,transparent 50%,#b4d0ff 50%);
  background-image: -moz-linear-gradient(to right,transparent 50%,#b4d0ff 50%);
  background-image: linear-gradient(to right,transparent 50%,#b4d0ff 50%);
  background-color:initial;
  font-weight: 700;
  background-repeat: repeat-x;
  background-size: 200% .6em;
  background-position: 0 .7em;
  transition: all 1s ease;
  font-weight: 700;
  padding:0;
  padding-bottom: 7px;
}
