@charset "UTF-8";
/* CSS Document */
.review img {
	max-width: 100%;
	vertical-align: bottom;
}
.review p {
	line-height: 1.75;
}
.review input, .review textarea, .review select, .review button {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
}
.main.review {
	padding-bottom: 100px;
}
.board {
	margin: 0 auto;
	padding: 0;
}
.board .form_bar {
	background: #F2F1EF;
}
.board .search_box {
	max-width: 960px;
	margin: 0 auto;
	padding: 32px 16px;
	text-align: center;
}
.search_box form {
	display: inline-block;
}
.search_box .form_inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.search_box .outer {
	position: relative;
}
select {
	-webkit-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
.search_box select {
	height: auto;
	border-color: #fafafa;
	padding: 10px 20px 10px 32px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	border-radius: 4px;
	cursor: pointer;
	outline-color: #FFC800;
	background-color: #FFFFFF;
}
.search_box select#age {
	background-image: url("../img/review/lnr-users.svg"), url("../img/review/caret-down-solid.svg");
	background-position: 8px center, calc(100% - 6px) center;
	background-size: 16px, 8px;
	background-repeat: no-repeat, no-repeat;
	width: 120px;
}
.search_box select#question {
	background-image: url("../img/review/lnr-question-circle.svg"), url("../img/review/caret-down-solid.svg");
	background-position: 8px center, calc(100% - 6px) center;
	background-size: 16px, 8px;
	background-repeat: no-repeat, no-repeat;
	width: 200px;
}
.search_box select#location {
	background-image: url("../img/review/lnr-laptop.svg"), url("../img/review/caret-down-solid.svg");
	background-position: 8px center, calc(100% - 6px) center;
	background-size: 16px, 8px;
	background-repeat: no-repeat, no-repeat;
	width: 200px;
}
.search_box select:focus {
	border: solid 2px #FFC800;
}
.search_box select.active {
	border: solid 2px #FFC800;
}
.search_box .gender_radio .btn_wrap {
	display: inline-block;
	position: relative;
}
.search_box .gender_radio .btn_wrap:first-child {
	margin-right: 2px;
}
.search_box .gender_radio .btn_wrap input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.search_box .gender_radio .btn_wrap label {
	padding: 10px 16px;
	background: #FFFFFF;
	display: block;
	cursor: pointer;
	transition: .2s;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	border-radius: 4px;
}
.search_box .gender_radio .btn_wrap label:hover,
.search_box .gender_radio .btn_wrap input:checked+label {
	background: #FFC800;
	color: #FFFFFF;
}
.search_box option[selected][disabled] {
	display: none;
}
.board .search_box button[type="submit"] {
	background-color: #00974F;
	font-weight: bold;
	margin: 0 0 0 32px;
	padding: 8px 24px;
}
/* ツールチップ追記 */
.search_box span.select_tooltip {
	display: none;
	position: absolute;
	top: -27px;
	left: -4px;
	padding: 0 13px;
	height: 24px;
	line-height: 25px;
	font-size: 11px;
	font-weight: 500;
	background: #FFC800;
	color: #FFFFFF;
	border-radius: 4px;
}
.search_box span.select_tooltip::after {
	content: "";
	position: absolute;
	top: 23px;
	left: 14px;
	border: 5px solid transparent;
	border-top: 6px solid #FFC800;
}
.search_box select.active_tip+span.select_tooltip {
	display: inline-block;
}
.sort_bar {
	max-width: 960px;
	margin: 30px auto;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sort_bar .search_results {
	font-size: 18px;
	font-weight: 700;
}
.sort_bar .search_results span {
	font-size: 24px;
	color: #F33D3F;
	margin-left: 8px;
	margin-right: 2px;
}
.sort_bar .sort_box {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	gap: 4px;
}
.sort_bar .sort_box form {
	margin: 0 auto;
	text-align: center;
}
.sort_bar .sort_box input {
	padding: 10px 24px;
	background: #FFFFFF;
	border: solid 1px #FFC80099;
	border-radius: 40px;
	font-size: 12px;
}
.board .sort_box input:hover {
	background: #FFC80033;
	transition: .3s;
}
.board .sort_box input.active {
	background: #FFC800;
	color: #FFFFFF;
}
.board .cards_box {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 16px;
}
.board .cards_box .card {
	margin: 0 0 48px;
	border-color: #fafafa;
	padding: 32px 32px 24px;
	border-radius: 4px;
	box-shadow: 0 2px 10px -3px rgba(0, 0, 0, .2);
}
.board .cards_box .card .card-body {
	padding: 0;
}
.board .cards_box .card-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-bottom: 6px;
}
.board .cards_box .card-title .t_img {
	max-width: 60px;
}
.board .cards_box .card-title .t_img {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
	background-color: #D1CABC;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.board .cards_box .card-title .t_img.male {
	background-image: url("../img/review/t_male.png");
}
.board .cards_box .card-title .t_img.male01 {
	background-image: url("../img/review/t_male01.png");
}
.board .cards_box .card-title .t_img.male02 {
	background-image: url("../img/review/t_male02.png");
}
.board .cards_box .card-title .t_img.female {
	background-image: url("../img/review/t_female.png");
}
.board .cards_box .card-title .t_img.female01 {
	background-image: url("../img/review/t_female01.png");
}
.board .cards_box .card-title .t_img.female02 {
	background-image: url("../img/review/t_female02.png");
}
.board .cards_box .card-title .t_text {
	font-size: 18px;
	font-weight: bold;
	margin-left: 16px;
}
.board .cards_box .card-title .t_date {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #888888;
}
.board .cards_box .card .c_tag {
	margin-bottom: 16px;
}
.board .cards_box .card .c_tag span {
	font-size: 12px;
	background: rgba(0, 113, 188, 0.6);
	padding: 3px 8px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 4px;
	margin: 2px 6px 2px 0;
	display: inline-block;
	line-height: 1.2;
}
.board .cards_box .card .ans_ttl {
	display: flex;
	align-items: baseline;
	margin-bottom: 2px;
}
.board .cards_box .card .ans_ttl .q_ttl {
	font-size: 14px;
	font-weight: bold;
	margin: 0 16px 0 0;
}
.board .cards_box .card .ans_ttl .level {
	display: flex;
	align-items: center;
	gap: 1px;
	background-color: #FCF7EA;
	padding: 2px 8px;
	border-radius: 4px;
}
.board .cards_box .card .ans_ttl .level span {
	font-size: 12px;
	font-weight: bold;
}
.board .cards_box .card .ans_ttl .level svg {
	width: 16px;
}
.board .cards_box .card .c_comment p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
.board .cards_box .card .evaluation {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.board .cards_box .card .evaluation span {
	padding-right: 8px;
	font-size: 16px;
	font-weight: bold;
}
.board .cards_box .card .evaluation .level {
	display: flex;
	align-items: center;
	gap: 1px;
	background-color: #FCF7EA;
	padding: 2px 8px;
	border-radius: 4px;
}
.board .cards_box .card .evaluation .level svg {
	width: 16px;
}
.board .cards_box .card .row>div {
	padding: 0 8px;
}
@media (max-width: 767px) {
.main.review {
	padding-bottom: 50px;
}
.board h2 {
	padding: 12px 16px;
	line-height: 1.35 !important;
}
.board h2 span {
	font-size: 14px;
}
.search_box .outer {
	width: 100%;
	box-sizing: border-box;
}
.search_box select#age {
	width: 100%;
	box-sizing: border-box;
}
.search_box select#question {
	width: 100%;
	box-sizing: border-box;
}
.search_box select#location {
	width: 100%;
	box-sizing: border-box;
}
/* ツールチップ追記 */
.search_box .form_inner {
	align-items: flex-end;
}
.search_box span.select_tooltip {
	top: -3px;
	left: -2px;
	padding: 0 14px;
	height: 25px;
	line-height: 25px;
	font-size: .85em;
}
.search_box span.select_tooltip::after {
	top: 24px;
	left: 15px;
	border: 5px solid transparent;
	border-top: 6px solid #FFC800;
}
.search_box select.active_tip {
	margin-top: 26px;
}
.sort_bar .sort_box {
	flex-wrap: wrap;
	margin: 8px 0;
}
.sort_bar .sort_box input {
	width: calc(50% - 2px);
}
.board .cards_box .card {
	margin-bottom: 32px;
	padding: 16px;
}
.board .cards_box .card-title {
	margin: 16px 0 0;
}
.board .cards_box .card-title .t_img {
	width: 50px;
	height: 50px;
	max-width: 50px;
}
.board .cards_box .card-title .t_text {
	font-size: 14px;
}
.board .cards_box .card-title .t_date {
	top: -15px;
}
.board .cards_box .card .c_quest_01 {
	margin-top: 10px;
}
.board .cards_box .card .ans_ttl {
	flex-wrap: wrap;
	gap: 6px;
}
}
#more_btn {
	font-size: 18px;
	background: #FFC800;
	padding: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 40px;
	margin: 0 auto 48px;
	display: block;
	width: 70%;
	max-width: 300px;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
}
#more_btn:hover {
	filter: brightness(1.1);
}
@media (max-width: 768px) {
	#more_btn {
		font-size: 16px;
		margin-bottom: 32px;
	}
}
/*
===============================================================================
グラフ追加
=============================================================================== */
.graph {
	width: 100%;
	max-width: 960px;
	margin: 60px auto 0;
	padding: 0 16px;
}
.graph_border {
	position: relative;
}
.graph_title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.graph_title small {
	font-size: 16px;
}
.graph_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.graph_left {
	width: 70%;
	max-width: 600px;
	padding: 20px;
}
.graph_left canvas {
	max-height: 440px;
}
.graph_right {
	width: 30%;
	min-width: 300px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.7;
}
.graph_right_title {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 700;
}
.graph_right_title .level {
	display: flex;
	align-items: center;
	gap: 1px;
}
.graph_right_title .level svg {
	width: 20px;
}
.graph_right_text {
	font-size: 14px;
	font-weight: 400;
}
.graph_right_sub {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 700;
}
.graph_right span.num {
	font-size: 115%;
	font-weight: 700;
}
@media (max-width: 767px) {
	.graph {
		margin: 20px auto 0;
		padding: 20px 0;
	}
	.graph_title {
		padding: 0 30px;
		font-size: 18px;
		margin-bottom: 0;
	}
	.graph_title small {
		font-size: 14px;
	}
	.graph_wrap {
		flex-direction: column;
	}
	.graph_left {
		width: 100%;
		padding: 0 5px;
	}
	.graph_left canvas {
		max-height: 280px;
	}
	.graph_right {
		width: 100%;
		padding: 0 30px;
	}
}
