@charset "utf-8";
 /* ================================================ CSS Information
 File Name:      page-20000year.css
 Last updated:   2021/11/15
 Style Info:     グルーピングしない下層コンテンツの定義
 Notes:          お悩み相談
================================================================ */


/* ---------------------------------------------------
  一覧　メインビジュアル
--------------------------------------------------- */
.mv_20000year {
	margin-bottom: 3%;
}

.mv_20000year img {
	width: 100%;
}


/* ---------------------------------------------------
  一覧　問答集
--------------------------------------------------- */
.qa_20000year {
	width: 52.08%;
	margin: 0 auto;
}

.qa_20000year h2 {
	width: 41.6%;
	margin: 0 auto 5%;
}

.qa_20000year h2 img {
	width: 100%;
}

.qa_20000year_box {
	display: flex;
	flex-wrap: wrap;
	
}

.qa_20000year_item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #000000;
	box-sizing: border-box;
}

.qa_20000year_item a {
	text-decoration: none;
	display: block;
}

.qa_20000year_item:nth-child(3n) {
	margin-right: 0;
}

.qa_20000year_item_q {
	background: #e5f8e5;
	padding: 5%;
	border-bottom: 1px solid #000000;
}

.qa_20000year_item_q h3 {
	font-size: 2.2rem;
	line-height: 1.27;
	margin-bottom: 0.5em;
}

.qa_20000year_item_q p {
	text-align: right;
	margin-bottom: 0;
}

.qa_20000year_item_a {
	background: #f2fbf2;
	padding: 5%;
}

.qa_20000year_item_a h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}

.qa_20000year_item_a h4:before,
.qa_20000year_item_a h4:after {
	content: "";
	width: 1px;
	height: 1.0em;
	background: currentColor;
	margin: 0 1em;
	transform: rotate(-20deg);
}

.qa_20000year_item_a h4:after {
	transform: rotate(20deg);
}

.qa_20000year_item_a ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.qa_20000year_item_a li {
	width: 25%;
	margin: 0 2.5%;
	border-radius: 50%;
	overflow: hidden;
}

.qa_20000year_item_a li img {
	width: 100%;
}

.qa_20000year_item:nth-child(even) .qa_20000year_item_q {
	background: #fffbe5;
}

.qa_20000year_item:nth-child(even) .qa_20000year_item_a {
	background: #fffdf2;
}

/* ---------------------------------------------------
  詳細　ご相談内容
--------------------------------------------------- */

.main_20000year {
	background: #93c4ff;
	padding: 6% 0;
}

.main_20000year h1 {
	background: #666666;
	color: #fff;
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 2%;
}

.main_20000year h1 br {
	display: none;
}

.main_20000year_in {
	width: 52.08%;
	margin: 0 auto;
}

.main_20000year_in .question_date {
	width: fit-content;
	margin: 0 auto;
	background: rgba(102, 102, 102, 0.5);
	color: #fff;
	font-size: 2.0rem;
	padding: 0.5em 1.0em;
	border-radius: 50px;
	margin-bottom: 2%;
}

.main_20000year_in .question {
	margin-bottom: 4%;
	display: flex;
	align-items: flex-end;
}

.main_20000year_in .question_person {
	width: 8.5%;
	margin-right: 5%;
	text-align: center;
	box-sizing: border-box;
	font-size: 2.0rem;
}

.main_20000year_in .question_person div {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 0.5em;
}

.main_20000year_in .question_person div img {
	width: 100%;
	display: block;
}

.main_20000year_in .question_txt {
	width: 66%;
	background: #fff;
	border-radius: 100px;
	padding: 4% 6%;
	margin-right: 2%;
	box-sizing: border-box;
	font-size: 1.9rem;
	line-height: 1.42;
	position: relative;
}

.main_20000year_in .question_txt:after {
	content: "";
	width: 25px;
	height: 15px;
	background: url(../img/20000year/baloon.png) no-repeat right bottom /contain;
	position: absolute;
	left: -20px;
	bottom: 40%;
}

.main_20000year_in .question_txt > *:last-child {
	margin-bottom: 0;
}

.main_20000year_in .question_time {
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.3;
	flex-shrink: 0;
}

.main_20000year_in .answer_date {
	width: fit-content;
	margin: 0 auto;
	background: rgba(102, 102, 102, 0.5);
	color: #fff;
	font-size: 2.0rem;
	padding: 0.5em 1.0em;
	border-radius: 50px;
	margin-bottom: 2%;
}

