@charset "UTF-8";

/* 
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
}
@media (min-width: 576px) {
}
*/


@media (min-width: 768px) {
  .tvo-fv-text {
    padding-right: 0;
  }
  .tvo-sub-grid {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}

.tvo-green {
  color: #01a73d !important;
}

.tvo-content .container {
  max-width: 1000px;
}
.tvo-content img {
  max-width: 100%;
  height: auto;
}

.tvo-fv-r {
  text-align: center;
}
.tvo-fv-r img {
  width: 126px;
}
@media (max-width: 991px) {
  .tvo-fv-r {
    margin-top: 0 !important;
  }
  .tvo-fv-r img {
    width: 50%;
  }
}

.tvo-text p {
  font-size: 1rem;
}
@media (max-width: 575px) {
  .tvo-text p {
    text-align: left !important;
  }
}

.tvo-sec + .tvo-sec {
  margin-top: 5rem;
}
@media (max-width: 575px) {
  .tvo-sec + .tvo-sec {
    margin-top: 4rem;
  }
}

.tvo-feature {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 720px;
  margin: 30px auto 0 auto;
}
@media (max-width: 575px) {
  .tvo-feature {
    margin-top: 10px;
  }
}
.tvo-feature.is-fill {
  gap: 0;
}
.tvo-feature > li {
  position: relative;
  background: #f3f3f3;
  padding: 30px;
}
.tvo-feature-row {
  display: grid;
  grid-template-columns: calc(280/660*100%) 1fr;
  gap: calc(30/660*100%);
}
.tvo-feature-ttl {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem !important;
  background: #cb1d23;
  color: #fff !important;
  border-radius: 4px;
  padding: 0 .4em;
  transform: translate(-0.4em ,-50%);
}
.tvo-feature-sttl {
  font-size: 1.4rem !important;
  margin-bottom: .4em;
}
.tvo-feature-text p {
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .tvo-feature > li {
    padding: 18px;
  }
  .tvo-feature-row {
    grid-template-columns: calc(200/660*100%) 1fr;
  }
  .tvo-feature-sttl {
    font-size: 1.3rem !important;
  }
  .tvo-feature-text p {
    font-size: 1rem;
  }
}
.tvo-feature-text p + p {
  margin-top: 1em;
}
.tvo-feature-note {
  text-align: right;
  max-width: 720px;
  margin: .6em auto 0 auto;
  font-size: .9rem;
}


.tvo-feature-list {
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .tvo-feature-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .tvo-feature-list {
    display: grid;
    gap: 2.6rem 1.6rem;
    grid-template-columns: repeat(2,1fr);
  }
}
.tvo-feature-list-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
}
@media (max-width: 575px) {
  .tvo-feature-list-item {
    grid-template-columns: 76px 1fr;
  }
  .tvo-feature-list-img {
    text-align: center;
  }
}
.tvo-feature-list-text dt {
  font-size: 1.2rem;
  margin: 0 0 .4em 0;
}
.tvo-feature-list-text dd {
  font-size: 1rem;
}

.tvo-faq {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tvo-faq div {
  padding-top: .5rem;
  padding-left: 3.2rem;
  position: relative;
}
.tvo-faq dt {
  font-size: 1.1rem;
  margin-bottom: .2em;
}
.tvo-faq dt span {
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .tvd-pad {
    max-width: 960px;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .tvo-sm-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .tvd-pad {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}