@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-webinar-se{
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-top:3.8em;
    padding: 0 65px;
    font-size: 220%;
    display: inline-block;
    color:#333;
  }

h1#title img{
  margin: 0 auto;
}

.intro2,.intro3 {
	color: #1b1a19;
	padding: 0 40px;
}

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

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

.intro2::before, .intro2::after {
  content:'';
  width: 180px;
  height: 180px;
  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;
}

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

.intro3{
  color:#555;
  margin: 0em auto;
  font-weight: 700;
}

h2.overview-head {
  margin: 100px auto 20px;
  text-align: center;
  font-weight: 700;
  color: #5e675e;
  position: relative;
}
h2.overview-head::before, h2.overview-head::after {
  content: "";
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #5e675e;
  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){
  h1#title-webinar-se{
    font-size: 165%;
    padding: 0 48px;
  }
  .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;
  }
  .contents3 {
    padding: 20px 0 26px;
}
}

@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, ul.time-table {
    padding-left: 28px;
  }
  br.xs{
    display: block;
}
h2.overview-head {
    font-size: 22px;
    margin-top: 4em;
}
}

ol.num-cr, ul.time-table {
	list-style: none;
}
ol.num-cr li{
	text-indent: -0.9em;
}
ul.time-table li:not(:last-child){
  margin-bottom: 0.6em;
}
ul.time-table li{
  text-indent: -5em;
  margin-left: 40px;
  font-weight: 700;
}

ul.time-table .blu-border{
  border-right: 2px solid #08b30d;
  padding-right: 10px;
  margin-right: 10px;
}

ul.time-table .accent{
  color: #08b30d;
  font-size: 120%;
}

.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: #1c5425;
    background: -moz-linear-gradient(top, #149c0b, #065405);
    background: -webkit-linear-gradient(top, #149c0b, #065405);
    background: linear-gradient(to bottom, #149c0b, #065405);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #173e14;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #173e14;
    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: #1c5425;
    background: -moz-linear-gradient(top, #1cad13, #085f07);
    background: -webkit-linear-gradient(top, #1cad13, #085f07);
    background: linear-gradient(to bottom, #1cad13, #085f07);
    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 #173e14;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.0),0 1px 0 #173e14;
  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:100%;
    display: block;
  }
.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;
 }

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

.normal{
  font-weight: normal;
}

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;
  margin-bottom: 2em;
  line-height: 1.8;
 }

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

.question, .answer {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  background: #f1f1f3;
  font-weight: 700;
  margin-top: 1.6em;
  border-left: 5rem solid #396396;
  padding-right: 10px;
  line-height: 2.6;
}
.answer {
  border-left: 5rem solid #963939;
}
.question span, .answer span {
  position: absolute;
  top: 50%;
  left: -32px;
  color: #d8e2f5;
  transform: translateY(-50%);
}
.answer span {
  color: #f5d8d8;
}
.question span::after, .answer span::after {
  position: absolute;
  top: calc(50% - 7px);
  right: -29px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #396396;
}
.answer span::after {
  border-color: transparent transparent transparent #963939;
  right: -30px;
}
ul.qa-list, ul.qa-countermeasure-list {
  font-size: 16px;
}
ul.qa-list{
  margin: 2.4em 0 0;
}
dl.qa-countermeasure-list {
  margin-top:0.4em;

}
dl.qa-countermeasure-list dt {
  float: left;
  color: #555;
  line-height: 1.75;
}
dl.qa-countermeasure-list dd {
  line-height: 1.75;
  margin-left: 3.6em;
}
ul.qa-list li:not(:last-child){
  margin-bottom: 2.4em;
}
dl.qa-countermeasure-list dt:not(:last-child),
dl.qa-countermeasure-list dd:not(:last-child){
  margin-bottom: 0.6em;
}
ul.qa-list li strong{
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.countermeasure-box{
  padding: 14px 26px;
  font-size: 14px;
  margin-top: 0.6em;
  position: relative;
  border: 1px solid #999;
  background: #f5f5f5;
}
.countermeasure-box::before{
  content: '例';
  color: #fff;
  background: #555;
  padding: 0px 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.countermeasure-box .ex-url{
  color: #777;
  margin-top: 0.4em;
  display: block;
}
@media screen and (max-width: 480px) {
.question, .answer{
  line-height: 1.7;
  padding-top: 6px;
  padding-bottom: 6px;
}
.question span, .answer span {
  left: -29px
}
dl.qa-countermeasure-list dt:not(:last-child){
    margin-bottom: 0;
}
dl.qa-countermeasure-list dd {
    margin-left: 0;
}
ul.qa-list {
  padding-left: 20px;
}
}

.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%,#fff700 50%);
  background-image: -moz-linear-gradient(to right,transparent 50%,#fff700 50%);
  background-image: linear-gradient(to right,transparent 50%,#fff700 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;
}
