/*------制作メモ------

 #CDE3F8⇒メイン部分の背景、こだわり条件ボタン枠の背景
 #0D316D⇒タイトルバーとボタンの置換
 #5E8ABF⇒【エリア名（ローマ字）】
 #009CD1⇒ウェブアイコンの色
 #AD3333⇒値下げ・新着一覧リンクボタンホバー
 #E7F0F9⇒物件ホバー背景色

---------------------*/
/* lpo_common
---------------------------------------- */
.buy_bukken_w h2 {
	color: #1a1a1a;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	padding: 10px;
	margin: 0 auto 10px;
	line-height: 24px;
}
/* lpo_main
---------------------------------------- */
.lpo_main_wrap {
	background: #CDE3F8;
	padding: 10px 2%;
}
.lpo_main_wrap a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.lpo_main_wrap a i {
	color: #009CD1;
}
.lpo_main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.lpo_m_search {
	width: 100%;
	border: 1px solid #999;
	padding: 9px;
	background: #fff;
	box-sizing: border-box;
}
.lpo_m_s_tl {
	display: flex;
	align-items: flex-end;
	background: #0D316D;
	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: 16px;
}
.lpo_m_s_tl span {
	display: block;
	color: #fff;
	font-size: 13px;
}
.lpo_m_s_inner {
	overflow: hidden;
}
.lpo_m_s_img {
	display: none;
}
.lpo_m_s_btn {
	width: 100%;
}
.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: 13px;
}
.lpo_m_s_btn a p {
	font-weight: bold;
}
.lpo_m_s_btn_area {}
.lpo_m_s_btn_area li {
	width: 32%;
	margin-right: 2%;
}
.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 {
	margin: 0 0 15px 0;
}
.lpo_m_s_btn_kind li {
	width: 49%;
	margin-top: 6px;
}
.lpo_m_s_btn_kind li:nth-of-type(2n-1) {
	margin-right: 2%;
}
.lpo_m_s_btn_kind li a {
	display: flex;
	justify-content: space-between;
	padding: 14px;
	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;
	margin-right: 10px;
	width: 25px;
	text-align: center;
}
.lpo_m_s_btn_kind li a p {
	padding: 0 15px 0 0;
}
.lpo_m_s_link p {
	display: flex;
	align-items: center;
	gap: 0 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	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 {
	overflow: hidden;
}
.lpo_m_s_link li {
	float: left;
	width: 49%;
	margin-top: 6px;
}
.lpo_m_s_link li:nth-of-type(2n-1) {
	margin-right: 2%;
}
.lpo_m_s_link a:hover {
	text-decoration: underline;
}
.lpo_m_s_link a {
	padding: 5px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #f9f9f9;
}
.lpo_m_s_link a i {
	margin-right: 5px;
}
.lpo_m_regist {
	display: none;
}
/* lpo_free
---------------------------------------- */
.lpo_free {
	overflow: hidden;
	margin: 10px auto;
	width: 96%;
}
.lpo_free_tl {
	border-left: 5px solid #333;
	margin-bottom: 5px;
	padding: 2px 0 2px 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	line-height: 24px;
}
.lpo_free_tl p {
	font-size: 18px;
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.lpo_free_tl span {
	font-size: 13px;
	float: left;
	font-weight: bold;
}
.lpo_free form {
	width: 100%;
}
.lpo_free input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	padding: 5px;
}
.lpo_free input[type="text"] {
	width: 75%;
	height: 40px;
	border: 1px solid #cccccc;
	background: #FFF;
	box-shadow: none;
}
.lpo_free ::placeholder {
	color: #cccccc;
}
.lpo_free input[type="submit"] {
	font-weight: bold;
	background: #333;
	color: #fff;
	cursor: pointer;
	width: 23%;
	height: 40px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	-webkit-appearance: none;
}
.lpo_free input[type="submit"]:hover {
	background: #AD3333;
}
/* lpo_article
---------------------------------------- */
span.bukken_icon_down {
	background: #87d63a;
	border: 1px solid #87d63a;
	color: #fff;
}
.buy_bukken_w {
	width: 98%;
	margin: 10% auto 0 auto;
}
.buy_bukken_w ul {
	overflow: hidden;
}
.buy_bukken_w li {
	position: relative;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 auto 10px;
	padding: 10px;
	box-sizing: border-box;
}
.buy_bukken_w li:empty {
	display: none;
}
.buy_bukken_w li:nth-of-type(3n) {
	margin-right: 0;
}
.buy_bukken_w li .bukken_icon_only {
	position: absolute;
	font-size: 12px;
	padding: 0 3px;
	line-height: 20px;
	margin: 1px 0;
	top: 40px;
	left: 5px;
	font-weight: bold;
}
.buy_bukken_w li>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background
	/*\**/
	: #fff\9;
	filter: alpha(opacity=0);
}
.buy_bukken_w li a p {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 35px;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	background: #f5ffee;
}
.lpo_art_photo {
	float: left;
	width: 40%;
	margin: 35px 0 10px;
}
.lpo_art_photo p {
	text-align: center;
}
.lpo_art_photo span {
	background: #333;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	display: block;
}
.lpo_art_detail {
	float: right;
	width: 58%;
	margin: 35px 0 10px;
}
.lpo_art_detail p {
	line-height: 20px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lpo_art_detail p:last-of-type {
	font-size: 11px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}
.lpo_art_detail p.lpo_art_price {
	color: #ff5948;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}
.lpo_art_price .bukken_icon_down {
	font-size: 12px;
	float: right;
	padding: 0 3px;
	line-height: 20px;
	margin: 1px 0;
}
.lpo_art_comment {
	background: #f5ffee;
	padding: 10px;
	clear: both;
}
.lpo_art_comment p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 67px;
	overflow: hidden;
}
.lpo_art_comment_regist p {
	color: #ff5948;
	font-weight: bold;
}
.lpo_more {
	margin-bottom: 20px;
}
.buy_more_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px auto;
	width: 90%;
	border-radius: 3px;
	border: 2px solid #87d63a;
	padding: 15px 4%;
	color: #333;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 24px;
}
.buy_more_btn p, .buy_more_btn i {
	display: table-cell;
	vertical-align: middle;
}
.buy_more_btn span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 90%;
	padding: 0 0 0 10px;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
}
/* lpo_btn
---------------------------------------- */
.lpo_btn {
	width: 96%;
	background: #ebf3f8;
	padding: 5% 2% 2% 2%;
	margin: 0 auto 10px;
	box-sizing: border-box;
}
.lpo_btn h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 22px;
	color: #0e6ba5;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-align: center;
}
.lpo_btn h3:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #0062a0;
}
.lpo_btn ul {
	overflow: hidden;
}
.lpo_btn li {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 4px;
	box-sizing: border-box;
}
.lpo_btn li a {
	display: flex;
	justify-content: space-between;
	padding: 14px 10px;
	background: #fff;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
	box-shadow: 0px 1px 0px 0px rgb(204 204 204 / 40%);
}
.lpo_btn li a i,
.lpo_btn li a p {
	line-height: 20px;
	font-weight: bold;
}
.lpo_btn li a p {
	padding: 0 10px 0 0;
}
.lpo_btn li a:hover {
	border: 1px solid #333;
}
.lpo_btn li a i {
	font-size: 16px;
	width: 20px;
	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 #87d63a;
	padding: 15px 5%;
	width: 98%;
	box-sizing: border-box;
	margin: 10px auto;
}
.lpo_regist_comment p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.lpo_regist_comment span {
	color: #ff5948;
	font-size: 20px;
	padding: 0 5px;
	font-weight: bold;
}
/* lpo_regist
---------------------------------------- */
.lpo_regist {
	box-sizing: border-box;
	margin: 0 auto 10px;
}
.lpo_regist_flow {
	display: none;
}
.lpo_regist_form {
	margin-bottom: 10px;
}
.lpo_regist_form form {}
.lpo_regist table {
	border-collapse: collapse;
	width: 100%;
}
.lpo_regist table tr {
	display: flex;
	flex-direction: column;
}
.lpo_regist th, .lpo_regist td {
	width: 96%;
	box-sizing: border-box;
	display: block;
	padding: 10px 2%;
	margin: 0 auto;
}
.lpo_regist th {
	background: #f5f5f5;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.lpo_regist th span {
	background: #ff5948;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border-radius: 3px;
	padding: 1px 5px;
	float: right;
}
.lpo_regist td p {
	padding-bottom: 5px;
}
.lpo_regist td input {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 5px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	box-shadow: none;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lpo_regist td textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	box-shadow: none;
	font-size: 13px;
	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: 48%;
}
.lpo_regist td textarea {
	height: 100px;
}
.lpo_regist_btm {
	padding: 20px 2%;
	background: #f5f5f5;
}
.lpo_regist_kiyaku {
	margin-bottom: 10px;
	text-align: center;
}
.lpo_regist_kiyaku a {
	color: #0062a0;
	font-weight: bold;
	text-decoration: underline;
}
.lpo_regist_kiyaku a:hover {
	color: #999;
}
.lpo_regist_agree {
	display: flex;
	justify-content: center;
	gap: 0 10px;
	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: flex;
	align-items: center;
	gap: 0 10px;
	border-radius: 3px;
	background: #fff;
}
.lpo_regist_agree label:hover {
	background: #eee;
}
.lpo_regist_agree label input {
	vertical-align: sub;
	margin: 0 0 0 0;
}
.lpo_regist_submit {
	text-align: center;
}
.lpo_regist_submit p {
	padding-bottom: 5px;
}
.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;
	-webkit-appearance: none;
}
.lpo_regist_submit input:hover {
	background: #c43333;
}
/* buy_lpotop
---------------------------------------- */
.sp_off {
	display: none !important;
}
.buy_main_w {
	width: 100%;
	position: relative;
}
.buy_main_w .buy_main_in {
	width: 90%;
	margin: 8% auto 0px auto;
}
.buy_main_w .buy_main_tit {
	display: flex;
	gap: 0px 5px;
	margin: 0 0 20px 0;
	padding: 0px 0px 6% 0px;
	align-items: flex-end;
	border-bottom: 4px solid #87d63a;
}
.buy_main_w .buy_main_tit h2 {
	font-size: 6vw;
	line-height: clamp(28px, 8vh, 32px);
	letter-spacing: 0.1em;
	margin: 0px;
	font-weight: bold;
}
.buy_main_w .buy_main_tit h2 span {
	color: #87d63a;
	font-weight: bold;
}
.buy_main_w .buy_main_tit p {
	font-size: 4vw;
	line-height: 26px;
	letter-spacing: 0.05em;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Didact Gothic', sans-serif;
	font-weight: bold;
	color: #87d63a;
}
.buy_search_bg_w {
	position: relative;
	width: 100%;
}
.buy_search_bg_w:before {
	background-color: #f7f7f7;
	border-radius: 15px;
	content: "";
	position: absolute;
	width: 100%;
	height: 94%;
	top: 130px;
	left: -110px;
	right: 0px;
	margin: auto;
	z-index: 0;
}
.buy_search_w {
	width: 90%;
	margin: 10% auto 0% auto;
	box-sizing: border-box;
	position: relative;
}
.buy_search_w::before {
	background-color: #f5ffee;
	border-radius: 15px;
	content: "";
	position: absolute;
	width: 100%;
	height: 102%;
	top: 20px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 0;
}
.buy_search_w::after {
	content: "";
	display: inline-block;
	background: url(../img/buy/main_bg1_sp.png);
	position: absolute;
	bottom: -122px;
	right: -125px;
	width: 330px;
	height: 172px;
	background-size: contain;
	z-index: 0;
	background-repeat: no-repeat;
}
.buy_search_w img {
	position: absolute;
	top: -20px;
	right: 20px;
	width: 45%;
}
.buy_search_w .buy_search_tit {
	width: 46%;
	box-sizing: border-box;
	border: 2px solid #333333;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 4% 0px 3% 3%;
	position: relative;
}
.buy_search_w .buy_search_tit h2 {
	font-size: 5vw;
	line-height: clamp(18px, 4vh, 22px);
	letter-spacing: 0.15em;
	margin: 0px;
	font-weight: bold;
}
.buy_search_w .buy_search_tit p {
	font-size: 3vw;
	line-height: clamp(16px, 3vh, 20px);
	letter-spacing: 0.15em;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Didact Gothic', sans-serif;
	color: #87d63a;
	font-weight: bold;
	margin: 1% 0px 0px 0px;
}
.buy_search_box_w {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.buy_search_box_l {
	width: 100%;
}
.buy_search_box {
	width: 95%;
	border: solid 2px #87d63a;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 6%;
	margin: 5% auto 0% auto;
	box-sizing: border-box;
	position: relative;
}
.buy_search_box:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	top: -2px;
	right: 45px;
}
.buy_search_box:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: -2px;
	left: 50px;
}
.buy_search_box_r {
	margin: -20px 0px 0px 0px;
}
.buy_search_box_r .buy_search_box:nth-of-type(2) ul li {
	width: 32%;
}
.buy_search_box .buy_search_box_tit {
	display: flex;
	gap: 0px 10px;
	align-items: center;
}
.buy_search_box .buy_search_box_tit h3 {
	font-size: 4vw;
	line-height: clamp(18px, 4vh, 22px);
	letter-spacing: 0.1em;
	margin: 0px;
	font-weight: bold;
}
.buy_search_box .buy_search_box_tit p {
	font-size: 3.5vw;
	line-height: clamp(18px, 4vh, 22px);
	letter-spacing: 0.05em;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Didact Gothic', sans-serif;
	color: #87d63a;
	font-weight: bold;
}
.buy_search_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
	margin: 8px auto 0px auto;
}
.buy_search_box ul li {
	width: 49%;
}
.buy_search_box ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 3.5vw;
	line-height: clamp(18px, 4vh, 22px);
	letter-spacing: 0.05em;
	display: block;
	padding: 7px 0px 6px 0px;
	box-sizing: border-box;
	border: 2px solid #333333;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.buy_search_box:nth-of-type(1) .buy_area_type_btn li:nth-child(1),
