/*

Theme Name: BA_003_物件検索重視

Author: 60L.design

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

Version: 1.0

*/

/*****************************************************************************
// ボタンのスタイル削除　2019/12/23　行方
*****************************************************************************/
button {
    background: none;
    width: 175px;
    position: relative;
    top: -2px;
    outline: none;
    border: none;
}



/**************************************************************
ぱんくず微調整
**************************************************************/
.pan_mt_60{
    margin-top: 60px;
}
@media screen and (max-width: 980px){
    .pan_mt_60{
        margin-top: 10px;
    }
}

/**************************************************************
//iPhone select reset
**************************************************************/ 
/*.select-box01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

/* flexbox 最終行調整 */
@media screen  and (min-width: 981px){
	.flex::before{
	  content:"";
	  display: block;
	  width:38%;
	  order:1;
	}
	.flex::after{
	  content:"";
	  display: block;
	  width:38%;
	}
}
.flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/* flexbox 最終行調整 ここまで */

.top_searchlike_flex{
    margin: 45px auto;
}
@media screen and (max-width: 980px){

    .inq_inner{
    width: 100%;
	}
	.shop_itembox {
    width: 600px;
	padding: 24px 10px;
	}
	.top_blogright {
    padding: 40px 0px 40px;
    margin-bottom: 0;
	}
}
/**************************************************************
//ヘッダー履歴ボタン
**************************************************************/
.square_btn5{
    display: inline-block;
    text-decoration: none;
    background: #E5E5E5;
    border-bottom: solid 2px #eeeeee;
    border-radius: 3px;
	
	text-align: center;
	height: 46px;
	color: #333333;
	line-height: 16px;
	padding: 3px;
	font-size: 10px;
    float: right;
    position: relative;
    width: 75px;
    margin-left: 5px;
   box-sizing: border-box;
}
.square_btn5 i{
	color: #00874C;
    font-size: 20px;
    margin-top: 3px;
}
.square_btn5 .like_count{
    position: absolute;
    bottom: 15px;
    right: 5px;
    border-radius: 50%;
    background: #ffffff;
    padding: 2px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    box-sizing: unset;
}
label.square_btn5 a{
	color: #333333;
}
a.square_btn5:hover{
	text-decoration: none;
	color: #333333;
}

/**************************************************************************************/
/* 2019/03/19　施行事例ページ、お客様の声、トップ 共通部*/
/**************************************************************************************/
.cu_date{
	color:  #0E7FC3;
	float: left;
}
.cu_new{
	color:  #fff;
	float: right;
	background: #95d300;
	width: 80px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}
.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;
}@media screen and (max-width: 980px){
.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;
	
}

    .cu_date{
		display: block;
	}
    .cu_new{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
    .swiper-container{
        width: 600px;
        height: 350px;
    }
    .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;


    }
}
/**************************************************************************************/
/* 2018/11/07　Font Awesome修正*/
/**************************************************************************************/
.header_telbox,.footer_telbox{
	font-size: 1.2em;
}
.header_contactbox,.header_favoritebox{
	font-size: 0.95em;
}
.fa_green{
	color: #01B868;
	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: #EB6100;
}
.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;
}

/**************************************************************************************/
/* 2018/11/08　WEB FONT差し替え調整*/
/**************************************************************************************/
.fa_em01{
	font-size: 1.2em;
}
.fa_em02{
	font-size: 2em;
}
.fa_yellow{
	color: yellow;
}
.fa_margin_r01{
	margin-right: 10px;
}
.fa_margin_r02{
	margin-right: 20px;
}
.fa_margin_r03{
	margin-right: 30px;
}
.fa_margin_l01{
	margin-left: 10px;
}
.fa_margin_l02{
	margin-left: 20px;
}
.fa_margin_l03{
	margin-left: 30px;
}
.fa_float_l{
	float: left;
	margin-left: 10px;
	margin-top: 13px;
}
.fa_float_r{
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}
.fa_orange{
	color: orange;
}
@media screen and (max-width: 980px){
	.fa_float_l{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.fa_float_r{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
}

/* 見出し下線修正 */
.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;
	}
}


