@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*-----------------------------------
	全体共通設定
-----------------------------------*/
html {
		font-size: 100%;
}
body {
		margin: 0;
		background: url(../img/common_bg01.jpg) center top no-repeat;
		background-size: cover;
		background-attachment: fixed;
		border-top: solid 5px rgb(0, 100, 180);
		font-family:
				"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
		font-size: 1em;
		font-weight: 400;
		color: rgb(60, 60, 60);
		line-height: 1.8;
		-webkit-text-size-adjust: 100%;
}
.wrapper {
		min-width: 1000px;
}
a {
		color: rgb(0, 100, 180);
		text-decoration: underline;
		font-weight: 700;
}
/*----- upper_area -----*/
.upper_area {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1000px;
}
/*----- nav -----*/
nav {
		padding: 10px 10px 40px 10px;
		width: 230px;
		background: rgba(30, 30, 60, .4);
}
nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
}
nav ul li {
		margin-bottom: 3px;
		list-style: none;
}
nav ul li:last-child {
		margin-bottom: 0;
}
nav ul li a {
		box-sizing: border-box;
		display: block;
		padding: .64em 1em;
		background: url(../img/menu_deco_white.svg) 2.5% center no-repeat rgb(0, 100, 180);
		border: solid 1px rgb(255, 255, 255);
		color: rgb(255, 255, 255);
		font-size: .937rem;
		font-weight: 400;
		line-height: 1.5;
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, box-shadow, color;
		overflow: hidden;
}
nav ul li a:hover, nav ul li a.current {
		background: url(../img/menu_deco_red.svg) 97.5% center no-repeat rgb(255, 255, 255);
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		color: rgb(0, 100, 180);
}
nav ul.banner {
		margin: 25px 0 0;
		padding: 0;
		width: 100%;
}
nav ul.banner li {
		margin-bottom: 6px;
		list-style: none;
}
nav ul.banner li:last-child {
		margin-bottom: 0;
}
nav ul.banner li a {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		padding: 0;
		background: none;
		border: none;
		text-decoration: none;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
		-webkit-transition-property: opacity;
		transition-property: opacity;
}
nav ul.banner li a img {
		vertical-align: bottom;
}
nav ul.banner li a:hover, nav ul.banner li a.current {
		opacity: .5;
}
ol {
		margin: 0 auto;
		border: dotted 2px rgb(60, 60, 60);
}
ol li {
		padding: .5rem 0;
}
.dot li {
		list-style-type: none; /*点を非表示*/
		position: relative; /*基準位置*/
		padding-left: 0.6em;
}
.dot li:before {
		border-radius: 50%; /*丸くする*/
		width: 7px; /*点の幅*/
		height: 7px; /*点の高さ*/
		display: block;
		position: absolute; /*絶対配置*/
		left: -0.6em; /*点の位置*/
		top: 0.6em; /*点の位置*/
		content: "";
		background: rgb(255, 100, 100); /*点の色*/
}
/*----- footer -----*/
footer {
		min-width: 1000px;
		position: relative;
		background: rgb(255, 255, 255);
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		line-height: 1.6;
}
footer > .inner {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 40px;
		width: 1000px;
		text-align: center;
}
footer address {
		display: inline-block;
		margin: 0 40px;
		padding: 35px 0;
		font-style: normal;
		text-align: left;
}
footer address .title {
		margin: 0 0 .2em;
		padding-bottom: .2em;
		border-bottom: solid 1px rgb(180, 180, 180);
		font-size: 1rem;
		font-weight: 500;
		color: rgb(0, 100, 180);
}
footer address .name {
		margin: 0 0 .1em;
		font-size: 1.125rem;
		font-weight: 600;
}
footer address .name small {
		font-size: 0.84em;
}
footer address .info {
		margin: 0;
		font-size: 0.875rem;
		line-height: 1.7;
}
footer .copyright {
		margin: 0;
		padding: 0.7em 0;
		width: 100%;
		min-width: 1000px;
		background: rgb(0, 100, 180);
		font-size: 0.812rem;
		color: rgb(255, 255, 255);
		text-align: center;
}
/*-----------------------------------
	ページごとの設定
-----------------------------------*/
/*----- page_top -----*/
#page_top {
		width: calc(100% - 230px);
		background: url(../img/home_bg.png) center top no-repeat;
}
#page_top h1 {
		margin: 0;
}
#page_top img {
		vertical-align: bottom;
}
#page_top .period {
		display: flex;
		justify-content: center;
		margin: 0 auto 15px;
		width: 734px;
		font-size: 1.375rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
}
#page_top .period .title, #page_top .period .date {
		box-sizing: border-box;
		padding: .2em .8em;
}
#page_top .period .title {
		margin: 0;
		width: 240px;
		background: rgb(0, 161, 153);
		border-radius: 23px 0 0 23px;
		color: rgb(255, 255, 255);
}
#page_top .period .date {
		margin: 0;
		width: calc(100% - 240px);
		background: rgb(255, 255, 255);
		border: solid 2px rgb(0, 161, 153);
		border-radius: 0 23px 23px 0;
		color: rgb(0, 161, 153);
}
#change_log {
		padding: 18px 25px 0;
		background: rgba(255, 255, 255, .85);
		z-index: 1;
}
#change_log h2 {
		box-sizing: border-box;
		margin: 0;
		padding: 0 0 5px;
		border-bottom: solid 1px rgb(0, 100, 180);
		font-size: 1.25rem;
		font-weight: 700;
		color: rgb(0, 100, 180);
		line-height: 1.5;
}
#change_log .log_outer {
		height: 170px;
		overflow-y: scroll;
}
#change_log dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
}
#change_log dl dt, #change_log dl dd {
		padding-top: .6em;
		padding-bottom: .6em;
		border-bottom: solid 1px rgb(180, 180, 180);
		font-size: .987rem;
		line-height: 1.5;
		font-weight: 600;
}
#change_log dl dt {
		box-sizing: border-box;
		width: 130px;
}
#change_log dl dt::before {
		content: "";
		display: inline-block;
		margin-left: 5px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		background: rgb(255, 130, 165);
		border-radius: 4px;
		vertical-align: 10%;
}
#change_log dl dd {
		margin: 0;
		width: calc(100% - 130px);
}
#change_log dl dd a {
}

