/*-----------------------------------------------
	/contact/
-----------------------------------------------*/
#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 30px auto 0;
	font-size: 20px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}
.form_wrap {
	background: #fff;
	border-radius: 5px;
	width: 1000px;
	margin: 50px auto;
	padding: 50px 0;
}
.inquirytable {
	width: 780px;
	margin: 0 auto;
}
.inquirytable th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 255px;
	background-color: #FFF;
	border: none;
	font-size: 16px;
	text-align: left;
	line-height: 48px;
}
.inquirytable th span.form_required,
.inquirytable th span.form_any {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	margin: 14px 0;
	border-radius: 3px;
}
.inquirytable th span.form_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.inquirytable th span.form_any {
	border: 1px solid #326CFF;
	color: #326CFF;
	background: #E5ECFF;
}
.inquirytable th,
.inquirytable td {
	padding: 10px;
}
.inquirytable td {
	width: 770px;
}
.inquirytable td input[type="text"],
.inquirytable td input[type="tel"],
.inquirytable td textarea,
.inquirytable td select {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3px;
}
.inquirytable td input[type="text"],
.inquirytable td textarea {
	width: 100%;
}
.inquirytable td select {
	cursor: pointer;
	height: 46px;
	margin-right: 5px;
}
.inquirytable td textarea {
	height: 150px;
	display: block;
}
.inquirytable td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 10px 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 16px;
}
.inquirytable td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.inquirytable td label input[type="checkbox"],
.inquirytable td label input[type="radio"] {
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
}
.inquirytable td input[type="text"]:hover,
.inquirytable td textarea:hover,
.inquirytable td select:hover,
.inquirytable td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable input[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inquirytable input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.inquiryend {
	margin: 100px auto;
	width: 1000px;
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	vertical-align: bottom;
}
img.ui-datepicker-trigger:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable td span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.cms_submitbtn button[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cms_submitbtn button[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.form_address {}
/* form_error
	---------------------------------------- */
.jcjs_sferr {
	color: #ff4a32;
	font-weight: bold;
}
.form_error_cell {
	background: #FFE8E5;
}
/* fin
	---------------------------------------- */
.form_fin_txt {
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin_txt span {
	margin-bottom: 40px;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
.form_fin_txt p {
	font-size: 14px;
}
.form_fin {
	width: 100%;
}
.form_fin tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.form_fin th, .form_fin td {
	font-size: 14px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin th {
	text-align: left;
	background: #FAFAF9;
	width: 25%;
}
.form_fin td {
	width: 75%;
}
.form_fin td p {
	padding: 10px;
	margin-left: 20px;
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	margin-top: 5px;
	font-size: 13px;
}
.form_fin_link {
	margin: 0 auto 60px;
}
.form_fin_link a {
	display: block;
	background: #111;
	border: 1px solid #111;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	width: 400px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
.form_fin_link a:hover {
	color: #111;
	background: #fff;
}
.fo_err {
	background-color: #ffe8e5 !important;
	border: 1px solid #ffb7ad !important;
}
.form_pri {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}
.form_pri a {
	color: #0000ee;
	text-decoration: underline;
}
.form_pri a:hover {
	color: #000;
	text-decoration: none;
}
/* exam_wrap
---------------------------------------- */
.exam_wrap {
	box-sizing: border-box;
	padding: 50px;
}
.exam_wrap h2 {
	font-size: 22px;
}
.exam_contents {
	margin: 20px 0;
	border: 5px solid #eee;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}
.exam_wrap {
	input, textarea {
		font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.exam_back_btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 30px auto;
	width: 1200px;
	& a {
		position: relative;
		display: block;
		background: #eee;
		border-radius: 5px;
		border: none;
		color: #111;
		font-size: 14px;
		padding: 5px 20px 7px 30px;
		cursor: pointer;
		border: 1px solid #878787;
		&:hover {
			background-color: #fff3e5;
			border: 1px solid #ff9c5d;
			color: #eb5c01;
		}
		&::before {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 15px;
			margin: auto;
			content: "";
			vertical-align: middle;
			box-sizing: border-box;
			width: 6px;
			height: 6px;
			border: 5px solid transparent;
			border-left: 6px solid #111;
		}
		&:hover::before {
			border-left: 6px solid #eb5c01;
		}
	}
}
.jcexam_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.jcexam_btn button {
	background: #409FFB;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 400px;
	height: 60px;
	cursor: pointer;
}
.jcexam_btn button:hover {
	background: #2C3F50;
}
.exam_question_ul {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.exam_question_ul li.q_no {
	background: #2C3F50;
	color: #fff;
	font-weight: bold;
	font-family: "Century Gothic";
	border-radius: 3px;
	width: 60px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: auto;
}
.exam_question_ul li.q_subject {
	width: 820px;
	font-weight: bold;
	text-align: left;
}
.exam_question_ul li.q_answer_area {
	width: 100%;
	padding-left: 100px;
	margin: 10px auto 30px;
	display: flex;
	flex-wrap: wrap;
}
.exam_question_ul li.q_answer_area label {
	display: flex;
	border: 1px solid #999;
	align-items: center;
	margin: 5px;
	padding: 5px 15px 5px 10px;
	border-radius: 5px;
	text-align: left;
	&:has(input) {
		cursor: pointer;
		&:hover {
			background: #F5F8FD;
			border: 1px solid #409FFB;
		}
	}
}
.exam_question_ul li.q_answer_area label input {
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
}
.exam_question_ul li.q_answer_area input[type="text"] {
	padding: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
.exam_question_ul .q_answer_area input {
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	color: #111;
}
.exam_question_ul .q_answer_area select {
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #fff;
	color: #111;
}
.exam_question_ul .q_answer_area select {
	padding: 10px 20px 10px 10px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23111" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
	background-size: 15%;
	background-repeat: no-repeat;
	background-position: right 5px center;
}
.exam_question_ul li.q_answer_area textarea {
	padding: 10px;
	font-size: 16px;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}
.exam_wrap .send_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.exam_wrap .send_btn button {
	background: #409FFB;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 400px;
	height: 60px;
	cursor: pointer;
}
.exam_wrap .send_btn button:hover {
	background: #2C3F50;
}
/* exam 解答ページ
---------------------------------------- */
#jcexamSendingBox {
	h2 {
		margin: 20px 0;
		padding: 10px;
		background: #eee;
	}
	.exam_question_ul {
		border-bottom: 3px solid #ddd;
		padding-bottom: 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}
.q_correct_area {
	width: 100px;
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
	background: #309df8;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.q_user_answer_area {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	& .q_user_answer_title {
		font-size: 13px;
		background: #eee;
		padding: 5px 0;
		width: 100px;
		text-align: center;
		margin-right: 10px;
		flex-shrink: 0;
	}
	label:not(:last-child):after {
		content: "、";
	}
}
.q_explanation {
	text-align: left;
	line-height: 1.5;
	margin: 2px 0px 0px;
	padding: 0 0px 0 110px;
	&::before {
		content: "解説";
		display: block;
		background-color: #eee;
		margin: 0px 0 -28px -110px;
		padding: 5px 0;
		width: 100px;
		font-size: 14px;
		text-align: center;
		flex-shrink: 0;
	}
}
.exam_question_ul .q_area1 {
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
}
.exam_question_ul .q_area2 {
	margin: 0 0 10px;
	display: flex;
	align-items: center;
}
.exam_question_ul .q_area3 {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	& .q_answer_area {
		font-size: 13px;
		background: #eee;
		padding: 5px 0;
		width: 100px;
		text-align: center;
		margin-right: 10px;
		flex-shrink: 0;
	}
	& .q_answer_correct label {
		&:not(:last-child)::after {
			content: "、";
		}
	}
}
.exam_question_ul .q_area4 {}
.exam_question_ul .q_no {
	background: #2C3F50;
	color: #fff;
	font-weight: bold;
	font-family: "Century Gothic";
	border-radius: 3px;
	width: 60px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: auto;
}
.exam_question_ul .q_subject {
	width: 900px;
	font-weight: bold;
	text-align: left;
}
.exam_question_ul .q_answer_area {}
.exam_question_ul .q_answer_area label {
	display: flex;
	border: 1px solid #999;
	align-items: center;
	margin: 5px;
	padding: 5px 15px 5px 10px;
	border-radius: 5px;
	text-align: left;
	font-size: 15px;
	&:has(input) {
		cursor: pointer;
		&:hover {
			background: #fff3e5;
			border: 1px solid #309df8;
		}
	}
}
.exam_question_ul .q_answer_area label input {
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
}
.exam_question_ul .q_answer_area input[type="text"] {
	padding: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
.jcjs_exam_timelimit_box {
	display: inline-block;
	border: 1px solid #111;
	border-radius: 3px;
	padding: 3px 10px;
	margin: 10px 0;
	font-size: 14px;
}
/*-----------------------------------------------
	/folder/
-----------------------------------------------*/
.folder_list {
	display: flex;
	align-items: flex-start;
	padding: 5px 20px;
}
.folder_box {
	width: 230px;
	margin: 10px 5px;
}
.folder_box a {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #111;
	border-radius: 3px;
	padding: 13px 10px;
}
.folder_box a:hover {
	border: 1px solid #409FFB;
	& .folder_box_tl {
		color: #409FFB;
	}
}
.folder_box_img {
	background-image: url(/channel_setting/img/common/icon_folder.webp);
	background-size: 23px;
	background-repeat: no-repeat;
	height: 20px;
}
.folder_box_tl {
	font-size: 15px;
	color: #111;
	position: absolute;
	top: 10px;
	left: 50px;
	max-width: 180px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/* ----------------------------------------
タグ一覧
---------------------------------------- */
.box_tag_wrap {
	border: 10px solid #ffffff;
	padding: 20px;
	margin: 30px auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.box_tag_wrap ul {
	display: flex;
	flex-wrap: wrap;
}
.box_tag_wrap li {
	margin: 5px;
}
.box_tag_wrap a {
	display: block;
	border-radius: 14px;
	font-size: 13px;
	padding: 3px 15px 5px;
	background-color: #ffffff;
	color: #000;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_tag_wrap a:before {
	content: "#";
	padding-right: 3px;
}
.box_tag_wrap li:hover a {
	background-color: #409FFB;
	color: #ffffff;
}