@charset "UTF-8";

/*共通*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*既存上書き*/
#mainContents{
	background: none;
}

#recital a:hover img {
	opacity: .8;
	transition: .35s;
}

#recital img {
	max-width: 100%;
	vertical-align: middle;
}

#recital section {
	position: relative;
}

#recital .flame1100 {
	max-width: 1140px;
	padding-right: 20px;
	padding-left: 20px;
}

.pcImg {
	display: inline;
}

.spImg {
	display: none;
}

.dInlineBlock {
	display: inline-block;
}

@media only screen and (max-width: 768px) {
	#recital .flame1100 {
		padding-right: 25px;
		padding-left: 25px;
	}

	.pcImg {
		display: none;
	}

	.spImg {
		display: inline;
	}
}


/********** TOP **********/
#topimg {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	background-image: url("../img/presentation/2023/mv-pc.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#topimg .container {
	position: relative;
	max-width: 1100px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#topimg .btnBox {
	position: absolute;
	top: 420px;
	right: 48px;
}

#topimgNotice {
	margin-top: 8px;
	line-height: 1.0;
}


@media only screen and (max-width: 1140px) {
	#topimg {
		height: 620px;
		background-size: cover;
	}

	#topimg .container {
		max-width: 950px;
	}

	#topimg .btnBox {
		top: 360px;
		width: 380px;
	}
}

@media only screen and (max-width: 980px) {
	#topimg {
		height: 520px;
	}

	#topimg .container {
		max-width: 730px;
	}

	#topimg .btnBox {
		top: 280px;
		right: 34px;
		width: 296px;
	}
}

@media only screen and (max-width: 768px) {
	#topimg {
		height: 100vh;
		overflow: auto;
		background-image: url("../img/presentation/2023/mv-sp.png");
		background-size: 100%;
	}

	#topimg .container {
		max-width: 95%;
	}

	#topimg .btnBox {
		top: 66.4%;
		right: 0;
		left: 0;
		width: auto;
		margin: auto;
	}

	#topimgBtnApply {
		display: block;
		max-width: 420px;
		width: 60%;
		margin: 0 auto;
	}

	#topimgNotice {
		display: block;
		max-width: 256px;
		width: 36%;
		margin: 8px auto 0;
	}
}

@media only screen and (max-width: 414px) {
	#topimgBtnApply {
		max-width: 282px;
		width: 72%;
	}

	#topimgNotice {
		max-width: 172px;
		width: 45%;
		margin: 0 auto;
	}
}



/********** 発表会 **********/
#recital .secConvention {
	margin: 60px auto 50px;
}

#recital .conventionTtl {
	position: absolute;
	top: -36px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	width: 400px;
}

#recital .convention {
	padding: 60px 50px 50px;
	border-width: 3px;
	border-radius: 10px;
}

#Convention .convention {
	border: solid 3px #26b5a8;
}

#recital .convention .conventionInnerBox {
  align-items: center;
}

@media only screen and (max-width: 768px) {
	#recital .convention .conventionInnerBox {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}

.conventionInfo h3 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #e0e0e0;
	text-align: center;
}

.accessMap {
	width: 400px;
}

