/* ---------------------------------------


Main Layout


--------------------------------------- */
main section {
	padding: 120px 0;
}
section#TopMainImg {
	position: relative;
	padding: 135px 0 0;
}
section#TopMainImg #mainImage img {
	width: 100%;
	min-width: 1100px;
	height: auto;
}
section#TopMainImg ul.slider li:not(:first-child) {
	display: none;	
}
section#TopMainImg #mainImage .scroll {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	z-index: 9;
}
section#TopMainImg #mainImage .scroll img {
	width: 35px;
	min-width: 35px;
}
section#TopMainImg .inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;	
}
section#TopMainImg .inner #bnr {
	width: 1100px;
	margin: auto;
	position: relative;
}
section#TopMainImg .inner #bnr p {
	position: absolute;
	right: 0;
	top: 155px;
	z-index: 9;
}

main h2 {
	position: absolute;
	text-align: left;
}
main h3 {
	margin: 0 0 40px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.6;
}
.likeH3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.6;
}
main h3 span {
	background: url(../img/common/border.png) repeat-x 0 35px;	
}
.likeH3 span {
	background: url(../img/common/border.png) repeat-x 0 40px;	
}
main section div.cnt { padding-top: 70px; }
main section div.cnt div.txt {
	line-height: 2;
}
main p.detail {
	margin: 40px 0 0;
	line-height: 0;
}

section#Strategy h2, section#Company h2 { left: 0; top: 0; }

/* Strategy */
section#Strategy h3 { margin: 0 0 20px; letter-spacing: .3em; font-weight: 500; }
section#Strategy h3 p { display: block; margin: 0 0 25px; line-height: 0; letter-spacing: 0; }
section#Strategy h3 span { background: inherit; border: 5px solid #4BA748; margin: 0 0 0 10px; padding: 0 18px 0 20px; letter-spacing: .2em; }
section#Strategy div.cnt { padding-top: 50px; text-align: center; }
section#Strategy div.strategyBox {
	margin: 0 0 50px;
}
section#Strategy div.strategyBox p { font-weight: 400; }

/* WorkFlow */
section#WorkFlow {
	padding: 120px 0 100px;
}
section#WorkFlow h2 { right: 0; top: 0; }
section#WorkFlow h3 { margin: 20px 0 50px 90px; font-size: 30px; letter-spacing: .25em; }
section#WorkFlow div.cnt {  }
section#WorkFlow div.cnt div.txt {
	text-align: center;
	padding: 40px 0 0;
}
#workflowCnt01 { 
	position: relative;
	border: 1px solid #000;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	margin: 0 auto 100px;
	width: 80%;
}
#workflowCnt01 h4 { position: absolute; left: 50px; top: -18px; }
#workflowCnt01 span.bg { background: #EFEFEF; }
#workflowCnt01 p.sub-ttl { position: absolute; right: 50px; bottom: -13px; }
#workflowCnt01 p.last { width: 100%; text-align: center; position: absolute; left: 0; bottom: -75px; }
#workflowCnt02 { 
	position: relative;
	background: #FFF;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	margin: 0 0 130px;
}
#workflowCnt02 h4 { position: absolute; left: 80px; top: -18px; }
#workflowCnt02 span.bg { background: #FFF; }
#workflowCnt02 p.sub-ttl { position: absolute; right: 50px; bottom: -13px; }
#workflowCnt02 p.last { width: 100%; text-align: left; position: absolute; left: 40px; bottom: -130px; }
#workflowCnt01 ul,
#workflowCnt02 ul {
	padding: 35px 0;
}
#workflowCnt01 ul li,
#workflowCnt02 ul li {
	float: left;
	width: 33%;
	text-align: center;
}
#WorkFlow .detail {
	margin-top: 60px;
}

