@charset "utf-8";

a {
	color: #121413;
}
a:hover {
	color: #212529;
}

#header .logo {
	display: none;
}
#header h1 {
	text-align: center;
}
#header h1 img {
	max-width: none;
}
@media (max-width: 992px) {
	#header h1 img {
		max-width: 350px;
	}
}
@media (max-width: 575px) {
	#header h1 img {
		max-width: 220px;
	}
}

#header .navbar .nav-item a:active,
#header .navbar .nav-item a:hover {
	background-color: #d5e9f8;
}
.navbar-light .navbar-toggler {
	background-color: #cb000c;
	border-color: rgba(255, 255, 255, 0.8);
}
.navbar-light .navbar-toggler[aria-expanded="true"] {
	border-color: #ed1b3b;
}

#title h2 {
	color: #fff;
	background-color: #e89604;
}

#footer {
	margin-bottom: 1rem;
}
#footer .footer-logo {
	display: block;
}
@media (max-width: 992px) {
	#footer .footer-logo img {
		max-width: 240px;
	}
}
@media (max-width: 575px) {
	#footer .small {
		font-size: 65%;
	}
	#footer .footer-logo img {
		max-width: 160px;
	}
}

#news {
	border-color: #e89604;
}

.view-thumb::before {
	background-color: #6e6f70;
	box-shadow: 15px 0 0 #6e6f70, 0 15px 0 #6e6f70, 15px 15px 0 #6e6f70;
}
.active > .view-thumb::before {
	background-color: #cb000c;
	box-shadow: 15px 0 0 #cb000c, 0 15px 0 #cb000c, 15px 15px 0 #cb000c;
}

.view-list::before {
	background-color: #6e6f70;
	box-shadow: 0 9px #6e6f70, 0 18px #6e6f70;
}
.active > .view-list::before {
	background-color: #cb000c;
	box-shadow: 0 9px #cb000c, 0 18px #cb000c;
}

.view-search {
	background-color: #6e6f70;
}
.active > .view-search {
	background-color: #cb000c;
}

.view-bookmark {
	background-color: #6e6f70;
}
.active > .view-bookmark {
	background-color: #cb000c;
}

#contents .jumbotron {
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #002362;
}

#block-menu h2 {
	font-size: 1.1em;
	color: #fff;
	background-color: #e89604;
}

#block-menu a.level01 {
	background: #f8f4e6;
	/*
	background: -webkit-linear-gradient(top, #fef5f2 50%, #fff);
	background: -moz-linear-gradient(top, #fef5f2 50%, #fff);
	background: linear-gradient(top, #fef5f2 50%, #fff);
	*/
	border-color: #ccc;
}
#block-menu a.level01 span.txt {
	color: #002362;
}
#block-menu a.level01.link:hover,
#block-menu a.level01[data-toggle="collapse"]:hover,
#block-menu a.level01[aria-expanded="true"] {
	background: #f2f2f2;
	/*
	background: -webkit-linear-gradient(top, #f2f2f2 50%, #fffacd);
	background: -moz-linear-gradient(top, #f2f2f2 50%, #fffacd);
	background: linear-gradient(top, #f2f2f2 50%, #fffacd);
	*/
	border-color: #ccc;
}

.icon-num {
	background: #cb000c;
}

.btn-default {
	color: #fff;
	background-color: #cb000c;
	border-color: #cb000c;
}
.btn-default:hover {
	color: #fff;
	background-color: #e89604;
	border-color: #e89604;
}

.btn-text {
	color: #fff !important;
	background: #00428e !important;
	border-color: #00428e !important;
}

.btn-history {
	color: #fff !important;
	background: #00428e !important;
	border-color: #00428e !important;
}

.class-list > .card {
	background: rgba(255, 255, 255, 0.5);
}
.class-list > .card > .card-header {
	background: transparent;
}
.curriculum-list > .card {
	background: rgba(255, 255, 255, 0.8);
}
.curriculum-list > .card:nth-child(even) {
	background: rgba(255, 255, 255, 0.7);
}

.sitemap h2 {
	color: #fff;
	background-color: #e89604;
}

.bookmark > .card-header {
	color: #fff;
	background-color: #e89604;
}

