@charset "utf-8";
/* CSS Document */



/*======================================
	トップページ
=======================================*/
.main_slider{
	/* padding: 20px 0; */
}

/* トップページのnews&topics */
.news2{
	/* height: 165px; */
	/* overflow: hidden; */
}

.news dl{
	padding: 10px;
}

.news dl dt,.news dl dd,.news dl dd a{
	display: inline-block;
	vertical-align: baseline;
	margin-right: 15px;
}

.news dl dd,.news dl dd a{
	margin-right: 0;
}

.news dl dt{
	width: 13%;
}

.news dl dd{
	width: 85%;
}

.pick ul li{
	padding: 12px;
	margin-bottom: 15px;
}

.yokosuka{
	padding: 30px 40px;
	background-image: url(../images/top/18.jpg);
	height: 310px;
}

.y_inner{
	margin: 0;
	text-align: right;
}

.y_inner p{
	margin: 10px 0;
}


@media all and (-ms-high-contrast:none){
.news dl dt,.news dl dd,.news dl dd a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
	
.news dl dd,.news dl dd a{
	margin-right: 0;
}
	
}


/* トップページのおすすめ物件情報 */

.pick2{
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #171C61;
}

.pick2 ul li{
	padding: 5px;
}

.pick2span1{
	display: inline-block;
	margin: 5px 0;
}

.pick2span2,.pick2span3{
	display: block;
	margin: 5px 0;
	font-size: 14px;
}

.pick2span3,.t_height{
	/* height: 2.5em; */
}


.jimusho ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}




/*======================================
	お知らせ一覧ページ
=======================================*/
.news_list dl:nth-child(odd){
	background-color: #EFEFEF;
}



/*======================================
	お知らせ詳細ページ
=======================================*/
.photo_area ul li{
	display: inline-block;
	vertical-align: top;
	width: 505px;
	margin: 0 20px;
}





/*======================================
	オススメ物件一覧ページ
=======================================*/
.sort_area{
	
}

.sort_area ul li{
	/* display: inline-block; */
	/* vertical-align: -webkit-baseline-middle; */
	font-size: 16px;
	display: flex;
	padding: 0;
	cursor: pointer;
	/* -webkit-transition: .3s ease; */
	/* transition: .3s ease; */
	text-align: center;
	text-decoration: none;
	border: none;
	border-color: transparent;
	outline: none;
	background-color: transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: space-between;
	justify-content: space-around;
}

.sort_area ul li:first-child span{
	padding: 0 10px;

}
.sort_area ul li:first-child p{
	font-size: 16px;
}

.sort_area ul li:nth-child(2){
	margin: 0 0px;
	vertical-align: baseline;
}

.sort_area ul li:nth-child(2) span{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.sort_area ul li:nth-child(2) span a{
	background:#2EA7E0;
	color:#fff !important;
	font-size: 15px;
	margin: 0px;
	padding: 9.5px 15px;
}

.sort_area ul li:nth-child(3){
	margin: 0 0 0 0;
	vertical-align: baseline;
}




/*======================================
	オススメ物件詳細ページ
=======================================*/
.pick_title{
	font-size:20px;
	font-weight:bold;
}

.big_bluetxt {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.a_price p{
	font-size: 25px;
}

.a_price{
	font-size: 30px;
}

.detailphoto p{
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.detailphoto p img{
	width: 640px;
}


.detailphoto span{
	display: none;
	text-align: center;
	margin-top: 5px;
	}

.detailphoto ul{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

.detailphoto ul li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 7px;
	width: 47.5%;
}

.detailphoto ul li:nth-child(2n){
	margin-right: 0;
}

.detailphoto ul:last-child{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 40px;
}

.detailphoto ul:last-child li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 7px;
	width: 19%;
}

.detailphoto ul:last-child li:nth-child(5n){
	margin-right: 0;
}

#map {
    width: 100%;
    height: 400px;
}

#map div{
	margin: 0;
}

