@charset "utf-8";
/*
Theme Name:EX-type リベルタ
Theme URI:
Description:WordPressテーマ「EX-type リベルタ」
Author:RiNG & LiNK
Author URI:https://ring-and-link.co.jp/
Version:1.0
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@700&display=swap');


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline; word-wrap: break-word;/*連続した文字を折り返さない場合*/}
:focus {outline: 0;}
html{font-size: 62.5%;}
td{
	word-break: break-all;	
}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font-size:16px;
font-family:'Noto Sans JP', sans-serif;
color:#29231E;
-webkit-text-size-adjust: none;
}

.pcOnly_bk{ display:block;}
.spOnly_bk{ display:none;}
.pcOnly_ilbk{ display:inline-block;}
.spOnly_ilbk{ display:none;}


/*----- 背景用 -----*/
.mg_t_2rem{ margin-top: 2rem;}
.mg_b_2rem{ margin-bottom: 2rem;}
.continer_h{
	width: 1200px;
	background: #fff !important;
	margin: 0 auto;
	padding:0 10px 0;
}

.continer{
	margin: 0 auto;
	padding:0;
}

/*--Margin--*/

.mgb20{ margin-bottom:20px}
.mgr20{ margin-right:20px;}
.mgrl10{ margin:0 10px;}
.mgrl40{ margin:0 40px;}


/*--Padding--*/
.pdtb_1r{ padding:1rem 0;}
.pdtb_2r{ padding:2rem 0;}
.pdt_0{ padding-top:0;}
.pdt_1r{ padding-top:1rem;}
.pdb_1r{ padding-bottom:1rem;}
.pdb_2r{ padding-bottom:2rem;}

/*--Width--*/
.wh9{width:900px;}
.wh12{width:1200px;}
.wh15{width:1500px;}
.wh100p{ width:100%;}
.wh50p{ width:50%;}
.wh48p{ width:48%;}
.wh40p{ width:40%;}

.f_right{ float:right;}
.f_left{ float:left;}
.af_clear:after{ clear:both; float:none; content:""; display:block;}

/*--txt--*/
.vtan_top{ vertical-align:top;}
.txta_cent{ text-align:center;}
.txta_left{ text-align:left;}

.bdr_r10{ border-radius:10px;}

.ilbk{ display:inline-block;}

strong, b, .txt_bold{ font-weight:bold;}

.f_shadow{
text-shadow: 0px 3px 0px rgba(0,0,0,0.3);
}

/*--border--*/
.b_sld1g{border:1px solid #dadada;}
.b_sld1g_b{border-bottom:1px solid #dadada;}
.maincontiner{
	width: 1200px;
	background: #fff !important;
	margin: 0 auto;
	padding:0 10px;
	overflow:hidden;
}

.bg_illust1{
	background:url(images/bg_illust1.gif);
	background-position: center;
	background-position: bottom;
	}

.flex-control-nav {
	height: 60px;
	background: #fff;
	bottom: -60px !important;
}

.flex-control-nav li{
	padding: 1em 0;
}


/* リンク設定
----------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, nav#mainNavPC:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,nav#mainNavPC,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
----------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #84e1ff;
background: -moz-linear-gradient(top, #84e1ff 0%, #005e86 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84e1ff), color-stop(100%,#005e86));
background: -webkit-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: -o-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: -ms-linear-gradient(top, #84e1ff 0%,#005e86 100%);
background: linear-gradient(to bottom, #84e1ff 0%,#005e86 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84e1ff', endColorstr='#005e86',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #84e1ff;
background: -moz-linear-gradient(top, #005e86 0%, #84e1ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005e86), color-stop(100%,#84e1ff));
background: -webkit-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: -o-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: -ms-linear-gradient(top, #005e86 0%,#84e1ff 100%);
background: linear-gradient(to bottom, #005e86 0%,#84e1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e86', endColorstr='#84e1ff',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
----------------------------------*/

#header{
/* overflow:hidden; */
background:#fff;
}

#content{
padding:30px 0;
margin-right:20px;
}

#sidebar{
padding:30px 0;
}

#footer{
/* clear:both; */
padding-top:20px;
} 


/* ヘッダー　ロゴ画像
----------------------------------*/
#header div img{
    height: 60px;
    width: auto;
}

/* トップページ　メイン画像
----------------------------------*/

