@charset "utf-8";

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

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

.society-outline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 53px;
    margin-top: 25px;
}

.news {
    margin-top:29px;
    background-color: #FFFFFF;
    padding-bottom: 15px;
}

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

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

.news-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(175px - 30px);
    overflow-y: scroll;
    padding: 15px 30px 15px 30px;
    font-size: 12px;
    line-height: 1.7;
}

.news-list li {
    display: flex;
}

.date {
    width: 80px;
    color: var(--point-color);
}

.excerpt {
    flex: 1;
    color: #666666;
}

/* サイドバナー */
.side_banner{
	margin:30px auto 10px;
}
.side_banner a{
	display:block;
}
.side_banner img{
	max-width:230px;
	margin:10px auto;
}
.side_banner img:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}

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

.page-contents {
    min-height: 900px;
    margin-top: 10px;
    padding: 20px 20px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0px, #fff 20px), linear-gradient(#fff, #fff);
    background-position: center top, center 20px;
    background-repeat: no-repeat;
    background-size: 100% 20px, 100% 100%;
}

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

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

.page-title {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    padding: .3em 0 .2em 1.5em;
    border-bottom: 2px solid var(--key-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(--point-color);
    content: '';
}

.page-title > span {
	font-size: 22px;
	font-weight: bold;
    color: var(--point-color);
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}


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

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

.heading_h3 {
	position: relative;
	padding: .75em .75em .5em .25em;
    margin-bottom: 10px;
}
.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.5em;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
    color: var(--key-color);
}
.heading_h3-02 {
	position: relative;
	padding: .75em .75em .5em .25em;
	margin-bottom: 10px;
}
.heading_h3-02::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background:#3DB4C5;
	border-radius: 4px;
}

.heading_h3-02 > span {
    margin-left: 0.5em;
    font-size: 19px;
    font-weight: bold;
    color:#3DB4C5;
}

.heading_h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.heading_h4 > span {
    background: linear-gradient(to right, var(--key-color), #fff);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    padding-left: 1px;
    padding-right: 16px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: var(--point-color);
}

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

.inquiry-list {
    background-color: rgba(237, 237, 237, 0.2);
    background-image: linear-gradient(var(--sub-color), var(--sub-color));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 2px 100%;
    padding-left: 0.75em;
    padding-right: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}

.inquiry-list dt {
    margin-bottom: 0.25em;
    font-weight: bold;
    color: var(--key-color);
}

/*表組み*/
.tbl-width100 {
    width: 100%;
}
.tbl-width80 {
    width:80%;
}
.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 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn:not(:last-child) {
    margin-bottom: 20px;
}

.btn_basic li a {
    min-width: 280px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 2em;
    border: 3px solid var(--btn-color);
    border-radius: 3px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: var(--btn-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(--btn-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);
}
.btn_basic.btn_basic2 li a{
	border: 3px solid #99A5AB;
    color:#99A5AB;
}
.btn_basic.btn_basic2 li a:before {
	background:#99A5AB;
}
.btn_basic.btn_basic2 li a:hover,
.btn_basic.btn_basic2 li a:focus {
    color: white;
}

/*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;
}


/* 開催概要 */

.outline-detail {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
    font-size: 15px;
    line-height: 1.7;
}

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

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

.outline-detail dd {
    width: calc(100% - 130px - 10px);
    border-bottom: 1px solid var(--sub-color);
    padding-bottom: 0.5em;
}

/* ご挨拶
--------------------------*/
.presidentBox {
	margin:0 auto;
	padding:10px 15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img{
	width:150px;
	float:right;
}
.presidentBox p {
	text-align:right;
	position:absolute;
	top:140px;
	right:185px;
}
.mainTxt02 {
	line-height:180%;
	margin:1em auto;
	text-indent:1em;
}

/* 演題募集 */

.tbl-cat td {
    padding: 0.25em 0.5em;
}
.tbl-cat td:nth-of-type(odd) {
    text-align: right;
}
.ol_part1{
	margin-left:2em;
}
.ol_part1 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part1 li::before{
	content:counter(cnt)".";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}       
.ol_part2{
	margin-left:2em;
}
.ol_part2 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part2 li::before{
	content:counter(cnt)")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.ol_part3{
	margin-left:3em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
	margin-bottom:10px;
}
.ol_part3 li::before{
	content: "（" counter(cnt) "）";
	display:inline-block;
	margin-left:-2.5em;
	width:2.5em;
}

/* プログラム */
.program_wrap {
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    row-gap: 5px;
}

.program_wrap .day-time {
    font-weight: bold;
    color: var(--sub-color);
    text-align: right;
}
.program_wrap .day-time::before {
    content: '日時：';
}

.program_wrap .theme {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    font-feature-settings: "palt";
}
/* .program_wrap .theme::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: .25em;
    font-size: 0.9em;
    color: var(--key-color);
} */

.program_wrap .role-name {
    display: flex;
    line-height: 1.4;
}

.program_wrap .role-name .role {
    width: 50px;
    font-weight: bold;
    color: #666;
}

.program_wrap .role-name .name {
    flex: 1;
}

.program_wrap .role-name .name > ul {
    display: flex;
    margin-bottom: 3px;
    font-feature-settings: "palt";
}

.program_wrap .role-name .name > ul li:first-child {
    width: 110px;
}

.program_wrap .role-name .name > ul li:last-child {
    flex: 1;
}

/* 市民公開講座 */
.flyer{
	display:block;
	width:250px;
	margin:10px auto;
}
.flyer img{
	width:250px;
}
.flyer:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}

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

.border_red{
	border:3px solid #cc0700;
	padding:10px;
}
.info_ondemand {
	margin: 20px 30px 0;
	padding: 10px 50px;
}