@charset "utf-8";

body {
	background-color: #E0DAD4;
}

img {
	max-width: 100%;
	max-height: 100%;
}

img.trim {
	width: 70vw;
	height: 70vw;
	object-fit: cover;
}

a {
	transition: all 0.1s linear;
}

a:hover {
	opacity: 0.7;
}



html {
	font-size: 10px;
	font-family: Osaka, sans-serif;
}

body {
	font-size: 1.8rem;
}

h1 {
	font-size: 2.1rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.5rem;
}



input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=time],
input[type=email],
select,
textarea {
	min-height: 3.6rem;
	padding: 0 0.5rem;
	font-family: Osaka, sans-serif;
	line-height: 3.6rem;
	vertical-align: middle;
	border: 1px #cccccc solid;
	font-size: 1.8rem;
	border-radius: 0.5em;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(100, 100, 100) inset;
}

body#instructionsWorkConfirm input:disabled,
body#instructionsWorkConfirm select:disabled,
body#instructionsWorkConfirm textarea:disabled {
	color: #000000;
	opacity: 1;
	background-color: #e9ecef !important;
}

body#instructionsChemichalsConfirm input:disabled,
body#instructionsChemichalsConfirm select:disabled,
body#instructionsChemichalsConfirm textarea:disabled {
	color: #000000;
	opacity: 1;
	background-color: #e9ecef !important;
}

body#instructionsFertilizerConfirm input:disabled,
body#instructionsFertilizerConfirm select:disabled,
body#instructionsFertilizerConfirm textarea:disabled {
	color: #000000;
	opacity: 1;
	background-color: #e9ecef !important;
}

body#instructionsSowingConfirm input:disabled,
body#instructionsSowingConfirm select:disabled,
body#instructionsSowingConfirm textarea:disabled {
	color: #000000;
	opacity: 1;
	background-color: #e9ecef !important;
}

body#instructionsSowingConfirm input[type="radio"][readonly]{
	pointer-events:none;
}

body#instructionsHarvestConfirm input:disabled,
body#instructionsHarvestConfirm select:disabled,
body#instructionsHarvestConfirm textarea:disabled {
	color: #000000;
	opacity: 1;
	background-color: #e9ecef !important;
}

body#instructionsHarvestConfirm input[type="radio"][readonly]{
	pointer-events:none;
}

body#chemicalsRecord input:disabled,
body#chemicalsRecord select:disabled,
body#chemicalsMod input:disabled,
body#chemicalsMod select:disabled,
body#fertilizerRecord input:disabled,
body#fertilizerRecord select:disabled,
body#fertilizerMod input:disabled,
body#fertilizerMod select:disabled {
	background-color: #e9ecef !important;
	opacity: 1;
}

textarea {
	min-height: 6em;
	line-height: 1.5;
	width: 100%;
}

input[type=file] {
	min-height: none;
	line-height: 1;
	border: none;
}

form input[type=submit] {
	display: block;
	width: 100%;
	margin: 0.75em 0;
	padding: 0.5em 0;
	border: 2px #6a4604 solid;
	background-color: #6a4604;
	color: #ffffff;
	font-size: inherit;
	text-align: center;
	border-radius: 10em;
	cursor: pointer;
	-webkit-appearance: none;
}

form input[type=submit]:hover {
	background-color: #FFF2DD !important;
	color: #4B3002 !important;
	opacity: 1;
}

form input[type=submit]:focus {
	border-color: #FFA100 !important;
	box-shadow: 1px 2px 4px 1px #AAAAAA, 1px 2px 4px 1px #FFA100;
	opacity: 1;
}

form input[type=submit]:active {
	background-color: #FFE6BB !important;
	color: #4B3002 !important;
	opacity: 1;
	box-shadow: 1px 2px 4px 1px #CCCCCC;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px #FFA100 solid !important;
	opacity: 1;
	box-shadow: inset 1px 2px 4px 0px rgb(0 0 0 / 15%), inset 0px 0px 3px 0px #FFA100;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
	box-shadow: none;
}



