/*
Theme Name: BA_001_ブランディング重視
Author: 60L.design
Description:  60L.design_seto info@60l.jp 本テーマは一般配布しておりません。修正、改修等は制作会社の窓口までお問合せ下さい。
Version: 1.0
*/
/**************************************************************************************/
/**************************************************************************************/
/* Gutenberg導入に伴うstyleの追加　2020/01/15 橋本　*/
/**************************************************************************************/
/**************************************************************************************/
.blog_index_story h2{
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.blog_index_story h2::before {
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.blog_index_story h3{
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
}

.blog_index_story h4{
    color: #000;
    border-bottom: dashed 2px #000;
}
.blog_index_story ul {
	padding:0.5em;
	list-style-type:none;
}
.blog_index_story ul li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
.blog_index_story ul li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #F4D823;
	border-bottom: 3px solid #F4D823;
	transform: rotate(-45deg);
}
.blog_index_story ul.wp-block-gallery,.blog_index_story ul.wp-block-gallery li{
    padding: 0;
}
.blog_index_story ul.wp-block-gallery li::before{
    content: none;
    border: none;
}

.wp-block-file .wp-block-file__button{
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.wp-block-file .wp-block-file__button:hover{
	 cursor: pointer;
	 text-decoration: none;
	 transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}
.wp-block-quote{
    background: #F3F3F3;
    padding: 1em;
}
.news_contents a.wp-block-button__link:hover, .blog_index_story a.wp-block-button__link:hover, .newpage_contents a.wp-block-button__link:hover{
    color: inherit;
    text-decoration: underline;
    opacity: 0.8;
}
.news_contents a.wp-block-button__link, .blog_index_story a.wp-block-button__link, .newpage_contents a.wp-block-button__link{
    text-decoration: none;
}
.wp-block-table table{
    border-collapse: collapse ;
}
/*****************************************************************************
// ニュースとブログとページ追加　リッチテキストエディタの見た目調整　2019/10/15　行方
*****************************************************************************/
/*段落でfloatをリセット*/
.news_contents p, .blog_index_story p, .newpage_contents p{
    clear: both;
    margin-bottom: 20px;
}
/*見出し*/
.news_contents h2, .blog_index_story h2, .newpage_contents h2{
    clear: both;
    background: #f4d823;
    color: #000;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 1.1em 1em;
    margin: 3em 0 1em 0;
    line-height: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 1.3em;
}
.news_contents h2::before, .blog_index_story h2::before, .newpage_contents h2::before{
    position: absolute;
    top: 100%;
    content: '';
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #f4d823 transparent transparent transparent;
}

.news_contents h3, .blog_index_story h3, .newpage_contents h3{
    clear: both;
    padding: 5px 10px;
    color: #111;
    background-color: #f0f0f0;
    border-left: 8px solid #f4d823;
}

.news_contents h4, .blog_index_story h4, .newpage_contents h4{
    clear: both;
    color: #000;
    border-bottom: dashed 2px #000;
}

/*リストインデント*/
.news_contents ul, .blog_index_story ul, .newpage_contents ul{
    padding-inline-start: 40px;
}
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
   
    margin: 20px 0;
    padding-left: 1em;
}
/*引用*/
.news_contents blockquote,.blog_index_story blockquote, .newpage_contents blockquote{
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.news_contents blockquote:before,.blog_index_story blockquote:before, .newpage_contents blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; 
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

.news_contents blockquote p,.blog_index_story blockquote p, .newpage_contents blockquote p{
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.news_contents blockquote cite,.blog_index_story blockquote cite, .newpage_contents blockquote cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*テキストリンク*/
.news_contents a, .blog_index_story a, .newpage_contents a{
    color: blue;
    text-decoration: underline;
}
.news_contents a:hover, .blog_index_story a:hover, .newpage_contents a:hover{
    color:#0084FF;
    text-decoration: none;
}
/*区切り線*/
.news_contents hr, .blog_index_story hr, .newpage_contents hr{
	border-top: 1px dashed #8c8b8b;
    margin-bottom: 20px;
}
/*画像寄せ*/
.news_contents .alignleft, .blog_index_story .alignleft, .newpage_contents .alignleft{
    float: left;
    margin: 5px 20px 15px 0;
}
.news_contents .aligncenter, .blog_index_story .aligncenter, .newpage_contents .aligncenter{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.news_contents .alignright, .blog_index_story .alignright, .newpage_contents .alignright{
    float: right;
    margin: 5px 0 18px 20px;
}
/*ページ最下部でfloat解除*/
.clearfix_editor {
    overflow: hidden;
    zoom: 1;
}
.clearfix_editor:after {
    content: "";
    display: block;
    clear: both;
}
/**************************************************************************************/
/* 2018/1/30　メニュードロップダウン*/
/**************************************************************************************/
.haed_gnavi_item{
	width: 145px;			/** メニューが少ないため幅変更 **/
}
/* Style The Dropdown Button */
.dropbtn {
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.header_rentbox{
	width : 200px;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	background: none;
	cursor: pointer;
	height: 55px;
}
button{
	background: none;
	width: 200px;
	position: relative;
	top: -2px;
	outline: none;
	border: none;
				}
button.sub{
	width: 180px;
}
button:active{
		outline: none;
				}
/* Dropdown Content (Hidden by Default) */
.dropdown-content,.dropdown-content2 {
    display: none;
    position: absolute;
    background: rgba(243,243,243,0.85);
    min-width: 131px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	left: 0px;
	z-index: 6;
	top: 38px;
	width: 200px;
}
/* Links inside the dropdown */
.dropdown-content a,.dropdown-content2 a {
	clear: both;
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
	border-bottom: 1px dashed #dddddd;
	font-size: 14px;
}
.dropdown-content a:last-child, .dropdown-content2 a:last-child{
					border-bottom: none;
				}
/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content2 a:hover {background: #42b6ab;
	opacity: 1;
				color: #ffffff;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content2 {
    display: block;
	animation: show 0.3s linear 0s;
	
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  
}
/**************************************************************************************/
/* 2019/01/08　トーン合わせ*/
/**************************************************************************************/
.header_telbox{ /*定休日をヘッダーに入れる幅変更*/
	width: 230px; 
	top: -5px;
}
.header_tel_during{ /*定休日をヘッダーに入れる行の高さ変更*/
	line-height: 14px;
}
.header_left a{
	display: block;
	height: 50px;
}
.contents_title_en{
	font-size: 0.7em;
}
/* flexbox 最終行調整 */
@media screen and (max-width: 2000px) and (min-width: 981px){
	.flex::before{
	  content:"";
	  display: block;
	  width:23%;
	  order:1;
	}
	.flex::after{
	  content:"";
	  display: block;
	  width:23%;
	}
}
.flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
/* flexbox 最終行調整 ここまで */

@media screen and (min-width: 980px){
.header_left{
	width: 250px;
	height: 50px;
}
.header_right{
	width: 600px;
}
.header_logo {
	width: 200px;
	padding-top: 5px;
}
.header_left h1,.header_left span{
	width: 550px;
	line-height: 16px;
	margin-top: 0;
	position: absolute;
	top: -10px;
	height: 15px;
}
}
.news_title_single{
	border-left: 10px solid #42b6ab;
	background-color: #f5f4ee;
}
.top_searchlike_flex{
	width: 100%;
}

.owner_img{
	float: left;
	margin: 20px;
	width: 250px;
	height: auto;
}
.owner_img2{
	float: right;
	margin: 20px;
	width: 250px;
	height: auto;
}
.owner_midashi{
	font-size: 1.4em;
	clear: both;
}
.header_contactbox,.top_searchlike_btnbox,.top_searchlike_item_title,.blog_title,.header_contactbox_add,#wp-calendar tr td p,.inqbtn,.header_rentbox,.top_searchlike_item_title,.footer_contact,.blog_continue,.shop_item_title{
	background: #42b6ab; /*背景オレンジ*/
}
.top_searchlike_item_title{
	background-color: #42b6ab;
}
.top_searchlike_btnbox,.top_searchlike_item_title,.header_contactbox_add,.inqbtn,.blog_title_date,.blog_title.first,.blog_title,.blog_title h1,.header_contactbox{
	color: #ffffff;  /*文字白*/
}
.header_contactbox, .top_searchlike_btnbox,.top_searchlike_item_title,.header_contactbox_add,.inqbtn{
	box-shadow: 0px 4px 0px rgba( 33,117,109,1.0 );
}
.top_mainimage_belt{
	background-color: rgba( 33,117,109,0.8);
}
.blog_column_left_title,.blog_column_recent_date,.top_blog_item_date,.top_blog_more,.blog_btn_prev,.inqbackbtn,.top_news_itembox span,.news_title_date,.news_backtoindex,.news_title,.newsindex_itemdate{
	color: #42b6ab; /*文字オレンジ*/
}

.blog_column_left_title,.contents_title span{
	border-bottom: 1px solid #42b6ab; /*オレンジ下線*/
}
.inq_itemtitle{
	border-bottom: 2px solid #42b6ab; /*オレンジ下線*/
}
.inqbtn,.header_contactbox,.inqbackbtn{
	border: 1px solid #42b6ab;
}
.top_searchpickup_superbox,.news_title,.company_shop_superbox,.shop_itembox{
	background: #f5f4ee;
}
.top_news_itembox{
	width : 100% ;
	padding : 20px 0px ;
	border-top : 1px solid #EEEEEE ;
}
.top_news_itembox.first{
	border-top : none ;
}
.top_news_itembox span{
	
	margin-right : 16px ;
}
.top_news_link{
	display: block;
	width: 100%;
}
.top_blog_tolist{
	width: 100%;
	text-align: right;
}
.footer_left_linkbox {
    float: left;
    width: 490px;
	margin-top: 10px;
}
.footer_logo{
	width: 280px;
}
.footer_left_linkbox span {
    margin-left: 0px;
}
.error_wrap{
	width: 980px;
	margin: 0 auto;
}
.error{
	margin-top: 100px;
}
@media screen and (max-width: 980px){
	.header_gnavibtn,.gnavi_sp_overlay,.top_blog_more_wrap,.footer_contactbox,.footer_contactbox_sp{
		background: #42b6ab; /*背景オレンジ*/
	}
	.gnavi_sp_item,.top_blog_more_wrap,.footer_contactbox{
		color: #ffffff;
	}
	.top_blog_more_wrap,.footer_contactbox{
		box-shadow: 0px 4px 0px rgba( 210,9,37,1.0 );
	}
	.top_news_itembox{
	border-top : 2px solid #EEEEEE ;
}
.top_news_itembox.first{
}
.top_news_itembox span{
	display : block ;
}
	.news_title_single h1 {
		font-size: 26px;
	}
	.footer_left_linkbox{
		word-break: keep-all;
		float: none;
		margin-top: 30px;
		width: 90%;
	}
	.footer_left_linkbox span {
    margin-left: 16px;
}
	.error_wrap{
	width: 600px;
	margin: 0 auto;
	
}
	.header_logo{
		height: 35px;
		
	}
	
}

.footer_left_linkbox{
	word-break: keep-all;
}


/**************************************************************
//物件お問合せフォーム
**************************************************************/
.errorList{
    width: calc(100% - 40px);
    padding: 20px;
    background: #FFB2B3;
    border:1px solid #ff0000;
}
.errorList ul li{
    list-style: none;
}
.inq_inner{
    width: 650px;
    margin: 0 auto;
    border: #dddddd 1px solid;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 35px;
    }
h2.type02, h3.type02, h4.type02, h5.type02, h6.type02 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #eeeded;
}
table.form {
  width: 100%;
  margin: 0 0 10px 0;
}
table.form caption {
  font-weight: bold;
}
table.form th,
table.form td {
  vertical-align: middle;
}
table.form th,
table.form td {
  border-bottom: 1px dotted #ccc;
  padding: 10px 10px;
}
table.form th {
  white-space: nowrap;
  font-weight: bold;
  background-color: #f3f3f3;
  width: 200px;
  font-size: 14px;
}
table.form td {
  font-size: 14px;
  width: 445px;
  /*form*/
}
table.form td label.bkn_contact_item_label{
    display: inline-block;
    margin-right: 15px;
}
table.form td input.text,
table.form td input.url,
table.form td input.email,
table.form td input.password {
  width: 80%;
}
table.form td table.in {
  width: 100%;
}
table.form td table.in th {
  width: auto;
}
table.form td textarea,table.form td input[type="text"]{
    width: 100%;
    position: relative;
    padding: 0;
}
table.form td input[type="text"]{
    height: 30px;
}
table.form td textarea{
    height: 120px;
}
span.required {
  color: #ed1a3a;
}
#contact_name_error,#contact_mail_error,#contact_mailchk_error {
    font-weight: bold;
    display: block;
    color: #ed1a3a;
    font-size: 14px;
}
td.required,
input.required {
  border: 1px solid #ed1a3a !important;
}

.disabled {
  color: #999;
}

.ex {
  color: #888;
  font-size: 12px;
}
.bkn_inqbtn{
    display: block;
    width: 250px;
    height: 45px !important;
    line-height: 1.0em;
    background-color: #21756D;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #21756D;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 20px auto;
}
.bkn_inqbtn_confirm{
    display: block;
    width: 320px;
    height: 60px !important;
    line-height: 1.0em;
    background-color: #21756D;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #21756D;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 45px auto 20px;
}
.bkn_inqbtn_confirm:disabled,.bkn_inqbtn:disabled{
    background: #929292;
    cursor: default;
}
a.inqbtn_back{
    display: block;
    width: 320px;
    height: 60px !important;
    background-color: #ffffff;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #21756D;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
}
.bkn_contact_confirm_li li{
    display: inline-block;
    margin-right: 5px;
}
.bkn_contact_confirm_li li:after{
    content: "\3001";
}
.bkn_contact_confirm_li li:last-child:after{
    content: none;
}
.privacy_agree{
    margin-top: 30px;
}
.privacy_agree a{
    color: blue;
}
.privacy_agree label{
    margin-bottom: 10px;
}
.toiawase_bkn_table table{
        width: 100%;
        font-size: 0.9em;
    }
.toiawase_bkn_table .table_w01{
        width: 5%;
    }
.toiawase_bkn_table .table_w02{
        width: 27%;
    }
.toiawase_bkn_table .table_w03{
        width: 15%;
    }
.toiawase_bkn_table .table_w04{
        width: 20%;
    }
.toiawase_bkn_table table , .toiawase_bkn_table td, .toiawase_bkn_table th {
	border: 1px solid #595959;
	border-collapse: collapse;
    text-align: center;
}
.toiawase_bkn_table td, .toiawase_bkn_table th {
	padding: 3px;
	width: 30px;
	height: 25px;
    font-weight: normal;
}
.toiawase_bkn_table th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.inq_itemtitle_bkn{
    font-weight: bold;
    }

.inq_wrap p{
        margin-bottom: 15px;
    }
@media screen and (max-width: 980px){
    h2.type02, h3.type02, h4.type02, h5.type02, h6.type02{
        font-size: 1.2em;
    }
    table.form td,table.form th{
        font-size: 20px;
        word-break: break-all;
word-wrap: break-all;
    }
    table.form th{
        width: 150px;
    }
    .ex{
        font-size: 16px;
    }table.form td textarea, table.form td input[type="text"]{
        margin-bottom: 5px;
        font-size: 28px;
        height: 50px;
    }
    table.form td textarea, table.form td input[type="textarea"]{
        height: auto;
    }
    table.form td textarea:focus,
    table.form td textarea:hover {
       height: 10em;
    }
    .bkn_inqbtn{
        width: 100%;
        font-size: 20px;
        height: 65px!important;
        line-height: 65px;
    }
    .inq_inner .checkbox01-parts::before{
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }
    .inq_inner .checkbox01-input:checked + .checkbox01-parts::after{
        width: 12px;
        top: -1;
    }
}

@media screen and (max-width: 980px){
	.shop_itembox {
    width: 560px;
}
    .inq_inner{
    width: 100%;
}
}

/**************************************************************************************/
/* 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 #42b6ab;
}
#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: #42b6ab;
	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 #42b6ab;
     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: #42b6ab;
}
.cp_tag01 a:hover::after {
	border-left-color: #42b6ab;
}
/********************　施行事例一覧ページ ************************/
.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 #42b6ab;
     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: #42b6ab;
    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: #42b6ab;
	color: #ffffff;
}
.sekou_count{
	font-size: 22px;
	color: #42b6ab;
}
.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:#42b6ab;}
.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:#42b6ab; }
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#42b6ab;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#42b6ab;}
#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;
	}
