@charset "utf-8";
/* CSS Document */
.con {
  padding: 5px;
}
.pdM-tb {
  padding: 30px 0;
}
.minh80 {
  min-height: calc(100vh - 200px);
}
.conS {
  max-width: 720px
}
.pc {
  display: none;
}
.center {
  text-align: center !important;
}
.mtM {
  margin-top: 30px !important
}
.mtL {
  margin-top: 60px !important
}
.mt0 {
  margin-top: 0px !important;
}
.mtS{
	margin-top: 10px
}
.mbS{
	margin-bottom: 10px
}
.pS{
	padding:10px
}
.pM{
	padding: 20px
}
.pl0{
padding-left:0 !important;
}
.txt_gray{
color: #4E6A7D
}
.fontM{
	font-size: 18px !important;
}
.fontL{
	font-size: 20px !important;
}
.fontLL{
	font-size: 24px !important;
}
.fontLLL{
	font-size: 40px !important;
}
.mw80{
max-width:800px;
margin-left:auto;
margin-right:auto
}
@media screen and (max-width:970px) {
.mtM {
  margin-top: 20px !important
}
.mtL {
  margin-top: 40px !important
}
.fontL{
	font-size: 18px !important;
}
.fontLL{
	font-size: 20px !important;
}
.fontLLL{
	font-size: 28px !important;
}
}
strong{
	font-weight: 600;
}
em{
	text-decoration: underline;
}
.left{
	text-align: left !important;
}
.center{
	text-align: center !important;
}
@media screen and (min-width:720px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/*---------------------

ヘッダー

----------------------*/
header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #003c6a;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  z-index: 3;
transition: transform .25s ease; /* スッと隠す／出す */
}
header.is-hidden { top: calc(var(--header-h, 60px) * -1); } /* ヘッダー高が80pxなら -80px */
header.is-visible { top: 0; }
.header_button {
  margin: 30px;
}
header .logo {
  padding: 0
}
@media screen and (max-width:970px) {
  .header_button {
    margin: 30px 0 50px;
  }
}
.header_button a {
  border-radius: 80px;
  color: #fff;
  background-color: #999999;
  padding: 12px 28px;
  text-decoration: none;
  white-space: nowrap
}
header h1.logo{
display:flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}
header h1.logo a {
  display: block;
  color: transparent;
  text-decoration: none;
}
header h1.logo a img {
  height: 60px;
  width: 130px;
  display: block;
}
header h1 span {
  display: block;
  height: 30px;
	color: #042843;
	font-weight: 600;
	line-height: 30px;
	padding-left: 20px;
	border-left: 2px solid #042843;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 40px;
}
@media screen and (max-width:520px) {
  header {
    display: flex;
    align-items: center;
	height: auto;
  }

header h1.logo a {
}
	header h1.logo a img{
		display: none;
}
header h1 span {
	padding-left: 10px;
	border-left: none;
	font-size: 14px;
	margin-left: 0;
	margin-right: 0px;
}
}

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

ハンバーガーメニュー

----------------------*/
#menuBtn {
	display: none;
}
.menuList ul{
	display:flex;
}
.menuList li {
}
.menuList li a{
	padding: 20px 20px 18px;
	display: block;
	text-decoration: none;
	color: #042843;
	border-bottom: 2px solid transparent;
	font-size: 16px;
}
.menuList li a:hover{
	color: #0067b4;
	border-bottom: 2px solid #042843;
}
@media screen and (max-width:1040px) {
	
.menuClose .menuList ul,	
.menuList ul{
	display:none;
}
.menuOpen .menuList ul{
	display:block;
}
#menuBtn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	padding: 8px;
	z-index: 5;
}

#menuBtn a {
	display: block;
	width: 44px;
	height: 44px;
	position: relative;
}

#menuBtn a span {
	display: block;
	width: 14px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 14px;
	left: 15px;
}

#menuBtn a span:first-child {
	top: 14px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	transform: rotateZ(0deg);
	transform-origin: left top 0;
}

#menuBtn a.menuOpen span:first-child {
	transform: rotateZ(45deg);
	width: 18px;
	left: 16px;
}

#menuBtn a span:nth-child(2) {
	top: 20px;
}

