@charset "UTF-8";

/*-----------------------------------
	ページごとの設定
-----------------------------------*/

/*----- page_home -----*/
#page_home{
	box-sizing:border-box;
	width:770px;
	/*background:url("../img/page_home_bg01.jpg") center top no-repeat;
	box-shadow:0 0 5px rgba(0,0,0,.3);*/
	text-align:left;
}
#page_home .meeting_area{
	position: relative;
}
#page_home .meeting_info{
	margin: 0px;
	height: 900px;
	text-align: center;
	background-image: url("../img/page_home_bg01.png");
}
#page_home .meeting_info img{
	vertical-align:bottom;
	line-height:.5rem;
	margin-top:0;
	user-select: none;
}
#page_home .meeting_info h1 img.title {
    position: relative;
    top:298px;
}
#page_home .meeting_info img.theme{
	position: relative;
	top:160px;
}
#page_home .meeting_info img.details {
	margin: auto;
    position: relative;
    top: 290px;
}
#page_home .term_notice{
	display:flex;
	justify-content:space-between;
	padding:30px 35px;
}
#page_home .term_box{
	margin:0 auto;
	padding:8px 38px;
	/* width:80%; */
	background:rgb(255,255,255);
	border:solid 2px rgb(10,67,37);
	border-radius:6px;
	color:rgb(60,60,60);
	font-weight:700;
	text-align:left;
}
#page_home .term_box .title{
	margin:0 0 3px;
	padding-bottom:3px;
	border-bottom:dotted 1px rgb(10,67,37);
	font-size:1.25rem;
	line-height:1.3;
}
#page_home .term_box .term{
	margin:0;
	font-size:1.25rem;
	line-height:1.3;
}
#page_home .term_box .note{
	margin:0;
	font-size:.625rem;
	line-height:1.6;
}
#page_home .term_box02{
	position:absolute;
	top:5%;
	left: 50%;
	transform: translateX(-50%);
	padding:8px 10px;
	width:60%;
	background:rgba(255,255,255,.8);
	border:solid 2px rgb(10,67,37);
	border-radius:6px;
	color:rgb(10,67,37);
	font-weight:700;
	text-align:center;
}
#page_home .term_box02 .title{
	margin:0 0 3px;
	padding-bottom:3px;
	border-bottom:dotted 1px rgb(10,67,37);
	font-size:1.5rem;
	line-height:1.3;
}
#page_home .term_box02 .term{
	margin:0;
	font-size:1.25rem;
	line-height:1.3;
}
#page_home .term_box02 .note{
	margin:0;
	font-size:.625rem;
	line-height:1.6;
}

#page_home .term_box03{
	position:absolute;
	bottom:12.5%;
	right:6%;
	/*transform: translateX(-50%);*/
	padding:5px 5px 0;
	width:25%;
	background:rgba(255,255,255,.8);
	border:solid 2px rgb(10,67,37);
	border-radius:6px;
	color:rgb(10,67,37);
	font-weight:700;
	text-align:center;
}
#page_home .term_box03 .title{
	margin:0;
	padding-bottom:3px;
	font-size:1.312rem;
	line-height:1.5;
}
#page_home .term_box03 .title span{
	display:block;
	background:rgb(10,67,37);
	color:rgb(255,255,255);
}
#page_home .term_box03 .term{
	margin:0;
	font-size:1rem;
	line-height:1.3;
}
#page_home .term_box03 .note{
	margin:0;
	font-size:.625rem;
	line-height:1.6;
}

#page_home .term_box04{
	position:absolute;
	bottom:38%;
	right:5%;
	/*transform: translateX(-50%);*/
	padding:5px;
	width:25%;
	background:linear-gradient(45deg, rgb(255,220,150) 0%, rgb(250,200,10) 45%, rgb(255,225,120) 70%, rgb(255,200,27) 85%, rgb(250,200,10) 90% 100%);
	/*border:solid 2px rgb(10,67,37);*/
	border-radius:6px;
	color:rgb(10,67,37);
	text-align:center;
	line-height:1.3;
}
#page_home .term_box04 p{
	display:inline-block;
	margin:0;
	text-align:left;
}
#page_home .term_box04 .title{
	margin:0;
	padding-bottom:3px;
	font-size:1.312rem;
	font-weight:700;
	line-height:1.5;
}
#page_home .term_box04 .title span{
	display:block;
	background:rgb(10,67,37);
	color:rgb(255,255,255);
}
#page_home .term_box04 .term{
	margin:0;
	font-size:1rem;
	line-height:1.3;
}
#page_home .term_box04 .note{
	margin:0;
	font-size:.625rem;
	line-height:1.6;
}
#page_home .term_box04 a{
	text-decoration:none;
	color:rgb(10,67,37);
	transition:.2s ease-out;
	transition-property:opacity;
}
#page_home .term_box04 a:hover{
	opacity:.7;
}