.buy_search_box:nth-of-type(1) .buy_area_type_btn li:nth-child(2) {
	width: 100%;
}
.buy_gakku_search_w {
	position: relative;
	z-index: 1;
}
.buy_search_w .buy_search_btn, .buy_search_w .buy_gakku_btn {
	display: block;
	padding: 14px 3px 12px 0;
	font-size: 3.8vw;
	line-height: clamp(16px, 3vh, 20px);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	width: 80%;
	margin: 3% auto 0% auto;
	border-radius: 30px;
	box-sizing: border-box;
	text-decoration: none;
}
.buy_search_w .buy_search_btn span, .buy_search_w .buy_gakku_btn span {
	font-weight: bold;
}
.buy_search_w .buy_search_btn {
	background: #87d63a;
	border: 2px solid #87d63a;
}
.buy_search_w .buy_gakku_btn {
	background: #ff5948;
	border: 2px solid #ff5948;
	margin: 8% auto 0% auto;
}
.buy_search_w .buy_search_btn:after {
	content: "";
	display: block;
	width: calc(100% + 5px);
	height: calc(100% + 4px);
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: -2px;
	border-radius: 30px 30px 30px 30px;
	border-bottom: 2px solid #87d63a;
	border-right: 2px solid #87d63a;
	z-index: -2;
	background-color: #fff;
}
.buy_search_w .buy_gakku_btn:after {
	content: "";
	display: block;
	width: calc(100% + 5px);
	height: calc(100% + 4px);
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: -2px;
	border-radius: 30px 30px 30px 30px;
	border-bottom: 2px solid #ff5948;
	border-right: 2px solid #ff5948;
	z-index: -2;
	background-color: #fff;
}
.buy_search_w .buy_search_btn span {
	position: relative;
}
.buy_search_w .buy_search_btn span:before {
	content: "";
	width: 3px;
	height: 3px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	z-index: 1;
	border-top: 1px solid #65b820;
	border-right: 1px solid #65b820;
}
.buy_search_w .buy_gakku_btn span:before {
	content: "";
	width: 3px;
	height: 3px;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 19px;
	z-index: 1;
	border-top: 1px solid #ff5948;
	border-right: 1px solid #ff5948;
}
.buy_search_w .buy_search_btn span:after {
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -23px;
}
.buy_search_w .buy_gakku_btn span:after {
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
.t_mem_wrap {
	margin: 0 0 10% 0;
	position: relative;
	z-index: 2;
}
.t_mem_wrap a {
	display: block;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5% 5% 4% 5%;
	background: #87d63a;
	border-radius: 5px;
	position: relative;
}
.t_mem_wrap a:after {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #eff8e8;
	border: 1px solid #87d63a;
	border-radius: 5px;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: -2;
}
.t_mem_wrap a h3 {
	margin: 0 0 5% 0;
}
.t_mem_wrap a .t_mem_r {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 4% 0;
	padding: 5%;
	background: #FFF;
	border-radius: 5px;
}
.t_mem_wrap a .t_mem_r .t_mem_r_txt {
	margin: 0 0 5% 0;
	font-size: clamp(13px, 4.2vw, 15px);
	line-height: clamp(16px, 6vh, 24px);
	font-weight: bold;
	letter-spacing: 0.1em;
}
.t_mem_wrap a .t_mem_r .t_mem_r_txt span {
	color: #ff5948;
	font-weight: bold;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num_tl {
	width: 80%;
	margin: 0 auto 3% auto;
	padding: 4px 0;
	background: #87d63a;
	border-radius: 30px;
	font-size: clamp(11px, 3.2vw, 15px);
	line-height: clamp(14px, 5vh, 22px);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num {
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num div {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num div .t_mem_r_num_name {
	font-size: clamp(11px, 3.2vw, 15px);
	line-height: clamp(14px, 5vh, 22px);
	font-weight: bold;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num div .t_mem_r_num_count {
	display: flex;
	align-items: flex-end;
	gap: 0 5px;
	font-size: clamp(16px, 5vw, 22px);
	line-height: clamp(22px, 7vh, 28px);
	font-weight: bold;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num div:nth-of-type(2) .t_mem_r_num_count {
	color: #ff5948;
	font-size: clamp(18px, 6vw, 24px);
	line-height: clamp(24px, 8vh, 30px);
	font-weight: bold;
}
.t_mem_wrap a .t_mem_r .t_mem_r_num div .t_mem_r_num_count span {
	font-size: clamp(14px, 4vw, 20px);
	line-height: clamp(20px, 6vh, 26px);
	color: #333;
	font-weight: bold;
}
.t_mem_wrap a .t_mem_btn {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFF;
	border-radius: 40px;
	font-size: clamp(11px, 3.2vw, 15px);
	line-height: clamp(14px, 5vh, 22px);
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.t_mem_wrap a .t_mem_btn:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	z-index: 1;
}
.t_mem_wrap a .t_mem_btn:after {
	content: "";
	width: 28px;
	height: 28px;
	margin: auto;
	background: #87d63a;
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
.lpo_container_w {
	margin: 40% auto 0% auto;
}
.buy_bukken_tit {
	text-align: center;
}
.buy_bukken_tit img {}
.t_mem_wrap a .t_mem_btn {
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	background: #FFF;
	border-radius: 40px;
	font-size: clamp(11px, 3.2vw, 15px);
	line-height: clamp(14px, 5vh, 22px);
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.t_mem_wrap a .t_mem_btn:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	z-index: 1;
}
.t_mem_wrap a .t_mem_btn:after {
	content: "";
	width: 28px;
	height: 28px;
	margin: auto;
	background: #87d63a;
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
.buy_bukken_tit_gr, .buy_bukken_tit_or {
	font-weight: bold;
	color: #87d63a;
}
.buy_more_or {
	border: 2px solid #ff5948;
}
/*タブ切り替え全体のスタイル*/
.buy_tabs {
	margin: 0 auto 30px auto;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	width: 100%;
}
/*タブのスタイル*/
.buy_tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #87d63a;
	background-color: #d9d9d9;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tabs__menu {
	display: flex;
	justify-content: space-between;
}
.buy_tab_item.is-active {
	background-color: #87d63a;
	color: #fff;
}
/*タブ切り替えの中身のスタイル*/
.buy_tab_content {
	display: none;
	padding: 10px 10px 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
.buy_tab_content.is-active {
	display: block;
}
.buy_tab_content ul {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #eff8e8;
	border-radius: 5px;
}
.buy_tab_content ul li {
	width: 48%;
}
.buy_tab_content ul li a {
	display: block;
}
.buy_tab_content ul li a i {
	display: block;
	margin: 5px auto;
	font-size: 20px;
}

/*会員ボタン*/
.buy_kaiin_btn {
	width: 90%;
	margin: 0 auto 50px auto;
}
.buy_kaiin_btn ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.buy_kaiin_btn ul li{
	width: calc(calc(100% - 10px) / 2);
}
.buy_kaiin_btn ul li:last-child{
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.buy_kaiin_btn ul li a {
	display: block;
	text-decoration: none;
	color: #525252;
	border-radius: 5px;
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	padding: 18px 7% 14px 0px;
	transition: all 0.2s;
	position: relative;
	box-sizing: border-box;
}
.buy_kaiin_btn ul li a:before {
	content: "";
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	right: 19px;
}
.buy_kaiin_btn ul li a:after {
	content: "";
	width: 23px;
	height: 23px;
	margin: auto;
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
.buy_kaiin_btn ul li:nth-child(1) a {
	box-shadow: 4px 4px 0px 0px rgba(247, 247, 247, 1);
	border: 2px solid #333333;
}
.buy_kaiin_btn ul li:nth-child(1) a:after {
	background: #333333;
}
.buy_kaiin_btn ul li:nth-child(2) a {
	box-shadow: 4px 4px 0px 0px rgba(255, 247, 246, 1);
	border: 2px solid #ff5948;
}
.buy_kaiin_btn ul li:nth-child(2) a:after {
	background: #ff5948;
}
.buy_kaiin_btn ul li:nth-child(3) a {
	box-shadow: 4px 4px 0px 0px rgba(239, 248, 232, 1);
	border: 2px solid #87d63a;
}
.buy_kaiin_btn ul li:nth-child(3) a:after {
	background: #87d63a;
}

/*今月のお問い合わせ数（左下固定）*/
.inq_number_w {
	background-color: #f5ffee;
	box-sizing: border-box;
	padding: 12px 10px 15px 10px;
	border-radius: 10px;
	border: 1px solid #87d63a;
	width: 90%;
	margin: 0 auto;
}
.inq_number_w iframe{
	width: 100%;
	height: 55px;
}
.inq_number_con .inq_num_text {
	font-weight: bold;
	text-align: center;
	font-size: 4.3vw;
	line-height: clamp(24px, 3.4vh, 27px);
	margin: 0px;
}
.inq_number_con .inq_num_suu {
	color: #ff5948;
	font-weight: bold;
	font-size: 7vw;
}
.inq_number_con .inq_num_ken {
	font-weight: bold;
	font-size: 5vw;
	color: #ff5948;
}
.inq_number_w ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 10px;
}
.inq_number_w ul li{
	width: calc(calc(100% - 10px) / 2);
}
.inq_number_w ul li a {
	display: block;
	text-decoration: none;
	color: #525252;
	border-radius: 5px;
	text-align: center;
	font-size: 3.2vw;
	font-weight: bold;
	padding: 13px 11px 10px 0px;
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
}
.inq_number_w ul li a:before {
	content: "";
	width: 4px;
	height: 4px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	right: 13px;
}
.inq_number_w ul li a:after {
	content: "";
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
}
.inq_number_w ul li:nth-child(1) a {
	border: 2px solid #ff5948;
}
.inq_number_w ul li:nth-child(1) a:after {
	background: #ff5948;
}
.inq_number_w ul li:nth-child(2) a {
	border: 2px solid #87d63a;
}
.inq_number_w ul li:nth-child(2) a:after {
	background: #87d63a;
}

.hino_bn_w {
	margin: 10% auto 0px auto;
	width: 90%;
}
.hino_bn_w a {
	display: block;
}