/**************************************/
/*                                    */
/* ロゴの緑 : #8EC31F;                */
/* オレンジ : #EC6800;                */
/*                                    */
/**************************************/

/* #region 全体 */
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"ＭＳ　Ｐゴシック",MS PGothic,"メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding: 0;
	overflow-y: scroll;
}

img {
	max-width: 100%;
}

.error-msg {
	color: #FF1010;
	margin: 0;
}

.color-red {
	color: #F02020;
}

.emphasis {
	font-size: large;
	font-weight: bold;
	color: #F02020;
	text-align: center;
	margin: 20px auto 10px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.for-pc {
	display: block;
}

.for-pc-ilb {
	display: inline-block;
}

.for-not-pc {
	display: none;
}

@media screen and (max-width : 768px) {

	.for-pc,
	.for-pc-ilb {
		display: none;
	}

	.for-not-pc {
		display: block;
	}

}
/* #endregion 全体 ここまで */

/* #region 各ページ共通 */
h1.page-title {
	font-size: 20px;
	font-weight: bold;
	margin: 10px auto 20px;
	padding: 0 0 5px 20px;
	border-left: 10px solid #8EC31F;
	border-bottom: 1px dashed #8EC31F;
}

h2.sub-title {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 20px;
	padding: 0 0 0 25px;
	position: relative;
	border-bottom: 2px solid #8EC31F;
}

h2.sub-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #8EC31F;
}

.header-link {
	margin: 10px 0 20px;
}

.header-link a {
	font-size: 15px;
	background-color: #8EC31F;
	color: #FFFFFF;
	padding: 5px 0;
	margin: 0;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 140px;
	position: relative;
	top: -4px;
	left: 10px;
}

.header-link a:hover {
	opacity: 0.8;
}

.header-link span.current-page {
	font-size: 15px;
	background-color: #FFFFFF;
	color: #8EC31F;
	border: 2px solid #8EC31F;
	padding: 5px 0;
	margin: 0;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 120px;
	position: relative;
	top: -4px;
	left: 10px;
}

.btn-proc,
.btn-proc-red,
.btn-proc-orange,
.btn-proc-gray {
	display: block;
	border: none;
	border-radius: 4px;
	color: #FFFFFF;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.btn-proc {
	background-color: #8EC31F;
}

.btn-proc-red {
	background-color: #F02020;
}

.btn-proc-orange {
	background-color: #EC6800;
}

.btn-proc-gray {
	background-color: #808080;
}

.btn-proc:link,
.btn-proc-red:link,
.btn-proc-orange:link,
.btn-proc-gray:link {
	text-decoration: none;
	color: #FFFFFF;
}

.btn-proc:visited,
.btn-proc-red:visited,
.btn-proc-orange:visited,
.btn-proc-gray:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn-proc:hover,
.btn-proc-red:hover,
.btn-proc-orange:hover,
.btn-proc-gray:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #FFFFFF;
}

.btn-proc:active,
.btn-proc-red:active,
.btn-proc-orange:active,
.btn-proc-gray:active {
	text-decoration: none;
	color: #FFFFFF;
}

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

.common-attention-box {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #ec6800;
	border-radius: 10px;
}

.common-attention-box h3 {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #ec6800;
	color: #FFFFFF;
	border-radius: 10px 10px 0 0;
}

.common-attention-box ul {
	list-style-type: decimal;
	margin: 20px 0;
	padding: 0 10px 0 25px;
}

.common-attention-box ul li {
	padding-bottom: 10px;
}

.common-attention-box ul li:last-child {
	padding-bottom: 0;
}

.common-attention-box ul li .note,
.common-attention-box dl dd .note {
	display: inline-block;
	margin-left: 1em;
	text-indent: -1em;
}

.common-attention-box ul li .note span {
	color: red;
}

.common-attention-box dl {
	margin: 20px 0;
	padding: 0 10px 0 25px;
}

.common-attention-box dl dt {
	font-weight: normal;
	position: relative;
}

.common-attention-box dl dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -14px;
	width: 10px;
	height: 10px;
	background-color: #A0A0A0;
	border-radius: 50%;
}

