/* #region 全体 */
body {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.error-msg {
	color: red;
	margin: 0;
}
/* #endregion 全体 */

/* #region material dashboardの設定上書き */
label {
	color: inherit;
}
/* #endregion material dashboardの設定上書き */

/* #region bootgridのCSS上書き */
ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

ul.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #C0C0C0;
}

ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #EDFDF6;
    background-color: #9C35B3;
    border-color: #ADBDB6;
    cursor: default;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #EDFDF6;
	background-color: #C0C0C0;
	cursor: pointer;
}

.fa-sync-alt::before {
	content: "refresh";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    color: #FFFFFF;
}

.glyphicon-th-list::before {
	content: "list";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    color: #FFFFFF;
}

.fa-chevron-down::before {
	content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    color: #808080;
}

.fa-chevron-up::before {
	content: "keyboard_arrow_up";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
    color: #808080;
}

button:has(.fa-sync-alt),
button:has(.glyphicon-th-list) {
	padding: 0 1rem;
}
/* #endregion bootgridのCSS上書き */

/* #region ログイン、アカウント登録画面 */
h1.login-title {
	font-size: 26px;
	text-align: center;
	margin-top: 60px;
}

.login-box {
	padding: 30px 20px;
	margin: 20px auto;
	width: 100%;
	border-radius: 10px;
	background-color: #FFFFFF;
	box-shadow:10px 10px 15px rgba(0, 0, 0, 0.2);
}

.login-box h2 {
	font-size: 20px;
	color: #808080;
	text-align: center;
	margin: 0 0 20px;
}

.login-box a {
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}

.login-box .required {
	display: inline-block;
	color: #89229B;
	margin-left: 0.5rem;
}

.login-box dl {
	margin: 0;
	padding: 0 20px;
}

.login-box dl::after {
	content: "";
	display: block;
	clear: both;
}

.login-box dl dt {
	float: left;
	width: 140px;
	padding: 10px 0 10px 10px;
}

.login-box dl dd {
	padding: 10px 10px 10px 140px;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
}

.login-box dl dd p {
	margin: 0;
}

.login-box dl dd p .show-str {
	position: relative;
	cursor: pointer;
	padding: 0;
	color: #89229B;
}

.login-box dl dd p .balloon-str {
	width: 150px;
	position: absolute;
	left: 50%;
	bottom: 80%;
	transform: translateX(-50%);
	margin-bottom: 15px;
	padding: 8px;
	border-radius: 10px;
	background-color: #808080;
	color: #FFFFFF;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	transition: 0.5s all;
}

.login-box dl dd p .balloon-str::before {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #808080;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
}

.login-box dl dd p .show-str:hover .balloon-str {
	bottom: 100%;
	visibility: visible;
	opacity: 1;
}

/* #endregion ログイン、アカウント登録画面 */

/* #region 案内物DL */
.guide-box {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #C0C0C0;
}

.guide-box:first-child {
	padding-top: 0;
}

.guide-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.guide-box .thumbnail-box a {
	display: block;
	width: 120px;
}

.guide-box .thumbnail-box img {
	box-shadow: 4px 4px 10px -4px rgba(0,0,0,0.6);
	margin: 0 0 10px;
	width: 120px;
}

.guide-box .thumbnail-box button {
	width: 120px;
}

.guide-box .explanation-box {
	padding: 0 0 0 30px;
}

.guide-box .explanation-box h3 {
	margin: 0 0 20px;
}
/* #endregion 案内物DL */

/* #region 会場試験予約 */
.table-reserve {
	table-layout: fixed;
}

.table-reserve th:nth-child(1) {
	width: 90px;
}

.table-reserve th:nth-child(2) {
	width: 150px;
}

.reserve-box {
	margin: 20px 0 0 20px;
}

.reserve-box input[type="text"] {
	margin: 0 0 0 10px;
	width: 50px;
	text-align: right;
}

.reserve-attention {
	width: 550px;
	margin: 20px 0 0;
	padding: 15px;
	border: 1px solid #808080;
	border-radius: 10px;
	text-align: center;
}

.reserve-attention h4 {
	color: red;
	font-weight: bold;
}
/* #endregion 会場試験予約 */

/* #region 試験のお申し込み */
.apply-lead {
	font-size: 20px;
	color: red;
}

.apply-times {
	font-size: 18px;
	margin: 0;
}

.apply-suspend {
	margin: 5px 0 30px 20px;
}

h3.apply-next {
	font-size: 20px;
	margin: 0 0 10px;
}

