@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15; /* 1 */

	-webkit-tap-highlight-color: transparent; /* 3*/
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	clear: both;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: inherit; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	        text-decoration: underline dotted; /* 2 */

	-webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
	font-size: inherit; /* 2 */
	font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;

	-webkit-appearance: none; /* 1 */
	   -moz-appearance: none;
	        appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
	font: inherit; /* 2 */

	-webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 115px 0 0 0;
	background-image: url("../img/hibiscas.png");
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: rgb(60, 60, 60);
	line-height: 1.75;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

#pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #f7931e;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#pagetop:hover {
	cursor: pointer;
}

.wrapper {
	display: flex;
	flex-direction: column;
	background: url(img/backimage-001.png) no-repeat center -160px;
}

.header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	min-width: 1000px;
	height: 115px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .6);
	background-color: #fff;
}
.header h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.header h1 a {
	opacity: 1;
	transition: all .2s;
}
.header h1 a:hover {
	opacity: .75;
	transition: all .2s;
}

.main {
	display: flex;
	flex-direction: row;
	width: 1000px;
	margin: 0 auto;
}

.nav {
	z-index: 50;
	width: 230px;
	padding: 20px 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #eee;
}
.nav ul li {
	position: relative;
	margin: 0 0 10px 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}
.nav ul a {
	display: block;
	position: relative;
	padding: .7em 1.2em;
	background: #fff;
	font-size: 15px;
	line-height: 1.4;
	transition: all .2s;
}
.nav ul a:before {
	position: absolute;
	top: 53%;
	left: 4px;
	transform: translateY(-50%);
	width: 4px;
	height: 12px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 4px solid #f7931e;
	content: "";
	transition: all .2s;
}
.nav ul a:hover {
	position: relative;
	background: #f7931e;
	color: #fff;
	transition: all .2s;
}
.nav ul a:hover:before {
	left: calc(100% - 12px);
	width: 6px;
	height: 10px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	transition: all .2s;
}
.nav ul a.current {
	background: #f7931e;
	color: #fff;
}
.nav ul a.current:before {
	left: calc(100% - 12px);
	width: 6px;
	height: 10px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	transition: all .2s;
}
.nav ul a.external:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	margin: 0 0 0 4px;
	background: url("../img/external_icon.svg");
	background-size: cover;
	content: "";
}
.nav ul a.external:hover:after {
	background: url("../img/external_icon_white.svg");
}

.nav_poster {
	width: 100%;
}
.nav_poster .btn_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 44px;
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #ed1c24;
	color: #fff;
	font-weight: bold;
	text-indent: -1em;
}
.nav_poster .btn_dl:before {
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../img/pdf_icon.svg);
	content: "";
}
.nav_poster .btn_dl:hover {
	background: #a00000;
}
.nav_poster .btn_dl img {
	margin-left: 5px;
}
.content {
	width: 770px;
	min-height: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
}

