@charset "utf-8";

/* パンくずリスト */
#Class_list nav {
  margin-top: 140px;
  padding: 5px 0;
  background-color: #F0F0F0;
}

.u_breadcrumb li a {
  color: #000;
}

.u_breadcrumb li:not(:last-of-type)::after {
  content: "/";
  padding: 0 10px;
}

#Class_list {
  text-transform: uppercase;
}

#Class_list h3 {
  font-size: 1.8em;
}


#LowPage #Class_list article {
  margin-top: 0em;
  padding-top: 5em;
}


/* エリア一覧 */

.u_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background-color: #fff;
  padding-top: 20px;
}

#LowPage .Inner .u_grid .btn {
  width: 95%;
}

#LowPage #Class_list .btn {
  text-transform: none;
}

#LowPage #Class_list .btn a {
  text-transform: none;
}

#LowPage .u_3rdTimetable {
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #fff, #8bbee8);
}

#LowPage .u_3rdTimetable section {
  margin: 50px auto;
}

#LowPage .u_3rdTimetable section .flexstart {
  background-color: #004ea1;
  color: #fff;
  cursor: pointer;
}

#LowPage .u_3rdTimetable section h4 {
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0;
  padding-left: 38px;
}

/* アコーディオンメニュー */

.u_acc_content {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.u_acc_content p {
  font-weight: bold;
  margin-bottom: -20px;
  padding-top: 10px;
  padding-left: .7em;
}

.u_acc_button {
  display: flex;
  justify-content: center;
  max-width: 38px;
  width: 100%;
  height: 38px;
  margin-top: 8px;
  margin-right: 10px;
  border: 1px solid #fff;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}

/* 教室一覧 ここまで*/
#Top .u_tokyo_bc {
  background-color: #004699;
}
#Top .u_kanagawa_bc {
  background-color: #2089d2;
}
#Top .u_kansai_bc {
  background-color: #46ccb7;
}
#Top .u_kidspal_bc {
  background-color: #e46060;
}

#LowPage .i_flow-box .tableA{
	border-collapse: collapse;
    border-spacing: 0;
	width:99%;
	margin-bottom:25px;
	box-sizing:border-box;
}
#LowPage .i_flow-box .tableA th{
	text-align:center;
	padding:15px 7px 12px;
	border:1px solid #000000;
	font-weight:bold;
	background:#fff;
}
#LowPage .i_flow-box .tableA td{
	padding:15px 7px 12px;
	border:1px solid #000000;
	background:#fff;
}
#LowPage .i_flow-box .tableA thead th{
	background-color:#f6f6f6;
}
#LowPage .i_flow-box .tableA tbody th{
	background:#efefef !important;
	font-weight: normal !important;
	vertical-align: middle;
}
#LowPage .i_flow-box .tableA .gray th{
	background:#ccc !important;
}
#LowPage .i_flow-box .tableA .gray td{
	color:#aaa !important;
}
#LowPage .i_instructions {
	max-width: 1400px;
	margin: 4em auto;
}
#Classroom #Seminar section .bc_3rd {
  background-color: #F4922F;
}
#Classroom #Seminar #Open .u_pagelink {
	padding: 0px;
	background-color: white;
	color: #fff;
	width: 100%;
	position: inherit;
	margin: 2em auto 2em;
}
#Classroom #Seminar_area .u_acc_content1 .i_youtube {
  text-align: center;
}
#Classroom #Seminar_area .u_acc_content1 .i_youtube a {
  background: #fff;
  padding: 10px 20px 10px 20px;
  border-radius: 15px;
  position: relative;
}
#Classroom #Seminar_area .u_acc_content1 .i_youtube img {
  background: #fff;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
