@charset "UTF-8";

/*-----------------------------------
-----------------------------------
	ページごとの設定
-----------------------------------
-----------------------------------*/

/*----- page_home -----*/
#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 5px rgba(0,0,0,.3);
}
#page_home img{
	width:100%;
	vertical-align:bottom;
}
#page_home img.sp{
	display:none;
}
.important_notice01{
	margin:0px;
	padding:1rem 2.0rem;
	background:rgb(255,255,255);
	border:solid 2px rgb(7, 30, 137);
	font-size:1.6rem;
	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(255,0,0);
	text-align:center;
	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:.5rem 0 0;
	font-size:1.4rem;
	color:rgb(255,0,0);
}
.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{
	/* position: relative;
	top: -10px; */
	box-sizing:border-box;
	margin:0 auto;
	padding:35px 25px 0;
	background:rgba(255,255,255,.9);
}
#page_home .change_log h2{
	margin:0;
	padding:.5rem .5em;
	font-size:1.5em;
	font-weight:800;
	color:rgb(7, 30, 137);
	line-height:1.4;
	letter-spacing:0.05em;
	border-bottom: solid 1px rgb(180, 180, 180);
}
#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.5rem;
	line-height:1.5;
}
#page_home .change_log dl dt{
	position:relative;
	width:130px;
	padding-left:16px;
}
#page_home .change_log dl dt::before{
	content:"";
	position:absolute;
	top:50%;
	left:.3rem;
	display:block;
	background:rgb(7, 30, 137);
	width:.6rem;
	height:.6rem;
	border-radius:.3rem;
	transform:translateY(-50%);
}
#page_home .change_log dl dd a{
	color:rgb(230,80,60);
	transition:opacity .2s ease-out;
}
#page_home .change_log dl dd a:hover{
	opacity:.5;
}
#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;
	}
}

@media screen and (max-width:800px){
	#page_home{
		padding:10px 0 0;
		width:100%;
	}
	#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 img.sp{
		display:inline-block;
	}
	#page_home .change_log{
		padding:20px 20px;
	}
	#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 .profile{
	display: flex;
	justify-content: flex-end;
	align-items:flex-end;
}
#page_message .photo,
#page_message .name,
#page_message .affi{
	margin-top: 0px;
	padding-right:1rem;
	text-align:right;
	line-height:1.5;
}
#page_message .photo{
	margin:0 0 1.5rem 1.5rem;
	vertical-align:bottom;
}
#page_message .photo img{
	width:150px;
}
#page_message .name{
	margin:0px 0 .3em;
	font-size:1.8rem;
	font-weight:300;
}
#page_message .affi{
	font-size:1.4rem;
}
#page_message .date{
	padding-right:1rem;
	text-align:right;
}

.surrounding-lines{
	padding: 20px;
	background: rgb(250, 240, 222);
	border: 1px solid rgb(255, 0, 0);
	border-radius: 10px;

}

@media screen and (max-width: 500px) {
	#page_message .profile{
		flex-flow: column;
		align-items: flex-end;
		flex-direction: column-reverse;
	}
}



/*----- page_overview -----*/
#page_overview dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	border-top:solid 1px rgb(200,200,200);
}
#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;
	font-weight:700;
}
#page_overview dl dd{
	margin:0;
	width:calc(100% - 160px);
}
#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;
}

@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%;
	}
}


/*------ access ------*/
#page_access .access_map{
	text-align:center;
}
#page_access .access_map img{
	width:100%;
	max-width:650px;
}
#page_access .facility{
	margin-top:0;
}
#page_access .facility dt{
	margin-top:15px;
}
#page_access .facility :first-child{
	margin-top:0;
}
#page_access .facility dd{
	margin-left:21px;
}
#page_access .facility dt>span{
	display:inline-block;
	padding-right:5px;
	color:rgb(0,152,13);
}
#page_access .from_a dt{
	margin-top:20px;
	font-weight:700;
}
#page_access .from_a dd{
	margin-left:16px;
}
#page_access .venue_info{
	box-sizing:border-box;
	margin-top:35px;
	padding:5px 20px 15px;
	background:rgba(85,160,197,.1);
}
#page_access .venue_info .name{
	margin-bottom:10px;
	font-size:2.6rem;
}
#page_access .venue_info .address{
	margin-top:0;
}
#page_access .googlemap{
	width:100%;
	height:450px;
	box-shadow:0 2px 3px rgba(0,0,0,.3);
}