.sponsor_inner {
	padding: 30px;
}
.sponsor_inner .dawnload_btn, .abstract_inner .dawnload_btn {
	display: block;
	text-align: center;
	width: 80%;
	padding: 15px 0;
	margin: 0 auto 20px auto;
	border: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #f7931e;
	color: #fff;
	transition: all .2s;
    text-decoration: none;
}
.sponsor_inner .dawnload_btn:after, .abstract_inner .dawnload_btn:after, a.abstract_btn_disable:after {
	display: inline-block;
	width: 4px;
	width: 6px;
	height: 12px;
	height: 10px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	content: "";
    margin-left: 0.5rem;
}
.sponsor_inner .dawnload_btn:hover, .abstract_inner .dawnload_btn:hover {
	background: #fff100;
	color: #000;
	transition: all .2s;
}
.abstract_inner .dawnload_btn.end, .abstract_inner .dawnload_btn.end:hover {
    background-color: #bebebe;
    color: #FFF;
}
.sponsor_inner .dawnload_btn:hover::after, .abstract_inner .dawnload_btn:hover::after {
	border-left: 6px solid #000;
}
.abstract_inner .dawnload_btn.end:hover::after {
	border-left: 6px solid #FFF;
}
.sponsor_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #f7931e;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.sponsor_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.sponsor_inner h3 {
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	padding-left: 1em;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-indent: -1em;
}
.sponsor_inner h3::before {
	color: #c55a11;
	content: "・";
}
.sponsor_inner ul.sponsor_list {
	margin: 0 0 30px 35px;
}
.sponsor_inner ul.sponsor_list li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 95px;
	border-bottom: 1px solid #ccc;
}
.sponsor_inner ul.sponsor_list li p {
	width: 280px;
	line-height: 1.4;
}
.sponsor_inner ul.sponsor_list li p dell {
    text-decoration: line-through;
}
.sponsor_inner ul.sponsor_list li p ins {
    text-decoration: none;
}
.sponsor_inner ul.sponsor_list li a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 56px;
	margin-left: auto;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	transition: all .2s;
}
.sponsor_inner ul.sponsor_list li a.sponsor_apply_btn {
	width: 50%;
	background: #8cc63f;
}
.sponsor_inner ul.sponsor_list li a.sponsor_apply_btn:hover {
	opacity: .8;
	transition: all .2s;
}
.sponsor_inner ul.sponsor_list li a.sponsor_apply_btn.end {
	background: #bebebe;
}
.sponsor_inner ul.sponsor_list li a.sponsor_apply_btn.end:hover {
	opacity: 1;
}
.sponsor_inner ul.sponsor_list li a.sponsor_closing_btn {
	width: 50%;
	box-shadow: none;
	background: #bbb;

	pointer-events: none;
}
.sponsor_inner ul.sponsor_list li a.sponsor_closing_btn::after {
	content: none;
}
.sponsor_inner .sponsor_word {
	margin: 0 0 0 32px;
}
.sponsor_inner .sponsor_word a.sponsor_word_btn {
	display: block;
	width: 30%;
	margin: 0 auto;
	padding: 7px 20px;
	border-radius: 4px;
	background: #f7931e;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}
.sponsor_inner .sponsor_word a.sponsor_word_btn:hover {
	opacity: .8;
	transition: all .2s;
}
.sponsor_inner .sponsor_word a.dlnd::before {
	position: absolute;
	top: -30px;
	color: #000;
	font-size: 13px;
	content: "申込書DL";
}
.sponsor_inner .sponsor_word p {
	margin: 0 0 15px 0;
	line-height: 1.5;
}
.sponsor_inner .sponsor_word p a {
	color: #f7931e;
	text-decoration: underline;
}
.sponsor_inner .sponsor_word div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 15px;
	background: #f6f6f6;
}
.sponsor_inner .sponsor_word div .ddl {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
}
.sponsor_inner .sponsor_word div .ddl:before {
	position: absolute;
	right: 20px;
	z-index: 999;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
}
.sponsor_inner .sponsor_word div #apply_dl {
	position: relative;
	width: 300px;
	height: 40px;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.sponsor_inner .sponsor_word div #apply_dl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #000;
	content: "a";
}
.sponsor_inner .sponsor_word div #apply_dl::-ms-expand {
	display: none;
	/* デフォルトの矢印を非表示(IE用) */
}
.sponsor_inner .sponsor_word div #apply_dl option {
	height: 30px;
}
.sponsor_inner .sponsor_word div .dlbtn {
	height: 40px;
	padding: 5px 15px;
	border: #00546b;
	border-radius: 4px;
	background: #f7931e;
	color: #fff;
}
.sponsor_inner .sponsor_table {
	margin-left: 15px;
	line-height: 1.4;
	border-collapse: collapse;
	border-spacing: 0;
}
.sponsor_inner tr {
	border-bottom: 1px solid #ccc;
}
.sponsor_inner tr td {
	padding: 18px 0;
	border-spacing: 0;
	vertical-align: middle;
}
.sponsor_inner tr td:first-child {
	width: 200px;
}
.sponsor_inner tr th {
	padding: 20px 10px;
	font-weight: bold;
	text-align: center;
	border-spacing: 0;
	vertical-align: middle;
}

.message_inner {
	padding: 30px;
}
.message_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 60px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.message_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.message_inner .profile {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	margin: 0 0 50px 0;
}
.message_inner .profile .profile_txt {
	margin: 0 20px 0 0;
	text-align: right;
}
.message_inner .profile_img {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.message_inner .message_txt {
	width: 100%;
	margin: 0 0 60px 0;
	word-wrap: break-word;
}
.message_inner .message_txt p {
	line-height: 1.7;
}

.access_inner {
	padding: 0;
}

.general_info_inner {
	padding: 30px;
}
.general_info_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.general_info_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.general_info_inner dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	line-height: 1.6;
}
.general_info_inner dl a {
	color: #0071bc;
	text-decoration: underline;
}
.general_info_inner dl dt {
	width: 149px;
	padding: 20px 30px 20px 14px;
	border-bottom: 1px solid #ccc;
	color: #f7931e;
	font-size: 16px;

	-moz-text-align-last: justify;
	     text-align-last: justify;
}
.general_info_inner dl dd {
	width: 560px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
}

.program_inner {
	padding: 30px;
}
.program_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.program_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}

