@charset "utf-8";

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

.society-outline {
    margin-top: -20px;
}
.society-theme {
    margin-top: 113px;
}
.society-header{
	position:relative;
}
.btn_web{
	position:absolute;
	top:225px;
	left:75px;
}
.btn_web a{
	width:215px;
	display:block;
	background:#cc0700;
  box-shadow: 0 3px #860300;
  color: #FFF;
  display: inline-block;
  border-radius: 6px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:19px;
  font-weight: bold;
  text-align: center;
  transition: background-color .5s, box-shadow .5s, top .5s;
  padding:15px 10px;
}
.btn_web a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.society-point {
    display: flex;
    justify-content: center;
    margin-top: 692px;
}

.news {
    margin-top:20px;
}

.news h2 {
    height: 30px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #009cdb, rgba(0, 157, 219, 0));
}

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

.news-list {
    height: 146px;
    overflow-y: scroll;
    background-color: #8ccbee;
    padding: 7px 10px;
	font-size: 13px;
	line-height: 1.4;
}

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

.date {
    width: 105px;
    padding-left: 17px;
    font-weight: bold;
    color: var(--sub-color);
}

.excerpt {
    flex: 1;
    padding-right: 10px;
    color: #666;
}
.top_info{
	background:#fff;
	border:5px solid #cc0700;
	padding:20px;
	margin:30px auto 0;
}

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

.page-contents {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    width: 730px;
    min-height: 1290px;
    padding: 20px;
    background-color: #fff;
    background-image: url(../images/bg_shadow_bottom.png), url(../images/bg_shadow.png);
    background-position: left bottom, left top;
    background-repeat: no-repeat;
    background-size: 20px 182px, 20px 100%;
}

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

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

.page-title {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: .3em 0 .2em 1.2em;
    border-bottom: 3px solid var(--key-color);
    color: var(--sub-color);
}

.page-title::before {
    position: absolute;
    top: 0;
    left: .5em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: var(--key-color);
    content: '';
}

.page-title::after {
    position: absolute;
    transform: rotate(15deg);
    top: .7em;
    left: 0;
    height: 8px;
    width: 8px;
    background: var(--key-color);
    content: '';
}

.page-title > span {
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

/* 既存の垂直マージンを削除 */
.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 {
    height: 30px;
    background-image: linear-gradient(to bottom, var(--key-color), var(--sub-color));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 5px 100%;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

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

.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;
}

.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-width70 {
    width:70%;
}
.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: 0 .2em;
}

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

.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;
}

.th-r-t th {
    text-align: right;
    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 a {
    background-color: var(--sub-color);
    box-shadow: 0 3px #ccc;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 1em 2em;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: background-color .5s, box-shadow .5s, top .5s;
}

.btn a:hover {
    background-color: var(--sub-color);
    box-shadow: 0 1px #000;
    top: 1px;
}

/* ご挨拶 */
.chairmam-detail {
    display: flex;
    align-items: flex-end;
    gap: 1.5em;
    padding: 0 1em 1em;
    border-bottom: 1px solid #ccc;
}

.chairmam-detail img {
    width: 150px;
    height: auto;
}

.chairmam-detail figcaption span {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.2em;
}

.salutation {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.salutation p {
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	padding: 0 0.5em;
    font-size: 14px;
}

/* 開催概要 */
.outline-detail {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    font-size: 15px;
    line-height: 1.7;
}

.outline-detail dt {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    font-weight: bold;
    color: var(--sub-color);
}

.outline-detail dt span::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-left: .5em;
    margin-right: .5em;
    font-size: 0.8em;
    position: relative;
    bottom: 1px;
    color: var(--key-color);
}

.outline-detail dd {
    width: calc(100% - 90px - 10px);
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
}

.outline-secretariat dt {
    font-weight: bold;
    color: var(--sub-color);
}

.outline-secretariat dt:nth-of-type(2) {
    margin-top: 1.5em;
}

.outline-secretariat dt span::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-left: .5em;
    margin-right: .5em;
    font-size: 0.8em;
    position: relative;
    bottom: 1px;
    color: var(--key-color);
}

.outline-secretariat dd {
    padding: 0.2em 1em;
}

/* リンク */
.link-list {
    padding: 0 1em;
}

.link-list li {
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
    font-size: 1.1em;
    font-weight: 700;
}

.link-list li:not(:last-child) {
    margin-bottom: 2em;
}

.link-list li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
    font-size: 0.8em;
    position: relative;
    bottom: 1px;
    color: var(--key-color);
}

.link-list li span {
    display: block;
    margin-top: 0.5em;
    margin-left: 2em;
    font-size: 0.9em;
    font-weight: normal;
}

.btn-details{
	border:1px solid #004097;
	padding:10px;
	margin:0 0 10px;
}
.btn-details .zacho{
	width:100px;
	/*background:#004097;*/
	border-radius: 3px;
	display: flex;
	align-items: center;
	color: #004097;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding: 2px 0;
}



