@charset 'UTF-8';
* {
  word-break: break-all;
}

.sub_hurry {
  margin-bottom: 150px;
}

.sub_hurry_mv {
  align-items: center;
  background-image: url(../img/hurry/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 500px;
}

.sub_hurry_mv_text {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.sub_hurry_mv_text_title {
  align-items: center;
  background-color: #ac0000;
  border-radius: 50%;
  display: flex;
  height: 200px;
  justify-content: center;
  margin-right: 30px;
  width: 200px;
}

.sub_hurry_mv_text_title_text {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  height: 182px;
  justify-content: center;
  text-align: center;
  width: 182px;
}

.sub_hurry_mv_text_entrust_text {
  color: #562a0f;
  font-size: 3.5rem;
  font-weight: 400;
}

.sub_hurry_mv_text_entrust_text span {
  font-size: 2.7rem;
  font-weight: 400;
}

.sub_hurry_mv_text_entrust_img {
  margin-bottom: 12px;
  margin-top: 18px;
  max-width: 362px;
}

.sub_hurry_mv_text_entrust_img img {
  height: 100%;
  width: 100%;
}

.sub_hurry_mv_text_desc {
  width: 744px;
}

.sub_hurry_mv_text_desc_lists {
  display: flex;
  justify-content: flex-start;
}

.sub_hurry_mv_text_desc_lists_item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #ac0000;
  border-radius: 6px;
  counter-increment: ol-couter;
  display: flex;
  justify-content: center;
  margin-left: 12px;
  min-height: 103px;
  position: relative;
  width: calc((100% / 3) - (24px / 3));
}

.sub_hurry_mv_text_desc_lists_item::before {
  align-items: center;
  background-color: #ac0000;
  border-radius: 50%;
  color: #fff;
  content: counter(ol-couter);
  display: flex;
  font-size: 3.1rem;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -25px;
  transform: translateX(-50%);
  width: 42px;
}

.sub_hurry_mv_text_desc_lists_item_text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.sub_hurry_mv_text_desc_lists_item_text .red {
  color: #ac0000;
  font-size: 2.4rem;
}

.sub_hurry_mv_text_desc_lists_item_text .red_small {
  color: #ac0000;
  font-size: 2rem;
}

.sub_hurry_mv_text_desc_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_hurry_cremation {
  margin-bottom: 50px;
  margin-top: 45px;
}

.sub_hurry_cremation_inner {
  align-items: center;
  background-image: url(../img/hurry/hurry1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  min-height: 150px;
}

.sub_hurry_cremation_link {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 375px;
}

.sub_hurry_cremation_link span {
  color: #21651b;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  padding-left: 23px;
  position: relative;
}

.sub_hurry_cremation_link span::before {
  background-image: url(../img/hurry/green_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.sub_hurry_flow {
  counter-reset: mega-step;
}

.sub_hurry_flow_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 30px;
  text-align: center;
}

.sub_hurry_flow_index_lists {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.sub_hurry_flow_index_lists_item {
  margin-left: 15px;
}

.sub_hurry_flow_index_lists_item_box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sub_hurry_flow_index_lists_item_box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-orientation: mixed;
  writing-mode: vertical-lr;
}

.sub_hurry_flow_index_lists_item span.number {
  align-items: center;
  background-color: #fff;
  border: 4px double #222;
  border-radius: 50%;
  color: #452b7f;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  height: 55px;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  width: 55px;
}

.sub_hurry_flow_index_lists_item span.number::after {
  background-image: url(../img/hurry/black_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 10px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.sub_hurry_flow_index_lists_item span.symbol {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-orientation: mixed;
}

.sub_hurry_flow_index_lists_item:first-child {
  margin-left: 0;
}

.sub_hurry_flow_index_lists_item:first-child span::after {
  content: none;
}

.sub_hurry_flow_content_lists {
  display: flex;
  justify-content: flex-start;
}

.sub_hurry_flow_content_lists_item {
  counter-increment: mega-step;
  margin-left: 50px;
  width: calc((100% / 3) - (100px / 3));
}

.sub_hurry_flow_content_lists_item_img {
  margin-bottom: 20px;
}

.sub_hurry_flow_content_lists_item_img img {
  height: 100%;
  width: 100%;
}

.sub_hurry_flow_content_lists_item_title {
  margin-bottom: 17px;
  padding-left: 25px;
  position: relative;
}

.sub_hurry_flow_content_lists_item_title::before {
  color: #452b7f;
  content: counter(mega-step) '.';
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 2.4rem;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sub_hurry_flow_content_lists_item_title span {
  font-size: 1.8rem;
  font-weight: 400;
}

.sub_hurry_flow_content_lists_item_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}

.sub_hurry_flow_content_lists_item_desc:last-of-type {
  margin-bottom: 0;
}

.sub_hurry_flow_content_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_hurry_flow_content_smooth {
  margin-bottom: 50px;
  margin-top: -8px;
}

.sub_hurry_flow_content_smooth_toplists {
  display: flex;
  margin: 0 auto 60px;
  max-width: 300px;
}

.sub_hurry_flow_content_smooth_toplists_left {
  align-items: center;
  background-color: #80769a;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  justify-content: center;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  width: 42%;
}

.sub_hurry_flow_content_smooth_toplists_right {
  align-items: flex-end;
  background-color: #f5f5f5;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  width: 58%;
}

.sub_hurry_flow_content_smooth_toplists_right .day, .sub_hurry_flow_content_smooth_toplists_right .tax {
  font-size: 1.2rem;
}

.sub_hurry_flow_content_smooth_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
  margin-top: 20px;
}

.sub_hurry_flow_content_smooth_lists_item {
  align-items: center;
  border: 1px solid #222;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  margin-left: 16px;
  padding-bottom: 24px;
  padding-top: 23px;
  text-align: center;
  width: calc(50% - 8px);
}

.sub_hurry_flow_content_smooth_lists_item:nth-child(2n + 1) {
  margin-left: 0;
}

.sub_hurry_flow_content_smooth_lists_item:nth-child(n + 3) {
  margin-top: 16px;
}

.sub_hurry_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  min-height: 56px;
  width: 100%;
}

.sub_hurry_title_purple {
  background-color: #80769a;
}

.sub_hurry_title_white {
  background-color: #f5f5f5;
  color: #452b7f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
}

.sub_hurry_title_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #222;
  font-size: 2.5rem;
  min-height: 80px;
}

.sub_hurry_title_bgblue {
  background-image: url(../img/hurry/hurry15.png);
}

.sub_hurry_title_bgyellow {
  background-image: url(../img/hurry/hurry16.png);
}

.sub_hurry_plan {
  margin-top: 55px;
}

.sub_hurry_plan_desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
  margin-top: 25px;
}

.sub_hurry_plan_lists {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 65px;
}

.sub_hurry_plan_lists_item {
  margin-left: 50px;
  width: calc((100% / 3) - (100px / 3));
}

.sub_hurry_plan_lists_item_img {
  margin-bottom: 25px;
}

.sub_hurry_plan_lists_item_img img {
  height: 100%;
  width: 100%;
}

.sub_hurry_plan_lists_item_title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.sub_hurry_plan_lists_item_price {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.sub_hurry_plan_lists_item_price span {
  font-size: 1.6rem;
  margin-left: 3px;
  vertical-align: middle;
}

.sub_hurry_plan_lists_item_desc {
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}

.sub_hurry_plan_lists_item:nth-child(3n + 1) {
  margin-left: 0;
}

.sub_hurry_hall {
  margin-bottom: 65px;
}

.sub_hurry_hall h3.sub_hurry_title {
  margin-bottom: 25px;
  margin-top: 25px;
}

.sub_hurry_hall_display {
  margin-bottom: 20px;
}

.sub_hurry_access {
  margin-bottom: 90px;
}

.sub_hurry_access .sub_hurry_title {
  margin-bottom: 50px;
}

.sub_hurry_access_main {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.sub_hurry_access_main_map {
  width: 40%;
}

.sub_hurry_access_main_map_img {
  margin-bottom: 20px;
}

.sub_hurry_access_main_map_img img {
  height: 100%;
  width: 100%;
}

.sub_hurry_access_main_map_link {
  align-items: center;
  border: 1px solid #222;
  border-radius: 100px;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 228px;
}

.sub_hurry_access_main_map_link_arrow {
  height: 13px;
  margin-right: 10px;
  position: relative;
  width: 7px;
}

.sub_hurry_access_main_map_link_arrow::before {
  background-image: url(../img/hall/arrow.svg);
  background-position: center;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sub_hurry_access_main_about {
  margin-left: 24px;
  width: calc(60% - 24px);
}

.sub_hurry_access_main_about_table {
  background-color: #fff;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  sans-serif;
  height: 100%;
  width: 100%;
}

.sub_hurry_access_main_about_table tr {
  border-bottom: 1px solid #ccc;
}

.sub_hurry_access_main_about_table th {
  background-color: #f5f5f5;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
  width: 18%;
}

.sub_hurry_access_main_about_table td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  vertical-align: middle;
  width: 82%;
  word-break: break-all;
}

.sub_hurry_access_main_about_table_lists .item {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
  word-break: break-all;
}

.sub_hurry_access_main_about_table_lists .item::before {
  content: '■';
  font-size: 1.6rem;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
}

.sub_hurry_access_main_about_table_lists .item:last-child {
  margin-bottom: 0;
}

.sub_hurry_voice {
  margin-bottom: 70px;
}

.sub_hurry_voice_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 35px;
}

.sub_hurry_voice_lists_item {
  background-color: #f0f0eb;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 24px;
  padding: 30px 35px 35px 35px;
  width: calc(50% - 12px);
}

.sub_hurry_voice_lists_item_height {
  margin-bottom: 22px;
}

.sub_hurry_voice_lists_item_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sub_hurry_voice_lists_item_top_data {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.sub_hurry_voice_lists_item_top_data .date {
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 15px;
}

.sub_hurry_voice_lists_item_top_data .name {
  font-size: 1.8rem;
  font-weight: normal;
}

.sub_hurry_voice_lists_item_top_cat {
  align-items: center;
  background-color: #fff;
  border: 1px solid #452b7f;
  display: inline-flex;
  justify-content: center;
  padding-bottom: 4px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  text-align: center;
}

.sub_hurry_voice_lists_item_top_cat .plan {
  color: #452b7f;
  font-size: 1.4rem;
  font-weight: normal;
}

.sub_hurry_voice_lists_item_main {
  display: flex;
  justify-content: flex-start;
}

.sub_hurry_voice_lists_item_main_content {
  margin-right: 10px;
  width: calc(75% - 10px);
}

.sub_hurry_voice_lists_item_main_content p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.85;
  padding-top: 10px;
}

.sub_hurry_voice_lists_item_main_human {
  width: 25%;
}

.sub_hurry_voice_lists_item_main_human img {
  height: auto;
  width: 100%;
}

.sub_hurry_voice_lists_item_price_table {
  background-color: #fff;
  border: 1px solid #d7d7d6;
  border-collapse: collapse;
  width: 100%;
}

.sub_hurry_voice_lists_item_price_table tr {
  border-bottom: 1px solid #d7d7d6;
}

.sub_hurry_voice_lists_item_price_table tr:last-child {
  border-bottom: none;
}

.sub_hurry_voice_lists_item_price_table th {
  background-color: #f5f5f5;
  border-right: 1px solid #d7d7d6;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 17px;
  padding-top: 17px;
  text-align: center;
  vertical-align: middle;
  width: 16%;
}

.sub_hurry_voice_lists_item_price_table td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 17px;
  vertical-align: middle;
  width: 34%;
  word-break: break-all;
}

.sub_hurry_voice_lists_item:nth-child(2n + 1) {
  margin-left: 0;
}

.sub_hurry_voice_lists_item:nth-child(n + 3) {
  margin-top: 24px;
}

.sub_hurry_question .sub_hurry_title {
  margin-bottom: 30px;
}

.sub_hurry_question_item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.sub_hurry_question_item dt {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 15px;
  min-height: 50px;
  padding-left: 65px;
  padding-right: 25px;
  position: relative;
}

.sub_hurry_question_item dt::before {
  align-items: center;
  border: 1px solid #9fc7ea;
  border-radius: 50%;
  color: #afc9e0;
  content: 'Q';
  display: flex;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.sub_hurry_question_item dt::after {
  background-image: url(../img/hurry/arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 7px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
}

.sub_hurry_question_item dt.plus::after {
  background-image: url(../img/hurry/arrow_up.png);
}

.sub_hurry_question_item dd {
  background-color: #f5f5f5;
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 25px;
  padding: 45px 70px 45px 100px;
  position: relative;
}

.sub_hurry_question_item dd::before {
  align-items: center;
  border: 1px solid #cb8787;
  border-radius: 50%;
  color: #cb8787;
  content: 'A';
  display: flex;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 35px;
  position: absolute;
  text-align: center;
  top: 45px;
  width: 50px;
}

.sub_hurry_question_item:last-child {
  margin-bottom: 0;
}

.slick-track {
  display: flex !important;
}

.sub_hurry_hall_lists .slick-slide {
  display: block;
}

.sub_hurry_hall_lists_slider_single .slick-slide {
  height: 450px;
}

.slick-slide p {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.slick-slide img {
  height: 100%;
  width: 100%;
}

.sub_hurry_hall_lists_slider_single {
  margin: 0 10px;
}

.sub_hurry_hall_lists_slider_nav .slick-slide {
  padding: 0 10px;
}

.sub_hurry_hall_container {
  margin: 0 auto;
  max-width: 1020px;
}

.span_pc {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sub_hurry {
    margin-bottom: 50px;
  }
  .sub_hurry_mv {
    min-height: 450px;
  }
  .sub_hurry_mv_inner {
    padding: 20px 10px;
  }
  .sub_hurry_mv_text {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .sub_hurry_mv_text_title {
    height: 100px;
    margin-bottom: 20px;
    margin-right: 15px;
    width: 100px;
  }
  .sub_hurry_mv_text_title_text {
    font-size: 1.2rem;
    height: 95px;
    width: 95px;
  }
  .sub_hurry_mv_text_entrust {
    width: 100%;
  }
  .sub_hurry_mv_text_entrust_text {
    font-size: 2rem;
    text-align: center;
  }
  .sub_hurry_mv_text_entrust_text span {
    font-size: 1.6rem;
  }
  .sub_hurry_mv_text_entrust_img {
    margin: 10px auto;
    max-width: 320px;
  }
  .sub_hurry_mv_text_desc {
    width: inherit;
  }
  .sub_hurry_mv_text_desc_lists {
    flex-wrap: wrap;
  }
  .sub_hurry_mv_text_desc_lists_item {
    border: 1px solid #ac0000;
    margin-bottom: 30px;
    margin-left: 0;
    min-height: inherit;
    padding: 10px 15px;
    width: 100%;
  }
  .sub_hurry_mv_text_desc_lists_item::before {
    font-size: 1.4rem;
    height: 30px;
    top: -20px;
    width: 30px;
  }
  .sub_hurry_mv_text_desc_lists_item_text {
    font-size: 1.4rem;
  }
  .sub_hurry_mv_text_desc_lists_item_text .red {
    font-size: 1.8rem;
  }
  .sub_hurry_mv_text_desc_lists_item_text .red_small {
    font-size: 1.4rem;
  }
  .sub_hurry_mv_text_desc_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_hurry_mv_text_desc_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hurry_cremation {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 10px;
  }
  .sub_hurry_cremation_inner {
    min-height: 90px;
  }
  .sub_hurry_cremation_link {
    padding-bottom: 10px;
    padding-top: 10px;
    width: 300px;
  }
  .sub_hurry_cremation_link span {
    font-size: 1.4rem;
    padding-left: 23px;
  }
  .sub_hurry_cremation_link span::before {
    background-image: url(../img/hurry/green_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 13px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
  }
  .sub_hurry_flow_desc {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .sub_hurry_flow_index_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 200px;
  }
  .sub_hurry_flow_index_lists_item {
    margin-left: 15px;
    width: calc((100% / 3) - 10px);
  }
  .sub_hurry_flow_index_lists_item_box p {
    font-size: 1.5rem;
  }
  .sub_hurry_flow_index_lists_item span.number {
    font-size: 1.8rem;
    font-weight: 400;
    height: 55px;
    margin-bottom: 5px;
    width: 55px;
  }
  /* .sub_hurry_flow_index_lists_item span.number::after {
    left: -20px;
    width: 5px;
    height: 7px;
  } */
  .sub_hurry_flow_index_lists_item span.symbol {
    font-size: 1.2rem;
  }
  .sub_hurry_flow_index_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_hurry_flow_index_lists_item:nth-child(n + 4) {
    margin-top: 15px;
  }
  .sub_hurry_flow_content_lists {
    flex-wrap: wrap;
  }
  .sub_hurry_flow_content_lists_item {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .sub_hurry_flow_content_lists_item_img {
    margin-bottom: 10px;
  }
  .sub_hurry_flow_content_lists_item_title {
    margin-bottom: 10px;
    position: relative;
  }
  .sub_hurry_flow_content_lists_item_title::before {
    font-size: 1.8rem;
  }
  .sub_hurry_flow_content_lists_item_title span {
    font-size: 1.6rem;
  }
  .sub_hurry_flow_content_lists_item_desc {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .sub_hurry_flow_content_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_hurry_flow_content_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hurry_flow_content_smooth {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .sub_hurry_flow_content_smooth_toplists {
    margin-bottom: 30px;
  }
  .sub_hurry_flow_content_smooth_lists {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .sub_hurry_flow_content_smooth_lists_item {
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
  }
  .sub_hurry_flow_content_smooth_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sub_hurry_flow_content_smooth_lists_item:nth-child(n + 3) {
    margin-top: 0;
  }
  .sub_hurry_flow_content_smooth_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hurry_title {
    font-size: 1.8rem;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px;
    text-align: center;
  }
  .sub_hurry_title.fz_sp_16 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .sub_hurry_title_bg {
    font-size: 1.8rem;
    min-height: 40px;
  }
  .sub_hurry_plan {
    margin-top: 30px;
  }
  .sub_hurry_plan_desc {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .sub_hurry_plan_lists {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .sub_hurry_plan_lists_item {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  .sub_hurry_plan_lists_item_img {
    margin-bottom: 10px;
  }
  .sub_hurry_plan_lists_item_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .sub_hurry_plan_lists_item_price {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .sub_hurry_plan_lists_item_price span {
    font-size: 1.3rem;
    margin-left: 5px;
  }
  .sub_hurry_plan_lists_item_desc {
    font-size: 1.2rem;
  }
  .sub_hurry_plan_lists_item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .sub_hurry_plan_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hurry_hall {
    margin-bottom: 30px;
  }
  .sub_hurry_hall h3.sub_hurry_title {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .sub_hurry_hall_display {
    margin-bottom: 0;
  }
  .sub_hurry_hall_lists {
    display: none;
  }
  .sub_hurry_access {
    margin-bottom: 30px;
  }
  .sub_hurry_access .sub_hurry_title {
    margin-bottom: 20px;
  }
  .sub_hurry_access_main {
    flex-wrap: wrap;
  }
  .sub_hurry_access_main_map {
    order: 2;
    width: 100%;
  }
  .sub_hurry_access_main_about {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  .sub_hurry_access_main_about_table th {
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sub_hurry_access_main_about_table td {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .sub_hurry_access_main_about_table_lists .item {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .sub_hurry_access_main_about_table_lists .item::before {
    font-size: 1.2rem;
  }
  .sub_hurry_voice {
    margin-bottom: 30px;
  }
  .sub_hurry_voice_lists {
    margin-top: 20px;
  }
  .sub_hurry_voice_lists_item {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px;
    width: 100%;
  }
  .sub_hurry_voice_lists_item_height {
    margin-bottom: 15px;
  }
  .sub_hurry_voice_lists_item_top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .sub_hurry_voice_lists_item_top_data {
    margin-bottom: 10px;
    width: 100%;
  }
  .sub_hurry_voice_lists_item_top_data .date {
    font-size: 1.2rem;
    margin-right: 10px;
  }
  .sub_hurry_voice_lists_item_top_data .name {
    font-size: 1.4rem;
  }
  .sub_hurry_voice_lists_item_top_cat .plan {
    font-size: 1.2rem;
  }
  .sub_hurry_voice_lists_item_main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub_hurry_voice_lists_item_main_content {
    margin-right: 0;
    order: 2;
    width: 100%;
  }
  .sub_hurry_voice_lists_item_main_content p {
    font-size: 1.2rem;
  }
  .sub_hurry_voice_lists_item_main_human {
    margin-bottom: 10px;
    width: 35%;
  }
  .sub_hurry_voice_lists_item_price_table th {
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .sub_hurry_voice_lists_item_price_table td {
    font-size: 1.2rem;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  .sub_hurry_voice_lists_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sub_hurry_voice_lists_item:nth-child(n + 3) {
    margin-top: 0;
  }
  .sub_hurry_voice_lists_item:last-child {
    margin-bottom: 0;
  }
  .sub_hurry_question .sub_hurry_title {
    margin-bottom: 20px;
  }
  .sub_hurry_question_item {
    margin-bottom: 10px;
  }
  .sub_hurry_question_item dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 45px;
    padding-right: 35px;
  }
  .sub_hurry_question_item dt::before {
    content: 'Q';
    font-size: 1.8rem;
    height: 30px;
    width: 30px;
  }
  .sub_hurry_question_item dd {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 20px 35px 20px 60px;
  }
  .sub_hurry_question_item dd::before {
    font-size: 1.8rem;
    height: 30px;
    left: 15px;
    top: 20px;
    width: 30px;
  }
  .sub_hurry_question_item:last-child {
    margin-bottom: 0;
  }
  .span_pc {
    display: none;
  }
  .sub_hurry_hall_lists_slider_single .slick-slide {
    height: auto;
  }
  .sub_hurry_hall_container {
    margin: 0 auto;
    max-width: inherit;
    padding: 0 15px;
  }
  .sub_hurry_hall_lists_slider_single {
    margin: 0 0;
  }
}
/*# sourceMappingURL=hurry.css.map */
