@charset "UTF-8";
.inner {
  max-width: 900px; }

.conteiner .page-head {
  margin-top: 6.4rem; }

@media screen and (max-width: 768px) {
  .conteiner .page-head {
    margin-top: 0; } }
.out-ttl {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-align: left;
  color: #000;
  padding-left: 1.5rem;
  position: relative;
  margin-top: 6rem; }
  .out-ttl.m-b {
    margin-bottom: 2.5rem; }
  .out-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 0.4rem;
    background: #544040; }

.out-ttl-s {
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: -1rem;
  color: #fff;
  padding: 0.5rem 2rem;
  background: #544040;
  display: inline-block;
  border-radius: 0.5rem; }

.out-table {
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 3rem;
  margin-bottom: 5rem; }
  .out-table th, .out-table td {
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left; }
  .out-table th {
    white-space: nowrap;
    width: 26rem;
    color: #544040;
    font-weight: 600; }
  .out-table a {
    color: #000; }
    .out-table a:hover {
      color: #544040; }
  @media screen and (max-width: 500px) {
    .out-table th, .out-table td {
      display: block;
      width: 100%;
      border-bottom: 1px solid #ccc;
      vertical-align: top;
      padding: 1.5rem 2rem;
      box-sizing: border-box;
      font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-size: 1.3rem;
      line-height: 1.8; }
    .out-table th {
      border-bottom: none;
      font-size: 1.7rem; }
      .out-table th br {
        display: none; }
    .out-table td {
      font-size: 1.4rem;
      padding-top: 0;
      padding-left: 4rem; } }

.date {
  text-align: right;
  font-family: "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.8; }