#Classroom .u_flex.i_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1440px;
  margin: 5em auto 0;
    margin-top: 5em;
  width: 100%;
}
#Classroom .u_teacher .i_3textcenter .flex {
  max-width: 1280px;
  margin: 0 auto;
  gap: 3em;
}
#Classroom section#i_app {
	margin-top: 5em;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #f4a220;
	background-color: #fff5e5;
}
#Classroom section#join3 #Web_rieikai h4 {
  margin: 0px auto;
}
#Web_rieikai .i_main {
  max-width: 1280px;
  margin: 0 auto;
}
#Topics .i_news a:hover {
	color: #004ea1 !important;
}
#Pass_info ul li a.bc3 {
  background-color: #004ea1;
}
#Pass_info ul li a.bc3::after {
  position: absolute;
  z-index: 100;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 0.3em;
  top: 0.58em;
  right: 10px;
  font-size: 1em;
  color: #fff;
  font-weight: 900;
}
.btn.btnLeft {
  margin-left: 0 !important;
}
.Max500 {
  max-width: 500px;
}

/* 会員ページ */
.i_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.i_area {
	border: 1px solid #ccc;
	width: 300px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.i_area-title {
	color: #fff;
	text-align: center;
	padding: 12px;
	font-weight: bold;
/*      font-size: 16px;*/
	border-radius: 6px;
}
.i_area-title.tokyo { background-color: #004699; }
.i_area-title.kanagawa { background-color: #2089D2; }
.i_area-title.kansai { background-color: #46CCB7; }
.box {
	margin: 10px 0;
	text-align: center;
}
.i_Btn {
	display: block;
	padding: 10px;
	border: 2px solid;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
/*      font-size: 16px;*/
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
/* カラー別ボタン */
.i_Btn.red {
	color: red;
	border-color: red;
}
.i_Btn.red:hover {
	background: red;
	color: white;
}
.i_Btn.blue {
	color: blue;
	border-color: blue;
}
.i_Btn.blue:hover {
	background: blue;
	color: white;
}
.i_Btn.green {
	color: green;
	border-color: green;
}
.i_Btn.green:hover {
	background: green;
	color: white;
}
.i_Btn.orange {
	color: darkorange;
	border-color: darkorange;
}
.i_Btn.orange:hover {
	background: darkorange;
	color: white;
}
.i_Btn.pink {
	color: hotpink;
	border-color: hotpink;
/*      font-size: 14px;*/
	line-height: 1.6;
}
.i_Btn.pink:hover {
	background: hotpink;
	color: white;
}
.tip {
  font-size: 13px;
  color: #fff;
  padding: 3px 8px 1px;
  margin-right: 8px;
  background: #1facec;
}
.tip.you{
	background: #fc66ad;
}
.tip.first{
	background: #f48503;
}
.tip.second {
  background: #7aa004;
}
.tip.third {
  background: #0387f7;
}
.i_seminar{
	max-width: 1000px;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.i_seminar .block_print{
	background-color: #fff;
	padding: 5px 3px 3px;
	border: #CCC 1px solid;
}
.i_seminar .seminar_title {
	font-weight: bold;
}
.i_seminar .seminar_title img.i_new{
	vertical-align: baseline !important;
}
.i_seminar .table_seminar{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 25px;
}
.i_seminar .table_seminar th,.table_seminar td{
	padding: 15px 10px 12px;
	border: 1px solid #d8d8d8;
	background: #fff;
}
.i_seminar .table_seminar thead th {
	border-top: 3px solid #457da8;
	padding: 15px 15px 12px;
	color: #3e4b51;
	font-size: 15px;
	font-weight: bold;
	background-color: #e6f4ff;
	vertical-align: middle;
	text-align: center;
}
.i_seminar .table_seminar thead td{
	text-align: left;
}
.i_seminar .table_seminar tbody th{
	padding: 12px 10px 7px;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.i_seminar .table_seminar tbody .td_time{
	background-color: #fffbeb;
}
.i_seminar .table_seminar tbody .even .td_time{
	background-color: #fcf6df;
}
.i_seminar .table_seminar tbody .even td{
	background: #f8f8f8;
}
.marker {
	background: linear-gradient(transparent 60%, #ff6 60%);
	display: inline-block;
	padding-top: 1em;
}
.i_vac th{
    vertical-align: middle;
}
.brands {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1rem;
}
.brands__item {
/*    background: #eee;*/
}
 
.brands__item li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.brands__item a {
    width: 130px;
    height: 75px !important;
    object-fit: contain;
}
.brands__item img {
    width: 210px;
    height: 75px !important;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.brands {
    display: flex;
    flex-wrap: wrap;
	column-gap: 4%;
}
 
.lists li{
	    position: relative;
    padding-left: 20px;
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #aaa;
}
.lists li:before{
	content: '';
    height: 0px;
    width: 90%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.lists li:after{
	content: '';
    display: block;
    position: absolute;
    background: #1687f7;
    width: 5px;
    height: 5px;
    top: .8em;
    left: 5px;
    border-radius: 5px;
}

#i_Flow {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#LowPage #i_Flow table a {
  background-color: #f64f4f;
}
#i_Class_taiken .tableA{
	border-collapse: collapse;
    border-spacing: 0;
	width: 98%;
	margin: 15px auto 25px;
	box-sizing:border-box;
}
#i_Class_taiken .tableA th{
	text-align:center;
	padding:15px 7px 12px;
	border:1px solid #d8d8d8;
	font-weight:bold;
	background:#fff;
}
#i_Class_taiken .tableA th.W15{
	width: 15%;
}
#i_Class_taiken .tableA td{
	padding:15px 7px 12px;
	border:1px solid #d8d8d8;
	background:#fff;
}
#i_Class_taiken .tableA thead th{
	background-color:#f6f6f6;
	border-bottom: 3px solid #bcbcbc;
}
#Seminar_area .i_tableTime_w{
	border-collapse: collapse;
    border-spacing: 0;
	width:99%;
	margin-bottom:25px;
	border: 1px solid #cbcbcb;
}
#Seminar_area .i_tableTime_w thead{
	border-top: 3px solid #ff5d4c;
	background-color: #fff2f1;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
#Seminar_area .i_tableTime_w thead th{
	padding: 20px 0;
}
#Seminar_area .i_tableTime_w tbody th{
	width: 15%;
	background: #ff4e4e !important;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#Seminar_area .i_tableTime_w tbody td{
	padding: 20px;
}
#Seminar_area .i_tableTime_w tbody .i_box{
	background: linear-gradient(to bottom, #ff4e4e, #e90b0b);
	text-align: center;
	color: #fff;
/*	border: 1px solid #cbcbcb;*/
}
#Seminar_area .i_seminar_pagelink {
	display: flex;
	justify-content: center;
	gap: 10px;
}
#Seminar_area .i_seminar_pagelink a {
	display: block;
	padding: 10px 40px;
	background-color: #f4a220;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
