@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**********************reset**********************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*clearfix--------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  width: 100%;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*?*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
/*color--------------------*/
.col-bl {
  color: #0084f0;
}
.col-pk {
  color: #eb5fab;
}
.col-red {
  color: #e01414;
}
.col-yell {
  color: #ffdc72;
}
.col-or {
  color: #ff9600;
}
.col-gr {
  color: #cccccc;
}

.bg-gr {
  background-color: #f3f3f3;
}
.bg-w {
  background-color: #fff;
}
.bg-bl {
  background-color: #def0ff;
}

.bg-pk {
  background-color: #ffeef6;
}
.bg-grn {
  background-color: #e0eff0;
}

.bdr-gr {
  border: solid 5px #ddd;
}
.bdr-pk {
  border: solid 1px #e44d98;
}

.bg-bl2 {
  background-color: #006fb5;
}
.bg-bl3 {
  background-color: #60b2e6;
}
.bg-bl4 {
  background-color: #d9e9f3;
}
.bg-grn2 {
  background-color: #42969b;
}
.bg-grn3 {
  background-color: #d7e2e3;
}

hr {
  border: solid 0.5px #221815;
  margin: 5px 0 20px;
}

/*font------------*/

html {
  font-size: 62.5%;
} /*10px*/
body {
  font-size: 1.6rem;
  line-height: 1.8;
}

.lntgh {
  text-decoration: line-through;
}

.fs20 {
  font-size: 2rem;
}
.fs22 {
  font-size: 2.2rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs36 {
  font-size: 3.6rem;
}
small {
  font-size: 85%;
}
sup {
  font-size: 1.2rem;
}
.ftw-b,
strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
}
#container .comment {
  margin-top: 5px;
  text-indent: -0.8em;
  padding-left: 1em;
}
#container .comment2 {
  margin-top: 5px;
  text-indent: -2.7em;
  padding-left: 3em;
}
#container .comment small {
  margin-top: 10px;
  line-height: 2.3rem;
  display: block;
}
/*縦書き*/
.rl {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.text-underline {
  text-decoration: underline !important;
}
.annotation {
  text-align: center;
  margin-top: 1rem;
}
.text-indent-1 {
  display: inline-block;
  text-indent: 1rem;
}
.text-indent-2 {
  display: inline-block;
  text-indent: 1.5rem;
}
/*link------------*/
a:link,
a:visited,
a:active,
a:hover {
  /* FireFox リンク選択時の点線を消す */
  /*overflow: hidden;*/
  outline: none;
}
a {
  /*-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}

a:link {
  text-decoration: none;
  /*color: #;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);*/
}

a img {
  transition: opacity 0.4s ease;
}

a img:hover {
  opacity: 0.85 !important;
  filter: alpha(opacity=85) !important;
  -ms-filter: "alpha(opacity=85)" !important;
}

/* セクション */
section .section-ttl {
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
  /* font-family:'Noto Sans', 'Noto Sans CJK JP'!important; */
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
}

section .section-ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f8db2a;
}

/*margin***/
.spmbt20 {
  margin-bottom: 0;
}

/*list*/
ul.list-num > li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}

/*btn common*/
#container .link-btn {
  text-align: center;
  display: block;
}
#container .link-btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
  margin: 0 auto;
  text-align: center !important;
  font-size: 1.8rem;
  padding: 20px 60px 20px 40px;
  display: inline-block;
  color: #221815;
  position: relative;
  background: #f8db2a; /* Old browsers */
  border-radius: 6px;
}

#container .link-btn a:hover {
  background: #f8db2a; /* Old browsers */
}

/*
#container .link-btn a {
	font-family: 'mplus-1p-bold';
	margin: 0 auto;
	text-align: center !important;
	font-size: 1.8rem;
	padding: 20px 60px 20px 40px;
	display: inline-block;
	color: #221815;
	position: relative;
	background: #f8db2a; /* Old browsers */
/*	background: -moz-linear-gradient(top, #f8db2a 12%, #f6c84d 99%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top, #f8db2a 12%, #f6c84d 99%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom, #f8db2a 12%, #f6c84d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*	box-shadow: 0 4px #e5ae1d;

}*/

/*#container .link-btn a:hover {
	background: -moz-linear-gradient(top, #ffe577 12%, #fcd260 99%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top, #ffe577 12%, #fcd260 99%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom, #ffe577 12%, #fcd260 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*}*/

#container .link-btn a::after {
  position: absolute;
  top: 47%;
  right: 18px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 3px solid #221815;
  border-right: 3px solid #221815;
  transform: rotate(45deg);
  transition: right 0.3s ease;
}

#container .link-btn a:hover::after {
  right: 12px;
}

#container .link-btn.lng a {
  width: 300px;
}

/*テキストリンクbtn common*/
#container .content-inner .btn {
  text-align: right /*!important*/;
  margin: 10px 0;
}

#container .btn a {
  border: none;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  color: #221815;
  background-color: #ffd451;
  text-decoration: none;
  padding: 6px 15px;
  display: inline-block;
  margin: 0;
}
#container .btn a:visited {
  color: #221815 !important;
}

#container .btn a:hover {
  color: #221815 !important;
  background-color: #ffe28a;
}

