@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(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://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(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(https://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 url(../common/img/gm_back.jpg) repeat-x left 1px;
}

*, *: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;
}

/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  html, body {
    font-size: 14px;
  }
}
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
@media screen and (min-width: 640px) {
  html, body {
    font-size: 16px;
  }
}
/* PC（小）
-------------------------------------------------- */
/* PC
-------------------------------------------------- */
@media screen and (min-width: 1030px) {
  .inner {
    padding: 0;
    width: 100%;
    max-width: 1024px;
  }
}
/*************************************
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);
}
#header 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;
}
#header a:hover {
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#header a {
  color: #454545;
}

#header a:hover {
  color: #3f7712;
}
#header {
  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;
}
/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #header #header-logo img {
    max-width: 70%;
  }
  #header .sp-nav-icon {
    position: absolute;
    height: 26px;
    right: 2%;
    top: 13px;
  }
}
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
@media screen and (min-width: 960px) {
  #header #header-logo {
    position: absolute;
    top: 0;
    left: 2%;
  }
  #header .sp-nav-icon {
    display: none;
  }
  #header .primary-nav {
    display: table;
    visibility: visible;
    width: inherit;
    height: inherit;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    float: right;
    border-top: none;
  }
  #header .primary-nav li {
    display: table-cell;
    table-layout: fixed;
    width: inherit;
  }
  #header .primary-nav li a {
    padding: 23px 13px 25px;
  }
  #header .primary-nav li:nth-last-child(2) a {
    padding-right: 26px;
  }
  #header .primary-nav li.nav-contact a {
    background: #3f7712;
    color: #fff;
    padding: 23px 26px 25px;
  }
  #header .primary-nav li.nav-contact a:before {
    content: ">";
    padding-right: .5em;
    color: #fff;
  }
}
/* PC
-------------------------------------------------- */
/*************************************
footer
*************************************/
/* 共通
-------------------------------------------------- */
#footer {
  margin-top: 80px;
}
#footer .upper {
  text-align: center;
}
#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;
  font-size:14px;
}
#footer .lower {
  background: #3f7712;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
#footer .lower small {
  font-size: 1rem;
}
#footer 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;
}
#footer a:hover {
  cursor: pointer;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

#footer a {
  color: #454545;
}

#footer a:hover {
  color: #3f7712;
}
#footer {
  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;
}
/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #footer {
    padding-top: 30px;
    background: #eaf3e3;
    margin-top: 30px;
  }
  #footer .upper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #footer .upper ul {
    display: table-cell;
  }
  #footer .upper ul li {
    display: block;
    margin: 0 15px 15px;
    text-align: left;
  }
}
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
/* PC
-------------------------------------------------- */
/*************************************
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;
}
#main .cover .cover-wrapper span{
	line-height:1.5;
	background:#fff;
	opacity:0.7;
	display:block;
	width:auto;
	margin:0 40px;
	padding:20px 0;
}
#main .content {
  margin-bottom: 47px;
  position: relative;
  overflow: hidden;
}
#main .content .inner2 {
  margin: 0 5%;
}
#main .content-double {
  width: 100%;
  margin-bottom:20px;
}
#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: 10px;
  padding: 11px 2% 0;
  text-align: center;
  margin-bottom:30px;
}
#main .content-half .bottom_button a {
  display: 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;
}

/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #main {
//    padding-top: 40px;
  }
  #main .cover .cover-wrapper h1 {
    font-size: 12px;
  }
  #main .content {
    margin-bottom: 25px;
  }
  #main .content-half {
    margin-bottom: 25px;
  }

}
/* スマホ
-------------------------------------------------- */
@media screen and (min-width: 480px) {
  #main .cover .cover-wrapper h1 {
    font-size: 18px;
  }
}
/* タブレット
-------------------------------------------------- */
@media screen and (min-width: 640px) {
  #main .cover .background-visual img {
    width: 100%;
    margin-left: 0;
  }
  #main .cover .cover-wrapper h1 {
    font-size: 20px;
  }
  #main .content-double {
    display: table;
  }
}
/* PC（小）
-------------------------------------------------- */
@media screen and (min-width: 960px) {
  #main .cover .cover-wrapper h1 {
    font-size: 26px;
  }
  #main .content .inner2 {
    width: 880px;
    margin: 0 auto;
  }
  #main .content-half {
    display: table-cell;
    vertical-align: top;
    width: 49%;
  }
  #main .content-half.left {
    float: left;
  }
  #main .content-half.left .inner2 {
    padding: 0 4% 0 0;
  }
  #main .content-half.right {
    float: right;
  }
  #main .content-half.right .inner2 {
    padding: 0 0 0 4%;
  }
}
/* PC
-------------------------------------------------- */
/*************************************
top
*************************************/
/* 共通
-------------------------------------------------- */
#top #top-message .inner2 {
  text-align: center;
}
#top #top-message .left h1 {
  margin-bottom: 20px;
}
#top #top-message .left h1 img {
  width: 150px;
}
#top #top-message .right p {
  line-height: 2.25;
}
#top #top-group_list {
  margin-top: 25px;
}
#top #top-group_list h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/top/group_title_line.png);
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 1.28571rem;
  line-height: 2;
  color: #3f7712;
  margin-bottom: 20px;
}
#top #top-group_list h1 span {
  padding: 0 8%;
  background: #fff;
}
#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-banner .upper {
  margin-bottom: 25px;
}
#top #top-banner h1 {
  text-align: center;
  font-size: 1.28571rem;
  color: #3f7712;
}
#top #top-banner .lower {
  background: #eaf3e3;
  padding: 30px 0 20px;
}
#top #top-banner .lower ul {
  text-align: center;
  font-size: 0;
}
#top #top-banner .lower ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 10px 10px;
}
#top #top-banner .lower ul li img {
  max-width: 100%;
  height: auto;
}
#top #top-newbuild{
  background:#fafafa;
  border:solid 1px #e3e3e3;
  padding:10px 20px 0;
  box-shadow:1px 1px 1px #555;
  height:690px;
  overflow:auto;
}
#top #top-newbuild .newbuild-list li {
  display: table;
  padding:0 0 15px;
  border-bottom:dotted 1px #ccc;
  margin-bottom:15px;
}
#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%;
  min-widht:180px;
}
#top #top-newbuild .newbuild-list li .left a{
	min-width:180px;
	min-height:120px;
	display:block;
}
#top #top-newbuild .newbuild-list li .left img {

  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 .description{
	font-size:14px;
}
#top #top-newbuild .newbuild-list li .right .description a{
	color:#0099FF !important;
	display:block;
}