#Seminar_area .i_seminar_pagelink a::after {
	position: absolute;
	z-index: 100;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	margin-right: 0.3em;
	top: .58em;
	right: 10px;
	color: #fff;
	font-weight: 900;
}

#Web_rieikai .i_main01 {
	max-width: 1280px;
	margin: 0 auto;
}
#Web_rieikai .tableB thead{
	font-weight: bold;
	text-align: center;
	background-color: #efefef;
}
#Web_rieikai .tableB tbody td{
	vertical-align: middle;
	text-align: center;
}
#Seminar .li-voice {
	background-image: url("/img/notice//soukeiseika_challenge/icon_comment.png");
	background-size: 5%;
	background-repeat: no-repeat;
	background-position: .5em;
	margin-bottom: 26px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid #ffe000;
	color: #333333;
	padding: .5em 0 .5em 4em;
}
#Seminar .notice-box {
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #fdfdfd;
}
#Seminar #Taikenkai .i_width90 .tableA thead th {
	width: 33%;
}
#Seminar #Taikenkai .i_width91 .tableA thead th {
	width: 29%;
}
#Seminar #Taikenkai .i_width91 .tableA thead th.i_width10 {
	width: 12%;
}
#Classroom #Seminar_area #movie .tableA tbody td.i_width20 {
	width: 20%;
}
#i_Kaishi .top-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
#i_Kaishi .date-box {
	background-color: #5dc3f1;
	color: white;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4;
	width: 100px;
}
#i_Kaishi .date-box span {
	display: block;
}
#i_Kaishi .start-time {
	font-size: 2.2em;
	font-weight: bold;
}
#i_Kaishi .start-label {
	font-size: 1em;
	font-weight: bold;
	color: #0074c8;
	margin-left: 10px;
}
#i_Kaishi .apply-banner {
	margin-left: auto;
}
#i_Kaishi .apply-banner img {
	max-width: 240px;
	height: auto;
}
#i_Kaishi .important {
	margin-top: 25px;
}
#i_Kaishi .notes {
	line-height: 1.7;
}
#i_learning .block_cf {
	padding: 1.5em 2em;
}
#i_learning .squareA {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	height: 43px;
	width: 43px;
	text-align: center;
	padding-top: 5px;
	background: #1063A9;
}
#i_learning .wrap_h4 .squareA {
	float: left;
	margin-right: 15px;
}
#i_learning .wrap_h4 h4 {
	font-size: 1.2em;
	color: #1063A9;
	margin-bottom: 15px;
	font-weight: bold;
	padding-top: 6px;
}
#LowPage #Individualized_instructions .u_online .i_online h5 {
	border-bottom: solid 5px #b0c7e2;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	color: #01479A;
}
#LowPage #Individualized_instructions .u_online .i_online h5:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #01479A;
	bottom: -4px;
	width: 20%;
}
#Individualized_instructions .i_blue {
	color: #1d90e1 !important;
}
#Individualized_instructions .i_w16 {
	width: 16%;
}
#Individualized_instructions #i_input {
	max-width: 1000px;
	margin: 0 auto;
}
#Individualized_instructions #i_input table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#Individualized_instructions #i_input table label input{
	all: revert;
}
#Individualized_instructions #i_input th, #Individualized_instructions #i_input td {
	padding: 15px;
	vertical-align: middle;
}
#Individualized_instructions #i_input button {
	background-color: #1e90ff;
	color: white;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
	border-radius: 4px;
}
#Individualized_instructions #i_input .result-box {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fef8e6;
	margin-top: 20px;
}
#Individualized_instructions #i_input .score {
	color: red;
	font-weight: bold;
}
#Individualized_instructions #i_input .message {
	color: #0077cc;
	font-weight: bold;
}
#LowPage #Web_rieikai .i_event {
	max-width: 1000px;
	margin: 0 auto;
}
#LowPage #Web_rieikai .i_event table th {
	font-weight: bold;
	text-align: center;
	background-color: #efefef;
}
#LowPage #Web_rieikai .video-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
#LowPage #Web_rieikai .video-item {
	max-width: 350px;
	flex: 1 1 300px;
}
#LowPage #Web_rieikai .video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#LowPage #Web_rieikai .video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	left: 0;
	top: 0;
}
#LowPage #Web_rieikai .caption {
	font-weight: bold;
	margin-top: 12px;
}
#LowPage #Web_rieikai ul.i_note{
	font-weight: bold;
	padding: 20px;
}
#LowPage #Web_rieikai .i_group dd.btn {
	width: 65%;
}
#LowPage #Web_rieikai .u_achievements div.i_group {
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}
#LowPage #SNS_all .i_sns-list {
	margin-top: 1em;
	margin-bottom: 5em;
}
#LowPage #SNS_all .i_sns-list li {
	max-width: 400px;
}
#LowPage #SNS_all .i_sns-list li a {
	display: flex;
	gap: 10px;
	max-width: 300px;
	width: 100%;
	padding: 20px;
	color: #000;
	font-size: 0.65em;
	line-height: 1.7;
	box-shadow: 4px 4px 15px -5px #777777;
	background-color: #fff;
}
#LowPage #SNS_all .i_sns-list li img {
	display: block;
	max-width: 100%;
	height: auto;
}
#LowPage #SNS_all .i_sns-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.event-wrapper {
	display: flex;
	align-items: center;
	color: #004699;
}
.event-date {
	background-color: #004699;
	color: white;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 15px;
	text-align: center;
	line-height: 1.4;
}
.event-date span:last-child {
	font-size: 0.7em;
	font-weight: normal;
}
.event-text {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.4;
}

