@charset "UTF-8";
/*************************************
reset
*************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*************************************
default
*************************************/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/* 共通
-------------------------------------------------- */
html, body {
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "游ゴシック体", "YuGothic", "Meiryo UI" , "メイリオ" , Meiryo, "ＭＳ Ｐゴシック" , "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #454545;
  background: #fff;
}

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

a {
  color: #454545;
}

a:hover {
  color: #3f7712;
}

a {
  text-decoration: none;
  -moz-transition: 0.3s, ease-in-out;
  -o-transition: 0.3s, ease-in-out;
  -webkit-transition: 0.3s, ease-in-out;
  transition: 0.3s, ease-in-out;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

#wrapper {
  width: 100%;
  position: relative;
}
#wrapper #header, #wrapper #main, #wrapper #footer {
  width: 100%;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  position: relative;
}

#wrapper h2 {
  font-size: 18px;
  font-weight: bold;
}

/*************************************
header
*************************************/
/* 共通
-------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#header nav {
  overflow: hidden;
  *zoom: 1;
}
#header #header-logo {
  padding: 15px 0 14px;
}
#header .sp-nav-icon {
  position: absolute;
  height: 26px;
  right: 2%;
  top: 22px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .sp-nav-icon .sp-nav-toggle {
  z-index: 9999;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 10px 35px 15px 0;
}
#header .sp-nav-icon .sp-nav-toggle span,
#header .sp-nav-icon .sp-nav-toggle span:before,
#header .sp-nav-icon .sp-nav-toggle span:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #333;
  cursor: pointer;
}
#header .sp-nav-icon .sp-nav-toggle span:before {
  top: -10px;
}
#header .sp-nav-icon .sp-nav-toggle span:after {
  bottom: -10px;
}
#header .primary-nav {
  width: 100%;
  height: 100%;
  visibility: hidden;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#header .primary-nav li {
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
}
#header .primary-nav li a {
  width: 100%;
  display: block;
  font-size: 12px;
}
#header.active {
  background-color: #fff;
}
#header.active .primary-nav {
  height: auto;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  z-index: 100;
  border-top: 1px solid #e5e5e5;
}
#header.active .primary-nav li {
  -moz-transform: tanslatey(-45%);
  -ms-transform: tanslatey(-45%);
  -webkit-transform: tanslatey(-45%);
  transform: tanslatey(-45%);
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
#header.active .primary-nav li:last-child {
  border-bottom: 0;
}
#header.active .sp-nav-toggle span {
  background-color: transparent;
}
#header.active .sp-nav-toggle span:before {
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header.active .sp-nav-toggle span:after {
  -moz-transform: translatey(-10px) rotate(-45deg);
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

/*************************************
footer
*************************************/
/* 共通
-------------------------------------------------- */
#footer {
  margin-top: 45px;
}
#footer #contact-banner {
  height: 240px;
  background: #3f7712;
  margin-bottom: 40px;
}
#footer #contact-banner .inner {
  padding-top: 75px;
  text-align: center;
}
#footer #contact-banner h3 {
  color: #fff;
  margin-bottom: 1%;
  font-size: 1.28571rem;
}
#footer #contact-banner p {
  color: #fff;
  padding-top: 5px;
}
#footer #contact-banner p .tel {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 3.42857rem;
  font-weight: bold;
  padding-left: 55px;
  background-image: url(../img/tel.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#footer #contact-banner p a.contact-box {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3% 5%;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  margin: 0 20px;
}
#footer #contact-banner p a.contact-box:first-child {
  margin-left: 0;
}
#footer #contact-banner p a.contact-box:last-child {
  margin-right: 0;
}
#footer #contact-banner p a.contact-box span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  display: block;
  margin: 10% 0 0;
  line-height: 40px;
}
#footer .upper {
  text-align: center;
}
#footer .upper .footer-logo {
  margin-bottom: 10px;
}
#footer .upper ul {
  display: inline-block;
}
#footer .upper ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 15px 22px;
}
#footer .lower {
  background: #3f7712;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
#footer .lower small {
  font-size: 1rem;
}


