@charset "utf-8";
:root {
  --header-height-pc:140px;
  --header-height-sp:78px;
  --site-max-width:1920px;

}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height-sp);
}
@media (min-width: 641px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    color: #555151;
}

@media (hover: hover) {
  body a {
    transition: all 0.2s ease-in-out;
  }
  body a:hover img{
    opacity: 0.7;
  }
}

/* headline */
.heading-001{
  color: #FFF;
  position: relative;
  padding: 5px 30px;
}
.is-public-page .heading-001{
  background: #202673;
}
.is-member-only-page .heading-001{
  background: #199d98;
}
@media (min-width: 641px) {
  .heading-001:before{
    position: absolute;
    content: "|";
    top: 3px;
    left: 15px;
  }
}
.heading-002{
  color: #FFF;
  position: relative;
  padding: 5px 15px;
}
.is-public-page .heading-002{
  background: #202673;
}
.is-member-only-page .heading-002{
  background: #199d98;
}
.heading-003{
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
}
.is-public-page .heading-003{
  border:solid 1px #202673;
  color: #202673;
}
.is-member-only-page .heading-003{
  border:solid 1px #199d98;
  color: #199d98;
}
.heading-004{
  /* border-bottom:solid 3px #5D84C2; */
  padding: 5px 15px;
}
.is-public-page .heading-004{
  border-bottom:solid 3px #202673;
}
.is-member-only-page .heading-004{
  border-bottom:solid 3px #199d98;
}
/* color */
.c-white{
  color: #FFF;
}
.c-white-sp{
  color: #FFF;
}
@media (min-width: 641px) {
  .c-white-sp{
    color: #555151;
  }
}
.c-pink{
  color: #FD94A8;
}
.c-red{
  color: #FF1414;
}
.c-blue{
  color: #3FA4D3;
}

/* background */
.bg-white{
  background: #FFF;
}
.bg-gray{
  background: #D1D1D1;
}
.bg-gray02{
  background: #5D5C64;
}
.bg-member,
.is-member-only-page .bg{
  background: #199d98;
}
.is-public-page .bg{
  background: #202673;
}
@media (min-width: 641px) {
  .bg-gray-sp,
  .bg-blue-sp{
    background: none;
  }
}
.bg-blue,
.bg-blue-sp{
  background: url(../img/bg-blue.png);
  background-size: cover;
}
.bg-blue-right{
  background: url(../img/bg-blue-right.png) ;
  background-size: cover;
}

.bg-blue-left{
  background: url(../img/bg-blue-left.png) center center ;
  background-size: cover;
}
.bg-gray-sp{
  background: url(../img/bg-gray.png);
  background-size: cover;
}
@media (min-width: 641px) {
  .bg-blue-left-pc{
  background: url(../img/bg-blue-left.png) center center ;
  background-size: cover;
  }
  .bg-blue-right-pc{
    background: url(../img/bg-blue-right.png) ;
    background-size: cover;
  }
}

.bg-blue02{
  background: #2F2673;
}
/* font-size */
.fs-001 {
  font-size: 24px;
}
.fs-002 {
  font-size: 20px;
}
.fs-003 {
  font-size: 18px;
}
.fs-004 {
  font-size: 20px;
}
.fs-005 {
  font-size: 18px;
}
.fs-006 {
  font-size: 15px;
}
@media (min-width: 641px) {
  .fs-001 {
    font-size: 36px;
  }
  .fs-002 {
    font-size: 26px;
  }
  .fs-003 {
    font-size: 24px;
  }
  .fs-004 {
    font-size: 21px;
  }
}

.lh18{
  line-height: 1.8;
}
.indent01{
  padding-left: 1.25em;
  text-indent: -1.25em;
}

/* button --------------------------------- */
.button {
  color: #fff;
  padding:6px 35px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}