input[type=radio] {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	margin: 1rem 0.5rem;
	border-radius: 50%;
	transform: scale(1.25);
	cursor: pointer;
}



div.container {
	margin: 0 auto;
	padding: 0 1rem 1rem;
}

.riyousha_header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}



header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px #AAAAAA solid;
}

header div.heading {
	padding-top: 4.5rem;
	position: relative;
	background-color: #e0dad4;
}

header div.heading a.back {
	display: block;
	position: absolute;
	top: 6px;
	left: 9px;
	width: 6.5rem;
	margin-top: 2.5em;
}

header div.heading h1 {
	height: 4.5rem;
	line-height: 4.5rem;
}

header div.heading h1,
h2,
h3 {
	margin: 0;
}



header div.toolbar {
	padding: 5px;
	background-color: #6a4504;
}

header div.toolbar .user {
	text-align: right;
	align-items: center;
	margin-bottom: 0px;
}

header div.toolbar .group,
header div.toolbar .name {
	display: inline-block;
	margin-right: 1rem;
	color: #F0F0F0;
	font-size: 1.8rem;
}

header div.toolbar div.container {
	display: flex;
	padding: 0 10px;
	justify-content: space-between;
	align-items: center;
}

header div.toolbar a.top {
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 45px;
	vertical-align: bottom;
}

header div.toolbar a.top img {
	vertical-align: bottom;
}

header div.toolbar p.user {
	flex-grow: 1;
	padding: 0 1em;
	text-align: right;
}

header div.toolbar a.logoff {
	padding: 0 0.5rem;
	display: inline-block;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 0.5em;
	color: #333333;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-radius: 2px;
	text-decoration: none;
}



h1 {
	width: 100vw;
	padding: 0.2rem 0;
	text-align: center;
}

.riyousya_rogin {
	margin: 1em 0 0;
	padding: 0.8em 0;
	text-align: center;
	color: #ffffff;
	background-color: #727171;
	font-size: 1.5em;
}

button,
a.button {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 1.0rem auto;
	padding: 1.0rem 0;
	border: 2px #6a4604 solid;
	background-color: #ffffff;
	color: #4B3002;
	text-align: center;
	text-decoration: none;
	border-radius: 10em;
	line-height: 1em;
	box-shadow: 1px 1px 6px rgba(100, 100, 100);
	white-space: nowrap;
}

button:not(.btn):not(.inputNum):hover,
a.button:not(.btn):not(.inputNum):hover {
	background-color: #FFF2DD !important;
	color: #4B3002 !important;
	opacity: 1;
}

button:not(.btn):not(.inputNum):focus,
a.button:not(.btn):not(.inputNum):focus {
	border-color: #FFA100 !important;
	box-shadow: 1px 2px 4px 1px #AAAAAA, 1px 2px 4px 1px #FFA100;
	opacity: 1;
}

button:not(.btn):not(.inputNum):active,
a.button:not(.btn):not(.inputNum):active {
	background-color: #FFE6BB !important;
	color: #4B3002 !important;
	opacity: 1;
	box-shadow: 1px 2px 4px 1px #CCCCCC;
}


button.shukakuConfirmButton,
button.tyouseiConfirmButton,
button.seimaikakouConfirmButton {
	width: 20%;
}

button.type1,
a.button.type1 {
	background-color: #ffffff;
	color: #6a4604;
	min-width: 10px;
}

button.type2,
a.button.type2 {
	background-color: #6a4604;
	color: #ffffff;
}

div.content {
	text-align: left;
}

button.delete,
a.button.delete {
	background-color: #ffffff;
	color: #666666;
	border-color: #666666;
	padding: 1rem;
	margin: 1rem auto;
	border-width: 2px;
	border-radius: 5em;
}

button.delete:hover,
a.button.delete:hover {
	background-color: #666666;
	color: #ffffff;
}

button.small,
a.button.small {
	padding: 0.5em 0;
}

