.p-plan__textList--large {
  font-size: 2.4rem;
  font-weight: bold;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-plan__textList--large {
    font-size: 3.1290743155vw;
  }
}

.p-plan__textList--small {
  vertical-align: top;
  padding-right: 2rem;
}

.p-plan__textList--color {
  color: #4a5396;
}

.p-plan__textList--color1 {
  color: #CD0100;
}
.p-plan__textList--color2 {
  color: #5EB030;
}
.p-plan__textList--color3 {
  color: #752DAA;
}
.p-plan__textList--color4 {
  color: #DAC351;
}

.p-plan__table {
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-plan__table {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__table tr {
    display: block;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__table th {
    display: block;
    float: left;
    clear: both;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__table td {
    display: block;
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__table tbody,
.p-plan__table tr {
    display: block;
    width: 100%;
  }
}

.p-plan__tableTd--left {
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__tableTd--left {
    padding-right: 3rem;
  }
}

.p-plan__textColor {
  color: #07f;
}

.p-plan__textTable--small {
  width: 20%;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__textTable--small {
    padding-right: 1rem;
    font-size: 2.6075619296vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__img img {
    width: 100%;
  }
}

.p-plan__textTable--full {
  width: 100%;
}

.p-plan-new-table {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.p-plan-new-table td,
.p-plan-new-table th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.p-plan-new-table td,
.p-plan-new-table th {
  line-height: 1.5;
  text-align: center;
  width: 20%;
  padding: 15px;
}
.p-plan-new-table small {
  font-size: 12px;
}
.p-plan-new-table .green {
  font-weight: bold;
  color: #fff;
  background: green;
}
.p-plan-new-table .orange {
  font-weight: bold;
  color: #fff;
  background: orange;
}
.p-plan-new-table .empty {
  width: 4%;
  border: none;
  border-bottom: 1px solid #595959;
}
.p-plan-new-table .border-left {
  padding-right: 7%;
  border-left: none;
}
.p-plan-new-table .inner {
  padding-right: 0;
}
.p-plan-new-table .border-bottom {
  border-bottom: none;
}
.p-plan-new-table .doted-top {
  border-top: 1px dotted #595959;
}
.p-plan-new-table .doted-bottom {
  border-bottom: 1px dotted #595959;
}
.p-plan-new-table .doted-right {
  border-right: 1px dotted #595959;
}

.p-ir_box {
  border: double #000;
  padding: 10px;
}

.p-ir__border {
  border-bottom: 1px solid #444;
}

.ir-plan h3.ir-heading {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 767px) {
  .ir-plan h3.ir-heading {
    font-size: 2rem;
  }
}
.ir-plan .c-listInfo__link {
  text-decoration: none;
}
.ir-plan .c-listInfo__link:hover {
  text-decoration: underline;
}
.ir-plan .ir-plan__annotation + .ir-plan__annotation {
  margin-top: 14px;
}
.ir-plan .c-listInfo__hasIcon--pdf::after {
  bottom: 1px;
}
