﻿#main .mb-30{
  margin-bottom:30px;
}

#main .seiwaWeeklyBlock{
  display:none;
}

.no_line:hover .p-news__title {
  text-decoration: none !important;
  color:black !important;
}


.l-header__icon_area {
	display: flex;
}
.l-header__icon-people {
/*	padding-right: 10px; */
    position: absolute;
    right: 60px;
    display: block;
    top: 10px;
}

.l-header__icon-people img {
	max-width: unset;
	width: 50px;
	height: 50px;
}

/* p-drawer */
.p-drawer {
  width: 100%;
  height: 100vh;
  max-width: 375px;
  z-index: 50;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  border-top: 6px solid #1E3C91;
  transform: translateX(105%);
  transition: transform 0.5s 0s ease-out;
}

.p-drawer.is-active {
    transform: translateX(0);
}
.p-drawer .l-header__icon-people {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
}
/* 20230317 ADD */
.content .guide_ {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif", "Noto sans JP", sans-serif;
}
/* 20230321 ADD Googleカスタム検索 */
#___gcse_0 table.gsc-search-box .gsc-input-box {
  border: 0px;
}
#___gcse_0 table.gsc-search-box .gsc-search-button .gsc-search-button-v2 {
  background-color: white;
  border: 0;
}
#___gcse_0 table.gsc-search-box .gsc-search-button .gsc-search-button-v2 svg {
  fill: #7481D1;
}
#___gcse_0 table.gsc-search-box > tbody > tr {
  display: block;
  width: 100%;
  border: 1px solid #A1AED1;
  border-radius: 3px;
}
#___gcse_0 table.gsc-search-box table#gs_id50 {
  margin: 0;
}
#___gcse_0 table.gsc-search-box table#gs_id50 td#gs_tti50 {
  padding-top: 0;
  padding-bottom: 0;
}
#___gcse_0 table.gsc-search-box table#gs_id50 td#gs_tti50 input#gsc-i-id1 {
    background: white !important;
}
/* 20230321 ADD ハンバーガーメニュー訪問者 */
.c-drawer__pc-item.c-drawer__pc-item-visitor {
  position: absolute;
  right: 59px;
  display: block;
  top: 10px;
  border-bottom: 0;
}
.c-drawer__pc-item.c-drawer__pc-item-visitor > span {
  padding: 0;
}
.c-drawer__pc-item.c-drawer__pc-item-visitor img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.c-drawer__pc-item.c-drawer__pc-item-visitor .c-drawer__sub-menu {
  position: fixed;
}

/*20230323追加*/
#news .p-news__content-wrap .p-news__content .p-news__meta{
  width: 15rem;
}
.news_detail_block .section .section__inner .lytImage .lytImage__text h3.title03 {
  display: flow-root;
}

/* 20230331 ADD */
@media screen and (max-width: 1260px) {
  .p-mv {
    max-height: 700px;
  }
}
.title01 {
  margin-bottom: 4rem;
}
.title02 {
  margin-bottom: 3rem;
}
.title06 {
  margin-bottom: 4rem !important;
}
/* 20230405 ADD */
video{ pointer-events: none; }
/* 20230410 ADD */
.acc__hook {
    width: 85vw;
    max-width: 1200px;
}
.acc__cont__inner {
    width: 85vw;
    max-width: 1190px;
}
.acc__hook::before, .acc__hook::after {
    right: 1vw;
}
/* 20230522 ADD */
table tr ul.buttonList {
    display: inline-block;
    width: 35%;
}
/* 20230712 ADD */
ul.linkArea__list li.linkArea__listItem .linkArea__button {
    font-size: 1.5rem;
}
/* 20241030 ADD */
.p-information__category-tag {
    cursor: pointer;
}
.p-information__category-tag.is-active:hover {
    opacity: 1;
    background: #A1AED1;
}
.p-information__category-tag:hover {
    opacity: 1;
    background: #DAE0F8;
}
/* 20251217 ADD */
.c-side-menu {
    bottom: 50px;
}
ul.c-drawer__sub-list {
    overflow-y: scroll;
    max-height: 37vw;
}