@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;
}
#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: absolute;
    right: 0px;
}
#page_home .meeting_info img.theme{
	position: absolute;
	top:20px;
	left: 120px;
}
#page_home .meeting_info img.details {
	margin: auto;
    position: relative;
    top: 640px;
}
#page_home .term_notice{
	display:flex;
	justify-content:space-between;
	padding:30px 35px;
}
#page_home .term_box{
	margin:0 auto;
	padding:8px 10px;
	width:49%;
	background:rgb(255,255,255);
	border:solid 2px rgb(10,67,37);
	border-radius:6px;
	color:rgb(10,67,37);
	font-weight:700;
	text-align:center;
}
#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 .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(255,255,255);
}
#change_log h2{
	margin:0;
	padding-bottom:.2em;
	border-bottom:solid 2px rgb(216, 216, 216);
	font-size:1.5rem;
	color:rgb(90, 139, 117);
	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;
}
#change_log dl dt{
	padding-left:6px;
	width:130px;
}
#change_log dl dt::before{
	box-sizing:border-box;
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:8px;
	background:rgb(138, 191, 83);
	vertical-align:0;
}
#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;
}

#ins{
	margin: 2em 1em;
	background: rgba(255,255,255,1.00);
	border: solid 2px rgb(24, 76, 84);
	border-radius: 1em;
	padding: 1em 2em;
	font-size: .95em
}

#ins h2{
	color: rgb(230, 60, 60);
	text-align: center;
	margin: 0;
}
#ins .ta_r{
	text-align: right
}

/*------------------------------
	page_message
------------------------------*/
#page_message .profile{
	display: flex;
	justify-content: flex-end;
	align-items:center;
}
#page_message .profile > div{
margin-top: 3rem;
}
#page_message .profile > .text{
margin-right: 1rem;
margin-top: 9rem;
}
#page_message .photo,
#page_message .name,
#page_message .affi{
	padding-right:0;
	text-align:right;
	line-height:1.5;
	margin: 0;
}
#page_message .photo{
	margin:0 1.5rem 1.5rem 0;
	vertical-align:bottom;
}
#page_message .photo img{
	width:150px;
}
#page_message .name{
	margin:0;
	font-size:1.2rem;
}
#page_message .name small{
	font-size:.9rem;
	line-height: 1.4em;
	display: inline-block;
	margin-right: 1em;
}
#page_message .affi{
	font-size:1rem;
	font-weight: 700;
}
#page_message .date{
	padding-right:1rem;
	text-align:right;
}

#page_message .indent1{
	padding-left: 0;
}
#page_message .indent1 section{
	margin-top:1rem; 
}
#page_message .indent1 p{
	text-align:justify;
	margin: 0;
	
}
#page_message h3 {
	text-align: center;
	left: -10px;
}
#page_message h3::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: -18px;
    top: 14px;
    background-color: rgb(234, 84, 19);
	margin-left: 16px;
	display: block; 
    border: none;
    left: auto;
   	bottom: auto;
}

#page_message h4 {
	text-align: center;
	padding: .5em 0;
	margin: 0 auto 2em;;
	width: 50%
}
#page_message h4::before {
	display: none;
}

/*------------------------------
	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::after{
	content: "：";
}
#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: 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 h3 > span{
	font-size:1rem;
	font-weight:700;
}
#page_program .program_list dt{
	margin-top: 3.2rem
}
#page_program .program_list dt time{
	margin: .2rem 1rem;
	padding:.1rem;
	border:solid 1px rgb(23, 85, 178);
	border-radius: 4px;
	font-size:.8rem;
	font-weight:700;
	line-height:1.5;
	display:inline-block;
	color:rgb(23, 85, 178);
	width: 8rem;
	text-align: center;
	float: left;
}
#page_program .program_list dt h3{
	margin:0 0 .8em 10rem;
	padding-bottom:.3em;
	padding-left: 0;
	font-size:1.125rem;
	font-weight:700;
	border-bottom:dotted 1px rgb(180,180,180);
	color:rgb(17,128,52);
	line-height:1.5;
}
#page_program .program_list dt h3::before{
	content: none;
}
#page_program .program_list dd{
	margin-left:0;
}
#page_program .program_list dd p{
	margin-left: 10rem;
	padding-left: 0;
}
#page_program .program_list dd h4{
	display:block;
	font-size:1.1rem;
	text-indent:-.5em;
	margin:0 1.5rem;
	color: rgb(50,50,50);
}
#page_program .program_list dd h4::before{
	content: "「";
}
#page_program .program_list dd h4::after{
	content: "」";
}
#page_program .program_list dd .speakers_box{
	margin:0 0 0 1rem;
	line-height:1.6;
}
#page_program .program_list dd .speakers_box dt{
	margin:0 .5rem;
	width:7rem;
	background:rgb(132, 128, 147);
	border-radius:3px;
	font-size:.875em;
	font-weight:500;
	color:rgb(240, 240, 240);
	text-align:center;
	float:left;
	text-align-last: justify;
	padding: 0 2.4rem
}
#page_program .program_list dd .speakers_box dt.cm{
	margin:0 .5rem;
	width:7rem;
	background:rgb(132, 128, 147);
	border-radius:3px;
	font-size:.74em;
	font-weight:500;
	color:rgb(240, 240, 240);
	text-align:center;
	float:left;
	text-align-last: center;
	padding: .23em 0;
}
#page_program .program_list dd .speakers_box dd{
	margin:0 0 0 125px;
	font-size:.937em;
	font-weight:700;
}
#page_program .program_list dd .speakers_box dd h4{
	display:block;
	padding-left:.5em;
	font-size:.98rem;
	text-indent:-.5em;
	margin-left: 1rem;
	color: rgb(50,50,50);
}
#page_program .program_list dd .speakers_box dd p{
	padding-left:.5em;
	font-size:1rem;
	margin-left: .8rem;
}
#page_program .program_list dd .speakers_box dd ol li{
	margin-left: 2.4rem;
	padding-left: .4rem;
}
#page_program .program_list dd .speakers_box dd .affi{
	font-weight: 400;
	font-size: .8em;
}
#page_program .program_list dd .speakers_box dd .affi::before{
	content: "（";
}
#page_program .program_list dd .speakers_box dd .affi::after{
	content: "）";
}






/*------------------------------
	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;
}

