.pagetitle {
  padding-bottom: 6.8rem;
  background-image: url(../images/bg_pagetitle.png);
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    margin-bottom: 3rem;
    background-image: url(../images/bg_pagetitle_sp.png);
  }
}

.p-content section {
  margin-bottom: 6rem;
}
.p-content section:last-child {
  margin-bottom: 8rem;
}
.p-content section p {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-content section p {
    margin-bottom: 0.6rem;
  }
}
.p-content section p:last-child {
  margin-bottom: 0;
}
.p-content section p.-mt15 {
  margin-top: 1.5rem;
}
.p-content section .number_list01 li {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-content section .number_list02 {
  counter-reset: num;
}
.p-content section .number_list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-content section .number_list02 li::before {
  counter-increment: num 1;
  content: "(" counter(num) ")";
  margin-right: 8px;
}
.p-content section .number_list02.-mt15 li + li {
  margin-top: 1.5rem;
}
.p-content .info {
  margin-top: 3rem;
}
.p-content .info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #313C4E;
}
.p-content .info dt::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
  background-color: currentColor;
}
@media only screen and (max-width: 767px) {
  .p-content .info dt::before {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
  }
}
.p-content .info.-normal {
  margin-top: 0;
}
.p-content .info.-normal dt {
  font-size: 1.5rem;
  font-weight: normal;
}
.p-content .info.-normal dt::before {
  display: none;
}
.p-content .info dd {
  padding-left: 2.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-content .info dd {
    padding-left: 2rem;
  }
}
.p-content .info dd .-indent {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-content .info dd .-indent {
    margin: 0.6rem 0;
    padding-left: 1rem;
  }
}
.p-content .info dd .-note {
  margin: 1.5rem 0 0;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-content .info dd .-note {
    margin: 0.6rem 0;
    padding-left: 1rem;
  }
}
.p-content .termTtl01 {
  margin-bottom: 1em;
  padding-left: 1.5em;
  line-height: 1.8;
  font-weight: 500;
}
.p-content .termTtl01:before {
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 -1.5em;
  content: "";
  background-color: #888888;
  display: inline-block;
  vertical-align: -0.1em;
}
.p-content .low {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-content .low dd {
  margin-bottom: 3rem;
}
.p-content .low dd:last-child {
  margin-bottom: 1rem;
}
.p-content .low.-indent dd {
  padding-left: 1rem;
}
.p-content .low .dot_list {
  margin-left: 2rem;
}
.p-content .text-wrap {
  overflow-wrap: anywhere;
}
.p-content .dot_list {
  font-size: 1.5rem;
  line-height: 1.8;
  list-style: disc outside;
  margin-left: 1rem;
}
.p-content .dotted__list {
  padding-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
  list-style: disc outside;
}
.p-content .contents_list {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-content .contents_list {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-content .contents_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-content .contents_list li a .date {
  margin-right: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .p-content .contents_list li a .date {
    width: 7.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .contents_list li a .date {
    display: inline-block;
  }
}
.p-content .contents_list li a p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .p-content .contents_list li a p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .contents_list li a p {
    margin-top: 1rem;
  }
}
.p-content .contents_list li + li {
  margin-top: 2rem;
}
.p-content .contents_list li.--hide {
  display: none;
}
.p-content .-table {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-top: 0.1rem solid #CBCFD1;
  overflow: auto;
}
.p-content .-table:last-child {
  margin-bottom: 0;
}
.p-content .-table table {
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-content .-table table {
    width: auto;
    min-width: 90rem;
  }
}
.p-content .-table table thead tr th {
  width: auto;
  padding: 1.6rem;
  background-color: #313C4D !important;
  color: #fff;
  border-width: 0 0 0 0.1rem;
  border-style: solid;
  border-color: #fff;
}
.p-content .-table table thead tr th:first-child {
  border: 0;
}
.p-content .-table table tr {
  border-bottom: 0.1rem solid #CBCFD1;
}
.p-content .-table table tr th {
  min-height: 9rem;
  padding: 1.8rem 2rem;
  background-color: #F2F5F7;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-content .-table table tr th {
    font-size: 1.5rem;
  }
}
.p-content .-table table tr td {
  min-height: 9rem;
  padding: 1.8rem 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  border-right: 0.1rem solid #CBCFD1;
}
.p-content .-table table tr td:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .p-content .-table.-news {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-content .-table.-news table {
    table-layout: auto;
  }
}
.p-content .-table.-news table tbody tr th:first-child {
  text-align: left;
}
.p-content .-table.-news table tbody tr th:nth-child(2) {
  background-color: rgba(24, 163, 172, 0.12);
}
.p-content .-table.-news table tr th, .p-content .-table.-news table tr td {
  font-size: 1.4rem;
}
.p-content .-table.-news.-accident table tr th, .p-content .-table.-news.-accident table tr td {
  padding: 1rem;
}
.p-content .-table.-news.-accident table tr th:first-child, .p-content .-table.-news.-accident table tr td:first-child {
  width: 15rem;
}
.p-content .-table.-news.-accident table tr th:nth-child(2), .p-content .-table.-news.-accident table tr td:nth-child(2) {
  width: 11rem;
}
.p-content .-table.-news.-accident table tr th:nth-child(3), .p-content .-table.-news.-accident table tr td:nth-child(3) {
  white-space: nowrap;
  width: 10rem;
}
.p-content .-table.-news.-accident table tr th:nth-child(4), .p-content .-table.-news.-accident table tr th:nth-child(6), .p-content .-table.-news.-accident table tr td:nth-child(4), .p-content .-table.-news.-accident table tr td:nth-child(6) {
  width: 7.7rem;
}
.p-content .-table.-news.-eco_teiden table tr th, .p-content .-table.-news.-eco_teiden table tr td {
  padding: 1rem;
}
.p-content .-table.-news.-eco_teiden table tr th:first-child, .p-content .-table.-news.-eco_teiden table tr td:first-child {
  width: 15rem;
}
.p-content .-table.-news.-eco_teiden table tr th:nth-child(2), .p-content .-table.-news.-eco_teiden table tr td:nth-child(2) {
  width: 28rem;
}
@media only screen and (max-width: 767px) {
  .p-content .-table.-news.-oil table {
    min-width: auto;
  }
}
.p-content .-table.-news.-oil table tr th:first-child, .p-content .-table.-news.-oil table tr td:first-child {
  width: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-content .-table.-news.-oil table tr th:first-child, .p-content .-table.-news.-oil table tr td:first-child {
    width: 11rem;
  }
}
.p-content .-table.-news.-asbestos table tbody tr th {
  text-align: left;
  background-color: rgba(24, 163, 172, 0.12);
}
.p-content .-table.-news.-asbestos table tbody tr th.bg--gray {
  background-color: #F2F5F7;
}
.p-content .-table.-news.-asbestos table thead tr th:nth-child(2), .p-content .-table.-news.-asbestos table thead tr th:nth-child(3), .p-content .-table.-news.-asbestos table thead tr th:last-child {
  width: 14rem;
}
.p-content .-list {
  margin-bottom: 2rem;
}
.p-content .-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-content .-list li {
    display: block;
  }
}
.p-content .-list li span {
  width: 7rem;
}
.p-content .-list.-wide li span {
  width: 11rem;
}
.p-content .-list.-min li span {
  width: 4rem;
}
.p-content .mt-10 {
  margin-top: 1rem;
}
.p-content .-mt10 {
  margin-top: 1rem;
}
.p-content .-mt30 {
  margin-top: 3rem;
}
.p-content .-mb0 {
  margin-bottom: 0;
}
.p-content .-mb10 {
  margin-bottom: 1rem;
}
.p-content .-mb30 {
  margin-bottom: 3rem;
}
.p-content .-mr10 {
  margin-right: 1rem;
}
.p-content .-ml10 {
  margin-left: 1rem;
}
.p-content .-ml20 {
  margin-left: 1rem;
}
.p-content .-ml30 {
  margin-left: 3rem;
}
.p-content .-red {
  color: #FF0000;
}
.p-content .-link {
  margin-top: 4rem;
}
.p-content .-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-content .-link a::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  background-color: #313C4D;
  background-image: url(/wp/wp-content/themes/sanden/assets/images/common/icon_arrow02_white.png);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-content .-link a:hover {
  color: #0092E6;
  text-decoration: none;
}
.p-content .-link a:hover::before {
  background-color: #0092E6;
}
@media only screen and (max-width: 767px) {
  .p-content .-link {
    margin-top: 3rem;
  }
}
.p-content .link-text {
  color: #0092E6;
}
.p-content .link-text:hover {
  text-decoration: underline;
}
.p-content .attention {
  margin: 3rem 0;
  background: #F2F5F7;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}
.p-content .bg--gray {
  padding: 6rem 0 8.2rem;
  background-color: #F2F5F7;
}
.p-content .bg--lightyellow {
  background-color: #FFFFDD;
}
.p-content .-center {
  text-align: center;
}
.p-content .-right {
  text-align: right;
}
.p-content .-left {
  text-align: left;
}
.p-content .smap-wrap01 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-content .smap-wrap01 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-content .smap-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-content .smap-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-content .smap-container section ul {
  display: grid;
  gap: 1rem;
}
.p-content .normalLink a::before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.7rem;
  content: "";
  background-image: url(/wp/wp-content/themes/sanden/assets/images/common/icon_arrow02_white.png);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #313C4D;
  border: solid 1px #313C4D;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
}
.p-content .normalLink a:hover::before {
  background-color: #0092E6;
  border: solid 1px #0092E6;
}
.p-content .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-content .-flex {
    gap: 2rem;
  }
}
.p-content .-flex .w15 {
  width: 15rem;
}
.p-content .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}