@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: 400px;
    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;
	font-weight: bold;
}
.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:  #42b6ab;
	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: #42b6ab;
	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: #F3FBFE;
	padding: 10px;
}
.swiper-slide{
	background: #B7B7B7;
}
.customer_single{
	width: 980px;
	margin: 0 auto;
}
.swiper-container{
	width: 980px;
	height: 600px;
}
.swiper-slide{
	width: 980px;
	height: 600px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
}
.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: #42b6ab;
	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: #F3FBFE;
	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: #42b6ab;
    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: #42b6ab;
    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: #42b6ab; /*メインカラー変更時はここも変更する*/
	border: 2px solid #42b6ab; /*メインカラー変更時はここも変更する*/
    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: #42b6ab; /*メインカラー変更時はここも変更する*/
	color: #ffffff;
	border: 2px solid #42b6ab; /*メインカラー変更時はここも変更する*/
}
.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;
	
}
.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 ;
	word-wrap:break-word;
}
.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;
}
.staff_item_inner{
	word-wrap:break-word;
	overflow: visible;
	}
@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/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;
}
}
/**************************************************************************************/
/* 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 #42b6ab;
	align-items: center;
	justify-content: center;
}
.wrap_bkn span.bkn_name {
	font-weight: bold;
	border-bottom: dotted 1px #42b6ab;
}
@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;
}
}
/*----------------------------------------------------
チェックボックス
----------------------------------------------------*/
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.table_w01 .checkbox01-parts{
    margin-right: 0px;
}
.checkbox01-parts_room{
    margin-right: 10px;
    padding-left: 35px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
    box-sizing: border-box;
}
.checkbox01-parts_room::before{
    width: 20px;
  height: 20px;
    top: 3px;
    
}
.checkbox01-parts_building::before,.checkbox01-parts_building::after{
    margin-left: 15px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #21756D;
    background: #FFE4C6;
}
.checkbox01-input:checked + .checkbox01-parts_room{
  color: #333333;
  background: none;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #21756D;
  border-right: 3px solid #21756D;
}
.checkbox01-input:checked + .checkbox01-parts_room::after{
  
  top: -4px;
  left: 5px;
  width: 12px;
  height: 17px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EF6000;
  border-right: 3px solid #EF6000;
}


