@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
:root {
  /*--bs-font-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
/*  --bs-font-sans-serif: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-body-bg: #ffffff;
  --bs-body-color: #000000;


}

/*共通*/
a {
  text-decoration: none;
  color: #4753c1;
}

.borderline {
  border-top: 1px dashed #8c8b8b;
}

.borderlineend {
  border: 0;
  height: 8px;
  background-image: repeating-linear-gradient(90deg, #777 0px, #777 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 4px);
}


/*リストグループ*/
.list-group {
  --bs-list-group-border-width: 1.5px;
}

.nav-link {
  color: #4753c1;
}

/*アイコンフォント*/
.material-icons {
  vertical-align: middle;
}

.material-symbols-outlined {
  vertical-align: middle;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 48
}

/*バッジ*/
.badge{
  vertical-align: top;
}

/*サイドメニュー画像*/
.side-img {
  border-top: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
}



/*個別*/

/*datatable*/
.dataTables_wrapper .dataTables_filter input{
  margin-bottom: 3px;
}




/*フッター*/
a.footer{
  color: #000000;
}

a.footer:hover {
  color :#1a78c2;
}

.footer{
  background-color: #f0f8ff;
}

/*メニューのリストグループ*/
.list-side{
  border-color: #dee2e6;
/*  font-size: 1.2rem;*/
  transition: 0.5s;
}

.list-side:hover {
  color :#1a78c2;
}


/*必須マーク*/
.required:after {
  content: " *";
  color: #ff7518;
}

.requiredJap {
  margin-left: 5px;
  padding: 2.5px 10px;
  border-radius: 2em;
  line-height: 1;
  font-size: 0.55rem;
  white-space: nowrap;
  color: #000;
  background-color: #ffcccc85;
  font-weight: 700;
  vertical-align: middle;
}

/*見出しカラー*/
.leftcolor{
  padding-left: 10px ;
  border-left-width: 5px ;
  border-left-style: solid ;
  border-left-color: #3fbd14;
}

.underbarRed:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.underbarBlue:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, rgb(84, 114, 205), transparent);
  background: linear-gradient(to right, rgb(84, 114, 205), transparent);
}

.login:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.vartopbtm {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}

.titlebar {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 6px solid #3fb618;
}

.titlebar:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #266d0e;
}

.titlebarB {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.titlebarB:after {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}


.fm-cus{
  background-color: #20374c2b;
}



/**/

/*認証ページ*/

.auth-control {
  text-align: center;
  border: none;
  outline: none;
  border-bottom: 3px solid #c2d2eb;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2;
  color: #3e3f3a;
}

.authinputline {
  width: 100%;
  height: 5px;
  box-shadow: 0px 6px 5px -5px #f6a720 inset,0px 8px 4px -8px #2578f9;
/*  background: #2578f9;*/
  transform-origin: center center;
  transform: scaleX(0);
  transition: transform 0.18s ease-out;
}

.auth-control:focus + .authinputline {
    transform: scaleX(1);
}

/**/




/*トップページ*/
/*a.info {*/
/*  color: #004479;*/
/*  border-radius :5px;
  box-shadow :0px 0px 2px silver;
  padding: 0.5em 0.5em 0.5em 1em;*/
/*}*/

/*a.info:hover {
  color :#6d0303;
}*/

.infolist{
  --bs-list-group-color: #000;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: #20374c;

}

/*カルーセル*/
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}

.carousel-item{
  height: auto;
}

.carousel-item a {
  display: block;
  width:100%;
}

.carousel-item .show-image {
  display: block;
  width:100%;
}



/*トップページ「お知らせ詳細」*/
.infotitle {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
/*  line-height: 1.4;*/
  padding: 0.5em 0.5em;
/*  margin: 0.5em 0 0.5em;*/
}


/*過去のお知らせ*/

