/*

Theme Name: BA_003_物件検索重視

Author: 60L.design

Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。

Version: 1.0

*/

.top_chk_itembox {
    width: 230px;
    height: 280px;
   margin-bottom: 20px;
}
.top_chk_item_imagebox {
    width: 230px;
    height: 130px;
    overflow: hidden;
}
.top_searchlike_flex2 {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0px auto;
}
@media screen and (max-width: 980px){
.top_chk_itembox {
    width: 290px;
    height: 350px;
   margin-bottom: 20px;
}
.top_chk_item_imagebox {
    width: 290px;
    height: 180px;
    overflow: hidden;
}
	.shop_itembox {
    width: 600px;
	padding: 24px 10px;
}
	.top_blogright {
    padding: 40px 0px 40px;
    margin-bottom: 0;
}

}
/**************************************************************************************/
/* 2019/01/16　施行事例ページ追加*/
/**************************************************************************************/
/********************　検索ページとフォーム　************************/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット  ここまで */

#sekou_search{
	clear: both;
	background: #E7E7E7;
	padding: 30px;
	margin-bottom: 20px;
}
#sekou_search input[type="text"]{
	width: 400px;
	height: 35px;
	margin-left: 20px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px #dedede;
}
input[type="text"]:focus {
    border:solid 1px #0E7FC3;
}
#sekou_search input[type="submit"]{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
	height: 35px;
	width: 80px;
	text-align: center;
	color: #ffffff;
	background: #0E7FC3;
	cursor: pointer;
	top: -1px;
	position: relative;
	margin-left: 5px;
}
#sekou_search input[type="submit"]:hover{
	background: #005C94;
}
#sekou_search .tag{
	margin-top: 20px;
}
.sekou_other_search{
	display: block;
position: relative;
     padding-bottom: 0.2em;
     border-bottom: 4px solid #DDD;
	width: 100%;
	font-size: 20px;
	margin-left: 0;
	font-weight: bold;
	margin-bottom: 20px;
	color: #666666;
}
.sekou_other_search::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #0E7FC3;
     bottom: -4px;
     width:20%;
     display: block;
}
/* こだわりから探す　のタグスタイル*/
.cp_tag01 {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin-top: 10px;
	
	
}
.cp_tag01 li {
	display: inline-block;
}
.cp_tag01 a {
	line-height: 26px;
	position: relative;
	display: inline-block;
	height: 26px;
	margin: 0 10px 10px 0;
	padding: 0 15px 0 23px;
	-webkit-transition: color 0.2s;
	        transition: color 0.2s;
	text-decoration: none;
	color: #455a64;
	border-radius: 3px 0 0 3px;
	background: #cfd8dc;
}
.cp_tag01 a::before, .cp_tag01 a::after {
	background: #e7e7e7;/*背景色*/
}
.cp_tag01 a::before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 10px;
}
.cp_tag01 a::after {
	position: absolute;
	top: -2px;
	right: -6px;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 0 15px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #cfd8dc;
	border-radius: 4px;
}
.cp_tag01 a:hover {
	color: #ffffff;
	background-color: #0E7FC3;
}
.cp_tag01 a:hover::after {
	border-left-color: #0E7FC3;
}
/********************　施行事例一覧ページ ************************/
.va_t{
	vertical-align: top;
}
.sekou_index_title{
	font-size: 16px;
	line-height: 24px;
	height: 52px;
	font-weight: bold;
}
.sekou_index_title h1{
position: relative;
     padding-bottom: 0.5em;
     border-bottom: 4px solid #DDD;
	width: 100%;
	font-size: 22px;
	margin-left: 0;
	font-weight: bold;
}
.sekou_index_title h1::after {
     position: absolute;
     content: " ";
     border-bottom: solid 4px #0E7FC3;
     bottom: -4px;
     width:20%;
     display: block;
}
.sekou_index_flex {
    width: 100%;
    height: auto;
    margin: 0px auto;
}
.sekou_index_itembox {
    width: 280px;
    min-height: 420px;
    margin-bottom: 44px;
	border: 1px solid #BBBBBB;
	padding: 10px;
	float: left;
	margin-right: 30px;
}
.sekou_index_itembox:nth-child(3n){
	margin-right: 0px;
}
.sekou_index_item_imagebox{
	width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
}
.sekou_index_item_info {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
}
.sekou_index_item_info span{
	display: block;
	border-bottom: 1px solid #CDCDCD;
	font-size: 12px;
}
.sekou_index_item_info span i{
	margin-right: 5px;
	color: #747474;
}
.sekou_index_continue {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #0E7FC3;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    margin: 10px auto 0px;
   
}
.sekou_index_tagarea{
	margin: 10px 0;
	height: 30px;
	overflow: hidden;
	word-break: keep-all;
}
a.sekou_tag{
	font-size: 0.8em;
	background: #D8D8D8;
	color: #111111;
	border: none;
	border-radius: 5px;
	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 1px 6px;
	word-break: keep-all;
	display: inline-block;
}
a.sekou_tag:hover{
	border: none;
	background: #0E7FC3;
	color: #ffffff;
}
.sekou_count{
	font-size: 22px;
	color: #0E7FC3;
}
.sekou_search_bar{
	width: 100%;
	border-bottom: 2px dashed #D8D8D8;
	margin-bottom: 20px;
}
.sekou_search_left{
	float: left;
	height: 30px;
	line-height: 30px;
	vertical-align: 30px;
}
.sekou_search_right{
	float: right;
	height: 30px;
	line-height: 30px;
	vertical-align: 30px;
	font-weight: bold;
}
span.supText {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
/********* 施行事例詳細 ***********/
.sekou_single_info{
	width: 100%;
}
.sekou_table{
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}
.sekou_table th{
	text-align: left;
    width: 80px;
    padding: 10px 20px;
    background-color: #EEEEEE;
    font-weight: 500;
}
.sekou_table th.tag_th{
	width: 280px;
	text-align: center;
}
.sekou_table td{
	text-align: left;
    padding: 10px;
}
.sekou_comment{
	margin: 20px 0;
}
.tab_wrap{width:980px; margin:50px auto;}
input[type="radio"]{display:none;}
.tab_area{font-size:0; margin:0 0 10px 0;}
.tab_area label{width:150px; margin:0 5px; display:inline-block; padding:5px 0; color:#fff; background: #C4C4C4; text-align:center; font-size:14px; cursor:pointer; transition:ease 0.2s opacity;}
.tab_area label:hover{background:#0E7FC3;}
.panel_area{background:#fff; height: auto; padding: 30px; background: #F4F0EA;}
.tab_panel{width:100%; padding:0; display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
#tab1:checked ~ .tab_area .tab1_label{background:#0E7FC3; }
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#0E7FC3;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#0E7FC3;}
#tab3:checked ~ .panel_area #panel3{display:block;}
.before_img{
	width: 48.5%;
	float: left;
	height: auto;
	vertical-align: bottom;
}
.after_img{
	width: 48.5%;
	float: right;
	height: auto;
	text-align: right;
}
.after_img img, .before_img img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.after_img span, .before_img span{
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}
.after_img span{
	background: #ABABAB;
}
.before_img span{
	background: #ABABAB;
}
.sekou_index_item_right {
    width: 100%;
    height: auto;
}
.top_cu_comment .pc, .sekou_index_item_info .pc{
	display: inline-block;
}

/***********トップページに追加 ******************/
.top_sekou_itembox {
    width: 230px;
    height: 330px;
    margin-bottom: 20px;
}
.top_cu_comment ul li{
	list-style: none;
	line-height: 23px;
}
.top_cu_comment ul li i{
		margin-right: 5px;
		color: #8C8C8C;
	}
.top_blog_tolist {
    width: 380px;
    height: 60px;
    line-height: 60px;
    background-color: #EEEEEE;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 0px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.fa_em09 {
    color: #008A4E;
    font-size: 1.3em;
    margin-left: 15px;
    vertical-align: -2px;
}
@media screen and (max-width: 980px){
	.sekou_table{
		font-size: 18px;
	}
	.sekou_table th{
		width: 140px;
	}
	.tab_wrap{
		width: 100%;
	}
	.tab_area label{
		width: 120px;
	}
	.sekou_index_itembox{
		width: 45%;
		margin-right: 10px;
	}
	.sekou_index_itembox:nth-child(2n){
	margin-right: 0px;
}
	.sekou_index_item_right {
    float: right;
    width: 100%;
    height: auto;
}
	.sekou_index_tagarea {
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
    word-break: keep-all;
}
	a.sekou_tag {
    font-size: 14px;
    padding: 6px 10px;
}
	.sekou_search_right {
    float: none;
	display: block;
	}
	.sekou_count {
    font-size: 26px;
}
	.sekou_index_itembox:nth-child(3n){
	margin-right: 10px;
}
	.sekou_index_itembox:nth-child(2n){
	margin-right: 0px;
}
	.sekou_index_title{
		font-size: 20px;
		height: 65px;
		line-height: 28px;
	}
	.sekou_index_item_info span{
		font-size: 16px;
	}
	.sekou_index_continue{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	#sekou_search input[type="text"]{
		width: calc(100% - 40px) ;
		height: 80px;
		margin-left: 0px;
		padding: 0 20px;
	}
	#sekou_search input[type="submit"]{
		height: 60px;
		width: 100%;
		margin-left: 0px;
		font-size: 22px;
	}
	.cp_tag01 a{
		height: 40px;
		line-height: 40px;
	}
	.cp_tag01 a::before {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
}
	.cp_tag01 a::after {
    border-width: 22px 0 21px 13px;
}
	/***********トップページに追加 ******************/
.top_sekou_itembox {
    width: 288px;
    height: 420px;
    margin-bottom: 20px;
}
.top_cu_comment ul li{
	list-style: none;
	line-height: 28px;
}
	.top_cu_comment ul li .pc, .sekou_index_item_info .pc{
		display: none;
	}
	
}

/**************************************************************************************/
/* 2019/01/11　お客様の声ページ追加*/
/**************************************************************************************/

.mt_10{
	margin-top: 10px;
}
.mt_80{
	margin-top: 80px;
}
.customer_index_item_imagebox{
	width: 300px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 8px;
}
.top_cu_name{
	float: left;
	font-size: 14px;
}
.top_cu_area{
	position: relative;
	font-size: 12px;
	float: right;
	top: 11px;
}
.top_cu_comment{
	margin-top: 10px;
	line-height: 20px;
}
.cu_new{
	color:  #fff;
	float: right;
	background: #95d300;
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.cu_date{
	color:  #3567bf;
	float: left;
}
.cu_name{
	float: left;
	font-size: 24px;
}
.cu_name span{
	font-size: 20px;
	margin-left: 5px;
}
.cu_area{
	position: relative;
	font-size: 16px;
	float: right;
	top: 11px;
}
.cu_comment{
	clear: both;
	line-height: 20px;
}

.cu_comment{
	display: block;
	line-height:20px;
	font-size:14px;
	height: 60px; 
}
.cu_staff_img{
	width: 80px;
	height: 80px;
	float: left;
}
.cu_staff_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cu_staff_comment span{
	display: block;
	font-size: 14px;
}
.cu_staff_comment{
	display: block;
	line-height:20px;
	font-size:12px;
	height: 80px;
	margin-left: 90px;
}
.cu_more{
	background: #3567bf;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
}
.cu_more i{
	margin-left: 10px;
	font-size: 18px;
	line-height: 40px;
}
.cu_staff{
	background: #D8EDDE;
	padding: 10px;
}
.swiper-slide{
	background: #B7B7B7;
}
.customer_single{
	width: 980px;
	margin: 0 auto;
}
.swiper-container{
	width: 980px;
	height: 650px;
}
.swiper-slide{
	width: 980px;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;

	
}
.customer_single_img{
	width: 100%;
	margin: 0 auto;
}

.customer_date{
	margin-top: 10px;
	color: #3567bf;
	font-size: 16px;
}
.customer_font01{
	font-size: 20px;
}
.customer_name span{
	font-size: 16px;
}
.customer_area{
	margin-bottom: 10px;
}
.customer_staff{
	width: 95%;
	padding: 2.5%;
	background: #D8EDDE;
	margin-top: 20px;
	display: block;
}
.customer_staff img{
	float: left;
	width: 15%;
	height: 15%;
	object-fit: cover;
}
.customer_staff span{
	float: right;
	width: 80%;
}
.customer_staff span p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.customer_btn_prev {
    float: left;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 60px;
    background-color: #FFFFFF;
    color: #3567bf;
    font-size: 13px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.customer_btn_next {
    float: right;
    box-sizing: border-box;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 60px;
    background-color: #FFFFFF;
    color: #3567bf;
    font-size: 13px;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.top_article_index_itembox {
    width: 300px;
    min-height: 420px;
    margin-bottom: 44px;
	float: left;
}
@media screen and (max-width: 980px){
	.cu_date{
		display: block;
	}
	.customer_index_item_imagebox{
	width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 8px;
}
	.top_blog_itembox{
		margin-bottom: 40px;
	}
	.cu_new{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
	.customer_name, .customer_area{
		font-size: 1.2em;
	}
	
	.customer_name span{
		font-size: 0.9em;
	}
	.cu_more{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
  margin-top: 20px;
	margin-bottom: 40px;
}
	.top_cu_name{
		font-size: 20px;
	}
	.top_cu_area{
		font-size: 18px;
	}
	.top_cu_comment{
		line-height: 24px;
	}
	.customer_btn_prev, .customer_btn_next{
		font-size: 1.1em;
	}
	.customer_single{
	width: 600px;
	margin: 0 auto;
}
.swiper-container{
	width: 600px;
	height: 350px;
}

.customer_single_img{
	width: 600px;
	margin: 0 auto;
}
.swiper-slide{
	width: 600px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.swiper-slide img{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;

	
}
	.cu_comment{
		font-size: 18px;
	}
	.cu_staff_comment{
		font-size: 16px;
	}
	.cu_staff_comment span{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.customer_date{
		font-size: 18px;
	}
}
/**************************************************************************************/
/* 2019/01/07　フォーム2種・スタッフ紹介ページ追加*/
/**************************************************************************************/

.mw_wp_form label {
    margin-right: 10px;
    padding: 5px 12px;
    border: 2px solid #BBBBBB;
    border-radius: 20px;
    background-color: #ffffff;
    cursor: pointer;
	margin-top: 6px;
	margin-bottom: 6px;
	display: inline-block;
	color: #555555;
	/*box-shadow: 0px 4px 0px rgba( 187,187,187,1);*/
	position: relative;
    top: -3px;
}
.mw_wp_form label input[type="radio"],.mw_wp_form label input[type="checkbox"]{
	display: none;
}
.mw_wp_form label::before{
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid #bbbbbb;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
	}
.mw_wp_form label:hover{
	background: #3567bf; /*メインカラー変更時はここも変更する*/
	border: 2px solid #3567bf; /*メインカラー変更時はここも変更する*/
    border-radius: 20px;
	color: #ffffff;
	/*box-shadow: 0px 4px 0px rgba( 255,194,163,1);*/
}
.mw_wp_form label:hover::before{
	border: 2px solid #ffffff;
}
/*.mw_wp_form label:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: 1px #FFF3E6 solid;
	box-shadow: 0px 1px 0px rgba( 187,187,187,1);
}*/

.mw_wp_form label.selected{
	background: #3567bf; /*メインカラー変更時はここも変更する*/
	color: #ffffff;
	border: 2px solid #3567bf; /*メインカラー変更時はここも変更する*/
}
.mw_wp_form label.selected::before{
	border: 2px solid #ffffff;
}
.mw_wp_form label.selected::after{
	content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    float: left;
    /* margin: 10px 0px 0px 0px; */
    position: absolute;
    top: 13px;
    border-radius: 50%;
    left: 16px;
}
.mw_wp_form .vertical-item{
	display: inline-block;
}
@media screen and (max-width: 980px){
	.mw_wp_form label {
		display: block;
		width: 92%;
		padding: 15px 4%;
		margin-bottom: 20px;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
	}
	.mw_wp_form label::before{
	content: "";
	width: 18px;
	height: 18px;
	border: 2px solid #bbbbbb;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	
}
	.mw_wp_form label.selected::after{
	content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    display: inline-block;
    float: left;
   
    position: absolute;
    top: 32px;
    border-radius: 50%;
    left: 29px;
}
	input[type="text"],input[type="email"],textarea{
		width: 100%;
		margin-bottom: 20px;
	}
	.mw_wp_form .vertical-item{
		width: 100%;
	}
}
@media all and (-ms-high-contrast: none){
	.mw_wp_form label{
		padding: 9px 12px 5px 12px;
	}
  .mw_wp_form label.selected::after{
	
    top: 15px;
    border-radius: 50%;
    left: 16px;
}
}
/**************************************************************************************/
/* 2018/12/18　フォーム2種・スタッフ紹介ページ追加*/
/**************************************************************************************/
.satei_th{
	width: 150px;
	display: inline-block;
}
h1{
	margin-top: -1px;
}
.mw_wp_form select{
		height: 40px;
		width: 200px;
	}
.mw_wp_form textarea{
	padding: 10px;
}
@media screen and (max-width: 980px){
	
	.satei_th{
	width: 200px;
	display: inline-block;
}
.inq_itemtitle{
	font-size: 26px;
}
	.mw_wp_form input {
    box-sizing: border-box;
    height: 70px;
    font-size: 26px;
    padding: 10px;
	
	}.mw_wp_form select{
		height: 70px;
		width: 100%;
	}
	.mw_wp_form_input{
		font-size: 24px;
		
	}
	.textarea{
		width: 100%;
	}
	.mw_wp_form textarea{
		font-size: 26px;
	}
}
.staff_table{
	width: 75%;
    border: none;
    border-collapse: collapse;
	float: right;
}
.staff_table tr {
	padding: 2%;
}

	
.staff_table td {
    text-align: left;
    padding: 0;
    border: none;
	vertical-align: top;
}
.staff_table td.staff_name{
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px;
	
    padding-bottom: 10px;
}
.staff_table td span.staff_yomi{
	font-size: 14px;
	margin-left: 15px;
	font-weight: normal;
	color: #737373;
}
.staff_table td.staff_comment{
	padding: 0px 20px;
	display: table-cell;
	vertical-align: top;
}
.staff_table td span.staff_item{
	color: #FF5F00;
	display: inline-block;
	font-weight: bold;
}
.staff_table td span.staff_item_inner{
	margin-right: 20px;
	display: inline-block;
}
.staff_table td span.tokucho{
	padding-bottom: 10px;
	display: block;
	word-break: keep-all;
}
.staff_table td span.comment_area{
	background: rgba(255,255,255,0.4);
	display: block;
	padding: 15px;
}
.staff_area_inner{
	border-bottom: 1px dashed #686868;
	overflow: visible;
	padding: 20px ;
}
.staff_image{ 
	clear: both;
	float: left;
	width: 25%;
}
.staff_image img{
	width: 100%;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
} 
.f_16{
	font-size: 16px;
	color: #FF5F00;
}
@media screen and (max-width: 980px){
	h1{
		margin-top: 0;
	}
	.staff_image{ 
	clear: both;
	width: 100%;
	padding: 20px 0 30px 0;
	}
	.staff_table{
	width: 100%;
    border: none;
    border-collapse: collapse;
	clear: both;
	}
	.staff_area_inner{
		padding: 20px 0;
	}
	.staff_table td.staff_name{
	font-size: 24px;
	}
}
/**************************************************************************************/
/* 2018/12/11　トップページ物件一覧の項目追加*/
/**************************************************************************************/
@media screen and (max-width: 1105px) and (min-width: 981px){
	.flex::before{
	  content:"";
	  display: block;
	  width:23%;
	  order:1;
	}
	.flex::after{
	  content:"";
	  display: block;
	  width:23%;
	}
}


.wrap_bkn span.price{
	font-size: 16px;
	font-weight: bold;
	color: #E85D00;
}
.wrap_bkn span.bkn_name{
	font-size: 14px;
	font-weight: bold;
}
.wrap_bkn span.layout, .wrap_bkn span.type{
	display: inline-block;
}
.wrap_bkn span.img_wrap{
	margin-bottom: 10px;
}
.wrap_bkn span.catch{
	color: #B30002;
}
.inline_bl{
	display: inline-block;
}
.wrap_bkn span.room{
	text-align: right;
	}
/**************************************************************************************/
/* 2018/11/19　お知らせのタグ追加*/
/**************************************************************************************/
.news_tag {
	margin-right: 5px;
	padding: 1px 3px;
	font-size: 0.8em;
/*	border: solid 1px #fff;*/
}
.newsindex_item .new {
	background: #fb6e1a;
	color: #fff;
}
.newsindex_item .import {
	background: #d20404;
	color: #fff;
}
.newsindex_item .campaign {
	background: #fb386f;
	color: #fff;
}
.newsindex_item .rent {
	background: #0458bf;
	color: #fff;
}
.newsindex_item .sale {
	background: #35bf04;
	color: #fff;
}
/**************************************************************************************/
/* 2018/11/15　トップページにバナー設定エリア追加*/
/**************************************************************************************/
.top_bnr_superbox {
	padding: 88px 0px 64px;
	width: 100%;
	height: auto;
	background-color: #F3F3F3;
}
.top_bnr_superbox a img {
	width: 370px;
	height: auto;
}

/**************************************************************************************/
/* 2018/11/07　Font Awesome修正*/
/**************************************************************************************/
.header_telbox,.footer_telbox{
	font-size: 1.2em;
}
.header_contactbox,.header_favoritebox{
	font-size: 0.95em;
}
.fa_green{
	color: #3567bf;
	font-size: 1.1em;
}
.fa_em03{
		font-size: 1.1em;
		margin-left: 5px;
}
.fa_em04{
		font-size: 1.2em;
		margin-left: 15px;
		vertical-align: -1px;
}
.fa_em05{
	color: #3567bf;
}
.fa_em06{
	color: #008A4E;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
.fa_em07{
	color: #008A4E;
	font-size: 1.3em;
	margin-right: 15px;
	vertical-align: -2px;
}
.fa_em08{
	color: #008A4E;
	font-size: 1.3em;
	margin-left: 15px;
	vertical-align: -2px;
}
/* 見出し下線修正 */
.contents_title_underline{
	width: 410px;
}
@media screen and (max-width: 980px){
	.footer_telbox_sp a i{
		color: #008A4E;
	}
	.footer_contactbox_sp a i{
		color: #008A4E;
	}
	.footer_contactbox_sp{
		padding-top: 25px;
	}
	.fa_white{
		color: white;
	}
	.fa_em01{
		font-size: 3.5em;
		margin: 0.22em;
	}
	.fa_em02{
		font-size: 3em;
		margin: 0.23em;
	}
	.btn_submit{
		padding: 28px 0;
	}
	.fa_em09{
		color: #008A4E;
		font-size: 1.3em;
		margin-left: 15px;
		vertical-align: -2px;
	}
}
/**************************************************************************************/
/* 2018/10/15　特選物件*/
/**************************************************************************************/

.wrap_bkn {
	width: 176px;
	height: auto;
	overflow: hidden;
	margin: 5px 10px 10px 10px;
	border: none;
}
.wrap_bkn a {
	display: inline-block;
}
.wrap_bkn img {
	max-width: 174px;
	max-height: 174px;
}
.wrap_bkn span {
	font-size: 12px;
	padding: 1px 5px;
	display: block;
	line-height: 1.5em;
}
.wrap_bkn span.img_wrap {
	display: flex;
	padding: 0;
	width: 174px;
	height: 174px;
	border: solid 1px #c6e2ff;
	align-items: center;
	justify-content: center;
}
.wrap_bkn span.bkn_name {
	font-weight: bold;
	border-bottom: dotted 1px #c6e2ff;
}

@media screen and (max-width: 980px) {
.wrap_bkn {
	width: 44%;
	margin: 3% 1.25% 1.25% 1.25%;
	height: auto;
	padding: 1%;
	border: 1px solid #CDCDCD;
	
}
	.wrap_bkn a{
		max-width: 100%;
	}
.wrap_bkn img {
	max-width: 100%;
	max-height: 100%;
	width: 300px;
	height: 250px;
	object-fit: cover;
}
.wrap_bkn span{
	font-size: 1em;
	line-height: 1.4em;
}
.wrap_bkn span.img_wrap {
	width: 99%;
	height: 99%;
	max-height: 300px;border: none;
}
	.wrap_bkn span.bkn_name{
		font-size: 1em;
		border-bottom: dotted 1px #989898;
	}
	.wrap_bkn span.price{
		font-size: 1.3em;
	}
	
.wrap_bkn span.trim {
    overflow: hidden;
    width: 200px;/* トリミングしたい枠の幅 */
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
}
}

/**************************************************************************************/
/* 2018/12/14　ドロップダウンメニュー*/
/**************************************************************************************/
.haed_gnavi_item{
	width: 160px;
}

.mr_top_m10{
	margin-top: -11px;
}

.menu {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.menu ul{
}
.menu > li {
  float: left;
	width: 100%;
  height: 50px;
	list-style:none;
}

.menu > li a {
  display: block;
  color: white;
	list-style: none;
}

.menu > li a:hover {
  opacity: 0.5;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid white;
	list-style: none;
	/*line-height: 50px;*/
	height: 50px;
	vertical-align: middle;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    opacity: 0.5;
}

.menu__third-level li a:hover {
    opacity: 0.5;
}

.menu__fourth-level li a:hover {
    opacity: 0.5;/*ドロップダウンbox*/
}

/* 下矢印 
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: absolute;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 110%;
  background: #3567bf;/* ドロップメニュー*/
  opacity: 0.5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 13px;
}
ul.menu__second-level{
	margin-top: -4px;
	
}
ul.chintai{
	margin-top: -15px;
}
ul.menu__second-level li{
	position: relative;
	
}
ul.menu__second-level li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 50px;
}
li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}
.f_12{
	font-size: 12px;
	/*line-height: 12px;*/
}
.mr_5{
	margin: 10px;
}
/**************************************************************************************/
/* 変更*/
/**************************************************************************************/
.haed_gnavi_item{
  color: white;
  font-weight: bold;
  font-size: 14px;
  width: 160px;
}
.haed_gnavi_item.first{
  border-left: none;
}
.haed_gnavi_item{
  border-right: 1px solid white;
}
/*.haed_gnavi_item li:last-child a{
  border: none;
}*/
.footer_copy {
  height: 100px;
}
.btn_gif{
  width: 200px;
}
/*---------------背景壁紙---------------*/
.top_searchlike_superbox{
  background-image: url(images/top/crossword.png);
  background-attachment: fixed;
  }
/*---------------最下部リンク集---------------*/
.link_btns{
  display: flex;
  justify-content: space-between;
}

.link_btns img{
  padding-bottom: 20px;}

@media screen and (max-width: 980px) {
.link_btns{
  display: block;
}
.link_btns img{
  width: 100%;
}
.btn_gif{
  width: 100%;
}
/*.link_btns_first{
  float: left;
  padding-right: calc(100% - 420px) ;
}*/

}
/**************************************************************************************/
/* 色味変更*/
/**************************************************************************************/
a ,.contents_title {
	color : #3567bf;
}

.header_contactbox{
  background-color: #3567bf;
  width: 200px;
  border-radius: 30px;
  font-size: 1.3rem;
}

.top_searchpickup_superbox{
  background-color: #d7e1f2;/*薄い黄色 */
}
#footer {
  background-color: #fdf5ce;/*薄い黄色 */
}
#footer a,#footer p ,.footer_left span , .footer_telbox {
  color: #3567bf;
}
.footer_copy {
  background-color: #3567bf;
}

.footer_copy_left a, .footer_copy_left a:link, .footer_copy_right ,.footer_copy_left a:visited {
  color: white;
}
.contents_title_underline{
  background-color: #F4D021;/*黄色*/
}
.top_blog_title_bar div {
  background-color: #3567bf;
}
.top_blog_item_date , .top_news_itembox span , .cu_date{
  color: #3567bf;
}
.fa_green , .fa_em09 , .fa_em07 ,.news_title_date ,.fa_em08{
  color: #3567bf;
}
.top_blog_tolist {
  width: 200px;
  color: #3567bf;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  background-color: #F4D021;
}
.bgcolor{
  background-color: #fdf5ce;/*薄い黄色 */
  width: 100vw;
  padding: 80px 0px;
}
.search_ul_superbox , .header_gnavibtn {
  background-color: #F4D021;/*黄色*/
}
.company_shop_itembox ,.cu_more ,.news_title ,.gnavi_sp_overlay , .header_gnavibtn.on ,.blog_continue{
  background-color: #3567bf;
}

.inq_itemtitle {
  border-bottom: 2px solid #3567bf;
}
.inqbtn {
  background-color: #3567bf;
  border: 1px solid #3567bf;
}
.blog_title_date ,.customer_btn_next , .customer_btn_prev , .fa_em09 , .fa_green ,.newsindex_itemdate ,.fa_em06{
  color: #3567bf;
}
.blog_title ,.cu_staff ,.customer_staff{
  /*background-color: #FDEEE9;/*薄いオレンジ */
}

.blog_column_left_title ,.blog_column_recent_date , .customer_date {
    /*color: #EF5A24;/*オレンジ */
     /*border-bottom: 1px solid #3567bf;*/
}
.news_title_single {
  border-left: 10px solid #3567bf;
  background-color: #fdf5ce;
}
.top_blog_title_bar {
  background-color: #F4D021;
}


/**************************************************************************************/
/* 2019/5/20　top画像変更*/
/**************************************************************************************/
.top_mainimagebox{
  max-height: 1000px;
}

.top_mainimage_flex_item{
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  box-shadow: none;
}
.top_mainimage_flex{
  top: 150px;
}
.top_mainimage_flex_item:hover{
  
}
@media screen and (max-width: 980px){
  .top_mainimagebox{
  height: 1300px;
  } 
}


/**************************************************************************************/
/* レスポンシブ*/
/**************************************************************************************/
@media screen and (max-width: 980px){
.footer_inqtitle {
  color: #3567bf;
}
.footer_tel_num ,.footer_telbox_sp a i{
  color: #3567bf;
}
.footer_contactbox_sp{
  background-color: #3567bf;
}
.footer_telbox_sp {
  height: 110px;
}
.top_mainimage_flex{
  top: 100px;
}
}
