@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}

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

.center{
	text-align:center;
}

h1#title-webinar-se{
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-top:4em;
    padding: 0 65px;
    font-size: 220%;
    display: inline-block;
    color:#333;
  }

h1#title img{
  margin: 0 auto;
}

.intro2 {
	color: #1b1a19;
	padding: 0 40px;
}
.intro2 {
  color:#333;
  margin: 50px auto 100px;
  font-size: 16px;
  padding: 50px 55px;
  position: relative;
  background-color: rgba( 231, 233, 234, 0.55 );
}
.intro2 p{
  max-width: 840px;
  margin: 0 auto;
}

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

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

.intro2::after {
  border-right: solid 1px #93a0a5;
  border-bottom: solid 1px #93a0a5;
  bottom:0;
  right: 0;
}
.intro-head{
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin-top: 0;
}

h2.overview-head{
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  color: #74797d;
  position: relative;
}

h2.overview-head::before, h2.overview-head::after {
    content: "";
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color:#74797d;
    vertical-align: middle;
}
h2.overview-head::before {
    margin-right: 15px;
}
h2.overview-head::after {
    margin-left: 15px;
}

.contents2{
	background-color: #f0f1f3;
	padding:3.6em 0;
  margin-bottom:1.5em;
  position: relative;
}

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

.program-detail{
	padding:0;
}

@media (max-width: 768px) {
  .contents-wrap::before{
    right: -121px;
    width: 240px;
    background-size: 240px auto;
  }
}
@media screen and (max-width: 1200px) {
	.program{
		margin:20px auto;
		padding:20px 20px 40px;
	}
	.program-detail{
		margin:20px auto;
	}
	}

.contents3{
  padding:60px 0 34px;
}

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: #f0f1f3;
	vertical-align: top;
  padding: 15px 10px;
}

table.program-table td{
	padding: 15px 20px;
  }

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

.star-dots li:not(:last-child){
  margin-bottom: 0.6em;
}
.pencil-list li ul{
  list-style-type: disc;
  padding-left: 0;
}
.pencil-list li ul li{
  padding-left: 0;
}
.pencil-list li ul li::before{
  content: "";
}
ul.pencil-list{
  padding-left: 0;
  list-style: none;
}
ul.pencil-list li{
  text-indent: -0.2em;
  margin-left: 1.6em;
  position: relative;
}
ul.pencil-list li:not(:last-child){
  margin-bottom: 0.6em;
}
ul.pencil-list li::before{
  content:"\f044";
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #9a9ca0;
  position: absolute;
  left: -1.6em;
  top: -5px;
}
ul.pencil-list li .underline{
  border-bottom: 1px dashed #9a9ca0;
  padding-bottom: 2px;
}
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 15px 5px 0;
}
ul.teacher-list .center-xs{
    display: flex;
    align-items: center;
  }
br.xs{
  display: none;
}

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

h4.related-head {
  border-left: 6px solid #333;
  padding: 4px 0 3px 10px;
  margin-bottom: 5px;
  background-color: #ccd3e3;
  font-size: 15pt;
  color: #333;
}
.btn-default:not(:root){
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 640px){
  h1#title-webinar-se{
    font-size: 165%;
    padding: 0 48px;
    margin-top: 2.8em;
  }
  .bci:not(:root){
    margin-bottom: 2em;
  }
  .intro2,.intro3 {
    font-size: 14px;
  }
  .intro2{
  margin: 40px auto;
  padding: 30px;
  }
  .contents4 p, .contents3 p {
    font-size: 14px;
  }
  .contents4{
    padding:0 0 4em;
  }
}

@media screen and (max-width: 480px){
  .prompt-scroll img {
    width: 8px;
    transform: translateY(-122%);
}
  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;
    flex-direction: column;
		}
  br.xs{
    display: block;
}
  ul.pencil-list li {
    text-indent: -0.2em;
    margin-left: 1.6em;
}
  ul.pencil-list li::before {
    top: -6px;
}
table.program-table ul.teacher-list, table.program-table ol.num-cr {
    padding: 0;
}
h2.overview-head {
    font-size: 22px;
    margin-top: 3em;
}
.intro-head{
  font-size: 18px;
}
}

 .prl40{
 	padding-left:40px;
  	padding-right:40px;
 }

 .contents-wrap a{
	-webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  color: #428bca;
  /*background: -webkit-linear-gradient(0deg, #428bca, #18446b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid*/
  text-decoration: underline;
}

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

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

