@charset "UTF-8";

.trouble-article__new {
  overflow: hidden;
}

.trouble-article__new h1 span {
  font-size: 28px !important;
}

.trouble-article__new ul,
.trouble-article__new li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trouble-article__new img {
  width: 100%;
  height: auto;
}

.trouble-article__new figure figcaption {
  margin-top: 0.5em;
  font-size: 90%;
  color: #666;
  text-align: center;
}

.trouble-article__new small {
  font-size: 0.8em;
}

.trouble-article__new a::after {
  display: none !important;
}

.trouble-article__new .p-case__linked-slider {
  padding: 10px 0 0;
}

.trouble-main-text {
  padding: 40px 5%;
}

.trouble-bg-area {
  padding-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.trouble-section {
  padding: 40px 0;
  margin: 0 !important;
}

.trouble-section__inner {
  padding: 0 5%;
}

.trouble-section__head {
  margin-bottom: 20px;
}

.trouble-section__title {
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1.5;
}

.trouble-section__head-border {
  padding: 1.5em 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.trouble-section__subtitle {
  font-size: 12px;
  text-align: center;
}

.trouble-section-text-01 {
  margin-bottom: 2em;
}

.trouble-section-text-02 {
  margin-top: 2em;
}

ul.trouble-list-01 {
  padding: 15px;
  border: 5px solid #ffe0ea;
}

ul.trouble-list-01 li {
  padding: 8px 10px;
  font-weight: bold;
  color: #d6809e;
  border-bottom: 1px dashed #ccc;
}

ul.trouble-list-01 li span {
  position: relative;
  display: block;
  padding-left: 26px;
  line-height: 1.5;
}

ul.trouble-list-01 li span::before, ul.trouble-list-01 li span::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
}

ul.trouble-list-01 li span::before {
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d6809e;
  border-radius: 50%;
  transform: translateY(-50%);
}

ul.trouble-list-01 li span::after {
  left: 6px;
  width: 5px;
  height: 8px;
  border-right: 1px solid #d6809e;
  border-bottom: 1px solid #d6809e;
  transform: translateY(-70%) rotate(45deg);
}

ul.trouble-list-02 {
  padding: 20px !important;
  margin-bottom: 1em !important;
  background-color: #fff;
  border-radius: 10px;
}

ul.trouble-list-02 li {
  position: relative;
  padding: 0.5em 1em 0.5em 2em;
  border-bottom: 1px dashed #ccc;
}

ul.trouble-list-02 li::before {
  position: absolute;
  top: 1.2em;
  left: 1em;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #666;
  border-radius: 50%;
}

.trouble-table-01 {
  width: 100%;
}

.trouble-table-01 tr th {
  text-align: left;
  background-color: #f9f9f9;
}

.trouble-table-01 tr td {
  text-align: left;
}

.trouble-table-01 tr td ul {
  padding: 0 0.5em;
}

.trouble-table-01 tr td ul li {
  list-style: disc inside;
}

.trouble-layout__menu-select {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #bbb;
}

.trouble-layout__menu-select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: none;
  content: "";
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translateY(-70%) rotate(45deg);
}

.trouble-layout__menu-select select {
  width: 100%;
  height: 100%;
  padding: 0.5em 45px 0.5em 0.8em;
  margin: 0;
  font-size: 16px;
  color: inherit;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: none;
  -webkit-tap-highlight-color: transparent;
}

.trouble-layout__menu-select select:focus-visible {
  outline: none;
}

.trouble-layout__menu-items {
  position: relative;
}

