@charset "shift_jis";
/* CSS Document */

/****************************
トップページ専用cssです
****************************/
img {
	border: 0;
}

body {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	padding: 0;
	background: url(../img/c_head_sen.jpg) left top repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}




/************ header *************/

.header {
	width: 100%;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
}

h1 {
	color: #fff;
	font-size: 11px;
	text-align: left;
	width: 55%;
	line-height: 35px;
	padding-left: 10px;
	float: left;
	position: fixed;
	top: 0;
	z-index: 150;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.headin {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
}

.h-logo {
	float: left;
	width: 285px;
	height: 60px;
}

.h-right {
	float: right;
	width: 650px;
	padding-top: 10px;
	text-align: right;
	position: relative;
}

.h-right ul {
	width: 656px;
	display: block;
	position: absolute;
	top: 45px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #DDDDDD;
	border-width: 0 1px 0 0;
}

.h-right ul li {
	float: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-width: 0 0 0 1px;
}

.h-right ul li a {
	display: block;
	padding: 0 22px;
	color: #000000;
	text-decoration: none;
}

.h-right ul li a:hover {
	color: #D90000;
}

/* right top*/
.h-inq {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 195px;
	width: 295px;
}

.h-inq ul {
	width: 310px;
	margin: 0 -5px 0 0;
	padding: 0;
	list-style: none;
}

.h-inq ul li {
	width: 145px;
	margin: 0 5px 0 0;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.h-inq ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 36px;
	background: url(../img/head_site_bg.png) left top no-repeat;
}

.h-inq ul li a:hover {
	background: url(../img/head_site_bg_on.png) left top no-repeat;
}


/************ main visual *************/

.mainvisual {
	width: 100%;
	height: 360px;
	padding: 10px 0;
	background: url(../img/top_main_bg.jpg) center top repeat-x;
}


/************ mainmenu *************/

.mainmenu {
	width: 100%;
	background: #025AB3;
	border-top: 1px solid #FFFFFF;
}

.mainmenu ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}

.mainmenu ul li {
	width: 160px;
	font-size: 16px;
}

.mainmenu ul li a {
	display: block;
	color: #FFFFFF;
	padding: 0;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
}

.mainmenu ul li a:hover {
	background: #014589;
}

/************ main_contents ここから2カラム *************/

.main_contents {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
}

.main_right {
	float: right;
	width: 760px;
}

.sidebar {
	float: left;
	width: 200px;
	margin-top: -15px;
}

.sale_cont {
	padding-top: 15px;
}

/* top_cont */
.top_cont {
	padding-top: 15px;
	*padding-bottom: 15px;
	background: url(../img/top_cont_bg.gif) left top no-repeat;
}

.top_cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_cont ul li {
	display: block;
	float: left;
	width: 237px;
	height: 220px;
	text-align: left;
	margin: 0 8px 20px 8px;
	position: relative;
}

.top_cont ul li a {
	display: block;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.top_cont ul li span {
	display: block;
	margin-top: 125px;
}

.top_cont ul li p {
	display: block;
	margin: 155px 10px 5px 10px;
	padding: 0;
	font-size: 12px;
}

li.top_cont_rent {
	background: url(../img/top_cont_rent.jpg) left top no-repeat;
}

li.top_cont_buy {
	background: url(../img/top_cont_buy.jpg) left top no-repeat;
}

li.top_cont_assets {
	background: url(../img/top_cont_assets.jpg) left top no-repeat;
}

li.top_cont_owner {
	background: url(../img/top_cont_owner.jpg) left top no-repeat;
}

li.top_cont_reform {
	background: url(../img/top_cont_reform.jpg) left top no-repeat;
}

li.top_cont_sale {
	background: url(../img/top_cont_sale.jpg) left top no-repeat;
}

.top_cont ul li:hover {
	background-position: 0px -220px;
}

/* office */
li.top_cont_office {
	width: 744px !important;
	height: 117px !important;
	margin: 8px 8px 10px 8px !important;
	background: url(../img/top_cont_office.jpg) left top no-repeat;
}

li.top_cont_office:hover {
	background-position: 0px -117px !important;
}

li.top_cont_office span {
	margin: 15px 0 0 390px !important;
}

li.top_cont_office p {
	margin: 50px 10px 5px 400px !important;
}



/* top_topics */
.top_topics {
	margin: 15px 0;
	text-align: left;
	background: url(../img/top_topic_bg.jpg) left top no-repeat;
}

.top_topics h2 {
	color: #012E69;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-indent: 5px;
}

.infomation,
.rss {
	width: 340px;
	margin: 20px;
}

.infomation {
	float: left;
}

.rss {
	float: right;
}

.topicsin {
	width: 320px;
	height: 222px;
	padding: 10px;
	overflow: auto;
}


/* tokusen */
.tokusen1 {
	margin: 15px 0;
	background: #EFF4FE;
}

.tokusen1 h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	font-size: 20px;
	line-height: 49px;
	background: url(../img/top_toku_bg.gif) left top no-repeat;
}

