@charset "utf-8";

body {
  padding: 0;
}

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

_::-webkit-full-page-media, _:future, :root sub,
_::-webkit-full-page-media, _:future, :root sup {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 80%;
}

.gloval_header h1 {
  width: 252px;
  margin: 0;
  padding: 3.79rem 0 3.5rem;
}

.gloval_header h1 img {
  width: 100%;
}

.gloval_header .gloval_nav > li > a:hover {
  color: #000;
  text-decoration: none;
}

.kv {
  margin-bottom: 55px;
}

.kv-slide-item {
  position: relative;
}

.kv-content {
  line-height: 2;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kv-title {
  font-size: min(1.875vw, 3.6rem);
  color: #000;
  margin-bottom: 12px;
}

.slide-item01 .kv-content {
  font-size: min(1.0412vw, 2rem);
  font-family: 'Noto Serif JP', serif;
  color: #8A532C;
  width: 32.247%;
  right: 14.9%;
}

.slide-item02 .kv-content {
  font-size: min(1.25vw, 2.4rem);
  color: #0148BB;
  font-weight: bold;
  width: 22.343%;
  right: 9.95%;
}

.kv-link {
  margin-top: 40px;
}

.kv-link a {
  display: block;
  color: #0148BB;
  background: #fff;
  border: solid min(0.17vw, 3px) #0148BB;
  text-align: center;
  width: min(22.0835vw, 424px);
  padding: min(1.1vw, 21px);
  border-radius: 50px;
  transition: all .3s;
}

.kv-link a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.kv img {
  max-width: 100%;
  max-height: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
  background: #fff;
}

.slick-prev,
.slick-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: solid 1px rgba(138, 83, 44, 1);
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: all .3s;
}

.slick-prev {
  left: 4.2%;
}

.slick-next {
  right: 4.2%;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: rgba(138, 83, 44, 0.7);
  background: #fff;
}

.slick-prev:focus,
.slick-next:focus {
  background: #fff;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev::after,
.slick-next::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-right: solid 2px rgba(138, 83, 44, 1);
  border-bottom: solid 2px rgba(138, 83, 44, 1);
  background: #fff;
  position: absolute;
  top: 23px;
  transition: all .3s;
}

.slick-prev::after {
  left: 26px;
  transform: rotate(135deg);
}

.slick-next::after {
  left: 18px;
  transform: rotate(-45deg);
}

.slick-prev:hover::after,
.slick-next:hover::after {
  border-color: rgba(138, 83, 44, 0.7);
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 8px;
}

.slick-dots li button {
  background: #F7EFE1;
  border-radius: 50%;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active button {
  background: #E2C19D;
}

.slick-dots li.slick-active button:before {
  font-size: 0;
}

.medical_nav {
  background: #8A532C;
}

.medical_nav_ul {
  display: flex;
  justify-content: center;
  padding: 27px 15px;
}

.medical_nav_ul li {
  padding: 0 10px;
  line-height: 1;
}

.medical_nav_ul li + li {
  border-left: solid 1px #fff;
}

.medical_nav_ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
}

.medical_nav_ul li a:hover {
  text-decoration: underline;
}

.detail_list a,
.products_sub li a {
  line-height: 1.6;
}

.brand_banner a img {
  transition: all .3s;
}

.brand_banner a:hover img {
  opacity: 0.8;
}

.products_table {
  table-layout: fixed;
  border-collapse: collapse;
}

.products_table thead th {
  width: 325px;
  white-space: nowrap;
}

.products_table tbody th {
  background: #F7F3F0;
  border-top: solid 1px #C2C5C5;
  white-space: normal;
  width: 341px;
  min-width: 341px;
}

.products_table tbody th.first-item {
  border-top: none;
}

.products_table tbody td {
  background: #F7F3F0;
  border-top: solid 1px #C2C5C5;
}

.products_table tbody td.first-item {
  border-top: none;
}

.products_dl.sp dd {
  background: #F7F3F0;
  border-bottom: none;
}

.products_dl.sp dd + dd {
  border-top: 1px solid #C2C5C5;
}