.join .btn, .join .gly-btn{
    position: relative;
    color: #fff;
    padding: 22px 110px;
    text-decoration: none;
    border-bottom: none;
    -webkit-text-fill-color: #fff;
    background: #bb3f04;
    background: -moz-linear-gradient(top,  #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    background: -webkit-linear-gradient(top, #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    background: linear-gradient(to bottom, #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #802d04;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #802d04;
    transition: .25s all ease-out;
    border-radius: 50px;
    display: table;
    margin: 0 auto;
    }
_::-webkit-full-page-media, _:future, :root .join .btn,
_::-webkit-full-page-media, _:future, :root .join .gly-btn {
    display: -webkit-inline-box;
}

.join .gly-btn{
    background: #7d7d7d;
    background: -moz-linear-gradient(top,  #888888 0%, #565656 70%, #403f3f 100%);
    background: -webkit-linear-gradient(top,#888888 0%, #565656 70%, #403f3f 100%);
    background: linear-gradient(to bottom,#888888 0%, #565656 70%, #403f3f 100%);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #353535;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #353535;
}

.join h2::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -96px;
    width: 12px;
    height: 12px;
    margin: auto;
    content: "";
    transform: rotate(45deg);
    border-top: 3px solid;
    border-right: 3px solid;
    border-radius: 2px;
  }
.join h2:hover::before{
    opacity: 1;
}
.join .btn::before, .join .gly-btn::before {
    position: absolute;
    background: #bb3f04;
    background: -moz-linear-gradient(top,  #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    background: -webkit-linear-gradient(top, #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    background: linear-gradient(to bottom, #ff8c2a 0%, #d45308 70%, #b73d03 100%);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
  }
.join .gly-btn::before {
    background: #7d7d7d;
    background: -moz-linear-gradient(top,  #a2a1a1 0%, #5a5a5a 70%, #403f3f 100%);
    background: -webkit-linear-gradient(top,#a2a1a1 0%, #5a5a5a 70%, #403f3f 100%);
    background: linear-gradient(to bottom,#a2a1a1 0%, #5a5a5a 70%, #403f3f 100%);
}

.join .btn h2, .join .gly-btn h2{
    position: relative;
    z-index: 100;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.7);
}

.join .btn:hover, .join .gly-btn:hover{
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.0), 0 1px 0 #802d04;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.0),0 1px 0 #802d04;
    color:#fff;
  }
.join .gly-btn:hover{
    box-shadow: inset 0 1px 1px rgba(255,255,255,.0), 0 1px 0 #353535;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.0),0 1px 0 #353535;
}

.join .btn:hover::before, .join .gly-btn:hover::before{
    opacity: 0;
}

.join .btn:hover::after, .join .gly-btn:hover::after{
    right: 0.5rem;
}

@media screen and (max-width: 640px){
.join .btn, .join .gly-btn{
    padding: 10px;
    max-width:100%;
    display: block;
}
.join .btn h2, .join .gly-btn h2{
    font-size: 16px;
    line-height: 1.6;
}
.join{
    margin-top:30px;
}
.join h2::before{
  right: 0;
}
}

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

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

.mt0-9 {
    margin: 0.9em 0 !important;
}

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

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

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

.mt2:not(:root){
  margin-top:2em;
}

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

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

 .mb2:not(:root){
  margin-bottom:2em;
 }

 .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;
 }

 .w840{
  max-width:840px;
  margin:0 auto;
 }

.normal{
  font-weight: normal;
}

.non{
  background:#fff
}

.benefits-box{
  margin-top:1em;
}

.benefits-box img,td.benefits img{
  margin:1em auto 0;
  display: block;
  max-width: 100%;
}

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

mark{
  background-image: -webkit-linear-gradient(to right,transparent 50%,#ffcf1e 50%);
  background-image: -moz-linear-gradient(to right,transparent 50%,#ffcf1e 50%);
  background-image: linear-gradient(to right,transparent 50%,#ffcf1e 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;
  position: relative;
}

mark.exclamation::before{
  content:"\f12a";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  font-size: 12px;
  font-weight: 900;
  background: #ffcf1e;
  width: 22px;
  height: 22px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -26px;
  top: 0%;
}

h2.closed{
  font-weight: 700;
  display: block;
  color:#c74600;
  text-align: center;
}
@media screen and (max-width: 480px) {
h2.closed{
  font-size: 160%;
  }
}
.program .s-closed{
  border-left:5px solid #f75a05;
  padding:5px 0 5px 10px;
}

.fadein{
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.fadein.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
