/* ログイン (Login) */
.login_title {
	text-align: center;
	padding: 63px 35px 58px 0;
	letter-spacing: 0.5px;
	line-height: 120%;
}

#header._small .login_title {
	padding: 33px 0 28px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.login {
	text-align: center;
}

.login_box {
	display: inline-block;
	max-width: 600px;
	width: 100%;
}

.login_box ul {
	display: flex;
	flex-wrap: wrap;
}

.login_error {
	font-size: 15px;
	color: red;
	text-align: left;
}

.login_box li {
	width: 100%;
	padding: 10px 0 26px;
}

.login_box input {
	font-size: 16px;
	width: 100%;
	padding: 13px 0;
	border-radius: 5px;
	border: 2px solid #abacac;
	-webkit-box-shadow: 0px 0px 50px 17px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 50px 17px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 50px 17px rgba(204, 204, 204, 1);
}

.login_box input::placeholder,
.login_box input:-ms-input-placeholder,
.login_box input::-ms-input-placeholder {
	color: #808080;
	opacity: 1;
}

.login_box button {
	width: 300px;
	margin-top: 40px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	border: none;
	border-radius: 12px;
	padding: 17px 0;
	transition: .2s all ease;
	background: rgb(179, 54, 55);
	background: -moz-linear-gradient(90deg, rgba(179, 54, 55, 1) 0%, rgba(196, 82, 55, 1) 50%, rgba(205, 97, 55, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(179, 54, 55, 1) 0%, rgba(196, 82, 55, 1) 50%, rgba(205, 97, 55, 1) 100%);
	background: linear-gradient(90deg, rgba(179, 54, 55, 1) 0%, rgba(196, 82, 55, 1) 50%, rgba(205, 97, 55, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b33637", endColorstr="#cd6137", GradientType=1);
}

.login_box button:hover {
	opacity: .8;
}
.container_infobox.dashboard-box{
	margin-top: 110px;
}
.login_link{
	font-size: 14px;
	width: 90%;
	max-width: 700px;
	margin: 210px auto 40px auto;
	background-image: linear-gradient(to right, rgba(69,73,142,1), rgba(69,73,142,0.7));
	color: #fff;
	border-radius: 10px;
}

.login_link a{
	color: #fff;
}
.login_link h2{
	padding: 25px 0px 17px 70px;
	font-size: 18px;
	font-weight: bold;
}
.login_link_01{
	overflow: hidden;
	max-width: 560px;
	margin: auto;
	padding-bottom: 10px;
	width: 90%;
}
.login_link ul{
	float: left;
	width: 50%;
}
.login_link ul.left{
	padding-right: 10px;
}
.login_link ul label{
	padding-left: 15px;
}
.login_link ul li{
	padding-bottom: 10px;
}

.login_link ul li.active::before{
	content: "◉";
	padding-inline: 1ch;
	margin-inline-end: 1ch;
	margin-left: -30px;
    margin-right: 0;
}
.login_link ul li input[type="radio"],
.login_link ul li label{
	cursor: pointer;
}
/* dashboard */
.dashboard {
	padding: 25px 0 50px 10px;
}

.table_dashboard {
	clear: both;
	width: 100%;
	font-size: 17px;
	margin-bottom: 80px;
	box-shadow: 1px 0px 39px 0px rgba(96, 90, 90, 0.8);
	-webkit-box-shadow: 1px 0px 39px 0px rgba(96, 90, 90, 0.8);
	-moz-box-shadow: 1px 0px 39px 0px rgba(96, 90, 90, 0.8);
	border-bottom-left-radius: 40px;
}

.table_dashboard__title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 8px 10px 8px 60px;
	background: rgb(68, 71, 137);
	background: linear-gradient(90deg, rgba(68, 71, 137, 1) 0%, rgba(82, 125, 190, 1) 100%);
}

.table_dashboard,
.table_dashboard__title {
	border-top-left-radius: 23px;
	border-top-right-radius: 23px;
}

.table_dashboard__data {
	padding: 0 60px 30px 60px;
}
.dashboard_reminder .table_dashboard__data a{
	white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    overflow: hidden !important;
}
.table_dashboard__data td {
	padding: 12px 5px;
}

.table_dashboard a {
	text-decoration: none;
}

.table_dashboard a:hover {
	text-decoration: underline;
}

.dashboard_latest_report {
	padding-bottom: 30px;
}

.dashboard_latest_report table {
	table-layout: auto;
}

.dashboard_latest_report .table_dashboard__data td {
	color: #324991;
	border-bottom: 1px solid #d3d0cc;
	padding: 15px 5px;
}

.dashboard_latest_report .col-1 {
	color: #333 !important;
	width: 105px;
}

.dashboard_latest_report .col-2 {
	width: 115px;
	padding-left: 11px !important;
}

.dashboard_latest_report a {
	color: #324991;
}



/* staffs */
.container_out.staff-list{
	padding-bottom: 0px;
}
.result_count {
	margin-bottom: 9px;
	letter-spacing: -1px;
}

.list_display {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.staffs {
	margin-top: -30px;
	/* padding-bottom: 100px; */
}

.staffs_table .table {
	width: 100%;
	margin-bottom: 40px;
}

.staffs_table .col-01 {
	width: 55px;
}

.staffs_table .col-01 input {
	cursor: pointer;
}

.staffs_table .col-02 {
	width: 80px;
}

.staffs_table .col-03 {
	width: 160px;
}

.staffs_table .col-04 {
	width: 265px;
}

.staffs_table .col-05 {
	width: 170px;
}

.staffs_table .col-b {
	padding: 6px;
	border-bottom-width: 1px;
}

.staffs_table th {
	border-radius: 7px;
	border: 2px solid;
	font-weight: 400;
	padding: 10px 0;
}

.staffs_table .col-02,
.staffs_table .col-03 {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.staffs_table .col-03,
.staffs_table .col-04 {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.staffs_table th {
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background-color: #454d8f;
}

.staffs_table th a {
	color: #ffffff;
}

.staffs_table td {
	font-size: 16px;
}

.staffs_table td a {
	font-size: 16px;
}

.staffs_table td {
	border: 2px solid #fff;
	text-align: center;
	padding: 24px 0 22px;
}

.staffs_table tr:nth-child(2n) td {
	background-color: #ededed;
}

.staffs_table .col-03,
.staffs_table .col-04 {
	text-align: left;
}

.staffs_table td.col-03 {
	font-weight: 700;
}

.staffs_table td.col-03 a {
	color: #454d8f;
}

.staffs_table td.col-06,
.staffs_table td.col-07,
.staffs_table td.col-08,
.staffs_table td.col-09 {
	color: #666666;
}



/* staff_detail */

.path {
	display: flex;
	justify-content: space-between;
	margin-bottom: 33px;
}

.path_left {
	font-size: 21px;
	font-weight: bold;
}

.path a {
	font-size: 15px;
	text-decoration: none;
}

.path a:hover {
	text-decoration: underline
}

.path a,
.path_arrow {
	color: #0135AA;
	font-weight: normal;
}

.path_arrow {
	font-size: 9px;
	padding: 0 10px 0 17px;
	position: relative;
	bottom: 2px;
}

.staff__tbl {
	width: 100%;
	margin-bottom: 30px;
}

.staff__tbl tr th {
	width: 382px;
	text-align: center;
	font-weight: 700;
	background: #E2E5EC;
	border-right: 17px solid #fff;
}

.staff__tbl tr th,
.staff__tbl tr td {
	border-bottom: 17px solid #fff
}

.staff__tbl input {
	width: 100%;
	height: 65px;
	border: 1px solid #E2E5EC;
	border-radius: 0;
	font-size: 17px;
	outline: none;
}

::-webkit-input-placeholder {
	/* Edge */
	color: #C2C3C4;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #C2C3C4;
}

::placeholder {
	color: #C2C3C4;
}

.staff_detail__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px
}

.staff__tbl01 input {
	width: auto;
	height: auto;
}

.staff__tbl01 tr th,
.staff__tbl01 tr td {
	font-size: 16px;
	border-bottom: 8px solid #fff
}

.staff__tbl01 tr td {
	color: #1A1A1A;
}

.staff_detail__radiolist {
	border: 1px solid #E2E5EC;
	padding: 10px 0 10px 27px;
}

.staff_detail__radiolist label {
	padding-right: 80px;
}

.staff_detail__radiolist label:last-child {
	padding-right: 0;
}

.staff_detail__radiolist input {
	margin-right: 10px;
}

.staff_button {
	text-align: center;
}

.staff__tbl01 {
	margin-bottom: 40px;
}

/* customers */
.customers {
	padding-top: 18px;
	padding-bottom: 100px;
}

.customers .list_display {
	margin-top: -30px;
}

.customers_table th {
	padding: 30px 0;
}

.customers_table .col-03 {
	padding-left: 20px;
	width: 370px;
}

.customers_table .col-04 {
	width: auto;
}

/* daily report remind */
.dailyreport_remind {
	clear: both;
}

.remind_text01 {
	color: #4d4d4d;
	font-size: 15px;
}

.remind_text01 a {
	color: #454d8f;
}

.remind_text01 p {
	margin-bottom: 15px;
}

.remind_text01 p:last-child {
	margin-bottom: 7px;
}

.dailyreport_remind_table th[colspan="2"] {
	width: 210px;
}

.dailyreport_remind_table th.fs12 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.dailyreport_remind_table .col-2 {
	width: 165px;
}

.dailyreport_remind_table .col-3 {
	width: 310px;
	text-align: left;
	padding-left: 25px;
}

.dailyreport_remind_table .col-4 {
	width: auto;
	text-align: left;
	padding-left: 25px;
}

.dailyreport_remind_table .col-5,
.dailyreport_remind_table .col-6 {
	width: 105px;
}

.dailyreport_remind_table tbody td {
	padding: 20px 0;
}

.dailyreport_remind__note .col-5 {
	width: 130px;
}

.remove_note {
	font-weight: 400 !important;
}

.dailyreport_remind__remind ._trigger_done,
.dailyreport_remind__remind ._trigger_remind {
	position: relative;
	top: 3px
}

.dailyreport_remind__remind ._trigger_done:hover,
.dailyreport_remind__remind ._trigger_remind:hover {
	opacity: .7
}

.dailyreport_remind__remind ._trigger_done span,
.dailyreport_remind__remind ._trigger_remind span {
	display: none
}

.dailyreport_remind__remind ._trigger_remind {
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(../images/icon-remind.png) center center no-repeat
}

.dailyreport_remind__remind ._trigger_done {
	width: 25px;
	height: 26px;
	display: inline-block;
	background: url(../images/icon-done.png) center center no-repeat
}

.dailyreport_remind__remind .priority ._trigger_remind {
	background-image: url(../images/icon-remind-white.png)
}

.dailyreport_remind__remind .priority ._trigger_done {
	background-image: url(../images/icon-done-white.png)
}


/* dailyreport_customer */
.w170 {
	width: 170px;
}

.w190 {
	width: 190px;
}

.w245 {
	width: 245px;
}

.daily_table th {
	padding: 0 5px;
}

.daily_table th a {
	color: #ffffff;
	text-decoration: underline;
}

.daily_table th a:hover {
	text-decoration: none;
}

.daily_table td {
	border-bottom: 1px solid #d3d0cc;
	padding: 17px 5px;
}

.daily_table td a {
	color: #324991;
	letter-spacing: -2px;
	text-decoration: underline;
}

.daily_table td a:hover {
	text-decoration: none;
}

.daily_table .table_dashboard__data {
	padding-bottom: 100px;
}


/*dailyreport_staff*/
.container_out.staff-report{
	padding-bottom: 0px;
}
.dailyreport_staff {
	padding-top: 50px;
}

.dailyreport_staff .table_dashboard__data {
	padding-bottom: 50px;
}
a#orderByRemider,
a#orderByCreated{
	font-weight: normal;
}
a#orderByRemider.active,
a#orderByCreated.active{
	font-weight: 900;
}

/* dr_detail */
.dr_detail {
	padding-bottom: 0;
}

.dr_detail .table_dashboard {
	margin-bottom: 0;
	position: relative;
}
.dailyreport_note.default-text-color{
	color: #333;
}
[class*="tag_"] {
	content: '';
	top: -3px;
	left: 21px;
	width: 29px;
	height: 54px;
	position: absolute;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.tag_on {
	background-image: url('../images/tag-on.png');
}

.tag_off {
	top: 0px;
	background-image: url('../images/tag-off.png');
}

.dr_detail .table_dashboard__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.dr_detail__p {
	display: flex;
	position: relative;
	width: calc(100% - 320px);
}

.datetime {
	font-weight: 900;
	width: 245px;
}

.dr_detail__p ._name {
	width: calc(100% - 240px);
	display: flex;
	flex-wrap: wrap;
}

.customers_name,
.staff_name {
	font-size: 15px;
	font-weight: 400;
	display: flex;
}

.dr_detail__p ._name .customers_name {
	position: relative;
	margin-right: 60px;
}

.dr_detail__p ._name .customers_name::before {
	content: '';
	position: absolute;
	width: 1px;
	top: 5px;
	bottom: 4px;
	right: -36px;
	border-left: 1px solid #fff;
}

.dr_detail__release {
	display: flex;
	margin-right: 5px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	align-items: center;
}

.dr_detail__release__des span {
	margin-left: 7px;
}

.dr_detail__release__des a {
	color: #fff;
	text-decoration: underline;
}

.dr_detail__release a:hover {
	text-decoration: none;
}

.dr_detail .table_dashboard__data {
	display: flex;
	flex-wrap: wrap;
	padding-right: 24px;
}

.dr_detail_row {
	width: 100%;
}

.dr_detail__btn {
	max-width: 208px;
	margin-top: -9px;
	margin-left: 4px;
}
.en .dr_detail__btn {
	max-width: 250px;
}
.dr_detail__btn a {
	display: block;
	font-size: 13px;
	color: #324991;
	border-radius: 36px;
	padding-left: 15px;
	text-align: center;
	border: 1px solid #324991;
	background: url('../images/icon10.png') center left 20px no-repeat;
}

.dr_detail__des_left {
	width: calc(100% - 325px);
	min-height: 320px;
	padding-top: 8px;
	padding-right: 30px;
	text-align: justify;
	line-height: 1.55;
	padding-bottom: 12px;
	border-right: 2px solid #dedcd9;
}

.dr_detail__des_left span {
	position: relative;
}

.dr_detail__des_left span::before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0;
	bottom: 2px;
	background-color: #e59733;
}

.tox-tinymce [class*="icon-"]::before{
	position: relative;
}

.tox .tox-tbtn{
	width: 34px !important;
}

.tox-tinymce [class*="btn-"]{
	min-width: 50px;
}

.tox-tinymce button[aria-label="Font sizes"],
.tox-tinymce button[aria-label="フォントのサイズ"]{
	min-width: 90px;
}

.tinycem_content span::before  {
	background-color: transparent;
}

.dr_detail__des_left .customers_name{
	float: left;
	background-color: #314b9f;
	border-radius: 6px;
	color: #fff;
	padding: 3px 10px;
	margin-bottom: 15px;
}
.dr_detail__des_left .customers_name span::before{
	background-color: transparent;
}
.dr_detail__des_left .customers_name span.sp02{
	display: none;
}
.ctmdtal_memo{
	clear: both;
}
.dr_detail__des_right {
	width: 325px;
	padding-left: 24px;
	padding-bottom: 12px;
}

.dailyreport_file {
	min-height: 170px;
}

.dailyreport_file_note {
	font-size: 16px;
	color: #b3b3b3;
	margin: 0 9px;
	padding-top: 5px;
}

.dailyreport_fileItem {
	background-color: #dadbdb;
	margin-bottom: 9px;
	border-radius: 16px;
	padding: 17px 17px 8px 20px;
	border-bottom-right-radius: 0;
}

.filename {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

.filename span {
	font-weight: 900;
	position: relative;
	z-index: 1;
}

.filename span::before {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 14px;
	left: 0;
	bottom: 2px;
	background-color: #e59733;
}

.filename span._red::before {
	background-color: #d14d3c;
}

.file_description {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.download a {
	color: #666666;
	font-size: 12px;
	letter-spacing: -1px;
}

.dailyreport_note {
	font-size: 16px;
	color: #b3b3b3;
	padding-top: 11px;
	border-top: 1px solid #e9e8e6;
	margin: 15px 9px;
}

/* dr-customerdetail */
.dr-customerdetail {
	padding-bottom: 100px;
}
.report-buttons{
	text-align: right;
    min-width: fit-content;
}
.release-report{
	display: inline-block;
}
/* bell */
.edit-report,
.icon_bell {
	width: 30px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
}

.remind_datetime {
	width: 100%;
	display: none;
	max-width: 340px;
	padding: 28px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px 6px rgba(151, 151, 151, 1);
	-moz-box-shadow: 0px 0px 10px 6px rgba(151, 151, 151, 1);
	box-shadow: 0px 0px 10px 6px rgba(151, 151, 151, 1);
	font-size: 13px;
	color: #443F35;
	position: relative;
}

.remind_datetime.active {
	display: block;
	position: absolute;
	right: 25px;
	top: 40px;
	background: #FEFEFD;
	z-index: 3;
}

.popup_close-img {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 12px;
}

.remind_datetime input[type="text"] {
	height: 30px;
	background-color: #EEEEEE;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	padding-left: 25px;
	font-size: 13px;
}

.remind_date input {
	background-image: url('../images/ico11.png');
	background-repeat: no-repeat;
	background-position: left 3px center;
}

.remind_datetime .remind_time input {
	background-image: none;
}

.remind_date {
	width: 150px;
	display: inline-block;
	margin-right: 10px;
}

.remind_time {
	width: 120px;
	display: inline-block
}

.remind_checkbox,
.remind__text02 {
	margin-bottom: 20px;
}

.displaynone {
	display: none;
}

.remind_checkbox label:first-child {
	margin-right: 10px;
}

.remind_checkbox label input {
	margin-right: 5px;
}

.remind__text01 {
	margin-bottom: 5px;
}

.remind_save {
	text-align: center;
}

.remind_save button {
	width: 110px;
	margin: 0 auto;
	text-align: center;
	background: #7581B8 url('../images/ico12.png') no-repeat left 15px center;
	color: #fff;
	padding: 8px 0;
	border: none;
}

.gj-timepicker-md [role=right-icon] {
	right: auto !important;
	top: 4px !important;
	left: 4px;
	width: 20px;
	height: 20px;
	background: url('../images/ico10.png') no-repeat left center;
}

.gj-icon.clock:before {
	display: none;
}

.remind_datetime .remind__text02 input {
	padding-left: 5px;
}

/* dailyreport-freeword */
.dr-freeword_note {
	font-size: 18px;
	color: #9e9e9e;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 590px;
}

/*dailyreport-registration*/
.registration_note {
	margin-top: 120px;
	padding-bottom: 20px;
	color: #433E33;
	font-size: 14px;
	line-height: 135%;
}

.registration_note a {
	color: #324991
}

.regis-btn_list {
	background: #F2F2F2;
	padding: 15px 35px;
}

.regis-btn_list p {
	display: inline-block;
}

.regis-btn_list p:first-child {
	margin-right: 2px;
}

.btn-sub,
.btn-sub:hover {
	border-radius: unset;
	border: none;
	min-width: 190px;
	font-size: 14px;
	padding: 15px 5px;
	background: linear-gradient(90deg, rgba(68, 71, 137, 1) 0%, rgba(82, 125, 190, 1) 100%);
	position: relative;
    cursor: pointer;
}

.btn-sub:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 18px;
	background-image: url('../images/ico17.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 45px;
	top: 15px;
}

.btn-sub.cl-blue {
	background: #7480B7;
}

.btn-sub.cl-blue::before {
	height: 23px;
	left: 30px;
	top: 11px;
	background-image: url('../images/ico16.png');

}

.dr-registration__block {
	padding: 20px 30px;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(204, 204, 204, 1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(204, 204, 204, 1);
	box-shadow: 0px 0px 5px 3px rgba(204, 204, 204, 1);
	margin-bottom: 10px;
}

.dr-registration__text01 {
	color: #433E33;
	font-size: 14px;
	margin-bottom: 5px;
}

.dr-registration__tbl tr th,
.dr-registration__tbl tr td {
	border-radius: 15px;
	border: 5px solid #fff;
	padding: 5px 0;
}

.dr-registration__tbl tr th {
	width: 100px;
	background: #E2E5EC;
	font-size: 14px;
	text-align: center;
}

.dr-registration__tbl tr td {
	background: #EDECED;
	color: #1A1A1A;
}

.dr-registration__tbl input,
.dr-registration__tbl textarea {
	width: 100%;
	border: none;
	background: #EDECED;
	outline: unset;
	color: #1A1A1A;
}

.dr-registration__tbl input {
	min-height: 40px;
}

.regis-text01 {
	min-height: 65px;
	padding-left: 20px;
	padding-top: 20px;
}

.dr-registration__file {
	display: flex;
	align-items: center;
}

.dr-registration__file p {
	display: inline-block;
}

.file-Capacity {
	font-size: 12px;
	color: #666666;
}

.dr-registration__tbl .regis-text02 {
	width: 100%;
	min-height: 175px;
	padding-left: 20px;
	padding-top: 30px;
	background: #F2F2F2;
	resize: vertical;
	font-size: 15px;
}

.text-sub01 {
	border: none;
	color: #F15A24;
	font-size: 15px;
	background: none;
	float: right;
}

.dr-registration__tbl .td-color01 {
	background: #F2F2F2;
}

.dr-registration__btn {
	overflow: hidden;
	margin-bottom: 20px;
}

.dr-registration__case02 .dr-registration__tbl th {
	font-size: 14px;
	color: #433E33;
}

.dr-registration__case02 .dr-registration__tbl input,
.dr-registration__case02 .dr-registration__tbl textarea {
	font-size: 15px;
	color: #999999;
}

.text-sub02 {
	color: #324991;
	margin-right: 15px;
}

.container_out.mt01 {
	margin-top: 35px;
	padding-bottom: 10px;
}

.dr-registration__tbl .row-01 {
	border: 8px solid #fff;
	border-radius: 27px;
}

.dr-registration__tbl .row-02 {
	border-bottom: 10px solid #fff;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 24px;
}

.dr-registration__tbl .row-03 {
	border-top: 12px solid #fff;
	border-bottom: 12px solid #fff;
	border-radius: 20px;
}

.dr-registration__tbl .row-04 {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.box {
	position: relative;
	width: 100%;
}

.box__input {
	height: 173px;
	width: 97%;
	margin: 0 auto;
	border: 3px dashed #BBB9B8;
	border-radius: 10px;
	align-items: center;
	display: flex;
	background-color: #EDECED;
}

.box.has-advanced-upload .box__icon,
.box__icon {
	display: none;
}

.box__file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.box__file+label {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	width: 100%;
	color: #666666;
}

.box__button {
	display: none;
}

.box.is-dragover .box__input {
	background-color: #faf9fa;
}

.file-add {
	width: 160px;
	padding-left: 30px;
}

.file-add .box__input {
	border: unset;
	background: transparent;
}

.file-add .box__file+label {
	color: #333333;
	font-size: 15px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.file-add .box__input {
	height: auto;
}
.dr-staffdetail .dr_detail__p{
	width:auto;
}
.dr-staffdetail .dr_detail__release__des{
	white-space: nowrap;
}
.dr-staffdetail .icon_bellready{
	width: 26px;
}
.edit-report-box{
	padding: 40px 0 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 0 39px 0 rgb(96 90 90 / 80%);
    -webkit-box-shadow: 1px 0 39px 0 rgb(96 90 90 / 80%);
    -moz-box-shadow: 1px 0 39px 0 rgba(96,90,90,.8);
    clear: both;
    width: 80%;
    max-width: 800px;
    position: absolute;
    z-index: 100;
    top: 5%;
    left: 20%;
}

.edit-report-box svg#icons{
	display: none;
}
.edit-report-box .table_report{
	width: 90%;
    margin: auto;
}
.edit-report-box .table_report table{
	border-collapse: separate;
    border-spacing: 7px;
}
.edit-report-box .table_report table td,
.edit-report-box .table_report table th{
	width: 120px;
    background: #E2E5EC;
    text-align: center;
    border-radius: 15px;
    padding: 5px 0;
	font-size:14px;
}
.edit-report-box .table_report table td{
	width: auto;
	background: #EDECED;
}

.edit-report-box .table_report table td.no-bg{
	background:unset;
}

.edit-report-box .table_report table td.no-bg.files{
	text-align: left;
}
.edit-report-box .table_report table td.no-bg.files input[type="file"]{
	display: none;
}
.edit-report-box .table_report table td .window_remind_setting__date{
	width: 100%;
}
.edit-report-box .table_report table td textarea,
.edit-report-box .table_report table td select,
.edit-report-box .table_report table td input{
	width: 98%;
    border: none;
    background: #EDECED;
    outline: unset;
    color: #1A1A1A;
	border-radius: 15px;
}
.edit-report-box .table_report table td textarea{
	padding: 20px;
}
.edit-report-box .table_report table td input[type="radio"]{
	width: auto;
    height: auto;
	min-height: 13px;
	margin-right: 10px;
}
.edit-report-box .table_report table td label{
	margin-right: 20px;
}
.edit-report-box .table_report table th.set-padding{
	padding: 13px 0;
}
.edit-report-box .table_report table td .btn-sub.btn-set{
	margin-right: 20px;
}
.edit-report-box .table_report table td .btn-sub.btn-set::before{
	left: 33px;
	background-image: url(../images/ico16.png);
	background-size: contain;
}
.en .edit-report-box .table_report table td .btn-sub.btn-set::before{
	left: 15px;
}
.edit-report-box .table_report table td .btn-sub.btn-del{
	background: linear-gradient(90deg, rgb(183 0 0) 0%, rgb(215 91 91) 100%);
}
.edit-report-box .table_report table td .btn-sub.btn-del::before{
	background: none;
}
.edit-report-box .table_report table td .btn-sub.btn-del svg{
	width: 20px;
    height: 20px;
    position: absolute;
    left: 55px;
    top: 13px;
}
.en .edit-report-box .table_report table td .btn-sub.btn-del svg{
	left: 46px;
}
.edit-report-box .table_report table td .file-item{
	text-align: left;
	padding: 1px 0;
}
.edit-report-box .table_report table td .file-item .file-add{
	display: inline-block;
    padding-left: 10px;
	min-width: 160px;
    max-width: 65%;
	width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.edit-report-box .table_report table td .file-item .file-Capacity{
	display: inline-block;
	overflow: hidden;
}
.edit-report-box .table_report table td .file-item a.remove-file{
	display: inline-block;
	color: #ff0000;
	text-decoration: none;
	overflow: hidden;
}
.edit-report-box .table_report table td a.add-file{
	display: inline-block;
	color: #0000ff;
	text-decoration: none;
	margin-left: 10px;
}
.edit-report-box .table_report table td .btn-sub.btn-del:hover,
.edit-report-box .table_report table td .btn-sub.btn-set:hover,
.edit-report-box .table_report table td a.add-file:hover,
.edit-report-box .table_report table td .file-item a.remove-file:hover{
	opacity: .7
}
.edit-report-box .table_report table td .error{
	display: block;
	margin-left: 10px;
	text-align: left;
}
.edit-report-box .table_report table td .select2-container{
	text-align: left;
	font-size: 16px;
}
.dashboard_date_time{
	background: rgb(68, 71, 137);
	background: linear-gradient(90deg, rgba(68, 71, 137, 1) 0%, rgba(82, 125, 190, 1) 100%);
	border-top-left-radius: 23px;
    border-top-right-radius: 23px;
	padding-bottom: 10px;
}
.dashboard_date_time h3{
	margin-bottom: 0px;
}

.dashboard_date_time ul{
	overflow: hidden;
	color: #fff;
	padding: 0px 60px 0px 60px;
}
.dashboard_date_time ul li{
	background-color: #6884bb;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	text-align: center;
	padding: 3px 0px;
}
.dashboard_date_time ul li:last-child{
	margin-right: 0px;
}
.dashboard_date_time ul li.li01{
	width: 105px;
}
.dashboard_date_time ul li.li02{
	width: 100px;
}
.en .dashboard_date_time ul li.li02{
	width: 190px;
}
.dashboard_date_time ul li.li03{
	max-width: 798px;
	width: calc(100% - 240px);
}
.en .dashboard_date_time ul li.li03{
	width: calc(100% - 320px);
}

/* マネジメント (Management) */
.page-management{
	background-color: #e8e8e8;
}
.page-management .management .customer-latest-visit-list,
.page-management .management .customer-search-table .customer-latest-date-search,
.page-management .management .customer-search-table .customer-visit-frequency-search{
	/* background-color: #f5f5f5; */
	background-color: #fff;
	border-radius: 10px;
}
.page-management .management .customer-search-table{
    display: inline-block;
    width: 40%;
    margin-right: 2%;
	vertical-align: top;
	min-width: 350px;
}
.page-management .management .customer-latest-visit-list{
    display: inline-block;
    width: 57%;
	vertical-align: top;
}

.page-management .management .customer-search-title{
    background: linear-gradient(90deg, rgba(70, 80, 145, 1) 0%, rgba(82, 125, 190, 1) 100%);
    color: #fff;
    padding: 5px 5px 5px 55px;
    border-radius: 10px 10px 0 0;
	position: relative;
}
.page-management .management .customer-search-title::before {
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	left: 15px;
    top: 3px;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: contain;
}
.page-management .management .customer-visit-frequency-search .customer-search-title::before{
	background-image:url(../images/percentage.png);
}
.page-management .management .customer-latest-date-search .customer-search-title::before{
	background-image:url(../images/date.png);
}
.page-management .management .customer-latest-visit-list .customer-search-title::before{
	background-image:url(../images/ranking.png);
	top: 7px;
}
.page-management .management .customer-search-content{
	min-height: 50px;
	margin-bottom: 20px;
    padding: 15px;
}
.page-management .management .field .select2-container--default .select2-selection--single {
    background: none;
    border: none;
}
.page-management .management .field{
	background: #EDECED;
    color: #1A1A1A;
	border-radius: 15px;
    border: 5px solid #fff;
    padding: 5px 0;
	width: 100%;
}
.page-management .management .field input[type="text"],
.page-management .management .field select {
    width: 100%;
    border: none;
    background: #EDECED;
    outline: unset;
    color: #1A1A1A;
}
.page-management .management .search-button{
	margin-top: 15px;
	text-align: center;
}
.page-management .management .search-button a.btn-blue{
	min-width: 170px;
	position: relative;
}
.page-management .management .search-button a.btn-blue::before{
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: -14px;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: contain;
	background-image: url(../images/ico04_on.png);
}
.page-management .management .search-form{
    margin-bottom: 2px;
}
.page-management .management .customer-search-content .search-result{
	width: 90%;
    margin: auto;
}
.page-management .management .customer-visit-frequency-search .search-result{
    width: 80%;
}
.page-management .management .searching-result{
	text-align: center;
	font-size: 20px;
    color: #485a9c;
    font-weight: bold;
}
.page-management .management .searching-result .number-report{
	font-size: 45px;
    font-weight: 400;
    margin-right: 5px;
}
.page-management .management .searching-result .small-size{
	font-size: 15px;
}
.page-management .management .searching-result span:nth-child(5){
	margin-left: 8px;
}
.page-management .management .searching-result span{
	display: inline-block;
}
.page-management .management .search-result a{
	color: #485a9c;
}
.page-management .management .search-result tbody td{
	padding: 17px 5px;
}

.page-management .management .customer-latest-visit-list .customer-search-content{
	padding: 15px 0;
}
.page-management .management .customer-latest-visit-list .customer-search-content .search-form{
	margin: 0 15px;
}
.page-management .management .customer-latest-visit-list .customer-search-content .search-result{
	width: 100%;
}
.page-management .management .customer-latest-visit-list .search-result tbody tr:nth-child(2n+1){
    background-color: #edeced;
}
.page-management .management .customer-latest-visit-list .search-result tbody tr td:nth-child(2){
    width: 50px;
	text-align: center;
}
.page-management .management .customer-latest-visit-list .search-result tbody tr td:nth-child(4){
	text-align: right;
}

.page-management .management .customer-latest-visit-list .search-result tbody tr td:first-child,
.page-management .management .customer-latest-visit-list .search-result tbody tr td:last-child{
	width: 15px;
}
.page-management .management .searching-customer{
	border-bottom: 2px dashed #9e9e9e;
    margin-bottom: 13px;
    text-align: left;
    font-size: 15px;
    color: #485a9c;
}
.page-management .management .question-mark{
	margin-left: 10px;
    font-weight: normal;
}
.page-management .management .arrow_down{
	margin-bottom: 10px;
}
.page-management .management .field.not-background{
	background: initial;
	padding-top: 0;
}
.page-management .management .field.not-background span{
	display: inline-block;
	padding-top: 5px;
}
.page-management .management .field.not-background span.window_remind_setting__time{
	width: 35%;
	min-width: 145px;
}
.page-management .management .field.not-background .options{
	width: 45%;
	min-width: 145px;
	margin-left: 20px;
}
.arrow_down{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #485a9c;
	font-size: 0;
	line-height: 0;
	margin: auto;
}
.question-mark{
	width: 26px;
	height: 26px;
	background-color: #edeced;
	border-radius: 50%;
	color: #485a9c;
}
.question-mark::before{
	content: "?";
}
.pentagon{
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 32px;
    border-top: 16px solid gold;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.pentagon:after{
    position: absolute;
    content: '';
    border-bottom: 16px solid gold;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: 16px;
    left: -8px;
}
.page-management .management .search-result tbody td[data-index="1"],
.page-management .management .search-result tbody td[data-index="2"],
.page-management .management .search-result tbody td[data-index="3"]{
	position: relative;
}
.page-management .management .search-result tbody td[data-index="1"] .pentagon::before,
.page-management .management .search-result tbody td[data-index="2"] .pentagon::before,
.page-management .management .search-result tbody td[data-index="3"] .pentagon::before{
    position: absolute;
    content: '1';
    top: -28px;
    left: 4px;
    z-index: 1;
}
.page-management .management .search-result tbody td[data-index="2"] .pentagon{
	border-top-color: silver;
}
.page-management .management .search-result tbody td[data-index="2"] .pentagon::after{
	border-bottom-color: silver;
}
.page-management .management .search-result tbody td[data-index="2"] .pentagon::before{
    content: '2';
}

.page-management .management .search-result tbody td[data-index="3"] .pentagon{
	border-top-color: #bea9a9;
}
.page-management .management .search-result tbody td[data-index="3"] .pentagon::after{
	border-bottom-color: #bea9a9;
}
.page-management .management .search-result tbody td[data-index="3"] .pentagon::before{
    content: '3';
}
.tips{
	display: none;
	text-align: center;
	position: absolute;
    width: 300px;
    background: #dfdfdf;
    border-radius: 10px;
    padding: 17px;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    z-index: 1;
    left: 15%;
}
.tips hr{
	width: 200px;
    margin: auto;
}
.tips ul{
	text-align: left;
    margin-top: 10px;
	line-height: initial;
}
@media only screen and (max-width:1075px) {
	.page-management .management .customer-latest-visit-list{
		width: calc(100% - 390px);
		min-width: 350px;
	}
}
@media only screen and (max-width:920px) {
	.page-management .management .customer-search-table,
	.page-management .management .customer-latest-visit-list{
		width: 100%;
	}
}
@media only screen and (max-width:895px) {
	.page-management .management .customer-search-content .search-result{
		width: 100%;
	}
}
@media only screen and (max-width:800px) {

	.page-management .management .customer-search-table{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.page-management .management .customer-latest-visit-list{
		width: 100%;
		margin-bottom: 30px;
	}

	.dr-staffdetail .dr_detail__p {
		width: calc(100% - 450px);
	}

	/* login */
	.login_title {
		padding: 30px 20px 30px 0;
		font-size: 90%;
	}

	.login {
		padding-bottom: 100px;
	}

	.login_box input {
		font-size: 95%;
		padding: 9px 0;
	}

	.login_box {
		max-width: 320px;
	}

	.login_box li {
		padding: 5px 0 18px;
	}

	.login_error {
		font-size: 90%;
	}

	.login_box button {
		width: 70%;
		font-size: 95%;
		padding: 12px 0;
		margin-top: 22px;
		margin-bottom: 50px;
	}

	a#orderByRemider{
		display: none;
	}
	a#orderByRemider.active, a#orderByCreated.active {
		font-weight: normal;
	}
	.login_link{
		margin-top: 50px;
		font-size: 90%;
	}
	.login_link h2{
		font-size: 110%;
		padding: 25px 0px;
		text-align: center;
	}
	.login_link_01{
		width: 90%;
	}
	.login_link ul{
		float: left;
		width: 45%;
	}
	.login_link ul li{
		padding-bottom: 5px;
	}
	.login_link ul.left{
		padding-right: 0px;
	}

	/* dashboard */
	.dashboard {
		padding-left: 0;
	}
	.dashboard_reminder .table_dashboard__data a{
		white-space: normal;
		text-overflow:unset;
	}
	.dashboard_reminder .table_dashboard__data a span{
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
		display: inline-block;
		overflow: hidden !important;
	}
	.container_infobox.dashboard-box{
		margin-top: unset;
	}

	.table_dashboard {
		font-size: 100%;
		border-bottom-left-radius: 30px;
	}

	.table_dashboard__title {
		padding-left: 13px;
	}

	.table_dashboard,
	.table_dashboard__title {
		border-top-left-radius: 17px;
		border-top-right-radius: 17px;
	}

	.table_dashboard__data {
		padding: 0 15px 35px 15px;
	}

	.dashboard_latest_report td {
		float: left;
	}
	.dashboard_latest_report .table_dashboard__data td{
		padding-bottom: 0;
	}

	.dashboard_latest_report .col-1,
	.dashboard_latest_report .col-2 {
		border-bottom: none !important;
	}

	.dashboard_latest_report .col-1 {
		width: 100%;
		/* max-width: 100px; */
	}

	.dashboard_latest_report .table_dashboard__data td.col-2 {
		padding-top: 0;
		width: 100%;
	}

	.dashboard_latest_report .col-3 {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		padding: 0 5px 25px !important;
	}


	/* staffs */
	.list_display {
		flex-wrap: wrap;
	}

	.list_display p {
		margin-bottom: 10px;
	}

	.delete_all {
		font-size: 90%;
		padding-top: 16px;
	}

	.staffs {
		margin-top: 40px;
	}

	.staffs_table {
		overflow-x: auto;
	}

	.staffs_table .table {
		width: 1000px;
	}

	.staffs_table .col-01 {
		width: 55px;
	}

	.staffs_table .col-02 {
		width: 65px;
	}

	.staffs_table .col-03 {
		width: 145px;
	}

	.staffs_table .col-04 {
		width: 235px;
	}

	.staffs_table .col-05 {
		width: 150px;
	}

	.staffs_table th {
		font-size: 95%;
	}

	/* staff_detail */
	.staff_detail,
	.customers_detail {
		padding-top: 30px;
		padding-bottom: 100px;
	}

	.path {
		display: block;
		margin-bottom: 25px;
	}

	.path_left {
		font-size: 105%;
		margin-bottom: 10px;
	}

	.path_arrow {
		padding: 0 2%;
	}

	.staff__tbl tr th,
	.staff__tbl tr td {
		border-bottom: 10px solid #fff;
		font-size: 95%;
	}

	.staff__tbl tr th {
		width: 39%;
		border-right: 10px solid #fff;
	}

	.staff__tbl input {
		height: 50px;
		font-size: 90%;
	}

	.staff_detail__title {
		font-size: 100%;
		margin-bottom: 15px;
	}

	.staff_detail__radiolist {
		padding: 5px 0 5px 3%;
	}

	.staff__tbl01 {
		margin-bottom: 25px;
	}

	.staff_detail__radiolist input {
		height: auto;
	}

	.staff_detail__radiolist label {
		padding-right: 0;
		display: block;
	}

	/* customers */
	.customers {
		padding-top: 40px;
	}

	.customers .list_display {
		margin-top: 0;
	}

	.customers_table .table {
		width: 850px;
	}

	.customers_table .col-03 {
		width: 300px;
	}

	.customers_table .col-04 {
		width: auto;
	}



	/* daily report remind */
	.dailyreport_remind {
		margin-top: 50px;
		padding-bottom: 100px;
	}

	.remind_text01 {
		font-size: 100%;
		margin-bottom: 50px;
		margin-top: 40px;
	}

	.dailyreport_remind_table tbody td {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}


	/* dailyreport_customer */
	.w190 {
		width: 145px;
	}

	.w245 {
		width: 200px;
	}

	.w170 {
		width: 140px;
	}

	.dailyreport_customer {
		padding-left: 0;
	}

	.daily_table {
		overflow-x: auto;
	}

	.daily_table_row {
		width: 900px;
	}

	.daily_table .table_dashboard__title {
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.daily_table .table_dashboard__data {
		padding-bottom: 35px;
	}


	/* dr_detail */
	.icon_bell {
		width: 35px;
		margin-right: 0;
	}

	.dr_detail .table_dashboard__title {
		flex-wrap: wrap;
	}

	.dr_detail__p {
		flex-wrap: wrap;
		width: calc(100% - 90px);
	}
    #freeword-list-block .dr_detail__p {
		flex-wrap: wrap;
		width: calc(100% - 90px);
	}
	.dr-staffdetail .dr_detail__p {
		width: calc(100% - 90px);
	}
	.dr-staffdetail .dr_detail__release__des{
		white-space: unset;
	}
	.dr-staffdetail .dr_detail__release__des a{
		white-space: nowrap;
	}

	.dr_detail .table_dashboard__data {
		flex-wrap: wrap;
		padding-right: 15px;
	}

	.dr_detail__des_left {
		width: 100%;
		padding: 0;
		border: none;
		min-height: auto;
		margin-bottom: 22px;
	}

	.dr_detail__des_right {
		width: 100%;
		padding-left: 0;
		max-width: 340px;
		margin: 0 auto;
	}

	[class*="tag_"] {
		top: -4px;
		left: auto;
		width: 30px;
		right: 60px;
	}

	.dr_detail__p {
		font-size: 92%;
	}

	.dr_detail .tag_off+.table_dashboard__title {
		flex-wrap: wrap;
	}

	.dr_detail .table_dashboard__title .dr_detail__release {
		font-size: 75%;
		margin-right: 0;
		margin-left: 0;
		padding-right: 10px;
	}

	.dr_detail .tag_off+.table_dashboard__title .dr_detail__p {
		margin-bottom: 10px;
	}

	.dr_detail .tag_off+.table_dashboard__title .icon_bell a {
		margin-right: 0;
	}

	.customers_name,
	.staff_name {
		font-size: 90%;
	}

	.staff_name {
		margin-left: 0;
	}

	.staff_name::before {
		content: none;
	}

	.datetime {
		margin-right: 15px;
	}

	.dr_detail__p ._name {
		width: 100%;
	}

	.dr_detail__p ._name .customers_name {
		margin-right: 20px;
	}

	.dr_detail__p ._name .customers_name::before {
		content: none;
	}

	.download {
		position: relative;
		padding-left: 20px;
	}

	.download:before {
		content: '';
		display: inline-block;
		width: 1px;
		height: 65px;
		background: #fff;
		position: absolute;
		left: 5px;
		top: -32px;
	}

	.download a {
		padding-left: 33px;
		position: relative;
	}

	.download a:before {
		content: '';
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url('../images/ico15.png') no-repeat center center;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.file_description {
		flex-direction: row;
		justify-content: flex-end;
	}

	.filename {
		font-size: 90%;
		border-bottom: none;
		padding-bottom: 0;
		width: 73%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.dailyreport_fileItem {
		padding: 10px 2%;
		border-bottom-right-radius: 10px;
	}

	.dr-staffdetail {
		padding-bottom: 70px;
	}

	.remind_datetime {
		padding: 15px;
	}

	.remind_date {
		width: 50%;
		margin-right: 2%;
	}

	.remind_time {
		width: 40%;
	}

	.dailyreport_file {
		min-height: 50px;
	}

	/* dailyreport-freeword */
	/* .dr-freeword .dr_detail .table_dashboard__title {
		flex-wrap: nowrap;
	}

    .dr-freeword .dr_detail .tag_on+.table_dashboard__title {
		flex-wrap: wrap;
	}*/

	.dr-freeword_note {
		font-size: 100%;
		min-height: 450px;
	}

	.dr_detail__btn {
		margin-top: 0;
		margin-bottom: 10px;
	}

	/*dailyreport-registration*/
	.registration_note {
		margin-top: 30px;
		font-size: 90%;
		line-height: 150%;
	}

	.registration_note a {
		display: block;
	}

	.regis-btn_list p:first-child {
		margin-right: 5px;
	}

	.regis-btn_list {
		padding: 10px 3%;
		background: #C7C7C7;
	}

	.regis-btn_list p {
		width: 48.5%;
		max-width: 190px;
	}

	.btn-sub,
	.btn-sub:hover {
		width: 100%;
		min-width: 100%;

	}

	.btn-sub.cl-blue::before {
		left: 15px;
	}

	.btn-sub:before {
		left: 25px;
	}

	.container_out.mt01 {
		margin-top: 25px;
		width: 100%;
	}

	.dr-registration__text01 {
		font-size: 95%;
		margin-bottom: 0;
		padding: 10px 15px;
		background: #F2F2F2;
	}

	.dr-registration__tbl tr th,
	.dr-registration__tbl tr td {
		border-radius: unset;
		border-bottom: 5px solid #F2F2F2;
		border-top: unset;
		border-right: unset;
		border-left: unset;
	}

	.dr-registration__tbl input,
	.dr-registration__tbl tr td,
	.dr-registration__tbl textarea,
	.dr-registration__tbl .td-color01,
	.dr-registration__tbl .regis-text02 {
		background: #fff;
		font-size: 90%;
	}

	.dr-registration__tbl .regis-text02 {
		padding-top: 10px;
		padding: 10px 20px;
		min-height: 225px;
		resize: unset;
	}

	.dr-registration__tbl tr:last-child td {
		border-bottom: unset;
	}

	.dr-registration__btn {
		margin-bottom: 20px;
		background: #F2F2F2;
		padding: 15px;
	}

	.dr-registration__case02 .dr-registration__tbl th {
		font-size: 90%;
	}

	.dr-registration__tbl .row-02 {
		border-bottom: 5px solid #F2F2F2;
		border-bottom-left-radius: unset;
		border-bottom-right-radius: unset;
	}

	.dr-registration__tbl .row-03 {
		border-top: 5px solid #F2F2F2;
		border-bottom: 5px solid #F2F2F2;
		border-radius: unset;
	}

	.dr-registration__block {
		overflow-x: auto;
		overflow-y: hidden;
		padding: 5px 0;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}

	.dr-registration__tbl {
		overflow-x: scroll;
		width: 800px;
	}

	.dr-registration__tbl .row-01 {
		border: unset;
		border-radius: unset;
	}

	.dr-registration__tbl .border-smp {
		border-left: 5px solid #F2F2F2;
	}

	.regis-text01 {
		min-height: 55px;
		padding-top: 11px;
	}

	.dr-registration__case02 .dr-registration__tbl input,
	.dr-registration__case02 .dr-registration__tbl textarea {
		font-size: 90%;
	}

	.box__input {
		height: 105px;
		width: 94%;
	}

	.box__file+label {
		font-size: 90%;
	}

	.file-add {
		width: 42%;
		max-width: 140px;
		padding-left: 2%;
	}
	.dashboard_date_time{
		padding-bottom: 0px;
	}
	.dashboard_latest_report .col-2{
		padding-left: 5px !important;
	}
	.dashboard_latest_report td span.sp1{
		padding-right: 10px;
	}
	.dr-customerdetail .dr_detail__des_left .customers_name,
	.dr-customerdetail .dr_detail__des_left .customers_name .p01{
		width: auto;
	}
}

@media only screen and (max-width:685px) {
	.login_link ul {
		width: 40%;
	}

	#box_start_time {
		width: 38%;
	}

	#box_due_time {
		width: 38%;
	}
}
@media only screen and (max-width:630px) {
	.login_link ul {
		width: 100%;
	}
}
@media only screen and (max-width:420px) {

	.dr_detail .table_dashboard__title .dr_detail__release {
		padding-right: 0;
	}

	.remind_datetime.active {
		right: 0;
		left: 0;
		top: 65px;
		margin: 0 auto;
	}
}

.calender-icon-clear{
	padding-top: 1%;
	padding-left: 1%;
	cursor: pointer;
}

.calender-icon-between{
	padding: 1% 2% 0 2%;
}