.trouble-layout__menu .trouble-menu-item {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0 !important;
  margin: 0 !important;
  pointer-events: none;
  visibility: hidden;
  border-bottom: none !important;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.trouble-layout__menu .trouble-menu-item.is-active {
  position: relative !important;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}

.trouble-layout-01 .text-box,
.trouble-layout-02 .text-box {
  margin-bottom: 1.5em;
}

.trouble-layout-03 ul li {
  padding: 20px 15px;
  background-color: #fff;
}

.trouble-layout-03 ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

.trouble-layout-03 ul li .text-box {
  margin-bottom: 1em;
}

.trouble-layout-03 ul li .title {
  padding-bottom: 1em !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #d6809a;
  text-align: left !important;
  letter-spacing: 0 !important;
}

.trouble-layout-03 ul li .text {
  margin-bottom: 1.5em;
}

.trouble-layout-03 ul li .img-box {
  width: 80%;
  margin: 0 auto;
}

.trouble-layout-07 .top .text-box {
  margin-bottom: 1.5em;
}

.trouble-layout-07 .top .img-box figure figcaption {
  margin-top: 0.5em;
  font-size: 90%;
  color: #666;
  text-align: center;
}

.trouble-layout-07 .bottom {
  margin-top: 30px;
}

.trouble-layout-07 .bottom ul {
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}

.trouble-layout-07 .bottom ul li .title {
  padding: 0.5em 0 !important;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.trouble-layout-08 .list > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trouble-layout-08 .list > ul > li {
  padding: 20px;
  background-color: #fff8fa;
}

.trouble-layout-08 .list > ul > li .title {
  padding: 0.5em 0.8em !important;
  margin-bottom: 20px;
  font-size: 18px !important;
  line-height: 1.5;
  text-align: left !important;
  background-color: #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.trouble-layout-08 .list > ul > li .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trouble-layout-08 .list > ul > li .img-box {
  width: 80%;
  margin: 0 auto;
}

.trouble-layout-08 .list > ul > li .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trouble-layout-08 .list > ul > li .block-title {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #dd82a1;
}

.trouble-layout-08 .list > ul > li .block-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trouble-layout-08 .list > ul > li .block-link li a {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 0.5em;
  color: #666;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dadada;
}

.trouble-layout-08 .list > ul > li .block-link li a span {
  line-height: 1.5;
  text-align: left;
}

.trouble-layout-08 .list > ul > li .block-link li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block !important;
  content: "";
  border: 5px solid #da809e;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
}

.trouble-layout-08 .list > ul > li .block-link li .no-link {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 0.5em;
  color: #666;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dadada;
}

.trouble-layout-08 .list > ul > li .block-link li .no-link span {
  line-height: 1.5;
  text-align: left;
}

.trouble-layout-09 .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trouble-layout-09 .img-box {
  width: 80%;
  margin: 0 auto;
}

.trouble-layout-09 .link-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.trouble-layout-09 .select-box {
  position: relative;
  border: 1px solid #bbb;
}

.trouble-layout-09 .select-box::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  pointer-events: none;
  content: "";
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: translateY(-70%) rotate(45deg);
}

.trouble-layout-09 .select-box select {
  width: 100%;
  height: 100%;
  padding: 0.5em 45px 0.5em 0.8em;
  margin: 0;
  font-size: 16px;
  color: inherit;
          appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border-radius: none;
  -webkit-tap-highlight-color: transparent;
}

.trouble-layout-09 .select-box select:focus-visible {
  outline: none;
}

.trouble-layout-10 .comparison-table {
  padding-bottom: 15px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.trouble-layout-10 .comparison-table table {
  width: 100%;
  margin: 0;
}

.trouble-layout-10 .comparison-table table th,
.trouble-layout-10 .comparison-table table td {
  font-weight: 400;
  text-align: left;
  overflow-wrap: break-word;
  border: 1px solid #dadada;
}

.trouble-layout-10 .comparison-table table thead th:first-child,
.trouble-layout-10 .comparison-table table tbody th {
  min-width: 8em;
}

.trouble-layout-10 .comparison-table table thead th:not(:first-child),
.trouble-layout-10 .comparison-table table tbody td {
  min-width: 10em;
}

.trouble-layout-10 .comparison-table table thead th {
  font-weight: normal;
  color: #fff;
  background-color: #de98ae;
}

.trouble-layout-10 .comparison-table table thead th:not(:first-child) {
  text-align: center;
}

.trouble-layout-10 .comparison-table table tbody th {
  background-color: #fff8fa;
}

.trouble-layout-10 .comparison-table table tbody td {
  vertical-align: top;
}

.trouble-layout-10 .comparison-table table tbody td.link {
  padding: 0;
}

.trouble-layout-10 .comparison-table table tbody td.link a {
  height: 100%;
  padding: 10px 0;
  text-align: center;
}

.trouble-layout-10 .comparison-table table tbody td.link a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block !important;
  content: "";
  border: 5px solid #da809e;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
}