/*************************************
main
*************************************/
/* 共通
-------------------------------------------------- */
#main {
  padding-top: 60px;
}
#main .cover {
  position: relative;
  margin-bottom: 50px;
}
#main .cover .background-visual img {
  width: 200%;
  margin-left: -50%;
  height: auto;
}
#main .cover .cover-wrapper {
  position: absolute;
  top: 33%;
  text-align: center;
  width: 100%;
}
#main .cover .cover-wrapper h1 {
  margin: 0 auto;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  padding-left: 5%;
}
#main .content {
  margin-bottom: 47px;
  position: relative;
  overflow: hidden;
}
#main .content h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/group_title_line.png);
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 1.28571rem;
  line-height: 2;
  color: #3f7712;
  margin-bottom: 20px;
}
#main .content h1 span {
  padding: 0 8%;
  background: #fff;
}
#main .content .inner2 {
  margin: 0 5%;
}
#main .content-double {
  width: 100%;
}
#main .content-half {
  width: 100%;
}
#main .content-half h1 {
  font-size: 1.71429rem;
  line-height: 1.75;
  border-bottom: 1px solid #3f7712;
  color: #3f7712;
  margin-bottom: 24px;
}
#main .content-half .content-half-inner {
  padding: 0 2%;
}
#main .content-half .bottom_button {
  margin-top: 24px;
  border-top: 1px solid #3f7712;
  padding: 11px 2% 0;
  text-align: right;
}
#main .content-half .bottom_button a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 7px 17px;
  border: 1px solid #3f7712;
  background: #eaf3e3;
  color: #3f7712;
}
#main .content-half .bottom_button a:before {
  content: "> ";
}
#main .content-half .bottom_button a span {
  padding-left: 5px;
}

/*************************************
top
*************************************/
/* 共通
-------------------------------------------------- */
#top #top-message .inner2 {
  text-align: center;
}
#top #top-message .left h2 {
  margin-bottom: 20px;
}
#top #top-message .left h2 img {
  width: 150px;CO
}
#top #top-message .right p {
  line-height: 2.25;
  font-size:16px;
}
#top #top-group_list ul {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  text-align: center;
}
#top #top-group_list ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 33%;
  padding: 0 10px 10px;
}
#top #top-group_list ul li img {
  max-width: 100%;
}
#top #top-content-1 .inner2 {
  text-align: center;
}
#top #top-content-1 .left h2 {
  margin-bottom: 20px;
}
#top #top-content-1 .left h2 img {
  width: 100%;
}
#top #top-content-1 .left h2 img.pc {
  display: none;
}
#top #top-content-1 .right p {
  text-align: left;
  line-height: 2.25;
  font-size:16px;
}
#top #top-about {
  margin-bottom: 47px;
}
#top #top-about .upper {
  margin-bottom: 25px;
}
#top #top-about h1 {
  text-align: center;
  font-size: 1.28571rem;
  color: #3f7712;
  background: none;
  margin-bottom: 0;
  width: 100%;
}
#top #top-about .lower {
  background: #eaf3e3;
  padding: 30px 0 20px;
}
#top #top-about .lower ul {
  text-align: center;
  font-size: 0;
}
#top #top-about .lower ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 10px 10px;
  vertical-align: top;
}
#top #top-about .lower ul li figure img {
  max-width: 100%;
  height: auto;
}
#top #top-about .lower ul li figure figcaption {
  font-size: 1.14286rem;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  background: #3f7712;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#top #top-about .lower ul li figure figcaption p {
  font-size: 1rem;
  padding: 8px 0 10px;
}
#top #top-newbuild {
  margin-bottom: 50px;
}
#top #top-newbuild .newbuild-list li {
  display: table;
  margin-bottom: 35px;
}
#top #top-newbuild .newbuild-list li:last-child {
  margin-bottom: 0;
}
#top #top-newbuild .newbuild-list li .left {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}
#top #top-newbuild .newbuild-list li .left img {
  width: 100%;
  height: auto;
}
#top #top-newbuild .newbuild-list li .left p {
  display: block;
  text-align: center;
  padding: 2px 0 3px;
  margin-top: 2px;
  background: #3f7712;
  color: #fff;
}
#top #top-newbuild .newbuild-list li .right {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  line-height: 1.4;
}
#top #top-newbuild .newbuild-list li .right .price {
  margin-top: 10px;
  font-size: 1.28571rem;
  color: #e54100;
}
#top #top-request .request-list {
  margin-bottom: 24px;
}
#top #top-request .request-list li {
  text-decoration: underline;
  margin-bottom: 25px;
}
#top #top-request .request-list li:last-child {
  margin-bottom: 0;
}
#top #top-request .request-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_req.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: 5px;
}
#top #top-request .inner_button {
  text-align: center;
}
#top #top-request .inner_button ol {
  font-size: 0;
}
#top #top-request .inner_button ol li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 4%;
}
#top #top-request .inner_button ol li img {
  max-width: 100%;
}
#top #top-request .inner_button ol li:first-child {
  padding-left: 0;
}
#top #top-request .inner_button ol li:last-child {
  padding-right: 0;
}


