@charset "UTF-8";
.p-guide {
    padding: 60px 0 150px;
}

.p-head {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}

.p-flex {
    padding: 40px 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-content {
    max-width: 820px;
    width: 70%;
}

.p-link {
    max-width: 318px;
    width: 27%;
    border: solid 1px #303030;
}

.p-link-list li {
    border-bottom: solid 1px #707070;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

.p-link-list li:last-child {
  border: none;
}

.p-link-list li a {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 1;
    padding: 30px;
    background: url("../../../images/common/ico_arrow.png")no-repeat;
    background-size: 29px;
    background-position: right 20px center;
    transition: .3s;
}

.p-block {
  padding-bottom: 35px;
}

.p-block-head {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.p-list li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

.p-list li a {
  color: #000;
}

.p-box {
    border: solid 2px #000000;
    text-align: center;
    min-height: 58px;
    font-size: 17px;
    font-size: 1.7rem;
    padding: 11px 0;
    margin: 20px 0;
}

.p-box p strong {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: baseline;
}

.p-table {
    width: 100%;
    margin: 60px auto 0;
    border-top: solid 1px #B0B0B0;
}

.p-table tr {
    border-bottom: solid 1px #B0B0B0;
}

.p-table th {
    background: #F5F6F7;
    width: 320px;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    vertical-align: middle;
    padding: 25px 30px;
}

.p-table td {
    padding: 20px 40px 25px 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9;
}

.p-table td strong {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}

@media screen and (min-width: 1201px){

  .p-link-list li a:hover {
    background: url("../../../images/common/ico_arrow.png")no-repeat,#707070;
    background-size: 29px;
    background-position: right 20px center;
    color: #fff;
  }

}

@media screen and (max-width: 1200px) {

  .p-link-list li {
      font-size: 1.4rem;
  }

  .p-link-list li a {
      padding: 20px;
      background-position: right 10px center;
      background-size: 19px;
  }

  .p-head {
      font-size: 2rem;
  }

  .p-block-head {
      font-size: 1.8rem;
  }

  .p-list li {
      font-size: 1.5rem;
  }

  .p-table th {
      width: 250px;
      font-size: 1.5rem;
  }

  .p-table td {
      font-size: 1.5rem;
  }

  .p-table td strong {
      font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px){

  .p-flex {
      flex-wrap: wrap;
      padding: 30px 0 70px;
  }

  .p-head {
    font-size: 1.9rem;
    letter-spacing: 0.03em;
  }

  .p-link {
      width: 100%;
      max-width: inherit;
      margin: 0 auto 50px;
  }

  .p-content {
      width: 100%;
      margin: 0 auto;
  }

  .p-guide {
      padding: 25px 0 60px;
  }

  .p-link-list li a {
      padding: 20px;
      background: url("../../../images/common/ico_arrow_sp.png")no-repeat;
      background-size: 18px;
      background-position: right 10px center;
  }

  .p-link-list li {
      font-size: 1.5rem;
  }

  .p-block {
    padding-bottom: 40px;
  }

  .p-block-head {
      font-size: 1.4rem;
      letter-spacing: 0.02em;
  }

  .p-list li {
      font-size: 1.4rem;
      letter-spacing: 0.04em;
  }

  .p-table {
    margin: 30px auto 0;
  }

  .p-table th {
      font-size: 1.3rem;
      display: block;
      width: 100%;
	  text-align: left;
	  padding: 8px 15px;
  }

  .p-table td {
      display: block;
      width: 100%;
      font-size: 1.4rem;
      padding: 15px;
      text-align: left;
  }


  .p-table td strong {
      font-size: 1.4rem;
  }
}
