@charset "utf-8";
/* CSS Document */

body{
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
}

body.menuOpen{
  overflow: hidden;
}

.con{
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
}
.conS{
	max-width: 720px
}
.pc{
	display: none;
}
.center{
	text-align: center !important;
}
@media screen and (min-width:720px) {
.sp{
	display: none;
}
	.pc{
		display: block;
	}
.con{
	padding-left: 16px;
	padding-right: 16px;
}
}

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

言語切替

----------------------*/
#langWrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,0.98);
	
	z-index: 100;
}
#langWrap > div{
	width:100%;
	height: 100%;
	display: flex;
	  justify-content: center;
}

#langWrap ul{
	border-radius: 10px;
	box-shadow: 0 0 15px 0 #bbb;
	height: 300px;
	margin-top: 50px;
	
}
#langWrap li a{
	display: block;
	font-size: 20px;
	line-height: 60px;
	width: 300px;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
	
	text-decoration: none;
	color: #666;
}
/*---------------------

ヘッダー

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

header{
	background: #fff;
	
	position: fixed;
	width:100%;
	height: 52px;
	left: 0;
	top: 0;
	
	border-bottom: 1px solid #e5e5e5;
	
	display: flex;
 	align-items: center;
	justify-content: left;
	
	z-index: 3;
}

header .con{
	text-align: left;
	position: relative;
	width: 100%;
	padding: 0;
}

header h1.logo{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	height: 44px;
	width: 220px;
	background-image: url("../img/logo.png");
	background-position: left 8px center;
	background-size: 212px 30px;
	background-repeat: no-repeat
}

header h1.logo a{
	display: block;
	height: 44px;
	width: 220px;
	color: transparent;
	text-decoration: none;
}

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

メインコンテンツ

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

main{
	text-align: center;
	margin-top: 52px;
	display: block;
}

main h1{
	text-align: center;
	font-weight: 400;
	font-size: 24px;
	color: #333;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 50px 0 32px;
	line-height: 1.3
}

main h2{
	
}
.back{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 100px;
	left: 0;
	display: none;
}
.back a{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	box-shadow: 0 2px 2px 1px #ddd;
}
.read{
	text-align: left;
}

#bgMain{
	position: absolute;
	width: 100%;
	height: 235px;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	transform:skew(0deg, -6deg); 
	margin-top: -102px;
	background-color: #fff;
}
#bgMainWrap{
	transform:skew(0deg, 6deg); 
	
	width: 100%;
	height: 500px;
	background-image: url("../img/bg_main.png");
	background-position: center center;
	background-size:  1920px 501px;
}

main #main{
	padding-top: 180px;
}

@media screen and (min-width:720px) {
.read{
	text-align: center;
}
}

.pList{
	display: none;
}
@media screen and (min-width:720px) {
.pList{
	display: block;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
.pList li{
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	overflow: hidden;
	}
.pList #currentPage{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 800px;
	height: 16px;
	}
.pList li a{
	display: block;
	position: relative;
	padding-right: 20px;
	height: 16px;
	}
.pList li a::after{
	content: "";
	display: block;
	position: absolute;
	top:4px;
	right: 4px;
	width: 8px;
	height: 8px;
	border: 2px solid;
  	border-color:  transparent #666 #666 transparent ;
  	transform: rotate(-45deg);
	
	}
}

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

フッター

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

footer{
	padding: 32px 0;
	text-align: center;
	display: none;
}

footer.short{
	position: fixed;
	bottom: 0;
	height: 350px;
	width: 100%;
	
}
.pageTop {
	padding: 0 0 32px;
}
.pageTop a{
	display: block;
	width: 84px;
	height: 24px;
	margin: 0 auto;
}
.footerInfo{
	background: #fff;
	padding: 24px 0;
}
.dlBlock{
	display: flex;
	justify-content: center;
}
.dlBlock p a{
	display: block;
	height: 50px;
	width: auto;
	/*margin: 25px 8px 0;*/
	margin: 0 8px 0
}
.dlBlock p a img{
	height: 50px;
	width: auto
}
.snsBlock{
	display: flex;
	justify-content: center;
}
.snsBlock p a{
	display: block;
	width: 50px;
	height: 50px;
	margin: 25px 13px;
}
.bpLogo{
	width: 130px;
	height: 60px;
	margin: 12px auto;
}
.copyright{
	font-size: 10px;
}

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

