@charset "utf-8";
/*
 * 会社概要
 * company\index.html
 */
.company-greetings-head {
  font-weight: bold;
}
.company-greetings-body {
  line-height: 1.6;
}
.company-release {
  line-height: 1.75;
}
.company-release-list a {
  color: #333;
}
.company-release-list {
  border-bottom: 1px solid #000;
}
.company-release-link-item {
  position: relative;
  color: #333;
  padding-left: 1.2em;
}
.company-release-link-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.note-small {
  display: block;
  margin-top: 20px;
}
.highlight-red {
  color: #f00;
}

/*
 * PC
 */
@media screen and (min-width: 768px) {
  .company-greetings {
    padding-top: 100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .company-greetings-head {
    font-size: 32px;
  }
  .company-greetings-body {
    margin-top: 20px;
  }
  .company-greetings-item {
    margin-top: 20px;
    font-size: 14px;
  }
  .company-release {
    max-width: 900px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .company-release-title {
    font-size: 36px;
    font-weight: bold;
  }
  .company-release-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .company-release-list dt {
    width: 155px;
    padding-right: 15px;
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .company-release-list dd {
    width: calc(100% - 155px);
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .company-release-list a:hover {
    text-decoration: none;
  }
  .company-release-link {
    margin-top: 20px;
  }
  .company-release-link-item::before {
    width: 5px;
    height: 5px;
  }
  .company-release-link-item:hover {
    text-decoration: none;
  }
  .note-small {
    font-size: 14px;
  }
}
/*
 * SP
 */
@media screen and (max-width: 767px) {
  .company-greetings {
    padding-top: 80px;
  }
  .company-greetings-head {
    font-size: 24px;
  }
  .company-greetings-body {
    margin-top: 15px;
    font-size: 12px;
  }
  .company-greetings-item:last-child {
    margin-top: 20px;
  }
  .company-release {
    margin-top: 40px;
  }
  .company-release-title {
    font-size: 18px;
  }
  .company-release-list dt {
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
  }
  .company-release-list dd {
    padding-bottom: 15px;
  }
  .company-release-link {
    margin-top: 10px;
  }
  .company-release-link-item::before {
    width: 4px;
    height: 4px;
  }
  .note-small {
    font-size: 12px;
  }
}
