@charset "UTF-8";

/*-----------------------------------
-----------------------------------
	ページごとの設定
-----------------------------------
-----------------------------------*/

/*----- page_home -----*/
#page_home{
	box-sizing:border-box;
	display:block;
	width:calc(100% - 230px);
	background-size:100% auto;
}

	
#page_home h1 {
	background: none;
	text-align: center;
	margin: 0;
	}
#page_home h1.sp {
	display: none;
	}

	
#page_home img{
	vertical-align:bottom;
}
#page_home img.sp{
	display:none;
}
#page_home .meeting_info{
	background: url("../img/page_home_bg01.png") center top no-repeat;
	height: 1000px;
	display: block;
	overflow: hidden;
}
#page_home .meeting_info .home_info01 {
	float: left;
}
#page_home .meeting_info .home_title01 {
	float: right;
	right: 4rem
}
#page_home .meeting_info .home_info01,
#page_home .meeting_info .home_title01 {
    position: relative;
	top: -64rem
	
}
#page_home .meeting_info .home_illust01 {
    float: right;
    position: relative;
    bottom: 66rem;
    z-index: 200;
    left: 1rem;
}
#page_home .meeting_info .home_illust02 {
    float: left;
    position: relative;
    right: 28rem;
    bottom: 63rem;
    z-index: 180;
}
#page_home .meeting_info .home_bnr01 {
    float: left;
    position: relative;
    right: -2rem;
    bottom: 61rem;
    z-index: 210;
}

.important_notice01{
	background:rgb(255,255,255);
	border:solid 2px rgb(250,80,80);
	padding:1.6rem 2.0rem;
	font-size:1.4rem;
	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:25px 25px 0;
	clear: both;
	text-shadow: 0 0 2px rgba(16, 28, 148, .4);
}
#page_home .change_log h2{
	margin:0;
	border-bottom: solid 1px rgb(240, 240, 240);
	padding:.5rem .5em;
	font-size:2.4rem;
	font-weight:500;
	color:rgb(240, 240, 240);
	line-height:1.4;
	letter-spacing:0.05em;
}
#page_home .change_log .log_outer{
	height:200px;
	overflow-y:auto;
	scrollbar-color: rgb(202, 210, 236) rgb(206, 240, 240);
}
#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(240,240,240);
	font-size:1.5rem;
	line-height:1.5;
	color: rgb(240,240,240)
}
#page_home .change_log dl dt{
	position:relative;
	width:130px;
	padding-left:30px;
}
#page_home .change_log dl dt::before{
	content:"";
	background: rgb(245, 107, 8);
	position:absolute;
	top:1.5em;
	left:0;
	display:block;
	width:.6rem;
	height:.8rem;
	transform:translateY(-50%);
	margin-left: 1em;
	border-radius: 1rem;
	padding: 0;
}
#page_home .change_log dl dd a{
	color:rgb(255, 80, 0);
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
}
#page_home .change_log dl dd{
	margin:0;
	width:calc(100% - 130px);
	padding-left: 32px;
}
#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);
}

#page_home .main_area {
    width: auto;
    min-height: 0;
    margin: 2em 1.4em;
}

#page_home .main_area .contents_area {
    margin-top: 0;
    min-height: 0;
    border-radius: 1rem;
	padding: 1.6em;
}

#page_home h2{
	border-left: none;
	color: rgb(192, 25, 32);
	
}

@media screen and (max-width:1000px) {
	#page_home .meeting_info {
    height: 100rem;
    background-size: contain;
}
}

@media screen and (max-width:960px){
	#page_home{
		width:calc(100% - 190px);
	}
	#page_home .change_log .log_outer{
		height:250px;
	}
}
@media screen and (max-width:908px){
	#page_home .meeting_info .home_illust02 {
    right: -2rem;
}
	#page_home .meeting_info .home_bnr01 {
    left: 21rem;
    top: 91rem;
    position: absolute;
}
}

