/*
* Theme Name : PTTSS
* Author : Rug's Works
* Description : PTTSSホームページ
* Version : 1.0
*/

/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  bottom: 180px !important;
  display: none;
}

#pttss_contact .field {
  width: 86%;
  margin-inline: auto;
}
.-rw_contact-caption {
  width: 86%;
  margin-inline: auto;
}

.-rw_contact {
  padding-top: 20px;
  padding-inline: 20px;
  padding-block: 20px;
  margin-inline: auto;
  background-color: hsl(0, 0%, 56%);
}

#pttss_contact .field label {
  display: inline-block;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
}
#pttss_contact .field input {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #999;
  background: #f2f2f2;
  margin: 0.5em 0;
  font-family: 'Yu Gothic UI', 'Meiryo', 'ヒラギノ角ゴシック', 'Arial',
    'メイリオ', sans-serif;
}
#pttss_contact .field textarea {
  display: inline-block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #999;
  background: #f2f2f2;
  margin: 0.5em 0;
  font-family: 'Yu Gothic UI', 'Meiryo', 'ヒラギノ角ゴシック', 'Arial',
    'メイリオ', sans-serif;
}

#pttss_contact .-rw-contactBtn {
  display: inline-block;
  width: 100%;
  border: none;
  margin-top: 16px;
}
#pttss_contact .-rw-contactBtn input {
  display: block;
  width: 80%;
  margin-inline: auto;
  color: hsl(0, 3%, 93%);
  border: none;
  padding: 1em 2em;
  border-radius: 62px;
  background: #022446;
  margin: 3rem auto 3rem;
  font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
  user-select: none;
  cursor: pointer;
}

.-rw_red {
  color: rgb(278, 48, 48);
}

.-rw_title2 h1.-rw_mainTitle {
  text-shadow: 0 0 33px rgba(222, 119, 63,1) !important;
}
.-rw_title2 .subtitle {
  text-shadow: 0 0 33px rgba(222, 119, 63,1) !important;
  font-family: 'Yu Gothic UI', 'Meiryo', 'ヒラギノ角ゴシック', 'Arial',
    'メイリオ', sans-serif;
  font-weight: 500;
}

