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

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

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

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

.endMatch {
	padding: .375rem .75rem;
	font-size: 13px;
}

.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;
}

.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-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-edit {
	background: #16AB8A;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 5px;
	color: #FFF;
}

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

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

.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;
}

.float-left .button-menu-mobile {
	width: 100%;
	padding: 1px 0;
}

/* header */
@media screen and (max-width: 768px) {
	#wrapper .topbar-left {
		width: 90% !important;
	}

	#wrapper .logo-light {
		display: block !important;
		opacity: 1 !important;
	}

	#wrapper .logo-sm {
		display: none !important;
	}

	.topbar {
		display: flex;
		flex-direction: row-reverse;
	}

	#wrapper .topbar .navbar-custom {
		width: 10%;
		margin-left: 0 !important;
		padding-right: 0;
	}

	.list-inline .float-left {
		width: 50%;
		margin: auto;
		float: none !important;
	}
}

@media screen and (max-width: 767px) {
	#wrapper .topbar .navbar-custom {
		width: 100%;
	}
}

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;
}

.float-left {
	display: none;
}

.list-inline-team {
	text-align: right;
}

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

@media screen and (max-width: 767px) {
	#wrapper .side-menu {
		width: 100% !important;
		text-align: center;
		display: block;
		margin-left: 0;
	}
}

.enlarged #wrapper .side-menu {
	display: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul li a {
	display: flex;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul li a .badge {
	display: none !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul li a span {
	display: block !important;
}

.side-menu {
	left: 0;
}

/* 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 */
.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;
}

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

.tournament-form-group {
	width: 100%;
}

.tournament-detail-form {
	margin-left: 4rem;
	width: 70%;
	max-width: 1200px;
	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;
}

.cotent-flex {
	display: flex;
}

.news-block-team2 {
	margin-left: 1rem;
}

.record-team-text {
	font-size: 18px;
}

.tournament_edit_block {
	width: 70%;
	max-width: 1200px;
	min-width: 265px;
	overflow: scroll;
	border: 1px solid #000;
	margin-left: 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 {
	width: 100%;
	height: 10rem;
	border: 2px solid #16AB8A;
	overflow: scroll;
	padding: 1rem;
}

.setting-block-btn {
	width: 20%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.setting-block-btn2 {
	display: none;
}

.setting-block-btn button {
	width: 30%;
	margin: auto;
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

.setting-block-btn2 button {
	width: 40%;
	background: #16AB8A;
	border: 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	color: #FFF;
	padding: .3rem;
}

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

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

.setting-block-top {
	width: 40%;
}

.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: 1.25rem;
}

.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;
	}

	.setting-block-top {
		width: 100%;
	}

	.setting-block-btn {
		display: none;
	}

	.setting-block-btn2 {
		display: block;
		display: flex;
		width: 50%;
		margin: 0 auto 16px;
		justify-content: space-between;
	}

	.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 {
		flex-direction: column-reverse;
	}

	.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: 1rem;
	}
}

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

/*
*スコアテーブル用CSS
*/
.table-responsive>.scoreTable {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	white-space: nowrap !important;
}

.for-sp .scoreTable input {
	width: 30px !important;
}

.scoreTable td input {
	text-align: center;
}

@media (max-width : 767px) {
	.table-responsive>.scoreTable {
		table-layout: auto;
	}
}

.scoreTable th {
	border: 1px solid #3F2CB6;
	background: #3F2CB6;
	color: white;
}

.sc {
	border: 1px solid #3F2CB6 !important;
}

.scoreTable .teamName {
	width: 20%;
	background: #3F2CB6;
	color: white;
}

.nav-pills .nav-link.active {
	background-color: #3F2CB6 !important;
}

/*
* スコアボードの切り替え表示対応
*/
.for-pc {
	display: block;
}

.for-sp {
	display: none;
}

@media only screen and (max-width : 767px) {
	.for-pc {
		display: none;
	}

	.for-sp {
		display: block;
	}
}

@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-block {
	width: 314px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
	padding: 1rem;
}

.record-block-date {
	width: 35%;
	font-size: 1.5rem;
	line-height: 1;
}

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

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

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

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

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

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

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

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

