/* 会員メリット(merit) */
.mr_pc {
	display: none !important;
}
.container {
	width: 100%;
}
.mr_main {
	background: url(../merit/img/mr_main_bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}
.mr_main_inner {
	width: 90%;
	margin: auto;
	position: relative;
	padding: 100px 0 55px 0;
}
.mr_main_top {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 0px 0 20px 40px;
	position: relative;
}
.mr_main_top::before {
	content: "";
	display: block;
	width: 13px;
	height: 30px;
	background: url(../merit/img/mr_hukidasi_left.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 25px;
	left: 5%;
}
.mr_main_top::after {
	content: "";
	display: block;
	width: 13px;
	height: 30px;
	background: url(../merit/img/mr_hukidasi_right.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 25px;
	right: 22%;
}
.mr_main_bottom {
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	padding: 30px 0 150px 0;
}
.mr_main_btn {
	position: relative;
	z-index: 10;
	width: 40%;
	margin: 0 0 0 auto;
}
.mr_main_fam {
	position: absolute;
	top: 385px;
	right: 25%;
	z-index: 5;
	width: 50%;
}
.mr_member {
	width: 100%;
	padding: 70px 0;
}
.mr_container h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.mr_container h2 span {
	font-size: 23px;
	font-weight: bold;
}
.mr_title_sub {
	margin: auto;
	display: block;
	width: 20%;
}
.mr_member_inner {
	width: 90%;
	margin: 50px auto 410px auto;
	position: relative;
}
.mr_mem_fam {
	width: 40%;
	position: absolute;
	bottom: -370px;
	left: 28%;
}
.mr_member_tokuten {
	width: 100%;
	background: #f6ece4;
	margin-bottom: 15px;
	position: relative;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}
.mr_member_txt01 {
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 5px;
}
.mr_member_txt02 {
	font-size: 19px;
	font-weight: bold;
	color: #df904d;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	padding-bottom: 20px;
}
.mr_member_ribbon {
	position: absolute;
	top: -10px;
	left: -15px;
}
.mr_member_tag {
	position: absolute;
	top: -45px;
	right: -18px;
}
.mr_member_merit {
	width: 100%;
	background: #e7e7e7;
	position: relative;
	display: grid;
	place-content: center;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
}
.mr_member_merit ul {
	padding-left: 25px;
}
.mr_member_merit li {
	font-size: 13px;
	position: relative;
	line-height: 1.5;
	padding: 10px 0;
}
.mr_member_merit li span {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.mr_member_merit li::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../merit/img/mr_member_check.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 9px;
	left: -10%;
}
.mr_touroku_bnr {
	width: 90%;
	background: #df904d;
	margin: auto;
	align-items: center;
	padding: 0px 0 15px;
	border: solid 5px #df904d;
	box-sizing: border-box;
}
.mr_touroku_bnr img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.mr_touroku_bnr_txt {
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding-top: 20px;
}
.mr_touroku_hukidasi {
	font-size: 13px;
	color: #fff;
	position: relative;
	line-height: 1.5;
}
.mr_touroku_hukidasi::before {
	content: url(../merit/img/mr_bnr_hukidasi01.webp);
	position: absolute;
	bottom: -13px;
	left: 18px;
}
.mr_touroku_hukidasi::after {
	content: url(../merit/img/mr_bnr_hukidasi02.webp);
	position: absolute;
	bottom: -13px;
	right: 18px;
}
.mr_touroku_bottom {
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
}
.mr_touroku_bottom span {
	font-size: 35px;
	font-family: “Century Gothic”;
}
.mr_touroku_bnr_btn {
	font-size: 18px;
	display: block;
	color: #fff !important;
	border: 1px solid #fff;
	padding: 23px 0 20px 0;
	position: relative;
	width: 90%;
	margin: auto;
}
.mr_touroku_bnr_btn::after {
	content: url(../merit/img/mr_bnr_arrow.webp);
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 13px;
	position: absolute;
	top: 18px;
	right: 15px;
}
.mr_trouble {
	width: 100%;
	background: #f7f7f7;
	text-align: center;
	padding: 60px 0 30px 0;
}
.mr_tr_container {
	width: 90%;
	margin: auto;
}
.mr_trouble_people {
	padding: 20px 0 15px 0;
	width: 75%;
}
.mr_tr_txt_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.mr_tr_txt {
	font-size: 10px;
	font-weight: 500;
	display: block;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 30px;
}
.mr_tr_about {
	font-size: 13px;
	font-weight: bold;
	line-height: 2.5;
	padding-bottom: 20px;
	padding-top: 20px;
}
.mr_tr_about span {
	color: #c83434;
	text-decoration: underline;
	text-underline-offset: 8px;
}
.mr_soudan_btn {
	width: 90%;
	height: 65px;
	border-radius: 5px;
	background: #c83434;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
	display: grid;
	place-content: center;
	margin: auto;
	transition: 0.3s;
	box-sizing: border-box;
}
.mr_can {
	width: 100%;
	background: #f7f7f7;
	padding: 30px 0 97px 0;
}
.mr_can h2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}
.mr_can h2 img {
	width: 33%;
	padding-bottom: 5px;
	margin: 0;
}
.mr_can ul {
	width: 90%;
	margin: auto;
	padding-bottom: 70px;
}
.mr_can li {
	width: 350px;
	position: relative;
	padding-bottom: 20px;
}
.mr_can_name {
	font-size: 18px;
	font-weight: bold;
	color: #df904d;
	text-align: center;
	padding: 20px 0;
}
.mr_can_num {
	position: absolute;
	top: 258px;
	left: 6%;
}
.mr_can_about {
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
}
.mr_can_bnr {
	width: 90%;
	margin: auto;
	position: relative;
	text-align: center;
	background: #fff;
	padding-bottom: 40px;
	box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.4);
}
.mr_can_bnr_top {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	background: #df904d;
	padding: 25px 0 20px 0;
	line-height: 2;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 2px;
}
.mr_can_big_camera {
	position: absolute;
	top: 83px;
	left: 3%;
	width: 20%;
}
.mr_can_bnr_about {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.5;
	padding: 35px 0;
}
.mr_can_bnr ul {
	padding: 0;
	width: 90%;
	margin: auto;
}
.mr_can_bnr li {
	position: relative;
	width: 100%;
}
.mr_can_small_camera {
	position: absolute;
	top: -15px;
	right: 27%;
}
.mr_can_circle {
	position: absolute;
	top: -20px;
	right: 5%;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	place-content: center;
	font-size: 32px;
	font-weight: bold;
	font-family: “Century Gothic”;
	color: #fff;
	background: #df904d;
	padding-top: 5px;
	box-sizing: border-box;
}
.mr_can_circle span {
	font-size: 12px;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
}
.mr_can_bnr a {
	width: 90%;
	height: 70px;
	display: grid;
	place-content: center;
	background: #df904d;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 5px auto 0 auto;
	box-sizing: border-box;
}
.mr_voice {
	width: 90%;
	margin: auto;
	padding: 63px 0 88px 0;
}
.mr_voice_google {
	margin: auto;
	display: block;
	width: 90%;
}
.mr_voice_txt01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 17px 0 32px 0;
	text-align: center;
}
.mr_voice_txt02 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	height: 45px;
	background: #333;
	display: grid;
	place-content: center;
	border-radius: 8px;
	margin: auto;
}
.mr_merit_list_wrap {
	overflow-x: scroll;
}
.mr_voice iframe {
	width: 1200px;
	height: 360px;
	margin: 30px 0 20px;
}
.mr_which {
	padding-top: 65px;
	background: #f7f7f7
}
.mr_which_main {
	width: 90%;
	margin: auto;
	padding: 65px 0;
}
.mr_which_box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.mr_which_chi {
	border: 1px solid #999;
}
.mr_which_mh {
	border: 5px solid #df9a28;
}
.mr_which_name {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 70px;
	display: grid;
	place-content: center;
	color: #fff;
}
.mr_which_name_chi {
	background: #999;
}
.mr_which_chintai {
	padding: 10px 0;
	width: 90%;
}
.mr_which_graph01 {
	margin: auto;
	display: block;
	padding-top: 15px;
	width: 90%;
}
.mr_which_name_mh {
	background: #df9a28;
}
.mr_which_myhome {
	padding: 15px 0 0 0;
	width: 90%;
}
.mr_which_graph02 {
	margin: auto;
	display: block;
	padding-top: 20px;
	width: 90%;
}
.mr_which_price {
	width: 90%;
	height: 51px;
	background: #eee;
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 25px auto 0 auto;
	align-items: center;
}
.mr_which_price p {
	font-size: 18px;
	font-weight: bold;
}
.mr_which_price p span {
	font-size: 25px;
	font-family: “Century Gothic”;
	font-weight: bold;
	color: #c93838;
}
.mr_myhome {
	text-align: center;
	position: relative;
	line-height: 1.5;
	width: 90%;
	margin: auto;
	background: url(../merit/img/mr_which_bg.webp);
	background-position: right top;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	background-size: 50%;
}
.mr_myhome_top {
	font-size: 17px;
	font-weight: bold;
	padding: 10px 0 20px 0;
	line-height: 1.5;
}
.mr_myhome_top span {
	color: #c83434;
	font-weight: bold;
}
.mr_myhome_about {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
.mr_myhome img {
	position: absolute;
	top: 93px;
	left: 5%;
	width: 18%;
}
.mr_myhome_point {
	font-size: 20px;
	font-weight: bold;
	color: #c93838;
	background: linear-gradient(transparent 55%, #ffea00 55%);
	width: 100%;
	height: 30px;
	margin: 13px auto;
}
.mr_oyakudati {
	padding: 55px 0 65px 0;
}
.mr_simulation_bnr {
	margin: auto;
	display: block;
	width: 90%;
}
.mr_oyakudati_name {
	display: block;
	margin: auto;
	width: 90%;
}
.mr_oyakudati iframe {
	width: 90%;
	height: 250px;
	margin: 40px auto 0 auto;
	display: block;
}
.mr_jisseki {
	width: 90%;
	margin: auto;
	padding: 30px 0 75px 0;
}
.mr_jisseki_top {
	display: block;
	margin: auto;
	width: 90%;
}
.mr_jisseki_txt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 0 20px 0;
}
.mr_jisseki01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	gap: 10px 0;
}
.mr_jisseki01 li {
	width: 48%;
	position: relative;
}
.mr_jisseki01 li p {
	width: 100%;
	height: 25px;
	display: grid;
	place-content: center;
	background-color: rgb(0 0 0 / 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.mr_jisseki02 {
	width: 100%;
	border: 1px solid #999999;
	display: flex;
	justify-content: center;
	gap: 20px;
	border-right: none;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 10px;
	overflow-y: scroll;
	height: 200px;
}
.mr_jisseki02::-webkit-scrollbar {
	width: 8px;
}
.mr_jisseki02::-webkit-scrollbar-track {
	background-color: #ccc;
}
.mr_jisseki02::-webkit-scrollbar-thumb {
	background-color: #333;
}
.mr_jisseki02 ul {
	padding: 5px 0;
}
.mr_jisseki02 li {
	font-size: 10px;
	font-weight: bold;
	padding: 6px 0;
}
.mr_reco {
	width: 90%;
	margin: auto;
}
.mr_reco ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	box-sizing: content-box;
	padding: 20px 0 70px;
}
.renove_title {
	text-align: center;
}
.renove_title a {
	width: 200px;
	height: 45px;
	display: grid;
	place-content: center;
	background: #333;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
	box-sizing: border-box;
	margin: 13px auto;
}
/* .renove_title::before {
	content: "";
	display: block;
	background-color: #000;
	height: 1px;
	width: 115px;
	position: absolute;
	top: 55%;
	left: 26%;
}
.renove_title::after {
	content: "";
	display: block;
	background-color: #000;
	height: 1px;
	width: 115px;
	position: absolute;
	top: 55%;
	right: 26%;
} */
.renove_title img {
	width: 15%;
}
.renove_title p {
	font-size: 20px;
	font-weight: bold;
}
.renove_list_grid {
	display: flex;
	justify-content: space-between;
	& iframe {
		height: 500px;
	}
}
.mr_reco ul li {
	width: 48%;
	border: none;
	position: relative;
	overflow: hidden;
}
.renove_img {
	width: 100%;
	aspect-ratio: 1 / 1;
}
.renove_img img {
	width: 100%;
	object-fit: cover;
}
.renove_txt {
	padding-top: 10px;
}
.renove_txt span {
	font-size: 15px;
	font-weight: bold;
}
.renove_txt p {
	line-height: 1.5;
	margin-top: 5px;
	font-size: 12px;
}
.renove_comment {
	width: 200px;
	height: 200px;
	margin: auto;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0;
	left: 0;
	transition: 0.4s all ease 0s;
	top: -200px;
}
.renove_comment_inner {
	border: 1px solid #fff;
	height: 100%;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.renove_comment_inner p {
	font-size: 14px;
}
.renove_comment_inner p:last-child {
	height: 70px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.top_house_link {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	z-index: 1;
}
/* ----------------------------------------
　other（例）
---------------------------------------- */
/* other（例）
---------------------------------------- */