@charset "utf-8";

.title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.rpt-background {
  background-color: rgba(90, 90, 90, 0.1);
}

.rpt-intro {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}

.rpt-intro h3 {
  text-align: center;
  color: #f3f3f4;
  position: absolute;
  top: 80px;
  left: 7px;
}

.rpt-intro span {
  font-size: 13px;
  font-weight: normal;
}

.rpt-intro-image {
  width: 180px;
  float: left;
  margin-right: 15px;
}

.rpt-intro-text {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* RPTのメリット */

.rpt-benefits {
  width: 450px;
  max-width: 95%;
  margin: 20px auto 0 auto;
}

.rpt-benefits h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.rpt-benefits h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #333333;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.rpt-benefits p {
  height: 20px;
  margin-top: 15px;
  font-size: 1.8rem;
}

.rpt-benefits span {
  padding-left: 80px;
}

.rpt-benefits-text1 {
  background-image: url(../images/rpt/icon01.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

.rpt-benefits-text2 {
  background-image: url(../images/rpt/icon02.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

.rpt-benefits-text3 {
  background-image: url(../images/rpt/icon03.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

.rpt-benefits-text4 {
  background-image: url(../images/rpt/icon04.png);
  background-repeat: no-repeat;
  background-size: 70px;
}

/* 申請条件 */
.submission-criteria {
  width: 500px;
  max-width: 95%;
  margin: 40px auto 0 auto;
}

.submission-criteria h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.submission-criteria h3::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #333333;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.rpt-table {
  line-height: 1.3;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
}

.rpt-table th {
  min-width: 100px;
  font-size: 1.6rem;
  border-right: 4px solid #333333;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 0 15px;
}

.rpt-table td {
  font-size: 1.6rem;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px 12px 10px 12px;
}

.end-caution-text p {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  max-width: 600px;
  margin: 20px auto 0 auto;
  padding: 0 20px 40px 20px;
}

/* サポート費用 */

.service-charge h3 {
  font-size: 24px;
  text-align: center;
}

.service-charge h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #333333;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.service-charge h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.service-charge span {
  font-size: 30px;
  background: linear-gradient(transparent 70%, #f9b737 70%);
}

.service-contents {
  display: flex;
  justify-content: center;
}

.service-contents h5 {
  color: #f3f3f4;
  background-color: #333333;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  padding: 35px 10px;
  border-radius: 10px 0 0 10px;
}

.service-contents-list {
  line-height: 1.5;
  padding: 10px 10px;
  border: 2px solid #333333;
  border-radius: 0 10px 10px 0;
}

.link-button-area {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}

.link-button {
  display: inline-block;
  color: #ffffff;
  background-color: #4d4d4d;
  min-width: 200px;
  line-height: 25px;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
}

.link-button:hover {
  font-weight: bold;
}

.end-caution-text p {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  max-width: 550px;
  margin: 20px auto 0 auto;
  padding: 0 20px 40px 20px;
}

@media (max-width: 768px) {

  .title {
    font-size: 1.2rem;
    height: 55px;
    line-height: 55px;
  }

  .rpt-benefits {
    width: 420px;
  }

  .rpt-benefits-text1,
  .rpt-benefits-text2,
  .rpt-benefits-text3,
  .rpt-benefits-text4 {
    background-size: 50px;
  }
  
  .rpt-benefits span {
    padding-left: 63px;
  }

  /* .rpt-table th {
    font-size: 1.5rem;
  }

  .rpt-table td {
    font-size: 1.5rem;
  } */

}