@charset "UTF-8";
body, * {
  font-family: "Akshar", "Zen Kaku Gothic New", sans-serif !important;
}

.pickUp {
  color: red; }

.sp_br {
  display: none; }

.statmentimg {
  width: 80%;
}

.container-fluid {
  padding-right: 4%; /* 右側は可変のまま */
  padding-left: 67px; /* 左側を固定値に */ }

body.deep .container-fluid {
  padding-right: 4%;
  padding-left: 67px; /* 左側をヘッダーと合わせる */ }

.pageTop {
  display: block;
  position: fixed;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  right: 2rem;
  bottom: 2rem;
  opacity: 0.5; }
.pageTop:hover {
  opacity: 1; }

ul.pagination {
  display: block;
  text-align: center; }
ul.pagination li {
  display: inline-block; }
ul.pagination li a {
  display: inline-block;
  color: white;
  background-color: black; }
ul.pagination li a:hover {
  color: white;
  background-color: #263573;
  opacity: 0.7; }

.drawer-hamburger:focus {
  outline: none;
}
.drawer-hamburger {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mainViCarousel .carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 2s ease-in-out;
}

.mainVi .pc #mainViCarousel .carousel-item > a > img {
    height: auto;
    min-height: 500px;
    max-height: 900px;
    object-fit: cover;
    width: 100%;
}

.mainVi .pc #mainViCarousel .carousel-item img.kv01 {
    object-position: 50% 20%;
    transform: scale(1);
}
.mainVi .pc #mainViCarousel .carousel-item img.kv02 {
    object-position: 50% 70%;
    transform: scale(1);
}
.mainVi .pc #mainViCarousel .logo-overlay {
    position: absolute;
    top: 61%;
    left: 0;
    width: 90%;
    height: auto;
    pointer-events: none;
    z-index: 10;
}
.mainVi .pc #mainViCarousel .logo-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.mainVi .pc #mainViCarousel .carousel-item .note-overlay {
    position: absolute;
    top: 43%;
    left: 67px;
    width: 35%;
    height: auto;
    pointer-events: none;
}

/* note-overlay全体の位置調整用 */
.mainVi .pc #mainViCarousel .carousel-item .note-overlay.note-overlay-adjust {
    /* 必要に応じてtopなどを調整 */
    /* top: 42%; */
}

.mainVi .pc #mainViCarousel .carousel-item .note-overlay .d-flex {
    align-items: flex-start; /* 上揃えにしてmargin-topで個別に調整 */
}

/* 各画像の基本スタイル */
.mainVi .pc #mainViCarousel .carousel-item .note-overlay img.note-item {
    width: auto;
    height: 7.9vw; /* 高さを基準に設定 (画面幅の5%の高さ) */
    margin-right: 10%;
}

/* スライド1の各画像位置調整 */
.note-slide1-item1 { margin-top: 4.5%; }
.note-slide1-item2 { margin-top: 15.5%; }
.note-slide1-item3 { margin-top: -4.5%; }
.note-slide1-item4 { margin-top: 26.5%; }
.note-slide1-item5 { margin-top: 13%; }

/* スライド2の各画像位置調整 */
.note-slide2-item1 { margin-top: 21%; }
.note-slide2-item2 { margin-top: -4.5%; }
.note-slide2-item3 { margin-top: 12.5%; }
.note-slide2-item4 { margin-top: 2.1%; }
.note-slide2-item5 { margin-top: 24%; }

/* スライド3の各画像位置調整 */
.note-slide3-item1 { margin-top: 4.4%; }
.note-slide3-item2 { margin-top: 18.5%; margin-left: -2%; }
.note-slide3-item3 { margin-top: 4.55%; margin-left: -2%; }
.note-slide3-item4 { margin-top: 33%; margin-left: -9%; }
.note-slide3-item5 { margin-top: 12.5%; margin-left: -3%; }

body header {
  height: 90px; }
body header .drawerWrap {
  display: block;
  margin-left: 3%; }
