@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1em;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  pointer-events: none;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd, section, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #00A0E9;
}

.view-pc {
  display: none;
}

.view-sp {
  display: block;
}

.header {
  background: #1d4275;
  width: 100%;
}

.header-top {
  background: #FFF;
}

.header-h1 {
  padding: calc(30 / 800 * 100vw) calc(20 / 800 * 100vw) calc(5 / 800 * 100vw) calc(20 / 800 * 100vw);
  font-weight: bold;
  font-size: 3.6vw;
  line-height: 1.4;
  color: #ff4275;
  text-align: center;
}

.header-movie {
  background: #ffc800;
}

.header-news-wrapper {
  background: #FFF;
}

.header-news-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(20 / 800 * 100vw) calc(30 / 800 * 100vw);
  background: #1d4275;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFF;
}

.header-news-body {
  margin: 0 auto;
  padding: calc(35 / 800 * 100vw) 0 calc(40 / 800 * 100vw) 0;
  width: calc(740 / 800 * 100vw);
}

.header-news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: calc(15 / 800 * 100vw) 0 0 0;
}

.header-news-box dt {
  width: 7em;
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #ff4275;
  text-align: center;
}

.header-news-box dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: calc(2 / 800 * 100vw) calc(20 / 800 * 100vw) 0 0;
  font-size: 2.8vw;
  line-height: 1.4;
  color: #00A9E9;
  word-break: break-all;
}

.header-news-box dd a {
  color: #00A9E9;
}

.header-news-box:first-child {
  margin: 0;
}

.header-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header-link-list li {
  width: 50%;
}

.header-link-list li:first-child {
  background: #1093d7;
}

.header-link-list li:last-child {
  background: #b45d9b;
}

.header-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(40 / 800 * 100vw) 0 calc(20 / 800 * 100vw) 0;
  background: url(/images/header_text_bg.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  height: calc(621 / 800 * 100vw);
}

.header-text-box {
  padding: 0 calc(20 / 800 * 100vw) 0 calc(360 / 800 * 100vw);
}

.header-text-box p {
  font-weight: bold;
  font-size: 2.6vw;
  line-height: 1.7;
}

.header-text-notice {
  padding: calc(30 / 800 * 100vw) calc(20 / 800 * 100vw) 0 calc(360 / 800 * 100vw);
}

.header-text-notice p {
  font-size: 2vw;
  line-height: 1.5;
}

.header-text-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.about {
  background: #1d4275;
  width: 100%;
}

.about-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2%;
  width: 90%;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffc800;
  border-left: 4px solid #ffc800;
}

.about-sub-head {
  position: relative;
  display: inline-block;
  margin: 0 auto 5% auto;
  padding: 1% 4%;
  background: #FFF;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 1.4;
  text-align: center;
  color: #1d4275;
}

.about-sub-head:before {
  content: "";
  width: 12px;
  height: 100%;
  left: -12px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #FFF), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, #FFF), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: -webkit-linear-gradient(top right, #FFF 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom right, #FFF 50%, transparent 50%) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, #FFF 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #FFF 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

.about-sub-head:after {
  content: "";
  width: 12px;
  height: 100%;
  right: -12px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #FFF), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, #FFF), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: -webkit-linear-gradient(top left, #FFF 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom left, #FFF 50%, transparent 50%) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom right, #FFF 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #FFF 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

.about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7% 0;
  width: 100%;
}

.about-text-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 0 0 5%;
  width: 55%;
}

.about-text-left p {
  font-size: 2.8vw;
  line-height: 1.6;
  color: #FFF;
}

.about-text-right {
  padding: 10% 0 0 0;
  width: 45%;
}

.about-points {
  padding: 0 0 5% 0;
  text-align: center;
}

.about-points-box {
  padding: 0 0 5% 0;
}

