.p-lp {
  padding-top: 0 !important;
  background-color: #fff !important;
}

.p-lp__wrap {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 !important;
}

.p-lp-title {
  padding: 6px 4px 12px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

.p-lp-header {
  padding: 0 !important;
}

.p-lp-header__wrap {
  flex-wrap: wrap;
  color: #707070;
}

.p-lp-header .logo-area {
  width: 50%;
}

.p-lp-header .logo-area img {
  max-width: 150px;
  margin-right: auto;
  padding-bottom: 8px;
}

.p-lp-header__logo {
  font-size: 15px;
  line-height: 1.33;
}

.p-lp-header__logo span {
  text-decoration: underline;
  color: #3a8aca;
}

.p-lp-header__logo img {
  width: 170px;
}

.p-lp-header__read {
  color: #4285B8 !important;
  font-size: 15px !important;
  text-align: right;
}

.p-lp-header__read span {
  color: #4285B8 !important;
}

.p-lp-header__point {
  margin-left: auto;
  margin-right: auto;
  color: #57A3DE !important;
  text-decoration: underline;
  font-size: 12px;
}
.p-lp-header__point:hover {
  cursor: pointer;
}

.p-lp-mv {
  position: relative;
  text-align: left !important;
  padding-left: 12px;
  height: 200px;
  background-image: url("../../wp-content/themes/careernavi/images/lp/riha_lp_fv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-lp-lead {
  padding: 8px;
  background-color: #f5f7b8;
  position: relative;
}

.p-lp-lead::after {
  content: "";
  width: 100%;
  height: 26px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #f5f7b8;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: -26px;
}

.p-lp-lead .text-box {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 8px !important;
}

.p-lp-lead .text-box:first-of-type {
  margin-top: 0 !important;
}

.p-lp-lead .text-box:nth-of-type(2) {
  color: #000;
  font-size: 2.4rem;
}

.p-lp-form {
  padding-top: 35px;
}

.p-lp-sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 8px 20px;
  color: #fff;
  background-color: #12C9CC;
  padding: 8px;
  text-align: center;
}

.p-lp .text-box {
  display: inline-block;
  text-align: left;
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 12px;
}

.p-lp .text-box.box-lead {
  position: absolute;
  bottom: 8px;
  width: 60%;
  font-size: 2.6rem;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  padding-left: 12px;
  padding-right: 12px;
}

.p-lp .text-box.box-lead span {
  color: #1c3372;
}

.p-lp .text-box span {
  font-size: 2.8rem;
  color: #12C9CC;
}

.progress-item {
  width: 60px;
  height: 60px;
}

.progress-item__inner {
  position: relative;
}

.progress-svg {
  width: 100%;
  height: 100%;
}
.progress-svg circle {
  stroke-dasharray: 283;
  stroke-width: var(--stroke-width, 8);
}

.progress-background {
  fill: none;
  stroke: #eee;
  stroke-width: 16;
}

[data-step-current="1"] .circle::after {
  transform: rotate(10deg);
}

.p-lp-feature-point {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0px;
  list-style: none;
  line-height: 2;
}

.p-lp-feature-point span {
  color: #2366b2;
}

.p-lp-feature-point > li {
  position: relative;
  padding: 0px 0px 0px 1em;
}

.p-lp-feature-point > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.5em solid transparent;
  border-left: 0.6em solid #000;
  content: "";
}

.p-lp-feature-view .text-box {
  margin-top: 6px !important;
  font-size: 1.8rem;
  color: #1a2c47;
}
@media (max-width: 768px) {
  .p-lp-feature-view .text-box {
    font-size: 1.6rem;
    padding: 6px 4px;
  }
}

.p-lp-feature-view {
  background-image: url("../../careernavi/images/mieru-reha/contents_bg.webp?ver1.3");
  background-size: cover;
  aspect-ratio: 1.93/1;
  background-repeat: no-repeat;
  padding-left: 12px;
  margin-top: 8px;
  line-height: 1.4;
}

.radio-lp-subheading {
  color: #000 !important;
}

.p-lp-feature-area.open .p-lp-feature-title::after {
  transform: rotate(0deg);
}

.p-lp-feature {
  padding: 8px 0;
  font-size: 18px;
}