#top #top-newbuild .newbuild-list li .right .price {
  margin-top: 10px;
  font-size: 1.28571rem;
  color: #e54100;
}
#top #top-request{
	border:solid 1px #e3e3e3;
	background:#fafafa;
	padding:10px 10px 0 0;
	box-shadow:1px 1px 1px #333;
	margin-bottom:40px;
}
#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(../images/top/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;
  margin:60px 0 40px;
}
#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;
}

/* スマホ（小）
-------------------------------------------------- */
@media screen and (max-width: 480px) {
  #top #top-group_list ul li {
    max-width: 50%;
  }
  #top #top-banner h1 {
    font-size: 1.21429rem;
  }
  #top #top-request .inner_button ol li {
    width: 50%;
    margin-bottom: 10px;
  }
  #top #top-newbuild{
	  margin-bottom:20px;
  }

}
/* スマホ
-------------------------------------------------- */
@media screen and (min-width: 480px) {
  #top #top-group_list ul li {
    max-width: 50%;
  }
  #top #top-request .inner_button:first-child {
    padding-left: 0;
  }
  #top #top-request .inner_button:last-child {
    padding-right: 0;
  }
}
/* タブレット
-------------------------------------------------- */
@media screen and (min-width: 640px) {
  #top #top-message .left h1 img {
    width: 215px;
  }
  #top #top-group_list h1 {
    width: 60%;
  }
  #top #top-group_list h1 span {
    padding: 0 50px;
  }
  #top #top-banner h1 {
    font-size: 1.71429rem;
  }
  #top #top-banner .lower ul li {
    width: 33%;
  }
  #top #top-newbuild .newbuild-list li .left {
    width: inherit;
  }
  #top #top-newbuild .newbuild-list li .left img {
    width: inherit;
    //min-width: 100%;
  }
   #top #top-newbuild{
	  margin-bottom:20px;
  }
}
/* PC（小）
-------------------------------------------------- */
@media screen and (min-width: 960px) {
  #top #top-message .inner2 {
    display: table;
  }
  #top #top-message .left {
    display: table-cell;
    vertical-align: middle;
  }
  #top #top-message .right {
    display: table-cell;
    vertical-align: middle;
  }
  #top #top-group_list h1 {
    width: 610px;
  }
  #top #top-group_list h1 span {
    padding: 0 50px;
  }
  #top #top-group_list ul {
    width: 760px;
    max-width: 100%;
  }
  #top #top-banner .lower ul li {
    padding: 0 10px;
  }
  #top #top-banner .lower ul li:first-child {
    padding-left: 0;
  }
  #top #top-banner .lower ul li:last-child {
    padding-right: 0;
  }
  #top #top-newbuild {
    margin-bottom: 0;
  }
  #top #top-request .request-list {
    margin-bottom: 70px;
  }
  #top #top-request .inner_button ol li {
    padding: 0 5px;
  }
     #top #top-newbuild{
	  margin-bottom:20px;
  }
}
/* PC
-------------------------------------------------- */
/*************************************
group
*************************************/
/* 共通
-------------------------------------------------- */
#group #main #group_list .group{
    width:70%;
    margin: 0 auto;
    padding-top:40px;
}
#group #main #group_list .left {
  float: left;
  width: 25%;
}
#group #main #group_list .right {
  float: right;
  width: 65%;
  margin-left: 5%;
  margin-top:20px;
  font-size:20px;
}
#group #main #group_list .introduction {
  clear: both;
  padding-top:10px;
  //padding-bottom:40px;
}