.about-points-num {
  margin: 0 auto;
  padding: 0 0 0.5% 0;
  width: 90%;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.about-points-num span {
  font-style: italic;
  font-size: 6.5vw;
  line-height: 1;
  vertical-align: bottom;
}

.about-points-text {
  margin: 0 auto;
  padding: 2% 0 4% 0;
  width: 90%;
  text-align: left;
}

.about-points-text p {
  font-size: 2.4vw;
  line-height: 1.3;
  color: #FFF;
}

.about-channel {
  padding: 0 0 10% 0;
  text-align: center;
}

.about-channel-text {
  margin: 0 auto;
  padding: 0 0 5% 0;
  width: 90%;
  text-align: center;
}

.about-channel-text p {
  font-size: 2.4vw;
  line-height: 1.6;
  color: #FFF;
}

.about-channel-list li {
  padding: 0 0 4% 0;
}

.about-channel-list li:last-child {
  padding: 0;
}

.about-channel-list-notice {
  margin: 0 auto;
  padding: 2% 0 4% 0;
  width: 90%;
  text-align: left;
}

.about-channel-list-notice p {
  font-size: 2.4vw;
  line-height: 1.5;
  color: #FFF;
}

.about-channel-list-notice a {
  color: #00A9E9;
}

.about-channel-list-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.about-channel-list-notice .pink {
  color: #ff4275;
}

.about-channel-list-notice .link {
  font-size: 2.8vw;
  line-height: 1.7;
}

.about-future {
  padding: 0 0 5% 0;
  text-align: center;
}

.about-future-text {
  margin: 0 auto;
  padding: 2% 0 7% 0;
  width: 90%;
  text-align: left;
}

.about-future-text p {
  font-size: 2.8vw;
  line-height: 1.6;
  color: #FFF;
}

.about-future-spread-text {
  margin: 0 auto;
  padding: 0 0 2% 0;
  width: 90%;
  text-align: center;
}

.about-future-spread-text p {
  font-weight: bold;
  font-size: 2.6vw;
  line-height: 1.4;
  color: #FFF;
}

.about-future-spread-notice {
  margin: 0 auto;
  padding: 2% 0 4% 0;
  width: 90%;
  text-align: left;
}

.about-future-spread-notice p {
  font-size: 2.4vw;
  line-height: 1.5;
  color: #FFF;
}

.about-future-spread-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.procedure {
  padding: 52% 0 5% 0;
  background: url(/images/proce_bg.jpg) 50% 0 no-repeat, #FFF;
  background-size: 100% auto;
  width: 100%;
}

.procedure-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2%;
  width: 90%;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #ff4275;
  border-left: 4px solid #ff4275;
}

.procedure-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 7% 0;
  width: 100%;
}

.procedure-text-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 2% 0 5%;
  width: 55%;
}

.procedure-text-left p {
  font-size: 2.6vw;
  line-height: 1.6;
}

.procedure-text-right {
  padding: 6% 0 0 0;
  width: 45%;
}

.procedure-require {
  margin: 0 auto;
  width: calc(710 / 800 * 100vw);
}

.procedure-require-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.procedure-require-head-left {
  width: 50%;
}

.procedure-require-head-right {
  width: 50%;
}

.procedure-require-body {
  padding: 0 0 7% 0;
  background: url(/images/proce_4k8k_bg_btm.png) 50% 100% no-repeat, url(/images/proce_4k8k_bg_loop.png) 50% 0 repeat-y;
  background-size: 100% auto, 100% auto;
}

.procedure-require-message {
  margin: 0 auto;
  padding: 6% 0 3% 0;
  width: 90%;
  font-weight: bold;
  font-size: 4.6vw;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #ff4275;
  text-align: center;
}

.procedure-require-message-notice {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.procedure-require-message-notice p {
  font-size: 2vw;
  line-height: 1.5;
}

.procedure-require-1 {
  padding: 5% 0 0 0;
}

.procedure-require-1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% auto 0 auto;
  width: 88%;
}

.procedure-require-1-row-cell {
  width: 31%;
}

.procedure-require-1-row-cell:nth-child(2) {
  margin: 0 3.5%;
}

.procedure-require-2 {
  padding: 5% 0 0 0;
}

.procedure-require-3 {
  padding: 5% 0 0 0;
}

.procedure-require-text {
  margin: 0 auto;
  padding: 3% 0 0 0;
  width: 88%;
}

.procedure-require-text p {
  font-size: 2.3vw;
  line-height: 1.7;
}

.procedure-require-notice {
  margin: 0 auto;
  padding: 3% 0 0 0;
  width: 90%;
  text-align: center;
}

.procedure-require-notice p {
  font-size: 2vw;
  line-height: 1.5;
}

.procedure-require-tab-box-4k {
  display: none;
}

.procedure-view {
  padding: 1% 0 4% 0;
}

.procedure-view-1 {
  padding: 5% 0 0 0;
  text-align: center;
}

.procedure-view-2 {
  padding: 5% 0 0 0;
  text-align: center;
}

.procedure-view-3 {
  padding: 5% 0 0 0;
  text-align: center;
}

.procedure-view-head img {
  margin: 0 0 -6% 0;
}

.procedure-view-box {
  margin: 0 auto;
  padding: 0 0 5.5% 0;
  background: #d0f0fe;
  width: 88.8%;
  overflow: hidden;
  border-radius: 12px;
}

.procedure-view-box-head {
  display: inline-block;
  padding: 11% 1% 1% 1%;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #1d4275;
  text-align: center;
  border-bottom: 4px solid #ffc800;
}