/*************************************
company
*************************************/
/* 共通
-------------------------------------------------- */
#company #main #content-company {
  margin-top: 45px;
}
#company #main #content-company dl {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
#company #main #content-company dl dt {
  width: 25%;
  float: left;
  clear: both;
  border-top: 2px solid #e5e5e5;
  font-weight: bold;
  padding: 16px 10px 14px;
}
#company #main #content-company dl dd {
  width: 75%;
  float: left;
  border-top: 2px solid #e5e5e5;
  padding: 16px 10px 14px;
  line-height: 1.5;
}
#company #main #content-history {
  margin-top: 45px;
}
#company #main #content-history table {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
}
#company #main #content-history table tr th {
  width: 25%;
  padding: 16px 10px 14px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
#company #main #content-history table tr th span {
  white-space: nowrap;
}
#company #main #content-history table tr td {
  width: 75%;
  padding: 16px 10px 14px;
}
#company #main #content-access {
  margin-top: 45px;
  margin-bottom: 50px;
}
#company #main #content-access iframe {
  display: block;
  width: 100%;
}
#company #main #content-president {
  margin-bottom: 50px;
}
#company #main #content-president .message  {
  font-size:16px;
}
#company #main #content-president .message .ttl {
  font-weight: bold;
  text-align: center;
}
#company #main #content-president .message .president {
  margin-top: 30px;
  overflow: hidden;
}
#company #main #content-president .message .president .left {
  float: left;
  width: 15%;
}
#company #main #content-president .message .president .right {
  float: right;
  width: 80%;
  margin-left: 5%;
}
#company #main #content-president .message .president .right p {
  margin-bottom: 10px;
  line-height: 2.25;
}
#company #main #content-history {
  margin-top: 45px;
}
#company #main #content-history table {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
}
#company #main #content-history table tr th {
  width: 25%;
  padding: 16px 10px 14px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
#company #main #content-history table tr th span {
  white-space: nowrap;
}
#company #main #content-history table tr td {
  width: 75%;
  padding: 16px 10px 14px;
  font-size:14px;
}
#company h1 {
  color:#ffffff;
}
/*************************************
SERVICE
*************************************/
/* 共通
-------------------------------------------------- */
#service #main #content-service {
  margin-top: 45px;
}
#service #main #content-service .service {
  margin-bottom: 45px;
}
#service #main #content-service .service h3 {
  margin-bottom: 20px;
  font-size:18px;
  font-weight: bold;
}
#service #main #content-service .service .service-inner {
  overflow: hidden;
}
#service #main #content-service .service .service-inner p {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size:16px;
}
#service #main #content-service .service .service-inner .service-img {
  float: left;
  width: 40%;
  padding: 10px 20px 0 0;
}
#service #main #content-service .service .service-inner .service-img img {
  width: 100%;
  height: auto;
}
#service h1 {
  color:#ffffff;
}
#service #content-service strong{
 font-weight:bold;
}


/*************************************
contact
*************************************/
/* 共通
-------------------------------------------------- */
#contact #main #content-contact-form {
  margin-top: 45px;
  margin-bottom: 50px;
}
#contact #main #content-contact-form p {
  margin-bottom: 20px;
  font-size:16px;
}
#contact #main #content-contact-form table {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e5e5e5;
}
#contact #main #content-contact-form table tr {
  border-bottom: 1px solid #e5e5e5;
  background: #efefef;
}
#contact #main #content-contact-form table tr th {
  width: 25%;
  padding: 16px 10px 14px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