.abstract_inner {
	padding: 30px;
	line-height: 1.6;
}
.abstract_inner div {
	margin: 0 0 25px 0;
}
.abstract_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.abstract_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.abstract_inner h3 {
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	padding-left: 1em;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-indent: -1em;
}
.abstract_inner h3::before {
	color: #c55a11;
	content: "・";
}
.abstract_inner h4 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	color: #f7931e;
	font-weight: bold;
	font-size: 18px;
}
.abstract_inner table {
	margin: 0 0 36px 0;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.abstract_inner table tr th {
	width: 160px;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #ffe69c;
	text-align: center;
	vertical-align: middle;
    font-weight: normal;
}
.abstract_inner table tr td {
	padding: 8px 16px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	vertical-align: middle;
}
.abstract_inner a {
	color: #0071bc;
	text-decoration: underline;
}
.abstract_inner a:hover {
	color: #af1818;
}

.registration_inner {
	padding: 30px;
}
.registration_inner div {
	margin-bottom: 30px;
}
.registration_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.registration_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.registration_inner h3 {
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	padding-left: 1em;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-indent: -1em;
}
.registration_inner h3::before {
	color: #c55a11;
	content: "・";
}
.registration_inner h4 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.registration_inner h5 {
	width:    -moz-fit-content;
	width: -webkit-fit-content;
	width:         fit-content;
	margin-bottom: .5em;
	margin-left: 1em;
	border-bottom: 2px solid #f7931e;
	color: #f7931e;
	font-weight: bold;
}
.registration_inner p {
	width: 100%;
	line-height: 1.5;
	text-align: justify;
}
.registration_inner a {
	color: #f7931e;
	text-decoration: underline;
}

.participants_inner {
	padding: 30px;
}
.participants_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.participants_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.participants_inner h3 {
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	padding-left: 1em;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-indent: -1em;
}
.participants_inner h3::before {
	color: #c55a11;
	content: "・";
}
.participants_inner h4 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	color: #f7931e;
	font-weight: bold;
	font-size: 18px;
}
.participants_inner table tr td {
	padding-bottom: .2em;
	line-height: 1.5;
}
.speakers_inner {
	padding: 30px;
}
.speakers_inner h2 {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 4px 12px;
	border-bottom: 1px solid #aaa;
	color: #f7931e;
	font-weight: bold;
	font-size: 26px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.speakers_inner h2::before {
	position: absolute;
	top: 53%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 24px;
	background: #ff953d;
	content: "";
}
.speakers_inner h3 {
	margin: 20px 0 15px 0;
	padding-bottom: 5px;
	padding-left: 1em;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-indent: -1em;
}
.speakers_inner h3::before {
	color: #c55a11;
	content: "・";
}
.speakers_inner h4 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	color: #f7931e;
	font-weight: bold;
	font-size: 18px;
}
.speakers_inner table tr td {
	padding-bottom: .2em;
	line-height: 1.5;
}
.main-image {
	margin: 0 0 30px 0;
}
.main-image img {
	width: 100%;
}