button.edit,
a.button.edit {
	margin: 0 0;
	font-size: 1.8rem;
	border-radius: 1rem;
	width: 100%;
	box-shadow: 1px 1px 6px rgba(100, 100, 100);
}



button span.plus,
button span.minus {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin-left: 0.5em;
	border-radius: 9px;
	vertical-align: top;
}

button span.plus {
	background-color: #6a4604;
}

button span.minus {
	background-color: #666666;
}

button span.plus:before,
button span.minus:before {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 10px;
	height: 2px;
	background-color: #ffffff;
}

button span.plus:after {
	content: '';
	position: absolute;
	left: 8px;
	top: 4px;
	width: 2px;
	height: 10px;
	background-color: #ffffff;
}



a.back {
	padding: 0.2em 0.75em;
	background-color: #666666;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0.5rem;
}



span.indent-2 {
	width: 0%;
	padding: 0.25em 0.5em;
	font-size: 1.2em;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

span.indent-3 {
	display: inline-block;
	width: 32%;
}



table.form {
	width: 100%;
	margin: 1em 0;
}

table.form th {
	width: 40%;
	padding: 0.25em 0;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.form td {
	width: 60%;
	padding: 0.25em 0;
}

table.form td input[type=text],
table.form td input[type=date],
table.form td textarea,
table.form td select {
	width: 100%;
}



div.form {
	width: 100%;
	margin: 1em 0;
}

div.form input[type=text],
div.form input[type=date],
div.form input[type=time],
div.form input[type=number],
div.form input[type=email],
div.form textarea,
div.form select {
	width: 100%;
	padding: 0rem 0.5rem;
	font-size: 1.8rem;
	background-color: #ffffff;
}

input[type=date],
input[type=time] {
	-webkit-appearance: none;
}


div.form td input[type=text].shukakuRotShow {
	width: 100%;
}

div.form td select.saibaiLotRecord {
	width: 100%;
}

div.form td select.selectWidth100 {
	width: 100%;
}


div.form td table {
	margin-left: 1em;
}



div.form .td-unit {
	display: flex;
	width: 80%;
}

div.form .td-unit input {
	width: 60%;
}

div.form .td-unit select {
	width: 40%;
}


table.form td.noyaku-td-unit input[type=text] {
	width: 55%;
}

table.form td.noyaku-td-unit select {
	width: 30%;
}

table.form td.noyaku-td-unit input[type=tel].noyaku-input-unit {
	width: 40%;
}

table.form td input[type=text].shukakuRotShow {
	width: 100%;
}

table.form td select.saibaiLotRecord {
	width: 100%;
}

table.form td select.selectWidth100 {
	width: 100%;
}

table.form td table {
	margin-left: 1em;
}



table.form .td-unit {
	display: flex;
	width: 80%;
}

table.form .td-unit input {
	width: 60%;
}

table.form .td-unit select {
	width: 40%;
}



table.form td.td-radio input {
	width: 5%;
}

#radio1,
#radio2 {
	margin-left: 2em;
}



table.split {
	width: 100%;
	margin: 1em 0;
}

table.split td {
	width: 50%;
	padding: 0.25em 0;
	vertical-align: top;
}

table.form td a.button,
table.form button {
	margin: 0;
}



table.form th.torokuDate_th {
	width: 10%;
	padding: 0.25em 0;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}



table.form th.hojo_th {
	width: 10%;
	padding: 0.25em 0;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

table.form th.torokuDate_th,
table.form th.hojo_th,
table.form th.sakutsuke_th,
table.form th.worker_th {
	width: 10%;
	padding: 0.25em 0.4em;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: end;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
}

table.mBStrBean th,
table.mBStrBean td {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

#term {
	width: 30%;
	padding: 0.25em 0.4em;
	vertical-align: top;
	color: #333333;
	background-color: #ffffff;
}



ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin-top: 10px;
	padding: 0;
	list-style: none;
}



article {
	display: flex;
	margin: 0.75em 0;
	padding: 0.5em;
	background-color: #FFFEFE;
}

article div.other {
	order: 2;
	flex-grow: 0;
	position: relative;
	max-width: 8em;
	white-space: nowrap;
}

article div.other button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 7em;
}

