.page_key_img .-inner {
  background-image: url("../img/key_pc.jpg"); }
  @media screen and (max-width: 767px) {
    .page_key_img .-inner {
      background-image: url("../img/key_sp.jpg"); } }

.p-trouble_list li {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    .p-trouble_list li {
      margin-top: 30px; } }
  .p-trouble_list li a {
    display: block; }
  .p-trouble_list li p {
    margin-top: 25px; }
    @media screen and (max-width: 767px) {
      .p-trouble_list li p {
        margin-top: 15px; } }
.p-trouble_list_head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0; }
  .p-trouble_list_head::before, .p-trouble_list_head::after {
    position: absolute;
    content: ""; }
  .p-trouble_list_head::before {
    z-index: 1;
    top: 46px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: #5aa3e2 solid 1px;
    border-right: #5aa3e2 solid 1px;
    transform: rotate(45deg); }
    @media screen and (max-width: 767px) {
      .p-trouble_list_head::before {
        top: 27px;
        right: 15px;
        width: 6px;
        height: 6px; } }
  .p-trouble_list_head::after {
    z-index: 0;
    top: 26px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #edf4f9; }
    @media screen and (max-width: 767px) {
      .p-trouble_list_head::after {
        top: 14px;
        width: 35px;
        height: 35px; } }
  .p-trouble_list_head img {
    width: 100px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .p-trouble_list_head img {
        width: 60px;
        margin-right: 10px; } }
  .p-trouble_list_head_ttl {
    width: 90%;
    line-height: 1.5;
    color: #5aa3e2;
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .p-trouble_list_head_ttl {
        width: 67%;
        font-size: 2.0rem; } }

/*# sourceMappingURL=style.css.map */
