@charset "UTF-8";

/*-----------------------------------
-----------------------------------
	ページごとの設定
-----------------------------------
-----------------------------------*/

/*----- page_home -----*/
#page_home .ano {
	border: 4px solid red;
	padding: 1em;
	border-radius: 15px;
	background-color: white;
	margin: 0;
}
@media screen and (max-width:600px){
	#page_home .ano {
		font-size: 1.4rem;
	}
}
#page_home {
	box-sizing: border-box;
	display: block;
	width: calc(100% - 230px);
	/* background: url(../img/page_home_bg01.jpg) center top no-repeat;
	background-size: 100% auto; */
	/*box-shadow: 0 0 2px rgba(0, 0, 0, .3);*/
	/*background: rgb(255, 255, 255);*/
	background: rgba(166,200,248,.7);
}
#page_home .meeting_info{
	background: url(../img/page_home_bg01.jpg) center top no-repeat;
	background-size: 100% auto;
}
#page_home img {
	width: 100%;
	vertical-align: bottom;
}

#page_home .title {
	margin-top: 0px;
}

#page_home .info {
	margin-top: 0px;
}

#page_home .meeting_info {
	position: relative;
}

#page_home .meeting_info .info_img {
	position: absolute;
	max-width: 264px;
	width: 26vw;
	height: auto;
	left: 9%;
	bottom: 2%;
}

#page_home .meeting_info .info_img img {
	width: 100%;
}

#page_home img.sp {
	display: none;
}

.important_notice01 {
	background: rgb(255, 255, 255);
	border: solid 2px rgb(250, 80, 80);
	padding: 0 2rem;
	font-size: 1.562rem;
	line-height: 1.6;
}

.important_notice01 h2 {
	margin: 0 0 .4em;
	padding-bottom: .4em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 2.0rem;
	font-weight: 500;
	color: rgb(230, 60, 50);
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.important_notice01 .date {
	margin: 1.6rem 0;
	padding-right: 1.6rem;
	text-align: right;
}

.important_notice01 .title {
	margin: 1.6rem 0 0;
	padding-right: 1.6rem;
	font-size: 1.4rem;
	text-align: right;
}

.important_notice01 .name {
	margin: 0;
	padding-right: 1.6rem;
	font-size: 1.6rem;
	text-align: right;
}

.important_notice01 .small {
	font-size: 1.2rem;
	text-align: right;
	color: rgb(0, 0, 0);
}


#page_home .change_log {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 37px 25px 0;
	background: rgb(255, 255, 255);
}

#page_home .change_log .social {
	margin: 0;
	text-align: right;
	font-size: 1.7rem;
	font-weight: 600;
	color: rgb(0,46,115);
}

#page_home .change_log .social span {
	border-bottom: solid rgb(207, 89, 125) 1px;
}

#page_home .change_log h2 {
	margin: 0;
	padding: .5rem .5em;
	border-bottom: solid 1px rgb(200, 200, 200);
	font-size: 2.4rem;
	font-weight: 700;
	color: rgb(0,46,115);
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#page_home .change_log .log_outer {
	height: 200px;
	overflow-y: scroll;
}

#page_home .change_log dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

#page_home .change_log dl dt,
#page_home .change_log dl dd {
	box-sizing: border-box;
	padding-top: .7em;
	padding-bottom: .7em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	font-size: 1.44rem;
	line-height: 1.5;
}

#page_home .change_log dl dt {
	position: relative;
	width: 130px;
	padding-left: 16px;
}

#page_home .change_log dl dt::before {
	box-sizing: border-box;
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	background: rgb(0,46,115);
	border-radius: 2.5px;
	vertical-align: 10%;
}

#page_home .change_log dl dd a {
	color: rgb(0,46,115);
}

#page_home .change_log dl dd {
	margin: 0;
	width: calc(100% - 130px);
}

#page_home .meeting_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	padding: 30px 30px;
	list-style: none;
}

#page_home .meeting_list li {
	margin-right: 30px;
	width: calc(33.3% - 13px);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	text-align: center;
	transition: transform .15s ease-out;
}

#page_home .meeting_list li:last-child {
	margin-right: 0;
}

#page_home .meeting_list li:hover {
	transform: scale(1.03);
}

#page_home .meeting_list li a {
	display: block;
	background: rgb(160, 160, 160);
	text-decoration: none;
	transition: background .15s ease-out .1s;
}

#page_home .meeting_list li img {
	width: 100%;
}