/*position--------------*/
.mg0 {
  margin: 0 !important;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgt10 {
  margin-top: 1rem !important;
}
.mgt20 {
  margin-top: 2rem !important;
}
.mgt30 {
  margin-top: 3rem !important;
}
.mgt40 {
  margin-top: 4rem !important;
}
.mgt50 {
  margin-top: 5rem !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgb10 {
  margin-bottom: 1rem !important;
}
.mgb20 {
  margin-bottom: 2rem !important;
}
.mgb30 {
  margin-bottom: 3rem !important;
}
.mgb40 {
  margin-bottom: 4rem !important;
}
.mgb50 {
  margin-bottom: 5rem !important;
}
.pdg5p {
  padding: 5%;
}
.pdg10 {
  padding: 1rem !important;
}
.pdg20 {
  padding: 2rem !important;
}
.pdg25 {
  padding: 2.5rem !important;
}
.pdg30 {
  padding: 3rem !important;
}
.pdg40 {
  padding: 4rem !important;
}
.pdg50 {
  padding: 5rem !important;
}
.pdg60 {
  padding: 60% !important;
}
.pdgb0 {
  padding-bottom: 0 !important;
}
.pdgb10 {
  padding-bottom: 1rem !important;
}
.pdgb20 {
  padding-bottom: 2rem !important;
}
.pdgb25 {
  padding-bottom: 2.5rem !important;
}
.pdgb30 {
  padding-bottom: 3rem !important;
}
.pdgb40 {
  padding-bottom: 4rem !important;
}
.pdgb50 {
  padding-bottom: 5rem !important;
}
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}

/*img------------*/
img {
  border: 0;
  vertical-align: middle;
}
.content-inner img {
  width: 100%;
  height: auto;
}
a img {
  border: none;
}

/*カラム------------*/
/*2カラム*/
.fl {
  float: left;
  width: 47%;
  margin-right: 6%;
}

.fr {
  float: right;
  width: 47%;
}

/*other------------*/
#container {
  text-align: left;
}
ul {
  list-style-type: none;
}

.sp {
  display: none !important;
}

/*今さんファイルとの調整スタイル*/

/*head*/
.login a:link,
.login a:visited {
  background-color: #0970c5;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.login a:hover {
  background-color: #1889e6;
}

#gNav {
  z-index: 9999;
}

#commonHeader {
  z-index: 100;
}

.fix-head-posi {
  display: none;
  width: 100%;
  position: fixed;
  top: -80px;
  z-index: 90;
  border-bottom: 1px solid #d6d6d6;
}

.apply_cyusyaku {
  padding: 10px 0 0;
  text-align: center;
}

/* フローティングボタン */
.fix-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: 99;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fix-menu .app-button-box {
  color: #fff;
  margin: 20px auto;
}
.fix-menu .app-button-box .app-button {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
}
.fix-menu .annotation {
  font-size: 70%;
  line-height: 1.5;
}

/*-------------------------------*/

/*@media screen and (min-width : 1024.02px)

-------------------------------*/
@media screen and (min-width: 1024.02px) {
  .text-b {
    font-weight: bold;
  }

  .tel_left {
    text-align: left !important;
  }

  .tel_text-b {
    font-size: 3.2rem !important;
    font-weight: bold;
  }

  .tel_leftbox {
    float: left;
    margin-right: 40px;
    width: 48%;
  }

  .tel-nav-icon {
    width: 64px;
  }
}

/*-------------------------------*/

/*@media screen and (max-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  .text-b {
    font-weight: bold;
  }

  .tel-nav-icon {
    width: 60px !important;
  }

  .tel_left {
    text-align: left !important;
  }

  .tel_text-b {
    font-size: 2.6rem !important;
    font-weight: bold !important;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 768.02px)

-------------------------------*/
@media screen and (min-width: 768.02px) {
}
/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  .text-b {
    font-weight: bold;
  }

  .tel-nav-icon {
    width: 35px !important;
  }

  .tel_left {
    text-align: left !important;
  }

  .tel_text-b {
    font-size: 2rem !important;
    font-weight: bold !important;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
}
/*-------------------------------*/

/*@media screen and (min-width : 500px)

-------------------------------*/
@media screen and (max-width: 500px) {
}

/*-------------------------------*/

/*@media screen and (min-width : 360px)

/*-------------------------------*/
@media screen and (max-width: 360px) {
}

.tel_link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
}
footer div.inner ul.sub {
  /* width: 1024px; */
  width: auto;
  margin: 1em 0 3.5em;
}
footer div.inner ul.sub li {
  border-right: solid 1px #221815;
  padding-right: 9px;
  font-size: 86%;
  line-height: 1.05em;
}

footer div.inner ul.sub li:nth-child(7) {
  padding-right: 0px;
  border-right: none;
}
footer div.inner ul.sub li:last-child {
  padding-right: 0px;
  border-right: none;
}
/*//今さんファイルとの調整スタイル*/

/*アンカーの位置調整*/
#option {
  margin-top: -70px !important; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 70px !important; /* 打ち消し用のパディング */
}

/*common title*/
#container h5 {
  text-align: left;
  margin: 0 auto 30px;
  font-size: 3.4rem;
  color: #221815;
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
}

.jetfi-point {
  max-width: 200px;
  height: auto;
  margin: 0 0 10px;
}

.pack-point {
  max-width: 260px;
  height: auto;
  margin: 0 0 10px;
}

.attention {
  background: url(/wifi/images/ico-attention.png) no-repeat 20px center;
  background-size: 60px;
  padding: 20px 20px 20px 100px;
  border: solid 6px #ddd;
}

.step-inner-title {
  color: #0d70c1;
  font-size: 2rem;
  border-left: solid 5px #0d70c1;
  padding-left: 15px;
  margin: 30px 0 15px;
  line-height: 1.5em;
}

/*inc banner */
.banner {
  margin: 0 auto 50px;
  padding: 10px;
  text-align: center;
  max-width: 900px;
}
.banner img {
  max-width: 100%;
  height: auto;
}

