/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #ebf3f8⇒物件ホバー背景色

---------------------*/
/* lpo_common
---------------------------------------- */
.lpo_tl {
	background: #0D316D;
	color: #fff;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	padding: 15px 0 15px 20px;
	margin: 0 auto 20px;
}
.lpo_container {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
.lpo_maincontents {
	width: 880px;
}
/* lpo_main
---------------------------------------- */
.lpo_main_wrap {
	margin: 0 0 30px 0;
	padding: 20px 0;
	background: #CDE3F8;
}
.lpo_main_wrap a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.lpo_main_wrap a i {
	color: #009CD1;
}
.lpo_main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.lpo_m_search {
	float: left;
	width: 860px;
	height: 280px;
	padding: 10px;
	background: #fff;
}
.lpo_m_s_tl {
	display: flex;
	align-items: flex-end;
	background: #0D316D;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_m_s_tl p, .lpo_m_s_tl span {
	float: left;
	font-weight: bold;
	line-height: 26px;
}
.lpo_m_s_tl p {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.lpo_m_s_tl span {
	display: block;
	font-size: 18px;
	color: #fff;
}
.lpo_m_s_inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
.lpo_m_s_img, .lpo_m_s_btn {
	margin-right: 10px;
}
.lpo_m_s_img {
	width: 210px;
}
.lpo_m_s_btn {
	width: 450px;
}
.lpo_m_s_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lpo_m_s_btn li {
	float: left;
}
.lpo_m_s_btn a {
	font-size: 14px;
}
.lpo_m_s_btn_area {}
.lpo_m_s_btn_area li {
	width: 143px;
	margin-right: 10px;
}
.lpo_m_s_btn_area li:last-child {
	margin-right: 0;
}
.lpo_m_s_btn_area a {
	text-align: center;
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
}
.lpo_m_s_btn_area a:hover {
	background: #f9f9f9;
}
.lpo_m_s_btn_area li a i {
	font-size: 25px;
	margin-bottom: 15px;
}
.lpo_m_s_btn_kind {}
.lpo_m_s_btn_kind li {
	width: 220px;
	margin-top: 8px;
}
.lpo_m_s_btn_kind li:nth-of-type(2n-1) {
	margin-right: 8px;
}
.lpo_m_s_btn_kind li a {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
	overflow: hidden;
}
.lpo_m_s_btn_kind li a i,
.lpo_m_s_btn_kind li a p {
	line-height: 20px;
}
.lpo_m_s_btn_kind li a i.fa-chevron-right {
	width: auto;
	margin: 0;
	font-size: 10px;
}
.lpo_m_s_btn_kind li a:hover {
	background: #f9f9f9;
}
.lpo_m_s_btn_kind li a i {
	font-size: 20px;
	width: 25px;
	text-align: center;
}
.lpo_m_s_btn_kind li a p {
	padding: 0 15px 0 0;
}
.lpo_m_s_link {
	width: 170px;
	padding: 5px 0 0 0;
}
.lpo_m_s_link p {
	display: flex;
	align-items: center;
	gap: 0 5px;
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #0062a0;
	letter-spacing: 0.6px;
}
.lpo_m_s_link p:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #0062a0;
	margin-left: 0rem;
}
.lpo_m_s_link ul {
	padding: 0 0 0 2px;
}
.lpo_m_s_link a:hover {
	text-decoration: underline;
}
.lpo_m_s_link a {
	padding: 3px 0;
	font-size: 13px;
}
.lpo_m_s_link a i {
	margin-right: 10px;
}
.lpo_m_regist {
	float: right;
	width: 200px;
}
/* lpo_free
---------------------------------------- */
.lpo_free {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.lpo_free_tl {
	border-left: 5px solid #333333;
	box-sizing: border-box;
	font-weight: bold;
	width: 135px;
	margin-right: 10px;
	padding: 3px 0 1px 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_free_tl p {
	font-size: 18px;
	margin: 0 0 5px 0;
}
.lpo_free_tl span {
	font-size: 14px;
}
.lpo_free form {
	display: flex;
	justify-content: space-between;
	width: 720px;
}
.lpo_free input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_free input[type="text"] {
	width: 610px;
	height: 45px;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 1px solid #cccccc;
	font-size: 15px;
	line-height: 20px;
}
.lpo_free ::placeholder {
	color: #cccccc;
}
.lpo_free input[type="submit"] {
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
	width: 100px;
	height: 45px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
}
.lpo_free input[type="submit"]:hover {
	background: #AD3333;
}
/* lpo_article
---------------------------------------- */
.lpo_article {}
.lpo_article ul {
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 35px;
}
.lpo_article li {
	width: 270px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 1px rgb(137 137 137 / 20%);
	padding: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}
.lpo_article li:empty {
	display: none;
}
.lpo_article li .bukken_icon_only {
	position: absolute;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;
	line-height: 20px;
	margin: 1px 0;
	top: 5px;
	right: 5px;
	font-weight: bold;
}
.lpo_article li:hover {
	background: #ebf3f8;
}
.lpo_article li>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}
.lpo_article li>a p {
	width: 250px;
	height: 48px;
	padding: 0 0 13px 0;
	position: absolute;
	top: 192px;
	left: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}
.lpo_article li>a p span {
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.lpo_article li>a p:after {
	content: "";
	width: 45px;
	height: 3px;
	background: #0062a0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.lpo_art_photo {}
.lpo_art_photo p {
	text-align: center;
	height: 180px;
}
.lpo_art_photo span {
	padding: 4px 12px;
	background: #FFF;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
}
.lpo_art_photo p a img {
	width: 270px;
	height: 180px !important;
	object-fit: cover;
}
.lpo_art_detail {
	padding: 85px 10px 0 10px;
	height: 105px;
}
.lpo_art_detail p {
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lpo_art_detail p:last-of-type {
	font-size: 12px;
}
.lpo_art_detail p.lpo_art_price {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.7px;
	overflow: hidden;
}
.lpo_art_price span {
	display: flex;
	align-items: center;
	margin: 0 0 0 5px;
	font-size: 18px;
	color: #f30000;
	letter-spacing: 0.9px;
}
.lpo_art_price .bukken_icon_down {
	font-size: 12px;
	margin: 0 0 0 5px;
	padding: 0 7px;
	border-radius: 3px;
	line-height: 20px;
	color: #FFF;
}
.lpo_art_comment {
	width: 250px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 15px;
	background: #f5f5f5;
	border-radius: 3px;
}
.lpo_art_comment p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 70px;
	overflow: hidden;
}
.lpo_art_comment_regist p {
	color: #FE9901;
	font-weight: bold;
}
.lpo_more {
	margin-bottom: 40px;
}
.lpo_more a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 600px;
	border-radius: 3px;
	border: 2px solid #0D316D;
	font-weight: bold;
	padding: 22px;
	color: #333;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
}
.lpo_more a:hover {
	background: #0D316D;
	color: #FFF;
}
.lpo_more a p, .lpo_more a i {
	display: table-cell;
	vertical-align: middle;
}
.lpo_more a p {
	width: 575px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1.8px;
}
.lpo_more a i {
	padding-left: 15px;
	font-size: 15px;
	color: #0D316D;
}
.lpo_more a:hover i {
	color: #FFF;
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	background: #ebf3f8;
	padding: 14px;
	margin-bottom: 40px;
}
.lpo_btn h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 22px;
	color: #0e6ba5;
	letter-spacing: 1.2px;
}
.lpo_btn h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #0e6ba5;
	margin-left: 1rem;
}
.lpo_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 0;
}
.lpo_btn li {
	width: 200px;
}
.lpo_btn li a {
	display: flex;
	justify-content: space-between;
	padding: 20px 14px;
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.7px;
	box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 0.4);
}
.lpo_btn li a:hover {
	background: #f9f9f9;
}
.lpo_btn li a i,
.lpo_btn li a p {
	float: left;
	line-height: 20px;
}
.lpo_btn li a p {
	padding: 0 10px 0 0;
}
.lpo_btn li a:hover {}
.lpo_btn li a i {
	font-size: 20px;
	width: 25px;
	text-align: center;
	color: #0062a0;
}
.lpo_btn li a i.fa-chevron-right {
	width: auto;
	margin: 0;
	font-size: 10px;
}
/* lpo_regist_comment
---------------------------------------- */
.lpo_regist_comment {
	border: 5px solid #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1.8px;
	font-weight: bold;
}
.lpo_regist_comment span {
	color: #ff0000;
	font-size: 24px;
	padding: 0 5px;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	margin-bottom: 40px;
}
.lpo_regist_flow {
	margin-bottom: 20px;
}
.lpo_regist_form {
	margin-bottom: 0px;
}
.lpo_regist_form form {
	border: 2px solid #ccc;
	margin-bottom: 20px;
}
.lpo_regist table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.lpo_regist table tr {
	display: flex;
	margin: 0 0 3px 0;
}
.lpo_regist th, .lpo_regist td {
	box-sizing: border-box;
	font-size: 14px;
}
.lpo_regist th {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	width: 240px;
	background: #fafaf9;
	overflow: hidden;
}
.lpo_regist th span {
	width: 48px;
	box-sizing: border-box;
	padding: 5px 0;
	background: #ffe8e5;
	border-radius: 3px;
	color: #ff4a32;
	border: 1px solid #ff4a32;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 1.3px;
}
.lpo_regist td {
	width: 640px;
	padding: 18px 0 18px 18px;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input, .lpo_regist td textarea {
	width: 590px;
	padding: 15px 15px;
	background: #f5f9fc;
	border: 1px solid #ccdae4;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td input {}
.lpo_regist td input.lpo_regist_s {
	width: 150px;
}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 30px;
	background: #f5f9fc;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0062a0;
	font-weight: bold;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}
.lpo_regist_agree p {
	padding-bottom: 5px;
}
.lpo_regist_agree label {
	border: 1px solid #ccdae4;
	padding: 8px 13px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 5px 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 8px;
}
.lpo_regist_submit input {
	cursor: pointer;
	background: #de3838;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	border-radius: 3px;
	box-shadow: 0 3px 0 #c43333;
	padding: 10px 80px;
}
.lpo_regist_submit input:hover {
	background: #c43333;
}
/* buy (売買LPO) */
.buy_container {
	font-family: "Noto Sans JP", sans-serif;
}
.buy_container a {
	text-decoration: none;
}
.buy_main {
	background: url(/img/buy/buy_main_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 140px 0 70px 0;
	position: relative;
}
.buy_main::after {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: url(/img/buy/buy_main_bottom.webp);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: absolute;
	bottom: 0;
}
.buy_main_inner {
	width: 1000px;
	margin: auto;
	position: relative;
}
.buy_main_inner h2 {
	margin: 0;
}
.buy_main_inner h2 p {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-bottom: 3px dashed #fff;
	line-height: 1.4;
}
.buy_main_syubetu {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	display: flex;
	gap: 10px;
	font-size: 15px;
	padding: 20px 0 35px 0;
}
.buy_main_syubetu li {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 6px 20px;
	border: 1px solid #fff;
	border-radius: 35px;
}
.buy_main_txt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.buy_main_btn {
	display: flex;
	gap: 25px;
	padding-top: 20px;
}
.buy_main_btn a {
	width: 235px;
	background: #e4ab6e;
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	text-decoration: none;
}
.buy_main_btn a span {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.buy_main_btn li:nth-child(2) a {
	background: #719c8b;
}
.buy_main_btn_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.buy_main_btn_arrow {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #e4ab6e;
}
.buy_main_btn_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 7px;
	height: 1px;
	border-radius: 9999px;
	background-color: #e4ab6e;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.buy_main_btn li:nth-child(2) .buy_main_btn_arrow,
.buy_main_btn li:nth-child(2) .buy_main_btn_arrow::after {
	background-color: #719c8b;
}
.buy_main_touroku {
	position: absolute;
	top: 0;
	right: 0;
}
.buy_main_touroku_inner {
	position: relative;
}
.buy_main_touroku01 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 70px;
	left: 90px;
}
.buy_main_touroku02, .buy_main_touroku03 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.buy_main_touroku02 {
	position: absolute;
	bottom: 100px;
	left: 58px;
}
.buy_main_touroku03 {
	position: absolute;
	bottom: 100px;
	right: 62px;
}
.buy_main_touroku04 {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 100px;
	right: 80px;
}
.buy_main_family {
	position: absolute;
	bottom: 0;
	right: 170px;
}
.buy_search {
	padding: 40px 0;
}
.buy_search_top {
	border-bottom: 3px solid #006b90;
}
.buy_search_top_inner {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.buy_search_5 {
	position: absolute;
	top: -35px;
	left: -20px;
}
.buy_search_top_pittari {
	width: 495px;
	height: 78px;
	border-radius: 10px 10px 0 0;
	background: #006b90;
	display: grid;
	place-content: center;
}
.buy_search_top_inner ul {
	display: flex;
	gap: 10px;
	align-items: flex-end;
}
.buy_search_top_inner li a {
	width: 225px;
	height: 65px;
	border-radius: 10px 10px 0 0;
	background: #d1dee3;
	font-size: 20px;
	font-weight: 500;
	color: #006b90;
	display: grid;
	place-content: center;
	text-decoration: none;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.buy_search_top_inner li a:hover {
	height: 68px;
	background: #006b90;
	color: #fff;
}
.buy_search_main {
	padding: 35px 0;
	background: #f3f0ea;
}
.buy_search_main_inner {
	width: 1200px;
	margin: auto;
	position: relative;
}
.buy_search_title {
	display: block;
	margin: auto;
}
.buy_search_txt01 {
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 1.8;
	padding: 30px 0 45px 0;
}
.buy_search_hito {
	position: absolute;
	top: 70px;
	right: 20px;
}
.buy_search_box {
	display: flex;
	justify-content: space-between;
}
.buy_search_map_box {
	width: 605px;
	height: 705px;
	border: 2px solid #006b90;
	border-radius: 20px;
	background: url(../img/buy/buy_search_map.webp);
	position: relative;
}
.buy_search_map_box p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: relative;
	width: 100%;
	height: 48px;
	background: #006b90;
	padding: 15px 0 15px 130px;
	box-sizing: border-box;
	border-radius: 15px 15px 0 0;
}
.buy_search_map_box p img {
	position: absolute;
	top: -35px;
	left: 30px;
}
.checkbox_icon {
	position: relative;
	width: 24px;
	height: 24px;
	appearance: none;
	background: #FFFFFF;
	border: solid 2px #006b90;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
}
.checkbox_icon_mini {
	position: relative;
	width: 13px;
	height: 13px;
	appearance: none;
	background: #FFFFFF;
	border: solid 1px #006b90;
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent;
	cursor: pointer;
	flex-shrink: 0;
}
.checkbox_icon::before,
.checkbox_icon_mini::before {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
	mask-repeat: no-repeat;
	mask-size: 80%;
	mask-position: center;
	background-color: #fff;
	transition: opacity 0.2s ease;
}
.checkbox_icon:checked::before,
.checkbox_icon_mini:checked::before {
	opacity: 1;
}
.checkbox_icon:checked,
.checkbox_icon_mini:checked {
	background: #333;
}
.buy_check_hokubu, .buy_check_tyubu, .buy_check_nanbu {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px 10px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}
.buy_check_hokubu:hover, .buy_check_tyubu:hover, .buy_check_nanbu:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.buy_check_hokubu:has(.checkbox_icon:checked),
.buy_check_tyubu:has(.checkbox_icon:checked),
.buy_check_nanbu:has(.checkbox_icon:checked) {
	background-color: #006b90;
	color: #fff;
}
.buy_check_hokubu span,
.buy_check_tyubu span,
.buy_check_nanbu span {
	line-height: 1.2;
}
.buy_check_hokubu {
	background: #fff;
	border: 1px solid #c58847;
	position: absolute;
	top: 220px;
	left: 250px;
}
.buy_check_tyubu {
	background: #f2f4f7;
	border: 1px solid #405279;
	position: absolute;
	top: 425px;
	left: 95px;
}
.buy_check_nanbu {
	background: #eff7f4;
	border: 1px solid #2b7256;
	position: absolute;
	bottom: 55px;
	left: 195px;
}
.buy_check_yellow_list,
.buy_check_bule_list,
.buy_check_bule2_list,
.buy_check_orange_list {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px 3px 5px;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}
.buy_check_yellow_list:hover,
.buy_check_bule_list:hover,
.buy_check_bule2_list:hover,
.buy_check_orange_list:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.buy_check_yellow_list:has(.checkbox_icon_mini:checked),
.buy_check_bule_list:has(.checkbox_icon_mini:checked),
.buy_check_bule2_list:has(.checkbox_icon_mini:checked),
.buy_check_orange_list:has(.checkbox_icon_mini:checked) {
	background-color: #006b90;
	color: #fff;
}
.buy_check_yellow_list span,
.buy_check_bule_list span,
.buy_check_bule2_list span,
.buy_check_orange_list span {
	line-height: 1.2;
}
.buy_check_yellow>label {
	position: absolute;
}
.buy_check_yellow_list {
	background: #fffbd5;
	border: 1px solid #ffe500;
}
.buy_check_yellow_list:nth-child(1) {
	top: 320px;
	left: 100px;
}
.buy_check_yellow_list:nth-child(2) {
	top: 365px;
	left: 230px;
}
.buy_check_yellow_list:nth-child(3) {
	top: 405px;
	left: 300px;
}
.buy_check_yellow_list:nth-child(4) {
	bottom: 250px;
	right: 115px;
}
.buy_check_yellow_list:nth-child(5) {
	bottom: 210px;
	right: 20px;
}
.buy_check_bule>label {
	position: absolute;
}
.buy_check_bule_list {
	background: #f2f4f7;
	border: 1px solid #6578b8;
}
.buy_check_bule_list:nth-child(1) {
	top: 52px;
	right: 50px;
}
.buy_check_bule_list:nth-child(2) {
	top: 56px;
	right: 120px;
}
.buy_check_bule_list:nth-child(3) {
	top: 85px;
	right: 170px;
}
.buy_check_bule_list:nth-child(4) {
	top: 80px;
	left: 270px;
}
.buy_check_bule_list:nth-child(5) {
	top: 100px;
	left: 140px;
}
.buy_check_bule_list:nth-child(6) {
	top: 115px;
	left: 25px;
}
.buy_check_bule_list:nth-child(7) {
	top: 218px;
	left: 60px;
}
.buy_check_bule_list:nth-child(8) {
	top: 247px;
	left: 85px;
}
.buy_check_bule_list:nth-child(9) {
	top: 275px;
	left: 130px;
}
.buy_check_bule_list:nth-child(10) {
	top: 303px;
	left: 180px;
}
.buy_check_bule_list:nth-child(11) {
	top: 330px;
	left: 235px;
}
.buy_check_bule_list:nth-child(12) {
	top: 335px;
	right: 210px;
}
.buy_check_bule_list:nth-child(13) {
	bottom: 315px;
	right: 165px;
}
.buy_check_bule_list:nth-child(14) {
	bottom: 285px;
	right: 110px;
}
.buy_check_bule_list:nth-child(15) {
	bottom: 270px;
	right: 15px;
}
.buy_check_bule2>label {
	position: absolute;
}
.buy_check_bule2_list {
	background: #d0ecf2;
	border: 1px solid #009bbf;
}
.buy_check_bule2_list:nth-child(1) {
	bottom: 220px;
	left: 295px;
}
.buy_check_bule2_list:nth-child(2) {
	bottom: 170px;
	left: 225px;
}
.buy_check_bule2_list:nth-child(3) {
	bottom: 125px;
	left: 140px;
}
.buy_check_bule2_list:nth-child(4) {
	bottom: 45px;
	left: 35px;
}
.buy_check_bule2_list:nth-child(5) {
	bottom: 8px;
	left: 20px;
}
.buy_check_orange>label {
	position: absolute;
}
.buy_check_orange_list {
	background: #f7e4d8;
	border: 1px solid #eb5c01;
}
.buy_check_orange_list:nth-child(1) {
	top: 140px;
	right: 140px;
}
.buy_check_orange_list:nth-child(2) {
	top: 290px;
	right: 55px;
}
.buy_search_right_box {
	width: 566px;
	background: #fff;
	border: 2px solid #006b90;
	border-radius: 20px;
	margin-bottom: 13px;
}
.buy_search_right_box p {
	width: 100%;
	height: 48px;
	background: #006b90;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 15px 85px;
	box-sizing: border-box;
	border-radius: 15px 15px 0 0;
}
.buy_search_right_box p img {
	position: absolute;
	top: -12px;
	left: 20px;
}
.buy_search_right_box ul {
	display: flex;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
	padding: 15px 0;
}
/* 1. 元のチェックボックスを非表示にする */
.buy_search_right_box .checkbox-input {
	display: none;
}
/* 2. ボタンの見た目を作る */
.buy_search_right_box .checkbox-parts {
	/* display: block; だとクリック範囲が広がりすぎるのでinline-blockに変更 */
	display: inline-block;
	width: 120px;
	height: 45px;
	border: 1px solid #006b90;
	/* 枠線 */
	border-radius: 5px;
	/* 角丸 */
	background: #d1dee3;
	/* 背景色 */
	color: #006b90;
	/* 文字色 */
	font-size: 14px;
	font-weight: 500;
	/* 文字を上下左右中央に配置 */
	display: grid;
	place-content: center;
	cursor: pointer;
	/* マウスカーソルを指マークに */
	user-select: none;
	/* テキストの選択を無効に */
	transition: background-color 0.2s, color 0.2s;
	/* 色の変化を滑らかに */
}
/* 3. チェックが入った時のスタイルを変更 */
/* :checked疑似クラスと隣接セレクタ(+)を使用 */
.buy_search_right_box .checkbox-input:checked+.checkbox-parts {
	background: #006b90;
	/* 背景色を濃く */
	color: #fff;
	/* 文字色を白に */
}
.buy_search_btn01 {
	width: 555px;
	height: 70px;
	border-radius: 10px;
	background: #ea6237;
	display: grid;
	place-content: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
	border: none;
	cursor: pointer;
}
.buy_search_btn02 {
	width: 265px;
	height: 50px;
	border-radius: 10px;
	background: #cccccc;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: grid;
	place-content: center;
	margin: auto;
}
.buy_touroku {
	display: flex;
}
.buy_touroku_left {
	width: 60%;
	background: #006b90;
}
.buy_touroku_left_inner {
	width: 610px;
	margin: 0 135px 0 auto;
	padding: 80px 0 90px 0;
	position: relative;
}
.buy_touroku_koukai {
	width: 100%;
	padding: 15px 0 30px 0;
	border-radius: 20px;
	background: #fff;
	margin: 30px 0 40px 0;
}
.buy_touroku_koukai_name {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 575px;
	height: 35px;
	border-radius: 18px;
	display: grid;
	place-content: center;
	background: #006b90;
	margin: auto;
}
.buy_touroku_koukai_bottom {
	display: flex;
	justify-content: space-between;
	width: 550px;
	margin: auto;
	padding-top: 20px;
}
.buy_touroku_koukai_bottom div {
	display: flex;
	justify-content: space-between;
	width: 258px;
}
.buy_touroku_koumoku {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border: 1px solid #333;
	padding: 10px 18px;
	border-radius: 30px;
}
.buy_touroku_num {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.buy_touroku_num span {
	font-size: 35px;
}
.buy_touroku_koukai_bottom div:nth-child(2) .buy_touroku_num span {
	color: #e55e43;
}
.buy_touroku_left_inner li {
	width: 610px;
	height: 55px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}
.buy_touroku_bottom_num {
	font-size: 18px;
	font-weight: 500;
	width: 38px;
	height: 38px;
	border-radius: 40px;
	background: #f3f0ea;
	display: grid;
	place-content: center;
}
.buy_touroku_about {
	font-size: 18px;
	font-weight: 500;
}
.buy_touroku_left_inner a {
	width: 380px;
	height: 80px;
	border-radius: 10px;
	background: #e55e43;
	color: #fff;
	display: grid;
	place-content: center;
	margin: 45px auto 0;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0px 4px 0px 0px rgba(151, 59, 41, 1);
	transition: all 0.3s ease-in-out;
}
.buy_touroku_left_inner a:hover {
	transform: translateY(4px);
	box-shadow: none;
}
.buy_touroku_hito {
	position: absolute;
	bottom: 60px;
	right: -190px;
}
.buy_voice_room {
	width: 40%;
	object-fit: cover;
}
/*-- 特選物件タブ切り替え --*/
.tab {
	cursor: pointer;
}
.panel {
	display: none;
}
.tab.is-active {
	transition: all 0.2s ease-out;
}
.panel.is-show {
	display: block;
}
.tab-group {
	width: 680px;
	margin: 0px auto 60px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 15px 40px;
	background: #f3f0ea;
	border-radius: 10px;
}
.tab-group li {
	width: 160px;
	height: 50px;
	box-sizing: border-box;
	border: 2px solid #7a8baf;
	color: #7a8baf;
	background: #fff;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	display: grid;
	place-content: center;
	&:hover {
		background-color: #7a8baf;
		color: #fff;
	}
}
.tab-group li a {
	color: #7a8baf;
	width: 160px;
	height: 50px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 8px;
	display: grid;
	place-content: center;
	&:hover {
		background-color: #7a8baf;
		color: #fff;
	}
}
.buy_reco_container {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 29px;
}
.tokusen_wrap {
	padding: 100px 0;
	position: relative;
	width: 1200px;
	margin: auto;
}
/*-- 特選物件タブ切り替え ここまで --*/
.buy_reco_bukken_list {
	&:empty {
		display: none;
	}
}
.buy_reco_title {
	font-size: 50px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	text-align: center;
}
.buy_reco_title span {
	font-size: 30px;
	color: #7a8baf;
	display: block;
	padding-bottom: 35px;
}
.buy_tokusen_hito01 {
	position: absolute;
	top: 270px;
	left: -20px;
}
.buy_tokusen_hito02 {
	position: absolute;
	top: 280px;
	right: -20px;
}
.buy_reco_about {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2;
	padding: 50px 0;
}
.buy_reco_link {
	box-sizing: border-box;
	display: block;
	color: #333;
	border-radius: 20px;
	padding: 25px;
	position: relative;
	width: 278px !important;
	height: 475px;
	background: #f3f0ea;
	text-decoration: none;
}
.buy_reco_photo img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.buy_reco_name {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px dotted #e0e5ee;
	padding: 15px 0 10px 0;
	margin: 0;
}
.buy_reco_price {
	font-size: 22px;
	font-weight: bold;
	color: #ed6103;
	margin: 0;
	padding: 15px 0;
}
.buy_reco_koumoku li {
	display: flex;
	gap: 10px;
	align-items: center;
	padding-bottom: 10px;
}
.buy_reco_icon {
	width: 15px;
}
.buy_reco_koumoku p {
	font-size: 14px;
	font-weight: 500;
}
.buy_reco_com {
	width: 220px;
	height: 85px;
	background: #fff;
	padding: 16px 14px;
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	margin: auto;
}
.buy_reco_com p {
	width: 195px;
	height: 55px;
	background: #fff;
	margin: auto;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 12px;
}
span.bukken_icon_only {
	position: absolute;
	padding: 5px 10px;
	background-color: #ed9f4c;
	color: #fff;
	border: none;
	left: 0;
	right: 0;
	display: inline-block;
	width: 60px;
	margin: 0 auto;
	top: -15px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}
.buy_rec_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 14px 0 32px;
	background-color: #7a8baf;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 450px;
	height: 70px;
	box-sizing: border-box;
	margin: 50px auto 0;
	border: 1px solid #7a8baf;
}
.buy_rec_btn:hover {
	background: #fff;
	border: 1px solid #7a8baf;
}
.buy_rec_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	transition: color 0.3s ease-in-out;
}
.buy_rec_btn:hover span {
	color: #7a8baf;
}
.buy_rec_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: all 0.3s ase-in-out;
}
.buy_rec_btn:hover .buy_rec_arrow_container {
	background: #7a8baf;
}
.buy_rec_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.buy_rec_btn:hover .buy_rec_arrow {
	background: #fff;
}
.buy_rec_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.buy_rec_btn:hover .buy_rec_arrow::after {
	background: #fff;
}
.buy_contents {
	background: #f3f0ea;
	padding: 100px 0 103px 0;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: 100px 100px 0 0;
}
.buy_contents_inner {
	width: 1200px;
	margin: auto;
}
.buy_contents_top {
	position: relative;
}
.buy_contents_top h3 {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}
.buy_contents_top h3 span {
	font-weight: bold;
	color: #7a8baf;
	display: block;
}
.buy_contents_top_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	padding: 20px 0 80px 0;
	text-align: center;
}
.buy_contents_top {
	position: relative;
}
.buy_contents_hito01 {
	position: absolute;
	top: -85px;
	left: -60px;
}
.buy_contents_hito02 {
	position: absolute;
	top: -85px;
	right: -60px;
}
.buy_contents_inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	gap: 40px 0;
}
.buy_contents_inner li a {
	width: 580px;
	height: 200px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1);
	display: flex;
	position: relative;
	transition: .3s;
}
.buy_contents_inner li a:hover {
	transform: scale(1.05);
}
.buy_contents_txt {
	display: grid;
	place-content: center;
	width: 300px;
	padding: 30px;
}
.buy_contents_name {
	font-size: 23px;
	font-weight: bold;
	color: #333;
	margin: 0;
	line-height: 1.3;
	padding-bottom: 23px;
}
.buy_contents_about {
	font-size: 15px;
	width: 300px;
	margin: 0;
	line-height: 1.8;
	color: #000;
}
.buy_contents_maru {
	width: 33px;
	height: 33px;
	border-radius: 30px;
	border: 1px solid #7a8baf;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 13px;
	right: 15px;
}
.buy_contents_arrow {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.buy_contents_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.buy_contents_list2 {
	justify-content: center !important;
	gap: 15px 26px !important;
	margin-top: 30px !important;
}
.buy_contents_list2 a {
	width: 280px !important;
	height: 80px !important;
	border-radius: 15px !important;
	background: #fff !important;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .1) !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
}
.buy_contents_list2 p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.buy_contents_list2 .buy_contents_maru {
	position: unset;
}
.buy_staff {
	background: url(../img/staff_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 40px 0;
}
.buy_staff_top {
	width: 1100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.buy_staff_top_txt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8;
}
.buy_staff_list {
	width: 1270px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 37px 0 62px 0;
}
.buy_staff_list li a {
	width: 270px;
	position: relative;
	display: block;
}
.buy_staff_list li a img {
	margin: auto;
	display: block;
}
.buy_staff_name {
	writing-mode: vertical-rl;
	font-size: 25px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	line-height: 1.5;
	padding-top: 30px;
}
.buy_staff_name span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #7a8baf;
}
.buy_staff_com {
	width: 270px;
	height: 108px;
	border-radius: 10px;
	background: #7a8baf;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 20px 30px;
	margin: 0;
	box-sizing: border-box;
	line-height: 1.6;
	display: grid;
	place-content: center;
}
.buy_staff_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 14px 0 32px;
	background-color: #7a8baf;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 450px;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
}
.buy_staff_btn:hover {
	background: #fff;
}
.buy_staff_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	transition: color 0.3s ease-in-out;
}
.buy_staff_btn:hover span {
	color: #7a8baf;
}
.buy_staff_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.buy_staff_btn:hover .buy_staff_arrow_container {
	background: #7a8baf;
}
.buy_staff_result_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #7a8baf;
}
.buy_staff_btn:hover .buy_staff_result_arrow {
	background: #fff;
}
.buy_staff_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #7a8baf;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.buy_staff_btn:hover .buy_staff_result_arrow::after {
	background: #fff;
}
.buy_voice {
	background: #fff;
}
.buy_voice_inner {
	width: 1200px;
	margin: auto;
	padding: 65px 0 85px 0;
	font-family: "Noto Sans JP", sans-serif;
}
.buy_voice_top {
	display: flex;
	align-items: flex-end;
	gap: 98px;
	position: relative;
}
.buy_voice_inner h3 span {
	font-size: 20px;
	font-weight: 500;
	color: #e3bb90;
}
.buy_voice_inner h3 {
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 3px;
}
.buy_voice_inner h3 p {
	margin: 0;
	line-height: 1;
	padding-top: 20px;
}
.buy_voice_top_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}
.buy_voice_top img {
	position: absolute;
	top: -95px;
	right: 55px;
}
.buy_voice_list_inner {
	width: 1125px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: auto;
	padding: 71px 0 22px 0;
}
.buy_voice_list_inner iframe {
	width: 560px;
	height: 580px;
}
.buy_voice_list_inner iframe body {
	margin: 0;
}
.buy_voice_cms01 {
	width: 500px;
}
.buy_voice_cms01 a {
	text-decoration: none;
	display: block;
}
.buy_voice_cms01 img {
	width: 500px;
	height: 360px;
	border-radius: 20px;
	object-fit: cover;
}
.buy_voice_name {
	font-size: 25px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding: 27px 0;
	margin: 0;
}
.buy_voice_about {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 1.7;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.buy_voice_tag01 {
	display: flex;
	gap: 10px;
	padding-top: 23px;
}
.buy_voice_tag01 p {
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 15px;
	padding: 3px 13px;
	box-sizing: border-box;
	color: #000;
	margin: 0;
}
.buy_voice_cms02 {
	width: 550px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.buy_voice_cms02 li:first-child {
	display: none;
}
.buy_voice_cms02 li {
	list-style: none;
}
.buy_voice_cms02 a {
	width: 250px;
	display: block;
	padding-bottom: 35px;
	text-decoration: none;
}
.buy_voice_cms02 a img {
	width: 250px;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}
.buy_voice_txt {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin: 0;
	padding: 6px 0 8px 0;
	line-height: 1.3;
}
.buy_voice_tag02 {
	display: flex;
	gap: 10px;
}
.buy_voice_tag02 p label {
	font-size: 12px;
	font-weight: 500;
	padding: 5px 12px;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	line-height: 1;
	color: #000;
	margin: 0;
}
.buy_voice_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 14px 0 32px;
	background-color: #e3bb90;
	border-radius: 9999px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 450px;
	height: 70px;
	box-sizing: border-box;
	margin: auto;
	border: 1px solid #e3bb90;
}
.buy_voice_btn:hover {
	background: #fff;
	border: 1px solid #e3bb90;
}
.buy_voice_btn span {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 20px;
	transition: color 0.3s ease-in-out;
}
.buy_voice_btn:hover span {
	color: #e3bb90;
}
.buy_voice_arrow_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 30px;
	transition: background-color 0.3s ase-in-out;
}
.buy_voice_btn:hover .buy_voice_arrow_container {
	background: #e3bb90;
}
.buy_voice_result_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-top: 3px;
	border-radius: 9999px;
	background-color: #e3bb90;
}
.buy_voice_btn:hover .buy_voice_result_arrow {
	background: #fff;
}
.buy_voice_result_arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	background-color: #e3bb90;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}
.buy_voice_btn:hover .buy_voice_result_arrow::after {
	background: #fff;
}