@media screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .sp-none_force {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif, "Helvetica Neue", Arial;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 12px;
  line-height: 1.86;
  color: #353535;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  html {
    font-size: 15px;
  }
}

main {
  padding-top: 63px;
}
@media screen and (min-width:768px) {
  main {
    padding-top: 135px;
  }
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.en p {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-feature-settings: "palt";
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.m-auto {
  margin: 0 auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.txt-bold {
  font-weight: bold;
}

.txt-line {
  text-decoration: underline;
}

#link section .content-wrap .table .thead .tr .th:nth-of-type(1) {
  width: 12%;
}
#link section .content-wrap .table .thead .tr .th:nth-of-type(2) {
  width: 27%;
}
#link section .content-wrap .table .tbody .tr .td:nth-of-type(1) {
  width: 12%;
}
#link section .content-wrap .table .tbody .tr .td:nth-of-type(2) {
  width: 27%;
}
