@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, table, th, td, div, p, ul, li, dl, dt, dd, a, i, img, span, ::after, ::before {
	letter-spacing: 0.05em;
	line-height:1.9;
}

html,body{
	margin:0;
	padding:0;
}

.contents1{
	background-color:#ee7800;
	padding:0 0 6em;
  background: radial-gradient(#ef8f00, #f97300);
}

.breadcrumb{
	margin:1em 0 4em;
	border-radius: 0;
	padding: 5px 15px;
}

.bci{
  margin-bottom:3em;
}

.center{
	text-align:center;
}

 h1#title-i,h1#title,h1#title-webinar-se{
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-top:1em;
    padding: 0 65px;
    font-size: 220%;
    text-shadow: 0px 0px 5px #ec7800, 0px 0px 10px #ec7800, 0px 0px 20px #ec7800, 0px 0px 20px #ec7800, 0px 0px 10px #ec7800;
    display: inline-block;
  }
  h1#title-i{
    display: inline;
  }

h1#title .sub,h1#title-i .sub{
	font-size: 65%;
	display: inline-block;
}

h1 span.line{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 55%;
  color:#fff;
  margin-bottom:0.4em;
  text-shadow: none;
  white-space: nowrap;
}

h1 span.line::before,
h1 span.line::after{
  content:"";
  width: 35px;
  height: 4px;
  background:#ffc92e;
  margin: 0 5px;
}

h1 span.line::before{
  transform:rotate(60deg);
}

h1 span.line::after{
  transform:rotate(-60deg);
}

h1 span.line svg{
  vertical-align: sub;
  width:24px;
  height:24px;
  stroke-width:1.9;
  stroke:#fff;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  margin-right: 8px;
}

h1#title-webinar-se{
  color:#333;
  text-shadow: none;
  }

h1#title .main-ttl{
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 991px){
 	h1#title-i img{
 		max-width: 640px;
}
}

.intro, .intro2,.intro3 {
	margin:-1em auto 0;
	max-width:840px;
	color: #1b1a19;
	padding: 0 40px;
  font-weight: 700;
}

.intro p, .intro3 p{
  font-size:15px;
}

.intro{
  max-width:720px;
}

.intro2 {
	color:#222;
	margin: 2.8em auto;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
	}

.intro3{
  color:#555;
  margin: 0em auto;
}

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

h2.head2{
  color: #fff;
  font-size: 128%;
  text-align: center;
  font-weight: 700;
  padding: 6px 20px;
  background: #ee7800;
  max-width: 840px;
  margin: 0 auto;
  border-radius: 10px;
}

h2.h2-border{
  border-bottom: 1px solid #c3c3c3;
  max-width: 840px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 6px;
}

.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 10px;
	}
  h2.head2{
    margin:0 10px;
  }
	}

.schedule{
    font-size: 116%;
    margin-bottom: 22px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    line-height: 1.2;
}

.schedule span{
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  font-weight: 700;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  background: #ee5800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -31px;
  top: 50%;
  transform:translateY(-50%)
}

.fno{
    margin-left: 31px;
}

h3.head3{
	text-align: center;
  font-size: 162%;
  margin:0px;
  font-weight: 700;
  line-height: 1.7;
}

h3.head3 .sub{
  font-size: 65%;
  display: inline-block;
}

.contents3{
  background-color: #fff;
  padding:3.6em 0 20px;
}

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

.webcast, .webcast-detail{
	text-align: right;
	margin:1.6em 0 0;
	line-height: 1;
}

.webcast-detail{
	  margin-top: 0.4em;
	}