article div.content {
	order: 1;
	flex-grow: 1;
	margin: 0;
}

article time {
	color: #6a4604;
	font-weight: bold;
}

#menu {
	background-color: #e0dad4;
}



p.logo {
	margin: -100px 0 1em;
	text-align: center;
	color: #6a4604;
}

p.logo img {
	display: block;
	width: 80%;
	max-width: 240px;
	margin: 1em auto;
}



ul.riyousha li {
	display: flex;
	background-color: #E0DAD4;
}

ul.riyousha {
	margin: 1em 0;
}

ul.riyousha li button {
	width: 6em;
	margin-bottom: 0;
}

ul.riyousha li span {
	display: block;
	width: 100%;
	padding: 0.2em 0;
	text-align: center;
}

.material-icons {
	font-size: 50px !important;
}

.displaynone {
	display: none;
}

.errorMsgColor {
	color: #ff0000;
}

.posLeft {
	float: left;
	margin: 0 1em;
	font-size: 2rem;
	position: relative;
	text-align: left;
	width: 80%;
}

.posLeft2 {
	float: left;
	margin: 0 1em;
	font-size: 2rem;
	position: relative;
	text-align: left;
	width: 100%;
}

div.form .posRight {
	float: right;
	position: relative;
	background: transparent;
}

div.form .posRight2 {
	float: right;
	position: relative;
	background: transparent;
}

.posRight [type=button] {
	float: right;
	position: relative;
	color: #6a4604;
	height: 50px;
	width: 50px;
	background: transparent;
	border-radius: 1.2em;
	border: none;
}

.posRight2 [type=button] {
	float: right;
	position: relative;
	color: #6a4604;
	height: 25px;
	width: 50px;
	background: transparent;
	border-radius: 1.2em;
	border: none;
}


.deleteColor {
	color: #e0e0e0;
}



body.bodyNoyakuChk {
	padding-bottom: 0.5em;
}

body.bodyNoyakuChk .container button {
	display: block;
	max-width: 50vw;
	margin: 1.5rem auto;
	border: 2px #6a4604 solid;
	background-color: #6a4604;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}

body.bodyNoyakuChk .col h1 {
	padding: 0;
}

body.bodyNoyakuChk #noyakuChkResultDel h1 {
	padding: 0;
}

body.bodyNoyakuChk a.back {
	margin: 0;
}

div.page1 h1 {
	max-width: 100%;
	margin: 2rem auto;
	font-weight: bold;
	border: none;
}

div.detailsGroup summary {
	text-align: center;
	margin-top: 1em;
}

div#noyakuChkErrorInsert {
	text-align: center;
}

div.page2 h1 {
	width: auto;
	margin: 2rem 0;
	padding: 0;
	border: none;
}

input#noyakuInput {
	width: 50%;
	padding: 0.5em;
	margin-bottom: 1em;
	text-align: right;
}

div.page2 button.button {
	width: 40%;
}

div.page3 h1 {
	margin: 0;
	padding: 0;
	border: none;
}

div.page3 .modal-header {
	min-height: 7rem;
}

div.page3 .modal-body {
	max-height: 65vh;
}

.horizontal-list {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background: rgba(179, 179, 179, 0.25);
}

.horizontal-list::-webkit-scrollbar {
	display: none;
}

.itemHeader {
	display: inline-block;
	height: 2.5em;
	width: 3em;
	margin: 0;
	padding: 0.5em 0;
}

ul li#item0 {
	border-bottom: 1.5px solid #FFF;
}

div.content h2#noyakuChkRes {
	display: none;
}

.bodyNoyakuChk table th {
	padding: 1rem;
	color: #FFF;
	white-space: nowrap;
}