.procedure-view-box-head .small {
  font-size: 3vw;
}

.procedure-view-box-image {
  padding: 5% 0 5% 0;
}

.procedure-view-box-text {
  margin: 0 auto;
  width: 86%;
  text-align: left;
}

.procedure-view-box-text p {
  font-size: 2.6vw;
  line-height: 1.6;
}

.procedure-view-box-text a {
  display: inline;
}

.procedure-view-box-text .head {
  padding-bottom: 1%;
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.4;
  color: #ff4275;
}

.procedure-view-box-text .sep {
  padding-top: 5%;
}

.procedure-view-box-chart {
  padding: 5% 0 0 0;
}

.procedure-view-box-notice {
  margin: 0 auto;
  padding: 3% 0 1% 0;
  width: 86%;
  text-align: left;
}

.procedure-view-box-notice p {
  font-size: 2.4vw;
  line-height: 1.4;
}

.procedure-view-box-notice a {
  padding-left: 0;
  text-indent: 0;
}

.procedure-view-box-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.procedure-view-box-link {
  padding: 0 3%;
  text-align: right;
}

.procedure-view-box-link a {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.4;
}

.procedure-view-box-link a {
  text-decoration: none;
  color: #000;
}

.procedure-view-box-link a::after {
  content: "";
  display: inline-block;
  margin-left: calc(10 / 800 * 100vw);
  background: url("/images/icon_link_circle.png") 50% 50% no-repeat;
  background-size: contain;
  width: calc(41 / 800 * 100vw);
  height: calc(41 / 800 * 100vw);
  vertical-align: calc(-11 / 800 * 100vw);
}

.memo-label img {
  margin: 0 0 -8% 0;
}

.memo-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #FFF;
  width: 88.8%;
  -webkit-box-shadow: 0 0 0 5px #1d4275 inset, 0 0 0 10px #FFF inset, 0 0 0 12px #1d4275 inset;
  box-shadow: 0 0 0 5px #1d4275 inset, 0 0 0 10px #FFF inset, 0 0 0 12px #1d4275 inset;
}

.memo-text {
  margin: 0 auto;
  padding: 2% 0 7% 0;
  width: 86%;
  text-align: left;
}

.memo-text p {
  font-size: 2.4vw;
  line-height: 1.7;
}

.cost {
  padding: 52% 0 5% 0;
  background: url(/images/cost_bg.jpg) 50% 0 no-repeat, #1d4275;
  background-size: 100% auto;
  width: 100%;
}

.cost-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2%;
  width: 88.8%;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #ffc800;
  border-left: 4px solid #ffc800;
}

.cost-text {
  margin: 0 auto;
  padding: 5% 0 5% 0;
  width: 88.8%;
  text-align: left;
}

.cost-text p {
  font-size: 2.8vw;
  line-height: 1.6;
  color: #FFF;
}

.cost-box {
  margin: 0 auto;
  padding: 5% 0 5.5% 0;
  background: #FFF;
  width: 88.8%;
  overflow: hidden;
  border-radius: 12px;
}

.cost-box-head {
  display: inline-block;
  margin: 0 7%;
  padding: 1.2% 2%;
  background: #ff4275;
  font-weight: bold;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFF;
}

.cost-box-text {
  margin: 0 auto;
  padding: 1.5% 0 0 0;
  width: 86%;
}

.cost-box-text p {
  font-weight: bold;
  font-size: 3.2vw;
  line-height: 1.4;
  color: #1d4275;
}

.cost-box-tab {
  margin: 5% auto 0 auto;
  width: 86%;
}

.cost-box-tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cost-box-tab-head-left {
  width: 50%;
}

.cost-box-tab-head-right {
  width: 50%;
}

.cost-box-tab-box-jsat {
  display: none;
}

.cost-box-const-name {
  margin: 5% 7% 3% 7%;
  font-size: 3vw;
  line-height: 1.3;
  color: #1d4275;
}

.cost-box-const-chart-table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 86%;
  font-size: 2vw;
  line-height: 1.4;
  vertical-align: middle;
}