共通スタイル

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

h2{
	font-weight: bold;
	font-size: 24px;
	padding: 24px;
}
h3{
	font-weight: bold;
	font-size: 16px;
	padding: 24px;
}
.pic{
	padding:32px 64px;
	margin: 0 auto;
	max-width: 640px;
	
}
.picL{
	padding:32px 0;
	margin: 0 auto;
	max-width: 720px;
	
}
.picL2{
	margin: 0 auto;
	max-width: 720px;
	
}
.left{
	margin:0 ;
}
.btn{
	padding: 0 16px;
}
.btn a{
	display: block;
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	
	background-color: #E20022;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 48px;
	margin-bottom: 24px;
}

.btn a:link{
	color: #fff;
}
.btn a:visited{
	color: #fff;
}
.btn a:hover,
.btn a:active{
	color: #fff;
	background-color: #B5001B;
}

.btn.btnRv a{
	
	background-color: #fff;
	color: #e20022;
	border: 1px solid #e20022;
}

.btn.btnRv a:link{
	color: #e20022;
}
.btn.btnRv a:visited{
	color: #e20022;
}
.btn.btnRv a:hover,
.btn.btnRv a:active{
	color: #e20022;
	background-color: #f5f5f5;
}

.btn.btnGr a{
	
	background-color: #fff;
	color: #555555;
	border: 1px solid #e5e5e5;
}

.btn.btnGr a:link{
	color: #555555;
}
.btn.btnGr a:visited{
	color: #555555;
}
.btn.btnGr a:hover,
.btn.btnGr a:active{
	color: #555555;
	background-color: #f5f5f5;
}
a:focus{
	outline: 1px dotted #e20022;
}

.subLink{
	font-size: 12px;
}

.cap{
	font-size: 12px;
}

.capL{
	font-size: 14px;
}

.txt{
	display: inline-block;/*文中の気持ち悪い部分で折り返しそうな場合に入れる*/
}
.uaCheck{
	display: none;/*UAで表示を切り替え*/
}
.mtM{
	margin-top: 24px;
}
.mtL{
	margin-top: 40px;
}
.m0{
	margin: 0;
}
.textL{
	font-size: larger !important;
	font-weight: 600;
}
.boxLink a{
	display: block;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
.boxLink a:link{
	color: #333;
}
.boxLink a:visited{
	color: #333;
}
.boxLink a:hover{
	background-color: rgba(0,0,0,0.1);
}
.boxLink a:active{
	background-color: rgba(0,0,0,0.2);
}
.boxLink a:focus{
	background-color: rgba(0,0,0,0.2);
	outline: none;
}
.note{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.note::before{
	content:'※';
	
}
.note2{
	background: #f5f5f5;
	border-radius: 5px;
	padding: 1em;
}
.note3{
	border: 1px solid #e20022;
	padding: 1em;
}
.note3 h4,
.note3 p,
.note3 li{
	color:#E20022
}

.mokuji{
	border: 2px solid #e5e5e5;
	padding: 1.5em;
}
.mokuji li a{
	display: block;
	padding-bottom: 0.5em;
}
.tCenter{
	text-align: center !important;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 12px 24px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #00bfa5;
border-radius: 20px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00bfa5;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


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

モーダル

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

.modal{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
}
.modalDark{
	background-color: rgba(0,0,0,0.8);
}
.modalBox{
	background-color: rgba(255,255,255,0.9);
	border-radius: 14px;
	position: absolute;
	width: 270px;
	height: auto;
	top: 200px;
	left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}
.modalTxt{
	padding: 20px 16px;
}
.modalTxt p{
	font-size: 13px;
}
.modalOk a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	border-top: 1px solid #e5e5e5;
	line-height: 44px;
}

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

ハンバーガーメニュー

----------------------*/
#menuBtn{
	position: fixed;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	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.8);
	
	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;
}
h3.menuSpot{
	background-image: url("../img/icon_menu_spot.svg");
}
h3.menuSupport{
	background-image: url("../img/icon_menu_support.svg");
}
h3.menuBlog{
	background-image: url("../img/icon_menu_blog.svg");
}
h3.menuAbout{
	background-image: url("../img/icon_menu_about.svg");
}

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

