.sub-title {
	color: #888 !important;
}

select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	pointer-events: none;
}

[readonly]+label {
	pointer-events: none;
}

.input-area-line {
	width: 100%;
	height: 0.5px;
	background: #707070;
	margin-top: 18px;
	margin-bottom: 18px;
}

.input-err {
	outline: 5px red solid !important;
	outline-offset: -5px;
}

.link {
	color: #007bff !important;
	text-decoration: none;
	background-color: transparent;
}

.btn-Byewin {
	background-color: #fc5454 !important;
}

.link:hover {
	filter: brightness(0.75);
}

.copy-icon:hover {
	color: #212259;
}

.cursor {
	cursor: pointer;
}

.alert-secondary {
	margin: auto;
}

.alert-secondary {
	background: #E61919 !important;
}

.float-left {
	display: none;
}

.requiredItem {
	background: #E61919;
	border-radius: 5px;
	color: #fff;
	margin-left: .5rem;
	padding: 0 .5rem;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 0px;
	width: fit-content;
	height: fit-content;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}

input[type="date"] {
	position: relative;
}

.btn {
	border-radius: 3px;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-primary {
	background: #3F2CB6 !important;
	border: 0 !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

.btn-primary:hover {
	background-color: #212259 !important;
}

.btn-primary2 {
	background: #3F2CB6 !important;
	border: 0 !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	margin-left: 1rem;
	color: #FFF !important;
}

.btn-return {
	background: #16AB8A !important;
	border: 0 !important;
	border-radius: 5px !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	color: #FFF !important;
	margin-left: 1rem;
}

.btn-detail {
	background: #3F2CB6 !important;
	border: 0 !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
}

.btn-detail:disabled {
	background: rgb(9, 68, 56);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 5px;
	color: rgb(159, 159, 159);
}

.btn-edit {
	background: #16AB8A;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 5px;
	color: #FFF;
}

.btn-edit a {
	color: #FFF;
}

.btn-edit:disabled {
	background: rgb(9, 68, 56);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 5px;
	color: rgb(159, 159, 159);
}

.btn-delete {
	background: #E61919 !important;
	border: 0 !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	margin-left: 5%;
	color: #FFF !important;
}

@media screen and (max-width: 572px) {
	.btn-delete {
		margin-left: 0;
	}
}

.btn-radio {
	margin-left: .5rem;
}

.btn-radio-text {
	margin: .5rem .2rem;
}

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

.btn-result {
	background: #3F2CB6;
	border: 1px solid #212259;
	border-radius: 5px;
	color: #FFF;
}

.btn-tornament {
	margin-left: 1.5rem;
}

.pagination .page-item.active .page-link {
	background-color: #3F2CB6;
}

@media screen and (max-width: 768px) {
	.card-body {
		padding: 1.25rem .5rem;
	}

	.btn {
		font-size: 15px;
	}
}

.slimscroll-menu {
	margin-top: 0 !important;
}

#sidebar-menu {
	padding: 0;
}

.metismenu-text {
	color: #B9C1EB;
	margin-bottom: 0.2rem;
	margin-left: 1.3rem;
}

/*
html .enlarged #wrapper .topbar .topbar-left {
	width: 90% !important;
}
*/

.team__header {
	display: flex;
	justify-content: space-between;
}

.team__footer {
	display: flex;
	justify-content: center;
}

.team__footer2 {
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	text-align: center;
}

@media screen and (max-width: 1150px) {
	.team__header {
		flex-direction: column;
	}
}

.team__header--top :not(:first-child) {
	margin-top: 1rem;
}

.team__header--top p {
	margin-bottom: .4rem;
}

.team__header--top a {
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

.entry__header {
	display: flex;
	margin-bottom: .5rem;
}

@media screen and (max-width: 1150px) {
	.entry__header--selection {
		margin-bottom: .4rem;
	}
}

.entry__header {
	display: flex;
	margin-bottom: .5rem;
}

@media screen and (max-width: 1150px) {
	.entry__header {
		flex-direction: column;
	}
}

.entry__header div {
	width: 100%;
}

@media screen and (max-width: 1150px) {
	.entry__header div {
		margin-bottom: .5rem;
	}
}

.entry__header--top {
	display: flex;
	align-items: flex-end;
	padding-bottom: 3.5rem;
}

.entry__header--top p {
	margin-bottom: .4rem;
}

.entry__header--top a {
	background: #16AB8A;
	border: 1px solid #212259;
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

.sub-title2 {
	margin-bottom: .4rem;
	color: #adb5bd;
}

.sub-title3 {
	margin-bottom: .4rem;
	color: #E61919;
}

.sub-title4 {
	margin-bottom: 25px;
	color: #E61919;
}

.entry__header--top select {
	padding: 2px 3px;
	border-radius: .4rem;
}



/* news */
.news-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
}

.news-list .item:first-child a {
	border-top: 1px solid #CCC;
}

.news-list .item .date {
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
}

.news-list .item .category {
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}

.news-list .item .category span {
	background: #16AB8A;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
}

.news-list .item .title {
	margin: 0;
	width: 100%;
}

.news-list .item a:hover .title {
	color: #00F;
}

@media screen and (max-width: 767px) {
	.news-list .item a {
		flex-wrap: wrap;
	}

	.news-list .item .date {
		min-width: 100px;
	}

	.news-list .item .title {
		margin-top: 10px;
	}
}

/* content */
.form-inline {
	margin-bottom: 1rem;
}

.col-sm-12 .table-bordered {
	border: none;
	border-bottom: 1px solid #999;
}

.col-sm-12 thead {
	background: #4343;
	color: #333;
}

.col-sm-12 .table-bordered th {
	border: none;
	border-top: 2px solid #333;
	border-bottom: 1px solid #999;
}

.col-sm-12 .table-bordered td {
	border: none;
	border-top: 1px solid #999;
}

.date-birth {
	text-align: left !important;
}

.representative {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #E61919;
	text-align: center;
	background: rgba(230, 25, 25, .1);
	border: 1px solid #E61919;
	border-radius: 5px;
}

.Deputy-representative {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #245DAE;
	text-align: center;
	background: rgba(36, 93, 174, .1);
	border: 1px solid #245DAE;
	border-radius: 5px;
}

.directed-by {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #ffd122;
	text-align: center;
	background: rgba(255, 209, 34, .1);
	border: 1px solid #ffd122;
	border-radius: 5px;
}

.coach {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #3F2CB6;
	text-align: center;
	background: rgba(63, 44, 182, .1);
	border: 1px solid #3F2CB6;
	border-radius: 5px;
}

.manager {
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
	color: #ffac22;
	text-align: center;
	background: rgba(255, 172, 34, .1);
	border: 1px solid #ffac22;
	border-radius: 5px;
}

.col-sm-10 {
	display: flex;
}

.coach-tel {
	flex-direction: column;
}

.coach-tel2 {
	flex-direction: column;
	margin-left: auto;
	margin-right: 0;
}

.coach-title {
	font-weight: bold;
}

.coach-text {
	margin-top: 1rem;
	margin-bottom: 0;
}

.coach-box {
	display: flex;
}

.coach-input {
	margin-bottom: 1rem;
}

.coach-box-text {
	margin: .3rem;
}

.table-number {
	width: 16%;
}

.table-number2 {
	width: 8%;
}

.output-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.output-list-content {
	width: 45%;
	border: 1px solid #16AB8A;
	margin: 1rem auto;
}

.output-list-content div {
	padding: 0 3rem;
}

.output-list-content div p {
	background: #212259;
	border: 1px solid #212259;
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

.output-list-content div a {
	color: #FFF;
}

.output-list-title {
	text-align: center;
	background: #16AB8A;
	padding: 5px;
	color: #fff;
}

.header-title {
	font-size: 16px !important;
	padding-top: .6rem;
}

.fix-top-block {
	display: flex;
}

.end-flag-0 {
	display: table-cell;
	vertical-align: middle;
	color: #E61919;
	background: rgba(230, 25, 25, .1);
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	padding: .3rem;
	margin-left: 1rem;
}

.end-flag-1 {
	display: table-cell;
	vertical-align: middle;
	color: white;
	background: rgb(20 46 241 / 68%);
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	padding: .3rem;
	margin-left: 1rem;

}

.matchStatus {
	display: table-cell;
	vertical-align: middle;
	color: #E61919;
	background: rgba(230, 25, 25, .1);
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	padding: .3rem;
	margin-left: 1rem;
}

@media screen and (max-width: 767px) {
	.output-list-content {
		width: 100%;
	}
}

.tournament-form-group {
	width: 100%;
	min-height: 350px !important;
}

.tournament-detail-form {
	width: 100%;
	min-width: 263px;
	border: 1px solid #000;
	overflow: scroll;
}

.tournament-detail-text {
	width: 100%;
	height: 50vh;
	margin: auto;
}

.tournament-detail-text tr {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 1rem 2rem;
}

.tournament-detail-text td {
	margin-bottom: .5rem;
}

.tournament-detail-text p {
	display: inline-block;
	border-bottom: 1px solid #adb5bd;
	margin-bottom: 0;
}

.form-group-btnArea {
	width: 20%;
	margin-left: 1.5rem;
}

.form-group-btnArea a {
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

.vtb-item {
	margin: auto;
}

.tournament_edit_block {
	width: 100%;
	max-width: 1200px;
	min-width: 265px;
	overflow: scroll;
	border: 1px solid #000;
	margin: 0 1.3rem 0 3rem;
	padding: 3.5rem 1.5rem;
	text-align: center;
}

.tournament_setting_block {
	width: 80%;
	border: 1px solid #000;
	margin: auto;
	padding: 3.5rem 1.5rem;
	text-align: center;
}

.setting-block-area {
	display: flex;
	width: 80%;
	margin: auto;
}

.setting-list {
	height: 15rem;
	border: 2px solid #16AB8A;
	overflow: scroll;
}

.setting-btn {
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: 0.4rem 2rem;
}

.setting-btn-sp {
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: 0.2rem .5rem;
}

.setting-block-btn button {
	width: 30%;
	margin: auto;
}

.setting-block-btn :first-child {
	margin-bottom: .5rem;
}

.setting-block-title {
	background: #16AB8A;
	color: #fff;
	text-align: center;
	margin: 0;
}

.setting_table {
	width: 80%;
	margin: auto;
	border: 1px solid #000;
}

.form-inline p {
	margin-right: 1.5rem;
	margin-bottom: 0;
}

.fix-main-title {
	margin: auto;
	border-bottom: 1px solid #adb5bd;
	font-size: 20px;
}

.fix-table {
	border: none !important;
}

.fix-table th {
	background: #3F2CB6;
	color: #fff;
	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.fix-table td {
	background: #dee2e6;
	border: none !important;
	border-bottom: 1px solid #fff !important;
}

.gameDay input {
	width: 5%;
}

.gameDay input:first-child {
	width: 8%;
}

@media screen and (max-width: 767px) {
	.gameDay input {
		width: 35px;
	}

	.gameDay input:first-child {
		width: 60px;
	}

	.col-sm-12 {
		padding-left: 0 !important;
	}

	.entry__header--top {
		padding-bottom: 0;
	}

	.tournament-detail-form {
		margin-left: 1rem;
		width: 100%;
	}

	.form-group-btnArea {
		width: 100%;
		margin-left: 1rem;
	}

	.modalContents-selectArea {
		flex-direction: column;
	}

	.modalContents-branch {
		margin-left: 0 !important;
	}

	.modalContents-block-input {
		margin-left: 0 !important;
	}

	.btn-tornament {
		margin-left: 1rem;
	}

	.setting-block-area {
		flex-direction: column;
	}

	.btn-return2 {
		margin-top: 1rem;
		margin-left: 1.5rem;
	}

	.tournament_setting_block {
		width: 230px;
		margin: auto;
	}

	.tournament_edit_block {
		min-width: 265px;
		margin: auto;
		overflow: scroll;
	}

	.tournament-form-group {
		margin-left: 1px;
	}

	.content-page .content {
		padding: 0 !important;
	}

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

	.scoreBoard-title {
		width: 20px !important;
		white-space: nowrap;
		overflow: hidden;
		padding: .45rem !important;
	}

	.scoreBoard thead tr td:not(:first-of-type) {
		padding: 0 !important;
		width: 24.6px !important;
	}

	.scoreBoard tbody tr td:not(:first-of-type) {
		padding: 0 !important;
		width: 24.6px !important;
	}

	.scoreBoard-block .row {
		width: 100% !important;
	}

	.fix-body {
		padding: 0 !important;
	}

	.fix-top {
		padding: 1.25rem 1.25rem 0;
	}

	.fix-main {
		padding: 0 1.25rem;
	}

	.fix-main-title {
		font-size: 16px;
	}
}

.fix-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.scoreBoard {
	border: none !important;
	background: #3F2CB6;
	white-space: nowrap;
}

.scoreBoard-area {
	max-width: 850px;
	margin: auto;
}

.scoreBoard-area2 {
	max-width: 850px;
	margin: auto;
	display: none;
}

.scoreBoard-tab2 {
	display: none;
}

@media screen and (max-width: 767px) {
	.scoreBoard-area {
		display: none;
	}

	.scoreBoard2 {
		border: none !important;
		white-space: nowrap;
		table-layout: fixed;
		background: #3F2CB6;
	}

	.scoreBoard2 thead {
		color: #999;
		text-align: center;
	}

	.scoreBoard2 thead tr td {
		min-width: 29px;
		padding: 0 !important;
		width: 24.6px !important;
	}

	.scoreBoard2 tbody tr td {
		color: #FFF;
		min-width: 29px;
		padding: 0 !important;
		width: 24.6px !important;
	}

	.scoreBoard2 tbody tr td:not(:first-of-type) {
		border-left: 3px solid #fff !important;
	}

	.scoreBoard2 tbody tr td input {
		width: 100%;
		min-width: 20px;
	}

	.scoreBoard2 td {
		border: none !important;
	}

	.scoreBoard-area2 {
		display: block;
		background: #3F2CB6;
	}

	.scoreBoard-area2-title {
		margin-left: 1rem;
		margin-bottom: 0;
		font-weight: bold;
		color: #fff;
	}

	.scoreBoard-area2-title2 {
		margin-left: 1rem;
		font-weight: bold;
		color: #fff;
		padding-bottom: 1rem;
	}

	.scoreBoard-tab {
		display: none;
	}

	.scoreBoard-tab2 {
		display: block;
	}

	.scoreBoard-block2 {
		width: 95%;
		margin: auto;
	}

	.tab {
		flex-grow: 1;
		cursor: pointer;
	}

	.panel {
		display: none;
	}

	.tab.is-active {
		box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
		transition: all 0.2s ease-out;
		background: #3F2CB6;
		color: #fff;
		padding-left: 1rem;
	}

	.panel.is-show {
		display: block;
	}
}

.scoreBoard thead {
	color: #999;
	text-align: center;
}

.scoreBoard tbody tr:first-child {
	border-bottom: 1px solid #fff;
}

.scoreBoard td {
	border: none !important;
}

.scoreBoard thead tr td:first-child {
	width: 12%;
}

.scoreBoard thead tr td:not(:first-of-type) {
	width: 2%;
	min-width: 29px;
}

.scoreBoard tbody tr td:first-child {
	width: 12%;
	color: #FFF;
}

.scoreBoard tbody tr td:not(:first-of-type) {
	border-left: 3px solid #fff !important;
	width: 2%;
	color: #FFF;
	min-width: 29px;
}

.scoreBoard tbody tr td input {
	width: 100%;
	min-width: 20px;
}

.scoreBoard-block {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.scoreBoard-block .row {
	width: 48%;
}

.scoreBoard-block .col-sm-2 {
	padding: 0;
}

.record-slider {
	display: flex;
	margin-bottom: 1.25rem;
}

.record-round {
	font-size: 1rem;
}

.recode-footer {
	background-color: rgba(0, 0, 0, 0);
}

.record-block {
	width: 450px;
	height: auto;
	background-color: rgb(254, 254, 252);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
}

.record-box {
	padding: 1rem 0rem;
}

.record-box>p {
	margin-bottom: 0px;
}

.recode-List {
	font-size: 0.9rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.reacord-header {
	word-wrap: normal;
	background-color: rgba(0, 0, 0, 0);
	margin-bottom: 0px;
}

.record-block-date {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0px;
	width: 40%;

}

.record-block-venue {
	font-size: 18px;
	width: 75%;
	text-align: right;
}

.record-block-btn {
	width: 90%;
	background: #16AB8A;
	margin: auto;
	text-align: center;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
	display: block;
}

.record-block-btn a {
	color: #FFF;
}

.record-box {
	width: 100%;
	height: auto !important;
	margin: auto;
	display: flex;
}

.record-box-name {
	width: 35%;
	font-size: 16px;
}

.record-box-name-byewin {
	border-bottom: solid 3px red;
}

.record-box-name-byelose {
	text-decoration: line-through;
}

.record-box-score {
	width: 30%;
	margin: 0 auto;
	font-size: 28px;
	vertical-align: middle;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.slick-prev {
	left: -20px !important;
}

.slick-next {
	right: -20px !important;
}

.slick-prev:before,
.slick-next:before {
	color: black !important;
}

.slick-track {
	margin-bottom: 5px;
}

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

.table-title {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #adb5bd;
}

/* modal */
.modal-footer {
	width: 100%;
	padding: 0 !important;
}

.modal-footer button {
	width: 47%;
	height: 2.5rem;
	margin: .8rem auto;
	border: 0 !important;
	border-radius: 0 !important;
}

.modal-footer .btn-primary {
	background: #E61919 !important;
}

.modalContents {
	margin-bottom: 2rem;
}

.modalContents p {
	font-size: 16px;
	font-weight: bold;
}

.modalContents-selectArea {
	display: flex;
}

.modalContents-block {
	margin-bottom: 1rem;
}

.modalContents-block-title {
	margin-right: .8rem;
}

.modalContents-block-text {
	width: 70%;
	resize: none;
	vertical-align: top;
}

.modalContents-block-input {
	margin-left: .8rem;
	background: #3F2CB6;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
}

.modalContents-branch {
	margin-left: 1.5rem;
}

.modalArea {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.9);
}

.modal-body {
	height: 75vh;
	overflow: auto;
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	max-width: 700px;
	padding: 10px 30px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.modalWrapper {
		width: 90%;
		padding: 0;
	}
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	font: 32px bold;
	cursor: pointer;
}

.modal-btn {
	background: #3F2CB6;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
}

/* loadingアニメーション */
#loading {
	width: 76.6%;
	height: 58vh;
	transition: all 1s;
	position: fixed;
	top: 18.5rem;
	left: 16.9rem;
	z-index: 999;
}

#statistics-modal .loading2 {
	left: 10rem;
}

@media screen and (max-width: 767px) {
	#loading {
		width: 92%;
		top: 19.6rem;
		left: 1.9rem;
	}
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.loader {
	margin: 100px auto;
	font-size: 25px;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -1.3em 0em 0em #245DAE, 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .5), -0.8em -0.8em 0 0em rgba(36, 93, 174, .7);
	}

	12.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .7), 0.8em -0.8em 0 0em #245DAE, 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .5);
	}

	25% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .5), 0.8em -0.8em 0 0em rgba(36, 93, 174, .7), 1.2em 0em 0 0em #245DAE, 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	37.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .5), 1.2em 0em 0 0em rgba(36, 93, 174, .7), 0.75em 0.75em 0 0em #245DAE, 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	50% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .5), 0.75em 0.75em 0 0em rgba(36, 93, 174, .7), 0em 1.2em 0 0em #245DAE, -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	62.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .5), 0em 1.2em 0 0em rgba(36, 93, 174, .7), -0.8em 0.8em 0 0em #245DAE, -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	75% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .5), -0.8em 0.8em 0 0em rgba(36, 93, 174, .7), -1.3em 0em 0 0em #245DAE, -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	87.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .5), -1.3em 0em 0 0em rgba(36, 93, 174, .7), -0.8em -0.8em 0 0em #245DAE;
	}
}