#mainImg{
width:100%;
clear:both;
/* margin-top:25px; */
line-height:0;
text-align:center;
}
#mainImg img{
	width:100%;
}

#characbox{
clear:both;
background:#fff;
padding:10px 10px;
margin: 0 auto;
}
#characbox_page{
clear:both;
background:#fff;
width: 710px;
padding:10px 10px;
margin: 0 auto;
	}

/* トップページ　メイン画像下バナー
----------------------------------*/

.topimg_banner_inner a:hover img, .top_banner_inner a:hover img{
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
  opacity: 0.6;/* for Safari Opera */
  }

/* 登録物件数
----------------------------------*/
.top-bukken__bar__inner{
    height:88px;
    display:-webkit-box;display:-ms-flexbox;
    display:flex;-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.top-bukken__bar__inner p{
    font-size:2rem;
    margin-right:12px;
    letter-spacing:0.025em;
}
.top-bukken__bar__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-left:30px;
}
.top-bukken__bar__list li{
    font-weight:700;
    font-size:2.4rem;
    letter-spacing:0.025em;
    margin-right:17px;
}

/* 会社紹介
----------------------------------*/
.expbtn{
    background: #005e86;
    padding: 10px 0;
    display: block;
    color: #FFF;
    width: 100px;
    text-align: center;
	float:right;
	}

/* タイポグラフィ
----------------------------------*/

h2.first_title{margin: 0 auto 40px;text-align: left; font-size: 3rem;}
h2.first_title::after{content: none;}


.dateLabel{
margin:0 0 10px;
text-align:right;
}
.post em{font-style: italic;}
.post strong,
.post b,
.post .bold{
	font-weight:bold;}

.post p{padding:15px 0;}

.post ul,
.post ol
{margin: 0 0 10px 1em;}

.post ol li{list-style:decimal;}

.post ul li,
.post ol li
{margin-bottom:5px;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size: 5rem;
color: #000;
border-bottom:3px solid #000;
}

.post h2 {
    clear: both;
    margin: 0 0 20px;
    font-size: 2.5rem;
    font-weight: bold;
}

.post h3{
margin:10px 0;
padding: 10px;
font-size: 2rem;
font-weight:bold;
}

.post h4{
margin:10px 0;
font-size:1.8rem;
font-weight:bold;
}

.post h5{
margin:10px 0;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px solid;
border-color:#e4e4e4;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #e4e4e4 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
}

.post table td{
padding:7px 5px;
border: 1px #e4e4e4 solid;
border-width: 0 0 1px 1px;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{width: auto; max-width:100%;height:auto;}

.post .bukkenbox>div{
margin:auto;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}

/* サイドバーウィジェット
----------------------------------*/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 7px;
background: #fff;
border: 1px solid #CCC;
padding: 10px;
}


section.widget img, .widgetInfo img{
	max-width:200px;
	width:200px;
	height:auto;
}

section.widget_counter{
  margin: 0 0 20px;
padding: 10px 7px;
background: #fff;
}

.widget-border-none{
	border:none !important;
	margin:10px 0 !important;
	padding: 0 !important;
}

.bannersbox{
  text-align: center;
  line-height: 1.5;
}

section.widget a:hover{
text-decoration:none;
background-position: 3px 50%;
}

