@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%;
	line-height:25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #287b44;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container{
	width:1100px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px !important;
	float:left;
}
.maincontents_sale{
	width:100% !important;
}

.side{
	width:200px;
	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 #287b44;
	color: #287b44;
}
.tag_li_box a:hover {
	background: #287b44;
	color: #e5efec;
}
.paper_inq_wrap{
	background-color: #f4f6f8;
	border: solid 4px #287b44;
}
.paper_inq_ti{
    background-color: #287b44;
}
.paper_ma_download a{
	border: solid 1px #287b44;
}
.paper_ma_download a:hover {
    background: #c4c4c4;
}
.staff3_ma_photo img {
	height: 325px !important;
}

.voice_ma_group_staff_h3 {
	background: #176531;
}

/* 商品化ページ */
.gaiyou_ti {
	margin: 10px auto 20px auto;
    position: relative;
    padding-bottom: 0.7em;
    border-bottom: 4px solid #DDD;
    display: inline-block;
    width: 100%;
    line-height: 25px;
		&::after {
			position: absolute;
    content: ' ';
    border-bottom: solid 4px #287b44;
    bottom: -4px;
    width: 13%;
    display: block;
    left: 0px;
		}
}
.shosai_gaiyou2 table td {
	width: 36%;
}
.bunjo_form a {
	width: 60%;
	margin: 0 auto;
}
.bunjo_shosai_info .shosai_img img {
	max-width: 320px !important;
}
.bunjo_shosai_info .shosai_info {
	width: 410px;
}
.shosai_info-ti {
	background: none;
	line-height: 30px;
	text-indent: 0px;
	& h3 {
		background: #EEE;
		margin-bottom: 5px;
	}
	& p {
		font-size: 14px;
		line-height: 20px;
	}
}


.bunjo_shosai_mainimg {
	width: 90%;
  margin: 0 auto 15px auto;
	position: relative;
	&::before {
		content: "after";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #c71313;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
		letter-spacing: 0.1em;
		font-size: 18px;
	}
}
.shosai_img {
	position: relative;
	&::after {
		content: "before";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #042455;
    color: #fff;
    padding: 8px 10px;
    font-weight: bold;
		letter-spacing: 0.1em;
		font-size: 18px;
	}
}
.bunjo_shosai_mainimg img {
	max-width: 710px !important;
}
.bunjo_ma_list_text {
	width: 480px;
}
.bunjou_te {
	float: none !important;
	width: 100% !important;
	margin: 0;
	box-sizing: border-box;
  padding: 10px !important;
	line-height: 20px;
	border-left: 0px dotted #999999 !important;
}
.bunjo_ma_list span {
	text-align: left !important;
    padding-left: 10px !important;
		padding-top: 4px !important;
}
.bunjo_ma_list p {
	width: 350px;
}
.bunjo_ma_list a.shosai {
	background: #287b44;
}
/* /商品化ページ */

.page_next li:nth-child(2) a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sale_result_ma_com3 {
	border-left: 4px solid #287b44;
}
.sale_result_shubetu:before, .sale_result_address::before {
	background-color: #287b44;
}
.sale_result_kakaku {
	padding-left: 90px;
    position: relative;
    line-height: 30px;
		margin: 10px 0;
		&::before {
			content: "売却価格";
			position: absolute;
			width: 80px;
			line-height: 30px;
			display: block;
			left: 0;
			background-color: #287b44;
			text-align: center;
			border-radius: 3px;
			color: #fff;
			font-size: 15px;
		}
}

/*------------form_sale---------------*/


/*タブ切り替えの中身のスタイル*/
.sentaku .tab_content {
display: none;
clear: both;
overflow: hidden;
}

.sentaku .is-show {
display: block;
}

/* .sentaku_conf input[value="マンション"] ~ #kodate,
.sentaku_conf input[value="マンション"] ~ #tochi {
display: none;
}

.sentaku_conf input[value="戸建て"] ~ #mansion,
.sentaku_conf input[value="戸建て"] ~ #tochi {
display: none;
}

.sentaku_conf input[value="土地"] ~ #kodate,
.sentaku_conf input[value="土地"] ~ #mansion {
display: none;
} */


/*------------/form_sale---------------*/

.page_next li a {
	justify-content: center;
}

.form tr th {
	font-size: 14px !important;
}

/* 売却コラム一覧 */
.col_item_img {
	position: relative;
	& .colum_tag p{
		display: flex;
		gap: 3px;
		position: absolute;
		left: 8px;
		top: 8px;
		flex-wrap: wrap;
		& .cms_topic_tag {
			padding: 5px 7px;
			background: #fff;
			border: solid 1px #287b44;
			font-size: 11px;
			font-weight: 400;
			color: #287b44;
			line-height: 1;
	}
}

}
.col ul {
	padding: 10px 0 0 0;
	margin: 40px auto 0 auto;
}
.col ul li {
	transition: .3s;
}
.col ul li:hover {
	background: none;
	transform: translateY(-5px);
                box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.col ul li:hover p {
	background: none;
}
.col ul li>p {
	height: 54px;
}