.cost-box-const-chart-table th {
  padding: 2% 2%;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.cost-box-const-chart-table th:last-child {
  border-right: none;
}

.cost-box-const-chart-table td {
  padding: 2% 2%;
  text-align: right;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.cost-box-const-chart-table td:first-child {
  font-weight: bold;
  text-align: left;
}

.cost-box-const-chart-table thead th {
  background: #f8f8f8;
}

.cost-box-const-chart-table tbody td {
  background: #FFF;
}

.cost-box-const-chart-table tfoot td {
  background: #fff0c8;
}

.cost-box-const-chart-table .antenna {
  padding: 2% 1%;
  background: #0f87d2;
  font-size: 1.8vw;
  line-height: 1.2;
  color: #FFF;
}

.cost-box-const-chart-table .jsat {
  padding: 2% 1%;
  background: #ff4275;
  font-size: 1.8vw;
  line-height: 1.2;
  color: #FFF;
}

.cost-box-const-chart-table .antenna-result {
  font-weight: bold;
  color: #0f87d2;
}

.cost-box-const-chart-table .jsat-result {
  font-weight: bold;
  color: #ff4275;
}

.cost-box-const-chart-table .yen {
  font-weight: normal;
  font-size: 1.4vw;
}

.cost-box-const-chart-table .unnece {
  font-weight: bold;
  font-size: 2.4vw;
  color: #ff4275;
}

.cost-box-const-chart-table .left {
  text-align: left;
}

.cost-box-const-chart-table .end {
  border-right: none;
}

.cost-box-const-result-antenna, .cost-box-const-result-jsat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6% auto 0 auto;
  width: 86%;
}

.cost-box-const-result-antenna-head, .cost-box-const-result-jsat-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4% 1%;
  background: #0f87d2;
  width: 46%;
  text-align: center;
}

.cost-box-const-result-antenna-head p, .cost-box-const-result-jsat-head p {
  font-weight: bold;
  font-size: 2.4vw;
  line-height: 1.2;
  color: #FFF;
}

.cost-box-const-result-antenna-price, .cost-box-const-result-jsat-price {
  width: 50%;
  text-align: right;
}

.cost-box-const-result-antenna-price p, .cost-box-const-result-jsat-price p {
  font-weight: bold;
  font-size: 3.5vw;
  line-height: 1.4;
  color: #0f87d2;
}

.cost-box-const-result-antenna-price .sub, .cost-box-const-result-jsat-price .sub {
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 1.4;
}

.cost-box-const-result-antenna-price .number, .cost-box-const-result-jsat-price .number {
  font-size: 4.5vw;
  line-height: 1;
}

.cost-box-const-result-antenna-price .number-small, .cost-box-const-result-jsat-price .number-small {
  font-size: 3.5vw;
  line-height: 1;
}

.cost-box-const-result-jsat {
  margin: 1.5% auto 0 auto;
}

.cost-box-const-result-jsat-head {
  padding: 2.5% 1%;
  background: #ff4275;
}

.cost-box-const-result-jsat-price p {
  color: #ff4275;
}

.cost-box-const-notice {
  margin: 0 auto;
  padding: 6% 0 0 0;
  width: 86%;
}

.cost-box-const-notice p {
  font-size: 2.4vw;
  line-height: 1.4;
}

.cost-box-const-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cost-box-const-notice .indent-in {
  padding-left: 1em;
}

.cost-box-const-notice .indent-in-indent {
  padding-left: 2em;
  text-indent: -1em;
}

.cost-box-const-notice .sep {
  padding-top: 2%;
}

.hikari {
  padding: 0 0 5% 0;
  background: url(/images/hikari_bg.png) 50% 0 no-repeat, #ffc800;
  background-size: 100% auto;
  width: 100%;
}

.hikari-head {
  margin: 0 auto;
  padding: 1% 0 0 0;
  width: 88.8%;
  font-weight: bold;
  font-size: 5.4vw;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #1d4275;
  text-align: center;
}

.hikari-text {
  margin: 0 auto;
  padding: 4% 0 7% 0;
  width: 88.8%;
  text-align: left;
}

.hikari-text p {
  font-size: 2.8vw;
  line-height: 1.6;
}

.hikari-sub-head {
  position: relative;
  display: inline-block;
  margin: 0 auto 5% auto;
  padding: 1% 4%;
  background: #1d4275;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
}

.hikari-sub-head .small {
  font-size: 3vw;
}

.hikari-sub-head:before {
  content: "";
  width: 12px;
  height: 100%;
  left: -12px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #1d4275), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, #1d4275), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: -webkit-linear-gradient(top right, #1d4275 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom right, #1d4275 50%, transparent 50%) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, #1d4275 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top left, #1d4275 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

.hikari-sub-head:after {
  content: "";
  width: 12px;
  height: 100%;
  right: -12px;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #1d4275), color-stop(50%, transparent)) top left/100% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, color-stop(50%, #1d4275), color-stop(50%, transparent)) bottom left/100% 50% no-repeat;
  background: -webkit-linear-gradient(top left, #1d4275 50%, transparent 50%) top left/100% 50% no-repeat, -webkit-linear-gradient(bottom left, #1d4275 50%, transparent 50%) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom right, #1d4275 50%, transparent 50%) top left/100% 50% no-repeat, linear-gradient(to top right, #1d4275 50%, transparent 50%) bottom left/100% 50% no-repeat;
}

.hikari-service {
  padding: 0 0 5% 0;
  text-align: center;
}

.hikari-service-chart {
  padding: 1% 0 4% 0;
}

.hikari-service-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 3.5% 2% 3% 2%;
  background: url(/images/button_arrow.png) 50% 50% no-repeat, #ff4275;
  background-size: 100% auto;
  width: 70%;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  border-radius: 5em;
  overflow: hidden;
}

.hikari-service-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 3% 4%;
  background: #FFF;
  width: 88.8%;
  text-align: left;
  border-radius: 0.4em;
  overflow: hidden;
}

