
.dsk {
	display: none;
}
.smt {
	display: block;
}

main {
	position: relative;
	width: 100%;
}
.overflow_fix {
	overflow: hidden;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラフロート部分*/
.float_side {
	position: fixed;
	display: flex;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	justify-content: space-around;
}
.float_link {
	width: 160px;
	height: 46px;
	position: relative;
	background-color: #013e98;
}
.float_link.yellow {
	background-color: #dfb850;
}
.float_link > a.yougo_b > img {

}
.float_link > a.yougo_b {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	color: #fff;
	flex-direction: row;
	font-size: 18px;
}
.float_nav.float {
	width: 1094px;
	top: 200px;
	/*display: none;*/
	display: block;
	position: fixed;
	background-color: #fff;
	z-index: 10;
	left: calc((100vw - 1094px) / 2 );
	padding: 15px;
	filter: drop-shadow(2px 4px 6px gray);
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデフロート部分*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラSPフロート部分*/
#sp_menu_img {
    position: fixed;
    top: 60px;
    left: 5px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 990;
}
#sp_menu_img div {
	line-height: 11px;
}
#sp_menu_img img {
	height: 30px;
}
#sub_menu_img {
    position: fixed;
    top: 90px;
    left: 0;
    display: block;
    background-color: #013e98;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 20px;
    padding: 10px 0;
    z-index: 970;
}
#sub_menu_img div p {
	color: #fff;
	font-size: 13px;
	writing-mode: vertical-rl;
}
#sub_menu_img div {
	display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#sub_menu_img img {
	height: 16px;
	margin: 5px;
}
.float_left {
	display: none;
}
.float_left.headOpen {
	display: block;
}
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
/*	.float_side {
		z-index: 99;
		bottom: 0;
		left: 0;
		width: 100%;
		justify-content: space-around;
	}
	.float_link {
		width: 160px;
		height: 46px;
	}
	.float_link > a.yougo_b {
		flex-direction: row;
		font-size: 18px;
	}*/
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
/*	.float_side {
		z-index: 80;
		flex-direction: column;
		top: 55px;
		right: 0;
	}
	.float_link {
		width: 46px;
		height: 140px;
	}
	.float_link > a.yougo_b {
		flex-direction: column;
		font-size: 16px;
	}
	.float_link > a.yougo_b p {
		writing-mode: tb-rl;
	}*/
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデSPフロート部分*/

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラヘッダー部分*/
#contents {
	right: 0;
}
/*20210409記述*/
header#header {
	display: none;
}
header#header_sp {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	height: 55px;
	width: 100%;	
	background-color: #fff;
	filter: drop-shadow(2px 4px 7px rgb(0,0,0,0.2));
}

/*SP版便利機能をOFF*/
#sp_menu_wrap_detail,
#sp_menu_wrap_list,
#sp_acc_menu_list,
#sp_acc_menu_detail,
#sp_order_menu_list,
#sp_order_menu_detail {
	display: none;	
}
/*SP版便利機能をOFFココマデ*/
main {
}
.header_sp_inner {
	display: flex;
	margin: 0 auto;
	width: 95%;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.header_sp_logo {
	width: 140px;
	display: flex;
}
.header_sp_logo img {
	width: 100%;
	object-fit: contain;
}
#left-menu {
	height: 100%;
	outline: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#sp_head_close {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 990;
}
#left-menu div,
#sp_menu_img div,
#sp_head_close div {
	height: 12px;
	font-size: 11px;
	color: #013e98;
}
#left-menu img {
	height: 50%;
}
#sp_head_close img {
	width: 35px;
}
.sp_head_close_btn {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.link_into {
	text-align: center;
	font-size: 14px;
	padding: 5px 15px;
	line-height: 16px;
	color: #fff!important;
	background-color: red;
	border-radius: 7px;
}
.float_nav.float {
	display: none;
}
#sidr-left{
	right: -260px;	
}
#sp_menu {
	left: -216px;	
}
#sidr-left,
#sp_menu,
.list_menu {
  position: fixed;
  height: 100%;
  z-index: 90;
  top: 0;
  line-height: 
  bottom: 0;
  overflow-y: scroll;

  /*left: -260px;*/
}
#sidr-left,
.list_menu {
  width: 260px;
  height: 100%;
}
.list_menu {
	left: -260px;
}
#sidr-left a {
	font-size: 18px;
	color: #003567;
}
#sidr-left ul,
#sp_menu dl {
	height: 100%;
  /*overflow: hidden;*/
  background-color: #fff;
  filter: none;
