.p-outline-tbl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr {
    display: block;
  }
}
.p-outline-tbl > tbody > tr > th, .p-outline-tbl > tbody > tr > td {
  padding: 1.9rem 0;
  border-bottom: 1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr > th, .p-outline-tbl > tbody > tr > td {
    display: block;
    padding: 3.488372093vw 0;
    border-bottom: none;
    margin-bottom: 2.3255813953vw;
  }
}
.p-outline-tbl > tbody > tr > th {
  width: 26.9rem;
  font-weight: 500;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  position: relative;
  z-index: 1;
}
.p-outline-tbl > tbody > tr > th:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 10px 10px 10px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr > th {
    width: 100%;
    font-size: 3.2558139535vw;
  }
}
.p-outline-tbl > tbody > tr > td {
  padding-left: 4rem;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr > td {
    padding: 2.3255813953vw 0;
    font-size: 3.7209302326vw;
  }
}
.p-outline-tbl > tbody > tr > td p {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.4444444444;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr > td p {
    font-size: 3.7209302326vw;
  }
}
.p-outline-tbl > tbody > tr > td p + p {
  margin-top: 2.7rem;
}
.p-outline-tbl > tbody > tr > td .m-note {
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl > tbody > tr > td .m-note {
    font-size: 3.2558139535vw;
    line-height: 1.7;
  }
}
.p-outline-tbl .m-intbl th, .p-outline-tbl .m-intbl td {
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl .m-intbl th, .p-outline-tbl .m-intbl td {
    display: block;
  }
}
.p-outline-tbl .m-intbl th {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2.1428571429;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl .m-intbl th {
    font-size: 3.023255814vw;
    padding-bottom: 2.3255813953vw;
    line-height: 1.2;
  }
}
.p-outline-tbl .m-intbl td {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.9444444444;
  font-weight: medium;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl .m-intbl td {
    font-weight: 700;
    font-size: 3.7209302326vw;
    padding-left: 2.3255813953vw;
    margin-bottom: 3.488372093vw;
    line-height: 1.5;
  }
}
.p-outline-tbl .m-intbl td span {
  color: #7B7B7B;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 0.7142857143;
  margin-left: 1.5rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-outline-tbl .m-intbl td span {
    font-size: 3.023255814vw;
    display: block;
    margin-left: 0;
    margin-top: 0.4651162791vw;
    margin-bottom: 2.3255813953vw;
    line-height: 1.7;
  }
}
.p-outline-tbl tbody tr td a{
	color:#47A7DF
}
