#intro {
  padding-top: 8rem;
  padding-bottom: 7rem; }
  #intro p {
    font-size: 1.5rem;
    line-height: 2.1;
    lette-spacing: 0.04em; }
  #intro ul {
    padding-top: 4rem;
    padding-bottom: 3rem;
    width: 114rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #intro ul li {
      width: 33rem;
      list-style: none; }
      #intro ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 24rem;
        border: 1px solid #EDEDED;
        color: #293636;
        text-align: center;
        background: url(../images/common/arrow_down.svg) center bottom 1.8rem no-repeat;
        background-size: 1.3rem auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all  0.3s ease;
        -o-transition: all  0.3s ease;
        transition: all  0.3s ease; }
        #intro ul li a:hover {
          background-position: center bottom 1.4rem; }
        #intro ul li a p {
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.5; }
        #intro ul li a span {
          font-size: 0;
          width: 3rem;
          height: 3rem;
          background: url(../images/contact-alarm/or.png) 0 0 no-repeat;
          background-size: 100% auto;
          display: block;
          margin: 1rem auto; }
  #intro .other {
    text-align: center; }
    #intro .other a {
      color: #00BAA4;
      font-size: 1.5rem;
      font-weight: 700;
      lette-spacing: 0.04em;
      display: inline-block;
      position: relative;
      padding-left: 2.0rem; }
      #intro .other a:before {
        content: "";
        width: 1.3rem;
        height: 0.8rem;
        background: url(../images/common/arrow_down.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 1.4rem;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.alarm_block {
  padding-bottom: 15rem; }
  .alarm_block .fukidashi {
    color: #fff;
    background-color: #00BAA4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem;
    position: relative;
    margin-bottom: 4.5rem; }
    .alarm_block .fukidashi:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1rem 1rem 0 1rem;
      border-color: #00BAA4 transparent transparent transparent; }
  .alarm_block .check_ttl {
    color: #293636;
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    padding-bottom: 6rem; }
  .alarm_block .ban_ttl {
    color: #D00000;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    border: 1px solid #D00000;
    padding: 3rem 0;
    width: 104rem;
    margin: 0 auto 3rem; }
  .alarm_block .ban {
    width: 104rem;
    margin: 0 auto;
    padding-bottom: 4.5rem; }
    .alarm_block .ban ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .alarm_block .ban ul li {
        width: 33rem;
        list-style: none; }
        .alarm_block .ban ul li p {
          text-align: center;
          padding-top: 0.6rem;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.55; }
  .alarm_block .flow {
    padding-bottom: 8rem; }
    .alarm_block .flow li {
      list-style: none;
      margin-bottom: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 15rem;
      border: 1px solid #EDEDED;
      padding: 0 2rem; }
      .alarm_block .flow li:last-of-type {
        margin-bottom: 0; }
      .alarm_block .flow li .txt .point_p {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .alarm_block .flow li .txt .point_p .num {
          width: 4rem;
          height: 4rem;
          background-color: #00BAA4;
          color: #fff;
          font-size: 3rem;
          font-weight: 700;
          font-family: Roboto;
          margin-right: 1rem;
          display: -webkit-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .alarm_block .flow li .txt .point_p .point {
          font-size: 1.8rem;
          font-weight: 700; }
      .alarm_block .flow li .txt .note {
        padding-top: 1rem;
        font-size: 1.5rem;
        line-height: 2.1; }
      .alarm_block .flow li .pic {
        margin-left: auto;
        width: 22.5rem; }
        .alarm_block .flow li .pic .flow01 {
          width: 20.7rem; }
        .alarm_block .flow li .pic .flow02 {
          width: 22.5rem; }
        .alarm_block .flow li .pic .flow03 {
          width: 15.8rem; }
        .alarm_block .flow li .pic .flow04 {
          width: 16.9rem; }
        .alarm_block .flow li .pic .smoke_flow01 {
          width: 10.8rem;
          margin-left: 4rem; }
      .alarm_block .flow li.no_border {
        display: block;
        height: auto;
        padding: 3.5rem 2rem; }
        .alarm_block .flow li.no_border .step {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 3.5rem 2rem 0; }
          .alarm_block .flow li.no_border .step .step_block {
            width: 33rem; }
            .alarm_block .flow li.no_border .step .step_block p {
              text-align: center;
              padding-top: 0.6rem;
              font-size: 1.8rem;
              font-weight: 700;
              line-height: 1.55; }
              .alarm_block .flow li.no_border .step .step_block p.long {
                font-size: 1.5rem;
                font-weight: 400;
                line-height: 1.6;
                text-align: left; }
        .alarm_block .flow li.no_border .step_txt {
          padding: 2rem 2rem 0;
          font-size: 1.5rem;
          line-height: 2.1; }
  .alarm_block .wait {
    padding-bottom: 4rem;
    width: 104rem;
    margin: 0 auto; }
    .alarm_block .wait .wait_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .alarm_block .wait .txt {
      width: calc(100% - 33rem); }
      .alarm_block .wait .txt ul li {
        list-style: none;
        position: relative;
        font-size: 1.5rem;
        line-height: 2.1;
        padding-left: 1.6rem; }
        .alarm_block .wait .txt ul li:before {
          content: "";
          width: 0.6rem;
          height: 0.6rem;
          background-color: #D00000;
          border-radius: 50%;
          position: absolute;
          top: 1.4rem;
          left: 0; }
    .alarm_block .wait .pic {
      width: 33rem;
      margin-left: auto; }
  .alarm_block .trouble {
    background-color: #F8F8F8;
    padding: 4rem;
    position: relative; }
    .alarm_block .trouble.no:before {
      display: none; }
    .alarm_block .trouble:before {
      content: "";
      width: 22.3rem;
      height: 17.5rem;
      background: url(../images/contact-alarm/call.png) 0 0 no-repeat;
      background-size: 100% auto;
      position: absolute;
      bottom: 3.4rem;
      right: 9.5rem; }
    .alarm_block .trouble h5 {
      text-align: center;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      padding-bottom: 5.5rem; }
    .alarm_block .trouble p {
      line-height: 2.13;
      font-size: 1.5rem;
      width: 74rem; }
      .alarm_block .trouble p .arrow_down {
        color: #00BAA4;
        font-size: 100%;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-left: 2.0rem; }
        .alarm_block .trouble p .arrow_down:before {
          content: "";
          width: 1.3rem;
          height: 0.8rem;
          background: url(../images/common/arrow_down.svg) 0 0 no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 1.4rem;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

#smoke .wait {
  padding-bottom: 8rem; }
  #smoke .wait .ban_ttl {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative; }
    #smoke .wait .ban_ttl:before {
      content: "";
      background: url(../images/contact-alarm/evacuation.png) 0 0 no-repeat;
      background-size: 100% auto;
      width: 9.1rem;
      height: 12.6rem;
      position: absolute;
      top: 1.42rem;
      right: 5.5rem; }

#alarm {
  padding-bottom: 11rem; }
  #alarm .second_ttl {
    margin-bottom: 4rem; }
  #alarm p {
    margin-bottom: 4rem;
    font-size: 1.5rem;
    line-height: 2.1;
    letter-spacing: 0.04em; }
  #alarm .third_ttl {
    margin-bottom: 2rem; }
  #alarm ul li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.5rem;
    line-height: 2.1;
    letter-spacing: 0.04em; }
  #alarm .alarm01 {
    background: url(../images/contact-alarm/alarm.png) right 5rem no-repeat;
    background-size: 18.9rem auto;
    padding-bottom: 4rem; }

