/*上書き
---------------------------------------------------------- */
.c-head .c-icon-question {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	width: 1em;
	height: 1em;
	margin: auto;
	font-size: 36px;
}



@media screen and (max-width: 750px) {
	.c-head .c-icon-question {
		font-size: 20px;
	}
}

/*header
---------------------------------------------------------- */
.header__comment-button {
	position: absolute;
	top: 0;
	bottom: 0;
/*	left: 20px;*/
	left: auto;
	right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 3rem;
}

.c-button__counseling {
	margin-top: 3rem;
	padding: 10px;
	line-height: 1.5;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: rgba(000,000,000,0.3);
	width: 30rem;
	display: inline-block;
}

@media screen and (max-width: 750px) {
	.header__comment-button {
		left: auto;
		right: 15px;
		font-size: 2rem;
	}
	.c-button__counseling {
		margin-top: 2rem;
		width: 23rem;
		font-size:1.3rem;
	}
}

/*modal__faq-post
---------------------------------------------------------- */
#modal__faq-post textarea {
	width: 100%;
	height: 150px;
	padding: 0;
	line-height: 1.2;
	border: none;
}

#modal__faq-post .c-button__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#modal__faq-post .c-button__wrap .c-icon-photo {
	font-size: 5rem;
}

#modal__faq-post .c-button__wrap .c-button {
	max-width: 100%;
	margin-right: 0;
}

.modal__faq-post-file-upload {
	font-size: 50px;
	line-height: 0;
	color: #646464;
}


@media screen and (max-width: 750px) {
	.modal__faq-post-file-upload {
		font-size: 40px;
	}
}

/*message
---------------------------------------------------------- */
.message__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.message__item:not(:first-child) {
	margin-top: 4rem;
}

.message__item-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	padding-left: 4rem;
}

.message__item-body-inner {
	position: relative;
	padding: 2rem;
	line-height: 1.5;
	border-radius: 6px;
	background: #FFD8D8;
}

.message__item-body-inner:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 2rem;
	left: -12px;
	z-index: 1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 12px solid #FFD8D8;
}

.message__item-img-circle {
	position: relative;
	width: 7rem;
	height: 7rem;
	border-radius: 50%;
	background: #FFD8D8;
}

.message__item-img-circle-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 100%;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.message__item-img figcaption {
	margin-top: 0.7rem;
	line-height: 1.4;
	text-align: center;
}

.message__item-text {
	font-size: 1.6rem;
}

.message__item-text > *:not(:first-child) {
	margin-top: 5px;
}

.message__item-body-inner time {
	display: block;
	margin-top: 1rem;
	line-height: 1.5;
	color: #969696;
	text-align: right;
}

.message__unread {
	margin-top: 3rem;
	padding: 10px;
	line-height: 1.5;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	background: rgba(000,000,000,0.3);
}


@media screen and (max-width: 750px) {
	.message__item:not(:first-child) {
		margin-top: 1rem;
	}
	.message__item-img-circle {
		width: 6rem;
		height: 6rem;
	}
	.message__item-img figcaption {
		margin-top: 0.5rem;
		font-size: 1rem;
	}
	.message__item-body {
		padding-left: 3rem;
	}
	.message__item-body-inner {
		padding: 1.5rem;
	}
	.message__item-text {
		font-size: 1.5rem;
	}	
	.message__unread {
		margin-top: 2rem;
		padding: 5px;
	}
}

.c-message__item-body_self {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	padding-left: 11rem;
}

.c-message__item-body-inner_self {
	position: relative;
	padding: 2rem;
	line-height: 1.5;
	border-radius: 6px;
	background: #FFF;
}

.c-message__item-body-inner_self:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 2rem;
	right: -12px;
	z-index: 1;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #FFF;
}

@media screen and (max-width: 750px) {
	.c-message__item-body_self {
		padding-left: 7rem;
	}
	.c-message__item-body-inner_self {
		padding: 1.5rem;
	}
}

/*counsel-search
---------------------------------------------------------- */

.head__title {
	vertical-align: middle;
}

.head__title-search {
	margin-right: 2rem;
	font-size: 2.4rem;
}

.l-button__faq {
	display: inline-block;
	vertical-align: middle;
	font-size: 2.5rem;
}

.l-button__faq-title {
	font-size: 1rem;
}

.counsel-search__form {
	margin-bottom: 3rem;
	display: inline-block;
	width: 59%;
	vertical-align: middle;
	margin-top: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.counsel-search__form input {
	width: 100%;
	height: 50px;
	padding: 1rem 50px 1rem 1rem;
	border: 1px solid #969696;
}

.counsel-search__qa-items {
	padding: 3rem;
	background: #fff;
	border-radius: 1.5rem;
}

.counsel-search__qa-item {
	margin-bottom: 3rem;
	border-bottom: 1px solid #B4B4B4;
	cursor: pointer;
}

.counsel-search__qa-item:last-child {
	margin-bottom: 0;
}

.counsel-search__qa-sub-items {
	display: none;
}

.c-color[data-color="c-icon-q"] {
	color: #ED416A;
}

.c-color[data-color="c-icon-a"] {
	color: #85B449;
}

.c-icon-q ,
.c-icon-a ,
.c-icon-question {
	margin-right: 1rem;
	font-size: 2.8rem;
}

.counsel-search__qa-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-right: 6.5rem;
	padding-bottom: 3rem;
	font-size: 1.6rem;
}

.js-menu__item__link:after {
	content: "";
	background:url(../../../images/design/41_fourty-one/icon-plus.svg) no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
}

.js-menu__item__link.on:after {
	content: "";
	background:url(../../../images/design/41_fourty-one/icon-minus.svg) no-repeat;
	display: block;
	top: 8px;
	width: 20px;
	height: 3px;
}

.counsel-search__qa-title-zero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 0;
	font-size: 1.6rem;
}

.c-icon-question {
	font-size: 4rem;
}

.counsel-search__form {
	position: relative;
}

input#search {
	position: relative;
}

.counsel-search__form-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	font-size: 2.3rem;
	text-align: center;
}

.back_button {
	position:fixed;
	left: 120px;
	bottom: 90px;
	padding: 8px 14px;
	background-color: #969696;
	color: #FFF;
	opacity: 0.5;
	z-index: 2;
	font-weight: bold;
}

.faq_result a{
  color:#4682B4;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
	.head__title {
/*		font-size: 1.3rem;*/
		padding-top: 2rem;
	}

	.head__title-search {
		margin-right: 1rem;
		font-size: 1.7rem;
	}

	.counsel-search__form {
		margin-bottom: 1rem;
	}

	.counsel-search__qa-items {
		padding: 2rem;
	}

	.counsel-search__form input {
		height: 40px;
		padding: 1rem 40px 1rem 1rem;
	}

	.counsel-search__qa-title {
		padding-right: 4rem;
		padding-bottom: 2rem;
		font-size: 1.5rem;
	}

	.js-menu__item__link:after {
		background-size: 90%;
	}
	
	.js-menu__item__link.on:after {
		background-size: 90%;
	}

	.c-icon-q ,
	.c-icon-a {
		font-size: 2.6rem;
	}

	.c-icon-question {
		font-size: 3rem;
	}

	.counsel-search__qa-title-zero {
		font-size: 1.5rem;
	}

	.counsel-search__form-button {
		max-width: 40px;
		height: 40px;
		font-size: 2.1rem;
	}

	.back_button {
		left: 14px;
		bottom: 90px;
	}
}