@charset "UTF-8";
/* ==================================================
  hタグ
================================================== */
h2, h3 {
  text-align: center;
  color: #133682;
}

h2 {
  margin-bottom: 54px;
  font-size: 40px;
}

section {
  padding: 80px 20px;
}
section > * {
  max-width: 1024px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  section {
    padding: 50px 20px;
  }
}
/* ==================================================
  下層パーツ
================================================== */
.l_h2 {
  background-image: linear-gradient(90deg, #dbefff, #c5daff);
  text-align: center;
  font-size: 32px;
  color: #000;
  max-width: 1024px;
  margin: 0 auto 54px;
  padding: 10px 10px 8px;
}

.l_h3 {
  text-align: center;
  color: #133682;
  font-size: 28px;
}

#heatstroke_seminar .grad_btn, #heatstroke_kyuusuijyo .grad_btn, #heatstroke_dakarapro .grad_btn {
  max-width: 274px;
}
@media screen and (max-width: 767px) {
  #heatstroke_seminar .grad_btn, #heatstroke_kyuusuijyo .grad_btn, #heatstroke_dakarapro .grad_btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
  }
  .l_h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .l_h3 {
    font-size: 24px;
  }
}
/* main_visual */
#suntory_contents .l_main_visual .l_hs_breadcrumb li {
  font-weight: normal;
}

.l_main_visual {
  position: relative;
  display: flex;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
  justify-content: center;
}
.l_main_visual .box_left,
.l_main_visual .box_right {
  flex: 1;
  min-width: 0;
  min-height: 380px;
  max-width: 800px;
  position: relative;
}
.l_main_visual .box_left {
  background: linear-gradient(135deg, #133682 0%, #0b3bb3 100%);
}
.l_main_visual .box_left h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #fff;
}
.l_main_visual .box_left h1 span {
  display: inline-block;
  background: #fff;
  color: #0d45be;
  font-size: 36px;
  padding: 6px 10px 2px;
  margin-bottom: 20px;
}
.l_main_visual .box_left p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: clamp(20px, 2.222vw, 40px);
  color: #fff;
}
.l_main_visual .box_left .nav_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l_main_visual .box_left .nav_btn li {
  width: 220px;
  height: 64px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.l_main_visual .box_left .nav_btn li a {
  border: #fff solid 2px;
}
.l_main_visual .box_left .nav_btn li a::after {
  content: none;
}
.l_main_visual .box_left_inner {
  position: absolute;
  top: 5%;
  left: clamp(20px, 9.7vw, 140px);
}
.l_main_visual .l_hs_breadcrumb {
  margin-bottom: clamp(20px, 2.8vw, 40px);
  display: flex;
  gap: 10px;
  font-size: 13px;
}
.l_main_visual .l_hs_breadcrumb li {
  color: #fff;
}
.l_main_visual .l_hs_breadcrumb li a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.l_main_visual .l_hs_breadcrumb li::after {
  content: ">";
  margin-left: 10px;
}
.l_main_visual .l_hs_breadcrumb li:last-child::after {
  display: none;
}
.l_main_visual .box_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l_main_visual .box_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1370px) {
  .l_main_visual .box_left .nav_btn li {
    width: 200px;
  }
  .l_main_visual .box_left_inner {
    left: 20px;
  }
  .l_main_visual .box_right {
    flex: 1.5;
  }
}
@media (max-width: 1160px) {
  .l_main_visual {
    flex-direction: column;
  }
  .l_main_visual .box_left,
  .l_main_visual .box_right {
    max-width: 100%;
  }
  .l_main_visual .box_left {
    background: linear-gradient(-135deg, #133682 0%, #0b3bb3 70%);
    padding: 20px 20px 100px;
    width: 100%;
  }
  .l_main_visual .box_left_inner {
    max-width: 375px;
    margin: auto;
  }
  .l_main_visual .box_left .nav_btn {
    gap: 15px;
  }
  .l_main_visual .box_left h1 {
    font-size: 28px;
  }
  .l_main_visual .box_left h1 span {
    font-size: 32px;
  }
  .l_main_visual .box_left p {
    font-size: 18px;
  }
  .l_main_visual .l_hs_breadcrumb {
    left: 20px;
  }
  .l_main_visual .box_left_inner {
    position: static;
  }
  .l_main_visual .box_right {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 600px;
    margin: -70px auto 0;
  }
}
@media (max-width: 768px) {
  .l_main_visual .box_left,
  .l_main_visual .box_right {
    min-height: auto;
  }
  .l_main_visual .box_left .nav_btn {
    flex-direction: column;
    gap: 12px;
  }
  .l_main_visual .box_left .nav_btn li {
    width: 230px;
    max-width: 100%;
    height: 56px;
  }
}

/* solution */
.l_solution {
  display: flex;
  justify-content: space-between;
}
.l_solution_lead {
  font-size: 28px;
  color: #133682;
  margin-bottom: 20px;
  text-align: center;
}
.l_solution_issues img, .l_solution_answer img {
  width: 100%;
}
.l_solution_issues {
  width: 44%;
  max-width: 450px;
  position: relative;
}
.l_solution_issues::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16%;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("/softdrink/jihanki/solution/heatstroke/common/img/solution_arrow.png") no-repeat center/contain;
  margin: 0 auto;
}
.l_solution_answer {
  width: 46%;
  max-width: 478px;
}
.l_solution_text {
  text-align: center;
  margin-top: 15px;
}
.l_solution figcaption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media screen and (max-width: 767px) {
  .l_solution {
    flex-direction: column;
    gap: 90px;
  }
  .l_solution_lead {
    font-size: 20px;
  }
  .l_solution_issues, .l_solution_answer {
    width: 100%;
    margin: auto;
  }
  .l_solution_issues::after {
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: rotate(90deg);
  }
}