body header .drawerWrap button.drawer-hamburger {
  z-index: 10000;
  margin: 0;
  padding: 30px 0;
  width: 2rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: auto;
  right: auto;
}

.drawer-open header .drawerWrap button.drawer-hamburger {
  transform: scale(0.8);
  background-color: #888888;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawer-open header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon {
  background-color: transparent;
  margin-top: 0;
}
.drawer-open header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:before,
.drawer-open header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:after {
  top: 0;
  background-color: #fff;
}
.drawer-open header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:before {
  transform: rotate(45deg);
}
.drawer-open header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}

body header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon {
  margin-top: -0.1rem;
  width: 2rem;
  background-color: transparent;
  height: 1px; }
body header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:before {
  background-color: #888888;
  top: -6px;
  height: 1px; }
body header .drawerWrap button.drawer-hamburger span.drawer-hamburger-icon:after {
  background-color: #888888;
  top: 6px;
  height: 1px; }
body header .drawerWrap .drawer-nav {
  z-index: 1040;
  background-color: black; }
body header .drawerWrap .drawer-nav ul.drawer-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
body header .drawerWrap .drawer-nav ul.drawer-menu li a {
  font-size: 1.4em;
  display: block;
  color: white;
  padding: 1em 0.6em; }
body header nav.navbar-expand-md {
  height: 90px;
  background-color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  justify-content: space-between;
  padding: 0 4% 0 0; /* 左側を固定値に */
  align-items: center; }
body header nav.navbar-expand-md .navbar-collapse {
  display: flex;
  margin-left: auto;
  flex-grow: 1;
  margin-left: 0;
  justify-content: flex-end; }
body header nav.navbar-expand-md .navbar-nav .nav-item {
  font-size:1.1rem;
  font-weight: normal;
}
body header nav.navbar-expand-md .navbar-brand {
  width: auto;
  padding: 0;
  font-size: 1rem; }
body header nav.navbar-expand-md .navbar-brand img {
  height: 45px;
  width: auto;
}
body header nav.navbar-expand-md ul.navbar-nav a.nav-link {
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem; }
body header nav.navbar-expand-md ul.navbar-nav a.nav-link:hover {
  text-decoration: underline; }