-webkit-filter: none;
-moz-filter: none;
overflow: scroll;
-webkit-overflow-scrolling: touch;
}
#sidr-left.headOpen ul,
#sp_menu.headOpen dl,
#sp_menu.headOpen {
  filter: drop-shadow(6px 6px 3px rgba(0,0,0,0.3));
-webkit-filter: drop-shadow(6px 6px 3px rgba(0,0,0,0.3));
-moz-filter: drop-shadow(6px 6px 3px rgba(0,0,0,0.3));
}
#sidr-left li a {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: block;
}


.header_txt_yougo_m {
	position: relative;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #013e98;
	text-align: center;
}
.header_banner {
	position: relative;
	width: 990px;
	margin: 13px auto 0;
}
.header_banner_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.banner {
	position: relative;
	width: 215px;
	height: 61px;
}
.home {
	position: relative;
	width: 230px;
	height: 48px;
}
.freedial {
	position: relative;
	width: 237px;
	height: 45px;
}
.header_nav {
	position: relative;
	margin: 25px auto 0;
	width: 990px;
	display: block;
}
.header_nav_yougo_b {
	position: relative;
	font-size: 14px;
	color: #56595b;
	display: flex;
	justify-content: space-between;
	border-radius: 2px;
}

.header_nav_yougo_b li:nth-of-type(4):after {
	content: '';
	width: 10px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/pulldown.svg");
	background-position: 0 0;
	display: inline-block;
	margin-left: 15px;	
}
.header_nav_yougo_b li:nth-of-type(4) ul {
	display: none;
	margin-top: 10px;
	z-index: 2;
}
.pull_menu_yougo_b {
	position: absolute;
	width: 174px;
	color: #56595b;
	font-size: 14px;
	filter: drop-shadow(gray 2px 4px 6px);
}