dl.apply-detail {
	margin: 5px 0 30px 20px;
}

dl.apply-detail::after {
	content: "";
	display: block;
	clear: both;
}

dl.apply-detail dt {
	float: left;
	width: 80px;
}

dl.apply-detail dd {
	padding: 0 0 0 80px;
	margin: 0;
}

ul.breadcrumb-list {
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.breadcrumb-list li {
    margin: 0 10px;
    background-color: #EFEAFF;
    padding: 5px 0;
    color: #9C27B0;
    text-align: center;
    position: relative;
    flex: 1;
}

ul.breadcrumb-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-width: 1.7em 0 1.7em 1em;
    border-style: solid;
    border-color: #EFEAFF #EFEAFF #EFEAFF transparent;
    left: -1em;
}

ul.breadcrumb-list li:first-child {
    border-radius: 3px 0 0 3px;
    margin-left: 0;
}

ul.breadcrumb-list li:first-child::before {
    border: none;
}

ul.breadcrumb-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    border-top: 1.7em solid transparent;
    border-bottom: 1.7em solid transparent;
    border-left: 1em solid #EFEAFF;
    right: -1em;
}

ul.breadcrumb-list li:last-child {
    border-radius: 0 3px 3px 0;
    margin-right: 0;
}

ul.breadcrumb-list li:last-child::after {
    border: none;
}

ul.breadcrumb-list .current {
    font-weight: bold;
    background-color: #9C27B0;
    color: #FFFFFF;
}

ul.breadcrumb-list .current::after {
    border-left-color: #9C27B0;
}

ul.breadcrumb-list .current::before {
    border-color: #9C27B0 #9C27B0 #9C27B0 transparent;
}

.return-method-box {
	margin: 10px 0 30px;
	padding: 10px;
	border: 1px solid #808080;
	border-radius: 4px;
}

.return-method-box h4 {
	margin: 0;
}

.return-method-box dl {
	margin: 10px 0 0 20px;
}

.return-method-box dl::after {
	content: "";
	display: block;
	clear: both;
}

.return-method-box dl dt {
	float: left;
	width: 140px;
}

.return-method-box dl dd {
	padding-left: 140px;
}

h2.apply-title {
	font-size: 24px;
	border-bottom: 1px solid #9C27B0;
}

h2.apply-title span {
	font-size: 20px;
	display: inline-block;
	margin-left: 20px;
}

table.apply-student {
	vertical-align: middle;
}

table.apply-student th .attention-msg {
	color: #f44336 !important;
	font-size: small;
	display: inline-block;
	margin-left: 1.0rem;
}

table.apply-student th:nth-child(1) {
	width: 60px;
}

table.apply-student th:nth-child(2) {
	width: 90px;
}

table.apply-student th:nth-child(3) {
	width: 160px;
}

table.apply-student td {
	padding: 5px !important;
}

table.apply-student td label {
	display: inline-block;
	margin-right: 1.4rem;
}

ul.venue-info {
	margin: 0 0 0 1.6rem;
	padding: 0;
	list-style: none;
}

.info-next {
	margin: 20px 0 0;
	padding: 20px;
	border: 1px solid #808080;
	border-radius: 10px;
}

.info-next h3 {
	font-size: 24px;
	margin: 0 0 20px;
	padding: 0 0 0 24px;
	border-bottom: 2px solid #9C27B0;
}

.info-next h4 {
	font-size: 20px;
	margin: 0 0 10px;
}
/* #endregion 試験のお申し込み */

/* #region 結果確認・帳票DL */
a.always-white {
	color: #FFFFFF;
}

a.always-white:link,
a.always-white:visited,
a.always-white:hover,
a.always-white:active {
	color: #FFFFFF;
}

/* 全体資料 */
.sel-result {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.sel-result::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.sel-result select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-bottom: 2px solid #d0d0d0;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.sel-result select:focus {
    outline: none;
}

.result-student-box {
	width: 100%;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	margin: 0 0 30px;
}

.result-student-box dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

.result-student-box dl li {
	padding: 5px 10px;
	border-bottom: 1px solid #C0C0C0;
}

.result-student-box dl li:last-child {
	border-bottom: none;
}

.result-student-box dl li label {
	font-weight: normal;
}

.result-student-box dl li button {
	float: right;
	border: none;
	border-radius: 4px;
	font-size: small;
	padding: 0 5px;
	background-color: #9D36B3;
	color: #FFFFFF;
	cursor: pointer;
}

.result-student-box dl li p {
	float: right;
	border: none;
	border-radius: 4px;
	font-size: small;
	padding: 0 5px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	cursor: not-allowed;
}

