@charset "UTF-8";

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

.society-theme {
    order: 1;
    width: 96px;
    height: 587px;
    margin-left: -480px;
    margin-bottom: 105px;
}

.society-title {
    order: 2;
    width: 671px;
    height: 113px;
    margin-bottom: 10px;
}

.society-outline {
    order: 3;
    width:690px;
    height:124px;
    margin-bottom: 33px;
}

.news h2 {
    width: 730px;
    height: 30px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(#0068af, #0068af);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 5px 100%, 730px 30px;
    display: flex;
    align-items: center;
}

.news h2 span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
}

.news-list {
    width: 704px;
    min-height: 145px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(#dbeff8, #dbeff8), linear-gradient(#FFF, #FFF);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 5px 100%, 100px 100%, 730px 100%;
    padding: 5px 13px;
	overflow-y:scroll;
	height:200px;
}

.news-list li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
}

.date {
    width: 13%;
    color: #0071b7;
    font-weight: bold;
}

.excerpt {
    width: 86%;
    color: #1b1464;
}
.top_info{
	background:#fff;
	border:1px solid #ff0000;
	padding:20px;
	margin:0 20px 20px;
}
.top_info .ttl{
	color:#0068af;
	font-size:16px;
	font-weight:bold;
}
.top_info .fa-trophy{
	font-size:14px;
}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.banner{
	margin:30px auto 140px;
}
.banner img{
	max-width:220px;
	max-width:220px;
	margin:10px auto;
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
.newicon{
	background: #F00;
	color: #FFF;
	font-size:13px;	
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
	animation: blink .8s ease-in-out infinite alternate;
}
.menu .bus{
	width:40px;
	position:absolute;
	top:-5px;
	left:95px;
	animation: blink .8s ease-in-out infinite alternate;
}
.menu .bus_rel{
	position:relative;
}
.flyer{
	width:190px;
	position:absolute;
	top:80px;
	right:10px;
	margin:20px auto;
}
.flyer:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}

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

.page-contents {
    width: 730px;
    min-height: 1100px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(#FFF, #FFF);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 5px 100%, 730px 100%;
}

.page-title {
    width: 640px;
    margin: 0 auto 30px;
    padding: 1rem 1.5rem;
    background: linear-gradient(-45deg,#0682a2 25%,#007596 0,#007596 50%,#0682a2 0,#0682a2 75%,#007596 0);
    background-size: 20px 20px;
    border-radius: 0 6px 0 0;
    display: flex;
    align-items: center;
}

.page-title span {
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, 0.2) 3px 0 5px;
    color: #FFF;
}

.heading_h3 {
    margin-bottom: 20px;
    background: linear-gradient(to right, #0068af 0%, #0068af 80%, #fff 100%);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    padding: 0.5em 0.75em;
}

.heading_h3 > span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0068af;
    text-shadow: rgba(0, 0, 0, 0.2) 3px 0 5px;
}

.heading_h3 > span::before {
    content: '\f0c8';
    font-family: FontAwesome;
    margin-right: .5em;
    font-size: 0.75em;
    position: relative;
    bottom: 1px;
    color: rgba(0, 105, 175, 0.5);
}
.heading_h4 {
    margin-bottom: 15px;
    background: linear-gradient(to bottom, #0068af 0%, #0068af 80%, #fff 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 5px 100%;
    padding: 0.5em 1em;
}
.heading_h4 > span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 17px;
}
.h4heading2 {
  font-size:1.3em;
  font-weight: bold;
  margin: 15px 0 20px 15px;
  color: #006BB3;
  border-bottom: 1px dotted #006BB3;
}
.h4heading2 > span::before {
    content: '\f0c8';
    font-family: FontAwesome;
    margin-right: .5em;
    font-size:0.6em;
    position: relative;
    bottom: 1px;
    color: rgba(0, 105, 175, 0.5);
}
.h4heading2 > span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:16px;
	color: #0068af;
	text-shadow: rgba(0, 0, 0, 0.2) 3px 0 5px;
}

.heading_h5 {
    background: linear-gradient(to bottom, #666 0%, #666 80%, #fff 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 3px 100%;
    padding: 0 0.75em;
    margin-bottom: 10px;
    margin-left: 15px;
}
.heading_h5 > span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}

.wrap690 {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

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


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

.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;
}
.tbl-style03 tbody th {
    background-color:#FFC000;
    border: 1px #CCCCCC;
    border-style: solid;
    padding: .5em;
}

.tbl-style03 tbody th,
.tbl-style03 tbody td {
    border: 1px #CCCCCC;
    border-style: solid;
}
.tbl-style03 tbody td {
    background-color: #FFFFFF;
    padding: .5em;
	vertical-align:middle;
}

