@charset "UTF-8";
/*-----------------------------
 common
-----------------------------*/
:root {
  --main_color: #004D9F;
}
/* reset */
.block-page-top {
  bottom: 130px;
}
.pane-footer {
  padding-bottom: 104px;
}
/* レイアウト */
*, *::before, *::after {
  box-sizing: border-box;
}
.pane-main {
  color: #363C43;
  padding-top: 60px;
  background: #EDF1F3;
}
.pane-main img {
  height: auto;
}
.common_inner {
  margin: 0 16px;
}
/* 見出し、テキスト */
.common_h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 24px;
  padding: 0 0 18px;
  background: transparent;
}
.common_h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background: var(--main_color);
}
.common_h2 + p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin-bottom: 24px;
}
/* ボタン */
.common_btn_white {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 778px;
  height: 48px;
  margin: 0 auto 12px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 1px solid #004793;
  border-radius: 100px;
}
a.common_btn_white {
  color: var(--main_color);
}
.common_btn_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 497px;
  height: 64px;
  margin: 0 auto 12px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: var(--main_color);
  border: 1px solid #004793;
  border-radius: 100px;
}
.btn_white_arrow, .btn_white_arrow_b {
  position: relative;
}
.btn_white_arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn_white_arrow_b::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.5s ease-in-out;
}

.btn_blue_arrow, .btn_blue_arrow_b {
  position: relative;
}
.btn_blue_arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--main_color);
  border-right: 1px solid var(--main_color);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s ease-in-out;
}
.btn_blue_arrow_b::after {
  position: absolute;
  content: "";
  top: 48%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--main_color);
  border-right: 1px solid var(--main_color);
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.js-acc-btn::after {
  transform: translate(-50%, -48%) rotate(135deg);
}
.js-acc-btn-open::after {
  top: 52%;
  transform: translate(-50%, -48%) rotate(-45deg);
}
.common_btn_white:hover, .common_btn_blue:hover {
  opacity: .7;
}
a.common_btn_white:hover, a.common_btn_blue:hover {
  text-decoration: none;
}
/* 4列 */
.common_4row_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}
.common_4row_list li {
  width: calc((100% - 39px) / 4);
  margin-right: 13px;
}
.common_4row_list li:nth-child(4n) {
  margin-right: 0;
}
.c2l_thum img {
  margin-bottom: 22px;
  border-radius: 3px;
  vertical-align: bottom;
  overflow: hidden;
}
.c2l_txt {
  display: table;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  color: var(--main_color);
  margin-bottom: 15px;
}
.common_4row_list h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.common_4row_list p {
  font-size: 14px;
  line-height: 1.7;
}
/* PC/SP */
@media screen and (min-width: 767px) {
  .display-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}
