@charset "UTF-8";
/**流入口用のCSS**/

.inflow-box {
	display: none;
	width: 300px;
	height: auto;
	min-height: 210px;
	box-shadow: 0 3px 6px #dbdbdb;
	box-sizing: border-box;
	border: 2px solid #c0e4ef;
	border-radius: 10px;
	background-color: #fffed4;
	position: fixed;
	bottom: 20%;
	right: calc(100% - ((100vw - 17px) - 10px));
	cursor: pointer;
	z-index: 5;
}
/* Firefox */
_:lang(x)::-moz-placeholder,
.inflow-box {
	right: 10px;
}
/* iPad */
.iPad .inflow-box {
	right: 10px;
}

.inflow-box.with_alertVell {
	bottom: 167px;
}
.inflow-box.with_alertBanner {
	bottom: 200px;
}

.inflow-box:hover {
	opacity: 0.7;
}

.inflow-box__closebtn {
	display: inline-block;
	position: absolute;
	right: 0;
	top: -10px;
	width: 25px;
	height: 25px;
	background: url("/static/20250910-133252978/images/std/list/icon_close.svg") no-repeat;
	background-size: 25px;
	cursor: pointer;
}

.inflow-box-inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.inflow-box-article {
	width: 300px;
	padding: 0 10px 20px;
	box-sizing: border-box;
	text-align: left;
}

.inflow-box-article p {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 22px;
}

.inflow-box-article__blueFont {
	display: block;
	margin-bottom: 4px;
	color: #1b72b5;
	font-weight: bold;
}

.inflow-box__image {
	display: block;
	width: 100%;
	height: 85px;
	margin: 0 0 10px;
	border-radius: 10px 10px 0 0;
	background: url("/static/20250910-133252978/images/std/list/img_shinchiku_mansion_pc.png");
}

.inflow-box .machi_link {
	text-decoration: none;
	color: #000;
}

.inflow-box .inflow-box__linkbtn {
	display: block;
	margin: auto;
	padding: 8px 40px 8px 12px;
	box-shadow: 0 1px 0 #007368;
	box-sizing: border-box;
	border-radius: 5px;
	background-image: url("/static/20250910-133252978/images/std/list/icon_left_arrow.svg");
	background-position: right 20px center;
	background-color: #009688;
	background-repeat: no-repeat;
	text-align: left;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

a.inflow-box__linkbtn:hover {
	color: inherit;
}

/** 注文住宅用 **/
.custom-box {
	min-height: fit-content;
	border: solid 2px #ffa98d;
	background-color: #fffee5;
}

.custom-box .inflow-box__closebtn {
	top: 0;
	right: 10px;
	transform: translateY(-50%);
}

.custom-box .machi_link {
	display: inline-block;
	width: 100%;
}

.custom-box .inflow-box-article {
	width: auto;
	padding: 16px 12px;
}

.custom-box .custom-box-lead {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.custom-box .custom-box-img {
	flex-shrink: 0;
	margin-right: 12px;
}

.custom-box .custom-box-lead-text {
	margin: 0;
	font-size: 12px;
}

.custom-box .text-color-orange {
	display: block;
	color: #f25a27;
	font-size: 14px;
	font-weight: bold;
}

.custom-box .inflow-box__linkbtn {
	position: relative;
	background-color: #f25a27;
	box-shadow: 0 1px 0 #c93706;
	background-image: none;
	font-size: 12px;
	font-weight: bold;
}

.custom-box .inflow-box__linkbtn::before {
	content: '';
	position: absolute;
	top: 46%;
	right: 12px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}