#menuBtn a.menuOpen span:nth-child(2) {
	display: none;
}

#menuBtn a span:last-child {
	top: 26px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	transform: rotateZ(0deg);
	transform-origin: left bottom 0;
}

#menuBtn a.menuOpen span:last-child {
	transform: rotateZ(-45deg);
	width: 18px;
	left: 16px;
}

#menuWrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100vw;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);

	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	z-index: 4;

	overflow: hidden;
}

#menuHeader {
	height: 44px;
}

#menuWrap.menuOpen {
	opacity: 1;
	right: 0;

	overflow-y: scroll;
}

#menuWrap h3 {
	text-align: left;
	color: #666;
	padding: 12px 16px 8px 40px;
	font-size: 14px;
	background-color: #f5f5f5;

	background-repeat: no-repeat;
	background-position: left 8px center;
	background-size: 24px 24px;
}

.menuList {
	border-bottom: 1px solid #e5e5e5;
}
}

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

メインコンテンツ

----------------------*/
main {
  margin-top: 136px;
  display: block;
}
@media screen and (max-width:777px) {
  main {
    margin-top: 200px;
  }
}
main h1 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #333;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin: 30px auto;
  line-height: 1.3
}
#main {
  padding-top: 60px;
background-color: #f7f9fb;
	
}
#main h2 {
  background-color: #003c6a;
  color: #fff;
  text-shadow: 0px 1px #000000;
  font-size: 18px;
  padding: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  max-width: 1200px;
}
#main .tos {
  line-height: 1.7
}
#main .faqBox {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 30px;
}
/*---------------------

フッター

----------------------*/
footer {
  text-align: center;
  display: none;
  padding: 30px 0 0;
}
footer.short {
  position: fixed;
  bottom: 0;
  height: 350px;
  width: 100%;
}/* pagetop */

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
  height: 30px;
  width: 30px;
  background: url(/img/common/icon_backtotop.svg) center no-repeat;
}