.info-ttl {
	margin: 0 35px;
	padding: 0 0 0 1em;
	background: #f7931e;
	color: #fff;
	font-size: 20px;
}
.kinkyu_program {
    margin: 0 35px 30px;
    padding: 20px;
    border: 5px solid #f7931e;
}
.kinkyu_program .kp_set:first-child,
.kinkyu_program .kp_set:nth-child(2) {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
} 
.kinkyu_program .kp_set h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #f7931e;
    text-align: center;
}
.kinkyu_program .kp_set h3 span {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    padding-left: 1rem;
}
.kinkyu_program .kp_set p.speaker {
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center;
}
.kinkyu_program .kp_set .speaker2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
}
.kinkyu_program .kp_set .speaker2 p:first-child {
    font-weight: bold;
    font-size: 1.15rem;
    text-align: center;
    white-space: nowrap;
}
.kinkyu_program .kp_set .speaker2 p:last-child {
    font-weight: normal;
    font-size: 0.9rem;
    text-align: left;
    padding-left: 1rem;
}
.kinkyu_program .kp_set p.title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.information {
	height: 215px;
	margin: 0 35px 30px 35px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.information ul {
	font-size: 15px;
	line-height: 1.6;
}
.information ul li {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding: 14px 0;
	border-bottom: 1px dotted #000;
}
.information ul li a {
	color: #f7931e;
	text-decoration: underline;
	transition: all .2s;
}
.information ul li a:hover {
	color: #f7931e;
	text-decoration: none;
	transition: all .2s;
}
.information ul li span.date {
	display: block;
	flex: 0 0 auto;
	position: relative;
	width: 125px;
	text-indent: 2em;
}
.information ul li span.date::before {
	position: absolute;
	top: 9px;
	left: .7em;
	width: 7px;
	height: 7px;
	border-radius: 1em;
	background: #000;
	content: "";
}
.information ul li p {
	width: 626px;
}

.footer {
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 1000px;
	margin-top: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
}
.footer .footer-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;

	gap: 40px;
}
.footer .footer-inner address {
	width: 44%;
	font-size: 13px;
	line-height: 1.6;
}
.footer .footer-inner address h3 {
	margin: 0 0 6px 0;
	padding: 2px 0;
	border-bottom: dotted 1px #f7931e;
	color: #f7931e;
	font-weight: bold;
}
.footer .footer-inner address p.address-name {
	font-weight: bold;
	font-size: 15px;
}
.footer .footer-inner address p.address-info a {
	color: #0071bc;
	text-decoration: underline;
}
.footer .copyright {
	padding: 6px 0;
	background: #f7931e;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

a.abstract_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	padding: 10px 0;
	margin: 0 auto 20px auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #af1818;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
    text-align: center;
}
a.abstract_btn:before {
	position: absolute;
	top: 50%;
	left: calc(100% - 12px);
	transform: translateY(-50%);
	width: 4px;
	width: 6px;
	height: 12px;
	height: 10px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgb(255, 165, 80);
	content: "";
}
a.abstract_btn:hover {
	border: 1px solid #f7931e;
	background: #fff;
	color: #f7931e;
	transition: all .2s;
}
a.abstract_btn:hover::before {
	border-left: 6px solid #f7931e;
}

a.abstract_btn_disable {
	background: #999;
}
a.abstract_btn_disable.end:hover {
	/*background: #333;*/
    border: none;
    color: #FFF;
}
a.abstract_btn_disable:before {
	position: absolute;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgb(255, 255, 255);
	content: "";
    display: none;
}
a.abstract_btn_disable.end {
    background-color: #DDD;
}

a.registration_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 60%;
	height: 44px;
	margin: 0 auto 20px auto;
	border: 1px solid #f7931e;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #f7931e;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
}
a.registration_btn.end {
    background-color: #bebebe;
    color: #FFF;
    border: none;
}
a.registration_btn:before {
	position: absolute;
	top: 50%;
	left: calc(100% - 12px);
	transform: translateY(-50%);
	width: 4px;
	width: 6px;
	height: 12px;
	height: 10px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgb(255, 165, 80);
	content: "";
}
a.registration_btn.end::before {
    border-left: 6px solid rgb(255, 255, 255);
}
a.registration_btn:hover {
	border: 1px solid #f7931e;
	background: #fff;
	color: #f7931e;
	transition: all .2s;
}
a.registration_btn.end:hover {
    background-color: #bebebe;
    color: #FFF;
    border: none;
}
a.registration_btn:hover::before {
	border-left: 6px solid #f7931e;
}
a.registration_btn.end:hover::before {
	border-left: 6px solid #FFF;
}

a.registration_btn_disable {
	border: 1px solid #bbb;
	background: #ccc;

	pointer-events: none;
}
a.registration_btn_disable:before {
	position: absolute;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid rgb(255, 255, 255);
	content: "";
}

.course {
	margin-top: 10px;
	margin-bottom: 30px;
}
.course tr {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.course tr th {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #eee;
	text-align: center;
}
.course tr td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}
.course tr td span {
	display: block;
	position: relative;
	width: auto;
}
.course tr td span i {
	display: block;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}

