<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
h3.h3-b {
  text-align: center;
  background: #f1596c;
  border-radius: 0;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-top: 3.2em;
  padding: 10px 1em;
}
h3.h3-b::before {
  content: none;
}

.notice {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  line-height: 1.5;
}

.graph {
  margin-top: 3.2em;
  text-align: center;
}
.graph img {
  width: 96%;
}

.pikara {
  margin-top: 3.2em;
  text-align: center;
}
.pikara img {
  width: 100%;
  max-width: 590px;
}

.router {
  margin-top: 3.2em;
  text-align: center;
}
.router img {
  width: 100%;
  max-width: 660px;
}

.right {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .right {
    text-align: left;
  }
}

.net-plan__item {
  margin-top: 2.4em;
}
.net-plan__item .inner {
  border: 1px solid #3787c8;
  border-radius: 10px;
  background: #ebf3f9;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.net-plan__item .inner h3 {
  background: #3787c8;
  border-radius: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 5px 1em;
}
.net-plan__item .inner h3::before {
  content: none;
}
.net-plan__item .inner .summary {
  padding: 1em;
}
.net-plan__item .inner p {
  margin: 0;
  text-align: center;
}
.net-plan__item .inner p.em {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3787c8;
}
.net-plan__item:nth-child(2) .inner {
  border: 1px solid #eb7869;
  background: #fdf1f0;
  overflow: hidden;
}
.net-plan__item:nth-child(2) .inner h3 {
  background: #eb7869;
}
.net-plan__item:nth-child(2) .inner p.em {
  color: #eb7869;
}
@media print, screen and (min-width: 768px) {
  .net-plan__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .net-plan__item {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .net-plan__item:nth-child(2n) {
    margin-right: 0;
  }
}

.spplan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6em;
}
.spplan-list__item {
  width: calc(50% - 8px);
  margin-top: 0.8em;
  margin-right: 10px;
}
.spplan-list__item:nth-child(2), .spplan-list__item:nth-child(4) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .spplan-list__item {
    width: calc(20% - 8px);
  }
  .spplan-list__item:nth-child(2), .spplan-list__item:nth-child(4) {
    margin-right: 10px;
  }
  .spplan-list__item:nth-child(5) {
    margin-right: 0;
  }
}

.intro {
  margin-top: 1.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: normal;
}
.intro h4 {
  margin-top: 0;
  margin-right: 1.5em;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}
