@charset "UTF-8";
.p-contents1-section1 {
  margin-top: 30px;
}

.p-contents1-section1__title {
  color: #795548;
  font-size: 20px;
  font-weight: 500;
}

.p-contents1-section1__container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contents1-section1__catchcopy {
  background-color: #5d4037;
  -webkit-box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
          box-shadow: 0 1px 2px rgba(34, 34, 34, 0.12), 0 2px 4px rgba(34, 34, 34, 0.24);
  color: #fff;
  overflow: hidden;
  padding: 20px 60px;
  position: relative;
}

.p-contents1-section1__catchcopy:before, .p-contents1-section1__catchcopy:after {
  color: rgba(255, 255, 255, 0.8);
  font-family: Georgia, serif;
  position: absolute;
}

.p-contents1-section1__catchcopy:before {
  content: "“";
  font-size: 5em;
  top: 10px;
  left: 10px;
}

.p-contents1-section1__catchcopy:after {
  content: "”";
  font-size: 25em;
  line-height: 100px;
  bottom: -110px;
  right: -32px;
}

.p-contents1-section1__catchcopy--large {
  font-size: 22px;
}

@media (min-width: 769px) {
  .p-contents1-section1__text {
    width: calc(100% - 400px);
  }
}

.p-contents1-section1__image {
  width: 350px;
}

.p-contents1-section1__image img {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}

.p-contents1-section2__table {
  border-bottom: 1px solid #ccc;
  margin-top: 60px;
}

.p-contents1-section2__table caption {
  color: #795548;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.p-contents1-section2__table th, .p-contents1-section2__table td {
  border-top: 1px solid #ccc;
  padding: 10px;
}

@media (min-width: 769px) {
  .p-contents1-section2__table th:nth-of-type(1), .p-contents1-section2__table td:nth-of-type(1) {
    width: 80px;
  }
  .p-contents1-section2__table th:nth-of-type(2), .p-contents1-section2__table td:nth-of-type(2) {
    width: 320px;
  }
  .p-contents1-section2__table th:nth-of-type(3), .p-contents1-section2__table td:nth-of-type(3) {
    width: 140px;
  }
}

@media (max-width: 768px) {
  .p-contents1-section2__table th, .p-contents1-section2__table td {
    display: block;
  }
  .p-contents1-section2__table th:nth-of-type(1), .p-contents1-section2__table td:nth-of-type(1) {
    font-weight: 700;
    padding: 10px 0 0;
  }
  .p-contents1-section2__table th:nth-of-type(2), .p-contents1-section2__table td:nth-of-type(2) {
    border-top: 0;
    padding: 0;
  }
  .p-contents1-section2__table th:nth-of-type(3), .p-contents1-section2__table td:nth-of-type(3) {
    border-top: 0;
    padding: 0;
  }
  .p-contents1-section2__table th:nth-of-type(4), .p-contents1-section2__table td:nth-of-type(4) {
    border-top: 0;
    padding: 5px 0 10px;
  }
}

.p-contents1-section2__table th {
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-contents1-section2__table th {
    display: none;
  }
}
/*# sourceMappingURL=freepage.css.map */