/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root {
  --side-header-width: 240px;
  --main-green: #4caf75;
  --light-green: #e6f5ea;
}

.ast-container, .ast-container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

body.page-id-521 #content,
body.category #content {
  background: #dff3e5;
}

/* PC メニュー*/
@media (min-width: 1024px) {
  .side-header {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--side-header-width);
    height: 100vh;
    background: #fff;
    z-index: 9999;
    border-right: 1px solid #e5e5e5;
  }

  .side-header__inner {
    height: 100%;
    padding: 50px 24px 28px;
    display: block;
  }

  .side-header__logo {
    margin-bottom: 28px;
  }

  .side-header__logo img {
    max-width: 150px;
    height: auto;
    display: block;
  }

  .side-header__menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .side-header__menu li {
    margin: 0;
    text-align: left;
  }

  .side-header__menu a {
    display: block;
    padding: 9px 8px;
    color: var(--main-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    border-top: 1px dashed var(--main-green);
  }

  .side-header__menu li:last-child a {
    border-bottom: 1px dashed var(--main-green);
  }

  .side-header__menu a:hover,
  .side-header__menu .current-menu-item > a {
    background: var(--light-green);
  }

  body.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,
  body.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #content,
  .site-footer {
    margin-left: var(--side-header-width);
    width: auto !important;
    max-width: none !important;
  }

  #content .ast-container {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }


  #content,
  .site-footer {
    width: auto !important;
    max-width: none !important;
  }
}

.mobile-header {
  display: none;
}

h3.uagb-heading-text {
  display: inline-block;
}

h3.uagb-heading-text::after {
   content: "";
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 2px dotted #6aa37d;
}

/*****************************************************************
TOP
*****************************************************************/
body.home #content .slogan {
  position: absolute !important;
  top: 30px;
  right: 24px;
  left: auto;
  transform: none;
  z-index: 10;
  width: 180px;
  height: auto;
  max-width: none !important;
  aspect-ratio: unset;
}

body.home #content .slogan img {
  width: 100%;
  height: auto;
  display: block;
}

/* TOP お知らせ機能 */
.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none !important;
}

.custom-news-title {
  text-decoration: none !important;
}

.custom-news-title:hover {
  text-decoration: none;
}

#news-list {
  scroll-margin-top: 50px;
  width: 1000px;
}