#menuBtn{
	position: fixed;
	top: 4px;
	right: 16px;
}
#menuWrap{
	right: -400px;
	width: 400px;
	overflow: scroll;
	box-shadow: -1px 2px 2px 0 #eee;
}
/*#menuWrap.menuOpen{
	right: -16px;
	}*/
#menuHeader{
	height: 52px;
}
}

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

セルリスト

----------------------*/
.appCell {
	background: #fff
}
.appCell a{
	display: block;
	background-image: url("../img/icon_next.svg");
	background-size: 24px 24px;
	background-position: right 6px center;
	background-repeat: no-repeat;
	padding: 0 0 0 16px ;
	text-align: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.appCell a:link{
	color: #333;
}
.appCell a:visited{
	color: #333;
}
.appCell a:hover{
	background-color: rgba(0,0,0,0.1);
}
.appCell a:active{
	background-color: rgba(0,0,0,0.2);
}
.appCell a:focus{
	background-color: rgba(0,0,0,0.2);
	outline: none;
}
.appCell li a span:not(.txt) {
	display: block;
	padding: 16px 36px 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.appCell li:last-child a span:not(.txt) {
	border-bottom: none;
}
.appCell li:first-child a{
	border-top: 1px solid #e5e5e5;
}
.appCell li:last-child a{
	border-bottom: 1px solid #e5e5e5;
}

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

FAQ / 新着情報

----------------------*/
/* #newsKeyWord{
	display: none;
} */
.news h2{
	font-size: 20px;
	color: #333;
	font-weight: 400;
	padding-top: 0;
}
.news h2 span{
	padding:0 4px 16px;
	display: inline-block;
	background-image: url("../../common/img/border.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 5px 1px
}
.tagLink{
	margin-bottom: 40px;
}
.tagLink li{
	display: inline-block;
	margin: 4px;
}
.tagLink a{
	display: block;
	background-color: #fff;
	border:1px solid #e5e5e5;
	padding: 8px 16px;
	text-align: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	border-radius: 20px;
}
#newsList li{
	margin-bottom: 2px;
}
.newsIndex #newsList li{
	display: none;
}
.newsIndex.updateIndex #newsList li{
	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;
}
#newsList li a{
	display: block;
	background-color: #fff;
	text-align: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 16px 8px;
}
#newsList li h3{
	font-size: 15px;
	font-weight: 400;
	padding:0;
	position: relative;
}

@media screen and (min-width:720px) {
#newsList li h3{
	font-size: 18px;
}
}

#faqBox #newsList li p{
	border-top: 1px dotted #e5e5e5;
	padding: 12px;
	text-align: left;
	line-height: 1.6
}
.detail .con{
	background-color: rgba(255,255,255,0.8);
}
@media screen and (min-width:720px) {
.detail .con{
	background-color: transparent;
}
}
main #main.newsDetail{
	padding-top: 0px;
	background: rgba(255,255,255,0.8)
}
.newsDetail h1{
	text-align: left;
	position: relative;
	padding: 40px 0 16px;
	font-size: 24px;
	line-height: 1.5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
}
.newsDetail h1 span{
}
.faq .newsDetail h1{
	padding-left: 36px;
	background-image: url("../img/icon_menu_support.svg");
	background-position: left  top 40px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	font-size: 20px;
}