.tokusen1 ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 170px;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	position: relative;
	vertical-align: top;
}

.tokusen1 ul:hover {
	background: #E1EAFD;
}

.tokusen1 ul li {
	text-align: left;
	margin: 0 0 5px 0;
}

li.bu-info1 {
	height: 30px;
}

li.bu-img1 {
	/*外観*/
	text-align: center !important;
	height: 120px;
}

li.bu-img1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

li.bu-img1 a {}

li.bu-yachin1 {
	/*家賃*/
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

li.bu-com1 {
	/*コメント*/
	float: left;
	width: 100px;
	font-weight: bold;
	color: #930000;
}

li.bu-madori1 {
	/*間取り*/
	float: right;
	width: 65px;
}

li.bu-line {
	padding-bottom: 5px;
	border: 1px solid #DDDDDD;
	border-width: 0 0 1px 0;
}


/* buy bukken */

.tokusen2 {
	margin: 15px 0;
	background: #FFFCEE;
}

.tokusen2 h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 10px;
	font-size: 20px;
	line-height: 49px;
	background: url(../img/top_toku2_bg.gif) left top no-repeat;
}

.tokusen2 iframe {
	width: 760px;
	height: 310px;
	border: none;
}

.buy_bukken_waku {
	width: 770px;
	margin-right: -10px;
}

ul.buy_bukken {
	float: left;
	width: 170px;
	margin: 10px;
	padding: 0;
	text-align: left;
	list-style: none;
	height: 290px;
	position: relative;
}

ul.buy_bukken:hover {
	background: #FAF2E7;
}

ul.buy_bukken li {
	text-align: left;
	margin: 0 0 5px 0;
}

li.bu-name1 {
	height: 32px;
}

li.bu-img2 {
	text-align: center !important;
	height: 120px;
}

li.bu-img2 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

li.bu-img2 img {
	max-width: 170px;
	max-height: 120px;
}

/* tenpo shokai */
.top_tenposhokai {
	width: 780px;
	margin: 15px -70px 15px 0;
	text-align: left;
	/* background:url(../img/top_tempo_raku.jpg) no-repeat;
	background-position: 90% 100%; */
}

.top_tenposhokai h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 5px;
	color: #004183;
	background: url(../img/top_tempo_title.jpg) left bottom no-repeat;
}

.top_tenposhokai ul {
	width: 204px;
	margin: 0 25px 0 25px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

.top_tenposhokai ul li {
	margin: 10px 0;
}

li.tenpo-ti01 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 5px 10px;
	border-left: 4px solid #0C419A;
}

li.tenpo-ti02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0 5px 10px;
	border-left: 4px solid #65B822;
}

li.tenpo-info span {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

li.tenpo-com {
	color: #666666;
}

li.tenpo-more {
	text-align: right;
}

li.tenpo-more p {
	padding: 0 20px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: #FE9F01;
	display: inline;
}

li.tenpo-more p:hover {
	background: #0C419A;
}


/* side bar*/
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 15px 0;
}

.sidebar ul li img {
	width: 100%;
	height: auto;
}

.sidebar ul li a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

.s-tenpolist {
	text-align: left;
	border: 1px solid #E5E5E5;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.s-tenpolist h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 45px;
	text-indent: 10px;
	color: #0186C5;
	background: url(../img/side_com_bg.jpg) left top repeat-x;
}