.widget-a-img a{
  display:block;
  padding:3px 0 3px 5px !important;
  text-decoration:none;
  background:none !important;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

/* お知らせ
----------------------------------*/
.newsTitle, section.widget h3{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
}


.news span{padding-left:10px;}


/* フッター
----------------------------------*/

.footer_inner_upper .site {
	margin: 0 auto;
	padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_inner_upper .siteR {
	width: 95%;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_inner_upper .siteR>li.menu-item {
	width: 24%;
	max-width:24%;
	display:inline-block;
	vertical-align:top;	
}
.footer_inner_upper .siteR>li.menu-item-has-children>a{
	pointer-events: none;
	}


.footer_inner_upper .siteR li {
	position: relative;
	vertical-align: middle;
	margin-right:5px;
}

.footer_inner_upper .siteR li a {
	display: block;
	margin-bottom: 10px;
	padding: 5px 0;
	font-weight:bold;
}

.footer_inner_upper .siteR li ul li a{
	font-weight:normal;
	display:inline-block;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom:none;
}
.footer_inner_upper .siteR li ul li:before{
	content:"- ";
}

/* pagination
----------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
line-height: 150%;
}

.prev{
	float:left;
}

.next{
	float:right;
}

.prev_ttl{
	float:left;
	width: 45%;
}

.next_ttl{
	float:right;
	width: 45%;
	text-align: right;
}

#pageLinks{
	clear:both;
	color:#3891ce;
	text-align:center;
	margin-bottom:15px;
}

#pageLinks a{
    border: solid 1px #dadada;
    color: #3891ce;
    padding:5px 8px;
    margin:0 2px;
}

#pageLinks span{
	background: #3891ce;
    border: solid 1px #3891ce;
    padding:5px 8px;
    margin:0 1em;
	color: #fff;
}

#pageLinks a span{
	background: none;
    border: none;
    padding: 0;
    margin: 0;
	color: #3891ce;
}

/* トップページ 最新記事3件
----------------------------------*/
.thumbWrap{
  width: 100%;
  margin: 20px auto 0;
}

.thubwrap ul{
  text-align: justify;
  text-justify: distribute-all-lines; 
}

.thumbWrap ul li{
  width: 31%; /* 親要素の約3分の1幅指定 */
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin:5px;
  background:#FFF;
    border: solid 1px #59E;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
  border-radius:10px;
  
}

.thumbWrap ul li img
{
  width: 250px;
  margin:10px auto 10px;
  height: auto;
}

.thumbWrap p{padding-bottom:0;}

/* 最新記事リンク
----------------------------------*/
ul.thumb h3{
margin-top: .5em;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #dadada;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#f3f3f3;
}

ul.thumb h3 a{color:#252525;}

ul.thumb h3:hover span{background:#fff;}

/* お知らせ
----------------------------------*/

.newInfo p{
  padding-bottom: 2px;
  border-bottom: 1px dashed #dadada;
}

.newInfo p a{
display: block;
padding: 5px 0;
color: #333;
}

.newInfo a span{
color: #515151;
}

.newInfo span{padding-left:10px;}

.newInfo a:hover span{color:#4374ab;}

/* こだわり物件
----------------------------------*/
/* 404エラーページ用
------------------------*/
.notfoundpage
{width:80%; margin:auto;
}
.notfoundpage p{
	text-align:center;
	line-height:1.5em;
	margin:3em 0;
}
.notfoundpage dl {
	text-align:left;
	line-height:2em;
	margin:2em 0;
}
.notfoundpage dt{
	font-weight:bold;
	font-size:120%;
	display:inline;
}
.notfoundpage dd {
	text-align:left;
	line-height:2em;
	margin:0 0 2em;
}
.notfoundpage a {
	text-align:center;
	font-size: 120%;
	border-radius: 3px;
	display: block;
	width: 50%;
	margin: 1em auto;
	padding: 1em;
	color: #FFF;
}

/* 2カラム
----------------------------------*/
.twoClm_box{
	width: 100%;
	margin:20px 0;
  padding-bottom: 15px;
  display: block;
	}

.twoClm_box_inner_img{
	width: 40%;
	height: auto;
	display: inline-block;
	}

/* 2カラム 2階層目以降
----------------------------------*/
#content .twoClm_box_inner_img{
	width:35%;
	}
#content .twoClm_box_inner_txt{
	width:60%;
	max-width:60%;
	margin-left:10px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	}
#content .twoClm_box {
    border-bottom: 1px #CCC solid;
}

/* 固定ページ：会社概要；
----------------------------------*/
#companyTbl table{
	width: 100%;
	max-width: 100%;
  margin:20px 0;
}

#companyTbl th{
	color: #000;
	padding: .5em;
	width: 30% !important;
	border-bottom: 1px solid #fff;
}

#companyTbl tr,
#companyTbl td{
	padding: .5em;
	width: 70%;
	border-bottom: 1px solid #ddd;
}
#companyTbl td img{
    width:275px;
    height: auto;
    max-width: 275px;
    }

/* アクセス
----------------------------------*/
#access_map {
	position: relative;
	padding-bottom: 75%; /* 縦横比16:9=56.25% */
	height: 0;
	overflow: hidden;
}

#access_map p iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 個人情報保護方針
----------------------------------*/
#privacy{
  margin:20px 0;
  counter-reset: titleNum;
}