#group .content h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/top/group_title_line.png);
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 1.28571rem;
  line-height: 2;
  color: #3f7712;
  margin-bottom: 20px;
}
#group .content h1 span {
  padding: 0 8%;
  background: #fff;
}
#group #wrapper #main{
//  overflow:visible;
}

#group .content .group_content h1 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-image: none;
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 24px;
  font-weight:bold;
  line-height: 2;
  color: #3f7712;
  margin-bottom: 20px;
}





#group #main #content-group-detail .inner .detail-img {
    width: 100%;
    padding: 10px 20px 0 0;
}
#group #main #group_list .group_list {
    width: 100%;
    margin: 0 auto;
    margin-top:20px;
//    border:1px solid #000000;
}
#group #main #group_list .group_list .site-img {
  width:35%;
//  border:1px solid #000000;
  display: table-cell;
}

#group #main #group_list .group_list .site-detail .site-title {
  width: 100%;
  height:47px;
  background-image: url(../images/group/title_line.jpg);
  background-position: left center;
  background-repeat: repeat-x;
  font-size: 1.28571rem;
  color: #3f7712;
}
#group #main #group_list .group_list .site-detail .company_name {
  float:left;
  width:50%;
//    border:1px solid #000000;
}
#group #main #group_list .group_list .site-detail .site_url {
  float:right;
  text-align:right;
  width:50%;
  font-size:14px;
  padding-right:10px;
  padding-top:5px;
//    border:1px solid #000000;
}
#group #main #group_list .group_list .site-detail .site_url a{
 color:#3f7712;
}
#group #main #group_list .group_list .site-detail .company_text {
 clear:both;
 line-height: 1.3;
 width:100%;
 padding-right:10px;
}
#group #main #group_list .group_list .site-detail .company_data {
 margin-top:10px;
 background-color:#EEEEEE;
 line-height: 1.6;
 padding:10px;
 margin-right:10px;
}
@media screen and (min-width: 980px) {
#group #main #group_list .group_list .site-detail {
  display: table-cell;
  vertical-align: top;
  width: 70%;
  padding: 10px 0 0 0;
//  border:1px solid #000000;
}
}

@media screen and (max-width: 1050px) {
 #group #main #content-group-detail .inner .detail-img img {
    width: 100%;
    height: auto;
 }
}

/* スマホ（小）
-------------------------------------------------- */
/* スマホ
-------------------------------------------------- */

/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
@media screen and (max-width: 980px) {
  #group #main #group_list .right {
      width:60%;
  }
}
@media screen and (max-width: 880px) {
  #group #main #group_list .right {
      width:52%;
  }
}
/* PC
-------------------------------------------------- */
@media screen and (max-width: 720px) {
  #group #main #group_list .left {
    float: none;
  }
  #group #main #group_list .right {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  #group #main #group_list .introduction {
    font-size:14px;
  }
}
@media screen and (max-width: 480px) {
  #group #main #group_list .left {
    width:80%;
    margin: 0 auto 10px;
  }
  #group #main #group_list .group{
    width:80%;
    margin: 0 auto;
  }
  #group #main #group_list .introduction {
    font-size:14px;
  }
}
/*************************************
page
*************************************/
/* 共通
-------------------------------------------------- */
/* スマホ（小）
-------------------------------------------------- */
/* スマホ
-------------------------------------------------- */
/* タブレット
-------------------------------------------------- */
/* PC（小）
-------------------------------------------------- */
/* PC
-------------------------------------------------- */