@keyframes load5 {

	0%,
	100% {
		box-shadow: 0em -1.3em 0em 0em #245DAE, 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .5), -0.8em -0.8em 0 0em rgba(36, 93, 174, .7);
	}

	12.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .7), 0.8em -0.8em 0 0em #245DAE, 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .5);
	}

	25% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .5), 0.8em -0.8em 0 0em rgba(36, 93, 174, .7), 1.2em 0em 0 0em #245DAE, 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	37.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .5), 1.2em 0em 0 0em rgba(36, 93, 174, .7), 0.75em 0.75em 0 0em #245DAE, 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	50% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .5), 0.75em 0.75em 0 0em rgba(36, 93, 174, .7), 0em 1.2em 0 0em #245DAE, -0.8em 0.8em 0 0em rgba(36, 93, 174, .2), -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	62.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .5), 0em 1.2em 0 0em rgba(36, 93, 174, .7), -0.8em 0.8em 0 0em #245DAE, -1.3em 0em 0 0em rgba(36, 93, 174, .2), -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	75% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .5), -0.8em 0.8em 0 0em rgba(36, 93, 174, .7), -1.3em 0em 0 0em #245DAE, -0.8em -0.8em 0 0em rgba(36, 93, 174, .2);
	}

	87.5% {
		box-shadow: 0em -1.3em 0em 0em rgba(36, 93, 174, .2), 0.8em -0.8em 0 0em rgba(36, 93, 174, .2), 1.2em 0em 0 0em rgba(36, 93, 174, .2), 0.75em 0.75em 0 0em rgba(36, 93, 174, .2), 0em 1.2em 0 0em rgba(36, 93, 174, .2), -0.8em 0.8em 0 0em rgba(36, 93, 174, .5), -1.3em 0em 0 0em rgba(36, 93, 174, .7), -0.8em -0.8em 0 0em #245DAE;
	}
}