.intro p {
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.intro p sup {
  font-size: 12px;
  font-size: 1.2rem;
}
.intro p .x-small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.intro .arrow {
  position: relative;
  display: inline-block;
  padding: 0 3em 0 0;
  margin: 0 1em 0 0;
  text-decoration: none;
}
.intro .arrow::before, .intro .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.intro .arrow::before {
  right: -10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #7a0;
}
.intro .arrow::after {
  right: 0;
  width: 10px;
  height: 10px;
  border-left: 20px solid #7a0;
}
@media print, screen and (min-width: 1023px) {
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.set-price h4 {
  border: none;
  margin-top: 15px;
  padding: 0;
  text-align: center;
}
.set-price h4 img {
  width: 100%;
  max-width: 180px;
}
.set-price p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .set-price p.total {
    text-align: center;
  }
  .set-price p.total img {
    max-width: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  .set-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .set-price h4 {
    width: 20%;
  }
  .set-price p.price {
    width: calc(55% - 10px);
  }
  .set-price p.total {
    width: calc(25% - 10px);
  }
}

.set__docomo .intro h4 {
  color: #c9374e;
}
.set__docomo .intro .arrow {
  color: #c9374e;
}
.set__docomo .intro .arrow::before {
  border-left: 10px solid #c9374e;
}
.set__docomo .intro .arrow::after {
  border-left: 20px solid #c9374e;
}

.set__softbank .intro h4 {
  color: #57737f;
}
.set__softbank .intro .arrow {
  color: #57737f;
}
.set__softbank .intro .arrow::before {
  border-left: 10px solid #57737f;
}
.set__softbank .intro .arrow::after {
  border-left: 20px solid #57737f;
}

.set__au .intro h4 {
  color: #e95404;
}
.set__au .intro .arrow {
  color: #e95404;
}
.set__au .intro .arrow::before {
  border-left: 10px solid #e95404;
}
.set__au .intro .arrow::after {
  border-left: 20px solid #e95404;
}
.set__au .em {
  color: #e95404;
}

.set__uq .intro h4 {
  color: #3c90d1;
}
.set__uq .intro .arrow {
  color: #3c90d1;
}
.set__uq .intro .arrow::before {
  border-left: 10px solid #3c90d1;
}
.set__uq .intro .arrow::after {
  border-left: 20px solid #3c90d1;
}
.set__uq .em {
  color: #3c90d1;
}

.security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e9f2f9;
  padding: 1.5em;
  margin-top: 2.4em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.security .em {
  color: #ff8c37 !important;
}
.security h3 {
  width: 100%;
  margin-top: 0;
  padding: 0;
  background: none;
  font-size: 24px;
  font-size: 2.4rem;
  color: #ff8c37;
  text-align: center;
  line-height: 1.4;
}
.security h3::before {
  content: none;
}
.security h3 .sub {
  color: #000;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
.security .point__wrap {
  margin-top: 1.6em;
}
.security .point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8em;
}
.security .point__item h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 60px;
  border: none;
  border-radius: 10px;
  background: #3787c8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
}
.security .point__item h4 span {
  font-size: 130%;
  display: inline-block;
  margin-left: 5px;
}
.security .point__item dl {
  line-height: 1.5;
}
.security .point__item dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3787c8;
}
.security .point__item dl dd {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .security {
    padding: 3em 1em 4em;
  }
  .security h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .security h3 .sub {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .security .point__item {
    margin-top: 1.6em;
  }
  .security .point__item h4 {
    width: 117px;
    height: 73px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .security .point__item dl {
    margin: 0 0 0 1em;
  }
  .security .point__item dl dt {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .security .point__item dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.summary-box {
  background: #e9f2f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  margin-top: 2.4em;
}
.summary-box h3, .summary-box ul, .summary-box dl {
  margin-top: 0;
}
.summary-box ul.list {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.summary-box ul.list li::before {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  top: 0.45em;
}
.summary-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.summary-box .price h3 {
  border-radius: 54px;
  background: #ff8c37;
  color: #fff;
  width: 108px;
  height: 108px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  padding: 0;
}
.summary-box .price h3::before {
  content: none;
}
.summary-box .price dl {
  margin: 0 0 0 15px;
}
.summary-box .price dl dt {
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
  padding: 5px 1.5em;
  display: inline-block;
}
.summary-box .price dl dd {
  margin: 0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  font-weight: bold;
}
.summary-box .price dl dd span {
  font-size: 35px;
  font-size: 3.5rem;
}
.summary-box .price dl dd span.tax {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 5px;
}
@media print, screen and (min-width: 1023px) {
  .summary-box {
    padding: 5em 1.5em;
  }
  .summary-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .summary-box ul.list {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 1.5em;
  }
  .summary-box .price {
    margin-top: 0;
  }
}

.title-area {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2.4em;
}
.title-area h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 0;
}
.title-area h2 .em {
  font-size: 110%;
  color: #eb7869;
}
.title-area p {
  line-height: 1.3;
  margin-top: 10px;
}
.title-area .circle {
  width: 114px;
  height: 114px;
  border-radius: 57px;
  background: #eb7869;
  font-size: 24px;
  font-size: 2.4rem;
  padding-top: 1em;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
}
.title-area .circle span {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1022px) {
  .title-area .circle {
    margin: 0 auto 15px;
  }
}
@media print, screen and (min-width: 1023px) {
  .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .title-area h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  .title-area p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .title-area .inner {
    width: calc(100% - 130px);
  }
  .title-area.horizontal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .title-area.horizontal h2 {
    margin-right: 10px;
  }
}

.price_list {
  margin-top: 1.6em;
}
.price_list__item {
  margin: 1px 0;
}
@media print, screen and (min-width: 768px) {
  .price_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .price_list.type-a .price_list__item {
    border-radius: 10px;
    overflow: hidden;
  }
  .price_list.type-b, .price_list.type-c {
    border-radius: 10px;
    overflow: hidden;
  }
  .price_list__item {
    width: calc(50% - 1px);
  }
  .price_list.type-a .price_list__item {
    width: calc(40.185% - 15px);
  }
  .price_list.type-a .price_list__item:nth-child(2n) {
    width: calc(59.815% - 15px);
  }
  .price_list.type-c .price_list__item {
    width: calc(33.3333% - 1px);
  }
}

.content h3.icon {
  background: none;
  color: #000;
  padding: 0;
  text-align: center;
  margin-top: 2.4em;
}
.content h3.icon::before {
  content: none;
}

.error {
  margin-top: 2.4em;
  border: 1px solid #d22d4b;
  color: #d22d4b;
  padding: 1em;
  text-align: center;
}
.error::before {
  font-family: FontAwesome;
  content: "\f071";
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  .selectradio .selectradio-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1022px) {
  .selectradio.check {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.course__item {
  -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 1.6em;
}
.course__item input[type=radio] {
  display: none;
}
.course__item input[type=radio]:checked + label {
  background: #ffe55e;
}
.course__item label {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
.course__item h4 {
  margin-top: 0;
  text-align: center;
  background: #ff8c37;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  border: none;
  padding: 0.5em;
  border-radius: 0;
}
.course__item h4 a {
  color: #fff;
}
.course__item h4 a:visited {
  color: #fff;
}
.course__item h4::before {
  content: none;
}
.course__item p {
  margin-top: 0;
  padding: 0 20px;
}
.course__item p.txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 20px;
}
.course__item p.price {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
.course__item p.price span.icon {
  background: #464646;
  font-size: 13px;
  font-size: 1.3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  padding: 0.25em;
  margin-right: 10px;
}
.course__item p.price span.yen {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
}
.course__item p.price span.x-small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.course__item.tv h4 {
  background: #eb7869;
}
.course__item.net h4 {
  background: #3787c8;
}
.course__item.tel h4 {
  background: #46a04b;
}
.course__item.stb {
  border: 1px solid #cc3b37;
}
.course__item.stb h4 {
  background: #cc3b37;
}
@media print, screen and (min-width: 768px) {
  .course__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course__item {
    width: calc(50% - 20px);
    margin-right: 30px;
  }
  .course__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1023px) {
  .course__item {
    width: calc(33.3333% - 20px);
  }
  .course__item:nth-child(2n) {
    margin-right: 30px;
  }
  .course__item:nth-child(3n) {
    margin-right: 0;
  }
}

.channel-wrap {
  border-radius: 10px;
  overflow-x: scroll;
  margin-top: 1.6em;
}</pre></body></html>