@charset "utf-8";

body {
	background-color: #F5F7F5;
	color: #191A19;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
	letter-spacing: .08em;
}

a {
	text-decoration: none;
	color: #191A19;
}
h1 {
	margin-bottom: 0;
}
ul {
	list-style: none;
}
textarea {
	resize: none;
}

.display-sp {
	display: none;
}
.display-pc {
	display: block;
}

/* tablet */
@media screen and (600px <= width < 959px) {
	.display-sp {
		display: none;
	}
	.display-pc {
		display: block;
	}
}
/* //tablet */

.wrapper1 {
	width: 700px;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(21, 34, 50, .08);
	margin: 100px auto 0 auto;
	padding: 80px;
}
.login-headline {
	font-size: 2.3rem;
	color: #191A19;
	text-align: center;
}
.login-form {
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 0 120px;
}
.form-control {
	width: 100%;
	margin-top: 10px;
	line-height: 1.8;
}
.form-control::placeholder {
	color: #E3E6E3;
	font-size: .8rem;
	display: flex;
	align-items: center;
}
.login-form > .input-group:nth-of-type(2) {
	margin: 40px 0 50px 0;
}
.btn-style1 {
	padding: 14px 30px;
	border-radius: 5px;
	background-color: #64B92F;
	color: #FCFCFC;
	border: none;
	font-weight: 600;
	letter-spacing: .1em;
}
.btn-style1:hover,
.btn-style1-1:hover,
.btn-style2:hover,
.btn-style3:hover,
.btn-style4:hover,
.btn-style5:hover,
.btn-style6:hover,
.btn-style6-1:hover {
	filter: brightness(85%);
}

/* tablet */
@media screen and (600px <= width < 959px) {
	.wrapper1 {
		width: 500px;
		padding: 40px;
		margin: 80px auto 0 auto;
	}
	.login-headline {
		font-size: 2.3rem;
	}
	.login-form {
		padding: 0 80px;
	}
}
/* //tablet */