#page_top .important_notice {
	margin:10px 10px 10px 15px;
	box-sizing: border-box;
	padding: .4em 2em;
	width: 740px;
	background: rgb(255,255,255);
	border: solid 3px rgb(80, 125, 190);
	border-radius: 3px;
	font-size: 1rem;
	font-weight: 500;
	color: rgb(60,60,60);
	line-height: 1.5;
	text-align: left;
}

/*-----------------------------------
	トップページ以外の共通設定
-----------------------------------*/
.main_area {
		box-sizing: border-box;
		width: calc(100% - 230px);
}
/*----- header -----*/
.main_area h1 {
		margin: 0 auto;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0)80%, rgba(255, 255, 255, 1)100%);
}
.main_area h1 a {
		display: block;
		transition: opacity .2s ease-out;
}
.main_area h1 a:hover {
		opacity: .5;
}
.main_area h1 a img {
		vertical-align: bottom;
}
.main_area > .inner {
		box-sizing: border-box;
		padding: 15px 30px 40px;
		min-height: 745px;
		background: rgb(255, 255, 255);
}
.main_area p {
		margin: .6em 0;
}
.main_area .red {
		color: rgb(255, 100, 100);
}
.main_area .note {
		margin: .5em 0;
		padding-left: 1em;
		font-size: .937rem;
		text-indent: -1em;
}
.main_area span.note {
		display: block;
}
.main_area a.link {
		color: rgb(0, 100, 180);
		transition: opacity .2s ease-out;
}
.main_area a.link:hover {
		opacity: .5;
}
.main_area h2 {
		margin: 1.5em 0 .5em;
		padding-left: .8em;
		padding-top: .3em;
		padding-bottom: .3em;
		background-attachment: fixed;
		border-style: solid;
		border-width: 1px 0 1px 1px;
		border-color: rgb(0, 100, 180);
		border-radius: 16px 0 0 16px;
		box-shadow: 2px 1px 2px rgba(0, 0, 0, .3) inset;
		font-size: 1.5rem;
		color: rgb(0, 100, 180);
		line-height: 1.4;
}
.main_area h3 {
		margin: 1.5em 0 .5em;
		font-size: 1.25rem;
		line-height: 1.4;
		padding: .2em .5em .5em;
		border-left: solid 7px rgb(0, 100, 180);
		border-bottom: 1px solid rgba(71, 71, 71);
}
.main_area h4 {
		margin: 1.5em 0 .5em;
		font-size: 1.125rem;
		color: rgb(0, 100, 180);
		line-height: 1.4;
}
.main_area h5 {
		margin: 1.5em 0 .5em;
		font-size: 1.1rem;
		line-height: 1.4;
		color: rgb(235, 108,9);

}
.main_area > .inner > section:first-child > h2:first-child, .main_area > .inner h2 + section > h3:first-child, .main_area > .inner h3 + section > h4:first-child, .main_area > .inner h4 + section > h5:first-child {
		margin-top: 0;
}
.main_area table.type01 {
		margin: .5em 0;
		width: 100%;
		border: solid 1px rgb(180, 180, 180);
		border-collapse: collapse;
		font-size: .937rem;
		line-height: 1.6;
}
.main_area table.type01 th, .main_area table.type01 td {
		padding: .5em .8em;
		border: solid 1px rgb(180, 180, 180);
}
.main_area table.type01 th {
		background: rgb(240, 240, 240);
}
.main_area ul.type01 li, .main_area ol.type01 li {
		margin: .5em 0;
}