#page_home .meeting_list li .title {
	margin: 0;
	transition: background .15s ease-out .05s;
}

#page_home .meeting_list li .deco01 {
	margin: 0 auto;
	padding: 1rem 0;
	width: calc(100% - 20px);
	font-size: 1.4rem;
	font-weight: 700;
	color: rgb(255, 255, 255);
	line-height: 1.5;
}

#page_home .meeting_list li .deco01::after {
	content: "";
	display: inline-block;
	margin-left: .5rem;
	border-style: solid;
	border-width: .5rem 0 .5rem .7rem;
	border-color: rgba(255, 202, 0, 0) rgba(255, 202, 0, 0) rgba(255, 202, 0, 0) rgba(255, 202, 0, 1);
}

@media screen and (max-width:960px) {
	#page_home {
		width: calc(100% - 190px);
	}

	#page_home .change_log .log_outer {
		height: 250px;
	}

	#page_home .info {
		margin-top: 0;
	}
}

@media screen and (max-width:800px) {
	#page_home {
		padding: 0;
		width: 100%;
	}

	#page_home .info {
		margin-top: 0;
	}

	#page_home .change_log .log_outer {
		height: 200px;
	}

	#page_home .meeting_list {
		padding: 30px 25px;
	}

	#page_home .meeting_list li img {
		max-width: 250px;
	}

	#page_home .meeting_list li {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	#page_home img.pc {
		display: none;
	}

	#page_home .info {
		margin-top: 0;
	}

	#page_home img.sp {
		display: inline-block;
	}

	#page_home .change_log {
		padding: 20px 20px;
	}

	#page_home .change_log h2 {

		border-bottom: solid 1px rgb(200, 200, 200);
		font-size: 1.8rem;
		font-weight: 500;
		color: rgb(0,46,115);
		line-height: 1.4;
		letter-spacing: 0.05em;
	}

	#page_home .change_log dl dt {
		padding-bottom: 0;
		padding-left: 1.1em;
		border-bottom: none;
		font-weight: 500;
	}

	#page_home .change_log dl dt::before {
		top: 55%;
		transform: none;
	}

	#page_home .change_log dl dd {
		padding-top: 0;
		padding-left: 1.1em;
		width: 100%;
	}

	#page_home .change_log dl dt,
	#page_home .change_log dl dd {
		width: 100%;
	}
}

/*----- page_message -----*/
/*--段落下げ--*/
#page_message .indent1 {
	text-indent: 1em;
	text-align: justify;
}

#page_message .profile_area {
	display: flex;
	justify-content: flex-end;
}

#page_message .photo {
	margin: 0 0 1.5rem 1.5rem;
	vertical-align: bottom;
	/*float: right;*/
}

#page_message .photo,
#page_message .title,
#page_message .name,
#page_message .affi {
	padding-right: 1rem;
	text-align: right;
	line-height: 1.5;
}

#page_message .title {
	margin-top: 120px;
	margin-bottom: 0px;
	font-size: 1.4rem;
	font-weight: 800;
}

#page_message .heading {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1.75rem;
	font-weight: 800;
	text-align: center;
}

#page_message .photo img {
	width: 150px;
}

#page_message .name {
	margin: 0px;
	font-size: 1.8rem;
	font-weight: 700;
}

#page_message .affi {
	margin: 0 0 35px;
	font-size: 1.35rem;
}

#page_message .date {
	padding-right: 1rem;
	text-align: right;
}

@media screen and (max-width:560px) {
	#page_message .title {
		margin-top: 0;
	}
	#page_message .profile_area {
		flex-direction: column-reverse;
	}
}

/*----- page_overview -----*/

/*--補足・注（先頭に※や＊の付く所）--*/
#page_overview .note_large {
	padding-left: 1em;
	font-size: 1.6rem;
	text-indent: -1em;
}

#page_overview span.note_large {
	display: block;
}

#page_overview .name_horizontal {
	display: flex;
	flex-wrap: wrap;
}

#page_overview .name_horizontal p {
	margin: 0;
	width: 130px;
}

@media screen and (max-width:520px) {
	#page_overview dl dt {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	#page_overview dl dd {
		padding-top: 0;
		width: 100%;
	}
}


/*----- page_program -----*/
#page_program .program_box {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0;
	padding-top: 1em;
	border-top: solid 1px rgb(200, 200, 200);
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_program .program_box .program_img {
	width: 160px;
	line-height: 1.2em;
}

#page_program .program_box .program_img p {
	margin: 0px;
}