.news-filter {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.news-filter-btn {
  min-width: 130px;
  padding: 6px 24px;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  background: #fff;
  line-height: 1.2;
  transition: 0.3s ease;
}

/* すべて */
.news-filter-btn.all {
  border: 4px solid #f4ad82;
  color: #f4ad82;
}

.news-filter-btn.all.is-active,
.news-filter-btn.all:hover {
  background: #f4ad82;
  color: #fff;
}

/* クラス */
.news-filter-btn.class {
  border: 4px solid #ee78a8;
  color: #ee78a8;
}

.news-filter-btn.class.is-active,
.news-filter-btn.class:hover {
  background: #ee78a8;
  color: #fff;
}

/* イベント */
.news-filter-btn.event {
  border: 4px solid #8296f3;
  color: #8296f3;
}

.news-filter-btn.event.is-active,
.news-filter-btn.event:hover {
  background: #8296f3;
  color: #fff;
}

/* 学童 */
.news-filter-btn.gakudo {
  border: 4px solid #f1d34c;
  color: #d4ac00;
}

.news-filter-btn.gakudo.is-active,
.news-filter-btn.gakudo:hover {
  background: #f1d34c;
  color: #fff;
}

/*お知らせ */
.news-filter-btn.osirase {
    border: 4px solid #8bcf7a;
    color: #5ca94d;
}

.news-filter-btn.osirase.is-active,
.news-filter-btn.osirase:hover  {
    background: #8bcf7a;
    color: #fff;
}


.custom-news-box {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  padding: 28px 34px;
}

.custom-news-item {
  padding: 12px 0;
  border-bottom: 1px solid #8eb8a2;
}

.custom-news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.custom-news-date {
  font-size: 14px;
}

.custom-news-cat {
  display: inline-block;
  min-width: 70px;
  padding: 3px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.custom-news-title {
  text-decoration: none;
  font-size: 15px;
}

.custom-news-title:hover {
  text-decoration: underline;
}

/* クラス配下の子カテゴリ */
.custom-news-cat.parent-class {
  background: #ef7fac;
}

/* イベント配下の子カテゴリ */
.custom-news-cat.parent-event {
  background: #8296f3;
}

/* 学童 */
.custom-news-cat.parent-gakudo {
  background: #f1d34c;
  color: #fff;
}

/* おしらせ */
.custom-news-cat.parent-osirase {
  background: #8bcf7a;
  color: #fff;
}

@media (max-width: 600px) {
  .news-filter {
    gap: 8px;
  }

  .news-filter-btn {
    min-width: 44%;
    padding: 7px 12px;
    font-size: 14px;
  }

  .custom-news-box {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .custom-news-title {
    font-size: 14px;
  }
}

/* TOP スライダー角丸維持 */
body.home .uagb-slider-container.uagb-block-6b792b66 {
  border-radius: 0 0 30px 30px !important;
  overflow: hidden !important;
}

body.home .uagb-slider-container.uagb-block-6b792b66 .swiper,
body.home .uagb-slider-container.uagb-block-6b792b66 .swiper-wrapper,
body.home .uagb-slider-container.uagb-block-6b792b66 .swiper-slide,
body.home .uagb-slider-container.uagb-block-6b792b66 img {
  border-radius: inherit !important;
  overflow: hidden !important;
}
/* TOP 見出し飾り */
h2.wp-block-heading.has-text-align-center {
    display: table;
    margin: 0 auto;
    padding-bottom: 12px;
}

h2.wp-block-heading.has-text-align-center::after {
    content: "";
    display: block;
    border-bottom: 2px dotted #6aa37d;
}
/* TOP 保育園について */
/* セクション全体を絶対配置の基準にする */
.hoiku-section {
  position: relative !important;
  overflow: hidden !important;
}

.content02::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    background: #fff;
    clip-path: polygon(
        0 100%,
        0 50%,
        10% 100%,
        20% 50%,
        30% 100%,
        40% 50%,
        50% 100%,
        60% 50%,
        70% 100%,
        80% 50%,
        90% 100%,
        100% 50%,
        100% 100%
    );
    z-index: 2;
}

@keyframes sway-left-top {
  0%, 100% { transform: translateX(24px); }
  50% { transform: translateX(34px); }
}

@keyframes sway-left-bottom {
  0%, 100% { transform: translateX(-25px); }
  50% { transform: translateX(-35px); }
}

@keyframes sway-right-top {
  0%, 100% { transform: translateX(-26px); }
  50% { transform: translateX(-36px); }
}

@keyframes sway-right-bottom {
  0%, 100% { transform: translateX(25px); }
  50% { transform: translateX(35px); }
}

/* 保育セクション全体 */
.hoiku-section {
  position: relative !important;
  overflow: visible !important;
}

/* Spectraの内側ラップにも効かせる */
.hoiku-section > .uagb-container-inner-blocks-wrap,
.hoiku-section .uagb-container-inner-blocks-wrap {
  overflow: visible !important;
}

/* メインコンテンツ */
.hoiku-section .uagb-block-bf15d0da {
  position: relative !important;
  z-index: 2 !important;
   /* 余白はpaddingではなく高さで作る */
  min-height: 620px;
  display: flex;
  align-items: center;
}

/* 中身の幅を広げる */
.hoiku-section .uagb-block-bf15d0da {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative !important;
  z-index: 2 !important;
}

/* 中の画像を少し大きく見せる */
.hoiku-section .left-top img,
.hoiku-section .left-bottom img,
.hoiku-section .right-top img,
.hoiku-section .right-bottom img {
  transform: scale(1.08);
}

/* 上の木：右外側 */
.hoiku-section .tree-top {
  position: absolute !important;
  top: 10px !important;
  right: -80px !important;
  width: 140px !important;
  z-index: 1 !important;
  pointer-events: none;
}

/* 下の木：左外側 */
.hoiku-section .tree-bottom {
  position: absolute !important;
  bottom: 10px !important;
  left: -70px !important;
  width: 140px !important;
  z-index: 1 !important;
  pointer-events: none;
}

.hoiku-section .tree-top img,
.hoiku-section .tree-bottom img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* イメージギャラリー 無限ループ用 */
body.home #content .infinityloop .slick-slider {
	overflow-x: hidden;
}
body.home #content .infinityloop .slick-slide {
	padding: 15px;
}
body.home #content .infinityloop .slick-slide:nth-of-type(2n) {
	margin-bottom: 70px;
}