/*------ links ------*/
#page_links dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	background: rgb(160,80,0);
}

#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(230,80,60);
	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(230,80,60) 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(160,80,0);
	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(160,80,0);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/*----- page_english -----*/
#page_english dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	border-top:solid 1px rgb(200,200,200);
}
#page_english dl dt,
#page_english dl dd{
	box-sizing:border-box;
	padding:1.2em 0.6em;
	border-bottom:solid 1px rgb(200,200,200);
}
#page_english dl dt{
	margin:0;
	width:160px;
	font-weight:700;
}
#page_english dl dd{
	margin:0;
	width:calc(100% - 160px);
}
#page_english dl dd .affi{
	display:block;
	line-height:1.5;
	font-size:1.4em;
}

/*--補足・注（先頭に※や＊の付く所）--*/
#page_english .note_large{
	padding-left:1em;
	font-size:1.6rem;
	text-indent:-1em;
}
#page_english span.note_large{
	display:block;
}

@media screen and (max-width:520px){
	#page_english dl dt{
		padding-bottom:0;
		width:100%;
		border-bottom:none;
	}
	#page_english dl dd{
		padding-top:0;
		width:100%;
	}
}

/*----- page_cfa -----*/
#page_cfa h4{
	position:relative;
	margin:1.5em 0 .4em;
	padding-bottom:.5em;
	padding-left:0;
	border-bottom:solid 1px rgb(200,200,200);
	font-size:2.0rem;
	line-height:1.4;
}
#page_cfa h4::before{
	box-sizing:border-box;
	content:none;
	position:absolute;
	top:.5em;
	left:.1em;
	display:inline-block;
	margin-right:8px;
	margin-left:3px;
	width:10px;
	height:10px;
	border:solid 2px rgb(196,80,40);
	border-radius:5px;
}

#page_cfa span{
	font-weight: bold;
	font-size: 1.1em;
	color: rgb(196,80,40);
}

#page_cfa table.type06{
	margin:1em 0;
	border-collapse:collapse;
	line-height:1.5;
	text-align:left;
	table-layout:fixed;
	width: 100%
}
#page_cfa table.type06 th,
#page_cfa table.type06 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	/* vertical-align: top; */
}
#page_cfa table.type06 th + *,
#page_cfa table.type06 td + *{
	border-left:dotted 1px rgb(200,200,200);
}
#page_cfa table.type06 th{
	background:rgb(250,240,220);
	font-weight:500;
	text-align:center;
}
#page_cfa table.type06 td{
}
#page_cfa .table_note{
	margin-top:.3em;
	font-weight:700;
}


/*----- page_program -----*/

#page_program .button_box02{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.5em auto;
	padding: 0 0 0 100px;
	text-align:center;
	max-width:1080px;
	list-style:none;
	z-index:0;
}
#page_program .button_box02.sp_around{
	justify-content: center;
}
#page_program .button_box02 li{
	width:80%;
	margin:0 auto;
}
#page_program .button_box02 li a{
	position:relative;
	box-sizing:border-box;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:.6em 1em .6em .8em;
	width:80%;
	background:rgb(196,80,40);
	border:solid 1px rgb(196,80,40);
	box-shadow:0 0 5px rgba(0,0,0,.3);
	font-weight:500;
	color:rgb(255,255,255);
	text-decoration:none;
	transition:.2s ease-out;
	transition-opacity:background,color;
	z-index:1;
}
#page_program .button_box02 a::after{
	position:absolute;
	top:calc(50% - .3em);
	right:4px;
	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:.2s ease-out;
	transition-opacity:right,border;
}
#page_program .button_box02 a:hover{
		background:rgb(255,255,255);
		color:rgb(196,80,40);
	}

#page_program .button_box02 a:hover::after{
		right:0;
		border-left-color:rgb(196,80,40);
	}
