body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
}

p {
	line-height: 1.5em;
}

.top-visual {
	background-image: url('/assets/images/top/top_bg_blur.jpg');
	background-size: cover;
	height: 200px;
}

.top-visual p.lead {
	font-size: 18px;
	font-weight: normal;
	text-shadow: 2px 2px 4px #333;
}

@media screen and (min-width:576px) {
	.top-visual {
		height: 400px;
	}

	.top-visual p.lead {
		font-size: 28px;
	}
}

.breadcrumb {
	font-size: 13px;
	background-color: #f8f9fa !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "\f105" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.bg-lightgray {
	background-color: #f8f9fa !important;
}

.bg-lightblue {
	background-color: #ebf5ff;
}


.bg-img-cover {
	background-size: cover;
	background-position: center center;
}


a[data-toggle=collapse] i.fa-caret-down {
	display: none;
}

a[data-toggle=collapse] i.fa-caret-up {
	display: inline-block;
}

a[data-toggle=collapse].collapsed i.fa-caret-down {
	display: inline-block;
}

a[data-toggle=collapse].collapsed i.fa-caret-up {
	display: none;
}

.btn-xs {
	font-size: 13px !important;
	padding: 2px 5px !important;
	line-height: 1.2em !important;
}

.form-control.is-invalid,
.form-control-sm.is-invalid {
	background-image: none;
}

.form-control.is-invalid {
	padding-right: 0.75rem;
}

.form-control-sm.is-invalid {
	padding-right: 0.5rem;
}

.form-condition-chip i {
	color: rgb(222, 226, 230);
}

.form-condition-chip:hover i,
.form-condition-chip:active i {
	color: #6c7572;
}

.table-fixed th:first-child,
.table-fixed td:first-child {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
}

.table-fixed tr:nth-of-type(odd) th:first-child {
	border-right: 1px solid #dee2e6;
	background-color: white;
}

.table-fixed tr:nth-of-type(odd) td:first-child {
	border-right: 1px solid #dee2e6;
	background-color: #f3f3f3;
}

.table-fixed tr:nth-of-type(even) td:first-child {
	border-right: 1px solid #dee2e6;
	background-color: white;
}

.table-fixed tr.table-warning td:first-child {
	background-color: #ffeeba;
}

.table-fixed tr.table-danger td:first-child {
	background-color: #f5c6cb;
}

.table-fixed tr.table-dark td:first-child {
	background-color: #c6c8ca;
}

.table-head-fixed thead th {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
}

table.sortable td.drag-handle {
	width: 1rem;
	cursor: move;
}

table.sortable td.drag-handle::before {
	content: "\f58e" !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.indent-for-fa {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

::-webkit-input-placeholder {
	color: #aaa !important;
}

::-moz-placeholder {
	color: #aaa !important;
}

::-ms-input-placeholder {
	color: #aaa !important;
}

:-ms-input-placeholder {
	color: #aaa !important;
}

::placeholder {
	color: #aaa !important;
}

.form-control-xs {
	height: calc(1em + 0.75rem + 2px) !important;
	padding: .15rem .25rem !important;
	font-size: .75rem !important;
	line-height: 1.5;
	border-radius: .2rem;
}

.readmore.readmore-close>div {
	height: 3em;
	overflow: hidden;
}

.readmore.readmore-close>.readmore-open {
	display: inline-block;
}

.readmore.readmore-close>.readmore-close {
	display: none;
}

.readmore.readmore-open>div {
	height: auto;
	overflow: visible;
}

.readmore.readmore-open>.readmore-close {
	display: inline-block;
}

.readmore.readmore-open>.readmore-open {
	display: none;
}

.border-gray {
	border-color: #6c757d !important;
}

.border-lightgray {
	border-color: #c4c7cb !important;
}

.border-blue {
	border-color: #007bff !important;
}

.border-purple {
	border-color: #6f42c1 !important;
}

.border-red {
	border-color: #dc3545 !important;
}

.border-orange {
	border-color: #fd7e14 !important;
}

.border-green {
	border-color: #28a745 !important;
}

.border-cyan {
	border-color: #17a2b8 !important;
}

.badge-light {
	border: 1px solid #edeeef;
}

.badge-orange {
	color: #ffffff;
	background-color: #fd7e14;
}

.opacity-0 {
	opacity: 0;
}

.opacity-1 {
	opacity: 0.25;
}

.opacity-2 {
	opacity: 0.5;
}

.opacity-3 {
	opacity: 0.75;
}

.btn-outline-orange {
	color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:hover {
	color: #ffffff;
	background-color: #fd7e14;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
	box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
	color: #fd7e14;
	background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show>.btn-outline-orange.dropdown-toggle {
	color: #ffffff;
	background-color: #fd7e14;
	border-color: #fd7e14;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(253, 126, 20, 0.5);
}