body header nav.navbar-expand-md ul.navbar-nav .children {
  display: none;
  position: absolute;
  padding: 1rem;
  min-width: 8rem;
  background-color: #000000; }
body header nav.navbar-expand-md ul.navbar-nav .children a {
  color: white;
  padding: 0.5em 0;
  display: block; }
body header nav.navbar-expand-md ul.navbar-nav .children.active {
  display: block; }
body header nav.navbar-expand-md ul.sub .nav-item a.contact {
  color: #fff;
  background-color: #263573;
  padding: 0.5rem 2rem; }
body header nav.navbar-expand-md ul.sub .nav-item a.contact:hover {
  text-decoration: none; }
body header.scrolled {
  height: 70px; }
body header.scrolled nav.navbar-expand-md {
  height: 70px;
  background-color: #fff;
  border-bottom: 12px #263573 solid;
  font-size: 0.9em; }
body header.scrolled nav.navbar-expand-md .navbar-brand {
  margin-right: 3rem; }
body header.scrolled nav.navbar-expand-md ul.navbar-nav a.nav-link {
  color: #000;
  padding-left: 1em;
  padding-right: 1em; }
body header.scrolled nav.navbar-expand-md ul.navbar-nav a.nav-link:hover {
  text-decoration: underline; }
body header.scrolled nav.navbar-expand-md ul.sub .nav-item a.contact {
  color: #fff;
  background-color: #263573;
  padding: 0.5rem 2rem; }
body header.scrolled nav.navbar-expand-md ul.sub .nav-item a.contact:hover {
  text-decoration: none; }
body > footer {
  margin-top: 2rem;
  background-color: #000000; }
body > footer .nav {
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 0; }
body > footer .nav .row {
  width: 100%; }
body > footer .nav .row .address > a {
  display: block;
  margin-bottom: 0.5em; }
body > footer .nav .row .address .details {
  padding-left: 0.1em;
  margin-top: 3rem; }

body > footer .nav .row .address .details p {
  color: #fff;
  padding: 0.3em 0;
  line-height: 1.5em; }
body > footer .nav .row .address .details p strong {
  font-size: 0.9rem;
  font-weight: bold; }
body > footer .nav .row .col-lg-2 ul {
  margin-bottom: 0.7em; }
body > footer .nav .row .col-lg-2 ul li a {
  display: block;
  color: #fff;
  line-height: 1.5em; }
body > footer .nav .row .col-lg-2 ul li a.title {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em; }
body > footer .nav .row .col-lg-2 ul li a.title.hover {
  opacity: 1; }
body > footer .nav .row .col-lg-2 ul li a.subtitle {
  color: #888888;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em; }
body > footer .nav .row .col-lg-2 ul li a.subtitle::before {
  content: "- "; }

body > footer .group {
  background-color: #fff;
  padding: 2rem;
  text-align: center; }
body > footer .group h5 {
  text-align: center;
  color: #263573;
  padding-bottom: 1rem; }
body > footer .group h5 br {
  display: none; }
body > footer .copyright {
  padding-bottom: 6em;
  color: #888888; }

.linkIcon {
  text-align: center; }
.linkIcon a {
  margin: 1rem 0.5rem;
  color: #263573;
  display: inline-block;
  width: 82px;
  vertical-align: top;
  font-size: 0.8rem;
  line-height: 1.3em; }
.linkIcon a:hover {
  text-decoration: none; }
.linkIcon a img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin-bottom: 0.2em; }

body.top > main .mainVi {
  overflow: hidden;
  margin-bottom: 4rem; }
body.top > main .mainVi .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
 /*border-bottom: 12px #263573 solid;*/ }
body.top > main .mainVi .row > div {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }
body.top > main .mainVi .catchcopy {
  background-color: #263573;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.1rem;
  font-weight: bold; }
body.top > main .mainVi .catchcopy br {
  display: none; }
body.top > main .mainVi a {
  display: block;
  position: relative; }
body.top > main .mainVi a:hover {
  text-decoration: none; }
body.top > main .mainVi a.mainVi1 {
  background-image: url(../img/mainVi_bg2_pc.jpg);
 }
body.top > main .mainVi a.mainVi2 {
  background-image: url(../img/mainVi_bg2.jpg); }
body.top > main .mainVi a.mainVi3 {
  background-image: url(../img/mainVi_bg3.jpg); }
body.top > main .mainVi a.mainVi4 {
  background-image: url(../img/mainVi_bg4.jpg); }
body.top > main .mainVi a.mainVi5 {
  background-image: url(../img/mainVi_bg5.jpg); }
body.top > main .mainVi a.mainVi6 {
  background-image: url(../img/mainVi_bg6.jpg); }
body.top > main .mainVi a.mainVi_content {
  background-size: auto;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;  
}
body.top > main .mainVi a.mainVi_content h3 {
  font-size: 1.1rem;
  line-height: 1.5em;
  padding: 1.5rem 1.5rem 0;
  color: #000;
  font-weight: bold;
  text-shadow: 0px 1px 1px #fff,0px 0px 1px #fff,1px 0px 1px #fff,0px -1px 1px #fff,-1px -1px 1px #fff,-1px 0px 1px #fff; }
body.top > main .mainVi a.mainVi_content p.image {
  padding: 1rem 1.5rem; }
body.top > main .mainVi a.mainVi_content p.image img {
  max-width: 100%;
  height: auto;
  padding: 0rem 1rem; }
body.top > main .mainVi a.mainVi_content p.caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #fff;
  background-color: rgba(38, 53, 115, 0.75); }
/*
body.top > main .mainVi a.mainVi_content {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

body.top > main .mainVi a.mainVi_content:before, body.top > main .mainVi a.mainVi_content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
*/
body.top > main .mainVi a.mainVi_content:after {
  top: 100%; }
body.top > main .mainVi a.mainVi_content:hover:before {
  top: 0; }
body.top > main .mainVi a.mainVi_content:hover:after {
  top: 50%; }
body.top > main .mainVi .sp a.mainVi_content {
/*  border: 1px solid #fff; */}
body.top > main .mainVi .sp a.mainVi_content p.image {
  padding: 1rem 1.5rem; }
body.top > main .mainVi .sp a.mainVi_content p.image img {
  max-width: 100%;
  height: auto; }
body.top > main .mainVi .sp a.mainVi_content p.caption {
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #fff;
  background-color: #263573; }
body.top .mainCol {
  margin-bottom: 8rem;
  }
body.top .mainCol h3 {
  color: #888888;
  letter-spacing: 2px;
  font-size: 2.2em;
  margin-bottom: 0.8rem; }
body.top .mainCol .topics {
  padding: 0; }
body.top .mainCol .topics a {
  display: table;
  width: 100%;
  border-bottom: 1px solid #888888;
  padding: 1rem 1rem 1rem 0; }
body.top .mainCol .topics a:first-child {
  padding: 0 1rem 1rem 0;
}

body.top .mainCol .topics a:hover {
  text-decoration: none;
  opacity: 0.8; }

body.top .mainCol .statmentTxt {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.3rem;
  margin-left: -15px; }

body.top .mainCol a.more {
  color: #888888;
  position: relative;
  display: inline-block;
  padding-right: 15px; /* 矢印分の余白 */
}

body.top .mainCol a.more::before {
  content: "";
  position: absolute;
  right: 3px;           /* ← 接続ポイント */
  top: 50%;
  width: 5px;
  height: 1px;
  background: #888888;
  transform: translateY(-50%);
}

body.top .mainCol a.more::after {
  content: "";
  position: absolute;
  right: 2px;           /* ← 横線の終点と接続 */
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  transform: translateY(-50%) rotate(45deg);
}



body.top .mainCol .topics a .thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem; }
body.top .mainCol .topics a .thumb img {
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 90px;
  height: 90px; }
body.top .mainCol .topics a .text {
  display: table-cell;
  vertical-align: top;
  color: #000; }
body.top .mainCol .topics a .text .sub .icon {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  margin: 0 0 0.2rem 0.5rem;
  border-radius: 2px; }
body.top .mainCol .topics a .text .sub .ir {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .open {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .news {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .press {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .renewal {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .moving {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .close {
  background-color: #888888; }
body.top .mainCol .topics a .text .sub .date {
  color: #888888; }
body.top .mainCol .topics a .text h4 {
  font-weight: bold;
  padding: 0.6em 0; }
body.top .mainCol .topics a .text p {
  color: #888888;
  line-height: 1.5em;
  max-width: 75% }
body.top .mainCol h3.hide {
  visibility: hidden;
  padding-bottom: 1rem; }
body.top .mainCol .banner li {
  margin-bottom: 1.2rem; }
body.top .mainCol .banner li a {
  display: block;
  max-width: 240px;
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1); }
body.top .mainCol .banner li a img {
  display: block;
  max-width: 100%;
  height: auto; }

body.deep > main .mainCol {
  padding: 3rem 7.5%;
  max-width: 80%; }

body.deep > main .mainCol h1 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  color: #888888;
  padding-bottom: 1em; }
body.deep > main .mainCol h1 span.sub {
  font-size: 0.7em; }
body.deep > main .mainCol .breadcrumb {
  background: transparent;
  font-size: 0.8rem;
  padding: 0;
  margin: 2rem 0; }
body.deep > main .mainCol .breadcrumb li a {
  color: #263573;
  text-decoration: underline; }
body.deep > main .mainCol .breadcrumb li a:hover {
  text-decoration: none; }
body.deep > main .mainCol .breadcrumb span {
  font-size: 0.9em;
  padding: 0 1em; }
body.deep > main .mainCol article {
  font-size: 120%;
  line-height: 1.8em; }
body.deep > main .mainCol article p {
  font-size: 120%;
  line-height: 1.8em; }
body.deep > main .mainCol article img {
  max-width: 100%;
  height: auto; }
body.deep > main .mainCol article a.linkBar {
  background-color: #263573;
  color: #fff !important;
  display: block;
  text-align: center;
  padding: 0.9em 0;
  font-size: 0.9em;
  text-decoration: none !important; }
body.deep > main .mainCol article a.linkBar:hover {
  text-decoration: none; }
body.deep > main .mainCol article.page {
  line-height: 1.5em;
  font-size: 0.9rem;
  /* editor */
  /* img */
  /* clearfix */ }
body.deep > main .mainCol article.page th, body.deep > main .mainCol article.page td {
  font-size: 120%;
  line-height: 1.8em; }
body.deep > main .mainCol article.page th {
  font-weight: normal; }
body.deep > main .mainCol article.page .table_officer td {
  font-size: 1rem;
  border: none;
  padding: 0 1rem 0.5em 0; 
  white-space: nowrap; }
body.deep > main .mainCol article.page .table_officer td br {
  display: none; }
body.deep > main .mainCol article.page .btn {
  text-decoration: none;
  color: gray;
  border: 1px solid gray; }
body.deep > main .mainCol article.page .historyWrap {
  margin-bottom: 50px;
}
body.deep > main .mainCol article.page .org_image {
  width: 640px; }
body.deep > main .mainCol article.page .history .line {
  border-left: 3px solid #A8AEC7;
  padding-left: 0;
  position: relative; }
body.deep > main .mainCol article.page .history .line:after {
  content: "●";
  margin-left: -0.58em;
  color: #263573;
  text-shadow: 0 0 3px white; }
body.deep > main .mainCol article.page .history tr:first-child .line:before {
  border-top: 1px solid #DEE2E6;
  content: "";
  display: block;
  height: 17px;
  width: 1rem;
  background-color: white;
  position: absolute;
  top: -1px;
  left: -4px; }
body.deep > main .mainCol article.page a {
  color: #263573;
  text-decoration: underline; }
body.deep > main .mainCol article.page a:hover {
  text-decoration: none; }
body.deep > main .mainCol article.page .aligncenter {
  display: block;
  margin: 0 auto; }
body.deep > main .mainCol article.page .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem; }
body.deep > main .mainCol article.page .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0; }
body.deep > main .mainCol article.page h1, body.deep > main .mainCol article.page h2, body.deep > main .mainCol article.page h3, body.deep > main .mainCol article.page h4, body.deep > main .mainCol article.page h5, body.deep > main .mainCol article.page h6 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.8em;
  padding-bottom: 1rem; }
body.deep > main .mainCol article.page h4 {
  font-size: 1rem; }
body.deep > main .mainCol article.page div.wrap {
  padding: 2rem 0 0 0; }
body.deep > main .mainCol article.page div.wrap h4 {
  padding-bottom: 0; }
body.deep > main .mainCol article.page p {
  padding: 0.5rem 0; }
body.deep > main .mainCol article.page .president_name {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  font-weight: bold; }
body.deep > main .mainCol article.page .president_name span {
  font-size: 1rem;
  margin-right: 1em; }
body.deep > main .mainCol article.page p {
  display: block;
  margin: 1em 0; }
body.deep > main .mainCol article.page strong {
  font-weight: bold; }
body.deep > main .mainCol article.page em {
  font-style: italic; }
body.deep > main .mainCol article.page blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }
body.deep > main .mainCol article.page .aligncenter {
  display: block;
  margin: 0 auto; }
body.deep > main .mainCol article.page .alignright {
  float: right; }
body.deep > main .mainCol article.page .alignleft {
  float: left; }
body.deep > main .mainCol article.page img[class*="wp-image-"], body.deep > main .mainCol article.page img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }
body.deep > main .mainCol article.page .clearfix {
  overflow: hidden;
  zoom: 1; }
body.deep > main .mainCol article.page .clearfix:after {
  content: "";
  display: block;
  clear: both; }
body.deep > main .mainCol article.page form .label-default {
  font-size: 0.9em;
  color: red; }
body.deep > main .mainCol article.page form .control-label {
  display: block;
  padding: 1rem 0 0.5rem 0; }
body.deep > main .mainCol article.page form .privacy {
  height: 10rem;
  overflow-y: scroll;
  border: 1px solid gray;
  margin-bottom: 1rem; }
body.deep > main .mainCol article.page form .privacy .inner {
  padding: 1rem; }
body.deep > main .mainCol article.page .mw_wp_form_confirm .privacy_title {
  display: none; }
body.deep > main .mainCol article.page .mw_wp_form_confirm .privacy {
  display: none; }
body.deep > main .mainCol article.page .mw_wp_form_confirm .agree {
  display: none; }
body.deep > main .mainCol article.single {
  line-height: 1.5em;
  font-size: 0.9rem;
  /* editor */
  /* img */
  /* clearfix */ }
body.deep > main .mainCol article.single th {
  font-weight: bold; }
body.deep > main .mainCol article.single .btn {
  text-decoration: none;
  color: gray;
  border: 1px solid gray; }
body.deep > main .mainCol article.single .history .line {
  border-left: 3px solid #A8AEC7;
  padding-left: 0;
  position: relative; }
body.deep > main .mainCol article.single .history .line:after {
  content: "●";
  margin-left: -0.58em;
  color: #263573;
  text-shadow: 0 0 3px white; }
body.deep > main .mainCol article.single .history tr:first-child .line:before {
  border-top: 1px solid #DEE2E6;
  content: "";
  display: block;
  height: 17px;
  width: 1rem;
  background-color: white;
  position: absolute;
  top: -1px;
  left: -4px; }
body.deep > main .mainCol article.single a {
  color: #263573;
  text-decoration: underline; }
body.deep > main .mainCol article.single a:hover {
  text-decoration: none; }
body.deep > main .mainCol article.single .aligncenter {
  display: block;
  margin: 0 auto; }
body.deep > main .mainCol article.single .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem; }
body.deep > main .mainCol article.single .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0; }
body.deep > main .mainCol article.single h1, body.deep > main .mainCol article.single h2, body.deep > main .mainCol article.single h3, body.deep > main .mainCol article.single h4, body.deep > main .mainCol article.single h5, body.deep > main .mainCol article.single h6 {
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 1rem; }
body.deep > main .mainCol article.single h1.postTitle {
  text-align: left;
  border-bottom: 1px solid black;
  font-size: 160%;
  line-height: 1.5em;
  padding-bottom: 1em; }
body.deep > main .mainCol article.single h4 {
  font-size: 1rem; }
body.deep > main .mainCol article.single .postMeta {
  font-weight: bold;
  padding: 1rem 0 2rem 0; }
body.deep > main .mainCol article.single .postMeta time {
  padding-right: 2rem; }
body.deep > main .mainCol article.single .postMeta a {
  margin-left: 0.5em; }
body.deep > main .mainCol article.single div.wrap {
  padding: 2rem 0 0 0; }
body.deep > main .mainCol article.single div.wrap h4 {
  padding-bottom: 0; }
body.deep > main .mainCol article.single p {
  padding: 0.5rem 0; }
body.deep > main .mainCol article.single .president_name {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  font-weight: bold; }
body.deep > main .mainCol article.single .president_name span {
  font-size: 1rem;
  margin-right: 1em; }
body.deep > main .mainCol article.single p {
  display: block;
  margin: 1em 0; }
body.deep > main .mainCol article.single strong {
  font-weight: bold; }
body.deep > main .mainCol article.single em {
  font-style: italic; }
body.deep > main .mainCol article.single blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }
body.deep > main .mainCol article.single .aligncenter {
  display: block;
  margin: 0 auto; }
body.deep > main .mainCol article.single .alignright {
  float: right; }
body.deep > main .mainCol article.single .alignleft {
  float: left; }
body.deep > main .mainCol article.single img[class*="wp-image-"], body.deep > main .mainCol article.single img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }
body.deep > main .mainCol article.single .clearfix {
  overflow: hidden;
  zoom: 1; }
