img {
	max-width: 100%;
}
.grp-login .logo {
	display: flex;
	font-size: 24px;
	align-items: center;
	letter-spacing: 0;
}
.grp-login .logo span:first-of-type {
	font-size: 24px;
} 
.grp-login .logo span:nth-of-type(2) {
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
.grp-login div.input-field {
	width: 448px;
	margin-bottom: 40px;
	margin-top: 40px;
}
.grp-login div.input-field:last-of-type {
	margin-bottom: 20px;
	margin-top: 0px;
}
.grp-login div.input-field input {
	border: 1px solid;
	width: 100%;
	font-size: 17px;
	height: 43px;
	padding: 0px 15px;
	box-sizing: border-box;
	margin-bottom: 0;
}
a.btn-lg {
	display: block;
	width: 448px;
	border: 1px solid #0E6399;
	border-radius: 5px;
	background: #367DFF;
	color: #fff;
	font-size: 17px;
	height: 43px;
	box-shadow: 0 3px 0 #0e6399;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 43px;
	text-decoration: none;
	padding-top: 0;
}
a.btn-lg:hover {
	background-color: #367DFF;
}
[type="checkbox"]+span:not(.lever) {
	padding-left: 0px;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
	opacity: 1;
}
[type="checkbox"]:checked+span:not(.lever):before {
	display: none;
}
[type="checkbox"]:not(:checked):disabled+span:not(.lever):before {
	display: none;
}
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
	display: none;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
	display: none;
}
.grp-main .logo {
	height: 30px;
	background-color: #333333;
	padding: 0 15px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 0;
	letter-spacing: 0;
}

.user_n {
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	top: 0px;
	line-height: 30px;
	padding-right: 80px;
	right: 0px;
	margin: 0px;
}
.sidenavi p {
	font-size: 16px;
}
.operation h2 {
	font-size: 19px;
	margin-bottom: 20px;
	color: #367DFF;
	text-align: left;
	background: transparent;
	margin-top: 0px;
}

.operation table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D1D1D1;
}
.operation th {
	background-color: #F0F0F0;
	padding: 15px 0;
	font-weight: 450;
	border: 1px solid #D1D1D1;
	text-align: center;
}
.operation td {
	border: 1px solid #D1D1D1;
	text-align: center;
	padding: 15px 0;
	background: #fff;
}
.operation td.dt_improper {
	background: #999;
}
.operation td.dt_invalid {
	background: #999;
}

table tr:last-of-type td {
	padding-bottom: 15px;
}

.history ul {
	border-top: 1px solid #d1d1d1;
	margin: 0px;
	box-shadow: none;
	border-right: 0;
	border-left: 0px;
}
.history .row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.history .row.his_label {
	flex-wrap: wrap;
	align-items: flex-start;
}
.history .row .col {
	margin-left: 0;
}
.history .row.his_label .col {
	width: calc((100% - 120px) / 5);
	margin-bottom: 20px;
}
.history .row .col:not(:nth-of-type(5n)) {
	margin-right: 30px;
}
.history th {
	background-color: #F0F0F0;
	padding: 15px 0;
	font-weight: 450;
	border: 1px solid #D1D1D1;
	text-align: center;
}
.history td {
	border: 1px solid #D1D1D1;
	text-align: center;
	height: 46px;
}

.history .striped::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
.history .striped::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.item > p {
	width: 130px;
	line-height: 32px;
	font-size: 17px;
	background-color: #367DFF;
	color: #fff;
	text-align: center;
}
.item dl {
	border-top: 1px solid #333333;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	align-items: center;
}
.item dl.label div.ft {
	margin-bottom: 15px;
}
.item02.item dl {
	margin: 0px;
	border-top: 1px solid #333333;
}
.item02.item dl:last-of-type {
	margin-bottom: 40px;
	border-bottom: 1px solid #333333;
}
.item dt {
	width: 225px;
	padding: 25px 0;
	border-bottom: 1px solid #333333;
	line-height: 43px;
}
.item dd {
	width: calc(100% - 225px);
	padding: 25px 0;
	border-bottom: 1px solid #333333;
	margin: 0px;
}
.item dd a {
	text-decoration: underline;
}
.item div p {
	text-align: left;
	line-height: 1.6;
}
.item02.item dt {
	line-height: 1.6;
	border-bottom: 0px;
	font-size: 16px;
}
.item02.item dd {
	border-bottom: 0px;
	line-height: 1.6;
	font-size: 16px;
}
.item dd label {
	color: #f00;
	font-size: 17px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 0px;
}
.item input {
	border: 1px solid #adadad;
	height: 43px;
	padding: 0px 15px;
	font-size: 16px;
	margin-right: 5px;
	border-radius: 3px;
}
.item input[type="checkbox"] {
	line-height: 1;
	height: auto;
}
.input01 {
	width: 515px;
}
.input02 {
	width: 135px;
}
.item select {
	border: 1px solid #adadad;
	height: 43px;
	padding: 0px 15px;
	font-size: 16px;
	margin-right: 5px;
	width: 515px;
}
.copy {
	background-color: #ED1C24;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 43px;
	width: 343px;
	margin: auto;
	border-radius: 5px;
}
.copy img {
	width: 20px;
	height: auto;
	margin-left: 10px;
}
.ckb {
	display: flex;
	margin-top: 10px;
}
.item dd .ckb label {
	margin-right: 50px;
	color: #666;
	margin-left: 0px;
	padding-left: 0px;
}
.item textarea {
	width: 515px;
	height: 100px;
	border: 1px solid #adadad;
	resize: none;
}
.button {
	display: block;
	width: 100%;
	border: 1px solid #0E6399;
	border-radius: 5px;
	background: #367DFF;
	color: #fff;
	font-size: 17px;
	height: 43px;
	box-shadow: 0 3px 0 #0e6399;
	margin-top: 25px;
	text-align: center;
	line-height: 43px;
	text-decoration: none;
	padding-left: 0;
}
.admin .button {
	width: 192px;
	margin: auto;
	display: block;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
	background-color: #367DFF;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
	border: 2px solid #367DFF;
}

.t-red {
	color: #ED1C24;
	font-weight: bold;
}

#manage .item table th {
	width: auto;
}

.datepicker-table tr td {
	background:initial;
}