/*page-top*/
#page-top {
  margin: 0 auto;
  position: fixed;
  right: 50px;
  bottom: 10px;
  display: none;
  z-index: 100;
}
a.arrow-top img {
  display: block;
  background-color: #221815;
  padding: 16px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.5s ease 0s;
  margin: 20px auto;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
a.arrow-top:hover img {
  /*	background-color:#6e6e6e;*/
  /*	transform: rotateY(180deg);*/
}

/*common*/
body {
  /* font-family: 'NotoSansCJKjp-Regular', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    '游ゴシック', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  /*height:100%;*/
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #221815;
  font-weight: 400;
  position: relative;
  z-index: -1;
  -webkit-text-size-adjust: 100% !important; /*タブレットフォントバグ対策*/ /* Better Font Rendering ===========
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "pwid";
}
body .safari {
  font-feature-settings: "palt" 1;
}
#wrapper {
  width: 100%; /*text-align: center;*/
}
.contentWrap {
  background-color: #eee;
}

#container {
  animation: fadein 0.8s ease both;
  -webkit-animation: fadein 0.8s ease both;
  background-color: #fff;
  max-width: 1800px;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1.8;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#container .content-inner {
  width: 1000px;
  padding: 5rem 0;
  margin: 0 auto;
  text-align: left;
  /*	font-size:16px;*/
}

/*common*/
h6.cotent-title {
  display: block;
  background-color: #221815;
  color: #fff;
  padding: 8px 8px 8px 16px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin: 50px 0 20px;
}

/*----------------------------------------------------
    .faq-tab / .faq-accdn
----------------------------------------------------*/
.hide {
  display: none;
}
.faq-sub-ttl {
  font-family: NotoSansCJKjp-Bold, Meiryo-Bold, Hiragino Kaku Gothic Pro;
  font-weight: 700;
  text-align: center;
  margin: 5rem auto 3rem;
  font-size: 2.4rem;
}

/* faq-tab */
.faq-tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.faq-tab .faq-tab-list {
  display: inline-block;
  width: 32%;
  background-color: #221815;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0.5% 2%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.faq-tab .faq-tab-list:nth-of-type(3n) {
  margin-right: 0;
}
.faq-tab .faq-tab-list:hover,
.faq-tab .faq-tab-list.active {
  background-color: #f8db2a;
  color: #221815;
}
/* faq-accordion */
.faq-accdn .faq-accdn-box {
  text-align: left;
  background-color: #fff;
  border-top: solid 1px #aaaaaa;
}
.faq-accdn .faq-accdn-box-q {
  display: block;
  cursor: pointer;
  padding: 1% 8%;
  /*border-bottom: 1px solid #dedede;*/
  position: relative;
  transition: all 0.2s ease 0s;
  border-bottom: solid 1px #aaaaaa;
  background-color: #fff;
  background: url(/wifi/images/common/faq_q.svg) no-repeat 2.5% center;
  background-size: 4% auto;
  font-weight: normal;
  margin-top: 0;
}

.faq-accdn .faq-accdn-box-q:hover {
  color: #f8db2a;
}
.faq-accdn .faq-accdn-box-a {
  display: none;
  padding: 2% 8% 2% 8%;
  background: url(/wifi/images/common/faq_a_y.svg) no-repeat 2.5% center;
  background-color: #ededed;
  background-size: 4% auto;
}
.faq-accdn .faq-accdn-box-q::after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 3px solid #513a1f;
  border-right: 3px solid #513a1f;
  transform: rotate(135deg);
}
.faq-accdn .faq-accdn-box-a ul li {
  list-style: disc;
  margin-left: 20px;
}

.faq-accdn .faq-accdn-box-q.opened::after {
  top: 25px;
  transform: rotate(-45deg);
}
.faq-accdn .number-lists {
  list-style-type: decimal;
  margin-left: 2rem;
  margin-top: 1rem;
}
.faq-accdn .number-lists .number-list {
  margin-bottom: 0.8rem;
}
.faq-accdn .faq-accdn-box-a .blank-new-line {
  display: block;
  line-height: 1.5;
  margin: 1rem 0;
  content: "";
}

/*----------------------------------------------------
    .table-form
----------------------------------------------------*/
/*table*/
.table-form {
  width: 100%;
  border: none;
  margin: 10px auto;
  border-collapse: collapse;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  text-align: left;
  background-color: #fff;
}
.table-form ul {
  padding-left: 1em;
}
.table-form ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.table-form th,
.table-form tr {
  margin: 0;
  padding: 0;
}
.table-form th {
  /*font-weight: bold;*/
  width: 30%;
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0;
  vertical-align: middle;
  background: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
}
.table-form th span {
  color: #f00;
  font-size: 1em;
}
.table-form td {
  padding: 15px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  margin: 0;
  vertical-align: middle;
}

.zouzei {
  font-size: 1.4rem;
  display: block;
  padding: 5px 0 0 0;
}

/*-------------------------------*/