@media only screen and (max-width: 768px) {
	.accessMap {
		width: 100%;
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 414px) {
	.accessMap {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.conventionInfo .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.conventionInfo .detail + .detail {
	margin-top: 10px;
}
.detail {
	text-align: left;
}

.conventionInfo .detail dt {
	width: 100px;
}

.conventionInfo .detail dd {
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	padding-left: 12px;
	font-size: 20px;
	line-height: 1.5;
}

.conventionInfo .detail .placeName {
	margin-right: 20px;
}

.conventionInfo .detail .gMap {
	display: inline-block;
}

.conventionInfo .detail .gMap img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.conventionInfo .detail .gMap a {
	position: relative;
	color: #0078ff;
	text-decoration: none;
}
.conventionInfo .detail .gMap a::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	border-bottom: 1px solid;
	content: "";
	transition: .2s;
}
.conventionInfo .detail .gMap a:hover::after {
	opacity: 0;
}

.conventionInfo .presentation {
	margin-top: 20px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.presentationWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #e0e0e0;
  text-align: center;
}
.presentationImg {
	float: left;
	margin-right: 30px;
}

@media only screen and (max-width: 768px) {
	.presentationWrap {
		display: block;
		margin-bottom: 20px;
  	padding-bottom: 10px;
	}

.presentationImg {
	float: none;
}
}
.presentationBox {
	width: calc(100% - 400px);
}

@media only screen and (max-width: 768px) {
	.conventionInfo .presentation {
		display: block;
	}

	.presentationBox {
		width: 100%;
	}
}

.seminarTutor img {
	margin-top: 45px;
}

.conventionMap {
	max-width: 350px;
	width: 35.2%;
	padding-left: 50px;
}


.btnGroup {
	text-align: center;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
}

.btnGroup a {
	max-width: 450px;
	width: 100%;
	margin: auto;
	/* display: block; */
	padding: 0 10px;
}

#Convention .btnGroup {
	padding: 0 0 50px 0;
	
}

@media only screen and (max-width: 768px) {
	#Convention .btnGroup {
		padding: 0 0 30px 0;
		
	}


}


.btnDL {
	padding: 50px 30px 30px 30px !important;
}


@media only screen and (max-width: 1260px) {
	.btnGroup {
		display: block;
		margin: 0;
		padding: 30px 40px 0;
	}

	.btnGroup a {
		display: block;
		max-width: none;
	}
	
	.btnGroup a + a {
		margin-top: 20px;
	}
}



@media only screen and (max-width: 768px) {
	.btnGroup a {
		padding: 0;
	}
}

@media only screen and (max-width: 1140px) {
	#westConvention {
		margin-top: -40px;
	}
}

@media only screen and (max-width: 1024px) {
	.conventionInfo .detail dt {
		width: 80px;
	}

	.conventionInfo .detail dd {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		font-size: 16px;
	}
}

@media only screen and (max-width: 980px) {
	#recital .convention {
		padding: 60px 40px 40px;
	}

	#westConvention {
		margin-top: -20px;
	}

	.conventionMap {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 768px) {
	#recital .conventionTtl {
		top: -30px;
		width: 360px;
	}

	#recital .convention .conventionInnerBox {
		display: block;
	}


	.conventionInfo {
		max-width: none;
		width: 100%;
	}

	.conventionInfo h3 {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.conventionInfo .detail dt {
		width: 100px;
	}

	.conventionInfo .detail dd {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px);
		font-size: 20px;
	}

	.conventionInfo .detail .gMap img {
		width: 18px;
	}

	.conventionInfo .presentation {
		margin-top: 30px;
		text-align: center;
	}

	.conventionMap {
		max-width: none;
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		margin: 30px auto 0;
		padding: 0 40px;
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	#recital .conventionTtl {
		top: -22px;
		width: 240px;
	}

	#recital .convention {
		padding: 50px 30px 30px;
	}


	.conventionInfo .detail dt {
		width: 80px;
	}

	.conventionInfo .detail dd {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
		font-size: 16px;
	}

	.conventionInfo .detail .gMap img {
		width: 14px;
	}

	.conventionMap {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 0 20px;
	}


	.btnGroup {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 414px) {
	#recital .secConvention {
		margin: 20px auto 40px;
	}

	#westConvention {
		margin-top: -30px;
	}

	#recital .conventionTtl {
		top: -16px;
		width: 200px;
	}

	#recital .convention {
		padding: 40px 25px 10px;
		border-width: 2px;
	}

	

	.conventionInfo h3 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.conventionInfo .detail dt {
		width: 75px;
	}

	.conventionInfo .detail dd {
		width: -webkit-calc(100% - 64px);
		width: calc(100% - 64px);
		/* padding-left: 10px; */
		font-size: 12px;
	}

	.conventionInfo .detail .placeName {
		margin-right: 10px;
	}
	
	.conventionInfo .detail .gMap img {
		width: 8px;
	}
	
	.conventionInfo .presentation {
		margin-top: 20px;
	}

	.conventionMap {
		width: 100%;
		padding: 0;
	}

	.btnGroup a + a {
		margin-top: 15px;
	}
}



