@charset "utf-8";

/* ========== c-table-help_other_inquiries ========== */
.c-table-01.c-table-help_other_inquiries th, .c-table-01.c-table-help_other_inquiries td{
  padding: 10px 15px;
}
.c-table-help_other_inquiries .c-table-headline{
  background-color: #eb7000;
  color: #fff;
}
@media only screen and (max-width: 640px){
  .c-table-01.c-table-help_other_inquiries th, .c-table-01.c-table-help_other_inquiries td{
    padding: 5px;
  }
}

/* ========== link-arrow ========== */

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.link-arrow::after {
  clear: both;
  content: "";
  display: block;
}

.link-arrow li:not(:first-child) {
  margin-top: 15px;
}

.link-arrow a {
  color: #535252;
  display: inline-block;
  font-weight: bold;
  padding-left: 27px;
  position: relative;
  text-decoration: none;
}

.link-arrow a:hover {
  opacity: .7;
}

 .link-arrow a {
  font-weight: normal;
  padding-left: 13px;
}

.link-arrow a:hover {
  color: #535252;
  text-decoration: none;
}


.link-arrow a::before {
  content: "";
  background-image: url(/assets/img/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 10px;
  position: absolute;
  top: 3px;
  left: 0;
}

@media only screen and (max-width: 640px){
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .sp-ml10 {
    margin-left: 10px !important;
  }
}