/*--定義リスト--*/
.main_area dl.type01{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:.7em 0;
	border-top:solid 1px rgb(200,200,200);
}

.main_area dl.type01 dt,
.main_area dl.type01 dd{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:.7em .5em;
	border-bottom:solid 1px rgb(200,200,200);
}

.main_area dl.type01 dt:first-child,
.main_area dl.type01 dd:first-child{
	border-top:none;
}

.main_area dl.type01 dt{
	margin:0;
	width:170px;
	font-weight:700;
}

.main_area dl.type01 dd{
	margin:0;
	width:calc(100% - 170px);
}

.main_area dl.type01.w60 dt{
	margin:0;
	width:60px;
	font-weight:700;
}

.main_area dl.type01.w60 dd{
	margin:0;
	width:calc(100% - 60px);
}

.main_area dl.type01.w80 dt{
	margin:0;
	width:80px;
	font-weight:700;
}

.main_area dl.type01.w80 dd{
	margin:0;
	width:calc(100% - 80px);
}

.main_area dl.type01.w110 dt{
	margin:0;
	width:110px;
	font-weight:700;
}

.main_area dl.type01.w110 dd{
	margin:0;
	width:calc(100% - 110px);
}

.main_area dl.type01.w120 dt{
	margin:0;
	width:120px;
	font-weight:700;
}

.main_area dl.type01.w120 dd{
	margin:0;
	width:calc(100% - 120px);
}

.main_area dl.type01.w250 dt{
	margin:0;
	width:250px;
	font-weight:700;
}

.main_area dl.type01.w250 dd{
	margin:0;
	width:calc(100% - 250px);

}


/*--定義リスト--*/
.main_area dl.type02{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:0;
}

.main_area dl.type02 dt,
.main_area dl.type02 dd{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:.1em .5em;
	border:none;
	font-weight:400;
}

.main_area dl.type02 dt:first-child,
.main_area dl.type02 dd:first-child{
	border-top:none;
}

.main_area dl.type02 dt{
	margin:0;
	width:160px;
}

.main_area dl.type02 dd{
	margin:0;
	width:calc(100% - 160px);
}