ol.document-list {
	counter-reset: list;
	list-style-type: none;
	padding: 0 0 0 10px;
}

ol.document-list li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-size: 16px;
	line-height: 40px;
	border-bottom: dashed 1px #959595;
}

ol.document-list li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #245dae;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

ol.document-list li a {
	color: black;
	display: block;
	cursor: pointer;
	text-decoration: none !important;
	transition: color .3s;
}

.document-title {
	padding: 0 0 0 5px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
	.non-wizard-margin {
		margin: 0 3%;
	}
}

/* 装飾 */
* {
	box-sizing: border-box;
}

body {
	font-size: 16px !important;
}

a {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	body {
		margin: 0;
	}
}

li {
	list-style: none
}

.modal {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: absolute;
	width: 100%;
}

.nav-list p {
	text-align: center;
	margin-bottom: 0;
}

.nav-list img {
	width: 250px;
	transition: all .2s ease;
}

.nav-list2 {
	display: none;
}

/*
@media screen and (max-width: 1150px ) {
	.team__header{
		flex-direction: column;
	}
	.footer{
		display: flex;
		font-size: 13px;
	}
	.footer .d-none{
		display: block !important;
		margin-left: .5rem;
	}
}
 */

@media screen and (max-width: 767px) {
	.toolbar-block {
		margin-bottom: 1rem;
	}

	.enlarged #wrapper .navbar-custom {
		margin-left: 0 !important;
	}

	.nav-list {
		display: none;
	}

	.nav-list2 {
		display: block;
		display: flex;
		margin-left: 6rem;
	}

	.nav-list2 p {
		margin: .6rem 0 0;
	}

	.nav-list2 img {
		width: 40px;
		transition: all .2s ease;
		margin-top: .3rem;
	}

	.nav-list2-title {
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 0;
		line-height: 2.1;
		margin-left: .5rem;
	}

	.topbar .navbar-custom {
		padding-right: 2.5rem;
	}

	.enlarged #wrapper .topbar .topbar-left {
		display: none;
	}

	.topbar .topbar-left {
		display: none;
	}

	.topbar .navbar-custom {
		margin-left: 0 !important;
	}

	.side-menu {
		width: 100%;
	}

	.metismenu {
		width: 100%;
		text-align: center;
		margin: auto;
		list-style: none;
	}

	.ml-4,
	.mx-4 {
		margin-left: 0 !important;
	}

	.cursor {
		margin-left: 1rem !important;
	}

	.footer {
		display: flex;
		font-size: 13px;
	}

	.d-none {
		margin-left: .5rem;
	}

	.form-inline .form-control {
		width: 50%;
	}

	.input-area-title {
		max-width: 50%;
	}

	.input-text-area {
		flex: auto;
	}

	.input-area-text {
		height: 519px;
	}

	.tab-pane {
		margin: 0;
	}

	.col-form-label {
		width: 100%;
	}

	.col-sm-10 {
		width: 100%;
	}
}

