@charset "UTF-8";
@import url("/jutaku/common/css/rn03/fonts2.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* ==================================================
　AIR HEALING
================================================== */
#container {
	min-width: 950px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 150px;
	color: #333;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
#container sup {
	font-size: 50%;
	line-height: 1;
	vertical-align: super;
}
body {
	height: auto;
}
h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.ahWrap {
	padding: 0 40px;
}
.ahWrap ul,
.ahWrap dl {
	font-size: 100%;
}
.ahHeading {
	margin: 0 0 40px;
	font-size: 333.3333333333%;
	line-height: 1.5;
	text-align: center;
}
.ahHeading::after {
	display: block;
	width: 64px;
	height: 3px;
	margin: 32px auto 0;
	background: transparent linear-gradient(90deg, #20B3EA 0%, #C9B28D 49%, #E55A48 100%) 0% 0% no-repeat padding-box;
	content: "";
}
/* ==================================================
　00. KV
================================================== */
.ahKv {
	position: relative;
	height: 700px;
	margin: 0 -40px;
	overflow: hidden;
}
.ahKv::after {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/kv_deco.png) left center no-repeat;
	background-size: auto 100%;
	content: "";
	pointer-events: none;
}
.ahKv_img {
	z-index: -2;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 374px);
	height: 100%;
}
.ahKv_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.ahKv_inner {
	position: relative;
	height: 100%;
}
.ahKv_logo {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 260px;
}
.ahKv_copy {
	position: absolute;
	top: 195px;
	left: 100px;
}
.ahKv_copy_catch {
	display: block;
	margin-bottom: 12px;
	color: #333;
	font-weight: 500;
	font-size: 267%;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.16em;
}
.ahKv_strengths {
	position: absolute;
	top: 427px;
	left: 25px;
	width: 660px;
}
/* ==================================================
　01. リード
================================================== */
.ahLead {
	position: relative;
	margin: 0 -40px;
	padding: 100px 40px 0;
	background: #fff;
}
.ahLead::after {
	display: block;
	position: absolute;
	top: 160px;
	left: 0;
	aspect-ratio: 2888/888;
	width: 100%;
	background: url(../images/lead_wave_red.png) no-repeat center;
	background-size: cover;
	content: "";
	pointer-events: none;
}
.ahLead_inner {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}
.ahLead_column {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0 29px;
}
.ahLead_mark {
	width: 300px;
	margin: 20px auto 30px;
}
.ahLead_ttl {
	margin: 0 0 32px;
	font-size: 250%;
	line-height: 1.6;
}
.ahLead_catch {
	color: #333;
	font-size: 150%;
	line-height: 2;
	width: 580px;
}
.ahLead_catch strong {
	font-weight: 700;
}
.ahLead_notes {
	width: 100%;
	max-width: 560px;
	margin: 40px 0 0 auto;
	color: #9E9E9E;
}
.ahLead_notes li {
	padding: 0 0 0 2.6em;
	line-height: 1.5;
	text-indent: -2.6em;
}
/* ==================================================
　アンカー
================================================== */
.ahAnchor {
	position: relative;
	margin: 100px 0 70px;
	text-align: center;
}
.ahAnchor ul {
	display: inline-flex;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #B1B3B3;
	border-radius: 16px;
	background: #fff;
	list-style: none;
}
.ahAnchor ul li {
	font-weight: 500;
	font-size: 150%;
	line-height: 1.5;
}
.ahAnchor ul li:not(:last-child) {
	border-right: 1px solid #B1B3B3;
}
.ahAnchor ul li a {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 100%;
	gap: 8px 0;
	color: #000;
	text-decoration: none;
}
.ahAnchor ul li a::after {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/ico_arw01.svg) no-repeat center;
	background-size: contain;
	content: "";
}
/* ==================================================
　02. 大和ハウスの全館空調
================================================== */
.ahFeature {
	position: relative;
	margin: 0 -40px;
	overflow: hidden;
}
.ahFeature_inner {
	position: relative;
	padding: 30px 0 145px;
	background: #EDF0F0;
}
.ahFeature_inner::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	background: transparent linear-gradient(180deg, #fff 0%, #EDF0F0 68%, #EDF0F0 100%) 0% 0% no-repeat padding-box;
	content: "";
}
.ahFeature_inner::after {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 320px;
	background: transparent linear-gradient(0deg, #fff 0%, #EDF0F0 68%, #EDF0F0 100%) 0% 0% no-repeat padding-box;
	content: "";
}
.ahFeature_content {
	z-index: 2;
	position: relative;
	padding: 0 40px;
}
.ahFeature_voice_main {
	position: relative;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
}
.ahFeature_voice_heading {
	display: block;
	position: absolute;
	top: 10.9756097561%;
	left: 15.1449275362%;
	width: 19.7101449275%;
}
.ahFeature_voice_txt {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 234%;
	line-height: 1.4285714286;
	letter-spacing: 0.08em;
	text-align: center;
}
.ahFeature_voice_txt_en {
	display: block;
	margin: 0 0 7px;
	font-weight: 400;
	font-size: 78.5714285714%;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.04em;
}
.ahFeature_voice_illust {
	display: block;
	width: 100%;
}
.ahFeature_voice_owner {
	box-sizing: border-box;
	display: flex;
	position: relative;
	justify-content: flex-end;
	width: 100%;
	max-width: 1000px;
	margin: 74px auto 0;
	padding: 40px 50px;
	gap: 0 40px;
	border-radius: 16px;
	background: #fff;
}
.ahFeature_voice_owner_ttl {
	margin: 0 0 24px;
	font-weight: 500;
	font-size: 184%;
	line-height: 1;
}
.ahFeature_voice_owner_ttl span {
	display: block;
	margin: 0 0 4px;
	font-size: 81.8181818182%;
	line-height: 1.5;
}
.ahFeature_voice_owner_txt01 {
	position: absolute;
	top: -14px;
	left: 50px;
	font-size: 200%;
	line-height: 1;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.08em;
}
.ahFeature_voice_owner_txt02 {
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahFeature_voice_owner_photo {
	width: 100%;
	max-width: 410px;
}
.ahFeature_voice_owner_link {
	margin: 16px 0 0;
	font-weight: 500;
	font-size: 134%;
	line-height: 1.5;
}
.ahFeature_voice_owner_link a {
	display: inline-flex;
	align-items: center;
	gap: 0 12px;
	color: #000;
}
.ahFeature_voice_owner_link a::after {
	display: block;
	width: 18px;
	height: 18px;
	transform: rotate(-90deg);
	background: url(../images/ico_arw01.svg) no-repeat center;
	background-size: contain;
	content: "";
}
.ahFeature_point {
	z-index: 3;
	position: relative;
	margin: -85px 0 0;
	padding: 0 40px 33px;
}
.ahFeature_point::after {
	display: block;
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;
	aspect-ratio: 2880/660;
	width: calc(100% + 80px);
	background: url(../images/feature_wave_blue.png) no-repeat center;
	background-size: cover;
	content: "";
}
.ahFeature_point_ttl {
	margin: 0 0 40px;
	font-weight: 500;
	font-size: 200%;
	line-height: 1.6666666667;
	letter-spacing: 0.08em;
	text-align: center;
}
.ahFeature_list {
	display: flex;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	gap: 0 40px;
	list-style: none;
}
.ahFeature_item {
	width: 100%;
	max-width: 265px;
}
.ahFeature_item_ico {
	width: 100%;
	max-width: 120px;
	margin: 0 auto 32px;
}
.ahFeature_item_ttl {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 150%;
	line-height: 1.5;
	text-align: center;
}
.ahFeature_item_txt {
	margin: 0;
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
/* ==================================================
　03. 選べる2つのラインナップ
================================================== */
.ahLineup {
	padding: 67px 0 0;
	background: #fff;
}
.ahLineup_inner {
	max-width: 1180px;
	margin: 0 auto;
}
.ahLineup_ttl {
	font-weight: 500;
	font-size: 234%;
	line-height: 1.4285714286;
	letter-spacing: 0.08em;
	text-align: center;
}
.ahLineup_ttl_en {
	display: block;
	margin: 0 0 7px;
	font-weight: 400;
	font-size: 78.5714285714%;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 0.04em;
}
.ahLineup_anchor {
	margin: 40px 0 80px;
}
.ahLineup_anchor ul {
	display: flex;
	justify-content: center;
	gap: 0 30px;
}
.ahLineup_anchor ul li {
	width: 100%;
	max-width: 510px;
}
.ahLineup_anchor ul li a {
	box-sizing: border-box;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 23px 0 22px;
	border-radius: 16px;
	background: #fff;
}
.ahLineup_anchor ul li a::after {
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 32px;
	width: 18px;
	height: 18px;
	background: url(../images/ico_arw01.svg) no-repeat center;
	background-size: contain;
	content: "";
}
.ahLineup_anchor ul li a img {
	max-width: 175px;
}
.ahLineup_anchor ul li.ahLineup_anchor_ahl a {
	border: 1px solid #60B0E3;
}
.ahLineup_anchor ul li.ahLineup_anchor_ah a {
	border: 1px solid #80C58D;
}
.ahCard {
	position: relative;
}
.ahCard::before {
	display: block;
	position: absolute;
	top: -40px;
	left: -40px;
	width: calc(100% + 80px);
	height: calc(100% + 80px);
	border-radius: 24px;
	background: 0% 0% no-repeat padding-box;
	content: "";
	filter: blur(20px);
}
.ahCard.ahCard-ahl::before {
	background-color: #CBE3F5;
}
.ahCard.ahCard-ah {
	margin-top: 140px;
}
.ahCard.ahCard-ah::before {
	background-color: #D1F0D1;
}
.ahCard_inner {
	z-index: 2;
	position: relative;
	padding: 60px 70px 49px;
	border-radius: 16px;
	background: #fff;
}
.ahCard-ah .ahCard_inner {
	padding-bottom: 100px;
}
.ahCard_logo {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.ahCard_head {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% + 40px);
	margin: 0 -20px;
	gap: 0 40px;
}
.ahCard_head_inner {
	width: 100%;
	max-width: 480px;
}
.ahCard_head_info {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
	gap: 0 8px;
}
.ahCard_head_txt {
	font-weight: 500;
	font-size: 117%;
	line-height: 1.5714285714;
}
.ahCard_head_txt span {
	display: block;
	font-weight: 400;
	font-size: 85.7142857143%;
}
.ahCard_head_notes {
	margin: 8px 0 0;
}
.ahCard_head_notes li {
	color: #9E9E9E;
}
.ahCard_head_map {
	width: 100%;
	max-width: 100px;
}
.ahCard_head_img {
	width: 100%;
	max-width: 600px;
}
.ahCard_body {
	margin: 60px 0 0;
	padding: 50px 70px 0;
	border-top: 4px solid #DFEAF4;
}
.ahCard-ah .ahCard_body {
	border-top-color: #D9EBD9;
}
.ahCard_body_point_column {
	display: flex;
	margin: 0 0 40px;
	gap: 0 40px;
}
.ahCard_body_point_column>* {
	width: 100%;
}
.ahCard_body_point_column-row {
	flex-direction: column;
	margin-bottom: 20px;
	gap: 40px 0;
}
.ahCard_body_point_ttl {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	gap: 0 24px;
	font-weight: 500;
	font-size: 150%;
	line-height: 1.5;
}
.ahCard_body_point_ttl img {
	width: auto;
	height: 45px;
}
.ahCard_body_point_ttl_wrap {
	display: flex;
	gap: 0 40px;
}
.ahCard_body_point_txt {
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahCard_body_point_txt02 {
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahCard_body_point_img {
	margin: 20px 0 0;
	overflow: clip;
	border-radius: 8px;
}
.ahCard_body_point_img02 {
	flex: 0 0 auto;
	width: 53.3333333333%;
}
.ahCard_body_point_notes {
	margin: 16px 0 0;
}
.ahCard_body_point_notes li {
	padding: 0 0 0 2.6em;
	color: #9E9E9E;
	text-indent: -2.6em;
}
.ahCard_body_summary {
	display: flex;
	position: relative;
	margin: 50px 0 0;
	padding: 39px;
	gap: 0 40px;
	border: 1px solid #B1B3B3;
	border-radius: 8px;
}
.ahCard_body_summary_lead {
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 0 16px;
	background: #fff;
	font-weight: 600;
	font-size: 125%;
	line-height: 1.4;
	letter-spacing: 0.04em;
}
.ahCard_body_summary_ttl {
	margin: 0 0 16px;
	font-weight: 500;
	font-size: 133.3333333333%;
	line-height: 1.6875;
	letter-spacing: 0.04em;
}
.ahCard_body_summary_txt {
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahCard_body_summary_img {
	flex: 0 0 auto;
	width: 51.2195121951%;
	max-width: 420px;
}
/* ==================================================
　04. 家じゅう除湿
================================================== */
.ahDry {
	position: relative;
	margin: 40px 0 0;
	padding: 90px 0 0;
	/* ヘッド */
	/* マーカーハイライト */
	/* ジレンマボックス */
	/* 新提案 */
	/* 3機能フィーチャー */
	/* 空気清浄・脱臭 2カラム */
}
.ahDry::after {
	display: block;
	z-index: -1;
	position: absolute;
	top: 281px;
	left: calc(50% - max(50vw, 475px));
	aspect-ratio: 2880/660;
	width: calc(100% + 80px);
	transform: scale(-1, 1);
	background: url(../images/feature_wave_blue.png) no-repeat center;
	background-size: cover;
	content: "";
}
.ahDry_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.ahDry_sep {
	width: 100%;
	max-width: 100px;
	margin: 0 auto 60px;
	text-align: center;
}
.ahDry_head {
	text-align: center;
}
.ahDry .ahHeading img {
	display: block;
	width: 100%;
	max-width: 260px;
	margin: 24px auto 40px;
}
.ahDry_marker01 {
	background: linear-gradient(transparent 70%, rgb(255, 219, 217) 70%);
}
.ahDry_marker02 {
	background: linear-gradient(transparent 70%, rgb(217, 244, 255) 70%);
}
.ahDry_lead {
	font-weight: 500;
	font-size: 234%;
	line-height: 1.6428571429;
	letter-spacing: 0.08em;
	text-align: center;
}
.ahDry_box {
	margin: 40px 0;
	padding: 59px 69px;
	border: 1px solid #CACCCC;
	border-radius: 16px;
}
.ahDry_box_ttl {
	margin-bottom: 30px;
	padding: 14px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-weight: 500;
	font-size: 200%;
	text-align: center;
}
.ahDry_illust_cols {
	display: flex;
	margin-bottom: 50px;
	gap: 40px;
}
.ahDry_illust_col {
	flex: 1;
	text-align: center;
}
.ahDry_illust_col img {
	width: 100%;
	border-radius: 8px;
}
.ahDry_illust_cap {
	margin-bottom: 26px;
	font-weight: 500;
	font-size: 150%;
	line-height: 1.6666666667;
}
.ahDry_illust_cap_deco {
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
}
.ahDry_illust_cap_deco::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='3'%3E%3Cline x1='0' y1='1.5' x2='10' y2='1.5' stroke='%23ea5137' stroke-width='3' stroke-dasharray='5 5'/%3E%3C/svg%3E");
	background-size: 10px 3px;
	background-repeat: repeat-x;
	content: "";
}
.ahDry_illust_cap_deco--blue::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='3'%3E%3Cline x1='0' y1='1.5' x2='10' y2='1.5' stroke='%23359AD6' stroke-width='3' stroke-dasharray='5 5'/%3E%3C/svg%3E");
}
.ahDry_reason_cols {
	display: flex;
	gap: 40px;
}
.ahDry_reason_col {
	flex: 1;
}
.ahDry_reason_col:first-child {
	flex: 0 0 auto;
	width: 58.8888888889%;
}
.ahDry_reason_col>img {
	width: 100%;
	border-radius: 8px;
}
.ahDry_reason_col_ttl {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 150%;
	text-align: center;
}
.ahDry_reason_col_txt {
	margin: 12px 0 0;
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahDry_reason_badge {
	width: 24px;
	margin: 0 auto 16px;
	line-height: 1;
	/* 48px @2x */
}
.ahDry_bg {
	position: relative;
	padding: 159px 0 80px;
}
.ahDry_bg::before {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	min-width: 950px;
	height: 100%;
	transform: translateX(-50%);
	background: #EDF8FF;
	content: "";
}
.ahDry_bg::after {
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - max(50vw, 475px));
	width: 100vw;
	min-width: 950px;
	height: 80px;
	background: #fff;
	content: "";
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	        clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.ahDry_proposal {
	text-align: center;
}
.ahDry_proposal_ttl {
	margin: 0 0 32px;
	font-weight: 500;
	font-size: 234%;
	line-height: 1.6428571429;
}
.ahDry_proposal_txt {
	margin: 24px 0 0;
	font-weight: 500;
	font-size: 134%;
	line-height: 1.6875;
}
.ahDry_proposal_note {
	margin: 6px 0 0;
}
.ahDry_proposal_note li {
	color: #9E9E9E;
	font-size: 100%;
	line-height: 1.5;
}
.ahDry_logo {
	display: inline-block;
}
.ahDry_logo img {
	/* 108px @2x */
	width: auto;
	height: 54px;
}
.ahDry_features {
	display: flex;
	flex-direction: column;
	margin: 40px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #9CBCD0;
}
.ahDry_feature {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}
.ahDry_feature_icon {
	flex-shrink: 0;
	width: 120px;
}
.ahDry_feature_body {
	flex: 0 0 auto;
	width: 100%;
	max-width: 320px;
}
.ahDry_feature_ttl {
	margin: 0 0 16px;
	font-weight: 500;
	font-size: 184%;
	line-height: 1.6363636364;
}
.ahDry_feature_txt {
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahDry_feature_fig {
	flex-shrink: 0;
	width: 100%;
	max-width: 85.3846153846%;
	margin: 0 0 0 -352px;
}
.ahDry_feature_fig img {
	width: 100%;
}
.ahDry_features_sub {
	display: flex;
	margin-top: 40px;
	gap: 40px;
}
.ahDry_feature_sub {
	flex: 1;
}
.ahDry_feature_sub_head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}
/* ==================================================
　05. カタログ請求
================================================== */
.ahCatalog {
	display: block;
	position: relative;
	margin: 80px -40px 0;
	padding: 0 0 108px;
	background: #EDF0F0;
	text-align: center;
}
.ahCatalog::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: transparent linear-gradient(180deg, #fff 0%, #EDF0F0 68%, #EDF0F0 100%) 0% 0% no-repeat padding-box;
	content: "";
}
.ahCatalog::after {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 220px;
	background: transparent linear-gradient(0deg, #fff 0%, #EDF0F0 68%, #EDF0F0 100%) 0% 0% no-repeat padding-box;
	content: "";
}
.ahCatalog_inner {
	z-index: 2;
	position: relative;
	padding: 0 40px;
}
.ahCatalog_ttl {
	margin: 0 0 16px;
	font-weight: 500;
	font-size: 234%;
	line-height: 1.6428571429;
	letter-spacing: 0.08em;
}
.ahCatalog_txt {
	font-size: 150%;
	line-height: 1.5;
}
.ahCatalog_bnr {
	max-width: 1000px;
	margin: 40px auto 0;
}
.ahCatalog img {
	display: block;
	width: 100%;
}
/* ==================================================
　06. よくある質問
================================================== */
.ahFaq {
	margin: -8px 0 0;
	padding: 0 0 120px;
}
.ahFaq_inner {
	max-width: 1040px;
	margin: 0 auto;
}
.ahFaq_head {
	margin-bottom: 40px;
	text-align: center;
}
.ahFaq_subttl {
	margin: 0 0 4px;
	font-weight: 500;
	font-size: 134%;
}
.ahFaq .ahHeading {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 234%;
	line-height: 1.6428571429;
}
.ahFaq .qa-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CACCCC;
}
.ahFaq .qa-list dl {
	padding: 24px 0;
	border-bottom: 1px solid #CACCCC;
	cursor: pointer;
}
.ahFaq .qa-list dl.open dt::after {
	transform: rotate(180deg);
}
.ahFaq .qa-list dt {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0;
	padding: 0 48px 0 0;
	gap: 16px;
	color: #333;
	font-weight: 400;
	font-size: 150%;
	line-height: 1.5;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.ahFaq .qa-list dt::before {
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 32px;
	background: url(../images/faq_q.png) no-repeat center;
	background-size: contain;
	content: "";
}
.ahFaq .qa-list dt::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 16px;
	width: 18px;
	height: 11px;
	background: url(../images/ico_arw02.svg) no-repeat center;
	background-size: contain;
	content: "";
	transition: transform 0.2s;
}
.ahFaq .qa-list dd {
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 12px 50px 0 0;
	gap: 16px;
}
.ahFaq .qa-list dd::before {
	flex-shrink: 0;
	aspect-ratio: 1;
	width: 32px;
	background: url(../images/faq_a.png) no-repeat center;
	background-size: contain;
	content: "";
}
.ahFaq .qa-list dd>p {
	flex: 1;
	margin: 0;
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
.ahFaq_a_body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}
.ahFaq_a_block {
	display: flex;
	align-items: flex-start;
	padding: 13px 16px;
	gap: 16px;
}
.ahFaq_a_block--ahl {
	background: #ebf5fb;
}
.ahFaq_a_block--ah {
	background: #ebf5ee;
}
.ahFaq_a_block_logo {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	align-self: center;
	justify-content: center;
	width: 112px;
	height: 48px;
	margin: 0;
	padding: 0 15px;
	border-radius: 4px;
	background: #fff;
}
.ahFaq_a_block_logo--ahl {
	border: 1px solid #9cc8e0;
}
.ahFaq_a_block_logo--ah {
	border: 1px solid #9cceaf;
}
.ahFaq_a_block_logo img {
	display: block;
	width: 100%;
}
.ahFaq_a_block_txt {
	flex: 1;
	margin: 0;
	color: #4D4D4D;
	font-size: 125%;
	line-height: 1.8;
}