.trouble-layout-10 .comparison-table table tbody td p {
  text-align: unset;
}

.trouble-layout-10 .comparison-table table tbody td > * + * {
  margin-top: 10px;
}

.trouble-layout-10 .comparison-table table tbody td > p + * {
  margin-top: 10px;
}

.trouble-layout-10 .comparison-table table tbody td img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 250px;
  margin: 0 auto;
}

.trouble-layout-10 .comparison-table table tbody td ul li {
  list-style: disc;
  list-style-position: inside;
}

.trouble-layout-10 .comparison-table table tbody td ul li::marker {
  content: "・";
}

.trouble-layout-10 .comparison-table table tbody td ol li {
  list-style: decimal;
  list-style-position: inside;
}

.trouble-layout-10 .comparison-table table tbody td > * + ul {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.discList,
.numList {
  box-sizing: border-box;
  padding: 1em !important;
  background: #f9f9f9;
  border-radius: 10px;
}

.discList li,
.numList li {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 1em;
  list-style-type: none;
}

.discList li::before,
.numList li::before {
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: url("../../images/common/li_round.png") no-repeat center center;
  background-size: contain;
}

.discList li span,
.numList li span {
  display: block;
  color: #d6809a;
}

.discList li + li,
.numList li + li {
  border-top: 1px dotted #ccc;
}

@media screen and (width >= 768px) {
  .trouble-article__new {
    width: 100% !important;
    min-width: 1024px;
  }

  .trouble-article__new h1 span {
    font-size: 35px !important;
  }

  .trouble-mv.trouble-mv--fixed {
    max-width: 1024px;
    margin: 0 auto;
  }

  .trouble-main-text {
    max-width: 1104px;
    padding: 50px 40px;
    margin: 0 auto;
  }

  .trouble-bg-area {
    padding-bottom: 1.5em;
  }

  .trouble-section {
    padding: 60px 0;
  }

  .trouble-section__inner {
    max-width: 1104px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .trouble-section__head {
    margin-bottom: 40px;
  }

  .trouble-section__title {
    font-size: 26px !important;
  }

  .trouble-section__head-border {
    padding: 30px 0;
  }

  ul.trouble-list-01 {
    max-width: 880px;
    padding: 30px;
    margin: 0 auto;
    border: 10px solid #ffe0ea;
  }

  ul.trouble-list-01 li {
    padding: 8px 15px;
  }

  ul.trouble-list-01 li span {
    padding-left: 30px;
  }

  ul.trouble-list-01 li span::before {
    width: 18px;
    height: 18px;
  }

  ul.trouble-list-01 li span::after {
    width: 6px;
    height: 10px;
  }

  ul.trouble-list-02 {
    padding: 30px !important;
    margin-bottom: 20px !important;
  }

  .trouble-table-01 tr th {
    width: 30%;
    padding: 1em;
  }

  .trouble-table-01 tr td {
    width: 70%;
    padding: 1em;
  }

  .trouble-layout__menu {
    width: 92.578%;
    margin: 0 auto;
  }

  .trouble-layout__menu-select {
    max-width: 400px;
    margin: 0 auto 70px;
  }

  .trouble-layout-01 .text-box {
    margin-bottom: 2em;
  }

  .trouble-layout-01 .text-box p + p {
    margin: 2em 0 0;
  }

  .trouble-layout-01 .img-box {
    max-width: 780px;
    margin: 0 auto;
  }

  .trouble-layout-02 {
    display: flex;
    justify-content: space-between;
  }

  .trouble-layout-02 .text-box {
    flex: 1;
  }

  .trouble-layout-02 .img-box {
    width: 45%;
    margin-left: 5%;
  }

  .trouble-layout-03 ul li {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .trouble-layout-03 ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .trouble-layout-03 ul li .text-box {
    flex: 1;
    margin-bottom: 0;
  }

  .trouble-layout-03 ul li .title {
    padding-bottom: 1em !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #d6809a;
    text-align: left !important;
    letter-spacing: 0 !important;
  }

  .trouble-layout-03 ul li .text {
    margin-bottom: 1.5em;
  }

  .trouble-layout-03 ul li .img-box {
    width: 20%;
    margin: 0 0 0 5%;
  }

  .trouble-layout-07 .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .trouble-layout-07 .top .text-box {
    flex: 1;
    margin-bottom: 0;
  }

  .trouble-layout-07 .top .img-box {
    width: 40%;
    margin-left: 5%;
  }

  .trouble-layout-07 .bottom {
    padding: 0 20px;
    margin-top: 60px;
  }

  .trouble-layout-07 .bottom ul {
    flex-flow: row wrap;
  }

  .trouble-layout-07 .bottom ul li {
    width: calc((100% - 30px) / 2);
  }

  .trouble-layout-07 .bottom ul li .title {
    font-size: 18px !important;
  }

  .trouble-layout-08 .list > ul {
    gap: 60px;
  }

  .trouble-layout-08 .list > ul > li {
    padding: 40px;
  }

  .trouble-layout-08 .list > ul > li .title {
    width: 100%;
    margin-bottom: 40px;
  }

  .trouble-layout-08 .list > ul > li .wrap {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
  }

  .trouble-layout-08 .list > ul > li .img-box {
    order: 2;
    width: 27%;
    margin: 0;
  }

  .trouble-layout-08 .list > ul > li .text-box {
    flex: 1;
    gap: 40px;
    order: 1;
  }

  .trouble-layout-08 .list > ul > li .block-link {
    flex-flow: row wrap;
    gap: 18px;
  }

  .trouble-layout-08 .list > ul > li .block-link li {
    width: calc((100% - 36px) / 3);
  }

  .trouble-layout-08 .list > ul > li .block-link li a span {
    font-size: 14px;
  }

  .trouble-layout-08 .list > ul > li .block-link li .no-link span {
    font-size: 14px;
  }

  .trouble-layout-09 .wrap {
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
  }

  .trouble-layout-09 .img-box {
    width: 27%;
    margin: 0;
  }

  .trouble-layout-09 .link-box {
    flex: 1;
    flex-flow: row wrap;
    gap: 30px;
  }

  .trouble-layout-09 .select-box {
    width: calc((100% - 30px) / 2);
  }

  .trouble-layout-09 .select-box select {
    padding: 0.8em 45px 0.8em 1em;
  }

  .trouble-layout-10 .comparison-table {
    padding-bottom: 15px;
    overflow-x: visible;
  }

  .trouble-layout-10 .comparison-table table {
    font-size: 15px;
    table-layout: fixed;
  }

  .trouble-layout-10 .comparison-table table thead th:first-child,
  .trouble-layout-10 .comparison-table table tbody th {
    width: 12%;
    min-width: 0;
  }

  .trouble-layout-10 .comparison-table table thead th:not(:first-child),
  .trouble-layout-10 .comparison-table table tbody td {
    min-width: 0;
  }

  .discList,
  .numList {
    padding: 30px !important;
  }
}

.c-faq-list dl:not(:last-child) {
  margin-bottom: 1em;
}

.c-faq-list dl dt,
.c-faq-list dl dd {
  position: relative;
  padding: 6px 0 6px 40px;
}

.c-faq-list dl dt::before,
.c-faq-list dl dd::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 2em;
  font-size: 1em;
  line-height: 2em;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.c-faq-list dl dt {
  border-bottom: 1px dotted #dadada;
}

.c-faq-list dl dt::before {
  content: "Q";
  background: #ccc;
}

.c-faq-list dl dd::before {
  content: "A";
  background: #d6809a;
}

.c-faq-list dl dd p {
  text-align: justify;
}

.c-faq-list dl dd p:not(:last-child) {
  margin-bottom: 1em;
}

.c-faq-list dl dd ul {
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.c-faq-list dl dd ul li {
  list-style: disc inside;
}

.c-faq-list dl dd ol {
  padding-left: 0.5em;
  margin-bottom: 1em;
}

.c-faq-list dl dd ol li {
  list-style: decimal inside;
}

@media screen and (width >= 768px) {
  .c-faq-list {
    max-width: 880px;
    margin: 0 auto;
  }

  .c-faq-list dl:not(:last-child) {
    margin-bottom: 20px;
  }

  .c-faq-list dl dt,
  .c-faq-list dl dd {
    padding: 12px 0 12px 60px;
  }

  .c-faq-list dl dt::before,
  .c-faq-list dl dd::before {
    top: 5px;
    width: 40px;
    font-size: 1.2em;
    line-height: 40px;
  }
}

.trouble-about .main-title {
  padding: 0.5em 0.8em !important;
  margin-bottom: 20px;
  font-size: 18px !important;
  line-height: 1.5;
  text-align: left !important;
  background-color: #fff8fa;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.trouble-about .main-text {
  margin-bottom: 20px;
}

.trouble-about .wrap {
  display: flex;
  flex-direction: column;
}

.trouble-about__block--top {
  margin: 0 0 40px !important;
}

.trouble-about__block--bottom {
  margin-top: 0 !important;
}

.trouble-about__detail .wrap {
  gap: 20px;
}

.trouble-about__detail ul li:not(:last-child) {
  margin-bottom: 20px;
}

.trouble-about__detail .title {
  font-size: 15px;
  color: #dd82a1;
}

.trouble-about__detail .point-text {
  padding: 20px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #d4839f;
  border-radius: 5px;
}

.trouble-about__detail .point-text span {
  color: #fff475;
}

.trouble-about__equipment {
  padding: 20px;
  margin: 0 !important;
  border: 1px solid #d4839f;
}

.trouble-about__equipment .sub-title {
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #dd82a1;
  border-bottom: 1px solid #dadada;
}

.trouble-about__equipment .wrap {
  gap: 20px;
}

.trouble-about__equipment ul li:not(:last-child) {
  margin-bottom: 20px;
}

.trouble-about__equipment .title {
  font-size: 15px;
}

.trouble-about__equipment .comparison-table {
  padding-bottom: 15px;
  margin-top: 30px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}

.trouble-about__equipment .comparison-table table {
  width: 100%;
  margin: 0 !important;
}

.trouble-about__equipment .comparison-table table thead th {
  min-width: 9em;
  font-weight: normal;
  color: #fff;
  background-color: #de98ae;
}

.trouble-about__equipment .comparison-table table tbody td {
  text-align: left;
  vertical-align: top;
}

.trouble-about__equipment .comparison-table table tbody td figure {
  margin-bottom: 10px;
}

@media screen and (width >= 768px) {
  .trouble-about .main-title {
    margin-bottom: 40px;
  }

  .trouble-about .main-text {
    margin-bottom: 40px;
  }

  .trouble-about .wrap {
    display: flex;
    flex-direction: row;
  }

  .trouble-about__block--top {
    margin: 0 0 60px !important;
  }

  .trouble-about__detail .wrap {
    gap: 40px;
  }

  .trouble-about__detail .img-box {
    width: 400px;
  }

  .trouble-about__detail .text-box {
    flex: 1;
  }

  .trouble-about__detail ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .trouble-about__detail .title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .trouble-about__detail .point-text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

  .trouble-about__equipment {
    padding: 40px;
  }

  .trouble-about__equipment .sub-title {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .trouble-about__equipment .wrap {
    gap: 30px;
  }

  .trouble-about__equipment .img-box {
    width: 250px;
  }

  .trouble-about__equipment .text-box {
    flex: 1;
  }

  .trouble-about__equipment ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  .trouble-about__equipment .title {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .trouble-about__equipment .comparison-table {
    padding-bottom: 0;
    margin-top: 40px;
  }

  .trouble-about__equipment .comparison-table table thead th {
    width: 33.3333333333%;
    min-width: auto;
  }

  .trouble-about__equipment .comparison-table table tbody td figure {
    width: 75%;
    margin: 0 auto 10px;
  }

  .trouble-about__equipment .comparison-table table tbody td.center {
    text-align: center;
  }
}

/* ここから下は後ほど削除 */
.provisional-title {
  padding: 30px 0;
  font-size: 18px;
  text-align: center;
}