.app-header .dropdown-menu a:hover {
	text-decoration: none;
}

table {
	table-layout: fixed;
	margin-bottom: 0!important;
}
table.table--customers {
	table-layout: auto!important;
}
ul.pagination {
	margin-top: 1.5rem;
	margin-bottom: 0!important;
}
table th,
table td {
	word-break: keep-all;
}
table th,
table td {
	word-break: keep-all;
}
table tr[data-link] {
	cursor: pointer;
}
table tr[data-link]:hover {
	background-color: #f5f5f5;
}
th.tw50 {
	width: 50px;
}
th.tw60 {
	width: 60px;
}
th.tw80 {
	width: 80px;
}
th.tw100 {
	width: 100px;
}
th.tw120 {
	width: 120px;
}
th.tw150 {
	width: 150px;
}
td.insurance-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
th.table-menu {
	width: 50px;
}
th.table-menu ,
td.table-menu {
	text-align: center;
}
th.table-menu i ,
td.table-menu i {
	font-size: 16px;
}
td.table-menu i {
	color: #20a8d8;
}
td.table-menu i:hover {
	color: #167495;
}
.btn.card-header-change {
	font-size: 12px;
	padding: 0 .75rem;
}
.cursor-pointer {
	cursor: pointer;
}
.align-height {
	display: flex;
}
.align-height .card {
	width: 100%;
}
.dashboardCard__title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3em;
	margin-bottom: .5rem;
}
.dashboardCard__icon {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboardCard__num {
	font-size: 36px;
	line-height: 1;
	margin-bottom: .666rem;
}
.badge.special {
	font-size: 14px;
	margin-bottom: .5rem;
	font-weight: normal;
	padding: .4em .5em;
}
.badge.info-category {
	width: 100%;
	padding: 0.5em 0;
}
.badge.badge-info {
	color: #FFF;
}
.list-group-item {
	padding: .75rem!important;
}
.form-check-inline {
	margin-right: 1.5rem!important;
}
.customer__avatar .img-avatar {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
}
.header__avatar {
	width: 35px;
	height: 35px;
	object-fit: cover;
	border-radius: 50%;
}
.chat {
	display: flex;
	height: calc(100vh - 197px);
}
.chatSide {
	flex-basis: 306px;
	width: 306px;
	scrollbar-width: thin;
	overflow-y: scroll;
}
.chatMain {
	display: flex;
    flex-direction: column;
	flex-basis: 100%;
	overflow: hidden;
	background-color: #FFF;
}
.chatList {
	width: 304px;
	cursor: pointer;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 40vh;
}

.chatList__item {
	position: relative;
	width: 300px;
	display: flex;
	align-items: center;
	padding: 16px 20px;
}
.chatList__item.current,
.chatList__item:hover {
	background-color: #eee;
}
.chatList__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 260px;
	height: 1px;
	background-color: #c8ced3;
}
.chatList__item:last-child::after {
	display: none;
}
.chatList__avatar {
	flex-basis: 40px;
	width: 40px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
}
.chatList__avatar .img-avatar {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.chatList__avatar img {
	width: 100%;
}
.chatList__info {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 204px;
	width: 204px;
}
.chatList__infoTop {
	flex-basis: 204px;
	max-width: 204px;
	display: flex;
	justify-content: space-between;
}
.chatList__infoBottom {
	flex-basis: 204px;
	max-width: 204px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chatList__name {

}
.chatList__date {
	font-size: 12px;
	color: #6c757d;
}
.chatList__message {
	flex-basis: 170px;
	overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6c757d;
}
.chatList__unread {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #59A949;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
.chatMessages {
	flex: 1 1 auto;
	padding: 16px 20px 40px;
	scrollbar-width: thin;
	overflow-y: scroll;
  display: flex;
  flex-direction: column-reverse;
}
.chatMessages__head {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #6c757d;
	margin: 8px 0;
	clear: both;
}
.chatMessages__head::before,
.chatMessages__head::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #c8ced3;
	display: block;
}
.chatMessages__head::before {
	margin-right: 1em;
}
.chatMessages__head::after {
	margin-left: 1em;
}
.chatMessages__block {
	display: flex;
	align-items: flex-start;
	clear: both;
  width: 100%;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.chatMessages__block:hover {
  background-color: #FAFAFA;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.chatMessages__avatar {
	flex-basis: 40px;
	width: 40px;
	padding-top: 16px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
}
.chatMessages__avatar img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.chatMessages__desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
	flex-basis: calc(100% - 56px);
	padding: 16px 0;
}
.chatMessages__info {
	display: flex;
	margin-bottom: 4px;
	font-size: 0;
}
.chatMessages__block--partner .chatMessages__info {
	justify-content: flex-end;
}
.chatMessages__name {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__readStatus {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__date {
	display: inline-block;
	font-size: 12px;
	color: #6c757d;
	margin-right: 8px;
}
.chatMessages__status .fa-bookmark {
  color: #59A949;
}
.chatMessages__status {
	display: flex;
	margin: 0 4px 0 -4px;
}
.chatMessages__status__icon {
	margin: 0 4px;
}
.chatMessages__status__icon i {
	font-size: 16px;
}
.chatMessages__text {
	background-color: #86E34C;
	padding: 8px 12px;
	border-radius: 6px;
	line-height: 1.5;
	max-width: 334px;
	word-break: break-all;
}
.chatMessages__text.chatMessages__text--img {
	background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.chatMessages__block--partner .chatMessages__text.chatMessages__text--img{
	background-color: transparent;
}

.chatMessages__text__image {
  flex-basis: calc(100% - 60px);
  cursor: pointer;
}
.chatMessages__text__image__icon {
  margin-left: 12px;
  background-color: #e7e7e7;
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.chatMessages__text__image__icon i{
  color: #888;
}
.chatMessages__text__image__icon:hover {
  opacity: .8;
}
.chatMessages__text__image__icon.chatMessages__text__image__icon--left {
  margin-left: 0;
  margin-right: 12px;
}
.chatMessages__text.chatMessages__text--file{
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: .8;
}
.chatMessages__text.chatMessages__text--file .chatMessages__text__filename {
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  max-width: 260px;
}

.chatMessages__text__fileIcon {
	border: 1px solid #c3c3c3;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.chatMessages__block--customer .chatMessages__text__fileIcon {
	border: 1px solid #fff;
}
.chatMessages__text__fileIcon i{
  font-size: 24px;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--excel i {
  color: #227447;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--word i {
  color: #2a579a;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--powerpoint i {
  color: #b7472a;
}
.chatMessages__text__fileIcon.chatMessages__text__fileIcon--pdf i {
  color: #F50802;
}



.chatMessages__text__fileDownload {
  color: #20a8d8;
  cursor: pointer;
}
.chatMessages__block--customer .chatMessages__text {
  margin-right: auto;
}
.chatMessages__block--partner .chatMessages__text {
  margin-left: auto;
	background-color: #ebebeb;
}
.chatMessages__text.chatMessages__text--img img {
  border-radius: 6px;
}
.chatMessages__text.chatMessages__text--img {
  padding:0;
}
.chatMessages__text.chatMessages__text--img .chatMessages__text__filename {
  padding: 8px;
  font-size: 16px;
}

/*.chatMessages__block--partner .chatMessages__avatar,
.chatMessages__block--partner .chatMessages__name {
.chatMessages__block--partner .chatMessages__avatar {
	display: none;
}
*/
.chatMessages__block--partner .chatMessages__desc {
	flex-basis: 100%;
}
.chatMessages__block--partner .chatMessages__info {
	text-align: right;
}
.chatMessages__actions {
  position: absolute;
  left: 0;
  bottom: -31px;
  z-index: 9998;
  display: none;
}
.chatMessages__actions.chatMessages__actions--partner {
  left: inherit;
  right: 0
}
.chatMessages__block:hover .chatMessages__actions,
 .chatMessages__actions:hover,
.chatMessages__actions.shown {
  display: block;
}
.chatMessages__actions ul {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.chatMessages__actions.chatMessages__actions--partner ul {

}
.chatMessages__actions li {
  font-size: 12px;
  padding: 6px 12px;
  cursor: pointer;
}
.chatMessages__actions li:hover {
  background-color: #eee;
}
.chatMessages__actions li i {
  margin-right: 6px;
}
.chatMessages__actions li .fa-bookmark{
  color: #59A949;
}

.chatMessages__linkCard {
  display: flex;
  margin-top: 8px;
  max-width: 240px;
  justify-content: center;
  border-radius: 8px;
  background-color:  #ebebeb;
}
.chatMessages__block--customer .chatMessages__linkCard {
  margin-right: auto;
}
.chatMessages__block--partner .chatMessages__linkCard {
  margin-left: auto;
}
.chatMessages__linkCard a{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.linkCard__image {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 8px;
}
.linkCard__info {
  background-color: #86E34C;
  padding: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
}
.chatMessages__linkCard.chatMessages__linkCard--noImage .linkCard__info {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.chatMessages__block--customer .linkCard__info {
  margin-right: auto;
}
.chatMessages__block--partner .linkCard__info {
  margin-left: auto;
}
.linkCard__info__title {
  color: #23282c;
  font-weight: bold;
  margin-bottom: 2px;
  display: flex;
}

.linkCard__info__description {
  font-size: 12px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.edittingMessage {
  background-color: #999;
  height: 28px;
  padding: 2px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edittingMessage p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
}
.edittingMessage i {
  color: white;
  z-index: 9999;
  font-size: 15px;
}



.chatForm {
	justify-content: flex-end;
	border-top: 1px solid #c8ced3;
	padding: 0;
	font-size: 0;
  position: relative;
}
.chatForm .EmojiPickerReact {
  position: absolute!important;
  top: -340px;
  left: 0;
  z-index: 9999;
}
.chatForm .EmojiPickerReact .epr-emoji-category-label {
  font-size: 14px;
}


.chatForm__block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 12px;
	border-bottom: 1px solid #c8ced3;
}
.chatForm__block__tools {
	display: flex;
	align-items: center;
	margin: 0 -8px;
}
.chatForm__tool {
	margin: 0 8px;
}
.chatForm__tool i {
	font-size: 16px;
	cursor: pointer;
}
.chatForm__block__button {

}
.chatForm textarea {
	width: 100%;
	min-height: 50px;
	max-height: calc((100vh - 197px) / 2 - 35px);
	border: none;
	resize: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 14px 12px 15px;
	overflow-y: auto;
}
.chatForm__sent {
	font-size: .75rem!important;
	color: #fff!important;
	background-color: #20a8d8!important;
	border: none!important;
	border-radius: 2px!important;
	height: 26px!important;
	line-height: 26px!important;
	padding: 0 12px!important;
}
.chatForm__sent i {
	color: #fff;
}


.chatList::-webkit-scrollbar-track,
.chatSide::-webkit-scrollbar-track,
.chatMessages::-webkit-scrollbar-track,
.chat--bulk .chatList::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px;
}
.chatList::-webkit-scrollbar,
.chatSide::-webkit-scrollbar,
.chatMessages::-webkit-scrollbar,
.chat--bulk .chatList::-webkit-scrollbar {
width: 6px;
background-color: #F5F5F5;
}
.chatList::-webkit-scrollbar-thumb,
.chatSide::-webkit-scrollbar-thumb,
.chatMessages::-webkit-scrollbar-thumb,
.chat--bulk .chatList::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #ccc;
}



.modal-dialog.modal-group-dialog {
	max-width: 660px;
	min-width: 400px;
}
.modal-group-message {
	word-break: break-all;
}
.modal-group-message-text {
	padding: 16px 20px 0;
}
.modal-dialog.modal-bulk-dialog {
	max-width: 660px;
}
.modal-bulk-message {
	word-break: break-all;
}
.modal-bulk-customer {
	margin-bottom: 16px;
}
.modal-bulk-customer-list {
	display: flex;
	flex-wrap: wrap;
	max-height: 432px;
	overflow-y: scroll;
}
.modal-bulk-customer-list .chatList__item {
	flex-basis: 50%;
	width: auto;
}
.modal-bulk-customer-list .chatList__item:hover {
	background-color: transparent;
}

.modal-bulk-customer-list .chatList__item:last-child::after {
	display: block;
}
.modal-bulk-message-text {
	padding: 16px 20px 0;
}
@media screen and (max-width: 480px) {
	.modal-bulk-customer-list .chatList__item {
		flex-basis: 100%;
	}
	.modal-bulk-customer-list {
		max-height: 360px;
	}

}


.article__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article__date {
	color: #909090;
}
.article__head .badge.info-category {
	display: flex;
	padding: 0.5em;
	width: auto;
}
.article__title {
	flex-basis: 100%;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	table {
		table-layout: auto;
	}
}
@media screen and (max-width: 480px) {
	.table th {
		padding: 4px 12px!important;
	}
	.table td {
		padding: 10px 12px!important;
		font-size: 14px!important;
	}
	.main .container-fluid {
		padding: 0 16px!important;
	}
	.card-body {
		padding: 16px!important;
	}
	.chat {
		display: block;
		position: relative;
		width: 100%;
		overflow: hidden;
		height: calc(100vh - 197px);
	}
	.chatSide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.chatSide.hide {
		left: -100%;
	}
	.chatList {
		width: 100%;
	}
	.chatList__item {
		width: 100%;
	}
	.chatList__info {
		flex-basis: calc(100% - 56px);
		width: calc(100% - 56px);
	}
	.chatList__infoTop {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	.chatList__infoBottom {
		flex-basis: 100%;
		max-width: 100%;
	}
	.chatList__item::after {
		right: 20px;
		width: calc(100% - 40px);
	}
	.chatMain {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
	}
	.chatMain.show {
		left: 0;
	}
	.chat--bulk .chatList {
		max-height: calc(100vh - 304px);
	}
	.chat--bulk .chatList__item {
		flex-basis: 100%;
		margin-top: 0;
		border-top: none;
		border-right: none;
	}

}
article.information {

}
.information__meta {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.information__meta .badge.info-category {
	width: auto;
	padding: .5em 1em;
}
.information__title {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5em;
}
.information__body {

}
.pagination--information {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.paginationInformation--back {
	text-align: center;
}
.paginationInformation--next {
	text-align: right;
}
@media screen and (max-width: 480px) {
	.paginationInformation .btn {
		width: 100%;
		margin-bottom: 1em;
	}
	.paginationInformation--back {
		order: 3;
	}
	.paginationInformation--next {
		order: 2;
	}
}

.modal {
	display: flex!important;
	justify-content: center;
}
.modal-dialog.insurance-modal {
	max-width: 90vw;
        min-width: 200px;
	display: inline-block;
}
.modal-dialog.insurance-modal.expand {
	max-width: 90vw;
}
.insurance-img-wrapper img {
	width: 100%;
	max-height: 75vh;
}

.upload--avatar .img-avatar {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}


textarea.form-control.placeholder {
  color: #AFAFAF;
}


.btngroup--qr button {
	margin: 0 .5rem;
}
@media screen and (max-width: 480px) {
	.btngroup--qr {
		flex-wrap: wrap;
	}
	.btngroup--qr button {
		flex-basis: 100%;
		margin: 0 0 .5rem;
	}
	.btngroup--qr button:last-of-type {
		margin: 0;
	}
}
.firstAccess {
	width: 100%;
	height: 100vh;
	color: #333;
}
.firstAccess__top {
	height: calc(100vh - 240px);
	padding: 48px;
	display: flex;
	justify-content: center;
}
.firstAccess__terms {
	width: 100%;
	max-width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: calc(100vh - 336px);
	margin-right: 48px;
	overflow-y: scroll;
	padding: 16px;
}
.firstAccess__policy {
	width: 100%;
	max-width: 500px;
	border: 1px solid #ccc;
	background-color: #fff;
	height: calc(100vh - 336px);
	overflow-y: scroll;
	padding: 16px;
}
.firstAccess__head {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 1em;
}

.firstAccess__bottom {
	height: 240px;
}
.firstAccess__check {
	text-align: center;
	margin-bottom: 48px;
}
.firstAccess__button {
	display: flex;
	justify-content: center;
}
.firstAccess__button .btn {
	width: 180px;
}
.firstAccess__button .btn-danger {
	margin-right: 48px;
}
@media screen and (max-width: 480px) {
.firstAccess {
	height: auto;
}
.firstAccess__top {
	height: auto;
	padding: 24px;
}
.firstAccess__top {
	flex-wrap: wrap;
}
.firstAccess__terms {
	max-width: 100%;
	margin-bottom: 24px;
	margin-right: 0;
	height: 240px;
}
.firstAccess__policy {
	max-width: 100%;
	height: 240px;
}
.firstAccess__check {
	margin-bottom: 48px;
}
.firstAccess__button {
	flex-wrap: wrap;
	padding: 0 24px;
}
.firstAccess__button .btn {
	width: 100%;
}
.firstAccess__button .btn-danger {
	margin-right: 0;
	margin-bottom: 16px;
}


}

.terms__block {
	font-size: 12px;
	margin-bottom: 2rem;
}
.terms__head {
	margin-bottom: 1em;
	font-weight: bold;

}
.terms__subBlock {
	margin-bottom: 1em;
	line-height: 2;
}
.terms__numIndent {
	margin-right: 1em;
}
.terms__text {

}



/*munehara追加中*/
th.table-action, td.table-action {
}
th.table-action i, td.table-action i{
	font-weight: bold;
}
th.table-action.danger i, td.table-action.danger i{
	color: #f86c6b;
}
.insurance__item__list.row td {
	vertical-align: middle;
}

.slick-prev:before, .slick-next:before {
	  color: black!important;
}
.slick-track {
	margin-left: 0!important;
	margin-right: 0!important;
}
.slick-slide {
	padding: 0 0.5rem;
}

.upload--image-list--item--image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.upload--image-list--item-icon {
	font-size: 1rem;;
}
.upload--image-list--item-icon.danger {
	color: #f86c6b;
}
.upload--image-list--item-icon.danger i{
	font-weight: bold;
}
.upload--insurance--action {
	display: flex;
	justify-content: end;
}

.tableEntryError thead tr th {
	vertical-align: middle;
}
.tableWithCarousel tbody tr td {
	vertical-align: top!important;
}
.tableWithCarousel tbody tr td.table-action i {
	cursor: pointer;
}
.slick-slide img {
	width: 120px!important;
	height: 180px!important;
	object-fit: cover;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.slider-container .regular.slider img {
		width: 90px!important;
		height: 135px!important;
		object-fit: cover;
		margin-right: 12px;
	}
	.slider-container .regular.slider {
		display: flex;
    	flex-wrap: nowrap;
	}
	.slider-container .regular.slider img:last-of-type {
		margin-right: 0;
	}
	.slick-slide {
	    padding: 0 0.5rem!important;
	}
	.th--carousel {

	}
}

.modal--upload {
	max-width: inherit!important;
	width: 90vw!important;
	margin: auto!important;
}
.modal--upload .modal-content {
	height: 100%;
	min-height: 90vh!important;
}
.upload__box {
	display: flex;
	flex-wrap: wrap;
}
.upload__box .upload__item {
	position: relative;
	width: 200px;
	height: 200px;
	margin-right: 24px;
	margin-bottom: 24px;
}
.upload__box .upload__item img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	cursor: pointer;
}
.upload__box .upload__item:hover img {
	opacity: .7;
}
.upload__box .upload__icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: none;
}
.upload__box .upload__item:hover .upload__icon {
	display: block;
}
.upload__box .upload__icon i {
	color: #f86c6b;
	font-size: 24px;
	font-weight: bold;
}
.upload__box .upload__btn {
	position: relative;
	width: 200px;
	height: 200px;
	border: 4px dashed #20a8d8;
	border-radius: 8px;
	cursor: pointer;
}
.upload__box .upload__btn i {
	position: absolute;
	font-size: 48px;
	color: #20a8d8;
	font-weight: bold;
	top: calc(50% - 24px);
	right: calc(50% - 24px);
}

@media screen and (max-width: 1024px) {
	.upload__box .upload__item,
	.upload__box .upload__item img,
	.upload__box .upload__btn {
		width: 180px;
		height: 180px;
	}
	.upload__box .upload__item .upload__icon {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.upload__box .upload__item,
	.upload__box .upload__item img,
	.upload__box .upload__btn {
		width: 120px;
		height: 120px;
	}
	.upload__box .upload__btn i {
		position: absolute;
		font-size: 24px;
		color: #20a8d8;
		font-weight: bold;
		top: calc(50% - 12px);
		right: calc(50% - 12px);
	}
	.upload__box .upload__icon {
		top: 12px;
		right: 12px;
	}
}
.id__row {
	margin-left: 0!important;
	margin-right: 0!important;
}
.id__flex {
	justify-content: space-between;
}
.id__flex .card {
	flex: 0 0 49%;
	max-width: 49%;
}
@media screen and (max-width: 750px) {
	.id__flex .card {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sp__order01 {
		order: 1;
	}
	.sp__order02 {
		order: 2;
	}
	.sp__order03 {
		order: 3;
	}
	.sp__order04 {
		order: 4;
	}
	.sp__order05 {
		order: 5;
	}
	.sp__order06 {
		order: 6;
	}
}

.partner--notification tbody tr{
	display: none;
}
.partner--notification tbody tr:nth-child(1),
.partner--notification tbody tr:nth-child(2),
.partner--notification tbody tr:nth-child(3),
.partner--notification tbody tr:nth-child(4),
.partner--notification tbody tr:nth-child(5)
{
	display: table-row;
}
.partner--notification.openTable tbody tr{
	display: table-row;
}
.moreView__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.moreView {
	padding: 0.5em 0;
	color: #20a8d8;
	cursor: pointer;
	width: 240px;
	border: 1px solid #20a8d8;
	text-align: center;
}


.app--register {
	min-height: 100vh;
}
.registerHeader {
	display: flex;
	width: 100%;
	height: 55px;
    padding: 0;
    margin: 0 0 72px 0;
    background-color: #fff;
    border-bottom: 1px solid #c8ced3;
}
.registerHeader a.logo {
	width: 155px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.registerContainer {
	width: 100%;
	max-width: 764px;
	margin: 0 auto;
}
.registerContents .card-body {
	padding: 32px 48px 48px;
}
.registerContents .card-body h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.registerContents .card-body .annotation {
	font-size: 12px;
	color: #73818F;
	margin-bottom: 36px;
}
.registerContents .card-body .description {
	font-size: 14px;
	margin-bottom: 36px;
}
.registerContents .card-body .message {

}
.registerContents--form .inputCombo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.registerContents--form .inputCombo__title {
	width: 218px;
}
.registerContents--form .inputCombo input {
	width: calc(100% - 218px);
}
.registerContents--form .inputCombo .inputGroup {
	width: calc(100% - 218px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.registerContents--form .inputCombo .inputGroup .inputCombo {
	width: calc(50% - 8px);
	margin-bottom: 0!important;
}
.registerContents--form .inputCombo .inputGroup .inputCombo__title {
	width: 22px!important;
}
.registerContents--form .inputCombo .inputGroup input {
	width: calc(100% - 22px)!important;
}
.registerContents__check {
	text-align: center;
	margin-bottom: 24px;
}
.registerContents__button {
	display: flex;
	justify-content: center;
}
.registerContents__button button {
	width: 180px;
}
/*stepbar*/
.stepBar {
	position: relative;
	display: flex;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 2rem;
}
.stepBar .step {
	flex-basis: calc(25% + (20px / 3));
	position: relative;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 20px 20px 0;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.stepBar .step:last-of-type {
	flex-basis: calc(25% - 20px);
	padding: 20px 0;
}
.stepBar.registerBar--2step .step {
	flex-basis: calc(50% + 20px);
}
.stepBar.registerBar--2step .step:last-of-type {
	flex-basis: calc(50% - 20px);
}
.stepBar .step:before,
.stepBar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #fff;
	border-left: 4px solid #e4e5e6;
	width: 24px;
	height: 32px;
}
.stepBar .step:after {
	top: 0;
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}
.stepBar .step:before {
	bottom: 0;
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}
.stepBar .step:first-child:before,
.stepBar .step:first-child:after {
	content: none;
}
.stepBar .step.current {
	color: #FFF;
	background-color: #20A8D8;
}
.stepBar .step.current:before,
.stepBar .step.current:after {
	background-color: #20A8D8;
}
.cardCombo {
	display: flex;
	align-items: center;
}
.registerContents--mail input {
	width: 450px;
	margin-right: 24px;
}
.registerContents--mail button {
	width: 120px;
}
.insurance__item__btn {
	margin-bottom: 24px;
}

.chatList {
	width: 306px!important;
	max-width: 306px!important;
}
@media screen and (max-width: 768px) {
  .chatList {
  	width: 100%!important;
  	max-width: 100%!important;
  }
}

.partner--information {
	width: 336px!important;
	max-width: 336px!important;
}
.partner--information--card {
  overflow: hidden;
}
.partner--information--card.open {
  max-height: inherit;
}
@media screen and (max-width: 768px) {
.col.partner--information {
	flex-basis: unset;
	flex-grow: unset;
	width: inherit!important;
	flex: 0 0 100%;
	max-width: 100%!important;
}
}
.partner--avatar .img-avatar {
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 16px;
}
.partner--name {
	color: #23282C;
	font-size: 14px;
	margin-bottom: 6px;
}
.partner--organization,
.partner--email {
	color: #73818F;
	font-size: 12px;
}
.partner--organization {
	margin-bottom: 6px;
}

.partner--description {
	margin-top: 16px;
}
.partner--description--open {
	margin-top: 28px;
	margin-bottom: 14px;
}
.partner--release {
	margin-top: 16px;
	margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
	.cardCombo {
		flex-wrap: wrap;
		justify-content: center;
	}
	.registerContents .card-body .annotation {
		margin-bottom: 1rem;
	}
	.registerContents--mail input {
		width: 100%;
		margin-bottom: 1rem;
	}
	.stepBar {
		display: none;
	}
	.registerContents--form .inputCombo {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.registerContents--form .inputCombo__title {
		width: 100%;
		margin-bottom: .5rem;
	}
	.registerContents--form .inputCombo input {
		width: 100%;
	}
	.registerContents--form .inputCombo .inputGroup {
		flex-wrap: wrap;
		width: 100%;
	}
	.registerContents--form .inputCombo .inputGroup .inputCombo {
		width: 100%;
		align-items: center;
	}
	.registerContents--form .inputCombo .inputGroup .inputCombo:first-of-type {
		margin-bottom: .5rem!important;
	}
}

.period-over {
	background-color: #DDD!important;
}
.classification-icon {
	width: 24px;
	height: auto;
}
.insurance-detail-icon .classification-icon{
	width: 20px;
}
.classification-icon.favoriteSvg {
	fill: #E57373;
}
.classification-icon.carSvg {
	fill: #64B5F6;
}
.classification-icon.sickSvg {
	fill: #BA68C8;
}
.classification-icon.savingsSvg {
	fill: #FFB74D;
}
.classification-icon.cancerSvg {
	fill: #E57373;
}
.classification-icon.petsSvg {
	fill: #A1887F;
}
.classification-icon.incomeCompensationSvg {
	fill: #64B5F6;
}
.classification-icon.nursingSvg {
	fill: #81C784;
}
.classification-icon.housingSvg {
	fill: #81C784;
}
.classification-icon.travelSvg {
	fill: #BA68C8;
}
.classification-icon.leisureSvg {
	fill: #4DB6AC;
}
.classification-icon.liabilitySvg {
	fill: #FFB74D;
}

.chatList {
      /* width: 306px!important; */
      /* max-width: 306px!important; */
}