.newsDetail h1 span{
}

@media screen and (min-width:720px) {
#main.newsDetail{
	border-radius: 10px;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	padding:0 20px 0;
	}
.faq .newsDetail h1{
	padding-left: 48px;
	background-image: url("../img/icon_menu_support.svg");
	background-position: left  top 40px;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	font-size: 24px;
}
}
.newsDetail p{
	text-align: left;
}
.newsDetail .newsBlock {
	padding-bottom: 16px;
	counter-reset: chapter;
}
.newsDetail .newsBlock #newsThumb{
	max-width: 340px;
	margin: 0 auto;
}
.newsDetail .newsBlock h2{
	text-align: left;
	font-size: 20px;
	padding: 4px 0 12px 0;
	margin: 72px 0 24px;
	border-bottom: 1px solid #EB6D80;
	font-weight: 600;
}
.newsDetail .newsBlock h3{
	text-align: left;
	margin: 40px 0 20px;
	padding: 0 0 16px 0;
	/*color: #e20022;*/
	line-height: 1.5;
	border-bottom: 1px dotted #EB6D80;
}
.newsDetail .newsBlock h4{
	margin-bottom:4px;
	font-weight: 600;
	text-align: left;
	font-size: 16px;
	/*color:#e20022;*/
}
.newsDetail .newsBlock h2:first-child{
	margin-top: 0;
}
.newsDetail .newsBlock .hNum::before {
  counter-increment: chapter;
  content: counter(chapter) ". ";
}
.newsDetail .newsBlock h3.hNum{
	text-indent: -1em;
	padding-left: 1em
}

.newsDetail .newsBlock .hDark{
	background: #f5f5f5;
	color: #333333;
	padding: 4px 8px;
	border: none;
}
.newsDetail .newsBlock .hNumReset{
	counter-reset:chapter;
}
.newsDetail .newsBlock p{
	margin-bottom: 16px;
	font-size: 16px;
	text-align: left;
}.newsDetail .newsBlock ul{
	margin-bottom: 16px;
}
.newsDetail .newsBlock li{
	list-style: disc;
	list-style-position: outside;
	font-size: 16px;
	text-align: left;
	margin-left: 1.5em;
}
.newsDetail .newsBlock ol li{
	list-style: decimal;
}
.newsDetail .newsBlock p strong{
	color: #e20022;
	font-weight: 600;
}
.newsDetail .newsBlock p.newsImg{
	width: 100%;
	max-width: 300px;
	display: inline-block;
	margin-right: 16px;
}

.newsDetail .newsBlock .newsExBox{
	padding-left: 1em;
	border-left: 2px solid #e20022
	
}
.newsDetail .newsBlock table{
	border-bottom: 1px solid #f0f0f0;
	width: 100%;
}
.newsDetail .newsBlock th{
	min-width: 60px;
	background: #f0f0f0;
	text-align: left;
	padding: 8px;
	border-top: 1px solid #fff;
}

.newsDetail .newsBlock th:first-child{
	border-top: 1px solid #f0f0f0;
}

