@charset "UTF-8";
b, strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

header {
  background-image: url(../img/index/header.jpg);
  height: 50vw;
}
header h2 {
  width: 70%;
  height: 14vw;
}

.businessWrap p.subText {
  font-size: 16px;
  margin-bottom: 60px;
}
.businessWrap .box {
  margin-bottom: 50px;
}
.businessWrap .box p {
  font-size: 16px;
  margin-bottom: 10px;
}
.businessWrap .box p a {
	text-decoration: underline;
	color: #000;
	box-shadow: none;
}
.businessWrap .box p.name {
  margin-bottom: 15px;
}
.businessWrap .box a {
  display: block;
}

.companyWrap .table {
  border: solid #242424;
  border-width: 1px 0;
}
.companyWrap .table dt {
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #878888;
  padding: 10px;
  background-color: #dfe0e0;
}
.companyWrap .table dd {
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #878888;
  padding: 10px;
}
.companyWrap .table dl:last-child dd {
  border-bottom: none;
}

/*---------- sp ----------*/
@media screen and (max-width: 896px) {
  header nav {
    padding: 20px 10px 30px;
  }

  .businessWrap a {
    box-shadow: 3px 3px 1px rgba(223, 224, 224, 0.8);
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
  .companyWrap .table dt {
    width: 20%;
    padding: 15px;
  }
  .companyWrap .table dd {
    width: 80%;
    padding: 15px;
  }
  .companyWrap .table dl:last-child dt {
    border-bottom: none;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 896px) {
  header {
    height: 73vh;
  }

  .businessWrap p.subText {
    margin-bottom: 100px;
  }
  .businessWrap .box {
    margin-bottom: 80px;
  }
  .businessWrap .box a:hover {
    opacity: .8;
  }

  .companyWrap .table dt {
    width: 20%;
    padding: 15px;
  }
  .companyWrap .table dd {
    width: 80%;
    padding: 15px;
  }
  .companyWrap .table dl:last-child dt {
    border-bottom: none;
  }
}
/*---------- タブレット ----------*/
@media screen and (min-width: 760px) and (max-width: 1000px) {
  header {
    height: 50vw;
  }
  header h2 {
    left: -30px;
  }
}

/*# sourceMappingURL=index.css.map */