@media screen and (max-width:800px){
	#page_home{
		padding:0;
		width:100%;
		margin-top: -20rem;
	}
	#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%;
	}
	#page_home .meeting_info {
    height: 108rem;;
		overflow: hidden;
}
	#page_home .meeting_info h1.pc {
		display: none;
	}
	#page_home .meeting_info h1.sp {
		display: block;
		width: 100%;
}
	#page_home .meeting_info h1 img{
		width: 100%;
		margin-top: 1rem;
}
	#page_home .meeting_info .home_title01 ,
	#page_home .meeting_info .home_info01  {
		position: relative;
		top: 4rem;
		width: 50%;
}
	#page_home .meeting_info .home_illust01 {
    position: absolute;
    float: left;
    top: 81rem;
		width: 30rem;
}
	#page_home .meeting_info .home_illust02 {
    left: 4rem;
    position: absolute;
    top: 100rem;
    width: 10rem;
    z-index: 220;
}
	#page_home .meeting_info .home_bnr01 {
    left: 26rem;
    top: 101rem;
    position: absolute;
    width: 30rem;
}
}

@media screen and (max-width:600px){
	#page_home img.pc{
		display:none;
	}
	#page_home img.sp{
		display:inline-block;
	}
	#page_home .meeting_info h1.sp {
		width: 86%;
	}
	#page_home .change_log{
		padding:20px 20px;
	}
	#page_home .change_log dl dt{
		padding-bottom:0;
		padding-left:2em;
		border-bottom:none;
		font-weight:500;
	}
	#page_home .change_log dl dt::before{
		top:60%;
		transform:none;
	}
	#page_home .change_log dl dd{
		padding-top:0;
		padding-left:2em;
		width:100%;
	}
	#page_home .change_log dl dt,
	#page_home .change_log dl dd{
		width:100%;
		font-size: 4.2vw;
	}
	#page_home .change_log dl dt::before {
    background-size: 5vw 4vw;
}
}

/*----- page_message -----*/
#page_message .text{
	text-indent:1rem;
}
#page_message .profile{
	display: block;
}
#page_message .photo{
	margin:3.2rem .3rem 0 auto;
	width:160px;
}
#page_message .photo img{
	display:block;
	width:100%;
	line-height:0;
	vertical-align:bottom;
}
#page_message .title{
	margin:0;
	padding-right:1.6rem;
	padding-top: 1.6rem;
	font-size:1.4rem;
	line-height:1.5;
	text-align:right;
	vertical-align:bottom;
}
#page_message .name{
	margin:0;
	padding-right:1rem;
	font-size:2.4rem;
	font-weight:700;
	line-height:1.5;
	text-align:right;
}
#page_message .name small{
	font-size:1.6rem;
	font-weight:400;
}
#page_message .affi{
	margin:0 0 50px;
	padding-right:1rem;
	font-size:1.4rem;
	text-align:right;
}
#page_message .main_text{
	clear: both;
	text-indent:1em;
}
#page_message .main_text p{
	margin:1rem 0;
}


@media screen and (max-width: 500px) {
	#page_message .profile{
		flex-flow: column;
		align-items: flex-end;
		flex-direction: column-reverse;
	}
	#page_message .name {
    margin-top: 0;
}
#page_message .photo{
	text-align: center;
	margin:1rem auto;
	width:50%;
	float:none;
}
#page_message .title,
#page_message .name,
#page_message .affi{
	text-align:center;
}
	
#page_message .title{
	margin:0;
	padding:0;
	font-size:2rem;
}
#page_message .name{
	margin:0;
	padding:0;
	font-size:3.6rem;
	font-weight:700;
}
#page_message .name small{
	font-size:2rem;
	font-weight:400;
	display: block;
}
#page_message .affi{
	margin:0;
	padding:0;
	font-size:1.8rem;
}
	
#page_message .main_text p{
	font-size: 2rem;
}
}

