

h2.cms_h2{
	width: 100%;
	margin: 60px auto 30px auto;
	line-height: 1.7em;
	font-size: 26px;
	color: #205faf;
}

.maincontents{
	width:1000px;
}

.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_list{
	width: 100%;
    background: aliceblue;
    padding: 20px;
    border-radius: 5px;
	box-sizing: border-box;
}
.tag_list>ul{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tag_list>ul>li{    margin: 0.3em;}
.tag_list>ul>li>a{
	display: block;
    font-size: 12px;
    line-height: 2.5em;
    text-align: center;
    text-decoration: none;
    padding: 0 2em 0 1em;
    border: #2060af 1px solid;
    border-radius: 5px;
    color: #2060af;
	position: relative;
}
.tag_list>ul>li>a:hover{
	color: #ffffff;
    background: #2060af;
}
.tag_list>ul>li>a::after{
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #2060af;
    border-right: solid 1px #2060af;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    right: 7px;
}
.tag_list>ul>li>a:hover::after{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

/*staff　start*/
.staff_list{}
.staff_list>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: auto;
}
.staff_list>ul>li.staff_list_b{
    width: 31%;
    margin: 0 2% 30px 0;
}
.staff_list>ul>li.staff_list_b>a{
    text-decoration: none;
    color: #333;
    line-height: 1.7em;
}
.staff_list_b>a>ul{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff_list_b>a>ul>li{
    width: 31%;
    margin: 1%;
}
.staff_list_b>a>ul>li:first-child{
	width: 100%;
}
.staff_list_b>a>ul>li:first-child>img{
	border-radius: 5px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.staff_list_b>a>ul>li>img{
	border-radius: 5px;
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.staff_list>ul>li.staff_list_b>a>h3{
	color: #2060af;
    font-size: 30px;
    line-height: 1.5em;
    margin: 0 auto;
}
.staff_list>ul>li.staff_list_b>a>p{
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5em;
}
.staff{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
}

.staff_date{
	display: block;
    position: relative;
	width: 780px;
}

.staff_date>div.main_img img{
	object-fit: cover;
    border-radius: 15px;
}

.staff_date>div.staff_name{
	position: absolute;
    top: 365px;
    right: 20px;
    background: #ffffffdb;
    padding: 20px;
    display: block;
	color: #005faf;
	font-weight: bold;
    border-radius: 5px;
}
.staff_date>div.staff_name>span{font-size: 16px;}
.staff_date>div.staff_name>h2{font-size: 30px; text-align: right; margin: 0; line-height: 2em;}
.staff_date>div.staff_name>p{font-size: 12px; text-align: right; margin: 0; line-height: 1.5em;}
.staff_date>ul.img_list{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
}
.staff_date>ul.img_list>li{
    width: 32%;
    display: block;
}
.staff_date>ul.img_list>li>a>img{
	width: 100%!important;
	height: 200px!important;
	object-fit: cover;
	border-radius: 10px;
}
.staff_date>ul.img_list>li>p{
    margin: 5px auto;
    line-height: 1.7em;
    font-size: 14px;
    color: #333;
}
.staff_date>div.staff_comment{
	color: #333;
    font-size: 16px;
    line-height: 1.7em;
}
.staff_date>div.staff_comment>h3{
	width: fit-content;
    background: #005faf;
    color: white;
    padding: 0 1em;
    border-radius: 5px;
    line-height: 2em;
    margin: 10px 0;
}
.staff_date>div.staff_comment>p{
    margin: 5px auto 50px auto;
    background: #f8f8f8;
    padding: 1em;
    border-radius: 5px;
}

.staff_diary{
    margin: 100px auto 50px auto;
    display: block;
}
.staff_diary>h3{
    font-size: 25px;
    color: #005faf;
    line-height: 2.5em;
    margin: 0;
}
.staff_diary>div>ul{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.staff_diary>div>ul>li{
    width: 18%;
    margin: 0 auto;
}
.staff_diary>div>ul>li>a{
	color: #005faf;
    text-decoration: none;
    text-align: center;
}
.staff_diary>div>ul>li>a:hover{
	color: #ff9900;
}
.staff_diary>div>ul>li>a>img{
	width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 80px;
}
.staff_diary>div>ul>li>a>h4{
    margin: 2px auto;
    line-height: 1.7em;
    height: 4em;
    font-size: 16px;
}
.staff_diary>div>ul>li:last-child>a{
}
.staff_diary>div>ul>li:last-child>a:hover{
	color: #FFF;
}
.staff_diary>div>ul>li:last-child>a>span{
	background: aliceblue;
    display: block;
    height: 130px;
    width: 140px;
    border-radius: 75px;
    text-align: center;
    line-height: 140px;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
}
.staff_diary>div>ul>li:last-child>a>span::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f14d";
    color: #005faf;
    position: absolute;
    font-size: 20px;
    bottom: 20px;
    left: 43%;
}
.staff_diary>div>ul>li:last-child>a:hover>span::before{
	color: #FFF;
}
.staff_diary>div>ul>li:last-child>a:hover>span{
	background: #005faf;
}
/*staff　end*/



/*blog　start*/
.blog_list{}
.blog_list>ul{
	width: 100%;
}
.blog_list>ul>li{
    border-bottom: 1px solid #888;
}
.blog_list>ul>li>div{
	margin: 0px auto;
    padding: 1.5em 0;
	display: flex;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.blog_list>ul>li>div>span{
	display: block;
    width: 17%;
    font-size: 14px;
    text-align: center;
    color: #f39701;
}
.blog_ma_left p{
	font-size: 16px;
	line-height: 1.7em;
}
.blog_shosai{
	margin: 10px auto 50px auto;
	min-height: 20em;
}
.blog_shosai>div.created_date{
	font-size: 14px;
    color: #f29701;
}
.blog_shosai>p{
	font-size: 16px;
    line-height: 1.7em;
}

/*blog　end*/


/*dairy　start*/
.diary_list{
    margin-top: 50px;
}
.diary_list>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.diary_list>ul>li{
    width: 23%;
    margin: 1% 1% 3% 1%;
}
.diary_list>ul>li>a{
    text-decoration: none;
    color: #171717;
}
.diary_list>ul>li>a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0.5em;
    border-radius: 10px;
}
.diary_list>ul>li>a h3{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: 16px;
    color: #005fad;
}
.diary_list>ul>li>a p{
    font-size: 14px;
    padding: 0;
    margin: 1em 0 0 0;
}



.diary_shosai{
    margin: 10px auto 50px auto;
    min-height: 20em;
    font-size: 16px;
    line-height: 1.7em;
}
.diary_shosai>div.created_date{
	font-size: 14px;
    margin-bottom: 2em;
}
.diary_shosai>p{
    font-size: 16px;
    line-height: 1.7em;
    margin: 50px auto;
}
.diary_shosai>p img{
	padding: 0.3em 0.2em;
}
.diary_shosai>p a>img{
    margin: 10px auto;
}
.diary_shosai>div.diary_img{
	display: block;
	width: 70%;
	margin: 1em auto 6em auto;
}
.diary_shosai>div.diary_img>img{}
/*dairy　end*/


/*report　start*/
.report_intro{
	padding: 0 20px 20px 20px;
    margin: 0 auto 15px auto;
}
.report_intro>h3{
	background: #2060ad;
    width: fit-content;
    padding: 0.5em 2em;
    border-radius: 10px;
    color: white;
    font-size: 16px;
}
.report_intro>ul{display: block;}
.report_intro>ul>li{
	font-size: 16px;
    line-height: 1.7em;
}
.report_intro>ul>li>p{
	margin: 0;
    padding: 0;
    display: contents;
	background: linear-gradient(transparent 60%, #fbeb64 60%);
}
.report_intro>ul>li:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: orange;
    margin-right: 0.5em;
}

.col>ul>li div.販売中 {
	color: #fff;
	background: #FF9800;
    border: 0px;
    border-radius: 5px;
}
.col>ul>li div.ご成約済 {
	color: #fff;
	background: #929292;
    border: 0px;
    border-radius: 5px;
}
.col_item>p{
	padding: 5px 0;
    margin: 0;
    line-height: 1.7em;
    border-bottom: 1px solid #ececec;
}
.col_item>p:last-child{
	border-bottom: none;
}
.col_item>p>span{
	font-weight: bold;
    color: #2061af;
}

.column_shosai_wrap{
}
.column_shosai_wrap>div:first-child{
    padding: 0.5em 1em;
    line-height: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    border-radius: 9px;
	position: absolute;
    top: 26px;
}
.column_shosai_wrap>div.ご成約済 {
	background: #E91E63;
}
.column_shosai_wrap>div.販売中 {
	background: #6eb7ff;
}
.column_shosai_wrap>div.販売中（動画あり） {
	background: #fd86f9;
}

.column_shosai_main{
}


.main_conts_wrap{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.main_conts_wrap .s_img{
	width: 100%;
}
.main_conts_wrap .report_youtube{
	width: 100%;
}

.main_conts_wrap .report_youtube iframe{
	width: 640px;
	height: 360px;
	margin: 3em auto;
}


.main_conts_wrap .s-koumoku{
	width: 60%;
}
.column_shosai_main .s-koumoku>table{
	margin:0px 0px 10px 0px;
	padding:0px;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.column_shosai_main .s-koumoku>table th, .column_shosai_main .s-koumoku>table td{
	font-weight:normal;
	/*line-height:25px;*/
	border-bottom:1px solid #CCC;
}
.column_shosai_main .s-koumoku>table th{
	width:80px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #CCC;
	background:#F2F2F2;
}
.column_shosai_main .s-koumoku>table td{
	width:340px;
	padding:10px;
}
.column_shosai_main .s-koumoku>table td>span.s-kakaku{
	font-size: 18px;
	color: #ff9417;
	font-weight: bold;
}

.main_comment{
	font-size: 14px;
    line-height: 2em;
    margin: 1em auto;
    font-weight: bold;
    color: #494949;
}
.main_conts_wrap .main_img_wrap{
	width: auto;
}
.main_img_wrap{}
.main_img_wrap>ul{width: 250px;}
.main_img_wrap>ul>li{margin: 0 auto 30px auto;}



.ex_img_wrap{
	width: 100%;
}
.ex_img_wrap>ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ex_img_wrap>ul>li{
	margin: 0 auto 20px auto;
    width: 32%;
}

.main_img_wrap>ul>li>a>img,.ex_img_wrap>ul>li>a>img{
	width: auto!important;
    height: auto!important;
    margin: 5px auto;
	max-width: 100%!important;
    max-height: none!important;
	border-radius: 5px;
	text-align: center;
    display: block;
}

.main_img_wrap>ul>li>p,.ex_img_wrap>ul>li>p{
	font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.7em;
}

/*report　end*/





/*sale_result　start*/
.col{
}
.col>ul{
}
.col>ul>li{
	width: 32%;
    border-radius: 5px;
	margin-right: 0;
}
.col>ul>li>a{
    text-decoration: none;
    color: #333;
}
.col_item_img {    height: auto;}
.col_item_img img{
	max-width: 100%;
    height: 200px;
}
.col_item {
	width: 94%;
	margin: 5px auto;
}
.col_item_tl{
	position: unset;
    height: auto;
    width: auto;
    color: #2060af;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3em;
	margin-bottom: 6px;
}
.col_item_line{
}
.col_item2_nando {
    font-size: 14px;
    color: orange;
    font-weight: bold;
    line-height: 2em;
}
.col_item_sp_maintext{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.column_shosai_wrap{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.column_shosai_wrap>h2.cms_shosai_tl{
	width: 100%;
	margin: 60px auto 30px auto;
    line-height: 1.7em;
    font-size: 26px;
    color: #205faf;
}
.column_shosai_wrap h3{
	color: #2060af;
    font-size: 18px;
    margin: 0 auto 0.5em auto;
    padding: 0;
}
.column_shosai_wrap p{
    font-size: 14px;
    margin: 0 auto 0.5em auto;
    padding: 0;
}
.column_shosai_wrap .tantou{
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    margin: 30px auto;
    padding: 0;
}
.column_shosai_main{
	width: 70%;
	margin: auto;
	box-sizing: border-box;
}



.column_shosai_main .s-img img{
	width: 100%;
	max-width: 100%!important;
	max-height: unset!important;
	margin: 2em auto;
	border-radius: 10px;
}

.column_shosai_photo>img{
	max-width: 100% !important;
    max-height: 500px !important;
    margin-bottom: 50px;
}
.column_shosai_detail{
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto 50px auto;
}
.column_shosai_detail>div{
	width: 50%;
}
.sale_result_com_star{
}
.column_shosai_text{
}
.column_shosai_text>p{
	line-height: 1.7em;
    margin: 1em auto 3em auto;
	font-size: 16px;
}

.column_shosai_wrap p.sale_result_com_star{
	display: inline-flex;
	background-color: #f1f1f1;
	padding: 0 1em;
	border-radius: 6px;
	line-height: 1.7em;
	font-size: 30px;
	color: #ff9800;
	font-weight: bold;
}



/*sale_result　end*/

.column_list{
    margin-top: 50px;
}
.column_list>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
.column_list>ul>li{
    width: 31%;
    margin: 1% 1% 3% 1%;
}
.column_list>ul>li>a{
    text-decoration: none;
    color: #171717;
}
.column_list>ul>li>a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0.5em;
    border-radius: 10px;
}
.column_list>ul>li>a h3{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: 16px;
    color: #005fad;
}
.column_list>ul>li>a p{
    font-size: 14px;
    padding: 0;
    margin: 1em 0 0 0;
}





/* -------column_side------- */
.column_side {
	width: 28%;
	margin-left: 20px;
	position: sticky;
	top: 50px;
}
.sidebar__inner {
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.column_side_tag {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 15px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.column_side_tag_item {
	padding-bottom: 15px;
}

.column_side_tag_ttl {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.column_side_tag_ttl img {
	margin-right: 5px;
	width: 20px;
}

.column_side_tag_ttl p {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	color: #2060ae;
}

.column_side_tag_ttl p i{
	margin-right: 7px;
}

.column_side_tag_ttl hr {
	border-top:1px solid #2060ae;
	background-color:unset;
	width:45%;
	margin: 0 0 0 auto;
}

.column_side_tag ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.column_side_tag li {
	margin-bottom: 5px;
	margin-right: 5px;
}

.column_side_tag a {
	display: inline-block;
	border: 1px solid #333;
	background: #fff;
	color: #333;
	font-size: 12px;
	line-height: 2em;
	border-radius: 3px;
	text-decoration: none;
}


.column_side_tag a:hover {
	border: 1px solid #2061ae;
	background: #2061ae;
}

.column_side_tag .cms_keysearch_form {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.column_side_tag .cms_keysearch_form input {
	border: 1px solid #111;
	background: #fff;
	border-radius: 5px;
	color: #111;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding: 0 3%;
	width: 80%;
	box-sizing: border-box;
}

.column_side_tag .cms_keysearch_form button {
	width: 17%;
	background: #2060ae;
	border: 2px solid #ffffff;
	border-radius: 5px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: 1%;
	padding: 10px;
	height: 40px;
	transition: 0.5s;
}

.column_side_tag .cms_keysearch_form button:hover {
	background: #35757f;
}
.column_side_tag .cms_keysearch_form button i {
	color: #fff;
}

.column_side_tag .cms_keysearch_form img {
	width: 18px;
}

.column_side_new {
	margin-bottom: 20px;
	border-bottom: 1px solid #111;
}

.column_side_new_ttl {
	width: 100%;
	text-align: center;
	font-family: 'Century Gothic', 'Arial';
	position: relative;
	display: inline-block;
	margin-bottom: 22px;
	padding: 5px;
	font-size: 14px;
	border-bottom: solid 1px #111;
	box-sizing: border-box;
}

.column_side_new iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.column_side_new_ttl:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -15px;
	border: 11px solid transparent;
	border-top: 11px solid #FFF;
	z-index: 2;
}

.column_side_new_ttl:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -12.9px;
	border: 9px solid transparent;
	border-top: 9px solid #111;
	z-index: 1;
}

.column_side_new_box {}

.column_side_new_box iframe {
	width: 100%;
	height: 595px;
}

.column_side_new_box ul


.column_side_new_box ul {
	padding: 0;
	margin: 0;
}
.column_side_new_box ul>li {
	list-style-type: none;
	border-bottom: dashed 1px #ccc;
	padding: 0 0 10px;
	width: 100%;
	margin: auto auto 1em auto;
}
.column_side_new_box ul>li:last-child {
	border-bottom: dashed 0px #ccc;
}

.column_side_new_box ul>li>a{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2px;
	color: #111;
	text-decoration: none;

}

.column_side_new_box ul>li>a:hover {
	color: #2060ae;
}
.column_side_new_box h4{
}
.column_side_new_box img {
    width: 35% !important;
    height: 8em !important;
    object-fit: cover;
    border-radius: 5px;
    margin: 0.5em 2% 0.5em 0;
}









.column_side_bnr {
	margin-bottom: 20px;
}

.column_side_bnr a {
	display: block;
	background: url(/img/column/bnr_mediahakase_on.jpg) no-repeat 0 0;
}

.column_side_bnr a:hover img {
	visibility: hidden;
}

.column_side_bnr img {}

.column_side_img {
	width: 270px;
	margin: 0 auto;
	display: block;
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}

.column_side_link {
	margin: 0 0 20px 0;
}

.column_side_link a {
	display: block;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #e60012;
	padding: 5px 15px;
	color: #e60012;
	font-weight: 600;
	position: relative;
}

.column_side_link a:hover {
	background: #e60012;
	color: #fff;
}

.column_side_link a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.column_side_link a::after {
	right: 15px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #e60012;
	border-right: 2px solid #e60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.column_side_link a:hover::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


/*---/column_side---*/
/*---記事iframe---*/
.column_side_if ul {
	padding: 0;
	margin: 0;
}
.column_side_if li {
	list-style-type: none;
	border-bottom: dashed 1px #ccc;
	padding: 0 0 10px;
	width: 100%;
	margin: auto auto 1em auto;
}
.column_side_if a {
	display: block;
	color: #111;
	text-decoration: none;
}
.column_side_if a:hover {
	color: #008dd0;
}

.column_side_new_conts {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.column_side_new_conts img {
    width: 38% !important;
    height: 5em !important;
    object-fit: cover;
    border-radius: 5px;
    margin: 0.5em auto;
}
p.column_side_new_info {
    width: 58%;
    color: #2060ae;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
}


.column_side_new_conts .date {
	font-family: 'Century Gothic', 'Arial';
	font-size: 12px;
	line-height: 15px;
	display: block;
	margin-bottom: 5px;
	color: #008dd0;
	font-weight: normal;
}
.column_side_if a > p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	height: 27px;
	margin: 0;
}
.column_side_if a > p label {
	margin-right: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	display: block;
	border-radius: 3px;
	padding: 0 5px;
	color: #959595;
	font-size: 12px;
	line-height: 24px;
}
.column_side_if a > p label::before {
	content: '#';
	padding-right: 0px;
}




.contents_form{
    background-color: #e6ecf7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.contents_form p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5em;
    /* margin-bottom: 30px; */
    width: 100%;
}
.conts_form_btn,.conts_form_btn2{
	width:50%;
	margin:0 auto;
}
.conts_form_btn>a,.conts_form_btn2>a{
	margin:0 10px;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	display: block;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	border-radius:5px;
	position: relative;
}
.conts_form_btn>a{
	background-color: #bc1e1e;
	border:2px solid #bc1e1e;
}
.conts_form_btn a:hover {
	background-color: #FFF;
	color: #bc1e1e;
}
.conts_form_btn2>a{
	background-color: #4caf50;
	border:2px solid #4caf50;
}
.conts_form_btn2 a:hover {
	background-color: #FFF;
	color: #4caf50;
}
.conts_form_btn a::after,.conts_form_btn2 a::after{
  	content: '';
  	width: 5px;
  	height: 5px;
  	border: 0px;
  	border-top: solid 1px #fff;
  	border-right: solid 1px #fff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 47%;
  	right: 5%;
  	margin-top: -4px;
}

.conts_form_btn a:hover:after {
  	border-top: solid 2px #bc1e1e;
  	border-right: solid 2px #bc1e1e;
}
.conts_form_btn2 a:hover:after {
  	border-top: solid 2px #4caf50;
  	border-right: solid 2px #4caf50;
}


/*column_side END*/




.shosai_group_list{
    width: 100%;
    margin: 2em auto 8em auto;
}

.shosai_group_list.hot_staff_diary {}
.shosai_group_list>h3{
    font-size: 20px;
    color: #005fad;
    line-height: 2em;
}
.shosai_group_list>div>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.shosai_group_list>div>ul>li{
    width: 23%;
}
.shosai_group_list>div>ul>li>a{
    text-decoration: none;
    color: #171717;
}
.shosai_group_list>div>ul>li>a img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-bottom: 0.5em;
	border-radius: 10px;
}
.shosai_group_list>div>ul>li>a h4{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    font-size: 16px;
    color: #005fad;
}
.shosai_group_list>div>ul>li>a p{
    font-size: 14px;
    padding: 0;
    margin: 1em 0 0 0;
}
.shosai_group_list>div>a{
background: #005fad;
    color: white;
    height: auto;
    width: fit-content;
    display: block;
    border-radius: 35px;
    text-align: center;
    font-size: 18px;
    line-height: 2.5em;
    padding: 0em 3em;
    /* position: relative; */
    text-decoration: none;
    margin: 2em auto 2em auto;
    transition: 0.3s;
}
.shosai_group_list>div>a:hover{
background: orange;
}



/*------------------
　査定実績　追加修正
--------------------*/

.app_li_wrap {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
margin-top: 30px;
}

.app_li_row {
 background: #fff;
 border-radius: 3px;
 border-bottom: 1px dashed #ccc;
}


.app_li_row:last-child {
 border: none;
}

.app_li_row a {
 display: flex;
 align-items: center;
 text-decoration: none !important;
 padding: 15px;
}

.app_li_row a:hover {
	background: #FFF;
}

.app_li_row a > div {
 display: flex;
 align-items: center;
}

.app_li_icon {
 background: #005bab;
 padding: 5px 10px;
 color: #fff;
 border-radius: 3px;
 display: inline-block;
 width: 60px;
 text-align: center;
}

.仲介 {
    background: #005bab;
}

.買取 {
    background: orange;
}

span.app_li_day {
 color: #000;
 font-size: 14px;
 margin-left: 10px;
 text-align: left;
 width: 85px;
}

.app_li_tex {
 margin: 0 0 0 10px;
 font-size: 16px;
 width: 740px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.app_li_mansionname:not(:empty)::before {
    content: "「";
    color: #333;
    margin-right: 1%;
}
.app_li_mansionname:not(:empty)::after {
    content: "」";
    color: #333;
    margin-left: 1%;
}

.app_sho_wrap h3 {
 background: #eee;
 padding: 20px;
 margin-bottom: 15px;
}

.app_sho_main {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	width: 80%;
	margin: 50px auto;
}

.app_sho_main > p {
 margin: 0 0 15px;
}

.app_sho_detail {
 background: #eee;
 padding: 20px;
 border-radius: 5px;
}


.app_sho_detail li {
 display: flex;
 align-items: center;
 margin: 0 0 10px;
}

.app_sho_detail li:last-child {
 margin-bottom: 0px;
}

.app_sho_detail li p {
 margin: 0 0 0 10px;
 font-weight: bold;
}

.app_sho_detail li span {
 background: #005bab;
 color: #FFF;
 padding: 6px 10px;
 border-radius: 5px;
 display: inline-block;
 width: 50px;
 text-align: center;
}

.app_sho_name:not(:empty) {
 color: #005bab;
 font-weight: bold;
 padding: 0 1%;
}

.app_sho_subtxt {
 text-align: center;
 font-size: 14px;
 margin: 0;
 line-height: normal;
}

.app_sho_wrap > a {
 text-decoration: none !important;
 color: #fff !important;
 background: #ff5239;
 border-radius: 5px;
 width: 500px;
 display: block;
 text-align: center;
 margin: 30px auto;
 padding: 20px;
 font-size: 20px;
}

.app_sho_wrap > a:hover {
 background: #e83016;
}
.app_sho_kakaku:not(:empty) {
	display: block;
	text-align: center;
	margin-top: 20px;
	line-height: normal;
	font-weight: bold;
	font-size: 25px;
	background: #eeeeee;
	border-radius: 5px;
	color: #ff5239;
	padding: 15px;
}
.app_sho_kakaku:not(:empty)::before {
    content: "上記の売却査定額は";
    color: #333;
    font-size: 18px;
    margin-right: 5px;
}
.app_sho_kakaku:not(:empty)::after {
    content: "でした。";
    color: #333;
    font-size: 18px;
    margin-left: 5px;
}
.app_sho_mainimg{
	margin: 1em auto;
	width: fit-content;
}
.app_sho_plan {

}
.app_sho_plan_h3{
}
.app_sho_plan ul {
    display: flex;
    justify-content: center;
}

.app_sho_plan_row .app_sho_plan_tl2 {
    color: #005bab;
}
.app_sho_plan_row {
	width: 380px;
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 3px solid #005bab;
	background: #ffffff;
}
.app_sho_plan_row:last-child {
    margin-right: 0px;
}
.app_sho_plan_tl p {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
.app_sho_plan_tl span {
    margin-right: 5px;
    font-size: 15px;
    text-align: center;
    /* width: 100%; */
    /* display: block; */

}
.app_sho_plan_tl2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.app_sho_plan_row>p {
    font-size: 16px;
    line-height: 26px;
    margin: 30px 0 0 0;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
