@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
/* ============================ Base ============================ */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	font-size: var(--base-font-size);
	color: #494949;
	text-align: center;
}
.fs_09 { font-size: 0.9rem;}
.fs_08 { font-size: 0.8rem;}
.fs_07 { font-size: 0.7rem;}
.fs_06 { font-size: 0.6rem;}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.alert-success {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin-bottom: 5px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.content {
	width: 100%;
	max-width: 1200px;
	background-color: #FFF;
	margin: 0 auto;
	flex: 1;
}
.container {
	width: 100%;
	max-width: 960px;
	margin: 20px auto;
	padding-right: 0px;
	padding-left: 0px;
	flex: 1;
}
a {
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.form-control {
	border: 1px solid #444 !important;
}
.input_alert {
	color: #f13c3c;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.material-symbols-outlined {
	font-variation-settings:
		'FILL' 0,
		'wght' 500,
		'GRAD' 0,
		'opsz' 24;
	color: #f13c3c;
	font-size: 24px;
	vertical-align: sub;
}
iframe, video {
	width: 100% !important;
	margin: 0 auto !important;
}
/* パスワード */
.password__toggle {
	text-decoration: underline;
	text-align: right;
}
.password__toggle span {
	color: #423c3c;
}
.password__toggle:hover {
	cursor: pointer;
}
label:hover {
	cursor: pointer;
}
textarea {
	min-height: 7rem;
}
.copy {
	color: #d8f0fc
}
.inquiry_title {
	background-color: #225389;
	color: #FFF;
	padding: 0.5rem;
}
.inquiry {
	border: 3px solid #225389;
	padding: 0.5rem;
	background-color: #FFF;
}
.inquiry .inq_title {
	font-weight: bold;
}
/* 必須マーク */
.required {
	background-color: #008cd6;
	color: #FFF;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 7.5px;
	font-size: 1rem;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: inline-block;
	text-align: center;
	margin: 0 5px;
	transition: transform 0.2s ease;
}
.required:hover {
	transform: translateY(-2px);
}
/* 規約 */
.pll_check, .terms_check, .transportation_expenses {
	display: block;
	border: 1px solid #434343;
	margin: 0 auto 1em;
	padding: 1.5em;
	line-height: 1.8;
	font-size: .8em;
	max-height: 300px;
	overflow-y: auto;
	scroll-behavior: smooth;
}
li {
	list-style-type: none;
}
.disc_li {
	list-style-type: disc;
}
/* 各表示基本 */
.pc_show {
	display: block;
}
.sp_show {
	display: block;
}
/* ============================ Top ============================ */
.body_color {
	background-color: #d8f0fc;
}
.logo_L {
	max-width: 850px !important;
	width: 95%;
	padding-top: 1rem;
}
.login_body {
	background: white;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	padding: 20px;
	width: 800px;
	max-width: 95%;
	margin: 0 auto;
	text-align: center;
}
.form_area {
	margin: 0 auto;
	width: 480px;
	max-width: 100%;
}
.input-group-text {
	background-color: #007bff;
	color: white;
	border: none;
	width: 200px;
	text-align: center;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}
.login_form {
	border-color: #007bff !important;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}
.login_link {
	color: #008cd6;
}
.login_footer {
	width: 100%;
	max-width: 1200px;
	background-color: #FFF;
	margin: 0 auto;
	padding-bottom: 10px;
}
/* ============================ Mypage ============================ */
.my_header {
	background-color: white;
	color: #494949;
	border-bottom: 2px solid #ccc;
	padding: 0;
}
.logo_S {
	max-width: 250px;
}
.icon {
	max-width: 40px;
}
.navbar-nav {
	margin: 0 auto;
}
.navbar-nav .nav-item {
	position: relative;
}
.navbar-nav .nav-link {
	color: #494949;
	padding: 10px 15px;
	font-size: 1.3rem;
}
.navbar-nav .nav-link:hover {
	text-decoration: underline solid 3px #ffda00;
}
.btn_menu {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #007bff;
	color: white;
	border-radius: 5px;
	padding: 8px 12px;
	width: 100px;
	max-width: 100%;
	height: 70px;
	max-height: 100px;
	margin: auto;
}
.btn_menu:hover {
	background-color: #0056b3 !important;
}
.dropdown-menu {
	background-color: #007bff;
	right: 0;
	left: auto;
	display: none;
}
.dropdown-item {
	color: #FFF !important;
}
.dropdown-item:hover {
	background-color: #0056b3 !important;
}
.dropdown.show .dropdown-menu {
	display: block;
}
.dropdown-divider {
	border-color: #FFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.navbar-nav {
	gap: 30px;
}
.navbar-nav .nav-link {
	font-size: 1.5rem;
	padding: 15px 20px;
}
/* デスクトップ (幅992px以上) */
@media screen and (min-width: 992px) {
	/* デスクトップ用のスタイル */
	.navbar-nav .nav-item:not(:last-child)::after {
		right: 0;
		height: 100%;
	}
	.navbar-nav .nav-item:not(:last-child)::after {
		content: "";
		position: absolute;
		right: -15px;
		top: 50%;
		transform: translateY(-50%);
		width: 2px;
		height: 80%;
		background-color: #007bff;
	}
	.navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: center;
		gap: 30px;
	}
	.sp_show {
		display: none;
	}
}
/* タブレット以下 (992px未満) */
@media screen and (max-width: 992px) {
	.navbar-collapse {
		overflow: hidden;
		transition: height 0.3s ease-in-out;
		margin-top: 1rem;
	}
	.navbar-collapse.collapsing,
	.navbar-collapse.show {
		display: block;
	}
	.navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.navbar-nav .nav-item {
		flex: 1;
		text-align: center;
		border: 2px solid #007bff;
		border-radius: 1rem;
		background-color: white;
	}
	.navbar-nav .nav-btn {
		background-color: #007bff;
	}
	.navbar-nav .nav-link {
		display: block;
		padding: 12px 0;
		font-size: 1rem;
		color: #007bff;
		white-space: nowrap;
	}
	.nav-btn .nav-link {
		color: #FFF;
	}
	.user-menu {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.navbar-toggler {
		border-color: rgba(0, 0, 0, 0);
	}
	.navbar-toggler:focus {
		color: #007bff;
	}
	.navbar-toggler {
		width: 40px;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: none;
		border: none;
		cursor: pointer;
		padding: 5px;
		position: relative;
	}
	.navbar-toggler div {
		width: 30px;
		height: 4px;
		background-color: #007bff;
		border-radius: 2px;
		position: absolute;
		transition: all 0.3s ease-in-out;
	}
	/* ハンバーガーアイコンの状態 */
	.navbar-toggler.collapsed div:nth-child(1) {
		transform: translateY(-10px) rotate(0);
	}
	.navbar-toggler.collapsed div:nth-child(2) {
		opacity: 1;
		transform: translateY(0) rotate(0);
	}
	.navbar-toggler.collapsed div:nth-child(3) {
		transform: translateY(10px) rotate(0);
	}
	/* ×アイコンの状態 */
	.navbar-toggler:not(.collapsed) div:nth-child(1) {
		transform: translateY(0) rotate(45deg);
	}
	.navbar-toggler:not(.collapsed) div:nth-child(2) {
		opacity: 0;
	}
	.navbar-toggler:not(.collapsed) div:nth-child(3) {
		transform: translateY(0) rotate(-45deg);
	}
	.pc_show {
		display: none;
	}
}
/* お知らせ */
.notice_body {
	text-align: left;
	border: 2px solid #ffda00;
	border-radius: 10px;
	margin: 1rem 2rem;
}
.notice_head {
	margin: -1rem 0 10px 1.5rem;
	padding: 0 .5rem;
	background-color: #FFF;
	width: fit-content;
}
/* アラート */
.alert_body {
	text-align: left;
	border: 2px solid #dc3545;
	border-radius: 10px;
	margin: 1rem 2rem;
}
.alert_head {
	margin: -1rem 0 10px 1.5rem;
	padding: 0 .5rem;
	background-color: #FFF;
	width: fit-content;
}
.section {
	position: relative;
	height: 100vh;
	max-height: 800px;
	padding: 50px 20px;
	margin-top: 50px;
	background: rgba(0, 0, 0, 0);
}
.section h1 {
	font-size: 6rem;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: -1.8rem;
	left: 10rem;
	transform: translateX(-50%);
	z-index: 0;
	width: 100%
}
.section p {
	text-align: left
}
.section_head {
	font-size: 4rem;
	margin: 1rem;
}
.step1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 300px;
	background: #d9ecff;
	z-index: -1;
}
.step2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 300px;
	background: #d5f5f5;
	z-index: -1;
}
.step3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 300px;
	background: #d9ecff;
	z-index: -1;
}
.step4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 300px;
	background: #d9ecff;
	z-index: -1;
}
.step1 h2, .step1 p {
	color: #008cd6;
	position: relative;
	z-index: 1;
}
.step2 h2, .step2 p {
	color: #008cd6;
	position: relative;
	z-index: 1;
}
.step3 h2, .step3 p {
	color: #ffda00;
	position: relative;
	z-index: 1;
}
.step4 h2, .step4 p {
	color: #ffda00;
	position: relative;
	z-index: 1;
}
.scroll-container {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	white-space: nowrap;
	padding: 20px;
	margin-top: 20px;
	background: #FFF;
	border: 1px solid #494949;
}
.scroll-container::-webkit-scrollbar {
	height: 8px;
}
.scroll-container::-webkit-scrollbar-thumb {
	background: #ffda00;
	border-radius: 50px;
}
.video-item {
	flex: 0 0 auto;
	width: 300px;
	margin-right: 15px;
	background: #FFF;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.video-item img {
	width: 100%;
	border-radius: 8px;
}
.video-item p {
	font-size: 14px;
	margin-top: 5px;
}
.btn_link {
	margin-top: 20px;
	background: rgba(0, 0, 0, 0);
}
.pageTop {
	width: 50px;
	height: auto;
}
#pageTop {
	position: fixed;
	bottom: 65px;
	right: 20px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#pageTop.show {
	opacity: 1;
	transform: translateY(0);
}
.fixed-chatbot {
	position: fixed;
	bottom: 5rem;
	left: 2.5rem;
	width: 100px;
	height: auto;
	z-index: 1000;
}
.contact_us {
	position: fixed;
	bottom: 65px;
	left: 20px;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.contact_chatbot {
	width: 150px;
	height: auto;
}
.my_footer {
	background-color: #0078D4;
	color: white;
	padding: 15px 0;
}
.my_footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.my_footer a:hover {
	text-decoration: underline;
}
/* タブレット (768px未満) */
@media screen and (max-width: 767px) {
	.left a {
		display: block;
		margin-bottom: 5px;
	}
	.my_footer {
		padding: 0;
	}
}
/* ============================ Negotiation_simulator/Expert_assist共通 ============================ */
.chat_body {
	width: 95%;
	max-width: 750px;
	background-color: #FFF;
	margin: 1rem auto;
	position: relative;
	flex: 1;
}
.page_head {
	width: 90%;
	max-width: 400px;
	margin: 2.5rem 0 1rem;
}
.close_btn {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 2;
	height: 40px;
	width: 40px;
	padding: 0;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_return {
	position: fixed;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 2;
	height: 40px;
	padding: 0;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_btn img {
	max-width: 100%;
	max-height: 100%;
}
/* ============================ Negotiation_simulator ============================ */
.select_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #494949;
	border-radius: 1rem;
	padding: 10px 15px;
	font-size: 1.1rem;
	color: #494949;
	text-decoration: none;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.select_btn:hover {
	filter: brightness(120%);
}
.select_btn .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 2px solid #494949;
	border-radius: 50%;
	margin-left: 10px;
}
.select_btn .icon::before {
	content: "▶";
	font-size: 12px;
	color: #b7b7b7;
	padding-left: 0.5px;
}
.question_block {
	display: none;
}
.block_border {
	border: 2px solid #b7b7b7;
	border-radius: 1.5rem;
	box-shadow: 2px 2px 5px rgba(0, 0.5, 0, 0.5);
	padding-bottom: 2rem;
}
.genre_head {
	min-width: 200px;
	max-width: 95%;
	color: #494949;
	padding: .5rem 1rem;
	font-size: 1.4rem;
	margin: 1rem auto 2rem;
	border-radius: 2.5rem;
	font-weight: bold;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.answer_block {
	border: 3px dashed #c0e20f;
	border-radius: 2.5rem;
	position: relative;
	padding: 2.5rem;
	text-align: left;
	margin-bottom: 2rem;
}
.next_btn {
	margin: 0 .5rem;
	width: 95%;
	max-width: 250px;
}
.simulator_video {
	width: 100%;
	max-width: 600px;
	margin: 1rem auto 0;
}
.flex_box {
	display: flex;
	justify-content: space-evenly;
}
/* スマホ (幅576px未満) */
@media screen and (max-width: 575px) {
	/* スマホ用のスタイル */
	.next_btn {
		width: 90%;
		margin: .5rem auto;
	}
	.flex_box {
		display: block;
	}
	.answer_block {
		border-radius: 1rem;
		padding: 1rem;
		margin-bottom: 1rem;
	}
}
.chat_btn {
	width: 100%;
	max-width: 400px;
}
/* チェックマーク , ビックリマーク画像 */
.icon_png {
	height: 1.5em;
	vertical-align: text-bottom;
	display: inline;
	position: relative;
	top: -4px
}
.under_line {
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 2px 0;
	background: linear-gradient(transparent 60%, var(--underline-color) 30%);
}
.under_line_yellow {
	--underline-color: #eefe9c;
}
.under_line_blue {
	--underline-color: #d8f0fc;
}
.caption {
	font-size: 1.5em;
	font-weight: bold;
}
/* 三角形 */
.triangle {
	width: 0;
	height: 0;
	border-top: 20px solid #c0e20f;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	left: 47.5%;
	top: -.5rem;
}
/* 右向きV字 */
.chevron_right {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 1em;
	transform: translateX(-25%) rotate(45deg);
}
.chevron_right::before, .chevron_right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.chevron_right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 0.1em;
}
.chevron_right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 0.1em;
}
.allow_img {
	max-width: 40px;
}
/* 吹き出し風 */
.speech-bubble {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #c0e20f;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0 0 15px 15px;
	font-size: 16px;
	background: white;
}
.speech-bubble::after, .speech-bubble::before {
	content: "";
	position: absolute;
	bottom: -8.5px;
	left: 50%;
	width: 12px;
	height: 12px;
	background: white;
	transform: translateX(-50%) rotate(-45deg);
	border-left: 2px solid #c0e20f;
	border-bottom: 2px solid #c0e20f;
}
/* ============================ Expert_assist ============================ */
/* 選択肢 */
.select_container {
	width: 100%;
	max-width: 1200px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}
.custom-select-container {
	place-items: center;
	width: 100%;
	margin: 0 auto;
}
.custom-select {
	position: relative;
	width: 100%;
}
.custom-select, .custom-select select {
	display: none;
}
.select-box {
	color: #FFF;
	background-color: #32c5d0;
	color: white;
	padding: 10px;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 25px;
}
.select-items {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.select-items div {
	color: black;
	padding: 10px;
	font-size: 1.5rem;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	text-align: left;
}
.select-items div:hover {
	background-color: #d7f5f7;
}
.select-box.active+.select-items {
	display: block;
}
/* ボタン */
.switch_btn {
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	background-color: #008cd6;
	color: white;
	border-radius: 25px;
}
.switch_btn:hover {
	filter: brightness(120%);
	transform: translateY(-2px);
}
/* 選択したエリア */
.selection_result_area {
	border: 3px solid #32c5d0;
	color: #494949;
	width: 95%;
	margin: 0 auto;
	font-size: 1rem;
	padding: 0.5rem;
	position: relative;
}
.selection_result_area p {
	position: absolute;
	top: -1rem;
	right: 1rem;
	color: #32c5d0;
	background-color: #FFF;
	margin: 0;
	font-weight: bold;
}
/* スマホ (幅576px未満) */
@media screen and (max-width: 575px) {
	/* スマホ用のスタイル */
	.area_select {
		display: inline-block;
		position: relative;
		width: 100%;
		margin: 10px auto 0;
	}
	.area_select::before,
	.area_select::after {
		position: absolute;
		content: '';
		pointer-events: none;
	}
	.area_select::before {
		right: 0;
		display: inline-block;
		width: 5em;
		height: 100%;
		border-radius: 0 5px 5px 0;
		background-color: #2589d0;
		content: '';
	}
	.area_select::after {
		position: absolute;
		top: 50%;
		right: 2.5em;
		transform: translate(50%, -50%) rotate(45deg);
		width: 6px;
		height: 6px;
		border-bottom: 3px solid #fff;
		border-right: 3px solid #fff;
		content: '';
	}
	.area_select select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		min-width: 120px;
		height: 100%;
		padding: .4em 3.6em .4em .8em;
		border: 2px solid #2589d0;
		border-radius: 5px;
		color: #333333;
		font-size: 2em;
		cursor: pointer;
	}
	.area_select select:focus {
		outline: 1px solid #2589d0;
	}
	.area {
		height: 100%;
		margin: 0 2px;
		display: none;
	}
	.chatbot {
		height: calc(100% - (21px + 4px));
	}
	.talk_area.active,
	.scope_area.active {
		display: block;
	}
}
/* Chatbot */
#chatbot_space {
	width: 95%;
	height: 690px;
	max-height: calc(100vh - 275px);
	min-height: 400px;
	margin: 0 auto;
	position: relative;
}
/* ============================ Color ============================ */
.bg_lemon {
	background-color: #f2f4a4;
}
.bg_next {
	background-color: #c0e20f;
	color: #FFF;
	border-color: #FFF;
}
.bg_priority_1 {
	background-color: #f3f9ec;
}
.bg_priority_2 {
	background-color: #e5f0d0;
}
.bg_priority_3 {
	background-color: #c3d8b9;
}
.bg_priority_4 {
	background-color: #a8d6a0;
}
.bg_priority_5 {
	background-color: #cfea9b;
}
.bg_priority_6 {
	background-color: #adcdbe;
}
.bg_priority_7 {
	background-color: #72c38b;
}
.bg_other {
	background-color: #a1b5d8;
}
.bg_yes {
	background-color: #f8dcd7;
}
.bg_no {
	background-color: #d7edf8;
}