.main_area dl.type02.w60 dt{
	margin:0;
	width:60px;
}

.main_area dl.type02.w60 dd{
	margin:0;
	width:calc(100% - 60px);
}

.main_area dl.type02.w80 dt{
	margin:0;
	width:80px;
}

.main_area dl.type02.w80 dd{
	margin:0;
	width:calc(100% - 80px);
}

.main_area dl.type02.w110 dt{
	margin:0;
	width:110px;
}

.main_area dl.type02.w110 dd{
	margin:0;
	width:calc(100% - 110px);
}

.main_area dl.type02.w120 dt{
	margin:0;
	width:120px;
}

.main_area dl.type02.w120 dd{
	margin:0;
	width:calc(100% - 120px);
	border:none;
}

.main_area dl.type02.w130 dt{
	margin:0;
	width:130px;
}

.main_area dl.type02.w130 dd{
	margin:0;
	width:calc(100% - 130px);
	border:none;
}

.main_area dl.type02.w150 dt{
	margin:0;
	width:150px;
}

.main_area dl.type02.w150 dd{
	margin:0;
	width:calc(100% - 150px);
	border:none;
}

.main_area .underconstruction {
		box-sizing: border-box;
		margin: 210px auto 0;
		padding: 0.8em;
		width: 250px;
		background: rgba(0, 100, 180, .5);
		border-radius: 40px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3) inset;
		font-size: 1.25rem;
		font-weight: 700;
		color: rgb(255, 255, 255);
		text-align: center;
}

.news {
		width: 75%;
		margin: 1.6em auto;
		padding: .6em 1.9em;
		background: rgba(160, 217, 223, 0.3);
}
.grey_box {
		width: 75%;
		margin: 1.6em auto;
		padding: .6em 1.9em;
		background: rgba(252, 247, 225, 0.5);
		border: solid 1px rgba(205, 205, 205, 1.00);
}
.red {
		font-size: 1.1rem;
		font-weight: 600;
		color: rgb(237, 62, 65);
		line-height: 1.2;
}

.s_red {
		font-size: 1.1rem;
		font-weight:500;
		color: rgb(237, 62, 65);
		line-height: 1.2;
		text-align:center;
}
span.black {
		font-size: 1.2rem;
		font-weight: 600;
		color: rgb(60, 60, 60);
		text-decoration: line-through;
		line-height: 1.1;
}
.arrow {
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		color: #000;
		vertical-align: middle;
		text-decoration: none;
		font-size: 15px;
}
.arrow::before, .arrow::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
}
.sample1-2::before {
		left: 2px;
		width: 7px;
		height: 3px;
		background: rgb(237, 62, 65);
}
.sample1-2::after {
		left: 2px;
		width: 6px;
		height: 6px;
		border-top: 3px solid rgb(237, 62, 65);
		border-right: 3px solid rgb(237, 62, 65);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}
/*---------- button box ----------*/
.button_box {
		text-align: center;
}
.button_box a {
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		margin: 0.5em 0.5em;
		padding: 0.5em 0.8em;
		width: 92.5%;
		background: rgb(100, 170, 50);
		border: solid 1px rgb(100, 170, 50);
		border-radius: 5px;
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color;
}

.button_box a.orange{
	background:rgb(237, 121, 25);
	border:solid 1px rgb(237, 121, 25);
}

.button_box a.orange:hover {
	background: rgb(255, 255, 255);
	color:rgb(237, 121, 25);
}


.button_box a::before {
		position: absolute;
		top: calc(50% - .5rem);
		right: 8px;
		content: "▶ ";
		line-height: 1rem;
}
.button_box a:hover {
		background: rgb(255, 255, 255);
		color: rgb(100, 170, 50);
}
.button_box a.w3 {
		width: 30.3%;
}
.button_box a.w2 {
		width: 43%;
}

.button_box a.button_orange{
		background: rgb(235, 108,9);
		border: solid 1px rgb(235, 108,9);
}

.button_box a.button_orange:hover{
		background: rgb(255, 255, 255);
		color: rgb(235, 108,9);
}

