@media screen and (min-width: 601px) {

/*-----------------------------
	チャット相談 chat-list
------------------------------*/
.chat-room {
	padding: 50px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	border-radius: 8px;
}
.chat-content {
	margin-bottom: 40px;
}
.read-more-wrap {
	padding: 25px 0;
	border-top: solid 1px #eee;
	text-align: center;
}
.chat-content-main .read-more-btn {
	display: inline-block;
	font-weight: normal;
    background: #fff;
    color: #f80;
    padding: 8px 20px 8px 30px;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid #f80;
	cursor: pointer;
	transition: 0.5s;
}
.chat-content-main .read-more-btn:hover {
	color: #fff;
	background-color: #f80;
}
.chat-list-item-content {
    position: relative;
}
.chat-content-main .loading, .chat-list-item-content .loading {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    display: none;
}
.chat-list-item {
	padding: 15px 0 25px;
	border-bottom: solid 1px #eee;
}
.chat-list-item:first-child {
	border-top: solid 1px #eee;
}
.chat-content-header {
	padding-bottom: 25px;
}
.chat-list .edit-tool {
	margin-bottom: 10px;
}
.chat-list .edit-chat-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
}
.chat-list .update-message-button,
.chat-list .cancel-message-button {
	display: block;
	margin: 0 2px;
	color: #000;
	background-color: #eee;
	border: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding: 8px;
	width: 150px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.chat-list .update-message-button:hover,
.chat-list .cancel-message-button:hover {
	text-decoration: none;
	background-color: #ddd;
}
.chat-list p {
	margin-bottom: 20px;
}
.chat-list-item-header,
.chat-content-header__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.chat-list-item-header .avatar,
.chat-content-header__top .avatar {
	display: block;
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50%;
}
.chat-list-item-header .name,
.chat-content-header__top .name {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1;
}
.chat-list-item-header .member-status-icon,
.chat-content-header__top .member-status-icon {
	margin: 6px 0 0;
}
.chat-list-item-header .date,
.chat-content-header__top .date {
	font-size: 12px;
	color: #999;
	margin-left: auto;
}
.chat-content-header__main {
	padding: 30px;
	background-color: #f5f5f5;
}
.chat-list-item-support {
	margin-top: 20px;
	padding: 30px;
	background-color: #fffded;
}
.chat-list-item-support dt {
	color: #836449;
	font-weight: bold;
	margin-bottom: 15px;
}
.chat-read-status {
	color: #aaa;
	font-size: 10px;
}
.chat-read-status i {
	font-size: 15px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
#form-chat {
	padding-bottom: 0px;
}
.chat-room .chat-term {
	background-color: #FDEFCC;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
.chat-room .chat-rule {
	background-color: #FDEFCC;
	padding: 0 30px 18px;
	font-size: 13px;
	margin-top: -30px;
	margin-bottom: 30px;
}
.chat-room .chat-rule dt {
	font-weight: bold;
	border-top: solid 1px #fff;
	padding-top: 12px;
	margin-bottom: 2px;
}
.chat-room .chat-rule dd {
}
.chat-room .chat-rule dd p:last-of-type {
	margin-bottom: 0;
}
.chat-status-form-box {
	border-top: solid 1px #eee;
	margin-top: 30px;
	padding-top: 30px;
}
.chat-status-form-box--cancel {
	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}
.chat-status-form-box p {
	font-size: 14px;
}
.chat-change-status-btn-box {
	display: flex;
	justify-content: center;
}
.chat-change-status-btn-item {
	width: 48%;
}
.chat-change-status-btn-item button {
	padding: 10px;
	width: 100%;
	background-color: #eee;
	border: solid 1px #aaa;
	box-shadow: none;
	cursor: pointer;
}
.chat-change-status-btn-item button:hover {
	background-color: #ddd;
}
#form-chat-start-date {
	margin-bottom: 20px;
}
#form-chat-start-date input {
	padding: 5px 10px;
	border: solid 1px #ccc;
	border-radius: 4px;
}
#form-chat-start-date button {
	padding: 5px 30px 7px;
	font-size: 13px;
	background-color: #eee;
	border: solid 1px #aaa;
}
.editoor-parts-box {
	margin-top: 15px;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.editoor-parts-box button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	width: 110px;
	margin-right: 5px;
	padding: 4px 0;
	background-color: #eee;
	border: solid 1px #aaa;
	cursor: pointer;
}
.editoor-parts-box .icon {
	font-size: 16px;
	color: #666;
	padding-right: 3px;
	position: relative;
	top: 1px;
}
.editoor-parts-box button:hover {
	opacity: 0.7;
}
.unker-last-chat {
	font-size: 13px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	padding: 2px 0;
	border: solid 1px #f80;
	border-radius: 5px;
}
.unker-last-chat:hover {
	color: #fff;
	background-color: #f80;
	text-decoration: none;
}
.chat-room .toggle-btn {
	padding: 2px 10px 2px 35px;
	font-size: 12px;
}
.chat-room .toggle-btn:before {
	font-size: 10px;
	top: calc(50% - 6px);
}
.chat-room .form-item textarea {
	display: block;
	height: 200px;
}
/* 感想フォーム：意見・要望は .height100（.chat-room .form-item textarea より優先） */
.chat-room #form-voice .form-item textarea.height100 {
	height: 100px;
	min-height: 100px;
}
.form-item .textarea__height-min {
	height: 100px;
}
.form-item .textarea__height-middle {
	height: 150px;
}
.chat-voice-message {
	background-color: #FDEFCC;
	padding: 30px;
	font-size: 14px;
	margin-bottom: 30px;
}
.chat-voice-message dt {
	color: #836449;
	font-weight: bold;
	margin-bottom: 10px;
}
.chat-voice-message dd {
	margin-left: 1em;
}
.chat-voice-message dd p {
	margin-bottom: 20px!important;
	line-height: 1.8!important;
}
.review-member-fit-section {
	background: #fff9ec;
	border: solid 1px #f2d7a3;
	border-radius: 8px;
	margin: 28px 0;
	padding: 22px;
}
.review-member-fit-section h3 {
	color: #b96e19;
	font-size: 18px;
	margin: 0 0 12px;
}
.review-member-fit-section .form-item:last-child {
	margin-bottom: 0;
}
.review-member-fit-section textarea.height100 {
	height: 120px;
	min-height: 120px;
}
.after-follow-chat-panel {
	background: #fff9f4;
	border: solid 1px #f3d6c9;
	border-radius: 8px;
	margin-bottom: 26px;
	box-shadow: 0 4px 14px rgba(216, 139, 108, 0.12);
	overflow: hidden;
}
.after-follow-chat-panel summary {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	cursor: pointer;
	list-style: none;
	color: #9a5c4c;
}
.after-follow-chat-panel summary::-webkit-details-marker {
	display: none;
}
.after-follow-chat-panel__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	background: #e79784;
	border-radius: 50%;
	font-size: 21px;
	line-height: 1;
	flex: 0 0 auto;
}
.after-follow-chat-panel__title {
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
}
.after-follow-chat-panel__toggle {
	margin-left: auto;
	color: #c78677;
	font-size: 22px;
	line-height: 1;
}
.after-follow-chat-panel__toggle::before {
	content: "＋";
}
.after-follow-chat-panel[open] .after-follow-chat-panel__toggle::before {
	content: "−";
}
.after-follow-chat-panel__body {
	padding: 0 28px 28px 66px;
}
.after-follow-chat-panel__body p {
	font-size: 14px;
	line-height: 1.8!important;
	margin-bottom: 14px!important;
}
.after-follow-chat-panel .form {
	background: transparent;
	padding: 0;
	margin: 0;
}
.after-follow-chat-panel .form-item {
	margin-bottom: 18px;
}
.after-follow-chat-panel .form-item label {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.after-follow-chat-panel .form-item-description {
	font-size: 13px;
	line-height: 1.7!important;
	margin-bottom: 8px!important;
}
.after-follow-chat-panel select {
	background-color: #fff;
	border-color: #ead9d1;
	font-size: 15px;
}
.after-follow-chat-panel textarea[readonly] {
	height: 280px;
	min-height: 280px;
	background: #fff;
	border-color: #ead9d1;
	font-size: 13px;
	line-height: 1.7;
}
.chat-violation-description {
	font-size: 16px;
	margin-bottom: 10px!important;
}
#review-answer-by-ai {
	display: flex;
	align-items: center;
	margin: -15px auto 15px;
	font-size: 13px;
	color: #f80;
	background: none;
}
#review-answer-by-ai img {
	width: 36px;
}
#ai-answer-review-result {
	text-align: center;
	font-size: 16px;
}
.support-info-lead {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}
.support-info-panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.support-info-panel-item {
	width: 32.5%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 10px;
	text-align: center;
	background-color: #fff;
	border: solid 3px #fa0;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 18px;
	font-weight: bold;
	color: #f80;
	border-radius: 10px;
	justify-content: center;
	cursor: pointer;
}
.support-info-panel-item:hover {
	background-color: #fffdf0;
}
.support-info-panel-item:after {
	color: #bbb;
	content: "〉";
	transform: rotate(90deg);
	position: relative;
	top: 12px;
}
.support-info-panel-item img {
	width: 34px;
	margin-bottom: 10px;
}
.chat-option-btn-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.chat-option-btn {
	width: 46%;
	margin: 0 2%;
	padding: 10px;
	box-sizing: border-box;
	color: #f80;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: solid 3px #f80;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chat-option-btn .material-icons-round {
	font-size: 20px;
	margin-left: 5px;
}
.chat-option-btn-box .modal-close-btn {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 14px;
	top: 14px;
	background: none;
	border: none;
	line-height: 1;
	color: #444;
	font-size: 24px;
}
.chat-option-btn-box .modal-close-btn:hover {
	font-weight: bold;
	cursor: pointer;
}
.chat-option-btn-box .modal-content p {
	font-size: 16px;
}
.chat-option-action-btn {
	margin: 40px auto 0;
	padding: 15px;
	width: 300px;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #f80;
	border: solid 3px #f80;
	border-radius: 5px;
	line-height: 1;
	font-size: 15px;
}
.chat-option-action-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.review-chat-table {
	margin: 0;
}
.review-chat-table th,
.review-chat-table td {
	color: #000;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	border: none;
	background: none;
}
.review-chat-table th {
	width: 145px;
}

}


