#andline_tv {
  max-width: 980px;
  margin: 0 auto;
}
#andline_tv section {
  padding-top: 6em;
  text-align: center;
}
#andline_tv section h2 {
  padding-bottom: 0.3em;
  display: inline-block;
  margin-bottom: 1em;
}
#andline_tv .whiteBox {
  background: #fff;
  padding: 1em;
  margin: 1em 0;
  border-radius: 8px;
}
#andline_tv .note {
  text-align: left;
  line-height: 1.5;
}
#andline_tv #about img {
  width: 100%;
	height:auto;
}
#andline_tv #term ol {
  list-style-type: decimal;
  padding-left: 1.6em;
  margin: 1em 0;
}
#andline_tv #plan .whiteBox {
  filter: drop-shadow(0 8px 0 var(--accent-color));
}
#andline_tv #plan .price {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  width: 7%;
  margin: 0 auto;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  #andline_tv #plan .price {
    width: 18%;
  }
}
#andline_tv #plan .price .tax {
  position: absolute;
  top: 0;
  right: 0.8em;
  font-weight: normal;
  font-size: 0.6rem;
}
#andline_tv #plan .price .yen {
  position: absolute;
  bottom: 0;
  right: 0.6em;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #andline_tv #price .table-scroll {
    overflow: scroll;
  }
}
#andline_tv #price table {
  border: 2px solid #364857;
  width: 100%;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  #andline_tv #price table {
    width: 500px;
  }
}
#andline_tv #price table tr {
  border-bottom: 2px solid #364857;
}
#andline_tv #price table tr th,
#andline_tv #price table tr td {
  padding: 1em;
  border-right: 2px solid #364857;
}
#andline_tv #price table tr th {
  background: #FFF5F3;
}
#andline_tv #price table tr th:nth-of-type(1) {
  width: 50%;
}
#andline_tv #price table tr th:nth-of-type(2), #andline_tv #price table tr th:nth-of-type(3) {
  width: 25%;
}
#andline_tv #price table tr td {
  text-align: left;
  background: #fff;
}
#andline_tv #price table tr td:first-of-type {
  vertical-align: top;
}
#andline_tv #price table tr td:last-of-type {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #andline_tv #price .note {
    margin-top: 1em;
  }
}
#andline_tv #flow {
  margin-bottom: 3em;
}
#andline_tv #flow p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #andline_tv #flow p {
    margin: 0.5em 0 1em;
  }
}
#andline_tv #flow .whiteBox {
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  #andline_tv #flow .whiteBox {
    padding: 2em 0.5em;
  }
}
#andline_tv #flow .whiteBox h3 {
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0 0 0 0.5em;
}
#andline_tv #flow .whiteBox h3:after {
  position: absolute;
  content: "";
  top: 0.1em;
  left: -0.5em;
  width: 16px;
  height: 16px;
  background: var(--accent-color);
}
@media screen and (max-width: 767px) {
  #andline_tv #flow .whiteBox img {
    transform: rotate(90deg);
  }
}
#andline_tv #flow .whiteBox p.change {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.3em 0 1em;
}
#andline_tv #flow .whiteBox .orangeBox {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #andline_tv #flow .whiteBox .orangeBox {
    align-items: center;
    flex-direction: column;
  }
}
#andline_tv #flow .whiteBox .orangeBox .boxWrap {
  width: 33.3333%;
  background: #FFF5F3;
  filter: drop-shadow(0 8px 0 var(--accent-color));
  border-radius: 8px;
  box-sizing: border-box;
  padding: 2em;
  margin: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  #andline_tv #flow .whiteBox .orangeBox .boxWrap {
    width: 95%;
    margin: 0 0.5em;
  }
}
#andline_tv #flow .whiteBox .orangeBox .boxWrap p {
  font-weight: bold;
  margin: 0;
}
#andline_tv #flow .whiteBox .orangeBox .boxWrap p.border-dotted {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1.4rem;
  color: var(--accent-color);
}/*# sourceMappingURL=andline_tv.css.map */