.webcast li{
	font-size:85%;
	color:#ee5800;
	border:#ee5800 solid 2px;
	border-radius:50px;
	padding:0px 10px;
	font-weight: 700;
  text-shadow:none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.webcast li:not(:last-child){
  margin:0 3px 6px 0;
  color:#fff;
  border:#ee5800 solid 2px;
  background:#ee5800;
}

.webcast-detail span.deals-i{
  font-size: 50%;
  text-shadow:none;
  border:#fff 3px solid;
  border-radius: 50px;
  padding:4px 20px;
  background:#fff;
  color:#ee6400;
}

.webcast-detail span.web-i{
  font-size: 50%;
  color: #ee6400;
  border: #fff solid 3px;
  padding: 0px 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background: #fff;
  text-shadow:none;
  border-radius:50px;
}

.webcast-detail span.web-i::after {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  margin-top: -12px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
  transform: rotate(-414deg);
}

.webcast-detail span.web-i svg{
  vertical-align: sub;
  width:23px;
  height:23px;
  stroke-width:1.9;
  stroke:#ee6400;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  }

@media (min-width: 520px) {
.webcast-detail span.deals-i:not(:last-child){
  margin-right:0.6em;
}
}

@media screen and (max-width: 520px) {
.webcast-detail span.deals-i{
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 180px;
  padding-top: 2px;
  padding: 0px 20px;
  }
  .webcast-detail:not(:root){
    margin-top:1.2em;
  }
  .webcast-detail span {
    margin-top: 1.5em;
}
  h1 span.line {
    margin-bottom: 1.2em;
  }
  h1 span.line::before, h1 span.line::after {
    margin:0;
  }
  }

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

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

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

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

table.teacher th{
  background-color: #ee7800;
  color:#fff;
}

table.teacher td{
  padding: 15px 15px 10px 0;
  background-color: #f0f1f3;
}

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

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

ul.teacher-list li:last-child{
	padding-bottom:0;
}

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

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

br.xs{
  display: none;
}

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

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


@media screen and (max-width: 640px){
 h1#title-i,h1#title,h1#title-webinar-se{
    font-size: 165%;
    padding: 0 48px;
    margin-top:0;
 }
  .bci:not(:root){
    margin-bottom: 2em;
  }
 h2.head2{
    font-size: 105%;
 }
 h3.head3{
    font-size: 150%;
    }
  .intro ,.intro2,.intro3 {
    font-size: 14px;
  }
  .intro{
    padding:30px 24px 0;
  }
  .schedule,.contents4 p, .contents3 p {
    font-size: 14px;
  }
  .contents1, .contents4{
    padding:0 0 4em;
  }
  .breadcrumb{
    margin-bottom:4em;
  }
}

@media screen and (max-width: 480px){
	table.teacher th, table.teacher td, table.proglam-table th, table.proglam-table td{
		display:block;
		width:100%;
	}
	table.teacher td{
		margin-top:5px;
    font-size: 14px;
	}
	table.proglam-table td{
		border-left: 1px #999 solid;
    border-right: 1px #999 solid;
    font-size: 14px;
	}
	table.proglam-table tr:last-child{
		border-bottom: 1px #999 solid;
	}

	table.proglam-table tr{
		border:none;
	}

	ul.teacher-list .center-xs{
		text-align: center;
		}
  br.xs{
    display: block;
}
ul.teacher-list img{
  margin: 0 0 5px;
}
}

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

ol.num-cr li:not(:last-child){
  margin-bottom: 0.8em;
}

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

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

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

.detail, .join{
	text-align: right;
	margin-top:1em;
}

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

.detail .btn, .join .btn, .detail .closed-btn{
    background-color: #262626;
    border-radius: 50px;
    color: #fff;
    font-size: 128%;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 110px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.15);
    position: relative;
}

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

.btn svg{
  vertical-align: sub;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  fill: none;
  stroke :#fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail .closed-btn{
    line-height: 18px;
    padding: 10px 60px;
  }
.detail .closed-btn::before{
  content:"";
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 640px){
.detail .btn, .join .btn{
    font-size: 100%;
    padding: 10px;
    max-width:100%;
    display: block;
}
.detail .closed-btn{
    max-width:initial;
}

.btn svg{
  width:23px;
  height: 23px;
  }
}

.detail a.btn:hover, .join a.btn:hover{
	background-color: #666;
    color: #fff;
	}

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

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

.red{
  color: #c74600;
}

.normal{
  font-weight: normal;
}

.series-box{
 	margin-top:3em;
 	border:#c74600 1px solid;
  padding: 40px 20px 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  position: relative;
 }

.series-box::before{
    content: "関連記事";
    position: absolute;
    top: 0;
    left: 0;
    background: #c74600;
    padding: 5px 10px;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 0 0 5px;
    color:#fff;
}

.series-box ul{
  list-style-type: disc;
  padding-left: 20px;
}

.series-box li{
  font-size: 16px;
}

.series-box li:not(:last-child){
  margin-bottom:0.8em;
}

h2.se-subhead{
 	background-color:#555;
 	padding:5px 10px;
 	font-size:142%;
 	color:#fff;
 	text-align: center;
  border-radius: 5px;
  font-weight: 700;
  margin-top:0;
 }

 h3.se-head3{
  margin-top:3em;
  font-size:128%;
  font-weight: 700;
  border-left: 5px solid #555;
  padding-left: 8px;
 }

table.se-table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
  font-family: "Open Sans", sans-serif;
  font-size: medium;
}

table.os{
  table-layout: auto;
}

table.se-table tr {
  background-color: #f0f1f3;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table.se-table th,
table.se-table td {
  padding: 5px 10px 5px 1em;
  border-right: 2px solid #fff;
}

table.se-table thead tr{
  background-color: #555;
  color:#fff;
}
table.se-table tbody th {
    background: #ababab;
    color: #fff;
}

table.os th{
width: 33%;
  }

table.alone td{
  padding-left:1em;
}

.non{
  background:#fff
}
@media screen and (max-width: 600px) {
  table.se-table {
    border: 0;
    width:100%
  }
  table.se-table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }

  table.os th{
  width:100%;
  }

  table.se-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.se-table tr {
    display: block;
    margin-bottom: .625em;
  }
  table.se-table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 14px;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table.se-table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #555;
  }
  table.se-table td:last-child {
    border-bottom: 0;
  }

  table.se-table tbody th {
    color: #fff;
}

  table.os td{
    text-align: center;
    padding: .625em;
  }

table.alone td{
    text-align: left;
    padding-left:2em;
}
}

.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%,#fff134 50%);
  background-image: -moz-linear-gradient(to right,transparent 50%,#fff134 50%);
  background-image: linear-gradient(to right,transparent 50%,#fff134 50%);
  background-color:initial;
  font-weight: 700;
  background-repeat: repeat-x;
  background-size: 200% .6em;
  background-position: 0 .7em;
  transition: all 1.5s ease;
  font-weight: 700;
  padding:0;
  padding-bottom: 7px;
}

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