.common-attention-box dl dd {
	margin-bottom: 10px;
}

.common-attention-box dl dd:last-child {
	margin-bottom: 0;
}

.common-attention-box dl dd ul {
	list-style-type: decimal;
	margin: 0;
	padding: 0 10px 0 25px;
}

.common-attention-box dl dd ul li {
	padding-bottom: 0;
}

.common-attention-box dl dd table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	margin: 10px 10px 10px 0;
}

.common-attention-box dl dd table th,
.common-attention-box dl dd table td {
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 5px;
}

.common-attention-box dl dd table th {
	font-weight: normal;
	width: 96px;
}

.common-attention-box dl dd table.import-file {
	width: 100%;
}

.common-attention-box dl dd table.import-file th {
	width: auto;
	text-align: center;
	background-color: #E0E0E0;
}

.common-attention-box p {
	padding: 20px 15px;
	margin: 0;
}

@media screen and (max-width : 768px) {

	.btn-proc,
	.btn-disabled {
		margin: 20px auto 5px;
	}

	h1.page-title a {
		display: block;
		margin: 10px 0;
	}

}
/* #endregion 各ページ共通 ここまで */

/* #region flatpickrのデザイン変更 */

/* 土日の色変更　⇒　今回は選択不可を作るのでやめとく
.flatpickr-weekday:nth-child(1),
.flatpickr-day:nth-child(7n+1) {
	color: #F02020 !important;
}

.flatpickr-weekday:nth-child(7),
.flatpickr-day:nth-child(7n) {
	color: #2020F0 !important;
}

.flatpickr-day.prevMonthDay:nth-child(7n+1),
.flatpickr-day.nextMonthDay:nth-child(7n+1) {
  color: #ff9999 !important;
}

.flatpickr-day.prevMonthDay:nth-child(7n),
.flatpickr-day.nextMonthDay:nth-child(7n) {
  color: #9999ff !important;
}
*/

.flatpickr-weekday:nth-child(1) {
	color: #F02020 !important;
}

.flatpickr-weekday:nth-child(7) {
	color: #2020F0 !important;
}
/* #endregion flatpickrのデザイン変更 */

/* #region ヘッダー */
header {
	padding: 10px 0 0;
	margin-bottom: 10px;
}

header .header-box {
	position: relative;
}

header .header-box img {
	width: 253px;
}

header .header-box .header-menu {
	text-align: right;
	margin-top: 10px;
}

header .header-box .header-menu .menu-box span.juku-name {
	color: #8EC31F;
}

header .header-box .header-menu .menu-box .menu-top {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	padding: 0 16px 0 0;
	cursor: pointer;
}

header .header-box .header-menu .menu-box .menu-top::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #8EC31F transparent transparent transparent;
}

header .header-box .header-menu .menu-box .menu-dropdown {
	display: none;
	text-align: left;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #F0F0F0;
	box-shadow: 4px 4px 10px 0 #C0C0C0;
	z-index: 100;
}

header .header-box .header-menu .menu-box .menu-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .header-box .header-menu .menu-box .menu-dropdown ul li {
	padding: 5px 10px;
	cursor: pointer;
}

header .header-box .header-menu .menu-box .menu-dropdown ul li.not-link {
	cursor: not-allowed;
	text-decoration: line-through;
}

header .header-box .header-menu .menu-box .menu-dropdown ul li.divide {
	background-color: #C0C0C0;
	height: 1px;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	overflow: hidden;
	cursor: default;
}

header .header-box .header-menu .menu-box .menu-dropdown ul li:hover {
	background-color: #C0C0C0;
	color: #FFFFFF;
}

header .header-box .header-menu .menu-box .menu-dropdown ul li.divide:hover {
	background-color: #C0C0C0;
}

header .divide-line {
	border-top: 1px solid #8EC31F;
	border-bottom: 1px solid #C0C0C0;
	height: 2px;
	width: 100%;
	margin-top: 10px;
}

header .inputting-info {
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin: 20px 0 0;
	color: #F02020;
}

header .inputting-info span {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding-top: 8px;
}

