@charset "UTF-8";

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

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

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

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

.tdo-badge img,
.tdo-fv-r img {
  width: 100%;
}
.tdo-badge  {
  text-align: center;
  margin-top: 1.4em;
}
.tdo-badge img {
  width: 80%;
}
@media (min-width: 768px) {
  .tdo-badge img {
  width: 80%;
  }
}
@media (min-width: 992px) {
  .tdo-fv-l {
    width: calc(613/1020*100%);
  }
  .tdo-fv-r {
    width: calc(250/1020*100%);
  }
  .tdo-badge {
    text-align: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tdo-fv-r {
    text-align: center;
    padding-top: 2rem;
  }
  .tdo-fv-r img {
    width: 50%;
  }
}

.tdo-text {
  font-size: 1rem;
  margin-top: .8rem;
}

.tdo-hdg {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.tdo-row {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.tdo-example {
  gap: 1rem;
}
@media (min-width: 992px) {
  .tdo-row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 4.6rem;
  }
}

.tdo-ttl {
  font-size: 1.26rem !important;
}
.tdo-sttl {
  font-size: 1.18rem !important;
  margin-bottom: .7em;
}
@media (min-width: 576px) {
  .tdo-ttl {
    font-size: 1.7rem !important;
  }
  .tdo-sttl {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 992px) {
  .tdo-ttl {
    font-size: 1.8rem !important;
  }
  .tdo-sttl {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  .tdo-ttl {
    font-size: 1.4rem !important;
  }
  .tdo-sttl {
    font-size: 1.26rem !important;
  }
}

.tdo-line {
  margin-top: .8rem;
  margin-bottom: .8rem;
  opacity: 0;
}
@media (min-width: 576px) {
  .tdo-line {
    opacity: 1;
    display: inherit;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
  }
}

.tdo-row-in {
  display: grid;
  grid-template-columns: 1fr 126px;
  gap: 2rem;
}

.tdo-row-in + .tdo-row-in {
  margin-top: 2rem;
}

.tdo-dl dt {
  margin-bottom: .4em;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}

.tdo-attention-img,
.tdo-offline-img {
  width: 718px;
  max-width: 100%;
  margin: 0 auto;
}
.tdo-offline-img {
  width: calc(1577px * 0.5);
}

.tdo-icon-list {
  margin-top: .5em;
}
.tdo-icon-list li {
  display: flex;
  gap: .4rem;
}
.tdo-icon-list li + li {
  margin-top: .4em;
}
.tdo-icon-list__bstsu,
.tdo-icon-list__check {
  background: url('../img/td-on-cc/batsu.svg') 0 0 / contain no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  flex-basis: 1rem;
  position: relative;
  top: .2rem;
}
.tdo-icon-list__check {
  background-image: url('../img/td-on-cc/check.svg');
}

.tdo-fill-green,
.tdo-fill-gray {
  padding: 1.2rem 1.4rem;
  border-radius: 0.6rem;
}
.tdo-fill-gray {
  background: #f1f1f1;
}
.tdo-fill-green {
  background: #e9f3d2;
}

.tdo-sec + .tdo-sec {
  margin-top: 5rem;
}
.tdo-sec {
  margin: 0 1rem;
}

.tdo-feature-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.2rem 1.6rem;
}
@media (min-width: 768px) {
  .tdo-feature-list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 1200px) {
  .tdo-feature-list {
    grid-template-columns: repeat(4,1fr);
  }
}
.tdo-feature-list dt {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
@media (min-width: 1200px) {
  .tdo-feature-list dt {
    font-size: 1rem;
  }
}
.tdo-feature-list dd {
  font-size: .8rem;
}

.tdo-sec.tdo-support {
  margin-top: 4rem;
}
.tdo-support {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.8rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tdo-support__img {
  text-align: center;
}
.tdo-support__img img {
  width: 140px;
}
@media (min-width: 576px) {
  .tdo-support {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 210px;
    gap: 2rem;
    padding: 3rem 0;
  }
  .tdo-support__img img {
    width: auto;
  }
}
.tdo-support__text p {
  font-size: .9rem;
}
.tdo-support__wlink {
  margin-top: 1.1rem;
}
.tdo-support__wlink a {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .4em .3em;
  text-align: left;
}
.tdo-support__wlink svg {
  width: 1.3rem;
  height: 1.3rem;
}

.tdo-table {
  border-collapse: collapse;
  width: 100%;
}
.tdo-table th,
.tdo-table td {
  border: 1px solid #cccccc;
  vertical-align: top;
  padding: 1rem 1.2rem;
  line-height: 1.5;
}
.tdo-table th {
  background: #f3f3f3;
}