#page_program .program_box .program_img img {
	width: 110px;
	line-height: 1.4em;
}

#page_program .program_box .program_img .program_neme {
	line-height: 1.3;
	font-size: .875em;
	font-weight: 600;
	padding-bottom: .5rem;
}

#page_program .program_box .program_img .program_neme span {
	font-size: .75em;
	font-weight: 400;
}

#page_program .program_box .program_contents {
	margin-left: 5px;
	width: calc(100% - 165px);
}

#page_program .program_title {
	margin: 0px;
	font-size: 1em;
	font-weight: 600;
}

#page_program .program_box .program_contents p {
	font-size: .875em;
}

#page_program .headline {
	margin: 1rem 0 0 0px;
	font-size: 1em;
	border-bottom: dotted 1px;
	font-weight: 600;
}

#page_program .speakers {
	margin-top: 2rem;
}

#page_program .speakers_box {
	margin: 1rem 0 0 1rem;
	line-height: 1.6;
}

#page_program .speakers_box dt {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(0,46,115);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	color: rgb(0,46,115);
	text-align: center;
	float: left;
}

#page_program .speakers_box dd {
	margin: 0 0 0 125px;
	padding-bottom: .6em;
	font-size: .937em;
	font-weight: 700;
}

#page_program .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	font-size: .9em;
	font-weight: 400;
	text-indent: -.5em;
}

#page_program .speakers_box dd .title {
	display: block;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1em;
	color: inherit;
	line-height: 1.4;
}

#page_program .list_prg_nav {
	margin: 0 auto;
	margin-bottom: 2.5em;
	padding: 0.5em 3em 0.5em;
	background-color: rgb(255, 255, 255);
	border: 3px double rgb(0,46,115);
	box-sizing: border-box;
	display: block;
	width: 90%;
}

#page_program .list_prg_nav li {
	display: inline-table;
	letter-spacing: 0;
	margin-right: 30px;
	margin-bottom: 0.5em;
	vertical-align: top;
	position: relative;
	padding-left: 0.75em;
}

#page_program .list_prg_nav li:before {
	border: 0.4em solid transparent;
	border-left: 0.4em solid rgb(255, 0, 0);
	content: " ";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 0;
	height: 0;
}

#page_program .list_prg_nav ul li {
	list-style-type: none;
}

#page_program .venue {
	float: right;
	font-size: 1.5rem;
	line-height: .5em;
	text-align: right;
	margin-top: -0.5rem;
	padding: 0.5em 1em;
	line-height: 1.5;
	text-align: right;
	margin-top: -0.3em;
}

#page_program .venue02 {
	display: flex;
	font-size: 1.22rem;
	line-height: .5em;
	justify-content: end;
	margin-top: -0.5rem;
	padding: 0.5em 0em 0.5em 1em;
	line-height: 1.4;
	text-align: right;
	margin-top: -.8em;
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_program .venue02 .time {
	display: flex;
}

#page_program .venue03 {
	float: right;
	font-size: 1.5rem;
	line-height: .5em;
	text-align: right;
	margin-top: -0.5rem;
	padding: 0.5em 0em 0.5em 1em;
	line-height: 1.5;
	text-align: right;
	margin-top: -2.3em;
	color: rgb(38, 38, 130);
}

@media screen and (max-width:520px) {
	#page_program .program_box {
		display: block;
	}

	#page_program .program_box .program_contents {
		width: 100%;
	}

	#page_program .speakers_box dt {
		float: none;
	}

	#page_program .speakers_box dd {
		margin: .5rem 0 0 0px;
	}

	#page_program .venue02 {
		display: block;
	}

	#page_program .venue02 .time {
		display: block;
	}
}


/*----- page_sponsored_program -----*/

#page_sponsored_program h4 {
	position: relative;
	margin: 1.5em 0 .4em;
	padding-bottom: .5em;
	padding-left: 1.1em;
	border-bottom: solid 1px rgb(200, 200, 200);
	font-size: 2.0rem;
	line-height: 1.4;
}

#page_sponsored_program .program_box {
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 0;
	padding-top: 1em;
	border-top: solid 1px rgb(200, 200, 200);
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_sponsored_program .program_box .program_img {
	width: 160px;
	line-height: 1.2em;
}

#page_sponsored_program .program_box .program_img p {
	margin: 0px;
}

#page_sponsored_program .program_box .program_img img {
	width: 110px;
	line-height: 1.4em;
}