#page_home .term_box05{
	position:absolute;
	bottom:38%;
	right:5%;
}
/*#page_home .term_box05 a{
	transition:.2s ease-out;
	transition-property:opacity;
}
#page_home .term_box05 a:hover{
	opacity:.8;
}*/

#page_home .term_box06{
	position:absolute;
	width:290px;
	bottom:35%;
	left:3%;
	background:rgba(255,255,255,.8);
	border-radius:10px;
}

#page_home .term_box06 .title_area{
	padding:5px;
	background:rgba(130,170,10,.8);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	color:rgb(255,255,255);
	font-size:1.125em;
	font-weight:700;
	text-align:center;
	line-height:1.1;
}

#page_home .term_box06 .title_area span{
	font-size:1.375em;
}

#page_home .term_box06 .text_area{
	display:flex;
	padding:12px 7px 5px 12px;
}

#page_home .term_box06 .logo_wrap{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	flex:1;
	align-items:center;
	width:150px;
}

#page_home .term_box06 .logo_wrap a{
	display:block;
	width:55px;
	transition:.2s ease-out;
	transition-property:opacity;
}

#page_home .term_box06 .logo_wrap a:hover{
	opacity:.7;
}

#page_home .term_box06 .logo_wrap img{
	width:100%;
}

#page_home .term_box06 .text_area .text{
	margin-left:13.5px;
	font-size:.875em;
	line-height:1.4;
}

#page_home .term_box07{
	display:flex;
	position:absolute;
	width:200px;
	bottom:35%;
	left:3%;
}

#page_home .term_box07 a{
	display:block;
	padding-right:15px;
	width:70px;
	transition:.2s ease-out;
	transition-property:opacity;
}

#page_home .term_box07 a img{
	width:100%;
}

#page_home .term_box07 a:hover{
	opacity:.7;
}

#page_home .term_box08{
	background:rgb(255,255,255);
}

#page_home .term_box08 .term_box08_inner{
	position:relative;
	box-sizing:border-box;
	margin:0 auto;
	padding:1rem 2rem 0;
	width:710px;
	background:rgb(255,255,255);
	border:solid 6px rgb(17,128,52);
	border-radius:6px;
	color:rgb(60, 60, 60);
	font-size:.937rem;
	line-height:1.3;
}
#page_home .term_box08 .term_box08_inner::before{
	content: " ";
	position: absolute;
	top:6px;
	left:6px;
	width:calc(100% - 12px);
	height:calc(100% - 12px);
	border:solid 3px rgb(17,128,52);
}
#page_home .term_box08 .term_box08_inner .title{
	margin:0;
	margin-bottom:10px;
	padding-bottom:3px;
	border-bottom:dotted 1px rgb(10,67,37);
	font-size:1.375rem;
	color:rgb(17,128,52);
	font-weight: 700;
	text-align: center;
	line-height:1.7;
}
#page_home .term_box08 .term_box08_inner .subject{
	margin:0 0 .5em;
	padding-left: 1em;
	font-size:.937rem;
	font-weight: 700;
	line-height:1.2;
}
#page_home .term_box08 .term_box08_inner .name{
	margin:0;
	font-size:.937rem;
	font-weight: 700;
	text-align: center;
	line-height:1.2;
}
#page_home .term_box08 .term_box08_inner .note{
	margin:0 0 .3em;
	font-size:.875rem;
	line-height:1.2;
}
#page_home .term_box08 .term_box08_inner .affi{
	margin:0 0 1.5em;
	font-size:.875rem;
	text-align: center;
	line-height:1.2;
}


#page_home .term_box09{
	position: absolute;
	padding:0 10px;
	bottom:17%;
	right:4%;
	/* transform:translate(-50%,-50%); */
	width:fit-content;
	background:rgba(255,255,255,.8);
	border:solid 3px rgb(0,96,172);
	border-radius:6px;
	color:rgb(60,60,60);
	font-weight:700;
	text-align:left;
}