/* points */
#points {
  background-image: linear-gradient(90deg, #dbefff, #c5daff);
}

#points .l_points > li dd {
  font-weight: normal;
}

.l_points > li {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  padding: 60px 40px 60px 80px;
  border-radius: 12px;
  display: flex;
  gap: 40px;
}
.l_points > li dt {
  color: #304EC4;
  font-size: 28px;
  margin-bottom: 30px;
}
.l_points > li dd {
  font-size: 20px;
}
.l_points > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 12px 0 0 0;
}
.l_points .point01::before {
  background: url("/softdrink/jihanki/solution/heatstroke/common/img/point_no1.png") no-repeat center/contain;
}
.l_points .point02::before {
  background: url("/softdrink/jihanki/solution/heatstroke/common/img/point_no2.png") no-repeat center/contain;
}
.l_points .point03::before {
  background: url("/softdrink/jihanki/solution/heatstroke/common/img/point_no3.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l_points > li {
    flex-direction: column;
    padding: 60px 30px 50px;
    gap: 30px;
  }
  .l_points > li dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l_points > li dd {
    font-size: 16px;
  }
  .l_points > li::before {
    width: 80px;
    height: 80px;
  }
}

/* ==================================================
  #hs_gnav
================================================== */
#hs_gnav {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  min-width: 1020px;
}
#hs_gnav .hs_gnav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hs_gnav .logo_nav {
  display: flex;
  align-items: center;
  gap: 48px;
}
#hs_gnav .hs_logo {
  line-height: 1.2;
}
#hs_gnav .nav_link ul {
  display: flex;
  gap: 32px;
}
#hs_gnav .nav_link ul a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
#hs_gnav .nav_btn {
  display: flex;
  gap: 10px;
}
#hs_gnav .nav_btn li {
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 190px;
  height: 54px;
}
#hs_gnav .nav_btn li a {
  border-radius: 4px;
  border-width: 2px;
  box-shadow: none;
}
#hs_gnav .nav_btn li a::after {
  content: none;
}
#hs_gnav .sp_menu_btn {
  display: none;
  background: none;
  border: none;
  width: 28px;
  height: 22px;
  position: relative;
}
#hs_gnav .sp_menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
#hs_gnav .sp_menu_btn span:nth-child(1) {
  top: 0;
}
#hs_gnav .sp_menu_btn span:nth-child(2) {
  top: 10px;
}
#hs_gnav .sp_menu_btn span:nth-child(3) {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #hs_gnav {
    min-width: auto;
  }
  #hs_gnav .s_pc {
    display: none;
  }
  #hs_gnav .sp_menu_btn {
    display: block;
  }
}

/* #hs_gnav FIXED  */
#hs_gnav {
  position: relative;
  width: 100%;
  z-index: 1000;
}
#hs_gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.f_menuModal {
  position: relative;
}

/* #hs_gnav SP MENU  */
.sp_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 28px 20px 40px;
  z-index: 1001;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18), 0 6px 14px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-24px);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.sp_menu_list {
  text-align: center;
}
.sp_menu_list li {
  font-size: 20px;
  margin-bottom: 30px;
}
.sp_menu_list li a {
  color: #133682;
}

#hs_gnav .sp_menu_cta {
  flex-direction: column;
  align-items: center;
  max-width: 335px;
  margin: 40px auto 0;
  gap: 15px;
}
#hs_gnav .sp_menu_cta li {
  width: 100%;
  font-size: 22px;
  height: 70px;
}
#hs_gnav .sp_menu_cta li a {
  border-radius: 8px;
  border-width: 4px;
}
#hs_gnav .sp_menu_cta li a::after {
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
}