@media (hover: hover) and (pointer: fine) {

  .pagetop:hover,
  .pagetop:hover .pagetop__arrow {
    opacity: 0.6;
    transition: 0.3s;
  }
}
.bpLogo {
  width: 130px;
  height: 60px;
  margin: 0px auto;
  padding-top: 4px;
}
.bpLogobg {
  width: 100%;
  /* border-top: 1px solid #e5e5e5; */
  background-color: #F2F2F2;
}
.copyright {
  font-size: 12px;
  padding: 20px;
}
/*---------------------

共通スタイル

----------------------*/
h2 {
  font-weight: bold;
  font-size: 24px;
  padding: 0px 24px 24px;
}
h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 24px;
}
a:focus {
  outline: none;
}
/*---------------------

breadcrumb

----------------------*/
.breadcrumb {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-top: 100px;
  font-size: 0.9rem;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li a {
  text-decoration: none;
}
.breadcrumb ul li a::after {
  content: "/";
  margin: 1.2em;
  font-weight: bold;
  color: #000000;
}
/*---------------------

rule

----------------------*/
.layout-inner-rule {
  width: auto;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.layout-inner-rule li {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.layout-inner-rule a {
  text-decoration: none;
  font-size: 15px;
}
a[href$=".pdf"]:after {
  content: url(../img/PDF_24.png);
  transform: scale(0.9);
  position: absolute;
  top: px;
  left: px;
}
/*---------------------

FAQ

----------------------*/
.layout-inner-faq {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box
}
@media screen and (max-width:768px) {
  .layout-inner-faq {
    padding-left: 10px;
    padding-right: 10px
  }
}
@media screen and (min-width:769px) {
  .layout-inner-faq {
    padding-left: 0;
    padding-right: 0
  }
}
.ico-faq-open {
  display: inline-block;
  background: url(../img/ico_plus.svg) center/contain no-repeat;
  width: 18px;
  height: 18px
}
.ico-faq-open.show {
  background-image: url(../img/ico_minus.svg)
}
#faqBox {
  padding-bottom: 40px;
}
#newsKeyWord, #newsKeyWord h2 {
  text-align: center;
}
.faq-list_q {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.faq-list_q p {
  width: calc(100% - 69px);
  letter-spacing: 1px;
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .faq-list_q {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width:769px) {
  .faq-list_q {
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  }
}
.faq-list_a {
  margin: 0;
  padding: 0;
  line-height: 2;
  display: none
}
.faq-list_a hr {
  min-width: 100%;
  overflow: auto;
}
.faq-list_a::after, .faq-list_a::before {
  display: table;
  content: ""
}
.faq-list_a::after {
  clear: both
}
.faq-list_a p {
  overflow: hidden;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  font-size: initial;
  font-size: 15px;
  word-break: break-all;
}
.faq-list_a blockquote {
  border-left: 4px solid #e5e5e5;
  padding-left: 1em;
}
.faq-list_a ul {
  list-style-type: disc;
  text-align: initial;
  margin-left: 1.5em;
}
.faq-list_a ol {
  list-style-type: decimal;
  text-align: initial;
  margin-left: 1.5em;
}
.faq-list_a ul li, .faq-list_a ol li {
  font-size: 15px;
}
.faq-list_a h1 {
  text-align: initial;
  position: initial;
  font-weight: bold;
  padding: initial;
}
.faq-list_a h2 {
  text-align: initial;
  padding: initial;
}
.faq-list_a h3 {
  text-align: initial;
  padding: initial;
}
.faq-list_a h4 {
  text-align: initial;
}
.faq-list_a h5 {
  text-align: initial;
}
.faq-list_a h6 {
  text-align: initial;
}
@media screen and (max-width:768px) {
  .faq-list_a {
    padding: 0 10px 10px;
    margin-bottom: 10px;
  }
  .faq-list_a p {
    padding-top: 2px
  }
}
@media screen and (min-width:769px) {
  .faq-list_a {
    padding: 10px 20px 20px;
    margin-bottom: 30px;
  }
}
.ico-round {
  display: block;
  color: #fff;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  line-height: 36px;
  font-size: 1.6rem
}
.ico-round-q {
  background: #317AE1;
}
.ico-round-a {
  background: #FF8C8C;
  float: left;
  height: auto;
}
/*---------------------

絞り込み

----------------------*/
.search_item {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
.search_item.is-active {
  color: white;
  background-color: black;
}
.is-hide {
  display: none;
}
#newsList div {
  margin-bottom: 2px;
}
.newsIndex #newsList div {
  display: none;
}
.newsIndex.updateIndex #newsList div {
  display: block;
}
.newsIndex .newsDetail {
  background: #fff;
  padding: 0 16px;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.newsIndex .newsIndexList > li:not(:last-child) {
  margin-bottom: 48px;
}
.newsIndex h2 span {
  padding: 0 6px;
  display: inline-block;
  background-image: url("../img/border.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 5px 1px;
  font-size: 18px;
  font-weight: normal;
}
#newsList div a {
  padding-left: 10px;
  text-decoration: underline;
}
#newsList div img {
  width: auto;
}
#newsList li h3 {
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  position: relative;
}
@media screen and (min-width:720px) {
  #newsList div h3 {
    font-size: 18px;
  }
}
.tagLink {
  margin-bottom: 80px;
}
.tagLink li {
  display: inline-block;
  margin: 4px;
}
@media screen and (max-width:768px) {
  .tagLink {
    margin-bottom: 40px;
  }
}
.tagLink a {
  display: block;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 4px 8px;
  text-align: left;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  border-radius: 10px;
}
.tagLink a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.tagLink a:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.tagLink a:focus {
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
}
/*---------------------

inquiry 移植

----------------------*/
.txtBold {
  font-weight: bold;
}
.inquiry-navi {
  width: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.navi-button {
  width: 48%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 2px;
  position: relative;
}
.navi-button a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  color: rgba(0, 104, 183, 1.00);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
}
.navi-button a:hover, .inquiry-contact-form-button a:hover {
  opacity: 0.5;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.navi-button-txt {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap
}
#inquiry-contact {
  margin-top: 30px;
}
#inquiry-contact h2 {
  font-weight: normal !important;
  border-bottom: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