.logo-light {
	width: 64%;
	display: flex;
	margin: .8rem auto;
}

.logo-light-title {
	line-height: 2.3;
	margin-left: .5rem;
	font-size: 17px;
}

.logo-light p {
	text-align: center;
	margin-bottom: 0;
}

.logo-light img {
	width: 40px;
	transition: all .2s ease;
	border-radius: 50px;
}

.logo-sm {
	width: 80%;
	display: flex;
	margin: .8rem auto;
}

.logo-sm p {
	text-align: center;
	margin-bottom: 0;
}

.logo-sm img {
	width: 40px;
	transition: all .2s ease;
}

.slimscroll-menu #sidebar-menu ul li .mm-active {
	background: #f8f9fa;
	color: #333 !important;
}

.slimscroll-menu {
	margin-top: 0 !important;
}

#sidebar-menu {
	padding: 0;
}

.metismenu-text {
	color: #B9C1EB;
	margin-bottom: 0.2rem;
	margin-left: 1.3rem;
	font-size: 16px;
}

@media screen and (max-width: 1590px) {
	.btn-delete {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.btn-delete {
		margin-left: 0;
	}

	.btn-primary {
		margin-top: 1rem;
	}

	.btn-secondary {
		margin-top: 1rem;
	}

	.float-left {
		display: block;
	}

	.news-list .item a {
		flex-wrap: wrap;
	}

	.news-list .item .date {
		min-width: 100px;
	}

	.news-list .item .title {
		margin-top: 10px;
	}

	#sidebar-menu {
		padding: 1rem 0;
	}

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

@media screen and (max-width: 767px) {
	.btn-delete {
		margin-left: 0;
	}

	.btn-primary {
		margin-top: 1rem;
	}

	.btn-secondary {
		margin-top: 1rem;
	}

	.float-left {
		display: block;
	}

	.news-list .item a {
		flex-wrap: wrap;
	}

	.news-list .item .date {
		min-width: 100px;
	}

	.news-list .item .title {
		margin-top: 10px;
	}

	#sidebar-menu {
		padding: 1rem 0;
	}

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

.col-form-label {
	display: flex;
	max-width: 100%;
}

.anyItem {
	background: #959595;
	border-radius: 5px;
	color: #fff;
	margin-left: 0.5rem;
	padding: 0 0.5rem;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	font-weight: lighter;
	font-size: 14px;
}

.fix-badge-icon {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.toolbar .btn.conf-btn {
	background: #3F2CB6 !important;
	color: #fff;
	border: 0 !important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
	.non-wizard-margin {
		margin: 0 3%;
	}
}

#_back-btn {
	width: 80px;
}