/* Spectraギャラリー共通：止まらずループ （TOPと保育園について*/
.infinityloop .slick-track,
.infinityloop2 .slick-track {
  transition-timing-function: linear !important;
}

.infinityloop .slick-slider,
.infinityloop .slick-list,
.infinityloop .slick-track,
.infinityloop2 .slick-slider,
.infinityloop2 .slick-list,
.infinityloop2 .slick-track {
  pointer-events: none;
}

/* 総合セクション */
.uagb-block-d124f4e0 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* 黄色いエリア */
.sougou {
  position: relative;
  z-index: 2;
}

/* 上の木 */
.sougou-top {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 3;
}

.sougou-top img {
  width: 140px;
  height: auto;
}

/* 下のリス */
.sougou-bottom {
  position: absolute;
  right: -10px;
  bottom: -20px;
  z-index: 3;
}

.sougou-bottom img {
  width: 160px;
  height: auto;
}

.opacity:hover{
  opacity: 0.7;  
  transition: opacity 0.3s ease;
}

/*****************************************************************
保育園について
*****************************************************************/


/* 保育園について　概要・沿革 */
.uagb-block-f01773b3 .wp-block-table,
.uagb-block-1964fc0d .wp-block-table,
.uagb-block-bf85c7f0  .wp-block-table {
  overflow-x: visible;
}

.uagb-block-f01773b3 table,
.uagb-block-1964fc0d table,
.uagb-block-bf85c7f0 table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid #f6c6d8 !important;
  border-radius: 20px;
  overflow: hidden;
  background: #fffaf7;
  font-size: 16px;
}

.uagb-block-f01773b3 td,
.uagb-block-1964fc0d td,
.uagb-block-bf85c7f0 td {
  padding: 16px 18px;
  border-bottom: 1px dashed #f3b6c8;
  color: #5a3b2e;
  line-height: 1.7;
}

.uagb-block-f01773b3 tr:last-child td,
.uagb-block-1964fc0d tr:last-child td,
.uagb-block-bf85c7f0 tr:last-child td  {
  border-bottom: none;
}

.uagb-block-f01773b3 td:first-child,
.uagb-block-1964fc0d td:first-child,
.uagb-block-bf85c7f0 td:first-child {
  width: 28%;
  background: #fff0f5;
  font-weight: 700;
  color: #8a4b62;
  text-align: center;
}

.uagb-block-f01773b3 td:nth-child(2),
.uagb-block-1964fc0d td:nth-child(2),
.uagb-block-bf85c7f0 td:nth-child(2)
 {
  background: #ffffff;
}
/* 保育時間 表デザイン */
.uagb-block-1f9ed4b2 .wp-block-table,
.uagb-block-bf85c7f0 .wp-block-table
 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.uagb-block-1f9ed4b2 table
 {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid #f6c6d8 !important;
  border-radius: 20px;
  overflow: hidden;
  background: #fffaf7;
  font-size: 16px;
}

.uagb-block-1f9ed4b2 td
 {
  padding: 16px 18px;
  border-bottom: 1px dashed #f3b6c8;
  border-right: 1px dashed #f3b6c8;
  color: #5a3b2e;
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
}

