@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/*$point03: linear-gradient(90deg, #ebeced 0%, #fffeea 25%, #e0dacf 55%, #f4f4f4 75%, #e1dec6 100%);*/
/*$point03: linear-gradient(90deg, #b3975f 0%, #fbf5c2 25%, #cab059 70%, #fbf5c2 100%);*/
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* outline
*****************************************************************/
.contents {
  background: #42340b;
}

.area_outline {
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
}
@media all and (max-width: 896px) {
  .area_outline {
    padding: 20px;
  }
}
.area_outline #t_outline {
  padding: 0;
}
.area_outline #t_outline .t_outline_caption {
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #42340b;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .area_outline #t_outline .t_outline_caption {
    font-size: 2rem;
  }
}
.area_outline #t_outline table {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 50px;
}
@media all and (max-width: 896px) {
  .area_outline #t_outline table {
    max-width: 650px;
  }
}
.area_outline #t_outline table th {
  border: 1px solid #999;
  text-align: left;
  padding: 0.8em 0.8em 0.7em 0.8em;
  line-height: 1.5;
  background: #f0f1ef;
  width: 200px;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .area_outline #t_outline table th {
    font-size: 1.4rem;
    width: auto;
    display: block;
    height: auto;
  }
}
.area_outline #t_outline table td {
  border: 1px solid #999;
  text-align: left;
  padding: 0.8em 0.8em 0.7em 0.8em;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .area_outline #t_outline table td {
    font-size: 1.4rem;
    display: block;
    height: auto;
    border-top: none;
  }
}
.area_outline #t_outline ul > li {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .area_outline #t_outline ul > li {
    font-size: 1.2rem;
  }
}

.yokoku_common {
  color: #fff;
}
.yokoku_common .ttl_yokoku {
  border-color: #fff;
}