.pull_menu_yougo_b li a:after {
	content: '';
	width: 10px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/sub_pulldown.svg");
	background-position: 0 0;
	display: inline-block;
	margin-left: 15px;		
}
.pull_menu_yougo_b li a:hover {
	background-color: #e3ebf7;
}
.float_nav {
	width: 1094px;
	display: block;
	margin: 33px auto 0;
	border-left: solid 2px #bfbfbf;
	border-right: solid 2px #bfbfbf;
	height: 42px;
}
.float_nav_btn {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.float_nav_btn > li {
}
.float_nav_btn > li > a {
	padding-right: 55px;
	display: block;
	padding-left: 55px;
}

.pull_menu_yougo_b li {
	border-bottom: solid 1px #d2d2d2;
}
.pull_menu_yougo_b li:last-child {
	border-bottom: none;
}
.pull_menu_yougo_b li a {
	display: block;
	background-color: #fff;
	height: 30px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 10px;
}

.pull_menu_yougo_b li:nth-of-type(1) a {
	clip-path: polygon(0 15%, 70% 15%, 80% 0, 90% 15%, 100% 15%, 100% 100%, 0 100%);
	padding-top: 20px;
}

/*.float_nav_btn > li:nth-of-type(1) > a > img {
	width: 55px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(2)  > a > img {
	width: 33px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(3) > a > img {
	width: 85px;
	height: 18px;
}
.float_nav_btn > li:nth-of-type(4) > a > img,
.float_nav_btn > li:nth-of-type(5) > a > img {
	width: 75px;
	height: 42px;
}
.float_nav_btn li:nth-of-type(6)  > a > img {
	width: 106px;
	height: 18px;
}*/
.float_nav_btn > li+li:before {
    display: block;
    content: "";
    top: 50%;
    padding-left: -10px;
    height: 42px;
    margin-top: -24px;
    border-right: 2px solid #bfbfbf;
    padding-right: -120px;
    margin-left: -2px;
    position: absolute;	
}
.sub_menu {
	position: absolute;
	filter: drop-shadow(gray 2px 4px 6px);
	margin-top: 20px;
	margin-left: -30px;
	display: none;
	z-index: 5;
}

.sub_menu > li {
	border-bottom: solid 1px #d2d2d2;
}
.sub_menu > li:last-child {
	border-bottom: none;
}
.sub_menu > li > a {
	width: 238px;
	height: 83px;
	background-color: #fff;
}
.sub_menu > li:nth-of-type(1) > a {
	clip-path: polygon(0 20%, 40% 20%, 50% 0, 60% 20%, 100% 20%, 100% 100%, 0 100%);
	height: 93px;
	padding-top: 20px;
}
.sub_menu > li > a:hover {
	background-color: #ffecb8;
}

.sub_menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sub_menu > li > a > img:first-child {
	margin-left: 30px
}
.sub_menu > li > a > img:nth-of-type(2) {
	margin-left: 7px;
	margin-top: 5px;
}
.sub_menu > li > a:after {
	content: '';
	width: 11px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url("common/images/common/nav_btn_arrow.svg");
	background-position: 0 0;
	display: inline-block;
	position: absolute;
	right: 40px;	
}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデヘッダー部分*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラパンクズ部分*/
.pankuzu_float {
	position: relative;
	width: 100%;

}
#pankuzu {
	position: relative;
	width: 95%;
	height: 72px;
	padding-top: 18px;
	margin: 0 auto;
}
#pankuzu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #56595b;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデパンクズ部分*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラコンタクト部分*/
section.contact_area {
	width: 100%;
	/*height: 390px;*/
	background-color: #fff;
	padding-bottom: 40px;
}
.contact_area_inner {
	position: relative;
	width: 90%;
	/*height: 230px;*/
	margin: 0 auto;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact_area_inner > h2 > img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
.contact_area_inner .yougo_m {
	font-size: 14px;
	color: #56595b;
	margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_area_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}

/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデコンタクト部分*/

/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラフッター部分*/

footer#footer {
	display: none;
}
footer#sp_footer {
	display: block;
	background-color: #103e98;
	width: 100%;
	/*padding-bottom: 60px;*/
	/*height: auto;*/
}
footer#sp_footer p {
	color: #fff;
}
.sp_footer_inner {
	padding-top: 30px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.sp_footer_logo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.sp_footer_link_sns {

}
.sp_footer_link_site {
	width: 60%;
}
.sp_footer_link {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sp_footer_logo img {
	margin: 15px auto;
}
.footer_area_info {
	width: 100%;
	margin-bottom: 20px;
}
#pagetop_img {
	position: absolute;
	width: 98px;
	height: 82px;
	border: solid 2px #fff;
	top: 950px;
	left: 1800px;
	z-index: 4;
}
#pagetop_img img {
	display: block;
	margin: 22px auto;
	
}
.footer_nav {
	background-repeat: no-repeat;
	background-image: url("common/images/common/footer_nav_img.jpg");
	background-position: 0 0;
	height: 836px;
	width: 2560px;
	position: relative;	
}
.footer_sitemap {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 343px;
	border-bottom: solid 2px #fff;
	display: flex;
	justify-content: space-between;
}
.footer_sitemap > table {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 60px;
}
.footer_sitemap > table tr {
	height: 40px;
}
.footer_sitemap a {
	display: inline-block;
}
.footer_about {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 150px;
	border-bottom: solid 2px #fff;
}
.footer_about > table, .footer_other > table {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	width: 100%;	
}
.footer_about > table tr, .footer_other > table tr {
	height: 50px;
	display: flex;
	justify-content: space-around;	
}
.footer_other {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 140px;
	border-bottom: solid 2px #fff;
}
.footer_other > table tr {
	height: 40px;
	display: flex;
	justify-content: space-around;	
}
.footer_group {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 195px;
}
.footer_group > table {
	padding-top: 20px;
	width: 100%;	
}
.footer_group > table tr {
	height: 70px;	
}
.footer_group > table tr:nth-of-type(2) {
	display: flex;
	justify-content: space-between;		
}
.footer_area {
	position: relative;
	background-color: #103e98;
	width: 2560px;
	height: 264px;
}
.footer_area_inner {
	position: relative;
	width: 900px;
	margin: 0 auto 20px;
}
.footer_area_flex {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 42px;
}
.footer_area_logo {
	position: relative;
	width: 240px;
}
.footer_area_logo > p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 35px;
}
.footer_area_logo ul {
	display: flex;
}
.footer_area_logo ul li {
	margin-right: 20px;
}