/* メディアクエリ */

@media screen and (max-width: 1980px) {
	#Seminar_area .i_seminar_pagelink {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#Seminar_area .i_seminar_pagelink a {
		font-size: 0.8em;
	}
}
/* タブレット */
@media screen and (max-width: 1230px) {

  .u_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #LowPage .u_3rdTimetable section {
    padding: 0 4em;
  }

	#LowPage .i_flow-box{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#LowPage .i_instructions  {
		margin: 1.5em auto;
	}
	#LowPage #Web_rieikai .u_achievements div.i_group {
		grid-template-columns: repeat(1,1fr);
	}
	#LowPage #Web_rieikai .i_group dd.btn {
    max-width: 340px;
	}
	#LowPage #SNS_all .i_sns-list {
		grid-template-columns: 1fr 1fr;
	}
	#LowPage #SNS_all .i_sns-list li {
		max-width: 600px;
	}
	#LowPage #SNS_all .i_sns-list li a {
		max-width: 480px;
	}
	.i_area {
		width: 100%;
		max-width: 500px;
	}
}

/* スマホ */
@media screen and (max-width: 640px) {

  #LowPage .u_3rdTimetable section h4 {
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
  }
  #Classroom .u_teacher .i_3textcenter .HalfBox48:last-child {
    margin-top: 0;
  }

  .u_grid {
    grid-template-columns: 1fr;
  }

  .u_acc_button {
    max-width: 48px;
    height: 45px;
    margin-top: 12px;
    font-size: 1.2rem;
  }
	.brands__item {
        flex: 0 0 30%;
    }
	#LowPage #Classroom #Seminar section .i_flow-box h4{
		font-size: 1.4rem;
	}
	#Classroom section#i_app {
		margin-top: 2.5em;
		width: 90%;
	}
	#Classroom .i_join_movie iframe,#Classroom .i_join_movie video {
		width: 100%;
	}
	#Seminar .li-voice {
		background-size: 12%;
	}
	#Seminar .notice-box {
		width: 90%;
		margin: 0 auto;
	}
	#Seminar #Taikenkai .i_width90 {
	  width: 90%;
	  margin: 0 auto;
	}
	#Seminar #Taikenkai .i_width91 {
		width: 90%;
		margin: 0 auto;
	}
	#i_Kaishi .date-box {
		display: block ruby;
		width: 210px;
		font-size: 1.4em;
	}
	#i_Kaishi .apply-banner {
		margin-left: 0;
	}
	#i_Kaishi .start-time {
		font-size: 1.3em;
	}
	#i_Kaishi .start-label {
		font-size: 1em;
	}
	#LowPage #Seminar_area img.i_width90{
		width: 90%;
	}
	#i_learning .block_cf {
		padding: 1em;
	}
	#i_learning .squareA {
		height: 50px;
		width: 50px;
		padding-top: 2px;
	}
	#i_learning .wrap_h4 h4 {
		margin-bottom: 25px;
		padding-top: 0px;
	}
	#LowPage #Web_rieikai .video-section {
		width: 90%;
		margin: 0 auto;
	}
	#LowPage #Web_rieikai .video-item {
		max-width: 500px;
	}
	#Individualized_instructions #i_input .i_w16 {
		width: 25%;
	}
	#LowPage #SNS_all .i_sns-list {
		grid-template-columns: 1fr;
		margin-top: 0;
		margin-bottom: 3em;
	}
	.event-date {
		width: 110px;
		height: 110px;
	}
	.event-text {
		width: 75%;
	}

/*
	.event-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
*/
	.event-date {
		margin-bottom: 10px;
	}

}