.record-block-score {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
}

.record-block-text {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0;
	height: 1.5rem;
	color: #E61919;
}

.record-block-information2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

.record-block-information2 p {
	margin-bottom: 0;
}

.record-block-information2 :not(:first-child) {
	margin-left: .7rem;
}

.record-block-score2 {
	margin: 0 auto 1rem;
	display: flex;
}

.record-score-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .8rem;
}

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

.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;
}

.match-slider {
	margin-top: 2rem;
	margin-bottom: 3rem !important;
}

.news-block {
	width: 100%;
	margin: 0 auto .5rem;
	padding: 1rem 3rem;
	border-top: 1px solid #adb5bd;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.news-block-text {
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
	height: 1.5rem;
	color: #E61919;
}

.news-block-top {
	text-align: center;
	margin: auto;
}

.news-block-score {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 32px;
}

.news-block-score2 {
	width: 30%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

.news-block-information {
	width: 100%;
	margin: auto;
	text-align: center;
}

.news-block-information p {
	margin: auto;
}

.news-block-information2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .6rem;
}

.news-score-block {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .5rem;
}

.news-score-block p {
	margin-bottom: 0;
}

.news-score {
	width: 12px;
	height: 2px;
	background: #000;
}

.news-score1 {
	margin-right: 1rem;
}

.news-score2 {
	margin-left: 1rem;
}

.news-score3 {
	margin-right: 1rem;
}

.news-score4 {
	margin-left: 1rem;
	color: #E61919;
}

.news-score-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-score-box p {
	margin-bottom: 0;
}

.score-box-green {
	width: 12px;
	height: 12px;
	margin-left: .3rem;
	background: #16AB8A;
	border-radius: 2rem;
}

.score-box-yellow {
	width: 12px;
	height: 12px;
	margin-left: .3rem;
	background: #ffd122;
	border-radius: 2rem;
}

.score-box-red {
	width: 12px;
	height: 12px;
	margin-left: .3rem;
	background: #E61919;
	border-radius: 2rem;
}

.score-box-gray {
	width: 12px;
	height: 12px;
	margin-left: .3rem;
	background: #adb5bd;
	border-radius: 2rem;
}

@media screen and (max-width: 1281px) {
	.record-block {
		width: 314px;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		box-shadow: 2px 3px 5px rgba(0, 0, 0, .1);
		padding: 1rem;
	}

	.record-block-btn2 {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.record-block-information2 {
		font-size: 15px;
	}

	.news-block {
		padding: 1rem;
	}

	.news-block-score {
		font-size: 1.65rem;
	}

	.news-block-score2 {
		width: 90%;
	}

	.news-block-information2 {
		font-size: 15px;
	}
}

/* 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;
}

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

.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);
}

.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);
}


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

a {
	text-decoration: none;
}

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

@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%;
}

.non-wizard-regist-btn {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

.alert-secondary {
	margin: auto;
}

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

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

/* ヘッダー左寄せ*/
.topbar .navbar-custom {
	margin-left: 0px !important;
}

.footer {
	left: 0px !important;
}

.nav-list {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

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

.nav-list img {
	width: 50px;
	transition: all .2s ease;
	margin-top: .1rem;
}

.nav-list .nav-logout {
	margin-top: auto;
	position: absolute;
	right: 0;
}

.nav-list-mobile {
	display: none;
}

.nav-list-title {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0;
	line-height: 2.1;
	margin-top: 5px;
}

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

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

	.nav-list {
		display: none;
	}

	.nav-list-mobile {
		display: block;
		display: flex;
		margin-left: 8rem;
	}

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

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

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

	.nav-list-mobile .nav-logout {
		margin-top: 1.5rem;
		margin-right: 0.5rem;
		position: absolute;
		right: 0;
		font-size: 14px;
	}

	.topbar .navbar-custom {
		padding-right: .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;
	}

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

@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;
	}
}

.dl-icon {
	font-size: 16px;
	position: relative;
	float: right;
	background: #3F2CB6 !important;
	border: 0 !important;
	color: #ffffff;
	border-radius: 3px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 4px;
}

.dl-icon:hover {
	background-color: #212259 !important;
	border:  #212259 !important;
}