#page_home .term_box09  p{
	margin:.5em 0;
}

#page_home .term_box10{
	position: absolute;
	top:40%;
	right:4%;
	/* transform:translate(-50%,-50%); */
}
#page_home .term_box10  p{
	margin:.5em 0;
}
#page_home .term_box10  a{
	display:block;
	padding:0 20px;
	width:fit-content;
	text-decoration:none;
	background:rgb(255,115,115);
	border:solid 3px rgb(240,160,160);
	border-radius:6px;
	color:rgb(255, 255, 255);
	font-weight:700;
	text-align:left;
	transition:background-color,color .2s ease-out;
}
#page_home .term_box10  a:hover{
	background:rgb(255,255,255);
	border:solid 3px rgb(240,160,160);
	color:rgb(255,115,115);
	cursor: pointer;
}

#page_home .notice{
	margin-top:-30px;
	padding:  1rem 2rem;
	background-color: rgb(255, 255, 255);
}
#page_home .notice dl{
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 1rem;
	border: solid 1.5px rgb(17,128,52);
}
#page_home .notice dl dt {
    margin: 0;
	font-size: .985em;
    padding-left: 0.5em;
    /* width: 200px; */
    /* color: rgb(14,133,12); */
    font-weight: 600;
}
#page_home .notice dl dd {
    margin: 0;
    width: calc(100% - 200px);
	line-height: 1.3;
}
#page_home .notice .red{
	font-size:.875rem;
	color: rgb(255, 48, 48);
}

#page_home .notice02{
	margin:0;
	padding:.5rem 2rem 1rem;
	background-color: rgb(255, 255, 255);
}
#page_home .notice02 p{
	margin:0;
	padding:.5rem 2rem 1.5rem;
	background-color: rgb(250, 105, 105);
	color:rgb(255, 255, 255);
	font-size:1.312rem;
	text-align:center;
}

#change_log{
	box-sizing:border-box;
	margin:0 auto;
	padding:36px 36px 8px;
	width:100%;
	background:rgb(19, 49, 95);
}
#change_log h2{
	margin:0;
	padding-bottom:.2em;
	border-bottom:solid 3px rgb(217, 180, 211);
	font-size:1.5rem;
	color:rgb(255, 255, 255);
	font-weight:500;
	line-height:1.5;
	letter-spacing: .1em
}
#change_log .log_outer{
	height:215px;
	overflow-y:auto;
}
#change_log dl{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	font-size:.937rem;
}
#change_log dl dt,
#change_log dl dd{
	box-sizing:border-box;
	padding-top:.8em;
	padding-bottom:.8em;
	border-bottom:dotted 1px rgb(200, 200, 200);
	line-height:1.5;
	color: rgba(255,255,255,1.00);
}
#change_log dl dt{
	padding-left:6px;
	width:130px;
}
#change_log dl dt::before{
	box-sizing:border-box;
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:8px;
	background:rgb(223, 5, 5);
	vertical-align:0;
	border-radius: 12px;
	position: relative;
	top:-5%;
}
#change_log dl dd{
	margin:0;
	width:calc(100% - 130px);
}

#change_log dl dd a{
	color:rgb(234,85,50);
	transition:opacity .2s ease-out;
}

#change_log dl dd a:hover{
	opacity:.5;
}

/*------------------------------
	page_message
------------------------------*/
#page_message .text{
	text-indent:1em;
}
#page_message .photo{
	margin:1rem .3rem 0 1rem;
	width:160px;
	box-shadow:0 0 5px rgba(0,0,0,.3);
	float:right;
}
#page_message .photo img{
	display:block;
	width:100%;
	line-height:0;
	vertical-align:bottom;
}
#page_message .title{
	margin:132px 0 0;
	padding-right:1rem;
	font-size:.875rem;
	line-height:1.5;
	text-align:right;
}
#page_message .name{
	margin:0;
	padding-right:1rem;
	font-size:1.25rem;
	font-weight:700;
	line-height:1.5;
	text-align:right;
}
#page_message .name small{
	font-size:.875rem;
	font-weight:400;
	margin-right: .5rem;
	letter-spacing: .3rem;
}
#page_message .affi{
	margin:0 0 50px;
	padding-right:1rem;
	font-size:.875rem;
	text-align:right;
}
#page_message .main_text{
	text-indent:1em;
}