.uagb-block-1f9ed4b2 tr:first-child td {
  background: #fff0f5;
  font-weight: 700;
  color: #8a4b62;
}

.uagb-block-1f9ed4b2 td:first-child {
  background: #fff0f5;
  font-weight: 700;
  color: #8a4b62;
}

.uagb-block-1f9ed4b2 tr:last-child td {
  border-bottom: none;
}

.uagb-block-1f9ed4b2 td:last-child {
  border-right: none;
}

/* 保育時間 表デザイン */
.uagb-block-1f9ed4b2 .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.uagb-block-1f9ed4b2 table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid #f6c6d8 !important;
  border-radius: 20px;
  overflow: hidden;
  background: #fffaf7;
  font-size: 16px;
}

.uagb-block-1f9ed4b2 td {
  padding: 16px 18px;
  border-bottom: 1px dashed #f3b6c8;
  border-right: 1px dashed #f3b6c8;
  color: #5a3b2e;
  line-height: 1.7;
  text-align: center;
  background: #ffffff;
}

.uagb-block-1f9ed4b2 tr:first-child td {
  background: #fff0f5;
  font-weight: 700;
  color: #8a4b62;
}

.uagb-block-1f9ed4b2 td:first-child {
  background: #fff0f5;
  font-weight: 700;
  color: #8a4b62;
}

.uagb-block-1f9ed4b2 tr:last-child td {
  border-bottom: none;
}

.uagb-block-1f9ed4b2 td:last-child {
  border-right: none;
}

/* 1日の流れ */
.page-id-145 .swiper-content,.page-id-316 .swiper-content{
  border-radius: 10px;
}

/*****************************************************************
子育て支援
*****************************************************************/

/* 土曜日料金テーブル */
.uagb-block-b94e6ae0 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 2px solid #5faf7a;
  border-radius: 12px;
  background: #fff;
}

.uagb-block-b94e6ae0 table td {
  padding: 18px 20px;
  border: none;
  border-bottom: 1px dashed #cfcfcf;
  font-size: 16px;
  line-height: 1.6;
}

.uagb-block-b94e6ae0 table tr:first-child td {
  background: #5faf7a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.uagb-block-b94e6ae0 table tr:last-child td {
  border-bottom: none;
}

.uagb-block-b94e6ae0 table td:nth-child(2) {
  border-left: 1px solid #d9d9d9;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

/* その他費用テーブル */
.uagb-block-5cd56fa3 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 2px solid #4a2412;
  border-radius: 12px;
  background: #fff;
}

.uagb-block-5cd56fa3 table td {
  padding: 24px 20px;
  border: none;
  border-bottom: 1px dashed #4a2412;
  font-size: 16px;
  line-height: 1.6;
  color: #3b1f10;
  vertical-align: middle;
}

/* 左側の「その他費用」 */
.uagb-block-5cd56fa3 table td[rowspan] {
  background: #5faf7a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  width: 34%;
  border-right: 1px solid #d9d9d9;
}

/* 2列目：入会時・年1回 */
.uagb-block-5cd56fa3 table tr td:nth-child(2),
.uagb-block-5cd56fa3 table tr:nth-child(2) td:first-child {
  text-align: center;
  font-weight: bold;
  width: 24%;
  border-right: 1px solid #d9d9d9;
}

/* 3列目：諸経費・損害保険加入費 */
.uagb-block-5cd56fa3 table tr td:nth-child(3),
.uagb-block-5cd56fa3 table tr:nth-child(2) td:nth-child(2) {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

/* 最後の行の下線を消す */
.uagb-block-5cd56fa3 table tr:last-child td {
  border-bottom: none;
}

.child-btn{
  width: 200px !important;
}

/*****************************************************************
お知らせ一覧
*****************************************************************/

.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.news-main {
  width: 100%;
}

.news-main .news-archive-page {
  margin-left: auto;
  margin-right: auto;
}

.custom-news-cat {
  text-decoration: none !important;
}

.custom-news-cat:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none !important;
}