.hikari-service-area p {
  font-weight: bold;
  font-size: 3.4vw;
  line-height: 1.4;
}

.hikari-service-area .head {
  padding-bottom: 1.5%;
  font-weight: bold;
  font-size: 3.4vw;
  line-height: 1.4;
  color: #1d4275;
}

.hikari-service-area .notice {
  padding-top: 1.5%;
  font-weight: normal;
  font-size: 2.5vw;
  line-height: 1.4;
}

.hikari-guide {
  padding: 5% 0 0 0;
  text-align: center;
}

.hikari-guide-text {
  margin: -3% auto 0 auto;
  padding: 0 0 6% 0;
  width: 88.8%;
  text-align: left;
}

.hikari-guide-text p {
  font-size: 2.8vw;
  line-height: 1.6;
}

.hikari-guide-text .head {
  padding-bottom: 3%;
  font-weight: bold;
  font-size: 3.4vw;
  line-height: 1.6;
  color: #1d4275;
  text-align: center;
}

.hikari-guide-inquiry {
  margin: 0 auto;
  background: #FFF;
  width: 88.8%;
}

.hikari-guide-inquiry-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 2% 2%;
  background: #1d4275;
  width: 100%;
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #FFF;
  text-align: center;
}

.hikari-guide-inquiry-body {
  padding: 3% 0 4% 0;
  background: url(/images/hikari_gui_inq_bg.png) 50% 0 no-repeat;
  background-size: 100% auto;
}

.hikari-guide-inquiry-tel-text {
  padding: 0 0 0.5% 3%;
  font-weight: bold;
  font-size: 2.7vw;
  line-height: 1.2;
  text-align: left;
}

.hikari-guide-inquiry-tel {
  margin: 0 0 0 2%;
  width: 60%;
}

.hikari-guide-inquiry-notice {
  margin: 0 auto;
  padding: 1% 0 3% 0;
  width: 94%;
  text-align: left;
}

.hikari-guide-inquiry-notice p {
  font-size: 2.2vw;
  line-height: 1.4;
}

.hikari-guide-inquiry-notice .sep {
  padding-top: 1%;
}

.hikari-guide-inquiry-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 3.5% 2% 3% 2%;
  background: url(/images/button_arrow.png) 50% 50% no-repeat, #0f87d2;
  background-size: 100% auto;
  width: 79%;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  border-radius: 5em;
  overflow: hidden;
}

.hikari-guide-step li {
  margin: 0 0 -1% 0;
}

.hikari-guide-step li:nth-child(7) {
  margin: 0;
}

.hikari-guide-step li:last-child {
  margin: 0;
}

.inquiry {
  padding: 52% 0 7% 0;
  background: url(/images/inquiry_bg.jpg) 50% 0 no-repeat, #FFF;
  background-size: 100% auto;
  width: 100%;
}

.inquiry-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 2%;
  width: 88.8%;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #ff4275;
  border-left: 4px solid #ff4275;
}

.inquiry-text {
  margin: 0 auto;
  padding: 5% 0 4% 0;
  width: 88.8%;
  text-align: left;
}

.inquiry-text p {
  font-size: 2.8vw;
  line-height: 1.6;
}

.inquiry-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 7% auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 88.8%;
  border: 3px solid #ff4275;
}

.inquiry-attention-left {
  padding: 0 0 0 1%;
  width: 12%;
}

.inquiry-attention-right {
  padding: 2.5% 4% 2% 0;
  width: 83%;
}

.inquiry-attention-right p {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 1.6;
  color: #ff4275;
}

.inquiry-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 3.5% 2% 3% 2%;
  background: url(/images/button_arrow.png) 50% 50% no-repeat, #0f87d2;
  background-size: 100% auto;
  width: 70%;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  border-radius: 5em;
  overflow: hidden;
}

.inquiry-notice {
  margin: 0 auto;
  padding: 6% 0 0 0;
  width: 88.8%;
}