#page_sponsored_program .program_box .program_img .program_neme {
	line-height: 1.3;
	font-size: .875em;
	font-weight: 600;
	padding-bottom: .5rem;
}

#page_sponsored_program .program_box .program_img .program_neme span {
	font-size: .75em;
	font-weight: 400;
}

#page_sponsored_program .program_box .program_contents {
	margin-left: 5px;
	width: calc(100% - 165px);
}

#page_sponsored_program .program_title {
	margin: 0px;
	font-size: 1em;
	font-weight: 600;
}

#page_sponsored_program .program_box .program_contents p {
	font-size: .875em;
}

#page_sponsored_program .headline {
	margin: 1rem 0 0 0px;
	font-size: 1em;
	border-bottom: dotted 1px;
	font-weight: 600;
}

#page_sponsored_program .speakers {
	margin-top: 2rem;
}

#page_sponsored_program .speakers_box {
	margin: 1rem 0 0 1rem;
	line-height: 1.6;
}

#page_sponsored_program .speakers_box dt {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(0,46,115);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	color: rgb(0,46,115);
	text-align: center;
	float: left;
}

#page_sponsored_program .speakers_box dd {
	margin: 0 0 0 125px;
	padding-bottom: .6em;
	font-size: .937em;
	font-weight: 700;
}

#page_sponsored_program .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	font-size: .9em;
	font-weight: 400;
	text-indent: -.5em;
}

#page_sponsored_program .speakers_box dd .title {
	display: block;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	margin-left: -133px;
	font-size: 1.2em;
	color: inherit;
	line-height: 1.4;
	color: rgb(60, 60, 60);
}

#page_sponsored_program .speakers_box dd .title02 {
	display: block;
	margin-top: .5em;
	margin-bottom: 0.2em;
	padding-bottom: 0.3em;
	margin-left: -133px;
	font-size: 1em;
	color: inherit;
	line-height: 1.4;
	border-bottom: 1px dotted rgb(0,46,115);
	color: rgb(0,46,115);
}

#page_sponsored_program .list_prg_nav {
	margin: 0 auto;
	margin-bottom: 2.5em;
	padding: 0.5em 3em 0.5em;
	background-color: rgb(255, 255, 255);
	border: 3px double rgb(0,46,115);
	box-sizing: border-box;
	display: block;
	width: 90%;
}

#page_sponsored_program .list_prg_nav li {
	display: inline-table;
	letter-spacing: 0;
	margin-right: 30px;
	margin-bottom: 0.5em;
	vertical-align: top;
	position: relative;
	padding-left: 0.75em;
}

#page_sponsored_program .list_prg_nav li:before {
	border: 0.4em solid transparent;
	border-left: 0.4em solid rgb(255, 0, 0);
	content: " ";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 0;
	height: 0;
}

#page_sponsored_program .list_prg_nav ul li {
	list-style-type: none;
}

#page_sponsored_program .venue {
	float: right;
	font-size: 1.5rem;
	line-height: .5em;
	text-align: right;
	margin-top: -0.5rem;
	padding: 0.5em 1em;
	line-height: 1.5;
	text-align: right;
	margin-top: -0.3em;
}

#page_sponsored_program .venue02 {
	display: flex;
	font-size: 1.22rem;
	line-height: .5em;
	justify-content: end;
	margin-top: -0.5rem;
	padding: 0.5em 0em 0.5em 1em;
	line-height: 1.4;
	text-align: right;
	margin-top: -.8em;
	border-bottom: solid 1px rgb(200, 200, 200);
}

#page_sponsored_program .venue02 .time {
	display: flex;
}

#page_sponsored_program .venue03 {
	float: right;
	font-size: 1.5rem;
	line-height: .5em;
	text-align: right;
	margin-top: -0.5rem;
	padding: 0.5em 0em 0.5em 1em;
	line-height: 1.5;
	text-align: right;
	margin-top: -2.3em;
	color: rgb(38, 38, 130);
}

@media screen and (max-width:520px) {
	#page_sponsored_program .program_box {
		display: block;
	}

	#page_sponsored_program .program_box .program_contents {
		width: 100%;
	}

	#page_sponsored_program .speakers_box dt {
		float: none;
	}

	#page_sponsored_program .speakers_box dd {
		margin: .5rem 0 0 0px;
	}

	#page_sponsored_program .venue02 {
		display: block;
	}

	#page_sponsored_program .venue02 .time {
		display: block;
	}

	#page_sponsored_program .speakers_box dd .title {
		margin-left: 0;
	}

	#page_sponsored_program .speakers_box dd .title02 {
		margin-left: 0;
	}
}




