@charset "utf-8";

/* @group トップページ
------------------------------------------------------*/

.society-outline {
    margin-top: 10px;
}
.society-theme {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.news {
    margin-top: 40px;
}

.news h2 {
    height: 30px;
    display: flex;
    align-items: center;
    background: var(--sub-color);
}

.news h2 span {
    margin-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.news-list {
    height: 174px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.news-list li {
    display: flex;
    padding: 14px 0 0;
}

.date {
    width: 100px;
    padding-left: 17px;
    font-weight: bold;
    color: #008f45;
}

.excerpt {
    flex: 1;
    padding-right: 10px;
    color: #666;
}


/* @group ページ共通
------------------------------------------------------*/

.page-contents {
    position: relative;
    width: 730px;
    min-height: 1000px;
    padding: 0px 20px 40px;
    background-color: #fff;
}

/* 既存の垂直マージンを削除 */
.page-contents > * {
	margin-top: 0;
	margin-bottom: 0;
}

/* 連続する要素だけに上方向のマージンを適用 */
.page-contents > * + * {
	margin-top: var(--space, 2rem);
}

.page-title {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: .5em 1.5em;
    background-color: var(--key-color);
    color: #fff;
}

.page-title::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px var(--sub-color);
    content: '';
}

.page-title > span {
    display: flex;
    align-items: baseline;
    gap: 0.3em;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.page-title > span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    font-size: 0.9em;
}

/* 既存の垂直マージンを削除 */
.page-body>* {
    margin-top: 0;
    margin-bottom: 0;
}

/* 連続する要素だけに上方向のマージンを適用 */
.page-body>*+* {
    margin-block-start: var(--space, 2em);
}

.page-body>section>* {
    margin-top: 0;
    margin-bottom: 0;
}

.page-body>section>*+* {
    margin-block-start: var(--space, 1em);
}

.heading_h3 {
	position: relative;
	padding: .75em .75em .5em .75em;
}
.heading_h3::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: var(--key-color);
	border-radius: 4px;
}

.heading_h3 > span {
    margin-left: 0.25em;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.heading_h4 {
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
}

.heading_h4::before {
    content: "\f14b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .5em;
    color: var(--sub-color);
}

.heading_h4 > span {
    font-size: 17px;
    font-weight: bold;
}

.under_construction {
    text-align: center;
    font-size: 1.1em;
    padding-top: 50px;
}

/* アイコン
--------------------------*/

.exlink:after {
    content: '\f08e';
    /* 外部リンク先のアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}
.exlink2:after {
	  content: '\f14c';
  font-family: FontAwesome;
  margin-left: .5em;
  margin-right: .5em;
}
.exlink2{
	color: #E50012;
}
.download:before {
    content: '\f019';
    /* ダウンロードのアイコン */
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

.pdf:after {
    content: '\f1c1';
    /* PDFファイルの後（fa-file-pdf-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.word:after {
    content: '\f1c2';
    /* WORDファイルの後（fa-file-word-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.ppt:after {
    content: '\f1c4';
    /* PPTファイルの後（fa-file-powerpoint-o） */
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.excel:after {
    content: '\f1c3';
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.mail:after {
    content: '\f003';
    font-family: FontAwesome;
    margin-left: 0.5em;
}

.cipher a:before {
    content: '\f023';
    /* 暗号通信の前（fa-lock） */
    font-family: FontAwesome;
    margin-right: .5em;
}

.check::before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: .3em;
}

/*罫線*/

hr {
    border: none;
    border-top: 1px solid #ccc;
}

hr.hr-full {
    margin: 0 .75em 1.5em;
    box-shadow: 1px 1px 1px rgba(0, 71, 157, 0.2);
}

/* ハイライト */
.text-highlight {
    background: linear-gradient(transparent 40%, #f6ff5f 40%);;
}

.inline {
    display: inline;
}

/*文字詰め*/

.feature {
    font-feature-settings: "palt";
}

/*囲み*/

.enclosure01 {
    border: 1px;
    border-style: solid;
    padding: 1em 2em;
}

.enclosure02 {
    display: inline-block;
    border: 1px;
    border-style: solid;
    padding: .5em 1em;
}

.enclosure-style01 {
    border-color: #DDDDDD;
    background: #FFFFFF;
}

.enclosure-style02 {
    border: 3px solid rgba(245, 200, 200, 0.4);
    background: rgba(245, 200, 200, 0.1);
}
.enclosure-style03 {
	border: 3px solid #ff0000;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}


/*リストスタイル*/
.list-style01 {
    margin-left: 40px;
    margin-right: 20px;
    font-size: 16px;
}

.list-style01 li {
    margin-bottom: .3em;
}

.list-style {
    list-style-position: outside;
    padding-left: 1.5em;
}

.list-disc {
    list-style-type: disc;
}

.list-num {
    list-style-type: decimal;
}

.list-num2 {
    list-style-type: decimal-leading-zero;
}

/*※入り*/
.asterisk {
    padding-left: 1.2em;
    text-indent: -0.9em;
}

.asterisk li::before {
    content: '※';
    margin-right: .3em;
    position: relative;
    bottom: 1px;
}

/*表組み*/
.tbl-width100 {
    width: 100%;
}

.tbl-width50 {
    width: 50%;
}

.tbl-style01 thead th {
    background-color: #DDD;
    border: 1px #CCCCCC;
    border-style: solid;
    padding: .5em;
}

.tbl-style01 tbody th,
.tbl-style01 tbody td {
    border: 1px #CCCCCC;
    border-style: solid;
}

.tbl-style01 tbody th {
    background-color: #EEEEEE;
    padding: .5em;
}

.tbl-style01 tbody td {
    background-color: #FFFFFF;
    padding: .5em;
}

.tbl-style02 tbody th,
.tbl-style02 tbody td {
    border: 1px #FFFFFF;
    border-style: solid;
}

.tbl-style02 tbody th {
    background-color: #FFFFFF;
    padding: .5em;
}

.tbl-style02 tbody td {
    background-color: #FFFFFF;
    padding: .5em;
}

.th-c-m th {
    text-align: center;
    vertical-align: middle;
}

.th-l-m th {
    text-align: left;
    vertical-align: middle;
}

.th-l-t th {
    text-align: left;
    vertical-align: top;
}

.td-c-m td {
    text-align: center;
    vertical-align: middle;
}

.td-l-m td {
    text-align: left;
    vertical-align: middle;
}

.td-l-t td {
    text-align: left;
    vertical-align: top;
}

/* ボタン */
.btn_basic li a {
    min-width: 200px;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 2em;
    border: 3px solid var(--sub-color);
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: var(--sub-color);
    text-decoration: none;
    transition: 0.3s ease all;
    z-index: 1;
}

.btn_basic li a:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: var(--sub-color);
    z-index: -1;
}

.btn_basic li a:hover, .btn_basic li a:focus {
    color: white;
}

.btn_basic li a:hover:before, .btn_basic li a:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.btn_basic li a:active {
    transform: scale(0.9);
}

/*flexbox*/

.flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-row-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
}

.flex-column {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
}

.flex-column-reverse {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: column-reverse;
    /* Safari */
    flex-direction: column-reverse;
}

.inline-flex {
    display: -webkit-inline-flex;
    /* Safari */
    display: inline-flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
}

.flex-start {
    -webkit-justify-content: flex-start;
    /* Safari */
    justify-content: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    /* Safari */
    justify-content: flex-end;
}

.flex-space-around {
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
}

.flex-space-between {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.flex-align-center {
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.flex-align-end {
    -webkit-align-items: flex-end;
    /* Safari */
    align-items: flex-end;
}

/*会長挨拶*/
.chairman {
	float:right;
	padding:130px 0 0 0;
	margin-bottom:36px;
}
.greeting_img{
	width:150px;
	height:196px;
	float:right;
}
.salutation{
	border-top:1px solid #ccc;
	padding-top:20px;
}
.salutation p {
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.8;
	margin-bottom: 1em;
}

/*開催概要*/
.outline_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 20px;
	margin: 0 10px 25px;
	border-bottom: 1px solid #eee;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.7;
}
.outline_list:last-child {
	border-bottom: 1px solid rgba(222, 89, 100, 0);
}

.outline_list dt {
	width:150px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.outline_list dt span:nth-of-type(1) {
	font-weight: bold;
	color: #DE5964;
}
.outline_list dt span:nth-of-type(1)::before {
	content: '\f058';
	font-family: FontAwesome;
	margin-left: .3em;
	margin-right: .3em;
	color: rgba(222, 89, 100, 0.3);
	font-size: 13px;
	position: relative;
	bottom: 1px;
}
.outline_list dd {
	flex: 1;
	border-left: 1px solid rgba(222, 89, 100, 0.4);
	padding-left:10px;
}

/*リンク*/
.ul_linkList2{
  border-bottom: 1px dotted #E50012;
  box-sizing: border-box;
  padding: 1em;
}
.icon_link::before {
  content: '\f0c1';
  font-family: FontAwesome;
  margin-right: .3em;
}

/* 日程表・プログラム */
.pro-navi {
    display: flex;
    flex-wrap: wrap;
}

.pro-navi li {
    margin: 5px 14px;
}

.pro-navi li a > span::before {
    content: '\f13a';
    font-family: FontAwesome;
    margin-right: .3em;
}

.pro_date {
    width: 140px;
    height: 30px;
    border: 1px solid #333;
    padding: 2px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pro_date > span {
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
}
.pro_date2 {
	font-size: 15px;
	margin-left:auto;
}

.pro_title {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.pro_title > span {
    margin: 0 0.5em 0.25em;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.pro_speakers {
    display: flex;
    gap: 20px;
    margin: 10px;
}

.pro_speakers dt {
    width: 50px;
}

.pro_speakers dt span {
    padding: 2px 10px;
    text-align: center;
}

.pro_speakers dt.pro_chair span {
    background-color: #ddd;
    border: 1px solid #ccc;
}

.pro_speakers dt.pro_speak span {
    background-color: #eee;
    border: 1px solid #ccc;
}

.pro_speakers dt.pro_spon span {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.pro_speakers dd {
    flex: 1;
    padding: 2px 0;
}

.pro_speakers dd > ul {
    display: flex;
    gap: 10px;
}

.pro_name {
    width: 90px;
}

.pro-affiliation {
    flex: 1;
    font-feature-settings: "palt";
}