@charset "utf-8";
/*
.header-container {
	background-color: #fff;
	padding-bottom: 10px;
}
*/
main {
	padding: 65px 0 0 0;
	background: var(--black);
	color: var(--white);
}

h2 {
	color: var(--white);
}
h2:before {
	background: var(--white);
}
main .flow {
	text-align: center;
	margin-bottom: 45px;
}
main p.privacy-message {
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
main p.guidance {
	line-height: 1.5;
	font-size: 14px;
	margin: 10px 0;
}
main div.thanks-message,
main div.close-message,
main div.error-message {
	min-height: 160px;
	padding: 20px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
main div.thanks-message span.bold,
main div.close-message span.bold,
main div.error-message span.bold {
	font-weight: bold;
	line-height: 2;
}
main .to-toppage {
	text-align: center;
	padding: 40px 0;
}
main .to-toppage a {
	font-size: 14px;
	color: #00a0e9;
}
main .to-toppage a:hover {
	text-decoration: underline;
}

/*invitation code*/
.invitation-code {
	text-align: center;
	align-items: center;
}
/*.invitation-code p {*/
/*	font-size: 16px;*/
/*	line-height: 1.6;*/
/*}*/

.invitation-code p span {
	font-weight: bold;
	font-size: 20px;
	color: #FF9178;
}
.invitation-code p{
	font-size: 16px;
	line-height: 1.6;
}
.invitation-code div {
	border: 2px solid #fff;
	font-size: 16px;
    width: 70%;
    margin: 0 auto 30px;
    padding: 15px 0;
}
.invitation-code div span {
	font-weight: bold;
	font-size: 20px;
}
.invitation-code table.invitation tbody tr td {
	border: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: var(--black);
}
.invitation-code input.textbox {
	width: 250px;
	height: 30px;
	background: var(--skygray);
}

/* privacy box */
main .privacy-box {
	height: 300px;
	overflow: auto;
	border: 1px solid #656464;
	padding: 20px;
	background: var(--registration-privacy-box);
	color: var(--registration-privacy-text);
}
main .privacy-box > h4 {
	margin: 0 auto 20px;
	color: var(--registration-privacy-title);
}
main .privacy-box > p {
	font-size: 12px;
	line-height: 1.6;
}
main .privacy-box > p a, 
main .privacy-box > p a:visited {
	color: var(--purple);
}
main .privacy-box > ol > li {
	margin-bottom: 20px;
}
main .privacy-message {
	padding: 0 100px;
}

/* notice */
main dl.notice {
	margin: 0 auto;
}
main dl.notice > dt {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 4px;
}
main dl.notice dd > ul {
	padding-bottom: 30px;
}
main dl.notice dd > ul > li {
	margin-bottom: 10px;
}
main dl.notice dd ul.memo > li {
	margin-bottom: 5px;
	line-height: 1.2;
}
main dl.notice dd ul.memo > li > dl > dd  {
	padding-left: 1.0em;
	padding-bottom: 30px;
	line-height: 1.6;
}
main dl.notice dd ul.memo li > dl > dt {
	padding-bottom: 5px;
}
main dl.notice dd ul.memo li dl dt a {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
main dl.notice dd ul.memo li dl dt a:hover {
	color: #777777;
}
main dl.notice dd ul.memo li dl dd ul {
	padding: 0;
}
main dl.notice dd ul.memo > li > dl > dd > ul > li {
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin-bottom: 0;
}
main dl.notice dd ul.memo > li > dl > dd > ul > li > ul > li {
	text-indent: -2.0em;
	padding-left: 2.0em;
}

/* flow */
.flow {
	background-color: var(--registration-flow-bg); 
	position: relative;
	max-width: 700px;
	margin: 0 auto 50px;
}
.flow:after {
	content: "";
	width: calc(100% - 100px);
	height: 1px;
	display: block;
	background-color: #ccc;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.flow ol {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.flow ol li {
	margin: 0;
	width: 100px;
	z-index: 1000;
	text-align: center;
}
.flow ol li div.circle {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.flow ol li div.circle span {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 50%;
	background-color: var(--registration-flow-circle);
	color: var(--black);
}
.flow ol li.clear div.circle span {
	background-color: var(--registration-flow-circle-black);
	/*border: 1px solid var(--registration-flow-circle);*/
}
.flow ol li:first-child {
	margin: 0;
}
.flow ol li div.text {
	display: block;
	margin: 20px 0 0 0;
	font-size: 14px;
	color: var(--registration-flow-text);
}

/* registration-notice */
.registration-notice {
	font-size: 14px;
	margin-bottom: 10px;
}
.registration-notice p {
	margin: 0;
}

/* nybrid-online */
.hybrid-online {
	font-size: 16px;
	font-weight: bold;
	margin: 14px 0;
	text-align: center;
}

/* check-list */ 
ul.check-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.check-list li {
	display: flex;
	align-items: center;
	margin-right: 16px;
}
ul.check-list li input[type=radio],
ul.check-list li input[type=checkbox] {
	width: auto;
	margin-right: 4px;
}

/* table.form */
table.form {
	width: 100%;
	margin-bottom: 20px;
	background: var(--form-table-bg);
	color: var(--form-table-color);
}
table.form input[type=radio],
table.form input[type=checkbox],
table.form label {
	cursor: pointer;
}
table.form th {
	background-color: #efefef;
	color: #333333;
	border: 1px solid #cccccc;
	text-align: center;
	width: 240px;
}
table.form td {
	padding: 8px 15px;
	border: 1px solid #CECECE;
	text-align: left;
	vertical-align: top;
}
.confirm table.form td {
	padding: 14px 15px;
}
table.form td div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 5px;
	box-sizing: border-box;
	vertical-align: top;
	flex-shrink: 0;
	width: 100%;
}
table.form th.error {
	background-color: #FFCCCC;
}

table.sub-item {
	width: auto;
}
table.form table.sub-item th,
table.form table.sub-item th.error,
table.form table.sub-item td {
	background-color: transparent;
	background-image: none;
	width: auto;
	padding: 8px 5px 8px 0px;
	border: none;
	text-indent: 0px;
	text-align: left;
	font-weight: normal;
}
table.form table.sub-item th {
	vertical-align: top;
	padding: 8px 0;
}
.confirm table.form table.sub-item th {
	padding-right: 20px;
}
table.sub-item .error-message {
	margin-bottom: 6px;
}

.require {
	color: #f00;
	padding: 0px 5px;
}
.textbox {
	border: 1px solid #ccc;
}
select {
	border: 1px solid #ccc;
	color: var(--form-table-color);
}
textarea {
	width: 400px;
	margin: 0px 3px;
	border: 1px solid #ccc;
	color: var(--form-table-color);
}

/* input width */
table.form td input {
	width: 400px;
	padding: 3px;
	line-height: normal;
	color: var(--form-table-color);
}
table.form td input:focus {
	outline: none;
}

table.form td input#data2 {
	width: 200px;
}

table.form td input#address_zip_1,
table.form td input#address_zip_2 {
	width: 45px;
}

table.form td input#tel_1,
table.form td input#tel_2,
table.form td input#tel_3 {
	width: 54px;
}
table.form td input#f_name,
table.form td input#f_name_kana {
	width: 120px;
	margin: 0px 3px;
}
table.form td input#g_name,
table.form td input#g_name_kana {
	width: 120px;
	margin-left: 3px;
}
table.form td input#tel_1,
table.form td input#address_zip_1 {
	margin: 0px 3px 0px 0px;
}
table.form td input#tel_2 {
	margin: 0px 3px;
}
table.form td input#tel_3 {
	margin: 0px 3px;
}
table.form td input#address_zip_2 {
	margin: 0px 3px;
}
table.form td label {
	vertical-align: middle;
}
table.form td p.notice {
	font-size: 10px;
	margin: 0px;
}
table.form td span.notice {
	font-size: 10px;
	margin: 5px 0 5px 4px;
	display: block;
}