/*----- page_sponsors -----*/
#page_sponsors dl.type01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: .7em 0;
	border-top: solid 1px rgb(200, 200, 200);
}

#page_sponsors dl.type01.w220 dt {
	margin: 0;
	width: 220px;
	font-weight: 700;
}

#page_sponsors dl.type01.w220 dd {
	margin: 0;
	width: calc(100% - 220px);
}

@media screen and (max-width:520px) {
	#page_sponsors dl.type01 {
		display: block;
	}

	#page_sponsors dl.type01.w220 dt {
		margin: 0;
		padding-bottom: 0;
		width: 100%;
		font-weight: 700;
		border-bottom: none;
	}

	#page_sponsors dl.type01.w220 dd {
		margin: 0;
		width: 100%;
	}
}

/*----- page_poster_download -----*/
@media screen and (max-width:520px) {
	#page_poster_download .button_box {
		display: block;
	}

	#page_poster_download .button_box li {
		margin-bottom: 20px;
		width: 80%;
	}
}

/*------------------------------
	page_links
------------------------------*/
#page_links dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	background: rgb(239, 57, 74);
}

#page_links dl dt {
	box-sizing: border-box;
	font-weight: 700;
	padding-left: 1em;
	position: relative;
}

#page_links dl dd {
	box-sizing: border-box;
	margin: 0 0 25px 18px;
	font-weight: 700;
}

#page_links dl dd a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-bottom: 1px rgba(60, 60, 60, 0) dotted;
	color: rgb(0, 100, 160);
	text-decoration: none;
	transition: .4s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_links dl a:hover {
	display: inline-block;
	padding-left: 10px;
	border-bottom: 1px rgb(0, 100, 160) dotted;
	transition: .2s ease-out;
	transition-property: background, color, border-radius, padding-left;
}

#page_links dl a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(234, 85, 50);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition: .2s ease-out;
}

#page_links dl a:hover::after {
	content: "";
	position: absolute;
	right: 10px;
	width: 10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(234, 85, 50);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/*------------------------------
	page_registration
------------------------------*/

#page_registration .period {
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(240, 100, 80);
	line-height: 1.5;
	border: solid 2px rgb(255, 130, 130);
	padding: 1rem;
}

#page_registration .period .end_box {
	display: inline-block;
	vertical-align: top;
}

#page_registration .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	/*	font-size:.937rem;
*/
	line-height: 1.5;
	text-align: center;
	list-style: none;
}

#page_registration .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-right: 15px;
}

#page_registration .bg_pink {
	margin: 0 .3em;
	padding: 0 .3em;
	background: rgb(240, 130, 150);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_registration .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -17px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 2rem;
	height: 1rem;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 200, 100, 1);
	border-width: .8rem 0 .8rem 1rem;
	vertical-align: 10%;
	transition: .2s ease-out;
	transition-opacity: right, border;
}

#page_registration .flowchart li:last-child {
	margin-right: 0;
}

#page_registration .flowchart li:last-child::after {
	content: none;
}

#page_registration .flowchart li .name {
	box-sizing: border-box;
	margin: 0;
	padding: .5rem .4rem;
	width: 90%;
	background: rgb(150, 160, 180);
	color: rgb(255, 255, 255);
	font-weight: 500;
}

#page_registration .flowchart li .description {
	margin: 0;
	padding: 1rem 0rem;
	width: 90%;
	min-height: 35px;
	background: rgb(210, 220, 230);
}

#page_registration .flowchart li .description.end {
	width: 100%;
	letter-spacing: -0.05em;
	padding: 9px 10px 10px 10px;
	background: rgb(80, 120, 180);
	color: rgb(255, 255, 255);
	font-size: 1.35rem;
}

#page_registration .step_box {
	margin: 50px 0 0 0px;
	padding-left: 18px;
	border-top: solid 3px rgb(80, 120, 180);
	border-left: solid 1px rgb(80, 120, 180);
}

#page_registration .button_box_wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

#page_registration .button_box_wrap .button_box_inner_01,
#page_registration .button_box_wrap .button_box_inner_02 {
	width: 330px;
}

#page_registration .button_box_inner_01 p,
#page_registration .button_box_inner_02 p {
	text-align: center;
	line-height: 1.3;
}

#page_registration .button_box_wrap .button_box_inner_01,
#page_registration .button_box_wrap .button_box_inner_02 {
	margin-right: 1.25rem;
}