/*@media screen and (min-width : 1025px)pc以上

-------------------------------*/
@media screen and (min-width: 1025px) {
  header#commonHeader nav#gNav.fixed {
    position: fixed;
    top: 0;
    margin: 0 auto;
    background-color: rgba(34, 24, 21, 0.7);
  }

  .fixed-mgt {
    padding-top: 70px;
    background-color: #e9f5ff;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  /*アンカーの位置調整*/
  #option {
    margin-top: -50px !important; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 50px !important; /* 打ち消し用のパディング */
  }

  #container .content-inner,
  footer div.inner {
    width: 90%;
  }

  .pc_tab {
    display: block !important;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  html {
    font-size: 56%;
  } /*?px*/

  .contentWrap {
    margin-top: 120px;
  }
  body {
    line-height: 1.7em;
  }

  header#commonHeader > div.inner {
    box-shadow: 0px -3px 10px 0 #333;
    -webkit-box-shadow: 0px -3px 10px 0 #333;
    -moz-box-shadow: 0px -3px 10px 0 #333;
    height: 50px;
  }

  header#commonHeader > div.inner a.btn_appli {
    padding: 0.6em 3em 0.8em;
  }
  header#commonHeader > div.inner a.btn_appli span {
    font-size: 1.4rem;
    padding-left: 0.8em;
    padding-right: 1.2em;
  }

  .fix-head-posi {
    display: none;
  }

  #fix-Header > div.inner {
    box-shadow: 0px -3px 10px 0 #333;
    -webkit-box-shadow: 0px -3px 10px 0 #333;
    -moz-box-shadow: 0px -3px 10px 0 #333;
    height: 50px;
  }

  #fix-Header > div.inner a.btn_appli {
    padding: 0.6em 3em 0.8em;
  }
  #fix-Header > div.inner a.btn_appli span {
    font-size: 1.4rem;
    padding-left: 0.8em;
    padding-right: 1.2em;
  }

  #container .content-inner {
    width: 100%;
    padding: 3rem 0;
  }

  /*common*/
  h6.cotent-title {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }

  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: none;
  }

  /*footer*/

  footer div.inner ul.sub {
    width: 100%;
    margin: 1em 0 3.5em;
  }

  footer div.inner {
    width: 100%;
    padding: 2em 2em 32%;
  }

  footer div.inner ul.sub li {
    border-right: none;
    margin-bottom: 1.5em;
  }

  footer div.inner ul.sub li:nth-child(7),
  footer div.inner ul.sub li:last-child {
    padding-right: 0px;
    border-right: none;
    width: 100%;
  }

  #container h5 {
    margin: 0 2.4rem 0;
    font-size: 2.8rem;
  }
  /*page-top*/
  #page-top a.arrow-top img {
    /*	border:solid 1px #ffc478;*/
    height: 50px;
    margin: 20px auto;
    padding: 10px;
    width: 50px;
  }

  /*下層ページ*/

  /*.table-form*/
  .table-form {
    width: 100%;
    border: none;
    border: solid 1px #aaaaaa;
  }
  .table-form th {
    width: 100%;
    display: block;
    border: none;
    background-color: #e2e2e2;
    padding: 1.5% 3%;
  }
  .table-form td {
    width: 100%;
    display: block;
    border: none;
    padding: 1.5% 3%;
  }

  .pc_tab {
    display: block !important;
  }
  /*----------------------------------------------------
      .faq-tab / .faq-accdn
  ----------------------------------------------------*/
  .faq-sub-ttl {
    margin-top: 3em;
  }
  /* faq-tab */
  .faq-tab {
    width: calc(100% - 2em);
  }

  .faq-tab .faq-tab-list {
    width: 49%;
    padding: 2%;
  }
  .faq-tab .faq-tab-list:nth-of-type(2n) {
    margin-right: 0;
  }
  .faq-tab .faq-tab-list:nth-of-type(3n) {
    margin-right: auto;
  }
  /* faq-accordion */
  .faq-accdn .faq-accdn-box-q {
    padding: 2% 14% 2% 10%;
    background: url(/wifi/images/common/faq_q.svg) no-repeat 2.5% center;
    background-size: 6% auto;
  }
  .faq-accdn .faq-accdn-box-a {
    padding: 4% 4% 4% 10%;
    background: url(/wifi/images/common/faq_a_y.svg) no-repeat 10px 18px;
    background-color: #ededed;
    background-size: 6% auto;
  }
  .faq-accdn .faq-accdn-box-q::after {
    right: 15px;
    top: 40%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-top: 2px solid #513a1f;
    border-right: 2px solid #513a1f;
  }
  .faq-accdn .faq-accdn-box-q.opened::after {
    top: 40%;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  /*body {
	font-size: 14px !important;
}*/

  #option {
    margin-top: -100px !important; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 100px !important; /* 打ち消し用のパディング */
  }
  small.disb {
    display: block;
    line-height: 1.7em;
  }

  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .pc_tab {
    display: none !important;
  }

  /*margin***/
  .spmbt20 {
    margin-bottom: 20px;
  }

  /*2カラム*/
  .fl {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .fr {
    float: none !important;
    width: 100% !important;
  }

  /*header*/
  header#commonHeader > div.inner a.btn_appli {
    padding: 0.6em 0.5em 0.8em;
  }

  #fix-Header > div.inner a.btn_appli {
    padding: 0.6em 0.5em 0.8em;
  }

  .fix-head-posi {
    display: none;
  }

  #page-top {
    position: fixed;
    right: 20px;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 414px)

-------------------------------*/
@media screen and (max-width: 414px) {
  .attention {
    background: url(/wifi/images/ico-attention.png) no-repeat center 15px;
    background-size: 40px;
    padding: 60px 20px 20px 20px;
    border: solid 6px #ddd;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 320px)

-------------------------------*/
@media screen and (max-width: 360px) {
  header#commonHeader nav#gNav ul li a {
    padding: 0.7em 1em;
  }
  #fix-Header nav#gNav ul li a {
    padding: 0.7em 1em;
  }
  .login a:link,
  .login a:visited {
    border-radius: 0;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
}

/*@media screen and (min-width : 400px)

-------------------------------*/
@media screen and (max-width: 400px) {
  /* faq-tab */
  .faq-tab .faq-tab-list {
    width: 100%;
    margin: 0 0 5px;
  }
}

/*フッターインフォメーションここまで---------------*/

/*-------------------------------------------------
-------------------------------------------------
                   グロナビここから
-------------------------------------------------
-------------------------------------------------*/

/*ヘッダー**
-----------------------------------------*/
#commonHeader {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

#commonHeader .head-inner {
  width: 100%;
  height: 127px;
  background-color: #fff;
  border-left: 15px solid #f8db2a;
  margin: 0 auto;
  padding: 16px 26px 0;
}

#commonHeader .head-inner .tagline {
  color: #555;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  vertical-align: middle;
}

#commonHeader .head-inner .gnav-logo img {
  width: 145px !important;
  margin-right: 24px;
}


#commonHeader .head-inner ul li > ul li {
  vertical-align: middle;
  margin: 0 0 0 0px;
}
#fix-Header .head-inner ul li:last-of-type {
  margin-right: 20px;
}

#commonHeader .commonHeader__submenuList {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 115px;
}
#commonHeader .commonHeader__submenuList > li {
  margin-right: 20px;
}
#commonHeader .commonHeader__submenuList > li:last-of-type {
  margin-right: 0;
}