.info-table .products_table tbody td.item,
.info-table .products_table tbody td.date {
  text-align: left;
}

.banner_box {
  margin-bottom: 24px;
}

.pdf-icon {
  margin-left: 6px;
}

.pdf-icon i.fa-file-pdf {
  color: #b00000;
}

.news-content-flex {
  display: flex;
  align-items: center;
  padding: 16px 1em 15px 1em;
  border-bottom: 1px dotted #969696;
}

.news-content {
  display: flex;
  align-items: center;
}

.news-tag {
  display: inline-block;
  color: #8a532c;
  border: 1px solid #8a532c;
  line-height: normal;
  border-radius: 50px;
  padding: 0 11px;
  margin-right: 8px;
  white-space: nowrap;
}

.newslist {
  margin-bottom: 15px;
  border-top: none;
}

.newslist .news-date {
  width: 92px;
  min-width: 92px;
}

.newslist-link {
  margin-bottom: 70px;
}

.newslist-link a {
  display: flex;
  align-items: center;
  width: 238px;
  margin-left: auto;
  font-size: 1rem;
  color: #8A532C;
  border: solid 1px #8A532C;
  padding: 3px 0px 3px 12px;
}

.newslist-link a img {
  width: 15px;
  vertical-align: bottom;
  margin-left: 9px;
}

section.topfff .product-block .inner_box {
  padding: 50px 0 50px;
}

.product-block {
  background: #F0EEEA;
}