.rBox{
	margin-bottom:20px;
	min-height:96px;
}

.rBox dl {
	float: left;
	width: 300px;
	line-height: normal;
	padding: 10px 10px;
}
.rBox dt {
	float: left;
	padding:0 0 0 30px;
	background: url(../images/top/icon_req.png) no-repeat left;
	line-height:2;
}
.rBox dd {
	padding:0 0 0 100px;
	line-height:2;
}
.rBox dd a{
	text-decoration:underline;
}
.rBox .inner_button{
	margin:20px 0 0;
}
#head{
	margin: 0px auto;
/*height: 145px;*/
}
@media screen and (min-width: 900px) {
  #head{
    width: 900px;
  }
}
#hMenu {
	clear: both;
}
#hMenu li {
	float: left;
}
.news-topic{
	border:solid 1px #e3e3e3;
	background:#fafafa;
	padding:10px 10px 20px 0;
	box-shadow:1px 1px 1px #333;
	margin-bottom:40px;
	min-height:245px;
}
.news-topic ul{
	line-height:2;
}
.news-topic ul span{
	float:left;
	width:150px;
	text-indent:10px;
}

.staff-blog{
	border:solid 1px #ccc;
	margin-bottom:50px;
}
.news-topic a,
.staff-blog a{
	text-decoration:underline;
}
.staff-blog h1{
	background:#eee;
	padding:10px;
	border-bottom:solid 1px #ccc;
}

.staff-blog dl{
	line-height:2;
	margin:20px 40px;
}
.staff-blog dl dt{
	width:150px;
	float:left;
}

/********** company グループコンテンツ **********/
#content-group h1 {
	width: 100%;
	margin: 0 auto;
	background: none;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 2px;
    color: #3f7712;
    text-align:center;
}
#content-group .group-bg {
	height: 654px;
	background: url(../img/company/group.png) no-repeat center top;
	position: relative;
}

#content-group .group-bg .group-ldk {	/** エルデック **/
	width: 400px;
	position: absolute;
	top: 203px;
	left: 365px;
	text-align: center;
}
#content-group .group-bg .group-ldk h2 {
	margin-bottom: 30px;
}
#content-group .group-bg .group-ldk p {
	font-size: 17px;
	line-height: 1.3;
}
#content-group .group-bg .group-service {
	position: absolute;

}
#content-group .group-bg .group-service h3 {
	color: #3f7813;
	text-align: center;
	line-height: 1.1;
	font-size: 20px;
}
#content-group .group-bg .group-service h4 {
	color: #454545;
	text-align: left;
	font-size: 19px;
}
#content-group .group-bg .group-service .group-left,
#content-group .group-bg .group-service .group-right {
	position: absolute;
}
#content-group .group-bg .group-service .company-list {
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
}
#content-group .group-bg .group-service .company-list a,
#content-group .group-bg .group-service .company-list a:hover {
	color: #454545;
	text-decoration: underline;
}
#content-group .group-bg .group-service .site-list {
	line-height: 1.5;
	font-size: 14px;
	text-align: left;
	color: #3f7813;
}
#content-group .group-bg .group-service .site-list a,
#content-group .group-bg .group-service .site-list a:hover {
	color: #3f7813;
	text-decoration: underline;
}
#content-group .group-bg #service-strage {	/** ストレージ事業 **/
	top: 40px;
	width: 350px;
	left: 84px;
}
#content-group .group-bg #service-strage .group-left {
	top: 40px;
	left: 150px;
	width: 200px;
	padding: 47px 10px;
}
#content-group .group-bg #service-strage .company-list {
	margin-top: 10px;
}
#content-group .group-bg #service-strage .group-right {
	top: 0;
	left: 10px;
}
#content-group .group-bg #service-strage .site-list {
	margin-top: 18px;
}
#content-group .group-bg #service-management {	/** 賃貸管理事業 **/
	width: 160px;
	top: 40px;
	left: 700px;
	padding: 30px 10px;
}
#content-group .group-bg #service-management .company-list {
	margin-top: 16px;
}
#content-group .group-bg #service-rent {	/** 賃貸仲介事業 **/
	width: 366px;
	top: 348px;
	left: 30px;
	padding: 30px 10px 0 20px;
}
#content-group .group-bg #service-rent .group-left {
	width: 200px;
	top: 40px;
	left: 160px;
}
#content-group .group-bg #service-rent .company-list {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	padding-left: 28px;
}
#content-group .group-bg #service-rent .group-right {
	top: 190px;
}
#content-group .group-bg #service-rent h4 {
	padding-left: 5px;
}
#content-group .group-bg #service-rent .site-list {
	margin-top: 26px;
}
#content-group .group-bg #service-warranty {	/** 家賃保証事業 **/
	width: 160px;
	top: 290px;
	left: 760px;
	padding: 30px 10px;
}
#content-group .group-bg #service-warranty .company-list {
	margin-top: 22px;
}