.newsDetail .newsBlock td{
	text-align: left;
	padding: 8px;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.newsDetail .newsBlock dl{
	text-align: left
}
.newsDetail .newsBlock dt{
	font-weight: bold;
	padding: 4px 0;
}
.newsDetail .newsToc{
	border: 1px solid #ccc;
	padding: 12px;
}
.newsDetail .newsToc li{
	list-style: none;
	line-height: 2;
}


/* 追記 */
.newsDetail h1#newsTitle + p.note{ margin-left: 1em; }
.BasicTextColor{color:#333 !important;}

/* Settings by screen size  */
@media screen and (min-width:720px) {
.newsDetail .newsBlock .newsFBox{
	display: flex;
	justify-content: space-between;
}
.newsDetail .newsBlock p,
.newsDetail .newsBlock .newsFBox > div{
	flex: 1;
}
.newsDetail .newsBlock p.newsImg{
	width: 300px;
}
}
.newsDetail #newsUpdateBox,
.newsDetail .newsUpdateBox
{
	padding-top: 4px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 16px;
}
.newsDetail #newsUpdateBox p,
.newsDetail .newsUpdateBox p{
	display: inline-block;
	text-align: left;
}
#infoBox li a{
	display: flex;
	width: 100%;
}
#infoBox .newsThumb{
	width: 120px;
}
@media screen and (min-width:720px) {
#infoBox .newsThumb{
	width: 240px;
}
}
#infoBox .newsTitle{
	padding-top: 2px;
}
.markCategory{
	display: inline-block;
	border:none;
	color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 4px;
}
.markCategory.update{
	background-color: #FFA801
}
.markCategory.howtouse{
	background-color: #F36F6E
}
.markCategory.tips{
	background-color: #FD7A56
}
.markCategory.maintenance{
	background-color: #3381C3
}
.markCategory.other{
	background-color: #73B435
}
.date{
	font-size: 14px;	
}
#infoBox p.date{
	display: inline-block;
	border:none;
	line-height: 16px;
}

#faqBox #newsList li h3{
	padding:8px 32px;
	background-image: url("../img/icon_menu_support.svg");
	background-position: left 8px top 8px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.infoIndex .categoryList{
	margin-top: 0;
	display: none;
}

.infoIndex .categoryList li a{
	background-position: center top 12px;
	background-size: 74px 74px;
}
.categoryList li.cat-auto-connect a{
	background-image: url("../img/guide_auto-connect.svg");
}
.categoryList li.cat-biginner a{
	background-image: url("../img/guide_biginner.svg");
}
.categoryList li.cat-registration a{
	background-image: url("../img/guide_registration.svg");
}
.categoryList li.cat-reccomend a{
	background-image: url("../img/guide_reccomend.svg");
}
.categoryList li.cat-trouble a{
	background-image: url("../img/guide_trouble.svg");
}
.categoryList li.cat-faq a{
	background-image: url("../img/guide_faq.svg");
}
.categoryList li.cat-movie a{
	background-image: url("../img/guide_movie.svg");
}
.checkSelect{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 100px;
	left: 0;
	display: none;
}
.checkSelect span{
	height: 50px;
}
.checkSelect .checkBlock{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0 10px;
	position: relative;
	width: 180px;
	text-align: left;
}
.checkSelect.checkSelectLong .checkBlock{
	width: 200px;
}
.checkSelect span input{
	display: none;
}
.checkSelect span label{
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
	left: 0;
	width: 180px;
	height: 50px;
	padding-left: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 2px 2px 1px #ddd;
	border-radius: 50px;
	font-size: 14px;
}
.checkSelect.checkSelectLong  span label{
	width: 200px;
}
.checkSelect span label::before{
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 12px;
	width: 16px;
	height: 16px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 4px;
	z-index: 2;
}
.checkSelect span :checked + label{
	background: #e20022;
	color: #fff;
}
.checkSelect span :checked + label::before{
	border: 1px solid #fff;
}
.checkSelect span :checked + label::after{
	content:'';
	display: block;
	position: absolute;
	z-index: 3;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 9px;
	border-left: 3px solid #e20022;
	border-bottom: 3px solid #e20022;
	transform: rotate(-40deg);
}
.androidguide h3::after{
	content:'for Android';
	display: inline-block;
	background: #CDE4B8;
	padding: 0px 12px;
	border-radius: 12px;
	font-size: 12px;
	margin-left: 8px;
}
.iOSguide h3::after{
	content:'for iOS';
	display: inline-block;
	background: #ddd;
	padding: 0px 12px;
	border-radius: 12px;
	font-size: 12px;
	margin-left: 8px;
}

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