#inquiry-contact h3 {
  font-weight: normal !important;
  background-color: #FFF !important;
  border-left: 7px solid #0068B7 !important;
  padding: 5px 0 5px 1rem !important;
  margin-block-start: 0 !important;
}
.inquiry-contact-form {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 30px;
}
.inquiry-contact-form p {
  padding: 0 1.3rem;
  /* font-size: 10.5px; */
}
.inquiry-text {
  padding: 0 1rem 30px 5px;
}
.inquiry-contact-form-button a {
  border-radius: 100px;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  background: #0068B7;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 2em auto 1em;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.inquiry-link {
  background-color: #EBF2F8;
  padding: 1rem;
  margin-bottom: 30px;
}
.inquiry-contact-column-list li a:hover, .inquiry-wifi-form-button a:hover {
  opacity: 0.5;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.inquiry-contact-column h3 {
  font-size: 16px !important;
  background-color: #FFF !important;
  border-left: none !important;
  border-bottom: none !important;
  margin-block-start: 0;
  margin-block-end: 0 !important;
}
.inquiry-contact-column ul {
  margin-top: 0px;
}
.inquiry-contact-column-list {
  padding-inline-start: 0px !important;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.inquiry-contact-column-list li {
  width: calc(100% / 3.2);
  margin: 6px;
  list-style: none;
}
.inquiry-contact-column-list li a {
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
  border-radius: 10px;
  padding: 15px;
  text-decoration: none !important;
}
.inquiry-contact-column-list li h4 {
  padding: 0 !important;
  margin: 0 !important;
}
.inquiry-wifi-form {
  border: 1px solid #ccc;
  padding: 0 1rem;
  margin-bottom: 30px;
}
.inquiry-wifi-form h2 {
  font-size: 14px !important;
  border-bottom: none !important;
}
.inquiry-wifi-form-button a {
  border-radius: 100px;
  display: block;
  width: 300px;
  padding: 8px;
  box-sizing: border-box;
  background: #0068B7;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 14%);
}
.link-line {
  text-decoration: underline;
}
.faq article p {
  margin-left: 1.5em;
}
.JWautoLink {
  display: flex;
}
.JWautoLink p {
  font-weight: bold;
  font-size: 18px !important;
  letter-spacing: 0.1em;
  display: inline-block;
}
.snsCopy {
  position: relative;
  margin-left: 0.2em;
  font-size: 18px;
}
.snsCopy a {
  background: #84d2f4;
  width: 32px !important;
  height: 32px !important;
  padding: 0 !important;
  border-radius: 12px;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  display: inline-block;
  line-height: 16px
}
.snsCopy a img {
  width: 16px;
  height: 16px;
  margin: 6px;
}
#snsCopyTips {
  background: #EBF2F8;
  border-radius: 8px;
  display: none;
  color: #54595f !important;
  font-size: 12px !important;
  z-index: 100;
  padding: 5px;
}
@media(max-width:620px) {
  .inquiry-contact-column-list li {
    width: calc(100% / 2.2);
  }
  .navi-button a::after {
    right: 5px;
  }
}
@media(max-width:400px) {
  .navi-button-txt {
    font-size: 11px;
  }
  .inquiry-contact-form-button a {
    width: auto;
  }
}
.procedure {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.procedure img {
  max-width: 330px;
  margin-bottom: 80px;
  border: 1px solid #cccccc;
}
@media(max-width:500px) {
  .procedure img {
    max-width: 100%;
  }
}
.header_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.lineheight2_ol li {
  line-height: 2;
  padding-bottom: 10px;
}
/*---------------------
国選択ドロップダウン
----------------------*/
.dropdown-select {
  padding: 6px;
  font-size: 14px;
}
/*---------------------
faq 追加スタイル250626
----------------------*/
.table-device table {
  width: 100%;
  border: 2px solid #FFFFFF;
  line-height: 1.7;
}
.table-device th {
  color: #FFFFFF;
  background-color: #4f81be;
  border: 2px solid #FFFFFF;
  padding: 0 5px;
  text-align: left;
}
.table-device td {
  background-color: #d0d7e7;
  border: 2px solid #FFFFFF;
  padding: 0 5px;
}
.table-device-notes {
  color: #57839c;
  font-size: 12px !important;
  padding-bottom: 5px;
}
.bg-square-lightblue {
  color: #57839c;
  background-color: #f2f2f2;
  padding: 5px;
}