a:link {
  text-decoration: underline; }

.sec1 {
  background: #FFF; }
  .sec1 .ttl {
    display: flex;
    align-items: center;
    width: 100%;
    height: 66px;
    background: #f4edef;
    border-bottom: 2px solid #ce6a65; }
    .sec1 .ttl h2 {
      display: block;
      width: 960px;
      height: auto;
      margin: auto;
      font-size: 2.6rem;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      color: #ce6a65; }
  .sec1 .text1 {
    padding: 20px 0 0 0;
    font-size: 1.4rem;
    line-height: 2.4rem; }
    .sec1 .text1 .read {
      text-align: right; }

.table1 {
  padding: 40px 0 0 0; }
  .table1 table {
    background: #FFF;
    width: 100%;
    border-spacing: 0px;
    border-top: 2px solid #aa332d;
    border-left: 2px solid #aa332d;
    border-right: 2px solid #aa332d;
    font-size: 1.4rem; }
    .table1 table th, .table1 table td {
      padding: 10px;
      border-bottom: 2px solid #aa332d;
      box-sizing: border-box; }
    .table1 table th {
      background: #edbfb2;
      color: #42210b; }
    .table1 table td {
      text-align: left; }

@media all and (max-width: 896px) {
  .sec1 .text1 {
    padding: 20px 8px 4px 8px;
    box-sizing: border-box; }
  .sec1 .text2 {
    padding: 20px 8px 4px 8px;
    box-sizing: border-box; }

  .sec2 .text1 {
    padding: 20px 8px 4px 8px;
    box-sizing: border-box; }

  .table1 table th {
    width: 20%; }
  .table1 table td {
    width: 80%; } }