#privacy ul li{
	line-height: 180%;
  margin:1em 0 .75em -1em;
  padding: 0;
  background: none;
}

#privacy ol li{
	line-height: 180%;
  margin:.25em 0;
  padding: 0;
  background: none;
}

/* 読み物
----------------------------------*/
.flowBlock{
    margin: 2rem auto;
    border: 2px solid #999;
    text-align: center;
    width: 80%;
}
.flowBlock.arrow{
    border: none;
    margin: 0 auto;
    padding: 0;
}

/* よくあるご質問
----------------------------------*/
/*タブ切り替え全体のスタイル*/
.tabs {
	width:100%;
}

/*タブのスタイル*/
.tab_item {
	padding:10px;

  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  color: #565656;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  float: left;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  max-width:830px;
  background-color: #fff;
  padding: 40px 10px 40px;
  clear: both;
  overflow: hidden;
}
.tab_content_dis{
  display: none;
  width:100%;
}
.span.Q,
.span.A{
	float:left;
	margin-left:10px;
	width:80%;
}
.tab_content_dis .dtclass{
	position: relative;
    background-color: #fff;
    width: 100%;
    display: inline-block;
	}

/* 1カラム
----------------------------------*/
.oneClm_box{
    margin:20px 0;
}
.oneClm_box_step{
  	width: auto;
  	margin:20px 0;
 	 padding: 0px 10px;
	background:#005e86;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  	z-index: 1;
  	counter-increment: titleNum;
}

.oneClm_box_step_inner h3{
  width: auto;
  padding: .5em 2.5em .5em 2.5em;
  z-index: 2;
  display: inline-block;
  position: relative;
}

.oneClm_box_step_inner h3::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #FFF;
	border-radius: 100%;
	color: #005e86;
	font-size: .9em;
	text-align: center;
}

/* ボタン
----------------------------------*/
#sub_contents{
  width: 100%;
  height: auto;
  display: block;
  margin: 4em auto 2em;
}

#sub_contents p{
  text-align:center;
  font-weight: bold;
  font-size: 130%;
  color: red;
}

#sub_contents ul{
  text-align:center;
}

#sub_contents ul li{
  width:30%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: none;
}

#sub_contents ul a{
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: 1em .75em;
	background: -webkit-linear-gradient(top, #999 0%, #000 100%);  /* color change (ページ内ボタン)*/
	background: linear-gradient(to bottom, #999 0%, #000 100%);   /* color change (ページ内ボタン)*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}

#sub_contents ul a:hover{
	text-decoration:none;
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
    opacity: 0.6;/* for Safari Opera */
}

.mgr-btn{
 	margin-right:2%;
}

.mgr-top{
 	margin-top: 40px; 
}

a:hover{
	text-decoration:none;
	filter:alpha(opacity=60);/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
    opacity: 0.6;/* for Safari Opera */
}

.txt-color-red{
  color: #ff6666;
}

.txt-color-green{
 color: #99cc00; 
}



.top_banner_inner img{
  width: 100%;
	max-width: 710px;
	height: auto;
	display:block;
  margin:20px 0;
}


/* pagination
----------------------------------*/
.pagination{
  text-align: center;
  margin-bottom:15px;
}

.screen-reader-text{
  display: none;
}

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

.pagination ul li{
  display: inline;
  background: none;
}

a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #dadada;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #3891ce;
    border: solid 1px #3891ce;  /* change color */
    color: #fff;
}

/* HTMLサイトマップ
----------------------------------*/
#content2{
float:left;
width:1200px;
padding:30px 0;
}

#sitemap_list2 {
	margin: 0;
	padding: 0 0 12px;
  border:1px solid #dadada; 
}

#sitemap_list2 li.home-item {
	margin-left: 0px;
}

#sitemap_list2 li {
	font-size: medium;
	text-indent: 0;
	padding: 0 0 5px 0;
	margin: 12px 1rem 12px;
	list-style-type: none;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    word-break: break-all;
}
#sitemap_list2 li span{
    border-bottom: dashed 1px #bbb;
    width: 100%;
    display: block;
}
#sitemap_list2 li a {
	color: #666;
	background: url(images/sitemap/ico_lv1.gif) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding: 0 0 5px 25px;
	line-height: 32px;

	}
