/*
Theme Name: s-tsumugi
Theme URI: https://example.com/
Author: Mutenet
Author URI: https://example.com/
Description: This is a skeleton theme.
Version: 1.0
*/

/* ここから下にCSSを記述していきます */
body {
  background-color: #fff;
  color: #333;
}


h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
}
.navigation.pagination,
.posts-navigation{
  .nav-links {
  @media (min-width: 768px) {
    display: flex;
    justify-content: space-between;
  }
}
.nav-previous a, .nav-next a {
  display: inline-flex;
  align-items: center;
}
.nav-previous{
  margin-left:auto;
}

.nav-previous a::before, 
.nav-next a::after {
  content: '';
  display: inline-block;
  width: 1.2em; /* アイコンの幅 */
  height: 1.2em; /* アイコンの高さ */
    min-width: 1.2em;
  min-height: 1.2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-previous a::before{
  margin-right: 0.5em; /* アイコンとテキストの間隔 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1'%3e%3cpath d='M9 5l7 7-7 7' /%3e%3c/svg%3e");
 
  background-position: 0px 2px;
}
.nav-next a::after{
  margin-left: 0.5em; /* アイコンとテキストの間隔 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1'%3e%3cpath d='M15 19l-7-7 7-7' /%3e%3c/svg%3e");
 
  background-position: 0px 1px;
}

}
.single-navigation{
.nav-links {
  display: flex;
  flex-wrap:wrap;
  @media (min-width: 768px) {

    justify-content: space-between;
  }
}
.nav-next, .nav-previous {
  width: 100%;
  @media (min-width: 768px) {
    max-width: 50%;
  }
}

.nav-previous{
  padding-bottom:1em;
}
.nav-next{
  margin-left:auto;
  justify-content: flex-end;

    text-align:right;

}
.nav-previous a, .nav-next a {
  display: inline-flex;
  align-items: center;
}
.nav-previous a::before, .nav-next a::after {
  content: '';
  display: inline-block;
  width: 1.2em; /* アイコンの幅 */
  height: 1.2em; /* アイコンの高さ */
  min-width: 1.2em;
  min-height: 1.2em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-previous a::before{
  margin-right: 0.5em; /* アイコンとテキストの間隔 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1'%3e%3cpath d='M15 19l-7-7 7-7' /%3e%3c/svg%3e");
  background-position: 0px 2px;
}
.nav-next a::after{
  margin-left: 0.5em; /* アイコンとテキストの間隔 */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1'%3e%3cpath d='M9 5l7 7-7 7' /%3e%3c/svg%3e");
  background-position: 0px 1px;
}
}

#wpcf7cpcnf{
  table{
    width: 100%;
    tr{
      @media (min-width: 768px) {
        th,td{
          padding-bottom:1rem;
        }
        th{
          text-align:left;
          vertical-align:top;
          p{
            white-space:nowrap;

          }
        }
        td{
          padding-left:1rem;
        }
      }
    }
  }
  @media (max-width: 767px) {
    tr, th, td {
      display: block;
    }
    p{
      text-align:left;
    }
    th {
      font-weight: bold;
      padding-bottom: 0.5rem;
    }
    td {
      padding-bottom: 1.5rem;
    }
  }

  .wpcf7cp-cfm-edit-btn{
      border: 1px solid #000;
      padding: 1rem 2rem;
      border-radius: 5px;
      font-size:14px;
  }

  .wpcf7cp-cfm-submit-btn{
      padding: 1rem 2rem;
      border-radius: 5px;
      background-color:rgb(205 223 162 / var(--tw-bg-opacity, 1));
      font-size:14px;
  }
}