/*-----------------------------
 MV
-----------------------------*/
.top_mv {
  padding-bottom: 90px;
  overflow: hidden;
}
.top_mv_inner {
  margin: auto;
}
.top_mv a.swiper-slide,
.top_mv span.swiper-slide {
  padding: 0 10px;
}
.top_mv a.swiper-slide img,
.top_mv span.swiper-slide img {
  width: 100%;
  height: auto;
}
.top_mv a.swiper-slide:hover img {
  opacity: .7;
}
/* 読み込みレイアウト表示調整 */
.top_mv_slide {
  opacity: 0;
  transition: opacity .9s linear;
}
.top_mv_slide.swiper-initialized {
  opacity: 1;
}
/* swiper reset */
.top_mv .swiper {
  overflow: unset;
}
.top_mv .swiper-pagination {
  display: block;
}
.top_mv .swiper-horizontal > .swiper-pagination-bullets {
  bottom: -38px;
  top: unset;
}
.top_mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.top_mv .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #ddd;
  opacity: 1;
}
.top_mv .swiper-pagination-bullet-active {
  background: var(--main_color);
}
.top_mv .swiper-button-next, .top_mv .swiper-button-prev {
  width: 80px;
  height: 80px;
}
.top_mv .swiper-button-next:after, .top_mv .swiper-button-prev:after {
  font-size: 0;
}
.top_mv .swiper-button-next:hover, .top_mv .swiper-button-prev:hover {
  opacity: .7;
}
.top_mv .swiper-button-prev {
  left: 5%;
  background: url(../../img/usr/top/2025/arrow_left.png) no-repeat top center;
}
.top_mv .swiper-button-next {
  right: 5%;
  background: url(../../img/usr/top/2025/arrow_right.png) no-repeat top center;
}
/*-----------------------------
 info
-----------------------------*/
.top_info {
  width: 100%;
  margin: auto;
}
.top_info_tab {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border-bottom: 2px solid #014EA0;
}
.top_info_tab li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  height: 91px;
  font-size: 18px;
  font-weight: 500;
  color: #014EA0;
  line-height: 1.3;
  text-align: center;
  padding: 4px 2px 0;
  background: #fff;
  border-top: 2px solid #014EA0;
  border-left: 1px solid #014EA0;
  border-right: 1px solid #014EA0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  overflow: hidden;
  /*transition: all 0.5s;*/
}
.top_info_tab li:first-child {
  border-left: 2px solid #014EA0;
}
.top_info_tab li:last-child {
  border-right: 2px solid #014EA0;
}
.top_info_tab li.js-info-tab-active {
  height: 100px;
  color: #fff;
  background: #014EA0;
}
.top_info_tab li.js-info-tab-active {
  pointer-events: none;
  cursor: default;
}
.top_info_tab li:not(.js-info-tab-active):hover {
  opacity: .7;
}
.top_info_list {
  width: 100%;
  margin: auto;
  padding: 32px;
  background: #E4EAED;
}
.top_info_list:not(.js-info-list-active) {
  display: none;
}
.top_info_box {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 19px 8px 0;
  height: 148px;
  overflow-y: auto;
  background: #fff;
}
.top_info_box li {
  display: flex;
  width: 100%;
  font-size: 16px;
  margin-bottom: 16px;
  padding: 0 10px 8px 15px;
  border-bottom: 1px solid #E3E9EC;
}
.top_info_box li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 115px;
  height: 28px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
}
.top_info_icon_important {
  background: #E33737;
}
.top_info_icon_notice {
  background: #3799E3;
}
.top_info_icon_campaign {
  background: #E7AB1F;
}
.top_info_box a:hover {
  opacity: .8;
  text-decoration: none;
}
/*-----------------------------
 preface
-----------------------------*/
.top_preface {
  padding: 29px 0 0;
}
.top_preface h1 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main_color);
  text-align: center;
  padding: 0;
  margin: 0 0 29px;
}
.top_preface h1 + p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 22px;
}
.js-acc-btn {
  margin-bottom: 16px;
  cursor: pointer;
}
.hidden-area {
  display: none;
}
.top_preface_kinds {
  display: flex;
  width: 100%;
  max-width: 778px;
  margin: auto;
}
.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;
  background: #F6F8F9;
  border-radius: 10px;
}
.top_preface_kinds li:last-child {
  margin-right: 0;
}
.top_preface_kinds li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.top_preface_kinds li a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_preface_kinds li img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto 15px;
}
.top_preface_deliver {
  width: 100%;
  max-width: 778px;
  margin: 18px auto 0;
  background: #E3E9EC;
  border-radius: 3px;
  overflow: hidden;
}
.top_preface_deliver h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
  background: #799EC5;
}
.top_preface_deliver_guideline {
  display: flex;
  padding: 23px 20px;
}
.top_preface_deliver_guideline li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 4);
  height: 67px;
  margin-right: 10px;
  padding-left: 60px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}