#sitemap_list2 ul.sub-menu span{
    border: none;
}
#sitemap_list2 li a
.sitemap-ttl{
  color: #666;
	background: url(images/sitemap/ico_lv1.gif) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
}

#sitemap_list2 li li {
	font-size: small;
	background: none;
	padding: 1px 0 0 27px;
    width:90%;
}


#sitemap_list2 li li a {
	background: url(images/sitemap/ico_lv2.gif) no-repeat left center;
	padding-left: 15px;
	line-height: normal;
}

#sitemap_list2 li li li {
	padding-left: 15px;
}

#sitemap_list2 li li li a {
	background: url(images/sitemap/ico_lower_lv.gif) no-repeat left center;
}

#sitemap_list2 ul {
	margin: 0;
 padding: 0;
}

.threeclm_box_inner{
  width:100%; 
  height: auto; 
  padding:0 1em;
  display: block;
  vertical-align: top;
}

/* 追加 
----------------------------------*/
.twitterbox{
height: 360px;
overflow-x: hidden;
overflow-y: scroll;
-ms-overflow-x: hidden;
-ms-overflow-y: scroll;
-webkit-overflow-scrolling:touch;
}


.hdinner{
  display: inline-block; 
  vertical-align: top;
  width:60%;
}

.hdinner_r{
  display: inline-block; 
  float: right;
  margin-top:10px;
}

.hdinnerInfo{
    float: left;
    vertical-align: top;
    display: inline-block;
	margin:10px;
    width: 80px;
    height: 80px;
	}

.hdinner_tel{
  font-size: 200%; 
  font-weight: bold;
}
.hdinner_tel b{
	color:#252525;}

.hdinner_tel_icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align:center;
  vertical-align:middle;
  margin-right:1rem;
}


.bannersbox p a{
  padding:0 ;
  text-decoration: none ;
  background: none ;
  text-align: center;
  }

.list-cat{
	font-size: 85%;
}

.list-right{
	float:right;
	padding:0 0 0 10px;
	font-size:.8em;
	background:url(images/arrow.png) no-repeat 0 50%;
}

.expbtn > a, .expbtn > a:hover , .expbtn > a:visited{
	color:#FFF;}

#sidebar a{
	text-decoration: none;
}
#sidebar img{
	width:100%;}

.tagcloud{
		
}

.tagcloud li{
	display: inline !important;
}

.tagcloud a {
    border: solid 1px #dadada;
    border-radius: 5px;
	display: inline-block !important;
	background: none !important;
	padding:5px !important;
	text-decoration: none !important;
	font-size: 13px !important;
	margin:4px 0;
}

.sidebarList li{
	list-style: none !important;	
}


.calendar_wrap tr td,
.calendar_wrap tr th{
	text-align:center;
	width: 5%;
	font-size: 98%;
}

.calendar_wrap tr td a{
  background: none;
  padding: 0;
  font-weight: bold;
}

.searchTtl span{
	 font-size: 135%; 
	 color:#060BFC !important; 
}

#update_sp{
	display: none;
}

.detail{
	float:right;
}

.detail a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

.detail a:hover{
text-decoration:none;
background-position: 3px 50%;
}

.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.twitter-timeline {
height: 400px;
overflow: scroll;
}

.googleCalender iframe{
    width: 100%;
}

/*Readmore*/
.readmore{
	text-align:center;
	margin:auto;
	}
.readmore a{
	width:500px;
	display:inline-block;
	padding:2rem 0;
	border-radius:10px;
	text-shadow: 0px 3px 0px rgba(0,0,0,0.3);
	font-weight:bold;
	font-size:120%;
	}
/*Readmore*/



/*FAQ*/
.list_qaa > label {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.list_qaa > label > input {
    display: none;
}

/*回答欄CSS*/
div.pdt_0 p{padding-top: 0;}

/*FAQ*/
/*物件数*/
#b_countBox div{
	margin:2rem auto;
	width:60%;
	display:inline-block;
	}
#b_countBox>h3{
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	width:20%;
	margin-left: 3rem;
}
#b_countBox .bukken_date{
	display:inline-block;
	width:30%;}
#b_countBox ul{
	display:inline-block;
	width:60%;
	}
