@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media screen and (min-width: 1025px), print {
  .implore {
    padding: 85.57px 0 100px;
    background: url(../imgs/guide/bg_note.png) repeat top left/contain;
  }
  .implore__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 4rem;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .implore__sub {
    display: block;
    margin-top: 17px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .implore__lead-ttl {
    margin-top: 35.29px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    background: #2ea7e0;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 2.8rem;
    text-align: center;
  }
  .implore__list {
    margin-top: 36.21px;
  }
  .implore__list__item {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.9rem;
  }
  .implore__list__item + .implore__list__item {
    margin-top: 4px;
  }
  .implore__list__item::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #3daec2;
    content: "●";
  }
  .implore__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
  .implore .left {
    width: 614px;
  }
  .implore .right {
    position: relative;
    width: 575px;
    margin-top: 27.26px;
    padding: 20px 37.2px 17px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fffaca;
  }
  .implore .right .not_txt {
    display: block;
    position: absolute;
    top: -22.43px;
    left: 50%;
    width: 336.811px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .implore .right__img {
    margin-top: 16px;
  }
  .implore .right__txt {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .implore__contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30.36px;
    padding: 23.4px 40.76px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
    text-align: center;
  }
  .implore__contact__ttl {
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-top: dotted 2px #231815;
    content: "";
  }
  .implore__contact__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 120.28px;
    background: #ffffff;
  }
  .implore__contact__info, .implore__contact__tel {
    margin-top: 19px;
  }
  .implore__contact__info {
    border-bottom: solid 6px #fff580;
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__tel {
    display: inline-block;
    width: 342.898px;
    margin-left: 17px;
  }
  .implore__contact .attention_txt {
    margin-top: 17px;
    font-size: 1.6rem;
  }

  .emergency-guide {
    padding: 134.48px 0 100.85px;
    background: #fce7f1;
  }
  .emergency-guide .contents__inner {
    position: relative;
    padding-top: 86px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
  }
  .emergency-guide__ttl {
    position: absolute;
    top: -22.76px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1108.972px;
    padding: 5px 0;
    -moz-border-radius: 38.07px;
         border-radius: 38.07px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 4.4rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .emergency-guide__ttl::before, .emergency-guide__ttl::after {
    position: absolute;
    z-index: 2;
    content: "";
  }
  .emergency-guide__ttl::before {
    bottom: 0;
    left: 62.79px;
    width: 113.152px;
    height: 114.802px;
    background: url(../imgs/guide/person.png) no-repeat center/contain;
  }
  .emergency-guide__ttl::after {
    top: 50%;
    right: 85.28px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 103.469px;
    height: 58.289px;
    background: url(../imgs/guide/icon_ambulance-car.png) no-repeat center/contain;
  }
  .emergency-guide__ttl-s {
    position: relative;
    margin-right: 15px;
    font-size: 3.2rem;
    vertical-align: middle;
  }
  .emergency-guide__ttl-s::before {
    position: absolute;
    top: -5px;
    left: -21.45px;
    width: 32.239px;
    height: 24.162px;
    background: url(../imgs/guide/pickup.png) no-repeat center/contain;
    content: "";
  }
  .emergency-guide__lead {
    font-size: 2.6rem;
    text-align: center;
  }
  .emergency-guide__lead span {
    padding: 0 38px;
    border-bottom: solid 6px #fff580;
  }
  .emergency-guide__txt {
    margin-top: 30px;
    font-size: 1.6rem;
    text-align: center;
  }

  .organization {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 33px 50px 39px;
  }
  .organization__elm {
    position: relative;
    width: 332.871px;
  }
  .organization__elm.center::before, .organization__elm.center::after {
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: dotted 4px #7d7d7d;
    content: "";
  }
  .organization__elm.center::before {
    left: -24.25px;
  }
  .organization__elm.center::after {
    right: -24.16px;
  }
  .organization .elm__head {
    padding: 2px 0;
    -moz-border-radius: 22.85px;
         border-radius: 22.85px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .organization .elm__name, .organization .elm__tel a {
    color: #e61673;
    font-size: 2.6rem;
  }
  .organization .elm__name {
    margin-top: 25px;
    letter-spacing: 0.2rem;
  }
  .organization .elm__txt {
    margin-top: 5px;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
  }
  .organization .elm__tel {
    display: block;
    margin-top: 10px;
  }
  .organization .elm__tel + .elm__tel {
    margin-top: 0;
  }
  .organization .elm__tel a {
    position: relative;
    padding-left: 30.49px;
    line-height: 3.2rem;
    text-decoration: none;
  }
  .organization .elm__tel a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 24.679px;
    height: 18.08px;
    background: url(../imgs/guide/icon_tel.png) no-repeat center/contain;
    content: "";
  }
  .organization__item {
    padding: 25px 0;
  }
  .organization__item + .organization__item {
    border-top: dotted 4px #7d7d7d;
  }
  .organization__list {
    padding-top: 20px;
    border-top: dotted 4px #7d7d7d;
  }
  .organization__list__item {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .organization__list__item a {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 23px;
    text-decoration: none;
  }
  .organization__list__item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 21.6px;
    height: 25.279px;
    background: url(../imgs/guide/icon_tel03.png) no-repeat center/contain;
    content: "";
  }
  .organization__list__item a.l-space {
    margin-left: 40px;
  }
  .organization__list + .elm__head {
    margin-top: 22px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .implore {
    padding: 40px 0 50px;
    background: url(../imgs/guide/bg_note.png) repeat top left/contain;
  }
  .implore__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 3.6rem;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .implore__sub {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .implore__lead-ttl {
    margin-top: 30px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    background: #2ea7e0;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 2.8rem;
    text-align: center;
  }
  .implore__list {
    margin-top: 30px;
  }
  .implore__list__item {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.6rem;
  }
  .implore__list__item + .implore__list__item {
    margin-top: 4px;
  }
  .implore__list__item::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #3daec2;
    content: "●";
  }
  .implore__img {
    margin-top: 30px;
  }
  .implore .right {
    position: relative;
    margin-top: 57.26px;
    padding: 20px 37.2px 17px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fffaca;
  }
  .implore .right .not_txt {
    display: block;
    position: absolute;
    top: -22.43px;
    left: 50%;
    width: 336.811px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .implore .right__img {
    margin-top: 16px;
  }
  .implore .right__txt {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .implore__contact {
    margin-top: 30.36px;
    padding: 23.4px 40.76px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
    text-align: center;
  }
  .implore__contact__ttl {
    position: relative;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-top: dotted 2px #231815;
    content: "";
  }
  .implore__contact__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    background: #ffffff;
  }
  .implore__contact__info {
    display: inline-block;
    margin-top: 10px;
    border-bottom: solid 6px #fff580;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__tel {
    display: block;
    width: 274.3184px;
    margin: 20px auto 0;
  }
  .implore__contact .attention_txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .emergency-guide {
    padding: 70px 0 50px;
    background: #fce7f1;
  }
  .emergency-guide .contents__inner {
    position: relative;
    padding-top: 66px;
  }
  .emergency-guide .contents__inner::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 94%;
    height: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
    content: "";
  }
  .emergency-guide__ttl, .emergency-guide__lead, .emergency-guide__txt {
    position: relative;
    z-index: 2;
  }
  .emergency-guide__ttl {
    position: absolute;
    top: -22.76px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90.4143%;
    padding: 5px 0;
    -moz-border-radius: 38.07px;
         border-radius: 38.07px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 3.6rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .emergency-guide__ttl::before, .emergency-guide__ttl::after {
    position: absolute;
    z-index: 3;
    content: "";
  }
  .emergency-guide__ttl::before {
    bottom: 0;
    left: 22.79px;
    width: 70.5216px;
    height: 71.8416px;
    background: url(../imgs/guide/person.png) no-repeat center/contain;
  }
  .emergency-guide__ttl::after {
    top: 50%;
    right: 45.28px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 72.7752px;
    height: 36.6312px;
    background: url(../imgs/guide/icon_ambulance-car.png) no-repeat center/contain;
  }
  .emergency-guide__ttl-s {
    position: relative;
    margin-right: 10px;
    font-size: 2.4rem;
    vertical-align: middle;
  }
  .emergency-guide__ttl-s::before {
    position: absolute;
    top: -5px;
    left: -21.45px;
    width: 32.239px;
    height: 24.162px;
    background: url(../imgs/guide/pickup.png) no-repeat center/contain;
    content: "";
  }
  .emergency-guide__lead {
    font-size: 2.3rem;
    text-align: center;
  }
  .emergency-guide__lead span {
    padding: 0 20px;
    border-bottom: solid 6px #fff580;
  }
  .emergency-guide__txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .organization {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    z-index: 3;
    padding: 33px 0 39px;
  }
  .organization__elm {
    position: relative;
    width: 46%;
  }
  .organization__elm.center::before {
    position: absolute;
    top: 0;
    left: -28.25px;
    width: 2px;
    height: 100%;
    border-left: dotted 4px #7d7d7d;
    content: "";
  }
  .organization .elm__head {
    padding: 2px 0;
    -moz-border-radius: 22.85px;
         border-radius: 22.85px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .organization .elm__name, .organization .elm__tel a {
    color: #e61673;
    font-size: 2.2rem;
  }
  .organization .elm__name {
    letter-spacing: 0.2rem;
  }
  .organization .elm__txt {
    margin-top: 5px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .organization .elm__tel {
    display: block;
    margin-top: 10px;
  }
  .organization .elm__tel + .elm__tel {
    margin-top: 0;
  }
  .organization .elm__tel a {
    position: relative;
    padding-left: 30.49px;
    line-height: 3.2rem;
    text-decoration: none;
  }
  .organization .elm__tel a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 24.679px;
    height: 18.08px;
    background: url(../imgs/guide/icon_tel.png) no-repeat center/contain;
    content: "";
  }
  .organization__item {
    padding: 20px 0;
  }
  .organization__item + .organization__item {
    border-top: dotted 4px #7d7d7d;
  }
  .organization__list {
    padding-top: 20px;
    border-top: dotted 4px #7d7d7d;
  }
  .organization__list__item {
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .organization__list__item a {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-left: 23px;
    text-decoration: none;
  }
  .organization__list__item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 21.6px;
    height: 25.279px;
    background: url(../imgs/guide/icon_tel03.png) no-repeat center/contain;
    content: "";
  }
  .organization__list__item a.l-space {
    margin-left: 29px;
  }
  .organization__list + .elm__head {
    margin-top: 22px;
  }
}
@media screen and (max-width: 599px) {
  .implore {
    padding: 40px 0 50px;
    background: url(../imgs/guide/bg_note.png) repeat top left/contain;
  }
  .implore__ttl {
    color: #2ea7e0;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .implore__sub {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
  .implore__lead-ttl {
    margin-top: 30px;
    padding: 2px 10px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    background: #2ea7e0;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .implore__list {
    margin-top: 30px;
  }
  .implore__list__item {
    position: relative;
    padding-left: 2.2rem;
    font-size: 1.4rem;
  }
  .implore__list__item + .implore__list__item {
    margin-top: 4px;
  }
  .implore__list__item::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #3daec2;
    content: "●";
  }
  .implore__img {
    margin-top: 30px;
  }
  .implore .right {
    position: relative;
    margin-top: 57.26px;
    padding: 16px 20px 17px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fffaca;
  }
  .implore .right .not_txt {
    display: block;
    position: absolute;
    top: -12.43px;
    left: 50%;
    width: 269.4488px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .implore .right__img {
    margin-top: 16px;
  }
  .implore .right__txt {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .implore__contact {
    margin-top: 30.36px;
    padding: 23.4px 20px 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
    text-align: center;
  }
  .implore__contact__ttl {
    position: relative;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__ttl::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-top: dotted 2px #231815;
    content: "";
  }
  .implore__contact__ttl span {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 0 5px;
    background: #ffffff;
  }
  .implore__contact__info {
    border-bottom: solid 6px #fff580;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .implore__contact__tel {
    display: block;
    width: 274.3184px;
    margin: 20px auto 0;
  }
  .implore__contact .attention_txt {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: left;
  }

  .emergency-guide {
    padding: 70px 0 50px;
    background: #fce7f1;
  }
  .emergency-guide .contents__inner {
    position: relative;
    padding-top: 66px;
  }
  .emergency-guide .contents__inner::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 94%;
    height: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #ffffff;
    content: "";
  }
  .emergency-guide__ttl, .emergency-guide__lead, .emergency-guide__txt {
    position: relative;
    z-index: 2;
  }
  .emergency-guide__ttl {
    position: absolute;
    top: -22.76px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90.4143%;
    padding: 12px 20px 5px;
    -moz-border-radius: 38.07px;
         border-radius: 38.07px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .emergency-guide__ttl::before, .emergency-guide__ttl::after {
    position: absolute;
    z-index: 3;
    content: "";
  }
  .emergency-guide__ttl::before {
    bottom: 0;
    left: 14px;
    width: 55.5216px;
    height: 56.8416px;
    background: url(../imgs/guide/person.png) no-repeat center/contain;
  }
  .emergency-guide__ttl::after {
    top: 50%;
    right: 20.28px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 62.7752px;
    height: 26.6312px;
    background: url(../imgs/guide/icon_ambulance-car.png) no-repeat center/contain;
  }
  .emergency-guide__ttl-s {
    display: block;
    position: relative;
    margin-right: 10px;
    font-size: 1.6rem;
  }
  .emergency-guide__ttl-s::before {
    position: absolute;
    top: -4px;
    left: 45px;
    width: 22.239px;
    height: 14.162px;
    background: url(../imgs/guide/pickup.png) no-repeat center/contain;
    content: "";
  }
  .emergency-guide__lead {
    font-size: 1.8rem;
    line-height: 3.2rem;
    text-align: center;
  }
  .emergency-guide__lead span {
    padding: 0 20px;
    border-bottom: solid 6px #fff580;
  }
  .emergency-guide__txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }

  .organization {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    padding: 0 0 39px;
  }
  .organization__elm + .organization__elm {
    margin-top: 30px;
  }
  .organization .elm__head {
    padding: 2px 0;
    -moz-border-radius: 22.85px;
         border-radius: 22.85px;
    background: #bf5e9f;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    text-align: center;
  }
  .organization .elm__name, .organization .elm__tel a {
    color: #e61673;
    font-size: 1.6rem;
  }
  .organization .elm__name {
    margin-top: 20px;
    letter-spacing: 0.2rem;
  }
  .organization .elm__txt {
    margin-top: 5px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .organization .elm__tel {
    display: block;
    margin-top: 5px;
  }
  .organization .elm__tel + .elm__tel {
    margin-top: 0;
  }
  .organization .elm__tel a {
    position: relative;
    padding-left: 26.49px;
    line-height: 3.2rem;
    text-decoration: none;
  }
  .organization .elm__tel a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 20.679px;
    height: 14.08px;
    background: url(../imgs/guide/icon_tel.png) no-repeat center/contain;
    content: "";
  }
  .organization__item {
    padding: 20px 0;
  }
  .organization__item + .organization__item {
    border-top: dotted 4px #7d7d7d;
  }
  .organization__item:last-child {
    padding-bottom: 0;
  }
  .organization__list {
    padding-top: 20px;
    border-top: dotted 4px #7d7d7d;
  }
  .organization__list__item {
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.1rem;
  }
  .organization__list__item a {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding-left: 23px;
    text-decoration: none;
  }
  .organization__list__item a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 17.6px;
    height: 21.279px;
    background: url(../imgs/guide/icon_tel03.png) no-repeat center/contain;
    content: "";
  }
  .organization__list__item a.l-space {
    margin-left: 35px;
  }
  .organization__list + .elm__head {
    margin-top: 30px;
  }
}