.badge-num {
	color: #fff;
	background: #ed1b3b;
}

.btn-footemenu {
	color: #fff;
	background-color: #e89604;
	border-color: #e89604;
}
.btn-footemenu:hover {
	color: #ed1b3b;
	background: #fff;
	border-color: #ed1b3b;
}
.btn-outline-footemenu {
	color: #fff;
	background: #e89604;
	border-color: #e89604;
}
.btn-outline-footemenu:hover {
	color: #fff;
	background: #cb000c;
	border-color: #cb000c;
}

.btn-outline-footemenu:hover .badge-num {
	color: #ed1b3b;
	background-color: #fff;
}

.info-detail h3 {
	border-bottom-color: #861e2c;
}

.message-detail h3 {
	border-bottom: 1px solid #861e2c;
}

.history .card {
	background-color: rgba(255, 255, 255, 0.8);
	border-color: #e89604;
}
.history .card-header {
	color: #ffffff;
	background-color: #e89604;
	border-color: #e89604;
}
.history .card-body .card-title {
	border-bottom-color: #e89604;
}

.form-title {
	border-bottom-color: #861e2c;
}
.form-title::before {
	border-left-color: #861e2c;
}

#contents.documents a.btn-close {
	color: #fff;
	background: #e89604;
	border-color: #e89604;
}

.exam-form .question-no {
	color: #fff;
	background: #e89604;
}

.questionnaire-form .explanation {
	font-weight: normal;
}
.questionnaire-form ol {
	padding-left: 2.5em;
}
.questionnaire-form ol > li {
	list-style: decimal;
}
.questionnaire-form .question-text {
	margin: 0 0 1em;
	padding: 0;
}
.questionnaire-form .question-text .multiple {
	color: blue;
}
.questionnaire-form .question-text .required {
	color: red;
}
.questionnaire-form .answer-input {
	margin: 0 0 1em 0;
	padding: 0;
}
.questionnaire-form .answer-input > .form-check {
	vertical-align: middle;
	margin-bottom: 0.3em;
}
.questionnaire-form .answer-input .btn-like,
.questionnaire-form .answer-input .btn-dislike {
	display: none;
}
.questionnaire-form .answer-input .btn-like + label,
.questionnaire-form .answer-input .btn-dislike + label {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	background-size: cover;
	vertical-align: middle;
	cursor: pointer;
}
.questionnaire-form .answer-input .btn-like + label {
	background-image: url("../images/iine_off.png");
}
.questionnaire-form .answer-input .btn-like:checked + label {
	background-image: url("../images/iine_on.png");
}
.questionnaire-form .answer-input .btn-dislike + label {
	margin-right: 0.3rem;
	background-image: url("../images/uume_off.png");
}
.questionnaire-form .answer-input .btn-dislike:checked + label {
	background-image: url("../images/uume_on.png");
}
.questionnaire-form .answer-input .btn-like.is-invalid ~ label,
.questionnaire-form .answer-input .btn-dislike.is-invalid ~ label {
	color: #dc3545;
}
.questionnaire-form .answer-input .gallery > img {
	max-width: 150px;
	max-height: 150px;
}
@media (max-width: 575px) {
	.questionnaire-form .answer-input .gallery > img {
		max-width: 100px;
		max-height: 100px;
	}
}
.questionnaire-form .answer {
	margin: 0 0 1.5em 0;
	padding: 0;
	color: #ff6347;
}

.thanks-form .explanation {
	margin-bottom: 2rem;
	font-weight: normal;
}
.thanks-form .shop-name {
	padding: 0.2em 1.5em;
	font-weight: bold;
	color: #fff;
	background: #e89604;
	border-radius: 5px;
}
.thanks-form .card > .card-header {
	padding: 0.5rem 0.75rem;
	font-weight: bold;
	background-color: #ffeeba;
}
.thanks-form .card > .card-body {
	padding: 0.5rem 0.75rem;
}
.thanks-form .card > .card-body > .input_preview {
	margin-bottom: 0.5rem;
}
.thanks-form .card > .card-body > .input_preview:empty {
	margin-bottom: 0;
}
.thanks-form .card > .card-body > .form-control {
	font-size: 0.8rem;
	color: #777;
}