/* ブログ段組 */
@media screen and (width >= 1130px) {
  .-rw_Blog {
    display: grid;
    grid-template: 'BlogArea WidgetArea';
    grid-template-columns: 740px 230px;
    grid-template-rows: auto;
    grid-gap: 50px;
    justify-content: center;
    width: 100%;
  }
  .-rw_BlogMain {
    grid-area: BlogArea;
  }

  .-rw_BlogAside {
    grid-area: WidgetArea;
  }

  .-rw_BlogArticle {
    margin-bottom: 40px;
  }
  .-rw_BlogDate {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
  .-rw_BlogTitle {
    font-size: clamp(1.25rem, -0.468rem + 3.58vw, 2.25rem);
    font-weight: 700;
    color: hsl(0, 3%, 93%);
    margin-top: -5px;
  }
  .-rw_BlogImage {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .-rw_BlogExcerpt {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.3;
    color: hsl(0, 3%, 93%);
    margin-top: 0px;
  }
  .-rw_BlogWedgetTitle {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    width: 100%;
    padding: 5px;
    background-color: hsl(0, 0%, 56%);
    color: hsl(0, 3%, 93%);
    text-align: center;
  }
  .-rw_BlogTitle a,
  .-rw_BlogTitle a:hover,
  .-rw_BlogTitle a:visited,
  .-rw_BlogTitle a:active {
    text-decoration: none;
    color: hsl(0, 3%, 93%);
  }
  ul.-rw_News-List {
    list-style: none;
    padding-inline: 10px;
  }
  li.-rw_News:first-child {
    padding-top: 15px;
  }
  li.-rw_News:last-child {
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 3%, 93%);
  }
  li.-rw_News {
    border-bottom: 1px dotted hsl(0, 3%, 93%);
    margin-bottom: 15px;
  }
  li.-rw_News a,
  li.-rw_News a:hover,
  li.-rw_News a:visited,
  li.-rw_News a:active {
    text-decoration: none;
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
}

@media screen and (769px <= width <= 1129px) {
  .-rw_Blog {
    display: grid;
    grid-template: 'BlogArea WidgetArea';
    grid-template-columns: 63vw 21vw;
    grid-gap: 4vw;
    justify-content: center;
    width: 100%;
  }
  .-rw_BlogMain {
    grid-area: BlogArea;
  }

  .-rw_BlogAside {
    grid-area: WidgetArea;
  }

  .-rw_BlogArticle {
    margin-bottom: 40px;
  }
  .-rw_BlogDate {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
  .-rw_BlogTitle {
    font-size: clamp(1.25rem, -0.468rem + 3.58vw, 2.25rem);
    font-weight: 700;
    color: hsl(0, 3%, 93%);
    margin-top: -5px;
  }
  .-rw_BlogImage {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .-rw_BlogExcerpt {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.3;
    color: hsl(0, 3%, 93%);
    margin-top: 0px;
  }
  .-rw_BlogWedgetTitle {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    width: 100%;
    padding: 5px;
    background-color: hsl(0, 0%, 56%);
    color: hsl(0, 3%, 93%);
    text-align: center;
  }
  .-rw_BlogTitle a,
  .-rw_BlogTitle a:hover,
  .-rw_BlogTitle a:visited,
  .-rw_BlogTitle a:active {
    text-decoration: none;
    color: hsl(0, 3%, 93%);
  }
  ul.-rw_News-List {
    list-style: none;
    padding-inline: 10px;
  }
  li.-rw_News:first-child {
    padding-top: 15px;
  }
  li.-rw_News:last-child {
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 3%, 93%);
  }
  li.-rw_News {
    border-bottom: 1px dotted hsl(0, 3%, 93%);
    margin-bottom: 15px;
  }
  li.-rw_News a,
  li.-rw_News a:hover,
  li.-rw_News a:visited,
  li.-rw_News a:active {
    text-decoration: none;
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
}

@media screen and (width <= 768px) {
  .-rw_Blog {
    width: 100%;
    grid-template:
      'BlogArea'
      'WidgetArea';
    grid-template-columns: minmax(320px, 1fr);
    justify-content: center;
  }
  .-rw_BlogMain {
    grid-area: BlogArea;
  }

  .-rw_BlogAside {
    grid-area: WidgetArea;
  }

  .-rw_BlogArticle {
    margin-bottom: 40px;
  }
  .-rw_BlogDate {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
  .-rw_BlogTitle {
    font-size: clamp(1.25rem, -0.468rem + 3.58vw, 2.25rem);
    font-weight: 700;
    color: hsl(0, 3%, 93%);
    margin-top: -5px;
  }
  .-rw_BlogImage {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .-rw_BlogExcerpt {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.3;
    color: hsl(0, 3%, 93%);
    margin-top: 0px;
  }
  .-rw_BlogWedgetTitle {
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    width: 100%;
    padding: 5px;
    background-color: hsl(0, 0%, 56%);
    color: hsl(0, 3%, 93%);
    text-align: center;
  }
  .-rw_BlogTitle a,
  .-rw_BlogTitle a:hover,
  .-rw_BlogTitle a:visited,
  .-rw_BlogTitle a:active {
    text-decoration: none;
    color: hsl(0, 3%, 93%);
  }
  ul.-rw_News-List {
    list-style: none;
    padding-inline: 10px;
  }
  li.-rw_News:first-child {
    padding-top: 15px;
  }
  li.-rw_News:last-child {
    padding-bottom: 5px;
    border-bottom: 1px solid hsl(0, 3%, 93%);
  }
  li.-rw_News {
    border-bottom: 1px dotted hsl(0, 3%, 93%);
    margin-bottom: 15px;
  }
  li.-rw_News a,
  li.-rw_News a:hover,
  li.-rw_News a:visited,
  li.-rw_News a:active {
    text-decoration: none;
    font-size: clamp(0.875rem, 0.66rem + 0.45vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    color: hsl(0, 3%, 93%);
  }
}

/* ページネーション*/
.-rw_pagination-list {
  justify-content: space-between;
}

a.-rw_pagination-next:hover,
a.-rw_pagination-previous:hover {
  background-color: color-mix(in srgb, #021122, white 50%);
}