#commonHeader .commonHeader__submenuBtn {
  display: block;
}
#commonHeader .commonHeader__submenuBtn > a {
  line-height: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #737373;
  padding: 15px 35px 15px 25px;
}
#commonHeader .commonHeader__submenuBtn > a:hover {
  opacity: 0.7;
}
#commonHeader .commonHeader__submenuBtn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.3em;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.6em;
}
#commonHeader .commonHeader__submenuBtn-Business > a {
  background-color: #2f4f71;
}
#commonHeader .commonHeader__submenuBtn-CpList > a {
  background-color: #f6d328;
}
#commonHeader .commonHeader__submenuBtn-CpList > a {
  color: #282828;
}
#commonHeader .commonHeader__submenuBtn-CpList > a::after {
  border-color: transparent transparent transparent #282828;
}
@media screen and (max-width: 1024px) {
  #commonHeader .commonHeader__submenuList {
    margin-right: 95px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 1200px)

-------------------------------*/
@media screen and (max-width: 1200px) {
  /* #commonHeader .head-inner .tagline,
  #fix-Header .head-inner .tagline {
    display: none !important;
  } */
}
/*-------------------------------*/

/*@media screen and (max-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  #fix-Header .head-inner ul li:last-of-type {
    margin-right: 16px;
  }
  #fix-Header {
    min-width: 0 !important;
  }
  #commonHeader .head-inner {
    height: 99px;
  }
  #commonHeader .head-inner .gnav-logo img {
    width: 130px !important;
  }
  #commonHeader .commonHeader__submenu {
    margin-right: 0;
  }
  #commonHeader .commonHeader__submenuBtn > a {
    padding: 8px 25px 8px 15px;
  }
  #commonHeader .commonHeader__submenuBtn > a::after {
    right: 0;
    border-width: 0.5em;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

  -------------------------------*/
@media screen and (max-width: 768px) {
  #commonHeader .head-inner ul li > ul li {
    display: block !important;
    vertical-align: middle;
    margin:  0 0 0px;
  }

  #commonHeader .head-inner ul li > ul li a {
    padding-left: 30px;
  }
}

header#commonHeader nav#gNav {
  /*position: static;
	display: block!important;*/
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#fix-Header {
  position: relative;
  min-width: 1024px;
}

#fix-Header .head-inner {
  width: 100%;
  height: 63px;
  background-color: rgba(255, 255, 255, 0.85);
  border-left: 15px solid #f8db2a;
  margin: 0 auto;
  padding: 26px 26px;
}

#fix-Header .head-inner .tagline {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  vertical-align: middle;
  /* margin: 10px 0 1em; */
}

#fix-Header .head-inner .gnav-logo img {
  width: 145px !important;
  margin-right: 24px;
}

@media screen and (max-width: 840px) {
  #fix-Header .head-inner .gnav-logo img {
    width: 80px !important;
  }
}

#fix-Header .head-inner ul li {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 0 0 20px;
}

#fix-Header .head-inner ul li > ul li {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 0 0 0px;
}

@media screen and (max-width: 768px) {
  #fix-Header .head-inner ul li > ul li {
    display: block !important;
    vertical-align: middle;
    margin: 0 0 0 0px;
  }

  #fix-Header .head-inner ul li > ul li a {
    padding-left: 30px;
  }
}

#fix-Header nav#gNav {
  /*position: static;
	display: block!important;*/
  width: 100%;
  height: 66px;
  padding: 0;
  margin: 0 auto;
}

.logo-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.logo-area-fix {
  position: absolute;
  top: 10px;
  left: 30px;
  /* height: 58px; */
}

@media screen and (max-width: 840px) {
  .logo-area-fix {
    top: 20px;
  }
}

.g-apply-button-mini {
  display: none;
}

@media screen and (max-width: 768px) {
  #commonHeader {
    position: relative;
    min-width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }

  #commonHeader .head-inner {
    position: fixed;
    top: 0;
    border-left-width: 10px;
    padding: 0.55em;
    box-shadow: 0px -3px 10px 0 #333;
    -webkit-box-shadow: 0px -3px 10px 0 #333;
    -moz-box-shadow: 0px -3px 10px 0 #333;
    height: 50px;
  }

  #commonHeader .head-inner ul {
    display: none;
    height: 80%;
    margin-left: 16px;
    box-shadow: rgb(0 0 0 / 20%) -1.5px 7.5px 5px 0px;
    background: #fff;
    margin-top: 0;
  }

  #commonHeader .head-inner ul.submenu {
    box-shadow: none;
  }

  #commonHeader .head-inner .tagline {
    display: none;
  }

  #fix-Header {
    position: relative;
    min-width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }

  #fix-Header .head-inner {
    position: fixed;
    top: 0;
    padding: 0.55em;
    box-shadow: 0px -3px 10px 0 #333;
    -webkit-box-shadow: 0px -3px 10px 0 #333;
    -moz-box-shadow: 0px -3px 10px 0 #333;
    height: 50px;
  }

  #fix-Header .head-inner ul {
    display: none;
  }

  #fix-Header .head-inner .tagline {
    display: none;
  }

  .g-apply-button-mini {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "pwid";
    position: fixed;
    right: 50px;
    top: 0;
    line-height: 3rem;
    width: 180px !important;
    text-align: center;
    /*transition: all .2s linear;*/
    color: #ffffff;
    background-color: #d91300;
    font-weight: bold;
    border: 2px solid #ffffff;
    height: 50px;
    padding: 8px 0px 14px;
    display: block;
  }

  .g-apply-button-mini:hover {
    opacity: 0.8;
    color: #fff;
  }

  #commonHeader .head-inner ul li {
    display: block !important;
    vertical-align: middle;
    margin: 0 0 0 0px;
  }

  #commonHeader .head-inner ul li a {
    padding: 16px;
  }
  #fix-Header .head-inner ul li {
    display: block !important;
    vertical-align: middle;
    margin: 0 0 0 0px;
  }

  #fix-Header .head-inner ul li a {
    padding: 16px;
  }

  .logo-area {
    position: fixed;
    top: 12px;
    left: 20px;
    width: 90px;
    transform: none;
  }
}