/* table.enquete */
table.enquete {
	width: 100%;
	margin: 25px 0;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
	background: var(--form-table-bg);
	color: var(--form-table-color);
}
table.enquete input[type=radio],
table.enquete input[type=checkbox],
table.enquete label {
	cursor: pointer;
}
table.enquete th {
	padding: 8px;
	vertical-align: middle;
	border: solid 1px #cccccc;
	background-color: #efefef;
	text-align: left;
}
.confirm table.enquete th {
	padding: 12px 8px;
}
table.enquete th.error {
	background-color: #FFCCCC;
}
table.enquete td {
	text-align: left;
	padding: 8px;
	vertical-align: middle;
	border: solid 1px #ccc;
}
table.enquete td .special-text {
	display: inline-block;
	margin-left: 30px;
}
.confirm table.enquete td {
	padding: 14px 15px;
}
table.enquete td ul.check-item {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table.enquete td ul.check-item li {
	list-style: none;
	margin-right: 10px;
	display: inline;
	white-space: nowrap;
}
table.enquete td ul.check-item li input,
table.enquete td ul.check-item li label {
	vertical-align: middle;
}
table.enquete td div.container span {
	margin-right: 20px;
}
table.enquete td .section-top {
	margin: 0 0 2px -10px;
}
table.enquete td .section {
	margin: 15px 0 2px -10px;
}

table.enquete td span.item {
	line-height: 24px;
}

#online-session table .code,
#exhibition-session table .code {
	display: inline-flex;
	align-items: center;
	padding: 7px 0;
}
#online-session table .code input,
#exhibition-session table .code input {
	width: auto;
	margin-right: 8px;
}

/* confirm */
div.confirm table.enquete td span.item {
	display: block;
	margin-bottom: 12px;
}
div.confirm table.enquete td span.item:last-child {
	margin-bottom: 0;
}

/* input width */
table.enquete td input {
	width: auto;
	margin: 3px 0px;
	vertical-align: middle;
	color: var(--form-table-color);
}
table.enquete td input.textbox {
	width: 200px;
	padding: 3px;
}
table.enquete td textarea.textarea {
	width: 100%;
	height: 100px;
	padding: 3px;
}

/* session select */
h3.session-select {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #0F4B8F;
	position: relative;
	text-align: center;
	margin: 50px 0;
}
h3.session-select:before {
	content: '';
	display: block;
	width: 178px;
	height: 2px;
	background: #0F4B8F;
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
}
h3.session-select > span {
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

/* session table */
table.session {
	width: 100%;
}
table.session tr td {
	border: none;
	padding: 4px 5px;
}
table.session tr td.time {
	width: 100px;
	padding-left: 0;
	white-space: nowrap;
}
table.session tr td.code {
	width: 40px;
	white-space: nowrap;
}

/* error */
p.session-error-message,
p.error-message-top {
	color: #f00;
	font-size: 14px !important;
	font-weight: bold !important;
	background-color: #ffecec;
	text-align: center !important;
	padding: 20px 0px;
	margin: 0 !important;
	border-bottom: 3px double #ce0807;
	border-top: 3px double #ce0807;
}
p.error-message {
	font-size: 14px;
	clear: both;
	color: #f00;
	margin: 3px 0px 0px 3px;
	width: 100%;
}
.invitation p.error-message {
	text-align: center;
	margin: 20px 0;
}
.message {
	padding: 32px 0;
	text-align: center;
}