.bodyNoyakuChk table th.thN {
	background: #2558a7;
}

.bodyNoyakuChk table th.thS {
	background: #a8be20;
}

.bodyNoyakuChk table td {
	padding: 0.5rem 1rem;
	background: #eee;
}

.bodyNoyakuChk .page4 table th {
	width: 50%;
	white-space: normal;
}



.table-scroll {
	overflow: auto;
	white-space: nowrap;
	width: auto;
}

.table-scroll table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	table-layout: fixed;
}

.table-scroll table th,
.table-scroll table td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: center;
	max-width: 80%;
}

.table-scroll table th {
	text-align: center;
}



.table-tekiyohyo table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	table-layout: fixed;
}

.table-tekiyohyo table th,
.table-tekiyohyo table td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: center;
	max-width: 80%;
}

.table-tekiyohyo table th {
	text-align: center;
	width: 40%;
}

.table-tekiyohyo table td {
	padding: 2px;
}

div.table-tekiyohyo th.detail {
	width: 20%;
}

div.table-tekiyohyo span {
	width: 100%;
	font-size: 1.8rem;
}



.table-fixed table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	width: 100%;
}

.table-fixed table th,
.table-fixed table td {
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	text-align: center;
	text-align: center;
}



.pagingCont {
	display: flex;
	align-items: center;
	margin: 0 15vw;
}

i.fa-redo-alt::before {
	margin-right: 0.25em;
}



.row {
	margin: 0 !important;
}

.col-1 {
	padding: 0 !important;
}

.col-5 {
	padding: 0 !important;
}

.col-6 {
	padding: 0 0.5rem 0 0.5rem;
}



h1#cemicalH1 {
	margin: 0 auto;
	padding: 0.5em 0;
	color: #333333;
	border-bottom: solid 5px #5353b7;
}

.form label,
.diary-lbl {
	color: #4B3002;
	font-weight: bold;
}

.diary-lbl {
	margin-bottom: 0.5rem;
	width: 100%;
	text-align: center;
}

.form-group button,
.form-group a {
	margin-top: 1em;
}



.form label i.fa-camera {
	color: #383735;
}


.form label.req::after,
#adjustmentRecord div.shukaku label::after,
#polishedriceRecord div.tyousei label::after {
	content: " *";
	color: #F00;
}



article .diaryRecord {
	margin-top: 1em;
	font-weight: bold;
	font-size: smaller;
}

article .diaryRecord::before {
	height: 1.5em;
	width: 1.5em;
	display: inline-block;
	vertical-align: middle;
}

article.work {
	border-left: solid 10px #1d9654;
}

article.sagyoShiji1 {
	border-left: solid 10px #1d9654;
}

article.chemicals {
	border-left: solid 10px #2558a7;
}

article.sagyoShiji2 {
	border-left: solid 10px #2558a7;
}

article.fertilizer {
	border-left: solid 10px #e479ac;
}

article.sagyoShiji3 {
	border-left: solid 10px #e479ac;
}

article.sowing {
	border-left: solid 10px #a8be20;
}

article.sagyoShiji4 {
	border-left: solid 10px #a8be20;
}

article.adjustment {
	border-left: solid 10px #d45058;
}

article.polishedrice {
	border-left: solid 10px #3ca4d0;
}

article.harvest {
	border-left: solid 10px #e68024;
}

article.sagyoShiji5 {
	border-left: solid 10px #e68024;
}

article.shipment {
	border-left: solid 10px #b2306a;
}

.unfit:before {
	color: #ff0000;
	font-family: "Font Awesome 5 Free";
	content: "\f057";
	font-weight: 900;
	margin-right: 10px;
}

.icon-size {
	font-size: 1.5em;
}

.shukaku-div1 {
	height: 4em;
	margin: 1rem 0em;
	padding: 0.5rem;
	background-color: ivory;
	overflow: scroll;
}

.shukaku-div1::-webkit-scrollbar {
	display: none;
}