@media screen and (max-width: 640px) {
  .g-apply-button-mini {
    width: 100px !important;
    display: block;
  }

  .g-apply-button-mini span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-feature-settings: "pwid";
    display: inline-block !important;
    padding: 0 15px 0 0;
    font-size: 1.35rem;
  }
}

/* Nav
-----------------------------------------*/
.Nav {
  line-height: 1;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .Nav {
    line-height: 1;
    margin: 50px auto;
    background-color: rgba(34, 24, 21, 0);
  }
}

.h-menu-sub {
  display: none;
}

@media screen and (max-width: 768px) {
  .h-menu-sub {
    display: block;
    /* height: 700px; */
  }

  .h-menu-sub a {
    display: inline-block !important;
    width: 50%;
    padding: 20px 0 5px 30px !important;
    border-bottom: none; /*solid 1px #5e5755;*/
  }

  .h-menu-sub a:before {
    display: block;
    content: "";
    position: absolute;
    top: 80%;
    left: 17px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
  }
}

nav ul {
  list-style: none;
}

nav ul li {
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .Nav {
    position: relative;
    border-top: none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .Nav .navbtn {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 1);
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 16px;
    left: 13.5px;
    content: "";
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::before {
    top: 23.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 16px;
    left: 14px;
    content: "";
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s;
  }
  .Nav .navbtn a.open::after {
    bottom: 24px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 768px) {
  .Nav .navbtn a.open {
  }
}

@media screen and (max-width: 768px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: 24px;
    left: 13.5px;
    content: "";
    width: 21px;
    height: 2px;
    background-color: #fff;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}

.Nav ul.close {
  display: none;
}

@media screen and (min-width: 768.01px) {
  .Nav > ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .Nav > ul {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .Nav ul.close {
    display: none;
  }
}

.Nav > ul {
  height: 64px;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 85px;
}

.Nav ul .sub-t-align {
  text-align: left;
}

.submenu li {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .Nav > ul {
    height: 52px;
    margin: 0 64px 0 0;
  }
  .Nav > ul > li.parent > ul {
    top: 52px;
  }
}
@media screen and (max-width: 768px) {
}
.Nav > ul > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 10px;
}
.Nav > ul > li.parent > a {
  cursor: default;
}

.Nav ul li img {
  display: block;
  width: auto;
  height: 15px;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .Nav ul li img {
    display: inline-block;
    width: auto;
    height: 12px;
    margin: 0 10px 0 24px;
  }
}

@media screen and (max-width: 768px) {
  .Nav > ul > li {
    background-color: rgba(255, 255, 255, 1);
    display: block;
    border-bottom: solid 1px #5e5755;
  }
  .Nav > ul > li:nth-child(2) {
    border-top: 1px solid #5e5755;
  }
  .Nav > ul > li:nth-child(8) {
    border: none;
  }
}
.Nav > ul > li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "pwid";
  position: relative;
  text-decoration: none;
  font-size: 1.6rem;
  color: #282828;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .Nav > ul > li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 12px 0 13px 0;
    font-size: 1.6rem;
    color: #282828;
    z-index: 2;
  }
}
@media screen and (min-width: 768px) {
  .Nav > ul > li.parent {
    height: 100%;
    position: relative;
  }
  .Nav > ul > li.parent .submenu {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .Nav > ul > li.parent {
    position: relative;
  }

  .Nav > ul > li.parent > a::before {
    position: absolute;
    right: 20px !important;
    top: 16px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 0px;
    border-top: 2px solid #513a1f;
    border-right: 2px solid #513a1f;
    transform: rotate(135deg);
  }
}

.Nav > ul > li.parent.open {
  border-bottom: none;
}
.Nav > ul > li.parent.open > a {
  color: #fff;
}

.Nav > ul > li.parent.open {
  background-color: #ebebeb;
}
.Nav > ul > li.parent.open > a::before {
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .Nav > ul > li.parent.open > a {
    color: #282828;
  }
}

.g-nav a:hover {
  color: #282828;
}

.g-nav a,
.g-nav a::after {
  box-sizing: border-box;
  transition: all 0.3s;
}
.g-nav > a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5, 1);
}
.g-nav > a:hover::after {
  display: inline-block;
  border-bottom: solid 6px #f8db2a;
  line-height: 10px;
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .g-nav a:hover::after {
    display: none;
  }
}

/* 2階層 */

.submenu li {
}

.Nav > ul > li > ul {
  display: none;
  top: 64px;
  left: 0;
  width: auto;
  background-color: rgba(235, 235, 235, 0.9);
  z-index: 9;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}

.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}

@media screen and (max-width: 768px) {
  .Nav > ul > li > ul li a {
    border-bottom: none;
    background-color: #ebebeb;
    padding: 15px 56px;
  }
}
.Nav > ul > li > ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 60%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -6px 0 0 0;
  border-top: solid 1px #282828;
  border-right: solid 1px #282828;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 57%;
    left: 17px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
  }
}

.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #fff;
  }
}

.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
  left: 20px;
}

.g-apply-button {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "pwid";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 127px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #d91300;
  border: 2px solid #ffffff;
  height: 127px;
  padding: 1rem;
  line-height: 2.5rem;
}

.g-apply-button span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
  display: inline-block !important;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: inline;
  zoom: 1;
}

.g-apply-button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.2s;
}

.g-apply-button-fix {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "pwid";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 127px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #d91300;
  border: 2px solid #ffffff;
  height: 64px;
  line-height: 4.2rem;
  padding: 1rem;
  display: inline-block;
  opacity: 1;
}

.g-apply-button-fix span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "pwid";
  display: inline-block !important;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: inline;
  zoom: 1;
}

.g-apply-button-fix:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.2s;
}

/*-------------------------------*/