body.deep > main .mainCol article.single .clearfix:after {
  content: "";
  display: block;
  clear: both; }
body.deep > main .mainCol article.store_map {
  padding-bottom: 2rem; }
body.deep > main .mainCol article.store_list iframe {
  width: 100%; }
body.deep > main .mainCol article.store_list .search_nav_btn {
  display: none; }
body.deep > main .mainCol article.store_list h2 {
  text-align: center;
  padding: 3rem 0 2rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 2em; }
body.deep > main .mainCol article.store_list nav .txtlink {
  font-size: 0.9rem;
  padding-bottom: 2rem; }
body.deep > main .mainCol article.store_list nav .txtlink span {
  font-weight: bold;
  margin-right: 4em; }
body.deep > main .mainCol article.store_list nav .txtlink a {
  color: #263573;
  border-left: 1px solid black;
  padding-left: 1em;
  margin-right: 1em;
  text-decoration: underline; }
body.deep > main .mainCol article.store_list nav .txtlink a:hover {
  text-decoration: none; }
body.deep > main .mainCol article.store_list nav .txtlink a.active {
  text-decoration: none;
  font-weight: bold;
  color: black; }
body.deep > main .mainCol article.store_list nav .form button {
  background-color: white;
  border: 1px solid #CED4DA;
  margin-left: -1px;
  float: left;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
body.deep > main .mainCol article.store_list nav .form button:last-child {
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.25rem 0.25rem 0; }
body.deep > main .mainCol article.store_list table.table {
  font-size: 0.9rem; }
body.deep > main .mainCol article.store_list table.table tr.stripe {
  background-color: #eee; }
body.deep > main .mainCol article.store_list table.table tr td {
  line-height: 1.2em; }
body.deep > main .mainCol article.store_list table.table tr th {
  padding: 1.5rem 0.5rem 0 0.5rem;
  font-weight: bold;
  border-top: none; }
body.deep > main .mainCol article.store_list table.table tr.title td {
  font-size: 0.9em;
  font-weight: normal;
  border-top: none; }
body.deep > main .mainCol article.store_list table.table tr td strong {
  font-weight: bold; }
body.deep > main .mainCol article.store_list table.table tr td img {
  height: auto; }
body.deep > main .mainCol article.store_list table.table tr td img.thumb {
  width: 30px;
  display: block; }
body.deep > main .mainCol article.store_list table.table tr td:nth-child(1) {
  width: 20px; }
body.deep > main .mainCol article.store_list table.table tr td:nth-child(2) {
  width: 300px;
  padding: 15px; }
body.deep > main .mainCol article.store_list table.table tr td:nth-child(4) {
  width: 140px;
  text-align: right; }
body.deep > main .mainCol article.store_list table.table tr td a {
  color: #263573;
  text-decoration: underline; }
body.deep > main .mainCol article.store_list table.table tr td a:hover {
  text-decoration: none; }
body.deep > main .mainCol article.store_list table.table tr td .pc {
  display: inline; }
body.deep > main .mainCol article.store_list table.table tr td .zip {
  display: inline; }
body.deep > main .mainCol article.store_list table.table tr td .sp {
  display: none; }
body.deep > main .mainCol article.ancorLink .alert {
  border: 1px solid gray;
  margin: 1rem 0;
  padding: 2rem 1rem;
  font-size: 1rem; }
body.deep > main .mainCol article.ancorLink .act {
  font-weight: bold;
  margin-bottom: 1rem; }
body.deep > main .mainCol article.ancorLink strong {
  margin: 1rem 0.5rem; }
body.deep > main .mainCol article.ancorLink strong a {
  font-weight: bold;
  color: #263573; }
body.deep > main .mainCol article.topics_list {
  padding: 1rem 0; }
body.deep > main .mainCol article.topics_list a {
  display: table;
  width: 100%;
  padding: 1rem 1rem 2rem 0;
  border-bottom: 1px solid #888888;}
/*
body.deep > main .mainCol article.topics_list a:nth-child(odd) {
  background-color: #eee; }
*/
body.deep > main .mainCol article.topics_list a:hover {
  text-decoration: none;
  opacity: 0.8; }
body.deep > main .mainCol article.topics_list a.more {
  background-color: #000000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.9em 0;
  font-size: 0.9em; }
body.deep > main .mainCol article.topics_list a .thumb {
  display: table-cell;
  vertical-align: top;
  padding-right: 1rem;
  width: 120px; }
body.deep > main .mainCol article.topics_list a .thumb img {
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  width: 120px;
  height: auto; }
body.deep > main .mainCol article.topics_list a .text {
  display: table-cell;
  vertical-align: top;
  color: #000; }
body.deep > main .mainCol article.topics_list a .text .sub {
/*  margin-bottom: 0.5rem; */ }
body.deep > main .mainCol article.topics_list a .text .sub .icon {
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  padding: 0.2em 1em;
  text-align: center;
  line-height: 1;
  margin-left: 0.5rem;
  border-radius: 2px;
  vertical-align: middle; }
body.deep > main .mainCol article.topics_list a .text .sub .ir {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .open {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .news {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .press {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .renewal {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .moving {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .close {
  background-color: #888888; }
body.deep > main .mainCol article.topics_list a .text .sub .date {
  /* font-size: 0.8em; */
  vertical-align: middle; }
body.deep > main .mainCol article.topics_list a .text h4 {
  display: inline;
  font-weight: bold;
  font-size: 0.95em;
  padding: 0.7em 0 0.7em 0; }
body.deep > main .mainCol article.topics_list a .text p {
  font-size: 0.85em;
  line-height: 1.5em;
  max-width: 75%; }
body.deep > main .mainCol .menu-nav_company-container ul.top {
  border-bottom: 1px solid gray;
  margin-bottom: 2rem;
  padding-bottom: 2rem; }
body.deep > main .mainCol .menu-nav_company-container ul.bottom {
  border-top: 1px solid gray;
  margin-top: 2rem;
  padding-top: 2rem; }
body.deep > main .mainCol .menu-nav_company-container ul li.btn {
  margin: 0.2rem 0.2rem;
  border: 1px solid gray; }
body.deep > main .mainCol .menu-nav_company-container ul li.btn:hover {
  background-color: #eee; }
body.deep > main .mainCol .menu-nav_company-container ul li.btn:hover a {
  color: gray; }
body.deep > main .mainCol .menu-nav_company-container ul li.btn a {
  color: gray; }
body.deep > main .mainCol .menu-nav_company-container ul li.btn a:hover {
  text-decoration: none; }
body.deep > main .mainCol .menu-nav_company-container ul li.current-menu-item {
  background-color: gray;
  border: 1px solid #ccc; }
body.deep > main .mainCol .menu-nav_company-container ul li.current-menu-item a {
  color: white; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle; }

body.top > main .mainVi .pc {
  display: flex; }
body.top > main .mainVi .sp {
  display: none; }

/* コインパーキングページ (page-id-5708) 専用スタイル */
body.page-id-5708 table{
  margin-bottom: 3rem;
}
body.page-id-5708 .parkingtitle {
  width: 20%;
  font-weight: bold;
}
body.page-id-5708 .parkingadress {
  width: 65%;
}
body.page-id-5708 .parkinglink {
  font-size: 1rem;
  width: 15%;
}
body.page-id-5708 .parkinglink a {
  position: relative;
  text-decoration: none !important;
  font-size: 1rem;
  padding: 5px 22px 5px 7px;
  background-color: #004ea2;
  border-radius: 2px;
  color: white !important;
}
body.page-id-5708 .parkinglink a::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

/* --- ▼ PCドロワーメニュー アコーディオン用CSS（sp.cssと同様） --- */
.drawer-nav .menu-item-has-children {
  position: relative;
}
.drawer-nav .menu-item-has-children > a {
  padding-right: 60px;
}
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 4.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu-toggle::after {
  content: '＋';
  color: white;
  transition: transform 0.3s ease;
  font-size: 2rem;
}
.drawer-nav .menu-item-has-children.menu-open > .submenu-toggle::after {
  transform: rotate(135deg);
}
.drawer-nav ul.drawer-menu .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
}
