@charset "utf-8";
/*------------------------

事業紹介インデックス

------------------------*/
/* 会社情報のトップ画像 */
/* 会社情報のトップ画像 */
.back_title-business {
  height: 280px;
  padding: 80px 0 0;
  background: url(../../business/img/back03.jpg) center center no-repeat !important;
  background-size: 100% !important;
}
.back_title h2, .back_title h2 span {
  text-shadow: 1px 1px 2px #aaa;
}
.back_top01 {
  width: 100%;
  padding: 60px 0 45px;
  background: #E5ECF4;
}
.box_top01 {
  max-width: 1080px;
  margin: 0 auto;
}
.box_top02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 75px 0 80px;
  text-align: center;
}
.box01 a {
  padding: 0 0 15px;
  display: block;
  background: #E5ECF4;
  text-align: center;
  color: #004593;
  font-size: 122%;
  font-weight: bold;
}
.box01 a:hover {
  background: #004593;
  color: #FFF;
}
.box01 a img {
  margin: 0 0 15px;
  display: block;
}
.e-sports-nav .box01 a {
  font-size: 100%;
}
.box01 {
  width: 40%;
}
.box01:not(:last-of-type) {
  margin-right: 40px;
}
.box01 a:hover {
  background: #004593;
  color: #FFF;
}
.info-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.box_top02 {
  padding: 25px 15px;
}
.box_top02 h2 {
  margin: 0 40px 35px !important;
  padding: 0 0 30px;
  font-family: '游明朝', YuMincho, 'HG明朝E', 'MS P明朝', serif;
  font-size: 160%;
  text-align: center;
  background: url(../../company/img/line_top.png) bottom center no-repeat;
  line-height: 1.0;
  font-weight: bold;
}
/*------------------------

事業紹介

------------------------*/
.main-image {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.c-cap {
  font-size: 12px;
  display: block;
}
.c-bottom {
  margin-bottom: 30px;
}
.c-banner {
  margin: 30px auto 10px auto;
  text-align: center;
}
.c-photo {
  margin: 10px 0 16px 0;
  width: 100%;
}
.c-photo img {
  width: 100%;
}
.bar01sub {
  margin-top: 40px;
}
.image1 {
  margin: 5px auto;
  text-align: center;
}
.p-bold {
  font-weight: 900;
  color: #ff8c00;
}
.blue {
  color: #004593;
}
.bg-blue-link {
  margin-top: 1em;
}
.pdf_link a.bg-blue-link:hover {
  text-decoration: underline;
}
.bg-blue-link {
  display: inline-block;
  background-color: #edf5fe;
  font-weight: bold;
  color: #275593;
  padding: .4em .5em;
  font-size: 16px;
}
/*business共通*/
table {
  box-sizing: border-box;
  margin-top: 10px;
}
/*リフォーム・修繕*/
table tr th {
  width: 25%;
}
table tr td {
  width: 75%;
} /*リフォーム・修繕終わり*/
/*ライフサポート*/
.ttl-logo {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.ttl-logo img {
  max-width: 60px;
}
.support-box01 {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
.support-box01 dt p {
  font-size: 15px;
}
.support-box01 dt {
  width: 20%;
  border: 1px solid #004593;
  border-right: none;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.support-box01 dt:before {
  content: "";
  width: 1px;
  height: 80%;
  display: inline-block;
  background-color: #004593;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.support-box01 dd {
  width: 80%;
  border: 1px solid #004593;
  border-left: none;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 0 4px 4px 0;
}
.f-l01 {
  font-size: 1.2em;
  margin-right: 2px;
}
.support_logo {
  max-width: 85px;
  margin: auto;
}
.support-wrap .bg-blue-link {
  margin-top: 0;
}
.contact-info h3 {
  color: #333;
  font-weight: 900;
  border-bottom: dotted 1px #333;
  margin-bottom: 10px;
}
.contact-info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.contact-info dt {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  align-self: center;
  color: #fff;
  background-color: #dc143c;
  width: 80px;
  padding: 2px;
  margin-right: 10px;
}
.contact-info dd {
  font-size: 20px;
  font-weight: 900;
  color: #dc143c;
}
@media screen and (max-width:1079px) {
  .support-box01 {
    font-size: 14px;
  }
  .support-box01 dt {
    width: 100%;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #004593;
    border-bottom: none;
    margin-bottom: 0;
  }
  .support-box01 dt:before {
    width: 96%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .support-box01 dd {
    width: 100%;
    border-radius: 0 0 4px 4px;
    border-top: none;
    border-left: 1px solid #004593;
  }
  .f-l01 {
    font-size: 15px;
  }
  .support-box01 dt p > br {
    display: none;
  }
  .support-box01 dt p .support_logo {
    max-width: 75px;
    margin-left: 5px;
  }
  .contact-info dd {
    font-size: 18px;
  }
}
/*大規模修繕等サポート*/
.bar01 table tr th {
  width: 30%;
}
.bar01 table tr td {
  width: 70%;
}
.bar01 table td span {
  display: block;
  padding-left: 1em;
  color: #004593;
} /*大規模修繕等サポート終わり*/
table tbody tr th {
  border-bottom: solid 1px #fff;
  background-color: #efefef;
  vertical-align: middle;
  padding: 10px !important;
}
table tbody td {
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
  padding: 10px;
}
table tbody th.lastline, table tbody td.lastline {
  border-bottom: none;
}
.re-ul {
  margin: 12px 0;
}
.re-li {
  font-size: 14px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
  text-indent: -16px;
  margin: 5px 0 5px 3px;
}
/*  リフォーム  */
.p-bottom {
  margin-bottom: 10px !important;
}
p.renov-b {
  text-align: left;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 12px;
}
.a-center {
  text-align: center;
  margin: 20px auto;
  color: #1A589E;
  border: solid 1px #1A589E;
  width: 340px;
  padding: 10px 6px;
  background: #fff;
  transition: 0.2s ease-in-out;
}
.a-center:hover, .a-center:hover p {
  color: #fff;
  background: #1A589E;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width:778px) {
  .a-center {
    width: 100%;
  }
}
@media screen and (max-width:1079px) {
  /*リフォーム・修繕*/
  table tr th {
    width: 45%;
  }
  table tr td {
    width: 55%;
  }
  /*大規模修繕等サポート*/
  .bar01 table tr th {
    width: 45%;
  }
  .bar01 table tr td {
    width: 55%;
  }
  /*------------------------

事業紹介インデックス

------------------------*/
  .info-flex {
    display: block;
    margin-bottom: 0;
  }
  .box_top02 h2 {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 200%;
  }
  .box01 {
    width: 100%;
    margin: 0 auto 30px;
  }
  .box01 a {
    padding: 0 0 15px;
    font-size: 100%;
  }
  .box01 a img {
    width: 100%;
  }
  .img_negishi {
    padding: 5px 5px 25px;
  }
  .img_negishi img {
    width: 130px;
  }
  .box_company01 {
    margin: 0 0 25px;
  }
  .box_company01_left {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  .box_company01_right {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .box_contents_left {
    margin-bottom: 30px;
  }
  /* リフォーム */
  .b-photo img {
    width: 100%;
    height: auto;
  }
  .p-bottom {
    margin-bottom: 40px;
  }
  .b-copy {
    margin-bottom: 10px;
  }
  .b-box img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  /* 事業紹介のトップ画像 */
  .back_title-business {
    height: 100px;
    padding: 0;
    background: url(../../business/img/back03.jpg) center center no-repeat !important;
    background-size: 100% !important;
  }
}
@media screen and (min-width:779px) {
  /*  リフォーム  */
  p.renov-b {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 12px;
  }
  .p-bottom {
    margin-bottom: 20px !important;
  }
  .b-box-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .b-box {
    width: 48%;
  }
  .b-box img {
    width: 100%;
    height: auto;
  }
  /*
.c-bottom {
	margin-bottom:0;
}
*/
  .p-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-photo {
    margin: 0;
    width: 48%;
  }
  .p-bottom {
    margin-bottom: 30px;
  }
  .p-top {
    margin-top: 0px;
  }
}
li.nav_sub1 a {
  font-size: 13px !important;
  padding: 10px 5px 10px 36px;
}
li.nav_sub1 a:before {
  content: "‐";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #ababab;
}
/*====サイドメニュー====*/
li.nav_sub1 a {
  font-size: 13px !important;
  padding: 10px 5px 10px 36px;
}
li.nav_sub1 a:before {
  content: "‐";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 2px;
  color: #ababab;
}
.box_contents_right li a {
  border-bottom: none;
}
.menu-r-accordion > li {
  border-bottom: 1px solid #E5ECF4;
}
.menu-r-accordion > li > ul > li {
  padding-bottom: 0.5rem;
}
.menu-r-accordion .nav01 li, .menu-r-accordion .nav01 li a {
  font-size: 13px;
  font-weight: bold;
  display: block;
}
.nav01 {
  padding-left: 1em;
}
.nav-ttl01 {
  display: block;
  padding: 5px 30px 5px 20px;
  color: #004593;
}
.nav-box > li:not(:last-of-type) .nav-sub-box {
  margin-bottom: 0.6rem;
}
.nav-sub01-ttl {
  display: block;
  padding: 5px 18px 5px 21px !important;
}
.nav-sub01-ttl::before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-right: 4px;
  color: #004593;
}
.nav-sub01-ttl:hover {
  color: #004593;
}
.box_contents_right .nav02 a {
  font-size: 13px;
  padding: 5px 5px 5px 46px;
  position: relative;
}
.nav02 a:before {
  content: "‐";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 2px;
  color: #ababab;
  position: absolute;
  left: 36px;
}
/*アコーディオンメニュー01*/
.nav-open {
  position: relative;
}
.nav-open:hover {
  cursor: pointer;
}
.nav-open::before {
  content: "＋";
  display: inline-block;
  position: absolute;
  right: 4px;
}
.nav-open.active::before {
  content: "－";
  display: inline-block;
  position: absolute;
  right: 4px;
}
.nav-box {
  display: none;
}
/*アコーディオンメニュー02*/
.nav-sub-open {
  position: relative;
}
.nav-sub-open:hover {
  cursor: pointer;
}
.nav-sub-open::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 7px;
}
.nav-sub-open:hover::after {
  border-bottom: 2px solid #333;
  border-color: #004593;
  transition: .3s;
}
.nav-sub-open.active::after {
  transform: rotate(225deg);
  transition: .3s;
}
.nav-sub-box {
  display: none;
}
@media screen and (max-width:1079px) {
  .nav-ttl01, .menu-r-accordion .nav01 li a, .box_contents_right .nav02 a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-sub01-ttl {
    padding: 10px 18px 10px 21px !important;
  }
  .menu-r-accordion > li > ul > li {
    padding-bottom: 0;
  }
}

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

eスポーツ関連事業

------------------------*/
.esports_floor {
  text-align: center;
  width: 100%;
  margin: 50px auto 20px;
}