.s-tenpolist ul li {
	margin: 0 !important;
	border: 1px solid #E5E5E5;
}

.s-tenpolist ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	text-decoration: none;
}

.s-tenpolist ul li a:hover {
	color: #FF8000;
}

.s-tenpolist ul li a span {
	display: block;
	margin-left: 10px;
	padding-left: 25px;
	background: url(../img/side_com_yaji.gif) left no-repeat;
}

.s-tenpolist ul li a:hover span {
	background: url(../img/side_com_yaji_on.gif) left no-repeat;
}

.s-tenpolist_pitat a {
	line-height: 16px !important;
	padding: 5px 0px !important;
	text-indent: 0px !important;
}

/*会社情報*/
.s-company {
	border: 1px solid #E5E5E5;
	text-align: center;
	padding: 5px;
	margin: 15px 0;
}

.s-company h2 {
	margin: 0;
	padding: 0;
}

.s-company p {
	margin: 5px 0;
	padding: 0;
}


/************ footer -chintaiより- *************/

.footer_top {
	padding: 0px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: right;
	clear: both;
}

.footer {
	background-color: #0C419A;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.footer1 {
	padding: 0px;
	width: 1000px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.footer1 ul {
	float: left;
	width: 194px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 245px;
}

.footer1 ul li {
	text-indent: 25px;
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.footer1 ul li a {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer1 ul li a:hover {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.foot_logo {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #072658;
	clear: both;
}

.foot_logo_img {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.foot_logo_img img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}

#jsp {
	padding: 0px;
	width: 1000px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}

#jsp a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.ultra_ca {
	width: 1000px;
	margin: 20px auto 0px auto;
	padding: 0px;
}

/********************************************
    t4_1
*********************************************/
.t4_1 {
	width: 760px;
	margin: 15px 0;
	font-size: 0;
}

.t4_1 ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 190px;
	height: 370px;
	margin: 0 0px 15px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	*list-style-position: outside;
	vertical-align: top;
	position: relative;
}

.t4_1 ul li {
	text-align: left;
	margin: 5px;
}

li.t4_1_img {
	text-align: center !important;
	height: 130px;
	/* ★高さ保持(画像の高さ最大値に合わせること)*/
}

li.t4_1_img a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

li.t4_1_img a img {
	margin: 5px;
}

li.t4_1_name {
	font-size: 14px;
	font-weight: bold;
}

li.t4_1_access {
	margin: 5px 5px 0 5px !important;
}

li.t4_1_left {
	float: left;
	width: 90px;
}

li.t4_1_left div {
	margin: 5px 0;
}

.t4_1 ul li.t4_1_com {
	height: 61px;
	overflow: hidden;
}

.t4_1 ul li.t4_1_com p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 51px;
	overflow: hidden;
}

.t4_1_yachin span {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

li.t4_1_madori {
	float: right;
	width: 80px;
}

li.t4_1_com {
	clear: both;
}

li.t4_1_com p {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #F0F0F0;
	/*★コメントの背景色*/
}

/********************************************
    youtube
*********************************************/

.daiwa_youtube {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.daiwa_youtube img {
	margin: 10px auto 0px auto;
	padding: 0px;
	text-align: left;
}

.daiwa_youtube ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}

.daiwa_youtube ul li {
	float: left;
	width: 248px;
	margin: 10px 2px 10px 2px;
	padding: 0px;
}

.top_youtube2 li {
	width: 184px !important;
}

.top_youtube2 li img {
	width: 98%;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 70%;
}

.top_buy {
	margin: 20px auto;
	padding: 0px;
}

.top_buy ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}

.top_buy ul li {
	margin: 4px;
}

/* 202306 バナー追加 */
.top_original {
	display: block;
	margin: 0 0 15px 0;
	box-shadow: 0px 0px 5px 0px rgba(200, 200, 200, 1);
	transition: all 0.2s;
}

.top_original:hover {
	opacity: 1;
	transform: translateY(3px);
	box-shadow: 0px 0px 0px 0px rgba(200, 200, 200, 1);
}

.top_original:hover img {
	opacity: 1;
}