/*----- page_overview -----*/
#page_overview dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
}
#page_overview dl dt,
#page_overview dl dd{
	box-sizing:border-box;
	padding:1.2em 0.6em;
	border-bottom:solid 1px rgb(200,200,200);
}
#page_overview dl dt{
	margin:0;
	width:160px;
	color: rgb(2, 64, 165);
	display: block;
}
#page_overview dl dt b{
	font-weight:700;
	min-width: 3em;
	display: inline-block;
	text-align-last: justify;
}
#page_overview dl dd{
	margin:0;
	width:calc(100% - 160px);
	text-align: left;
	font-size: 1.4rem;
}
#page_overview dl dd address{
	margin:0;
}
#page_overview dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_overview .note_large{
	padding-left:1em;
	font-size:1.6rem;
	text-indent:-1em;
}
#page_overview span.note_large{
	display:block;
}
#page_overview address{
	display: inline-block;
}

@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 .contents_area > section > section > section{
	padding-bottom: 3rem;
}
#page_program .date_and_time {
	padding: .3em .1em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.55;
	display: inline-block;
	color: rgb(220, 50, 50);
	margin: 0 0 1.6rem;
	border-radius: 4px;
	width: 10rem;
	text-align: center;
	position: relative;
	top:-5rem;
	left: 2rem;
	margin-bottom: -5rem;
	float: left;
}
#page_program .venue {
	padding: .3em 2em ;
	font-weight: 700;
	line-height: 1.55;
	background: rgb(3, 158, 189);
	color: rgb(255, 255, 255);
	border-radius: 4px;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	margin: 2rem -1.6rem;
}
#page_program h3.venue::before {
	content: none;
}
#page_program h4{
	position:relative;
	margin:0 0 .4em;
	padding-bottom:.5em;
	padding-left:13rem;
	border-bottom:solid 1px rgb(200,200,200);
	font-size:1.9rem;
	line-height:1.4;
}
#page_program h4::before{
	box-sizing:border-box;
	content:"";
	position:absolute;
	top:50%;
	left:.1em;
	display:inline-block;
	margin-right:8px;
	margin-left:.5rem;
	margin-top: -.8rem;
	width:.9rem;
	height:.9rem;
	border-radius:5px;
	background-color: rgb(59, 79, 160);
}
#page_program h5{
	position:relative;
	margin:0 0 .4em 1.6rem;
	padding-bottom:.4em;
	padding: 0 0 .4rem .6rem;
	border-bottom:dotted 1px rgb(200,200,200);
	font-size:1.8rem;
	color:rgb(19, 69, 113);
	line-height:1.4;
}

#page_program .session_theme {
	margin: .8em 0 .8em 1rem;
	padding-bottom: .3em;
	font-size: 1.125rem;
	font-weight: 700;
	border-bottom: dotted 1px rgb(180, 180, 180);
	color: rgb(120, 40, 0);
	line-height: 1.5;
}

#page_program .speakers_box {
	margin: 0 0 4rem 2rem;
	line-height: 1.6;
}

#page_program .speakers_box dt {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(4, 58, 80);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	color: rgb(4, 58, 80);
	text-align: center;
	float: left;
}
#page_program .speakers_box dt.ls-1 {
	letter-spacing: -.1em;
}

#page_program .speakers_box dd {
	margin: 0 0 0 125px;
	padding-bottom: .6em;
	font-size: .937em;
	font-weight: 700;
	text-align: left
}

#page_program .speakers_box dd .title {
	display: block;
	margin: .5em 0 .2em;
	padding:0 0 .2em;
	border-bottom: dotted 1px rgb(180, 180, 180);
	color: rgb(100, 40, 0);
	line-height: 1.4;
	font-size: 1.6rem;
}

#page_program .speakers_box dt+dd .title {
	margin-top: -.05em;
}

