.page_title {
  margin-bottom: 1em;
  padding: 1rem 1rem 1rem 4rem;
  border-radius: 2px;
  background: #70b304 url("../img/common/menu_list.svg") no-repeat 1rem center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}

.section_title {
  margin-bottom: 1.6rem;
  padding-bottom: .5em;
  border-bottom: 3px solid #70b304;
  color: #70b304;
  font-size: 2rem;
  line-height: 1;
}

.section_subtitle {
  margin-bottom: 1.6rem;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.section_subtitle .fa {
  -webkit-transform: translateY(-0.15rem);
  margin-right: .6rem;
  transform: translateY(-0.15rem);
}

.emergency__support {
  padding: 2rem 0;
}

.emergency__pagenavigation {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  padding: 2rem 0 4rem;
  color: #70b304;
}

.emergency__pagenavigation li {
  width: calc((100% - 1.6rem) / 2);
  margin-bottom: 1.6rem;
}

.emergency__pagenavigation li:nth-of-type(even) {
  margin-left: 1.6rem;
}

.emergency__pagenavigation a {
  display: block;
  padding: 1.6rem;
  border: 1px solid #70b304;
  border-radius: .3rem;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.emergency__pagenavigation a:before {
  margin-right: 1rem;
  font-family: "FontAwesome";
  content: "\f138";
}

.emergency__pagenavigation a:hover {
  background: #70b304;
  color: #fff;
}

.emergency__section {
	padding-bottom: 6rem;
}

.emergency__section dl {
	padding-left: 2.2rem;
}

.emergency__section a {
	display: block;
	padding: 1em 0 1em 2.6rem;
  padding-left: 2.6rem;
  text-decoration: none;
	border-bottom: 1px solid #ccc;
  text-indent: -2.4rem;
}
.emergency__section dl:first-of-type a {
	border-top: 1px solid #ccc;
}
.emergency__section a:before {
  margin-right: 1rem;
  font-family: "FontAwesome";
  content: "\f111";
}
.emergency__title {
  padding: 0 0 4rem;
  font-size: 2.8rem;
}

.emergency__contents > * + * {
  margin-top: 2rem;
}

.emergency__contents h3 {
  padding-bottom: .5em;
  border-bottom: 1px solid #70b304;
  color: #70b304;
  font-size: 2rem;
}

.emergency__contents a {
  color: #f79a0e;
}

.emergency__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 6rem 0;
  color: #70b304;
}

.emergency__list a {
  display: inline-block;
  padding: 2rem 4rem;
  border: 1px solid #70b304;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.emergency__list a:before {
  margin-right: 1rem;
  color: #70b304;
  font-family: "FontAwesome";
  content: "\f137";
}

@media (max-width: 414px) {
  .page_title {
    margin-bottom: .5em;
  }
}


@media (max-width: 650px) {
  .emergency__title {
    padding-bottom: 2rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 460px) {
  .emergency__section dl {
    padding-left: 0;
  }
}