/*------------------------------
	page_overview
------------------------------*/
/*----- 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:140px;
	color: rgb(58,76,101);
	display: block;
}
#page_overview dl dt b{
	font-weight:700;
	min-width: 4em;
	display: inline-block;
	text-align-last: justify;
}
#page_overview dl dd{
	margin:0;
	width:calc(100% - 140px);
	text-align: left;
}
#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_access
------------------------------*/
#page_access .map{
	margin: 1rem auto;
	text-align: center;
}
#page_access .map dl{
	text-align: left;
}
#page_access .map dl dt{
	font-weight: 700;
}
#page_access .map dl dd{
	margin-left: 1em;
	margin-bottom: 2em;
}
#page_access .map dl dd ul{
	margin-left: -2em;
	margin-top: 0;
}

/*------------------------------
	page_program
------------------------------*/
#page_program h2 > span{
	font-size:1rem;
	font-weight:700;
}
#page_program h3{
	padding-left: 0;
	margin: 1rem 0 1rem 1rem;
	border-bottom-width: 2px;
	font-size: 1rem;
	
}
#page_program h3::before{
	content: none;
}
#page_program .date_and_time{
	padding:.2rem 1.2rem;
	border-bottom:solid 1px rgb(200,200,200);
	font-weight:700;
	line-height:1.5;
	background:rgb(210,90,90);
	font-size:.86rem;
	color:rgb(255,255,255);
	margin: .5rem 1rem;
}
#page_program .session_theme{
	text-align: left;
	padding: .8rem .3rem .2rem 0;
	font-size: 1.2rem;
	font-weight: 700;
	border-bottom: double 4px rgb(103, 54, 21);
	margin: .8rem;
	color: rgb(103, 54, 21);
}
#page_program .session_theme::before,
#page_program .session_theme::after{
	content: none;
}
#page_program .holding_format{
	margin: -2.65rem .5rem 0.6rem;
	padding: 0 0 0.5rem;
	font-size: .9rem;
	font-weight: 700;
	color: rgb(60,60,60);
	text-align: right;
}
#page_program .speakers_box,
#page_seminar .speakers_box{
	margin:.6rem 0 2.4rem 1rem;
	line-height:1.6;
}
#page_program .speakers_box dt{
	margin:0;
	width:120px;
	border:solid 1px rgb(17,128,52);
	border-radius:3px;
	font-size:.875em;
	font-weight:700;
	color:rgb(17,128,52);
	text-align:center;
	float:left;
}
#page_program .speakers_box dd,
#page_seminar .speakers_box dd{
	margin:0 0 0 125px;
	font-size:.937em;
	font-weight:700;
	text-align: left;
}
#page_program .speakers_box dt + dd .title,
#page_seminar .speakers_box dt + dd .title{
	margin-top:1em;
}
#page_program .speakers_box dd .affi,
#page_seminar .speakers_box dd .affi{
	display:inline-block;
	padding-left:.5em;
	font-size:.88em;
	font-weight:400;
	text-indent:-.8rem;
}
#page_program .speakers_box dd .affi::before,
#page_seminar .speakers_box dd .affi::before{
	content: "（";
}
#page_program .speakers_box dd .affi::after,
#page_seminar .speakers_box dd .affi::after{
	content: "）";
}
#page_program .speakers_box dd + dt,
#page_program .speakers_box dd + dt + dd,
#page_seminar .speakers_box dd + dt,
#page_seminar .speakers_box dd + dt + dd{
	margin-top:.5em;
}
#page_program .speakers_box dt.session_title{
	display: block;
	float: none;
	width: auto;
	text-align: left;
	padding: .2rem .3rem .2rem .5rem;
	text-indent: -.98rem;
	border-radius: 0;
	border: none;
	margin:.8em .8rem .8em 0;
	padding-bottom:.3em;
	font-size:.99rem;
	font-weight:700;
	border-bottom:dotted 1px rgb(180,180,180);
	color:rgb(17,128,52);
	line-height:1.5;
}
#page_program .speakers_box dd.sponsor{
	margin: 1rem;
	text-align: right;
}
#page_program .speakers_box dd.sponsor::before{
	content: "共催：";
}
#page_program .speakers_box dt.session_title::before{
	content: "「";
}
#page_program .speakers_box dt.session_title::after{
	content: "」";
}
#page_program .subject_number{
	display:inline-block;
	margin-left:.7em;
	padding:.02em .3em;
	border:1px solid rgb(60,60,60);
	font-size:.812rem;
	font-weight:400;
	color:rgb(60,60,60);
	vertical-align:10%;
}
#page_program .subject_number02{
	display:inline-block;
	margin-left:.7em;
	padding:0 .3em;
	border:1px solid rgb(60,60,60);
	background:rgb(200,200,200);
	font-size:.812rem;
	font-weight:400;
	color:rgb(60,60,60);
	vertical-align:10%;
}
#page_program .subject_number03{
	display:inline-block;
	margin-left:.7em;
	padding:0 .3em;
	border:1px solid rgb(60,60,60);
	background:rgb(140,140,140);
	font-size:.812rem;
	font-weight:400;
	color:rgb(255,255,255);
	vertical-align:10%;
}
#page_program .subject_remarks{
	display:inline-block;
	color:rgb(60,60,60);
	font-size:.687rem;
	font-weight:500;
	vertical-align:10%;
}
#page_program .speakers_box dt + dd .title,
#page_seminar .speakers_box dt + dd .title{
	margin-top:0;
}