#page_registration .button_box_wrap ul {
	padding-inline-start: 0px;
}

#page_registration .button_box_wrap ul li {
	list-style: none;
	text-align: center;

}

#page_registration .button_box_wrap .button_box_inner_01 li a {
	text-decoration: none;
	background: rgb(140, 78, 204);
	color: rgb(255, 255, 255);
	display: block;
	border: solid 1px rgb(140, 78, 204);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#page_registration .button_box_wrap .button_box_inner_02 li a {
	text-decoration: none;
	background: rgb(50, 120, 220);
	color: rgb(255, 255, 255);
	display: block;
	border: solid 1px rgb(50, 120, 220);
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 10px 0;
}

#page_registration .button_box_wrap .button_box_inner_01 li a:hover {
	text-decoration: none;
	background: rgb(255, 255, 255);
	color: rgb(140, 78, 204);
	width: 20.625rem;
	display: block;
}

#page_registration .button_box_wrap .button_box_inner_02 li a:hover {
	text-decoration: none;
	background: rgb(255, 255, 255);
	color: rgb(50, 120, 220);
	width: 20.625rem;
	display: block;
}

#page_registration .step_summary {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: solid 1px rgb(80, 120, 180);
}

#page_registration .c2c>tbody>tr>td:nth-child(2) {
	text-align: center;
}

#page_registration .c3c>tbody>tr>td:nth-child(3) {
	text-align: center;
}

#page_registration .wrap_creditcard {
	display: flex;
	justify-content: space-around;
}

/*--テーブル--*/
#page_registration table.type01 {
	margin: 1em 0;
	border-collapse: collapse;
	line-height: 1.5;
	text-align: left;
	table-layout: fixed;
	width: 100%
}

#page_registration table.type01 th,
#page_registration table.type01 td {
	padding: .7em .8em;
	border-top: solid 1px rgb(200, 200, 200);
	border-bottom: solid 1px rgb(200, 200, 200);
	vertical-align: top;
	text-align: center;
}

#page_registration table.type01 th+*,
#page_registration table.type01 td+* {
	border-left: dotted 1px rgb(200, 200, 200);
}

#page_registration table.type01 th {
	background: rgb(250, 240, 220);
	font-weight: 500;
	text-align: center;
}

#page_registration table.type01 td {}

#page_registration .table_note {
	margin-top: .3em;
	font-weight: 700;
}

#page_registration .deco_box01 {
	margin: 1.5rem 0;
	padding: 0rem 2rem 1rem;
	border: solid 2px rgb(201, 201, 201);
	border-radius: 3px;
}

#page_registration .ta_c {
	display: flex;
	justify-content: center;
}

#page_registration .triangle {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid rgb(0,46,115);
	margin: 0;
}

@media screen and (max-width:830px) {
	#page_registration .ta_c .creditcard_security {
		max-width: 100%;
	}

	#page_registration .ta_c .creditcard_security02 {
		max-width: 100%;
	}
}

@media (max-width:600px) {
	#page_registration .step_box {
		margin: 0px;
		padding-left: 18px;
		border-top: solid 3px rgb(80, 120, 180);
		border-left: solid 1px rgb(80, 120, 180);
	}

	#page_registration .flowchart {
		display: block;
		justify-content: space-between;
		margin: 1rem 0;
		padding: 0;
		list-style: none;

	}

	#page_registration .flowchart li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-top: 3rem;
	}

	#page_registration .flowchart li .name {
		box-sizing: border-box;
		margin: 0;
		padding: .5rem .4rem;
		width: 100%;
		background: rgb(150, 160, 180);
		color: rgb(255, 255, 255);
		font-weight: 500;
	}

	#page_registration .flowchart li .description {
		margin: 0;
		padding: 1rem 0rem;
		width: 100%;
		min-height: 35px;
		background: rgb(210, 220, 230);
	}

	#page_registration .flowchart li .description.end {
		padding: 20px 10px 20px 10px;
	}

	#page_registration .flowchart li::after {
		position: absolute;
		top: 108%;
		right: 47%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 0rem;
		height: 0rem;
		border-style: solid;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid rgba(255, 200, 100, 1);
	}
}


/*------------------------------
	page_specify_abstract
------------------------------*/

#page_specify_abstract .note {
	margin: .1em 0;
	padding-left: 1em;
	font-size: 1.5rem;
	text-indent: -1em;
	line-height: 1.5em;
}

/*------------------------------
	mini_oral
------------------------------*/