.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 a {
    background-image: linear-gradient(to bottom, #EEE, #DDD);
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: 0 3px #ccc;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px 0;
    border-radius: 6px;
    text-align: center;
    display: block;
}

.btn a:hover {
    background-image: linear-gradient(to bottom, #EEE, #EEE);
    box-shadow: 0 1px #666;
    top: 1px;
}

.btn a {
    text-decoration: none;
    color: #0c0202;
}

.btn a:hover {
    text-decoration: none;
}

.btn.btn_a a {
    background-image: linear-gradient(to bottom, #ffed00, rgba(244, 154, 0, 0.5));
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: 0 3px #f49a00;
}

.btn.btn_a a:hover {
    background-image: linear-gradient(to bottom, #ffed00, #ffed00);
    box-shadow: 0 1px #f49a00;
    top: 1px;
}

.btn.btn_b a {
	width:300px;
	background-image: linear-gradient(to bottom, #80FF00, rgba(111, 243, 1, 0.5));
	background-repeat: no-repeat;
	background-position: left top;
	border-radius: 7px;
	box-shadow: 0 3px #8DD002;
	text-decoration: none;
	color: #0c0202;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	display: block;
}

.btn.btn_b a:hover {
	background-image: linear-gradient(to bottom, #80FF00, #80FF00);
	box-shadow: 0 1px #8DD002;
	top: 1px;
	cursor:pointer;
}
.btn.btn_c a{
	width:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-image:linear-gradient(to top, #003F8F 0%, rgba(0, 63, 143, 0.8) 100%);
	border-radius:10px;
	height:30px;
	color:#ffffff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	box-shadow:0px 3px 3px #ccc;
}

.btn.btn_c a:hover {
	background-image:linear-gradient(to bottom, #003F8F 0%, rgba(0, 63, 143, 0.8) 100%);
	box-shadow: 0 1px #8DD002;
	top: 1px;
	cursor:pointer;
}

.btn-style01 a{
	display:flex;
	justify-content:center;
	align-items:center;
	background-image:linear-gradient(to top, #003F8F 0%, rgba(0, 63, 143, 0.8) 100%);
	border-radius:3px;
	height:60px;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	box-shadow:0px 3px 3px #ccc;
}
.btn-style01 a:hover{
	background-image:linear-gradient(to bottom, #003F8F 0%, rgba(0, 63, 143, 0.8) 100%);
	box-shadow: none;
}
.btn-style01 a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
}

.btn01,
.btn02,
.btn03,
.btn04{
  border-radius:5px;
  box-sizing:border-box;
	box-shadow:3px 3px 5px #999;
  color:#fff;
	text-shadow:1px 1px 2px #000;
  display:block;
	width:220px;
  height:50px;
  line-height:1.5;
  /*font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;*/
  font-size:16px;
  font-weight:600;
  padding:14px 30px;
  text-align:center;
  text-decoration:none;
}
.btn01{
  background:#20639B;
}
.btn02{
  background:#3CAEA3;
}
.btn03{
  background:#F4A000;
}
.btn04{
  background:#ED553B;
}
.btn01:hover,
.btn02:hover,
.btn03:hover,
.btn04:hover{
  color:#fff;
  opacity:1;
  transform:translateY(0);
  transition-duration:.35s;
	cursor:pointer;
}
.btn01:hover {
  background:#2f80ed;
}
.btn02:hover {
  background:#4AC1B6;
}
.btn03:hover {
  background:#FFB62D;
}
.btn04:hover {
  background:#EF6952;
}
.btn01:hover:after,
.btn02:hover:after,
.btn03:hover:after,
.btn04:hover:after{
  opacity: .5;
}

.btn01:active,
.btn02:active,
.btn03:active,
.btn04:active{
  box-shadow:rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform:translateY(2px);
  transition-duration: .35s;
}
.btn01:active:after,
.btn02:active:after,
.btn03:active:after,
.btn04:active:after{
  opacity:1;
}

/* 開催概要
--------------------------*/
.outline {
    display: flex;
    padding: 0 10px 20px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fce6b2;
    font-size: 15px;
}
.outline dt {
    width: 150px;
    font-weight: bold;
}
.outline dt::before {
    content: '\f138';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #007596;
}
.outline dd {
    width: 520px;
}

/* 市民公開講座
--------------------------*/
.outline.orange dt::before {
    color:#EF7A10;
}
.border_box{
	border:1px solid #ccc;
	padding:20px;
}

/* Asia PRevent
------------------------------------------------------*/
.asia img{
	width:210px;
	margin:0 auto 20px;
}

/* Asia PRevent
------------------------------------------------------*/
.c_ttl_type05 {
	font-size:16px;
	font-weight: bold;
	color: #f4aa0b;
	line-height: 1.3;
}
/*.c_ttl_type05::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 8px;
	background: url("../images/h5_icon.png") no-repeat;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
}*/

.c_table_type01 th,
.c_table_type01 td {
	border: 1px solid #fcd091;
	padding: 10px 15px;
	line-height: 1.3;
}
.c_table_type01 th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	color: #333333;
	background: #fbe5c5;
	vertical-align:middle;
}
.c_table_type01 td {
	vertical-align:middle;
}
.c_list_type01 {
	vertical-align: top;
}
.c_list_type01 li {
	margin:10px 0;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	list-style: none;
	position: relative;
	left: 0;
}
.c_list_type01.is_disc li::before {
	content: "●";
}
.c_list_type01 li::before {
	font-size: 9px;
	display: inline-block;
	width: 15px;
	color: #13488d;
	position: relative;
	vertical-align: middle;
	top: -1px;
	text-indent: 0;
}
.coi a{
	display:block;
	width:169px;
	margin:0 auto;
}
.coi a:hover{
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity:0.85;
	cursor:pointer;
}
.abstract_date{
	border:1px solid #ccc;
	padding:20px 10px;
	font-size:18px;
	line-height:30px;
}
.prevent_h3 {
	margin-bottom:10px;
	background: linear-gradient(to right, #e87600 0%, #e87600 80%, #fff 100%);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	padding:1em 0.75em 0;
}

.prevent_h3 > span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #e87600;
	text-shadow: rgba(0, 0, 0, 0.2) 3px 0 5px;
}
.c_btn_type01 {
	display: inline-block;
	min-width: 250px;
	text-decoration: none !important;
	color: #fff !important;
	background: #f39f04;
	background: -moz-linear-gradient(left, #f39f04 0%, #f5c133 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #f39f04), color-stop(100%, #f5c133));
	background: -webkit-linear-gradient(left, #f39f04 0%, #f5c133 100%);
	background: -o-linear-gradient(left, #f39f04 0%, #f5c133 100%);
	background: -ms-linear-gradient(left, #f39f04 0%, #f5c133 100%);
	background: linear-gradient(to right, #f39f04 0%, #f5c133 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39f04', endColorstr='#f5c133', GradientType=1 );
	-webkit-border-radius: 22.5px;
	-moz-border-radius: 22.5px;
	border-radius: 22.5px;
	overflow: hidden;
	padding: 16px 15px 15px 15px;
	line-height: 1.3;
	position: relative;
}
.c_btn_type01.is_disable {
	color: #7d7d7d !important;
	background: #e5e5e5;
}
.l_button_double .c_btn_type01:hover{
	cursor:pointer;
}
.l_button_double .c_btn_type01 a{
	display:block;
}


/* 会場案内
------------------------------------------------------*/
.frm-style02 {
	box-sizing: border-box;
	border: 3px solid #eee;
	padding: 1em;
}

/* 公募演題登録
------------------------------------------------------*/
.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:3em;
}
.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;
}
.ul_disc{
	list-style: disc;
}
.tbl_browser{
	border:1px solid #666;
	margin:10px 0;
}
.tbl_browser th,
.tbl_browser td{
	border:1px solid #666;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
.tbl_browser th{
	background:#C6D7EF;
}

/* リンク
--------------------------*/
ul_linkList {
	width: 100%;
	margin: 0 auto 50px;
}
.ul_linkList li {
	clear: left;
	line-height: 180%;
	font-size: 1.1em;
	padding: 10px 0 10px 2em;
	border-bottom: 1px dotted #999999;
	text-indent: -1em;
}
.fa, .fas {
	font-weight: 900;
}
.fa-external-link-alt::before {
	content: "\f35d";
}


/* プログラム
--------------------------*/
.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;
}

.pre_for {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.pre_for li {
    color: #fff;
    padding: 2px 5px;
}

.actual {
    background-color: #f28e1e;
}

.live {
    background-color: #007596;
}

.on-demand {
    background-color: #1aa9c4;
}

.date_venue {
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
}
.date_venue::before {
    content: '\f1db';
    font-family: FontAwesome;
}

.venue {
    margin-left: 20px;
    color: #666;
}
.speaker_ttl{
	margin-left:45px;
	font-weight:bold;
}
.chair_speaker {
    margin-left: 15px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.other_speaker {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
}

.chair_speaker dt {
    width: 40px;
}

.other_speaker dt {
    margin-bottom: 5px;
}

.chair_speaker dt span {
    background-color: #eee;
    padding: 1px 5px;
}

.other_speaker dt span {
    background-color: #eee;
    padding: 1px 5px;
}

.chair_speaker dd {
    flex: 1;
}

.name_belong {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.other_speaker .name_belong {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    line-height: 1.4;
}

.name_belong > li:first-child {
    width: 100px;
}

.name_belong > li:last-child {
    flex: 1;
    border-left: 1px solid #ddd;
    padding-left: 5px;
    font-size: 0.9em;
}

/* 共催セミナー */
.spon_speaker {
    margin-left: 15px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: 'Noto Sans JP', sans-serif;
}

.spon_speaker dt {
    width: 40px;
}

.spon_speaker dt span {
    background-color: #eee;
    padding: 1px 5px;
}

.spon_speaker dd {
    flex: 1;
    font-weight: 500;
}
.chair_speaker .ttl{
	font-size:15px;
	font-weight:bold;
}

