@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;
}
/*.contents-wrap::before{
    right: -250px;
    top: -24px;
    width: 450px;
    height: 1310px;
    background: url(../images/webinar-back_01.png) no-repeat;
    position: absolute;
    content: '';
    z-index: -1;
    background-size: 450px auto;
    opacity: 0.45;
}*/

.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,.intro3 {
	color: #1b1a19;
	padding: 0 40px;
}

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

.intro2 {
  color:#333;
  margin: 50px auto 80px;
  font-size: 16px;
  padding: 45px 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;
}

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

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

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

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

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

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

table.program-table td{
	padding: 15px 20px;
  }
ul.pencil-list{
  padding-left: 10px;
  list-style: none;
}
ul.pencil-list li{
  text-indent: -0.2em;
  margin-left: 1.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: #abb1bd;
  position: absolute;
  left: -1.6em;
  top: -5px;
}
ul.pencil-list li .underline{
  border-bottom: 1px dashed #abb1bd;
  padding-bottom: 4px;
}
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;
}


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

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

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

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

.detail .btn, .join .btn, .detail .closed-btn{
    position: relative;
    color: #fff;
    padding: 22px 110px;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    -webkit-text-fill-color: #fff;
    background: #027ba9;
    background: -moz-linear-gradient(top, #0393ca 0%, #05538a 90%, #013d7b 100%);
    background: -webkit-linear-gradient(top, #0393ca 0%, #05538a 90%, #013d7b 100%);
    background: linear-gradient(to bottom, #0393ca 0%, #05538a 90%, #013d7b 100%);
    box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #0e546f;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.6), 0 5px 0 #103b71;
    transition: .25s all ease-out;
    border-radius: 50px;
    }

.detail h2::before, .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;
}
.detail .btn::before, .join .btn::before {
    position: absolute;
    background: #027ba9;
    background: -moz-linear-gradient(top, #07a1dc 0%, #08609e 90%, #034c98 100%);
    background: -webkit-linear-gradient(top, #07a1dc 0%, #08609e 90%, #034c98 100%);
    background: linear-gradient(to bottom, #07a1dc 0%, #08609e 90%, #034c98 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
  }

.detail .btn h2, .join .btn h2{
    position: relative;
    z-index: 100;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.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{
    padding: 10px;
    max-width:100%;
    display: block;
}
.detail .btn h2, .join .btn h2{
    font-size: 18px;
    line-height: 1.6;
}
.detail .closed-btn{
    max-width:initial;
}
.join{
    margin-top:30px;
}
.detail h2::before, .join h2::before{
  right: 0;
}
}

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

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

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

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

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

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

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

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

.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: -31px;
}
ul.qa-list, ul.qa-countermeasure-list {
  font-size: 16px;
}
ul.qa-list{
  margin: 1.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: 2em;
}
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;
}