.product-flex {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.product-flex-item {
  background: #fff;
  width: calc(100% / 3);
  border: solid 1px #DDDDDD;
  padding: 20px;
}

.product-flex-item-title {
  color: #8A532C;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}

.product-flex-item ul {
  margin-bottom: 0;
}

.product-flex-item li a {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  padding: 11px 0;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.bottomtextlink {
  margin-bottom: 0;
}

.contact-block {
  background: #F7F3F0;
}

section.topfff .contact-block .inner_box {
  padding: 100px 0;
}

.contact-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.contact-info {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.contact-info .tel {
  font-size: 2.8rem;
  font-weight: bold;
}

.contact-list {
  padding-left: 32px;
}

.contact-list li {
  list-style-type: disc;
}

.contact-form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #8a532c;
  display: flex;
  align-items: center;
}

.contact-form .text-area {
  width: 40.5%;
  margin-right: 140px;
}

.contact-link-btn {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #8a532c;
  padding: 16px 32px;
  transition: all 0.3s ease-out;
}

.contact-link-btn:hover {
  text-decoration: none;
  background-color: #a97a59;
}

.tab-switch_box {
  overflow-x: auto;
}

.tab-switch {
  display: flex;
  width: max-content;
  margin-right: auto;
  gap: 0 4px;
}

.tab-switch label {
  font-size: 1.3rem;
  order: -1;
  position: relative;
  padding: 5px 11px;
  background-color: #fff;
  color: #8A532C;
  text-align: center;
  cursor: pointer;
  border: 1px solid #8A532C;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: all .3s;
}

.tab-switch label:hover {
  background-color: #F7F3F0;
}

.tab-switch label:has(:checked) {
  background-color: #8A532C;
  color: #fff;
}

.tab-switch input {
  display: none;
}

.tab-content_box {
  border-top: 1px solid #8A532C;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.info-table {
  margin-bottom: 36px;
}

.info-table thead th.item {
  width: 696px;
}

.info-table thead th.date {
  width: 160px;
}

.info-table thead th.file {
  width: 104px;
}

.products_table a.link-arrow-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}

.link-arrow {
  display: block;
}

.link-arrow::before {
  content: '';
  background: url("../../images/link.svg") no-repeat;
  background-size: 14px 14px;
  padding-left: 1.4rem;
}

.products_photo_flex {
  display: flex;
  gap: 8px;
  margin-bottom: 65px;
}

.products_photo_flex .left-side {
  width: 384px;
  min-width: 384px;
}

.products_photo_flex .right-side {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.thumbnail-img {
  width: calc(100% / 4) !important;
  padding: 0 8px 8px 0;
  cursor: pointer;
}

.thumbnail-img.slick-current {
  opacity: 0.6;
}

.data_list_box {
  margin-top: 65px;
}

.data_list {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.data_list li {
  width: 25%;
}

.data_list li a {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #8A532C;
  background: #F7F3F0;
  border: solid 1px #8A532C;
  padding: 24px 0;
  border-radius: 5px;
}

.text_link {
  margin-bottom: 65px;
}

.text_link a {
  color: #8A532C;
  font-size: 1.3rem;
}

.text_link a .window {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/window-icon.svg") no-repeat;
}

.table_block_flex {
  display: flex;
  gap: 32px;
}

.table_block {
  width: calc(50% - 16px);
  margin-bottom: 65px;
}

.table_block .products_table tbody th {
  font-size: 1.3rem;
  background: #F7F3F0;
  border: solid 1px #B2ADA9;
  width: 50%;
  font-weight: 400;
  white-space: normal;
}

.table_block .products_table tbody td {
  font-size: 1.3rem;
  background: #fff;
  border: solid 1px #B2ADA9;
  border-left: none;
  text-align: left;
  white-space: pre-wrap;
}

.photo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.photo_list li {
  width: calc((100% - 72px) / 3);
  background: #F7F3F0;
  padding: 20px;
}

.photo_list_title {
  font-size: 1.3rem;
  font-weight: bold;
  height: 48px;
}

.photo_list_link {
  margin-top: 10px;
}

.photo_list_link a {
  display: block;
  background: #fff;
  border: solid 1px #8A532C;
  padding: 7px 16px;
  font-size: 1.2rem;
  transition: all .3s;
}

.photo_list_link a:hover {
  text-decoration: none;
  background: #8A532C;
  color: #fff;
}

.photo_list_link a:hover .link-arrow::before {
  background: url("../images/news-link.svg") no-repeat;
  background-size: 14px 14px;
}

.photo_list_link a .link-arrow {
  display: inline-block;
  margin-right: 8px;
}

.info_text_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.info_text_box {
  margin: 65px 0 50px;
}

.limit_search_box {
  margin-top: 24px;
  background: #F7F3F0;
  padding: 40px;
}

.limit_search_box_inner {
  max-width: 480px;
  margin: 0 auto;
}

.limit_search_box .form_title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.limit_search_box .form_title .require {
  color: #B00000;
  font-weight: 400;
}

.limit_search_box .select_box,
.limit_search_box .input_box {
  font-size: 1.3rem;
  position: relative;
}

.limit_search_box .select_box::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  position: absolute;
  top: 14px;
  right: 24px;
  transform: rotate(-45deg);
}

.limit_search_box .select_box .select {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 9px 45px 9px 16px;
  border: solid 1px #B2ADA9;
  border-radius: 0;
  line-height: 1.5;
}

.limit_search_box .input_box .input {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 10px 16px;
  border: solid 1px #B2ADA9;
  line-height: 1.5;
}

.limit_search_box .arrow_block {
  width: 40px;
  margin: 16px auto;
}

.limit_search_box .exampletext {
  color: #B00000;
  margin: 8px 0 40px;
}

.limit_search_box .btn_block button {
  display: block;
  width: 140px;
  color: #fff;
  background: #8A532C;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  transition: all .3s;
}

.limit_search_box .btn_block button:hover {
  opacity: 0.8;
}

.result_text {
  margin: 40px 0 8px;
}

.limit_result_box {
  background: #F7F3F0;
  padding: 40px;
}

.limit_result_list {
  display: flex;
  font-size: 1.3rem;
}

.limit_result_list + .limit_result_list {
  margin-top: 8px;
}

.limit_result_list dt {
  font-weight: bold;
  width: 82px;
}

.limit_result_list a {
  color: #8A532C;
  text-decoration: underline;
}

.not-found {
  display: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 65px;
}

.not-found_flex {
  display: flex;
  justify-content: center;
}

.info_icon {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 8px;
}

.info_icon img {
  vertical-align: middle;
  margin-top: -2px;
}

.result-table {
  display: none;
}

.input_error {
  display: none;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background: #8A532C;
  position: relative;
}

.input_error::before {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  content: '';
  border-color: transparent transparent #8A532C transparent;
  border-style: solid;
  border-width: 0 5px 8px 5px;
}

.errorForm {
  background: #FFD8D7 !important;
}

.modal-content.ex-link {
  height: inherit;
  padding-bottom: 60px;
}

.h3_faq {
  font-size: 2.8rem;
  font-weight: bold;
  color: #8A532C;
  border-bottom: solid 1px #8A532C;
  padding-bottom: 5px;
}

.box_faq .limit_search_box {
  margin-top: 16px;
  padding: 40px 36px;
}

.box_faq .limit_search_box .limit_search_box_inner {
  max-width: 100%;
}

.form_block_flex {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}

.form_block_flex .form_block {
  width: calc((100% - 48px) / 3);
}

.box_faq .limit_result_box {
  background: #fff;
}

.search_number {
  display: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #8A532C;
  margin: 65px 0 24px;
}

.search_number .small {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 15px;
}

.faq_result_list {
  padding: 16px 8px 16px 0;
  border-bottom: solid 1px #B2ADA9;
}

.faq_result_list .title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.faq_result_list .title .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #8A532C;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F7F3F0;
}

.faq_result_list .title .link a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #8A532C;
}

.faq_result_list .title .link a:hover {
  text-decoration: underline;
}

.faq_result_list .content .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 5px;
  padding-left: 48px;
}