header .follow-title {
	font-size: 40px;
	font-weight: bold;
	margin: 10px auto 0;
	color: #EC6800;
}

@media screen and (max-width : 768px) {

	header .follow-title {
		font-size: 25px;
		font-weight: normal;
	}

}
/* #endregion ヘッダー ここまで */

/* #region フッター */
footer {
	margin: 30px 0 0;
	padding: 10px 0;
	background-color: #808080;
	color: #FFFFFF;
}

footer .footer-table {
	display: table;
	width: 100%;
	table-layout: fixed;
}

footer .footer-table .footer-cell {
	display: table-cell;
	vertical-align: bottom;
}

footer .copylight {
	text-align: right;
	margin: 0;
}

@media screen and (max-width : 768px) {

	footer .footer-table,
	footer .footer-table .footer-cell {
		display: block;
		margin: 10px 0;
	}

}
/* #endregion フッター ここまで */

/* #region ログイン, ID･パス変更 */
.login-box {
	width: 50%;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #8EC31F;;
	border-radius: 10px;
}

.login-box h4 {
	text-align: center;
	font-weight: bold;
	color: #F02020;
}

.login-box .row {
	margin: 0 0 10px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
	width: 100%;
}

.login-box .attention-box {
	margin: 20px auto 0;
	width: 90%;
	padding-left: 1em;
	text-indent: -1em;
}

.login-box .attention-box ul {
	margin: 5px 0;
	padding-left: 0;
	list-style-type: none;
	text-indent: 0em;
}

.login-box .attention-box ul li {
	position: relative;
	padding-left: 30px;
}

.login-box .attention-box ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 17px;
	width: 10px;
	height: 10px;
	background-color: #A0A0A0;
	border-radius: 50%;
}

.login-box .attention-box p {
	margin: 15px 0 0;
	color: red;
}

.login-box .button-box {
	text-align: center;
	margin-top: 20px;
}

.login-box .button-box .btn-submit {
	border: none;
	border-radius: 4px;
	background-color: #8EC31F;
	color: #FFFFFF;
	width: 80%;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.login-box .button-box .btn-submit:hover {
	opacity: 0.8;
}

.login-box .button-box .btn-cancel {
	border: none;
	border-radius: 4px;
	background-color: #C0C0C0;
	color: #FFFFFF;
	width: 80%;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.login-box .button-box .btn-cancel:hover {
	opacity: 0.8;
}

.login-box .button-box label {
	font-weight: normal;
}

dl.input-mail {
	margin: 10px 0 0 20px;
}

dl.input-mail::after {
	content: "";
	display: block;
	clear: both;
}

dl.input-mail dt {
	float: left;
	width: 110px;
	font-weight: normal;
	margin-bottom: 10px;
}

dl.input-mail dd {
	padding-left: 110px;
	margin-bottom: 10px;
}

dl.input-mail dd input[type="text"],
dl.input-mail dd input[type="password"] {
	width: 100%;
	max-width: 300px;
}

.confirm-text {
	text-align: center;
	margin-bottom: 0;
	color: #FF1010;
	font-weight: bold;
}

@media screen and (max-width : 768px) {

	.login-box {
		width: 100%;
		padding: 20px 10px;
	}

}
/* #endregion ログイン, ID･パス変更 ここまで */

/* #region 全体TOP */
.top-attention-box {
	margin: 0 0 20px;
	padding: 20px;
	color: #FF2020;
	background-color: #FFEBE9;
	border-top: 10px solid #FF2020;
}

.top-attention-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 20px;
}

.top-attention-box p {
	margin: 0;
	line-height: 23px;
	font-weight: bold;
}
/* #endregion 全体TOP */

/* #region 公開会場試験申込 */
.table-public th {
	font-weight: normal;
	width: 20%;
	text-align: center;
}

.public-apply {
	margin: 0;
	padding: 20px;
	border: 1px solid #8EC31F;
	background-color: #FCFFFC;
	border-radius: 10px;
}

.public-apply label {
	font-weight: normal;
}

.public-apply .attention {
	margin: 0 0 20px 10px;
	text-align: center;
	font-weight: bold;
	color: #8EC31F;
}

.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.cp_iptxt .ef {
	width: 100%;
	padding: 4px 0 0 50px;
	text-align: right;
	border: 0;
	border-bottom: 1px solid #8EC31F;
	background-color: transparent;
}

.cp_iptxt .ef ~ .focus_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: 0.4s;
	background-color: #EC6800;
}

