@charset "utf-8";

/*======================================

	Custom CSS
	Copyright (c) 2018-, PROACTIVE Inc. All rights reserved.

=======================================*/

.s-title sup {
	font-size: .7em;
}

.d-list dt {
	color: #4435AE;
	font-weight: bold;
}

/*--- Top---*/
.site-title {
    margin-bottom: .5rem;
}
.top-img-box {
	width: 1270px;
    height: 580px;
	margin: 0 auto 5rem auto;
    background: url("../img/main_img.png") center left no-repeat;
    background-size: auto 480px;
    position: relative;
}
.main-info {
	padding-top: 3.5rem;
    position: absolute;
    top: 0px;
    right: 0;
}
.main-info h1 img {
    height: 6.5rem;
    margin-left: 7rem;
}
.main-info dl {
	margin-top: 1.9rem;
    margin-left: 7rem;
    background-color: #fff;
    padding: 1.75rem 2rem .25rem;
}
.main-info dl dt {
	font-size: 1.25rem;
	line-height: 1.4;
    background-color: #662d91;
    color: #fff;
    width: 5rem;
    text-align: center;
    padding: .5rem .5rem .4rem .5rem;
}
.main-info dl dd {
	font-size: 1.3rem;
	margin-left: 0;
	padding-bottom: 1rem;
}
.main-info dl .date {
	font-size: 1.8rem;
	margin-left: 0;
	padding-bottom: 1rem;
	line-height: 1.5;
}
/*.main-info dl .date .del-line {
	position: relative;
}

.main-info dl .date .del-line::after {
	content: '';
	position: absolute;
	top: .6em;
	left: 0;
	width: 14em;
	height: 2px;
	border-bottom: 1px solid #fff;
}

.main-info dl .place .del-line {
	position: relative;
}

.main-info dl .place .del-line::after {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: 20em;
    height: 2px;
    border-bottom: 1px solid #fff;
}*/

.main-info dl dd span {
	font-size: 1rem;
}

.news {
	margin-left: .5rem;
}

.news dt {
	float: left;
	width: 10em;
	padding: 1rem 0 1rem 2rem;
}

.news dd {
	padding: 1rem 0 1rem 12rem;
	border-bottom: 1px dotted #939393;
}

.greeting {
    padding: 1rem 1rem 0;
    border: 1px solid #C1272D;
}

.dl_abstract {
    margin-top: 3rem;
}
.dl_abstract .btn1 {
    padding: 1rem 5rem;
}
.dl_abstract .btn1 .material-symbols-outlined {
    vertical-align: middle;
    margin-left: .5rem;
}

/*参加者・発表者へ*/
.outline-data {
	margin-left: 1rem;
}

.outline-data dt {
	font-size: 1.25rem;
	color: #5a4498;
}

.outline-data dd {
	margin-bottom: 1.5rem;
}

.name-list dt {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
}

.congress-info {
	margin-bottom: 1rem;
}

.pos-size {
    float: right;
}

#congress-prog tr td {
	white-space: nowrap;
}

/*--- meeting ----*/
/*.annual_meeting{
  width:700px;
  margin:0 auto;
}
.annual_meeting figure{
  width:100%;
}*/
.annual_meeting {
    align-items: flex-end;
}
.annual_meeting figure{
  width:460px;
    text-align: center;
}
.annual_meeting figure img{
  max-width:100%;
    width: auto;
}
figcaption {
    padding-top: 1.5rem;
    margin-bottom: 5.5rem;
    text-align: center;

}

/*---subject----*/
.sub_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub_box li:not(:last-child) {
    margin-right: 1rem;
}
