@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
.r5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.r7 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
}
body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  color: #1a1a1a;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
.hover {
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: none;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #282828;
}
.shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
header {
  padding: 13px 0 12px;
}
header .logo {
  width: 130px;
  margin: 0 auto;
}
header .logo a {
  display: block;
}
header .logo a img {
  width: 100%;
  height: auto;
}
footer {
  background-color: #333;
  color: #FFFFFF;
  text-align: center;
  padding: 60px 0;
  margin-top: 80px;
}
footer small {
  font-size: 11px;
}
.main {
  background-color: #eff1f4;
  text-align: center;
}
.main h1 img {
  width: 100%;
  max-width: 560px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0 20px;
  }
}
.s1 h2 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 50px 0;
}
.s1 h2 br {
  display: none;
}
.s1 h2 b {
  margin: 0 3px;
  font-size: 43px;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
@media screen and (max-width: 767px) {
  .s1 h2 {
    font-size: 21px;
    padding: 30px 0;
  }
  .s1 h2 br {
    display: inline;
  }
  .s1 h2 b {
    font-size: 32px;
  }
}
.accidents {
  background-color: #f4f7f6;
}
.accidents .inner {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}
.accidents .inner h3 {
  font-size: 33px;
  font-weight: bold;
}
.accidents .inner span {
  display: block;
  font-size: 13px;
}
.accidents .inner .image {
  margin-top: -20px;
}
.accidents .inner .image img {
  width: 100%;
  height: auto;
}
.accidents .inner .image .sp {
  display: none;
}
.accidents .inner p {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .accidents .inner {
    width: auto;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
  }
  .accidents .inner h3 {
    font-size: 24px;
    font-weight: bold;
  }
  .accidents .inner span {
    display: block;
    font-size: 13px;
  }
  .accidents .inner .image {
    margin-top: 20px;
  }
  .accidents .inner .image .pc {
    display: none;
  }
  .accidents .inner .image .sp {
    display: inline;
  }
  .accidents .inner p {
    font-size: 17px;
  }
}
.ex .at {
  text-align: center;
  padding: 40px 0;
  font-size: 26px;
  font-weight: bold;
}
.ex .at img {
  vertical-align: middle;
  margin-right: 10px;
  height: 60px;
  width: auto;
}
.ex .at b {
  margin: 0 3px 0 0;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.ex .ar {
  background-color: #cce5a8;
  padding-top: 40px;
  font-size: 28px;
  font-weight: bold;
  width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
.ex .ar b {
  margin: 0 3px 0 0;
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.ex .ar:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -50px;
  left: 0;
  border-style: solid;
  border-color: #cce5a8 transparent transparent transparent;
  border-width: 50px 440px 0 440px;
  z-index: 1;
}
@media screen and (max-width: 880px) {
  .ex .at {
    padding: 40px 10px;
    font-size: 21px;
  }
  .ex .ar {
    width: auto;
    margin: 0;
    margin-bottom: 80px;
  }
  .ex .ar:after {
    border-width: 50px 50vw 0 50vw;
  }
}
@media screen and (max-width: 767px) {
  .ex .at {
    padding: 20px 20px;
    font-size: 21px;
    font-weight: bold;
  }
  .ex .at img {
    margin-right: 0;
    display: block;
    margin: 0 auto 10px auto;
  }
  .ex .ar {
    background-color: #cce5a8;
    padding: 20px 20px 0 20px;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
  }
  .ex .ar br {
    display: none;
  }
  .ex .ar:after {
    bottom: -40px;
    border-width: 40px 50vw 0 50vw;
  }
}
.section .h {
  text-align: center;
}
.section .h .i {
  margin-bottom: 40px;
}
.section .h h2 {
  font-size: 40px;
  font-weight: bold;
  color: #003e81;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section .h .i {
    margin-bottom: 20px;
  }
  .section .h h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.services {
  padding: 70px 0;
  background-color: #f4f7f6;
}
.services .description {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
.services .flow {
  text-align: center;
}
.services .flow img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.services .flow .sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .services .flow {
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .services {
    padding: 40px 10px;
  }
  .services .description {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .services .description br {
    display: none;
  }
  .services .flow {
    text-align: center;
  }
  .services .flow img {
    max-width: 355px;
  }
  .services .flow .pc {
    display: none;
  }
  .services .flow .sp {
    display: inline;
  }
}
.qa {
  padding: 70px 0;
  background-color: #f4f7f6;
}
.qa .inner {
  width: 800px;
  margin: 0 auto;
}
.qa dl + dl {
  margin-top: 30px;
}
.qa dt,
.qa dd {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: left top;
}
.qa dt {
  font-size: 18px;
  background-image: url('../images/q.png');
  min-height: 32px;
  line-height: 32px;
}
.qa dd {
  margin-top: 7px;
  padding-top: 5px;
  min-height: 32px;
  line-height: 1.6;
  background-image: url('../images/a.png');
}
.qa dd a {
  color: #009FB9;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 40px 0;
  }
  .qa .inner {
    width: auto;
    padding: 0 10px;
  }
}
.images img {
  display: block;
  float: left;
  width: 50%;
}
.images:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 767px) {
  .images img {
    float: none;
    width: 100%;
  }
}
.check {
  padding: 60px 0;
}
.check + .check {
  border-top: 1px solid #f2f2f2;
}
.check .h {
  width: 1000px;
  margin: 0 auto;
}
.check .h .left {
  float: left;
}
.check .h .left h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #003e81;
}
.check .h .left .box + .box {
  margin-top: 20px;
}
.check .h .left .box dl {
  vertical-align: middle;
}
.check .h .left .box dl dt {
  margin: 0;
  font-size: 18px;
  padding-top: 9px;
  float: left;
  font-weight: bold;
}
.check .h .left .box dl dd {
  margin-left: 200px;
  font-size: 18px;
}
.check .h .left .box dl dd span {
  font-size: 27px;
  margin: 0 3px;
}
.check .h .left .box dl:after {
  clear: both;
  content: '';
  display: block;
}
.check .h .left .box ul li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.check .h .right {
  margin-left: 480px;
  padding-top: 10px;
}
.check .h .right p {
  font-size: 17px;
  line-height: 1.75;
}
.check .h .right ul li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
.check .h .right p + ul {
  margin-top: 5px;
}
.check .h .right .ts {
  margin-top: 20px;
  background-color: #f4f7f6;
  padding: 20px;
}
.check .h .right .ts h4 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.check .h:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 1000px) {
  .check .h {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .check {
    padding: 20px 10px;
  }
  .check .h {
    width: auto;
    margin: 0;
  }
  .check .h .left {
    float: none;
  }
  .check .h .left h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .check .h .left .box + .box {
    margin-top: 20px;
  }
  .check .h .left .box dl dt {
    margin: 0;
    font-size: 16px;
    padding-top: 5px;
    float: left;
  }
  .check .h .left .box dl dd {
    margin-left: 170px;
    font-size: 16px;
  }
  .check .h .left .box dl dd span {
    font-size: 20px;
    margin: 0 3px;
  }
  .check .h .left .box dl:after {
    clear: both;
    content: '';
    display: block;
  }
  .check .h .left .box ul li {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .check .h .right {
    margin-left: 0;
    padding-top: 30px;
  }
  .check .h .right p {
    font-size: 16px;
    line-height: 1.5;
  }
  .check .h .right .ts {
    margin-top: 10px;
    padding: 15px;
  }
  .check .h .right .ts h4 {
    font-size: 14px;
  }
  .check .h:after {
    clear: both;
    content: '';
    display: block;
  }
}
.btn {
  margin: 40px 0 0 0;
  text-align: center;
}
.btn a {
  display: inline-block;
  line-height: 60px;
  width: 320px;
  text-align: center;
  margin: 0 10px;
  background-color: #1a1a1a;
  color: #FFFFFF;
  font-size: 17px;
  position: relative;
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  transform: rotate(135deg);
}
.btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.btn a.b1 {
  background-color: #ed6d1f;
}
.btn a.b2 {
  background-color: #009fb9;
}
.btn a.b3 {
  background-color: #7fbe26;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .btn a {
    display: block;
    width: auto;
    margin: 0;
    font-size: 16px;
  }
  .btn a + a {
    margin-top: 10px;
  }
}
.list {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}
.list.show {
  display: block;
}
.list .detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.list .detail .box {
  width: 31%;
  margin-bottom: 20px;
}
.list .detail .box img {
  display: block;
  width: 100%;
  height: auto;
}
.list .detail .box h5 {
  font-size: 16px;
  margin: 10px 0 5px 0;
}
.list .detail .box p {
  font-size: 14px;
}
.list .close {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-top: 50px;
  opacity: 0.3;
  cursor: pointer;
}
.list .close:hover {
  opacity: 1;
}
.list .close:before,
.list .close:after {
  position: absolute;
  left: 24px;
  content: ' ';
  height: 48px;
  width: 2px;
  background-color: #1a1a1a;
}
.list .close:before {
  transform: rotate(45deg);
}
.list .close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .list {
    width: auto;
    margin: 0;
    margin-top: 40px;
  }
  .list.show {
    display: block;
  }
  .list .detail .box {
    width: 48%;
    margin-bottom: 10px;
  }
  .list .detail .box img {
    display: block;
    width: 100%;
    height: auto;
  }
  .list .detail .box h5 {
    font-size: 14px;
    margin: 5px 0 2px 0;
  }
  .list .detail .box p {
    font-size: 13px;
  }
}
.bnr {
  padding: 40px 0;
}
.bnr ul {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bnr ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.bnr ul li:nth-child(3n) {
  margin-right: 0;
}
.bnr ul li a {
  cursor: pointer;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  --webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: block;
}
.bnr ul li a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .bnr ul li a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.bnr ul li a img {
  width: 100%;
  height: auto;
}
.bnr ul li a h3 {
  font-size: 16px;
  margin: 10px 0 5px 0;
  font-weight: bold;
}
.bnr ul li a p {
  font-size: 14px;
}
.bnr ul:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 767px) {
  .bnr {
    padding: 20px 0;
  }
  .bnr ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .bnr ul li + li {
    margin-top: 20px;
  }
}