.inquiry-notice p {
  font-size: 2.4vw;
  line-height: 1.4;
}

.inquiry-notice a {
  padding-left: 0;
  text-indent: 0;
}

.inquiry-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.footer {
  padding: 14% 0 20% 0;
  background: url(/images/footer_bg.png) 50% 0 no-repeat, #1d4275;
  background-size: 100% auto;
  width: 100%;
}

.footer-copyright {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}

.footer-copyright p {
  font-size: 2.4vw;
  line-height: 1.5;
  color: #FFF;
}

.fixed-pagetop {
  position: fixed;
  right: 1%;
  bottom: 7%;
  width: 18%;
  z-index: 50;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}

.fixed-pagetop a {
  display: block;
}

.sp-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.sp-nav-link {
  background: rgba(14, 33, 58, 0.8);
}

.sp-nav-link ul {
  margin: 0 auto;
  padding: 7% 0;
  width: 80%;
}

.sp-nav-link ul li {
  border-bottom: 1px solid #FFF;
}

.sp-nav-link ul li:first-child {
  border-top: 1px solid #FFF;
}

.sp-nav-link ul a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 4% 2%;
  background: url(/images/sp_nav_arrow.png) 50% 50% no-repeat;
  background-size: 100% auto;
  text-decoration: none;
  font-size: 3.2vw;
  line-height: 1.3;
  color: #FFF;
}

.sp-nav-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0f87d2;
  width: 100%;
  border-top: 2px solid #0f87d2;
}

.sp-nav-menu-btn {
  width: calc(128 / 800 * 100vw);
}

.sp-nav-menu-tel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sp-nav-menu-inquiry {
  width: calc(128 / 800 * 100vw);
}

.thanks {
  padding: 10% 0 10% 0;
}

.thanks-message {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.thanks-message h1 {
  font-weight: bold;
  font-size: 5.4vw;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #1d4275;
}

.thanks-text {
  margin: 0 auto;
  padding: 6% 0 5% 0;
  width: 80%;
  text-align: left;
}

.thanks-text p {
  font-size: 2.8vw;
  line-height: 1.6;
}

.thanks-attention {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 16% auto;
  padding: 2% 3%;
  width: 80%;
  border: 3px solid #ff4275;
}

.thanks-attention p {
  font-weight: bold;
  font-size: 2.8vw;
  line-height: 1.6;
  color: #ff4275;
}

.thanks-link-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 5.5% 2% 5% 2%;
  background: url(/images/button_arrow_blue.png) 50% 50% no-repeat, #FFF;
  background-size: 100% auto;
  width: 64%;
  text-decoration: none;
  font-weight: bold;
  font-size: 3.7vw;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1d4275;
  text-align: center;
  border-radius: 5em;
  overflow: hidden;
  border: 2px solid #1d4275;
}

.modal-movie-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

.modal-movie-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10002;
}

.modal-movie-box-head-close-btn {
  margin: 1% 5% 1% auto;
  width: calc(60 / 800 * 100vw);
}

.modal-movie-box-area {
  margin: 0 auto;
  width: 90%;
}

.modal-movie-box-area-inner {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}

.modal-movie-box-area-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-header {
  padding: 0 0 calc(28 / 800 * 100vw) 0;
  width: 100%;
}

.movie-area {
  padding: 0 0 calc(116 / 800 * 100vw) 0;
  background: url(/images/movie/film_bg.png?210609) 50% 0 no-repeat, url(/images/movie/film_bg.png?210609) 50% 100% no-repeat, #ffc800;
  background-size: 100% auto;
  width: 100%;
}

.movie-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: calc(712 / 800 * 100vw);
}

.movie-area-list li {
  width: calc(338 / 800 * 100vw);
}

.movie-area-list-text {
  padding: calc(20 / 800 * 100vw) 0 0 0;
}

.movie-area-list-text p {
  font-size: 2.8vw;
  line-height: 1.4;
  color: #000;
}

.movie-area-apab {
  margin: calc(50 / 800 * 100vw) auto 0 auto;
  padding: calc(50 / 800 * 100vw) 0 0 0;
  width: calc(712 / 800 * 100vw);
  border-top: calc(2 / 800 * 100vw) dotted #000;
}

.movie-area-apab-head {
  padding-bottom: calc(50 / 800 * 100vw);
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 1.3;
  color: #1d4275;
  text-align: center;
}

.movie-back-button {
  padding: calc(75 / 800 * 100vw) 0 calc(68 / 800 * 100vw) 0;
}