.header1 {
	padding: 20px 0 20px 30px;
	display: flex;
	align-items: center;
}
.headline1 {
	font-size: 1.8rem;
	color: #191A19;
}
#main1 {
	display: flex;
	height: 100%;
}
.header1 {
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 4px 0px rgba(21, 34, 50, .08);
	position: relative;
	z-index: 5;
}
.left-content {
	width: 12%;
	height: auto;
	background-color: #FFFFFF;
}
@media screen and (1500px <= width) {
	.left-content {
		width: 10%;
		min-height: 94.5vh;
	}
}
@media screen and (959px <= width < 1350px) {
	.table-container {
		width: 100%;
		padding: 15px;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.left-content {
		width: 18%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.table-container {
		width: 100%;
		padding: 15px;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.left-content {
		width: 20%;
	}
}
/* //tablet */

.side-nav-list {
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
}
.side-nav-list-items {
	font-size: 14px;
	padding: 16px 0;
}

.list-items-current {
	position: relative;
}
.list-items-current > a {
	color: #64B92F;
	position: relative;
}
@media (min-width: 769px) {
	.list-items-current:before {
		display: inline-block;
		content: "";
		width: 4px;
		height: 53px;
		background-color: #64B92F;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 1px;
	}
}

.list-items- {
	padding: 0 0 0 50px;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.list-items- {
		padding: 0 0 0 30px;
	}
}
/* //tablet */

.right-content {
	width: 80%;
	margin: 40px auto;
}
.main-wrapper1 {
	width: 90%;
	margin: 0 auto;
}

.content-top {
	display: flex;
	justify-content: space-between;
}
.headline2 {
	font-size: 1.5rem;
	color: #191A19;
}
.wrapper2 {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(21, 34, 50, .08);
	margin: 27px auto 0 auto;
	padding: 30px;
}
.btn-style1-1 {
	padding: 8px 36px;
	border-radius: 5px;
	background-color: #64B92F;
	color: #FCFCFC;
	border: none;
	font-weight: 600;
	font-size: .8rem;
}

.pagenavi-layout {
	display: flex;
	justify-content: flex-end;
}
.pagination {
	margin-bottom: 0;
}
.page-link {
	color: #191A19;
	border-color: #E3E6E3;
}
.page-link:hover {
	color: #64B92F;
}
.page-link-current {
	background-color: #64B92F;
	color: #FFFFFF;
}

.table-layout1 {
	width: 100%;
	font-size: 14px;
	margin: 1.5rem 0;
}
.table1-th-group {
	background-color: #F5F7F5;
}
.table1-th-group > th {
	width: auto;
	padding: 16px 100px 16px 0;
}
.table1-items-group > td {
	padding: 10px 0;
}
.table1-th-group > th:nth-of-type(1),
.table1-items-group > td:nth-of-type(1) {
	padding-left: 18px;
}
.table1-items-group {
	border-bottom: 1px solid #E3E6E3;
}
.table1-items-group > td:nth-of-type(3) {
	padding: 10px 16px 10px 0;
}
.table-btn-group {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.table-btn-group > button:not(:last-child) {
	margin: 0 10px 0 0;
}

.btn-style2 {
	padding: 7px 14px;
	border-radius: 5px;
	background-color: #2E4CBA;
	color: #FCFCFC;
	font-size: 1rem;
	border: none;
	font-weight: 500;
}
.btn-style3 {
	padding: 7px 14px;
	border-radius: 5px;
	background-color: #FF9C4B;
	color: #FCFCFC;
	font-size: 1rem;
	border: none;
	font-weight: 500;
}
.btn-style4 {
	padding: 7px 14px;
	border-radius: 5px;
	background-color: #FCFCFC;
	color: #FF9C4B;
	font-size: 1rem;
	border: 1px solid #FF9C4B;
	font-weight: 500;
}
.btn-style5 {
	padding: 7px 14px;
	border-radius: 5px;
	background-color: #FCFCFC;
	color: #64B92F;
	font-size: 1rem;
	border: 1px solid #64B92F;
	font-weight: 500;
}

/**************************** modal */
.modal-innerbox1 {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	align-items: flex-end;
}
.modal-innerbox1:nth-of-type(n+2) {
	margin: 24px 0 12px 0;
}
.modal-innerbox1- {
	width: 80%;
}
.modal-innerbox1- > span {
	display: inline-block;
	font-size: 12px;
	margin-bottom: 5px;
}
.modal-innerbox-1 {
	margin-top: 0;
	word-wrap: break-word;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.table1-items-group > td:nth-of-type(3) {
		padding: 10px 16px 10px 0;
	}
	.table1-items-group > .table-btn-group > button:not(:last-child) {
		margin-right: 10px;
	}
}
/* //tablet */
.btn-style3- {
	padding: 10px;
	height: 40px;
	font-size: 12px;
}
.fa-copy {
	color: #FFFFFF;
	margin-right: 10px;
}

.modal-footer {
	border-top: none;
	padding: 0 0 40px 0;
}
.btn-style6 {
	color: #FFFFFF;
	background-color: #CD071E;
	padding: 10px 50px;
	border-radius: 3px;
	border: none;
	font-weight: 600;
	font-size: .8rem;
}

#js-copybtn1,
#js-copybtn2 {
	position: relative;
}
.copyedurl-comp:before,
.copyedcode-comp:before {
	content: "コピー完了";
	position: absolute;
	background-color: #FFFFFF;
	color: #FF9C4B;
	border: 1px solid #FF9C4B;
	font-size: .8rem;
	width: max-content;
	padding: 5px;
	inset: 120% 0 -100% 0;
	margin: auto;
	animation: copyedComp 3s linear .1s 1;
}
.copyedurl-comp:after,
.copyedcode-comp:after {
	content: "";
	position: absolute;
	background-color: #FF9C4B;
	border: 1px solid #FF9C4B;
	width: 20px;
	height: 10px;
	margin: auto;
	inset: 120% 0 0 0;
	clip-path: polygon(50% 0,100% 50%,0% 50%);
}

.input-group-text {
	font-size: 1.1em;
	padding: 5px 10px;
}
.url-text1 {
	margin-top: 0;
}
.modal-footer2 > .btn-style1-1 {
	padding: 10px 50px;
}
.modal-footer2 {
	border-top: none;
	margin: 48px 0 15px 0;
}
.btn.btn-secondary.btn-width1 {
	font-size: .8rem;
	border-radius: 3px;
	padding: 10px 50px;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.btn.btn-secondary.btn-width1 {
		width: 40%;
	}
}
/* //tablet */
/************************** //modal */


.wrapper3 {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 4px 0px rgba(21, 34, 50, .08);
	margin: 27px auto 0 auto;
	padding: 40px;
}

.table-layout2 {
	width: 100%;
	font-size: 14px;
	margin: 1.5rem 0;
	border: 1px solid #E3E6E3;
}
.table1-th-style {
	width: 25%;
	padding: 20px;
	background-color: #F5F7F5;
	line-height: 1.5;
}

.table2-items-group > td {
	padding: 20px;
}
.table2-items-group {
	border-bottom: 1px solid #E3E6E3;
}
.table2-items-group > td:nth-of-type(3) {
	padding: 10px 16px 10px 0;
}
.form-control1 {
	width: 80%;
	margin-top: 0;
	line-height: 1.8;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.form-control1 {
		width: 100%;
	}
}
/* //tablet */

.image-trim {
	width: 172px;
	height: 172px;
	border-radius: 50%;
	object-fit: cover;
}
.file-btn-style1 > input[type="file"],
.file-btn-style2 > input[type="file"] {
	display: none;
}
.file-btn-style1 {
	color: #191A19;
	background-color: #F5F5F5;
	border: 1px solid #C0C3C0;
	padding: 10px 38px;
	text-align: center;
}
.logo-showed-box {
	width: 40%;
}
.icon-showed-box {
	display: inline-block;
	position: relative;
	top: 0;
}
.logo-showed-box > img {
	width: 100%;
	margin: 10px 0 0 0;
}
.delete-btn-style {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 10px;
	right: 0;
	left: 130px;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.delete-btn-style {
		position: absolute;
		top: 14px;
		right: 0;
		left: 130px;
	}
}
/* //tablet */
.fa-xmark {
	color: #FFFFFF;
	font-size: 1rem;
}

.btn-width1 {
	width: 50%;
}
.select-width1 {
	width: 25%;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.btn-width1 {
		width: 100%;
	}
	.select-width1 {
		width: 50%;
	}
}
/* //tablet */


.question-list1-item1 {
	width: 100%;
	padding: 14px;
	background-color: #EBEBEB;
	border-radius: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: move;
}
.question-list1-item1:not(:last-child) {
	margin-bottom: 15px;
}
.question-list1-item1-left > span {
	font-size: 14px;
	line-height: 1.5;
}
.fa-arrows-up-down-left-right {
	color: #b8b8b8;
	font-size: 1.5rem;
	margin-right: 25px;
}

.question-list1-item1-right {
	width: 13%;
	display: flex;
	justify-content: flex-end;
}
.question-list1-item1-right > button:not(:last-child) {
	margin-right: 8px;
}
@media screen and (959px <= width < 1500px) {
	.question-list1-item1-right {
		width: 42%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.question-list1-item1-right {
		width: 42%;
	}
}
/* //tablet */

.btn-style6-1 {
	padding: 7px 14px;
	border-radius: 5px;
	background-color: #CD071E;
	color: #FCFCFC;
	font-size: 1rem;
	border: none;
	font-weight: 500;
}


.headline3 {
	font-size: 1.3rem;
	margin-bottom: 30px;
}
.question-list2-item1 {
	width: 100%;
	background-color: #EBEBEB;
	border-radius: 2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.question-list2-item1:not(:first-child) {
	margin-top: 30px;
}
.question-list2-item1-left {
	width: 93%;
	padding: 20px 25px;
}
.form-control-margin {
	margin-top: 0;
}
.question-list2-item1-right {
	display: flex;
	align-items: center;
	width: auto;
	height: auto;
	padding: 44px 0;
	background-color: #D9D9D9;
}
.question-list2-item1-right > button {
	border: none;
	background: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.question-list2-item1-right > button > img {
	width: 45%;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.question-list2-item1-left {
		width: 85%;
	}
}
/* //tablet */

.question-list2-btngroup {
	margin-top: 30px;
}
.question-list2-btngroup > form {
	display: flex;
	align-items: center;
}
.question-list2-btngroup > form > select {
	width: 20%;
	margin-right: 30px;
}
.btn-width2 {
	width: 25%;
}
@media screen and (959px <= width < 1350px) {
	.question-list2-btngroup > form > select {
		width: 28%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.question-list2-btngroup > form {
		justify-content: space-between;
	}
	.question-list2-btngroup > form > select {
		width: 40%;
		margin-right: 20px;
	}
	.btn-width2 {
		width: 50%;
	}
}
/* //tablet */

.question-list2-imagebox1 {
	position: relative;
	top: 0;
	margin: 15px 0;
}
/* tablet */
	@media screen and (600px <= width < 959px) {
		.question-list2-imagebox1 {
		margin: 30px 0;
	}
}
/* //tablet */
.question-list2-imagebox1 > img {
	width: 108px;
	height: 80px;
}
.question-list2-imagebox1 > button {
	padding: 0;
	border: none;
	background: none;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -13px;
	right: -12px;
}
.question-list2-image-right {
	padding: 63px 0;
	height: auto;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.question-list2-imagebox1 > button {
		top: -13px;
		right: -14px;
	}
	.question-list2-image-right {
		padding: 80px 0;
	}
}
/* //tablet */

.answer-content-form {
	margin-bottom: 22px;
}
.answer-content-form > select {
	width: 20%;
}
@media screen and (959px <= width < 1350px) {
	.answer-content-form > select {
		width: 30%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.answer-content-form > select {
		width: 45%;
	}
}
/* //tablet */
.question-list2-item1-left-inbox > input,
.question-list2-item1-left-inbox > label {
	margin-bottom: 30px;
}
.form-label2 {
	margin-bottom: 5px;
	font-size: 12px;
}
.question-list2-inpimg-right {
	padding: 29px 0;
}
.question-list2-item1-left-inbox > form > select {
	width: 50%;
}
.question-list2-item1-left-inbox > .question-list2-imagebox1 > button {
	padding: 0;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	left: 93px;
	top: -13px;
}
.fc-width {
	width: 100%;
	max-width: 650px;
}
@media screen and (959px <= width < 1350px) {
	.question-list2-item1-left-inbox > form > select {
		width: 100%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.question-list2-item1-left-inbox > form > select {
		width: 100%;
	}
	.question-list2-item1-left-inbox > .question-list2-imagebox1 > button {
		padding: 0;
		position: absolute;
		right: 0;
		left: 95px;
	}
}
/* //tablet */


.a-right-delete-area {
	padding: 116px 0;
}
.a-right-delete-areab1 {
	padding: 126px 0;
}
.form-field-group1 {
	margin-bottom: 20px;
}
.form-field-group1 > label > input {
	margin-top: 5px;
}

.question-list2-item1-left-inbox,
.comp-form1 {
	width: 100%;
}
.comp-form1 > .comp-form1-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.comp-form1 > .comp-form1-top > select {
	width: 40%;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.a-right-delete-area {
		padding: 135px 0;
	}
	.a-right-delete-areab1 {
		padding: 140px 0;
	}
	.question-list2-item1:first-child > .a-right-delete-area {
		padding: 121px 0;
	}
	.comp-form1 > .comp-form1-top > select {
		width: 75%;
	}
}
/* //tablet */
.comp-form1 > .comp-form1-top > .form-field-group1 {
	margin-bottom: 0;
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.crequired {
	margin-right: 5px;
}
.form-label3 {
	font-size: 12px;
	line-height: 1.5;
}
.comp-form1-bottom > .form-field-group1 {
	margin-bottom: 0;
}
.a-right-delete-area2 {
	padding: 72px 0;
}
.btn-width3 {
	width: 70%;
}
.form--label {
	font-size: .8rem;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.a-right-delete-area2 {
		padding: 72px 0;
	}
}
/* //tablet */


.list-items-current2 {
	position: relative;
}
.list-items-current2 > a {
	color: #FF9C4B;
}
@media (min-width: 769px) {
	.list-items-current2:before {
		display: inline-block;
		content: "";
		width: 4px;
		height: 53px;
		background-color: #FF9C4B;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 1px;
	}
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
	color: #FFFFFF;
	background-color: #191A19;
}
.accordion-button::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	width: fit-content;
	height: fit-content;
	font-size: 1.3rem;
	background-image: none;
	background-size: auto;
	transform: rotate(-180deg);
}
.accordion-button:not(.collapsed)::after {
	background-image: none;
	transform: rotate(0);
}
.accordion-body {
	padding: 40px;
}
.search-chk-content > label {
	margin-bottom: 0;
	margin-left: 5px;
}
.search-form-top {
	display: flex;
	justify-content: space-between;
}
.search-form-top- {
	width: calc(100%/3 - 20px);
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.search-form-top {
		flex-direction: column;
	}
	.search-form-top- {
		width: 100%;
	}
	.search-form-top-:nth-of-type(2) {
		margin: 20px 0;
	}
}
/* //tablet */
.search-form-top- > .form-label2 > .form-control {
	margin-top: 5px;
}
.search-form-top-- {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 3;
}
.search-form-top-- > .search-chk-content:not(:last-child) {
	margin-right: 6px;
}

.table2-th-group {
	background-color: #F5F7F5;
}
.table2-th-group > th {
	padding: 16px 50px 16px 0;
}
.table2-th-group > th:nth-of-type(1),
.table3-items-group > td:nth-of-type(1) {
	padding-left: 30px;
}
.table3-items-group {
	border-bottom: 1px solid #E3E6E3;
}
.table3-items-group > td {
	padding: 10px 50px 10px 0;
}
.table2-th-group > th:nth-of-type(2),
.table3-items-group > td:nth-of-type(2) {
	padding: 10px 300px 10px 0;
}
.table3-items-group > td:last-child {
	padding: 10px 0 10px 0;
}
@media screen and (959px <= width < 1500px) {
	.search-form-top-- {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.search-form-top-- > .search-chk-content {
		width: 32%;
	}
	.search-form-top-- > .search-chk-content:not(:last-child) {
		margin-right: 5px;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.search-form-top-- {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.search-form-top-- > .search-chk-content:not(:last-child) {
		margin-right: 20px;
	}
}
/* //tablet */


.chat-container {
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
	margin: 20px 0;
	padding: 40px;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content {
		margin: 0 auto;
		padding: 0 20px;
	}
}
/* //tablet */
.chat-h-logo {
	font-size: 40px;
	color: #707070;
}
/******************* チャット部分 */
.chat-content {
	width: 100%;
	margin: 80px auto 0 auto;
	display: grid;
	gap: 40px 0;
	padding: 0 40px;
}
@media screen and (1500px <= width) {
	.chat-content {
		max-width: 1240px;
		gap: 60px 0;
		padding: 0 80px;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content {
		margin: 40px auto 0 auto;
		padding: 0 10px;
	}
}
/* //tablet */
.chat-content-bot1,
.chat-content-user {
	height: auto;
	display: flex;
	word-wrap: break-word;
	margin: 10px 0;
}
.chat-content-bot1 {
	position: relative;
}
.chat-content-bot1-left {
	width: auto;
	height: auto;
}
.chat-content-bot1-img {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	object-fit: cover;
}
.chat-content-bot1-right {
	width: 86%;
	display: flex;
	flex-direction: column;
	margin: 0 0 0 20px;
}
@media screen and (959px <= width < 1500px) {
	.chat-content-bot1-right {
		width: 78%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content-bot1-img {
		width: 70px;
		height: 70px;
	}
	.chat-content-bot1-right {
		width: 75%;
	}
}
/* //tablet */

.chat-content-bot1-right-name {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 12px;
}
.chat-content-sentence {
	display: inline-block;
	position: relative;
	max-width: 60%;
	margin: 0;
	padding: 20px 24px;
	border-radius: 15px;
	font-size: 16px;
}

.chat-content-bot2 {
	width: 100%;
	margin: 0 auto;
}
@media screen and (959px <= width < 1350px) {
	.chat-content-sentence {
		max-width: 80%;
	}
	.chat-content-bot2 {
		width: 100%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content-sentence {
		max-width: 80%;
	}
	.chat-content-bot2 {
		width: 100%;
	}
}
/* //tablet */
.chat-content-bot2-inner {
	padding: 25px 50px;
	background-color: #E6FAE1;
	border: 2px solid #64B92F;
	border-radius: 6px;
}
.chat-content-bot2-inner-imgbox-forms {
	display: grid;
    grid-template-columns: repeat(auto-fit, 23.4%);
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center;
}
.chat-content-bot2-inner-btngroup {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}
.form-inner-group {
	background-color: #FFFFFF;
	padding: 20px;
	box-shadow: 0px 1px 4px -2px rgba(21, 34, 50, 0.08);
	border-radius: 12px;
	font-size: 14px;
}
.textarea-box {
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
@media screen and (1620px <= width) {
	.chat-content-bot2-inner {
		width: 100%;
	}
}
@media screen and (1500px <= width < 1619px) {
	.chat-content-bot2-inner {
		width: 100%;
	}
}
@media screen and (959px <= width < 1500px) {
	.chat-content-bot2-inner {
		width: 100%;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content-bot2-inner {
		width: 80%;
		padding: 30px;
		margin: 0 auto;
	}
	.chat-content-bot2-inner-imgbox-forms {
		display: flex;
		flex-direction: column;
	}
	.form-inner-group-img {
		width: 100%;
	}
}
/* //tablet */
.form-label {
	cursor: pointer;
	font-size: .86em;
}
.form-label > .form-check-input {
	margin-right: 3px;
}
.form-inner-set > textarea {
	margin-top: 0;
}
.form-inner-set > label {
	font-size: 14px;
}


.chat-content-sentence.pleft {
	background-color: #FFFFFF;
	border: 2px solid #64B92F;
}
.chat-content-sentence.pright {
	background-color: #A3E775;
	margin: 0 10px 0 auto;
}
.chat-content-sentence:before,
.chat-content-sentence:after {
	position: absolute;
	right: 100%;
	top: 24px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
}
.chat-content-sentence.pleft:before {
	border-color: rgba(100, 185, 47, 0);
	border-right-color: #64B92F;
	border-width: 12.5px;
	margin-top: -15.4px;
}
.chat-content-sentence.pleft:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #FFFFFF;
	border-width: 10px;
	margin-top: -13px;
}
.chat-content-sentence.pright:before {
	border-color: rgba(100, 185, 47, 0);
	border-right-color: #A3E775;
	border-width: 10px;
	margin-top: -13px;
	transform: rotate(180deg);
	right: 0;
	left: 99.95%;
}
.form-btn-group {
	margin-top: 50px;
	text-align: center;
}

.contacts {
    display: block;
    width: 100%;
}

.form-inner-contact {
	width: 20vw;
	text-align: center;
	margin: 0 auto;
}

@media screen and (959px <= width < 1350px) {
	.chat-content-sentence:before,
	.chat-content-sentence:after {
		top: 21px;
	}
	.chat-content-sentence.pleft:before {
		margin-right: 0;
	}
	.chat-content-sentence.pleft:after {
		margin-right: -0.1px;
	}
	.form-btn-group {
		margin-top: 30px;
	}
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.chat-content-sentence:before,
	.chat-content-sentence:after {
		top: 23px;
	}
	.chat-content-sentence.pleft:before {
		margin-right: -0.8px;
	}
	.chat-content-sentence.pleft:after {
		margin-right: -0.9px;
	}
	.form-btn-group {
		margin-top: 25px;
	}
	.form-inner-contact {
		width: 100%;
	}
}
/* //tablet */
.btn-rounded {
	border-radius: 15px;
}
.btn-style7 {
	padding: 8px 36px;
	background-color: #191A19;
	color: #FCFCFC;
	border: none;
	font-weight: 600;
	font-size: .8rem;
}
.fa-arrow-up {
	margin-right: 5px;
}
.btn-style7:hover {
	opacity: .7;
}
/******************* /チャット部分 */


.btn-layout1 {
	padding: 10px 50px;
	font-weight: 600;
	font-size: .8rem;
	border-radius: 3px;
}
/******************** modal(回答一覧) */
.modal-innerbox2 {
	width: 100%;
	padding: 0 15px 15px 0;
}
.modal-innerbox2- {
	width: 100%;
}
.modal-innerbox2- > label {
	display: inline-block;
	width: 100%;
}
.modal-innerbox2- > label > span {
	display: inline-block;
	font-size: 12px;
}
.m2-text {
	word-wrap: break-word;
}

.btn-style3- {
	padding: 10px;
	/* height: 40px; */
	height: 42px;
	font-size: 12px;
}
/******************* /modal(回答一覧) */


.forgot-pass {
	font-size: 14px;
	color: #2E4CBA;
	text-decoration: underline;
}


.passrst-form {
	width: 100%;
	margin: 50px auto 0 auto;
	padding: 0 80px;
	font-size: 1.4em;
}
.sentence1 {
	margin-bottom: 25px;
	word-wrap: break-word;
	line-height: 2;
}
/* tablet */
@media screen and (600px <= width < 959px) {
	.passrst-form {
		margin: 30px auto 0 auto;
		padding: 0 60px;
	}
	.sentence1 {
		letter-spacing: -0.024em;
	}
}
/* //tablet */


.admin-f-content {
	text-align: center;
}


.notice1 {
	margin-top: 1.2em;
	font-size: .7em;
}

.alert-custom-error{
	background-color: #FF3B3B !important;
	padding: 12px !important;
}

.alert-custom-success{
	background-color: #64B92F !important;
	padding: 12px !important;
}

.alert-custom-error,.alert-custom-success span{
	font-size: 12px;
}

.alert .close-btn{
	cursor: pointer;
}

#ajaxLoader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}
  
.loader-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 10px;
	border-radius: 5px;
}
  
.loader-content span {
	display: block;
}

#overlayLoading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	z-index: 9999;
	display: none;
}