.button_box a.disabled {
		pointer-events: none;
		cursor: default;
		background: rgb(204, 204, 204);
		border-color: rgb(204, 204, 204);
}
.button_box02 {
		text-align: center;
}
.button_box02 a {
		position: relative;
		box-sizing: border-box;
		display: inline-block;
		margin: 0.5em 0.5em;
		padding: 0.5em 0.8em;
		width: 92.5%;
		background: rgb(1, 76, 0);
		border: solid 1px rgb(1, 76, 0);
		border-radius: 5px;
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		color: rgb(255, 255, 255);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color;
}
.button_box02 a::before {
		position: absolute;
		top: calc(50% - .5rem);
		right: 8px;
		content: "▶ ";
		line-height: 1rem;
}
.button_box02 a:hover {
		background: rgb(255, 255, 255);
		color: rgb(1, 76, 0);
}
.button_box02 a.w3 {
		width: 30.3%;
}
.button_box02 a.w2 {
		width: 43%;
}
.button_box02 a.disabled {
		pointer-events: none;
		cursor: default;
		background: rgb(204, 204, 204);
		border-color: rgb(204, 204, 204);
}
/*----- page_greetings -----*/
#page_greetings .photo {
		display: block;
		margin: 1.5em auto 0 0;
		width: 160px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
#page_greetings .photo img {
		width: 100%;
		vertical-align: bottom;
}
#page_greetings .title, #page_greetings .name, #page_greetings .affi {
		padding-right: 1rem;
		text-align: right;
		line-height: 1.4;
}
#page_greetings .title {
		margin: -70px 0 0;
		font-size: 0.875rem;
}
#page_greetings .name {
		margin: .15em 0;
		font-size: 1.25rem;
		font-weight: 700;
}
#page_greetings .name small {
		font-weight: 400;
}
#page_greetings .affi {
		margin: 0 0 35px;
		font-size: 0.875rem;
}
/*----- page_overview -----*/
#page_overview dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
}
#page_overview dl dt, #page_overview dl dd {
		box-sizing: border-box;
		padding: 1.2em 0.5em;
		border-bottom: solid 1px rgb(200, 200, 220);
}
#page_overview dl dt {
		margin: 0;
		width: 140px;
		font-weight: 700;
}
#page_overview dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		background: rgb(255, 130, 165);
		border-radius: 4px;
		vertical-align: 5%;
}
#page_overview dl dd {
		margin: 0;
		width: calc(100% - 140px);
}
/*----- page_cfabst -----*/
#page_cfabst .period {
		padding: .5em 1em;
		border: solid 2px rgb(255, 130, 130);
		border-radius: 5px;
		color: rgb(255, 130, 130);
		text-align: center;
		font-size: 1.062rem;
		font-weight: 700;
}
#page_cfabst .period p {
		margin: 0;
}

#page_cfabst .h_align{
	display:inline-block;
	text-align:left;
	vertical-align:top;
}

#page_cfabst s.t_black{
	display:inline-block;
	height:1em;
	color:rgb(80,80,80);
	border-bottom:solid 1px rgb(255,130,130);
	text-decoration:none;
}

/*----- page_participant -----*/
#page_participant h4{
	border-bottom:dotted 1px rgb(0, 100, 180);
	padding:.5em 0;
	color:rgb(0, 100, 180);
}

#page_participant h4::before{
	content: "";
	display: inline-block;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	background: rgb(255, 130, 165);
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	vertical-align: 10%;
}

#page_participant ol{
	border:none;
}

#page_participant .period {
	padding: .2em 1em;
	border: solid 2px rgb(255, 130, 130);
	border-radius: 5px;
	color: rgb(255, 130, 130);
	text-align: center;
	font-size: 1.062rem;
	font-weight: 700;
}

#page_participant .img_w2 {
	display: flex;
	width:100%;
	margin:0 auto;
}
#page_participant figure {
	font-size:.7rem;
}

#page_participant figure img {
	width:280px;
}