@media screen and (max-width: 600px) {

/*-----------------------------
	チャット相談 chat-list
------------------------------*/
.chat-room {
	padding: 20px 10px 35px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	border-radius: 8px;
}
.chat-content {
	margin-bottom: 40px;
}
.chat-content-header {
	padding-bottom: 20px;
}
.read-more-wrap {
	padding: 20px 0;
	border-top: solid 1px #eee;
	text-align: center;
}
.chat-content-main .read-more-btn {
	display: inline-block;
	font-weight: normal;
    background: #fff;
    color: #f80;
    padding: 8px 20px 8px 30px;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid #f80;
	cursor: pointer;
}
.chat-content-main .loading {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    display: none;
}
.chat-list-item {
	padding: 15px 0 20px;
	border-bottom: solid 1px #eee;
}
.chat-list-item:first-child {
	border-top: solid 1px #eee;
}
.chat-list .edit-tool {
	margin-bottom: 10px;
}
.chat-list .edit-chat-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
}
.chat-list .update-message-button,
.chat-list .cancel-message-button {
	display: block;
	margin: 0 2px;
	color: #000;
	background-color: #eee;
	border: solid 1px #999;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding: 6px;
	width: 120px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.chat-list .update-message-button:hover,
.chat-list .cancel-message-button:hover {
	text-decoration: none;
	background-color: #ddd;
}
.chat-list p {
	margin-bottom: 20px;
}
.chat-list-item-header,
.chat-content-header__top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}
.chat-list-item-header .avatar,
.chat-content-header__top .avatar {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
}
.chat-list-item-header .name,
.chat-content-header__top .name {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1;
}
.chat-list-item-header .member-status-icon,
.chat-content-header__top .member-status-icon {
	margin: 5px 0 0;
}
.chat-list-item-header .date,
.chat-content-header__top .date {
	font-size: 10px;
	color: #999;
	margin-left: auto;
}
.chat-content-header__main {
	padding: 20px 10px;
	background-color: #f5f5f5;
}
.chat-content-header__main p:last-of-type {
	margin-bottom: 0;
}
.chat-list-item-support {
	margin-top: 20px;
	padding: 20px 10px;
	background-color: #fffded;
}
.chat-list-item-support dt {
	color: #836449;
	font-weight: bold;
	margin-bottom: 15px;
}
.chat-read-status {
	color: #aaa;
	font-size: 10px;
}
.chat-read-status i {
	font-size: 15px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
#form-chat {
	padding-bottom: 0;
}
.chat-room .chat-term {
	background-color: #FDEFCC;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.chat-room .chat-rule {
	background-color: #FDEFCC;
	padding: 0 20px 15px;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.chat-room .chat-rule dt {
	font-weight: bold;
	border-top: solid 1px #fff;
	margin-bottom: 2px;
	padding-top: 10px;
}
.chat-room .chat-rule dd {
}
.chat-room .chat-rule dd p:last-of-type {
	margin-bottom: 0;
}
.chat-status-form-box {
	border-top: solid 1px #eee;
	margin-top: 30px;
	padding-top: 30px;
}
.chat-status-form-box--cancel {
	border-top: none;
	margin-top: 30px;
	padding-top: 0;
}
.chat-status-form-box p {
	font-size: 14px;
}
.chat-change-status-btn-box {
	display: flex;
	justify-content: center;
}
.chat-change-status-btn-item {
	width: 75%;
}
.chat-change-status-btn-item button {
	padding: 10px;
	width: 100%;
	background-color: #eee;
	border: solid 1px #aaa;
	box-shadow: none;
	cursor: pointer;
}
.chat-change-status-btn-item button:hover {
	background-color: #ddd;
}
#form-chat-start-date {
	margin-bottom: 25px;
}
#form-chat-start-date input {
	padding: 10px 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	width: 120px;
}
#form-chat-start-date button {
	padding: 11px 0;
	font-size: 12px;
	background-color: #eee;
	border: solid 1px #aaa;
	width: calc(100% - (130px + 85px));
}
.editoor-parts-box {
	margin-top: 15px;
	margin-bottom: 5px;
	display: flex;
	flex-wrap: wrap;
}
.editoor-parts-box button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	letter-spacing: 0;
	width: calc((100% / 4) - 3px);
	margin-right: 4px;
	padding: 4px 0;
	background-color: #eee;
	border: solid 1px #aaa;
	cursor: pointer;
}
.editoor-parts-box button:last-of-type {
	margin-right: 0;
}
.editoor-parts-box .icon {
	font-size: 14px;
	color: #666;
	position: relative;
	top: 1px;
	left: -2px;
}
.editoor-parts-box button:hover {
	opacity: 0.7;
}
.unker-last-chat {
	font-size: 12px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	padding: 2px 0;
	border: solid 1px #f80;
	border-radius: 5px;
}
.unker-last-chat:hover {
	color: #fff;
	background-color: #f80;
	text-decoration: none;
}
.chat-room .toggle-btn {
	padding: 2px 10px 2px 35px;
	font-size: 12px;
}
.chat-room .toggle-btn:before {
	font-size: 10px;
	top: calc(50% - 6px);
}
.chat-voice-message {
	background-color: #FDEFCC;
	padding: 20px;
	font-size: 13px;
	margin-bottom: 25px;
}
.chat-voice-message dt {
	color: #836449;
	font-weight: bold;
	margin-bottom: 10px;
}
.chat-voice-message dd {
	margin-left: 1em;
}
.chat-voice-message dd p {
	margin-bottom: 20px!important;
	line-height: 1.8!important;
}
.after-follow-chat-panel {
	background: #fff9f4;
	border: solid 1px #f3d6c9;
	border-radius: 8px;
	margin-bottom: 24px;
	box-shadow: 0 4px 12px rgba(216, 139, 108, 0.12);
	overflow: hidden;
}
.after-follow-chat-panel summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 15px;
	cursor: pointer;
	list-style: none;
	color: #9a5c4c;
}
.after-follow-chat-panel summary::-webkit-details-marker {
	display: none;
}
.after-follow-chat-panel__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #e79784;
	border-radius: 50%;
	font-size: 19px;
	line-height: 1;
	flex: 0 0 auto;
}
.after-follow-chat-panel__title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}
.after-follow-chat-panel__toggle {
	margin-left: auto;
	color: #c78677;
	font-size: 20px;
	line-height: 1;
}
.after-follow-chat-panel__toggle::before {
	content: "＋";
}
.after-follow-chat-panel[open] .after-follow-chat-panel__toggle::before {
	content: "−";
}
.after-follow-chat-panel__body {
	padding: 0 16px 22px;
}
.after-follow-chat-panel__body p {
	font-size: 13px;
	line-height: 1.8!important;
	margin-bottom: 12px!important;
}
.after-follow-chat-panel .form {
	background: transparent;
	padding: 0;
	margin: 0;
}
.after-follow-chat-panel .form-item {
	margin-bottom: 16px;
}
.after-follow-chat-panel .form-item label {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.after-follow-chat-panel .form-item-description {
	font-size: 12px;
	line-height: 1.7!important;
	margin-bottom: 8px!important;
}
.after-follow-chat-panel select {
	background-color: #fff;
	border-color: #ead9d1;
	font-size: 14px;
}
.after-follow-chat-panel textarea[readonly] {
	height: 240px;
	min-height: 240px;
	background: #fff;
	border-color: #ead9d1;
	font-size: 12px;
	line-height: 1.7;
}
.chat-room #form-voice .form-item textarea.height100 {
	height: 100px;
	min-height: 100px;
}
.chat-violation-description {
	font-size: 14px;
	margin-bottom: 10px!important;
}
#review-answer-by-ai {
	display: flex;
	align-items: center;
	margin: -15px auto 15px;
	font-size: 12px;
	color: #f80;
	background: none;
}
#review-answer-by-ai img {
	width: 32px;
}
#ai-answer-review-result {
	text-align: center;
	font-size: 14px;
}

