.hidden-area.modalmode {
  display: none;
  opacity: 0;
  position:fixed;
  z-index: -1;
}

.hidden-area.modalmode .top_preface_kinds {
  display: block;
}

.hidden-area.modalmode .top_preface_kinds li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  background: #F6F8F9;
  border-radius: 3px;
  width: auto;
  max-width: none;
}

.hidden-area.modalmode .top_preface_kinds li:last-child {
  margin-bottom: 12px;
}

.hidden-area.modalmode .top_preface_kinds li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hidden-area.modalmode .top_preface_kinds li img {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: auto;
  height: 26px;
}
.top_preface_kinds li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 20px;
  background-image: url(../../img/usr/top/white_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 14px;
  right: 20px;
}

.hidden-area .top_preface_kinds li:nth-child(3) img {
  left: 15px;
}

.hidden-area.modalmode.js-modal-window {
  position: fixed;
  z-index: 1000000000;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000080;
}

.js-modal-window .top_preface_kinds {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 20px 20px 8px;
  background: #EDF1F3;
}

.js-modal-window .top_preface_kinds::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../../img/usr/service_form/icon_close.png) no-repeat center center / contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin-left: 8px;
}



.top_preface .top_preface_kinds {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 0;
}

.top_preface .hidden-area .top_preface_kinds {
  display: block;
}

.top_preface .hidden-area .top_preface_kinds li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 60px;
  margin-right: 0;
  margin-bottom: 10px;
  padding-left: 14%;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

.top_preface .hidden-area .top_preface_kinds li:nth-child(2n) {
  margin-right: 0;
}

.top_preface .hidden-area .top_preface_kinds li img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: auto;
  height: 32px;
}

.top_preface .hidden-area .top_preface_kinds li:nth-child(3) img {
  left: 9px;
  height: 27px;
}

:root {
  --main_color: #004d9f;
}
:root #header .container {
  position: fixed !important;
}
:root .top_preface {
  padding: 29px 0 0;
}
:root .top_preface h1 {
  font-size: 24px;
  font-weight: 600;
  color: #004d9f;
  text-align: center;
  padding: 0;
  margin: 0 0 29px;
}
:root .top_preface h1 + p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 22px;
}
:root .js-acc-btn {
  margin-bottom: 16px;
  cursor: pointer;
}
:root .hidden-area {
  display: none;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds {
  display: flex;
  width: 100%;
  max-width: 778px;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds li {
  width: calc((100% - 60px) / 4);
  height: 148px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 0;
  background: #f6f8f9;
  border-radius: 10px;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds li:last-child {
  margin-right: 0;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds li a {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  grid-gap: 15px;
  gap: 15px;
  padding-bottom: 5px;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
:root[data-browse-mode=P] .hidden-area.modalmode .top_preface_kinds li img {
  position: static;
  display: table;
  width: auto;
  height: 50px;
  margin: 0 auto;
  transform: none;
}
:root #fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c4e5f5;
  text-align: center;
  padding: 20px 16px 8px;
  z-index: 100;
  transition: all 0.4s ease;
}
:root #fixed-banner[disabled] {
  display: none;
}
:root #fixed-banner .common_btn_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #004d9f;
  border: 1px solid #004793;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  :root #fixed-banner .common_btn_blue {
    height: 64px;
    font-size: 16px;
    margin-inline: auto;
    max-width: 497px;
  }
}
:root #fixed-banner .common_btn_white:hover,
:root #fixed-banner .common_btn_blue:hover {
  opacity: 0.7;
  text-decoration: none;
}
:root #fixed-banner .btn_white_arrow {
  border: 2px solid #fff;
}
:root #fixed-banner .btn_white_arrow,
:root #fixed-banner .btn_white_arrow_b {
  position: relative;
}
:root #fixed-banner .btn_white_arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  :root #fixed-banner .btn_white_arrow::after {
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
:root body[fixed-order] .block-page-top {
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  :root body[fixed-order] .block-page-top {
    bottom: 130px;
  }
}
:root body[fixed-order] .pane-footer {
  padding-bottom: 88px;
}
@media screen and (min-width: 768px) {
  :root body[fixed-order] .pane-footer {
    padding-bottom: 104px;
  }
}