.p-lp-feature-area {
  padding: 40px 0;
  font-size: 1.6rem;
  text-align: center;
}

.p-lp-feature-title {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
  padding-right: 35px;
  color: #016ca4;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #999;
  padding-bottom: 4px;
  cursor: pointer;
}
.p-lp-feature-title::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 20px;
  top: calc(50% - 12px);
  right: -5px;
  background-image: url("../../wp-content/themes/careernavi/images/lp/green-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}

.p-lp-feature-area.open .p-lp-feature-ex {
  display: block;
}

.p-lp-feature-area .close {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-right: 2.5%;
  padding-bottom: 8px;
  text-align: right;
  cursor: pointer;
}

.p-lp-feature-area .close:hover {
  text-decoration: underline;
}

.p-lp-feature-box {
  width: 95%;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 7px;
  margin-top: 8px;
}

.p-lp-feature-box:first-of-type {
  margin-top: 0;
}

.p-lp-feature-box-head {
  font-size: 1.8rem;
  font-weight: bold;
  color: #375D0C;
  padding: 8px 0;
  border-bottom: 2px solid #ccc;
  text-shadow: 1px 1px 2px #ccc;
}

.p-lp-feature-box-text {
  padding: 8px;
  text-align: left;
  line-height: 1.6;
}

.p-lp-job-area {
  position: relative;
  background-color: #f1ffeb;
  padding: 60px 10% 20px;
}

.p-lp-job-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #1f8500;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
}

.p-lp-job-area .job-box {
  background-color: #fff;
  height: 100%;
  min-height: 160px;
  padding: 8px 20px;
}

.p-lp-job-area .job-box:nth-child(even) {
  margin-top: 12px;
}

.p-lp-job-area .job-box .job-box-title {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}

.p-lp-job-area .job-box .job-box-title span {
  position: absolute;
  top: 4px;
  right: 0;
  background: gray;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
}

.p-lp-job-area .job-box .job-box-head {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-lp-job-area .job-box .job-box-text {
  font-size: 17px;
  line-height: 1.7;
}

.p-lp-job-area .swiper-slide .job-box:nth-child(odd) .job-box-title {
  color: #016ca4;
}

.p-lp-job-area .swiper-slide .job-box:nth-child(even) .job-box-title {
  color: #d27a37;
}

.p-lp-job-area .swiper-slide .job-box:nth-child(odd) .job-box-head {
  color: #fff;
  background: #016ca4;
}

.p-lp-job-area .swiper-slide .job-box:nth-child(even) .job-box-head {
  color: #fff;
  background: #d27a37;
}

.modal-sub-heading::before {
  width: 80px !important;
  height: auto !important;
  aspect-ratio: 4.5/1;
  background: url("../images/lp/logo-title.webp") no-repeat !important;
  background-size: contain !important;
  top: 52% !important;
}

.form__attention {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  margin-bottom: 16px;
}

.form__attention span {
  position: relative;
}

.form__attention span::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../../wp-content/themes/careernavi/images/common/attention.png?ver=0.1");
  background-size: cover;
  top: calc(50% - 7.5px);
  left: -18px;
}