.shukaku-div2 {
	height: 2em;
	margin: 0.5em 0em;
}

input[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
	transform: scale(1.5);
}

.hojo-div1 {
	height: 2em;
	margin: 1rem 0em;
	padding: 0.5rem;
	background-color: ivory;
	overflow: scroll;
}

.hojo-div1::-webkit-scrollbar {
	isplay: none;
}

.hojo-div2 {
	text-align: left;
	margin: 0.5em 0em;
}

.hojo-div-shiji {
	height: 2em;
	margin: 1rem 0em;
	padding: 0.5rem;
	background-color: #e9ecef;
	overflow: scroll;
}

.hojo-div-shiji::-webkit-scrollbar {
	display: none;
}

.pos-relative {
	position: relative;
}

.img-x {
	color: #6a4604;
	position: absolute;
	top: 0;
	left: 0;
}

.pad-top1 {
	padding-top: 1.5rem !important;
}

progress {
	width: 100%;
}

body#workRecord header,
body#workMod header {
	border-bottom: 5px #1d9654 solid;
}

body#chemicalsRecord header,
body#chemicalsMod header {
	border-bottom: 5px #2558a7 solid;
}

body#fertilizerRecord header,
body#fertilizerMod header {
	border-bottom: 5px #e479ac solid;
}

body#sowingRecord header,
body#sowingMod header {
	border-bottom: 5px #a8be20 solid;
}

body#adjustmentRecord header,
body#adjustmentMod header {
	border-bottom: 5px #d45058 solid;
}

body#polishedriceRecord header,
body#polishedriceMod header {
	border-bottom: 5px #3ca4d0 solid;
}

body#harvestRecord header,
body#harvestMod header {
	border-bottom: 5px #e68024 solid;
}

body#shipmentRecord header,
body#shipmentMod header {
	border-bottom: 5px #b2306a solid;
}

.posCenter {
	text-align: center;
}

.vertMiddle {
	vertical-align: middle;
}

.dispinline {
	display: inline-block;
}

.HorVertCenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.col-4-mod {
	padding-right: 5px;
	padding-left: 5px;
}


input[type=time].width30 {
	width: 30% !important;
}

.clearButton [type=button] {
	display: block;
	box-sizing: border-box;
	border: 2px #6a4604 solid;
	background-color: #ffffff;
	color: #4B3002;
	padding: 0.5rem 1.0rem;
	text-align: center;
	text-decoration: none;
	border-radius: 10em;
	line-height: 1em;
	box-shadow: 1px 1px 6px rgba(100, 100, 100);
	white-space: nowrap;
}

#content_hojo_modal div.modal-body {
	min-height: 100vh !important;
}

#content_hojo_modal #accordion-hojo div.hojo-group div.hojo-group-bg {
	padding: 1rem 0;
	background-color: #efefef;
}

#content_hojo_modal #accordion-hojo h2.card-header {
	padding: 0.25rem 0 0 0;
}

#content_hojo_modal #accordion-hojo h2.card-header label.hojo-group-name {
	text-align: left;
	padding: 0;
}

#content_hojo_modal #accordion-hojo h2.card-header div.hojo-num {
	padding: 0;
	text-align: right;
}

#content_hojo_modal div.conf {
	display: flex;
	flex-direction: column;
}

#content_hojo_modal div.conf div {
	margin-top: auto;
}

.card-header{
	background-color: unset;
	border-bottom: unset;
}

img {
	position: fixed;
	top: -2px;
	width: 3.6rem;
	height: 3.6rem;
	border: 2px #ffffff solid;
	border-radius: 50%;
	margin: 0.2rem 0 0 0 !important;
}

.navbar h2 {
	margin: 0;
	margin-left: 4rem;
	color: #FFF;
}

.cursor-pointer{
	cursor: pointer;
}

dt {
	color: #4B3002;
	font-weight: bold;
}

em.colorRed{
	color: #ff4444;
	font-style: normal;
	font-weight: bold;
	display: inline !important;
}
