@charset "UTF-8";

@font-face{
  font-family: 'RoundedM';
  src: url(../font/rounded-mplus-2c-regular-webfont.eot), url(../font/rounded-mplus-2c-regular.ttf) format('truetype');
}

/*---------------------------------
  snippet
---------------------------------*/
.clearfix:after{
  content: "";
  clear: both;
  display: table;
}

.triangle-up:after{
  content: "▲";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 7px;
  font-size: 0.5em;
}

.triangle-down:after{
  content: "▼";
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 7px;
  font-size: 0.5em;
}

.triangle-right > li:after{
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  -ms-transform: translateY(-50%) rotate(30deg);
  -moz-transform: translateY(-50%) rotate(30deg);
  -webkit-transform: translateY(-50%) rotate(30deg);
  right: 7px;
  font-size: 0.5em;
}

.circle-triangle > li:before{
  content: '';
  width: 14px;
  height: 14px;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.circle-triangle > li:after{
  content: '';
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 5px #ffffff;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
}

.vertical-centering > li div{
  position: relative;
}

.vertical-centering > li div > p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  width: 100%;
}

.circle-plus > span:before{
  content: '+';
  width: 14px;
  height: 14px;
  background: #222222;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.circle-minus > span:before{
  content: '-';
  width: 14px;
  height: 14px;
  background: #222222;
  border-radius: 50%;
  color: #FFF;
  font-size: 0.8em;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.circle-arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.circle-arrow:before{
  content: '';
  width: 14px;
  height: 14px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.circle-arrow:after{
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #0058CA;
  border-right: solid 1px #0058CA;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 3.8px;
  margin-top: -2.5px;
}

/*---------------------------------
  common
---------------------------------*/
body{
  font-family: "メイリオ","Meiryo",sans-serif;
  font-size: 14px;
  background-color: #FFFDF1;
}

a{
  text-decoration: none;
  color: inherit;
}

button{
  font-family: "メイリオ","Meiryo",sans-serif;
  font-size: 14px;
}

h1{
  font-size: 2em;
  font-weight: bold;
  padding: 25px 0;
  line-height: 44px;
  letter-spacing: 1px;
}

h1 span{
  padding-left: 15px;
  background: linear-gradient(transparent 50%, #FFEAD3 50%);
}

h1 .point{
  font-size: 1.1em;
  color: #EC6700;
  padding-left: 0;
  background: none;
}

h3{
  padding: 10px 0;
}

.inner{
  width: 1000px;
  margin: 0 auto;
}

input[type="submit"],
button{
  cursor: pointer;
}

/* ↓ header ↓ */
header{
  padding-top: 15px;
}

/* site top */
.site-ttl{
  margin-bottom: 15px;
}

.site-ttl:after{
  content: "";
  clear: both;
  display: table;
}

.site-ttl_logo{
  float: left;
}

.site-ttl_logo img{
  height: 60px;
  width: auto;
}

.site-ttl_tel{
  float: right;
  text-align: center;
  padding: 5px 0;
}

.site-ttl_tel p{
  padding-bottom: 5px;
}

.site-ttl_tel img{
  height: 30px;
  width: auto;
}

.site-ttl_tel span{
  letter-spacing: -1px;
}

/* nav */
header nav{
  margin-bottom: 5px;
}


header .nav-list{
  display: inline-block;
  width: 80%;
  height: 25px;
  vertical-align: middle;
}

header .nav-list ul{
  width: 100%;
  display: table;
  table-layout: fixed;
}

header .nav-list ul > li{
  display: table-cell;
  text-align: center;
  line-height: 25px;
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #222222;
}

header .nav-list ul > li:last-child{
  border-right: 1px solid #222222;
}


header .nav-list ul > li a:hover{
  color: #EC6700;
}


header .nav-button{
  display: inline-block;
  margin-right: 0;
  vertical-align: middle;
}

header .nav-button button{
  width: 150px;
  height:35px;
  background-color: #006EC9;
  color: #FFF;
  border: none;
  margin: 0 10px;
  padding-right: 18px;
  position: relative;
  font-size: 0.9em;
  line-height: 35px;
}

.form-std{
  background-color: #EE7C1B;
  padding: 20px 0;
}

.form-std *{
  font-size: 14px;
  font-family: "メイリオ","Meiryo",sans-serif;
}

.form-std ul{
  margin-left: 15px;
  width: 100%;
}

.form-std .inner > ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  height: 42px;
}

.form-std .inner > ul li select{
  height: 100%;
  padding-left: 10px;
}

.form-std select{
  border: none;
}

.form-std .case{
  width: 115px;
}

.form-std .type{
  width: 278px;
}

.form-std .floor{
  width: 250px;
}

.form-std .type_02{
  display: none;
}

.form-std .floor_02,
.form-std .floor_03,
.form-std .floor_04,
.form-std .floor_05{
  width: 130px;
  display: none;
}

.form-std .drop-down{
  display: none;
  width: 245px;
  background-color: #FFF;
  position: absolute;
  left: -15px;
  z-index: 120;
}

.form-std .form-floor{
  width: 245px;
  height: 42px;
  background-color: #FFF;
  position: relative;
  left: 0;
}

.form-std .form-floor .triangle-down:after{
  right: 9px;
}

.form-std .floor_01{
  position: absolute;
  left: 0;
  line-height: 42px;
  cursor: default;
}

.form-std input[type="submit"]{
  height: 100%;
  width: 90px;
  background-color: #222222;
  color: #FFF;
  padding: 10px 0;
  border: none;
}

.form-std .other{
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  line-height: 42px;
  cursor: pointer;
}

.form-std .other_items{
  display: none;
  margin-top: 10px;
}

.form-std .area{
  width: 400px;
}

.form-std .price{
  width: 185px;
}

.form-std .price_03,
.form-std .price_04,
.form-std .price_05,
.form-std .price_06{
  display: none;
}

.form-keyword{
  background-color: #006EC9;
  padding: 20px 0;
  display: none;
}

.form-keyword > *{
  font-size: 14px;
  font-family: "メイリオ","Meiryo",sans-serif;
}

.form-keyword .inner > *{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  padding-left: 10px;
  font-size: 14px;
}

.form-keyword input[type="text"]{
  width: 55%;
  border: none;
}

.form-keyword select{
  width: 25%;
  border: none;
}

.form-keyword input[type="submit"]{
  width: 10%;
  padding: 10px 0;
  text-align: center;
  background-color: #FFD600;
  font-weight: bold;
  border: none;
  margin-right: 0;
  border: none;
}

select.case{
  width: 135px;
}

select.type{
  width: 245px;
}

/* ↑ header ↑ */

/* ↓ mainvisual ↓ */
.mainvisual{
  position: relative;
  background-color: #FFF;
  height: 480px;
}



.mainvisual-docs{
  width: 500px;
  padding: 15px 0;
  position: absolute;
  right:50%;
  z-index: 100;
}

.mainvisual-docs_catch .point{
  font-size: 1.1em;
  color: #EC6700;
  background: none;
  padding: 0;
}

.mainvisual-docs_summary p{
  padding: 25px 60px 25px 0;
  line-height: 27px;
}

.mainvisual-docs_summary p span{
  font-weight: bold;
}

.mainvisual-docs_updated{
  font-weight: bold;
  line-height: 24px;
  padding: 15px 0;
}

.mainvisual-docs_updated span{
  color: #EC6700;
}

.mainvisual-pic{
  position: absolute;
  height: 480px;
  left:50%;
  z-index: 0;
}

.mainvisual-pic img{
  height: 100%;
  width:  auto;
}

.mainvisual-txt{
  position: absolute;
  left:56%;
  bottom: 18%;
  z-index: 10;
}

.bg-repeat{
  height: 50px;
  width: 100%;
  min-width: 300px;
  position: absolute;
  bottom: 0;
  background-image: url(../image/bg_repeat.png);
  background-repeat: repeat-x;
  z-index: 50;
}
/* ↑ mainvisual ↑ */

/* ↓ content ↓ */
main{
  display: block;
  padding: 50px 0;
}

.simplicity{
  margin-bottom: 50px;
}

.simplicity:after{
  content: "";
  clear: both;
  display: table;
}

.simplicity > div{
  width: 45%;
  padding: 8px 18px 30px 18px ;
  background-color: #FFF;
  position: relative;
}

.simplicity > div:first-child{
  float: left;
}

.simplicity > div:last-child{
  float: right;
}

.search-box{
  padding: 30px 10px 0 10px;
}

.search-box .items{
  font-size: 0;
  font-family: "RoundedM";
}

.search-box .items li{
  display: inline-block;
  width: 45%;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

.search-box .items li span{
  font-size: 1.3em;
}

.search-box .items li div{
  height: 100%;
  width: 100%;
}

.simplicity-lease .search-box .items li{
  border: 1px solid #0058CA;
}

.simplicity-trading .search-box .items li{
  border: 1px solid  #CC0033;
}

.simplicity-lease-floor .items li{
  color: #0058CA;
}

.simplicity-trading-type .items li{
  color: #CC0033;
}

.simplicity-lease .search-box .items li:after{
  color: #0058CA;
}

.simplicity-trading .search-box .items li:after{
  color: #CC0033;
}

.simplicity-lease .search-box .items li:hover{
  background-color: #D3EEF5;
}

.simplicity-trading .search-box .items li:hover{
  background-color: #FFE4E1;
}

.search-box .items li:nth-child(odd){
  margin-right: 5%;
}

.simplicity .search-box .ttl{
  font-size: 1.2em;
  padding-left: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  background-size: contain;
}

.simplicity-lease-floor .ttl,
.simplicity-lease-simple .ttl{
  background: url(../image/icon/magnifying_blue.png) no-repeat left center;
}

.simplicity-trading-type .ttl,
.simplicity-trading-simple .ttl{
  background: url(../image/icon/magnifying_red.png) no-repeat left center;
}

.simplicity-lease-link{
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
}

.simplicity-lease-link .button{
  background-color: #0058CA;
  width: 225px;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  border: none;
}

.recommending{
  overflow: hidden;
  margin-bottom: 20px;
}

.recommending > div{
  margin-bottom: 30px;
}

.recommending .articles{
  width: 100%;
  font-size: 0;
}

.recommending .articles article{
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  vertical-align: top;
  background-color: #FFF;
}

.recommending .articles article:last-child{
  margin-right: 0;
}

.recommending .articles_pic{
  height:160px;
  width:100%;
  position: relative;
  overflow: hidden;
}

.recommending .articles_pic:before{
  padding: 5px 15px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  z-index: 75;
}

.recommending-lease .articles_pic:before{
  content: "賃貸物件";
  background-color: #0058CA;
}

.recommending-trading .articles_pic:before{
  content: "売買物件";
  background-color: #EA0033;
}

.recommending .articles_ttl{
  height:70px;
  width:auto;
  border-bottom: 1px dashed #666666;
  margin: 0 20px;
  font-size: 14px;
  position: relative;
}

.recommending .articles_ttl p{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
}

.recommending .articles_ttl p span{
  font-size: 0.8em;
  font-weight: normal;
}

.recommending-lease .articles_ttl p span{
  color: #0058CA;
}

.recommending-trading .articles_ttl p span{
  color: #EA0033;
}

.recommending .articles_docs{
  margin: 0 20px;
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.5em;
}

.news{
  padding: 10px 0;
  margin-bottom: 20px;
}

.news-content{
  padding: 10px 0;
  margin-bottom: 20px;
}

.news-content:after{
  content: "";
  clear: both;
  display: table;
}

.news-content > div:first-child{
  float: left;
  width: 52%;
}

.news-content > div:last-child{
  float: right;
  width: 45%;
}

.news-content .news-list ul{
  height: 210px;
  overflow-y: auto;
  background-color: #FFF;
}

.news-content .news-list li{
  padding: 12px 0;
  margin: 0 18px;
  border-bottom: 1px dashed #666666;
  overflow: hidden;
  line-height: 20px;
}

.news-content .news-list li:last-child{
  border: none;
}

.news-content .news-list li span{
  color: #FF6600;
  font-size: 0.8em;
  padding-right: 1em;
}

.news-content .news-list li a{
  text-decoration: underline;
}

.news-content .news-blogs ul{
  width: 100%;
  height: 210px;
  font-size: 0;
}

.news-content .news-blogs ul li{
  display: inline-block;
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 2%;
}

.news-content .news-blogs ul li:nth-child(3n){
  margin-right: 0;
}

.news-articles article{
  display: inline-block;
  padding: 15px;
  background-color: #FFF;
  width: 20.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  vertical-align: top;
}

.news-articles article:nth-child(4n){
  margin-right: 0;
}

.news-articles .articles_pic{
  height: 130px;
  width: 205px;
  overflow: hidden;
  position: relative;
}

.articles_pic img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 50;
}

.recommending .articles_pic img{
  width: 100%;
}

.news-articles .articles_docs{
  padding-top: 15px;
  line-height: 1.5em;
  font-weight: bold;
}

.news-articles .articles_docs p span{
  font-size: 0.9em;
  color: #FF6600;
  padding-bottom: 0.5em;
  font-weight: normal;
}

.news-articles .articles_pic:before{
  padding: 5px 15px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  z-index: 75;
}

.news-articles .tintai:before{
  content: "賃貸物件";
  background-color: #0058CA;
}

.news-articles .baibai:before{
  content: "売買物件";
  background-color: #EA0033;
}

.useful-content{
  width: 100%;
  padding: 10px 0;
  font-family: "RoundedM";
}

.useful-content-2row{
  font-size: 0;
}

.useful-content-2row:after{
  content: "";
  clear: both;
  display: table;
}

.useful-content-2row > ul{
  float: left;
  width: 80%;
}

.useful-content-2row ul li{
  display: inline-block;
  width: 24%;
  height: 60px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 1%;
  border: 1px solid #2BC0A2;
  background-color: #FFF;
  vertical-align: top;
  line-height: 20px;
  position: relative;
}

.useful-content-2row ul li:nth-child(4n){
  margin-right: 0;
}

.useful-content-2row ul li:after{
  color: #2BC0A2;
}

.useful-content-2row ul li:hover{
  background-color: #E3FBEA;
}

.useful-content-2row ul li a > div{
  width: 100%;
  height: 100%;
}

.useful-content-2row > div{
  float: right;
  width: 19%;
  height: 135px;
  border: 1px solid #EC6F04;
  background-color: #FFF;
  text-align: center;
  border-radius: 3px;
  position: relative;
}

.useful-content-2row > div a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.useful-content-2row > div img{
  height: 115px;
  width: auto;
}

.useful-content-1row{
  width: 100%;
}

.useful-content-1row:after{
  content: "";
  clear: both;
  display: table;
}

.useful-content-1row > ul{
  font-size: 0;
  float: left;
  width: 60%;
}

.useful-content-1row ul li{
  display: inline-block;
  width: 32%;
  height: 60px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 1.35%;
  border: 1px solid #FF1A6F;
  background-color: #FFF;
  vertical-align: top;
  position: relative;
  line-height: 20px;
}

.useful-content-1row ul li:after{
  color: #FF1A6F;
}

.useful-content-1row ul li:hover{
  background-color: #FFE0EE;
}

.useful-content-1row ul li:last-child{
  margin-right: 0;
}

.useful-content-1row ul li a > div{
  width: 100%;
  height: 100%;
}

.useful-content-1row > div{
  float: right;
  width: 39.5%;
  text-align: center;
}

.useful-sumarry{
  padding: 40px 35px;
  background-color: #FFF;
}

.useful-sumarry-inner:after{
  content: "";
  clear: both;
  display: table;
}

.useful-sumarry-inner > div:first-child{
  float: left;
}

.useful-sumarry-inner > div:last-child{
  float: left;
  padding-left: 30px;
  width: 600px;
}

.useful-sumarry-inner > div:last-child .catch{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 25px;
}

.useful-sumarry-inner > div:last-child p{
  line-height: 24px;
}

.useful-sumarry-inner > div:last-child span{
  color: #E36200;
}

/* ↑ content ↑ */

/* ↓ footer ↓ */
footer{
  background-color: #FFF;
}

footer .wrapper{
  position: relative;
  width: 100%;
  padding: 25px 0;
}

footer .inner{
  position: relative;
  z-index: 100;
  padding: 0 15px;
}

.footer-content:after{
  content: "";
  clear: both;
  display: table;
}

footer .wrapper .inner > p{
  font-size: 1.6em;
  color: #E36200;
  font-weight: bold;
}

.footer-content {
  padding: 10px 0;
}

.footer-content-info{
  float: left;
  width: 330px;
  margin-right: 30px;
}

.footer-content-info p{
  line-height: 24px;
}

.footer-content-info p:last-child{
  padding-top: 10px;
}

.footer-content-nav{
  float: left;
  width: 580px;
  padding: 0 25px;
}

.footer-content-nav .nav-list{
  margin-bottom: 15px;
  }

.footer-content-nav .nav-list li{
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px 0 20px;
}

.footer-content-nav .nav-banner li{
  display: inline-block;
  margin-right: 5px;
}

footer .copyright{
  padding : 10px 0;
  background-color: #EE7C1B;
  color: #ffffff;
  font-size: 0.8em;
}
/* ↑ footer ↑ */

/* ↑ modal ↑ */
.remodal{
  height: 460px;
  width: 520px;
  background-image: url(../image/modal_bg.jpg);
  padding: 25px 25px 0 25px;
  border: 1px solid #2589DB;
}

.modal-search ul{
  width: 46%;
  font-size: 0;
  margin: 0 2%;
}

.modal-search ul:first-child{
  float: left;
}

.modal-search ul:last-child{
  float: right;
}

.modal-search ul li{
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px dashed #666666;
  padding: 8px 10px;
  line-height: 1.4em;
  position: relative;
}

.modal-search ul li a{
  padding-left: 20px;
}

.modal-search ul li a:before{
  content: '';
  width: 14px;
  height: 14px;
  background: #222222;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 10px;
  margin-top: -7px;
}

.modal-search ul li a:after{
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 13px;
  margin-top: -2.5px;
}

.modal-search ul li a:hover{
  color: #2589DB;
}

.modal-search ul li:last-child{
  border: none;
}
.remodal-close:before{
  top: -35px;
  left: 490px;
  font-size: 45px;
}

/* ↑ modal ↑ */