#page_program .button_box02 li.w3{
	width:32%;
}
#page_program .button_box02 li.w2{
	width:49%;
}
#page_program .button_box02.m_large{
	margin-top:4rem;
}
#page_program .button_box02 li.disabled a{
	pointer-events:none;
	cursor:default;
	background:rgb(204,204,204);
}

#page_program .program_title{
	margin-bottom:0px;
	font-size:1.3em;
	font-weight:600;
}
#page_program h3 {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
#page_program .date_time{
	display: inline-block;
	margin-left: auto;
	font-size: .7em;
	color: rgb(60,60,60);
}
#page_program .date_time02{
	position: absolute;
	top:0px;
	right: 0;
	display: block;
	font-size: .7em;
	color: rgb(60,60,60);
}
#page_program .date_time03{
	text-align: right;
}
#page_program .program_box{
	display:flex;
	flex-wrap:wrap;
	margin-top: 1rem;
	padding-top:1em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
}
#page_program hr.symposium_line{
	margin-top: 3rem;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, rgb(237, 149, 149) 0, rgb(237, 149, 149) 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, rgb(237, 149, 149) 0, rgb(237, 149, 149) 1px, transparent 0, transparent 50%);
	background-size: 8px 8px;
}
#page_program .program_img{
	display:flex;
	align-items:flex-start;
	/*margin-top: -50px;*/
}
#page_program .program_img p{
	margin:0;
	margin-bottom:20px;
	width:110px;
}
#page_program .program_img img{
	width:100%;
	line-height:1.4em;
}
#page_program .program_img .program_neme{
	line-height: 1.3;
	font-size:.875em;
	font-weight:600;
	padding-bottom: .5rem;
}
#page_program .program_img .program_neme span{
	font-size:.75em;
	font-weight:400;
}
#page_program .program_contents{
	margin-left:5px;
	width:calc(100% - 165px);
}

#page_program .program_contents p{
	font-size:.875em;
}
#page_program .headline{
	margin:2.5rem 0 0 0px;
	font-size:1.4em;
	font-weight:600;
}
#page_program .speakers {
	margin-top:1rem;
}
#page_program .speakers_right {
	display: flex;
	justify-content: flex-end;
	margin-top:1rem;
}
#page_program .speakers_box {
	margin: .5rem 0 0 1rem;
	line-height: 1.6;
}
#page_program .speakers_box dt {
	margin: 0;
	width: 110px;
	border: solid 1px rgb(160,80,0);
	border-radius: 3px;
	font-size: .875em;
	font-weight: 700;
	color: rgb(160,80,0);
	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: 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(247, 131, 152);
	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;
}

@media screen and (max-width:520px){
	#page_program .program_title{
	margin-bottom: 0px;
	font-size:1em;
	font-weight:600;
}
	#page_program .program_box{
		display:block;
	}
	#page_program .program_box .program_contents{
		width:100%;
	}
	#page_program .speakers_right {
	display:block;
	}
	#page_program .speakers_box dt {
		float:none;
	}
	#page_program .speakers_box dd {
		margin: .5rem 0 0 0px;
	}
}


/*----- page_registration -----*/

#page_registration h6 {
	position: relative;
	margin: 5rem 0 2rem;
	padding: 1rem 0.3rem 1rem 2rem;
	background: rgb(255, 254, 252);
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgb(60,60,60);
}

#page_registration h6::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 0.35em;
    height: 103%;
    margin-right: 4px;
    background: linear-gradient(to bottom,rgb(160,80,0),rgb(196,80,40));
    transform: translateY(-50%);
}

#page_registration .while {
	padding-top: 1em;
	line-height: 2em;
}

#page_registration table.type02 {
    margin: 1em 0;
    border-collapse: collapse;
    line-height: 1.5;
    text-align: left;
    table-layout: fixed;
    width: 70%;
}

#page_registration table.type02 th,
#page_registration table.type02 td{
	padding:.7em .8em;
	border-top:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	vertical-align: top;
}
#page_registration table.type02 th + *,
#page_registration table.type02 td + *{
	border-left:dotted 1px rgb(200,200,200);
}
#page_registration table.type02 th{
	background:rgb(250,240,220);
	font-weight:500;
	text-align:center;
}

#page_registration .table_note{
	margin-top:.3em;
	font-weight:700;
}