/********** 申し込みフォーム **********/
#application {
	padding: 60px 0;
}

#application .applicationTtl {
	margin: 0 auto 50px;
	text-align: center;
}


@media only screen and (max-width: 768px) {
	#application .applicationTtl {
		max-width: 360px;
	}
}

@media only screen and (max-width: 414px) {
	#application {
		padding: 40px 0 60px;
	}

	#application .applicationTtl {
		max-width: 280px;
		margin-bottom: 30px;
	}
}


/*タイムテーブル*/
.timeTable01,
.timeTable02 {
	margin-bottom: 50px;
  align-items: center;
}

.timeTable01 table th,
.timeTable02 table th {
	/* width: 100%; */
	background: #26b5a8;
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

.timeTable01 table td,
.timeTable01 table th,
.timeTable02 table td,
.timeTable02 table th {
	border: solid 2px #26b5a8;
}

.timeTable01 table th,
.timeTable02 table th {
	border-right: solid 2px #fff;
}

.timeTable01 table th:last-child,
.timeTable02 table th:last-child {
	border-right: solid 2px #26b5a8;
}

.timeTable01 table td,
.timeTable02 table td {
	padding: 10px;
	font-size: 14px;
	line-height: 1.4;
}

.timeTable01 table .spTime,
.timeTable02 table .spTime {
	min-width: 110px;
}

.timeTable01 table .spList,
.timeTable02 table .spList {
	min-width: 150px;
}

.timeTable01 table .spPlace,
.timeTable02 table .spPlace {
	min-width: 150px;
}

@media only screen and (max-width: 768px) {
	.timeTable01,
	.timeTable02 {
	margin-bottom: 30px;
  align-items: center;
}
	
	.timeTable01 table,
	.timeTable02 table {
		border-top: 2px solid #26b5a8;
		border-right: 2px solid #26b5a8;
		border-left: 2px solid #26b5a8;
	}

	.timeTable01 table .timeTableTtl,
	.timeTable02 table .timeTableTtl {
		display: none;
	}

	.timeTable01 table td,
	.timeTable02 table td {
		border: none;
		padding: 0 0 5px;
		font-size: 14px;
	}

	.timeTable01 table td:last-child,
	.timeTable02 table td:last-child {
		padding-bottom: 0;
	}

	.timeTable01 table tr,
	.timeTable02 table tr {
		border: none;
		border-bottom: 2px solid #26b5a8;
		padding: 10px 15px;
		display: block;
	}

	.timeTable01 table .spTime{
		font-weight: bold;
		min-width: auto;
	}

	.timeTable01 table .spList,
	.timeTable02 table .spList {
		padding-bottom: 10px;
		min-width: auto;
	}

	.timeTable01 table .spDisp,
	.timeTable02 table .spDisp {
		border-top: 2px solid #e0e0e0;
		padding-top: 10px;
		min-width: auto;
	}

	.timeTable01 table .spTime,
	.timeTable01 table .spList,
	.timeTable01 table .spPlace,
	.timeTable01 table .spDisp,
	.timeTable02 table .spTime,
	.timeTable02 table .spList,
	.timeTable02 table .spPlace,
	.timeTable02 table .spDisp {
		display: block;
	}

	.timeTable01 table .spTime,
	.timeTable02 table .spTime {
		font-weight: bold;
	}

}

.timeTableBox table {
	border-collapse:collapse;
}

/* .timeTableTtl .time {
	min-width: 150px;
}
.timeTableTtl .matter {
	min-width: 140px;
}
.timeTableTtl .place {
	min-width: 180px;
}
.timeTableTtl .other {
	min-width: 160px;
} */



h4 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

h5 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}