/*@media screen and (max-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  .g-apply-button {
    width: 107px;
    height: 99px;
  }
  .g-apply-button-fix {
    width: 107px;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  .g-apply-button {
    line-height: 2rem;
    width: 200px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    /*transition: all .2s linear;*/
    color: #fff;
    background-color: #f979b8;
    background-image: linear-gradient(#f979b8, #e24a95);
    box-shadow: 0px -4px 0px 0px #c42e78 inset;
    height: 66px;
    padding: 1rem;
    display: none !important;
  }
  .g-apply-button span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-feature-settings: "pwid";
    display: inline-block !important;
    text-align: center;
    padding-right: 1.7em;
    color: #fff;
    vertical-align: middle;
    background: url(/wifi/images/bg_arrow.svg) right center no-repeat;
    background-size: 7%;
    display: inline;
    zoom: 1;
  }

  .g-apply-button:hover {
    background-color: #fc87cc;
    background-image: linear-gradient(#fc87cc, #f055aa);
  }
}
@media screen and (max-width: 640px) {
.g-apply-button-mini.two-line{
  font-size: 12px;
  line-height: 2rem;
  padding: 5px;
}
}

@media screen and (max-width: 500px) {
  footer div.inner {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 360px) {
  header#commonHeader nav#gNav ul li a {
    padding: 14px 0px;
  }
}

/*-------------------------------

/新規ヘッダー追従

-------------------------------*/

header#commonHeader nav#gNav.fixed {
  position: fixed;
  min-width: 1024px;
  height: 64px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px -3px 10px 0 #333;
  -webkit-box-shadow: 0px -3px 10px 0 #333;
  -moz-box-shadow: 0px -3px 10px 0 #333;
}

.fixed-mgt {
  padding-top: 70px;
  background-color: #e9f5ff;
}

@media screen and (max-width: 768px) {
  header#commonHeader nav#gNav.fixed {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #f0f1f1;
  }
}

/*-------------------------------------------------
-------------------------------------------------
                   グロナビここまで
-------------------------------------------------
-------------------------------------------------*/

/*-------------------------------
　　HERO画像 キャンペーン終了
-------------------------------*/
#container .main {
  position: relative;
  max-width: 2049px;
  margin: 0 auto;
}
#container .main.done:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#container .main.done::after {
  position: absolute;
  content: "本キャンペーンは終了しました。";
  white-space: pre;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}

/*-------------------------------
　　ボタン無効化対策
-------------------------------*/
.dis1001 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.dis1001 a,
a.dis1001 {
  pointer-events: none;
}
.main.dis1001 {
  position: relative;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.main.dis1001::after {
  content: "本キャンペーンは終了しました。";
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  background: none;
}
.main.dis1001:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .topPage .hero .dis1001 {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #container .main.done::after {
    font-size: 20px;
  }
}

/*-------------------------------*/

/* 共通コンポーネント化

-------------------------------*/
/* 申込ボタン */
.app-button-box .app-button {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  border-radius: 35px;
  color: #fff;
  position: relative;
  line-height: 1;
  text-align: center;
  background: #36ace7;
  width: 100%;
  max-width: 450px;
  font-size: 2rem;
  padding: 25px 0;
  display: block;
  box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 30%);
}

.app-button-box .app-button::after {
  position: absolute;
  top: 30%;
  right: 20px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wifi/images/top/link_arrow_blue.svg);
  transition: right 0.3s ease;
}

.app-button-box .app-button:hover {
  background: #4bb7ec;
}

.app-button-box .app-button:hover::after {
  right: 5px;
}

.app-button-box .app-button.app-button-wide {
  max-width: 500px;
}
.app-button-box .app-button.app-button-wider {
  max-width: 590px;
}
.app-button-box .app-button span {
  font-weight: 700;
}

.app-button-box .app-text {
  margin-top: 20px;
  line-height: 1.5;
}
.app-button-box .app-text-red {
  color: #d91300;
  font-size: 1.6rem;
  font-weight: bold;
}



.app-button-box .app-button-two-row {
  border-radius: 60px;
  line-height: 1.5;
  padding: 15px 0;
}
.app-button-box .app-button-two-row::after {
  top: 37%;
}
/* 申込ボタン color */
.app-button-box .app-button.app-button-red {
  background: #d91300;
}
.app-button-box .app-button.app-button-green {
  background: #02b900 ;
}

.app-button-box .app-button.app-button-red:hover {
  background: #d91300;
}

.app-button-box .app-button.app-button-red:after {
  background-image: url(/wifi/images/top/link_arrow_red.svg);
}
.app-button-box .app-button.app-button-green:after {
  background-image: url(/wifi/images/top/link_arrow_green.svg);
}
/* 申込ボタン 2列 */
.app-button-box.app-button-box-cols {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
.app-button-box.app-button-box-cols .app-button {
  margin-bottom: 3rem;
}

/* ご利用の流れ 4STEP */
.flow-container .flow-back {
  background-color: #e7e8e8;
}
.flow-container .flow-step-sp {
  display: none;
}

/* アンカーボタン */
.anchor-button {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 35px;
}
.anchor-button li {
  display: block;
  width: 32%;
  margin: 0 2% 1.5% 0;
  background-color: #00ace8;
  text-align: center;
  padding: 17px 0;
  position: relative;
  border-radius: 10px;
  border-right: 3px solid #158eb4;
  border-bottom: 3px solid #158eb4;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.anchor-button li:nth-child(3),
.anchor-button li:nth-child(5) {
  margin: 0 0 1.5% 0;
}
.anchor-button li a {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 700;
  display: block;
}
.anchor-button li:hover {
  cursor: pointer;
  opacity: 0.75;
}
.anchor-button li::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px; /*画像の高さ*/
  background-image: url(/wifi/images/plan/anc-arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.anchor-button .plan-name {
  font-size: 2.3rem;
  font-weight: 500;
}
.anchor-button .sub-txt {
  font-size: 1.3rem;
  display: block;
}

/* コロナ対策 */
.corona-container .corona-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
  position: relative;
}
.corona-container .corona-inner ul {
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.corona-container .corona-inner ul li {
  display: inline-block;
  width: 31.333%;
  margin: 0 3% 0 0;
}
.corona-container .corona-inner ul li:last-child {
  display: inline-block;
  width: 31.333%;
  margin: 0 0 0 0;
}
.corona-container .corona-inner ul li img {
  width: 100%;
  max-width: 180px;
  margin: 0 0 10px;
}
.corona-container .corona-inner ul li p {
  text-align: left;
}
.corona-container .corona-inner .read {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 4rem;
}
.corona-mark {
  position: absolute;
  width: 184px;
  top: 80px;
  right: 0;
}
/* フッター お問合せ */
#footer-contact {
  background-color: #f8db2a;
  position: relative;
}
#footer-contact .footer-contact-container {
  width: 70%;
  text-align: center;
  padding: 40px 0;
}
#footer-contact .footer-contact-operator-pc {
  position: absolute;
  right: 5%;
  bottom: -1px;
  width: 200px;
}