.top_preface_deliver_guideline li:nth-child(4n) {
  margin-right: 0;
}
.top_preface_deliver_guideline li img {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: auto;
  height: 40px;
}
.top_preface_deliver_guideline li:nth-child(3) img {
  left: 9px;
  height: 30px;
}
.tmdg_txt {
  display: block;
  font-weight: 600;
  color: var(--main_color);
  margin-top: 5px;
}
.top_preface_deliver_guideline + p {
  font-size: 12px;
  padding: 0 16px 16px;
}
.top_preface .common_btn_blue {
  max-width: 778px;
  font-size: 15px;
  color: #fff;
}
/*-----------------------------
 step
-----------------------------*/
.top_step {
  margin: 75px auto 25px;
}
.top_step_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 778px;
  margin: 75px auto 0;
}
.top_step_list li {
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: 600;
}
.top_step_list li:nth-child(2n) {
  margin-right: 0;
}
.tsl_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: 40px;
  background: #fff;
  border-radius: 50%;
}
.tsl_icon img {
  width: auto;
  height: 40px;
}
.tsl_txt {
  display: table;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--main_color);
  margin-bottom: 10px;
}
/*-----------------------------
 introduction
-----------------------------*/
.top_intro {
  padding: 75px 0 98px;
  background: #fff;
}
.top_intro_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top_intro_list li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.top_intro_list li:nth-child(4n) {
  margin-right: 0;
}
.top_intro_list li a:hover {
  opacity: .7;
  text-decoration: none;
}
.top_intro_list li img {
  margin-bottom: 6px;
  border-radius: 3px;
  overflow: hidden;
}
.top_intro_list li span {
  position: relative;
  display: table;
  margin: auto;
}
.top_intro_list li span::after {
  position: absolute;
  content: "";
  top: 48%;
  right: -40px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #014EA0;
  border-right: 2px solid #014EA0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top_intro_cs {
  margin-top: 85px;
}
.top_intro_cs .top_intro_list {
  margin-bottom: 60px;
}
/*-----------------------------
 Our High Quality Services
-----------------------------*/
.top_bg_area {
  background: url(../../img/usr/top/2025/top_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
.top_hq {
  padding: 80px 0 0;
}
/*-----------------------------
 voice
-----------------------------*/
.top_voice {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0;
}
.top_voice .common_inner {
  padding: 40px 0 28px;
  background: #fff;
  overflow: hidden;
}
.bnr_compensation {
  display: table;
  margin: auto;
  padding: 45px 0 75px;
}
/* revico reset */
.top_voice #revico-comment {
    width: 860px;
}
.top_voice #revico-comment .revico-comment-main {
    width: 860px !important;
    height: 300px;
	margin: auto;
    overflow: hidden;
    opacity: 0;
}
.top_voice #revico-comment .revico-comment-main.slider-active {
    height: auto;
    overflow: visible;
    opacity: 1;
}
/*-----------------------------
 onlinecounseling
-----------------------------*/
.top_oc {
  padding: 55px 0 50px;
  background: var(--main_color);
}
.top_oc h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}
.top_oc img {
  display: table;
  margin: auto;
}
.top_oc p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin: 50px 0;
}
.top_oc .common_btn_white {
  max-width: 497px;
  height: 64px;
  font-size: 18px;
}
.top_oc .btn_blue_arrow::after {
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
}
/*-----------------------------
 CLEANING
-----------------------------*/
.top_cleaning {
  position: relative;
  padding: 100px 0;
}
.cleaning_h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 0 8px;
  background: transparent;
}
.cleaning_h2 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 35px;
  margin: 0 auto 20px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #BEB419;
  border-radius: 100px;
  z-index: 2;
}
.cleaning_h2 span::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  border-style: solid;
  border-width: 18px 10.5px 0 10.5px;
  border-color: #BEB419 transparent transparent;
  translate: -50% 100%;
  z-index: 1
}
.top_cleaning_flex {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.top_cleaning_royal, .top_cleaning_crystal {
  width: calc((100% - 14px) / 2);
  background: #fff;
}
.top_cleaning_royal {
  margin-right: 14px;
}
.top_cleaning_royal > img, .top_cleaning_crystal > img {
  vertical-align: bottom;
}
.tcr_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.top_cleaning_royal .tcr_heading {
  background: #BEB419;
}
.top_cleaning_crystal .tcr_heading {
  background: #4892E1;
}
.top_cleaning_inner {
  padding: 32px 32px 55px;
}
.tcr_h3 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 35px;
  padding: 0;
}
.tcr_h3 span {
  display: table;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  margin: 15px auto 0;
}
.top_cleaning_royal .tcr_h3 span {
  color: #BEB419;
}
.top_cleaning_crystal .tcr_h3 span {
  color: #4892E1;
}
.tcr_h3 + p {
  font-size: 16px;
  line-height: 2;
}
.top_cleaning_royal .tcr_marker {
  background: linear-gradient(transparent 70%, #BEB41933 30%);
}
.top_cleaning_crystal .tcr_marker {
  background: linear-gradient(transparent 70%, #4892E133 30%);
}
.top_cleaning_ex {
  margin-top: 40px;
  padding: 25px;
}
.top_cleaning_royal .top_cleaning_ex {
  background: #BEB4191A;
}
.top_cleaning_crystal .top_cleaning_ex {
  background: #4992E11A;
}
.top_cleaning_ex > span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.top_cleaning_ex ul {
  display: flex;
  margin-bottom: 15px;
}
.top_cleaning_ex ul li {
  width: calc((100% - 12px) / 3);
  margin-right: 6px;
}
.top_cleaning_ex ul li:nth-child(3n) {
  margin-right: 0
}
.top_cleaning_ex h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.top_cleaning_ex p {
  font-size: 14px;
  line-height: 1.8;
}
/*-----------------------------
reason
-----------------------------*/
#reason {
  position: relative;
  padding-bottom: 80px;
}
.reason_h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 325px;
  margin: 0 0 60px;
  padding: 0 0 60px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: url(../../img/usr/top/2025/top_reason_bg.jpg) no-repeat top center;
  background-size: 100% auto;
}
.top_reason .common_inner > p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
/*-----------------------------
thoughts
-----------------------------*/
.top_thoughts {
  position: relative;
  padding: 85px 0 80px;
  background: url(../../img/usr/top/2025/top_thoughts_bg_pc.jpg) no-repeat top center;
  background-size: cover;
}
/*-----------------------------
recommendation
-----------------------------*/
.top_reco {
  position: relative;
  padding-bottom: 80px;
}
.reco_h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 325px;
  margin: 0 0 60px;
  padding: 0 0 60px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: url(../../img/usr/top/2025/top_reco_bg.jpg) no-repeat top 80% center;
  background-size: 100% auto;
}
.top_reco .common_inner > p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
/*-----------------------------
price(reset)
-----------------------------*/
.top_price {
  padding: 75px 0;
  background: #fff;
}
.block-about-order-price-table-frame {
  background: #F6F8F9;
  margin: 75px auto 45px;
  padding: 15px 35px 24px;
}
.block-about-order-price-table-frame dl.table-head {
  border-bottom: #E3E9EC 1px solid;
  padding: 0 35px 15px;
}
.block-about-order-price-table-frame dl.table-head dt {
  width: 33%;
}
.block-about-order-price-table-frame dl.table-head dd.royal {
  right: 0;
}
.block-about-order-price-table-frame dl.table-head dd.original {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #4992E1;
  font-size: 19px;
}
.block-about-order-price-table-frame dl.table-head dd.royal {
  color: #BEB419;
  font-size: 19px;
  line-height: 1.5;
}
.block-about-order-price-table-frame dl {
  padding: 5px 35px;
}
.block-about-order-price-table-frame dl.table-child, .block-about-order-price-table-frame dl.table-child:not(:last-of-type) {
  margin: 0;
  border-bottom: none;
}
.block-about-order-price-table-frame dl.table-child dd {
  font-size: 21px;
}
.block-about-order-price-table-frame dl.table-child dd.royal {
  color: #BEB419;
}
/*-----------------------------
option(reset)
-----------------------------*/
.top_option {
  padding: 75px 0 70px;
}
.block-about-option-list {
  margin: 65px auto 60px;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1026px;
}
.block-about-option-list li {
  width: 129px;
  margin: 0 22px;
}
.block-about-option-list h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.block-about-option-list .img {
  border: none;
  width: 129px;
  height: 129px;
  background: #FFF;
  margin: 0 0 24px;
}
.block-about-option-list .img img {
  width: 60px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(85%) saturate(1937%) hue-rotate(195deg) brightness(93%) contrast(105%);
}
.block-about-option-list li:nth-child(6) .img img {
  width: 50px;
}
/*-----------------------------
qa(reset)
-----------------------------*/
.top_qa {
  padding: 80px 0 95px;
  background: #fff;
}
.block-about-order-faq {
  width: 100%;
  max-width: 820px;
  margin: 45px auto;
  padding: 0 0 24px;
}
.block-about-order-faq-frame {
  margin: 0;
}
.block-about-order-faq-frame .faq-box {
  margin: 0;
}
.block-about-order-faq-frame .question {
  padding: 25px 70px 25px 90px;
  font-size: 16px;
}
.block-about-order-faq-frame .question .num {
  color: var(--main_color);
  font-size: 23px;
  top: 20px;
}
.block-about-order-faq-frame .question .num {
  top: 25px;
}
.block-about-order-faq-frame .question::after {
  content: '';
  width: 14px;
  height: 14px;
  border-color: var(--main_color);
  border-top: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 14px);
  transition: 0.3s;
}
.block-about-order-faq-frame .answer {
  padding: 0 60px 25px 90px;
}
.block-about-order-faq-frame .answer::after {
  top: -5px;
}
/*-----------------------------
request
-----------------------------*/
.top_request {
  padding: 90px 0;
  background: #C4E5F5;
}
.top_request .common_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top_request_txtbox {
  width: 600px;
}
.top_request_txt1 {
  margin: auto;
  font-size: 20px;
  color: #014EA0;
  text-align: center;
}
.top_request_txt2 {
  margin-top: 5px;
  text-align: center;
}
.top_request_txt2 dt {
  font-size: 26px;
  font-weight: 600;
  color: #014EA0;
  margin-right: 10px;
}
.top_request_txt2 dd {
  font-size: 14px;
  color: #014EA0;
  margin-top: 20px;
}
#fixed-banner {
  /*opacity: 1;*/
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #C4E5F5;
  text-align: center;
  padding: 20px 16px 8px;
  z-index: 100;
  transition: opacity 0.4s ease, transform 0.4s ease;
  cursor: pointer;
}
#fixed-banner.is-hidden {
  /*opacity: 0;*/
  position: static;
  bottom: unset;
  left: unset;
  max-width: 500px;
  background: unset;
  text-align: unset;
  padding: unset;
  z-index: unset;
}
.hidden-area.js-modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000080;
  z-index: 1000000000;
}
.js-modal-window .top_preface_kinds {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 30px;
  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;
}