#b_countBox ul li{
	font-size:110%;
	display:inline-block;
	border-radius:10px;
	background:#FFF;
	margin:0 0.5rem;
	padding:2rem;
	min-width:150px;
	}
#b_countBox ul li.ippan{
	color:#36C;
	}
#b_countBox ul li.mikokai{
	color:#399;

	}

/*追従バナーPC*/
#follow_banner_pc{
	position:fixed;
	right:0;
	top:200px;
	z-index:999999;
}
#follow_banner_pc img{
	    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	}
/*追従バナーSP*/
#follow_banner_sp{
	display:none;
}
/*ブログ・バナーエリア*/
.blogBox { text-align:left; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);padding:100px 0px 20px;border-radius: 10px;}
.blogBox>div{ margin:0 10px;}
.blogBox .twoClm_box{ border-bottom:1px #CCC solid;}
/* .blogBox{ border:11px #06C double; position:relative;} */
.blogBox h2{position: absolute;top: -50px; width:100%; text-align:center;}
.blogBox h2 img{ display:inline-block; margin:auto; text-align:center; width:60%; max-width:60%;}
/*.blogBox h2:before{content: "◆お得情報からひとりごとまで◆";
    height: auto;
    font-size: 70%;
    position: absolute;
    top: -50px;}*/

.bottom_bnBox{box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3); border-radius: 10px;}
.bottom_bnBox h2{ margin:0 auto 2rem; padding:1rem;}
.bottom_bnBox .bannersbox{ padding:0 0 2rem;}
/*ブログ・バナーエリア*/
/* カスタムページ */
#custompage>p{ margin:2rem 0;}
#custompage h2 { padding: 10px; font-size:2rem;}
#custompage h3 {border: none; margin: 0; font-size:1.8rem;}
.valign-m{ vertical-align:middle;}
#custompage figcaption{text-align: right; margin: 0;font-size: 90%;}
.fukidasi{ border:solid 3px #dd8866; border-radius:10px; position:relative; padding:1rem;}
#custompage .fukidasi p{ padding: 0 0 15px;}
.fukidasi:before{
	content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-top: auto;
  margin-left:-15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.fukidasi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-top: auto;
  margin-left:-17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #dd8866;
  z-index: 1;
}
/* カスタムページ */
@media only screen and (max-width: 1200px){
	.continer{
		width: 100%;
		padding: 0;
	}
	.maincontiner{
		width: 100%;
		padding: 0;
	}
	.Box{
	width:100%;
	}
	.wh12, #wrapper, .inner, .continer_h, .wh48p, .wh9, .wh50p{
	width:95%;
	}

	.readmore a{
		width:100%;}
.topimg_banner_inner{ width:48%;}
.topimg_banner_inner img{
	width:100%; max-width:100%;}
/*追従バナーPC*/
#follow_banner_pc{
	display:none;
}
/*追従バナーSP*/
#follow_banner_sp{ display:inline-block;}
#follow_banner_sp{
	position:fixed;
	bottom:0;
	width:100%;
	max-width:100%;
	text-align:center;
	z-index:999999;
}
#follow_banner_sp div{
	display:inline-block;
	width:20%;
	height:auto;
	}
}
/*2階層目構成-----------------*/
/*---------------------------------------------*/

/*FAQ*/
.tab_content{ max-width:100%;}


/* 959px以下から 1カラム表示
----------------------------------*/
@media only screen and (max-width: 959px){

    h2.first_title{ font-size:2.5rem;}
/*----- 背景用 -----*/
	.flex-control-nav {
	height: 48px;
	background: none;
	bottom: -48px;
	}
	.flex-control-nav li{
	padding: 0;
	}
/*-----------------*/

	#characbox,#characbox_page{width:100%;height:auto; padding:10px 0;}

	#content, #content2, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	.bannersbox{width:100%;margin:0 auto;text-align:center;}
	.bannersbox p{display:inline;margin: 0 auto;}
	.bannersbox p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

#footer .siteR {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

#footer .siteR .siteR_box {
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

#footer .siteR .siteR_box:last-of-type {
	margin-bottom: 0;
}

#footer .siteR .siteR_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}

#footer .siteR>li.menu-item{
  width: 100%;
  max-width:100%;
}
#footer .siteR li ul.sub-menu li{
	width:45%;
	max-width:45%;
	display:inline-block;
	}


	.thumbWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:auto;
	border:1px solid #dadada;
	}
	
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}

	.thumbWrap{
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
  	border: none;
  	display: block;
	}
  
	.thumbWrap ul.thumb li{
    width:100%; 
    margin:0 1%;
  	}
  

