@charset "UTF-8";
body {
  font-size: 1rem;
}

a {
  transition: .3s ease-in-out;
}

::selection {
  background: #52B534;
  color: #ffffff;
}

/* =====================
  よく使うスタイル
===================== */
/* PC改行解除用*/
@media screen and (min-width: 900px) {
  .u-sp {
    display: none;
  }
}
/* コンテンツ大枠 */
.content-wrapper {
  padding: 6rem 5%;
}

.content-box {
  max-width: 1300px;
  margin: 0 auto;
}

/* コンテンツタイトル共通 */
.content-title {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.content-title span {
  font-size: 25px;
}

.content-subtitle {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.normal-title, .normal-title a {
  font-size: 1.3rem;
}

/* ボタン共通 */
.btn-detail {
  position: relative;
  transition: .3s ease-in-out;
}
.btn-detail:hover {
  opacity: .95;
}
.btn-detail:after {
  transition: .3s ease-in-out;
}
.btn-detail:hover:after {
  border-width: 0 0 20px 12px;
}

.btn-detail2 {
  font-size: 1rem;
  transition: .3s ease-in-out;
}
.btn-detail2:hover {
  background: #f5f7f9;
}

.btn-detail3 {
  position: relative;
  transition: .3s ease-in-out;
}
.btn-detail3:hover {
  opacity: .95;
}
.btn-detail3:after {
  transition: .3s ease-in-out;
}
.btn-detail3:hover:after {
  border-width: 0 0 20px 12px;
}
.btn-detail4:after {
  transition: .3s ease-in-out;
}
.btn-detail4:hover:after {
  border-width: 0 0 20px 12px;
}

/* table共通 */
table {
  table-layout: fixed;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 1rem 0;
  background: rgba(255, 255, 255, 0.4);
}

table, td, th {
  width: 100%;
  border: 1px solid #808894;
  border-collapse: collapse;
}

td, th {
  padding: 0.7rem;
}

th {
  background: #999;
}

.tablehalf {
  width: 35vw;
}

.tablethird {
  width: 24vw;
}

.tableitem-x {
  font-family: "FOT-セザンヌ ProN DB";
  background: rgba(199, 223, 255, 0.5);
  color: #333;
  vertical-align: middle;
  text-align: center;
}

.tableitem-y {
  background: rgba(199, 223, 255, 0.2);
  color: #333;
  vertical-align: middle;
}

.cellnum {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 70%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  vertical-align: top;
}

table ol {
  counter-reset: listitem3;
  list-style: none;
  padding: 0;
  margin: 0;
}
table ol li {
  text-indent: inherit;
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  position: relative;
}
table ol li:before {
  counter-increment: listitem3;
  content: counter(listitem3);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
  width: 1.1rem;
  font-size: 70%;
  line-height: 1;
  position: absolute;
  top: 0.2rem;
  left: 0;
  padding-right: 0;
}

table ul {
  list-style: unset;
  padding-left: 1em;
}

/* キャプション */
.caption {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

/* 下マージン追加用 */
.addbottom {
  margin-bottom: 2ren;
}

/* =====================
  ヘッダー
===================== */
.header {
  height: 6vw;
  padding: 0 2rem;
  z-index: 1000;
}
.header h1 {
  min-width: 28%;
}
.header h1 a:hover {
  opacity: 0.8;
}
.header h1 a {
  width: 20vw;
  margin-top: 10px;
}
.header h1 img {
  width: 8vw;
  height: auto;
  margin-bottom: -10px;
}
.header h1 a img {
  width: inherit;
  height: auto;
  margin-bottom: 0;
}
.header h1 span {
  display: inline;
  padding-left: 5vw;
}
.header h1 .cityname {
  text-align: right;
  padding-right: 0;
}

.header-navi {
  display: block;
}
.header-navi a {
  display: inline-block;
  font-family: "FOT-セザンヌ ProN DB";
  font-size: 1.2rem;
  float: left;
  margin-left: 2.2vw;
  color: #00265A;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  position: relative;
}
.header-navi a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.header-navi a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* SPナビ非表示 */
#navi, #nav_btn {
  display: none;
}

/* =====================
  バナーエリア
===================== */
.infobnr {
  max-width: 1200px;
  margin: 4.3rem auto;
  /* padding: 0 5vw; */
  padding: 0 0vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.infobnr a {
  margin: 0;
}
.infobnr a:hover {
  opacity: .9;
}
.infobnr a img {
  width: 100%;
}
.infobnr a.infobnr-nocash {
  margin-top: 5px;
}
.infobnr .infobnr-nocash2 {
  margin-top: 43px;
}
.infobnr .infobnr-nocash3 {
  margin-top: 4px;
  max-width: 285px;
}
.infobnr a.infobnr-nocash4 {
  margin-top: 5px;
}
.infobnr a.infobnr-nocash5 {
  margin-top: 2px;
}

/* =====================
  ページの先頭へ戻るボタン
===================== */
#btn-pagetop {
  right: 1vw;
  bottom: 1vw;
}

/* =====================
  フッター
===================== */
.footer-main {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
}
.footer small {
  margin-top: 0;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
}

/* フッターナビ */
.footer-navi {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.footer-navi a {
  font-size: 0.82rem;
  padding: 0.5em 2em 0.5em 0;
}
.footer-navi a:last-of-type {
  padding-right: 0;
}
.footer-navi a:hover {
  color: #0049AC;
}

/* 会社・関係リンクナビ */
.footer-company {
  display: flex;
  justify-content: space-between;
  font-size: 0.824rem;
  margin-top: 1.5rem;
}
.footer-company > a {
  display: block;
  padding-bottom: 0;
}
.footer-company > a img {
  width: 100%;
  margin-top: 0;
}
.footer-company-link {
  border-top: none;
  padding-top: 0;
}
.footer-company-link a {
  display: inline-block;
  font-size: 0.824rem;
  padding: 0 1em;
  border-right: 1px solid #ddd;
  margin-bottom: 0;
}
.footer-company-link a:hover {
  color: #0049AC;
}
.footer-company-link a:last-of-type {
  border-right: none;
}
.footer-company-link img {
  margin-right: 1rem;
}

@media screen and (max-width: 1794px) {
  .header h1 {
    min-width: 36%;
  }
}
/* iPadPro用 */
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .content-wrapper {
    padding: 3rem 5%;
  }

  .header-navi a {
    font-size: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 1099px) {
  .header {
    padding: 0 1rem;
  }
  .header h1 {
    min-width: 40%;
  }
  .header h1 a {
    width: 82%;
  }
  .header h1 span {
    padding-left: 2vw;
  }
  .header-navi a {
    font-size: .95rem;
    margin-left: 1rem;
  }
}

/* メニュー追加調整に伴う調整2025.08 */
@media screen and (max-width: 1352px) and (min-width: 1089px) {
  .content-wrapper {
    padding: 3rem 5%;
  }

  .header-navi a {
    font-size: 1.3vw;
    margin-left: 1.2rem;
  }
}
/* =====================
  下層ページタイトル共通
===================== */
.page-header {
  min-height: inherit;
  height: 8.75rem;
  border-bottom: 1px solid #00265A;
  display: flex;
}

.page-title {
  width: inherit;
  padding: 0 7rem 0 3rem;
  font-size: 2rem;
}
.page-title:before {
  content: "";
  width: 8rem;
  height: 8.75rem;
  right: -6rem;
}
.page-title:after {
  width: 2rem;
  height: 8.75rem;
  right: -4rem;
}

/* パンくず */
.breadcrumbs {
  font-size: 0.875rem;
  padding: 1.5rem 5% 0 5%;
}
.breadcrumbs a {
  color: #999;
}
.breadcrumbs a:hover {
  color: #0049AC;
}
