@charset "utf-8";

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
layout
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/

.wrapper {
    width: 100%;
}

.header > * {
    width: 960px;
    margin: 0 auto;
}

.main > * {
    width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}

.contents {
    width: 730px;
}

.side {
    width: 230px;
}

.footer > * {
    width: 960px;
    margin: 0 auto;
}

/*リンク*/
a {
    /*color:#00FFFF;*/
    color:#00BBBB;
    text-decoration: none;
}

a:hover {
    filter: brightness(90%) contrast(110%);
    transition: all 1s;
    text-decoration: none;
}

/*-------------------------------------------------------------
///////////////////////////////////////////////////////////////
style
///////////////////////////////////////////////////////////////
--------------------------------------------------------------*/
/* 基本 */
:root {
	--key-color: #003F8F;
	--sub-color: #008F45;
	--point-color: #2CA6E0;
	box-sizing: border-box;
    --space-s: 0.5em;
    --space-m: 1em;
    --space-l: 2em;
}

/* ページトップへもどる */
.page_top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 55px;
    position: fixed;
    border: 1px solid var(--key-color);
    background: var(--key-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
@media (min-width: 768px) {
    .page_top {
        right: 20px;
        bottom: 20px;
    }
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}
.heading_h3 {
    height: 30px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, var(--sub-color) 0%, #FFFFFF 100%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 15px;
}

.heading_h3 > span {
    margin-left: .5em;
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.75);
}

.heading_h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    background-image: linear-gradient(to right, var(--sub-color), var(--key-color));
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
}

.heading_h4 > span {
    margin-left: .5em;
    font-size: 15px;
    font-weight: bold;
    color: var(--sub-color);
}

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

/* 開催案内 */
.top_info{
	position: relative;
	max-width: 650px;
	background:rgba(255,255,255,0.7);
	border: 4px solid #cc0700;
	font-size: 14px;
	padding: 20px;
	margin: 55px auto 60px;
}

/* @group ヘッダーエリア
------------------------------------------------------*/
.header {
    height: 257px;
    background-image: linear-gradient(var(--key-color), var(--key-color));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 5px;
}

.header.child {
    height: 160px;
    background-image: linear-gradient(var(--key-color), var(--key-color));
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 5px;
}

.society-title {
    padding-top: 34px;
}

/* @group メインエリア
------------------------------------------------------*/
.main {
    min-height: 904px;
}

/* @group サイドエリア
------------------------------------------------------*/

/* サイドメニュー */
.side {
    min-height: 842px;
}

.menu {
    display: flex;
    flex-direction: column;
    width: 220px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--sub-color);
    gap: 3px;
}

.menu li a {
    display: flex;
    align-items: center;
    width: 210px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: var(--sub-color);
    text-decoration: none;
    transition: all .5s;
}

