.p-topTrial {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .p-topTrial {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial {
    margin-bottom: 120px;
  }
}
.p-topTrial__cont {
  background: #FBF9F6;
  border-radius: 30px;
  padding: 60px 20px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-topTrial__cont {
    max-width: 1100px;
    width: 90%;
    margin: auto;
    padding: 60px 30px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial__cont {
    text-align: left;
    padding: 103px 93px 60px;
  }
}
.p-topTrial__sub {
  display: table;
  background: #DC4A26;
  color: #fff;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 13px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .p-topTrial__sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial__sub {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: auto;
    margin-left: 0;
  }
}
.p-topTrial__ttl {
  font-size: 32px;
  font-size: 3.2rem;
  color: #DC4A26;
  line-height: 1.48;
  font-weight: 600;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p-topTrial__ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial__ttl {
    font-size: 50px;
    font-size: 5rem;
    margin-top: 10px;
  }
}
.p-topTrial__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .p-topTrial__txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial__txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-topTrial__label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.p-topTrial__label span {
  display: inline-block;
  color: #DC4A26;
  border-bottom: 2px solid #DC4A26;
}
@media only screen and (min-width: 768px) {
  .p-topTrial__label {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrial__label {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-topTrialBnr {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .p-topTrialBnr {
    margin-top: 60px;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-topTrialBnr {
    margin-top: 65px;
    row-gap: 40px;
  }
}
.c-flCont {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .c-flCont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .c-flCont__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}