.news-archive-page {
  background: #dff3e5;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2rem;
}

.news-pagination {
  margin-top: 30px;
  text-align: center;
}

.news-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-pagination li {
  list-style: none;
}

.news-pagination a,
.news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  border: 2px solid #8eb8a2;
  color: #4d9b69;
  text-decoration: none !important;
  font-weight: 700;
}

.news-pagination .current {
  background: #8eb8a2;
  color: #fff;
}

.news-pagination a:hover {
  background: #8eb8a2;
  color: #fff;
}

/* お知らせ一覧（カテゴリ別）タイトル */
.news-category-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #4d9b69;
}

.site-below-footer-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.site-above-footer-wrap, .site-below-footer-wrap {
  padding-top: 0px;
  padding-bottom: 0px; 
}

.single .post-navigation .nav-next, .single .post-navigation .nav-previous {
  margin-left: 1.5rem;
}

.single .post-navigation .nav-links .nav-previous+.nav-next {
  margin-right:1.5rem;
  }

/* お知らせ一覧に戻るボタン */
.news-back-btn-wrap {
  text-align: center;
  margin-top: 32px;
}

.news-back-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 54px 14px 32px;
  border-radius: 999px;
  background: #f9ad7f;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.news-back-btn::after {
  content: "›";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.news-back-btn:hover {
  background: #ffff;
  color: #f9ad7f !important;
  opacity: 0.9;
}
/*****************************************************************
フッター
*****************************************************************/

.footer-info {
  padding: 14px 20px;
}

.footer-info__inner {
  max-width: 900px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.footer-info__text {
  color: #fff;
}

.footer-info__logo img,
.footer-info__logo .alignleft {
  float: none !important;
  display: block;
  margin: 0 0 14px 0 !important;
}

.footer-info__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 360px;
}

.footer-info__logo img {
  width: 170px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

.footer-info__address {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 4px;
  white-space: nowrap;
}

.footer-info__tel {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin: 0;
}

.footer-info__map {
  width: 46%;
  max-width: 520px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.footer-info__map iframe {
  height: 250px;
  border: 0;
  display: block;
}

/*****************************************************************
PPWP パスワード
*****************************************************************/
/* PPWP パスワードフォーム全体 */
.ppw-ppf-input-container {
  max-width: 760px;
  margin: 40px auto 0;
  padding: 0 16px;
  text-align: center;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* 説明文 */
.ppw-ppf-desc {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #4a2f25;
  font-weight: 500;
}

/* 入力欄とボタンの親要素 */
.ppw-ppf-field-container {
  margin: 0;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  text-align: center;
}

/* ラベル */
.ppw-pwd-label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #4a2f25;
  font-weight: 500;
}

/* パスワード入力欄 */
.ppw-pwd-label input[type="password"] {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 46px;
  margin: 8px auto 16px;
  padding: 0 14px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

/* 入力欄フォーカス時 */
.ppw-pwd-label input[type="password"]:focus {
  outline: none;
  border-color: #58ad78;
}

/* 送信ボタン */
.ppw-pwd-submit-btn {
  display: inline-block;
  min-width: 112px;
  height: 44px;
  padding: 0 26px;
  border: none;
  border-radius: 3px;
  background: #ffc64a;
  color: #2f241d;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  cursor: pointer;
}

/* hover */
.ppw-pwd-submit-btn:hover {
  background: #ffb82e;
}

/* /news/ パスワードフォームの中央揃え調整 */
.news-password-form .ppw-ppf-field-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* ラベル全体 */
.news-password-form .ppw-pwd-label {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

/* 入力欄 */
.news-password-form .ppw-pwd-label input[type="password"] {
  display: block;
  width: 100%;
  max-width: 560px;
  height: 46px;
  margin: 10px auto 0;
  box-sizing: border-box;
}

/* 送信ボタン */
.news-password-form .ppw-pwd-submit-btn {
  display: block;
  width: 120px;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 44px;
}