.txtC {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	table .txtC {
		text-align: left;
	}	
}	


/*トグル*/
.timeBtn {
	display: none;
}

.tablePc {
	display: block;
}

.tableSp,
.tableSp01,
.tableSp02 {
	display: none;
}

@media only screen and (max-width: 768px) {

	.timeClose {
		display: block;
	}

	.timeTable01 .timeTableBoxSp,
	.timeTable02 .timeTableBoxSp,
	.tablePc {
		display: none;
	}

	.tableSp01,
	.tableSp02 {
		display: block;
	}

	.show {
		display: block !important;
	}

	.hide {
		display: none !important;
	}

	.timeBtnWrap {
		margin-bottom: 20px;
	}

	.timeBtn p {
		padding-right: 20px;
	}

	.timeTable01 .timeBtn {
		background-color: #26b5a8;
		color: #fff;
		padding: 10px 15px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	.timeTable02 .timeBtn {
		background-color:  #26b5a8;
		color: #fff;
		padding: 10px 15px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

	.timeClose:after {
		position: absolute;
		top: 50%;
		margin-top: -.8em;
		right: 30px;
		font-family: 'FontAwesome';
		content: "\f107";
		font-weight: bold;
		color: #fff;
		font-size: 14px;
	}
	.timeOpen:after {
		position: absolute;
		top: 50%;
		margin-top: -.8em;
		right: 20px;
		font-family: 'FontAwesome';
		content: "\f106";
		font-weight: bold;
		color: #fff;
		font-size: 14px;
	}
}


.btnGroup a {
	cursor: pointer;
	pointer-events: auto;
}

/********** 埋め込みフォーム調整 **********/
.bgPageTtl {
	/* background: none; */
	display: none;
}

.bgPageTtl .seminarTtl {
	display: none;
}

#pageInner {
	padding: 0;
}




/* ---------------------------------------

ポスター掲載ページ

--------------------------------------- */
#report-poster .report-poster-mv {
	max-width: 1100px;
	margin: auto;
}

#report-poster .report-poster-mv img {
	width: 100%;
}

#report-poster #pageInner {
	margin-bottom: 120px;
}

@media only screen and (max-width: 1400px) {
	#report-poster #pageInner {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	#report-poster #pageInner {
		margin-bottom: 90px;
	}
}

/* グループAの色指定 */
#report-poster .grouoA {
	color: #036eb8;
	border-color: #036eb8;
}

#report-poster .grouoA dt {
	background-color: #d6eaf8;
}

/* グループBの色指定 */
#report-poster .grouoB {
	color: #22ac38;
	border-color: #22ac38;
}

#report-poster .grouoB dt {
	background-color: #e5f0d5;
}

/* グループCの色指定 */
#report-poster .grouoC {
	color: #dc4f11;
	border-color: #dc4f11;
}

#report-poster .grouoC dt {
	background-color: #ffe6cb;
}

#report-poster .report-layout,
#report-poster .report-txt {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) {
	#report-poster .report-layout,
	#report-poster .report-txt {
		margin-top: 30px;
	}
}

#report-poster .report-layout img {
	width: 100%;
}

/* グループタイトル */
#report-poster h3 {
	font-size: 20px;
	font-weight: bold;
	border-left: solid 5px;
	padding-left: 13px;
	line-height: 1;
	margin-bottom: 15px;
}

/* テーブル枠 */
#report-poster .poster-school-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#report-poster .poster-school-wrap {
		display: block;
	}
}

#report-poster .poster-school-list {
	width: 48.5%;
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #cfcfcf;
}

@media only screen and (max-width: 768px) {
	#report-poster .poster-school-list {
		width: 100%;
	}
}