#mini_oral p.period {
	padding: 0.5em 1em;
	border: solid 2px rgb(255, 99, 99);
	border-radius: 5px;
	color: rgb(255, 99, 99);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}

/*------------------------------
	unit
------------------------------*/

#page_unit h3 {
	margin: 2em 0 .4em;
	padding: .2em .5em .3em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	border-left: solid 5px rgb(0,46,115);
	font-size: 2rem;
	font-weight: 500;
	color: rgb(0,46,115);
	line-height: 1.3;
	letter-spacing: .03em;
}

#page_unit h3 .fs_2 {
	font-size: 2.2rem;
}

#page_unit h6 {
	position: relative;
	margin: 1.3em 0 .4em;
	padding-bottom: .5em;
	border-bottom: solid 1px rgb(200, 200, 200);
	font-size: 2.0rem;
	line-height: 1.4;
	color: rgb(60, 60, 60);
}

/*------------------------------
	press
------------------------------*/
#page_press .period {
	font-size: 1.75rem;
	font-weight: 600;
	color: rgb(240, 100, 80);
	line-height: 1.5;
	padding: 1rem;
	margin: 2rem auto;
	width: 65%;
	text-align: center;
}

@media screen and (max-width:500px) {
	#page_press .period {
		width: 100%;
		font-size: 1.7rem;
	}
}

/*------------------------------
	hospitality
------------------------------*/
/* #page_hospitality h2{
 border: none;	
} */
.hospitality-flex {
	display: flex;
	width: 80%;
	max-width: 550px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	gap: 5%;
}

.hospitality-flex a {
	flex: 1;
	text-align: center;
	display: block;
}

.hospitality-flex a:hover img {
	filter: brightness(70%);
}

.hospitality-flex img {
	width: 100%;
	height: auto;
	margin: auto;
	border: 6px solid rgb(131, 145, 201);
	box-sizing: border-box;
}

.hospitality-flex img.poster {
	width: 70%;
}

#page_hospitality .h2_wrap {
	padding: 0.5rem 0.5rem 1rem 0.5rem;
	background-color: #FFF;
}

#page_hospitality h2 {
	margin-bottom: 0;
}

#page_hospitality {
	background-color: rgba(0, 0, 0, 0);
}

#page_hospitality h2,
#page_hospitality .contents_area>section {
	background-color: rgba(255, 255, 255, 1);
}

#page_hospitality .contents_area>section>* {
	padding-left: 10px;
	padding-right: 10px;
}

#page_hospitality .contents_area>section {
	margin-bottom: 1rem;
}

#page_hospitality h2>img {
	width: 100%;
	height: auto;
}

#page_hospitality h3 {
	/* margin: 0; */
	/* padding: 0;
	border: none;
	letter-spacing: 0;
	background: #E7A941 ;
  box-shadow: 0px 0px 0px 5px #E7A941 ;
  border: dashed 2px white;
  padding: 0.2em 0.5em;*/
	color: #FFF;
	background-color: rgb(0,46,115);
	border: none;
	font-weight: 700;
}

#page_hospitality table.type01 {
	table-layout: fixed;

}

#page_hospitality table.type01 td:first-child,
#page_hospitality table.type01 th:first-child {
	width: 30%;
}

#page_hospitality table.type01 th {
	/* background-color: #f7ca77; */
	/* text-shadow: 1px 1px 1px#FFF; */
	vertical-align: middle;
}

#page_hospitality table.type01 .table_day {
	white-space: nowrap;
}

#page_hospitality ul.type01.annotation {
	list-style: none;
}

#page_hospitality table.type01.omotenashi {
	table-layout: auto;
}

#page_hospitality table.type01.omotenashi td {
	vertical-align: middle;
}

#page_hospitality .grid_card-box {
	background: linear-gradient(0deg, rgba(252, 255, 254, 1) 0%, rgba(201, 240, 250, 1) 100%);
	display: grid;
	gap: 10px;
	margin: 0 auto;
	margin-top: 50px;
	width: 96%;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: 0.8fr 0.8fr 1fr;
	grid-template-areas:
		"title title title title title title title title title title title title"
		"item1 item1 item1 item2 item2 item2 item4 item4 item4 item3 item3 item3 "
		"item7 item7 item7 item7 item5 item5 item5 item5 item6 item6 item6 item6";
}

@media screen and (max-width:580px) {
	#page_hospitality .grid_card-box {
		width: 92%;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 0.7fr repeat(3, 0.7fr) 1fr;
		grid-template-areas:
			"title title "
			"item1 item2 "
			"item4 item3 "
			"item7 item5 "
			"item6 item6";
	}
}


