@charset "shift_jis";
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
h2.cms_h2 {
	margin: 10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #013b97;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container {
	width: 1100px;
	margin: 20px auto;
	overflow: hidden;
}
.maincontents {
	width: 780px;
	float: left;
}
.side {
	width: 300px;
	float: right;
}
.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.cms_back a {
	color: #004CD3;
	line-height: 18px;
}
.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}
.tag_li_box a {
	border: 1px solid #013b97;
	color: #013b97;
}
.tag_li_box a:hover {
	background: #013b97;
	color: #e5efec;
}
.paper_inq_wrap {
	background-color: #f4f6f8;
	border: solid 4px #013b97;
}
.paper_inq_ti {
	background-color: #013b97;
}
.paper_ma_download a {
	border: solid 1px #013b97;
}
.paper_ma_download a:hover {
	background: #c4c4c4;
}
/* ----------------------------------------
article_li
---------------------------------------- */
.article_li {}
.article_li_block {
	width: 1000px;
	margin: 0 auto;
}
.article_li_box {
	margin: 30px 0 0 0;
	display: block;
}
.article_li_box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.article_li_box li {
	width: 32%;
	box-sizing: border-box;
	position: relative;
}
.article_li_box li:nth-child(3n) {
	margin: 0 0 35px 0;
}
.article_li_box li:hover iframe,
.article_li_box li:hover .thum,
.article_li_box li:hover .date,
.article_li_box li:hover>p,
.article_li_box li:hover>a {
	opacity: 0.7;
}
.article_li_box li>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.article_li_box .thumb {
	display: block;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
	height: 330px;
	overflow: hidden;
}
.article_li_box .thumb img {
	width: 340px;
	height: 340px;
	object-fit: scale-down;
}
.article_li_box .thumb iframe {
	width: 100% !important;
	margin-top: -54px !important;
}
.article_li_box li a>p {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	top: 350px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #111111;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	letter-spacing: 0;
	box-sizing: border-box;
	margin: 0;
}
.article_li_box .tag {
	padding: 0 10px;
	padding-top: 65px;
	padding-bottom: 15px;
}
.article_li_box .tag p {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
}
.article_li_box .tag label {
	cursor: pointer;
	display: block;
	float: left;
	margin: 1px;
	position: relative;
}
.article_li_box .tag label a::before {
	position: absolute;
	content: "#";
	margin-left: -10px;
}
.article_li_box .tag label a {
	display: block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px 5px;
	position: relative;
	z-index: 10;
	color: #013b97;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0;
	padding-left: 15px;
	transition: 0.3s;
}
.article_li_box .tag label:hover a {
	background: #f4f5f7;
	color: #013b97;
	border: 1px solid #013b97;
}
/* ----------------------------------------
article01　詳細
---------------------------------------- */
.article01_top {
	margin: 30px 0;
}
.article01_ttl {
	font-size: 30px;
}
.article01_ttl_tag {
	padding: 10px;
}
.article01_ttl_tag p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article01_ttl_tag label a {
	display: block;
	border: 1px solid #000;
	margin: 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 7px;
}
.article01_ttl_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.article01_ttl_tag a:hover {
	background: #013b97;
	color: #ffffff;
	border: 1px solid #013b97;
}
.article01 {
	width: 100%;
	margin: 0 auto 50px;
	overflow: hidden;
}
.article01_main {
	width: 550px;
	float: left;
}
.article01_main img {
	margin: 0 0 20px;
	height: auto !important;
}
.article01_main iframe {
	margin: 20px 0;
	max-width: 760px !important;
}
.article01_main p {
	margin: 30px 0;
}
.article01_txt {}
.article01_txt_box {
	width: 100%;
	padding: 30px;
	background-color: #f6f4ea;
	line-height: 2;
	font-size: 15px;
	box-sizing: border-box;
}
.article01_side {
	float: right;
	width: 400px;
}
.article01_side_box {}
.article01_side_tl {
	font-size: 15px;
	padding: 0px 12px;
	margin: 40px 0 0 5px;
	border-left: 5px solid #dcd9ca;
	font-weight: bold;
}
.article01_side_tag {}
.article01_tag_tl {}
.article01_tag {
	margin: 10px;
}
.article01_tag p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article01_tag label a {
	display: block;
	border: 1px solid #000;
	margin: 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 7px;
}
.article01_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.article01_tag a:hover {
	background: #013b97;
	color: #ffffff;
	border: 1px solid #013b97;
}
.article01_link {}
.article01_link a {
	display: block;
	margin: 20px 0;
}
.article01_link img:hover {
	opacity: 0.8;
}
.article01_link_tl {}
.article01_new_box_wrap iframe {
	width: 100%;
	height: 700px;
}
/* ----------------------------------------
 article サイドバー埋め込み用
 ---------------------------------------- */