ご利用ガイド/チャート

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

.newsDetail .newsBlock .chartBox{
}
.newsDetail .newsBlock .chartBox li {
	border-radius: 20px;
	border: 4px solid #e5e5e5;
	background: #fff;
	padding: 8px;
	list-style: none;
	text-align: center;
	margin-left: 0;
	margin-bottom: 30px;
	position: relative;
}

.newsDetail .newsBlock .chartBox li {
	display: none;
}
.newsDetail .newsBlock .chartBox li:first-child {
	display: block;
	
}
.newsDetail .newsBlock .chartBox li h2{
	text-align: center;
	display: inline-block;
	font-size: 16px;
	padding-bottom: 4px;
	margin-bottom: 24px;
}
.newsDetail .newsBlock .chartBox li h3{
	text-align: left;
	margin: 0 0 24px;
	padding: 0;
	font-size: 18px;
	border: none;
}

.chartBox h4.chartDh{
	background: #e5e5e5;
	height: 32px;
	line-height: 32px;
	margin-top: 24px;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.chartBox h4.chartDh.chartOpen{
	background: #ccc;
}

.chartBox h4.chartDh::after{
	position: absolute;
	height: 32px;
	width: 32px;
	display: block;
	top: 0;
	right: 0;
	content:"+";
	line-height: 32px;
}
.chartBox h4.chartDh.chartOpen::after{
	content:"-";
}

.chartSelect {
	height: 44px;
	margin:0 auto;
	width: 300px;
}
.chartSelect p{
	display: inline-block;
	text-align: center;
	width: 140px;
	padding: 0 10px 0;
	margin-bottom: 0;
}
.chartSelect p a{
	display: block;
	text-align: center;
	height: 44px;
	line-height: 44px;
	color: #fff;
	border-radius: 22px;
	text-decoration: none;
}
.chartSelect p.chartYes a{
	background: #00BFA5;
}
.chartSelect p.chartNo a{
	background: #bfbfbf;
	position: relative;
}
.chartSelect p.chartNo a.chartOpen::after {
	display: block;
	content: "";
	position: absolute;
	margin: 8px;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #bfbfbf;
}

.chartDetail{
	display: none;
	padding: 24px 16px;
	background: #f5f5f5;
}
.chartNext {
	text-align: center;
}
.chartNext a {
	width: 60px;
	height: 20px;
	margin: 20px auto 0;
	overflow: hidden;
	display: block;
}
.chartNext a span{
	width: 40px;
	background: #e5e5e5;
	height: 40px;
	display: block;
	transform:translateX(9px) translateY(-28px) rotate(45deg);
}
.chartPart{
	display: none;
}
@media screen and (min-width:720px) {
	
.newsDetail .newsBlock .chartBox li h2{
	text-align: left;
	border-bottom:none;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 8px 12px;
	display: block;
}
.chartTtl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.chartTtl > div{
	text-align: left;
	}
.chartTtl > div.chartSelect {
	margin: 0;
	text-align: right;
	width: 360px;
	}
.newsDetail .newsBlock .chartDetail p.newsImg{
		margin: 0 0 0 10px;
		text-align: right;
	}
}


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

対応Wi-Fiサービス

----------------------*/
.wifiService .back{
	display: block;
}

.categoryList {
	display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.categoryList li{
	width: calc(50% - 10px);
	margin: 5px;
}
@media screen and (min-width: 588px){
.categoryList li{
	width: calc(33.333% - 10px);
}
.categoryList.miniBox{
	justify-content: center;
}
}
@media screen and (min-width: 784px){
	
.categoryList li{
	width: calc(25% - 10px);
}
.categoryList.miniBox{
	justify-content: center;
}
}
@media screen and (min-width: 980px){
.categoryList li{
	width: calc(20% - 10px);
}
.categoryList.miniBox{
	justify-content: center;
}
}
.categoryList li{
}
.categoryList li a{
	display: table;
	align-items: center; 
	height: 160px;
	padding-top: 80px;
	width: 100%;
	background-image: url("../img/icon_category_store_color.svg");
	background-color: #fff;
	background-position: center top 25px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 0 0 #e5e5e5;
	
	font-size: 16px;
	
	text-decoration: none;
	color: #333;
}
.categoryList li a span:not(.txt){
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}
.wifiService main h1.shopping,
.categoryList li.shopping a{
	background-image: url("../img/icon_category_store_color.svg");
}
.wifiService main h1.restaurant,
.categoryList li.restaurant a{
	background-image: url("../img/icon_category_restaurant_color.svg");
}
.wifiService main h1.leisure,
.categoryList li.leisure a{
	background-image: url("../img/icon_category_leisure_color.svg");
}
.wifiService main h1.bus,
.categoryList li.bus a{
	background-image: url("../img/icon_category_bus_color.svg");
}
.wifiService main h1.train,
.categoryList li.train a{
	background-image: url("../img/icon_category_train_color.svg");
}
.wifiService main h1.airport,
.categoryList li.airport a{
	background-image: url("../img/icon_category_airport_color.svg");
}
.wifiService main h1.city,
.categoryList li.city a{
	background-image: url("../img/icon_category_city_color.svg");
}
.wifiService main h1.sports,
.categoryList li.sports a{
	background-image: url("../img/icon_category_sports_color.svg");
}
.wifiService main h1.other,
.categoryList li.other a{
	background-image: url("../img/icon_category_other_color.svg");
}

.wifiService main h1{
	padding: 65px 0 32px;
	
	background-image: url("../img/icon_category_store_color.svg");
	background-position: center top 10px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
}
.wifiCategory{
	display: none;
}

.wifiList ul{
	margin-top: 24px;
}

.wifiList li{
	background: #fff;
	border-radius: 8px;
	border:1px solid #e5e5e5;
	padding: 12px 16px;
	margin-bottom: 4px;
	text-align: left;
	
}
.wifiList h3{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
.wifiList span.areaSign{
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 4px;
}

.wifiList li p{
	padding-top:8px;
	text-align: left;
}
.wifiList .wifiCondition{
	margin-top: 8px;
	padding:4px 0 2px 8px;
	border-left: 4px solid #e5e5e5;
}

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

利用規約

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

.tos .tosBlock{
	text-align: left;	
}

.tos .tosBlock .blockTitle{
	padding: 0 0 24px;
	font-size: 20px;
	text-align: left;
}
.tos h2{
	padding: 32px 0 12px;
	font-size: 18px;
	text-align: left;
}
.tos .tosBlock h3{
	padding: 24px 0 12px;
	font-size: 14px;
}

.tos .tosBlock p,
.tos .tosBlock li
{
	text-align: left;
	font-size: 13px;
}

.tos .tosBlock ul,
.tos .tosBlock p{
	padding-bottom: 8px;
}

.tos .tosBlock .block li{
	margin-left: 1em;
	list-style-position: inside;
}

.tos .tosBlock .block ul li{
	list-style: disc;
}

.tos .tosBlock .block ol.listAbc li{
	list-style: upper-alpha
}
.tos .tosBlock strong{
	font-weight: 600;
}

/*動画*/

.movieWrap{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 8px;
}
.topMainMovie{
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
	border: 1px solid #ccc;
	border-radius: 14px;
	background: #fff;
}

#movieModal .topMainMovie{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
}

.topMainMovie iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
	border-radius: 10px;	
}

#movieModalClose a{
	display: block;
	position: absolute;
	top: 70px;
	right:0;
	text-decoration: none;
	color:#fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 40px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",sans-serif;
	font-weight: 100;
}