.btn-proc {
	width: 100%;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-size: large;
	padding: 10px 0;
	background-color: #9D36B3;
	color: #FFFFFF;
	cursor: pointer;
}

.btn-disabled {
	width: 100%;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-size: large;
	padding: 10px 0;
	background-color: #C0C0C0;
	color: #FFFFFF;
	cursor: not-allowed;
}

.result-header {
	margin: 0;
	display: flex;
}

.result-header h3 {
	color: red;
	font-size: 30px;
	font-weight: bold;
	margin: 0 40px;
	padding-top: 4px;
}

.tab-list {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
	padding: 0;
	list-style: none;
}

.tab-list::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #9D36B3;
	display: block;
	order: -1;
}

.tab-list a,
.tab-list p {
	color: #FFFFFF;
	background-color: #E0A0E0;
	font-weight: bold;
	text-align: center;
	padding: 10px .5em;
	margin: 0 5px 0;
	order: -1;
	position: relative;
	text-decoration: none;
	z-index: 1;
	border-radius: 5px 5px 0 0;
	flex: 1;
}

.tab-list p {
	background-color: #9D36B3;
}

.tab-list p::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #9D36B3;
	border-width: 14px;
	margin-left: -14px;
}

.report-table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #C0C0C0;
	border-left: 2px solid #C0C0C0;
	margin: 30px 0 30px 30px;
	white-space: nowrap;
	max-width: 950px;
}

.report-table th,
.report-table td {
	border-bottom: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
	padding: 5px;
}

.report-table tr:last-child th,
.report-table tr:last-child td {
	border-bottom: 2px solid #C0C0C0 !important;
}

.report-table th {
	font-weight: normal;
	background-color: #E0E0E0;
	text-align: center;
	width: 90px;
}

.report-table td {
	text-align: right;
}

.report-table td.td-center {
	text-align: center;
}

.report-table td.td-left {
	text-align: left;
}

.report-table .dotted {
	border-bottom: 1px dotted #C0C0C0;
}

.report-table .dotted-right {
	border-right: 1px dotted #C0C0C0;
}

.report-table td.bg-gray {
	background-color: #E0E0E0;
}

.subject-name {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 0;
}

/* 生徒別資料 */
.aggregate-table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	font-size: 14px;
	margin: 10px 0;
	white-space: nowrap;
}

.aggregate-table th,
.aggregate-table td {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 3px;
}

.aggregate-table th {
	font-weight: normal;
	background-color: #E0E0E0;
	text-align: center;
	position: relative;
}

.aggregate-table th span {
	position: absolute;
	bottom: 1px;
	right: -7px;
}

.aggregate-table #th_number span {
	right: calc(50% - 12px);
}

.aggregate-table th.subject-name {
	font-size: 14px;
	cursor: pointer;
	min-width: 40px;
	padding: 3px 1px;
}

.aggregate-table th i {
	color: #F02020;
}

.aggregate-table td {
	text-align: left;
	background-color: #FFFFFF;
}

.aggregate-table td.st-name {
	min-width: 90px;
}

.aggregate-table td.td-center {
	text-align: center;
}

.aggregate-table td.td-right {
	text-align: right;
}

.aggregate-table .dotted {
	border-bottom: 1px dotted #C0C0C0;
}

.aggregate-table .dotted-right {
	border-right: 1px dotted #C0C0C0;
}
/* #endregion 結果確認・帳票DL */

/* #region お申し込み履歴 */
h2.history-title {
	font-size: 24px;
	border-bottom: 1px solid #9C27B0;
}

.table-history {
	table-layout: fixed;
}

.table-history th:nth-child(1) {
	width: 90px;
}

.table-history th:nth-child(2) {
	width: 120px;
}

.table-history th:nth-child(n+3) {
	width: calc((100% - 90px - 120px) / 6);
}

/* #endregion お申し込み履歴 */

/* #region プライバシーポリシー */
h2.privacy-title {
	font-size: 24px;
	border-bottom: 1px solid #9C27B0;
}

.policy-box {
	margin: 0;
	padding: 0;
}

.policy-box h3 {
	font-size: 18px;
	margin: 20px 0 0;
}

.policy-box p {
	margin-left: 20px;
}

.policy-box .note-box {
	border: 1px solid #808080;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}

.policy-box dl {
	margin: 10px 0 0 20px;
}

.policy-box dl dd {
	margin-left: 20px;
}
/* #endregionプライバシーポリシー */