.faq_result_list .content .tag .tag-item {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 14px;
  border-style: solid;
  border-width: 1px;
}

.faq_result_list .content .tag .tag-item.category {
  border-color: #000;
  background: #fff;
}

.faq_result_list .content .tag .tag-item.product {
  border-color: #F7F3F0;
  background: #F7F3F0;
}

.faq_attention {
  margin-top: 65px;
}

.faq_attention .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.faq_attention .list {
  font-size: 1.3rem;
  line-height: 1.8;
}

.faq_attention .list .list-item {
  padding-left: 13px;
  position: relative;
}

.faq_attention .list .list-item::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;

}

.faq_attention .list .link {
  color: #8A532C;
}

.faq_attention .list .link:hover {
  text-decoration: underline;
}

.product_info {
  margin-bottom: 24px;
  padding: 24px 0 24px 16px;
  border-bottom: solid 1px #B2ADA9;
}

.product_info_item {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
}

.product_info_item + .product_info_item {
  margin-top: 8px;
}

.product_info_item_title {
  width: 9em;
  text-align: right;
}

.question_box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px;
}

.question_box_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #8A532C;
  background: #F7F3F0;
}

.question_box_title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #8A532C;
}

.answer_box {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  padding: 24px 16px;
  background: #F7F3F0;
}

.answer_box_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  color: #8A532C;
  background: #fff;
}

.answer_box_content {
  font-weight: bold;
}

.answer_box_content p + p {
  margin-top: 20px;
}

.answer_comment {
  font-size: 1.4rem;
  font-weight: bold;
}

.answer_comment_title {
  font-size: 1.6rem;
}

.answer_comment_content {
  margin: 8px 0 16px;
}

.answer_comment_date {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  section.topfff .inner_box {
    padding: 10px 0 110px;
  }

  .newslist {
    font-size: inherit;
  }
}