#page_program .speakers_box dd .affi {
	display: inline-block;
	padding-left: .5em;
	font-size: 12px;
	font-weight: 400;
	text-indent: -.3em;
	margin-left: .3em;
}
#page_program .speakers_box dd.sponsored {
	text-align: right;
}
#page_program .speakers_box dd.sponsored::before {
	content: "共催：";
}
#page_program .sub_title{
	float: right;
	font-size: 1.5rem;
	line-height: 2em;
}
#page_program .speakers_box.num{	
	counter-reset:speak_num;
	
}
#page_program .speakers_box.num .title{
	text-indent: -2.55em;
	padding-left: 2.55em;
	letter-spacing: -.001em
}
#page_program .speakers_box.num .title::before{
	counter-increment:speak_num;
	padding-right: .3em;
	font-size: .9em;
}
#page_program .sy1 .speakers_box.num .title::before{
	content:"SY1-"counter(speak_num);
}
#page_program .sy2 .speakers_box.num .title::before{
	content:"SY2-"counter(speak_num);
}
#page_program .o1 .speakers_box.num .title::before{
	content:"01-"counter(speak_num);
	padding-right: .85em
}
#page_program .o2 .speakers_box.num .title::before{
	content:"02-"counter(speak_num);
	padding-right: .85em
}
#page_program .speakers_box.num .title.num_none{
	text-indent: 0;
	padding-left: 0;
}
#page_program .speakers_box.num .title.num_none::before{
	content: none;
}

@media screen and (max-width: 500px) {
	#page_program .speakers_box dt {
		float: none;
		width: 80px;
		font-size: .8em;
	}
	#page_program .speakers_box dd {
		font-size: .8em;
		display: block;
		margin: 0 0 0 0px;
	}
	#page_program .sub_title {
		float: none;
		display: block;
		font-size: 1.3rem;
		line-height: 2em;
	}
}

/*----- page_abstract -----*/
#page_abstract .period{
	margin:1.5em 0;
	font-size:1.8rem;
	font-weight:700;
	color:rgb(210,60,60);
	line-height:1.7;
}
#page_abstract .extension{
	display:inline-block;
	width:19em;
	color:rgb(255,80,80);
	vertical-align:top;
}
#page_abstract .extension strike{
	color:rgb(255,80,80);
}
#page_abstract .extension strike > .black{
	color:rgb(50,50,50);
}
#page_abstract a.mini_button{
	position:relative;
	box-sizing:border-box;
	display:inline-block;
	margin:.4em 0;
	padding:0 1em 0 1.2em;
	background:rgb(45,89,150);
	border:solid 1px rgb(45,89,150);
	border-radius:4px;
	box-shadow:0 0 3px rgba(0,0,0,.3);
	font-size:1.4rem;
	font-weight:500;
	color:rgb(255,255,255);
	text-decoration:none;
	transition:.2s ease-out;
	transition-opacity:background,color;
	z-index:1;
}
#page_abstract a.mini_button::before{
	position:absolute;
	top:calc(50% - .25em);
	left:5px;
	content:"";
	display:block;
	box-sizing:border-box;
	width:.6em;
	height:.6em;
	border-style:solid;
	border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) rgba(255,230,140,1);
	border-width:.3em .2em .3em .4em;
	vertical-align:10%;
	transition:.15s ease-out;
	transition-opacity:right,border;
}
	#page_abstract a.mini_button:hover{
		background:rgb(255,255,255);
		color:rgb(45,89,174);
	}

	#page_abstract a.mini_button:hover::after{
		right:0;
		border-left-color:rgb(60,30,160);
	}



