@charset "UTF-8";

.content-hed h3 {
    margin: 120px 0 80px 0;
    }

.row-voice {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 80px;
}

.col-voice {
  flex: 0 0 calc((100% - 24px * 2) / 3);
  box-sizing: border-box;
}

.col-voice p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
    text-align: left;
    text-decoration: none;
    margin-top: 20px;
}

:root{
    --main:#5e6d59;
    --accent:#c9b8a6;
    --text:#2b2b2b;
    --muted:#6b6b6b;
    --bg:#ffffff;
    --line:#e7e7e7;
    --radius:14px;
    --shadow:0 10px 30px rgba(0,0,0,.07);
  }
  
  #voice, #article{
    color:var(--text);
  }
  
  #voice .corner-title-m,
  #article .corner-title-m{
    color:var(--main);
  }
  
  #voice .corner-title-m span,
  #article .corner-title-m span{
    color:var(--accent);
  }
  
  #voice .voice-body,
  #article .content-body{
    margin-top:24px;
  }
  
  #voice .row-voice{
    display:flex;
    flex-wrap:wrap;
    column-gap:24px;
    row-gap:80px;
  }
  
  #voice .col-voice{
    flex:0 0 calc((100% - 24px * 2) / 3);
    box-sizing:border-box;
  }
  
  @media (max-width: 1024px){
    #voice .col-voice{
      flex:0 0 calc((100% - 24px) / 2);
    }
  }
  
  @media (max-width: 640px){
    #voice .row-voice{
      column-gap:16px;
      row-gap:48px;
    }
    #voice .col-voice{
      flex:0 0 100%;
    }
  }
  
 
  
  #voice .voice-item:hover{
    transform:translateY(-2px);
    border-color:rgba(94,109,89,.35);
    box-shadow:0 14px 36px rgba(0,0,0,.10);
  }
  
  #voice .voice-item figure{
    margin:0;
    aspect-ratio:750/620;
    overflow:hidden;
    background:#f3f3f3;
  }
  
  #voice .voice-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .3s ease;
  }
  
  #voice .voice-item:hover img{
    transform:scale(1.03);
  }
  
  #voice .voice-item p{
    margin:0;
    padding:14px 16px 16px;
    font-size:16px;
    line-height:1.6;
    letter-spacing:.01em;
  }
  
  #voice .column-date{
    margin:-10px 0 0;
    padding:0 16px 16px;
    font-size:13px;
    color:var(--muted);
  }
  
  #voice .pager{
    margin-top:48px;
  }
  
  #voice .pager .pagination,
  #voice .pager ul,
  #voice .pager ol{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding:0;
    margin:0;
    list-style:none;
  }
  
  
  #voice .pager a:hover{
    border-color:rgba(94,109,89,.35);
    background:rgba(94,109,89,.06);
    color:var(--main);
  }
  
  
  #article .voice-post{
    overflow:hidden;
    margin-top: 200px;
  }
  
  #article .voice-hed{
    display:flex;
    gap:20px;
    padding:20px;
  }
  
  #article .voice-post-col{
    flex:1;
  }
  
  #article .voice-post-col figure{
    margin:0;
    border-radius:12px;
    overflow:hidden;
    background:#f3f3f3;
  }
  
  #article .voice-post-col img{
    width:100%;
    height:auto;
    display:block;
  }
  
  @media (max-width: 768px){
    #article .voice-hed{
      flex-direction:column;
      padding:16px;
    }
  }
  
  #article .voice-post-col h3{
    margin:0 0 8px;
    font-size:14px;
    font-weight:600;
    color:var(--main);
  }
  
  #article .voice-post-col h3 span{
    display:inline-block;
    margin-right:10px;
    padding:4px 10px;
    border-radius:999px;
    background:rgba(201,184,166,.25);
    color:var(--main);
    font-weight:700;
    letter-spacing:.02em;
  }
  
  #article .voice-post-col p{
    margin:0;
    font-size:22px;
    line-height:1.35;
    letter-spacing:.01em;
  }
  
  @media (max-width: 768px){
    #article .voice-post-col p{
      font-size:20px;
    }
  }
  
  #article .voice-post .wp-block,
  #article .voice-post p,
  #article .voice-post ul,
  #article .voice-post ol,
  #article .voice-post table,
  #article .voice-post blockquote,
  #article .voice-post h2,
  #article .voice-post h3,
  #article .voice-post h4,
  #article .voice-post h5,
  #article .voice-post h6{
    padding-left:20px;
    padding-right:20px;
  }
  
  #article .voice-post .wp-block:first-child{
    padding-top:18px;
  }
  
  #article .voice-post .wp-block:last-child{
    padding-bottom:18px;
  }
  
  #article .voice-post p{
    margin:14px 0;
    line-height:1.9;
    font-size:16px;
  }
  
  #article .voice-post a{
    color:var(--main);
    text-decoration:underline;
    text-underline-offset:3px;
  }
  
  #article .voice-post a:hover{
    color:rgba(94,109,89,.8);
  }
  
  #article .voice-post h2{
    margin:34px 0 14px;
    padding:12px 14px;
    border-left:5px solid var(--main);
    background:rgba(201,184,166,.18);
    border-radius:12px;
    color:var(--main);
    font-size:22px;
    line-height:1.35;
    letter-spacing:.01em;
  }
  
  #article .voice-post h3{
    margin:26px 0 12px;
    padding-bottom:8px;
    border-bottom:2px solid rgba(94,109,89,.25);
    color:var(--text);
    font-size:18px;
    line-height:1.4;
    letter-spacing:.01em;
  }
  
  #article .voice-post h4{
    margin:22px 0 10px;
    padding:8px 12px;
    border:1px solid rgba(201,184,166,.7);
    background:rgba(201,184,166,.12);
    border-radius:12px;
    color:var(--text);
    font-size:16px;
    line-height:1.45;
  }
  
  #article .voice-post h5{
    margin:20px 0 8px;
    padding-left:12px;
    border-left:3px solid var(--accent);
    color:var(--text);
    font-size:15px;
    line-height:1.5;
    letter-spacing:.01em;
  }
  
  #article .voice-post h6{
    margin:18px 0 8px;
    display:flex;
    gap:8px;
    align-items:center;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
    letter-spacing:.02em;
  }
  
  #article .voice-post h6:before{
    content:"";
    width:10px;
    height:10px;
    border-radius:999px;
    background:var(--accent);
    flex:0 0 10px;
  }
  
  #article .voice-post ul,
  #article .voice-post ol{
    margin:14px 0 18px;
    padding-left:42px;
    line-height:1.9;
  }
  
  #article .voice-post li{
    margin:6px 0;
  }
  
  #article .voice-post blockquote{
    margin:18px 0;
    padding:16px 18px;
    border-left:4px solid var(--accent);
    background:rgba(201,184,166,.12);
    border-radius:12px;
    color:#3a3a3a;
  }
  
  #article .voice-post hr{
    border:none;
    border-top:1px solid var(--line);
    margin:26px 20px;
  }
  
  #article .voice-post table{
    width:calc(100% - 40px);
    margin:18px 20px;
    border-collapse:collapse;
    border:1px solid var(--line);
    border-radius:12px;
    overflow:hidden;
  }
  
  #article .voice-post th,
  #article .voice-post td{
    padding:12px 14px;
    border-bottom:1px solid var(--line);
    border-right:1px solid var(--line);
    font-size:14px;
    vertical-align:top;
  }
  
  #article .voice-post th{
    background:rgba(94,109,89,.08);
    color:var(--main);
    font-weight:700;
  }
  
  #article .voice-post tr:last-child td{
    border-bottom:none;
  }
  
  #article .voice-gallery{
    margin-top:34px;
  }
  
  #article .gallery-hed{
    margin-bottom:14px;
  }
  
  #article .gallery-body{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:16px;
  }

  #article .post-pager .pagination li a span{
    text-align: center;
  }
  
  @media (max-width: 768px){
    #article .gallery-body{
      grid-template-columns:repeat(2, 1fr);
      gap:12px;
    }
  }
  
  #article .gallery-col a{
    display:block;
    border-radius:12px;
    overflow:hidden;
    border:1px solid var(--line);
    box-shadow:0 10px 26px rgba(0,0,0,.06);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  
  #article .gallery-col a:hover{
    transform:translateY(-2px);
    border-color:rgba(94,109,89,.35);
    box-shadow:0 14px 34px rgba(0,0,0,.10);
  }
  
  #article .gallery-col img{
    width:100%;
    height:100%;
    aspect-ratio:640/385;
    object-fit:cover;
    display:block;
  }


  #article .voice-post{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #article .voice-post .wp-block,
  #article .voice-post p,
  #article .voice-post ul,
  #article .voice-post ol,
  #article .voice-post table,
  #article .voice-post blockquote,
  #article .voice-post h2,
  #article .voice-post h3,
  #article .voice-post h4,
  #article .voice-post h5,
  #article .voice-post h6{
    padding-left: 24px;
    padding-right: 24px;
  }

  .post-pager{
    margin-top: 120px;
  }
  
  @media (max-width: 1024px){
    #article .voice-post{
      max-width: 820px;
    }
    #article .voice-post{
        margin-top: 80px;
    }
  
    #article .voice-post .wp-block,
    #article .voice-post p,
    #article .voice-post ul,
    #article .voice-post ol,
    #article .voice-post table,
    #article .voice-post blockquote,
    #article .voice-post h2,
    #article .voice-post h3,
    #article .voice-post h4,
    #article .voice-post h5,
    #article .voice-post h6{
      padding-left: 20px;
      padding-right: 20px;
    }
    #article .voice-post h1{
    font-size: 24px;
    }

    #article .voice-post h2{
      font-size: 20px;
      padding: 11px 13px;
    }
  
    #article .voice-post h3{
      font-size: 17px;
      padding-bottom: 7px;
    }
  
    #article .voice-post h4{
      font-size: 15px;
      padding: 8px 11px;
    }
  
    #article .voice-post h5{
      font-size: 14px;
    }
  
    #article .voice-post h6{
      font-size: 13px;
    }
  }
  
  @media (max-width: 768px){
    #voice .row-voice{
      column-gap: 16px;
      row-gap: 48px;
    }
  
    #voice .col-voice{
      flex: 0 0 calc((100% - 16px) / 2);
    }
  
    #article .voice-post{
      max-width: 100%;
    }
  
    #article .voice-post .wp-block,
    #article .voice-post p,
    #article .voice-post ul,
    #article .voice-post ol,
    #article .voice-post table,
    #article .voice-post blockquote,
    #article .voice-post h2,
    #article .voice-post h3,
    #article .voice-post h4,
    #article .voice-post h5,
    #article .voice-post h6{
      padding-left: 16px;
      padding-right: 16px;
    }
  
    #article .voice-post p{
      font-size: 16px;
      line-height: 1.95;
    }
  
    #article .voice-post h2{
      font-size: 19px;
      padding: 10px 12px;
      border-left-width: 4px;
    }
  
    #article .voice-post h3{
      font-size: 16px;
      padding-bottom: 6px;
      border-bottom-width: 2px;
    }
  
    #article .voice-post h4{
      font-size: 15px;
      padding: 8px 10px;
    }
  
    #article .voice-post h5{
      font-size: 14px;
      padding-left: 10px;
      border-left-width: 3px;
    }
  
    #article .voice-post h6{
      font-size: 13px;
      gap: 7px;
    }
  
    #article .voice-post h6:before{
      width: 9px;
      height: 9px;
      flex: 0 0 9px;
    }
  
    #article .voice-post table{
      width: calc(100% - 32px);
      margin: 18px 16px;
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    #article .voice-post th,
    #article .voice-post td{
      white-space: nowrap;
    }
  }
  
  @media (max-width: 640px){
    #voice .row-voice{
      column-gap: 0;
      row-gap: 36px;
    }
  
    #voice .col-voice{
      flex: 0 0 100%;
    }
  
    #voice .voice-item p{
      font-size: 15px;
      padding: 12px 14px 14px;
    }
  
    #voice .column-date{
      padding: 0 14px 14px;
      font-size: 12px;
    }
  
    #article .voice-post h2{
      font-size: 18px;
      padding: 10px 11px;
    }
  
    #article .voice-post h3{
      font-size: 16px;
    }
  
    #article .voice-post h4{
      font-size: 14px;
    }
  
    #article .voice-post h5{
      font-size: 13px;
    }
  
    #article .voice-post h6{
      font-size: 12px;
    }
  
    #article .post-pager .pagination{
      flex-direction: column;
      align-items: stretch;
    }
  
    #article .post-pager li,
    #article .post-pager a{
      width: 100%;
    }
  }

  #auther .flex-item figure{
     padding-left: 30px;

  }

  #auther .flex-item figure img{
    width: 30vw;
  }
  #auther .is-style-wide{
    height: 3px;
  }

  #auther .has-medium-font-size{
    margin-bottom: 0px;
  }

  @media (max-width: 1000px){
    #auther .flex-item figure img{
      width: 50vw;
    }
  }

 
  @media (max-width: 640px){
    #auther .flex-item{
      display: block;
      text-align: center;
      justify-content: center;
      align-items: center;
    }

    #auther .flex-item figure{
      align-items: center;
      margin: 0 auto;
      scroll-padding-left: 0px;
    }

    #auther .flex-item p{
      text-align: center;
      margin: 0 auto;
    }
    #auther .flex-item .has-medium-font-size{
      margin-top: 20px;
    }
  }