/* .button:hover {
  background: #fff;
} */
.is-public-page .button{
  background: #202673;
  border: solid 1px #202673;
}
.is-public-page .button:hover {
  border: solid 1px #202673;
  color: #202673;
  background: #FFF;
}
.is-member-only-page .button{
  background: #199d98;
  border: solid 1px #199d98;
}
.is-member-only-page .button:hover {
  border: solid 1px #199d98;
  color: #199d98;
  background: #FFF;
}
.button-001 {
  background: #19609d;
  color: #fff;
  padding:6px 35px;
  text-decoration: none;
  border: solid 1px #19609d;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}
.button-001:hover {
  border: solid 1px #19609d;
  background: #fff;
  color: #19609d;
}

.button-002 {
  background: #9d1960;
  color: #fff;
  padding:6px 35px;
  text-decoration: none;
  border: solid 1px #9d1960;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}
.button-002:hover {
  border: solid 1px #9d1960;
  background: #fff;
  color: #9d1960;
}
.button-003 {
  background: #5D84C2;
  color: #fff;
  padding:6px 35px;
  text-decoration: none;
  border: solid 1px #5D84C2;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 17px;
}
.button-003:hover {
  border: solid 1px #5D84C2;
  background: #fff;
  color: #5D84C2;
}
/* ログイン状態表示（ログイン中／ログアウト） */
.login_status {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.wpmem-logout-btn {
  background: #19609d;
  color: #fff;
  padding: 6px 25px;
  text-decoration: none;
  border: solid 1px #19609d;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
.wpmem-logout-btn:hover {
  background: #fff;
  color: #19609d;
}
/* ログイン中サイドバー下部：一般ページ（公開サイト側）への誘導ボタン */
.wpmem-public-link-btn {
  display: block;
  width: fit-content;
  min-width: 220px;
  max-width: 100%;
  margin: 0 auto;
  background: #202673;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 25px;
  border-radius: 8px;
  box-sizing: border-box;
}
.wpmem-public-link-btn__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.wpmem-public-link-btn__sub {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.wpmem-public-link-btn:hover {
  opacity: 0.8;
}
/* 「会員ページへ」誘導ボタン: ログアウトボタン(青)と区別できる、既存の「会員」色(緑がかった青)で統一 */
.wpmem-to-member-btn {
  display: block;
  width: fit-content;
  min-width: 220px;
  max-width: 100%;
  margin: 0 auto;
  background: #199d98;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 25px;
  border-radius: 8px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 16px;
}
.wpmem-to-member-btn:hover {
  opacity: 0.8;
}
/* よくある質問（FAQ）: クリックで開閉するアコーディオン */
.faq-list {
  margin: 0 0 30px;
}
.faq-item {
  border: 1px solid #D9E8F2;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.faq-item__q {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #202673;
  transition: background .2s ease;
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__q:hover {
  background: #F5FAFD;
}
.faq-item__q-mark {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #202673;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__q-text {
  flex: 1;
}
.faq-item__toggle {
  flex: none;
  width: 20px;
  height: 20px;
  position: relative;
}
.faq-item__toggle::before,
.faq-item__toggle::after {
  content: "";
  position: absolute;
  background: #3FA4D3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .2s ease, opacity .2s ease;
}
.faq-item__toggle::before {
  width: 14px;
  height: 2px;
}
.faq-item__toggle::after {
  width: 2px;
  height: 14px;
}
.faq-item[open] .faq-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-item__a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px 18px;
  background: #EAF4FA;
  border-top: 1px solid #D9E8F2;
  color: #333;
  line-height: 1.8;
}
.faq-item__a-mark {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #3FA4D3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__a-text {
  flex: 1;
}
/* FAQページ用: 案内文・注意書きなどを目立たせる色付きの角丸ボックス */
/* 回答欄(.faq-item__a、薄い水色)の中に置いても埋もれないよう、白背景+左の色帯にしています */
.faq-note-box {
  background: #fff;
  border: 1px solid #D9E8F2;
  border-left: 4px solid #3FA4D3;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 12px 0;
  color: #333;
  line-height: 1.8;
}
.faq-note-box strong,
.faq-note-box b {
  color: #202673;
}
/* header-sp-001 ------------------------ */
.header-sp-001-logo img {
  display:block;
  height:auto;
  width: calc(100% - 180px );
  margin-left: 15px;
}
@media (min-width: 641px){
.header-sp-001-logo {
  margin: 10px auto;
}
  .header-sp-001-logo img{ 
    width:280px;
  }
}
.facebook-icon{
  width: 50px;
  top: 15px;
  right: 80px;
  position: absolute;
}

.header-sp-001 {
  position: relative;
  width: 100%;
  max-width: 1200px; /* 他のコンテンツ(.container-002)と幅の基準を揃える */
  margin: 0 auto;
  height: 78px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-sp-001-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-sp-001-icon {
  position: fixed;
  top:28px;
  /* PCの広い画面では、右端に張り付かせず.header-sp-001の右端に揃える */
  right: max(15px, calc(50vw - 600px + 15px));
  z-index: 1003;
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #FFF;
}
.header-sp-001-button {
  position: relative;
  width: 50px;
  height: 50px;
  border:1px solid #707070;
}
.header-sp-001-button::after{
  content: attr(data-label);
  position:absolute;
  top:1px;
  left:50%;
  transform:translateX(-50%);
  font-size:.6rem;
  color:#707070;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  pointer-events:none;
}
.header-sp-001-button .line{
  position:absolute;
  left:12px;
  right:12px;
  height:2px;
  background:#707070;
  border-radius:5px;
  transition: transform .25s ease, opacity .2s ease;
}
.header-sp-001-button .line:nth-child(1){
  top:18px;
}
.header-sp-001-button .line:nth-child(2){
  top:24px;
}
.header-sp-001-button .line:nth-child(3){
  top:30px;
}
.header-sp-001-button.active .line:nth-child(1){
  transform: translateY(6px) rotate(45deg);
}
.header-sp-001-button.active .line:nth-child(2){
  opacity:0; 
}
.header-sp-001-button.active .line:nth-child(3){
  transform: translateY(-6px) rotate(-45deg);
}
.header-nav-sp-001{
position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;              /* ← 常にgrid */
  place-items: center;        /* 中央寄せ */
  background-color: rgba(32,38,115,.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  opacity: 0;                 /* ← デフォは非表示 */
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;

}
body.is-open .header-nav-sp-001{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-nav-sp-001 > ul{
  margin: 0;
  padding: 0;
  max-height: 80dvh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.header-nav-sp-001 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.header-nav-sp-001 a{
  display: block;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 18px;
  line-height: 1.2;
  transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}
.header-nav-sp-001 a:hover,
.header-nav-sp-001 a:focus{
  transform: translateY(-2px);
  background: rgba(255,255,255,.15);
}

.header-nav-sp-001 .sub-menu{
  display: none;
  padding: 0;
  width: auto;
}
.header-nav-sp-001 .sub-menu li a{
  font-size: clamp(16px, 2.2vw, 20px);
  opacity: .9;
}

/* ハンバーガーメニュー：ログイン中に表示する「会員ページへ」ボタン */
.header-nav-sp-001 .header-nav-sp-001__member-btn{
  display: inline-block;
  margin-top: 10px;
  padding: 10px 32px;
  background: #199d98; /* 「会員ページへ」の色をサイト全体で統一（ログアウトの青とは別色） */
  color: #fff;
  border: solid 1px #199d98;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.header-nav-sp-001 .header-nav-sp-001__member-btn:hover{
  background: #fff;
  color: #199d98;
  transform: none;
}

body.is-open { overflow: hidden; }

.footer{
  margin: 0;
  line-height: 0;
}
.footer-logo img{
  width: 300px;
  margin: 0 auto;
  display: block;
}
.pagetop-btn {
  position: fixed;
  z-index: 4;
  background: #202673;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 15px;
  text-align: center;
  border-radius: 11%;
  border: solid 1px #202673;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop-btn:hover {
  opacity: 0.5;
}

/* layout */
.container-001 {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 10px;
}
.container-002 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}


/* single */
.headline-post {
	line-height: 1.2;
  padding:0 15px 15px;
	/* font-size: 24px; */
  font-weight: normal;
  background: none;
  overflow-wrap: break-word;
}

.single-content{
	overflow: hidden;
  margin-bottom: 30px;
  padding: 0 15px;
}
.page-block p,
.single-content p{
  line-height: 1.8;
}


@media (min-width: 641px) {
	.single-content{
		min-height:350px;
    margin-bottom: 60px;
	}
}
.single-content .article-info{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 600;
	margin-bottom: 15px;
}

.single-content .article-img{
	margin-bottom: 15px;
}

.single-content h2{
	/* background:#587DB7; */
	color: #FFF;
	border-radius: 12px;
	padding: 5px 20px 7px;
	font-size: 18px;
}
.single-content h3 {
	padding: 0 5px;
	margin-bottom: 0;
	font-size: 20px;
}
.single-content h4{
  margin-bottom: 5px;
}
.single-content h4,
.single-content h5 {
	font-size: 18px;
}
.single-content h6 {
	font-size: 16px;
}
.single-content blockquote {
	position: relative;
	margin: 5px 0 15px 0;
	padding: 40px 15px 8px 15px;
	box-sizing: border-box;
	font-style: italic;
	font-size: 18px;
}

.single-content blockquote:before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 3px;
	content: "";
	font-size: 90px;
	line-height: 1;
}

.single-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

.single-content blockquote cite {
	display: block;
	text-align: right;
	color:#717171;
	font-size:1em;
}
.single-content table{
	border:solid 1px #717171;
	border-collapse: collapse;
}
.single-content table thead th{
	background:#dde5f0;
	padding: 5px;
	border: solid 1px #CCC;
}
.single-content table tbody th{
	background:#dde5f0;
}
.single-content table tbody th,
.single-content table tbody td {
	padding:15px;
	border: solid 1px #CCC;
}
.single-content ul,
.single-content ol{
	margin: 5px 0 15px 15px;
}
.single-content ul {
	list-style: disc;
}
.single-content ol {
	list-style: decimal;
}
.single-content img{
	margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text{
	font-size: 14px;
	margin-top: -15px;
}
.single-content .aligncenter{
	margin-top: 15px;
}
/* 出し分け */
.is-public-page .headline-post{
  border-bottom: solid 3px #202673;
}
.is-public-page .single-content h1,
.is-public-page .single-content h2,
.is-public-page .single-content h3,
.is-public-page .single-content h4,
.is-public-page .single-content h5,
.is-public-page .single-content h6 {
  color:#202673;
}

.is-public-page .single-content h2{
  background: #202673;
  color: #FFF;
}
.is-public-page .single-content h3 {
   border-bottom: solid 3px #202673;
}
.is-public-page .single-content blockquote {
  background:#dde5f0;
}
.is-public-page .single-content blockquote:before {
  color: #587DB7;
}

.wp-singular.single-post.is-member-only-page .headline-post{
  background: none;
  color: #555151;
  border-bottom: solid 3px #199d98;
}
.is-member-only-page .headline-post{
  background: #199d98;
  color: #FFF;
  padding: 10px 15px;

  /* border-bottom: solid 3px #199d98; */
}
.is-member-only-page .single-content h1,
.is-member-only-page .single-content h2,
.is-member-only-page .single-content h3,
.is-member-only-page .single-content h4,
.is-member-only-page .single-content h5,
.is-member-only-page .single-content h6 {
  color:#199d98;
}

.is-member-only-page .single-content h2{
  background: #199d98;
  color: #FFF;
}
.is-member-only-page .single-content h3 {
   border-bottom: solid 3px #199d98;
}
.is-member-only-page .single-content blockquote {
  background:#dde5f0;
}
.is-member-only-page .single-content blockquote:before {
  color: #8ccecb;
}
/* TOP */
.main-swiper{
  margin-bottom: 60px;
}
.news-001{
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.news-item {
  padding:10px 15px;
  border-bottom: solid 1px #CCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-new {
  width: 35px;
  display: flex;
  align-items: center;
}
.icon-new {
  margin:0 15px 0 0;
  font-size:10px;
  color:#FF0000;
  letter-spacing: 0.08em;
}
.badge{
  color: #FFF;
  padding:2px 10px;
  margin: 0 15px;
  /* width: 50px; */
}
.badge-public{
  background: #202673;
}
.badge-member{
  background: #199d98;
}
.news-001-text{
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
}
@media (min-width: 641px) {
  .news-001-text{
    margin-top: 0;
    width: calc(100% - 200px);
  }
}
.news-001-text a {
  text-decoration: none;
  color: #333;
}
.news-001-text a:hover {
  text-decoration: underline;
}
/* .login-box{
  background: #F4F4F4;
  border:#707070 solid 1px ;
  padding: 10px;
  margin: 0 auto 30px;
  width: 80%;
}
@media (min-width: 641px) {
  .login-box{
    width: 100%;
    margin: 0 0 60px 0;
  }
}
.login-box #wpmem_login{
  width: 100%;
  position: relative;
}

.login-box #wpmem_login legend{
  background: #FAFAFA;
  text-align: center;
  font-size: 20px;
  width: 275px;
  font-weight: normal;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 15px 15px;
  border:#707070 solid 1px ;
}
#wpmem_login .button_div{
  text-align: center;
} */
.login-box{
  background: #EAF4FA;
  border:#BFDDEC solid 1px ;
  padding: 10px;
  margin: 0 auto 30px;
  width: 80%;
  margin-top: 50px; /* 通常時はlegendのみ */
  position: relative;
}

/* エラーがある時だけ上のマージンを増やす */
.login-box:has(.wpmem_msg){
  margin-top: 130px; /* エラーメッセージ分も確保 */
}

@media (min-width: 641px) {
  .login-box{
    width: 100%;
    margin: 0 0 60px 0;
    margin-top:30px;
  }
  .login-box:has(.wpmem_msg){
    margin-top: 130px;
  }
  .sidebar .login-box:has(.wpmem_msg){
    margin-top: 180px;
  }
}

/* エラーメッセージをlegendの上に絶対配置 */
.login-box .wpmem_msg{
  position: absolute;
  top: -175px; /* legendの上 */
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #d00;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  width: 100% !important;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 414px) {
  .login-box .wpmem_msg{
    top: -125px; /* legendの上 */
  }
}
@media (min-width: 641px) {
  .sidebar .login-box .wpmem_msg{
    top: -180px;
  }
}
.login-box #wpmem_login{
  width: 100%;
  position: relative;
}

.login-box #wpmem_login legend{
  background: #FAFAFA;
  text-align: center;
  font-size: 20px;
  width: 275px;
  font-weight: normal;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  border:#707070 solid 1px ;
  z-index: 1;
}

#wpmem_login .button_div{
  text-align: center;
}
/* .wpmem_msg {
  width: 100% !important;
} */
.button_div input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 6px 25px;
  background: #587DB7;
  color: #FFF;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	border: 1px solid #587DB7;
	cursor: pointer;
	transition-duration:0.3s;
}
.button_div input[type="submit"]:hover{
  background: #FFF;
  color: #587DB7;
	border: 1px solid #587DB7;
}

.bg-movie{
  background: url(../img/bg-blue.png);
  background-size: cover;
}
@media (min-width: 641px) {
  .bg-movie{
    background: url(../img/bg-blue-left.png) center left;
  }
}
.button-box .button-003{
  background: #5D84C2;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  height: 150px;
  border: solid 5px #5D84C2;
  padding:  15px 5px;
  gap: 0;
  /* gap: 15px; */
}

@media (min-width: 641px) {
  .button-box .button-003{
      height: 310px;
      padding: 20px 15px;
  }
  .button-box .button-003:hover{
    background: #FFF;
    color: #5D84C2;
    border: solid 5px #5D84C2;
  }
}
.button-box .button-003 div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-box .button-003 span{
  padding: 5px;
  width: 90%;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
}
@media (min-width: 641px) {
  .button-box .button-003:hover span{
    border-top: solid 1px #5D84C2;
    border-bottom: solid 1px #5D84C2;
  }
  .button-box .button-003 span{
    padding: 8px 30px;

  }
}
.button-box .button-003.purpose::before{
  content: "";
  background: url(../img/purpose-icon.svg) no-repeat;
  width: 50px;
  height: 64px;
  display: block;
  background-size: cover;
}

@media (min-width: 641px) {
  .button-box .button-003.purpose::before{
    content: "";
    background: url(../img/purpose-icon.svg) no-repeat;
    width: 83px;
    height: 105px;

  }
  .button-box .button-003.purpose:hover::before{
    content: "";
    background: url(../img/purpose-icon-ov.svg) no-repeat;
    width: 83px;
    height: 105px;
    display: block;
  }
}
.button-box .button-003.history::before{
  content: "";
  background: url(../img/history-icon.svg) no-repeat;
  width: 66px;
  height: 50px;
  display: block;
  background-size: cover;
}

@media (min-width: 641px) {
  .button-box .button-003.history::before{
    content: "";
    background: url(../img/history-icon.svg) no-repeat;
    width:113px;
    height: 84px;
    display: block;
  }
  .button-box .button-003.history:hover::before{
    content: "";
    background: url(../img/history-icon-ov.svg) no-repeat;
    width:113px;
    height: 84px;
    display: block;
  }
}
.button-box .button-003.officer::before{
  content: "";
  background: url(../img/officer-icon.svg) no-repeat;
  width: 83px;
  height: 47px;
  display: block;
  background-size: cover;
}

@media (min-width: 641px) {
  .button-box .button-003.officer::before{
    content: "";
    background: url(../img/officer-icon.svg) no-repeat;
    width:149px;
    height: 80px;
    display: block;
  }
  .button-box .button-003.officer:hover::before{
    content: "";
    background: url(../img/officer-icon-ov.svg) no-repeat;
    width:149px;
    height: 80px;
    display: block;
  }
}
.button-box .button-003.organization::before{
  content: "";
  background: url(../img/organization-icon.svg) no-repeat;
  width:45px;
  height: 45px;
  display: block;
    background-size: cover;
}

@media (min-width: 641px) {
  .button-box .button-003.organization::before{
    content: "";
    background: url(../img/organization-icon.svg) no-repeat;
    width:97px;
    height: 97px;
    display: block;
  }
  .button-box .button-003.organization:hover::before{
    content: "";
    background: url(../img/organization-icon-ov.svg) no-repeat;
    width:97px;
    height: 97px;
    display: block;
  }
}

.link-block{
    margin-bottom: 30px;
}
@media (min-width: 641px) {
  .link-block{
    margin-bottom:80px;
  }
}
.link-block a{
  color: #707070;
  text-decoration: none;
}
.page-block{
    margin: 0 0 30px;
}
@media (min-width: 641px) {
  .page-block{
    margin: 0 0 80px;
  }
}
.info-box{
  padding: 0.5em 1em;
  background: #e8eff5;
  border-left: solid 10px #19609d;
}

.page-block #wpmem_login{
  background: #F4F4F4;
  margin: 0 auto;
  padding: 15px;
}

.page-block #wpmem_login fieldset{
  margin: 0 auto;
  text-align: center;
}
.pagenation {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 30px 0 0 0;
}
@media (min-width: 641px) {
  .pagenation {
    margin-top: 60px;
  }
}
.pagenation li {
  margin-left: 10px;
  text-align: center;
}
@media (min-width: 641px) {
  .pagenation li {
    margin-left: 10px;
  }
}
.pagenation li.active {
  background: none;
}
.pagenation li a {
  width: 30px;
  height: 30px;
  display: block;
  color: #2F2673;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.2s ease-out;
  border: 1px solid #2F2673;
  text-decoration: none;
}
.pagenation li a:hover {
  background: #2F2673;
  color: #FFF;
}

.namelist-item{
  margin: 0 15px 30px;
  display: flex;
}
.namelist-txt{
  width: 50%;
  margin-right: 15px;
}
.namelist-item img{
  width: 50%;
}
.list-block {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 ;
}
@media (min-width: 641px) {
  .list-block {
    margin: 60px 0 ;
  }
}
.list-block li {
    background: #fcfcfc;
    width:calc(100% - 15px);
    margin: 0 15px 15px 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 10px solid #5D84C2;
    padding: 0;
    transition: all 0.25s ease-in-out;
}
@media (min-width: 414px) {
  .list-block li {
    width:calc(50% - 15px);
  }
}


.list-block li a {
    display: block;
    padding: 12px 15px; 
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

.list-block li:hover { 
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(93, 132, 194, 0.15); 
    border-left-color: #5D84C2; 
}

.list-block li:hover a {
    color: #5D84C2;
}
.history-table thead th{
  background: #eef2f8 ;
  border:solid 1px #bec1c6;
  padding: 5px;
}
.history-table tbody td{
  border:solid 1px #bec1c6;
  padding: 5px;
}
.history-photo img{
  margin: 0 auto 30px;
  display: block;
}
.is-public-page{
  border-top: solid 10px #202673;
}
.is-member-only-page{
  border-top: solid 10px #199d98;
}
.member-actions{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.member-actions .button-001,
.member-actions .button-002{
  width: 180px;
}

.sidebar-navi ul{
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: solid 5px #199d98;
}
.sidebar-navi ul li a{
  text-decoration: none;
  text-align: center;
  color: #776F6F;
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #b4b4b4;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sidebar-navi ul li a::after {
  background: #199d98;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.sidebar-navi ul li a:hover {
  color: #fff;
}
.sidebar-navi ul li a:hover::after {
  transform: scale(1, 1);
}
.titl01{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #199d98;
  border-radius: 5px;
  color: #199d98;
  font-weight: 700;
  margin: 0;
}

/* 20260918add noticebox */
.noticebox {
	box-sizing: border-box;
	border-top: solid 4px #202673;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 22px 30px 24px;
	margin-top: 32px;
	margin-bottom: 72px;
}
.is-member-only-page .noticebox {
	border-top-color: #199d98;
}
.noticebox__label {
	color: #202673;
	font-size: 0.94rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-align: center;
	margin: 0 0 12px;
}
.is-member-only-page .noticebox__label {
	color: #199d98;
}
.noticebox p:not(.noticebox__label) {
	font-size: 0.94rem;
	line-height: 1.8;
	margin: 0;
}
@media (max-width: 640px) {
	.noticebox__label {
		text-align: left;
	}
	.noticebox {
		padding: 18px 16px 20px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.noticebox__br {
		display: none;
	}
}