@import "html5reset.css";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.pconly{display:block;}

body {
  background: base-color;
  font-family: "M PLUS Rounded 1c", Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}
.line-p{
	border-bottom:solid 1px #656565;
}
img.cut {
    display: none;
}
.w48 {
    width: 48%;
}
.spon{
	display:none;
	margin: 0;
    padding: 2% 5%;
    border-bottom: dashed 1px #dadada;
    font-size: 95%;
	color: #000;
}
.spon a{
	color:#000000;
}
table.table-gb-t {
    font-size: 13px;
}

table.table-gb-t th {
    color: #037dee;
    font-size: 13px;
    padding: 1em 1em;
    text-align: left;
    word-wrap: break-word;
}
table.table-gb-t tr:nth-child(odd){
    background: #f4f7fc;
}
th.row.sp-none-t, th.date-h.sp-none-t {
    text-align: left;
}
span.disc-p {
    font-size: 9px;
    display: block;
}
table.table-gb-t {
    width: 100%;
}
td.date-d {
    font-size: 18px;
	font-weight:bold;
}
tr.head th {
    font-size: 18px;
}
span.num {
    font-size: 1.5em;
    color: #037dee;
}
.tsushin-disc {
    width: 100%;
}
.unite-inner {
    margin: 0 30px 30px;
}

.bg-w {
    padding: 20px!important;
    display: block;
    background-color: #FFF;
}

