/*==== 会社概要 ====*/
#company .outline {
  max-width: 800px;
  margin: 40px auto 0;
}
#company .outline dl dd div p {
  display: flex;
  justify-content: space-between;
}
#company .outline dl dd div p br {
  display: none;
}
#company .outline dl:last-child {
  border-bottom: none;
}
#company .outline dl:last-child dd {
  padding: 15px 0 15px 15px;
}
#company .outline dl:last-child dd div {
  padding: 15px 0 0;
}
#company .outline dl:last-child dd div:first-child {
  padding: 0;
}
#company .outline dl:last-child dd div p {
  padding: 0 45px 15px 0;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 480px) {
  #company .outline dl dd div p {
    flex-direction: column-reverse;
  }
  #company .outline dl dd div p br {
    display: block;
  }
  #company .outline dl:last-child dd div p {
    padding: 0 15px 15px 0;
  }
}


/*==== 代表挨拶 ====*/
#message h2 + p {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
#message .sign {
  padding-top: 20px;
  text-align: right;
}
#message .sign div {
  display: inline-block;
  text-align: left;
}
#message .sign div p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
#message .sign div p span {
  font-size: 2.6rem;
  font-weight: 600;
}


/*==== 倫理要綱 ====*/
.platform .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/sub/head-bg.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 130px;
  min-height: 130px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  font-weight: 600;
  text-align: center;
}
.platform .flex div {
  padding-left: 40px;
}
.platform .flex:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #231815;
}
.platform .flex h4:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .platform .flex {
    display: block;
  }
  .platform .flex div {
    padding-left: 0;
    padding-top: 20px;
  }
}

.committee-content {
  text-align: center;
}
.committee-list {
  display: inline-block !important;
  text-align: left;
  border-bottom: none !important;
}
.committee-item {
  display: flex;
  margin-bottom: 10px;
}
.committee-item dt {
  padding: 0;
  width: 80px;
  font-size: 1em;
  font-weight: normal;
}
.committee-item dd {
  padding: 0;
}


/*==== ISO9001 ====*/
#ISO9001 .flex {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#ISO9001 .flex div {
  padding-right: 40px;
  width: 70%;
}
#ISO9001 .flex img {
  width: 30%;
}
@media screen and (max-width: 480px) {
  #ISO9001 .flex {
    flex-direction: column-reverse;
  }
  #ISO9001 .flex div {
    padding-right: 0;
    padding-top: 20px;
    width: 100%;
  }
  #ISO9001 .flex img {
    width: 100%;
  }
}


/*==== 有資格者 ====*/
@media (max-width: 768px) {
  .responsive-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .responsive-table th {
    width: 100%;
    margin-top: 20px;
  }
  .responsive-table td {
    background-color: #fff;
    border-top: none;
  }
  .responsive-table td:nth-of-type(1) {
    width: 80%;
    border-right: none;
  }
  .responsive-table td:nth-of-type(2) {
    width: 20%;
    text-align: center;
    vertical-align: middle;
  }
}