/* 顧問先アカウントブロック,画像ブロック */
.customer_block ,.img_block {
  baclground-color: #cdcdcd;
  border: 1px solid #ccc;
  border-radius: 1rem;
  margin: 1rem 0;
}
/* 画像登録デザイン */
# dragDropArea{
	background-color: #f4f4f4;
	margin: 10px;
	padding: 10px;
	border: #ddd dashed 5px;
	min-height: 200px;
	text-align: center;
}
# dragDropArea p{
	color: #999;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4em;
}
# dragDropArea .drag-drop-buttons{
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2em;
}
.drag-drop-buttons input{
	margin: auto;
}
.drag-drop-info {
  position: relative;
  border-radius: 8px;
  width: 100%;
  height: 180px;
  background: #87CEFA;
  overflow: hidden;
  margin-bottom: 1rem;
}

.drag-drop-info:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px; bottom: 24px;
  left: 24px; right: 24px;
  border: dashed 2px #fafafa;
  color: #fafafa;
  font-size: 14px;
  content: 'ここにファイルをドロップ';
  pointer-events: none;
}

.drag-drop-info input {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 999px; height: 999px;
  font-size: 999px;
  opacity: 0;
}

.preview-item {
  max-width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}

.preview-item img,
.preview-item embed {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
  display: block;
  border: 1px solid #ccc;
}
.preview-item embed {
  width: 650px;
  height: 800px;
}

