.p3-box1 {
  padding: 55px 0 155px;
}

@media only screen and (max-width: 1024px) {
  .p3-box1 {
    padding: 40px 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box1 {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box1 .c-box1__content img {
    width: 90%;
    max-width: 400px;
    margin: 15px auto 0;
    display: block;
  }
}

.p3-box2 {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2 {
    margin-bottom: 10px;
  }
}

.p3-box2::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 78px;
  background: #ccc;
}

@media only screen and (max-width: 768px) {
  .p3-box2::before {
    content: none;
  }
}

.p3-box2__flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .p3-box2__flex {
    flex-direction: column;
  }
}

.p3-box2__col {
  width: 49%;
  max-width: 485px;
}

@media only screen and (max-width: 768px) {
  .p3-box2__col {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
}

.p3-box2 .c-head::before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .p3-box2 .c-head::before {
    display: block;
  }
}

.p3-box2__frame1 {
  padding: 20px;
  background: rgba(239, 125, 0, 0.1);
  font-size: 12px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__frame1 {
    padding: 15px;
    margin-bottom: 15px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__frame1 {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
}

.p3-box2__frame2 {
  padding: 20px;
  border: 1px solid #ef7d00;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__frame2 {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__frame2 {
    padding: 10px;
  }
}

.p3-box2__frame2 .c-article {
  padding: 0;
}

.p3-box2__frame2 .c-article__title {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__frame2 .c-article__title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__frame2 .c-article__title {
    font-size: 12px;
  }
}

.p3-box2__frame2 .c-article__text {
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__frame2 .c-article__text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__frame2 .c-article__text {
    font-size: 10px;
  }
}

.p3-box2__1st {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__1st {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__1st {
    flex-direction: column;
  }
}

.p3-box2__1st-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #212121;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__1st-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__1st-txt {
    font-size: 11px;
    width: 100%;
  }
}

.p3-box2__1st-img {
  margin: 0 10px;
  min-width: 117px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2__1st-img {
    min-width: 97px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2__1st-img {
    margin-top: 5px;
    max-width: 90px;
  }
}

.p3-box2--v2 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .p3-box2--v2 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box2--v2 {
    margin-bottom: 40px;
  }
}

.p3-box2--v2 .c-article:last-child {
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 768px) {
  .p3-box2--v2 .c-article:last-child {
    margin-bottom: 10px;
  }
}

.p3-box3 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .p3-box3 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .p3-box3 {
    max-width: 600px;
    margin: 0 auto 40px;
  }
}

.p3__table {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p3__table {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p3__table {
    margin-bottom: 10px;
  }
}

.p3__table th,
.p3__table td {
  padding: 15px;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p3__table th,
  .p3__table td {
    padding: 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p3__table th,
  .p3__table td {
    padding: 5px 7px;
    font-size: 10px;
  }
}

.p3__table th:nth-child(1),
.p3__table th:nth-child(2),
.p3__table td:nth-child(1),
.p3__table td:nth-child(2) {
  text-align: left;
}

.p3__table th {
  color: #ee7d00;
  background: #fefaf5;
  font-weight: bold;
}

.p3__table td {
  color: #212121;
}

.p3__table tr:first-child th {
  color: #fff;
  background: #ef7d00;
}

.p3 .img-container img {
  display: block;
}
.p3 .img-container img + img {
  margin-top: 20px;
}
/*# sourceMappingURL=c2.css.map */