/**************************************************************************************/
/* 2019/11/07　お気に入りボタン変更*/
/**************************************************************************************/
.clsCountTitle i{
  margin-right: 10px;
}
/*電話番号大きく*/
.header_tel_during {
  font-size: 16px;
  line-height: 24px;
}
/*お問い合わせボタン*/
.header_contactbox{
  border-radius: 3px;
}
/*headerのロゴ大きく*/
.header_logo {
  height: 46px;
  width: auto;
}
.square_btn5{
  background: none;
  border-bottom: none;
  padding: 0;
}
.square_btn5 i{
  font-size: 35px;
  margin-top: 0;
}
.square_btn5 .like_count {
  background: #f2f6f7;
  width: 20px;
  height: 20px;
  line-height: 21px;
  left: 50px;
  right: 0;
}
@media screen and (max-width: 980px) {
  .clsCountTitle i{
    margin-right: 0;
  }
	.header_logo {
    height: 40px;
  }
	.header_favoritebox{
		width: auto;
	}
  .like_area{
    padding: 0;
  }
  .square_btn5{
    width: 100px;
    height: auto;
    padding: 10px 0 0 0;
    font-size: 15px;
    margin-right: 10px;
  }
  .square_btn5 p{
    padding-top: 5px;
    margin-bottom: 0; /*robot.cssのせいでずれるので*/
  }
  .square_btn5 i{
	  color: #313131;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .square_btn5 .like_count {
    bottom: 22px;
    left:70px;
  }
}

/*お気に入りボタンを大きくした分他を調整*/
.header_left,.header_right{
  width: auto;
}
h1 ,.header_left span{ /*タイトルの表示が崩れるため非表示*/
  /*width: 200px;
  line-height: 1.2rem;*/
}
.header_telbox {
  width: 220px;
}
/*施工事例一覧の並び*/
.top_cu_comment .pc, .sekou_index_item_info .pc {
    display: inline-block;
}
@media screen and (max-width: 980px){
	.top_cu_comment ul li .pc, .sekou_index_item_info .pc {
		display: none;
	}
}

.cp_tag01 li {
    display: inline-block;
}
/**************************************************************************************/
/* 　画像要素いっぱい表示*/
/**************************************************************************************/
.object-fit-img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
/*****************************************************************************
// グローバルメニューが多い場合スマホで見切れるのでスクロールするよう設定
*****************************************************************************/

@media screen and (max-width: 980px){
	.gnavi_sp_overlay{
		overflow: auto;
	}
}

/**************************************************************************************/
/* 2019　0807　色の変更*/
/**************************************************************************************/
.gnavi{
	background-color: rgba(28,69,135,1);
	background-image: none;
}
.header_contactbox , .top_blog_title_bar div , .news_title , .footer_copy , .inqbtn {
  background-color: rgba(28,69,135,1);
}
.news_title_single {
  border-left: 10px solid rgba(28,69,135,1);
  background-color: #EEEEEE;
}
.search_ul_superbox , #footer{
  background-color: #EEEEEE;
}
.top_news_itembox span , .news_title_date , .fa_em06 , .newsindex_itemdate , .fa_em09{
  color: rgba(28,69,135,1);
}
.footer_copy_right{
  color: white;
}
.haed_gnavi_item{
  border-right: 1px solid white;
  height: 38px;
}
.haed_gnavi_item.first {
  border-left: 1px solid white;
}
.inq_itemtitle{
  border-bottom: 2px solid rgba(28,69,135,1);
}
/* タイトル罫線*/
.contents_title_underline {
  height: 2px;
  background-color: rgba(28,69,135,1);
}
.footer_left span , .footer_telbox , .footer_tel_during{
  color: dimgray;
}

@media screen and (max-width: 980px){
  #footer , .gnavi_sp_overlay{
  background-color: rgba(28,69,135,1);
  }
  .footer_copy {
  background-color: #EEEEEE;
  height: 140px;
  } 
  .footer_copy_left a, .footer_copy_left a:link, .footer_copy_left a:visited , .footer_copy_right , .footer_copy_left{
  color: dimgray;
  }
  .footer_telbox_sp a i , .footer_tel_num {
  color: rgba(28,69,135,1);
  }
  
