@charset "UTF-8";
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
#conts .idea {
  padding-bottom: 75px;
  text-align: center;
}

#conts .idea .ttl {
  margin-bottom: 55px;
}

#conts .idea p {
  font-size: 1.142em;
}

#conts .idea p span {
  color: #830d0f;
}

#conts .company .inner {
  margin-bottom: 50px;
}

#conts .company .table01 {
  width: 960px;
}

#conts .company .table01 td a {
  color: #003366;
  text-decoration: none;
  font-size: 1.0666em;
}

#conts .company .table01 td .ceo{
  display: inline-block;
  margin-bottom: 10px;
}

#conts .company .table01 td a:hover {
  text-decoration: underline;
}

#conts .company .table01 td ul li span {
  font-weight: bold;
}

#conts .company .table01 td ul li span.office {
  margin-bottom: 2px;
  display: block;
}

#conts .company .mark {
  margin: auto;
  width: 960px;
}

#conts .company .mark .box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px 40px 40px;
  width: 100%;
  background: #FFF;
  border: 1px solid #E6E6E6;
}

#conts .company .mark .box .logo,
#conts .company .mark .box p {
  display: table-cell;
  vertical-align: middle;
}

#conts .company .mark .box .logo {
  padding-right: 40px;
  position: relative;
}

#conts .company .mark .box .logo:after {
  width: 1px;
  height: 71px;
  background: #111;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

#conts .company .mark .box p {
  padding-left: 40px;
  font-size: 1.1428em;
}

.table01 .officeHead {
  border-right: 1px solid #e6e6e6;
}

.table01 .officeInfo {
  padding: 0 38px;
}

.list03 {
  display: none;
}

.active {
  display: block;
}

.list03 li {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}

.comTtl {
  padding: 25px 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}

.comTtl::before {
  width: 6px;
  height: 6px;
  background: #8c0000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 3px;
  content: '';
  transform: translateY(-50%);
}

.first {
  border-top: none;
}

.list03 dt {
  box-sizing: border-box;
  padding-right: 10px;
  width: 185px;
  color: #777;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  float: left;
}

.list03 dd {
  margin-left: 190px;
}

.imgBox {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.imgBox img {
  width: 155px;
  height: 210px;
}

.comTel li,
.accessList li {
  margin-left: 18px;
  margin-bottom: 15px;
  padding: 0;
  border-bottom: none;
  position: relative;
}

.comTel li:last-child,
.accessList li:last-child {
  margin-bottom: 0;
}


.comTel li::before,
.accessList li::before {
  width: 6px;
  height: 6px;
  background: #8c0000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
  content: '';
  transform: translateY(-50%);
}

.acoBtn {
  padding: 30px 0;
  color: #8c0000;
  text-align: center;
  cursor: pointer;
}

.acoBtn span {
  line-height: 1.5;
}

#conts .inquiry {
  padding: 80px 0;
}

#conts .inquiry p {
  margin-bottom: 20px;
  text-align: center;
}

#conts .inquiry p.notes {
  margin-bottom: 50px;
}

#conts .inquiry .contactBox {
  padding: 40px 40px 40px 72px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  position: relative;
}

#conts .inquiry .contactBox .ttl {
  position: absolute;
  top: 0;
  left: 15px;
}

#conts .inquiry .contactBox .tel {
  float: left;
}

#conts .inquiry .contactBox .btn {
  width: 380px;
  float: right;
}

#conts .inquiry .contactBox .btn a {
  padding: 30px 0;
  background: #8C0000;
  display: block;
  text-align: center;
  line-height: 1;
}

#conts .inquiry .contactBox .btn a:hover {
  background: #A40000;
}

#conts .inquiry .contactBox .btn a .icon {
  padding: 0 38px 0 0;
  background: url(/img/common/icon/icon_arrow02.png) no-repeat right center;
  display: inline-block;
}