@charset "UTF-8";
.main {
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium",
    YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 1.4rem;
  }
}
.content-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrap ::after,
.content-wrap ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-level2 {
  margin-bottom: 45px;
  padding: 0 0 10px 13px;
  border-bottom: 1px solid #ccc;
  font-size: 2.8rem;
  color: #025686;
}
@media screen and (max-width: 767px) {
  .heading-level2 {
    margin-bottom: 25px;
    padding: 0 0 5px 10px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.heading-level3 {
  margin-bottom: 28px;
  padding: 12px 15px;
  font-size: 2.2rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-left: 3px solid #025686;
}
@media screen and (max-width: 767px) {
  .heading-level3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.heading-level4 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
}
.heading-level4:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #025686;
}
@media screen and (max-width: 767px) {
  .heading-level4 {
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.heading-level5 {
  margin-bottom: 25px;
  padding: 10px 0 8px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 700;
  color: #025686;
}
@media screen and (max-width: 767px) {
  .heading-level5 {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.content-wrap {
  margin: 0 auto 80px;
  padding: 0 10px;
  max-width: 1044px;
}
@media screen and (max-width: 767px) {
  .content-wrap {
    margin-bottom: 50px;
  }
}
.content-box {
  margin-bottom: 60px;
}
.content-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .content-box {
    margin-bottom: 40px;
  }
}
.content-box-2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .content-box-2 {
    margin-bottom: 40px;
  }
}
.content-box-3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content-box-3 {
    margin-bottom: 30px;
  }
}
.content-box-4 {
  margin-bottom: 20px;
}
.content-inner {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .content-inner {
    margin: 0 10px;
  }
}
.text-box {
  margin-bottom: 20px;
}
.text-box p {
  margin-bottom: 5px;
}
.text-box p a {
  text-decoration: underline;
}
.text-box p a:hover {
  text-decoration: none;
}
.text-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .text-box {
    margin-bottom: 15px;
  }
  .text-box + .support-dial-tel {
    margin-top: -5px;
  }
}
.red-text {
  color: #9a2414;
}
.red-text-bold {
  color: #9a2414;
  font-weight: 700;
}
.two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.78049% 2.03252% 48.78049%;
  grid-template-columns: repeat(2, 48.78049%);
  row-gap: 20px;
  -webkit-column-gap: 2.03252%;
  -moz-column-gap: 2.03252%;
  column-gap: 2.03252%;
}
.two-column + .basic-button-wrap {
  margin-top: 30px;
}
.two-column + .text-box {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .two-column > li {
    margin-top: 20px;
  }
}
.two-column + .two-column {
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .two-column {
    display: block;
  }
  .two-column + .two-column {
    margin-top: 50px;
  }
}
.thumbnail-with-info {
  display: block;
  border: 1px solid #ccc;
  color: #1a1a1a;
}
.thumbnail-with-info:visited .text {
  color: #1a1a1a;
}
.thumbnail-with-info:hover .thumbnail-with-info__inner {
  border-color: #1c78ba;
  outline: solid 1px #1c78ba;
}
.thumbnail-with-info:hover .heading {
  color: #1c78ba;
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info {
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #ccc;
  }
  .thumbnail-with-info:hover {
    border-color: #ccc;
  }
}
.thumbnail-with-info__inner {
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info__inner {
    border: none;
  }
}
.thumbnail-with-info__image {
  display: block;
  -ms-flex: 0 0 156px;
  -webkit-box-flex: 0;
  flex: 0 0 156px;
  aspect-ratio: 312/272;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info__image {
    -ms-flex: 0 0 80px;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
  }
}
.thumbnail-with-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumbnail-with-info__content {
  padding-left: 1em;
  padding-right: 0.625em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info__content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    vertical-align: top;
  }
}
.thumbnail-with-info .heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 13px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info .heading {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.thumbnail-with-info .heading .pdf {
  font-size: 1.2rem;
  display: block;
}
.thumbnail-with-info .heading .pdf-icon {
  font-size: em(10, 12);
  width: 1.9em;
  height: 1.7em;
  display: inline-block;
}
.thumbnail-with-info .heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 12px;
  background-color: #1c67c3;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .thumbnail-with-info .heading::before {
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 900px) {
  .thumbnail-with-info .heading br {
    display: none;
  }
}
.thumbnail-with-info .text {
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .thumbnail-with-info .text br {
    display: none;
  }
}
.teikiTitle {
  color: #0d0d0d;
}
@media screen and (min-width: 768px), print {
  .teikiTitle:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .teikiTitle:not(:first-child) {
    margin-top: 6.4rem;
  }
}
.teikiTitle__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.teikiTitle__icon::before {
  content: "";
  display: block;
}
@media screen and (min-width: 768px), print {
  .teikiTitle__icon {
    gap: clamp(12.587px, 1.067vw, 16px);
  }
  .teikiTitle__icon::before {
    height: clamp(23.6px, 2vw, 30px);
    width: clamp(23.6px, 2vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .teikiTitle__icon {
    gap: 1.2rem;
  }
  .teikiTitle__icon::before {
    height: 2.7rem;
    width: 2.7rem;
  }
}
.teikiTitle__icon.-office::before {
  background: url(img/icon_office.png) no-repeat left top;
  background-size: contain;
}
.teikiTitle__icon.-school::before {
  background: url(img/icon_school.png) no-repeat left top;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .teikiInner {
    margin-top: clamp(50.347px, 4.267vw, 64px);
    padding-left: clamp(12.587px, 1.067vw, 16px);
    padding-right: clamp(12.587px, 1.067vw, 16px);
  }
  .teikiInner:has(.teikiIndex.-text) {
    margin-top: clamp(50.347px, 4.267vw, 64px);
  }
}
@media screen and (max-width: 767px) {
  .teikiInner {
    margin-top: 3.2rem;
  }
  .teikiInner:has(.teikiIndex.-text) {
    margin-top: 6.4rem;
  }
  .teikiInner:has(.teikiIndex.-text) + * {
    margin-top: 3.2rem !important;
  }
}
.teikiInner:has(.teikiIndex.-text) {
  padding-left: 0;
  padding-right: 0;
}
.teikiInner:has(.teikiIndex.-text) + .teikiInner:has(.teikiIndex.-text) {
  margin-top: -0.1rem !important;
}
.teikiIndex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .teikiIndex {
    gap: clamp(18.88px, 1.6vw, 24px);
  }
  .teikiIndex + .teikiIndex {
    margin-top: clamp(25.173px, 2.133vw, 32px);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex {
    gap: 1.2rem;
  }
  .teikiIndex + .teikiIndex {
    margin-top: 3.2rem;
  }
}
.teikiIndex.-text {
  /* border-bottom: 1px solid #c2e0f4; */
  border-top: 1px solid #c2e0f4;
}
@media screen and (min-width: 768px), print {
  .teikiIndex.-text {
    padding: 40px clamp(12.587px, 1.067vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex.-text {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.teikiIndex.-borderBottomNone {
  border-bottom: none;
  padding: 40px clamp(25.173px, 2.133vw, 32px) 0;
}
@media screen and (min-width: 768px), print {
  .-button .teikiIndex__item {
    width: calc(33% - (clamp(18.88px, 1.6vw, 24px) * 2 / 3));
  }
}
@media screen and (max-width: 767px) {
  .-button .teikiIndex__item {
    width: calc(33% - (1.2rem * 2 / 3));
  }
}
@media screen and (min-width: 768px), print {
  .-text .teikiIndex__item {
    width: calc(50% - (clamp(25.173px, 2.133vw, 32px) * 1 / 2));
  }
}
.teikiIndex__item__link {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #c2e0f4;
  -webkit-box-shadow: 0 1px 0 #c1e5fd;
  box-shadow: 0 1px 0 #c1e5fd;
  color: #0078c9;
  background: #fff;
  font-weight: 700;
  line-height: 1.4;
  height: 100%;
}
.teikiIndex__item__link:visited {
  color: #0078c9;
}
@media screen and (min-width: 768px), print {
  .teikiIndex__item__link {
    padding: 14px clamp(15.733px, 1.333vw, 20px) 32px;
    height: 100%;
    border-radius: 8px;
    font-size: clamp(1.2586666667rem, 1.0666666667vw, 1.6rem);
  }
  .teikiIndex__item__link strong {
    font-size: clamp(1.888rem, 1.6vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex__item__link {
    padding: 0.8rem 1rem 1.5rem;
    border-radius: 0.8rem;
    font-size: 1.3rem;
  }
  .teikiIndex__item__link strong {
    font-size: 1.8rem;
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .teikiIndex__item__link {
    -webkit-transition-property: background, color, border;
    transition-property: background, color, border;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .teikiIndex__item__link:hover {
    background: #f4f9ff;
    color: #004fb2;
    border-color: #004fb2;
  }
}
.teikiIndex__item__link::before {
  content: "";
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .teikiIndex__item__link::before {
    width: clamp(62.933px, 5.333vw, 80px);
    height: clamp(62.933px, 5.333vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex__item__link::before {
    width: 7rem;
    height: 7rem;
  }
}
.teikiIndex__item__link.-mobile::before {
  background: url(img/img_mobile.png) no-repeat left top;
  background-size: contain;
}
.teikiIndex__item__link.-card-school::before {
  background: url(img/img_card_school.png) no-repeat left top;
  background-size: contain;
}
.teikiIndex__item__link.-card-office::before {
  background: url(img/img_card_office.png) no-repeat left top;
  background-size: contain;
}
.teikiIndex__item__link.-magnetic::before {
  background: url(img/img_magnetic.png) no-repeat left top;
  background-size: contain;
}
.teikiIndex__item__heading {
  display: block;
}
@media screen and (min-width: 768px), print {
  .teikiIndex__item__heading {
    font-size: clamp(1.18rem, 1vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex__item__heading {
    font-size: 1.2rem;
  }
  .-magnetic .teikiIndex__item__heading {
    height: 3.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.teikiIndex__child {
  margin-top: 16px;
}
.teikiIndex__child li {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .teikiIndex__child li {
    font-size: clamp(1.416rem, 1.2vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .teikiIndex__child li {
    font-size: 1.6rem;
  }
}
.teikiDetail__head {
  border-bottom: 1px solid #c2e0f4;
}
@media screen and (min-width: 768px), print {
  .teikiDetail__head {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .teikiDetail__head {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.teikiTable th {
  background-color: #f2f2f2;
}
@media screen and (min-width: 768px), print {
  .teikiTable th {
    width: clamp(125.867px, 10.667vw, 160px);
  }
}
.teikiTable strong {
  font-weight: 600;
}
.teikiDetail__note {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .teikiDetail__note {
    margin-top: 24px;
    font-size: clamp(1.416rem, 1.2vw, 1.8rem);
  }
  .teikiDetail__note a {
    display: inline-block;
    margin-left: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .teikiDetail__note {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  .teikiDetail__note a {
    display: block;
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .teikiDetail__button {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .teikiDetail__button {
    margin-top: 4rem;
  }
}
.teikiDetail__button .blockLink {
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .teikiDetail__button .blockLink {
    width: 386px;
  }
}
.borderBlock {
  border-top: 1px solid #c2e0f4;
}
.borderBlock a {
  display: inline-block;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .borderBlock {
    margin-top: 32px;
    padding-top: 32px;
    padding-left: clamp(12.587px, 1.067vw, 16px);
    padding-right: clamp(12.587px, 1.067vw, 16px);
    font-size: clamp(1.416rem, 1.2vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .borderBlock {
    margin-top: 4rem;
    padding-top: 4rem;
    font-size: 1.6rem;
  }
  .borderBlock a {
    font-size: 1.8rem;
  }
}
.teikiDetail__textLink {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .teikiDetail__textLink {
    margin-top: 32px;
    padding-left: clamp(12.587px, 1.067vw, 16px);
    padding-right: clamp(12.587px, 1.067vw, 16px);
    font-size: clamp(1.416rem, 1.2vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .teikiDetail__textLink {
    margin-top: 2.4rem;
  }
}
.teikiFixed {
  right: 0;
  display: block;
  z-index: 99;
  position: fixed;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
@media screen and (min-width: 768px), print {
  .teikiFixed {
    bottom: clamp(118px, 10vw, 150px);
    width: clamp(325.68px, 27.6vw, 414px);
  }
}
@media screen and (max-width: 767px) {
  .teikiFixed {
    bottom: 0;
    width: 100%;
  }
}
.teikiFixed li:not(:last-child) {
  border-bottom: 1px solid #3171c1;
}
.teikiFixed__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background: #004fb2;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .teikiFixed__link {
    line-height: 1.4;
    padding: clamp(14.16px, 1.2vw, 18px) clamp(18.88px, 1.6vw, 24px)
      clamp(15.733px, 1.333vw, 20px);
    font-size: clamp(1.416rem, 1.2vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .teikiFixed__link {
    padding: 1.9rem 2.4rem 2.3rem;
    font-size: 1.8rem;
    letter-spacing: -0.025em;
  }
}
.teikiFixed__link:visited {
  color: #fff;
}
.teikiFixed__link > span:not(.screenReaderText) {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .teikiFixed__link > span:not(.screenReaderText) {
    padding-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .teikiFixed__link > span:not(.screenReaderText) {
    padding-right: 2.2rem;
  }
}
.teikiFixed__link > span:not(.screenReaderText)::before {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22navigation-down-circle%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22Shape%22%20d%3D%22M10%2C20A10%2C10%2C0%2C0%2C1%2C2.929%2C2.929%2C10%2C10%2C0%2C1%2C1%2C17.071%2C17.071%2C9.935%2C9.935%2C0%2C0%2C1%2C10%2C20ZM6.26%2C10.01a.829.829%2C0%2C0%2C0-.589.244.838.838%2C0%2C0%2C0-.01%2C1.168l3.75%2C3.75a.833.833%2C0%2C0%2C0%2C1.178%2C0l3.75-3.75a.84.84%2C0%2C0%2C0-.01-1.17.833.833%2C0%2C0%2C0-1.168-.01l-1.972%2C1.972a.209.209%2C0%2C0%2C1-.356-.148V5A.833.833%2C0%2C1%2C0%2C9.166%2C5v7.066a.208.208%2C0%2C0%2C1-.355.149L6.839%2C10.244A.83.83%2C0%2C0%2C0%2C6.26%2C10.01Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px), print {
  .teikiFixed__link > span:not(.screenReaderText)::before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .teikiFixed__link > span:not(.screenReaderText)::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.teikiFixed__link[href$=".pdf"] > span::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url(/assets/css/img/icon_pdf.svg) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 768px), print {
  .teikiFixed__link[href$=".pdf"] > span::before {
    width: clamp(14.16px, 1.2vw, 18px);
    height: clamp(18.88px, 1.6vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .teikiFixed__link[href$=".pdf"] > span::before {
    width: 2rem;
    height: 2.365rem;
  }
}
.teikiFixed__link[href$=".pdf"]:hover > span:not(.screenReaderText)::before {
  background: url(/assets/css/img/icon_pdf.svg) no-repeat 0 0/100% auto;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .teikiFixed__link {
    -webkit-transition-property: background, color, -webkit-box-shadow;
    transition-property: background, color, -webkit-box-shadow;
    transition-property: background, color, box-shadow;
    transition-property: background, color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .teikiFixed__link:hover {
    background: #f4f9ff;
    color: #004fb2;
    -webkit-box-shadow: inset 0 0 0 2px #004fb2;
    box-shadow: inset 0 0 0 2px #004fb2;
  }
  .teikiFixed__link:hover > span:not(.screenReaderText)::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22navigation-down-circle%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22Shape%22%20d%3D%22M10%2C20A10%2C10%2C0%2C0%2C1%2C2.929%2C2.929%2C10%2C10%2C0%2C1%2C1%2C17.071%2C17.071%2C9.935%2C9.935%2C0%2C0%2C1%2C10%2C20ZM6.26%2C10.01a.829.829%2C0%2C0%2C0-.589.244.838.838%2C0%2C0%2C0-.01%2C1.168l3.75%2C3.75a.833.833%2C0%2C0%2C0%2C1.178%2C0l3.75-3.75a.84.84%2C0%2C0%2C0-.01-1.17.833.833%2C0%2C0%2C0-1.168-.01l-1.972%2C1.972a.209.209%2C0%2C0%2C1-.356-.148V5A.833.833%2C0%2C1%2C0%2C9.166%2C5v7.066a.208.208%2C0%2C0%2C1-.355.149L6.839%2C10.244A.83.83%2C0%2C0%2C0%2C6.26%2C10.01Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23004fb2%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #teikiDetail .spFixNavi {
    display: none;
  }
}
#teikiDetail .link[href$=".pdf"]::after {
  rotate: none;
  background: url(/assets/css/img/icon_pdf.svg) no-repeat 0 0/100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  #teikiDetail .link[href$=".pdf"]::after {
    width: clamp(14.16px, 1.2vw, 18px);
    height: clamp(18.88px, 1.6vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  #teikiDetail .link[href$=".pdf"]::after {
    width: 2rem;
    height: 2.365rem;
  }
}
#teikiDetail .-block {
  display: block;
}
@media screen and (min-width: 768px), print {
  #teikiDetail .-block {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  #teikiDetail .-block {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body:has(.-spFooterFixed) .spFixNavi {
    display: none;
  }
}

/* 更新内容 */
.sectionTitle {
  font-size: clamp(1.6rem, 1.4vw, 2.7rem);
  background-color: #e0f2fc;
  padding: 10px 19px 11px;
  color: #1e4fb2;
}

.sectionTitle .teikiTitle__icon.-guidance::before {
  background: url(img/icon_guidance.png) no-repeat left top;
  background-size: contain;
  width: clamp(20px, 2vw, 30px);
  height: clamp(24px, 2.4vw, 36px);
}

.sectionTitle:has(.-shinkansen) {
  margin-top: 73px;
}

.sectionTitle:has(.-shinkansen) + .teikiInner {
  margin-top: clamp(25px, 2.13vw, 32px);
}

.sectionTitle .teikiTitle__icon.-shinkansen::before {
  background: url(img/icon_shinkansen.png) no-repeat left top;
  background-size: contain;
  width: clamp(26px, 2vw, 36px);
  height: clamp(28px, 2.11vw, 38px);
}

.teikiIndex__item__link.-card-double::before {
  background: url(img/img_card-double.png) no-repeat left top;
  background-size: contain;
  width: clamp(140px, 8.75vw, 168px);
  height: clamp(62px, 5.354vw, 74px);
}

@media only screen and (max-width: 767px) {
  .teikiIndex__item__link.-card-double::before {
    background: url(img/img_card-double.png) no-repeat left center;
    background-size: contain;
    width: 11rem;
    height: 7rem;
  }
}

@media only screen and (max-width: 470px) {
  .teikiIndex__item__link.-card-double::before {
    width: 100%;
  }
}

.sectionTitle:has(.-express) {
  margin-top: 123px;
}

.sectionTitle .teikiTitle__icon.-express::before {
  background: url(img/icon_express.png) no-repeat left top;
  background-size: contain;
  width: clamp(26px, 2vw, 36px);
  height: clamp(28px, 2.11vw, 38px);
}

.sectionTitle:has(.-express) + .teikiIndex__item {
  margin-top: 44px;
}

.sectionTitle:has(.-express) + .teikiIndex__item + .teikiInner .teikiIndex.-text {
  border-bottom: 1px solid #c2e0f4;
}