/* 会社ロゴ */
  .footer_logo{
  width: 250px;
  height: auto;
  }
  .footer_contactbox_sp , .header_gnavibtn , .header_gnavibtn.on{
  background-color: #2660be;
  }
  .top_mainimage_flex {
  width: 600px;
  margin-left: -300px;
  top: 60px;
  }
  .top_mainimagebox {
  height: 600px;
  }
}
/**************************************************************************************/
/* 便利css*/
/**************************************************************************************/
.tc{
  text-align: center;
}
.bold{
  font-weight: bold;
}
/* 改行管理*/
.pc{
  display: block;
}
.sp{
  display: none;
}
.flex2{
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.mgb30{
  margin-bottom: 30px;
}
.mgt30{
  margin-top: 30px;
}
.mgt20{
  margin-top: 20px;
}

@media screen and (max-width: 980px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .flex2{
    display: block;
  }
}
/**************************************************************************************/
/* 下層ページ*/
/**************************************************************************************/
.order_box{
/*  border: 1px solid #d35d71;*/
  padding: 20px;
  background: #eaeef4;
}
.order_box_ti{
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(28,69,135,1);
}
.order_box_text{
  width: 65%;
}
.order_box span{
  font-weight: bold;
}
.w30_100 {
  padding: 10px;
}
.w30_100 img{
  width: 30%;
}

/*テーブル*/
.order_box table {
    border-collapse: collapse;
/*    border: solid 2px #333333;*/
    width: 100%;
}
.order_box table td {
  border: solid 1px #333333;
  text-align: center;
  padding: 10px;
}

.order_box hr {
	border-top: 2px dotted #8c8b8b;
  margin-top: 5px;
}

.order_box_ti {
  position: relative;
  padding-left: 30px;
  color:#153c6e;
}

.order_box_ti:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  background: white;
  color: #153c6e;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  top: 50%;

  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.page_navi_btn{
  background: rgba(28,69,135,0.9);
  width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.page_navi_btn a{
  display: block;
}
.page_navi_btn:hover{
  opacity: 0.8;
}
.page_navi_dammy{
  width: 260px;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  text-align: center;
}
.page_navi a{
  color: white
}
@media screen and (max-width: 980px){
  .page_navi_btn {
    width: auto;
  }
  .order_box_ti {
    font-size: 1.7rem;
  }

  .w30_100 {
    padding: 10px 0;
  }
  .w30_100 img{
    width: 100%;
  }
  .inner980 {
    width: 100%;
  }
  .order_box_text , .w30_100{
    width: 100%;
  }
  .before2:before {
    top: 25%;
  }

}

.header_logo, .footer_logo {
    width: 300px;
    height: auto;
}

/**************************************************************************************/
/* 2019/11/07　お気に入りボタン変更*/
/**************************************************************************************/
.clsCountTitle i{
  margin-right: 10px;
}
/*電話番号大きく*/
.header_tel_during {
  font-size: 12px;
  line-height: 15px;
}
/*お問い合わせボタン*/
.header_contactbox{
  border-radius: 3px;
}
/*headerのロゴ大きく*/
.header_logo {
  height: 46px;
  width: auto;
}
.square_btn5{
  background: none;
  border-bottom: none;
  padding: 0;
}
.square_btn5 i{
  font-size: 35px;
  margin-top: 0;
}
.square_btn5 .like_count {
  background: #f2f6f7;
  width: 20px;
  height: 20px;
  line-height: 21px;
  left: 50px;
  right: 0;
}
@media screen and (max-width: 980px) {
  .clsCountTitle i{
    margin-right: 0;
  }
	.header_logo {
    height: 38px;
		top: 5px;
  }
	.header_favoritebox{
		width: auto;
	}
  .like_area{
    padding: 0;
  }
  .square_btn5{
    width: 100px;
    height: auto;
    padding: 10px 0 0 0;
    font-size: 15px;
    margin-right: 10px;
  }
  .square_btn5 p{
    padding-top: 5px;
    margin-bottom: 0; /*robot.cssのせいでずれるので*/
  }
  .square_btn5 i{
	  color: #1C4587;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .square_btn5 .like_count {
    bottom: 22px;
    left:70px;
  }
}

/*お気に入りボタンを大きくした分他を調整*/
.header_left,.header_right{
  width: auto;
}
.header_left h1 ,.header_left span{ /*タイトルの表示が崩れるため非表示*/
  /*width: 200px;
  line-height: 1.2rem;*/
}
.header_telbox {
  /*width: 220px;*/
}
#map_button{
	background: #1C4687;
}
.header_telbox {
    width: auto;
    text-align: left;
}
.dropdown-content a, .dropdown-content2 a{
    text-align: center;
}

.top_mainimage_flex_item{
	box-shadow: 10px 10px 20px rgb(0 0 0 / 30%);
	opacity: 0.9;
	width: 270px;
	height: 126px;
	background-color: rgba(255,255,255,0.9)!important;
}
.top_mainimage_flex_item p{
	color: #1c4587;	
	font-size: 2rem;
	line-height: 2.1rem;
	font-weight: normal;
}
.top_mainimage_flex_item span{
	font-size: 1.3rem!important;
	color: #333;
}
.top_mainimagebox {
    height: 500px;
}
.top_mainimage_flex {
    top: 120px;
}
.haed_gnavi_item,.top_mainimage_flex_item ,.contents_title,.top_blog_title{
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

html{
	font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
}
.page_navi_btn a {
    text-decoration: none;
}
@media screen and (max-width: 980px){
	.top_mainimagebox {
		height: 600px;
	}
	.top_mainimage_flex{
		top: 60px;
	}
	.footer_contactbox_sp{
		background-color: #2660be!important;
	}
	.footer_copy ,.footer_copy_right{
		background-color: #EEEEEE!important;
	}
}
