@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP&display=swap');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		display: inline-block;
		line-height: 1;
		text-transform: none;
		letter-spacing: normal;
		word-wrap: normal;
		white-space: nowrap;
		direction: ltr;
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: 'liga';
}
/* @end */
/* @group Color */
.black {
		color: #494544;
}
.orange {
		color: #e9a944;
}
.green {
		color: #1177bb;
}
.red {
	color: red;
}
/* @end */
/* @group Rayout - レイアウト定義 */
html {
		display: flex;
		flex-direction: column;
		background-color: #fcfcfc;
		scroll-behavior: smooth;
}
body {
		font-family: 'Lato', 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.header {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right, #ffea43, #faf0b2);
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header h1 {
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	color: white;
	text-shadow: 0 1px #101010;
}

.header .contact p {
	font-size: 16px;
}
/* nav start */
nav {
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
}
.dropdwn {
		/*max-width: 1080px;*/
		display: flex;
		z-index: 1;
}
nav ul {
		text-align: center;
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		color: #fff;
}
/*nav a {
	color: #fff;
	transition: 0.5s;
}
nav a:hover {
	color: #fff;
}*/
.dropdwn li {
		/*max-width: calc(1080px/3);*/
		width: 250px;
		position: relative;
		cursor: pointer;
		color: #fff;
}
.dropdwn > li {
		width: 250px;
		margin-left: 5px;
		margin-right: 5px;
		display: inline;
		border-radius: 5px;
		background: #1177bb;
}
.dropdwn li a {
		color: #fff;
		display: block;
		transition: 0.5s;
		padding: 10px;
		border-radius: 5px;
}
.dropdwn li a:hover {
		background: #6DBCF1;
}
.dropdwn li.active {
		background: #31A1EC;
}
/*.dropdwn .btn {
		color: #fff;
		transition: 0.5s;
	display: block;
}
.dropdwn .btn:hover {
		opacity: 0.7;
		color: #fff;
}*/
.dropdwn_menu {
		width: 100%;
		display: none;
		position: absolute;
		/*margin-left: -10px;
		margin-top: 10px;*/
		padding: 0;
		background-color: rgba(240, 240, 240, 1.00);
}
.dropdwn_menu li {
		width: 100%;
		padding: 0;
		background: #F4F4F4;
}
.dropdwn_menu li a {
		padding: 10px 0;
		display: block;
		color: #1177bb;
}
.dropdwn_menu li a:hover {
		background: #D8D8D8;
}
/* nav end */
.site {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
}
.site-content {
		flex: 1 1 auto;
		padding-top: 50px;
		padding-bottom: 50px;
}
.information {
		font-size: 14px;
		background-color: white;
		border-style: dashed;
		margin-bottom: 20px;
		padding: 1em;
		border-width: 1px;
}
.information {
		border-color: #c6c6c6;
		background: #FFFDE6;
		margin-bottom: 30px;
}
.information .warning, .caution .warning {
		font-weight: bold;
		margin-bottom: 3px;
}
.information p:first-child {
		font-size: 18px;
		margin-bottom: 8px;
}
.information .warning:before, .caution .warning:before {
		color: #fda400;
		font-family: 'Material Icons';
		content: "\e002";
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		position: relative;
		top: 1px;
}
.caution {
		font-size: 13px;
		background-color: #FFF9D8;
		margin-bottom: 10px;
		margin-top: 10px;
		padding: 1em;
}
/* @end */
/* @group Common */
.site-content h1 {
		font-size: 26px;
		margin-bottom: 40px;
		text-align: center;
}
.site-content h2 {
		font-size: 20px;
		border-bottom: 3px double #1177bb;
		margin-bottom: 15px;
		color: #1177bb;
}
.site-content h3 {
		font-size: 16px;
		margin-bottom: 8px;
		color: #1177bb;
}
h2 i.material-icons {
		position: relative;
		top: 4px;
		padding-right: 5px;
}
[class*="link-"]:after {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		margin-left: 2px;
		position: relative;
		top: 2px;
}
a.link-ex:after {
		content: '\e89e';
}
a.link-pdf:after {
		content: '\e415';
}
a.link-download:after {
		content: '\e161';
}
a.link-mail:after {
		content: '\e0e1';
}
hr {
		height: 6px;
		background: url(img/hr.svg) center center repeat-x;
		margin-top: 50px;
		margin-bottom: 50px;
}
@media all and (-ms-high-contrast: none) {
		hr {
				background: url(img/hr.png) center center repeat-x;
		}
}
.is-10pct {
		width: 10%;
}
.is-20pct {
		width: 20%;
}
.is-30pct {
		width: 30%;
}
.is-40pct {
		width: 40%;
}
.is-50pct {
		width: 50%;
}
.is-60pct {
		width: 60%;
}
.is-70pct {
		width: 70%;
}
.is-80pct {
		width: 80%;
}
.is-90pct {
		width: 90%;
}
/* @end */
/* @group Form */
.table thead th {
		text-align: center;
}
th {
		background: #f7f7f7;
		font-weight: normal;
}
td:empty {
		background: url(img/stripe.png);
}
.table tbody th {
		width: 20%;
}
th span:lang(en) {
		line-height: 1em;
		display: block;
		border-top: 1px dashed #dbdbdb;
		margin-top: 5px;
}
.table th, .table td {
		vertical-align: middle;
}
th .required {
		font-weight: normal;
		font-style: normal;
		color: red;
		margin-left: 2px;
}
.flex-ai-center {
		display: flex;
		align-items: center;
}
/* schedule start */
table.schedule {}
table.schedule thead th:nth-child(1) {
		width: 4em;
}
table.schedule tbody th {
		width: 4em;
		text-align: center;
}
table.schedule tbody td {
		vertical-align: top;
		width: 10.5%;
}
table.schedule span.time {
		font-size: 85%;
		display: block;
		margin-bottom: 5px;
}
table.schedule div.meeting, table.schedule div.meeting2 {
		border-top: 1px dashed #ccc;
		margin-top: 8px;
		padding-top: 8px;
}
td div.meeting, td div.meeting2 {
		font-size: 90%;
		color: #555555;
}
td span.time:before {
		color: #666666;
		font-family: 'Material Icons';
		content: "\e192";
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		position: relative;
		top: 2px;
}
td div.meeting:before {
		content: ''; /*何も入れない*/
		display: inline-block; /*忘れずに！*/
		width: 16px; /*画像の幅*/
		height: 16px; /*画像の高さ*/
		background-image: url(img/zoom.svg);
		background-size: contain;
		vertical-align: middle;
}
td div.meeting2:before {
		content: ''; /*何も入れない*/
		display: inline-block; /*忘れずに！*/
		width: 16px; /*画像の幅*/
		height: 16px; /*画像の高さ*/
		background-image: url(img/tesms.png);
		background-size: contain;
		vertical-align: middle;
}
td a.zoom {
		/*display: block;*/
}
td a.zoom:before {
		color: #666666;
		font-family: 'Material Icons';
		content: "\e037";
		font-weight: normal;
		font-style: normal;
		margin-right: 2px;
		position: relative;
		top: 2px;
}
table.schedule a {
		color: #1177bb;
		transition: 0.5s;
}
table.schedule a:hover {
		opacity: 0.5;
}
/* schedule end */
/* program start */
.program-menu {
		margin-bottom: 50px;
}
.program a, .menu-box a {
		color: #1177bb;
		transition: 0.3s;
}
.program a:hover, .menu-box a:hover {
		opacity: 0.6;
}
.program h1 {
		position: relative;
		line-height: 1.4;
		padding: 0.25em 1em;
		display: inline-block;
		top: 0;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 2px;
}
.program h1:before, h1:after {
		position: absolute;
		top: 0;
		content: '';
		width: 8px;
		height: 100%;
		display: inline-block;
}
.program h1:before {
		border-left: solid 1px #b5b5b5;
		border-top: solid 1px #b5b5b5;
		border-bottom: solid 1px #b5b5b5;
		left: 0;
}
.program h1:after {
		content: '';
		border-top: solid 1px #b5b5b5;
		border-right: solid 1px #b5b5b5;
		border-bottom: solid 1px #b5b5b5;
		right: 0;
}
.program {
		font-size: 14px;
}
.program-day {
		font-size: 18px;
		color: #1177bb;
		border-bottom: 3px double #1177bb;
}
.inner-day, .ps-kubun {
		font-size: 16px;
		color: #1177bb;
		margin-top: 15px;
	margin-left: 0.5em;
}
.program section {
		margin-bottom: 60px;
}
.session {
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #FFFFFF;
		border: 1px solid #DFDFDF;
}
.sec-title {
		font-size: 18px;
		margin-bottom: 5px;
}
.sec-chair {
		text-align: right;
}
.subject {
		border-top: 1px dashed #ccc;
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
}
.ps-group {
		border-top: 1px dashed #ccc;
		padding-top: 15px;
		margin-top: 15px;
		color: #D71A00;
}
dl.sec-time, dl.sec-place {
		margin-bottom: 3px;
}
dl.sec-time dt, dl.sec-place dt {
		color: #D71A00;
		float: left;
		width: 6em;
}
dl.sec-time dt {
		letter-spacing: 1em;
}
dl.sec-time dd, dl.sec-place dd {
		margin-left: 6em;
}
dl.rev {
    font-size: 18px;
}
dl.rev dt {
float: left;
		width: 3em;
}
dl.rev dd {
		margin-left: 3em;
}
dl.article {
		font-size: 16px;
		margin: 0;
		padding: 10px 10px 0 10px;
		border-bottom: 1px dashed #dcdcdc;
}
dl.article.rd {
	padding-bottom: 35px;
}
dl.article.rd dt.title p {
	font-size: 95%;
	
}
dt.time {
		font-size: 13px;
		width: 8.5em;
		font-weight: normal;
		float: left;
}
dt.title {
		margin-top: 5px;
	font-size: 14px;
		font-weight: normal;
		float: left;
	width: 11em;
}

dt.title img {
	display: inline;
	max-height: 65px;
}
dt.title p {
	padding-top: 10px;
}

dd.pro-no {
		width: 6em;
		float: left;
}
dd.pro-title {
		margin-left: 13em;
}
dd.pro-title2 {
		margin-top: 5px;
	margin-bottom: 12px;
}
dd.rd-title {
		margin-left: 15em;
		font-size: 14px;
}
dd.author, dd.abst, dd.author.chair {
		font-size: 14px;
		font-weight: 300;
		margin-top: 5px;
		padding-left: 17em;
		padding-bottom: 10px;
		width: 100%;
}
.program-list .chair {
		margin-bottom: 5px;

}
table.rd-program tbody td {
	border: solid 1px #dbdbdb;
	text-align: center;
}
table.rd-program tbody th:nth-child(1) {
	width: 33%;
}

table.rd-program tbody th:nth-child(2),
table.rd-program tbody td:nth-child(2),
table.rd-program tbody th:nth-child(3),
table.rd-program tbody td:nth-child(3){
	width: 33%;
}
/*
table.rd-program tbody th:nth-child(5),
table.rd-program tbody td:nth-child(5),
table.rd-program tbody th:nth-child(6),
table.rd-program tbody td:nth-child(6) {
	width: 21%;
}*/
.rd-program {
	padding: 20px;
	border-top: 3px double #DFDFDF;
	border-bottom: 3px double #DFDFDF;
	margin-bottom: 20px;
	margin-top: 10px;

}
.rd-program .sec-title {
	font-size: 16px;
}
.rd-program .subject {
	border-top: none;
		margin-top: 5px;
}
.rd-program dl dt {
		color: #4a4a4a;
}
table.student tbody th:nth-child(1) {
	width: 24%;
}
table.student thead th.time {
	font-size: 12px;
}
table.student tbody td {
		text-align: center;
}
.program-img {
	display: flex;
	justify-content: space-between;
}
.program-img img {
	padding-left: 30px;
}
.program-list table {
		border: none;
		font-size: 16px;
}
.program-list table td {
		border: none;
		border-bottom: 1px dashed #dcdcdc;
}
.program-list table td.pro-time {
		font-size: 13px;
		width: 10%;
		font-weight: normal;
}
.program-list table td.pro-no {
		width: 10%;
}

div.author, div.abst {
		font-size: 14px;
		font-weight: 300;
		margin-top: 5px;
		padding-left: 2em;
		padding-bottom: 5px;
}
/* student */
dt.ps-no {
		width: 5em;
		float: left;
}
dd.ps-title {
		margin-left: 6em;
}
dd.ps-author {
		font-size: 14px;
		font-weight: 300;
		margin-top: 5px;
		padding-left: 9em;
		padding-bottom: 10px;
}
ul.eg {
		font-size: 13px;
		margin-top: 5px;
		color: #808080;
}
p.star, u {
		color: #fa6767;
}
ul.eg li:before, p.star:before {
		color: #e9a944;
		font-family: 'Material Icons';
		margin-right: 3px;
		position: relative;
		top: 2px;
}
ul.eg li:before {
		content: '\e88e';
}
p.star:before {
		content: '\e838';
}
.t-keyword th:nth-child(1), .t-affliation th:nth-child(1) {
		width: 4em;
		text-align: center;
}
.t-author tbody th:nth-child(1), .t-author tbody td:nth-child(2), .t-author tbody td:nth-child(6) {
		width: 6em;
		text-align: center;
}
.t-author-conf tbody th:nth-child(1), .t-author-conf tbody td:nth-child(5) {
		width: 5em;
		text-align: center;
}
th.no, td.no {
		background-color: #fff3cd;
}
.campaign-info {
		font-size: 14px;
		padding-top: 10px;
		padding-left: 20px;
}
.maru {
		font-family: 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
:placeholder-shown {
		color: #d3d3d3;
}
::-webkit-input-placeholder {
		color: #d3d3d3;
}
:-moz-placeholder {
		color: #d3d3d3;
		opacity: 1;
}
::-moz-placeholder {
		color: #d3d3d3;
		opacity: 1;
}
:-ms-input-placeholder {
		color: #d3d3d3;
}
.field {
		padding-top: 20px;
}
.button {
		color: white;
		border-style: none;
		padding-right: 1em;
		padding-left: 1em;
		transition: 0.5s;
}
.button[name=back] {
		background-color: #cfcfcf;
}
.button[name=next] {
		background-color: #1177bb;
}
.button[name=del] {
		background-color: #929292;
}
.button[name=payment], .button[name=fup], .button[name=print] {
		background-color: #e9a944;
}
.button .material-icons {
		font-size: 18px;
}
.button .material-icons.lt, .button .fa.lt {
		margin-right: 8px;
}
.button .material-icons.rt, .button .fa.rt {
		margin-left: 8px;
}
.input:focus {
		background-color: #e6fefa;
}
.btns {
		border: 1px dashed silver;
		padding: 15px;
		display: flex;
		justify-content: center;
}
.button:hover {
		opacity: 0.5;
}
/* @end */
/* @group program-menu */
.menu-box {
		font-size: 16px;
		margin-bottom: 10px;
		border: 1px solid #ccc;
		background: #fff;
}

/* 修正前
.menu-box ul {
		display: none;
}
*/

/* 修正後 */
.menu-box ul ul {
		display: none;
}

.menu-box div.menu-item {
		cursor: pointer;
		background: #ECECEC;
		padding: 10px;
		transition: 0.5s;
}
.menu-box div.menu-item:hover {
		opacity: 0.6;
}
.menu-box li {
		cursor: pointer;
}
.menu-box li.level1 {
		padding-left: 3em;
		padding-top: 5px;
		padding-bottom: 5px;
}
.menu-box li.level2 {
		padding-left: 1.5em;
		padding-bottom: 5px;
}
.toggle_switch {
		position: relative;
		cursor: pointer;
		/*padding: 5px 10px;*/
		/*border-top: 1px solid gray;*/
}
.toggle_switch.open {
		/*border-bottom: 1px solid gray;*/
}
.toggle_switch:hover {
		background-color: #F3F3F3;
}
.menu-day {
		margin-left: 2em;
}
.arrow::before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../style/img/arrow_down.svg) no-repeat;
		background-size: contain;
		transform: rotateZ(-90deg);
		vertical-align: middle;
		position: absolute;
		left: 18px;
}
.toggle_switch::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 30px;
		background: url(../style/img/arrow_down.svg) no-repeat center center;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		transition: transform .2s;
}
.toggle_switch.open::before {
		transform: rotateZ(-90deg);
		top: 3%;
}
/* @end */
/* @group Back to Top */
#back-to-top {
		position: fixed;
		right: 30px;
		bottom: 30px
}
#back-to-top a {
		background-image: url(../style/img/back_to_top.png);
		width: 45px;
		height: 45px;
		display: block;
		text-indent: -9999px;
		border: 1px solid rgba(255, 255, 255, 0.6);
		-moz-box-shadow: 0 0 8px rgba(211, 211, 211, 0.6);
		box-shadow: 0 0 8px rgba(211, 211, 211, 0.6);
}
#back-to-top a:hover {
		opacity: 0.5;
}
/* @group Footer */
footer {
		background-color: silver;
		height: 100px;
		padding-top: 20px;
}
/* @end */
footer p {
		font-size: 13px;
		text-align: center;
}
input[type="date"] {
		width: 200px;
		/*忘れずに書きましょう。*/
		position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
}
/* @end */
/* @group Media Queries - メディアクエリ定義 */
@media screen and (max-width: 1280px) {
		.header > .container, .site-content > .container {
				padding-right: 10px;
				padding-left: 10px;
		}
		.header {
				height: 200px;
		}
		.header .container {
				width: 100%;
		}
		.header img {
				width: 300px;
		}
		.header .contact p {
				font-size: 14px;
		}
		.sidebar_fixed {
				position: static;
		}
}
@media screen and (max-width: 768px) {
		div.flex-box {
				display: block;
		}
		.select, .input[class$="pct"] {
				width: 100%;
		}
		#hotel.input {
				width: calc(100% - 2em);
		}
		.input:not(:last-child) {
				margin-bottom: 5px;
		}
		.flex-ai-center .input {
				margin-bottom: 0px;
		}
		span.select, select {
				width: 100%;
		}
		.information p:first-child {
				font-size: 16px;
				margin-bottom: 5px;
		}
		.program h1 {
				font-size: 20px;
		}
		.program {
				font-size: 13px;
		}
		.program-day {
				font-size: 15px;
		}
		.sec-title {
				font-size: 16px;
		}
		dl.article {
				font-size: 14px;
		}
	dl.article.rd {
		padding-bottom: 0;
	}
		dt.time {
				font-size: 12px;
		}
		dd.pro-no, dt.ps-no {
				width: 5em;
		}
		dt.ps-no {}
		dd.author, dd.abst, dd.author.chair {
				font-size: 12px;
		}
		dd.ps-title {}
		dd.ps-author {
				font-size: 12px;
		}
		.menu-box {
				font-size: 14px;
		}
	.ps-kubun {
				font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
		.header {
				height: 150px;
		}
		.header img {
				width: 250px;
		}
		.header .contact p {
				display: none;
		}
		.site-content h1 {
				font-size: 24px;
		}
		span:lang(en) br {
				display: none;
		}
		th span:lang(en) {
				line-height: 1em;
				display: inline;
				border-top-style: none;
				margin-top: 0;
		}
		th span:lang(en):before {
				content: " / ";
		}
		.fee {
				width: 100%;
		}
		/* nav */
		nav {
				display: flex;
				flex-direction: column;
		}
		.dropdwn {
				flex-direction: column;
		}
		.dropdwn li {
				margin-bottom: 10px;
		}
		.dropdwn > li {
				width: 300px;
		}
		.dropdwn_menu {
				z-index: 2;
		}
		.dropdwn_menu li {
				margin: 0;
		}
		/* nav */
		dd.pro-title,dd.rd-title {
				clear: both;
				margin-left: 0;
		}
		dd.author, dd.abst, dd.author.chair {
				padding-left: 1em;
		}

dd.ps-title {
				clear: both;
				margin-left: 0;
	}
dd.ps-author {

				padding-left: 1em;
}
	.program-img {
	flex-direction: column;
}
.program-img img {
	padding-left: 0px;
	padding-top: 30px;
}

}
@media screen and (max-width: 320px) {
		.site-content h1 {
				font-size: 20px;
		}
		.program h1 {
				font-size: 16px;
		}
		.flex-ai-center {
				display: block;
		}
		.button[name=payment] {
				height: 60px;
		}
		.button[name=payment] br {
				display: inline;
		}
		div.flex-ai-center div.select {
				padding-right: 0;
		}
		div.flex-ai-center div.select:not(:first-child) {
				margin-top: 5px;
		}
}
/* @end */
/* @group Receipt Print */
/*@media print {

}*/
/* @end */