﻿@charset 'UTF-8';

.wrapper {
	background-color: #f5f5f5;
	overflow: visible;
}
.child-section.hero {
	background-color: inherit;
}

.seminar-background {
	display: flex;
	justify-content: center;
	gap: 18px;
	align-items: flex-start;
}

/* ==========================================================
 seminar-hader
========================================================== */
.seminar-header {
	background-color: #f5f5f5;
	height: auto;
}
.seminar-header .child-inner {
	height: 96px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 非表示
.seminar-header .header-title {
	font-family: ryo-gothic-plusn, sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 800;
	text-align: center;
	padding: 0;
}
.child-section.hero {
	padding-top: 0;
}
*/


/* ==========================================================
 seminar-main
========================================================== */

.seminar-inner {
	display: none;
	padding: 40px 60px;
}

@media only screen and (max-width: 768px){
	.seminar-inner {
		padding: 24px 16px;
	}
}

.seminar-entry-button.-now {
	margin: 24px auto 0;
	width: 400px;
	background-color: #EB4F25;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	padding: 8px 0;
	line-height: 1.6;
	transition: .3s;
}
.seminar-entry-button.-now:hover {
	background-color: #222E48;
}
.seminar-entry-button.-now a {
	text-decoration: none;
	color: #fff;
}
.seminar-entry-button.-now a .main {
	font-weight: bold;
	font-size: 16px;
}
.seminar-entry-button.-now a .sub {
	font-size: 14px;
}
.seminar-entry-button.-soldout,
.seminar-entry-button.-done,
.seminar-entry-button.-afterseminar {
	margin-top: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
}
.seminar-entry-button.-soldout {
	background-color: #222E48;
}
.seminar-entry-button.-done {
	background-color: #333;
}
.seminar-entry-button.-afterseminar {
	background-color: #333;
}
.seminar-entry-button.-exhibit {
	position: relative;
	margin: 24px auto 0;
	width: 400px;
	border: 3px solid #335799;
	background-color: #fff;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	padding: 8px 0;
	line-height: 1.6;
	transition: .3s;
}
.seminar-entry-button.-exhibit::before {
	content: '';
	display: block;
	position: absolute;
	background: url(/img/common/child_icon_blank_blu.svg) no-repeat 0 0;
	background-size: cover;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.seminar-entry-button.-exhibit a {
	text-decoration: none;
	color: #335799;
}
.seminar-entry-button.-exhibit a .main {
	font-weight: bold;
	font-size: 16px;
}
.seminar-entry-button.-exhibit a .sub {
}
.seminar-entry-button.-exhibit:hover {
	background-color: #335799;
}
.seminar-entry-button.-exhibit:hover a {
	color: #fff;
}
.seminar-entry-button.-exhibit:hover::before {
	background-image: url(/img/common/child_icon_blank_wht.svg)
}
@media only screen and (max-width: 768px){
	.seminar-entry-button,
	.seminar-entry-button.-exhibit {
		margin-top: 20px;
		width: auto;
	}
	.seminar-entry-button.-soldout,
	.seminar-entry-button.-done,
	.seminar-entry-button.-afterseminar {
		margin: 0 -15px 0;
		width: auto;
	}
}
/* .card-subtextarea {
	display: flex;
	padding: 16px 0 8px;
} */

.seminar-main-area {
/*	max-width: 1160px;*/
	/* min-width: 1024px; */
	/* width: 860px; */
	width: 650px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #E5E5E5;
	color: #222E48;
	margin-top: 20px;
}
@media only screen and (max-width: 768px){
	.seminar-background {
		width: 100%;
    	min-width: auto;
		padding: 24px 0 40px;
	}
	.seminar-main-area {
		width: 100%;
    	min-width: auto;
	}
	.seminar-entry-button.-now {
    margin-top: 20px;
    width: auto;
	}
}
.seminar-upper-area {
	/* padding: 32px; */
	padding: 10px;
}
.seminar-maintitle-area {
	/* display: flex; */
}
.seminar-card-image-area.report {
	width: 240px;
	background-color: transparent;
}
.seminar-card-image-area.main-page {
	position: relative;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: auto;
}
.seminar-card-image-area.main-page img {
	width: 100%;
	height: auto;
}
.seminar-maintitle-area.-afterseminar .seminar-card-image-area.main-page {
	/* display: flex; */
	background-color: #000;
}
.seminar-maintitle-area.-afterseminar .seminar-card-image-area.main-page img {
	opacity: 0.5;
}
.seminar-card-image-area.report img {
	min-width: 240px;
	height: auto;
}
.seminar-card-image-area.main-page.endevent {
    position: relative;
}
.seminar-card-image-area.main-page.endevent p {
	position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.seminar-card-image-area.main-page.endevent .endback {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}
.seminar-status.main-page {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 240px;
	height: 40px;
	line-height: 40px;
	margin-top: 4px;
}
.seminar-type {
	color: #f3bf35;
	font-weight: bold;
	text-align: left;
	margin-bottom: 24px;
}
.seminar-titletext-area {
	text-align: left;
	padding: 20px 30px 0;
}
.seminar-title {
	font-size: 32px;
	font-weight: bold;
	color: #222E48;
	text-align: left;
	letter-spacing: 1.2px;
	/* padding: 8px 0 0 0; */
	line-height: 1.4;
}
.seminar-subtitle {
	font-size: 24px;
	font-weight: bold;
	color: #222E48;
	text-align: left;
	/* letter-spacing: 5px; */
	padding: 8px 0 0 0;
}
.seminar-opttitle {
	font-size: 20px;
	color: #222E48;
	text-align: left;
	padding: 8px 0 0 0;
}
.seminar-titletext-subtext {
	font-size: 20px;
}

.card-subtextarea {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 20px 0 30px;
}
.seminar-category {
	font-size: 16px;
	font-weight: bold;
	height: 28px;
	line-height: 24px;
	margin-right: 10px;
	border-radius: 3px;
	padding: 0 10px;
}
.seminar-keyword {
	/* font-size: 12px;
	background-color: #F8F8F8;
	color: #808080;
	font-weight: bold;
	border: solid 1px #D5D5D5;
	border-radius: 20px;
	height: 25px;
	line-height: 23px;
	padding: 0 12px;
	margin-right: 6px; */
}
/* .seminar-keyword.report {
	font-size: 14px;
	background-color: #F8F8F8;
	border:none;
	padding: 0 32px;
} */
.seminar-date {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	color: #333;
	padding: 0;
	margin-right: 8px;
}
.seminar-report-card_wrapper {
	margin: 30px 30px;
}
.seminar-report-card_text {
	position: relative;
	text-align: left;
	text-align: center;
	margin-bottom: 20px;
}
.seminar-report-card_text::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	background-color: #D5D5D5;
	height: 1px;
	z-index: 0;
}
.seminar-report-card_text strong {
	/* font-size: 20px; */
	position: relative;
	z-index: 1;
	font-weight: normal;
	color: #222E48;
	background-color: #fff;
	padding: 0 20px;
}
.seminar-report-card_text br {
	display: none;
}
.seminar-report-card {
	position: relative;
	width: 100%;
	color: #222E48;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	transition: .3s;
}
.seminar-report-card a {
	text-decoration: none;
	color: #222E48;
}
.seminar-report-card a:hover {
	opacity: .6;
}
.seminar-report-card .subtext  {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
.seminar-report-card h2 {
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.seminar-report-card .card-subtextarea {
	display: flex;
	margin-bottom: 0;
	/* padding: 16px 0 8px; */
}
.seminar-report-card:hover {
	transform: translate(5px,5px);
}
.seminar-card-inner.report {
	display: flex;
	/* padding: 24px; */
}

.seminar-description-area {
	border-top: solid 1px #D5D5D5;
	display: flex;
	flex-direction: row-reverse;
}
.seminar-description-main-area {
	flex: 0 1 800px;
	text-align: left;
	padding: 32px;
	/* border-right: 1px solid #D5D5D5; */
}
.seminar-description-main-area h2 {
	position: relative;
	padding-left: 20px;
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #222E48;
	text-align: left;
	/* letter-spacing: 5px; */
	padding: 8px 0;
}
.seminar-description-main-area h3 {
    text-align: left;
    color: #222E48;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding-bottom: 4px;
    border-bottom: #222E48 solid 2px;
    margin: 0 0 24px;
}
/* .seminar-description-main-area h2::before {
	content: url("../img/seminar/renew/h2_bar.svg");
	position: absolute;
	left: 0;
	top:6px;
} */
.seminar-description-main-area p {
	font-size: 16px;
	text-align: left;
	padding-bottom: 16px;
}
.seminar-description-main-area p strong {
	font-weight: bold;
    background-color: #ffcd46;
}
.seminar-description-main-area p.yellow-bold {
	font-size: 18px;
	font-weight: bold;
	color: #f3bf35;
}
.contents-area {
	margin: 40px auto 64px;
}
.border-frame {
    margin: 40px auto;
    border: #222E48 solid 1px;
    padding: 24px 40px;
}
.border-frame .frame-title {
	text-align: center;
	margin-bottom: 0;
}
.border-frame .frame-title h3 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	border-bottom: #222E48 solid 1px;
	padding-bottom: 4px;
	background-image:none;
}
 .seminar-description-area ul {
	position: relative;
    margin: 16px auto;
}
.border-frame ul li {
	text-align: left;
	background-image: url(/img/seminar/index_circle.svg);
	background-repeat: no-repeat;
	background-position: left 14px;
	line-height: 32px;
	padding-bottom: 8px;
	padding-left: 24px;
	margin: 0 auto; *
}
.recommend-seminar {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: #222E48 solid 1px;
    padding-bottom: 4px;
    background-image: none;
}
.seminar-description-main-area p.annotation {
	color: #999;
	font-size: 14px;
}
.seminar-description-main-area ol {
	margin: 0 auto 24px;
	counter-reset: list-count;
	text-align: left;
}
.seminar-description-main-area ol li {
	padding: 8px 8px 8px 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.seminar-description-main-area ol li:before {
	content:counter(list-count) ".";
  	counter-increment: list-count;
	font-family: roboto, "sans-serif";
	padding-right: 8px;
}
.seminar-left-area {
	flex: 0 1 800px;
}

.card-subtextarea-area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 20px;
	gap: 18px;
}

@media only screen and (max-width: 768px){
	.seminar-report-card_wrapper {
		margin: 30px 0;
	}
	.seminar-report-card_text strong {
		display: inline-block;
		line-height: 1.4;
	}
	.seminar-report-card_text br {
		display: block;
	}

	.card-subtextarea {
		display: block;
		align-items: left;
		margin: 20px 0 30px;
	}
	.card-subtextarea-area {
		margin: 0 0 15px 0;
	}
}

/*************************************************
	デモ
**************************************************/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 148px;
  bottom: -36px;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 45px;
}
.grad-item p + p {
  margin-top: 1em;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: -25px;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 40%, rgba(245,245,245,0.9) 40%, #f5f5f5 100%);
  background: linear-gradient(top, rgba(245,245,245,0) 0%, rgba(245,245,245,0.9) 40%, rgba(245,245,245,0.9) 40%, #f5f5f5 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}
.fa-chevron-down:before {
	content: url("../img/seminar/renew/arrow-black.svg");
}
.profile-area {
	display: flex;
	background-color: #F5F5F5;
	padding: 32px;
	margin-bottom: 16px;
}
.profile-photo {
	width: 124px;
}
.profile-textarea {
	width: 80%;
	padding-left: 16px;
}
.seminar-description-main-area p.profile-company {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 1.2;
}
.seminar-description-main-area p.profile-dev {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	line-height: 1.2;
}
.seminar-description-main-area p.profile-name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 1.4;
}
.seminar-description-main-area p.profile-detail {
	font-size: 14px;
	padding-bottom: 4px;
}
@media only screen and (max-width: 768px){
	.seminar-description-area {
		display: block;
	}
	.seminar-description-main-area {
	    width: 100%;
	    min-width: auto;
	    border-right: none;
	    padding: 16px;
	}
	.seminar-card-image-area.main-page {
		width: auto!important;
		margin: -5px -15px 0;
	}
	.seminar-card-image-area.main-page img {
		width: 100%;
		height: auto;
	}
/*
	.seminar-card-image-area.main-page {
		display: none;
	}
*/
	.seminar-upper-area {
		padding: 10px 20px;
	}
	.seminar-titletext-area {
		padding-top: 16px;
		padding: 0;
		margin-top: 20px;
	}
	.seminar-type {
		font-size: 14px;
		margin-bottom: 8px;
	}
	.seminar-maintitle-area {
		display: block;
	}
	.seminar-title {
		font-size: 24px;
	}
	.seminar-subtitle {
		font-size: 20px;
	}
	.seminar-opttitle {
		font-size: 16px;
	}
	.seminar-titletext-subtext {
		font-size: 14px;
	}
	h1 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	h2 {
		font-size: 18px;
		padding: 8px 0 0 0;
		letter-spacing: 0;
	}
	.seminar-description-main-area p {
		font-size: 15px;
	}
	.border-frame {
		margin: 24px auto;
		padding: 16px 24px;
	}
	.seminar-description-area ul {
		/* margin: 0 auto; */
		font-size: 14px;
	}
	.contents-area {
		margin: 24px auto;
	}
	.profile-area {
		padding: 12px;
	}
	.seminar-description-main-area p.profile-name {
		font-size: 18px;
	}
	.grad-btn {
		bottom: -20px;
	}
	.grad-trigger:checked ~ .grad-btn {
	  bottom: -1em;
	}
	table:not(.kaonavi-info) {
		font-size: 15px;
	}
/*
	.seminar-card-inner {
		padding: 8px;
	}
*/
	.seminar-card-inner.report {
		display: block;
		padding: 0;
	}
	.seminar-card-image-area.report,
	.seminar-card-image-area.report img {
		width: 100%;
	}
}
/*サイド*/
.seminar-side-area.main-page {
	flex: 0 1 400px;
	text-align: left;
	padding: 32px;
	margin-left: auto;
	margin-right: auto;
}
.seminar-side-area.main-page.form {
	padding: 32px 0;
}
/*
.side-main-info.sp {
	display: none;
}
*/
.side-main-info {
	text-align: center;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 0 32px;
	border-bottom: solid 1px #D5D5D5;
}
.side-main-info .year {
	font-size: 20px;
	line-height: 1.2;
}
.side-main-info .md {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.side-main-info .md span {
	font-size: 32px;
	line-height: 1.4;
}
.side-main-info .time-length {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.side-main-info .time-open {
	font-size: 16px;
	background-color: #F2F2F2;
	border-radius: 12px;
	line-height: 1.6;
	width: 174px;
	margin: 0 auto;
}
.side-main-info .done {
	margin-top: 24px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #222E48;
	font-size: 16px;

}
.side-main-info .afterseminar {
	margin-top: 24px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #333;
	font-size: 16px;

}
.side-main-info .now {
	margin-top: 24px;
	width: 100%;
	background-color: #EB4F25;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	padding: 8px 0;
	line-height: 1.6;
	transition: .3s;
}
.side-main-info .now:hover {
	background-color: #222E48;
}
.side-main-info .now a {
	color: #fff;
	text-decoration: none;
}
.side-main-info .now a .main {
	font-weight: bold;
	font-size: 16px;
}
.side-main-info .now a .sub {
	font-size: 14px;
}
.side-sub-info:not(.recommend) {
	text-align: left;
	padding: 24px 0;
	margin: 0 auto;
}
.side-sub-info.recommend {
	text-align: left;
	margin: 0 auto;
	border-bottom: none;
}
.side-sub-info.recommend a {
	text-decoration: none;
}
.side-sub-info {
	border-bottom: solid 1px #D5D5D5;
}
.side-sub-info.remarks,
.side-sub-info.recommend {
	border-bottom: none;
}
.side-main-info .exhibit {
	position: relative;
	margin-top: 24px;
	width: 100%;
	border: 3px solid #335799;
	background-color: #fff;
	font-size: 16px;
	border-radius: 6px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	padding: 8px 0;
	line-height: 1.6;
	transition: .3s;
	padding: 8px 15px;
}
.side-main-info .exhibit::before {
	content: '';
	display: block;
	position: absolute;
	background: url(/img/common/child_icon_blank_blu.svg) no-repeat 0 0;
	background-size: cover;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.side-main-info .exhibit a {
	color: #335799;
	text-decoration: none;
}
.side-main-info .exhibit a .main {
	font-weight: bold;
	font-size: 16px;
}
.side-main-info .exhibit a .sub {
	font-size: 14px;
}
.side-main-info .exhibit:hover {
	background-color: #335799;
}
.side-main-info .exhibit:hover::before {
	background-image: url(/img/common/child_icon_blank_wht.svg);
}
.side-main-info .exhibit:hover a {
	color: #fff;
}

.map-btn {
	position: relative;
	font-weight: bold;
    font-size: 14px;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    border: solid 2px #222E48;
	margin-top: 8px;
}
.map-btn a {
	text-decoration: none;
}
.map-btn:hover {
	background-color: #ffcd46;
}
.map-btn img {
	vertical-align: text-bottom;
    padding-right: 8px;
}

.side-sub-info.remarks {
	font-size: 14px;
}
.side-sub-info.remarks p {
	font-size: 14px;
	line-height: 1.6;
}
.sub-info-title,
.side-sub-info.remarks p.sub-info-title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.side-sub-info ul {
	margin: 8px auto 0;
}
.recommend-area {
	border-top: solid 1px #D5D5D5;
	padding: 24px 0;
}
.recommend-card {
	margin-top: 8px;
	border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.recommend-card p {
	font-size: 16px;
	padding: 12px 24px;
	text-decoration: none;
}
.recommend-card img {
	width: 100%;
	height: auto;
	border-radius: 0 0 12px 12px;
}
.seminar-bottom-area {
	/* display: flex; */
	/* min-width: 1024px; */
	/* border-top: solid 1px #D5D5D5; */
}
.side-sub-info.form {
	position: relative;
	border-bottom: none;
	background-color: #fff;
	border: #222E48 solid 3px;
	border-radius: 8px;
	padding: 24px 24px 8px 24px;
	margin-top: 40px;
}
.side-sub-info.privacy {
	/* max-width: 400px; */
	border: #222E48 solid 3px;
	background-color: #fff;
	border-radius: 8px;
	color: #222E48;
	margin: 32px;
	font-size: 14px;
	padding: 24px;
}
.side-sub-info.privacy.pc {
	display: block;
}
.side-sub-info.privacy.sp {
	display: none;
}
.side-sub-info.privacy p {
	word-break: break-all;
	padding-bottom: 8px;
}
.side-sub-info.privacy p.title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 16px;
}
.side-sub-info.privacy p a {
	color: #222E48;
	text-decoration: underline;
}
.seminar-bottom-area .side-sub-info:not(.recommend) {
	width: calc(100% - 60px);
}
/*
.side-sub-info.form::before {
	content: "";
	position: absolute;
	top: 45px;
	left: -15px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #222E48 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
	transform: rotate(90deg);
}
.side-sub-info.form::after {
	content: "";
    position: absolute;
    top: 45px;
    left: -12px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 10px 10px 0 10px;
    transform: rotate(90deg);
    z-index: 10;
}
*/
.side-sub-info.form p {
	padding-bottom: 16px;
}
@media only screen and (max-width: 768px){
	.seminar-side-area.main-page {
		width: 100%;
    	min-width: auto;
		padding: 32px;
	}
	.side-main-info,
	.side-sub-info {
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	/*
	.side-main-info.pc {
		display: none;
	}
	.side-main-info.sp {
		display: block;
		margin: 8px auto 0;
		padding: 0 12px 16px;
	}
	.side-main-info.sp .year {
		font-size: 14px;
		padding-right: 8px;
		display: table-cell;
	}
	.side-main-info.sp .md {
		font-size: 14px;
		padding-right: 8px;
		display: table-cell;
	}
	.side-main-info.sp .md span {
		font-size: 22px;
	}
	.side-main-info.sp .time-length {
		font-size: 16px;
		padding-right: 8px;
		display: table-cell;
	}
	.side-main-info.sp .time-open {
		 font-size: 13px;
		display: table-cell;
		width: 120px;
	}
	.side-main-info.sp .now,
	.side-main-info.sp .done {
		margin-top: 12px;
	}
*/
	.side-sub-info.form {
		display: none;
	}
	.seminar-side-area.main-page {
		padding: 16px;
	}
	.side-sub-info.privacy.pc {
		display: none;
	}
	.side-sub-info.privacy p.title {
		font-size: 16px;
	}
	.side-sub-info.privacy {
		display: block;
		/* font-size: 14px; */
		/* padding: 16px 12px; */
		width: auto;
		margin: 16px;
	}
	.seminar-bottom-area .side-sub-info:not(.recommend) {
		width: auto;
	}
	.confirm{
		border: none;
		color: #999;
		width: auto;
		margin: 16px!important;
		font-size: 14px;
	}
	.confirm h3{
		font-size: 22px;
		width: 100%;
		border-bottom: 1px solid #D5D5D5;
		color: #222E48;
		line-height: 28px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.pc{
		display: none;
	}
}

.form-area {
	/* padding: 0 30px; */
	/* max-width: 800px;
	min-width: 720px;
	padding-right: 40px; */
	/* margin-top: -80px; */
	/* padding-top: 112px; */
}
.form-wrapper {
	/* padding: 4px;
	background-color: #fff;
	border-radius: 6px;
	background: linear-gradient(45deg,#FFE399,#A7E9CF,#A4C3FC); */
}
.form-inner {
	/* border-radius: 2px; */
	padding: 0 15px 15px;
	border-radius: 7px;
	/* border: 1px solid var(--Gr-150, #E5E6EA); */
	background: #FFF;
	margin-top: 20px;
}
.form-inner-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 16px;
	border-bottom: 1px solid #D5D5D5;
}
.form-inner-header img {
	width: auto;
	height: 50px;
	margin-left: 8px;
}
.form-area .form-title {
	font-size: 32px;
	font-weight: bold;
	color: #222E48;
	text-align: left;
	padding-top: 8px;
}
.form-subtext {
	text-align: left;
	padding-top: 16px;
}
.form-subtext.sp {
	display: none;
}
.form-subtext.now {
	color: #999999;
	font-size: 14px;
	line-height: 1.8;
}
.form-subtext.now b {
	color: #666;
	font-weight: normal;
}
.form-subtext.done {
	color: #222E48;
	font-size: 16px;
}
/*出展・登壇
.exhibit-main-area {
	flex: 0 1 860px;
    text-align: left;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #E5E5E5;
	padding: 45px 60px 60px;
	color: #222E48;
}
.exhibit-main-area .main-description {
	margin-top: 48px;
}
.exhibit-main-area .main-description p {
	font-size: 16px;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 2px;
	padding-bottom: 16px;
}
.card-subtextarea.exhibit {
	display: flex;
	padding: 48px 0 24px;
}
.seminar-category.exhibit {
	width: 128px;
	text-align: center;
}*/
.seminar-date {
	padding-left: 24px;
}
.seminar-date.exhibit {
	padding-left: 0;
	margin-right: 0;
}
.seminar-date span.small {
	font-size: 14px;
	font-family: roboto, "sans-serif";
}
.seminar-date span.large {
	font-size: 24px;
	font-family: roboto, "sans-serif";
}
.outline-table {
	margin-top: 48px;
	text-align: left;
}
.main-description {
	margin-top: 15px;
	text-align: left;
}
.time-table,
.outline-table {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	text-align: left;
	border: 1px solid #D5D5D5;
	background-color: #F5F5F5;
	border-radius: 8px;
}
 table:not(.kaonavi-info) {
	width: 100%;
}
 table:not(.kaonavi-info) th {
	vertical-align: top;
	padding: 17px;
	min-width: 120px;
	background: #D5D5D5;

}
 table:not(.kaonavi-info) td {
	padding: 17px;
	font-size: 14px;
}
 table.kaonavi-info td {
	padding: 4px;
}
/* content */
 table tr.content,
 table tr.content th,
 table tr.content td {
	background-color: #D5D5D5;
	font-weight: bold;
}
 table tr.content th {
	 border-right: 1px solid #bfbfbf;
 }
 table tr {
	border-bottom: 1px dotted #D5D5D5;
 }
 /* table:not(.kaonavi-info) tr:not(.content) {
	border-bottom: 1px dotted #D5D5D5;
} */
 table tr:last-child {
	border-bottom: none;
}
.time-table tr:not(.content) th {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
a.link_yellow {
	color: #f3bf35;
	text-decoration: underline;
	font-weight: bold;
	word-break: break-all;
}
.contact-area {
	border-radius: 3px;
	background-color: #F5F5F5;
	padding: 24px;
	text-align: left;
}
.contact-area p {
	line-height: 2.4;
}
.contact-area .title {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 16px;
}
.contact-area table th {
	width: 64px;
}
.contact-area a {
	font-weight: bold;
	text-decoration: underline;
	color: #222E48;
}
.contact-area a:hover {
	text-decoration: none;
}

/*出展登壇ここまで*/
@media only screen and (max-width: 768px){
	.seminar-date {
		padding: 0;
	}
	.seminar-report-card {
		width: 100%;
	}
	.seminar-report-card h2 {
		/* padding: 24px 16px 40px 16px; */
	}
	.card-subtextarea {
		margin: 20px 0 20px;
	}
	.seminar-report-card img {
		/* padding: 16px; */
	}
	.seminar-keyword,
	.seminar-category,
	.seminar-keyword.report {
		font-size: 12px;
		padding: 0 16px;
		margin: 0 10px 0 0;
	}
	.seminar-date {
		font-size: 13px;
	}
	.form-area {
		max-width: none;
		min-width: auto;
		width: 100%;
		padding-right: 0;
	}
	.form-inner {
		/* padding: 16px; */
		padding: 8px;
	}
	.form-area .form-title {
		font-size: 22px;
	}
	.form-subtext.sp {
		display: block;
	}
	.seminar-bottom-area {
		display: block;
		width: 100%;
		min-width: auto;
		/* padding: 20px 20px 20px; */
	}
	.recommend-card p {
		font-size: 15px;
	}
	.exhibit-main-area {
		max-width: none;
		min-width: auto;
		width: 100%;
		padding: 24px;
	}
	.seminar-category.exhibit {
		font-size: 14px;
	}
	.card-subtextarea.exhibit {
		padding: 24px 0 12px;
	}
	.exhibit-main-area .main-description {
		margin-top: 24px;
	}
	table:not(.kaonavi-info) th,
	table:not(.kaonavi-info) td{
		padding: 8px;
	}
}
.konaseru-back {
	display: flex;
	margin-bottom: 16px;
	padding: 24px;
	background: #f5f5f5;
}
.konaseru-back img {
	margin-right: 16px;
	width: 240px;
	height: auto;
}
.konaseru-back h4 {
	font-size:22px;
	font-weight: bold;
}
@media only screen and (max-width: 768px){
	.konaseru-back {
		display: block;
	}

}
/* 追記css */
.seminar-sub-area{
	width: 290px;
    position: -webkit-sticky; /* Safari対応 */
    position: sticky;
    top: 120px; /* 上から20pxの位置で固定 */
    z-index: 10; /* 必要に応じて調整 */
}
.seminar-category2{
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	background: #FFF;
	font-size: 12px;
	font-weight: 700;
	padding: 1px 12px;
}
.seminar-ul-category{
	display: flex;
	gap: 16px;
}
.seminar-ul-category li{
	color: #333;
	font-size: 12px;
	line-height: 23px; /* 191.667% */
	display: flex;
	width: auto;
	height: auto;
	padding: 1px 13px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
border: 1px solid #D5D5D5;
background: #F8F8F8;
}
.seminar-day{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex-direction: row;
	flex-wrap: wrap;
}
.seminar-time{
	width: 174px;
	height: auto;
	flex-shrink: 0;
	border-radius: 12px;
	background: #F2F2F2;
	text-align: center;
}
.seminar-period{
	font-size: 17px;
	color: #222E48;
}
span.period-32{
	font-size: 32px;
}
p.seminar-free{
	color: #EB4F25;
	border: 2px solid #EB4F25;
	padding: 2px 15px;
	border-radius: 6px;
	font-weight: 700;
}
.seminar-speaker{
	display: flex;
	align-items: flex-start;
	background: #F5F5F5;
	padding: 25px 20px;
	gap: 16px;
}
.seminar-speaker img{
	width: 130px;
	object-fit: contain;
}
.seminar-speaker ul{
	margin: 0;
}
.seminar-speaker ul li{
	padding: 0;
	font-size: 14px;
	color: #222E48;
	line-height: 28px;
}
.seminar-speaker ul li:nth-child(2){
	line-height: 16px;
	font-weight: 700;
}
.seminar-speaker ul li.speaker-name{
	font-size: 19px;
	font-weight: 700;
}
.seminar-speaker ul li:nth-child(1){
	font-weight: 700;
}
.seminar-schedule{
	border-radius: 8px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5;
}
.seminar-schedule tr{
	border-bottom: 1px solid #D5D5D5;
}
.seminar-schedule tr td:nth-of-type(2) {
	background: #fff;
}
.child-section{
	padding: 0 0 80px 0!important;
	background: #f5f5f5;
}
.sp{
	display: none;
}

/* フォーム修正 */
.mktoForm .mktoRequiredField .mktoAsterix {
	margin-top: 2px;
}
#LblCompany {
	padding-top:10px;
}
#LblCompany .mktoAsterix{
	margin-top:7px;
}
.mktoForm .mktoRadioList {
	padding: 0!important;
}
/* #privacy {
	margin-top: -138px;
	margin-bottom: 170px
} */
@media only screen and (max-width: 768px){
	.seminar-background{
		display: flex;
		flex-direction: column;
	}
	.seminar-sub-area{
		width: 100%;
		z-index: 0;
	}
	/* .seminar-day{
		flex-direction: column;
	} */
	.seminar-ul-category{
		flex-wrap: wrap;
		gap: 8px;
	}
	.seminar-speaker{
		flex-direction: column;
	}
	.seminar-time{
		/* width: 100%; */
	}
	.sp{
		display: block;
	}
	.confirm-bottom{
		background: var(--kaonavi-sun, #FFDA1B);
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0px;
		z-index: 999;
		opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
		transition: all 1s;
		width: 100%;
	}
	.confirm-bottom-wrapper{
		border-radius: 6px;
		background: #EB4F25;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
		/* width: 315px; */
		margin: 10px auto;
	}
	.confirm-bottom p{
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		padding: 10px 24px;
	}
	.confirm-bottom a{
		text-decoration: none;
	}
	.confirm-bottom p span{
		font-size: 16px;
		font-weight: 700;
	}
	.confirm-bottom.show {
		opacity: 0;
	}
	.mktoForm .mktoRequiredField .mktoAsterix {
		margin-top: 8px;
	}
	#LblCompany .mktoAsterix{
		margin-top:10px;
	}
	/* reCAPTCHA位置調整 */
	.grecaptcha-badge{
		bottom: 75px!important;
	}
	
}
@media (max-height: 700px) and (min-width:768px) {
	.seminar-sub-area{
		height: 450px;
		overflow-y: scroll;
	}
  }