@charset "UTF-8";
/* カラー指定　*/
body {
  font-size: 1rem;
  padding: 0 5vw;
  -webkit-print-color-adjust: exact;
}

a img {
  transition: 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.8;
  transition: 0.2s ease-in-out;
}

/* =====================
  共通
===================== */
/* PC改行解除用*/
@media screen and (min-width: 960px) {
  .u-sp {
    display: none;
  }
}
.pc-contentCore {
  max-width: 1200px;
  margin: auto;
}

/* SPスタイル打消し */
.sp-content {
  padding: 0;
}

.sp-mt1em {
  margin-top: 0;
}

/* PCだけflex */
.pc-flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.pc-rowreverse {
  flex-direction: row-reverse;
}

/* PCだけ縦中央配置 */
.pc-gridhcenter {
  display: grid;
  place-items: left center;
}

.pc-halfwidth {
  width: 50%;
}

.pc-gap40 {
  gap: 2.5rem;
}

.pc-gap80 {
  gap: 5rem;
}

/* padding */
.pc-pt16 {
  padding-top: 1rem;
}

.pc-pt40 {
  padding-top: 2.5rem;
}

.pc-pt80 {
  padding-top: 5rem;
}

.pc-pb16 {
  padding-bottom: 1rem;
}

.pc-pb40 {
  padding-bottom: 2.5rem;
}

.pc-pb80 {
  padding-bottom: 5rem;
}

.pc-pl16 {
  padding-left: 1rem;
}

.pc-pr16 {
  padding-right: 1rem;
}

.pc-pl40 {
  padding-left: 2.5rem;
}

.pc-pr40 {
  padding-right: 2.5rem;
}

.pc-pl5vw {
  padding-left: 5vw;
}

.pc-pr5vw {
  padding-right: 5vw;
}

/* margin */
.pc-mt80 {
  margin-top: 5rem;
}

/* 見出し */
.contentTitle {
  font-size: 1.5rem;
}

/* ボタン */
.btn-detail {
  font-size: 1rem;
  transition: all 0.2s ease;
}
.btn-detail:hover {
  color: #fff;
  background: #1A0089;
}
.btn-detail:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* dlリスト */
dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
dl dt {
  width: 25%;
  border-bottom: solid 1px #F2545D;
  padding: 1.5em 0;
  margin: 0;
}
dl dd {
  width: 75%;
  font-weight: bold;
  padding: 1.5em 0;
}

/* olリスト */
ol {
  margin-bottom: 2em;
}

/* ulリスト */
ul.ul-list {
  margin-bottom: 2em;
}

/* =====================
  ヘッダー
===================== */
.header {
  height: inherit;
  position: relative;
  top: inherit;
}
.header h1 {
  transform: scale(1);
  margin-left: 0;
}
.header .spnavi {
  display: none;
}
.header .h-links {
  display: flex;
}
.header .s-link {
  font-family: "FOT-UD角ゴ_スモール Pr6 B";
  font-size: 0.9rem;
  white-space: nowrap;
  position: relative;
  margin-right: 2em;
}
.header .s-link:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #1A0089;
  border-right: solid 1px #1A0089;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
  margin: auto;
  transform: rotate(45deg);
}
.header .s-link:hover {
  text-decoration: underline;
}
.header address {
  text-align: right;
  line-height: 1.3;
}
.header address p {
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 1em;
}
.header address a {
  font-family: "FOT-UD角ゴ_スモール Pr6 B";
  font-size: 1.5rem;
}

#top main {
  margin-top: 0;
}

/* 文字サイズボタン */
.fontsize {
  background: #1A0089;
  padding: 0.3rem 1rem;
}
.fontsize h2 {
  font-family: "FOT-UD角ゴ_スモール Pr6 B";
  font-size: 0.9rem;
  white-space: nowrap;
  color: #fff;
  margin-right: 0.5em;
}
.fontsize button {
  font-family: "FOT-UD角ゴ_スモール Pr6 B";
  color: #1A0089;
  white-space: nowrap;
  margin-left: 0.5em;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0 0.5em;
  text-align: center;
  height: 27px;
}
.fontsize button:first-of-type {
  font-size: 0.75rem;
}
.fontsize button:hover,
.fontsize button.active {
  background-color: #D8EEF4;
}

/* PCグロナビ */
.pc-navi {
  background: #1A0089;
  padding: 0 2em;
  margin-bottom: 2.5rem;
  display: block;
}

.menu {
  justify-content: space-around;
  position: relative;
}
.menu > li a {
  font-family: "FOT-UD角ゴ_スモール Pr6 B";
  font-size: 0.75rem;
  display: block;
  color: #fff;
  padding: 0.5em 1em;
}
.menu > li a:hover {
  color: #FFB7BB;
}
.menu ul.menu_second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li:hover {
  transition: all 0.5s;
}
.menu .menu_second-level li {
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.menu .menu_second-level li a {
  font-family: "FOT-UD角ゴ_スモール Pr6 R", sans-serif;
}
.menu .menu_second-level li a:hover {
  background: #2700CC;
}
.menu > li.menu_single {
  position: relative;
}
.menu > li.menu_single {
  position: relative;
}
.menu li.menu_single ul.menu_second-level {
  position: absolute;
  top: 35px;
  background: #1A0089;
  z-index: 100;
  transition: all 0.2s ease;
}
.menu li.menu_single:hover ul.menu_second-level {
  top: 45px;
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 1130px) {
  .menu > li a {
    font-size: 1rem;
  }
}
/* =====================
  フッター
===================== */
footer {
  justify-content: space-between;
}
footer .logo {
  font-size: 1.5rem;
}
footer address {
  font-size: 0.875rem;
  margin-bottom: 0;
}
footer small {
  font-size: 0.8rem;
}
footer .footer-logo {
  padding: 2rem 0;
}
footer .footer-navi li {
  font-size: 0.75rem;
}

/* =====================
  トップ
===================== */
.top-main {
  flex: 1;
  overflow: hidden;
}

.sidebar {
  flex: 0;
  display: block;
  margin-left: 2.5rem;
}
.sidebar a {
  margin-bottom: 1rem;
}

/* メインビジュアル */
.mvslider {
  height: 490px;
  margin-bottom: 3rem;
}
.mvslider p {
  font-size: 0.9rem;
  bottom: 40px;
}
.mvslider a img:hover {
  opacity: 1;
}

.map {
  margin-bottom: 5rem;
  text-align: center;
}
.map img {
  width: inherit;
  height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
}
.map::after {
  font-size: 6rem;
  left: calc(50% - 290px);
  bottom: 20px;
}

/* ニュース */
.topics-title {
  margin-top: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.topics a:hover .topics-title {
  text-decoration: underline;
}
.topics-hide {
  display: block;
  visibility: hidden;
}
.topics-over {
  height: inherit;
  overflow-y: visible;
}

/* =====================
  下層共通
===================== */
.pageHeader {
  width: 100%;
  margin-bottom: 2rem;
}
.pageHeader figure {
  width: 60%;
  height: 100%;
  position: relative;
}
.pageHeader .page-title {
  font-size: 1.5rem;
  color: #1A0089;
  text-shadow: none;
  width: 40%;
  padding-left: 0;
}

.freedial {
  font-size: 2.5rem;
  padding-left: 60px;
}