.p-lp-attempt-lead {
  width: 50%;
  min-width: 230px;
  border-radius: 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #534F4F;
  background: #8BB946;
  margin: 0 auto 10px;
  padding: 18px 28px;
}
@media (max-width: 768px) {
  .p-lp-attempt-lead {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.p-lp-attempt-lead a {
  color: #fff;
}
.p-lp-attempt-lead span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #E6F607;
  margin-bottom: 12px;
}
.p-lp-attempt-button {
  display: block;
  width: 50%;
  min-width: 230px;
  border-radius: 15px;
  font-size: 16px;
  margin: 0 auto 40px;
  padding: 10px 14px;
  border-radius: 15px;
  color: #fff !important;
  background: #E5791A;
}
.p-lp-attempt-head {
  text-align: center;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #F1FFE8;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-lp-attempt-head-title {
  color: #FFF;
  font-weight: bold;
  background-color: #6D9B46;
  border-radius: 15px;
  text-align: center;
  width: 200px;
  margin: 0 auto 20px;
  padding: 4px;
  position: relative;
}
.p-lp-attempt-head-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #6D9B46 transparent transparent;
  translate: -50% 100%;
}
.p-lp-attempt-head-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #6D9B46 transparent transparent;
  translate: -50% 100%;
}
.p-lp-attempt-text {
  font-size: 20px;
  margin: 20px auto;
  text-align: center;
}
.p-lp-attempt-text-area {
  margin: 4px 14px;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
.p-lp-detailarea {
  margin: 14px 14px 0;
}
.p-lp-detailbox {
  color: #000;
  padding: 10px 20px 20px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .p-lp-detailbox {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.p-lp-detailbox:nth-child(n+6) .p-lp-detail-head {
  background: #E5791A;
}
.p-lp-detailbox:nth-child(n+6) .p-lp-detail-title {
  color: #E5791A;
}
.p-lp-detailbox.merit .p-lp-detail-head {
  background: #004605 !important;
  border-top: 1px solid #004605 !important;
}
.p-lp-detailbox.merit .p-lp-detail-title {
  color: #004605 !important;
}
.p-lp-detail-head {
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #6D9B46;
  padding: 14px;
  border-radius: 0 0 15px 15px;
}
.p-lp-detail-title {
  font-size: 20px;
  font-weight: bold;
  color: #6D9B46;
  margin-left: 30%;
  margin-bottom: 26px;
}
.p-lp-detail-subtitle {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 28px;
  text-align: center;
}
.p-lp-detail-text {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
.p-lp-detail-text span {
  font-weight: bold;
}
.p-lp-detail-merit, .p-lp-detail-demerit {
  background: #A98E08;
  color: white;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  width: 160px;
}
.p-lp-detail-demerit {
  margin-top: 20px;
}
.p-lp-detail-img {
  width: 80px;
  height: auto;
  position: absolute;
  right: 10px;
  top: -20px;
}
.p-lp-detail-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-lp-detail-info dt {
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #EC2F2F;
}
.p-lp-detail-info dt span {
  display: block;
  width: 100%;
  background: #FFECEC;
  font-size: 18px;
  text-align: center;
  border-radius: 10px;
  padding: 6px 4px;
}
.p-lp-detail-info dd {
  width: calc(100% - 100px);
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-bottom: 1px dotted #EC2F2F;
  font-size: 15px;
  line-height: 1.5;
}
.p-lp-detail-message {
  margin-top: 20px;
  text-align: center;
}
.p-lp-detail-message span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(transparent 50%, #ff0 50%);
}
.p-lp-cta {
  position: relative;
  padding: 30px 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-lp-ctaArea {
  background: #fff;
}
.p-lp-ctaArea.fixed {
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 480px;
  z-index: 99;
}
@media (max-width: 768px) {
  .p-lp-ctaArea.fixed {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-lp-cta {
    padding: 12px 8px;
  }
}
.p-lp-cta-link {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 14px;
  text-decoration: underline;
}
.p-lp-cta-img {
  width: 100%;
}
.p-lp-cta-img img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.p-lp-cta-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .p-lp-cta-area {
    margin-top: 16px;
  }
}
.p-lp-cta-content {
  width: 48.5%;
}
.p-lp-cta-content:first-child {
  color: #6D9B46;
}
.p-lp-cta-content:first-child .p-lp-cta-content-bord {
  background: #6D9B46;
}
.p-lp-cta-content:first-child .p-lp-cta-content-text::before, .p-lp-cta-content:first-child .p-lp-cta-content-text::after {
  background-color: #6D9B46;
}
.p-lp-cta-content:last-child {
  color: #E5791A;
}
.p-lp-cta-content:last-child .p-lp-cta-content-bord {
  background: #E5791A;
}
.p-lp-cta-content:last-child .p-lp-cta-content-text::before, .p-lp-cta-content:last-child .p-lp-cta-content-text::after {
  background-color: #E5791A;
}
.p-lp-cta-content-text {
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .p-lp-cta-content-text {
    font-size: 11px;
  }
}
.p-lp-cta-content-text::before {
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.p-lp-cta-content-text::after {
  display: block;
  content: "";
  width: 35px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  position: absolute;
  right: -10px;
  bottom: 0;
}
.p-lp-cta-content-bord {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 8px;
  border-radius: 10px;
  text-align: center;
}
.p-lp-cta-content-bord a {
  color: #fff;
}
@media (max-width: 768px) {
  .p-lp-cta-content-bord a {
    font-size: 16px;
  }
}
.p-lp-comment {
  margin: 14px;
}
.p-lp-commentarea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  margin-top: 40px;
}
.p-lp-commentarea:first-of-type {
  margin-top: 0;
}
.p-lp-commentarea-img {
  width: 100px;
  height: auto;
}
.p-lp-commentarea-info {
  width: calc(100% - 110px);
}
.p-lp-commentarea-message {
  width: 100%;
  padding: 12px;
  border: 1px solid #0C59CC;
  border-radius: 10px;
  margin-top: 12px;
  line-height: 1.5;
}
.p-lp-commentarea.right .p-lp-commentarea-info {
  width: auto;
  margin-left: auto;
  margin-right: 10px;
}
.p-lp-sample {
  margin-top: 40px;
}
.p-lp-sample-job {
  background: #EFF7F9;
  padding-top: 8px;
  padding-bottom: 20px;
  margin-top: 8px;
}
.p-lp-sample-job:nth-of-type(2) .p-lp-sample-head {
  color: #07429B;
}
.p-lp-sample-job:nth-of-type(2) .p-lp-sample-head span {
  background: #07429B;
}
.p-lp-sample-job:nth-of-type(2) .p-lp-sample-info dt {
  background: #07429B;
}
.p-lp-sample-job:nth-of-type(3) {
  margin-bottom: 40px;
}
.p-lp-sample-job:nth-of-type(3) .p-lp-sample-head {
  color: #022561;
}
.p-lp-sample-job:nth-of-type(3) .p-lp-sample-head span {
  background: #022561;
}
.p-lp-sample-job:nth-of-type(3) .p-lp-sample-info dt {
  background: #022561;
}
.p-lp-sample-title {
  width: 70%;
  margin: 0 auto 12px;
  font-size: 20px;
}
.p-lp-sample-title span {
  color: #FF0000;
}
.p-lp-sample-head {
  display: flex;
  align-items: center;
  color: #0C59CC;
  font-size: 18px;
  padding-left: 8px;
}
.p-lp-sample-head span {
  font-size: 13px;
  color: #fff;
  background: #0C59CC;
  text-align: center;
  border-radius: 10px;
  padding: 8px 16px;
  margin-right: 12px;
}
.p-lp-sample-info {
  margin: 0 40px;
}
.p-lp-sample-info-item {
  width: 100%;
  display: flex;
  margin-top: 12px;
}
.p-lp-sample-info-item dl {
  display: flex;
  flex-wrap: wrap;
  margin-right: 8px;
  font-size: 13px;
  font-weight: bold;
}
.p-lp-sample-info-item dl:last-of-type {
  margin-right: 0;
}
.p-lp-sample-info-item dl dt {
  width: 100%;
  color: #fff;
  background: #0C59CC;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 8px;
}
.p-lp-sample-info-item dl dd {
  width: 100%;
  text-align: center;
}
.p-lp-tab {
  width: 98%;
  max-width: 480px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid;
}
.p-lp-tab:has(.p-lp-tab-item:nth-child(1).active) {
  border-color: #6D9B46;
}
.p-lp-tab:has(.p-lp-tab-item:nth-child(2).active) {
  border-color: #E5791A;
}
.p-lp-tab:has(.p-lp-tab-item:nth-child(3).active) {
  border-color: #EC2F2F;
}
.p-lp-tab:has(.p-lp-tab-item:nth-child(4).active) {
  border-color: #0C59CC;
}
.p-lp-tab-item {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AEAEAE;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-lp-tab-item {
    font-size: 12px;
    padding: 6px 2px;
  }
}
.p-lp-tab-item h2 {
  font-size: 12px;
}
@media (max-width: 768px) {
  .p-lp-tab-item h2 {
    font-size: 11px;
  }
}
.p-lp-tab-item.active {
  color: #fff;
  font-weight: bold;
}
.p-lp-tab-item.active:nth-child(1) {
  background-color: #6D9B46;
}
.p-lp-tab-item.active:nth-child(2) {
  background-color: #E5791A;
}
.p-lp-tab-item.active:nth-child(3) {
  background-color: #EC2F2F;
}
.p-lp-tab-item.active:nth-child(4) {
  background-color: #0C59CC;
}
.p-lp-tab-content {
  display: none;
}
.p-lp-tab-content.active {
  display: block;
}
.p-lp-tab-content.active#tab1 .p-lp-detail-head {
  background: #6D9B46;
  border-top: 1px solid #6D9B46;
}
.p-lp-tab-content.active#tab1 .p-lp-detail-title {
  color: #6D9B46;
  margin-left: 40%;
}
.p-lp-tab-content.active#tab1 .p-lp-detailbox:nth-child(n+6) .p-lp-detail-head {
  background: #E5791A;
  border-top: 1px solid #E5791A;
}
.p-lp-tab-content.active#tab1 .p-lp-detailbox:nth-child(n+6) .p-lp-detail-title {
  color: #E5791A;
}
.p-lp-tab-content.active#tab2 .p-lp-detail-head {
  background: #E5791A;
  border-top: 1px solid #E5791A;
}
.p-lp-tab-content.active#tab2 .p-lp-detail-title {
  color: #E5791A;
}
.p-lp-tab-content.active#tab2 .p-lp-attempt-head {
  margin-top: 45px;
  padding: 24px;
  font-weight: bold;
}
.p-lp-tab-content.active#tab3 .p-lp-detail-head {
  background: #EC2F2F;
  border-top: 1px solid #EC2F2F;
}
.p-lp-tab-content.active#tab3 .p-lp-detail-title {
  color: #EC2F2F;
  margin-bottom: 36px;
}
.p-lp-tab-content.active#tab3 .p-lp-detailbox {
  margin-bottom: 28px;
}
.p-lp-tab-content.active#tab3 .p-lp-attempt-head {
  background: #FFF5F5;
}
.p-lp-tab-content.active#tab3 .p-lp-attempt-head-title {
  background: #EC2F2F;
}
.p-lp-tab-content.active#tab3 .p-lp-attempt-head-title::before, .p-lp-tab-content.active#tab3 .p-lp-attempt-head-title::after {
  border-color: #EC2F2F transparent transparent;
}
@media (max-width: 768px) {
  .p-lp-tab-content.active#tab3 .p-lp-detail-text {
    font-size: 17px;
  }
}
.p-lp-tab-content.active#tab4 .p-lp-detail-head {
  background: #0C59CC;
  border-top: 1px solid #0C59CC;
}
.p-lp-tab-content.active#tab4 .p-lp-detail-title {
  color: #0C59CC;
}
.p-lp-tab-content.active#tab4 .p-lp-attempt-head {
  background: #CDDFFB;
}
.p-lp-tab-content.active#tab4 .p-lp-attempt-head-title {
  background: #0C59CC;
}
.p-lp-tab-content.active#tab4 .p-lp-attempt-head-title::before, .p-lp-tab-content.active#tab4 .p-lp-attempt-head-title::after {
  border-color: #0C59CC transparent transparent;
}
.p-lp-box {
  font-size: 20px;
  padding: 12px;
  margin: 24px 14px 30px;
  border: 1px solid #000;
}
.p-lp-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
.p-lp-table-contents {
  width: 49%;
  color: #fff;
  background: #E5791A;
  padding: 12px 24px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-lp-table-contents {
    padding: 12px;
  }
}
.p-lp-table-contents:nth-child(2) .p-lp-table-head {
  background: #A98E08;
}
.p-lp-table-contents:nth-child(2) .p-lp-table-contents {
  background: #CBA12A;
}
.p-lp-table-head {
  padding: 12px 8px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #B25A0C;
  margin-bottom: 30px;
}
.p-lp-table-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  background: #fff;
  color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.p-lp-table-list dt, .p-lp-table-list dd {
  text-align: center;
  padding: 4px;
  width: 50%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.p-lp-table-quate {
  width: 100%;
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}
.p-lp .pc-only {
  display: block;
}
@media (max-width: 768px) {
  .p-lp .pc-only {
    display: none;
  }
}