.footer_area_info > p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
}
.footer_area_info > p:nth-of-type(2) {
	margin-left: 72px;
}
.footer_area_info span {
	font-size: 14px;
	border: solid 1px #fff;
	padding: 2px;
	margin-right: 10px;
	margin-left: -72px;
}
.footer_area_info ul {
	font-size: 14px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}
.footer_area_info li {
	margin-right: 25px;
}
#sp_footer > .sp_footer_inner > small {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	display: block;

}
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデフッター部分*/


.dsk {
	display: none;
}
.smt {
	display: block;
}
main {
	position: relative;
	width: 100%;
}
/*テーブル部分をスマホではスクロールさせる*/
.x-scroll {
overflow-x: auto;
}
.x-scroll table {
width:100%;
}
.x-scroll::-webkit-scrollbar{
height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track{
background: #F1F1F1; /* スクロールバーの背景色 */
}
.x-scroll::-webkit-scrollbar-thumb {
background: #d6d6d6; /* スクロールバーの色 */
}
/* 文字の折返しを禁止 */
/*.x-scroll td, .x-scroll th{
white-space: nowrap; 
}*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼複数ページで出てくるnewslistココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section.news {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	/*padding-bottom: 10px;*/
}
.news_inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

section.news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("common/images/rent/news_ttl.png");
	background-position: 0 0;
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
	order: 1;
}
section.news .section_ttl h2 {
	font-size: 18px;
	color: #71757a;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.news_inner .more_btn {
	position: relative;
	margin: 0 auto;
	order: 3;

}
.top_news_list {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 90%;
	height: auto;
	order: 2;
}
.top_news_list li {
	margin-bottom: 30px;
	flex-wrap: wrap;
	display: flex;
}
.top_news_list li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 16px;
	color: #56595b;	
}
/*.top_news_list {
	position: relative;
	display: block;
	margin: 40px auto 50px;
	width: 836px;
}
.top_news_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}*/
@media (orientation: portrait){
 
	/*デバイスが縦向きの場合の記述*/
	.top_news_list li > a:last-child {
		width: 100%;
	}
}

