#page.in.emergency section.contact {
  padding: 95px 0 75px; }
  #page.in.emergency section.contact .contact-box {
    background: #f4f4f4;
    border: 2px solid #3bb0bf;
    border-radius: 8px;
    position: relative;
    text-align: center;
    padding: 60px 12px 55px; }
  #page.in.emergency section.contact .contact-box-ttl {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #3bb0bf;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px 50px;
    white-space: nowrap; }
  #page.in.emergency section.contact .contact-box-txt {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin-bottom: 25px; }
  #page.in.emergency section.contact .contact-box-txt strong {
    color: #ff0000;
    font-weight: 700; }
  #page.in.emergency section.contact .contact-box-tel a {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px; }
  #page.in.emergency section.contact .contact-box-tel-num {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 457px;
            flex: 0 1 457px; }
  #page.in.emergency section.contact .contact-box-tel-sub {
    font-weight: 500;
    letter-spacing: 0.02em; }
  #page.in.emergency section.contact .contact-box-tel-sub > p {
    padding: 1px 6px;
    border: 1.5px solid #3bb0bf;
    background: #fff;
    color: #3bb0bf; }
  #page.in.emergency section.contact .contact-box-tel-sub > p:first-child {
    background: #3bb0bf;
    color: #fff; }

@media screen and (max-width: 767px) {
  #page.in.emergency section.contact {
    padding: 60px 0; }
    #page.in.emergency section.contact .contact-box {
      margin: 0 -20px;
      padding: 0 20px 38px;
      border-width: 0 0 1px;
      border-radius: 0; }
    #page.in.emergency section.contact .contact-box-ttl {
      font-size: 18px;
      padding: 15px 0;
      margin: 0 -20px 20px;
      border-radius: 0;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: auto;
      left: auto; }
    #page.in.emergency section.contact .contact-box-txt {
      font-size: 17px;
      letter-spacing: 0;
      margin-bottom: 20px; }
    #page.in.emergency section.contact .contact-box-tel a {
      pointer-events: auto;
      background: #3bb2c1;
      color: #fff;
      position: relative;
      display: block;
      padding: 12px 0;
      border-radius: 8px;
      z-index: 2;
      max-width: 330px;
      margin: 0 auto; }
    #page.in.emergency section.contact .contact-box-tel a:before {
      content: "";
      width: 100%;
      height: 50%;
      background: #3bb2c1;
      border-radius: 0 0 8px 8px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      mix-blend-mode: multiply;
      opacity: 0.23; }
    #page.in.emergency section.contact .contact-box-tel-txt {
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 8px; }
    #page.in.emergency section.contact .contact-box-tel-num {
      width: 282px;
      margin: 0 auto;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    #page.in.emergency section.contact .contact-box-tel-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 8px; }
    #page.in.emergency section.contact .contact-box-tel-sub > p:first-child {
      background: #fff;
      color: #3bb0bf; } }

#page.in.emergency section.about {
  padding: 60px 0 80px; }
  #page.in.emergency section.about .about-type {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (30.3%)[3];
    grid-template-columns: repeat(3, 30.3%);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #page.in.emergency section.about .about-type-item {
    background: #fff;
    border: 1px solid #3bb0bf;
    border-radius: 16px;
    padding: 34px 18px 28px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3; }
  #page.in.emergency section.about .about-type-item-img {
    max-width: 175px;
    margin: 0 auto; }
  #page.in.emergency section.about .about-type-item-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    text-align: center;
    border-bottom: 1px solid #c4c7c6;
    padding-bottom: 8px;
    margin: 8px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #page.in.emergency section.about .about-type-item-txt {
    font-weight: 500;
    line-height: 1.875;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }
  #page.in.emergency section.about .about-arrow {
    margin: 60px auto 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 85px 0 85px;
    border-color: #3bb0bf transparent transparent transparent; }
  #page.in.emergency section.about .about-box {
    border: 1px solid #3bb0bf;
    background: #fff;
    border-radius: 16px;
    padding: 24px 30px 32px; }
  #page.in.emergency section.about .about-box-ttl {
    text-align: center;
    color: #3bb0bf;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #c4c7c6;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  #page.in.emergency section.about .about-box-txt {
    font-weight: 500;
    line-height: 1.8125;
    letter-spacing: 0.04em;
    padding: 0 22px; }

@media screen and (max-width: 899px) {
  #page.in.emergency section.about .about-type {
    -ms-grid-columns: (32%)[3];
    grid-template-columns: repeat(3, 32%); }
  #page.in.emergency section.about .about-type-item {
    padding-right: 12px;
    padding-left: 12px; }
  #page.in.emergency section.about .about-type-item-ttl {
    font-size: 17px; } }

@media screen and (max-width: 767px) {
  #page.in.emergency section.about {
    padding: 54px 0 60px; }
    #page.in.emergency section.about .about-type {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      gap: 20px 0; }
    #page.in.emergency section.about .about-type-item {
      border-radius: 8px;
      padding: 20px 20px 36px;
      display: block; }
    #page.in.emergency section.about .about-type-item-img {
      max-width: 204px; }
    #page.in.emergency section.about .about-type-item-ttl {
      font-size: 17px;
      margin: 25px 0 30px;
      padding-bottom: 24px; }
    #page.in.emergency section.about .about-arrow {
      margin: 40px auto;
      border-width: 50px 63px 0 63px; }
    #page.in.emergency section.about .about-box {
      padding: 20px;
      border-radius: 8px; }
    #page.in.emergency section.about .about-box-ttl {
      font-size: 20px;
      margin-bottom: 20px; }
    #page.in.emergency section.about .about-box-txt {
      padding: 0;
      line-height: 1.67;
      letter-spacing: 0.02em; } }

#page.in.emergency section.detail {
  padding: 60px 0 128px; }
  #page.in.emergency section.detail .c-ttl03 {
    margin: 60px 0 40px; }
  #page.in.emergency section.detail .c-ttl03:first-child {
    margin-top: 0; }
  #page.in.emergency section.detail .detail-box {
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    padding: 20px 0; }
  #page.in.emergency section.detail .detail-list {
    max-width: 530px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 35px;
    font-size: 18px;
    font-weight: 500; }
  #page.in.emergency section.detail .detail-list > li {
    padding-left: 25px;
    background: url(../img/emergency/check.png) no-repeat left center/16px; }
  #page.in.emergency section.detail .detail-txt {
    font-weight: 500; }

@media screen and (max-width: 767px) {
  #page.in.emergency section.detail {
    padding: 60px 0 45px; }
    #page.in.emergency section.detail .c-ttl03 {
      margin: 60px 0 30px; }
    #page.in.emergency section.detail .detail-box {
      padding: 20px 15px; }
    #page.in.emergency section.detail .detail-list {
      font-size: 15px;
      gap: 20px 30px; }
    #page.in.emergency section.detail .detail-list > li {
      background-size: 15px;
      padding-left: 24px; } }