#page_hospitality .grid_card-title {
	grid-area: title;
	align-self: center;
	list-style: none;
}

#page_hospitality .grid_card-title img {
	width: 85%;
	display: block;
	height: auto;
	margin: 0 auto;
}

#page_hospitality .grid_card {
	/* border: 1px solid rgb(0,46,115); */
	display: grid;
	/* grid-template-rows: 1fr 50px;	 */
	grid-template-areas:
		"img"
		"text";
}

#page_hospitality .grid_card.item1 {
	grid-area: item1;
}

#page_hospitality .grid_card.item2 {
	grid-area: item2;
}

#page_hospitality .grid_card.item3 {
	grid-area: item3;
}

#page_hospitality .grid_card.item4 {
	grid-area: item4;
}

#page_hospitality .grid_card.item5 {
	grid-area: item5;
}

#page_hospitality .grid_card.item6 {
	grid-area: item6;
}

#page_hospitality .grid_card.item7 {
	grid-area: item7;
}

#page_hospitality .grid_card .grid_card-item1 {
	grid-area: text;
	padding-left: 2px;
	color: black;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-left: 0.5em;
	padding-top: 0.2em;
	line-height: 1.4;
	font-size: 1em;
}

#page_hospitality .grid_card .grid_card-item1 small {
	line-height: 1;
	font-size: 9px;
}

#page_hospitality .grid_card .grid_card-item2 {
	grid-area: img;
	text-align: center;
}

#page_hospitality .grid_card .grid_card-item2 img {
	width: 100%;
	max-width: 220px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	text-align: center;
}

#page_hospitality p.deco_box01 {
	/* text-align: center;
width: 85%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
border-radius:25px;
background-color: rgb(184, 235, 130); */
	position: relative;
	color: #158b2b;
	/* font-size: 20px; */
	padding: 10px 0;
	text-align: center;
	margin: 2.4em 0;
	padding: 0.2rem;
	border: none;
}

#page_hospitality p.deco_box01:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 160px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#page_hospitality p.deco_box01>b {
	font-size: 1.6rem;
}

#page_hospitality .list_dec li {
	/* list-style-image: url(../img/list_image.png); */
	margin-left: 20px;
}

#page_hospitality .img_area_container {
	display: flex;
	width: 96%;
	gap: 2%;
	flex-wrap: wrap;
	margin: auto;
}

#page_hospitality .img_area_container div {
	flex: 1;
}

#page_hospitality .img_area_container img {
	width: 100%;
	min-width: 110px;
	max-width: 300px;
}

@media screen and (max-width:571px) and (min-width:400px) {
	#page_hospitality .img_area_container img {
		min-width: 165px;
	}
}

#page_hospitality .hospitality_img {
	text-align: center;
}

#page_hospitality .hospitality_img img {
	width: 96%;
	max-width: 440px;
	background-color: rgb(220, 235, 250);
	padding: 1rem;
}

#page_hospitality .hospitality_img02 {
	text-align: center;
	padding-top: 1rem;
}

#page_hospitality .hospitality_img02 img {
	width: 100%;
	max-width: 600px;
}

#page_hospitality .hospitality_grid-box {
	display: grid;
	width: 96%;
	grid-template-columns: 80% 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: "text img";
	align-items: center;
	margin: auto;
}

#page_hospitality .hospitality_grid-box p {
	grid-area: text;
}

#page_hospitality .hospitality_grid-box .img-hospitality_food5 {
	grid-area: img;
	width: 100%;
}

#page_hospitality .lunch-img-wrap {
	display: flex;
	width: 94%;
	margin: 20px auto;
	justify-content: space-around;
}

#page_hospitality .lunch-img-wrap img {
	width: 30%;
	height: auto;
}

#page_hospitality .sp {
	display: none;
}

#page_hospitality .pc {
	display: block;
}

@media screen and (max-width:600px) {
	#page_hospitality .sp {
		display: block;
	}

	#page_hospitality .pc {
		display: none;
	}

	#page_hospitality p.deco_box01:before {
		top: -24px;
		left: 50%;
		width: 160px;
		height: 150px;
		border-radius: 50%;
		border: 5px solid #a6ddb0;
		border-left-color: transparent;
		border-right-color: transparent;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/*------------------------------
	page_web_viewing
------------------------------*/
#page_web_viewing ul.type01 li {
	list-style: none;
	text-indent: -1em;
}