@media screen and (max-width: 767px) {
  #intro {
    padding-top: 4rem;
    padding-bottom: 4rem; }
    #intro p {
      font-size: 1.3rem;
      line-height: 1.9; }
    #intro ul {
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 100%; }
      #intro ul li {
        width: 100%;
        margin-bottom: 2rem; }
        #intro ul li:last-child {
          margin-bottom: 0; }
        #intro ul li a {
          height: 16rem;
          background-position: center bottom 0.8rem; }
          #intro ul li a:hover {
            background-position: center bottom 0.6rem; }
          #intro ul li a p {
            font-size: 1.3rem; }
          #intro ul li a span {
            width: 2.4rem;
            height: 2.4rem;
            margin: 0.8rem auto; }
    #intro .other a {
      font-size: 1.3rem;
      padding-left: 1.6rem; }
  .alarm_block {
    padding-bottom: 6rem; }
    .alarm_block .fukidashi {
      font-size: 1.5rem;
      padding: 1rem;
      margin-bottom: 2.5rem;
      line-height: 1.6; }
    .alarm_block .check_ttl {
      font-size: 1.8rem;
      line-height: 1.6;
      padding-bottom: 2rem; }
    .alarm_block .ban_ttl {
      font-size: 1.4rem;
      padding: 2rem 1.5rem;
      width: 100%;
      margin: 0 auto 2rem; }
    .alarm_block .ban {
      width: 100%;
      padding-bottom: 2rem; }
      .alarm_block .ban ul li {
        width: 100%;
        list-style: none;
        margin-bottom: 2rem; }
        .alarm_block .ban ul li:last-child {
          margin-bottom: 0; }
        .alarm_block .ban ul li p {
          font-size: 1.3rem; }
    .alarm_block .flow {
      padding-bottom: 4rem; }
      .alarm_block .flow li {
        margin-bottom: 2rem;
        height: auto;
        padding: 1.5rem; }
        .alarm_block .flow li:last-of-type {
          margin-bottom: 0; }
        .alarm_block .flow li .txt .point_p .num {
          width: 3rem;
          height: 3rem;
          font-size: 1.5rem;
          margin-right: 0.5rem; }
        .alarm_block .flow li .txt .point_p .point {
          font-size: 1.3rem;
          line-height: 1.6; }
        .alarm_block .flow li .txt .note {
          font-size: 1.2rem;
          line-height: 1.8; }
        .alarm_block .flow li .pic {
          padding-top: 2rem;
          margin-left: auto;
          margin-right: auto;
          width: auto; }
          .alarm_block .flow li .pic .flow01 {
            width: 20.7rem; }
          .alarm_block .flow li .pic .flow02 {
            width: 22.5rem; }
          .alarm_block .flow li .pic .flow03 {
            width: 15.8rem; }
          .alarm_block .flow li .pic .flow04 {
            width: 16.9rem; }
          .alarm_block .flow li .pic .smoke_flow01 {
            width: 10.8rem;
            margin-left: 4rem; }
        .alarm_block .flow li.no_border {
          padding: 1.5rem; }
          .alarm_block .flow li.no_border .step {
            padding: 3.5rem 0 0; }
            .alarm_block .flow li.no_border .step .step_block {
              width: 100%;
              margin-bottom: 2rem; }
              .alarm_block .flow li.no_border .step .step_block:last-child {
                margin-bottom: 0; }
              .alarm_block .flow li.no_border .step .step_block p {
                font-size: 1.5rem; }
                .alarm_block .flow li.no_border .step .step_block p.long {
                  font-size: 1.3rem;
                  line-height: 1.9; }
          .alarm_block .flow li.no_border .step_txt {
            padding: 2rem 0 0;
            font-size: 1.3rem;
            line-height: 1.9; }
    .alarm_block .wait {
      padding-bottom: 4rem;
      width: 100%; }
      .alarm_block .wait .txt {
        width: 100%; }
        .alarm_block .wait .txt ul li {
          font-size: 1.3rem;
          line-height: 1.9;
          padding-left: 1.3rem; }
          .alarm_block .wait .txt ul li:before {
            top: 1.1rem;
            left: 0; }
      .alarm_block .wait .pic {
        width: 30rem;
        padding-top: 2rem;
        margin-right: auto;
        margin-left: auto; }
    .alarm_block .trouble {
      padding: 2rem;
      padding-bottom: 9rem; }
      .alarm_block .trouble.no:before {
        display: none; }
      .alarm_block .trouble:before {
        width: 10.15rem;
        height: 8.75rem;
        background: url(../images/contact-alarm/call.png) 0 0 no-repeat;
        background-size: 100% auto;
        bottom: 0rem;
        right: 1.0rem; }
      .alarm_block .trouble h5 {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-bottom: 2rem; }
      .alarm_block .trouble p {
        font-size: 1.3rem;
        line-height: 1.9;
        width: 100%; }
  #smoke .wait {
    padding-bottom: 4rem; }
    #smoke .wait .ban_ttl {
      padding-top: 3rem;
      padding-bottom: 3rem;
      position: relative; }
      #smoke .wait .ban_ttl:before {
        width: 6rem;
        height: 8.3rem;
        position: absolute;
        top: 1.42rem;
        right: 1.5rem; }
  #alarm {
    padding-bottom: 11rem; }
    #alarm .second_ttl {
      margin-bottom: 2rem; }
    #alarm p {
      margin-bottom: 2rem;
      font-size: 1.3rem;
      line-height: 1.9; }
    #alarm .third_ttl {
      margin-bottom: 2rem; }
    #alarm ul li {
      font-size: 1.3rem;
      line-height: 1.9; }
    #alarm .alarm01 {
      background: url(../images/contact-alarm/alarm_sp.png) center bottom no-repeat;
      background-size: 100% auto;
      padding-bottom: 12rem; } }