#content-group .group-bg #service-outsource {	/** アウトソーシング事業 **/
	width: 160px;
	top: 436px;
	left: 540px;
	padding: 30px 10px;
}
#content-group .group-bg #service-outsource .company-list {
	margin-top: 16px;
}

/********** company グループコンテンツ **********/
@media screen and (max-width: 1030px){
#content-group h1 {
	font-size: 1.28571rem;
	letter-spacing: 0;
}
#content-group .group-bg {
	height: auto;
	background: none;
	position: relative;
}
#content-group .group-bg .group-ldk,	/** エルデック **/
#content-group .group-bg .group-service,
#content-group .group-bg .group-service .group-left,
#content-group .group-bg .group-service .group-right {
	width: initial;
	position: initial;
}
#content-group .group-bg .group-service,
#content-group .group-bg #service-strage,	/** ストレージ事業 **/
#content-group .group-bg #service-management,	/** 賃貸管理事業 **/
#content-group .group-bg #service-rent,	/** 賃貸仲介事業 **/
#content-group .group-bg #service-warranty,	/** 家賃保証事業 **/
#content-group .group-bg #service-outsource {
	width: 100%;
	padding: 4% 3%;
	margin: 0 0 4.5% 0 ;
	margin-bottom: 4.5%;
	overflow: hidden;
	background: #effae7;
}
#content-group .group-bg .group-service .group-left,
#content-group .group-bg #service-strage .group-left,
#content-group .group-bg #service-rent .group-left,
#content-group .group-bg .group-service .group-right {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}

#content-group .group-bg .group-service br {
	display: none;
}
#content-group .group-bg .group-service .group-left,
#content-group .group-bg #service-strage .group-left,
#content-group .group-bg #service-rent .group-left {
	padding-right: 6%;
}
#content-group .group-bg #service-rent .group-center {
	width: 100%;
	padding: 0;
	margin: 0;
}
#content-group .group-bg .group-ldk {
	margin-bottom: 12%;
}
#content-group .group-bg .group-ldk h2 {
	margin: 6% auto 2%;
	width: 50%;
	max-width: 225px;
}
#content-group .group-bg .group-ldk h2 img {
	width: 100%;
	height: auto;
}
#content-group .group-bg .group-ldk p {
	font-size: 1.2rem;
	line-height: 1.3;
}
#content-group .group-bg .group-service h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-bototm: 2px;
}
#content-group .group-bg .group-service h4 {
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: center;
	border-bottom: 2px solid #3f7813;
}
#content-group .group-bg .group-service .company-list,
#content-group .group-bg #service-strage .company-list,
#content-group .group-bg #service-rent .company-list,
#content-group .group-bg .group-service .site-list,
#content-group .group-bg #service-strage .site-list,
#content-group .group-bg #service-rent .site-list {
	margin-top: 5%;
	font-size: 1rem;
	line-height: 2;
	text-align: center;
	padding: 0;
}
/*
#content-group .group-bg #service-rent .company-list,
#content-group .group-bg #service-rent .site-list {
	text-align:left;
}
#content-group .group-bg #service-rent .site-list {
	padding-left: 18%;
}
*/
#content-group .group-bg #service-management .company-list,
#content-group .group-bg #service-warranty .company-list,
#content-group .group-bg #service-outsource .company-list {
	margin-top: 1%;
}
}
@media screen and (max-width: 320px){
#content-group h1 {
	font-size: 1rem;
}
#content-group .group-bg .group-ldk p {
	font-size: 1rem;
}
#content-group .group-bg .group-service h3 {
	font-size: 1rem;
}
#content-group .group-bg .group-service h4 {
	font-size: 1rem;
}
#content-group .group-bg .group-service .company-list,
#content-group .group-bg #service-strage .company-list,
#content-group .group-bg #service-rent .company-list,
#content-group .group-bg .group-service .site-list,
#content-group .group-bg #service-strage .site-list,
#content-group .group-bg #service-rent .site-list {
	font-size: .9rem;
}
#content-group .group-bg .group-service .group-left,
#content-group .group-bg #service-strage .group-left,
#content-group .group-bg #service-rent .group-left {
	padding-right: 3%;
}
}