body.is-sp-menu-open .sp_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sp_menu_btn {
  width: 28px;
  height: 22px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}
.sp_menu_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.sp_menu_btn span:nth-child(1) {
  top: 0;
}
.sp_menu_btn span:nth-child(2) {
  top: 10px;
}
.sp_menu_btn span:nth-child(3) {
  bottom: 0;
}

body.is-sp-menu-open .sp_menu_btn span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
body.is-sp-menu-open .sp_menu_btn span:nth-child(2) {
  opacity: 0;
}
body.is-sp-menu-open .sp_menu_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/* ==================================================
  btn_area01~03
================================================== */
.btn_inquiry a, .btn_document a {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.btn_inquiry a::after, .btn_document a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
}
.btn_inquiry:hover a, .btn_document:hover a {
  background-color: #fff;
  box-shadow: none;
}

.btn_inquiry a {
  background-color: #0D45BE;
  border: #0D45BE 4px solid;
}
.btn_inquiry a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_blue01.svg) no-repeat center/contain;
}
.btn_inquiry:hover a {
  color: #0D45BE;
}
.btn_inquiry:hover a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_blue02.svg) no-repeat center/contain;
}

.btn_document a {
  background-color: #DB231E;
  border: #DB231E 4px solid;
}
.btn_document a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_red01.svg) no-repeat center/contain;
}
.btn_document:hover a {
  color: #DB231E;
}
.btn_document:hover a::after {
  background: url(/softdrink/jihanki/solution/heatstroke/common/img/arrow_link_red02.svg) no-repeat center/contain;
}

[class^=btn_area] .btn_inquiry, [class^=btn_area] .btn_document {
  width: 412px;
  height: 90px;
  font-size: 28px;
}
[class^=btn_area] .btn_inquiry a, [class^=btn_area] .btn_document a {
  border-radius: 8px;
}
[class^=btn_area] .btn_inquiry a::after, [class^=btn_area] .btn_document a::after {
  width: 24px;
  height: 24px;
}

.btn_area01 {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 80px 20px;
}

.btn_area02, .btn_area03 {
  padding: 64px 20px;
  background-image: linear-gradient(90deg, #A1D5FF, #316EDF);
}
.btn_area02 ul, .btn_area03 ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.btn_area02 ul li, .btn_area03 ul li {
  background-color: #fff;
  text-align: center;
  padding: 32px 48px 40px;
}
.btn_area02 ul li:first-of-type, .btn_area03 ul li:first-of-type {
  border-radius: 12px 0 0 12px;
}
.btn_area02 ul li:last-of-type, .btn_area03 ul li:last-of-type {
  border-radius: 0 12px 12px 0;
}
.btn_area02 ul li dl dt, .btn_area03 ul li dl dt {
  color: #133682;
  font-size: 24px;
}
.btn_area02 ul li dl dd, .btn_area03 ul li dl dd {
  margin: 15px 0 20px;
}

.btn_area03_text {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.btn_area03_text strong {
  background-image: linear-gradient(90deg, #0d45be, #133682);
  color: #fff;
  padding: 5px 12px;
}

@media screen and (max-width: 767px) {
  [class^=btn_area] .btn_inquiry, [class^=btn_area] .btn_document {
    width: 100%;
    max-width: 335px;
    height: 70px;
    font-size: 22px;
    margin: auto;
  }
  .btn_area01 {
    flex-direction: column;
    align-items: center;
  }
  .btn_area02, .btn_area03 {
    padding: 50px 20px;
  }
  .btn_area02 ul, .btn_area03 ul {
    flex-direction: column;
    align-items: center;
  }
  .btn_area02 ul li, .btn_area03 ul li {
    width: 100%;
    padding: 30px 20px;
  }
  .btn_area02 ul li:first-of-type, .btn_area03 ul li:first-of-type {
    border-radius: 16px 16px 0 0;
  }
  .btn_area02 ul li:last-of-type, .btn_area03 ul li:last-of-type {
    border-radius: 0 0 16px 16px;
  }
  .btn_area02 ul li dl dt, .btn_area03 ul li dl dt {
    font-size: 20px;
  }
  .btn_area02 ul {
    max-width: 368px;
    margin: auto;
  }
  .btn_area03 > div {
    max-width: 368px;
    margin: auto;
  }
  .btn_area03_text {
    text-align: left;
    font-size: 20px;
    line-height: 2.2;
    margin-left: 30px;
  }
  .btn_area03_text strong {
    background-image: linear-gradient(90deg, #0d45be, #133682);
    color: #fff;
    padding: 6px 14px;
  }
}
/* ==================================================
  .grad_btn
================================================== */
.grad_btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
  min-width: 280px;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #88CAFF, #6097FF) border-box;
  border: 3px solid transparent;
  text-decoration: none;
  margin-top: 30px;
}
.grad_btn:hover {
  background: none;
  text-decoration: none;
}
.grad_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(#C0E3FF, #BDD4FF) padding-box, linear-gradient(90deg, #C0E3FF, #BDD4FF) border-box;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.grad_btn:hover::after {
  opacity: 1;
}
.grad_btn_text {
  font-size: 18px;
  color: #133682;
  position: relative;
  z-index: 1;
}
.grad_btn_ico {
  position: relative;
  z-index: 1;
}
.grad_btn_ico img {
  width: 28px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .grad_btn {
    min-width: auto;
    padding: 20px 10px;
  }
  .grad_btn_text {
    font-size: 16px;
  }
}

/* ==================================================
  #faq
================================================== */
#faq {
  padding: 90px 20px;
}
#faq * {
  transition: none;
}
#faq *:hover {
  transition: none;
}
#faq h2 {
  background: none;
}
#faq .acWrap {
  margin-top: 50px;
  width: 1000px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
  #faq .acWrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  #faq .acWrap {
    font-size: 14px;
    width: 100%;
  }
}
#faq .ac-child {
  display: none;
  padding: 0 1em 1em 2em;
  background-color: #EBF3FF;
  text-align: left;
  margin: 0;
  color: #0D45BE;
  text-indent: -1.75em;
  padding-left: 2.75em;
}
#faq .ac-child:last-of-type {
  border-bottom: #ccc 1px solid;
}
#faq .ac-parent {
  font-weight: bold;
  padding: 1.2em 3em 1.2em 1em;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  color: #133682;
  border-top: #ccc 1px solid;
  transform: translateZ(0);
}
#faq .ac-parent:last-of-type {
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 767px) {
  #faq .ac-parent {
    padding-left: 2.8em;
    text-indent: -1.8em;
    line-height: 1.2em;
    padding-right: 10vw;
  }
}
#faq .ac-parent:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 2px;
  background: #192D84;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #faq .ac-parent:before {
    width: 16px;
    right: 14px;
  }
}
#faq .ac-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 2px;
  height: 20px;
  background: #192D84;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #faq .ac-parent:after {
    height: 16px;
    right: 21px;
  }
}
#faq .ac-parent.open {
  background-color: #EBF3FF;
}
#faq .ac-parent.open:last-of-type {
  border-bottom: none;
}
#faq .ac-parent.open:after {
  top: 25%;
  opacity: 0;
  transform: rotate(90deg);
}

