@charset "UTF-8";
@import "./common.css";
/*==================================================================*/
/* accident style css */
/*==================================================================*/
.title-area {
  background: url("/accident/image/t_image.jpg") right 0 no-repeat;
  background-size: cover !important;
}

#accident .accident-page {
  padding: 1.8em 0 4.5em;
}
#accident .accident-notice {
  margin: 0 auto 2.6em;
  background: #e8f3ff;
}
#accident .accident-notice h2 {
  padding: 0.85em 1.1em;
  background: #0086cd;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
#accident .accident-notice h2:before {
  content: "\f071";
  font-family: "FontAwesome";
  padding: 0 0.55em 0 0;
  color: #ffd64d;
}
#accident .accident-notice ul {
  padding: 1.35em 1.8em 1.45em;
}
#accident .accident-notice ul li {
  margin: 0 auto 0.75em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.9;
}
#accident .accident-notice ul li:before {
  content: "・";
}
#accident .accident-notice ul li:last-child {
  margin-bottom: 0;
}
#accident .accident-section {
  margin: 0 auto 3.1em;
}
#accident .accident-heading {
  margin: 0 auto 1.8em;
  padding: 0.8em 0 0.8em 0.9em;
  background: #e8f3ff;
  color: #0086cd;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
#accident .accident-heading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: #0086cd;
}
#accident .accident-lead {
  margin: 0 auto 1.8em;
  line-height: 1.9;
}
#accident .accident-table-wrap {
  margin: 0 auto;
}
#accident .accident-table {
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#accident .accident-table th,
#accident .accident-table td {
  border: 1px solid #d7d7d7;
  padding: 1em 0.9em;
  vertical-align: middle;
  background: #fff;
}
#accident .accident-table th {
  padding: 1em 0.75em;
  background: #0086cd;
  color: #fff;
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}
#accident .accident-table__logo {
  text-align: center;
}
#accident .accident-table__logo img {
  max-width: 170px;
}
#accident .accident-table__contact {
  text-align: center;
}
#accident .accident-table__contact .telno {
  color: #0086cd;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 1.55em;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
#accident .accident-table__contact .telno:before {
  content: "\f095";
  font-family: "FontAwesome";
  padding: 0 0.45em 0 0;
  font-size: 0.72em;
}
#accident .accident-table__contact span {
  display: block;
  font-size: 0.72em;
  line-height: 1.6;
}
#accident .accident-table__contact span .telno {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
#accident .accident-table__contact span .telno:before {
  content: none;
}
#accident .accident-table__site {
  text-align: center;
}
#accident .accident-table__site a {
  display: inline-block;
  padding: 0.7em 1.45em;
  border-radius: 1.5em;
  background: #0086cd;
  color: #fff;
  font-size: 0.82em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
#accident .accident-table__site a:after {
  content: "\f08e";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
}
#accident .accident-table__site a:hover {
  opacity: 0.8;
}
#accident .accident-table--auto th:nth-child(1) {
  width: 25%;
}
#accident .accident-table--auto th:nth-child(2) {
  width: 28%;
}
#accident .accident-table--auto th:nth-child(3) {
  width: 28%;
}
#accident .accident-table--auto th:nth-child(4) {
  width: 19%;
}
#accident .accident-table--trouble th:nth-child(1) {
  width: 37%;
}
#accident .accident-table--trouble th:nth-child(2) {
  width: 39%;
}
#accident .accident-table--trouble th:nth-child(3) {
  width: 24%;
}
#accident .accident-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#accident .accident-fax__card {
  margin: 0 auto 1.9em;
  padding: 1.55em 1.5em;
  width: calc((100% - 2rem) / 2);
  background: #e8f3ff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#accident .accident-fax__icon {
  margin: 0 1.2em 0 0;
  text-align: center;
}
#accident .accident-fax__icon img {
  max-width: 85px;
  vertical-align: middle;
}
#accident .accident-fax__text {
  width: calc(100% - 101px);
  text-align: center;
}
#accident .accident-fax__text h3 {
  margin: 0 auto 1em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.8;
}
#accident .accident-fax__text h3 span {
  display: inline-block;
}
#accident .accident-fax__text p {
  margin: 0 auto;
}
#accident .accident-fax__text a {
  display: inline-block;
  padding: 0.75em 1.5em;
  border: 2px solid #0086cd;
  border-radius: 2em;
  background: #fff;
  color: #0086cd;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
#accident .accident-fax__text a:after {
  content: "\f1c1";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
  color: #e60000;
}

@media screen and (max-width: 1025px) {
  #accident .accident-page {
    padding: 1.5em 0 4em;
  }
  #accident .accident-notice,
  #accident .accident-section {
    width: 96%;
  }
  #accident .accident-heading {
    font-size: 1.55em;
  }
  #accident .accident-table__contact .telno {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 769px) {
  #accident .accident-page {
    padding: 1.3em 0 3.5em;
  }
  #accident .accident-notice h2 {
    font-size: 1.05em;
  }
  #accident .accident-notice ul {
    padding: 1.1em 1.2em 1.2em;
  }
  #accident .accident-heading {
    margin: 0 auto 1.2em;
    padding: 0.75em 0 0.75em 0.9em;
    font-size: 1.3em;
  }
  #accident .accident-lead {
    margin: 0 auto 1.3em;
  }
  #accident .accident-table-wrap {
    overflow-x: auto;
  }
  #accident .accident-table {
    min-width: 860px;
  }
  #accident .accident-fax__card {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .title-area {
    background: url("/accident/image/t_image.jpg") right 0 no-repeat;
  }
  #accident .accident-page {
    padding: 1em 0 3em;
  }
  #accident .accident-notice {
    margin: 0 auto 2em;
  }
  #accident .accident-notice h2 {
    padding: 0.8em 1em;
    font-size: 0.98em;
  }
  #accident .accident-notice ul {
    padding: 1em 0.95em 1.1em;
    font-size: 0.9em;
  }
  #accident .accident-section {
    margin: 0 auto 2.4em;
  }
  #accident .accident-heading {
    font-size: 1.1em;
  }
  #accident .accident-lead {
    font-size: 0.9em;
  }
  #accident .accident-fax__card {
    padding: 1.2em 1em;
    display: block;
  }
  #accident .accident-fax__icon {
    margin: 0 auto 1em;
  }
  #accident .accident-fax__text {
    width: 100%;
  }
  #accident .accident-fax__text h3 {
    font-size: 0.92em;
  }
}