@charset "UTF-8";
/* =====
 * /outline レイアウト
============================================================================= */
.article-main .outline-contents table th, .article-main .outline-contents table td {
  padding: 1.1em;
}

.article-main .outline-contents table th {
  width: 300px;
  background: #e8e8e8;
  color: #000000;
  text-align: left;
  vertical-align: top;
}

.article-main .outline-contents table td {
  background: #f5f5f5;
}

.exective p {
  margin: 0.8em 0 0;
}

.exective p:first-child {
  margin-top: 0;
}

.exective .positon {
  display: inline-block;
  margin: 0 0.8em 0 0;
}

.exective .name {
  display: block;
}

.exective .name:before {
  display: inline-block;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .article-main .outline-contents table th, .article-main .outline-contents table td {
    padding: 1em;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .article-main .outline-contents table th {
    padding: 0.5em 1em;
  }
}