.area_search ul li{
  min-width: 30%;
  width:30%;
  display: inline-block;
  *zoom: 1;
  margin:0 0 5px;
  padding:5px 5px;
  background: none;
}

.area_search h4{
	margin:30px auto 20px;
	font-weight:bold;
	}
.area_search h4:before{
	content:"■";}


.area_search ul li.bold{
  font-size:120%;

  font-weight:bold;
  vertical-align: middle;
}

.area_search ul a{
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: .85em .75em;
  text-align:center;
}



.area_search ul a:hover{
	text-decoration: none;
	filter:alpha(opacity=60) !important;/* forIE */
    -moz-opacity: 0.6;/* forFireFox*/
  opacity: 0.6;/* for Safari Opera */
}

.area_search ul img{
  vertical-align: middle;
}

.detail{
    float: none;
    text-align: center;
    }

/* トップページ物件数　幅959px以下から
----------------------------------*/	
	#update_sp{
		display: block;
	}
	
	.twoClm_box_top{
		width: 100%;
		margin:20px 0;
		padding-bottom: 15px;
		display: block;
	}
	
	.twoClm_box_top_inner{
		width: 48%;
		height: auto;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	
	.twoClm_box_top ul{
		list-style: none !important;
	}
	
	#update{
		display: none;
	}
	#update{
		display: block;
	}
/* カスタムページ */
#custompage figcaption{font-size: 70%;}
/* カスタムページ */
}
@media only screen and (max-width: 960px){

/* ヘッダー　ロゴ画像
----------------------------------*/
#header div img{
    height: 100%;
    width: auto;
}

.pcOnly_bk{ display:none;}
.spOnly_bk{ display:block;}
.pcOnly_ilbk{ display:none;}
.spOnly_ilbk{ display:inline-block;}

/* お知らせ
----------------------------------*/
.newInfo{ font-size:1rem;}
.newInfo_titleBox{
	width:80px;
	}
.newInfo_titleBox, .newInfo_Box{
	padding:1rem;
	}
/* フッター
----------------------------------*/
	#footer ul li{margin-right:0px;}


/* TOP画像下バナー
----------------------------------*/
/*.topimg_banner_inner{
	margin:0 auto;}
.topimg_banner_inner img{
	width:100%;
	max-width:100%;}


.hdinnerInfo{
	margin: 0;
}

li.twoClm_box_top_inner{
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	border: none;
	}
 */ 
  .bannersbox{width:100% ;margin:0 auto ;text-align:center ;}
  .bannersbox p{display:block ;
		/* margin:0 10px ; */
	}
  .bannersbox p img{width:100% ;height:auto ;}

#content .twoClm_box_inner_txt{
	width: 100%;
	max-width:100%;
	display: block;
  margin: 20px 0;
  }

#content .twoClm_box_inner_img{
	width: 100%;
	display: block;
	margin: 20px auto;
	text-align:center;
  }

.twoClm_box_inner_img img{
	width: 50%;
    max-width: 50%;
  }
#content2{
float: none;
width:98%;
padding:30px 0;
  margin: 0 auto;
} 
  
#sitemap_list2 li {
 width: 95%;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0;
	margin: 12px 0 12px;
	list-style-type: none;
}
  
.threeclm_box_inner{
  width:100%; 
  height: auto; 
  padding:0 1em;
  display: block;
  vertical-align: top;
	}
#companyTbl td img{
    width:100%;
    max-width: 100%;
    }
/* スタッフ関連写真
----------------------------------*/
.staff_photo{
	width:50%;
	max-width:50%;
	}

}
@media only screen and (max-width: 768px){
#content .twoClm_box_inner_img{
	width: 100%;
}
.twoClm_box_inner_img img{
	width: 100%;
    max-width: 100%;
}
.txt-center-sp{text-align: center;}
.top-bukken__bar__inner{
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
    .top-bukken__bar__list{
        margin-left: 0;
    }
    .top-bukken__bar__list li{
font-size:2.0rem;
    }
.top-bukken__bar__inner p{
    display: inline-block;
    font-size: 1.8rem;
    }



}