/*-------------------------------*/

/*@media screen and (max-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  /* コロナ対策 */
  .corona-container .corona-inner {
    width: 90%;
    margin: auto;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  /* 申込ボタン */
  .app-button-box .app-button {
    line-height: 1.5;
    padding: 18px 15px 18px 0px;
  }
  .app-button-box .app-button::after {
    width: 25px;
    height: 25px;
  }
  /* ご利用の流れ 4STEP */
  .flow-container .flow-step-pc {
    display: none;
  }
  .flow-container .flow-step-sp {
    display: flex;
    flex-wrap: wrap;
  }
  .flow-container .flow-step-sp-list {
    width: calc((100% - 1em) / 2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 0 1em 1em 0;
  }
  .flow-container .flow-step-sp-list:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .flow-container .flow-step-sp-list:nth-last-of-type(1),
  .flow-container .flow-step-sp-list:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  /* アンカーボタン */
  .anchor-button li a {
    font-size: 1.6rem;
  }
  .anchor-button .plan-name {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .anchor-button li {
    border-radius: 7px;
  }
  .anchor-button li::after {
    width: 15px;
    height: 15px; /*画像の高さ*/
  }
  /* コロナ対策 */
  .corona-container .corona-inner {
    padding: 6rem 30px;
  }
  .corona-mark {
    position: absolute;
    width: 130px;
    top: 40px;
    right: 25px;
  }
  /* フッター お問合せ */
  #footer-contact .footer-contact-container {
    width: 90%;
    text-align: left;
    margin: auto;
    padding: 25px 0;
  }

  #footer-contact .app-button-box .app-button {
    max-width: 350px;
    margin: 0;
  }
  #footer-contact .footer-contact-operator-pc {
    width: 170px;
    right: 2%;
  }
}

/*-------------------------------*/

/*@media screen and (max-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  /* 申込ボタン */
  .app-button-box .app-button {
    width: 90% !important;
    border-radius: 50px;
    max-width: 350px;
    margin: 25px auto 0;
    font-size: 1.8rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .app-button-box .app-button::after {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 32%;
  }
  /* 申込ボタン 2列 */
  .app-button-box.app-button-box-cols .app-button {
    margin-bottom: 0;
  }

  /* アンカーボタン */
  .anchor-button li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 12px 0 14px;
    border-radius: 5px;
    border-right-width: 2px;
    border-left-width: 2px;
  }
  .anchor-button li:nth-child(3),
  .anchor-button li:nth-child(5) {
    margin: 0 3.5% 4% 0;
  }

  .anchor-button li:nth-child(even) {
    margin: 0 0 4% 0;
  }
  .anchor-button li a {
    font-size: 1.4rem;
  }
  .anchor-button li::after {
    width: 13px;
    height: 13px; /*画像の高さ*/
    right: 6px;
  }
  /* コロナ対策 */
  .corona-container .corona-inner {
    padding: 7rem 30px;
  }
  .corona-container .corona-inner ul li {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .corona-container .corona-inner ul li:last-child {
    display: inline-block;
    width: 100%;
    margin: 0 3% 0 0;
  }

  .corona-mark {
    position: absolute;
    width: 90px;
    top: 40px;
    right: 40px;
  }
  .corona-container .corona-inner .read {
    font-size: 1.7rem;
    margin: 0 0 4rem;
  }
  /* フッター お問合せ */
  #footer-contact .footer-contact-container {
    width: auto;
    margin: 0 1em;
  }
  #footer-contact .footer-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-contact .footer-contact-box p {
    font-size: 1.8rem;
    text-align: left;
  }
  #footer-contact .app-button-box .app-button {
    margin: auto;
  }
  #footer-contact .footer-contact-box .footer-contact-operator-sp {
    width: 20%;
  }
}
/*-------------------------------*/

/*@media screen and (max-width : 500px)

-------------------------------*/
@media screen and (max-width: 500px) {
  /* ご利用の流れ */
  .flow-container .flow-step-sp-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .flow-container .flow-step-sp-list:nth-last-of-type(2) {
    margin-bottom: 1em;
  }
  /* コロナ対策 */
  .corona-mark {
    display: none;
  }
  /* フッター お問合せ */
  #footer-contact .footer-contact-box .footer-contact-operator-sp {
    width: 30%;
  }
}

/*-------------------------------*/

/*@media screen and (max-width : 400px)

-------------------------------*/
@media screen and (max-width: 400px) {
}

/*-------------------------------*/

/*@media screen and (max-width : 360px)

-------------------------------*/
@media screen and (max-width: 360px) {
  /* 申込ボタン */
  .app-button-box .app-button {
    font-size: 1.6rem;
  }
  /* フッター お問合せ */
  #footer-contact .footer-contact-box p {
    font-size: 1.5rem;
  }
}