@media (orientation: landscape){
 
	/*デバイスが横向きの場合の記述*/
	.top_news_list li > a:last-child {
		width: 50%;
	}
}
.top_news_list li > a {
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 16px;
	color: #56595b;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲複数ページで出てくるnewslistココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼賃貸（/rent）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.sp_float_left {
	height: 100%;
}
.rent_float_inner > div.float_left {
	width: 216px;
	height: auto;
}
.rent_float_inner nav.rent_nav {
	/*height: 292px;*/
	width: 216px;
	height: 100%;
	z-index: 1;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 0;
}
.rent_float_inner nav.rent_nav .yougo_m {
	font-size: 16px;
	height: 100%;
	color: #434343;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.rent_float_inner nav.rent_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.rent_float_inner nav.rent_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.rent_float_inner nav.rent_nav .yougo_m dd {
	height: 63px;
	background-color: #fff;
	border: solid 5px #e3ebf7;
	margin-bottom: 1px;
	text-align: left;
	/*padding-left: 10px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.rent_float_inner nav.rent_nav .yougo_m dd:hover{
	border: solid 5px #ffecb8;
}
.rent_float_inner nav.rent_nav .yougo_m dd a {
	/*padding: 28px;*/
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.rent_float_inner nav.rent_nav .yougo_m dd a div {
	width: 90%;
	text-align: center;
}
.rent_float_inner nav.rent_nav .yougo_m dd a span {
	width: 10%;
}
/*.rent_float_inner > div > nav.rent_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.rent_float_inner nav.rent_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	font-weight: bolder;
	line-height: 72px;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲賃貸（/rent）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼買う（/buy）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.rent_float_inner.buy > div > div > nav.rent_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.rent_float_inner.buy nav.rent_nav.buy {
	height: 292px;
	width: 216px;
	z-index: 1;
	margin-bottom: 0;
}
.rent_float_inner .rent_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.rent_float_inner.buy nav.rent_nav.buy .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.rent_float_inner.buy nav.rent_nav.buy .yougo_m dd a span {
	width: 10%;
}
.rent_float_inner .rent_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.rent_float_inner .rent_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.rent_float_inner .rent_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
/*.rent_float_inner.buy > div > nav.rent_nav.buy .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲買う（/buy）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を売る・貸す（/lend）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.instant_float_inner > div.float_left {
	width: 216px;
	height: auto;
}
.instant_float_inner nav.instant_nav {
	height: 510px;
	width: 216px;
	z-index: 1;
	margin-bottom: 0;
}
.instant_float_inner .instant_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.instant_float_inner .instant_nav > dl > dt {
	height: 69px;
	background-color: #013e98;
	border-bottom: solid 1px #fff;
	margin-bottom: 1px;
}
.instant_float_inner .instant_nav > dl > dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.instant_float_inner .instant_nav dd {
	height: 64px;
	background-color: #fff;
	border: solid 5px #e3ebf7;
	margin-bottom: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.instant_float_inner .instant_nav dd a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.instant_float_inner .instant_nav dd:hover {
	border: solid 5px #ffecb8;
}
.instant_float_inner .instant_nav dd a div {
	width: 72%;
	text-align: left;
}
.instant_float_inner .instant_nav dd a span {
	width: 10%;
}
/*.instant_float_inner .instant_nav dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	margin-left: 183px;
}*/
.instant_float_inner .instant_nav > dl dl dt {
	color: #013e98;
	background-color: #e3ebf7;
	border-bottom: solid 1px #fff;
	text-align: center;
	line-height: 69px;
	font-weight: bolder;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を売る・貸す（/lend）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を活用する（/estate）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.estate_float_inner > div.float_left {
	height: auto;
	width: 216px;
}
.estate_float_inner nav.estate_nav {
	height: 292px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.estate_float_inner .estate_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.estate_float_inner .estate_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.estate_float_inner .estate_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.estate_float_inner .estate_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.estate_float_inner .estate_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.estate_float_inner .estate_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*border: solid 5px #e3ebf7;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.estate_float_inner .estate_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.estate_float_inner .estate_nav .yougo_m dd a span {
	width: 10%;
}
/*.estate_float_inner .estate_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.estate_float_inner .estate_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を活用する（/estate）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼不動産を管理する（/manage）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.manage_float_inner div.float_left {
	height: auto;
	width: 216px;
}
.manage_float_inner nav.manage_nav {
	height: 365px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.manage_float_inner .manage_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.manage_float_inner .manage_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.manage_float_inner .manage_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.manage_float_inner .manage_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.manage_float_inner .manage_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.manage_float_inner .manage_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.manage_float_inner .manage_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.manage_float_inner .manage_nav .yougo_m dd a span {
	width: 10%;
}
/*.manage_float_inner .manage_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.manage_float_inner .manage_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲不動産を管理する（/manage）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼建てる（/build）共通項目ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.build_float_inner div.float_left {
	height: auto;
	width: 216px;
}
.build_float_inner nav.build_nav {
	height: 291px;
	width: 216px;
	/*background-color: antiquewhite;*/
	z-index: 1;
	margin-bottom: 0;
}
.build_float_inner .build_nav .yougo_m {
	font-size: 16px;
	color: #434343;
}
.build_float_inner .build_nav .yougo_m dt {
	height: 69px;
	background-color: #013e98;
	margin-bottom: 1px;
}
.build_float_inner .build_nav .yougo_m dt img {
	display: block;
	margin: 0 auto;
	padding-top: 18px;
}
.build_float_inner .build_nav .yougo_m dd {
	height: 63px;
    background-color: #fff;
    border: solid 5px #e3ebf7;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    /*padding-left: 10px;*/
}
.build_float_inner .build_nav .yougo_m dd:hover {
	border: solid 5px #ffecb8;
}
.build_float_inner .build_nav .yougo_m dd a {
	/*padding: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
}
.build_float_inner .build_nav .yougo_m dd a div {
	width: 72%;
	text-align: left;
}
.build_float_inner .build_nav .yougo_m dd a span {
	width: 10%;
}
/*.build_float_inner .build_nav .yougo_m dd::after {
	content: "〉";
	color: #434343;
	font-size: 16px;
	position: absolute;
	left: 188px;
}*/
.build_float_inner .build_nav .yougo_m dt:nth-of-type(2) {
	color: #013e98;
	background-color: #e3ebf7;
	text-align: center;
	line-height: 72px;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲建てる（/build）共通項目ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼固定資産税シミュレーションココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.tax_sim_link {
	width: 2560px;
	height: 358px;
	padding-top: 90px;
	padding-bottom: -80px;
	background-repeat: no-repeat;
	background-image: url("common/images/instant/tax_sim_bg.jpg");
	background-position: 0 0;
	display: none;
	/*background-color: #eefaff;*/
}
.tax_sim_link_inner {
	width: 718px;
	height: 258px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.tax_sim_link_ttl {
	background-repeat: no-repeat;
	background-image: url("common/images/instant/tax_link_ttl.png");
	background-position: 0 0;
	width: 260px;
	height: 79px;
	margin: 0 auto;
}
.tax_sim_link_ttl > p {
	position: relative;
	padding-top: 46px;
	text-align: center;
	font-size: 16px;
	color: #013e98;
	text-align: center;
}
.tax_sim_link_desc {
	font-size: 16px;
	color: #56595b;
	text-align: center;
	line-height: 30px;
}
.tax_sim_link_btn {
	display: block;
	color: #fff!important;
	font-size: 16px;
	background-color: #0070d9;
	border-radius: 7px;
	width: 256px;
	height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-filter: drop-shadow(2px 2px 0px lightgray);
            filter: drop-shadow(2px 2px 0px lightgray);
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲固定資産税シミュレーションココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼複数ページで出てくるnewslistココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*section.news {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.news_inner {
	width: 836px;
	height: auto;
}

section.news .section_ttl {
	position: relative;
	background-repeat: no-repeat;
	background-image: url("common/images/rent/news_ttl.png");
	background-position: 0 0;
	margin: 0 auto 30px;
	height: 78px;
	width: 102px;
}
section.news .section_ttl p {
	font-size: 18px;
	color: #71757a;
	position: relative;
	padding-top: 39px;
	text-align: center;
}
.news_inner .more_btn {
	position: absolute;
	left: 712px;
	top: 70px;
}

.top_news_list {
	position: relative;
	display: block;
	margin: 40px auto 50px;
	width: 836px;
}
.top_news_list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	margin-bottom: 30px;
}
.top_news_list li > a {
}
.post_date {
	font-size: 16px;
	color: #013e98;
	margin-right: 20px;
	line-height: 28px;
}
.news_cat_icon {
	font-size: 16px;
	color: #fff;
	background-color: #dfb850;
	margin-right: 30px;
	width: 110px;
	height: 26px;
	text-align: center;
}

.news_desc {
	font-size: 16px;
	color: #56595b;
}*/
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲複数ページで出てくるnewslistココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデページネーション*/
/*▼▼▼▼▼▼▼▼▼▼▼▼ココカラこだわり条件検索*/
/*section.particular {
	position: relative;
	width: 2560px;
	height: 1468px;
}

.particular_inner {
	width: 1100px;
	height: 1386px;
	margin: 0 auto;
	position: relative;
}

table.particular_table {
	width: 1100px;
	height: 1238px;
	color: #434343;
	font-size: 16px;
	position: relative;
}

table.particular_table td ul li {
	margin-left: 30px;
	width: 230px;

}*/


/*▲▲▲▲▲▲▲▲▲▲▲▲ココマデこだわり条件検索*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼詳細ページのスタイル指定ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.detail_contents {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
}
.detail_contents .has-small-font-size {
	font-size: 13px;
}
.detail_contents .has-medium-font-size {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}
.detail_contents .has-large-font-size {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 35px;
}
.detail_contents .has-huge-font-size {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 40px;
}

.detail_contents a {
	color: blue;
	border-bottom: 1px dashed;
}
.detail_contents img {
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.detail_contents p {
	font-size: 16px;
	line-height: 23px;
	margin: 15px auto;
}
.detail_contents h2 {
	font-size: 150%;
  	background-color: #013e98;
  	width: auto;
	color: #fff;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	padding: 10px;
	margin: 15px auto;
}
.detail_contents h3 {
	font-size: 125%;
  	border-left: solid 10px #013e98;
  	padding-left: 10px;
  	color: #56595b;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	margin: 15px auto;
}
.detail_contents h4 {
	font-size: 100%;
	color: #56595b;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", sans-serif;
    font-weight:500;
    font-weight:bold;
	margin: 15px auto;
  	/*font-weight: bold;*/
}
.detail_contents h5 {
	font-size: 75%;
	margin: 15px auto;
}
.detail_contents h5:before {
  	content: "\025cf";
  	color: #013e98;
}
.detail_contents h6 {
	font-size: 62.5%;
}
.detail_contents strong {
	font-weight: bold;
}
.detail_contents em {
	font-style: italic;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲詳細ページのスタイル指定ココから▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼検索条件保存ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#condition_area {
	width: 100%;
	height: 100%;
	margin: auto;

}
#condition_area table {
  	margin: 0 auto;
  	min-height: 120px;
  	padding: 0;
  	border-collapse:collapse;
    -webkit-box-shadow: 0 0 15px -6px #00000073;
            box-shadow: 0 0 15px -6px #00000073;
}
#condition_area table tbody {
	width: 100%;
}
#condition_area img {
	fill: gray;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
#condition_area table th {
	height: 60px;
	background-color: #013e98;
	color: #fff;
}
#condition_area table tr > th:nth-of-type(1),
#condition_area table tr > td:nth-of-type(1),
#condition_area table tr > th:nth-of-type(3),
#condition_area table tr > td:nth-of-type(3) {
	width: 100px;
}
#condition_area table tr > th:nth-of-type(2),
#condition_area table tr > td:nth-of-type(2) {
	width: 500px;
}
#condition_area table tr > td {
	padding: 5px;
}
#condition_area table output {
	font-size: 16px;
	color: #434343;
}
#condition_area tr {
	width: 100%;
}
#condition_area tr:not(:first-child) {
	border-bottom: 1px dashed gray;
	min-height: 60px;
	/*margin: 15px 0;*/
	/*display: block;*/
}
#condition_area .area_tr0.none {
	display: none;
}
#condition_area .area_tr1.none {
	display: none;
}
#condition_area .area_tr2.none {
	display: none;
}
#condition_area .area_tr3.none {
	display: none;
}
#condition_area .area_tr4.none {
	display: none;
}
/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲検索条件保存ココまで▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼accordionsプラグイン関連ココから▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/

.accordions-head-title {
	font-weight:500;
	text-indent: -1.7em;
	padding-left: 2em;
}
.faq_contents_short .accordions-head-title {
	font-weight:500;
	text-indent: -3em;
	padding-left: 2em;
}
.accordion-content a {
	color: blue!important;
	border-bottom: 1px dashed;
}
.accordion-content p {
	line-height: 30px;
}
.accordion-content img {
	margin: 10px 0;
}

/*▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲accordionsプラグイン関連ココから▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/

li.slick-slide > a {
	/*pointer-events: none;*/
}
ul button {
	border: solid 2px #013e98!important;
}
.rent_property_slider > .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    /* height: 20px; */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}











