  /*! Writen  by SCSS */
.page_ttl {
  padding: 100px 0 42px; }
  @media screen and (max-width: 768px) {
    .page_ttl {
      padding: 50px 0 25px; } }
  @media screen and (max-width: 480px) {
    .page_ttl {
      padding: 16px 0 20px; } }
  @media screen and (max-width: 480px) {
    .page_ttl img {
      width: 127px; } }

.container {
  background: #68c3c5; }

.inner_960 {
  max-width: 960px;
  margin: 0 auto; }

.yokoku {
  border: 1px solid #333;
  padding: 10px;
  margin-bottom: 40px;
  background: #fff; }
  .yokoku .yokoku_ttl {
    font-size: 14pt;
    text-align: center;
    border-bottom: 1px solid #333; }
    @media screen and (max-width: 480px) {
      .yokoku .yokoku_ttl {
        margin-bottom: 0.4em; } }
  .yokoku .yokoku_txt {
    font-size: 14px; }

.out_item .cap_l {
  color: #fff; }
.out_item .table_ttl {
  font-size: 16px;
  color: #fff; }
.out_item table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .out_item table {
      font-size: 12px;
      letter-spacing: 0.05em;
      font-feature-settings: "palt"; } }
  .out_item table tr {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      .out_item table tr {
        display: block; } }
  .out_item table td, .out_item table th {
    padding: 8px 20px;
    box-sizing: border-box;
    letter-spacing: 0; }
    @media screen and (max-width: 900px) {
      .out_item table td, .out_item table th {
        display: block;
        padding: 8px 10px; } }
  .out_item table th {
    width: 20%;
    text-align: left;
    vertical-align: top;
    background: #ddd; }
    @media screen and (max-width: 900px) {
      .out_item table th {
        width: 100%; } }
  .out_item table td {
    width: 80%;
    text-align: left;
    vertical-align: top;
    background: #fff; }
    @media screen and (max-width: 900px) {
      .out_item table td {
        width: 100%; } }

.out_days {
  display: flex;
  justify-content: flex-end;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .out_days {
      justify-content: flex-start; } }
  .out_days p {
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .out_days p {
        font-size: 12px; } }

/*# sourceMappingURL=outline.css.map */