#page_program .flyer {
	text-align: center;
	font-size:.8em;
	line-height: 1.5;
	font-weight:600;
}
#page_program .flyer img{
    color: rgba(255,255,255,1.00);
		text-decoration: none;
		display: block;
		cursor: pointer;
		width: 120px;
}
#page_program .flyer a:hover{
	background:rgb(255,255,255,1.00);
	color:rgba(247,147,30,1.00);
	border:solid 1px rgba(247,147,30,1.00);
}
#page_program .session_wrap{
	display: flex;
}
#page_program .credit{
	margin:.9em 0 2.5em 1rem;
	padding:.1em .5em;
	border:solid 1px rgb(160,80,20);
	border-radius:3px;
	font-weight:700;
}
#page_program .credit::before{
	content:"";
	box-sizing:border-box;
	display:inline-block;
	margin-right:6px;
	width:8px;
	height:8px;
	border:solid 2px rgb(160,80,20);
	border-radius:4px;
	vertical-align:6%;
}
#page_program .red_box{
	display:inline-block;
	padding:0 5px;
	background:rgb(240,30,30);
	font-size:.937rem;
	color:rgb(255,255,255);
}
#page_program .blue_box{
	display:inline-block;
	padding:0 5px;
	background:rgb(4, 110, 238);
	font-size:.937rem;
	color:rgb(255,255,255);
}



#page_program .speakers_box dd.title ,
#page_seminar .speakers_box dd.title {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    border-bottom: dotted 1px rgb(180,180,180);
    font-size: 1.1em;
    color:rgb(17,128,52);
    line-height: 1.4;
}


#page_seminar .speakers_box dt{
	margin:0;
	border-radius:3px;
	font-size:1em;
	font-weight:700;
	color:rgb(17,128,52);
	text-align:left;
	display: inline-block;
	vertical-align: bottom;
}
#page_seminar .speakers_box dd{
	display: inline-block;
	text-align: left;
	margin-left: 0;
	vertical-align: bottom;
}
#page_seminar h3{
	margin-left: .7em;
	padding-left: 0;
}
#page_seminar h3::before{
	content: none;
}

#page_program .pdf_down a{
	float: right;
	padding: 1rem;
	background-color: rgba(255,255,255,1.00);
}
#page_program .pdf_down{
	float: right;
	padding: 1rem;
	background-color: rgba(255,255,255,1.00);
}
#page_program .pdf_down a img{
	width: 88px;
}
#page_program .pdf_down a:hover img{
	transform:scale(1.04);
	transition:0.1s;
}
#page_program .pdf_down a[target="_blank"]::after{
	content: none;
}
/*------------------------------
	page_link
------------------------------*/
#page_link dl dt::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	background: rgb(239,57,74);
}
#page_link dl dt{
	box-sizing:border-box;
	font-weight:700;
	padding-left:1em;
	position:relative;
}
#page_link dl dd{
	box-sizing:border-box;
	margin:0 0 25px 18px;
	font-weight:700;
}
#page_link 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_link 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_link 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_link 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_abstract .type03.w2 th,
#page_abstract .type03.w2 td{
	height: 4rem
}
#page_abstract .type03.w2 td{
	font-size: .86em
}