@media screen and (max-width: 1023px) {
  section a {
    text-decoration: none;
  }

  .gloval_header h1 {
    width: 177px;
    padding: 1.867rem 0 1.5rem;
  }

  .medical_nav {
    overflow-x: auto;
  }

  .medical_nav_ul {
    width: max-content;
    padding: 16px 15px;
  }

  .slick-arrow {
    display: none !important;
  }

  .product-flex {
    flex-flow: column;
  }

  .product-flex-item {
    width: 100%;
  }

  .tab-switch label {
    font-size: 1.1rem;
  }

  .newslist {
    font-size: 1.2rem;
  }

  .news-content-flex {
    align-items: flex-start;
    padding: 17px 12px;
  }

  .news-content {
    flex-flow: column;
    align-items: flex-start;
  }

  .newslist .news-date {
    width: 75px;
    min-width: 75px;
  }

  .news-tag {
    padding: 1px 11px;
    margin-bottom: 5px;
  }

  section.topfff .contact-block .inner_box {
    padding: 48px 0;
  }

  .contact-form {
    flex-flow: column;
  }

  .contact-form .text-area {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-form .btn-area {
    width: 100%;
  }

  .limit_search_box {
    padding: 24px 16px;
  }

  .limit_search_box .arrow_block {
    margin: 10px auto 8px;
  }

  .limit_search_box .exampletext {
    margin: 8px 0 24px;
  }

  .limit_result_box {
    padding: 24px 16px;
  }

  .data_list_box {
    margin-top: 35px;
  }

  .text_link {
    margin-bottom: 40px;
  }

  .table_block_flex {
    flex-flow: column;
    gap: 0;
  }

  .table_block {
    width: 100%;
  }

  .table_block {
    margin-bottom: 30px;
  }

  .photo_list {
    flex-flow: column;
    gap: 24px;
  }

  .photo_list li {
    width: 100%;
  }

  .info_text_box {
    margin: 40px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 58px;
  }

  .slick-dots {
    bottom: -28px;
  }

  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }

  .slick-dots li button {
    width: 12px;
    height: 12px;
  }

  .kv-content {
    transform: none;
    line-height: 1.66;
  }

  .slide-item01 .kv-content {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    font-size: 1.2rem;
    padding: max(3vw,12px) max(3.85vw,18px);
    background: #FFFDFB;
  }

  .slide-item02 .kv-content {
    top: 55.2%;
    right: auto;
    width: 100%;
    font-size: min(4.8vw, 1.8rem);
    padding: 18px;
    bottom: 0;
    background: transparent;
  }

  .kv-title {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .kv-link {
    margin-top: 4.8vw;
  }

  .kv-link a {
    width: 100%;
    font-size: min(5.32vw, 2rem);
    border-width: min(0.6vw, 2px);
    padding: min(3.74vw, 14px);
  }

  .products_dl.sp dd {
    background: #F7F3F0;
  }

  .products_photo_flex {
    flex-flow: column;
    gap: 8px;
    margin-bottom: 40px;
  }

  .products_photo_flex .left-side {
    width: 100%;
    min-width: 100%;
  }

  .products_photo_flex .right-side {
    gap: 5px;
    width: 100%;
  }

  .data_list {
    flex-flow: column;
    gap: 10px;
  }

  .data_list li {
    width: 100%;
  }

  .data_list li a {
    justify-content: flex-start;
    padding: 24px 24px 24px min(5vw, 25px);
  }

  .not-found {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }

  .h3_faq {
    font-size: 2rem;
  }

  .search_number {
    font-size: 2.2rem;
    margin: 40px 0 24px;
  }

  .search_number .small {
    font-size: 1.3rem;
  }

  .box_faq .limit_search_box {
    padding: 24px 16px;
  }

  .form_block_flex {
    display: block;
    margin-bottom: 24px;
  }

  .form_block_flex .form_block {
    width: 100%;
    margin-bottom: 16px;
  }

  .faq_result_list .content .link {
    padding: 0;
  }

  .faq_result_list .content .tag {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 8px;
    padding-left: 0;
  }

  .faq_result_list .content .tag .tag-item {
    font-size: 1.1rem;
  }

  .faq_attention {
    margin-top: 40px;
  }

  .product_info {
    padding: 0 0 16px 0;
  }

  .product_info_item {
    display: block;
    font-size: 1.3rem;
  }

  .product_info_item + .product_info_item {
    margin-top: 16px;
  }

  .product_info_item_title {
    width: 100%;
    text-align: left;
  }

  .answer_box {
    display: block;
    padding: 24px 20px;
  }

  .answer_box_content {
    margin-top: 16px;
  }

  .answer_comment_content {
    margin: 16px 0 8px;
  }
}

@media screen and (max-width: 500px) {
  .data_list li a {
    padding: 24px 24px 24px min(19.2vw, 72px);
  }
}