/* BusinessField */
section#BusinessField h2 { left: 0; top: 0; }
section#BusinessField h3 { margin: 10px 0 110px 430px; font-size: 32px; line-height: 1.6; }
main section#BusinessField h3 span {
	background: url(../img/common/border.png) repeat-x 0 37px;	
}
section#BusinessField div.cnt { padding-top: 40px; }
section#BusinessField div.cnt div.img {
	position: relative;
	width: 790px;
}
#businessfieldCnt {
	text-align: center;
	position: relative;
	height: 485px;
}
#businessfieldCnt div.owner,
#businessfieldCnt div.tenant,
#businessfieldCnt div.partner {
	position: absolute;
	font-size: 16px;
}
#businessfieldCnt div.owner h4,
#businessfieldCnt div.tenant h4,
#businessfieldCnt div.partner h4 {
	font-weight: 600;
	padding-bottom: 13px;
	border-bottom: 1px dashed #000;
	text-align: left;
	font-size: 18px;
}
#businessfieldCnt div.owner h4 span,
#businessfieldCnt div.tenant h4 span,
#businessfieldCnt div.partner h4 span {
	background: #EFE800;
	padding: 0 .5em;	
}
#businessfieldCnt div.owner ul li,
#businessfieldCnt div.tenant ul li,
#businessfieldCnt div.partner ul li {
	background: url(../img/icon/list.png) left center no-repeat;
	text-align: left;
	padding: 0 0 0 15px;
	border-bottom: 1px dashed #000;
	line-height: 1.8;
}
#businessfieldCnt div.owner {
	left: 100px;
	top: -20px;
}
#businessfieldCnt div.tenant {
	right: 120px;
	top: -20px;
}
#businessfieldCnt div.partner {
	right: 35px;
    top: 168px;
}
section#BusinessField div.cnt div.btnSet {
	/* position: absolute;
	left: 430px;
	bottom: 0; */
	padding-top: 70px;
}
section#BusinessField div.cnt div.btnSet p.detail {
	margin: 20px 0 0;		
}

/* News */
section#News {
	padding: 120px 0 90px;
}
section#News h2 { right: 150px; top: -55px; }
/* section#News div.cnt { padding-top: 0; } */
#newslist {
	padding: 0 0 0 100px;
}
#newslist ul li {
	position: relative;
	padding: 0.5em 0 0 7.5em;
	font-size: 17px;
	font-weight: 500;
}
#newslist ul li p {
	position: absolute;
	width: 7.5em;
	left: 0;
	top: .75em;
	text-align: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	height: 25px;
	line-height: 25px;
}
#newslist ul li span.txt {
	display: inline;
	vertical-align: middle;
	letter-spacing: 0;
}
#newslist ul li span.img {
	display: inline-block;
	margin: .2em 0 0 1em;
	line-height: 0;
	vertical-align: middle;
}
#newslist .detail {
	margin: 50px 0 0;
}

/* Company */
section#Company div.cnt { padding-left: 260px; }
#conmpany-history { font-size: 20px; font-weight: 400; line-height: 1.5; }
#conmpany-history dl dt {
	width: 11.5em;
	float: left;
	padding: 0 0 1.3em;
}
#conmpany-history dl dd {
	float: left;
	padding: 0 0 1.3em;
}
#conmpany-history dl.noP dt,
#conmpany-history dl.noP dd {
	padding: 0;	
}
#map { position: relative; margin-top: 2em; }
#map .detail { position: absolute; top: -10px; right: 155px; margin: 0; z-index: 999;}
#map .Google {
	position: absolute;
	/* bottom: 15px; */
	left: 386px;
	line-height: 1;
	font-family: 'Palanquin Dark', sans-serif; font-size: 20px;
	font-weight: bold;
}
#map .Google a {
	color: #000;
	position: relative;
	/* padding-right: 40px; */
}
#map .Google a img {
	position: absolute;
	/* bottom: 0px; */
	right: 0;
}

/* 20240530 */
p.text_small {
    padding-left: 72px;
}