@charset "utf-8";
/* 共通
================================================== */
.cmnBox {
 padding: 0px 10px 0px 10px;
 margin-bottom: 15px;
}

.maxWidth{
 max-width:100%;
}

.cmnInfo {
 border: 1px solid #CCCCCC;
 margin-left: 10px;
 margin-right: 10px;
}

.cmnInfoInbox {
 background: #FFFFFF;
 padding: 30px;
}

.cmnNavi {
 margin-bottom: 14px;
 display: table;
}

.cmnNavi a {
 display: table-cell;
 color: #595959;
 width: 80px;
 padding: 7px 0px;
 border: 1px solid #E1E1E1;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#F5F5F5))";
zoom: 1;
background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);/* FF3.6+ */
background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);/* IE10+, W3C */
 background-color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 vertical-align: middle;
 line-height: 110%;
 position: relative;
 font-size: 11px;
}

.cmnNavi a:hover {
 color: #ffffff;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0098EE', endColorstr='#FF0277BC');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0098EE, endcolorstr=#0277BC))";
zoom: 1;
background: -moz-linear-gradient(top, #0098EE, #0277BC);/* FF3.6+ */
background: -webkit-linear-gradient(top, #0098EE, #0277BC);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #0098EE, #0277BC);/* IE10+, W3C */
 background-color: #0077B6;
}

.cmnNavi a:hover span{
 display: block;
 width: 100%;
 height: 9px;
 position: absolute;
 bottom: -7px;
 left: 0;
}

.cmnNavi a.cmnNaviOn {
 color: #ffffff;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0098EE', endColorstr='#FF0277BC');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0098EE, endcolorstr=#0277BC))";
zoom: 1;
background: -moz-linear-gradient(top, #0098EE, #0277BC);/* FF3.6+ */
background: -webkit-linear-gradient(top, #0098EE, #0277BC);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #0098EE, #0277BC);/* IE10+, W3C */
 background-color: #0077B6;
}

.cmnNavi a.cmnNaviOn span{
 display: block;
 width: 100%;
 height: 9px;
 position: absolute;
 bottom: -7px;
 left: 0;
}

.cmn_nav_block .cmnNavi {
	width: 100%;
}

.cmn_nav_block .cmnNavi a {
	width: 25%;
}

.cmnUl {
 list-style-type: disc;
}

.cmnUl li {
 margin-left: 15px;
}

.cmnOl {
 list-style-type: decimal;
}

.cmnOl li {
 margin-left: 15px;
}


.cmnDl dt {
 font-weight: bold;
}


/* 見出し
================================================== */
.tit01Box {
 background-color: #0185D1;
 padding: 11px 10px 8px 10px;
 margin-bottom: 15px;
}

.tit01Box h2 {
 color: #ffffff;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
}

.titPosi {
 position: relative;
}

.titPosi {
 position: relative;
}

.titPosi h2 {
 margin-right: 85px;
 text-align: left;
}

.titPosi .icon {
 position: absolute;
 top: 9px;
 right: 10px;
}

.tit02Box {
 background: url(../images/common/bg01.gif) repeat-x 0 100%;
 padding: 0 0px 10px 0px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 15px;
}

.tit02Box h3 {
 color: #015EA1;
 font-size: 18px;
 font-weight: bold;
}
.tit02Box h3.icon01 {
 background: url(../images/icon/icon01.gif) no-repeat 0 0;
 padding-left: 30px;
}


/* アイコン
================================================== */
.icon {
 font-size: 12px;
 letter-spacing: -0.2px;
 padding: 2px 0 1px 0;
 width: 75px;
 display: block;
 text-align: center;
 color: #ffffff;
 font-weight: bold;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

.icon01 {
 background-color: #75CD6D;
}

.icon_house {
 background: url(../images/icon/icon_house.png) no-repeat 0 0;
 background-size: 20px;
 padding: 2px 0 3px 30px;
}

.icon_urbanity {
 background: url(../images/icon/icon_urbanity.png) no-repeat 0 0;
 background-size: 20px;
 padding: 2px 0 3px 30px;
}

/* アーバニティ物件詳細
================================================== */
.subNaviLink {
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
}

.subNaviLink li {
 width: 17.5%;
 display: inline-block;
 padding: 0 0.7%;
}

.subNaviLink li img {
 width: 100%;
 vertical-align: top;
}

.commentBox {
 margin: 0 10px 15px 10px;
 background-color: #F7F7F7;
 padding: 6px;
}

.urbanityDtlCommentType01Box {
	text-align: center;
}

.urbanityDtlCommentType01 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	background:#F3B6B7;
	padding: 15px 30px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	box-shadow:3px 3px 5px 0px #3b353d;
}

.urbanityDtlCommentType02 {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	background:#929292;
	padding: 10px 30px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	box-shadow:3px 3px 5px 0px #3b353d;
	line-height: 140%;
}
.urbanityDtlCommentTxtType01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.urbanityDtlCommentTxtType02 {
	font-size: 18px;
	font-weight: bold;
}



.btnArea {
 margin: 0 10px 25px 10px;
}

.btnArea img {
 width: 100%;
 vertical-align: top;
}

.btnArea input {
 width: 100%;
 vertical-align: top;
}

.btnArea li.left {
 width: 48.3%;
 float: left;
}

.btnArea li.right {
 width: 48.3%;
 float: right;
}

.btnArea li.center {
 width: 48.3%;
 margin: 0 auto;
}

.urbanityDtlPrice {
 font-size: 14px;
 font-weight: bold;
}

.urbanityDtlPrice span {
 font-size: 24px;
 color: #D80000;
}

.urbanityDtlAccess {
 font-size: 14px;
 font-weight: bold;
}

.urbanityDtlAccess span {
 font-size: 18px;
 color: #D80000;
}

.bldgTbl01 {
 width: 90.6%;
 margin: 0 auto 15px auto;
 font-size: 14px;
}

.bldgTbl01 th {
 width: 31%;
 padding: 10px;
 border: 1px solid #E1E1E1;
 background-color: #F7F7F7;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
}

.bldgTbl01 td {
 padding: 10px;
 border: 1px solid #E1E1E1;
 text-align: left;
 vertical-align: top;
}


.bldgLifeInfoTbl {
 width: 90.6%;
 margin: 0 auto 15px auto;
 font-size: 14px;
}

.bldgLifeInfoTbl td {
 padding: 10px;
 border: 1px solid #E1E1E1;
 text-align: left;
 vertical-align: top;
}

.bldgLifeInfoBox01 {
 width: 65%;
}

.bldgLifeInfoBg01 {
 background-color: #F7F7F7;
}

/* common */
.cont img {
	max-width:100%;
	height:auto;
}

.cont *,
.cont *:before,
.cont *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.cont img {
	display: block;
}

/* top page
================================================== */
.tit01Box.top {
	margin-bottom: 0;
}

.topBn01,
.topBn02,
.topBn03 {
	padding:1.5% .8% 0;
}

.topBn01 li {
	width:33.3%;
	float:left;
	padding:0 .8%;
}

.topBn01 li img,
.topBn02 li img,
.topBn03 li img {
	width:100%;
}

.topBn02 li,
.topBn03 li {
	width:50%;
	float:left;
	padding:0 .8%;
}

.topBn02 {
	margin-bottom: 4%;
}

.topColumnArea{
    width:100%;
    overflow:auto;
    margin-bottom:20px;
}

.topColumnArea a{
    text-align:center;
    margin: 0 auto 10px;
    display: block;
}


.topColumnArea a img{
    width: 90%;
}


.topBg {
	background: #eee;
	padding:3% 0;
	margin-bottom: 4%;
}

.topSlide p {
	margin-top: 1em;
	text-align: center;
	font-size:15px;
	line-height: 1.8;
}

.topSlide li img {
	width:100%;
}

.topSlide li {
	padding:0 5px;
}

.topSlide p span {
	display: inline-block;
	width:6em;
	text-align: center;
	color:#fff;
	border-radius: 5px;
	margin-right:.5em;
	font-size:14px;
	font-weight: bold;
}

.topSlide p em {
	font-style: normal;
	color:#FF0000;
	font-weight: bold;
	font-size:15px;
}

.topSlide p span.land {
	 background: #8C4600;	
}

.topSlide p span.new {
	 background: #E85E5E;
}


/* アーバニティ物件一覧
================================================== */

.urbanityList {
	margin-top: -15px;
	margin-bottom: 4%;
}

.urbanityList li {
	padding-bottom: 4%;
	padding:4%;
	border-bottom: solid 1px #eee;
	position: relative;
}

.urbanityList li a:before {
	content:'';
	background: url(../images/urbanity/sel_arrow.png) no-repeat right center;
	background-size:contain;
	position: absolute;
	right:3%;
	top:0;
	height:100%;
	width:7.7%;
}

.urbanityList li a {
	display: block;
}

.urbanityList li .left {
	float:left;
	width:38%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	background-color: #E1E1E1;
}

.urbanityList li .left img {
	width:100%;
	height:auto;
}

.urbanityList li .right {
	width:58%;	
	float:right;
}

.urbanityList.top li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.urbanityList li p {
	font-size:14px;
	color:#5B5B5B;
}

.urbanityList li p.place {
	background: #F7F7F7;
	padding:2%;
	line-height: 1.5;
}

.urbanityList li p.price {
	color:#FF0000;
	margin: .5em 0;
}

.urbanityList li p.addr {
}

.urbanityList li h3 {
	color:#0075B8;
	font-weight: bold;
	font-size:18px;
	line-height: 1.6;
	margin: .5em 0 .2em;
}

.urbanityList li em {
	font-style: normal;
	font-size:22px;
	color:#FF0000;
	font-weight: bold;
	margin-right:.2em;
}

.urbanityList li span {
	display: inline-block;
	width:7em;
	text-align: center;
	color:#fff;
	font-size:14px;
	border-radius: 5px;
	padding:.3em 0 .1em;
	letter-spacing: .2em;
	font-weight: bold;
	margin-right:.5em;
}

.urbanityList li span.sel {
	background: #75CD6D;
}

.urbanityList li span.new {
	background: #E85E5E;
}

.urbanityList li span.soldout {
	background: #FFB399;
}

.urbanityList li span.itemListIcon11 {
	background: #AB0E0E;
}

.urbanityList li span.itemListIcon12 {
	background: #F69200;
}

.urbanityList li span.itemListIcon13 {
	background: #1F6202;
}

.urbanityList li span.icon {
	width:auto;
	padding:.3em .5em .1em;
}

/* フォーム関係
================================================== */
.fromStep {
 text-align: center;
 margin: 15px 10px;
 margin-bottom: 15px;
}

.fromStep img {
 width: 100%;
}

.formBox {
 padding: 0px 10px 0px 10px;
 margin-bottom: 15px;
}

.formDl dt {
 padding: 10px 20px 5px 20px;
 font-weight: bold;
 font-size: 14px;
 text-align: left;
}

.formDl .formTit {
 display: block;
 border-left: 5px solid #0185D1;
 padding: 0 0 0 10px;
}
.formDl dt .attn {
 font-size: 12px;
}

.formDl dd {
 padding: 5px 20px 10px 20px;
 text-align: left;
}

.formInpTxt01 {
 width: 100%;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt02 {
 width: 60px;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt03 {
 width: 60px;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt04 {
 width: 100%;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt06 {
 width: 100%;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt07 {
 width: 100px;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formInpTxt08 {
 width: 60%;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}


.formInpTxtarea {
 width: 100%;
 height: 200px;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}

.formDl select {
 padding: 8px 5px;
 box-sizing: border-box;
 font-size: 14px;
}


.iconReq {
 background-color: #ff0000;
 color: #ffffff;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 display: inlne-block;
 font-weight: bold;
 padding: 1px 5px;
 font-size: 12px;
 line-height: 100%;
}

.formDl dt .iconReq {
 margin-left: 7px;
}


.err {
 color: #FF0000;
 font-weight: bold;
}

.errbg {
 background-color: #FFECEC;
}

/* ボタン */
.btnBack {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_back.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.btnConf {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_conf.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.btnBaggage {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_baggage.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.btnSend {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_send.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.btnMovieStep1Back {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_movie_step1_back.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.btnRevise {
 width: 100%;
 padding-top: 25%;
 text-indent: -9999px;
 border: none;
 background: url(../images/btn/btn_revise.png) no-repeat 0 0;
 background-size: 100% auto;
 overflow: hidden;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}


/* 現地見学お申込
------------------------------------------------ */
.inspectCalenderSelect {
 padding: 0px 20px 0px 20px;
 margin-bottom: 15px;
}


.inspectCalenderBox {
 padding: 0px 10px 0px 10px;
 margin-bottom: 15px;
}

.inspectCalenderTbl {
 width: 100%;
}

.inspectCalenderTbl th {
 border: 1px solid #E1E1E1;
 background-color: #F7F7F7;
 text-align:center;
 padding: 2px 0;
}

.inspectCalenderTbl td {
 border: 1px solid #E1E1E1;
 text-align:center;
 padding: 2px 0;
}

.inspectCalenderStart li {
 width: 33.3%;
 float: left;
}

.inspectCalenderStart select {
 margin-top: 5px;
}

/* オープンハウス
------------------------------------------------ */
.urbanityList li p.openhouseDate {
	color:#FF0000;
	margin: .5em 0;
}
.openhouseDate {
 font-size: 18px;
 color: #D80000;
 font-weight: bold;
}

.openhouseBox {
 padding: 0px 10px 0px 10px;
 margin-bottom: 15px;
 text-align: center;
}

.openhouseBox img {
 max-width:100%;
 margin: 0 auto;
}

/* 東京の不動産物件
------------------------------------------------ */
.lnaviFormTxt {
 margin: 0 10px 20px 10px;
 border: 1px solid #A9CADB;
 padding: 20px;
}

.lnaviFirstBox {
 margin: 0 10px 15px 10px;
 border: 1px solid #E0990E;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
}

.lnaviFirstBox h3 {
 color: #e0990e;
 font-size: 14px;
 text-align: center;
 background-color: #FFF9DD;
 padding: 5px;
}

.lnaviFirstTxt {
 margin: 15px;
}

.lnaviMemberBox {
 margin: 0 10px 15px 10px;
 border: 1px solid #5AA73C;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
}

.lnaviMemberBox h3 {
 color: #5AA73C;
 font-size: 16px;
 text-align: center;
 background-color: #F0FFEA;
 padding: 5px;
}

.lnaviMemberTxt {
 margin: 15px;
}

.lnaviMeritBlock {
 margin: 0px 10px 15px 10px;
 border-top: 7px solid #E25555;
 border-bottom: 7px solid #E25555;
 border-left: 1px solid #E1E1E1;
 border-right: 1px solid #E1E1E1;
}

.lnaviMeritTit {
 background: url(../images/lnavi/merit_tit_bg.png) no-repeat 0 100%;
 background-size: cover;
 padding: 25px 20px;
 text-align: center;
}

.lnaviMeritTit h3 {
 font-size: 16px;
}

.lnaviMeritList li {
 border-top: 1px solid #E1E1E1;
 background-color: #FDFCFA;
}

.lnaviMeritList li.lnaviMeritBg {
 background-color: #F6F5F3;
}

.lnaviMeritL {
 width: 14.1%;
 margin-left: 3.2%;
 float: left;
}

.lnaviMeritL img {
 width: 100%;
}

.lnaviMeritR {
 width: 78.2%;
 float: right;
 padding: 13px 0;
}

.lnaviMeritR h4 {
 font-size: 14px;
 margin-bottom: 3px;
}

/* 会社案内
------------------------------------------------ */

.profileBlock {
  padding: 0 20px 20px;
}

.profileBlock h2 {
  background: #0185D1;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 11px 0 8px;
  margin-bottom: 20px;
}

.profileBlock .detailBlock {
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.profileBlock .detailBlock h3 {
  border-left: 5px solid #0185D1;
  padding-left: 10px;
  text-align: left;
  font-weight: bold;
}

.profileBlock .detailBlock p.text {
  padding-left: 15px;
}

.profileBlock .detailBlock .shopDl {
  padding-left: 15px;
}

.profileBlock .detailBlock .shopDl dt {
  font-weight: bold;
}

.profileBlock .detailBlock .gmap>img {
  width: 100%;
  padding-top: 20px;
}

.profileBlock .detailBlock .btn_gmap {
  width: 80%;
  margin-left: 10%;
}

.profileBlock .detailBlock .btn_gmap>a {
  margin: 20px 0;
  display: block;
}

.profileBlock .detailBlock .btn_gmap>a>img {
  width: 100%;
}

.shopinfo_building {
  margin: 0 20px 40px 20px;
}

.shopinfo_building img {
  vertical-align: top;
  width: 100%;
}

.imageSlide {
  padding: 30px 30px 0;
}

.imageSlide .slick-prev {
  left: -30px;
}

.imageSlide .slick-next {
  right: -30px;
}

.company_menu {
  overflow: hidden;
  padding: 0 5%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.company_menu li {
  width: 49%;
  float: left;
}

.company_menu li:nth-child(even) {
  margin-left: 2%;
}

.company_menu li:nth-child(n+3) {
  margin-top: 2%;
}

.company_menu li a {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #0185d1;
  display: block;
  width: 100%;
  border: 1px solid #0185d1;
  padding: 5% 0 5% 12.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.company_menu li a:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 35%;
  width: 5%;
  height: 30%;
  background: url(../images/company/info/company_arrow_blue.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.company_menu li a.active {
  background-color: #99ceed;
  color: #fff;
}

.company_menu li a.active:before {
  background: url(../images/company/info/company_arrow_white.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media all and (max-width:480px) {
  .imageSlide .slick-prev,
  .imageSlide .slick-next {
    top: 30%;
  }
}

@media all and (max-width:360px) {
  .imageSlide .slick-prev,
  .imageSlide .slick-next {
    top: 25%;
  }
}

/* 会社情報
------------------------------------------------ */
#info .contBlock {
  padding: 0 5%;
}

/* 会社概要
------------------------------------------------ */

#about .profileBlock {
  background: url(../images/company/info/about_bg.png) no-repeat center top;
  -webkit-background-size: contain;
  background-size: contain;
  padding-bottom: 0;
}


/* 企業理念・企業憲章
------------------------------------------------ */

#philosophy .contBlock {
  width: 100%;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/company/info/philosophy_bg.png) no-repeat;
  background-position: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

#philosophy table td{
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 5% 5% 0;
}
#philosophy table th img{
  width: 100%;
}


/* 会社沿革
------------------------------------------------ */

#enkaku h3 {
  font-size: 12px;
  margin-bottom: 7px;
  color: #0185d1;
  font-weight: bold;
}

#enkaku h3.bluebd {
  padding: 3% 0 0 0;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

#enkaku h3.bluebd:before {
  content: '';
  width: 20%;
  height: 2px;
  background-color: #0185d1;
  position: absolute;
  top: 0;
  left: 40%;
}

#enkaku .contBlock {
  width: 100%;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/company/info/enkaku_bg.png) no-repeat;
  background-position: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

#enkaku .floatBlock-left {
  text-align: left;
  overflow: hidden;
  width: 100%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#enkaku .floatBlock-right {
  text-align: left;
  overflow: hidden;
  width: 100%;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#enkaku .floatBlock-left .txt {
  float: left;
  width: 75%;
}

#enkaku .floatBlock-left .txt p,
#enkaku .floatBlock-right .txt p {
  font-size: 12px;
  line-height: 1.8;
}

#enkaku .floatBlock-left .img {
  float: right;
  width: 25%;
}

#enkaku .floatBlock-right .txt {
  float: right;
  width: 75%;
}

#enkaku .floatBlock-right .img {
  float: left;
  width: 25%;
}

#enkaku .floatBlock-left .img img,
#enkaku .floatBlock-right .img img {
  width: 100%;
}

#enkaku .fullBlock {
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
}

#enkaku .timeline dl {
  width: 92%;
  margin: 0 auto;
}

#enkaku .timeline dt {
  position: relative;
  padding: 2% 0 1.5% 7%;
  background-color: #eeeeee;
  color: #0185d1;
  text-align: left;
}

#enkaku .timeline dd {
  padding: 2% 0 1.5% 2%;
  background-color: #fff;
  text-align: left;
  border: 1px solid #dddddd;
}

#enkaku .timeline dt:before {
  content: '';
  position: absolute;
  background: url(../images/company/info/enkaku_icon.png) no-repeat 0 0;
  width: 5%;
  height: 50%;
  left: 2%;
}


/* アーバニティ
------------------------------------------------ */
.urbanityBlock {
    padding: 0 0 20px;
}

.urbanityBlock h2 {
    background: #0185D1;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 11px 0 8px;
}

.ul_urbanity01 {
    list-style: none;
    padding: 4% 2% 0;
    overflow: hidden;
}

.ul_urbanity01 > li {
    float: left;
    width: 46%;
    padding: 0 2%;
    margin-bottom: 4%;
}

.ul_urbanity01 > li > div {
}

.ul_urbanity01 > li > div > a {
    display: block;
    padding: 10px 10px 5px;
    background: #527638;
}

.ul_urbanity01 > li > div > span.ul_urbanityLine {
    display: block;
    padding: 10px 10px 5px;
    background: #527638;
}

.ul_urbanity01 > li > div img {
    width: 100%;
    line-height: 1;
}

.ul_urbanity01 > li > p {
    border: 2px solid #E1E1E1;
    padding: 10px;
    text-align: left;
}

.ul_urbanity01 > li > p > img {
    padding-right: 5px;
}

.ul_urbanity01 > li > p > span {
    font-weight: bold;
    font-size: 16px;
    color: #527638;
}

.ul_urbanity02 {
    list-style: none;
    padding: 4% 2% 0;
    overflow: hidden;
}


.ul_urbanity02 > li {
    float: left;
    width: 29.2%;
    padding: 0 2%;
    margin-bottom: 4%;
}

.ul_urbanity02 > li > div > a {
    display: block;
    padding: 10px 10px 5px;
    background: #527638;
}

.ul_urbanity02 > li > div > span.ul_urbanityLine {
    display: block;
    padding: 10px 10px 5px;
    background: #527638;
}

.ul_urbanity02 > li > div img {
    width: 100%;
}

.ul_urbanity02 > li > p {
    border: 2px solid #E1E1E1;
    padding: 10px;
    text-align: left;
}

.ul_urbanity02 > li > p > img {
    padding-right: 5px;
}

.ul_urbanity02 > li > p > span {
    font-weight: bold;
    font-size: 16px;
    color: #527638;
}

.ul_urbanity03 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_urbanity03 > li {
    border-bottom: 1px solid #E1E1E1;
}

.ul_urbanity03 li a:before {
    content:'';
    background: url(../images/urbanity/sel_arrow.png) no-repeat right center;
    background-size:contain;
    position: absolute;
    right:3%;
    top:0;
    height:100%;
    width:7.7%;
}

.ul_urbanity03 > li > a {
    position: relative;
    display: block;
    padding: 4%;
    overflow: hidden;
    text-decoration: none;
    color: #5A5A5A;
}

.ul_urbanity03 > li > a > img {
    float: left;
    width: 36%;
    margin-right: 3%;
}

.ul_urbanity03 > li > a > div {
    margin-left: 39%;
    text-align: left;
}

.ul_urbanity03 > li > a > div > img {
    width: 30%;
}

.ul_urbanity03 p.style01 {
    color: #5AB0E1;
    font-size: 16px;
    padding: 5px 0;
    font-weight: bold;
}

.ul_urbanity03 p.style03 {
    padding: 5px 0;
    color: #ff0000;
    font-size: 16px;
}

.ul_urbanity03 p.style03 > span {
    font-weight: bold;
    font-size: 20px;
}

.ul_urbanity03 p.style04 {
    background: #F7F7F7;
    padding: 10px;
}

.urbanityBlock .btn_readmore {
    margin: 4%;
}

.urbanityBlock .btn_readmore > a > img {
    width: 100%;
}

/* プライバシーポリシー
------------------------------------------------ */
.privacy_link {
	margin: 20px 0;
	padding: 0 30px;
}

/* 追加
------------------------------------------------ */
/* 購入手順
------------------------------------------------ */
.cmnTbl {
 border-collapse: collapse;
 margin: 0 auto 20px auto;
 width: 97%;
}

.cmnTbl th {
 width: 120px;
 padding: 15px 10px 15px 20px;
 text-align: left;
 vertical-align: top;
 font-weight: normal;
 background: #F7F7F7;
 border: 1px solid #E1E1E1;
}

.cmnTbl td {
 padding: 15px 10px 15px 20px;
 text-align: left;
 vertical-align: top;
 background: #ffffff;
 border: 1px solid #E1E1E1;
}
.cmnTbl02 {
 width: 90.6%;
 margin: 0 auto 15px auto;
 font-size: 14px;
}

.cmnTbl02 th {
 width: 31%;
 padding: 10px;
 border: 1px solid #E1E1E1;
 background-color: #F7F7F7;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
}

.cmnTbl02 td {
 padding: 10px;
 border: 1px solid #E1E1E1;
 text-align: left;
 vertical-align: top;
}


.tit03Box {
 border: 1px solid #B6CFE2;
 padding: 5px 5px 5px 5px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 15px;
}

.tit03Box h4 {
 color: #015EA1;
 font-size: 14px;
 font-weight: bold;
}
.tit03Box h4.icon01 {
 background: url(../images/icon/icon01.gif) no-repeat 0 0;
 padding-left: 30px;
}


.cmnCatList li {
 border: 1px solid #E1E1E1;
 margin-bottom: 10px;
}

.cmnCatList li a {
 display: block;
 background: url(../images/common/bg06.gif) repeat-y 100% 0;
 border: 1px solid #ffffff;
 text-decoration: none;
}
.cmnCatList li .cmnCatListArrow {
 display: block;
 background: url(../images/common/bg07.gif) no-repeat 100% center;
 padding: 10px 20px 10px 10px;
}

.cmnCatList li a .cmnCatListTit {
 display: block;
 font-size: 17px;
 font-weight: bold;
 color: #0183CE;
}

.cmnCatList li a .cmnCatListTxt {
 display: block;
 font-size: 14px;
 color: #5c5c5c;
}

/* AEP工法
------------------------------------------------ */
.aep_inner {
	padding: 10px 10px 30px;
}

.aep_inner img {
	max-width: 100%;
	display: block;
}

.aep_inner section {
	margin-bottom: 2em;
}

.aep_inner p,
.aep_inner dd {
	text-align: left;
}

.aep_img {
	margin: 1em 0;
}

.aep_img2 {
	margin: 1em 0;
}

.aep_img2 img {
	margin: 0 auto;
}

.aep_ttl1,
.aep_ttl2,
.aep_ttl3 {
	position: relative;
	padding-left: 1.6em;
	margin-bottom: 1em;
	background: url(../images/AEP/bg04.gif) repeat-x left bottom;
	line-height: 1.4;
	text-align: left;
	color: #0076b9;
	font-size: 18px;
	font-weight: bold;
}

.aep_ttl2 {
	margin: 1.2em 0 1em;
}

.aep_ttl3 {
	font-size: 13px;
	line-height: 2.2;
	background: none;
	padding-left: 2.5em;
	border: solid 1px #b6cfe2;
	margin: 1.2em 0 1em;
}

.aep_ttl1:before,
.aep_ttl2:before,
.aep_ttl3:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 1.8em;
	left: 0;
	background: url(../images/AEP/icon_urbanity.png) no-repeat left 0;
}

.aep_ttl2:before {
	background-image:url(../images/AEP/icon01.gif);
}

.aep_ttl3:before {
	background-image:url(../images/AEP/icon01.gif);
	left: .4em;
	height: 2em;
}

.aep_link {
	margin: 1em 0;
}

.aep_link img {
	margin: 0 auto;
	max-width: 60%;
}

.aep_lst {
	margin-bottom: 2em;
}

.aep_lst p {
	text-align: center;
}

.aep_lst img {
	margin: 0 auto;
}

.aep_flow li {
	margin-bottom: 1em;
}

/* 免震地盤工法
------------------------------------------------ */
.clo_inner {
	padding: 10px 10px 30px;
}

.clo_inner img {
	max-width: 100%;
	display: block;
}

.clo_inner section {
	margin-bottom: 2em;
}

.clo_inner p,
.clo_inner dd,
.clo_inner li {
	text-align: left;
}

.clo_ttl1 {
	padding-left: 2em;
	padding-top: .1em;
	margin-bottom: 1em;
	background: url(../images/clo/icon_gurantee.png) no-repeat .5em center;
	line-height: 2;
	text-align: left;
	color: #0076b9;
	font-size: 18px;
	white-space: nowrap;
	font-weight: bold;
	border: solid 2px #0076b9;
}

.clo_ttl2 {
	padding-left: .5em;
	padding-top: .1em;
	margin-bottom: 1em;
	line-height: 2;
	text-align: left;
	color: #0076b9;
	font-size: 16px;
	white-space: nowrap;
	font-weight: bold;
	border: solid 1px #0076b9;
	border-left-width: 4px;
}

.clo_sub1 {
	margin: 1em 0;
	padding: .5em .8em .4em;
	background: #0185d1;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	border-radius: .3em;
}

.clo_sub2 {
	color: #0185d1;
	font-weight: bold;
	margin: 1em 0;
}

.clo_img {
	margin: 1em 0;
}

.clo_img img {
	margin: 0 auto;
}

.clo_img2 {
	margin: 1em 0;
}

.clo_img2 img {
	display: inline;
	margin-bottom: 1em;
}

.clo_tbl {
	width: 100%;
	margin: 1em 0;
}

.clo_tbl tr > * {
	border: 1px solid #e4e4e4;
	padding: .5em .5em;
	font-weight: normal;
	font-size: 60%;
}

.clo_tbl thead th {
	background: #f4f4f4;
}

.clo_tbl tbody th {
	background: #f9f9f9;
	text-align: left;
}

.clo_tbl2 td {
	text-align: left;
}

.clo_lst li {
	position: relative;
	padding-left: 7em;
	margin-bottom: 0.3em;
}

.clo_lst li span {
	width: 7em;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.clo_link img {
	display: inline;
	max-width: 60%;
	margin: 0 .5em .5em;
}

/* お客様の声詳細
------------------------------------------------ */
.voiceMainTop {
	margin: 0 10px 25px 10px;
}

.voiceMainImg {
	text-align: center;
	margin-bottom: 10px;
}

.voiceMainImg img {
	max-width: 100%;
	margin: 0 auto;
}

.voiceMainProf {
}

.voiceMainProfTit {
	margin-bottom: 10px;
	background: #0076B7;
	color: #ffffff;
	padding: 7px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

.voiceMainProfTxt {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

.voiceNavi {
	margin: 0 10px 30px 10px;
}

.voiceNavi li {
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.voiceNavi li a {
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0;
}
.voiceNavi li.voiceNaviOrange {
	border: 3px solid #FFC199;
	background: #FF6600;
}
.voiceNavi li.voiceNaviOrange a {
	color: #ffffff;
	text-decoration: none;
}

.voiceNavi li.voiceNaviYellow {
	border: 3px solid #F9CE86;
	background: #F39D0C;
}
.voiceNavi li.voiceNaviYellow a {
	color: #ffffff;
	text-decoration: none;
}

.voiceNavi li.voiceNaviGreen {
	border: 3px solid #CEDF9F;
	background: #90AF39;
}
.voiceNavi li.voiceNaviGreen a {
	color: #ffffff;
	text-decoration: none;
}

.voiceEntContent h3 {
	display: none;
}

.voiceEntTlt {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 10px 15px 10px;
	background: #FF6600;
	color: #ffffff;
}

.voiceEntContent .voiceEntTlt h3 {
	display: inline-block;
}

.voiceEnt {
	margin: 0 10px 15px 10px;
}

.voiceEntLeft h4 {
	background: url(../images/voice/icon_q.gif) no-repeat 0 0;
	background-size: 25px auto;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 6px 36px;
	margin-bottom: 10px;
}

.voiceEntTbl {
	background: url(../images/voice/icon_a.gif) no-repeat 0 0;
	background-size: 25px auto;
	margin-bottom: 15px;
}

.voiceEntTbl th {
	padding: 0 0 0 36px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	display: block;
}

.voiceEntTbl td {
	padding: 0 0 15px 36px;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	display: block;
}
.voiceAbox {
	background: url(../images/voice/icon_a.gif) no-repeat 0 0;
	background-size: 25px auto;
	padding: 0 0 15px 36px;
}


.voiceImgline {
	text-align: center;
	margin-bottom: 20px;
}

.voiceImgline img {
	max-width: 100%;
	margin: 0 auto 0 auto;
	display: inline-block;
}

.voiceEditorBox {
	padding: 15px 10px 13px 46px;
	background: url(../images/voice/icon_q2.gif) no-repeat 10px 10px #F0F0E1;
	background-size: 25px auto;

	font-size: 14px;
	margin-bottom: 20px;
}

.voiceEditorBox .voiceEditorTit {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}

/* 売買・税金のお話
------------------------------------------------ */
.cmnNavi02Block {
 margin-bottom: 14px;
}

.cmnNavi02 {
 display: table;
 width: 100%;
}

.cmnNavi02 a {
 display: table-cell;
 color: #595959;
 width: 25%;
 padding: 7px 0px;
 box-sizing: border-box;
 border: 1px solid #E1E1E1;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFF5F5F5');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FFFFFF, endcolorstr=#F5F5F5))";
zoom: 1;
background: -moz-linear-gradient(top, #FFFFFF, #F5F5F5);/* FF3.6+ */
background: -webkit-linear-gradient(top, #FFFFFF, #F5F5F5);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);/* IE10+, W3C */
 background-color: #FFFFFF;
 text-align: center;
 font-weight: bold;
 text-decoration: none;
 vertical-align: middle;
 line-height: 110%;
 position: relative;
 font-size: 11px;
}

.cmnNavi02 a:hover {
 color: #ffffff;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0098EE', endColorstr='#FF0277BC');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0098EE, endcolorstr=#0277BC))";
zoom: 1;
background: -moz-linear-gradient(top, #0098EE, #0277BC);/* FF3.6+ */
background: -webkit-linear-gradient(top, #0098EE, #0277BC);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #0098EE, #0277BC);/* IE10+, W3C */
 background-color: #0077B6;
}

.cmnNavi02 a:hover span{
 display: block;
 width: 100%;
 height: 9px;
 position: absolute;
 bottom: -7px;
 left: 0;
}

.cmnNavi02 a.cmnNaviOn {
 color: #ffffff;
/*IE6 IE7 */
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF0098EE', endColorstr='#FF0277BC');
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0098EE, endcolorstr=#0277BC))";
zoom: 1;
background: -moz-linear-gradient(top, #0098EE, #0277BC);/* FF3.6+ */
background: -webkit-linear-gradient(top, #0098EE, #0277BC);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #0098EE, #0277BC);/* IE10+, W3C */
 background-color: #0077B6;
}

.cmnNavi02 a.cmnNaviOn span{
 display: block;
 width: 100%;
 height: 9px;
 position: absolute;
 bottom: -7px;
 left: 0;
}


.cmnTbl03 {
 border-collapse: collapse;
}

.cmnTbl03 th {
 padding: 15px 10px 15px 10px;
 vertical-align: top;
 font-weight: normal;
 background: #F7F7F7;
 border: 1px solid #E1E1E1;
}

.cmnTbl03 td {
 padding: 15px 10px 15px 10px;
 text-align: left;
 vertical-align: top;
 background: #ffffff;
 border: 1px solid #E1E1E1;
}

.cmnTblWrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

.cmnTblWrap .cmnTbl03 {
	border-left: none;
	border-right: none;
	width: 700px;
}

.taxBtnPdf {
	text-align: center;
	margin: 10px 0 20px 0;
}

.taxBtnPdf img{
	margin: 0 auto;
}

/* 住宅ローン情報
------------------------------------------------ */
.loan_form dt {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.loan_form .formTit {
	display: block;
	border-left: 5px solid #0185D1;
	padding: 0 0 0 10px;
}

.loan_form dd {
	padding: 5px 10px 10px 10px;
	text-align: left;
}
.loan_form_inp_txt {
	width: 50%;
	padding: 5px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

.loan_form_selext_rate {
	width: 80%;
	padding: 5px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}

.loan_form_selext_downRate {
	width: 80%;
	padding: 5px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
}


.loan_form_rate_tbl {
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	width: 700px;
}

.loan_form_rate_tbl th {
	padding: 3px;
	vertical-align: top;
	font-weight: normal;
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
}

.loan_form_rate_tbl td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #E1E1E1;
}

.loan_form_rate_tbl_wrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
}

/* 不動産Q&A
------------------------------------------------ */
.qTit h3 {
	background: url(../images/voice/icon_q.gif) no-repeat 0 0;
	background-size: 25px auto;
	color: #FF6600;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 6px 36px;
	margin: 0 10px 10px 10px;
}


.aBox {
	background: url(../images/voice/icon_a.gif) no-repeat 0 0;
	background-size: 25px auto;
	margin: 0 10px 15px 10px;
	padding: 0 0 15px 36px;
	font-size: 14px;
	text-align: left;
}

/* voice
------------------------------------------------ */
.voice_ttl img {
	width: 100%;
}

.voice_inner {
	padding: 8px 0 30px;
	margin: 0 auto;
	background: #e3e3e5;
}

.voice_inner img {
	max-width: 100%;
}

.voice_detal_inner {
	padding: 8px 0 30px;
	margin: 0 auto;
}

.voice_detal_inner img {
	max-width: 100%;
}

.voice_lst {
	padding: 0 7px;
	text-align: left;
}

.voice_lst li {
	background: #fff;
	border-radius: .5em;
	overflow: hidden;
	box-shadow: 0 2px 2px #ccc;
	padding: 10px;
	margin-bottom: 7px;
}

.voice_lst li a {
	text-decoration: none;
	color: inherit;
}

.voice_lst li span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #eba421;
	line-height: 2;
	border-radius: .3em;
	width: 100%;
	display: block;
}

.voice_lst_ttl {
	color: #0076b7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5em;
}

.voice_lst p {
	margin: 0 auto;
}

.voice_lst_img {
	margin-bottom: 1em;
	text-align: center;
}

.voice_lst_img img {
/*
	max-width: 70%;
*/
	max-width: 70%;
	margin: 0 auto;
}

.voice_lst_btn {
	margin-top: 1.2em;
}

.voice_lst_img img {
	
}

.voice_head_ttl {
	position: relative;
	padding-left: 1.6em;
	margin-bottom: 1em;
	background: url(../images/common/bg04.gif) repeat-x left bottom;
	line-height: 2;
	text-align: left;
	color: #0076b9;
	font-size: 18px;
	white-space: nowrap;
	font-weight: bold;
}

.voice_head_ttl:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 1.8em;
	left: 0;
	background: url(../images/icon/icon_house.png) no-repeat left center;
}

.voice_head img {
	display: block;
	margin: 0 auto;
}

.voice_head p {
	background: #f4f5f1 url(../images/voice/prof_bg.png) no-repeat right bottom;
	padding: 2em 1em 3em;
}

.voice_ttl2 {
	background: url(../images/voice/voice_ttl_bg_btm.png) no-repeat right bottom;
	background-size: contain;
	font-size: 18px;
	text-align: left;
	color: #0076b9;
	font-weight: bold;
	padding: 1em 1em 1.5em;
}

.voice_info .voice_ttl2 {
	background-image: url(../images/voice/voice_ttl_data_bg_btm.png);
	margin-bottom: 1em;
}

.voice_session, .voice_info {
	background: url(../images/voice/voice_ttl_bg_top.png) repeat-x;
}

.voice_session dt {
	background: url(../images/voice/voice_content_bg_top.png) no-repeat right bottom;
	background-size: contain;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding: 1.2em 0 1em 3em;
}

.voice_session dt:before {
	content: '';
	background: url(../images/voice/icon_q.png) no-repeat left center;
	position: absolute;
	margin-left: -3.5em;
	top: 0;
	width: 53px;
	height: 100%;
}

.voice_session dd {
	background: #fdfbf7 url(../images/voice/voice_content_bg_top.png) no-repeat right top;
	background-size: contain;
	text-align: left;
	padding-top: 2em;
	margin-bottom: 1em;
}

.voice_session dd em {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 1.2em 0 1em 3.8em;
	margin-bottom: .5em;
}

.voice_session dd em:before {
	content: '';
	background: url(../images/voice/icon_a.png) no-repeat 5px center;
	position: absolute;
	width: 58px;
	height: 100%;
	left: 0;
	top: 0;
}

.voice_session dd p {
	padding-left: 5em;
	padding-right: 1em;
	margin-bottom: 1.5em;
}

.voice_session_bg {
	background: #fdfbf7 url(../images/voice/voice_content_bg_btm_line.png) no-repeat right bottom;
	background-size: contain;
	height: 27px;
}

.voice_session_img {
	background: url(../images/voice/voice_img_shadow.png) no-repeat center bottom;
	background-size: 100%;
	width: 45%;
	margin: 0 auto;
	padding-bottom: 2%;
}

.voice_session_img img {
	width: 100%;
	display: block;
}

.voice_staff {
	background: url(../images/voice/staff_bg.png);
}

.voice_staff_inner {
	background: url(../images/voice/staff_bg02.png) no-repeat top center;
	padding: 2em 1em 1.5em;
}

.voice_staff_ttl {
	color: #0178bb;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	padding: .5em 0;
}

.voice_staff_ttl:before {
	content: '';
	background: url(../images/voice/icon_fukidashi.png) no-repeat left center;
	position: absolute;
	width: 43px;
	height: 100%;
	top: 0;
	margin-left: -3em;
}

.voice_staff_msg {
	max-width: 400px;
	background: #fff;
	padding: 2em 1.5em;
	margin: 1em auto;
	text-align: left;
}

.voice_staff_img p {
	color: #0178bb;
	font-weight: bold;
}

.voice_info_inner {
	width: 80%;
	margin: 0 auto;
}

.voice_info_movie {
	height: 0;
	padding-top: 56%;
	width: 100%;
	margin: 0 auto 2em;
	overflow: hidden;
	position: relative;
}

.voice_info_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.voice_info table {
	width: 100%;
	border: solid 1px #ccc;
	border-bottom: none;
	text-align: left;
}

.voice_info tr > * {
	padding: .5em 1em;
	border-bottom: solid 1px #ccc;
}

.voice_info tr:nth-child(odd) > * {
	background: #f6f6f6;
}

.voice_info th {
	border-right: solid 1px #ccc;
}
/* チェックリスト
================================================== */
.cmnBtnArea {
 width: 80%;
 margin: 20px auto;
}

.cmnBtnArea img {
 vertical-align: top;
}

.cmnBtnArea input {
 vertical-align: top;
}

.cmnBtnArea li {
 width: 47%;
 float: left;
}

.cmnBtnArea li.right {
 text-align: right;
 float: right;
}

.cmnBtnArea li img {
	max-width: 100%;
}


.CheckList {
	margin-left: 10px;
}

.CheckList li {
	background: url(../images/info/order/check_box.gif) no-repeat 0 3px;
	padding: 0 0 0 13px;
	margin-bottom: 5px;
}

/* 共通light box
================================================== */
.cmnLightBlock {
	padding-top: 30px;
}

.cmnLightLead {
	padding-bottom: 30px;
	text-align: center;
}


.cmnLightList li {
	width: 30.3%;
	float: left;
	margin: 0 1.5% 15px 1.5%;
	text-align: center;
}

.cmnLightList li img {
	max-width: 100%;
	margin: 0 auto;
}

.my_gallery_list figure {
	width: 30.3%;
	float: left;
	margin: 0 1.5% 15px 1.5%;
	text-align: center;
}

.my_gallery_list figure img {
	max-width: 100%;
	margin: 0 auto;
}


/* 物件情報
------------------------------------------------ */
.cloBtn{
    width: 70%;
    margin: auto;
}  
.cloBtn li{
    margin-bottom: 5px;
} 
.cloBtn img{
    max-width: 100%;
} 
.cloFlow{
    margin-bottom: 10px;
}    
.cloFlow img{
    max-width: 100%;
}


/* 動画で見る詳細
================================================== */
.urbanityDtlInfo, 
.urbanityDtlTbl01 {
 width: 90.6%;
 margin: 0 auto 15px auto;
 font-size: 14px;
}

.urbanityDtlInfo th, 
.urbanityDtlTbl01 th {
 width: 31%;
 padding: 10px;
 border: 1px solid #E1E1E1;
 background-color: #F7F7F7;
 text-align: left;
 font-weight: bold;
 vertical-align: top;
}

.urbanityDtlInfo td, 
.urbanityDtlTbl01 td {
 padding: 10px;
 border: 1px solid #E1E1E1;
 text-align: left;
 vertical-align: top;
}

.dtlMovie01 {
	position: relative;
	width: 90.6%;
	margin: 0 auto 15px auto;
	padding-top: 56.25%;
}
.dtlMovie01 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.webmovie_soldout {
	display: none;
}

/* 2×4工法
================================================== */
.twofour_top img {
	display: inline-block;
}

/* IK工法
================================================== */
.ikTxtBox {
	border: 1px solid #FFCCCC;
	background-color: #F8F1EF;
	padding: 10px;
}

/* 住宅性能保証制度 
------------------------------------------------ */
.house_lst {
	margin: 2em 0;
}

.house_lst li {
	display: inline-block;
	margin: 0 .5em .8em;
}

@media all and (max-width:480px) {
	.house_lst li {
		width: 47%;
		margin: 0 1% .8em;
	}
}

.house_nav {
	text-align: left;
}

.house_nav li {
	float: left;
	width: 6.5em;
	text-align: center;
	margin-bottom: 1em;
	background: #ffffff linear-gradient(to bottom, #ffffff, #f5f5f5);
	border: solid 1px #e1e1e1;
	font-size: 90%;
}

.house_nav li.active {
	background: #0077b6 linear-gradient(to bottom, #0098ee, #0277bc);
	position: relative;
}

.house_nav li.active:before {
	content: '';
	width: 9px;
	height: 9px;
	bottom: -9px;
	left: 50%;
	position: absolute;
	margin-left: -4px;
}

.house_nav li.active a {
	color: #fff;
}

.house_nav a {
	display: table;
	width: 100%;
	height: 3.8em;
	color: inherit;
	text-decoration: none;
	font-weight: bold;
}

.house_nav span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	padding-top: .4em;
}

.house_lead {
	border: solid 1px #b6cfe2;
	padding: .5em;
	margin-bottom: 1em;
}

.house_tbl {
	width: 100%;
	border: solid 1px #e1e1e1;
	border-bottom: none;
	border-right: none;
	margin: 1em 0;
}

.house_tbl th {
	background: #f7f7f7;
	font-weight: normal;
}

.house_tbl tr > * {
	text-align: left;
	padding: 1em;
	border-bottom: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
}

.house_col2_left {
	float: left;
	width: 48%;
}

.house_col2_right {
	float: right;
	width: 48%;
}

/* 税務相談会・法務相談会
------------------------------------------------ */

.consul p strong {
	color: #0076B7;
}

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

.consul_nav {
	background: url(../images/consultation/bg1.png);
	padding: 15px 0 10px;
}

.consul_nav li {
	display: inline-block;
	max-width: 41%;
	margin: 0 2.5%;
}

.consul_body {
	text-align: left;
}

.consul_ttl {
	background: url(../images/consultation/bg3.png) no-repeat right bottom;
	background-size: 200px;
	color: #fff;
	display: inline-block;
	padding: 12px 20px 15px;
	font-size: 16px;
	width: 130px;
	margin: 25px -20px 10px;
}

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

.consul_cnt1 {
	position: relative;
}

.consul_cnt1:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #fff;
	bottom: -40px;
	z-index: 10;
	left: 50%;
	margin-left: -10px;
}

.consul_cnt2:before {
	content: '';
	background: url(../images/consultation/img_bg.png) no-repeat top right;
	background-size: 30%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.consul_cnt2 {
	position: relative;
	padding: 40px 20px 30px;
	background: url(../images/consultation/bg2.png) no-repeat;
	background-size: cover;
}

.consul_cnt2 li {
	text-indent: -1em;
	margin-left: 1em;
}

.consul_cnt2 ul {
	margin-bottom: 1.2em;
}

.consul_cnt2 li:before {
	content: '・';
}

.consul_book {
	margin: 15px 0;
}

.consul_book_left {
	float: left;
	width: 40%;
}

.consul_book_left img {
	width: 100%;
}

.consul_book_right {
	float: right;
	width: 55%;
}

.consul_cnt3 .consul_ttl {
	background-image: url(../images/consultation/bg4.png);
}

.consul_cnt3 strong {
	color: #CC0000;
}

.consul_cnt3 ul {
	margin: 20px 0 0;
}

.consul_cnt3 li {
	margin-left: 1em;
	text-indent: -1em;
}

/* 建築施工事例
================================================== */
.ex_cons_list_area {
	margin: 0 10px 20px 10px;
}

.ex_cons_list {
	margin-bottom: 10px;
}
.ex_cons_list li {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.ex_cons_list_soldout li {
	margin-bottom: 10px;
}

.ex_cons_list a {
	padding: 10px;
	display: block;
	text-decoration: none;
	border: 1px solid #CFCFCF;
	 border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.ex_cons_list .imageBox {
 display: block;
 overflow: hidden;
}

.ex_cons_list .image {
 text-align: center;
 vertical-align: middle;
 display: table-cell;
 overflow: hidden;
}

.ex_cons_list .image img {
 max-width: 100%;
 max-height: 134px;
}

.ex_cons_list .tit {
	display: block;
	margin-top: 5px;
	text-align: left;
	overflow: hidden;
}

/* 現地見学お申込
------------------------------------------------ */
        
.inspect p{
    margin-bottom: 10px;
}
.inspect .inspectCalenderSelect input[type="text"]{
    margin-left: 5px;
}
.inspectCalenderBox{
    margin-bottom: 20px;
    padding: 0 20px;
}
.inspect .iconReq{
    margin-left: 10px;
}
.inspect table{
    width: 100%;
}
.inspect .formTbl th{
    display: list-item;
    padding: 15px 10px 15px 10px;
    background: #eee;
}
.inspect .formTbl td{
    overflow: hidden;
    display: list-item;
    padding: 15px 10px 15px 10px;
}
.inspect .inspectCalenderStart li{
    width: 50%;
    margin-bottom: 10px;
}
.inspect .formTbl{
    margin-bottom: 20px;
}
.inspect .formTbl td label{
    margin-bottom: 10px;
    padding-right: 10px;
}
.inspect .formTbl input[type="radio"]{
    margin-right: 5px;
}
.inspect .formTbl #sen{
    margin-right: 5px;
}
.inspect .formTbl #eki{
    margin-left: 10px;
    margin-right: 5px;
}
.inspect .urbanityDtlBtn{
    width: 40%;
    margin: 20px auto 0 auto;
}

/* 動画で見る
------------------------------------------------ */

.webmovieTitle{
    margin: 20px 10px 30px 10px;
}
.webmovieTitle img{
    width: 100%;
}
.webmovieList li {
 width: 100%;
 margin-bottom: 15px;
 padding: 10px;
 border: 1px solid #CFCFCF;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 position: relative;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.webmovieListImg {
 width: 45%;
 float: left;
 text-align: center;
 background: none;
}

.webmovieListImg img {
 width: 100%;
 vertical-align: top;
}

.webmovieListInfo {
 width: 50%;
 float: right;
 padding-bottom: 35px;
}

.webmovieListTit {
 font-size: 15px;
 margin-bottom: 5px;
 font-weight: bold;
}

.webmovieListPrice {
 font-size: 14px;
 color: #FF0000;
 font-weight: bold;
}

.webmovieListBtn {
 position: absolute;
 right: 10px;
 bottom: 10px;
 width: 138px;
}

.webmovieListBtn a {
 display: block;
 width: 136px;
 padding: 3px 0;
 border: 1px solid #E19A00;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 color: #ffffff;
 text-decoration: none;
 text-align: center;
 background: #feae00; /* Old browsers */
 background: -moz-linear-gradient(top,  #feae00 0%, #e79f00 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top,  #feae00 0%,#e79f00 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom,  #feae00 0%,#e79f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feae00', endColorstr='#e79f00',GradientType=0 ); /* IE6-9 */
}

/* お引越し
------------------------------------------------ */
.move img{
    width: 100%;
}
.move_lead{
    margin-bottom: 10px;
    padding: 25px;
    font-size: 14px;
    line-height: 1.6;
}

.moveUnit{
 margin-bottom: 40px;
}
.moveUnit_ttl{
    margin-bottom: 10px;
}
.moveUnit_ttl02{
    margin-bottom: 20px;
}
.moveUnit_row{
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 3.125%;
}
.moveUnit_row_col{
    width: 50%;
    margin-right: 3%;
    float: left;
}
.moveUnit_row p{
    line-height: 1.6;
}
.moveUnit_row p:not(:last-child){
    margin-bottom: 20px;
}
.moveUnit_btn{
    width: 70%;
    margin:  0 auto;
}
.moveUnit_btn02{
    float: right;
    width: 47%;
}
.moveUnit dl dt{
    margin-bottom: 5px;
}
.moveUnit dl dd{
    margin-bottom: 5px;
    padding: 5px 0 3px 0;
    background: #E33165;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

/* 売買・税金のお話
------------------------------------------------ */
.taxTitList {
	margin: 0 10px 20px 10px;
}

.taxTitList li {
	border: 1px solid #E1E1E1;
	padding: 1px;
	margin: 10px 0;
}

.taxTitList li a {
	display: block;
	text-decoration: none;
	background: url(../images/info/tax/tit_li_bg.png) repeat-y 100% 0;
}

.taxTitList li a span {
	display: block;
	background: url(../images/info/tax/tit_li_bg_arrow.png) no-repeat 100% center;
	padding: 20px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #0183CE;
}

.taxTitList li a span.subTxt {
	display: block;
	background-image: none;
	padding: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #5c5c5c;
}


/* 不動産Q & A
------------------------------------------------ */
.titProperty {
	border: 2px solid #0076b9;
	padding: 5px 10px;
	margin: 20px 10px 0 10px;
}

.titProperty h2 {
	font-size: 16px;
	color: #0076b9;
	padding: 3px 10px 1px 29px;
}

.icon_property02 {
	background: url(../images/icon/icon_property_02.png) no-repeat 0 0;
}

.icon_property03 {
	background: url(../images/icon/icon_property_03.png) no-repeat 0 3px;
}

.qaTtl {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	background: #0185D1;
	color: #ffffff;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.ul_property_question {
	list-style: none;
	margin: 0 20px 20px 20px;
}

.ul_property_question li {
	padding-left: 20px;
	background: url(../images/icon/icon_arrow01.png) no-repeat 1px 4px;
	margin-bottom: 5px;
}

.ul_qanda_service {
	list-style: none;
	overflow: hidden;
	margin: 20px 15px 5px;
	padding: 0;
}

.ul_qanda_service > li {
	width: 48%;
	margin: 0px 1% 10px;
	float: left;
}

.ul_qanda_service > li > img {
    width: 100%;
}


.btn_goshop {
	margin: 0 30px;
	height: 75px;
	text-align: center;
}


.btn_goshop img {
	margin: 0 auto;
}

/* 学区域情報
------------------------------------------------ */
.snaviSearch {
	margin: 0 10px;
}

.snaviLeft {
	margin-bottom: 20px;
}

.snaviRight {
	margin-bottom: 20px;
}

.snaviSearchTtl {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #0185D1;
	color: #ffffff;
	font-size: 14px;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.snaviTbl {
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 14px;
	width: 100%;
}

.snaviTbl th {
	width: 65px;
	text-align: right;
	padding: 0 0 15px 0;
}

.snaviTbl td {
	padding: 0 0 15px 0;
}

.snaviInp01 {
	width: 100%;
	padding: 5px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	box-sizing: border-box;
}

.snaviInp02 {
	width: 90%;
	padding: 5px;
	border: 1px solid #D4D4D4;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	box-sizing: border-box;
}

.snaviBtnBox {
	text-align: center;
}

.snaviBtn {
	width: 160px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
	-moz-border-radius: 5px; /* for Firefox */
	-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FDAD11', endColorstr='#E79E0F');
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FDAD11, endcolorstr=#E79E0F))";
	zoom: 1;
	background: -moz-linear-gradient(top, #FDAD11, #E79E0F);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #FDAD11, #E79E0F);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #FDAD11, #E79E0F);/* IE10+, W3C */
	background-color: #E79E0F;
	border: none;
}

.snaviBox {
 margin: 0 15px 15px 15px;
 text-align: center;
}

.snaviDistrict {
 font-weight: bold;
 color: #006699;
}

.snaviSearchList {
 margin: 0 10px 35px 10px;
}

.snaviSearchList td {
 box-sizing: border-box;
}

.snaviSclAddress {
 width: 35%;
}

.snaviSclArea {
 width: 25%;
}

.snaviSclSchool {
 width: 40%;
}

.snaviPage {
 text-align: center;
 margin: 0 10px 0 10px;
}

.snaviPage img {
 display: inline-block;
 vertical-align: -3px;
}

.snaviPage a.back, .snaviPage a.next {
 text-decoration: none;
}

.snaviPageNo a {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.snaviPageNo b {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #ffffff;
	background-color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.snaviPageImg a {
 text-decoration: none;
}

.snaviSearchList .cmnTbl {
 margin: 0 auto 10px auto;
 width: 100%;
}

.snaviSearchList .cmnTbl td {
 padding: 10px;
}

/* 下北沢看板
------------------------------------------------ */
.shopinfo_kanban img {
	max-width: 100%;
	display: inline-block;
}

.shopinfo_kanban_lead_txt {
	margin: 0 10px 20px 10px;
	border: 1px solid #999999;
	padding: 10px 7px;
	font-size: 14px;
	color: #333333;
}

/* お客様紹介
================================================== */
.customer_slide_area {
	background: url(../images/company/customer/slide_bg.jpg) no-repeat center center;
	background-size: cover;
}

.customer_slide_box {
	background-color: rgba(255,255,255,0.8);
	position: relative;
	margin: 20px;
	box-sizing: border-box;
	min-height: 160px;
	padding: 35px 25px;
	font-size: 18px;
	color: #111111;
	line-height: 160%;
}

.customer_slide_step_icon {
	position: absolute;
	z-index: 100;
	width: 52px;
	top: -12px;
	left: -14px;
}

.customer_slide_step_icon img {
	width: 52px;
}

/* ご成約キャンペーン
------------------------------------------------ */
.campaign{
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
}
.campaign > p{
    margin-bottom: 20px;
}
.campaign img{
    max-width: 100%;
}

.campaign_lead{
    padding-left: 3.5em;
    background: url("../../sp/images/news/present/campaign/title_01.jpg") no-repeat left center;
    -webkit-background-size: 3em;
            background-size: 3em;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
}
.campaign .slick-slider{
    margin-bottom: 0;
}

.campaign .season img{
    width: 100%;
}


.campaign_method{
    margin-bottom: 20px;
    padding: 10px;
    background: #7F9912;
    color: #FFF;
}
.campaign_method dl{
    display: table;
    width: 100%;
}
.campaign_method dl dt,
.campaign_method dl dd{
    display: table-cell;
    vertical-align: middle;
}
.campaign_method dl dt {
    width: 5em;
    padding: 0.5em;
    border: 1px solid #fff;
}
.campaign_method dl dd{
    padding-left: 1em;
}
.campaign_img{
    margin-bottom: 20px;
    padding: 0 20px;
}
.campaign_link{
    color: #0074B8;
    text-align: center;
}
.campaign_link a{
    color: #0074B8;
}

/* お引越しお見積りフォーム
------------------------------------------------ */
.fromMoveStep {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.fromMoveStep img {
	margin: 0 auto;
	width: 98%;
}

/* ブログ 
------------------------------------------------ */
.blog_lst {
	margin: 10px;
	text-align: left;
}

.blogBlock, 
.blog_block {
	margin: 10px 10px 20px;
	background: #f7f7f7;
	text-align: left;
}

.blog_lst a, 
.blogBlock a, 
.blog_block a {
	color: inherit;
	text-decoration: none;
}

.blog_lst > li {
	margin-bottom: 25px;
	background: #f7f7f7;
}

.blogDate, 
.blog_date {
	border-top: solid 3px #0176b7;
	border-bottom: solid 1px #0176b7;
	font-size: 14px;
	color: #0176b7;
	font-weight: bold;
	padding: 6px 15px 5px;
	background: #fff;
}

.blog_ttl {
	color: #0176b7;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: .4em;
}

.blog_ttl img {
	vertical-align: -40%;
	margin-right: .5em;
}

.blogContent, 
.blog_inner {
	padding: 15px;
}

.blog_link {
	border-top: solid 1px #e1e1e1;
	margin: 25px -15px -5px;
	padding: 10px 25px 0;
}

.blog_link li {
	display: inline-block;
	margin-right: .15em;
	color: #0176b7;
	font-size: 90%;
}

.blog_link li + li:before {
	content: '|';
	margin-right: .5em;
}

.blog_lst_btn {
	margin: 15px 0 -5px;
}

.blog_lst_btn span {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #eba421;
	border-radius: .3em;
	padding: 8px 0 4px;
	width: 150px;
	display: block;
}

.blogText {
	line-height: 1.8;
}

.blogContent input[type="text"], 
.blog_comment input[type="text"] {
	width: 100%;
	margin-bottom: .5em;
}

.blogContent textarea, 
.blog_comment textarea {
	width: 100%;
	height: 10em;
}

.blog_track {
	border-bottom: dotted 1px #ccc;
	padding-bottom: .8em;
	margin-bottom: 1em;
}

.blog_menu {
	padding: 1em 10px 0;
}

.blog_menu select {
	padding: .2em .5em .5em;
	width: 47%;
}

.blog_menu select + select {
	margin-left: 3%;
}


/* サイトマップ
------------------------------------------------ */
.sitemapList {
	width: 100%;
	display: block;
	margin: 0 auto 30px auto;
}

.sitemapList td {
	width: 100%;
	display: block;
	padding: 0 2%;
}

.sitemapCat {
	margin: 0 20px 30px 20px;
}

.sitemapCat dt {
	background: url(../images/site/icon_site.png) no-repeat 4px 6px;
	padding: 0px 5px 2px 14px;
	font-size: 14px;
}

.sitemapCat dd {
	padding: 0px 5px 5px 14px;
	border-bottom: 1px dotted #CDCDCD;
	margin-bottom: 10px;
	font-size: 12px;
}

.sitemapCat dd a {
	color: #5c5c5c;
	text-decoration: none;
}


/* 今月の広告
================================================== */
.news_ad_lead {
	text-align: center;
	color: #55381E;
	padding: 12px 0;
}

.news_ad_icon img {
	display: inline-block;
	width: 15px;
	vertical-align: -2px;
	margin-right: 4px;
}

.adBlock {
 background: url(../images/news/ad/ad_bg01.png) repeat 0 0;
 margin: 0 10px 20px 10px;
 padding: 10px;
}

.adBlockIn {
 background: url(../images/news/ad/ad_bg02.png) repeat 0 0;
 padding: 60px 0 10px 0;
 position: relative;
}

.adBlockIn .adTit {
 background: url(../images/news/ad/ad_tit.png) no-repeat 0 0;
 background-size: 180px auto;
 width: 180px;
 height: 51px;
 position: absolute;
 top: 12px;
 left: -15px;
}

.adBlockIn .adTit h4 {
 font-size: 12px;
 color: #ffffff;
 line-height: 100%;
 padding: 9px 0 0 13px;
 font-weight: bold;
}

.adBlock .cmnBlock02Box {
 padding: 0 10px;
}

.adBoxL {
 width: 50%;
 float: left;
 text-align: center;
 box-sizing: border-box;
 padding: 0 5px 0 0;
}

.adBoxR {
 width: 50%;
 float: right;
 text-align: center;
 box-sizing: border-box;
 padding: 0 0 0 5px;
}

.adImgBox {
	padding-bottom: 10px;
}

ul.accordion{
	width: 87.8%;
	margin:0 auto 30px;
	font-size:14px;
}
ul.accordion .accordionTtl {
	background: #0185D0;
	color: #ffffff;
	font-weight: bold;
}
ul.accordion .accordionTtl span {
	display: block;
	background:url(../images/news/ad/open.png) no-repeat 100% 0;
	background-size: auto 100%;
	padding: 11px 15% 11px 10px;
}

ul.accordion .accordionTtl span.open {
	background:url(../images/news/ad/open.png) no-repeat 100% 0;
	background-size: auto 100%;
}

ul.accordion .accordionTtl em {
	font-style: normal;
	background:url(../images/news/ad/icon_ad.png) no-repeat 0 3px;
	background-size: 13px auto;
	padding: 0 0 0 20px;
}

ul.accordion ul {
	display:none;
}

ul.accordion .accordionSub li {
	border: 1px solid #CCCCCC;
	border-top: none;
}

ul.accordion .accordionSub a {
	display:block;
	text-decoration:none;
	color:#666666;
	padding: 11px 15% 11px 30px;
}



/* 公示地価
------------------------------------------------ */

#koujichika h2.white {
  padding-left: 8%;
  position: relative;
  text-align: left;
  color: #0176B7;
  font-weight: bold;
}

#koujichika h2.white:before {
  position: absolute;
  left: 0;
  content: '';
  width: 6.5%;
  height: 100%;
  background: url(../images/topics/koujichika/koujichika_icon_01.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

#koujichika .contBlock {
  padding: 0 5%;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

#koujichika .koujichika_toggle {
  width: 90%;
  margin: 20px auto;
}

#koujichika .koujichika_toggle botton {
  height: 50px;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 13%;
  background-color: #0185D0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#koujichika .koujichika_toggle botton span.txt {
  display: block;
  float: left;
  padding: 0 5% 0 5%;
  line-height: 50px;
}

#koujichika .koujichika_toggle botton span.arrow {
  float: right;
  display: block;
  padding: 5% 5% 3% 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  height: 100%;
  background: #005FA3 url(../images/topics/koujichika/koujichika_arrow_bottom.png) no-repeat center;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
  text-indent: 99999px;
}

#koujichika .koujichika_toggle botton span img {
  width: 100%;
}

#koujichika .koujichika_toggle botton:before {
  position: absolute;
  top: 33.5%;
  left: 5%;
  display: block;
  content: '';
  background: url(../images/topics/koujichika/koujichika_icon_02.png) no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  width: 10%;
  height: 33.3%;
}

#koujichika .koujichika_toggle table {
  display: none;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
}

#koujichika .koujichika_toggle table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  padding: 3%;
}

#koujichika .koujichika_toggle table td a {
  position: relative;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #0185D0;
  font-weight: bold;
}

#koujichika .koujichika_toggle table td a:after {
  position: absolute;
  right: 2%;
  top: 20%;
  width: 10%;
  height: 70%;
  display: block;
  content: '';
  background: url(../images/topics/koujichika/koujichika_arrow_right.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}


/* 世田谷
------------------------------------------------ */
        
.setagaya{
    font-size: 13px;
    line-height: 1.6;
}

.setagaya img{
    max-width: 100%;
}
.setagaya *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.setagaya .setagaya_sec{
    padding: 30px 0;
}
.setagaya .setagaya_sec:nth-of-type(even){
    background: #f7f7f7;
}
.setagaya .setagaya_sec_ttl{
    margin-bottom: 0.75em;
    background:url("../images/setagaya/setagaya_sec_ttl.png") no-repeat left top;
    -webkit-background-size: contain;
            background-size: contain;
    color: #0085D0;
    font-size: 16px;
}
.setagaya .setagaya_sec_ttl span:nth-child(2){
    display: block;
    padding-top: 3px;
    color: #666;
    font-size: 12px;
}
.setagaya .setagaya_row{
    overflow: hidden;
    padding: 0 20px;
    text-align: left;
}
.setagaya .setagaya_row-bg{
    background-image: url("../images/setagaya/row_bgImg.png");
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}
.setagaya .setagaya_row_img{
    width: 45%;
}
.setagaya .setagaya_row_txt{
    width: 55%;
}
.setagaya .setagaya_row_left{
    float: left;
    padding-right: 5px;
}
.setagaya .setagaya_row_right{
    padding-left: 5px;
    float: right;
 }
.setagaya .setagaya_row_right-push{
    margin-right: -20px;
}

.setagaya .setagaya_estate{
    margin-bottom: 50px;
    padding: 0 10px;
    text-align: left;
    line-height: 1.6;
}
.setagaya .setagaya_estate p{
    margin-bottom: 15px;
}
.setagaya .setagaya_estate_ttl{
    position: relative;
    margin-bottom: 20px;
    padding: 2px 0 2px 3em;
    color:#0085D0;
    text-align: left;
    font-size: 16px;
    background: url("../images/setagaya/estate_ttl_ico.png") no-repeat;
    background-position: 5px bottom;
    -webkit-background-size: 2em;
            background-size: 2em;
}
.setagaya .setagaya_estate_ttl:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: url("../images/setagaya/estate_ttl_line.jpg") no-repeat;
    display: block;
    -webkit-background-size: cover;
            background-size: cover;
    height: 2px;
    width: 100%;
}
.setagaya .setegaya_estate_sub{
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 5px 5px 5px;
    border-left: #0185D0 solid 2px;
    font-size: 14px;
    line-height: 1;
    text-align: left;
}
.setagaya .setegaya_estate_row{
    border-bottom: 2px solid #B2DAF1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.setagaya .setagaya_estate_info{
  margin-bottom: 1em;  
}
.setagaya .setagaya_estate_info dt{
    color: #0085D0;
}
.setagaya .setegaya_estate_img{
    float: left;
    width: 55%;
    margin-right: 12px;
}
.setagaya .setagaya_estate_btn{
     width: 70%;
     margin: 0 auto;
}
.setagaya .setagaya_bnr{
    padding: 25px 10px 20px 10px;
}
.setagaya .setagaya_bnr ul{
    display: table;
    width: 100%;
}
.setagaya .setagaya_bnr ul li{
    display: table-cell;
    padding: 0 5px;
    text-align: center;
}
.setagaya .setagaya_office{
    padding: 25px;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
   -webkit-background-size: cover;
           background-size: cover;
}
.setagaya .setagaya_office01{
    background-image: url("../images/setagaya/office_01.jpg");
}
.setagaya .setagaya_office02{
    background-image: url("../images/setagaya/office_02.jpg");
}
.setagaya .setagaya_office dt{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0 5px 2em;
    background: url("../images/setagaya/logo.png") no-repeat left center;
    -webkit-background-size: 1.75em;
            background-size: 1.75em;
    color: #0085D0;
    font-size: 16px;
}
.setagaya .setagaya_office dd{
    text-align: left;
}
.setagaya .setagaya_price {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.setagaya .setagaya_price li{
    text-align: center;
    font-size: 14px;
}
.setagaya .setagaya_price-s {
    margin-left: -5px;
    margin-right: -5px;
}
.setagaya .setagaya_price-s li{
    padding: 0 5px;
}
.setagaya .setagaya_price li img{
    display: block;
    margin-bottom: 8px;
}
.setagaya .setagaya_price li > span{
    color: #F00;
}
.setagaya .setagaya_company ul{
    margin-left: -3px;
    margin-right: -3px;
}
.setagaya .setagaya_company li{
    float: left;
    width: 33.3%;
    padding: 0 3px;
    font-size: 11px;
    line-height: 1;
}
.setagaya .setagaya_company li img{
    margin-bottom: 2px;
}
.setagaya .setagaya_company li span{
    font-size: 10px;
}
.setagaya .setagaya_company li.double{
    text-align: center;
}
.setagaya .setagaya_company li.double img{
    margin-top: 4px;
}

/* 不動産用語辞典
================================================== */
.termSearchBlock {
 padding: 8px;
 margin: 0 10px 15px 10px;
 background: url(../images/common/bg05.png) repeat 0 0;
}

.termSearchIn {
 background: #FDFDFD;
 position: relative;
 padding: 18px 0 0 0;
}

.termSearchClip {
 position: absolute;
 top: -7px;
 left: 0;
 width: 100%;
 text-align: center;
}

.termSearchClip img {
	width: 80px;
	margin: 0 auto;
}

.termSearchTit {
 text-align: center;
 margin-bottom: 9px;
}


.termSearchTit img {
	width: 140px;
	margin: 0 auto;
}

.termSearchInfo {
	width: 94.5%;
	margin: 0 auto 0 auto;
	border-top: 1px solid #B6BFCE;
}

.termSearchInfoBoxL {
	box-sizing: border-box;
	padding: 15px 0 5px 0;
}

.termSearchInfoBoxR {
	box-sizing: border-box;
	padding: 0 0 13px 10px;;
}

.termSearchInfoBoxR a {
	color: #0074B8;
	text-decoration: none;
}

.termSearchSelect {
	width: 41.8%;
}

.termSearchBtn {
/*
	width: 60px;
*/
	width: 100px;
	vertical-align: -7px;
}

.termSearchInp {
 width: 66.4%;
 padding: 5px;
 border: 1px solid #D4D4D4;
 -webkit-border-radius: 5px;/* for Safari and Chrome */
 -moz-border-radius: 5px; /* for Firefox */
 -o-border-radius: 5px; /* for opera */
 border-radius: 5px;
 box-sizing: border-box;

}

.termSearchSelect02 {
	width: 31.6%;
}

.termSearchWordLink li {
	display: inline-block;
}

.termSearchWordLink a {
	width: 60px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border: 1px solid #0185D1;
	color: #0185D1;
	box-sizing: border-box;
	padding: 11px 2px 0 2px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 2px 10px 2px;
}

.termListBox {
 margin: 0 10px 20px 10px;
 border: 1px solid #B7BECE;
 background-color: #8CAEE7;
}

.termListBoxIn {
 margin-left: 8px;
 background-color: #F5FBFF;
 padding: 8px;
}

.termListBoxIn h4 {
 width: auto;
 font-size: 14px;
 color: #444444;
 border-bottom: 1px dotted #B6BFCD;
 margin: 0 0 10px 0;
 padding: 2px 0 5px 20px;
}

.termListBoxIn h4 .sub {
 font-size: 10px;
}

.icon_pen {
 background: url(../images/icon/icon_pen.png) no-repeat 0 3px;
}

.termListBoxIn .icon_pen {
 background: url(../images/icon/icon_pen.png) no-repeat 0 3px;
 background-size: 15px auto;
}

.termList {
 margin: 0 15px 30px 15px;
}

.termList li {
 border-bottom: 1px dotted #B6BFCD;
 padding: 5px 5px 5px 27px;
 background: url(../images/icon/icon02.png) no-repeat 7px 9px;
}

.termList li a {
 display: block;
 text-decoration: none;
}

.termList li {
 border-bottom: 1px dotted #B6BFCD;
 padding: 5px 5px 5px 27px;
 background: url(../images/icon/icon02.png) no-repeat 7px 9px;
}

.termPageLink {
	margin: 0 auto;
}

.termPageLinkPrev {
	padding-right: 10px;
}

.termPageLinkNext {
	padding-left: 10px;
}

.termPageLinkPrev a, 
.termPageLinkNext a {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.termPageLinkNum a {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 2px;
}
.termPageLinkNum b {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #ffffff;
	background-color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 2px;
}

/* 売却システム
================================================== */
.reqSaleCatList li {
	background: url(../images/req/sale/icon_arrow.png) no-repeat 100% center #CFEEFF;
	background-size: 16px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

.reqSaleCatList li a {
	display: block;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 15px 0 13px 0;
	font-weight: bold;
}

.reqSaleTwoColumn li {
	width: 48.2%;
}

.reqSaleTwoColumn li.left {
	float: left;
}

.reqSaleTwoColumn li.right {
	float: right;
}

/* パソコンサイトご紹介
================================================== */
.reqSaleSpTtl {
	background: url(../images/req/sale/sp/ttl_bg.png) repeat 0 0;
	text-align: center;
	padding: 15px 10px 12px 10px;
	margin-bottom: 15px;
}
.reqSaleSpTtl h2 {
	background: url(../images/req/sale/sp/icon_pc.gif) no-repeat 0 0;
	background-size: 25px auto;
	display: inline-block;
	font-size: 16px;
	color: #0185D0;
	padding: 6px 30px 4px 30px;
}

.reqSaleSpTxt {
	margin: 0 22px 15px 22px;
}

.reqSaleSpBanner {
	margin: 0 10px 25px 10px;
}

.reqSaleSpBanner li {
	width: 31.3%;
	float: left;
	margin: 0 0 0 2%;
}

.reqSaleSpBanner li.first {
	margin: 0;
}

.reqSaleSpBtn {
	width: 66.1%;
	margin: 0 auto 26px auto;
}

.reqSaleSpBtn img {
	width: 100%;
	vertical-align: top;
}

/* 価格査定システム
================================================== */
.titPriceCheck {
	border: 2px solid #0076b9;
	padding: 5px 10px;
	margin: 0 10px 15px 10px;
}

.titPriceCheck h2 {
	font-size: 16px;
	color: #0076b9;
	padding: 2px 10px 0 29px;
}
.icon_pricecheck {
	background: url(../images/icon/icon_pricecheck.png) no-repeat 0 0;
	background-size: 20px;
}

p.pricecheck_text {
    padding: 20px 0 ;
    letter-spacing: 1px;
}


.pricecheck_banner {
    background: url(../images/assessment/main_banner.jpg) no-repeat center;
    background-size: cover;
    padding: 10px;
    margin: 0 10px 20px 10px;
}

.ul_pricecheck_list {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
}

.ul_pricecheck_list > li {
    margin-bottom: 10px;
}

.ul_pricecheck_list > li:last-child {
    margin-bottom: 0;
}

.ul_pricecheck_list > li > img {
    width: 100%;
}

.ul_pricecheck_list > li > p {
    background: #FFFFFF;
    opacity: 0.9;
    letter-spacing: 1px;
    padding: 10px;
}


.pricecheck_go {
	margin: 0 auto 50px auto;
	width: 57%;
}

.pricecheck_go img {
	width: 100%;
	vertical-align: top;
}


/* 購入手順
------------------------------------------------ */
.titOrder {
	border: 2px solid #0076b9;
	padding: 5px 10px;
	margin: 0 10px 15px 10px;
}

.titOrder h2 {
	font-size: 16px;
	color: #0076b9;
	padding: 2px 10px 0 29px;
}

.icon_order {
	background: url(../images/icon/icon_order.png) no-repeat 0 3px;
	background-size: 20px;
}

.infoOrderStepBlock {
	margin: 0 10px 50px 10px;
}

.infoOrderStepBox {
	border: 1px solid #E1E1E1;
	width: 100%;
	display: table;
	position: relative;
}

.infoOrderStepImg {
	display: table-cell;
	width: 46.8%;
	vertical-align: top;
}

.infoOrderStepImg img {
	width: 100%;
	vertical-align: top;
}

.infoOrderStepInfo {
	display: table-cell;
	width: 53.2%;
	vertical-align: top;
	box-sizing: border-box;
	background: url(../images/info/order/step_bg01.png) repeat-y 100% 0;
	background-size: 9px auto;
}

.infoOrderStepInfoInBg {
	background: url(../images/info/order/step_bg02.png) no-repeat 100% center;
	background-size: 9px auto;
}
.infoOrderStepInfo p {
	font-size: 10px;
	line-height: 120%;
	padding: 7px 14px 0px 4px;
	color: #0175b6;
}

.infoOrderStepInfo p span{
	font-size: 11px;
	font-weight: bold;
}

.infoOrderStepIcon {
	width: 41px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.infoOrderStepIcon img {
	width: 100%;
	vertical-align: top;
}

.infoOrderStepLink {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}

.infoOrderStepArrow {
	padding: 10px 0;
}

.infoOrderStepArrow img {
	width: 8.6%;
	margin: 0 auto;
}


/* 公示地価23区
================================================== */
.landPricesMain {
	padding-top: 15px;
}

.landPricesMain .icon_book {
	background: url(../images/icon/icon_tower.png) no-repeat 0 3px;
	background-size: 20px;
	padding: 4px 0 3px 25px;
}

.koujichikaUseLink {
	margin: 0 10px 20px 10px;
}

.koujichikaUseLink li {
	display: inline-block;
}

.koujichikaUseLink a {
	display: inline-block;
	border: 1px solid #0185D1;
	color: #0185D1;
	padding: 2px 5px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 5px 10px 5px;
}
.koujichikaUseLink a.stay {
	border: 1px solid #0185D1;
	color: #ffffff;
	background-color: #0185D1;
}


.landPricesTbl {
 border-collapse: collapse;
 margin: 0 auto 0px auto;
 width: 97%;
}

.landPricesTbl th {
 padding: 8px;
 text-align: left;
 vertical-align: top;
 font-weight: normal;
 background: #F7F7F7;
 border: 1px solid #E1E1E1;
}

.landPricesTbl td {
 padding: 8px;
 text-align: left;
 vertical-align: top;
 background: #ffffff;
 border: 1px solid #E1E1E1;
}


.landPricesTblWrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	margin: 0 10px;
}

.landPricesTblWrap .landPricesTbl {
	border-left: none;
	border-right: none;
	width: 700px;
}

.landPricesUnit {
	margin: 0 10px 20px 10px;
	text-align: right;
}
.landPricesTblWrap .landPricesTh01 {
	width: 200px;
}

.landPricesTblWrap .landPricesTh02 {
	width: 100px;
}

/* 土地求む
================================================== */
.req_ground_btn {
	width: 71.5%;
	margin: 0 auto 20px auto;
}

/* 物件詳細
================================================== */
.urbanityListInfo {
	border: 1px solid #CCCCCC;
	margin: 0 10px 20px 10px;
}

.urbanityListInfoInbox {
	background: #FFFFFF;
	padding: 10px;
}


.urbanityListInfo h3 {
	color: #595959;
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/icon/icon_req.png) no-repeat 0 0;
	background-size: 16px auto;
	padding: 0 0 5px 26px;
	margin-bottom: 13px;
}

.urbanityListInfo li {
	font-weight: bold;
	background: url(../images/common/icon03.gif) no-repeat 0 5px;
	padding: 0 0 7px 10px;
}

.rent_tit01Box {
	background: url(../images/common/bg04.gif) repeat-x 0 100%;
	padding: 8px;
	margin-bottom: 15px;
}

.rent_tit01Box b {
	font-size: 14px;
	color: #0076b9;
	padding: 0 10px 0 10px;
}

.rent_block {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	margin: 0 10px;
}


.rent_block .table02 {
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	width: 700px;
}

.rent_block .table02 th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
}

.rent_block .table02 td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #E1E1E1;
}


/* コラム
------------------------------------------------ */
/* コラム記事一覧 */
.column_list_content {
	padding: 53px 10px 30px 10px;
}

.column_list_box {
	margin-bottom: 40px;
}

.column_list_ttl_box {
	background: url(../images/common/bg04.gif) repeat-x 0 100%;
	background-color: #ffffff;
	padding: 8px;
	margin-bottom: 15px;
}

.column_list_ttl {
	font-size: 17px;
	color: #0076b9;
	padding: 4px 10px 0 29px;
	font-weight: bold;
	background: url(../images/icon/icon_tower.png) no-repeat 0 2px;
}

.column_list_info_img {
	padding: 0 10px 15px 10px;
}

.column_list_info_img img {
	max-width: 100%;
	vertical-align: top;
}

.column_list_info_txt {
	margin: 0 15px 10px 15px;
}

.column_list_info_more {
	text-align: right;
	margin: 0 15px 0 15px;
}

.column_list_info_more a {
	color: #0075b8;
	position: relative;
}

.column_list_info_more a:before {
	position: absolute;
	top: 6px;
	left: -13px;
	content: '';
	width: 5px;
	height: 9px;
	background: url(../images/common/icon02.png) no-repeat 0 0;
}

/* コラム記事詳細 */
.column_lead_area {
	background-color: #FBFEFF;
	padding: 33px 10px 25px 10px;
}

.column_page_ttl {
	font-size: 22px;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
	margin: 0 10px 23px 10px;
	color: #0076b9;
}

.column_img {
	text-align: center;
	margin: 0 10px 27px 10px;
}

.column_img img {
	max-width: 100%;
	vertical-align: top;
}

.column_lead_txt {
	padding: 0 14px;
	font-size: 14px;
	line-height: 170%;
}

.column_tag_list {
	margin: 25px 0 0 13px;
}

.column_tag_list li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.column_tag_list li a {
	display: inline-block;
	padding: 6px 11px 4px 11px;
	color: #292929;
	border-bottom: 1px solid #0075B8;
}

.column_tag_list li a:hover {
	text-decoration: none;
	background-color: rgba(198,234,255,0.5);
}

.column_dtl_content {
	padding: 30px 0px 0 0px;
}

.column_toc_box {
	border: 1px solid #E1E1E1;
	padding: 20px 13px 24px 13px;
	font-size: 14px;
	margin: 0 17px 32px 17px;
}

.column_toc_ttl {
	margin-bottom: 13px;
}

.column_toc_list {
	margin-left: 30px;
}

.column_toc_list li {
	margin-top: 18px;
	list-style-type: disc;
}
.column_toc_list a {
	color: #5c5c5c;
}

.column_summary {
	background: #F8F8F8;
	padding: 15px 0 0 0;
}

.column_tit01 {
 padding: 8px 8px 5px 8px;
 margin: 0 16px 15px 16px;
}

.column_tit01.first {
 padding: 0px 8px 8px 8px;
}

.column_tit01 h2 {
 font-size: 17px;
 color: #0076b9;
 padding: 0 10px 0 29px;
}

.column_box {
	margin-bottom: 40px;
}

.column_box .tit02Box {
	background-image: none;
	padding: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.column_box .tit02Box h3.icon01 {
	background-image: none;
	padding-left: 0px;
}

.column_box .tit03Box {
 border: none;
 padding: 0;
 margin-left: 25px;
 margin-right: 25px;
 margin-bottom: 5px;
}

.column_box .tit03Box h4 {
 color: #015EA1;
 font-size: 14px;
 font-weight: bold;
}
.column_box .tit03Box h4.icon01 {
	background-image: none;
 padding-left: 0px;
}


.column_box .column_img {
	margin-left: 20px;
	margin-right: 20px;
}

.column_txt_box {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 16px 25px 16px;
	font-size: 14px;
	line-height: 170%;
}

.column_txt_box blockquote {
	padding: 23px 11px 23px 11px;
	background-color: #FBFEFF;
	text-align: center;
	margin: 10px 0;
}

.column_txt_box ul {
	margin-left: 25px;
	padding: 10px 0;
}

.column_txt_box ul li {
	list-style-type: disc;
}

.column_txt_box ol {
	margin-left: 25px;
	padding: 10px 0;
}

.column_txt_box ol li {
	list-style-type: decimal;
}

/* コラムおすすめ記事 */
.column_recommend_area {
	padding-top: 6px;
	padding-bottom: 35px;
}

.column_recommend_ttl_box {
	text-align: center;
	font-size: 18px;
	padding-bottom: 35px;
	color: #015EA1;
}

.column_recommend_list {
	margin: 0 15px;
}

.column_recommend_list_box {
	box-sizing: border-box;
	padding: 0 5px;
	font-size: 14px;
	margin-bottom: 25px;
}

.column_recommend_list_img {
	text-align: center;
	margin-bottom: 13px;
}

.column_recommend_list_img img {
	max-width: 100%;
	vertical-align: top;
}

.column_recommend_list_ttl a {
	color: #292929;
}


/* 調整
------------------------------------------------ */
.pc_show {
	display: none;
}

/* トップ
------------------------------------------------ */
.topOneBnrArea {
 text-align: left;
 margin: 0 auto;
 padding: 20px 5px 0;
 background: #fff;
 box-sizing: border-box;
}

.topOneBnrList li {
 text-align: center;
}

.topOneBnrList li img {
 vertical-align: top;
 max-width: 100%;
}
