@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. タグ固有
　02. 大枠
　03. 事例一覧
　04. モジュール

******************************************************************************* */
/* ==

　01. タグ固有

=============================================================================== */
section {
	margin: 0 0 30px;
}
section p,
section ul {
	font-size: 134%;
}
section ul p,
section ul ul {
	font-size: 100%;
}
/* ==

　02. 大枠

=============================================================================== */

#main {
	width: auto;
	padding: 0 0 20px;
}
/*.headArea_visual-kengaku{background:#fff;}  通常時白*/
.headArea_visual-kengaku{background:#fff2e3;} /**/

#underlay #main .headArea_visual_in-full {
	width: 100%;
	max-width: 1600px;
}
#underlay #main .headArea_visual_in-full img {
	width: 100%;
	height: auto;
}


/* インデント
------------------------------------------------------------------------------- */
.areaIn {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
/* ==

　04. モジュール

=============================================================================== */
/*#sec01 .tit2{
	margin-bottom:30px;
	background:#fff;
	padding: 0;
}
#sec01 .tit3{
	margin-bottom:10px;
	padding:15px;
	border:1px solid #ed6d00;
	text-align:center;
	line-height:1;
}*/

#sec01 .tit2 {
  position: relative;
	margin: 0 auto 20px;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-size:26px;
	font-weight: bold;
	text-align:center;
	line-height: 1.5;
}
.tit2::before,
.tit2::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tit2::before {
  top: 0;
  left: 0;
  /*border-top: 2px solid #ed6d00;
  border-left: 2px solid #ed6d00; 通常見学会カラーorange */
  border-top: 2px solid #e17d7d;
  border-left: 2px solid #e17d7d;
}
.tit2::after {
  bottom: 0;
  right: 0;
 /* border-bottom: 2px solid #ed6d00;
  border-right: 2px solid #ed6d00; 通常見学会カラーorange */
  border-bottom: 2px solid #e17d7d;
  border-right: 2px solid #e17d7d;
}
.tit3{
	margin-bottom:20px;
	padding:10px 15px;
	/*border:2px solid #ed6d00; 通常見学会カラーorange */
	border:2px solid #e17d7d;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color: #333;
}



.colBox{
	width:950px;
	margin-bottom:20px;
}
.colBox .colL,
.colBox .colR{
	float: left;
	width:465px;
}
.colBox .colR{float:right;}
.colBoxS{
	width:910px;
	margin-bottom:0;
}
.colBoxS .colL,
.colBoxS .colR{
	float: left;
	width:443px;
}
.colBoxS .colR{float:right;}

.cmnRelate02_btn {
	font-size: 16px;
	margin: 0;
}

/* sec01
------------------------------------------------------------------------------- */
/*#sec01 #bg01 h3{
	border: none;
	color:#fff;
}
#sec01 #bg01{
	box-sizing: border-box;
	width:950px;
	margin:0 auto 40px;
	padding:20px;
	background:#fff4ed;
	text-align:center;
}
#sec01 #bg01 .colBox{margin-bottom:0;}
#sec01 #bg01 img{
	max-width:100%;
	height:auto;
}
#sec01 .btn a.arw{
  position: relative;
	display:block;
	padding:9px 30px 9px 20px;
	background:#fff;
	text-align:left;
	line-height:1;
}
#sec01 .btn .arw::before{
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #366d2d;
  border-right: solid 4px #366d2d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
#sec01 #bg02{
	min-width:950px;
	padding:40px 10px;
	background:#fff4ed;
	text-align:center;
	box-sizing: border-box;	
}
#sec01 #bg02 .areaIn{
	width:100%;;
}
#sec01 #bg02 h3{
	margin-bottom:30px;
	border-bottom:0;
}
#bg02 p a img{
	max-width:100%;
	height:auto;
} */

/* secPer　「入居率」
------------------------------------------------------------------------------- */
#secPer {
	min-width:950px;
	padding:30px 0;
	/*background: #f5f4f0; 通常時 */
	background: #fcf3f3;
	box-sizing: border-box;
}
#secPer h3 {
	font-size: 24px;
	font-weight: bold;
	/*color: #ed6d00; 通常時 */
	/*color: #704a34;*/
	color: #333;
	margin-bottom: 20px;
}


/* アイコン
------------------------------------------------------------------------------- */
#main .icoBlock {
	margin: 50px auto 0;
	text-align: center;
	width: 950px;
	border-top: 1px dotted #ccc;
}

#main .icoNotesNew {
	width: 960px;
	margin: 0 auto 0 -10px;
	padding: 20px 0;
}
#main .icoNotesNew li {
	float: left;
	/*width: 310px; 3列 */
	width: 182px; /* 5列 */
	margin: 0 0 10px 10px;
	padding: 0;
	display: inline;
}
#main .icoNotesNew ul:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html #main .icoNotesNew ul { zoom: 1; } /* ie7 */
* html #main .icoNotesNew ul { zoom: 1; } /* ie6 */