.blue_table tr th{
	background-color: #E6E6EA;
	color: #001066;
}

.navy_table tr th{
	background-color: #3E4263;
	color: #fff;
	font-weight: bold;
}


/*======================================
	分譲・注文住宅施工実績一覧ページ
=======================================*/
.const ul li{
	border-top: 7px solid #001066;
	margin-bottom: 25px;
}

.const ul{
	text-align: left;
}

.const ul li p{
	height: 3.5em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none){
.const ul li p{
	position: relative;
	height: 3.5em;
	overflow: hidden;
}
	
.const ul li p:before, .const ul li p:after {
    position: absolute;
    background: #fff;
}

.const ul li p:before {
    content: "･･･";

    bottom: 0;
    right: 0;
}

.const ul li p:after {
    content: "";
    width: 100%;
    height: 100%;
}	
	
}



/*======================================
	物件お問い合わせページ
=======================================*/
.c_atten{
	margin-bottom: 50px;
}

.c_atten ul li{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.c_atten ul li:nth-child(2){
	width: 90%;
	margin-left: 15px;
}

table.article_table img{
	width: 30%;
	display: block;
	margin: 0 auto;
}

table.article_table tr th{
	font-weight: bold;
	padding: 10px 0 !important;
}

table.article_table tr th,table.article_table tr td{
	padding: 15px 25px;
}

table.article_table tr td:first-child{
	background-color: #F0F7F7;
	width: 130px;
}

table.article_table tr td{
	min-width: 0;
}

table.article_table tr td:nth-child(2){
	text-align: center;
}





/*======================================
	pickup物件詳細ページ
=======================================*/
.p_header,.p_header_inner,.p_header_menu,.p_header_menu_inner,.b_area,.pick_t_area,.plan,.loca{
	margin: 0;
	position: relative;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.pick_h{
	position: static;
}

/*.pick_ancher{
	padding-top: 100px;
    margin-top: -100px;
}*/

.p_header{
	height: 895px;
	background-position: bottom center;
	background-size: cover;
}

.p_header_menu_inner{
	position: relative;
	padding: 15px 0;
}

.pick_txt{
	position: absolute;
	top: 10%;
}

.concept{
	background-image: url(../images/pickup/images/03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.concept ul li,.plan ul li{
	display: inline-block;
	vertical-align: top;
}

.concept ul{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}

.concept ul li{
	display: inline-block;
	vertical-align: top;
}

.concept ul li:nth-child(1){
	width: 60%;
	padding-right: 5px;
}


.concept ul li:nth-child(2){
	width: 39%;
	padding-left: 5px;
}


.location{
	padding:50px 0;
}

.p_header_menu_inner ul li a,.concept p,.plan ul li p{
	font-family: "Yu Mincho", "YuMincho";
}

.concept{
	text-align:center;
}

.concept p{
	font-size: 30px;
	line-height: 180%;
}

.pick_t_area{
	padding: 15px 0;
	margin-bottom: 0;
}

.plan ul li,.loca ul li{
	margin-bottom: 0;
}

.plan ul li{
	position: relative;
	margin-right: 0;
}

.plan ul li span{
	position: absolute;
	top: 45%;
	left: 4.2%;
	font-size: 40px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho P";
	font-weight: bold;
}

.plan ul li span.soldout{
	position: absolute;
	top: 17%;
	left: 4.2%;
	font-size: 25px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho P";
	font-weight: bold;
	color:#fff;
padding:10px 10px 8px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.2);
}

.plan ul li p{
	position: absolute;
	top: 62%;
	left: 4%; 
}

.loca #map{
	margin: 0;
}

@media all and (-ms-high-contrast:none){
.p_header_menu_inner{
	padding: 15px 0 14px;
}
	
.pick_t_area{
	padding: 12px 0 3px;
}	
}

.p_header_menu_inner ul li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;
}

.p_header_menu_inner ul li a{
	color: #fff;
}

.bk_contact{
	width: 972px;
	height: 111px;
	padding: 20px;
	background-image: url(../images/pickup/images/01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 30px auto;
	text-align: right !important;
}

.bk_contact a{
	padding: 0;
	
}




/*======================================
	会社案内ページ
=======================================*/

.com ul li:nth-child(2){
	width: 650px;
	margin-left: 45px;
}

.com table{
	margin-top: 0;
}

.syakun{
	width: 800px;
	margin: 0 auto;
	
}

.syakun li{
	font-size: 18px;
	width: auto !important;
	margin: 0 15px;
}




/*======================================
	プライバシーポリシーページ
=======================================*/
.policy p{
	line-height: 200%;
}

.policy hr{
	margin-bottom: 20px;
}




/*======================================
	サイトマップページ
=======================================*/
.sitemap p{
	font-size: 16px;
	margin: 20px 0 10px;
}

.sitemap p a{
	color: #525252;
}

.sitemap span a{
	color: #172A88 !important;
}

.sitemap p:before{
	content: '>';
	font-size: 12px;
    padding: 0 3px;
    color: #8E8C8C;
}

.sitemap span{
	display: block;
	font-size: 14px;
	padding-left: 15px;
	line-height: 175%;
}


/*======================================
	総合お問い合わせページ
=======================================*/
.all_contact ul li div{
	height: 8em;
	padding: 15px;
	margin: 0;
}

.all_contact ul li div:hover{
	opacity: 0.5;
}




/*======================================
	家づくりページ
=======================================*/

.d_menu_area ul li{
	border-right: 1px solid #432307;
	width: 19%;
	text-align: center;
}

.d_menu_area ul li:last-child{
	border-right: none;
}

.d_menu_area ul li a{
	display: inline-block;
	color: #743C10;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 500;
	text-shadow:1px 1px 1px #94560d;
}

.build1 ul{
	margin: 30px 0;
}

.build1.li_2-1culm3 ul li:nth-child(2) p{
    text-align: right;
}


.build1.li_2-1culm3 ul li:nth-child(2) img{
    width: 88%;
}

.build1 hr{
	border: 1px dashed #4B3917;
}

.border_all{
	border: 1px solid #361502;
	padding: 0px;
}

.yuka ul li p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	color: #3F1B06;
}

.yuka ul li p span{
	font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}
.max100 ul li img{
	width: auto;
	max-width: 100%;
	display: block;
	margin:0 auto;
}

.shunou{
	margin-top: 0;
}

.shunou p{
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}




/*======================================
	家づくりとアフターサービスページ
=======================================*/
.img80 img{
	width: 80%;
}

.img50 img{
	width: 50%;
}

.flow_li ul li{
	padding: 20px;
	text-align: left;
	height: 210px;
}

.flow_li ul li p:first-child{
	font-size: 20px;
    color: #1c6384;
	margin-bottom: 10px;
}

.flow_li ul li p:first-child:before{
    padding: 5px 10px;
    color: #fff;
	background-color: #1c6384;
	margin-right: 15px;
}

.flow_li ul li:first-child p:first-child:before{
	content: '1';
}

.flow_li ul li:nth-child(2) p:first-child:before{
	content: '2';
}

.flow_li ul li:nth-child(3) p:first-child:before{
	content: '3';
}

.flow_li ul li:nth-child(4) p:first-child:before{
	content: '4';
}

.txt_right{
	width: 75%;
}

.txt_right ul li{
	text-align: left;
}

.txt_right ul li img{
	display: block;
	width: auto;
	margin: auto;
}

.bk_image,.bk_image2{
	margin: 10px auto 0;
}

/*.bk_image ul li:nth-child(2),.bk_image2 ul li:nth-child(2){
	height: 150px;
	background-repeat: no-repeat;
	background-position: 108% center;
}

.bk_image ul li:nth-child(2){
	background-image: url(../images/flow/05.png);
}

.bk_image2 ul li:nth-child(2){
	background-image: url(../images/flow/06.png);
}
*/


@media all and (-ms-high-contrast:none){
.flow_li ul li p:first-child:before{
    padding: 8px 10px 3px;
}	
}




/*======================================
	耐震・耐久・省エネページ
=======================================*/

.img_f_right p,.img_f_right2 p{
    margin-right: 10px;
    display: inline-block;
}

.img_f_right p{
	width: 48%;
}

.img_f_right2 p{
	width: 60%;
}

.img_f_right img{
	width: 50%;
}

.img_f_left p,.img_f_left2 p{
    margin-left: 15px;
    display: inline-block;
}

.img_f_left p{
	width: 48%;
}

.img_f_left2 p{
	width: 60%;
}

.img_f_left img{
	width: 50%;
}

.li_2-0culm ul li{
	display: inline-block;
	vertical-align: top;
	width: 48%;
}




/*======================================
	ファイナンシャルプランニングページ
=======================================*/
.plan_li ul li p,.plan_li ul li:first-child p{
	width: 184px;
	height: 120px;
	font-size: 18px;
}

.plan_li ul li p{
	padding-top: 43px;
}

.plan_li ul li:first-child p{
	padding-top: 25px;
}





/*======================================
	保険の種類ページ
=======================================*/
.menu_li ul li h4,.menu_li ul li p{
	font-size: 16px;
}

.menu_li ul li h4{
	margin-bottom: 5px;
}

.menu_li ul li:nth-child(2){
	width: 430px;
	margin-left: 100px;
}






/*======================================
	かつ七総合管理(株)が提供するサービスページ
=======================================*/
.plan_dl dt,.plan_dl dd,.plan2_dl dt,.plan2_dl dd{
	padding: 10px 25px;
}

.plan_dl dd{
	border-bottom: 1px solid #171C61;
	border-left: 1px solid #171C61;
	border-right: 1px solid #171C61;
}

.plan2_dl dd{
	border-bottom: 1px solid #00A0E9;
	border-left: 1px solid #00A0E9;
	border-right: 1px solid #00A0E9;
}

@media all and (-ms-high-contrast:none){
.plan_dl dt,.plan2_dl dt{
	padding: 15px 25px 8px;
}
}




/*======================================
	キャッシュフローページ
=======================================*/
.pc2{
	display: table-row;
}

table.cashflow-table{
	margin-top: 0;
}

table.cashflow-table tr th {
    min-width: 158px;
	padding: 20px 0px;
	font-weight: bold;
	background-color: #FFF8ED;
}

table.cashflow-table tr th.first-th {
    min-width: 50px;
	background-color: #EDF1EA;
}


table.cashflow-table tr td {
    min-width: 50px;
	text-align: right;
}




/*======================================
	よくあるご相談QAページ
=======================================*/


.q_span{
	margin-right: 15px;
}

.mincho{
	font-family: "Yu Mincho", "YuMinchos";
}

.d_bl{
	display: block;
}

.gray-line {
    background: #C7C7C7;
    height: 1px;
    margin: 0px 30px;
}

.gray-line2 {
	border-bottom: 1px dashed #c7c7c7;
}




/*======================================
	相続ページ
=======================================*/
.border_green{
	border: 1px solid #87BB24;
}

p.four{
	display: inline-block;
	width: 135px;
	height: 137px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 15px 20px 20px;
	border-radius: 5px;
	
}

p.four span{
	display: block;
	font-size: 14px;
}

p.four{
	background-color: #006535;
}

p.four2{
	background-color: #0F8B43;
}

p.four3{
	background-color: #3DAB4A;
}

p.four4{
	background-color: #86BC43;
}







/*======================================
	買取ページ
=======================================*/

.tokutyou_ttl{
	font-size: 18px;
	color: #00A0E9;
}

.tokutyou_ttl span{
	color: #000;
	margin-right: 15px;
}

.tokutyou_ttl p{
	display:inline-block;
	font-size: 16px;
	background: #00A0E9;
	width: 80px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	margin-right:20px;
}