.search_checkbox label,#result_area label {
	padding-left:		30px;			/* ラベルの位置 */
	font-size:		1em;
	line-height:		1em;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin-bottom: 0.8rem;
}
#result_area label{
	z-index: 2;
	padding-left:0px;	
}
#result_area .room_wrap label{
	z-index: 2;
	padding-left:2px;	
}
#select_area .submit_area .in_b{
    display: inline-block;
}
#select_area .submit_area .ml_15_pc{
    margin-left: 15px;
}
@media screen and (max-width: 980px) {
.checkbox01-parts_room{
    padding-left: 12px;
}
   #result_area .rb_tab_area label:before,#result_area .form-check label:before{
       content: none;
    }
    .checkbox01-parts_form{
        padding-left: 35px;
    }
    .checkbox01-parts::before{
        width: 23px;
        height: 23px;
    }
    #select_area .submit_area .ml_15_pc{
    margin-left: 0px;
}
}

/**************************************************************
//プライバシーページ
**************************************************************/
#privacy_area{
    
}
#privacy_area .pri_title{
    margin-top: 35px;
    font-size: 1.3em;
    font-weight: bold;
}
#privacy_area .pri_text{
    margin-top: 10px;
}
#privacy_area .pri_text ul{
    padding: 10px;
}
#privacy_area .pri_text ul li{
    list-style: none;
    list-style-position: inside;
    padding-left:3em;
text-indent:-3em;
}
#privacy_area .info_area{
    margin-top: 25px;
}
/**************************************************************
//ヘッダー履歴ボタン
**************************************************************/
.square_btn5{
    display: inline-block;
    text-decoration: none;
    background: #E5E5E5;
    border-bottom: solid 2px #eeeeee;
    border-radius: 3px;
	top: -2px;
	text-align: center;
	height: 40px;
	color: #333333;
	line-height: 16px;
	
	font-size: 10px;
    float: right;
    position: relative;
    width: 65px;
    margin-left: 5px;
   box-sizing: border-box;
}
.square_btn5 i{
	color: #21756D;
    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/11/07　お気に入りボタン変更*/
/**************************************************************************************/
.clsCountTitle i{
  margin-right: 10px;
}

/*お問い合わせボタン*/
.header_contactbox{
  border-radius: 3px;
}

.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;
	padding: 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .clsCountTitle i{
    margin-right: 0;
  }
	
	.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: #21756D;
    font-size: 40px;
    margin-bottom: 5px;
  }
  .square_btn5 .like_count {
    bottom: 22px;
    left:70px;
  }
}