.main_20000year_in .answer {
	margin-bottom: 4%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.main_20000year_in .answer:last-child {
	margin-bottom: 0;
}

.main_20000year_in .answer_person {
	width: 8.5%;
	text-align: center;
	box-sizing: border-box;
	font-size: 2.0rem;
}

.main_20000year_in .answer_person div {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 0.5em;
}

.main_20000year_in .answer_person div img {
	width: 100%;
	display: block;
}

.main_20000year_in .answer_txt {
	width: 66%;
	background: #fff;
	border-radius: 100px;
	padding: 4% 6%;
	margin-right: 2%;
	box-sizing: border-box;
	font-size: 1.9rem;
	line-height: 1.42;
	position: relative;
}

.main_20000year_in .answer_txt:after {
	content: "";
	width: 25px;
	height: 15px;
	background: url(../img/20000year/baloon.png) no-repeat right bottom /contain;
	position: absolute;
	right: -20px;
	bottom: 40%;
	transform: scale(-1, 1);
}

.main_20000year_in .answer_txt > *:last-child {
	margin-bottom: 0;
}

.main_20000year_in .answer_time {
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.3;
	flex-shrink: 0;
	margin-right: 5%;
}

/* ---------------------------------------------------
  詳細　回答者
--------------------------------------------------- */

.answerer {
	width: 52.08%;
	margin: 0 auto;
	padding: 2.5% 0 5%;
}

.answerer h2 {
	width: 35.8%;
	margin: 0 auto 5%;
}

.answerer h2 img {
	width: 100%;
}

.answerer_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.answerer_list_item {
	width: 32%;
	margin: 0 1%;
	text-align: center;
}

.answerer_list_item:nth-child(3n+1) {
	margin-left: 0;
}

.answerer_list_item:nth-child(3n) {
	margin-right: 0;
}

.answerer_list_item div {
	border-radius: 50%;
	overflow: hidden;
}

.answerer_list_item div img {
	width: 100%;
	display: block;
}

.answerer_list_item h3 {
	font-size: 2.5rem;
	font-weight: 700;
	margin: 0.25em 0 0.5em;
}

.answerer_list_item p {
	font-size: 2.0rem;
}

.answerer_sum {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	border-bottom: 6px solid #d20000;
	width: fit-content;
	margin: 7% auto 0;
}

.answerer_sum strong {
	font-size: 200%;
}

/* ---------------------------------------------------
  タブレット
--------------------------------------------------- */
@media screen and (max-width: 1279px) {
	.qa_20000year {
		width: 90%;
	}
	
	.main_20000year_in {
		width: 90%;
	}
	
	.main_20000year_in .question_person {
		width: 12.5%;
	}
	
	.main_20000year_in .question_txt:after {
		bottom: 25px;
	}
	
	.main_20000year_in .answer_person {
		width: 12.5%;
	}
	
	.main_20000year_in .answer_txt:after {
		bottom: 25px;
	}
	
	.answerer {
		width: 90%;
	}
}

/* ---------------------------------------------------
  スマートフォン
--------------------------------------------------- */
@media screen and (max-width: 600px) {
	.qa_20000year {
		width: 94%;
	}
	
	.qa_20000year h2 {
		width: 60%;
	}
	
	.qa_20000year_box {
		justify-content: space-between;
	}
	
	.qa_20000year_item {
		width: 100%;
		margin-right: 0;
	}
	
	.qa_20000year_item_q h3 {
		font-size: 20px;
	}
	
	.main_20000year {
		padding: 40px 0 60px;
	}
	
	.main_20000year h1 {
		font-size: 18px;
	}
	
	.main_20000year h1 br {
		display: block;
	}
	
	.main_20000year_in {
		width: 94%
	}
	
	.main_20000year_in .question_date {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.main_20000year_in .question {
		margin-bottom: 40px;
	}
	
	.main_20000year_in .question_person {
		font-size: 14px;
		width: 18%;
		margin-right: 3%;
	}
	
	.main_20000year_in .question_txt {
		font-size: 15px;
		border-radius: 12px;
	}
	
	.main_20000year_in .question_txt:after {
		left: -10px;
		bottom: 30px;
	}
	
	.main_20000year_in .question_time {
		font-size: 12px;
	}
	
	.main_20000year_in .answer_date {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.main_20000year_in .answer_person {
		font-size: 14px;
		width: 18%;
	}
	
	.main_20000year_in .answer_txt {
		font-size: 15px;
		border-radius: 12px;
	}
	
	.main_20000year_in .answer_txt:after {
		right: -10px;
		bottom: 30px;
	}
	
	.main_20000year_in .answer_time {
		font-size: 12px;
		margin-right: 3%;
	}
	
	.answerer {
		width: 94%;
		padding: 30px 0;
	}
	
	.answerer h2 {
		width: 65%;
	}
	
	.answerer_list_item {
		width: 28%;
		margin: 0 4%;
	}
	
	.answerer_list_item h3 {
		font-size: 16px;
	}
	
	.answerer_list_item p {
		font-size: 14px;
	}
	
	.answerer_sum {
		font-size: 16px;
		border-width: 3px;
	}
	
	.answerer_sum strong {
		font-size: 28px;
	}
}