.article01_new {}
.article01_new_tl {}
.article01_new_box {
	margin: 2vh 0;
}
.article01_new_box a {
	display: block;
	color: #000;
	text-decoration: none;
}
.article01_new_box:hover a {
	background-color: #fdf4ed;
}
.article01_new_contents {
	display: flex;
	overflow: hidden;
	height: 120px;
}
.article01_new_contents img {
	height: 120px;
}
.article01_new_contents iframe {
	width: 120px !important;
	min-width: 120px !important;
	margin-top: -54px !important;
}
.article01_new_txt {
	padding: 1vh 1vh 1vh 1.5vh;
}
.article01_new_txt p {
	font-size: 3.5vw;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0;
}
.article01_new_tag {
	padding-top: 10px;
}
.article01_new_tag p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article01_new_tag label {
	display: block;
	margin: 5px;
	color: #000;
	font-weight: bold;
	font-size: 3vw;
	padding: 0 6px;
	border: 1px solid #000;
	cursor: pointer;
}
.article01_new_tag label:before {
	content: "#";
	padding-right: 3px;
}
.staff5_de_pro_name .s5_name span,
.staff5_de_pro_qa ul li .qa_q,
.s5_de_pro_foot_box .s5_tl span {
	color: #013b97;
}
.staff5_detail_wrap::before {
	background: #e7f6ff;
}
.app_sho_detail li span {
	width: 70px;
	background: #013b97;
}
.info_ma_thema p {
	margin: 0;
	display: flex;
	align-items: self-start;
	gap: 0px 3px;
}
.info_ma_thema label {
	cursor: pointer;
	border: solid 1px #aaa;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #fff;
	width: auto;
	height: auto;
	margin: 0px;
	white-space: nowrap;
}
.group_all_topiclinks_tl {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #013b97;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #013b97;
}
.voice_ma_group_staff_h3 {
	background: #013b97;
}
.voice_ma_staff_comment {
	width: 900px;
	box-sizing: border-box;
	margin: -38px auto 0 auto;
	padding: 50px 30px 20px;
}
.voice_ma_cmt_ttl {
	border-left: #013b97 4px solid;
}
.voice_ma_pict {
	width: 340px;
	.ttl {
		>a {
			>span {
				display: block;
				width: 100%;
				text-align: center;
				left: 0;
			}
		}
	}
	.more {
		background: #013b97;
		border: solid 1px #013b97;
	}
}
/* ----------------------------------------
 openhouse 現地販売会
 ---------------------------------------- */
.oh_list_img {
	height: 460px;
}
/* ----------------------------------------
 sale_result 売却実績
 ---------------------------------------- */
.sale_result_day {
	padding-left: 90px;
	position: relative;
	margin-bottom: 10px;
	line-height: 30px;
}
.sale_result_day:before {
	content: "日付";
	position: absolute;
	width: 80px;
	line-height: 30px;
	display: block;
	left: 0;
	background-color: #013b96;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
}
.sale_result_day span {
	padding-left: 10px;
}
.sale_result_day:empty:before {
	content: none;
}
.info_ma p img {
	height: auto !important;
}
/* ----------------------------------------
 voice お客様の声
 ---------------------------------------- */
.voice_google{
	margin:0 0 20px 0;
}