#report-poster .poster-school-list dt {
	font-weight: bold;
	width: 50px;
	padding: 10px;
	text-align: center	;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	display: flex;
	align-items: center;
	justify-content: center;
}

#report-poster .poster-school-list dd {
	width: calc(100% - 50px);
	padding: 10px 40px 10px 10px;
	border-bottom: solid 1px #cfcfcf;
	position: relative;
	display: flex;
	align-items: center;
}

#report-poster .poster-school-list .icon-none {
	color: #252525;
}

#report-poster .poster-school-list .icon:after {
	content: "\f08e";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: 10px;
	font-family: FontAwesome;
}

#report-poster .poster-school-list dd a {
	transition: all 0.5s 0s ease;
}

#report-poster .poster-school-list dd a:hover {
	text-decoration: underline;
}


#report-poster .poster-school-list dt:last-of-type, 
#report-poster .poster-school-list dd:last-of-type {
	border-bottom: none;
}

#report-poster .poster-school-list + .poster-school-list {
	margin-top: -1px;
}

.pdfBtn a {
	margin: 20px auto;
	display: block;
	border: solid 1px #1589d3;
	padding: 19px 40px 15px 20px;
	transition: all .3s;
	position: relative;
	max-width: 300px;
	text-align: left;
	color: #1589d3;
	/* border-radius: 10px; */
}

@media only screen and (max-width: 768px) {
	.pdfBtn a {
		padding: 14px 35px 10px 15px;
	}
}

.pdfBtn a:hover {
	background: #f2f2f2;
}

.pdfBtn a:after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    font-size: .7em;
    line-height: 1;
    color: #1589d3;
}
.pdfBtnTxt:after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(../img/common/icon_pdf2.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 7px;
	position: relative;
	top: -1px;
}

/* モーダル */
html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.remodal,
[data-remodal-id] {
	display: none;
}

.remodal {
	position: relative;
	outline: 0;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	transform: translate3d(0,0,0);
	vertical-align: middle;
	max-width: 980px !important;
}

.modalInner {
	height: 100%;
	/* overflow-y: scroll; */
}

.modalInner img {
	width: 100%;
}

.remodal-is-initialized {
	display: inline-block;
}

.remodal-cancel {
	border: solid 2px #ffffff;
}

.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

.remodal-overlay,
.remodal-wrapper {
	backface-visibility: hidden;
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
	background: #2B2E38;
	background: rgba(43,46,56,.9);
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	content: "";
}

.remodal-close {
	display: block;
	max-width: 250px;
	border: solid 2px #ffffff;
	color: #ffffff;
	padding: 16px 30px;
	font-size: 14px;
	border-radius: 31px;
	line-height: 1;
	width: 100%;
	margin: 30px auto;
}

.remodal-close::after {
	padding-left: 10px;
	font-family: FontAwesome;
	font-size: 18px;
	line-height: 1.0;
	font-weight: 400 !important;
	content: "\f057";
}


/* ---------------------------------------

動画ページ

--------------------------------------- */
#report-movie {
	max-width: 1100px;
	margin: auto;
}
#reportContents {
	margin: 45px 0 120px;
}
@media only screen and (max-width: 768px){
	#reportContents {
		margin: 30px 0 90px;
	}
}

@media only screen and (max-width: 1400px) {
	#reportContents {
		padding: 0 20px;
	}
}

.aboutWrap {
	margin: 45px 0;
}
@media only screen and (max-width: 768px) {
	.aboutWrap {
		margin: 30px 0;
	}
}

.reportWrap{
	max-width: 1100px;
    margin: auto;
}

.categoryBox {
	max-width: 1100px;
}

.reportBtn {
	font-size: 15px;
}

.reportInner {
	border-bottom: 1px solid #cfcfcf;
}
.reportInner:last-child {
	border-bottom: 1px solid #cfcfcf;
}