.infoleftcolor {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

/**/

/*特定商取引法に基づく表示*/

ul.list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* ===== Modern Bootstrap-based Sidebar Styles ===== */

/* Desktop Sidebar Card */
.modern-sidebar-card {
  border: none;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e5e7eb;
}

.modern-sidebar-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Sidebar Menu Items */
.modern-sidebar-menu .modern-sidebar-item {
  border: none;
  padding: 1.25rem 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  color: #4b5563;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #f3f4f6;
}

.modern-sidebar-menu .modern-sidebar-item:last-child {
  border-bottom: none;
}

.modern-sidebar-menu .modern-sidebar-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f9fafb;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.modern-sidebar-menu .modern-sidebar-item:hover::before {
  width: 100%;
}

.modern-sidebar-menu .modern-sidebar-item:hover {
  color: #1a202c;
  transform: translateX(0.5rem);
  box-shadow: inset 0.25rem 0 0 #22c55e;
}

.modern-sidebar-menu .modern-sidebar-item .material-icons,
.modern-sidebar-menu .modern-sidebar-item .sidebar-text {
  position: relative;
  z-index: 1;
}

.modern-sidebar-menu .modern-sidebar-item .material-icons {
  font-size: 1.375rem;
  transition: transform 0.3s ease;
  color: #6b7280;
}

.modern-sidebar-menu .modern-sidebar-item:hover .material-icons {
  transform: scale(1.15);
  color: #22c55e;
}

.modern-sidebar-menu .modern-sidebar-item .sidebar-text {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Primary Menu Item (入会案内) */
.modern-sidebar-primary {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  color: white !important;
  box-shadow: 0 0.25rem 0.75rem rgba(34, 197, 94, 0.3);
}

.modern-sidebar-primary .material-icons {
  color: white !important;
}

.modern-sidebar-primary::before {
  background: linear-gradient(135deg, #15803d, #166534) !important;
}

.modern-sidebar-primary:hover {
  box-shadow: 0 0.5rem 1rem rgba(34, 197, 94, 0.4);
  color: #f8f9fa !important;
}

.modern-sidebar-primary:hover .material-icons {
  color: #f8f9fa !important;
}

/* Accent Menu Item (会員サイト) */
.modern-sidebar-accent {
  background: linear-gradient(135deg, #059669, #047857) !important;
  color: white !important;
  box-shadow: 0 0.25rem 0.75rem rgba(5, 150, 105, 0.3);
}

.modern-sidebar-accent .material-icons {
  color: white !important;
}

.modern-sidebar-accent::before {
  background: linear-gradient(135deg, #065f46, #064e3b) !important;
}

.modern-sidebar-accent:hover {
  box-shadow: 0 0.5rem 1rem rgba(5, 150, 105, 0.4);
  color: #f8f9fa !important;
}

.modern-sidebar-accent:hover .material-icons {
  color: #f8f9fa !important;
}

/* Banner Section */
.modern-banner-section {
  margin-top: 1.5rem;
}

.modern-banner-card {
  border: none;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 0.875rem;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f3f4f6;
  background: #ffffff;
}

.modern-banner-card:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #e5e7eb;
}

.modern-banner-link {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}

.modern-banner-card img {
  transition: transform 0.3s ease;
  border-radius: 0.5rem;
}

.modern-banner-card:hover img {
  transform: scale(1.03);
}

.modern-banner-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 197, 94, 0.05);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 0.5rem;
}

.modern-banner-card:hover .modern-banner-link::after {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .modern-sidebar-menu .modern-sidebar-item {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
  }
  
  .modern-sidebar-menu .modern-sidebar-item .material-icons {
    font-size: 1.25rem;
  }
}

/* Additional Green Theme Enhancements */
.modern-sidebar-menu .modern-sidebar-item:focus {
  outline: 2px solid #70F4A2;
  outline-offset: -2px;
}

.modern-sidebar-menu .modern-sidebar-item:active {
  transform: translateX(0.25rem) scale(0.98);
}

/* Loading state for better UX */
.modern-sidebar-item.loading {
  opacity: 0.7;
  pointer-events: none;
}

.modern-sidebar-item.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ===== Modern News Section Styles ===== */

.modern-news-section {
  background: transparent;
  padding: 1rem 0;
}

.modern-news-title {
  color: #1f2937;
  font-weight: 700;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.modern-news-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 4rem;
  height: 0.25rem;
  background: #22c55e;
  border-radius: 0.125rem;
}

.modern-news-title .material-icons {
  font-size: 1.875rem;
  color: #22c55e;
}

/* News List */
.modern-news-list {
  margin-bottom: 2rem;
}

.modern-news-item {
  background: #ffffff;
  border-radius: 0.875rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.modern-news-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #22c55e;
  transition: width 0.3s ease;
}

.modern-news-item:hover {
  transform: translateX(0.25rem);
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  border-color: #e5e7eb;
}

.modern-news-item:hover::before {
  width: 0.5rem;
}

/* News Meta */
.news-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.news-date {
  font-weight: 600;
  color: #6b7280;
  font-size: 0.9rem;
  background: #f9fafb;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
}

.news-category {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.375rem 0.875rem;
  border-radius: 1rem;
}

.news-new-badge {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

/* News Content */
.news-content {
  margin-top: 0.75rem;
}

.modern-news-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.modern-news-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.news-title {
  color: #1f2937;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

.news-link {
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.3s ease;
  display: block;
}

.news-link:hover {
  color: #22c55e;
  text-decoration: none;
  transform: none;
}

/* News Footer */
.modern-news-footer {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid #f3f4f6;
}

.modern-news-btn {
  background: #ffffff;
  color: #22c55e;
  border: 2px solid #22c55e;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.modern-news-btn:hover {
  background: #22c55e;
  color: white;
  border-color: #22c55e;
}

.modern-news-btn .material-icons {
  font-size: 1.125rem;
}

/* Responsive Design */
@media (max-width: 767.98px) {
  .modern-news-section {
    padding: 1rem 0;
  }
  
  .modern-news-title {
    font-size: 1.5rem;
  }
  
  .modern-news-item {
    padding: 1rem;
    border-radius: 0.75rem;
  }
  
  .news-meta {
    gap: 0.5rem;
  }
  
  .modern-news-btn {
    padding: 0.625rem 1.5rem;
    font-size: 0.9rem;
  }
}

/**/