.cp_iptxt .ef ~ label {
	position: absolute;
	top: 4px;
	left: 0;
	color: #aaaaaa;
	transition: 0.3s;
}

.cp_iptxt input[type='text']:focus {
	outline: none;
}

.cp_iptxt .ef:focus ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}

.cp_iptxt .ef:focus ~ label {
	font-size: 12px;
	top: -16px;
	transition: 0.3s;
	color: #EC6800;
}
/* #endregion 公開会場試験申込 */

/* #region 申込 */
.required,
.optional {
	display: inline-block;
	margin-left: 15px;
	font-size: small;
}

.required {
	color: #F02020;
}

.optional {
	color: #2020F0;
}

.exam-info {
	padding: 15px;
	margin: 0 0 40px;
	border: 2px solid #8EC31F;
	border-radius: 10px;
}

.exam-info h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

.exam-info dl {
	margin: 10px 0 0 20px;
	font-size: 17px;
}

.exam-info dl::after {
	content: "";
	display: block;
	clear: both;
}

.exam-info dl dt {
	width: 120px;
	font-weight: normal;
	float: left;
}

.exam-info dl dd {
	padding-left: 120px;
}

.input-area {
	margin: 0 0 0 40px;
}

.input-area label {
	font-weight: normal;
}

.input-area .attention {
	color: #F02020;
	font-size: large;
	font-weight: bold;
}

.apply-table {
	border-collapse: collapse;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	margin: 0 0 20px;
}

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

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

.apply-table th.w-90 {
	width: 90px;
}

.apply-table th.w-120 {
	width: 120px;
}

.apply-table td {
	text-align: right;
	padding: 0;
	position: relative;
}

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

.apply-table td input[type="text"] {
	width: 100%;
	height: 100%;
	border: none;
	text-align: right;
}

.apply-table td p {
	margin: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E0E0E0;
}

.input-area dl::after {
	content: "";
	display: block;
	clear: both;
}

.input-area dl dt {
	width: 110px;
	font-weight: normal;
	float: left;
}

.input-area dl dd {
	padding-left: 110px;
}

.input-area dl dd select,
.input-area dl dd input[type="text"] {
	width: 220px;
	padding: 3px;
}

.input-area dl dd textarea {
	width: 100%;
	max-width: 400px;
	height: 150px;
}

.add_app_box {
	width: 100%;
	max-width: 330px;
	margin: 0 0 50px;
}

.already {
	font-size: large;
	font-weight: bold;
	color: #F02020;
	margin: 0 0 5px;
}

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

.confirm-apply dt {
	padding: 10px 0;
	width: 140px;
	float: left;
	font-weight: normal;
}

.confirm-apply dd {
	padding: 10px 0 10px 140px;
	border-bottom: 1px solid #C0C0C0;
}
/* #endregion 申込 */

/* #region 聞き取り検査音源再生 */
.vimeo-frame {
	width: 100%;
	height: auto;
	min-height: 300px;
	border: 1px solid #C0C0C0;
}

.preparation {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #B95000;
}

@media screen and (max-width : 768px) {
	.vimeo-frame {
		min-height: auto;
	}

	.preparation {
		font-size: 17px;
	}
}
/* #endregion 聞き取り検査音源再生 */

/* #region メンテナンス中 */
.maintenance-box {
	width: 70%;
	font-size: 16px;
	line-height: 25px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #8EC31F;;
	border-radius: 10px;
}

.maintenance-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px;
	text-align: center;
}

.maintenance-box p {
	margin: 0;
}

.maintenance-box .schedule {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #8EC31F;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 20px;
}

.maintenance-box .schedule h4 {
	margin: 0 auto 10px;
	font-size: 23px;
}

.maintenance-box p.attention {
	font-size: 18px;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}
/* #endregion メンテナンス中 */