.file-name {
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 6px;
  word-break: break-all;
}

/* テーブル表示 */
.data-list td{
  vertical-align: middle;
}
.data-list ul, .data-list li{
  padding: 0;
  margin: 0;
}
.img_link {
  text-align: left;
}
/* チェックボックス */
.form_check {
  display: flex !important;
  align-items: center;
  justify-content: start;
}
/* PDF表示 */
.pdf_display {
  width: 100%;
  height: 800px;
}
/* チャットデザイン */

.chat-container {
	width: 100%;
	height: 90dvh;
	min-height: 600px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	display: none;
	flex-direction: column;
	overflow: hidden;
}

.chat-header {
	padding: 20px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	display: flex;
	align-items: center;
	gap: 12px;
}

.chat-header h1 {
	font-size: 20px;
	font-weight: 600;
}

.status-indicator {
	width: 10px;
	height: 10px;
	background: #4ade80;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}

.chat-messages {
	flex: 1;
	overflow-y: auto;
	padding: 20px;
	background: #f8f9fa;
}

.chat-messages::-webkit-scrollbar {
	width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.chat-messages::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.message {
	display: flex;
	margin-bottom: 16px;
	animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.message.user {
	justify-content: flex-end;
}

.message-block {
	max-width: 70%;
}
.message-content {
	max-width: 100%;
	padding: 12px 16px;
	border-radius: 18px;
	line-height: 1.5;
	word-wrap: break-word;
}

.message.user .message-content {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border-bottom-right-radius: 4px;
}

.message.ai .message-content {
	background: white;
	color: #333;
	border: 1px solid #e5e7eb;
	border-bottom-left-radius: 4px;
}

.message-meta {
	font-size: 11px;
	color: #999;
	margin-top: 4px;
	padding: 0 4px;
}

.confidence-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 10px;
	font-weight: 600;
	margin-left: 8px;
}

.confidence-high {
	background: #d1fae5;
	color: #065f46;
}

.confidence-medium {
	background: #fef3c7;
	color: #92400e;
}

.confidence-low {
	background: #fee2e2;
	color: #991b1b;
}

.typing-indicator {
	display: none;
	align-items: center;
	gap: 4px;
	padding: 12px 16px;
	background: white;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	width: fit-content;
	margin-bottom: 16px;
}

.typing-indicator.active {
	display: flex;
}

.typing-dot {
	width: 8px;
	height: 8px;
	background: #9ca3af;
	border-radius: 50%;
	animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
	animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes typing {
	0%, 60%, 100% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-10px);
	}
}

.chat-input-area {
	padding: 20px;
	background: white;
	border-top: 1px solid #e5e7eb;
}

.input-wrapper {
	display: flex;
	gap: 12px;
	align-items: flex-end;
}

.messageInput {
	flex: 1;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 24px;
	font-size: 14px;
	font-family: inherit;
	resize: none;
	max-height: 120px;
	transition: border-color 0.2s;
}

.messageInput:focus {
	outline: none;
	border-color: #667eea;
}

.sendButton {
	padding: 12px 24px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	border: none;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
}

.sendButton:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.sendButton:active:not(:disabled) {
	transform: translateY(0);
}

.sendButton:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.error_container {
	display: flex;
	justify-content: center; /* 水平方向のセンター */
	align-items: center;		 /* 垂直方向のセンター */
	height: 90dvh;					 /* 画面の高さ100% */
}

.highlight {
	color: #fff3a3;
	font-weight: bold;
}