/*----- page_link -----*/
#page_link dl.site_link dt::before{
	content: "";
	position: absolute;
	top: 36%;
	left: 4px;
	display: block;
	width: 12px;
	height: 12px;
	background: rgb(242, 187, 22);
}
#page_link dl.site_link dt{
	box-sizing:border-box;
	font-weight:700;
	padding-left:1.2em;
	position:relative;
}
#page_link dl.site_link dd{
	box-sizing:border-box;
	margin:0 0 25px 24px;
	font-weight:500;
}
#page_link dl.site_link dd a{
	display:block;
	box-sizing:border-box;
	width:100%;
	position: relative;
	border-bottom:1px rgba(60,60,60,0) dotted;
	color:rgb(242, 147, 27);
	text-decoration:none;
	transition:.4s ease-out;
	transition-property:background,color,border-radius,padding-left;
}
#page_link dl.site_link 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_link dl.site_link a::after{
	content: "";
	position: absolute;
	right: 0;
	width:10px;
	height: 0px;
	margin: auto;
	border-left: 10px solid rgb(200, 66, 57);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transition:.2s ease-out;
	background: none;
}
#page_link dl.site_link 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_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);
}
#page_sponsors .flowchart {
	display: flex;
	justify-content: space-between;
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

#page_sponsors .flowchart li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 30%;
}

#page_sponsors .flowchart li::after {
	position: absolute;
	top: calc(50% - .3em);
	right: -33px;
	content: "";
	display: block;
	box-sizing: border-box;
	width: 1.6rem;
	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_sponsors .flowchart li:last-child::after {
	content: none;
}

#page_sponsors .flowchart li .name {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 1rem 1rem;
	padding-left: calc(1rem + 1.1em);
	width: 100%;
	height: 60px;
	background: rgb(180, 220, 255);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -1.1em;
}

#page_sponsors .flowchart li .description {
	margin: 0;
	padding: 1rem 1rem;
	width: 100%;
	min-height: 160px;
	background: rgb(210, 233, 250);
	font-size: 1.2rem;
}
@media screen and (max-width:560px){
	#page_sponsors dl.type01 dt {
		margin: 0;
		width: 100%;
		font-weight: 700;
		border-bottom:none ;
	}
	#page_sponsors dl.type01 dd {
		margin: 0;
		width: 100%;
		padding-top: 0rem;
	}
	#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_sponsors ol.flowchart {
		display: block;
	}
	#page_sponsors .flowchart li {
		margin-top: 3rem;
		width: 100%;
	}
	#page_sponsors .flowchart li .description {
		margin: 0;
		padding: 1rem 1rem;
		width: 100%;
		min-height: 100px;
		background: rgb(230, 230, 230);
		font-size: 1.4rem;
	}
	#page_sponsors .flowchart li::after {
		position: absolute;
		top: calc(50% - -6em);
		right: 50%;
		content: "";
		display: block;
		box-sizing: border-box;
		width: 1.6rem;
		height: 2rem;
		border-style: solid;
		border-color: rgba(255, 200, 100, 1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
		border-width: 1rem 1rem 1rem 1rem;
	}
}



/*----- 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 .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 {
}
#page_registration .creditcard {
		width: 100vw;

	display: flex;
}
#page_registration .creditcard img {
	height: 5vw;
}

#page_registration .ta_c .creditcard_security{
	max-width: 190px;
}
#page_registration .ta_c .creditcard_security02{
	max-width: 360px;
}
#page_registration .card_new_line{
	text-indent:-1em;
	display:inline-block;
}


/*----- participants -----*/
/*--テーブル--*/


@media screen and (max-width:830px){
  
}
@media (max-width:600px){
}


#page_holding_form h3 .small{
	font-size: 1.2rem;
	color: rgb(0,0,0);
}
#page_holding_form .period{
	font-size: 1.6rem;
	font-weight: 500;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	border: solid 2px rgb(255,130,130);
	padding: 1rem;
}



/*#page_access*/
#page_venue .ac_list dt{
	font-weight: 700;
}
#page_venue .ac_list dt::before{
	content: "◆";
}
#page_venue .ac_list dd{
	margin-bottom: 2.4rem;
	border-bottom: dotted 1px rgb(180,180,180);
}


