main {
  font-size: 16px;
  position: relative;
  margin-top: 204px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 104px;
  }
}

section.hero {
  width: 100%;
}

section.hero img {
  width: 100%;
  margin: 0 auto;
  max-width: 1270px;
  padding: 0 20px;
}

section.description {
  max-width: 1105px;
  padding: 136px 25px 68px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.description {
    padding: 40px 25px;
  }
}

section.description .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  section.description .flex {
    display: block;
  }
}

section.description .flex > p {
  width: 48%;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  section.description .flex > p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
  }
}

section.description .flex > div {
  width: 48%;
  padding: 32px 40px;
  border: 1px solid #777;
  border-radius: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 768px) {
  section.description .flex > div {
    width: 100%;
    padding: 20px;
  }
}

section.description .flex > div img {
  display: block;
  margin: 0 auto;
  width: 166px;
  height: 168px;
}

section.description .flex > div dl dt {
  position: relative;
  font-size: 16px;
  padding: 18px 0 32px;
}

@media screen and (max-width: 768px) {
  section.description .flex > div dl dt::after {
    content: '';
    position: absolute;
    left: 210px;
    top: 30%;
    display: inline-block;
    margin: 0 16px;
    line-height: 2;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50px;
  }
  section.description .flex > div dl dt::before {
    content: '';
    position: absolute;
    left: 216px;
    top: 36%;
    display: inline-block;
    margin: 0 16px;
    line-height: 2;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.description .flex > div dl dt.open::before {
    left: 216px;
    top: 39%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}

section.description .flex > div dl dd {
  font-size: 14px;
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  section.description .flex > div dl dd {
    display: none;
  }
}

.volunteer_area {
  background: linear-gradient(180deg, #fff 0px, #fff 270px, #f8e4e3 270px, #f8e4e3 100%);
  margin: auto;
  padding: 0 25px 1px;
}

.volunteer_area h2 {
  text-align: center;
  margin: 0 auto 31px;
}

.volunteer_area div {
  border: 3px solid #ee5449;
  border-radius: 10px;
  background-color: #fff;
  color: #ee5449;
  max-width: 616px;
  width: 100%;
  padding: 28px 50px;
  margin: 0 auto 40px;
}

.volunteer_area div h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.volunteer_area div p {
  line-height: 1.8;
}

.volunteer_area h4 {
  text-align: center;
  margin: 0 auto 48px;
}

.volunteer_area h4 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.volunteer_area ul {
  background-color: #fff;
  border-radius: 23px;
  max-width: 930px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 72px;
  padding: 40px 0 18px;
}

.volunteer_area li {
  font-size: 14px;
  max-width: 290px;
  width: 32%;
  padding: 0 26px;
  text-align: center;
}

.volunteer_area li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .volunteer_area {
    background: linear-gradient(180deg, #fff 0px, #fff 300px, #f8e4e3 300px, #f8e4e3 100%);
  }
  .volunteer_area div {
    padding: 28px 18px;
    margin: 0 auto 15px;
  }
  .volunteer_area h4 {
    margin: 0 auto 22px;
  }
  .volunteer_area ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 14px 4px;
    margin: 0 auto 22px;
  }
  .volunteer_area li {
    max-width: 100%;
    width: 48%;
    padding: 0;
    margin-bottom: 16px;
  }
  .volunteer_area li img {
    margin-bottom: 4px;
  }
}

.mobility {
  background: linear-gradient(180deg, #fff 0px, #fff 370px, #f8e4e3 370px, #f8e4e3 100%);
  padding: 125px 25px 1px;
}

.mobility h2 {
  color: #ee5449;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 31px;
}

.mobility h2::before {
  content: '';
  display: block;
  background-image: url(../img/top/img_09.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 169px;
  height: 102px;
  margin: auto;
}

.mobility div {
  border: 3px solid #ee5449;
  border-radius: 10px;
  background-color: #fff;
  color: #ee5449;
  max-width: 616px;
  width: 100%;
  padding: 28px 50px;
  margin: 0 auto 40px;
}

.mobility div h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}

.mobility div p {
  line-height: 1.8;
}

.mobility h4 {
  text-align: center;
  margin: 0 auto 48px;
}

.mobility h4 img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mobility ul {
  background-color: #fff;
  border-radius: 23px;
  max-width: 930px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 72px;
  padding: 40px 0 18px;
}

.mobility li {
  font-size: 14px;
  max-width: 290px;
  width: 32%;
  padding: 0 26px;
  text-align: center;
}

.mobility li img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .mobility {
    padding: 70px 25px 1px;
  }
  .mobility h2::before {
    width: 130px;
    height: 80px;
    margin-bottom: 10px;
  }
  .mobility div {
    padding: 28px 18px;
    margin: 0 auto 15px;
  }
  .mobility h4 {
    margin: 0 auto 22px;
  }
  .mobility ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 14px 4px;
    margin: 0 auto 22px;
  }
  .mobility li {
    max-width: 100%;
    width: 48%;
    padding: 0;
    margin-bottom: 16px;
  }
  .mobility li img {
    margin-bottom: 4px;
  }
}

.emergency_car-stay {
  padding: 125px 0 1px;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay {
    padding: 70px 0 1px;
  }
}

.emergency_car-stay h2 {
  color: #ee5449;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto 31px;
}

.emergency_car-stay h2::before {
  content: '';
  display: block;
  background-image: url(../img/top/img_22.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 247px;
  height: 149px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay h2::before {
    width: 204px;
    height: 96px;
    margin-bottom: 10px;
  }
}

.emergency_car-stay h4 {
  text-align: center;
  margin: 0 auto 48px;
}

.emergency_car-stay .attention {
  background-color: #ee5449;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding: 70px 0;
}

.emergency_car-stay .attention p {
  font-size: 18px;
  font-weight: bold;
}

.emergency_car-stay .attention::before {
  content: url(../img/top/ico_point.svg);
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay .attention {
    padding: 35px 0 60px;
  }
  .emergency_car-stay .attention p {
    font-size: 16px;
    font-weight: normal;
  }
}

.emergency_car-stay section {
  background-color: #f8e4e3;
  padding: 10px 25px 45px;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay section {
    padding: 4px 25px 45px;
  }
}

.emergency_car-stay section .box01 {
  border: 3px solid #ee5449;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 30px 54px;
  margin-top: 45px;
}

.emergency_car-stay section .box01 h3 {
  font-size: 22px;
  font-weight: bold;
  color: #ee5449;
  letter-spacing: 0.1em;
  width: 288px;
}

.emergency_car-stay section .box01 p {
  line-height: 1.8;
  width: calc(100% - 288px);
}

@media screen and (max-width: 768px) {
  .emergency_car-stay section .box01 {
    padding: 20px 20px;
    margin-top: 25px;
  }
  .emergency_car-stay section .box01 h3 {
    line-height: 1.8;
    width: calc(100%);
    margin-bottom: 12px;
    padding: 0 10px;
    text-align: center;
  }
  .emergency_car-stay section .box01 p {
    width: calc(100%);
  }
}

.emergency_car-stay section .box02 {
  border: 3px solid #ee5449;
  border-radius: 10px;
  background-color: #fff;
  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;
  max-width: 880px;
  width: 100%;
  margin: auto;
  padding: 30px 54px;
}

.emergency_car-stay section .box02 div:nth-of-type(1) {
  width: 288px;
}

.emergency_car-stay section .box02 div:nth-of-type(1) h4 {
  font-size: 22px;
  font-weight: bold;
  color: #ee5449;
  line-height: 1.8;
  text-align: left;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay section .box02 div:nth-of-type(1) h4 {
    text-align: center;
  }
}

.emergency_car-stay section .box02 div:nth-of-type(1) p {
  line-height: 2;
}

.emergency_car-stay section .box02 div:nth-of-type(2) {
  line-height: 1.8;
  width: calc(100% - 288px);
}

.emergency_car-stay section .box02 div:nth-of-type(2) dl {
  border: 1px solid #ee5449;
  border-radius: 6px;
  padding: 10px 20px;
  max-width: 455px;
  width: 100%;
  margin-bottom: 30px;
}

.emergency_car-stay section .box02 div:nth-of-type(2) dt {
  color: #ee5449;
  font-weight: bold;
  margin-bottom: 18px;
}

.emergency_car-stay section .box02 div:nth-of-type(2) dd li {
  text-indent: -1em;
  padding-left: 1em;
}

.emergency_car-stay section .box02 div:nth-of-type(2) picture {
  display: block;
  margin-bottom: 34px;
}

.emergency_car-stay section .box02 div:nth-of-type(2) picture img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.emergency_car-stay section .box02 div:nth-of-type(2) p {
  color: #515151;
  font-size: 12px;
  /* text-indent: -3em;
  padding-left: 3em; */
}

@media screen and (max-width: 768px) {
  .emergency_car-stay section .box02 {
    padding: 20px 20px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(1) {
    width: calc(100%);
    margin-bottom: 23px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(1) h4 {
    letter-spacing: 0.1em;
    line-height: 1.8;
    width: calc(100%);
    margin-bottom: 12px;
    padding: 0 20px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(1) p {
    line-height: 1.8;
    width: calc(100%);
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) {
    width: calc(100%);
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) dl {
    padding: 10px;
    max-width: inherit;
    width: 100%;
    margin-bottom: 30px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) dt {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) dd li {
    font-size: 14px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) picture {
    margin-bottom: 28px;
  }
  .emergency_car-stay section .box02 div:nth-of-type(2) p {
    line-height: 1.5;
  }
}

.emergency_car-stay section .note {
  color: #ee5449;
  max-width: 865px;
  width: 100%;
  margin: 10px auto 65px;
  text-indent: -1em;
  padding-left: 1em;
}

.emergency_car-stay section .note span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .emergency_car-stay section .note {
    margin: 10px auto 35px;
  }
}

.emergency_video {
  padding: 58px 25px;
}

.emergency_video h2 {
  text-align: center;
  margin-bottom: 50px;
}

.emergency_video h2 img {
  width: 324px;
  height: auto;
}

.emergency_video h3 {
  color: #ee5449;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.emergency_video h3#emergency_helpbook {
  padding-top: 65px;
  margin-bottom: 42px;
}

.emergency_video h3#emergency_helpbook + p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.emergency_video .movie_area {
  background-image: url(../img/emergency/bg_movie.png);
  border-radius: 10px;
  padding: 20px;
  max-width: 847px;
  width: 100%;
  margin: auto;
}

.emergency_video .movie_area div {
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 60px 50px;
}

.emergency_video .movie_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}

.emergency_video .movie_area li {
  max-width: 315px;
  width: 49%;
}

.emergency_video .movie_area img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.emergency_video .movie_area h4 {
  color: #ee5449;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.emergency_video .movie_area p {
  font-size: 14px;
}

.emergency_video .box {
  border: 3px solid #ee5449;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 940px;
  width: 100%;
  margin: 0 auto 42px;
}

.emergency_video .box h4 {
  border-bottom: 3px solid #ee5449;
  color: #ee5449;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.emergency_video .box div {
  border-right: 3px solid #ee5449;
  max-width: 426px;
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

.emergency_video .box div h5 {
  display: none;
}

.emergency_video .box div img {
  max-width: 117px;
  margin-bottom: 20px;
}

.emergency_video .box div p {
  margin-bottom: 18px;
}

.emergency_video .box div img + p a {
  padding: 0;
}

.emergency_video .box div a {
  border: 2px solid #1c1c1c;
  border-radius: 9px;
  font-size: 18px;
  font-weight: bold;
  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;
  width: 300px;
  height: 52px;
  margin: auto;
  position: relative;
  padding-right: 22px;
}

.emergency_video .box div a::after {
  content: '';
  display: block;
  background-image: url(../img/top/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

.emergency_video .box dl {
  width: calc(100% - 436px);
  padding: 17px 37px;
}

.emergency_video .box dt {
  color: #ee5449;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
}

.emergency_video .box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.emergency_video .box ul {
  width: 48%;
}

.emergency_video .box li {
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .emergency_video .box li {
    line-height: 1.7;
  }
}

.emergency_video .box li a {
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.emergency_video .box li a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/top/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 0 0 8px;
  position: relative;
  top: -2px;
}

.emergency_video .box .grayout {
  width: 100%;
  max-width: none;
  border-right: none;
  background-color: #b3b3b3;
  border-radius: 0 0 6px 6px;
}

@media screen and (max-width: 768px) {
  .emergency_video {
    padding: 58px 25px;
  }
  .emergency_video h2 {
    margin-bottom: 62px;
  }
  .emergency_video h2 img {
    width: 270px;
  }
  .emergency_video h3 {
    margin-bottom: 12px;
  }
  .emergency_video h3#emergency_helpbook {
    padding-top: 100px;
    margin-bottom: 16px;
  }
  .emergency_video .movie_area div {
    padding: 30px 10px;
  }
  .emergency_video .movie_area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .emergency_video .movie_area li {
    max-width: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
  .emergency_video .movie_area li:last-child {
    margin-bottom: 0;
  }
  .emergency_video .box h4 {
    padding: 20px 0 17px;
  }
  .emergency_video .box div {
    border-right: none;
    border-bottom: 3px solid #ee5449;
    max-width: inherit;
    width: 100%;
    padding: 20px 0;
  }
  .emergency_video .box div h5 {
    display: block;
    color: #ee5449;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .emergency_video .box div img {
    max-width: 126px;
    margin-bottom: 18px;
  }
  .emergency_video .box div a {
    max-width: 300px;
    width: 100%;
  }
  .emergency_video .box dl {
    width: calc(100%);
    padding: 17px 10px;
  }
  .emergency_video .box ul {
    width: 49%;
  }
  .emergency_video .box li {
    font-size: 13px;
  }
  .emergency_video .box li a::after {
    margin: 0 0 0 3px;
  }
  .emergency_video .box .grayout {
    border-bottom: none;
  }
}

.emergency_items {
  border-top: 1px solid #ee5449;
  padding: 60px 25px 0;
}

.emergency_items h3 {
  color: #ee5449;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}

.emergency_items h3 + p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.emergency_items h4 {
  color: #ee5449;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 38px;
}

.emergency_items section {
  background-color: #f8e4e3;
  max-width: 1046px;
  width: 100%;
  padding: 48px 58px;
  margin: auto;
}

.emergency_items div {
  background-color: #fff;
  border-radius: 23px;
  padding: 48px 58px;
  margin-bottom: 34px;
}

.emergency_items .list_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 15px;
}

.emergency_items .list_box01 li {
  width: calc(100% / 3);
  border-right: 1px dashed #ee5449;
  padding-right: 20px;
  margin-right: 20px;
}

.emergency_items .list_box01 li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.emergency_items .list_box01 img {
  display: block;
  max-width: 241px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.emergency_items .list_box01 .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.emergency_items .list_box01 p {
  font-size: 14px;
}

.emergency_items .list_box02 {
  border-top: 1px solid #ee5449;
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.emergency_items .list_box02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100%);
  border-bottom: 1px dashed #ee5449;
}

.emergency_items .list_box02 .ttl {
  color: #ee5449;
  border-right: 1px dashed #ee5449;
  font-size: 16px;
  width: calc(250px);
}

.emergency_items .list_box02 p {
  line-height: 1.8;
  width: calc(100% - 250px);
  padding: 26px 20px;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .emergency_items .list_box02 p {
    font-size: 14px;
  }
}

.emergency_items .list_box03 {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.emergency_items .list_box03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100%);
  border-bottom: 1px dashed #ee5449;
}

.emergency_items .list_box03 li:last-child {
  border-bottom: none;
}

.emergency_items .list_box03 .ttl {
  color: #ee5449;
  border-right: 1px dashed #ee5449;
  font-size: 16px;
  width: calc(250px);
}

.emergency_items .list_box03 p {
  line-height: 1.8;
  width: calc(100% - 250px);
  padding: 26px 20px;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .emergency_items .list_box03 p {
    font-size: 14px;
  }
}

.emergency_items .div_box01 {
  position: relative;
  width: 100%;
}

.emergency_items .div_box01 h5 {
  color: #ee5449;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
}

.emergency_items .div_box01 figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 54px;
  display: block;
  max-width: 323px;
  width: 100%;
  height: 216px;
  margin: auto;
}

.emergency_items .div_box01 img {
  width: 100%;
  height: auto;
}

.emergency_items .div_box01 p {
  max-width: calc(100% - 350px);
  line-height: 1.6;
}

.emergency_items .div_box01 p.bold {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
}

.emergency_items .movie_area {
  background-image: url(../img/emergency/bg_movie.png);
  background-color: transparent;
  border-radius: 10px;
  padding: 20px;
  max-width: 847px;
  width: 100%;
  margin: auto;
}

.emergency_items .movie_area div {
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 60px 50px;
  margin-bottom: 0;
}

.emergency_items .movie_area img {
  cursor: pointer;
  width: 100%;
  height: auto;
}

.emergency_items .movie_area h4 {
  color: #ee5449;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 10px;
}

.emergency_items .movie_area p {
  font-size: 14px;
}

.emergency_items .link a {
  background-color: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 9px;
  font-size: 18px;
  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;
  width: 316px;
  height: 52px;
  margin: 0 auto 60px;
  position: relative;
  padding-right: 22px;
}

.emergency_items .link a::after {
  content: '';
  display: block;
  background-image: url(../img/top/ico_pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .emergency_items {
    padding: 60px 15px;
  }
  .emergency_items h3 + p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .emergency_items h4 {
    margin-bottom: 18px;
  }
  .emergency_items section {
    padding: 30px 15px;
  }
  .emergency_items div {
    padding: 30px 15px;
  }
  .emergency_items .list_box01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 15px;
    padding: 0 15px;
  }
  .emergency_items .list_box01 li {
    width: calc(100%);
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .emergency_items .list_box01 img {
    margin: auto;
    max-width: none;
  }
  .emergency_items .list_box01 .ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
  }
  .emergency_items .list_box01 p {
    font-size: 14px;
  }
  .emergency_items .list_box02 {
    border-top: 1px solid #ee5449;
  }
  .emergency_items .list_box02 li {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px dashed #ee5449;
    padding: 20px 0;
  }
  .emergency_items .list_box02 .ttl {
    border-right: none;
    width: calc(100%);
    padding: 0 10px 6px;
  }
  .emergency_items .list_box02 p {
    width: calc(100%);
    padding: 0 10px 0 10px;
  }
  .emergency_items .list_box03 {
    margin: -20px auto;
  }
  .emergency_items .list_box03 li {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px dashed #ee5449;
    padding: 20px 0;
  }
  .emergency_items .list_box03 .ttl {
    border-right: none;
    width: calc(100%);
    padding: 0 10px 6px;
  }
  .emergency_items .list_box03 p {
    width: calc(100%);
    padding: 0 10px 0 10px;
  }
  .emergency_items .div_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .emergency_items .div_box01 h5 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .emergency_items .div_box01 figure {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .emergency_items .div_box01 img {
    width: 100%;
    height: auto;
  }
  .emergency_items .div_box01 p {
    max-width: inherit;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .emergency_items .div_box01 p:last-of-type {
    font-size: 14px;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .emergency_items .movie_area div {
    padding: 30px 10px;
  }
  .emergency_items .link a {
    max-width: 316px;
    width: 100%;
  }
}

.emergency_faq {
  padding: 60px 25px 0;
}

.emergency_faq h2 {
  color: #ee5449;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}

.emergency_faq div {
  background-image: url(../img/top/bg_faq.png);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  max-width: 865px;
  width: 100%;
  margin: auto;
}

.emergency_faq dl {
  border: 3px solid #ee5449;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 50px;
  margin-bottom: 20px;
}

.emergency_faq dt {
  background-image: url(../img/top/ico_q.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 22px 26px;
  border-bottom: 1px solid #ee5449;
  color: #ee5449;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 20px 50px;
}

.emergency_faq dd {
  background-image: url(../img/top/ico_a.svg);
  background-repeat: no-repeat;
  background-position: 0 20px;
  background-size: 20px 24px;
  line-height: 2;
  padding: 20px 0 20px 50px;
}

@media screen and (max-width: 768px) {
  .emergency_faq div {
    background-size: 60% auto;
  }
  .emergency_faq dl {
    padding: 0;
    margin-bottom: 20px;
  }
  .emergency_faq dt {
    background-position: 12px 20px;
    font-size: 16px;
    padding: 16px 12px 16px 50px;
  }
  .emergency_faq dd {
    background-position: 13px 20px;
    font-size: 16px;
    padding: 16px 12px 16px 50px;
  }
}

.modal_video {
  cursor: pointer;
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 15, 26, 0.8);
  z-index: 9999999999;
}

.modal_video .modal_cont_close {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
}

.modal_video .modal_cont {
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
}

.modal_video .youtube {
  -webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 26px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .modal_video .modal_cont {
    width: 100%;
    height: auto;
  }
}

.mobilitas {
  padding: 60px 25px 60px;
  margin: 60px 0 0;
  background-color: #d8d8d8;
}

.mobilitas h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}

.mobilitas h3 span {
  font-size: 0.7em;
}

.mobilitas h3 + p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.mobilitas h4 {
  color: #ee5449;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 38px;
}

.mobilitas section {
  background-color: #f8e4e3;
  max-width: 1046px;
  width: 100%;
  padding: 48px 58px;
  margin: auto;
}

.mobilitas div {
  background-color: #fff;
  border-radius: 23px;
  padding: 48px 58px;
  margin-bottom: 34px;
}

.mobilitas a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.mobilitas a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mobilitas {
    padding: 60px 15px;
  }
  .mobilitas h3 + p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .mobilitas h4 {
    margin-bottom: 18px;
  }
  .mobilitas section {
    padding: 30px 15px;
  }
  .mobilitas div {
    padding: 30px 15px;
  }
}

/*# sourceMappingURL=maps/top.css.map */

.emergency_video .box li span.new::after {
    content: '';
    display: inline-block;
    background-image: url(../img/top/ico_new.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 29px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0 0 8px;
    position: relative;
    top: -2px;
}
.annot_t {
	text-align: center;
	margin: 1.5rem auto 0;
	font-size: 14px;
}
.annot_l {
	text-align: center;
	margin: 10rem auto 0;
	font-size: 14px;
}

@media screen and (max-width: 768px){
.emergency_video .box li span.new::after {
    margin: 0 0 0 4px;
}
	
.annot_t {
	margin-top: 0.8rem;
	font-size: 12px;
}
	.annot_l {
	margin-top: 0.8rem;
	font-size: 12px;
}
}