.support-info-lead {
	font-size: 17px;
	text-align: center;
	margin-top: 0;
}
.support-info-panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.support-info-panel-item {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 18px 5px;
	text-align: center;
	background-color: #fff;
	border: solid 3px #fa0;
	box-sizing: border-box;
	box-shadow: none;
	font-size: 16px;
	font-weight: bold;
	color: #f80;
	border-radius: 10px;
	justify-content: center;
	cursor: pointer;
	margin-bottom: 10px;
}
.support-info-panel-item:hover {
	background-color: #fffdf0;
}
.support-info-panel-item:after {
	color: #bbb;
	content: "〉";
	transform: rotate(90deg);
	position: relative;
	top: 6px;
	left: 15px;
}
.support-info-panel-item img {
	width: 28px;
	margin-right: 10px;
}
.chat-option-btn-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.chat-option-btn {
	width: 47%;
	margin: 0 1.5%;
	padding: 10px 0;
	box-sizing: border-box;
	color: #f80;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: solid 3px #f80;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.chat-option-btn .material-icons-round {
	font-size: 18px;
	margin-left: 5px;
}
.chat-option-btn-box .modal-close-btn {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 10px;
	top: 10px;
	background: none;
	border: none;
	line-height: 1;
	color: #444;
	font-size: 24px;
}
.chat-option-btn-box .modal-close-btn:hover {
	font-weight: bold;
	cursor: pointer;
}
.chat-option-btn-box .modal-content p {
	font-size: 15px;
}
.chat-option-action-btn {
	margin: 40px auto 0;
	padding: 15px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #f80;
	border: solid 3px #f80;
	border-radius: 5px;
	line-height: 1;
	font-size: 13px;
}
.chat-option-action-btn:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}
.review-chat-table {
	margin: 0;
}
.review-chat-table th,
.review-chat-table td {
	display: block;
	color: #000;
	padding: 5px 0;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	border: none;
	background: none;
}
.review-chat-table th {
}
.review-chat-table td {
	margin-left: 1em;
}
}

#form-video-payment {
    margin-bottom: 100px;
    padding: 32px 16px;
    border-radius: 10px;
    background-color: #FFFBF0;
}