.hotel {
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 1.4;
}
.hotel tr {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.hotel tr th {
	padding: 3px 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #eee;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
.hotel tr td {
	height: 40px;
	padding: 3px 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}
.hotel tr .number {
	width: 60px;
}
.hotel tr .hname {
	width: 400px;
}
.hotel tr .hdate {
	width: 100px;
	padding: 5px 0;
	font-size: 14px;
}
.hotel tr .htype {
	width: 80px;
}
.hotel tr .hpay {
	width: 200px;
}
.hotel tr .haccess {
	width: 230px;
}
.hotel tr .tdtype {
	font-size: 15px;
	text-align: center;
}
.hotel tr .tdnumber {
	font-size: 20px;
	text-align: center;
}
.hotel tr .tdpay {
	text-align: right;
}
.hotel tr .tdaccess {
	text-align: center;
}

.hotelheader {
	margin: 15px 0 0 0;
	padding: 0 0 0 5px;
	border: 1px solid #aaa;
	background: #999;
	color: #fff;
}

.double_line {
	display: inline-block;
	width: 30px;
	margin: 0 !important;
	border-top: 4px double #000;
}

.registar_table {
	margin: 30px 0 5px 0;
	font-size: 15px;
	line-height: 1.4;
}
.registar_table tr {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.registar_table tr td {
	padding: 0 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	vertical-align: middle;
}
.registar_table tr th {
	padding: 0 10px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #eee;
	text-align: center;
	vertical-align: middle;
}

.banner_area {
	margin-top: 20px;
}
.banner_area .banner {
	margin-bottom: 15px;
}
.banner_area .banner a {
	opacity: 1;
	transition: all .2s;
}
.banner_area .banner a:hover {
	opacity: .8;
	transition: all .2s;
}
.banner_area .banner img {
	width: 100%;
}

.top_banner {
	margin-top: 30px;
	margin-bottom: 30px;
}
.top_banner img.line_banner {
	display: block;
	width: 440px;
	margin: 0 auto;
}

.luncheon_table {
	margin-bottom: 1em;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	line-height: 1.4;
}
.luncheon_table tr {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.luncheon_table tr th {
	width: 70px;
	padding: 8px;
	border-right: 1px solid #aaa;
	background: #fff2db;
	text-align: center;
	vertical-align: middle;
}
.luncheon_table tr td {
	width: 550px;
	padding: 2px 6px;
	vertical-align: middle;
}

.btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: 40px auto;
	padding: .6em 1em .6em .8em;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #f7931e;
	color: rgb(255, 255, 255);
	text-decoration: none;
	transition: all .2s;
}
.btn:after {
	display: block;
	position: absolute;
	top: calc(50% - .3em);
	right: 4px;
	width: .6em;
	height: .6em;
	border-width: .3em .2em .3em .4em;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 230, 140);
	vertical-align: 10%;
	content: "";
	transition: all .2s;
}

.program_h3 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 18px;
}
.program_h3 span {
	padding-left: 1em;
	font-size: 15px;
}

.program_h4 {
	margin-bottom: 10px;
	padding-bottom: .2em;
	padding-left: 1.3em;
	border-bottom: 1px dotted #967a34;
	color: #967a34;
	font-weight: bold;
	font-size: 19px;
	line-height: 1.3;
	text-indent: -1.3em;
}

.program_table {
	border-collapse: separate;
	border-spacing: 0 8px;
}
.program_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 25px;
	margin-right: 1em;
	border: 1px solid #967a34;
	border-radius: 2px;
	color: #967a34;
	font-weight: bold;
	font-size: 14px;
}

.program_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
}

.program_name {
	flex: 0 0 auto;
	width:    -moz-fit-content;
	width: -webkit-fit-content;
	width:         fit-content;
}

.program_affil {
	padding-left: 1em;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	text-indent: -1em;
}

.lecture_list li {
    padding-left: 1.2rem;
    border-bottom: 1px dotted #000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.lecture_list li:last-child {
    border-bottom: none;
}
.lecture_list li h3 {
    text-indent: -2.6rem;
    margin: 20px 0 5px 0;
}
.lecture_list li h3 span {
    font-size: 16px;
    padding-left: 1rem;
    letter-spacing: 0.1rem;
}
.lecture_list li h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1.3rem;
}
.lecture_list li dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.lecture_list li dl dt {
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f7931e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: normal;
}
.lecture_list li dl dd {
    width: calc(100% - 6rem);
    padding-left: 1.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0.8rem;
}
.lecture_list li dl dd span {
    font-size: 18px;
    padding-right: 0.6rem;
    font-weight: bold;
}

/*************************************/
.sponsor .howto-moushikomi {
    list-style: auto;
    padding-left: 40px;
}
.sponsor .howto-moushikomi li {
    font-size: 15px;
    line-height: 2;
}
.sponsor .howto-moushikomi li a {
    color: #00F;
    text-decoration: underline;
}
.sponsor_inner ul.sponsor_list li a.sponsor_apply_btn::after {
    display: none;
}
.abstract_inner table#file_name,
table#file_name th,
table#file_name td {
    border: none;
}
table#file_name th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background-color: inherit;
    white-space: nowrap;
}
table#file_name th::before {
    content: '・';
    display: inline;
}
table#file_name th::after {
    content: '→';
    display: inline;
}

.lunchon h5 {
    font-size: 19px;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
}
/*.lunchon h5 span {
    display: block;
    text-align: right;
}*/
.lunchon dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.lunchon dl dt {
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f7931e;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    font-weight: normal;
}
.lunchon dl dd {
    width: calc(100% - 6rem);
    padding-left: 1.8rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0.8rem;
}