.movie-back-button a {
  display: block;
  margin: 0 auto;
  width: calc(438 / 800 * 100vw);
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (min-width: 800px) {
  .view-pc {
    display: block;
  }
  .view-sp {
    display: none;
  }
  .wrapper {
    position: relative;
    margin: 0 auto;
    width: 800px;
  }
  .pc-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .pc-nav-inner {
    position: relative;
    margin: 0 auto;
    width: 800px;
  }
  .pc-nav-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1d4275;
    width: 800px;
  }
  .pc-nav-list a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    width: 95px;
    height: 75px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
  }
  .pc-nav-list a:hover {
    background: #0f87d2;
  }
  .pc-nav-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 14px;
    width: 289px;
    height: 98px;
  }
  .pc-nav-tel-num {
    width: 195px;
  }
  .pc-nav-tel-num img {
    width: 195px;
    height: 98px;
  }
  .pc-nav-tel-form {
    width: 94px;
  }
  .pc-nav-tel-form img {
    width: 94px;
    height: 98px;
  }
  .header {
    margin: 75px 0 0 0;
  }
  .header-h1 {
    padding: 45px 20px 5px 20px;
    font-size: 24px;
    line-height: 1.3;
  }
  .header-news-head {
    padding: 20px 30px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .header-news-body {
    padding: 35px 0 40px 0;
    width: 740px;
  }
  .header-news-box {
    margin: 15px 0 0 0;
  }
  .header-news-box dt {
    font-size: 21px;
    line-height: 1.5;
  }
  .header-news-box dd {
    padding: 2px 20px 0 0;
    font-size: 21px;
    line-height: 1.3;
  }
  .header-news-box:first-child {
    margin: 0;
  }
  .header-text {
    padding: 40px 0 20px 0;
    height: 621px;
  }
  .header-text-box {
    padding: 0 20px 0 360px;
  }
  .header-text-box p {
    font-size: 20px;
    line-height: 1.7;
  }
  .header-text-notice {
    padding: 30px 20px 0 360px;
  }
  .header-text-notice p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-head {
    font-size: 40px;
    line-height: 1;
  }
  .about-sub-head {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-text-left p {
    font-size: 20px;
    line-height: 1.6;
  }
  .about-points-num {
    font-size: 32px;
    line-height: 1.3;
  }
  .about-points-num span {
    font-size: 50px;
    line-height: 1;
  }
  .about-points-text p {
    font-size: 20px;
    line-height: 1.3;
  }
  .about-channel-text p {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-channel-list-notice p {
    font-size: 18px;
    line-height: 1.5;
  }
  .about-channel-list-notice .link {
    font-size: 22px;
    line-height: 1.7;
  }
  .about-future-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .about-future-spread-text p {
    font-size: 22px;
    line-height: 1.4;
  }
  .about-future-spread-notice p {
    font-size: 18px;
    line-height: 1.5;
  }
  .procedure-head {
    font-size: 40px;
    line-height: 1.1;
  }
  .procedure-text-left p {
    font-size: 20px;
    line-height: 1.6;
  }
  .procedure-require {
    width: 710px;
  }
  .procedure-require-message {
    font-size: 38px;
    line-height: 1.1;
  }
  .procedure-require-message-notice p {
    font-size: 16px;
    line-height: 1.5;
  }
  .procedure-require-text p {
    font-size: 20px;
    line-height: 1.7;
  }
  .procedure-require-notice p {
    font-size: 16px;
    line-height: 1.5;
  }
  .procedure-view-box-head {
    font-size: 32px;
    line-height: 1.3;
  }
  .procedure-view-box-head .small {
    font-size: 22px;
  }
  .procedure-view-box-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .procedure-view-box-text .head {
    font-size: 25px;
    line-height: 1.4;
  }
  .procedure-view-box-notice p {
    font-size: 18px;
    line-height: 1.4;
  }
  .procedure-view-box-link a {
    font-size: 24px;
    line-height: 1.4;
  }
  .procedure-view-box-link a::after {
    margin-left: calc(8 / 800 * 100vw);
    width: calc(26 / 800 * 100vw);
    height: calc(26 / 800 * 100vw);
    vertical-align: calc(-7 / 800 * 100vw);
  }
  .memo-text p {
    font-size: 20px;
    line-height: 1.7;
  }
  .cost-head {
    font-size: 40px;
    line-height: 1.1;
  }
  .cost-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .cost-box-head {
    font-size: 24px;
    line-height: 1;
  }
  .cost-box-text p {
    font-size: 24px;
    line-height: 1.4;
  }
  .cost-box-const-name {
    font-size: 24px;
    line-height: 1.3;
  }
  .cost-box-const-chart-table {
    font-size: 14px;
    line-height: 1.4;
  }
  .cost-box-const-chart-table .antenna {
    font-size: 12px;
    line-height: 1.2;
  }
  .cost-box-const-chart-table .jsat {
    font-size: 12px;
    line-height: 1.2;
  }
  .cost-box-const-chart-table .yen {
    font-size: 12px;
  }
  .cost-box-const-chart-table .unnece {
    font-size: 18px;
  }
  .cost-box-const-result-antenna-head p, .cost-box-const-result-jsat-head p {
    font-size: 16px;
    line-height: 1.2;
  }
  .cost-box-const-result-antenna-price p, .cost-box-const-result-jsat-price p {
    font-size: 20px;
    line-height: 1.4;
  }
  .cost-box-const-result-antenna-price .sub, .cost-box-const-result-jsat-price .sub {
    font-size: 14px;
    line-height: 1.4;
  }
  .cost-box-const-result-antenna-price .number, .cost-box-const-result-jsat-price .number {
    font-size: 32px;
    line-height: 1;
  }
  .cost-box-const-result-antenna-price .number-small, .cost-box-const-result-jsat-price .number-small {
    font-size: 20px;
    line-height: 1;
  }
  .cost-box-const-notice p {
    font-size: 18px;
    line-height: 1.4;
  }
  .hikari-head {
    font-size: 40px;
    line-height: 1.3;
  }
  .hikari-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .hikari-sub-head {
    font-size: 30px;
    line-height: 1.4;
  }
  .hikari-sub-head .small {
    font-size: 22px;
  }
  .hikari-service-link-btn {
    font-size: 29px;
    line-height: 1.2;
  }
  .hikari-service-area {
    border-radius: 0.8em;
  }
  .hikari-service-area p {
    font-size: 24px;
    line-height: 1.6;
  }
  .hikari-service-area .head {
    font-size: 24px;
    line-height: 1.6;
  }
  .hikari-service-area .notice {
    font-size: 18px;
    line-height: 1.6;
  }
  .hikari-guide-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .hikari-guide-text .head {
    font-size: 24px;
    line-height: 1.6;
  }
  .hikari-guide-inquiry-head {
    font-size: 24px;
    line-height: 1.4;
  }
  .hikari-guide-inquiry-tel-text {
    font-size: 22px;
    line-height: 1.2;
  }
  .hikari-guide-inquiry-notice p {
    font-size: 18px;
    line-height: 1.4;
  }
  .hikari-guide-inquiry-link-btn {
    font-size: 29px;
    line-height: 1.2;
  }
  .inquiry-head {
    font-size: 40px;
    line-height: 1.1;
  }
  .inquiry-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .inquiry-attention {
    border: 5px solid #ff4275;
  }
  .inquiry-attention-right p {
    font-size: 20px;
    line-height: 1.6;
  }
  .inquiry-link-btn {
    font-size: 29px;
    line-height: 1.2;
  }
  .inquiry-notice p {
    font-size: 18px;
    line-height: 1.4;
  }
  .footer {
    padding: 14% 0 6% 0;
  }
  .footer-copyright p {
    font-size: 18px;
    line-height: 1.5;
  }
  .fixed-pagetop {
    position: fixed;
    right: auto;
    left: 50%;
    bottom: 20px;
    width: 150px;
    -webkit-transform: translateX(240px);
    transform: translateX(240px);
  }
  .thanks-message h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .thanks-text p {
    font-size: 20px;
    line-height: 1.6;
  }
  .thanks-attention p {
    font-size: 22px;
    line-height: 1.6;
  }
  .thanks-link-btn {
    font-size: 30px;
    line-height: 1.2;
  }
  .modal-movie-box-head {
    margin: 0 auto;
    width: 640px;
  }
  .modal-movie-box-head-close-btn {
    margin: 1% 0 1% auto;
    text-align: right;
    width: 60px;
  }
  .modal-movie-box-area {
    width: 640px;
  }
  .movie-pc-nav-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: #1d4275;
    width: 800px;
    height: 75px;
  }
  .movie-header {
    margin: 75px 0 0 0;
    padding: 0 0 28px 0;
  }
  .movie-area {
    padding: 0 0 116px 0;
  }
  .movie-area-list {
    width: 712px;
  }
  .movie-area-list li {
    width: 338px;
  }
  .movie-area-list-text {
    padding: 20px 0 0 0;
  }
  .movie-area-list-text p {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
  }
  .movie-area-apab {
    margin: 50px auto 0 auto;
    padding: 50px 0 0 0;
    width: 712px;
    border-top: 2px dotted #000;
  }
  .movie-area-apab-head {
    padding-bottom: 50px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
  }
  .movie-back-button {
    padding: 75px 0 68px 0;
  }
  .movie-back-button a {
    width: 438px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a:focus {
    outline: none;
  }
}