/* 受付のご案内／動画視聴のご案内 */
.video{
	position: relative;
}
.video a {
	width: 200px;
	display: block;
	background-image:linear-gradient(to bottom, #00BBBB, #00D8DD);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin: 0 0 10px;
}
.video::after {
		position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/ico_right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    right: 20px;
    top: 20px;
}
.video a:hover {
	background-image:linear-gradient(to bottom, #00D8DD, #00BBBB);
}
/* 受付のご案内／動画視聴のご案内ここまで */

.menu li a > span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    font-feature-settings: "palt";
}

.menu li a:hover {
    background-color: var(--sub-color);
    color: #FFFFFF;
    text-decoration: none;
}

.menu li.active a {
    background-color: var(--sub-color);
    color: #FFFFFF;
    pointer-events: none;
}

.menu li.active a:hover {
    cursor: default;
} 

.menu2 {
    width: 220px;
    margin-top: 31px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu2 li a {
    position: relative;
}

.menu2 li a {
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to bottom, #39b24a 0%, #61bb44 68%, #89c33f 100%), linear-gradient(to top, #39b24a 0%, #61bb44 68%, #89c33f 100%);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .5s;
}

.menu2 li a::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/ico_right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    right: 14px;
    top: 14px;
}

.menu2 li:last-child a::after {
    background-image: url(../images/ico_download.svg);
    width: 25px;
    height: 17px;
    right: 12px;
}

.menu2 li a > span {
    margin-left: 12px;
}

.menu2 li a:hover {
    background-image: linear-gradient(to top, #61bb44, #61bb44), linear-gradient(to bottom, #39b24a, #39b24a);
    color: #FFFFFF;
    text-decoration: none;
}

.menu2 li.active a {
    background-image: linear-gradient(to top, #61bb44, #61bb44), linear-gradient(to bottom, #39b24a, #39b24a);
    color: #FFFFFF;
    pointer-events: none;
}

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

/* @group フッターエリア
------------------------------------------------------*/
.footer {
    height: 140px;
    background-color: var(--sub-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.secretariat_wrap {
    height: 100px;
    display: flex;
    gap: 200px;
}

.secretariat h3 {
    position: relative;
    width: 210px;
    height: 30px;
    background-color: #FFFFFF;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
}

.secretariat h3::after {
    position: absolute;
    right: -20px;
    content: '';
    width: 20px;
    height: 30px;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.secretariat h3 span {
    margin-left: 10px;
	color: var(--sub-color);
    font-size: 15px;
    font-weight: bold;
}

.secretariat dl {
    margin-left: 10px;
    color: #FFFFFF;
}

.secretariat dt {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}

.secretariat dd {
    font-size: 12px;
    line-height: 1.3;
}

.secretariat dd a {
    color: #00FFFF;
}

.footer-copyright small {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    background-color: #006837;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    font-size: 13px;
    color: #FFFFFF;
}

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

.society-outline {
    margin-top: 14px;
}

.society-theme {
    display: flex;
    justify-content: flex-end;
}

.society-theme img {
    width: 730px;
    height: auto;
}

.news {
    margin-top: -360px;
}

.news h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.news h2::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 30px;
    /*background-image: linear-gradient(#39B24A, #39B24A), linear-gradient(#FFFFFF, #FFFFFF);*/
    background-image: linear-gradient(#39B24A, #39B24A), linear-gradient(#39B24A, #39B24A);
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: 60px 6px, 60px 6px;
}

.news h2 span {
	/*color: #FFFFFF;*/
	color: #39B24A;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-list {
    position: relative;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: 150px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.4;
}

.news-list li {
    display: flex;
}

.date {
    width: 90px;
    font-weight: bold;
    color: #89C33F;
}

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

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

.page-contents {
    min-height: 1000px;
    background-color: #FFFFFF;
}

.page-title {
    padding: .5em .75em;
    margin-bottom: 30px;
    border: 1px solid var(--key-color);
    box-shadow: 4px 4px var(--key-color);
    color: var(--key-color);
}

.page-title > span {
    margin-left: .25em;
	font-size: 22px;
	font-weight: bold;
    line-height: 1.3;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.page-body {
    min-height: 950px;
    padding-left: 10px;
    padding-right: 10px;
}

/* 既存の垂直マージンを削除 */
.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(--sub-color);
	border-radius: 4px;
}

.heading_h3 > span {
    margin-left: 0.5em;
    font-size: 19px;
    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;
}

.download:before {
    content: '\f019';
    font-family: FontAwesome;
    margin-left: .5em;
    margin-right: .5em;
}

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

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

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

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

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


/*表組み*/
.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;
}

.td-r-m td {
    text-align: right;
    vertical-align: middle;
}

/*リストスタイル*/
.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;
}

.list-num3 {
    margin-left: .75em;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.4;
    font-feature-settings: "palt";
}
.list-num3 > li {
    list-style-type: none;
    counter-increment: cnt;
}
.list-num3 > li::before {
    content: ""counter(cnt)"）";
    margin-right: .2em;
}

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

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


/* 囲み
--------------------------*/

.enclosure01 {
    border: 1px;
    border-style: solid;
    padding: 10px 20px;
}

.enclosure-color01 {
    border-color: #DDDDDD;
    background: #FFFFFF;
}
.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;

}


/* @group 開催概要ページ
------------------------------------------------------*/

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

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

.outline-detail dt > span::before {
    content: "\f05a";
    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(--sub-color);
}

.outline-detail dt > span span {
    display: block;
    margin-left: 25px;
    font-size: 10px;
    color: var(--sub-color);
}

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



/* 会長挨拶 */

.chairman {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-align: right;
    font-feature-settings: "palt";
}

.chairman img {
    width: 170px;
    height: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.chairman span {
    font-size: 1.2em;
}

.salutation p {
    text-indent: 1em;
    margin-bottom: 1em;
    padding: 0 .5em;
    line-height: 1.7;
}

/* 開催概要 */

.outline_style {
    display: flex;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}

.outline_style dt {
    width: 120px;
}

.outline_style dt > span {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--point-color);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.outline_style dd {
    flex: 1;
    margin-left: 20px;
    padding: 3px 7px;
    border-bottom: 1px rgba(227, 0, 129, 0.2);
    border-style: solid;
}

.outline_style dd > ul > li > span {
    display: inline-block;
}

/* ボタン */
.btn_wrap {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.btn_wrap2{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn a {
    background: linear-gradient(to bottom, var(--key-color), var(--key-color));
    background-repeat: no-repeat;
    background-position: left top;
    box-shadow: 0 3px #333;
    position: relative;
    display: inline-block;
    top: -2px;
    padding: 15px 0;
    border-radius: 6px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: background .5s, box-shadow .5s, top .5s;
}
.btn2 a {
    width: 280px;
    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-decoration: none;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    display: block;
    transition: background .5s, box-shadow .5s, top .5s;
}

.btn2 a:hover {
    box-shadow: 0 1px #666;
    top: 1px;
}

.btn2.keycolor a {
    background: linear-gradient(to bottom, #e50012, #e50012);
}

.btn2.subcolor a {
    background: linear-gradient(to bottom, #1d2087, #1d2087);
}
.btn.sub a {
    background: linear-gradient(to bottom, var(--sub-color), var(--sub-color));
    box-shadow: 0 3px #777;
}

.btn a:hover {
    background: linear-gradient(to bottom, var(--key-color), var(--key-color));
    box-shadow: 0 1px #333;
    top: 1px;
}

.btn.sub a:hover {
    background: linear-gradient(to bottom, var(--sub-color), var(--sub-color));
    box-shadow: 0 1px #777;
    top: 1px;
}

/* プログラム */
.program {
    font-feature-settings: "palt";
}
.pro-title,
.pro-title2{
    display: flex;
    gap: 0.5em;
    margin-bottom: 0.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 300;
}

.pro-title::before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
    font-size: 0.8em;
	color:var(--key-color);
}

.pro-title > span,
.pro-title2 > span{
    font-size: 15px;
    font-weight: 500;
}

.speaker-list,
.speaker-list2{
    margin-left: 1em;
}
.speaker-list li,
.speaker-list2 li{
    display: flex;
    gap: 0.5em;
}
.speaker-list li span:nth-child(3){
	text-indent: -7px;
}
.speaker-list li span:first-child {
    width:50px;
}
.speaker-list li span.long:first-child {
    width:80px;
}
.speaker-list2 li span:first-child {
    width:80px;
}

.speaker-list li .name,
.speaker-list2 li .name{
    width: 120px;
    font-size: 15px;
}

.speaker-list li .name::before,
.speaker-list2 li .name::before{
    content: "：";
    margin-right: 0.5em;
}
.speaker-list li .name.none::before,
.speaker-list2 li .name.none::before{
    content: " ";
    margin-right: 1em;
}

.speaker-list li span:last-child,
.speaker-list2 li span:last-child{
    flex: 1;
}
.ttl_no{
	width:45px;
}
.sympo .ttl_no{
	width:160px;
}
.sympo .ttl_no2{
	width:190px;
}
.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:2em;
}
.ol_part3 li{
	list-style-type:none;
	counter-increment:cnt;
}
.ol_part3 li::before{
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-1.5em;
	width:1.5em;
}
.border_box10{
	border:1px solid #ccc;
	padding:10px;
}
.border_box20{
	border:1px solid #ccc;
	padding:20px;
}

/* 参加者・座長・演者へのご案内 */

.schedule_list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.schedule_list dt {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule_list dt span {
    width: 130px;
    text-align: center;
    padding: 2px 5px;
    background-color: var(--key-color);
    color: #fff;
}

/* 早朝散歩のご案内ボタン */
.btn_morning{
	margin:30px auto 0;
}
.btn_morning a{
  display:inline-block;
  position:relative;
  transition:0.3s;
	line-height:50px;
	text-decoration:none;
	font-size:1rem;
	width:220px;
}
.btn_morning a{/*青*/
  background:#0068E8;
  color:#fff;
}
.btn_morning a::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:2px;
  transition:all 0.5s ease-out;
}
.btn_morning a::before{
  background:#0068E8;
}
.btn_morning a::after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:0;
  height:2px;
  transition:all 0.5s ease-out;
}
.btn_morning a::after {
  background:#0068E8;
}
.btn_morning a > span{
  display:block;
  width:100%;
  height:100%;
  position:relative;
	text-align:center;
}
.btn_morning a > span::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:2px;
  height:0;
  transition:all 0.5s ease-out;
}
.btn_morning a > span::before{
  background:#0068E8;
}
.btn_morning a > span::after{
  content:"";
  position:absolute;
  bottom:0;
  right:0;
  width:2px;
  height:0;
  transition:all 0.4s ease-out;
}
.btn_morning a > span::after{
  background:#0068E8;
}
.btn_morning a > span > span{
  display:inline-block;
  position:absolute;
  width:100%;
  text-align:center;
  top:50%;
  transform:translateY(-50%);
}
.btn_morning a:hover{
	cursor:pointer;
}
.btn_morning a:hover{
  background:#fff;
  color:#0068E8;
}
.btn_morning a:hover::before,
.btn_morning a:hover::after{
  width:100%;
}
.btn_morning a:hover > span::before,
.btn_morning a:hover > span::after{
  height:100%;
}
/* 早朝散歩のご案内　ここまで */

/* 受付・動画視聴のご案内 */
a.btn_video{
	display:block;
  width:200px;
	height:47px;
	line-height:47px;
  background:#0085D5;
  color:#fff;
  outline:2px solid rgba(255, 255, 255, 0.9);
  text-decoration: none;
	font-weight:500;
  position: relative;
  /*background: url(../images/btn_arrow.png) right 10px center no-repeat, #FF7200;*/
  text-align:center;
  font-size:16px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  outline-offset: -5px;
  padding: 12px 10px;
	margin:0 auto 3px;
}
.dl_abs{
	display:flex;
	flex-wrap: wrap;
}
.dl_abs dt{
	width:20px;
}
.dl_abs dd{
	width:660px;
	margin-bottom:10px;
}
/* 受付・動画視聴のご案内 ここまで */


/* 学会奨励賞発表 */
.award a {
	position: relative;
	width: 200px;
	height: 44px;
	line-height: 44px;
	display: block;
	background-image:linear-gradient(to bottom, #DA70A5, #DF8AB5);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin: 0 0 10px;
}
.award i {
	position: absolute;
	right: 10px;
	top: 19px;
	font-size: 22px;
}
.award a:hover {
	background-image:linear-gradient(to bottom, #DF8AB5, #DA70A5);
}
h3.lank-gold{
	position: relative;
	padding: .75em .75em .5em .25em;
	margin-bottom: 10px;
}
h3.lank-gold::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	border-radius: 4px;
}
h3.lank-gold > span {
	font-size: 19px;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	margin-left: 0.7em;
}
h3.lank-silver{
	position: relative;
	padding: .75em .75em .5em .25em;
	margin-bottom: 10px;
}
h3.lank-silver::after {
	position: absolute;
	top: .5em;
	left: 0;
	content: '';
	width: 10px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
	border-radius: 4px;
}
h3.lank-silver > span {
	font-size: 19px;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
	margin-left: 0.7em;
}
.award_name{
	font-weight: bold;
	padding: 0 0 5px 10px;
}
.color_navy{
	color:#1b4da0;
}
.indent1em{
	text-indent: 1.1em;
	padding-left: 1em;
}
/* 学会奨励賞発表ここまで */