/* ======================================
   #customer_voice
====================================== */
#customer_voice {
  padding: 90px 20px 60px;
}
#customer_voice .case_card {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
#customer_voice .case_card_img {
  width: 46.875%;
  max-width: 480px;
  background: #bfbfbf;
  flex-shrink: 0;
}
#customer_voice .case_card_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#customer_voice .case_card_body {
  flex: 1;
  padding: 40px 30px 80px 30px;
  position: relative;
}
#customer_voice .case_card_title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #133682;
  text-align: left;
}
#customer_voice .case_card_company {
  font-size: 20px;
  margin-bottom: 20px;
}
#customer_voice .case_card_info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
#customer_voice .case_card_info dl {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
#customer_voice .case_card_info dl.wide {
  width: 100%;
}
#customer_voice .case_card_info dt {
  background: #DBEFFF;
  color: #133682;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 3px;
  white-space: nowrap;
  line-height: 1.5;
}
#customer_voice .case_card_info dd {
  font-size: 18px;
  margin: 0;
  color: #000;
}
#customer_voice .case_card_link {
  position: absolute;
  right: 32px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #000;
}
#customer_voice .case_card_link span {
  color: #000;
}
#customer_voice .case_card_link img {
  vertical-align: text-bottom;
}
#customer_voice .case_card:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  #customer_voice .case_card {
    flex-direction: column;
    max-width: 368px;
    margin: auto;
  }
  #customer_voice .case_card_img {
    width: 100%;
    max-width: 100%;
    height: 60vw;
    max-height: 245px;
  }
  #customer_voice .case_card_body {
    padding: 24px 20px 28px;
  }
  #customer_voice .case_card_title {
    font-size: 20px;
    margin-bottom: 8px;
    text-align: left;
  }
  #customer_voice .case_card_company {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: left;
  }
  #customer_voice .case_card_info {
    flex-direction: column;
    gap: 10px;
  }
  #customer_voice .case_card_info dl {
    width: 100%;
  }
  #customer_voice .case_card_info dl dd {
    font-size: 16px;
  }
  #customer_voice .case_card_info dl dt {
    width: 115px;
    text-align: center;
  }
  #customer_voice .case_card_link {
    position: static;
    margin-top: 24px;
    justify-content: center;
  }
}/*# sourceMappingURL=heatstroke.css.map */