/*共通UI==============================================*/
.top-img-wrapper {
 background: url("../img/session_top.png") center / cover;
	position: relative;
	height: 345px;
}
.main-contents-wrapper p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}
.session__Description02 {
	border-bottom:double;
	border-color:#FF0000;
	border-width:3px;
	max-width: 650px;
	margin: auto;
	font-weight: bold;
}

.intro {
	width: 90%;
	margin: 0 auto 100px;
}

.intro img {
	width: 240px;
	display: flex;
	margin:70px auto;
}

h2 {
	position: absolute;
	width: 100%;
	height: 345px;
	text-align: center;
	font-weight: bold;
	font-size: 62px;
	font-style: oblique;
	color: #fff;
	line-height: 345px;
}
h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 68px;
	color: #000000;
	margin-bottom: 50px;
}
tbody{
    color:#000;
}

/* ------------------- 説明会css ------------------- */
/*iframe*/
.session_movie-wrap {
 max-width: 600px;
 text-align: center;
 margin: 0 auto;
}
.session__movie {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
.session__movie iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/*タブメニュー*/
.tab-list {
 display: flex;
 max-width: 1100px;
 min-width: 330px;
 width: 80%;
 margin: 0 auto 100px auto;
 justify-content: center;
}
.tab-list .tab {
 display: block;
 /*width: 50%;*/
 width: 33%;
 max-width: 430px;
 margin:5px;
}
.tab-list .tab a {
 display: block;
 font-size: 18px;
 font-weight:bold;
 text-align: center;
 background-color: #000;
 color: #FFE400;
 min-height: 80px;
 line-height: 80px;
 text-decoration: none;
	border:3px solid #000;
	box-sizing: border-box;
}
.tab-list .tab a:hover {
 color: #000;
 background-color: #FFE400;
 font-weight: bold;
}
.session_online {
 width: 100%;
 background-color: #EEE;
 box-sizing: border-box;
 margin: 100px 0;
 padding: 100px 0;
}
/*テーブル*/
.session__table01 {
	max-width: 850px;
	min-width: 330px;
	width: 80%;
	margin: 0 auto 100px auto;
	background-color: #FFF;
}
.session__table01 th, .session__table01 td {
 padding: 5%;
 text-align: left;
 border: 1px solid #EEE;
 box-sizing: border-box;
}
.session__table01 th {
	font-size: 18px;
	width: 30%;
	font-weight: bold;
}
.session__table01 td p, .session__table01 td dl {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 27px;
	text-align: left;
}
.session__table01 p:last-child, .session__table01 td dl:last-child {
 margin-bottom: 0;
}
.session__gray {
 background-color: #EEE;
}
.session__gray th, .session__gray td {
 border: 1px solid #FFF;
}
.session__map {
 margin-bottom: 50px;
}
.session__map:last-child {
 margin-bottom: 0;
}
/*開催日程*/
.session__schedule {
	overflow: visible;
	max-width: 850px;
	min-width: 330px;
	width: 80%;
	margin: 50px auto 400px auto;
	padding: 3%;
	border: 2px solid #000;
	background-color: #EEE;
	box-sizing: border-box;
	text-align: center;
}
.session__schedule h3 {

 /* font-size: 30px;
 color: #FFE400;
 font-weight: bold;
 background-color: #000; */
 width: 100%;
/* padding: 15px;
*/ margin: 0;
 box-sizing: border-box;
}

.session__schedule .row {
 padding: 10px 40px;
 margin-bottom: 10px;
 text-align: center;
 background-color: #FFF;
 border: 2px solid #000;
  display:flex;
 justify-content:space-between; 
	align-items: center;
}
.session__schedule .row::after {
 content: '';
 display: block;
 clear: both;
}
.session__schedule .row p {
	font-size: 16px;
	color:#000;
	text-align:left;
	margin-bottom: 0;
}
.session__schedule .row br{
    display:none;
}
/*.session__schedule .row .p-btn01{
    float:right;
}*/
.session__schedule .p-btn01 {
 position: relative;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 display: inline-block;
 padding: 15px 30px;
 background: #000;
 color: #FFE400;
 font-size: 16px;
 text-align: center;
 text-decoration: none;
 white-space: nowrap;
 -webkit-transition: background .3s;
 -moz-transition: background .3s;
 transition: background .3s;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: 2px solid #000;
 font-weight: bold;
}
/*.p-btn01::after{
    display:block;
    position:absolute;
    z-index:1;
    content:"";
    top:50%;
    right:8px;
    width:4px;
    height:4px;
    border:solid #fff;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    margin:-2px 0 0 4px;
}*/
.session__schedule .p-btn01:hover {
 background: #FFE400;
 color: #000;
 border: 2px solid #000;
 text-decoration: none;
 font-weight: bold;
}
.other-schedule{
    margin-top:50px;
}
/* -----------------------------------------レスポンシブ----------------------------------------- */
@media screen and (max-width: 1280px) {
	.top-img-wrapper {
		height: 180px;
	}
	
	.session__Description02 {
	max-width: 500px;
	}
	.main-contents-wrapper {
		margin-bottom: 100px;
	}
	.main-contents-wrapper p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
/*	.main-contents-wrapper br {
		display: inline;
	}
*/
	.intro {
	margin: 0 auto 50px;
}
	
	.intro img {
/*	width: 240px;*/
	display: flex;
	margin:50px auto;
}


	h2 {
		font-size: 40px;
		line-height: 180px;
	}
	h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 25px;
	}
	
 h3.session__sp {
  font-size: 18px;
  color: #FFE400;
  font-weight: bold;
  background-color: #000;
  width: 100%;
		padding: 5px 10px;
  box-sizing: border-box;
  border: 0;
 }
 .video {
  width: 90%;
 }
 /*タブメニュー*/
 .tab-list {
  display: none;
 }
 .session_online {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  margin: 50px 0;
  padding: 0;
 }
 /*テーブル01*/
 .session__table01 {
  width: 100%;
  margin: 0 auto 50px auto;
  background-color: #FFF;
 }
 .session__table01 th, .session__table01 td {
  display: block;
  margin-bottom: 0;
  border: none;
		padding: 10px 10%;
 }
 .session__table01 th {
  width: 100%;
  font-size: 14px;
  background-color: #EEE;
 }

 .session__table01 td p, .session__table01 td dl {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
 }
 .session__table01 p:last-child, .session__table01 td dl:last-child {
  margin-bottom: 0;
 }
 .session__gray {
  background-color: #FFF;
 }
 .session__gray th, .session__gray td {
  border: none;
 }
 .session__map {
  width: 100%;
  margin-bottom: 25px;
 }
 .session__map:last-child {
  margin-bottom: 0;
 }
 /*開催日程*/
 .session__schedule {
  overflow: visible;
  width: 80%;
  min-width: 330px;
  margin: 25px auto 100px auto;
  border: 2px solid #000;
  background-color: #EEE;
  box-sizing: border-box;
 }

 .session__schedule h3 {
  font-size: 18px;
  color: #FFE400;
  font-weight: bold;
  background-color: #000;
  width: 100%;
  padding: 10px;
  margin-top: 0;
  box-sizing: border-box;
 }
 .session__schedule .row {
  padding: 10px 40px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #FFF;
  border: 2px solid #000;
		box-sizing: border-box;
		display: block;
 }
 .session__schedule .row::after {
  content: '';
  display: block;
  clear: both;
 }
 .session__schedule .row p {
  font-size: 14px;
  line-height: 21px;
		text-align: center;
		margin-bottom: 10px;
 }
 .session__schedule .row br{
    display:inline;
}

 .session__schedule .p-btn01 {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 8px 8px;
  background: #000;
  color: #FFE400;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
 }
.other-schedule{
    margin-top:25px;
}

 .session__schedule .p-btn01:hover {
  background: #FFE400;
  color: #000;
  border: 2px solid #000;
  text-decoration: none;
  font-weight: bold;
 }
}