#contact #main #content-contact-form table tr th span {
  white-space: nowrap;
}
#contact #main #content-contact-form table tr td {
  width: 75%;
  background: #fff;
  padding: 16px 10px 14px;
  border-left: 1px solid #e5e5e5;
}
#contact #main #content-contact-form table tr td input[type="text"],
#contact #main #content-contact-form table tr td input[type="email"],
#contact #main #content-contact-form table tr td textarea {
  width: 80%;
}
#contact #main #content-contact-form table tr td .cap {
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
}
#contact #main #content-contact-form .free_btn {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#contact #main #content-contact-form .free_btn input {
  margin: 20px;
}
#contact #main .cover .cover-wrapper h1 {
  color:#FFFFFF;
}
#contact #main #content-contact-form .inner a{
 color: #0d7ec1;
 text-decoration: underline;
}
/*************************************
PRICAVY
*************************************/
/* 共通
-------------------------------------------------- */
#privacy #main #content-privacy {
  margin-top: 45px;
}
#privacy #main #content-privacy .privacy {
  margin-bottom: 45px;
}
#privacy #main #content-privacy .privacy h3 {
  margin-bottom: 20px;
  font-size:18px;
  font-weight: bold;
}
#privacy #main #content-privacy .privacy  {
  overflow: hidden;
}
#privacy #main #content-privacy .privacy  p {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size:16px;
}


/********** company グループコンテンツ **********/
#company #content-group h1 {
	width: 100%;
	background: none;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 2px;
}
#company #content-group .group-bg {
	height: 654px;
	background: url(../img/company/group.png) no-repeat center top;
	position: relative;
}

#company #content-group .group-bg .group-ldk {	/** エルデック **/
	width: 400px;
	position: absolute;
	top: 203px;
	left: 365px;
	text-align: center;
}
#company #content-group .group-bg .group-ldk h2 {
	margin-bottom: 30px;
}
#company #content-group .group-bg .group-ldk p {
	font-size: 17px;
	line-height: 1.3;
}
#company #content-group .group-bg .group-service {
	position: absolute;

}
#company #content-group .group-bg .group-service h3 {
	color: #3f7813;
	text-align: center;
	line-height: 1.1;
	font-size: 20px;
}
#company #content-group .group-bg .group-service h4 {
	color: #454545;
	text-align: left;
	font-size: 19px;
}
#company #content-group .group-bg .group-service .group-left,
#company #content-group .group-bg .group-service .group-right {
	position: absolute;
}
#company #content-group .group-bg .group-service .company-list {
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
}
#company #content-group .group-bg .group-service .company-list a,
#company #content-group .group-bg .group-service .company-list a:hover {
	color: #454545;
	text-decoration: underline;
}
#company #content-group .group-bg .group-service .site-list {
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	color: #3f7813;
}
#company #content-group .group-bg .group-service .site-list a,
#company #content-group .group-bg .group-service .site-list a:hover {
	color: #3f7813;
	text-decoration: underline;
}
#company #content-group .group-bg #service-strage {	/** ストレージ事業 **/
	top: 40px;
	width: 350px;
	left: 84px;
}
#company #content-group .group-bg #service-strage .group-left {
	top: 40px;
	left: 150px;
	width: 200px;
	padding: 47px 10px;
}
#company #content-group .group-bg #service-strage .company-list {
	margin-top: 10px;
}
#company #content-group .group-bg #service-strage .group-right {
	top: 0;
	left: 10px;
}
#company #content-group .group-bg #service-strage .site-list {
	margin-top: 18px;
}
#company #content-group .group-bg #service-management {	/** 賃貸管理事業 **/
	width: 160px;
	top: 40px;
	left: 700px;
	padding: 30px 10px;
}
#company #content-group .group-bg #service-management .company-list {
	margin-top: 16px;
}
#company #content-group .group-bg #service-rent {	/** 賃貸仲介事業 **/
	width: 366px;
	top: 348px;
	left: 30px;
	padding: 30px 10px 0 20px;
}
#company #content-group .group-bg #service-rent .group-left {
	width: 200px;
	top: 40px;
	left: 160px;
}
#company #content-group .group-bg #service-rent .company-list {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	padding-left: 28px;
}
#company #content-group .group-bg #service-rent .group-right {
	top: 190px;
}
#company #content-group .group-bg #service-rent h4 {
	padding-left: 5px;
}
#company #content-group .group-bg #service-rent .site-list {
	margin-top: 26px;
}
#company #content-group .group-bg #service-warranty {	/** 家賃保証事業 **/
	width: 160px;
	top: 290px;
	left: 760px;
	padding: 30px 10px;
}
#company #content-group .group-bg #service-warranty .company-list {
	margin-top: 22px;
}

#company #content-group .group-bg #service-outsource {	/** アウトソーシング事業 **/
	width: 160px;
	top: 436px;
	left: 540px;
	padding: 30px 10px;
}
#company #content-group .group-bg #service-outsource .company-list {
	margin-top: 16px;
}