.time-line {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.time-box {
    width: calc(100% / 13 );
    border-left: solid 1px;
    border-bottom: solid 1px;
}

p.time-stamp {
    font-size: 12px;
    padding: 5px;
}

.time-line {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #037dee4d;
}
.time-box.limit {
    background-color: #757575;
    border-left: transparent;
    border-bottom: solid 1px #000000;
    color: #FFF;
}
.time-box.end {
    width: calc(100% / 13 );
    border-left: transparent;
    border-bottom: transparent;
    background: #FFF;
}
section.apply {
    display: none;
}
section.apply.on {
    display: block;
}
li.act_apply {
    display: none;
}
.nav-menu nav ul li:nth-child(2) {
    display: none;
}
.content_lower-apply {
    display: none;
}
.disc-box p {
    margin-top: 0px;
}
p#js-show-popup {
    background-color: #037dee;
    width: 301px;
    font-size: 15px;
    padding: 9px;
    float: right;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 2.8vw;
  }
}
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
a,
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  img {
    width: 100%;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
input[type="text"],
input[type="search"] {
  width: 400px;
  height: 30px;
  border: solid 2px #d7d4d4;
  margin: 5px 0;
  padding: 0 10px;
  padding-top: value 0;
  border-radius: 4px;
  border: none;
  outline: 0;
  font-size: 14px;
}
input#zip[type="text"] {
  width: 7em;
}
select {
/* styling */
  background-color: #fff;
  border: solid 2px #eaeaea;
  border-radius: 4px;
  display: inline-block;
  font-family: "M PLUS Rounded 1c", Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-size: inherit;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
/* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
/* restyle */
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #808080 50%), -webkit-linear-gradient(315deg, #808080 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select:focus {
  background-image: -webkit-linear-gradient(45deg, #ccc 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, #ccc 50%), -webkit-linear-gradient(left, #ccc, #ccc);
  background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #ccc;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
button {
  background: none;
  height: 50px;
  border: none;
  outline: 0;
}
button span {
  display: inline-block;
  padding: 0.4em 1em;
  background-color: key-color1;
  font-size: 16px;
  color: #fff;
}
ul,
ol {
  list-style: none;
}
em {
  font-style: normal;
}
ol.list-brackets {
  padding: 0;
  margin: 0;
}
ol.list-brackets li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ol.list-brackets li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}
ol.list-circled-decimal {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num_count;
}
ol.list-circled-decimal li {
  position: relative;
  padding-left: 1.5em;
}
ol.list-circled-decimal li:before {
  content: counter(num_count);
  counter-increment: num_count;
  border: 1px solid #333;
  display: block;
  float: left;
  line-height: 1.4;
  text-align: center;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.3em;
}
table.table-general {
  table-layout: fixed;
  width: 100%;
  margin: 0 0 30px;
}
table.table-general caption {
  margin: 1em;
  text-align: left;
  font-weight: bold;
}
table.table-general colgroup col.head {
  width: 30px;
}
table.table-general colgroup col.data {
  width: 70px;
}
table.table-general tr:nth-child(odd) th,
table.table-general tr:nth-child(odd) td {
  background: #f4f7fc;
}
table.table-general tr:nth-child(even) th,
table.table-general tr:nth-child(even) td {
  background: #fff;
}
table.table-general th,
table.table-general td {
  padding: 1em 1em;
  text-align: left;
  word-wrap: break-word;
}
@media screen and (min-width: 1025px) {
  table.table-general th,
  table.table-general td {
    font-size: 16px;
  }
}
table.table-general th {
  width: 30%;
}
table.table-general td {
  width: 70%;
}
.delimiter :before {
  content: "／";
  display: inline-block;
  margin-right: 0.25em;
  color: categories-color;
}
@media screen and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
.site {
  margin: 0;
}
.site-header {
  margin: 0;
  padding: 0;
}
.site-footer {
  margin: 0;
  padding: 0;
}
main[role="main"] {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  main[role="main"] {
    margin: 148px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  main[role="main"] {
    margin: 80px 0 0;
  }
}
.contents {
  margin: 0;
  padding: 0;
}
.contents section .content {
  border: none;
}
@media screen and (min-width: 1025px) {
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: 100%;
    margin: 0 3.125%;
  }
}
.site-header {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .site-header {
    margin: 0;
    padding: 17px 0 14px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.site-header .inner {
  margin: 0 auto;
  position: relative;
}
.site-header .logo {
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .site-header .logo {
    position: relative;
    z-index: 105;
    width: 160px;
    margin: auto;
    margin: 20px auto 15px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .navigations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.site-header .site-header__nav {
    width: 75%;
}
.site-header .site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.site-header .site-header__nav ul li {
  font-size: 15px;
  margin: 0.25em 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-header__nav ul li::after {
    margin: 0 2.5em;
    content: "|";
    display: inline-block;
    color: #000;
    opacity: 0.5;
    text-align: center;
  }
  .site-header .site-header__nav ul li:last-child::after {
    display: none;
  }
}
.site-header .site-header__nav ul li a {
  color: #000;
}
.site-header .site-header__nav ul li.is-current a {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .site-header .site-header__nav .drawer {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-header__nav {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .site-header .site-header__nav .drawer {
    width: 40px;
  }
  .site-header .site-header__nav .drawer p {
    padding: 35px 0 0;
    color: #037dee;
    line-height: 1;
    text-align: center;
    font-size: 14px;
  }
  .site-header .site-header__nav .drawer__toggle {
    display: block;
    position: absolute;
    z-index: 101;
    left: 6%;
    top: 0;
    bottom: 0;
    width: 40px;
  }
  .site-header .site-header__nav .drawer__toggle background,
  .site-header .site-header__nav .drawer__toggle span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #037dee;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    position: relative;
    left: 0;
    top: 20px;
  }
  .site-header .site-header__nav .drawer__toggle background:before,
  .site-header .site-header__nav .drawer__toggle span:before,
  .site-header .site-header__nav .drawer__toggle background:after,
  .site-header .site-header__nav .drawer__toggle span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
    background: #037dee;
  }
  .site-header .site-header__nav .drawer__toggle background:before,
  .site-header .site-header__nav .drawer__toggle span:before {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  .site-header .site-header__nav .drawer__toggle background:after,
  .site-header .site-header__nav .drawer__toggle span:after {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .site-header .site-header__nav .is-open .drawer__toggle span {
    background: transparent;
    height: 0;
  }
  .site-header .site-header__nav .is-open .drawer__toggle span:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  .site-header .site-header__nav .is-open .drawer__toggle span:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .site-header .site-header__nav .navigation {
    display: none;
    padding: 15% 8% 10%;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 99;
    overflow: scroll;
  }
  .site-header .site-header__nav .nav-menu {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
  .site-header .site-header__nav .nav-menu ul {
    display: block;
  }
  .site-header .site-header__nav .nav-menu ul li {
    margin: 0;
    padding: 2% 5%;
    border-bottom: dashed 1px #dadada;
    font-size: 95%;
  }
  .site-header .site-header__nav .nav-menu ul li a {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
  }
	.spon{
		display:block;
	}
}
@media screen and (min-width: 1025px) {
  .site-header .site-header__action {
    width: 25%;
  }
  .site-header .site-header__action .action-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-header .site-header__action .action-menu ul li a {
    width: 170px;
    padding: 5px;
    border-radius: 2px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
  }
  .site-header .site-header__action .action-menu ul li.act_apply a {
    background: #ee6703;
    -webkit-box-shadow: 0 -2px 1px #c05404 inset;
    box-shadow: 0 -2px 1px #c05404 inset;
  }
  .site-header .site-header__action .action-menu ul li.act_login a {
    background: #037dee;
    -webkit-box-shadow: 0 -2px 1px #1065b5 inset;
    box-shadow: 0 -2px 1px #1065b5 inset;
  }
  .site-header .site-header__action .action-menu ul li i.far {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-header__action {
    margin-left: 84%;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 200;
  }
  .site-header .site-header__action .action-menu ul li a {
    width: 100%;
    padding: 1%;
    font-size: 10px;
    display: inline-block;
    color: #ee6703;
    text-align: center;
  }
  .site-header .site-header__action .action-menu ul li.act_apply a {
    background: #fff;
  }
  .site-header .site-header__action .action-menu ul li.act_apply a i.far {
    display: block;
    font-size: 40px;
    color: #ee6703;
  }
  .site-header .site-header__action .action-menu ul li.act_login {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .site-header {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    margin: 0;
  }
}
.site-header h1 a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.site-footer {
  position: relative;
  background: #037dee;
}
@media screen and (min-width: 1025px) {
  .site-footer {
    padding: 60px 0 45px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding: 0 5% 15%;
  }
}
.site-footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .site-footer .links {
    margin: 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-footer .links li {
    font-size: 15px;
  }
  .site-footer .links li::after {
    margin: 0 1em;
    content: "|";
    display: inline-block;
    color: #fff;
    opacity: 0.5;
    text-align: center;
  }
  .site-footer .links li:last-child::after {
    display: none;
  }
  .site-footer .links li a {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .links {
    display: block;
  }
  .site-footer .links li {
    border-bottom: solid 1px #fff;
    font-size: 2.8vw;
  }
  .site-footer .links li a {
    display: block;
    color: #fff;
    padding: 1em 0;
  }
}
.site-footer .logo {
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .site-footer .logo {
    width: 16%;
    margin: 2% auto 2%;
  }
}
.site-footer .copyright p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .site-footer .copyright p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .copyright p {
    font-size: 2.14vw;
  }
}
.site-footer .copyright p small {
  margin: 0;
}
.page-index {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-index {
    font-size: 3.74vw;
  }
}
.page-index .contents {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .page-index .contents {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .page-index {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-index {
    margin: 0;
  }
}
.page-index .features,
.page-index .price,
.page-index .device,
.page-index .steps,
.page-index .campaign,
.page-index .movie,
.page-index .newstopics {
  padding: 0 0 80px;
}
.page-index .features header,
.page-index .price header,
.page-index .device header,
.page-index .steps header,
.page-index .campaign header,
.page-index .movie header,
.page-index .newstopics header {
  margin: 0 0 50px;
  padding-top: 50px;
}
.page-index .features header h1,
.page-index .price header h1,
.page-index .device header h1,
.page-index .steps header h1,
.page-index .campaign header h1,
.page-index .movie header h1,
.page-index .newstopics header h1 {
  margin: 0 0 10px;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .page-index .features header h1,
  .page-index .price header h1,
  .page-index .device header h1,
  .page-index .steps header h1,
  .page-index .campaign header h1,
  .page-index .movie header h1,
  .page-index .newstopics header h1 {
    font-size: 37px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .features header h1,
  .page-index .price header h1,
  .page-index .device header h1,
  .page-index .steps header h1,
  .page-index .campaign header h1,
  .page-index .movie header h1,
  .page-index .newstopics header h1 {
    font-size: 5.6vw;
  }
}
.page-index .features header h1 strong,
.page-index .price header h1 strong,
.page-index .device header h1 strong,
.page-index .steps header h1 strong,
.page-index .campaign header h1 strong,
.page-index .movie header h1 strong,
.page-index .newstopics header h1 strong {
  color: #037dee;
}
.page-index .features header p,
.page-index .price header p,
.page-index .device header p,
.page-index .steps header p,
.page-index .campaign header p,
.page-index .movie header p,
.page-index .newstopics header p {
  color: #888;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-index .features header p,
  .page-index .price header p,
  .page-index .device header p,
  .page-index .steps header p,
  .page-index .campaign header p,
  .page-index .movie header p,
  .page-index .newstopics header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .features header p,
  .page-index .price header p,
  .page-index .device header p,
  .page-index .steps header p,
  .page-index .campaign header p,
  .page-index .movie header p,
  .page-index .newstopics header p {
    font-size: 3.2vw;
  }
}
.page-index .mainvisual .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
.page-index .slide img {
  width: 100%;
}
.page-index .features {
  background-image: url("../img/bg_features1.png"), url("../img/bg_features2.png");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
}
.page-index .features .content .content_features {
  margin: 0 0 35px;
}
.page-index .features .content .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .page-index .features .content .fbox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.page-index .features .content .item {
  width: 190px;
  border: solid 3px #037dee;
  padding: 50px 15px 25px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-index .features .content .item {
    width: 48%;
    margin: 0 0 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-index .features .content .item {
    width: 32%;
  }
}
.page-index .features .content .item .baloon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  padding: 1em;
  background: url("../img/baloon_features.png") center center no-repeat;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  background-size: contain;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-index .features .content .item .baloon {
    font-size: 2.67vw;
    top: -40px;
    left: 0;
  }
}
.page-index .features .content .item h2 {
  text-align: center;
}
.page-index .features .content .item h3 {
  text-align: center;
}
.page-index .features .content .item h3 strong {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-index .features .content .item h3 {
    font-size: 26px;
  }
  .page-index .features .content .item h3 strong {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .features .content .item h3 {
    font-size: 3.47vw;
  }
  .page-index .features .content .item h3 strong {
    font-size: 4.4vw;
  }
}
.page-index .features .content ul.note li {
  margin-left: 2em;
  text-indent: -2em;
  font-size: 14px;
}
.page-index .price {
  background: transparent url("../img/bg_price.png") top left no-repeat;
}
.page-index .price .content .content_price {
  position: relative;
}
.page-index .price .content .content_price h2 {
  /*background: transparent url("../img/cut_price.png") 0 0 no-repeat;*/
  padding: 60px 170px 110px;
}
@media screen and (max-width: 1024px) {
  .page-index .price .content .content_price h2 {
    background: none;
    margin: 0 0 5%;
    padding: 0;
  }
}
.page-index .price .content .content_price p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-index .price .content .content_price p {
    position: inherit;
  }
}
.page-index .price .content .content_price p strong {
  color: #037dee;
}
.page-index .device .content .content_device {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device figure {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .device .content .content_device figure {
    margin: 0 8%;
  }
}
.page-index .device .content .content_device h2 {
  line-height: 1;
  margin: 0 0 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device h2 {
    font-size: 120px;
    margin-left: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .device .content .content_device h2 {
    font-size: 16vw;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device h3 {
    margin-left: 500px;
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .device .content .content_device h3 {
    text-align: center;
    font-size: 4.14vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device p {
    margin-left: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .device .content .content_device p {
    text-align: center;
  }
}
.page-index .device .content .content_device ul {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .page-index .device .content .content_device ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device ul {
    margin-left: 500px;
  }
}
.page-index .device .content .content_device ul li {
  width: 130px;
  height: 130px;
  margin: 7px;
  padding: 20px 0;
  border: solid 3px #037dee;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  -webkit-box-shadow: 5.035px 6.217px 10px 0px rgba(34,34,34,0.2);
  box-shadow: 5.035px 6.217px 10px 0px rgba(34,34,34,0.2);
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .page-index .device .content .content_device ul li:nth-child(4) {
    margin-left: 72px;
  }
}
.page-index .device .content .content_device ul li strong {
  color: #037dee;
  font-size: 40px;
}
.page-index .steps .content .content_steps h2 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-index .steps .content .content_steps h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .steps .content .content_steps h2 {
    font-size: 3.34vw;
  }
}
.page-index .steps .content .content_steps h2 strong {
  color: #037dee;
}
.page-index .steps .content .content_steps ol {
  margin: 0 0 60px;
}
@media screen and (min-width: 1025px) {
  .page-index .steps .content .content_steps ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-index .steps .content .content_steps ol li {
  background: #f4f5f5;
  padding: 30px 25px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-index .steps .content .content_steps ol li {
    width: 220px;
    font-size: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .steps .content .content_steps ol li {
    width: 100%;
    margin: 0 0 2em 0;
    padding: 5% 5% 5% 25%;
    text-align: left;
    font-size: 3.34vw;
  }
}
.page-index .steps .content .content_steps ol li span {
  color: #037dee;
  font-size: 20px;
}
.page-index .steps .content .content_steps ol li span::after {
  content: '\A';
  white-space: pre;
}
.page-index .steps .content .content_steps ol li strong {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-index .steps .content .content_steps ol li strong {
    min-height: 3em;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .steps .content .content_steps ol li strong br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .steps .content .content_steps ol li figure {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .steps .content .content_steps ol li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #037dee;
    position: absolute;
    top: 50%;
    right: -20px;
  }
  .page-index .steps .content .content_steps ol li:nth-child(4)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .steps .content .content_steps ol li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    color: #037dee;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
  }
  .page-index .steps .content .content_steps ol li:nth-child(4)::after {
    display: none;
  }
}
.page-index .campaign .content .content_campaign {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign {
    background: url("../img/baloon_campaign.png") top right no-repeat;
    padding: 60px 60px 160px 250px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign {
    border: solid 3px #037dee;
    border-radius: 5px;
    padding: 5%;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign h2 {
    font-size: 30px;
  }
  .page-index .campaign .content .content_campaign h2 strong {
    color: #037dee;
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign h2 {
    font-size: 4vw;
  }
  .page-index .campaign .content .content_campaign h2 strong {
    color: #037dee;
    font-size: 7.34vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign p {
    margin: 25px;
    font-size: 14px;
  }
  .page-index .campaign .content .content_campaign p strong {
    font-size: 20px;
    color: #037dee;
	  display:none;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign p {
    margin: 5% 0;
    font-size: 1.87vw;
  }
  .page-index .campaign .content .content_campaign p strong {
    font-size: 2.8vw;
    color: #037dee;
  }
}
.page-index .campaign .content .content_campaign p a {
  color: #037dee;
  text-decoration: underline;
}
.page-index .campaign .content .content_campaign figure {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign figure {
    left: 0;
    bottom: -80px;
	display:none;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign figure {
    left: 0;
    bottom: -80px;
    width: 25%;
	  display:none;
  }
}
.page-index .campaign .content .content_campaign figure .kazari {
  content: "";
  display: block;
  width: 68px;
  height: 54px;
  background: transparent url("../img/kazari.png") 0 0 no-repeat;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page-index .campaign .content .content_campaign figure .kazari {
    top: -30px;
    left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .campaign .content .content_campaign figure .kazari {
    bottom: 0;
    right: 0;
    -webkit-transform: translate(100%, -20%) rotate(120deg) scale(0.5);
    transform: translate(100%, -20%) rotate(120deg) scale(0.5);
  }
}
.page-index .movie .content .content_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-index .movie .content dl {
  width: 480px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-index .movie .content dl {
    width: auto;
    margin: 0 5%;
  }
}
.page-index .movie .content dl dt {
  margin: 0 0 10px;
}
.page-index .movie .content dl dd {
  margin: 0 0 20px;
}
.page-index .newstopics .content .content_newstopics {
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-index .newstopics .content .content_newstopics {
    margin: 0 70px;
    padding: 30px 25px;
  }
  .content_newstopics {
    border: solid 1px #9fa0a0;
    word-wrap: break-word;
    height: 250px;
    overflow: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .newstopics .content .content_newstopics {
    margin: 0;
    padding: 5%;
  }
  .content_newstopics {
    border: solid 1px #9fa0a0;
    word-wrap: break-word;
    height: 250px;
    overflow: auto;
    padding: 15px;
  }
}
.page-index .newstopics .content .content_newstopics dl {
  margin: 0.5em 0;
  font-size: 15px;
}
.page-index .newstopics .content .content_newstopics dl dt.date {
  color: #037dee;
  display: inline-block;
}
.page-index .newstopics .content .content_newstopics dl dd.category {
  display: inline-block;
  border: solid 1px #037dee;
  margin: 0 1em;
  padding: 0.15em;
  color: #037dee;
}
.page-index .newstopics .content .content_newstopics dl dd {
  display: inline-block;
}
.content_newstopics dl dd {
    display: block;
    padding: 10px 0 0;
}


.page-index .newstopics .content .content_newstopics dl dd a {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .page-index .apply,
  .page-feature .apply,
  .page-price .apply,
  .page-device .apply,
  .page-flow .apply,
  .page-qa .apply,
  .page-company .apply,
  .page-kiyaku .apply,
  .page-privacy .apply {
    padding-top: 100px;
    background: transparent url("../img/bg_apply.png") 0 0 repeat;
  }
  .page-index .apply header h1,
  .page-feature .apply header h1,
  .page-price .apply header h1,
  .page-device .apply header h1,
  .page-flow .apply header h1,
  .page-qa .apply header h1,
  .page-company .apply header h1,
  .page-kiyaku .apply header h1,
  .page-privacy .apply header h1 {
    text-align: left !important;
    font-size: 30px !important;
  }
  .page-index .apply header h1 strong,
  .page-feature .apply header h1 strong,
  .page-price .apply header h1 strong,
  .page-device .apply header h1 strong,
  .page-flow .apply header h1 strong,
  .page-qa .apply header h1 strong,
  .page-company .apply header h1 strong,
  .page-kiyaku .apply header h1 strong,
  .page-privacy .apply header h1 strong {
    color: #037dee;
    font-size: 44px !important;
  }
  .page-index .apply .content .content_apply,
  .page-feature .apply .content .content_apply,
  .page-price .apply .content .content_apply,
  .page-device .apply .content .content_apply,
  .page-flow .apply .content .content_apply,
  .page-qa .apply .content .content_apply,
  .page-company .apply .content .content_apply,
  .page-kiyaku .apply .content .content_apply,
  .page-privacy .apply .content .content_apply {
    position: relative;
  }
  .page-index .apply .content .content_apply figure,
  .page-feature .apply .content .content_apply figure,
  .page-price .apply .content .content_apply figure,
  .page-device .apply .content .content_apply figure,
  .page-flow .apply .content .content_apply figure,
  .page-qa .apply .content .content_apply figure,
  .page-company .apply .content .content_apply figure,
  .page-kiyaku .apply .content .content_apply figure,
  .page-privacy .apply .content .content_apply figure {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .page-index .apply .content .content_apply .btns,
  .page-feature .apply .content .content_apply .btns,
  .page-price .apply .content .content_apply .btns,
  .page-device .apply .content .content_apply .btns,
  .page-flow .apply .content .content_apply .btns,
  .page-qa .apply .content .content_apply .btns,
  .page-company .apply .content .content_apply .btns,
  .page-kiyaku .apply .content .content_apply .btns,
  .page-privacy .apply .content .content_apply .btns {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page-index .apply {
    background: transparent url("../img/bg_apply.png") 0 0 repeat;
    padding-top: 10%;
  }
  .page-index .apply header h1 {
    text-align: left !important;
    font-size: 4vw;
  }
  .page-index .apply header h1 strong {
    color: #037dee;
    font-size: 5.87vw;
  }
  .page-index .apply .content .content_apply {
    position: relative;
  }
  .page-index .apply .content .content_apply figure {
    position: absolute;
    width: 35%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .page-index .apply .content .content_apply .btns {
    position: relative;
    z-index: 1;
  }
  .page-feature .apply,
  .page-price .apply,
  .page-device .apply,
  .page-flow .apply,
  .page-qa .apply,
  .page-company .apply,
  .page-kiyaku .apply,
  .page-privacy .apply {
    display: none;
  }
}
.bg_diagonal {
  background-color: #dfeefc;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.25, #fff), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #fff), color-stop(0.75, #fff), color-stop(0.75, transparent), to(transparent));
  background-size: 5px 5px;
}
.btn {
  margin: 50px 285px;
}
@media screen and (max-width: 1024px) {
  .btn {
    margin: 8% 7.5%;
  }
}
.btn_detail,
.btn_contact,
.btn_call,
.btn_apply,
.btn_chat {
  text-align: center;
  background: #fff;
}
.btn_detail a,
.btn_contact a,
.btn_call a,
.btn_apply a,
.btn_chat a {
  width: 100%;
  display: inline-block;
  padding: 1em;
  background: #037dee;
  color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 -2px 1px #1065b5 inset;
  box-shadow: 0 -2px 1px #1065b5 inset;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .btn_detail a,
  .btn_contact a,
  .btn_call a,
  .btn_apply a,
  .btn_chat a {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .btn_detail a,
  .btn_contact a,
  .btn_call a,
  .btn_apply a,
  .btn_chat a {
    font-size: 5.2vw;
  }
}
.btn_detail i.far,
.btn_contact i.far,
.btn_call i.far,
.btn_apply i.far,
.btn_chat i.far,
.btn_detail i.fas,
.btn_contact i.fas,
.btn_call i.fas,
.btn_apply i.fas,
.btn_chat i.fas {
  margin: 0 0.5em 0 0;
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.btn_contact a,
.btn_call a,
.btn_apply a,
.btn_chat a {
  font-size: 23px;
}
.btn_contact a span,
.btn_call a span,
.btn_apply a span,
.btn_chat a span {
  font-size: 19px;
}
@media screen and (max-width: 1024px) {
  .btn_contact a,
  .btn_call a,
  .btn_apply a,
  .btn_chat a {
    font-size: 3.74vw;
  }
  .btn_contact a span,
  .btn_call a span,
  .btn_apply a span,
  .btn_chat a span {
    font-size: 3.2vw;
  }
}
.btn_contact{
  width: 510px;
}
.btn_call {
  line-height: 1.3;
	display:none;
}
.btn_call a {
  padding: 0.5em 1em;
}
.btn_call span {
  -webkit-transform: translate(-0.5em, 0);
  transform: translate(-0.5em, 0);
  display: inline-block;
}
.btn_call i.fas {
  -webkit-transform: translate(-1em, 0.5em);
  transform: translate(-1em, 0.5em);
}
.btn_apply {
  width: 470px;
}
.btn_apply a {
  background: #ee6703;
  -webkit-box-shadow: 0 -2px 1px #c05404 inset;
  box-shadow: 0 -2px 1px #c05404 inset;
  color: #fff;
}
.btn_chat {
  width: 470px;
}
.btn_chat a {
  background: #ee6703;
  -webkit-box-shadow: 0 -2px 1px #c05404 inset;
  box-shadow: 0 -2px 1px #c05404 inset;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn_contact {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .btn_call {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 48%;
	display:none;
  }
  .btn_apply {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 4%;
  }
}
.lower-apply {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .lower-apply {
    display: none;
  }
}
.lower-apply .inner {
  margin: 0;
}
.lower-apply .inner .content .content_lower-apply .btns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lower-apply .inner .content .content_lower-apply .btns .btn_apply {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin: 0;
}
.ytvideo_wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.ytvideo_wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-feature {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-feature {
    font-size: 3.74vw;
  }
}
.page-feature header.page-header {
  margin: 0;
  padding: 60px 0;
  min-height: 230px;
  background-color: #0372e9;
  /*background-image: url("../img/feature/cut_title.png"), url("../img/feature/bg_title.png");*/
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
}
.page-feature header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
}
.page-feature header.page-header .inner p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-feature header.page-header {
    background-size: cover;
    min-height: auto;
    padding: 8% 0;
  }
  .page-feature header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-feature header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-feature header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
.page-feature .contents {
  background: url("../img/parts/bg_yokubari-wifi.png") 0 0 repeat;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents {
    padding: 15% 0 5%;
  }
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner {
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner {
    padding: 0 0 10%;
  }
}
.page-feature .contents section .inner header.content-header {
  position: relative;
}
.page-feature .contents section .inner header.content-header h1 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner header.content-header h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner header.content-header h1 {
    font-size: 5.34vw;
  }
}
.page-feature .contents section .inner header.content-header h1 strong {
  color: #037dee;
}
.page-feature .contents section .inner header.content-header p.baloon {
  position: absolute;
  margin: 0;
  background: url("../img/feature/baloon.png") center center no-repeat;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner header.content-header p.baloon {
    top: 0;
    left: 124px;
    width: 170px;
    height: 105px;
    padding: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner header.content-header p.baloon {
    top: 0;
    left: 0;
    width: 20%;
    height: auto;
    padding: 5% 0;
    font-size: 3.2vw;
    background-size: contain;
  }
}
.page-feature .contents section .inner header.content-header p.baloon:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -60px;
  background: url("../img/feature/kazari.png") center center no-repeat;
  width: 62px;
  height: 95px;
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner header.content-header p.baloon:before {
    display: none;
  }
}
.page-feature .contents section .inner header.content-header p {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner header.content-header p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner header.content-header p {
    font-size: 2.94vw;
  }
}
.page-feature .contents section .inner header.content-header .cut {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner header.content-header .cut {
    bottom: -30px;
    right: 85px;
	display:none;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner header.content-header .cut {
    width: 20%;
    bottom: -30px;
    right: 0;
	  display:none;
  }
}
.page-feature .contents section .inner .content .content_feature {
  margin: 0 0 35px;
}
.page-feature .contents section .inner .content .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .fbox {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.page-feature .contents section .inner .content .col {
  margin: 0;
}
.page-feature .contents section .inner .content .item {
  width: 190px;
  border: solid 3px #037dee;
  padding: 50px 15px 35px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .item {
    width: 220px;
    margin: 0 0 8%;
  }
}
.page-feature .contents section .inner .content .item::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: block;
  font-size: 20px;
  color: #037dee;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.page-feature .contents section .inner .content .item .baloon {
  position: absolute;
  left: 0;
  padding: 1em;
  background: url("../img/baloon_features.png") center center no-repeat;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .item .baloon {
    width: 100%;
    top: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .item .baloon {
    top: -10%;
    width: 100%;
    padding: 0.5em 0;
    background-size: contain;
  }
}
.page-feature .contents section .inner .content .item a {
  display: block;
}
.page-feature .contents section .inner .content .item h2 {
  text-align: center;
}
.page-feature .contents section .inner .content .item h3 {
  text-align: center;
}
.page-feature .contents section .inner .content .item h3 strong {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .item h3 {
    font-size: 26px;
  }
  .page-feature .contents section .inner .content .item h3 strong {
    font-size: 33px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .item h3 {
    font-size: 3.47vw;
  }
  .page-feature .contents section .inner .content .item h3 strong {
    font-size: 4.4vw;
  }
}
.page-feature .contents section .inner .content .content_feature_detail {
  border-top: solid 5px #037dee;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .content_feature_detail {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .content_feature_detail {
    padding: 5% 0;
  }
}
.page-feature .contents section .inner .content .content_feature_detail p strong {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .content_feature_detail .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .content_feature_detail .note {
    font-size: 1.74vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat01 .fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px;
  }
  .page-feature .contents section .inner .content .content_feature_detail.feat01 .fbox .col:nth-child(1) {
    width: 520px;
  }
  .page-feature .contents section .inner .content .content_feature_detail.feat01 .fbox .col:nth-child(2) {
    width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat01 figure {
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat03 .fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px;
  }
  .page-feature .contents section .inner .content .content_feature_detail.feat03 .fbox .col:nth-child(1) {
    width: 496px;
  }
  .page-feature .contents section .inner .content .content_feature_detail.feat03 .fbox .col:nth-child(2) {
    width: 390px;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat03 figure {
    margin: 0 0 1em;
  }
}
@media screen and (min-width: 1025px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat04 figure {
    margin: 0 45px 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page-feature .contents section .inner .content .content_feature_detail.feat04 figure {
    margin: 0 0 1em;
  }
}
.page-price {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-price {
    font-size: 3.74vw;
  }
}
.page-price header.page-header {
  margin: 0;
  padding: 60px 0;
  min-height: 230px;
  background-color: #0372e9;
  /*background-image: url("../img/price/cut_title.png"), url("../img/price/bg_title.png");*/
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
}
.page-price header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
}
.page-price header.page-header .inner p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-price header.page-header {
    background-size: cover;
    min-height: auto;
    padding: 8% 0;
  }
  .page-price header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-price header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-price header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
.page-price .contents {
  background: url("../img/parts/bg_yokubari-wifi.png") 0 0 repeat;
}
@media screen and (min-width: 1025px) {
  .page-price .contents {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner {
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner {
    padding: 0 0 10%;
  }
}
.page-price .contents section .inner header.content-header h1 {
  margin: 0 0 30px;
  text-align: center;
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner header.content-header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner header.content-header h1 {
    font-size: 6.4vw;
  }
}
.page-price .contents section .inner header.content-header p {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan {
    margin: 10% 0 0;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item {
  border: solid 2px #037dee;
  border-radius: 2px;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan .plan_item {
    padding: 40px 40px 30px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item {
    padding: 0;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item .band {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 50%;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan .plan_item .band {
    background: url("../img/price/obi_pc.png") 0 0 no-repeat;
    background-size: contain;
    padding: 0.3em 3em 0.5em;
    font-size: 24px;
    color: #037dee;
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item .band {
    background: url("../img/price/obi_sp.png") 0 0 no-repeat;
    background-size: contain;
    padding: 0.3em 3em 0.5em;
    font-size: 4vw;
    color: #fff;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item .circle {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 90px;
  height: 90px;
  padding: 0.5em;
  background: #037dee;
  border: solid 3px #037dee;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.page-price .contents section .inner .content .content_plan .plan_item .circle strong::after {
  content: '\A';
  white-space: pre;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan .plan_item .circle strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item .circle strong {
    font-size: 5.34vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item .circle {
    display: none;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item h3 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item h3 {
    padding: 10% 5% 5%;
    background: #fff;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item h3 strong {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan .plan_item h3 strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item h3 strong {
    font-size: 4.8vw;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item h4 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item h4 {
    padding: 5%;
    background: #f4f7fc;
    border-top: solid 2px #037dee;
  }
}
.page-price .contents section .inner .content .content_plan .plan_item h4 strong {
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_plan .plan_item h4 strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_plan .plan_item h4 strong {
    font-size: 4.8vw;
  }
}
.page-price .contents section .inner .content .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .fbox .col {
    width: 490px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .fbox .col {
    width: 49%;
  }
}
.page-price .contents section .inner .content .content_price,
.page-price .contents section .inner .content .content_overseas,
.page-price .contents section .inner .content .content_options,
.page-price .contents section .inner .content .content_payment {
  position: relative;
  border-top: solid 5px #037dee;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_price,
  .page-price .contents section .inner .content .content_overseas,
  .page-price .contents section .inner .content .content_options,
  .page-price .contents section .inner .content .content_payment {
    padding: 45px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_price,
  .page-price .contents section .inner .content .content_overseas,
  .page-price .contents section .inner .content .content_options,
  .page-price .contents section .inner .content .content_payment {
    padding: 5% 0;
  }
}
.page-price .contents section .inner .content .content_price p,
.page-price .contents section .inner .content .content_overseas p,
.page-price .contents section .inner .content .content_options p,
.page-price .contents section .inner .content .content_payment p {
  text-align: left;
}
.page-price .contents section .inner .content .content_price table.table-general col.head {
  width: 20%;
}
.page-price .contents section .inner .content .content_price table.table-general col.data {
  width: 80%;
}
.page-price .contents section .inner .content .content_price table.table-general th {
  color: #037dee;
  font-size: 13px;
}
.page-price .contents section .inner .content .content_price table.table-general td {
  font-size: 13px;
}
.page-price .contents section .inner .content .content_price table.table-compact {
  table-layout: auto;
  width: auto;
  border: solid 1px #000;
}
.page-price .contents section .inner .content .content_price table.table-compact th,
.page-price .contents section .inner .content .content_price table.table-compact td {
  width: auto;
  border: solid 1px #000;
  color: #000;
}
.page-price .contents section .inner .content .content_price .note {
  font-size: 13px;
}
.page-price .contents section .inner .content .content_overseas ul.overseas-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: solid 2px #037dee;
}
.page-price .contents section .inner .content .content_overseas ul.overseas-tab li {
  margin: 0 0 -2px;
  width: 48%;
  border: solid 2px #037dee;
  border: solid 2px #037dee;
  background: #e9f2fb;
  color: #037dee;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_overseas ul.overseas-tab li {
    padding: 30px;
    font-size: 20px;
  }
  .page-price .contents section .inner .content .content_overseas ul.overseas-tab li strong {
    font-size: 29px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_overseas ul.overseas-tab li {
    padding: 5% 10%;
    font-size: 2.67vw;
  }
  .page-price .contents section .inner .content .content_overseas ul.overseas-tab li strong {
    font-size: 3.87vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_overseas .overseas-tab-group {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_overseas .overseas-tab-group {
    padding: 5% 5%;
  }
}
.page-price .contents section .inner .content .content_overseas .overseas-tab-panel {
  border: none;
}
.page-price .contents section .inner .content .content_overseas .js-tab li {
  border-bottom: solid 2px #037dee;
}
.page-price .contents section .inner .content .content_overseas .js-tab .is-active {
  border-bottom: solid 2px #fff;
  background: #fff;
  color: #037dee;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-price .contents section .inner .content .content_overseas .js-tab-panel {
  display: none;
}
.page-price .contents section .inner .content .content_overseas .js-tab-panel.is-show {
  display: block;
}
.page-price .contents section .inner .content .content_overseas table.table-general col.head {
  width: 20%;
}
.page-price .contents section .inner .content .content_overseas table.table-general col.data {
  width: 80%;
}
.page-price .contents section .inner .content .content_overseas table.table-general th {
  color: #037dee;
  font-size: 13px;
}
.page-price .contents section .inner .content .content_overseas table.table-general td {
  font-size: 13px;
}
.page-price .contents section .inner .content .content_overseas .note {
  font-size: 13px;
}
.page-price .contents section .inner .content .content_options {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_options {
    padding-left: 225px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_options {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_options h3 {
    margin-left: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_options p {
    margin-left: 35%;
  }
}
.page-price .contents section .inner .content .content_options p strong {
  color: #037dee;
}
.page-price .contents section .inner .content .content_options figure {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_options figure {
    width: 150px;
    top: 50px;
    left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-price .contents section .inner .content .content_options figure {
    width: 30%;
    top: 20px;
    left: 0;
  }
}
.page-price .contents section .inner .content .content_options figure img {
  width: 100%;
}
.page-price .contents section .inner .content .content_options dl.options-detail {
  margin: 20px 0;
}
.page-price .contents section .inner .content .content_options dl.options-detail dt {
  padding: 0.5em;
  border: solid 1px #037dee;
  text-align: center;
  color: #037dee;
  position: relative;
}
.page-price .contents section .inner .content .content_options dl.options-detail dt:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  display: block;
  font-size: 20px;
  color: #037dee;
}
.page-price .contents section .inner .content .content_options dl.options-detail .js-accordion-active:after {
  content: "\f0d8";
}
.page-price .contents section .inner .content .content_options dl.options-detail dd {
  display: none;
  padding: 20px 0;
}
.page-price .contents section .inner .content .content_options table.table-general col.head {
  width: 20%;
}
.page-price .contents section .inner .content .content_options table.table-general col.data {
  width: 80%;
}
.page-price .contents section .inner .content .content_options table.table-general th {
  color: #037dee;
  font-size: 13px;
}
.page-price .contents section .inner .content .content_options table.table-general td {
  font-size: 13px;
}
.page-price .contents section .inner .content .content_options .note {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .page-price .contents section .inner .content .content_payment figure {
    margin: 0 195px;
  }
}
.page-device {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-device {
    font-size: 3.74vw;
  }
}
.page-device header.page-header {
  margin: 0;
  padding: 60px 0;
  min-height: 230px;
  background-color: #0372e9;
  /*background-image: url("../img/device/cut_title.png"), url("../img/device/bg_title.png");*/
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
}
.page-device header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
}
.page-device header.page-header .inner p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-device header.page-header {
    background-size: cover;
    min-height: auto;
    padding: 8% 0;
  }
  .page-device header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-device header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-device header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
.page-device .contents {
  background: url("../img/parts/bg_yokubari-wifi.png") 0 0 repeat;
}
@media screen and (min-width: 1025px) {
  .page-device .contents {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner {
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner {
    padding: 0 0 10%;
  }
}
.page-device .contents section .inner header.content-header h1 {
  margin: 0 0 30px;
  text-align: center;
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner header.content-header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner header.content-header h1 {
    font-size: 6vw;
  }
}
.page-device .contents section .inner .content .content_device {
  position: relative;
  border-top: solid 5px #037dee;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_device {
    padding: 50px 400px 50px 80px;
  }
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_device figure {
    position: absolute;
    top: 50px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_device figure {
    margin: 0 8%;
  }
}
.page-device .contents section .inner .content .content_device h2 {
  margin: 0 0 20px;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_device h2 {
    font-size: 120px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_device h2 {
    font-size: 13.34vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_device h3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_device h3 {
    font-size: 4.14vw;
  }
}
.page-device .contents section .inner .content .content_device ul {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_device ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.page-device .contents section .inner .content .content_device ul li {
  width: 130px;
  height: 130px;
  margin: 7px;
  padding: 20px 0;
  border: solid 3px #037dee;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  -webkit-box-shadow: 5.035px 6.217px 10px 0px rgba(34,34,34,0.2);
  box-shadow: 5.035px 6.217px 10px 0px rgba(34,34,34,0.2);
  font-size: 18px;
}
.page-device .contents section .inner .content .content_device ul li strong {
  color: #037dee;
  font-size: 40px;
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_device h2,
  .page-device .contents section .inner .content .content_device h3,
  .page-device .contents section .inner .content .content_device p,
  .page-device .contents section .inner .content .content_device ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_device h2,
  .page-device .contents section .inner .content .content_device h3,
  .page-device .contents section .inner .content .content_device p {
    text-align: center;
  }
}
.page-device .contents section .inner .content .content_spec {
  border-top: solid 5px #037dee;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .page-device .contents section .inner .content .content_spec {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-device .contents section .inner .content .content_spec {
    padding: 5% 0;
  }
}
.page-device .contents section .inner .content .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-device .contents section .inner .content .fbox .col {
  width: 450px;
}
.page-device .contents section .inner .content .fbox table.table-general th {
  color: #037dee;
  font-size: 13px;
}
.page-device .contents section .inner .content .fbox table.table-general td {
  font-size: 13px;
}
.page-device .contents section .inner .content .fbox table.table-compact {
  table-layout: auto;
  width: auto;
  border: solid 1px #000;
}
.page-device .contents section .inner .content .fbox table.table-compact th,
.page-device .contents section .inner .content .fbox table.table-compact td {
  width: auto;
  border: solid 1px #000;
  color: #000;
}
.page-device .contents section .inner .content .fbox .note {
  font-size: 13px;
}
.page-flow {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-flow {
    font-size: 3.74vw;
  }
}
.page-flow header.page-header {
  margin: 0;
  padding: 60px 0;
  min-height: 230px;
  background-color: #0372e9;
  /*background-image: url("../img/flow/cut_title.png"), url("../img/flow/bg_title.png");*/
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
}
.page-flow header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
}
.page-flow header.page-header .inner p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-flow header.page-header {
    background-size: cover;
    min-height: auto;
    padding: 8% 0;
  }
  .page-flow header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-flow header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-flow header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
.page-flow .contents {
  background: url("../img/parts/bg_yokubari-wifi.png") 0 0 repeat;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner {
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner {
    padding: 0 0 10%;
  }
}
.page-flow .contents section .inner .content .content_flow h2 {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow h2 {
    font-size: 3.34vw;
  }
}
.page-flow .contents section .inner .content .content_flow h2 strong {
  color: #037dee;
}
.page-flow .contents section .inner .content .content_flow ol {
  margin: 0 0;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.page-flow .contents section .inner .content .content_flow ol li {
  background: #f4f5f5;
  padding: 30px 25px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow ol li {
    width: 220px;
    text-align: center;
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow ol li {
    font-size: 3.34vw;
    width: 100%;
    margin: 0 0 2em 0;
    padding: 5% 5% 5% 25%;
    text-align: left;
  }
}
.page-flow .contents section .inner .content .content_flow ol li span {
  color: #037dee;
  font-size: 20px;
}
.page-flow .contents section .inner .content .content_flow ol li span::after {
  content: '\A';
  white-space: pre;
}
.page-flow .contents section .inner .content .content_flow ol li strong {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow ol li strong {
    min-height: 3em;
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow ol li strong br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow ol li figure {
    position: relative;
    top: inherit;
    left: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow ol li figure {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow ol li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #037dee;
    position: absolute;
    top: 50%;
    right: -20px;
  }
  .page-flow .contents section .inner .content .content_flow ol li:nth-child(4)::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow ol li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d7';
    color: #037dee;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
  }
  .page-flow .contents section .inner .content .content_flow ol li:nth-child(4)::after {
    display: none;
  }
}
.page-flow .contents section .inner .content .content_flow_detail {
  margin: 0;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow_detail {
    padding: 50px 70px 50px 170px;
    border-top: solid 5px #037dee;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail {
    padding: 5% 0;
  }
}
.page-flow .contents section .inner .content .content_flow_detail .step {
  background: #037dee;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow_detail .step {
    padding: 25px 25px 0;
    position: absolute;
    top: -15px;
    left: 40px;
  }
  .page-flow .contents section .inner .content .content_flow_detail .step:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 45px transparent solid;
    border-top: 25px #037dee solid;
    -webkit-transform: translate(0, 100%) rotate(0deg);
    transform: translate(0, 100%) rotate(0deg);
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail .step {
    padding: 0.5em 0.5em 0;
    position: absolute;
    top: 1em;
    left: 0.5em;
  }
  .page-flow .contents section .inner .content .content_flow_detail .step:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 0;
    border: 1.7em transparent solid;
    border-top: 0.8em #037dee solid;
    -webkit-transform: translate(0, 100%) rotate(0deg);
    transform: translate(0, 100%) rotate(0deg);
  }
}
.page-flow .contents section .inner .content .content_flow_detail .step strong {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow_detail .step strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail .step strong {
    font-size: 5.34vw;
  }
}
.page-flow .contents section .inner .content .content_flow_detail h2 {
  text-align: left;
  color: #037dee;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow_detail h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail h2 {
    margin: 0 0 5%;
    padding: 0 0 0 3.5em;
    border-bottom: solid 3px #037dee;
    font-size: 5.34vw;
  }
}
.page-flow .contents section .inner .content .content_flow_detail .btns {
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail .btns .btn_apply,
  .page-flow .contents section .inner .content .content_flow_detail .btns .btn_contact {
    width: 100%;
  }
}
.page-flow .contents section .inner .content .content_flow_detail .note {
  font-size: 13px;
}
@media screen and (min-width: 1025px) {
  .page-flow .contents section .inner .content .content_flow_detail.flow02,
  .page-flow .contents section .inner .content .content_flow_detail.flow03,
  .page-flow .contents section .inner .content .content_flow_detail.flow04 {
    position: relative;
    padding: 50px 260px 50px 170px;
  }
}
.page-flow .contents section .inner .content .content_flow_detail.flow02 .cut,
.page-flow .contents section .inner .content .content_flow_detail.flow03 .cut,
.page-flow .contents section .inner .content .content_flow_detail.flow04 .cut {
  position: absolute;
  bottom: 0;
  right: 40px;
	display:none;
}
.page-flow .contents section .inner .content .content_flow_detail.flow02 .baloon,
.page-flow .contents section .inner .content .content_flow_detail.flow03 .baloon,
.page-flow .contents section .inner .content .content_flow_detail.flow04 .baloon {
  position: absolute;
  top: -50px;
  right: 240px;
}
@media screen and (max-width: 1024px) {
  .page-flow .contents section .inner .content .content_flow_detail.flow02 .cut,
  .page-flow .contents section .inner .content .content_flow_detail.flow03 .cut,
  .page-flow .contents section .inner .content .content_flow_detail.flow04 .cut,
  .page-flow .contents section .inner .content .content_flow_detail.flow02 .baloon,
  .page-flow .contents section .inner .content .content_flow_detail.flow03 .baloon,
  .page-flow .contents section .inner .content .content_flow_detail.flow04 .baloon {
    display: none;
  }
}
.page-qa {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-qa {
    font-size: 3.74vw;
  }
}
.page-qa header.page-header {
  margin: 0;
  padding: 60px 0;
  min-height: 230px;
  background-color: #0372e9;
  /*background-image: url("../img/qa/cut_title.png"), url("../img/qa/bg_title.png");*/
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
}
.page-qa header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
}
.page-qa header.page-header .inner p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-qa header.page-header {
    background-size: cover;
    min-height: auto;
    padding: 8% 0;
  }
  .page-qa header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-qa header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-qa header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
.page-qa .contents {
  background: url("../img/parts/bg_yokubari-wifi.png") 0 0 repeat;
  margin: 0;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .page-qa .contents {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-qa .contents section .inner {
    margin: 0 auto;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page-qa .contents section .inner {
    padding: 0 0 10%;
  }
}
.page-qa .contents section .inner .content .content_qa dl {
  background: #fff;
  position: relative;
  margin: 0 0 30px;
}
.page-qa .contents section .inner .content .content_qa dl dt {
  margin: 0;
  padding: 20px 40px 20px 120px;
  border-top: solid 3px #037dee;
  color: #037dee;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page-qa .contents section .inner .content .content_qa dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page-qa .contents section .inner .content .content_qa dl dt {
    padding: 5% 10% 5% 20%;
  }
}
.page-qa .contents section .inner .content .content_qa dl dt:before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: "Q";
  display: inline-block;
  width: 72px;
  height: 56px;
  background: url("../img/parts/baloon_q.png") 0 0 no-repeat;
  text-align: center;
  color: #fff;
  line-height: 56px;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .page-qa .contents section .inner .content .content_qa dl dt:before {
    top: 25%;
    right: 5%;
    width: 9.6%;
    background-size: contain;
    line-height: 1.5;
    margin-right: 1em;
  }
}
.page-qa .contents section .inner .content .content_qa dl dt:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f13a";
  display: block;
  font-size: 40px;
  color: #037dee;
}
@media screen and (max-width: 1024px) {
  .page-qa .contents section .inner .content .content_qa dl dt:after {
    top: 10%;
    right: 5%;
    font-size: 5.34vw;
  }
}
.page-qa .contents section .inner .content .content_qa dl .js-accordion-active:after {
  content: "\f139";
}
.page-qa .contents section .inner .content .content_qa dl dd {
  display: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .page-qa .contents section .inner .content .content_qa dl dd {
    padding: 0 40px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-qa .contents section .inner .content .content_qa dl dd {
    padding: 0 5% 5%;
    word-break: break-word;
  }
}
.page-company {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-company {
    font-size: 3.74vw;
  }
}
.page-company header.page-header {
  margin: 0;
  padding: 60px 0;
  background: #037dee url("../img/parts/bg_title.png") center center no-repeat;
}
.page-company header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .page-company header.page-header {
    background-size: cover;
    padding: 8% 0;
  }
  .page-company header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-company header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 6vw;
  }
  .page-company header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-company .contents section .inner {
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-company .contents section .inner {
    padding: 5% 0;
  }
}
.page-company .contents section .inner .content .content_company h2 {
  margin: 1em 0;
  color: #037dee;
}
.page-company .contents section .inner .content .content_company h3 {
  margin: 1em 0;
}
.page-company .contents section .inner .content .content_company h3:before {
  content: "－";
  display: inline-block;
}
.page-kiyaku {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-kiyaku {
    font-size: 3.74vw;
  }
}
.page-kiyaku header.page-header {
  margin: 0;
  padding: 60px 0;
  background: #037dee url("../img/parts/bg_title.png") center center no-repeat;
}
.page-kiyaku header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .page-kiyaku header.page-header {
    background-size: cover;
    padding: 8% 0;
  }
  .page-kiyaku header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-kiyaku header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 7.4vw;
  }
  .page-kiyaku header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-kiyaku .contents section .inner {
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-kiyaku .contents section .inner {
    padding: 5% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-kiyaku .contents section .inner .content .content_kiyaku ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .page-kiyaku .contents section .inner .content .content_kiyaku ul {
    margin: 10% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page-kiyaku .contents section .inner .content .content_kiyaku ul li {
    width: 49%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-kiyaku .contents section .inner .content .content_kiyaku ul li {
    margin: 5% 0;
  }
}
.page-kiyaku .contents section .inner .content .content_kiyaku ul li a {
  display: block;
  padding: 20px 50px;
  background: #ddd;
  border-bottom: solid 2px #888;
  border-radius: 2px;
  color: #037dee;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .page-kiyaku .contents section .inner .content .content_kiyaku ul li a {
    font-size: 24px;
  }
}
.page-kiyaku .contents section .inner .content .content_kiyaku ul li i.far {
  margin-right: 0.5em;
}
.page-privacy {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .page-privacy {
    font-size: 3.74vw;
  }
}
.page-privacy header.page-header {
  margin: 0;
  padding: 60px 0;
  background: #037dee url("../img/parts/bg_title.png") center center no-repeat;
}
.page-privacy header.page-header .inner h1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .page-privacy header.page-header {
    background-size: cover;
    padding: 8% 0;
  }
  .page-privacy header.page-header .inner {
    margin: 0;
    padding: 0;
  }
  .page-privacy header.page-header .inner h1 {
    text-align: center;
    color: #fff;
    font-size: 6vw;
  }
  .page-privacy header.page-header .inner p {
    color: #fff;
    text-align: center;
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .page-privacy .contents section .inner {
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-privacy .contents section .inner {
    padding: 5% 0;
  }
}
.page-privacy .contents section .inner .content .content_privacy h2 {
  margin: 1em 0;
  color: #037dee;
}
@media screen and (max-width: 1024px) {
  .page-privacy .contents section .inner .content .content_privacy h2 {
    font-size: 6vw;
  }
}
.page-privacy .contents section .inner .content .content_privacy h3 {
  margin: 1em 0;
}
.page-privacy .contents section .inner .content .content_privacy .revision,
.page-privacy .contents section .inner .content .content_privacy .information {
  text-align: right;
  margin: 1em;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width: 600px) {
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    z-index: 2;
  }
}
@media print, screen and (max-width: 599px) {
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px;
    background-color: #fff;
    z-index: 2;
  }
	.sp-none-t{
		display:none;
	}
	td.date-d {
    font-size: 12px;
    font-weight: bold;
}
span.num {
    font-size: 1.2em;
    color: #037dee;
}
	td.date-d {
    padding: 0.5em;
}
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn {
  font-size: 20px;
  color: #333;
}
.close-btn::before {
  content: "";
  position: absolute;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  cursor: pointer;
}
.popup iframe {
  padding-top: 10px;
  width: 100%;
  height: 540px;
}
@-moz-document url-prefix() {
  .popup iframe {
    height: 580px;
  }
}
#js-show-popup {
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#js-show-popup:hover {
  opacity: 0.7;
}