#page_participant ul li{
	position: relative;
	list-style: none;
}
#page_participant ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: 1.1em;
	left:-1em;
	width: 10px;
	height: 10px;
	background-color:rgb(243, 152, 0);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----- page_access -----*/
#page_access .venue {
		margin-bottom: 0;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.5;
}
/*----- page_meeting -----*/
#page_meeting .flyer {
		display: block;
		text-decoration: none;
		transition: opacity .2s ease-out;
}
#page_meeting .flyer:hover {
		opacity: .5;
}
#page_meeting .flyer img {
		box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
#page_meeting .flyer :nth-child(2) {
		float: right;
}
#page_meeting dl {
		display: flex;
		flex-wrap: wrap;
		margin: 1em 0;
		border-top: solid 1px rgb(200, 200, 220);
}
#page_meeting dl dt, #page_meeting dl dd {
		box-sizing: border-box;
		padding: .8em 0.5em;
		border-bottom: solid 1px rgb(200, 200, 220);
}
#page_meeting dl dt {
		margin: 0;
		width: 100px;
		font-weight: 700;
}
#page_meeting dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 8px;
		width: 8px;
		height: 8px;
		background: rgb(80, 180, 240);
		border-radius: 4px;
		vertical-align: 5%;
}
#page_meeting dl dd {
		margin: 0;
		width: calc(100% - 100px);
}
#page_meeting .button_box {
		margin: 1em 0;
}
/*----- page_links -----*/
#page_links dl dt::before {
		content: "";
		display: inline-block;
		margin-right: 6px;
		width: 8px;
		height: 8px;
		background: rgb(255, 130, 165);
		border-radius: 4px;
		box-shadow: 0 0 5px rgba(0, 0, 0, .3);
		vertical-align: 10%;
}
#page_links dl dt {
		box-sizing: border-box;
		font-weight: 500;
}
#page_links dl dd {
		box-sizing: border-box;
		margin: 0 0 25px 15px;
		font-size: .9rem;
		font-weight: 500;
}
#page_links dl dd a {
		display: block;
		box-sizing: border-box;
		padding: .2em 0;
		width: 100%;
		color: rgb(0, 100, 180);
		text-decoration: none;
		transition: .2s ease-out;
		transition-property: background, color, border-radius, padding-left;
}
#page_links dl a:hover {
		padding-left: 10px;
		background: rgb(0, 100, 180);
		color: rgba(255, 255, 255, 1);
		border-radius: 4px;
}

/*----- page_seminar -----*/
#page_seminar dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#page_seminar dl dt, #page_seminar dl dd {
	box-sizing: border-box;
	padding: 1.2em 0.5em;
	border-bottom: solid 1px rgb(200, 200, 200);
}
#page_seminar dl dt {
	margin: 0;
	width: 150px;
	font-weight: 700;
	color:rgb(0, 161, 153);
}

#page_seminar dl dt::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: rgb(255, 130, 165);
	border-radius: 4px;
	vertical-align: 6%;
}
#page_seminar dl dd {
	margin: 0;
	width: calc(100% - 150px);
}

#page_seminar dl.type02 dt {
	margin: 0;
	width: 70px;
	font-weight: 700;
	color: rgb(80, 125, 190);
}

#page_seminar dl.type02 dd{
	margin: 0;
	width: calc(100% - 70px);
	font-weight: 600;
	font-size:.86rem;
}

#page_seminar span.affi{
	font-size:.86rem;
	padding-left: 2em;
	font-weight:600;
}

#page_seminar span.instructor{
	display:inline-block;
	border:solid 1px rgb(80, 125, 190);;
	font-weight:600;
	color:rgb(80, 125, 190);
	padding:0 .4em;
	margin-bottom:.3em;
}

#page_seminar .seminar_thema{
	color:rgb(237, 121, 25);
	font-weight:600;
}

#page_seminar table th {
	width:110px;
}

#page_seminar ol.type01{
	width:95%;
	border-style:none;
}

#page_seminar ul{
	list-style: none;
}