@charset "utf-8";


/*  ---------------------------------------------------
	=スマートフォン用ＣＳＳ
-------------------------------------------------------------- */

@media screen and (min-aspect-ratio:1/100) and (max-aspect-ratio: 22/30), screen and (max-width:666px){

/*  ---------------------------------------------------
	=共通
-------------------------------------------------------------- */
.spNone {
	display:none;
	}

.SwAuto {
	width:auto;
	}


.CancelTable {
	width:auto;
	}

.CancelTable td{
	display:block;
	padding:10px 14px 20px 14px!important;
	text-align:center;
	}

.section {
	width:auto!important;
	}

img{
	max-width: 100%;
	height: auto;
	}

.see_more,
.see_more2,
.see_more3 {
	text-align:center;
	margin:0 auto;
	padding:0px 0 0 0;
	overflow:hidden;
	}

.see_more img,
.see_more2 img,
.see_more3 img {
	width:140px!important;
	}


h1 span.small{
	font-size:16px;
	line-height:20px;
	display:block;
	margin-top:4px;
	}
	
/*h2 {
	font-size:6.8vw;
	font-weight: 300;
	margin-bottom:20px;
	text-align:center;
	line-height:7.8vw;
	font-weight:100;
	letter-spacing:0.36px;
	padding:0 14px;
	}*/

h2 {
	font-size:6.4vw;
	font-weight: 300;
	margin-bottom:20px;
	text-align:center;
	line-height:7.2vw;
	font-weight:100;
	letter-spacing:0.36px;
	border-bottom:2px #666 solid;
	border-top:2px #666 solid;
	padding:15px 2% 13px;
	margin: 0 5vw 20px;
	}
	
h2 span.small{
	font-size:12px;
	display:block;
	}

.GrayColumn h2,
.NormalColumn h2 {
	margin: 0 0 20px;
}


h3 {
	font-size:4.8vw;
	line-height:23px;
	margin:0 0 20px 0;
	padding:0;
	font-weight:300;
	letter-spacing:0.36px;
	text-align:left;
	padding:0 14px;
	}
	
/* 見出し（上下にボーダーラインが入っている。FONTは少し小さめ。） */
h2.TtlBoder {
		padding:10px 0 8px 0;
		border-bottom:solid 2px #333;
		border-top:solid 2px #333;
		font-size:5vw;
		line-height:6vw;
		margin-bottom:3.8vh;
	}
  
h3.TtlBoder {
		padding:10px 0 8px 0;
		border-bottom:solid 2px #333;
		border-top:solid 2px #333;
		font-size:22px;
		line-height:24px;
		margin-bottom:3vh;
  text-align: center;
	}
  
  
/* サブ見出し（黒） */
.SubTtlBk {
	background:#000;
	display:inline-block;
	padding:2px 6px;
	color:#FFF;
	margin-bottom:4px;
	}
	
	
/* ボタン */
.btn-common a{
	border:#2c2c2c solid 1px;
	font-size:16px;
	font-weight:500;
	padding:10px 0px;
	color:#616161!important;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	display:block;
	}

.btn-common a:hover{
	color:#FFF;
	background:#2c2c2c;
	}


/* ボタン（経路検索など） */
.btn_text {
    clear: both;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 100%;
	}

.btn_text a {
	font-size:16px;
	font-weight:500;
    background: #2F5C94;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
	display:block;
	width:100%;
	}

.btn_text a:hover {
	color:#FFF;
	}

/* ボタン（See More） */
.btn_more {
	text-align:center;
	margin:40px 0 60px 0;
	}
	
.btn_more a{
	color:#FFF;
	background:#000;
	min-width:260px;
	display:inline-block;
	padding:10px 10px;
	margin:0 auto;
	}

.btn_more a:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
	
/* ボタン 02（See More） */
.btn_more_02 {
	text-align:center;
	margin:40px 0 60px 0;
	}
	
.btn_more_02 a{
	color:#000;
	background:#fff;
	min-width:260px;
	display:inline-block;
	padding:10px 10px;
	margin:0 auto;
	border:solid 2px #000;
	}

.btn_more_02 a:hover {
	background:#fff;
	color:#000;
	text-decoration:none;
	}
	
	
/* ボタン 02 / モーダル用（See More） */
.modal_btn_more_02{
	text-align:center;
	margin:40px 0 60px 0;
	color:#000;
	background:#fff;
	min-width:260px;
	padding:10px 10px;
	margin:0 auto;
	border:solid 2px #000;
	}

.modal_btn_more_02:hover {
	background:#fff;
	color:#333;
	text-decoration:none;
	}

	
/* ポップアップ　リンク */
.PopUp a:after {
	position: relative;
	left: 6px;
	top:1px;
	content: "\f2d2";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	color: #000;
	font-size:14px;
	text-decoration:none;
	}
	
.PopUp a:hover:after {
	text-decoration:none;
	}


/* Topへ戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 16px!important;
    right: 10px!important;
}
.pagetop a {
    font-size: 16px;
    text-decoration: none;
    padding:16px 20px!important;
}
.pagetop a:hover {
    font-size: 16px;
    text-decoration: none;
    color: #222!important;
    background-color: #ccc!important;
    padding:16px 20px!important;
	filter:alpha(opacity=70)!important;
    -moz-opacity: 0.7!important;
    opacity: 0.7!important;}



/* ポップアップ内 */
.remodal h2 {
	font-size:24px;
	line-height:28px;
	margin-bottom:20px;
	}

.remodal p {
	font-size:13px;
	line-height:26px;
	}


/* 閉じるボタン*/
.closeBtnHat {
	text-align: center;
	}
.NormalColumn >p.closeBtnHat {
	text-align: center;
	}
	

.closeBtnHat span {
	text-align: center;
	margin: 0 auto;
	}

/* Facebookボタンの隙間調整 */	
.fb_iframe_widget iframe {
    margin: -7px 0 0 0;
	}
	
/* youtubu */
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	}
	
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
	}

	
/* ぱんくず */	
.breadcrumb	{
	text-align: center;
    margin-bottom: 20px;
	margin-top: -30px;
	padding: 0 10px;
	}

.breadcrumb	ul {
	display: inline-block;
	}

.breadcrumb	li {
	display: inline-block;
	font-size: 11px;
	padding-left: 0px;
	}

.breadcrumb	li:before  {
	content: "\f054";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	font-size: 8px;
	padding-right: 2px;
	color: #666;
	}

.breadcrumb	li:first-child a {
	padding-left: 0px;
	}

.breadcrumb	li:first-child:before  {
	display: none;
	}

	
/* 関連メニュー */
	
	.RelatedNavi {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.RelatedNavi li {
		width: 45%;
		display: inline-block;
		padding: 10px 4px;
		box-sizing: border-box;
		text-align: center;
		background: #1270b8;
		color: #FFF;
		margin-bottom: 4px;
	}

	.RelatedNavi li i {
		display: inline-block;
		margin-bottom: 1vw;
	}
	
	.RelatedNavi li i:before {
		font-size: 10vw;
	}

	.RelatedNavi li a {
	color: #FFF;
	}



/* 記事の日付 */
.DateArea {
	text-align:center;
	font-size:0.8rem;
	margin-bottom:20px;	
}
	
	
	
	
/*  ---------------------------------------------------
	= 吹き出し
-------------------------------------------------------------- */
/* 吹き出し本体 */
.SpeechBalloon {
	position: relative;
	display: inline-block;
	padding: 4px 30px;
	margin-bottom: 6%;
	border: 2px solid #FFF;
	background: #0276dd;
	font-size: calc((30% + 0.25vw) * 1.3) ;
	line-height: 30px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
}

/* beforeで枠線の三角を表現 */
.SpeechBalloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFF;
	border-left: 15px solid transparent;
	}

/* beforeで本体の三角を表現 */
.SpeechBalloon::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -12px;
	border-right: 15px solid transparent;
	border-top: 15px solid #0276dd;
	border-left: 15px solid transparent;
	}

/*  ---------------------------------------------------
	=　もくじ（番号を振るバージョン　）
-------------------------------------------------------------- */
.mokuji {
	text-align: center;
	padding:0 20px;
	}

.mokuji ol {
	display: inline-block;
	margin: 0 auto;
	border: solid 3px #000;
	padding:3vh 4vw 3vh 12vw;
	text-align: left;
	margin-bottom: 60px;
	}
	
.mokuji ol li  {
	color: #000;
	font-size: 4vw;
	line-height:4.6vw;
	padding-left:0px;
	padding-bottom: 1vh;
	list-style: decimal;
	}
.mokuji ol li:last-child {
	padding-bottom: 0;
	}

.mokuji ol li a {
	color: #000;
	text-decoration: underline;
	}	


/*  ---------------------------------------------------
	=　もくじ（ボタンバージョン　）
-------------------------------------------------------------- */
.mokujiBtn {
	text-align:center;
	margin-bottom: 40px;
	}

.mokujiBtn li{
	display:inline-block;
	padding:0 10px 10px 10px;
	width:100%;
	box-sizing:border-box;
	}

.mokujiBtn li a {
	width:100%;
	border: solid 2px #000;
	box-sizing:border-box;
	padding:13px 5px;
	font-size:14px;
    text-align: center;
    background: #FFF;
    color: #000;
    display: block;
	margin:0 0px;
	}

.mokujiBtn li a:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
}

/*  ---------------------------------------------------
	=switchHat (開閉JS)
-------------------------------------------------------------- */	
.switchHat span{
	position: relative;
	display: flex;
	}

.switchHat span:after,	
.nowOpen span:after,
.nowOpen span:before {
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	font-weight:100;
	display: inline-block;
	position: absolute;
	}

.switchHat span:after,	
.nowOpen span:after	 {
	right: 10px;
	top: 10px;
	}
	
.switchHat span:after {
	content : "\f067";
	font-weight : 900;
	}		
	
.nowOpen span:after {
	content : "\f068";
	font-weight : 900;
	}	

/* ボタン（ switchHat / 通常　黒い線 ） */
.BtnSwich {
	border: 2px solid #333;
  margin: 0 auto 30px ;
}

.BtnSwich .BtnInner {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 10px 0 10px 5%;
	color: #333;
	}

.BtnSwich span:after,
.BtnSwich .nowOpen span:after {
  top:0;
}



/*  ---------------------------------------------------
	=ベース
-------------------------------------------------------------- */
body {
	font-size:16px;
	line-height:24px;
	vertical-align:top;
	}


#wrap {
	width:100%;
	margin: 0 auto;
	}

#wrap {
	font-size:14px;
	line-height:22px;
	}
 
#contents {
	padding:0 0px!important;
	}


p a{
	color:#0066FF;
	}


#wrap {
	min-width:100%!important;
	overflow:hidden;
	}

.inner {
	padding:0 0px;
	}


#contents img {
	width:100%;
	}







/*  ---------------------------------------------------
	= ヘッダー
-------------------------------------------------------------- */
#header {
	width:100%;
	background:#000;
	}

#header #head_logo {
	vertical-align:middle;
	text-align:left;
	padding:12px 0 12px 10px;
	line-height:10px;
	}
	
#header #logo_text a {
/*	font-family:HelveticaNeueLTW1G-UltLt,'Helvetica Neue LT W1G 25 Ultra Light','Helvetica Neue',sans-serif; */	
	font-family: 'Open Sans', sans-serif;
	font-size:5.4vw;
	font-weight:300;
	color:#FFF;
	margin:0px 0 0px 0;
	display:inline-block
	}

#logo_text img{
	width:5vw;
	margin:14px 0 23px 0;
	}
	
#logo_text {
	/*width:200px;*/
	display:inline-block;
	text-align:left;
	vertical-align:top;
	padding-left:4px;
	line-height:24px;
	}	
	

#logo_img {
	width:10vw;
	display:inline-block;
	padding:0px 0;
	}	

#logo_img a{
	vertical-align:top;
	line-height:10px;
	}
	

/*  ---------------------------------------------------
	=グローバル　メニュー
-------------------------------------------------------------- */
.sp_menu {
	position:absolute;
	top:10px;
	right:0px;
	}

.sp_menu img {
	width:70%;
	}

.sp-btn-close {
	background: #000000;
	font-size:20px;
	vertical-align:middle;
	color:#FFFFFF;
	width:100%;
	padding:20px 0;
	text-align:center;
	}
.sp-btn-close a,
.sp-btn-close a:hover {
	color:#FFFFFF;
	}



/*  ---------------------------------------------------
	= プルダウン
-------------------------------------------------------------- */
.drawer-menu {
	padding:0!important;
	}

.drawer-nav {
	background:none!important;
	}



.drawer-menu > li {
	padding:0px 0px 0 0px;
	border-bottom:solid 1px #333;
	position:relative;
	background:#3a3a3a;
	}
	
/*.drawer-menu > li:after{
	position:absolute;
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f105";
	right:25px;
	top:12px;
	font-size:20px;
	}	*/

.drawer-menu li .drawer-menu-item {
	padding:13px 20px 13px 28px;
	}
	
.drawer-menu li .ttl {
	padding: 15px 20px 15px 28px;
	display:block;
	font-size:16.8px;
	line-height:18px;
	font-weight:bold;
	}

.drawer-menu li ul {
	padding:0px 0 0px 0;
	background:#414141;
	}
	
.drawer-menu li ul li {
	padding:0 35px 0 50px;
	border-bottom:solid 1px #333;
	}

.drawer-menu li ul li {
	display:block;
	position:relative;
	}

.drawer-menu li ul li:last-child {
	border:none;
	}
	
/*.drawer-menu li ul li:before{
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f105";
	padding-right:3px;
	}*/

	
.drawer-menu li ul li:before{
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	content : "\f105";
	left:40px;
	top:5px;
	position:absolute;
	}
	
.drawer-menu li .drawer-menu-item {
	display:block;
	}

.drawer-menu li ul li .drawer-menu-item {
	display:block;
	width:auto;
	font-size:12px;
	line-height:12px;
	padding:12px 0;
	}



/*.drawer-menu li.Bg01 {
	background:#333;
	}

.drawer-menu li.Bg02 {
	background:#3a3a3a;
	}
	
.drawer-menu li.Bg03 {
	background:#414141;
	}
*/
.drawer-menu li.other > ul {
	margin:0px 0 0 0;	
	}


/*  ---------------------------------------------------
	= フッター
-------------------------------------------------------------- */
/* フッター */

#footer {
	background:#000;
	padding:20px 20px;
	text-align:center;
	color:#fff;
	}

#footer a {
	color:#FFF;
	font-size:11px;
	}
	
#footer .footer_txt1 {
	display:none;
	}
	


/*  ---------------------------------------------------
	=メイン画像
-------------------------------------------------------------- */	
.MainVisualColumn {
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
  margin-bottom:40px;
}	

.MainVisualColumn .inner {
	background: rgba(0,0,0,0.6);
	padding:10vw 0 10vw 0;
	overflow:hidden;
	}

/*:beforeにぼかし効果を設定する*/
.MainVisualColumn:before{
  content: '';
  background: inherit;/*.MainVisualColumn で設定した背景画像を継承する*/
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

.MainVisualColumn .box {
	/*width:70%;
	margin:8.8vw auto 0 auto;*/
	margin:0 auto 0 auto;
	text-align:center;
	}

.MainVisualColumn .box .photo {
	/*width:38vw;*/
	/*max-height:48vw;*/
	overflow:hidden;
	position:absolute;
	bottom:-27vw;
	margin-left:1px;
	text-align:center;
	width:100%;
	}

#contents .MainVisualColumn .box .photo img {
	width:90vw;
	}

@media screen and (max-width:320px){
#contents .MainVisualColumn .box .photo img {
	width:78vw;
	}
}
	

.MainVisualColumn .box .text-area {
	float:none;
	color:#FFF;
	align-self: center !important;
	padding:50px 16px 0 16px;
	}
	


	
.MainVisualColumn .box .text-area .btn_more {
	text-align:left;
	margin:40px 0 0px 0;
	}
	

.MainVisualColumn .inner {
	background: rgba(0,0,0,0.2);
	padding:0vw 0 0vw 0;
	overflow:hidden;
	height: 100vh;
    height: calc(60vh - 0px);
	
	position: relative;
	vertical-align:middle;
	}

.MainVisualColumn .box .text-area {
	text-align:left;
	/*max-width:400px;*/
	margin:0 auto 0 auto;
	display:inline-block;
	text-align:center;
	}


.MainVisualColumn .box .text-area h1 {
    font-size: 10.4vw;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    font-weight: 100;
	line-height:10.8vw;
	}

#wrap .MainVisualColumn .box .text-area p {
	line-height:18px;
	}


/*  ---------------------------------------------------
	=メイン画像 (高さが短い版)
-------------------------------------------------------------- */	
.ShortHeight .inner {
	padding:2vh 0;
	min-height:inherit;
	height:auto;
}

.ShortHeight .inner h1 span.small {
		text-align:center;	
}

.ShortHeight .inner .text-area {
	margin:0;
	padding:0 2vw;
}


/*  ---------------------------------------------------
	=　メインビジュアル　（写真を下寄せ）
-------------------------------------------------------------- */
.MainImgBottom {
	background-size:cover;
	background-position:top 0 left -200px;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	}	

.MainImgBottom {
    display: block;
	}

.MainImgBottom .inner {
    height: calc(72vh - 0px);	
	background: rgba(0,0,0,0.3);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	}

.MainImgBottom .innerBg {
    height: calc(72vh - 0px);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	padding:0;
	margin:0;
	display:block;
	min-height:inherit;
	
	background-repeat: no-repeat;
    background-position: center bottom 0 !important;
    background-size: auto 44vh!important;
	width:auto;
	}

	
	
.MainImgBottom .inner .box {
	width: auto;
	margin: 0px; 
	display: block !important; 
	}

.MainImgBottom .box .text-area {
	width:auto;
	padding:5vw 10px 0 10px;
	}

.MainImgBottom .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size: 6.8vw;
	line-height:7vw;
	padding: 0px 0 2vw 0 !important;
	}

.MainImgBottom .box .text-area .ttl {
	font-size: 4.4vw;
    line-height: 5vw;
    margin-bottom: 6px;
    letter-spacing: -0.9px;
	}

.MainImgBottom .box .text-area .capt {
	display: inline-block;
    padding: 6px 27px 4px 27px;
    border: solid 3px #FFF;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 15px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

.MainImgBottom .box .text-area p {
	font-size:12px;
	line-height:16px;
	}

.MainImgBottom .box .text-area p br {
	display:none;
	}

.MainImgBottom .inner .item {
	margin-top:30px;
	display:inline-block;
	text-align:center;
 	}

.MainImgBottom .inner .item img {
	width:60%;
	}

@media screen and (max-width:320px){
.MainImgBottom .inner .item {
	margin-top:10px;
 	}
	
.MainImgBottom .inner .item img {
	width:42%;
	}
/*(max-width:320px)*/}


/*  ---------------------------------------------------
	=共通のレイアウト　（通常）
-------------------------------------------------------------- */
.NormalColumn {
	overflow:hidden;
	margin:0 0 60px 0;
	padding:0 5vw;
	text-align:center;
	}

.NormalColumn >p {
	margin-bottom:40px;
	text-align:left;
	}

.NormalColumn .box {
	position: relative;
	display:inline-block;
	
    margin: 0 1.5% 60px 1.5%;
    max-width: 800px;
    display: inline-block;
    text-align: left;
    vertical-align: top;	
	}

.NormalColumn h3 {
	padding:0;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（1つのテキストを2列に分割）
-------------------------------------------------------------- */
.DivisionColumn {
	overflow:hidden;
	text-align:center;
	margin-bottom:60px;
	padding:0 5vw;
	}

.DivisionColumn .box {
	position: relative;
	display:inline-block;
    margin: 0 1.5% 20px 1.5%;
    max-width: 800px;
    display: inline-block;
    text-align: left;
    vertical-align: top;	
	}



/*  ---------------------------------------------------
	=共通のレイアウト　（1カラム）
-------------------------------------------------------------- */
.OneColumn {
	overflow:hidden;
	margin:0px 0 0px 0;
	text-align:center;
	}
	
.OneColumn .box {
	position: relative;
	width: 60vw;
    margin: 0 auto 60px auto;
    max-width: 800px;
    vertical-align: top;
	}	
	

.OneColumn .box img {
	width:60%;
	}


/*  ---------------------------------------------------
	=共通のレイアウト　（2カラム）
-------------------------------------------------------------- */
.TwoColumn {
	overflow:hidden;
	margin:0 0 50px 0;
	text-align:center;
	}
	
.TwoColumn  .box {
	position: relative;
	width:auto;
	padding:0 5vw;
    margin: 0 auto 30px auto;
	display:inline-block;
    vertical-align: top;
	}	

.TwoColumn  .box h3 {
	margin: 0 0 16px 0;
	padding:0;
	}
	
.TwoColumn  .box p {
	margin: 0 0 20px 0;
	text-align:left;
	}
	
.TwoColumn  .mokujiBtn {
    text-align: center;
    margin-bottom: 20px;
	}
	
	
/*  ---------------------------------------------------
	=共通のレイアウト　（4カラム）
-------------------------------------------------------------- */
.FourColumn {
	text-align:center;
	overflow:hidden;
	margin-bottom:60px;
	padding:0 5vw;
	}
	
	
.FourColumn .box {
	position: relative;
	width: 45%;
	max-width:350px;
	margin:0 5px 16px 5px;
	display:inline-block;
    vertical-align: top;
	overflow:hidden;
	}	

.FourColumn .box h3 {
	margin:16px 0 6px 0;
	padding: 0;
	}

#wrap .FourColumn .box p {
	text-align:left;
	font-weight:500!important;
	font-size:12px;
	line-height:20px;
	}

.FourColumn .box p br {
	display:none;
	}

.FourColumn .box .photo {
	display:inline-block;
    overflow: visible;
    position: relative;
	margin-bottom:4px;
	}

.FourColumn .box .photo img {
	max-width:100%;
	max-height:300px;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（4カラム　小さい版）
-------------------------------------------------------------- */
.FourColumnSmall {
	text-align:center;
	overflow:hidden;
	margin-bottom:60px;
	padding:0 5vw;
	}
	
	
.FourColumnSmall .box {
	position: relative;
	width: 42%;
	max-width:350px;
	margin:0 5px 16px 5px;
	display:inline-block;
    vertical-align: top;
	overflow:hidden;
	}	

.FourColumnSmall .box h3 {
	margin:16px 0 6px 0;
	font-size:15.4px;
	text-align:center;
	padding:0;
	}

#wrap .FourColumnSmall .box p {
	text-align:left;
	font-weight:500!important;
	font-size:12px;
	line-height:16px;
	}

.FourColumnSmall .box p br {
	display:none;
	}

.FourColumnSmall .box .photo {
	display:inline-block;
    overflow: visible;
    position: relative;
	margin-bottom:4px;
	}

.FourColumnSmall .box .photo img {
	min-width:100%;
	max-height:300px;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（ﾊﾞﾅｰ カラム）
-------------------------------------------------------------- */
.BanaColumn li{
	display:inline-block;
	margin-bottom:10px;
	vertical-align:top;
	}

.BanaColumn li .c_txt {
	font-size:10px;
	display:inline-block;
	}
	
#contents .BanaColumn li img {
	display:inline-block;
	width:auto;
	}


/*  ---------------------------------------------------
	=共通のレイアウト　（縦長カラム）
-------------------------------------------------------------- */
.TallColumn {
	overflow:hidden;
	margin:0px 0 0px 0;
	text-align:center;
	overflow:hidden;
	margin-bottom:60px;
	padding:0 4px;
	}
	
	
.TallColumn .box {
	position: relative;
	width:18vw;
	min-width:200px;
	max-width:340px;
	display:inline-block;
	margin:2px 2px;
	padding:0;
	}

.TallColumn .box:hover {
	background:#1b49a8;
	opacity:0.9;
	}

.TallColumn .box a{
	display:block;
	}

.TallColumn .box .block {
	position: absolute;
	bottom:1.6vw;
	display: block;
	width: 100%;
	}

.TallColumn .box .block p {
	padding:0 14px 0 14px;
	color:#FFF;
	line-height:16px!important;
	font-size:14px!important;
	}

.TallColumn .cpt {
	background:url(../img/common/cpt_bg.png) repeat-x;
	display:inline;
	overflow:hidden;
	display:inline-block;
	/*background:#000;
    opacity: .65;*/
	}
	
	
.TallColumn .cpt span{
	color:#FFF;
	font-size:11px;
	padding:5px 13px;
	opacity: 1;
	border-left:3px solid #990000;
	display:block;
    opacity: 100;
	}

.TallColumn .over {
	position: absolute;
	width: 100%;
	height:100%;
	background:url(../img/common/bg_shadow.png) repeat-x;
	background-size:1.8vw;
	background-position:bottom;
	top: 0px;
	left: 0px;
	/*background:#000;*/
    opacity: .65;
	}

.TallColumn .box img{
	width:100%;
	}

.TallColumn h3 {
	margin:10px 0 12px 0;
	font-size:22px;
	font-weight: 300;
	line-height:20px;
	padding:0 0 0 15px;
	color:#FFF;
	}

.TallColumn .category {
	padding:0 0 10px 0;
	padding:0 0 5px 15px;
	}

.TallColumn .category a {
	font-size:11px;
	color:#ff631e;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（縦長カラム Verランキング）
-------------------------------------------------------------- */
.RankingColumn {
	margin-bottom:80px;
	}
	
.RankingColumn .box {
	position: relative;
	width:46vw;
	min-width:120px;
	max-width:340px;
	display:inline-block;
	margin:2px 2px;
	padding:0;
	}

.RankingColumn h3 {
	padding:0;
	text-align:center;
	font-size:16px;
	}
.RankingColumn h3 span {
	font-size:14px;
	display:block;
	margin-bottom:2px;
	letter-spacing:4px;
	}
.RankingColumn .over {
	background-size: 3.94vw;
	}

.RankingColumn .box .block {
	bottom:1vw;
	}
.TallColumn .box .block p {
    padding: 0 10px;
	}

.RankingColumn .box .btn a{
	border:#FFF solid 1px;
	font-size:11.2px;
	line-height:13px;
	font-weight:300;
	padding:6px 4px;
	color:#FFF;
	text-decoration:none;
	display:block;
	text-align:center;
	}

#contents .RankingColumn .box .btn a{
	background: rgba(0,0,0,0.4);
	color: #fff;
	}

.RankingColumn .box .btn a:hover{
	color:#000;
	background: rgba(250,250,250,0.9);
	}


/*  ---------------------------------------------------
	=共通のレイアウト　（縦細長カラム）
-------------------------------------------------------------- */
NarrowColumn {
	overflow:hidden;
	text-align:center;
	width:85%;
	margin:0 auto;
	}
	
.NarrowColumn .box .icon {
	position:absolute;
	top:0;
	left:0;
	}
	
.NarrowColumn .box .icon img {
	width: auto!important;
	height:35px!important;
	}
	
NarrowColumn .box {
	position:relative;
	display:inline-block;
	width:190px;
	margin:0 5px 40px 5px;
	vertical-align:top;
	}

NarrowColumn .box p {
	text-align:left;
	}
	
NarrowColumn .box h3 {
	margin:10px 0 6px 0;
	font-size:19px;
	font-weight:300;
	line-height:22px;
	}

NarrowColumn .box .category {
	padding:0 0 10px 0;
	font-weight:300;
	}

NarrowColumn .box .category a {
	font-size:11px;
	color:#7c282c;
	}

NarrowColumn .box .area {
	padding:15px 0 10px 20px;
	text-align:left;
	}

NarrowColumn .box .area a {
	font-size:11px;
	color:#006087;
	font-weight:300;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（Limg1RowsColumn/ 左に写真、右にテキスト（1列版）)
-------------------------------------------------------------- */

.Limg1RowsColumn {
	overflow:hidden;
	margin:0 auto 40px auto;
	text-align:center;
	}

.Limg1RowsColumn .box {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 0px 40px 0px;
	
	}

.Limg1RowsColumn .box .photo {
	text-align:center;
	}


.Limg1RowsColumn .box .photo img{
	max-height:280px;
	width:auto!important;
	}

.Limg1RowsColumn .box .TextArea {
	padding:0 5vw;
	}

.Limg1RowsColumn .box .TextArea p {
	padding:0 0 16px 0;
	}
	

/*  ---------------------------------------------------
	=共通のレイアウト　（Rimg1RowsColumn/ 左にテキスト、右に写真（1列版）)
-------------------------------------------------------------- */

.Rimg1RowsColumn {
	overflow:hidden;
	margin:0 auto 40px auto;
	text-align:center;
	}

.Rimg1RowsColumn .box {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 0px 40px 0px;
	}

.Rimg1RowsColumn .box .photo {
	text-align:center;
	}

.Rimg1RowsColumn .box .photo img{
	max-height:280px;
	width:auto!important;
	}

.Rimg1RowsColumn .box .TextArea {
	padding:0 10px;
	box-sizing:border-box;
	}

.Rimg1RowsColumn .box .TextArea p {
	padding:0 0 16px 0;
	}



/*  ---------------------------------------------------
	=共通のレイアウト　（Rimg1RowsColumn　＆　特徴　/ 左にテキスト、右に写真（1列版）)
-------------------------------------------------------------- */

.FeatureColumn .Feature01 h3,
.FeatureColumn .Feature02 h3,
.FeatureColumn .Feature03 h3 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
 	}

.FeatureColumn .Feature01 h3 br,
.FeatureColumn .Feature02 h3 br,
.FeatureColumn .Feature03 h3 br {
	display:none;
	}

.FeatureColumn .Feature01 h3 {
	background:url(../img/common/feature01.gif) no-repeat left;
	background-size:16%;
	padding:0 0 0 18%;
	min-height:70px;
 	}

.FeatureColumn .Feature02 h3 {
	background:url(../img/common/feature02.gif) no-repeat left;
	background-size:16%;
	padding:0 0 0 18%;
	min-height:70px;
 	}

.FeatureColumn .Feature03 h3 {
	background:url(../img/common/feature03.gif) no-repeat left;
	background-size:16%;
	padding:0 0 0 18%;
	min-height:70px;
 	}



	
/*  ---------------------------------------------------
	=共通のレイアウト　（Limg2RowsColumn 写真が左でコラムが2列）
-------------------------------------------------------------- */	
.Limg2RowsColumn {
	overflow:hidden;
	margin:0 auto 40px auto;
	text-align:center;
	}

.Limg2RowsColumn .box {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 20px 40px 20px;
	}

.Limg2RowsColumn .box .photo{
	text-align:center;
	}

.Limg2RowsColumn .box .photo img{
	max-width:130px;
	}

.Limg2RowsColumn .box .TextArea {
	margin-top:14px;
	}


.Limg2RowsColumn .box .TextArea .ttl {
	margin-left:24vw;
}


#WorldWifiTop #Interview .box .TextArea .btn a {
    border: #FFF solid 2px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    width: 98%;
    display: inline-block;
    padding: 10px 0;
    margin: 10px auto 0px auto;
	}

#WorldWifiTop #Interview .box .TextArea .btn a:hover {
	color:#FFF;
	text-decoration:none;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（InterviewColumn インタビュー系のテキスト調整）
-------------------------------------------------------------- */
.InterviewColumn .box {
	position:relative;
	margin:0 20px 50px 20px;
	}

#contents .InterviewColumn .box .photo img{
	width:19vw;
	}

#contents .InterviewColumn .box .photo{
	position:absolute;
	max-height:19vw;
	overflow:hidden;
	}

.Limg2RowsColumn .box .TextArea {
	margin-top:0;
	}


.InterviewColumn .box .vol {
	border:solid 1px #000;
	padding:0px 10px;
	display:inline-block;
	margin-bottom:5px;
	margin-left:24vw;
	font-size:10px;
	}
	
#wrap .InterviewColumn .box .ttl {
	font-size:14px;
	line-height:16px;
	margin-bottom:10px;
	margin-left:24vw;
	min-height:11vw;
	}

#wrap .InterviewColumn .box .ttl .name {
	display:block;
	margin-bottom:4px;
	line-height:15px;
	}

	
#wrap .InterviewColumn .box .ttl .company {
	font-size:10px;
	line-height:12px;
	display:block;
	}
	
#wrap .InterviewColumn .box .btn a {
    border: #2c2c2c solid 2px;
    font-size: 16px;
    text-align: center;
    background: #FFF;
    color: #000;
    width: 98%;
    display: inline-block;
    padding: 10px 0;
    margin: 10px auto 0px auto;
	}

#wrap .InterviewColumn .box .btn a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
	}

#wrap .InterviewColumn .box p {
	font-size:12px;
	line-height:16px;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（キャプション）
-------------------------------------------------------------- */
.CaptionColumn {
	text-align:left;
	margin:0 16px 40px 16px;
	}

.CaptionColumn h3 {
	border: solid 1px #000;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
	}


#wrap .CaptionColumn p{
	font-size:10px;
	line-height:14px;
	}
	

/*  ---------------------------------------------------
	=共通のレイアウト　（注目コラム・枠線があり、リンク誘導）
-------------------------------------------------------------- */
.SpotlightColumn {
	margin:0 8px 40px 8px;
	padding:40px 20px;
	border:3px solid #000;
	text-align:left;
	box-sizing:border-box;
	}
	
#wrap .SpotlightColumn p {
	font-size:18px;
	line-height:28px;
	}
	
#wrap .SpotlightColumn .btn_more a {
	min-width: inherit;
	width:100%;
	box-sizing:border-box;
	padding: 30px 0px;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（ソーシャルエリア）
-------------------------------------------------------------- */
.SocialColumn {
	margin:0 16px;
	}
	
.SocialColumn .box {
	vertical-align:top;
	margin:0 0 40px 0;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（背景がグレー）
-------------------------------------------------------------- */
.BgGray {
	background:#E7E7E7;
	padding:30px 0 1px 0;
	margin-bottom:40px;
	}
	
.BgGray .box {
	background:#FFF;
	padding:40px 30px;
	box-sizing:border-box;
	margin:0 5vw 20px 5vw;
	}

.GrayColumn .inner p {
  margin-bottom: 20px;
}

.GrayColumn .NormalColumn {
  padding: 0 2vw;
}


/*  ---------------------------------------------------
	=共通のレイアウト　（背景がグレーで中が白,白は角丸でmax-widthあり）
-------------------------------------------------------------- */
.GrayColumn {
	background: #f1f1f1;
	padding: 6vh 0;
	/*margin-top: -80px;*/
	margin-bottom:60px;
}

.GrayColumn .inner {
	width: 96vw;
	margin: 0 auto 0px auto;
	background: #FFF;
	padding: 5vh 6vw 10vh 6vw;
	box-sizing:border-box;
	
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 25px;   /* Firefox用 */  
}


/*  ---------------------------------------------------
	=共通のレイアウト　（背景が白
-------------------------------------------------------------- */
.WhiteColumn {
	background:#FFF;
	overflow:hidden;
}



/*  ---------------------------------------------------
	=共通のレイアウト　（料金表みたいなtable組み）
-------------------------------------------------------------- */
.TableColumn {
	text-align:center;
  margin: 0 0 1vh 0;
  padding: 0 5vw;
  }

.TableColumn .box{
	display:inline-block;
	text-align:left;
	margin:0 0 2vw;
  width: 100%;
  box-sizing: border-box;
	}

.TableColumn table {
	margin-bottom:4.2vh;
  width: 100%;
	}

.TableColumn th {
	border:solid 1px #CCC;
	font-size: calc(95% + 0.25vw);
  line-height: calc(100% + 0.76vw);
	background:#f8f8f8;
	text-align:center;
	padding:4px 5px;
	}

.TableColumn td {
	border:solid 1px #CCC;
	font-size: calc(80% + 0.25vw);
  line-height: calc(100% + 1.45vw);
	padding:4% 4%;;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（お問合せと営業時間）
-------------------------------------------------------------- */
.ContactColumn {
    background: #fff;
    color: #003284;
    padding: 15px;
    text-align: center;
    margin: 0 auto 40px;
    border: 2px solid #333;
    max-width: inherit;
}


.ContactColumn .tel {
    font-size:8vw;
    font-weight: bold;
    line-height: 1;
		display:block;
		padding-top:2vh;
}

/*  ---------------------------------------------------
	=共通のレイアウト　（リスト）
-------------------------------------------------------------- */  
.ListColumn {
	width:auto;
	padding:0 3vw 10vh;
	text-align:left;
	overflow:hidden;    
  }

.ListColumn dt {
  margin-bottom: 1.3vh;
	font-size: 4vw;
  }
  
.ListColumn dd {
  width: 100%;
  font-size: 3.2vw;
  line-height: 4.2vw;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px dotted #ccc;
	box-sizing: border-box;
  }
  
.ListColumn dd:last-child {
  border-bottom:1px dotted #ccc;
  }

/*  ---------------------------------------------------
	=共通のレイアウト　（youtubeのレスポンシブ対策）
-------------------------------------------------------------- */  
.YoutubeColumn {
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin:0;
}

.YoutubeColumn iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
	
/*  ---------------------------------------------------
	=共通のレイアウト　（バナー）
-------------------------------------------------------------- */  	
.BannerColumn {
  text-align: center;
  margin:0 0 60px 0;
}
	
.BannerColumn li{
  margin-bottom: 1vh;
  padding: 0 1px;
	font-size:0;
	line-height:0;
	display:inline-block;
}

#contents .BannerColumn img {
	width:auto;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（FAQ　開閉式）
-------------------------------------------------------------- */ 
.FaqSwitch {
	padding:0 5vw;
	margin:0 0 60px 0;
}

.FaqSwitch .faq-box {
	margin:5px 0px 4rem;
	}

.FaqSwitch .faq-box .question{
  font-size: 1.2rem;
	padding: 1rem 3rem 1rem 2.6rem !important;
	font-weight: bold;
	margin: 2px 0rem 0;
	background-color: #0276dd;
	color: #FFF;
	position:relative;
	}
	
.FaqSwitch .faq-box .question:before {
	top: 1.75rem;
	left: 1rem;
	content: "Q";
	position: absolute;
	top: 0.9rem;
	left: 1rem;
	}
	
.FaqSwitch .faq-box .answer{
	display: none;
	padding:1.6rem 0.9rem 1.6rem 2.6rem  !important;
	border:solid 2px #0276dd;
	margin:-2px 0 2rem;
	position: relative;
	}	
	
.FaqSwitch .faq-box .answer:before {
  font-size: 1.2rem;
	font-weight : 600;
	top: 2.4rem;
	left: 1rem;
	margin-top: -0.8rem;
	position: absolute;
	content: "A.";
	color:#0276dd;
	}
		
	
.FaqSwitch .faq-box .answer p	 {
	margin-bottom:16px;
	}


 .FaqSwitch .faq-box .active:after,
.FaqSwitch .faq-box .clicked:after
 {
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.8rem;
}

.FaqSwitch .faq-box .active:after {
	content: "\f067";
}

.FaqSwitch .faq-box .clicked:after {
	content: "\f068";
}

/*  ---------------------------------------------------
	=共通のレイアウト　（FAQ　開閉式） 別バージョン
-------------------------------------------------------------- */ 
.FaqSwitch.OtherVertion {
	/*background: #3C3;*/
}

.FaqSwitch.OtherVertion .faq-box .question {
    background-color: #3C3;
}

.FaqSwitch.OtherVertion .faq-box .answer{
	border:solid 2px #3C3;
	}	

.FaqSwitch.OtherVertion .faq-box .question:before {
	content: "\f164";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;

	}
	
.FaqSwitch.OtherVertion .faq-box .answer:before {
  font-size: 1.6rem;
	font-weight : 600;
	position: absolute;
	top: 2.4rem;
	left: 0.7rem;
	margin-top: -0.8rem;
	color:#3C3;
	content: "\f05a";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	}
	
	
/*  ---------------------------------------------------
	=共通のレイアウト　（リンク一覧のリスト・WEBアイコンを使用）
-------------------------------------------------------------- */ 
.ListLinK {
	border-top:2px solid #F5F5F5;
	padding-top:0.6rem;
}

.ListLinK li {
	margin-bottom:0.6rem;
	position:relative;
	text-align:left;
	border-bottom:2px solid #F5F5F5;
	padding-bottom:0.6rem;
	padding-left:2.5rem;
	line-height:18px;
}

.ListLinK li:before,
.ListLinK li:after {
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	margin-top: -0.8rem;
}


.ListLinK li:before {
	font-size:1.4rem;
	content: "\f14a";
	position:absolute;
	top: 0.9rem;
	left: 0.4rem;
}

.ListLinK li:after {
	content: "\f2d2";
	margin-left:0.45rem;
	color:#0276dd;
}
	
/*  ---------------------------------------------------

	=　海外 WiFi TOP
	
-------------------------------------------------------------- */

/*--- 共通設定	 ---*/
#WorldWifiTop .breadcrumb {
	margin-top:0;
}

#WorldWifiTop .SocialArea {
	text-align:center;
	margin-bottom:20px;
	margin-top:-10px;
}

#WorldWifiTop .TwoColumn h2 {
	margin:0 0 20px;
}

/*--- 共通設定(table)	 ---*/
.WorldWifiTop tr,
.WorldWifiTop td {
	border:solid 3px #f8f8f8;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	line-height:18px;
}

.WorldWifiTop th {
	background:#ededed;
	padding:2% 2%;
	text-align:left;
	vertical-align:middle;
	border:solid 3px #f8f8f8;
}

.WorldWifiTop thead th {
	text-align:center;
}


.WorldWifiTop td {
	padding:2% 2%;
}

/*--- メインビジュアル ---*/
#WorldWifiTop .MainVisualColumn {
	background:#0070d7;
	position:inherit;
	background:none;
	}

#WorldWifiTop .MainVisualColumn .inner::before {
	background-image: url(/img/world-wifi-top/MainVisualBg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	display: block;
	position: fixed;  /* ★スマホ用にコレで代替。 */
	top: 0;
	left: 0;
	width: 100vw;  /* ★サイズ指定。 */
	height: 100vh;  /* ★サイズ指定。 */
	content: "\A";  /* ★大事 */
	z-index: -1;  /* ★大事 */
	filter: none;
}

#WorldWifiTop .MainVisualColumn .inner {
	margin: 0 auto;
	padding: 3vh 1vw 3vh;
	min-height: inherit;
	height:auto;
	display:block;
	background:none;
	/*background: url(/img/world-wifi-top/MainVisualBg.jpg) fixed no-repeat;
	background-size:600px;*/
	}




#WorldWifiTop .MainVisualColumn .box .text-area {
	text-align:center;
	padding:0;
}

#WorldWifiTop .MainVisualColumn .box .text-area h1 {
	margin:5% 0 1.5% 0 !important;
	text-align: center;
	display: block;
	font-size: 2rem ;
	line-height: 30px;
	}

#WorldWifiTop .MainVisualColumn .box .text-area h1 span {
	margin: 0 0 3% 0 !important;
	text-align: center;
	display: block;
	font-size:1rem ;
	line-height: 30px;
	}

#WorldWifiTop .MainVisualColumn .MainVisualCompany {
	width:80vw;
	max-width:600px;
	text-align:center;
	margin:0 auto;
	font-size:0;
	padding-bottom:5%;
}

#WorldWifiTop .MainVisualColumn .MainVisualCompany img {
	width:100%;
}

/*--- メインビジュアル （各国）---*/

#WorldWifiTop .MainVisualColumn #WorldMapList {
	background:none;
	padding:1% 0 0;
	margin:0;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner {
	background:none;
	padding:1vh 0 0;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .ContinentArea {
	width:100%;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0;
	box-sizing:border-box;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box {
	vertical-align:top;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box {
	position:relative;
	text-align:center;
	font-size:0;
}


#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box .BtnInner {
	background:#ffff66;
	color:#3176d6;
	padding:5% 1%;
	margin-bottom:5%;
	font-size:1rem ;
	text-align:center;
	font-weight:600;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box .switchHat span {
	position: inherit; 
  display: block;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box .switchHat span:after {
	top:1rem;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box ul {
	padding-bottom:5%;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box li {
	font-size: calc((20% + 2.5vw) * 1.3) ;
	display:inline-block;
	width:44%;
	box-sizing:border-box;
	border:1px solid #96b2d4;
	margin: 0 1% 2%;
	background-position:6% center;
	background-size:12%;
	padding:2% 2% 2% 2%;
	vertical-align:top;
	letter-spacing:-0.5px;
}

#WorldWifiTop .MainVisualColumn  #WorldMapList .inner .box li.other {
	border:none;
	display: block;
	width:52%;
	padding:2% 0 0;
	margin:0 auto 0 auto;
}

#WorldWifiTop .MainVisualColumn  #WorldMapList .inner .box li.other i {
	padding-right:2%;;
	padding-top:1%
}

#WorldWifiTop .MainVisualColumn  #WorldMapList .inner .box li.other:before {
	display:none;
}

#WorldWifiTop .MainVisualColumn  #WorldMapList .inner .box li.other a {
	background:#0070d7;
	color:#FFF;
	border:none;
	display:block;
	padding: 6% 0;
}

#WorldWifiTop .MainVisualColumn  #WorldMapList .inner .box li.other a{
	color:#FFF;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box li img {
	width: 15px;
	padding-right: 4px;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box .closeBtnHat {
	display:none;
}



/*  ---------------------------------------------------
	= 吹き出し
-------------------------------------------------------------- */
/* 吹き出し本体 */
#WorldWifiTop .SpeechBalloon{
	font-size: 1.5rem;
	padding: 4% 4%;;
	display: inline-block;
	border: 2px solid #FFF;
	margin:5% auto 3% auto;
	box-sizing: border-box;
}

/* beforeで枠線の三角を表現 */
#WorldWifiTop .SpeechBalloon::before{
	left: 46%;
	bottom: -15px;
	border-right: 15px solid transparent;
	border-top: 15px solid #FFF;
	border-left: 15px solid transparent;
	}

/* beforeで本体の三角を表現 */
#WorldWifiTop .SpeechBalloon::after{
	left: 46%;
	bottom: -12px;
	border-right: 15px solid transparent;
	border-top: 15px solid #0276dd;
	border-left: 15px solid transparent;
	}

#WorldWifiTop .SpeechBalloon i {
	padding-right:6px;
}

/*  ---------------------------------------------------
	= 海外Wi-Fiレンタルとは？
-------------------------------------------------------------- */
/*--- 海外Wi-Fiレンタルとは？ ---*/
#WorldWifiTop .AboutImg {
	margin-bottom:3%;
  padding: 0 5vw 1vh;
}

/*--- 取扱ブランド一覧 ---*/
#WorldWifiTop #Brand {
  text-align: center;
  font-size: 0;
	line-height:0;
  background: #f8f8f8;
  padding: 3vh 5vw;
  margin-bottom: 10vh;
}

#WorldWifiTop #Brand h3 {
	text-align:center;
}


#WorldWifiTop #Brand .BnanL li {
  display: inline-block;
  margin: 0 1% 2%;
  width: 30%;
}

#WorldWifiTop #Brand .BnanL li img {
}

#WorldWifiTop #Brand .BnanS li {
  display: inline-block;
  margin: 0 0.7% 1.4%;
  width: 20%;
}

#WorldWifiTop #Brand .BnanS li img {
  width: 100%;
}
/*--- 海外旅行の必需品 ---*/
#WorldWifiTop #Necessities .ListArea {
	margin-bottom:4%;
}

#WorldWifiTop #Necessities .ListArea img {
	width:24%;
	display:inline-block;
	margin-right:2%;
	vertical-align:top;
}

#WorldWifiTop #Necessities .ListArea .TextArea {
	width:72%;
	display:inline-block;
}

#WorldWifiTop #Necessities .ListArea .TextArea h3 {
	margin-bottom:1%;
	font-size:4.2vw;
}

#WorldWifiTop #Necessities .ListArea .TextArea p {
	margin-bottom:10px;
	font-size:3.4vw;
	line-height:4.2vw;
}

/*--- メリット・デメリット ---*/
#WorldWifiTop #ProsAndCons table th {
	width:25%;
}

#WorldWifiTop #ProsAndCons th.rental {
	background:#b2e6ed;	
}

#WorldWifiTop #ProsAndCons td.rental {
	background:#e2f8fc;
	font-size:13px;
}

#WorldWifiTop #ProsAndCons th.free {
	background:#f2efc3;	
}

#WorldWifiTop #ProsAndCons th.packet {
	background:#f1dec8;	
}


/*--- レンタルセット ---*/
#WorldWifiTop #RentalSet {
	text-align:left;
}

#WorldWifiTop #RentalSet ul {
	background:#f8f8f8;
	border:solid 3px #e2e2e2;
	padding:5% 5% 2%;
}

#WorldWifiTop #RentalSet ul li{
	font-size:16px;
	line-height:18px;
	margin-bottom:4%;
}

/*--- ご利用の流れ ---*/
#WorldWifiTop #Flow {
	text-align:center;
}

#WorldWifiTop #Flow ul {
	font-size:0;
	line-height:0;
	margin-bottom:4%;
}

#WorldWifiTop #Flow li {
	display:inline-block;
	width:30%;
	padding:0 0.5% 1%;
}

/*--- 受取可能空港 ---*/
#WorldWifiTop #Airport {
	background: rgba(0,60,255,0.4);	
	padding:4vh 0;
}


#WorldWifiTop #Airport h2 {
	color:#FFF;
	border-color:#FFF;
}


#WorldWifiTop #Airport ul {
	text-align:center;
	font-size:0;
	line-height:0;
	padding:0 5%;
	margin-bottom:5vh;
}

#WorldWifiTop #Airport li {
	display:inline-block;
	width:90%;
	text-align:center;
	margin:0 2px 4px;
}

#WorldWifiTop #Airport li a {
    color: #000;
    background: rgba(255,255,255,0.9);
    display: block;
    padding: 10px 28px;
    margin: 0 auto;
    border: solid 2px #000;
		font-size:13px;
		line-height:16px;
		
}

/*--- 関連記事(海外WiFiのTOP) ---*/
#WorldWifiTop #relation {
	background: rgba(0,114,255,0.4);	
	color:#FFF;
	margin-top:-80px;
	padding-top:80px;
}	

#WorldWifiTop #relation h2{
	color:#FFF;
	border-color:#FFF;
}

#WorldWifiTop #relation a{
	color:#f0ff00;
}

/*--- 関連記事(海外WiFiのTOP) ---*/
#WorldWifiTop #Interview {
	background: rgba(0,114,255,0.4);	
	color:#FFF;
	margin-top:-80px;
	padding-top:80px;
	padding-bottom:40px;
	margin:0;
}

#WorldWifiTop #Interview h2{
	color:#FFF;
	border-color:#FFF;
}

#WorldWifiTop #Interview a{
	color:#f0ff00;
}

#WorldWifiTop #Interview .btn_more_02 a{
	color:#000;
}

#WorldWifiTop #Interview .box .vol {
	border-color:#FFF;
}

#WorldWifiTop #Interview .box .btn a {
	color:#000;
}


/*--- WiFiレンタル料金ダイジェスト ---*/
#PriceDigest {
	margin-bottom:30px;
}

#PriceDigest .box {
	display:block;
/*	border:2px solid #000;
	padding:20px;*/
	box-sizing:border-box;
	margin:0;
	width:100%;
	/*max-width:400px;*/
	vertical-align:top;
	padding:0 5vw 1vh; 
	position:relative;
}

@media screen and (min-width:600px){
#PriceDigest .box {
	padding:0 2vw 1vh; 
}	
}

/*#PriceDigest .Ttl {
	background:#000;
	color:#FFF;
	margin:-20px -20px 20px;
	text-align:center;
	padding:10px 0;
}*/

#PriceDigest .BtnSwich {
	background-position:center;
	background-size: cover;
	position:relative;
	border:none;
	margin-bottom:0;
}

#PriceDigest .BtnSwich .BtnInner {
	height:120px;
	background: rgba(0,0,0,0.20);
	color:#FFF;
}

#PriceDigest .switchHat span:after,
#PriceDigest .nowOpen span:after {
	font-size: 28px;
}

#PriceDigest .BtnSwich .En {
	font-size:60px;
	line-height:60px;
	color:#FFF;
	position:absolute;
	bottom:4px;
	left:8px;
}

#PriceDigest .closeBtnHat {
	display:none;
}


#PriceDigest .switchDetail {
	padding-top:12px;
	padding-bottom:30px;
}

#PriceDigest dl {
	text-align:left;
	margin: 0 0 10px 0;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	padding-left:2%;
}

#PriceDigest dt,
#PriceDigest dd {
	display:inline-block;
	vertical-align:middle;
}

#PriceDigest .company img {
	max-width:60px;
}

#PriceDigest .capacity {
	font-size:10px;
	width:40%;
	max-width:200px;
	padding-left:5%;
}

#PriceDigest .price {
	font-weight:bold;
	color:red;
}

#PriceDigest dd span {
	font-size:10px;
}

#PriceDigest .btn_more_02 {
	margin:0;
}



#PriceDigest .btn_more_02 a,
#PriceDigest .modal_btn_more_02 {
	min-width:inherit;
	font-size:0.8rem;
	padding: 10px 0px;
	box-sizing: border-box;
	margin-bottom: 6px;
}

#PriceDigest .btn_more_02 a {
	display:block;
}


/*  ---------------------------------------------------
	= 利用可能国一覧(海外WiFiのTOP)
-------------------------------------------------------------- */
#WorldWifiTop #international {
	background:none;
}


#WorldWifiTop #international .internationalBk {
	background: rgba(0,0,0,0.6);
}






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

	=　海外 WiFi 比較表
	
-------------------------------------------------------------- */

/*  ---------------------------------------------------
	=レンタルWi-Fi　比較表(スマホのみの記述)
-------------------------------------------------------------- */
.ComparisonColumn {
	position: relative;
	padding:0 0;
	margin-bottom:60px;
}


.ComparisonColumn{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.ComparisonColumn::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.ComparisonColumn::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.ComparisonColumn::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.Comparison th,
.Comparison td {
	min-width:80px;
	}




/*  ---------------------------------------------------
	=レンタルWi-Fi　比較表
-------------------------------------------------------------- */
.ComparisonColumn {
	position: relative;
	padding:0 0;
	margin:0 auto 80px auto;
}

.ComparisonColumn table{
	margin:0 auto;
	}

.Comparison,
.Comparison {
	line-height:16px;
	font-size:12px;
	}

#wrap .Comparison p,
#wrap .Comparison p {
	line-height:18px;
	font-size:12px;
	}

.Comparison th,
.Comparison td {
	padding:10px 5px;
	text-indent:0px;
	/*border:solid 1px #b3b3b3;*/
	vertical-align:middle;
	max-width:150px;
	}

.Comparison tr:nth-child(odd) {
	background:#fef9df;
}

.Comparison tr:nth-child(even) {
	background: #fdf4c3;
	}

.Comparison tr:hover {
	background:#f5f5f5;
	}

.Comparison th:hover,
.Comparison th {
	/*background:#ea863b;*/
	/*background:#e4e4e4;*/
	/*background:#ffec7e;*/
	background:#000;
	border-bottom:4px #FFF solid;
	padding:10px 20px;
	color:#fff;
	font-size:16px;
	font-weight:900;
	}


.Comparison tr.scroll {
	border-bottom:4px #FFF solid;
	}

.Comparison tr.brand {
	background:#ffe4e1;
	}
	
.Comparison tr.scroll .f10 {
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; */
	}


.Comparison tbody {
	border-bottom:4px #FFF solid;
	}

.Comparison tr.scroll td {
	border-left:3px #FFF solid;
	border-right:3px #FFF solid;
	border-top:none;
	max-width:200px;
	text-align:center;
	}

.Comparison tr.scroll td a:hover {
	/*color:#cae0ff;*/
	}


.Comparison tr.AlignTop td {
	vertical-align:top;
	}

.Comparison td.tdLeft {
	min-width:150px;
	}

.Comparison td p{
	margin-bottom:10px;
	}

.Comparison .items {
	background: #f9f9f9!important;
	}

.Comparison .phase:hover,
.Comparison .phase {
	background: #fbe987;
	font-size: 22px;
	line-height: 22px;
	padding: 20px 20px;
	color: #231e00;
	}
	
.Comparison .brand {
	text-align:center;
	}

.Comparison .brand img{
	max-width:100px;
	margin-bottom:10px;
	}
	
.Comparison .PrBanner img{
	max-width:140px;
	}

.Comparison tr.ValuableInfo {
	}

.Comparison tr.apply a {
	text-decoration:underline;
	}

.Comparison .capture img{
	max-width:140px;
	}



/*  ---------------------------------------------------
	=渡航便利情報
-------------------------------------------------------------- */
.TravelInfoColumn {
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	padding:0;
}	

.TravelInfoColumn .inner {
	background: rgba(0,0,0,0.3);
	padding:10vw 10px 10vw 10px;
	overflow:hidden;
	}

/*:beforeにぼかし効果を設定する*/
.TravelInfoColumn:before{
  content: '';
  background: inherit;/*.TravelInfoColumn で設定した背景画像を継承する*/
  -webkit-filter: blur(3.5px);
  -moz-filter: blur(3.5px);
  -o-filter: blur(3.5px);
  -ms-filter: blur(3.5px);
  filter: blur(3.5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}


.TravelInfoColumn h2 {
	color:#FFF;
	font-size: 26px;
	line-height: 28px;
	}

.TravelInfoColumn table {
	margin:0 auto;
	}

.TravelInfoColumn table {
	color:#FFF;
	background: rgba(0,0,0,0.6);
	padding:10vw 0 10vw 0;
	overflow:hidden;
	}

.Travel_info {
	margin-bottom:40px;
	}
	
.Travel_info td {
	padding:8px 10px;
	text-indent:0px;
	border:solid 1px #b3b3b3;
	line-height:26px;
	font-size:14px;
	}

.Travel_info td.tdLeft {
	width:30px;
	}

.Travel_info td p{
	margin-bottom:20px;
	}


.National_flag {
	text-align: center;
	}

#contents .National_flag img {
	width:100px;
	}


/*  ---------------------------------------------------
	=　首都マップ
-------------------------------------------------------------- */
.capital_map {
	margin-bottom:60px;
	}

.capital_map iframe{
	width:100%;
	height:60vh;
	}


/*  ---------------------------------------------------
	=　体験レポート
-------------------------------------------------------------- */

	
.ExperienceReport {
	padding:20px 0;
	margin-bottom:60px;
	text-align:center;
	background:#CCC;

	}

.ExperienceReport .ReportColumn {
	display:block;
	background:#FFF;
	vertical-align:top;
	text-align:center;
	background:#f8f8f8;
	margin:0 8px 2vh 8px;
	border:solid 4px #f1f1f1;
	}

.ExperienceReport .ttl {
	margin:0px 0 4px 0;
	padding:20px 0px 14px 10px;
	font-size:18px;
	text-align:left;
	background:#FFF;
	border:solid 2px #f1f1f1;
	text-align:left;
	position:relative;
	}

.ExperienceReport .ttl span {
	padding-right: 36px;
	position:inherit;
	display:block;
	}

.ExperienceReport .ttl span:after {
	top: -0.1rem;
  right: 7px;
	color: #666;
	}	

#contents .ExperienceReport .ttl span img {
	width: 7%;
  padding-right: 4%;
	vertical-align:middle;
}

	
#wrap .ExperienceReport .ReportHead {
	text-align:left;
	padding:10px 20px;
	background:#FFF;
	border:solid 2px #f1f1f1;
	margin-bottom:5px;
	}

#wrap .ExperienceReport .ReportHead th,
#wrap .ExperienceReport .ReportHead td {
	padding:5px 10px;
	font-size:11px;
	border:solid 1px #f1f1f1;
	vertical-align:middle;
	line-height:16px;
	}

#wrap .ExperienceReport .ReportHead .place,
#wrap .ExperienceReport .ReportHead .duration {
	min-width:30px;
	}
	
#wrap .ExperienceReport .ReportHead th {
	background:#333;
	color:#FFF;
	}

#wrap .ExperienceReport .ReportHead p.spot {
	line-height:15px;
	}

.ExperienceReport .starArea {
	background:#FFF;
	border:solid 2px #f1f1f1;
	text-align:left;
	overflow:hidden;
	margin-bottom:5px;
	}
	
.ExperienceReport .starArea ul {	
	padding:10px 20px 20px 20px;
	}

.ExperienceReport .starArea li {
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:dotted 1px #CCC;
	}
	
.ExperienceReport .starArea li:first-child {
	padding-top:0px;
	}
	
.ExperienceReport .starArea .item {
	display:inline-block;
	width:100px;
	padding-right:14px;
	font-size:12px;
	}

.ExperienceReport .starArea .total {
	background:#fef9df;
	}
	
.ExperienceReport .starArea .total .score,
.ExperienceReport .starArea .total i{
	color:#ff9313;
	font-size:18px;
	}

.ExperienceReport .starArea .total {
	text-align:center;
	}


.ExperienceReport .starArea .total .item {
	display:block;
	margin:4px auto 6px auto;
	}


.ExperienceReport .situation {
	font-size:14px;
	vertical-align:top;
	padding:0;
	background:#FFF;
	border:solid 2px #f1f1f1;
	text-align:left;
	overflow:hidden;
	}
	
.ExperienceReport .situation ul {
	padding:10px 20px 20px 20px;
	}

.ExperienceReport .situation li {
	font-size:12px;
	padding-top:9px;
	padding-bottom:9px;
	border-bottom:dotted 1px #CCC;
	}
	
.ExperienceReport .situation li:first-child {
	padding-top:0px;
	}
	
.ExperienceReport .situation span {
	display:inline-block;
	max-width:100px;
	/*padding-left:14px;*/
	padding-right:14px;
	font-size:12px;
	}

.ExperienceReport .starArea,
.ExperienceReport .situation {
	width:auto;
	float:none;
	}	


.ExperienceReport .commentArea {
	margin:10px 0 0 0;
	padding:10px 20px;
	min-width:30%;
	clear:both;
	}

.ExperienceReport .commentArea {
	text-align:left;
	background:#FFF;
	border:solid 2px #f1f1f1;
	margin-top:10px;
	overflow:hidden;
	}

.ExperienceReport .commentArea dt {
	font-weight:bold;
	font-size:14px;
	margin-top:15px;
	margin-bottom:3px;
	}

.ExperienceReport .commentArea dd {
	font-size:12px;
	line-height:16px;
	}

.ExperienceReport .commentArea dd:last-child {
	margin-bottom:20px;
	}
	
	
.ReportColumn .btn_text {
	width:82vw;
	margin:16px auto;
	padding:0;
	overflow:hidden;
	}
	
.ReportColumn .btn_text a {
	padding:10px 10px;
	display:block;
	width:auto;
	color: #FFF;
	}

/*  ---------------------------------------------------
	=　アンケートフォーム
-------------------------------------------------------------- */
.FormTable {
	display:block;
	margin:-80px auto 0 auto;
	}

#questionnaire h2 {
	font-size:24px;
	}

.FormTable tr,
.FormTable tbody {
	display:block;
	}
	
#questionnaire .MainVisualColumn .inner {
	height: calc(50vh - 0px);
	}
		
.NormalColumn p.FormLead {
	text-align:center;
	margin-bottom:0;
	}

.FormTable td {
	padding:5px 5px 40px 5px;
	vertical-align:middle;
	}

.FormTable td {
	display:block;
	}

.FormTable td.item {
	line-height:18px;
	margin-bottom:5px;
	padding-bottom:2px;
	font-size:20px;
	}

.FormTable td.item br {
	/*display:none;*/
	}

#questionnaire .FormTable .empty {
	height:30px;
	}
	
form .FormText{
	border:solid 2px #000;
	border-radius:0px;
	min-height: 34px;
	margin-right: 5px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	color:#000;
	}
	
	
form .FormTextarea {
	border:solid 2px #000;
	border-radius:0px;
	min-height: 28px;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	color:#000;
	
	}

form .FormText,
form .FormTextarea {
	width:95%;
	padding-left:2%;
	}

.FormTable td .DaysUsed {
	width:50px;
	}


/*　記入例の色　*/
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}

/*送信ボタンとリセットボタン*/
input.FormBtn {
    background: #000;
    width:40%;
    height: 48px;
    color: #FFF;
    font-size: 16px;
    border-radius: 0px;
	border:none;
    display: inline-block;
    margin: 0 auto;
	cursor:pointer;
	}

.BtnC {
	text-align:center;
	}

/*必須項目*/
.FormTable td.item span {
	background:#f40000;
	color:#FFF;
	padding:4px 10px;
	font-size:11.2px;
	margin-left:10px;
	vertical-align:top;
	display:inline-block;
	margin-top:-3px;
	}


/*ラジオボタンの装飾*/

form .FormRadio input:first-child {
	margin-left:0;
	}

form .FormRadio input {
    content: "\f3a6";
    font-family: "IonIcons";
    margin-right: 7px;
    color: #000;
    font-size: 18px;
    position: relative;
    top: 2px;
	left:2px;
	background:#000;
	}

form input.rbtn {
	display: none;
	}

form .FormRadio label {
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
	font-size:18px;
	}

form input.rbtn + .mark {
	margin-right: 5px;
	}

form input.rbtn + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f3a6";
	font-family: "Ionicons";
	color: #000;
	font-size:22px;
	}
	
form input.rbtn:checked + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f3a7";
	font-family: "Ionicons";
	color: #ea721f;
	font-size:22px;
	}
	


/*チェックボックスの装飾*/
form .cbbtn {
	display: none;
	}

form .FormCheckBox label {
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
	font-size:18px;
	}

form .cbbtn + .mark {
	margin-right: 5px;
	}
	
form .cbbtn + .mark:before {
	position: relative;
	left: 0px;
	top:4px;
	content: "\f372"; 
	font-family: "Ionicons";
	color: #000;
	font-size:32px;
	}
form .cbbtn:checked + .mark:before {
	position: relative;
	left: 0px;
	top:3px;
	content: "\f373";
	font-family: "Ionicons";
	color: #ea721f;
	font-size:32px;
	}



/*チェックボックスとラジオボタンのICON読み込み*/
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}




/*確認画面*/


body.confirm .MainVisualColumn .inner {
	height: calc(35vh - 0px);
	min-height:200px;
	} 

body.confirm .MainVisualColumn .phone {
	background:url(../img/world-wifi/main_wifi_asia_taiwan.png) no-repeat right 40px;
	background-size:cover;
	} 

body.confirm .MainVisualColumn .box .text-area {
	width:auto;
	text-align:center;
	}
	

/*エラー画面*/
.error .FormTable td {
    line-height: 16px;
	padding-top:20px;
	}


/*Thnks画面*/
.thanks .FormTable {
	margin: 0px auto 0 auto;
	}

/*TOP以外*/
.confirm .FormTable td {
	padding-top:20px;
	}

/*利用規約*/
.FormTable .kiyaku {
	overflow-y: scroll;
	height:300px;
	border:solid 2px #000;
	padding:15px;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	}

.FormTable .kiyaku::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.FormTable .kiyaku::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.FormTable .kiyaku::-webkit-scrollbar-thumb{background:#333;}/*バーの色*/


.FormTable .kiyaku h2 {
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
	line-height:22px;
	}

.FormTable .kiyaku h3 {
	font-size:16px;
	border-bottom:1px solid #333;
	margin-top:40px;
	margin-bottom:10px;
	}

.FormTable .kiyaku ol {
	list-style:decimal;
	padding-left:20px;
	}

.FormTable .kiyaku ol li {
	margin-bottom:10px;
	}

.FormTable .kiyaku ol ol {
	padding-left:0px;
	}

#wrap .FormTable .kiyaku p {
	font-size:13px;
	line-height:20px;
	margin-bottom:14px;
	}


ol.ListCount li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
	}
	
ol.ListCount li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
	}

#wrap .FormTable .kiyaku .date {
	margin-top:30px;
	}


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

	=　国内Wi-Fi レンタル
	
-------------------------------------------------------------- */	


/*  ---------------------------------------------------
	=メイン画像（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */	
body#japanwifi-rental .MainVisualColumn {
	background:url(../img/japan-wifi/common/head_fuji.jpg) no-repeat center;
	background-size:cover;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:30px;
	}	

body#japanwifi-rental .MainVisualColumn:before {
	background:none;
	}
	
body#japanwifi-rental .MainVisualColumn .inner {
	background: none;
	padding:0vw 0 0vw 0;
	overflow:hidden;
	}

body#japanwifi-rental .MainVisualColumn .inner {
    height: 34vh;
    position: relative;
    vertical-align: middle;
    display: block;
    justify-content: center;
    align-items: center;
	}

body#japanwifi-rental .MainVisualColumn .HeadBgR ,
body#japanwifi-rental .MainVisualColumn .HeadBgL {
	background:none;
	display:block;
	}
	

body#japanwifi-rental .HeadWifiL {
	width: 32.2vw;
    position: absolute;
    top:13.8vw;
    left: -2vw;
	transform: rotate(20deg);
}
	
body#japanwifi-rental .HeadWifiR {
	width: 30vw;
    position: absolute;
	top: 9.7vw;
    right: 1vw;
	}
	
	
body#japanwifi-rental .MainVisualColumn .box {
     width:100%;
	 position:absolute;
	 top:15vh;
     display: block !important; 
    text-align: center;
	}

@media screen and (max-width:320px){
body#japanwifi-rental .MainVisualColumn .box {
	 top:12vh;
	}
}

body#japanwifi-rental .MainVisualColumn .box .text-area {
	text-align:center;
	width:auto;
	padding:0;
	}

body#japanwifi-rental .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	text-align:center;
	font-size:9.6vw;
	}
	
body#japanwifi-rental .MainVisualColumn .box .text-area  h1 .br {
	display:none;
	}



body#japanwifi-rental .MainVisualColumn .box .text-area .capt {
	display:inline-block;
	padding:10px 3vw 8px 3vw;
	border:solid 3px #FFF;
	font-size:6vw;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:12px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

/*  ---------------------------------------------------
	=　リード文（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
#leadColumn  {
	background:url(../img/japan-wifi/top/lead_img.jpg) no-repeat ;
	background-position: center bottom 20px;
	background-size:150px;
	margin:0;
	padding:0px 0 200px 0;
	}
	

 #leadColumn h2 {
	font-size:6.5vw;
	font-weight:500;
	text-align:center;
	margin-bottom:10px;
	}

 #leadColumn p {
	padding:0px 20px;
	}


/*  ---------------------------------------------------
	=　比較表エリア（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
body#japanwifi-rental #ComparisonColumn {
	background:#f4f4f4;
	padding:30px 0 30px 0;
	margin-bottom:40px;
	}

/* 絞り込みエリア (枠)*/
body#japanwifi-rental #ComparisonColumn .ComparisonColumnHead {
	margin:0 auto 24px auto;
	overflow:hidden;
	}

body#japanwifi-rental #RefineColumn {
	float:none;
	margin:0 6px;
	}

body#japanwifi-rental .Sort,
body#japanwifi-rental .Refine {
	background:#FFF;
	
	/* box-shadow */
	box-shadow:0px 0px 3px 2px #e9e9e9;
	-moz-box-shadow:0px 0px 3px 2px #e9e9e9;
	-webkit-box-shadow:0px 0px 3px 2px #e9e9e9;
	
	/* border-radius */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}

body#japanwifi-rental #RefineColumn .Refine {
	margin-bottom:6px;
	}

body#japanwifi-rental #RefineColumn .Refine h2 {
	background:#037fe8;
	padding:10px 0;
	margin:0;
	text-align:center;
	font-size:20px;
	font-weight:500;
	line-height:26px;
	color:#fff;
	
	/* border-radius */
	border-radius:10px 10px 0px 0px ;
	-moz-border-radius:10px 10px 0px 0px ;
	-webkit-border-radius:10px 10px 0px 0px ;
	}

body#japanwifi-rental #RefineColumn .Sort .inner,
body#japanwifi-rental #RefineColumn .Refine .inner {
	padding:0 0px 20px 10px;
	text-align:center;
	}


/* 絞り込みエリア (中身)*/
body#japanwifi-rental #RefineColumn .Refine {
	margin-bottom:14px;
	text-align:left;
	}

body#japanwifi-rental #RefineColumn label {
	border:solid 3px #e3e2e2;
	padding:6px 8px;
	/*width:41%;*/
	min-width:24%;
    float: none;
    background: #fff;
    margin:4px 0px 0 0px;
	overflow:hidden;
	font-size:14px;
	line-height:14px;
	display:inline-block;
	text-align:left;
	letter-spacing:-1px;
	}

body#japanwifi-rental #RefineColumn label:hover {
	}

body#japanwifi-rental #RefineColumn dl {
	text-align:center;
	}
	
body#japanwifi-rental #RefineColumn dt {
	width:auto;
	display:inline-block;
	text-align:center;
	font-size:14px;
	font-weight:600;
	float:none;
	margin-top:10px;
	}
	
body#japanwifi-rental #RefineColumn dd {
	display: block;
	margin-top: -4px;
	overflow: hidden;
	padding:0 0 0px 0 ;
	text-align:left;
    }

body#japanwifi-rental #RefineColumn .checkSort label ,
body#japanwifi-rental #RefineColumn .period label {
	width:40%;
	}


body#japanwifi-rental #RefineColumn .annotate {
	font-size:10px;
	}

/*ラジオボタンの装飾*/

body#japanwifi-rental #RefineColumn .Radio input:first-child {
	margin-left:0;
	}

body#japanwifi-rental #RefineColumn .Radio input {
    content: "\f3a6";
    font-family: "IonIcons";
    margin-right: 7px;
    color: #000;
    font-size: 18px;
    position: relative;
    top: 2px;
	left:2px;
	background:#000;
	}

body#japanwifi-rental #RefineColumn input.rbtn {
	display: none;
	}

body#japanwifi-rental #RefineColumn .Radio label {
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
	font-size:18px;
	}

body#japanwifi-rental #RefineColumn input.rbtn + .mark {
	margin-right: 5px;
	}

body#japanwifi-rental #RefineColumn input.rbtn + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f3a6";
	font-family: "Ionicons";
	color: #000;
	font-size:22px;
	}
	
body#japanwifi-rental #RefineColumn input.rbtn:checked + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f3a7";
	font-family: "Ionicons";
	color: #ea721f;
	font-size:22px;
	}	


/*チェックボックスの装飾*/
body#japanwifi-rental #RefineColumn .cbbtn {
	display: none;
	}

body#japanwifi-rental #RefineColumn .body#japanwifi-rental #RefineColumnCheckBox label {
	margin-right:20px;
	margin-bottom:5px;
	display:inline-block;
	font-size:18px;
	}

body#japanwifi-rental #RefineColumn .cbbtn + .mark {
	margin-right: 5px;
	}
	
body#japanwifi-rental #RefineColumn .cbbtn + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f372"; 
	font-family: "Ionicons";
	color: #000;
	font-size:18px;
	}
body#japanwifi-rental #RefineColumn .cbbtn:checked + .mark:before {
	position: relative;
	left: 0px;
	top:2px;
	content: "\f373";
	font-family: "Ionicons";
	color: #ea721f;
	font-size:18px;
	}

body#japanwifi-rental #RefineColumn .checked {
	color:#ea721f;
	border:solid 3px #ff8610;
	/*margin:3px -2px -1px -2px;*/
	}


/*チェックボックスとラジオボタンのICON読み込み*/
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
	

/*プルダウンの装飾*/

body#japanwifi-rental #RefineColumn .sortSelect dd {
	text-align:center;
	}

body#japanwifi-rental #RefineColumn .sortSelect select{
	border:solid 2px #000;
	border-radius:0px;
	width:100%;
	max-width:200px;
	height:30px;
	background:#FFF;
	padding-left:10px;
	margin:5px auto 0 auto;
	display:inline-block;
	font-size:14px;
	
	}
	

/* 広告エリア */
body#japanwifi-rental #ComparisonColumnAd {
	width:auto;
	float:none;
	margin:0px auto 20px auto;
	text-align:center;
	}

body#japanwifi-rental #ComparisonColumnAd .bnr_01 {
	background:url(../img/japan-wifi/common/banner_400_100.jpg) no-repeat;
	background-size:100%;
	color:#FFF;
	width:400px;
	max-width:90%;
	height:100px;
	margin:0 0px;
	display:inline-block;
	}

@media screen and (max-width:320px){
body#japanwifi-rental #ComparisonColumnAd .bnr_01 {
	height:75px;
}

body#japanwifi-rental #ComparisonColumnAd .bnr_02 {
	display:none;
	}

}



/*  ---------------------------------------------------
	=　japanwifi-rental以外のページで使う場合（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
body.wifi-domestic .HeadWifiL,
body.wifi-domestic .HeadWifiR{
	display:none;
}

body.wifi-domestic .MainVisualColumn .HeadBgR,
body.wifi-domestic .MainVisualColumn .HeadBgL {
	background:none!important;
	}

body.wifi-domestic .MainVisualColumn .box {
    width: 100%;
    position: absolute;
    bottom: 3vh!important;
		top:auto!important;
    display: block !important;
    text-align: center;
}



/*  ---------------------------------------------------
	=　比較表 中身（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
body#japanwifi-rental #ComparisonColumn #Comparison {
	text-align:center;
	vertical-align:top;
	font-size:0;
	}
	
body#japanwifi-rental #ComparisonColumn #Comparison .box {
	background:#fff;
	width:48%;
	display:inline-block;
	padding:14px 8px 0 8px;
	border:solid 2px #e6e6e6;
	box-sizing: border-box;
	text-align:center;
	letter-spacing:-0.6px;
	margin:0 -1px 7px -1px;
	vertical-align:top;
	position:relative;
	
	margin-left:2px;
	margin-right:2px;
	font-size:100%;
		
	/* box-shadow */
	box-shadow:0px 0px 3px 2px #e9e9e9;
	-moz-box-shadow:0px 0px 3px 2px #e9e9e9;
	-webkit-box-shadow:0px 0px 3px 2px #e9e9e9;
	}

/* ブランド*/
#Comparison .box .brandImg {
	max-width:30vw;
	}

/* WiFiの写真 */
#Comparison .box .WiFiPhoto {
	max-width:140px;
	max-height:75px;
	margin-top:10px;
	}

/* アイコン */
.IconComparison {
	position:absolute;
	top:-9px;
	left:-1px;
	width:7.6vw!important;
	}
	

/* 機種名 */
#Comparison .box .modelName {
	font-size:12px;
	line-height:14px;
	}

/* 価格エリア */
#Comparison .box .priceArea {
	margin:18px 0 5px 0;
	}

#Comparison .box .priceArea p {
	color:#df0000;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	margin-bottom:16px;
	}

#Comparison .box .priceArea p span {
	color:#666;
	font-size:12px;
	font-weight:300;
	}

#Comparison .box .priceArea p span.dpNone {
	display:none;
	}

#Comparison .box .priceArea p span.capt {
	color:#555;
	font-size:12px;
	font-weight:300;
	background:#f4f4f4;
	display:block;
	}

/* ピックアップ情報エリア */
#Comparison .box .pickUpArea {
	margin:0 auto 0px auto;
	}

#Comparison .box .pickUpArea dl {
	overflow:hidden;
	padding:5px 10px 5px 10px;
	border-bottom: solid 1px #f3f2f2;
	}

#Comparison .box .pickUpArea dt {
	float:none;
	font-size:12px;
	text-align:left;
	line-height:16px;
	}

#Comparison .box .pickUpArea dd {
	float:none;	
	font-size:14px;
	font-weight:600;
	text-align:right;
	line-height:16px;
	}

#Comparison .box .pickUpArea .dataCapacity {
	background:#f7f7f7;
	border:solid 1px #eeeeee;
	}
	

/* (開閉簡易版) */
#Comparison .box .pickUpArea dt.acCpt{
    display:block;
    width:100%;
    text-align:right;
    cursor:pointer;
	margin-top:4px;
	margin-bottom:5px;
	font-size: 10.5px;
    line-height: 14px;
    }
	
.acCpt:before {
	content: " \f078";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	padding-right:4px;
	color:#CCC;
	}	

.acCpt.active:before {
	content: "\f077";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	}

#Comparison .box .pickUpArea dd.acCptIn{
    background:#f2f2f2;
    width:100%;
	box-sizing: border-box;
    text-align:left;
    border:#ccc 1px solid;
	padding:6px 8px;
    display:none;;
	font-size: 10.5px;
    line-height: 16px;
	font-weight:300
    }

#Comparison .box .pickUpArea dd.acCptNone {
    display:block;
    width:100%;
    text-align:right;
	margin-top:4px;
	margin-bottom:5px;
	font-size: 10.5px;
    line-height: 14px;
	font-weight:300
	}
	


/* アイコンエリア */
#Comparison .box .iconArea {
	margin:10px auto 4px auto;
	}

#Comparison .box .iconArea img {
	width:34px;
	margin:-2px -1px;
	}


/* ボタンエリア */
#Comparison .box .btnArea {
	text-align:center;
	padding:8px 0 15px 0;
	margin:0 -8px;
	background:#f7f7f7;
	}

#Comparison .box .btnArea .btn {
	width:90%;
	padding:7px 0 7px 0;
	background:#df0000;
	display:inline-block;
	color:#FFF;
	font-size:14px;
	vertical-align:baseline;
	cursor: pointer;
	}
	
#Comparison .box .btnArea .btn:hover {
	background:#f72828;
	}	

#Comparison .box .btnArea a {
	color:#FFF;
	}

#Comparison .box .btnArea a:hover {
	color:#FFF;
	text-decoration:none;
	}	



#Comparison .box .btnArea .switchHat {
	background:#333333;
	margin-top:4px;
	}
	
#Comparison .box .btnArea .switchHat:hover {
	background:#555;
	}	


	
	

/* 詳細エリア */
#Comparison .box .details {
	padding:14px 0px 0px 0px;
	}

#Comparison .box .details h3 {
	font-size:14px;
	font-weight:600;
	line-height:16px;
	border-bottom:solid 1px #6c6c6c;
	border-top:solid 1px #6c6c6c;
	padding:5px 0 4px 0px;
	margin-top:30px;
	margin-bottom:7px;
	margin-top: 24px;
	text-align:center;
	}

#Comparison .box .details dl {
	margin-bottom:14px;
	}

#Comparison .box .details dt {
	background:#e8e8e8;
	padding:4px 0;
	font-size:12px;
	font-weight:600;
	margin-bottom:8px;
	line-height:14px;
	}
	
#Comparison .box .details dd {
	font-size:12px;
	line-height:16px;
	}

#Comparison .box .details dd p {
	font-size:12px;
	line-height:14px;
	margin-bottom:16px;
	}

#Comparison .box .details .btnArea {
	margin:0 0px;
	}



#Comparison .box .details .closeBtnHat {
	cursor: pointer;
	margin:10px auto;
	padding:0;
	background:#333333;
	width:90%;
	}
	
#Comparison .box .details .closeBtnHat:hover {
	background:#555;
	}	


#Comparison .box .details .closeBtnHat span {
	background:#333333;
	width:90%;
	padding:8px 0 7px 0;
	display:inline-block;
	color:#FFF;
	font-size:14px;
	line-height:16px;
	vertical-align:baseline;
	}

#Comparison .box .details .closeBtnHat span:hover {
	background:#555;
	}	





/*  ---------------------------------------------------
	=　活用方法例（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
.UsageColumn {
	text-align: center;
	}
	
.UsageColumn .box{
	display: block;
	margin: 0 auto;
	max-width: 923px;
	margin: 0 auto 80px auto;
	text-align: left;
	overflow: hidden;
	}
	
.UsageColumn .left {
	width: auto;
	max-width: 518px;
	float: none;
	padding:0 20px;
	margin-right: 0px;
	display: inline-block;
	}

.UsageColumn .Column01 .left h3{
	background: url(../img/japan-wifi/top/UsageIcon01.jpg) no-repeat ;
	background-size:18vw;
	background-position:center top 0px;
	padding:22vw 0 24px 0;
	text-align:center;
	margin:0 -14px;
	font-size: 26px;
	}

.UsageColumn .Column02 .left h3{
	background: url(../img/japan-wifi/top/UsageIcon02.jpg) no-repeat ;
	background-size:18vw;
	background-position:center top 0px;
	padding:22vw 0 24px 0;
	text-align:center;
	margin:0 -14px;
	font-size: 26px;
	}
	
.UsageColumn .left p {
	padding-left: 10px;
	}

.UsageColumn .right {
	float: none;
	display: block;
	width:auto;
	padding: 20px 0 0 0;
	text-align:center;
	}

#contentsv .UsageColumn .right img {
	width:50%;
	}


	
/*  ---------------------------------------------------
	=　初めてもカンタン！！ ご利用の流れ（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
.FlowColumn {
	text-align:center;
	padding:20px;
	}
	
.FlowColumn li {
	display:inline-block;
	padding-right:50px;
	background:url(../img/japan-wifi/top/FlowAllow.jpg) no-repeat right 9px top 40%;
	margin-bottom:40px;
	}
	
.FlowColumn li:last-child {
		padding-right:0;
		background:none;
	}

.FlowColumn li {
	font-size:14px;
	font-weight:600;
	line-height:18px;
}
	
	
.FlowColumn li img {
	margin-bottom:16px;
	width:80%;
	}


/*  ---------------------------------------------------
	=　FAQ（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
	
.faq-area {
	margin:5px 0px 5px;
	text-align:left;
	font-size:116%;
	line-height:150%;
	}


.faq-area .question{
	color:#cd2918;
	padding:0px 0 5px 30px !important;
	font-weight:bold;
	border-bottom:1px solid #cbc5b6;
	background:url(../img/japan-wifi/common/qaIconQ.gif) 0 2px no-repeat;
	}	
.faq-area .answer{
	padding:16px 0 20px 30px !important;
	background:url(../img/japan-wifi/common/qaIconA.gif) 0 12px no-repeat;
	background-position:top 20px left 0;
	}	
	
.NormalColumn .faq-area .answer p	 {
	margin-bottom:16px;
	}
	


/*  ---------------------------------------------------
	=FAQ 専用ページ ヘッダー（共通）
-------------------------------------------------------------- */



/*  ---------------------------------------------------
	=FAQ 専用ページ メイン画像（共通）
-------------------------------------------------------------- */	
body#faq .MainVisualColumn {
	background-size:cover;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:30px;
	}	

body#faq .MainVisualColumn:before {
	background:none;
	}
	
body#faq .MainVisualColumn .inner {
	background: none;
	padding:0vw 0 0vw 0;
	overflow:hidden;
	}

body#faq .MainVisualColumn .inner {
    height: 16vh;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}

	
	
body#faq .MainVisualColumn .box {
     width:100%;
     display: block !important; 
    text-align: center;
	}


body#faq .MainVisualColumn .box .text-area {
	text-align:center;
	width:auto;
	padding:0;
	}

body#faq .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	text-align:center;
	font-size:9.6vw;
	}
	
body#faq .MainVisualColumn .box .text-area  h1 .br {
	display:none;
	}




/*  ---------------------------------------------------
	=　FAQ 専用ページ（一覧）
-------------------------------------------------------------- */

.FaqColumn .Qonly li {
	margin-bottom:20px;
	}
	

#faq .faq-area .question {
    color: #cd2918;
    padding: 0px 0 20px 30px !important;
	}

#faq .faq-area .question a{
   /* color: #cd2918;*/
	}

/*  ---------------------------------------------------
	=　FAQ 専用ページ（詳細）
-------------------------------------------------------------- */
.FaqCmp dl {
	border: solid 1px #ece9e3;
	padding-bottom:3vh;
	margin-bottom:2vh;
	}


.FaqCmp dt {
	background:#F8F8F8;
	border-bottom:1px solid #ece9e3;
	padding:2vh 0;
	text-align:center;
	margin-bottom:3vh;
	}
	
.FaqCmp dd {
	padding:1vh 4vh;
	text-align:left;
	word-wrap: break-word;
	}







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

	=　海外用 WiFi 買取・購入
	
-------------------------------------------------------------- */




/*  ---------------------------------------------------
	=メイン画像（海外用 WiFi 買取・購入　）
-------------------------------------------------------------- */	
body#buy-worldwifi .MainVisualColumn {
	background:url(../img/buy-worldwifi/top/mainBg.jpg) no-repeat center;
	background-size:cover;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:40px;
	}	

body#buy-worldwifi .MainVisualColumn{
    display: block;
	}


body#buy-worldwifi .MainVisualColumn .inner {
    height: calc(72vh - 0px);	
	background: none;
	overflow:hidden;
	}

body#buy-worldwifi .MainVisualColumn .inner{
    align-items: center;
	}

body#buy-worldwifi .MainVisualColumn .inner {
    position: relative;
    vertical-align: middle;
	}

body#buy-worldwifi .MainVisualColumn .box {
	width: auto;
	margin: 0px; 
	display: block !important; 
	}


body#buy-worldwifi .MainVisualColumn .box .text-area {
	width:auto;
	padding:20px 20px 0 20px;
	}

body#buy-worldwifi .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size:32px;
	}


body#buy-worldwifi .MainVisualColumn .box .text-area .ttl {
	font-size:20px;
	line-height:22px;
	margin-bottom:8px;
	letter-spacing:-0.9px;
	}


body#buy-worldwifi .MainVisualColumn .box .text-area .capt {
	display:inline-block;
	padding:10px 27px 8px 27px;
	border:solid 3px #FFF;
	font-size:22px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:18px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

body#buy-worldwifi .MainVisualColumn .box .text-area p {
	font-size:12px;
	line-height:16px;
	}

body#buy-worldwifi .MainVisualColumn .box .text-area p br {
	display:none;
	}

body#buy-worldwifi .MainVisualColumn .inner .item {
	 margin-top:30px;
	 display:inline-block;
	 text-align:center;
 	}

body#buy-worldwifi .MainVisualColumn .inner .item img {
	width:60%;
	}

@media screen and (max-width:320px){
body#buy-worldwifi .MainVisualColumn .inner .item {
	 margin-top:10px;
 	}
	
body#buy-worldwifi .MainVisualColumn .inner .item img {
	width:42%;
	}
}


/*  ---------------------------------------------------
	=　表（海外用 WiFi 買取・購入　）
-------------------------------------------------------------- */	
.Comparison02 .Brand td,
.Comparison02 .ProductImg td {
	text-align:center;
	}

.Comparison02 .Brand {
	border-top:1px #d6d6d6 solid;
	}
	
.Comparison02 .Brand img {
	max-width:104px;
	padding-top:8px;
	}

.Comparison02 .ProductImg img {
	max-width:80px;
	}
	
	
.Comparison02 .BtnArea td {
	padding-right:0;
	}

	
.Comparison02 .btn a {
	width:90%;
    padding: 9px 8px 8px 8px;
    background: #df0000;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    vertical-align: baseline;
    cursor: pointer;
	text-align:center;
	box-sizing:border-box;
	}

.Comparison02 .btn a br {
	display:none;
	}

	
.Comparison02 .btn a span{
	font-size:12px;
	line-height:16px;
	}

#wrap .Comparison02 .Available td p{
	font-size:11px;
	line-height:16px;
	margin-bottom:20px;
	}

/*  ---------------------------------------------------
	=　比較表 パターン02（買取で使用中）
-------------------------------------------------------------- */
.Comparison02 {
	line-height:16px;
	font-size:12px;
	margin:0 10px 40px 10px;
	border-top:1px #d6d6d6 solid;
	border-bottom:1px #d6d6d6 solid;
	}

#wrap .Comparison02 p {
	line-height:18px;
	font-size:12px;
	}

.Comparison02 tr {

	}

.Comparison02 th,
.Comparison02 td {
	padding:20px 5px;
	text-indent:0px;
	/*border:solid 1px #b3b3b3;*/
	vertical-align:top;
	box-sizing:border-box;
	}


.Comparison02 tr:hover {
	background:#f5f5f5;
	}

.Comparison02 th:hover,
.Comparison02 th {
	color:#000;
	font-size:16px;
	font-weight:300;
	line-height:20px;
	text-align:left;
	width:20%;
	padding-right:16px;
	}

.Comparison02 th br {
	display:none;
	}


.Comparison02 tr {
	border-bottom:1px #d6d6d6 solid;
	}

.Comparison02 tr.scroll {
	border-bottom:4px #FFF solid;
	}

.Comparison02 td {
	width:330px;
	box-sizing:border-box;
	padding-right:16px;
	vertical-align:top;
	}

.Comparison02 tr.scroll .f10 {
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; */
	}



.Comparison02 tr.scroll td {
	border-left:3px #FFF solid;
	border-right:3px #FFF solid;
	border-top:none;
	text-align:center;
	}


.Comparison02 tr.scroll td a:hover {
	/*color:#cae0ff;*/
	}


.Comparison02 tr.AlignTop td {
	vertical-align:top;
	}


.Comparison02 td p{
	margin-bottom:10px;
	}

.Comparison02 .brand {
	text-align:center;
	}

.Comparison02 .brand img{
	max-width:100px;
	margin-bottom:10px;
	}
	
.Comparison02 .PrBanner img{
	max-width:140px;
	}

.Comparison02 tr.ValuableInfo {
	}

.Comparison02 tr.apply a {
	text-decoration:underline;
	}

.Comparison02 .capture img{
	max-width:140px;
	}

	
	
/*  ---------------------------------------------------
	=　モバイル保険
-------------------------------------------------------------- */

/*  ---------------------------------------------------
	=メイン画像（モバイル保険　）
-------------------------------------------------------------- */	
body#mobile-insurance .MainVisualColumn {
	background:url(/img/mobile-insurance/mainBg.jpg) no-repeat center;
	background-size:cover;
	background-position:top 0 left -200px;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	}	

body#mobile-insurance  .MainVisualColumn{
    display: block;
	}


body#mobile-insurance  .MainVisualColumn .inner {
    height: calc(72vh - 0px);	
	background: rgba(0,0,0,0.3);	
	overflow:hidden;
	}

body#mobile-insurance  .MainVisualColumn .inner{
    align-items: center;
	}

body#mobile-insurance  .MainVisualColumn .inner {
    position: relative;
    vertical-align: middle;
	}

body#mobile-insurance  .MainVisualColumn .box {
	width: auto;
	margin: 0px; 
	display: block !important; 
	}


body#mobile-insurance  .MainVisualColumn .box .text-area {
	width:auto;
	padding:20px 20px 0 20px;
	}

body#mobile-insurance  .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size:32px;
	}


body#mobile-insurance  .MainVisualColumn .box .text-area .ttl {
	font-size:20px;
	line-height:22px;
	margin-bottom:8px;
	letter-spacing:-0.9px;
	}


body#mobile-insurance  .MainVisualColumn .box .text-area .capt {
	display:inline-block;
	padding:10px 27px 8px 27px;
	border:solid 3px #FFF;
	font-size:22px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:18px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

body#mobile-insurance  .MainVisualColumn .box .text-area p {
	font-size:12px;
	line-height:16px;
	}

body#mobile-insurance  .MainVisualColumn .box .text-area p br {
	display:none;
	}

body#mobile-insurance  .MainVisualColumn .inner .item {
	 margin-top:30px;
	 display:inline-block;
	 text-align:center;
 	}

body#mobile-insurance  .MainVisualColumn .inner .item img {
	width:60%;
	}

@media screen and (max-width:320px){
body#mobile-insurance  .MainVisualColumn .inner .item {
	 margin-top:10px;
 	}
	
body#mobile-insurance  .MainVisualColumn .inner .item img {
	width:42%;
	}
}

	
/*  ---------------------------------------------------
	=コンテンツ（モバイル保険　）
-------------------------------------------------------------- */
/*モバイル保険補償の対象*/
body#mobile-insurance #Compensability {
	background:#1d6dec;
	margin-bottom:60px;
	padding:40px 5vw;
	}

body#mobile-insurance #Compensability .inner {
	border:3px solid #ffffff;
	/* border-radius */
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	text-align:center;
	color:#FFF;
	padding:40px 0;
	}

body#mobile-insurance #Compensability .inner .box {
	display:inline-block;
	padding-top:30vw;
	background-size:26vw;
	background-repeat:no-repeat;
	background-position: top center;
	margin:0 10px 0 10px;
	}
	
body#mobile-insurance #Compensability .inner h2 {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	padding-bottom:6vw;
	}

body#mobile-insurance #Compensability .inner h3 {
	font-size:20px;
	font-weight:300;
	margin:0 0 4px 0;
	text-align:center;	
	}

body#mobile-insurance #Compensability .inner p {
	font-size:14px;
	font-weight:300;
	}

body#mobile-insurance #Compensability .inner .icon-ja {
	background-image:url(/img/mobile-insurance/icon-japan.png) ;
	margin:0 10px 14vw 10px;
	}
	
body#mobile-insurance #Compensability .inner .icon-phone {
	background-image:url(/img/mobile-insurance/icon-phone.png) ;
	}

/*モバイル機器ユーザーのための保険*/
body#mobile-insurance #ForUsers .FourColumn .box {
	max-width: 380px;
	width: auto;
	margin-bottom: 24px;
	}

body#mobile-insurance #ForUsers .FourColumn .box .photo {
    margin-bottom: 12px;
	}


body#mobile-insurance #ForUsers .btn_more {
	margin:20px 0 0 0;
	}


body#mobile-insurance #ForUsers .btn_more a {
    border: solid 2px #000;
    box-sizing: border-box;
    padding: 13px 5px;
    font-size: 14px;
    text-align: center;
    background: #FFF;
    color: #000;
    display: inline-block;
	width:100%;
	box-sizing:border-box;
	}

body#mobile-insurance #ForUsers .btn_more a:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
	}
	
	
/*モバイル保険とは*/

body#mobile-insurance #about {
	background:url(/img/mobile-insurance/about_bg.jpg) no-repeat center;
	background-size:cover;
	padding:40px 0 0px 0;
	color:#FFF;
	margin-bottom:60px;
	overflow:hidden;
	}

body#mobile-insurance #about h2 span{
	display:block;
	text-align:center;
	font-size:20px;
	}
	
body#mobile-insurance #about .NormalColumn {
	margin:0 0 20px 0;
	}

/*モバイル保険　お申し込みはこちら*/
.InsuranceEntry {
	margin-top:-60px;
	}
	
.InsuranceEntry .btn_more a {
	background:#F60;
	padding:20px 0px;
	font-size:20px;
	margin: 0 auto;
	width: 90%;
	}

body#mobile-insurance .mokujiBtn  {
	margin: 0 auto;
	width: 90%;
	}
	
body#mobile-insurance .mokujiBtn br {
	display: none;
	}

/*補償*/	
body#mobile-insurance .FourColumnSmall .box {
	text-align: center;
	width: auto;
	min-width:134px;
	}
	
body#mobile-insurance #wrap .FourColumnSmall .box p	{
	text-align: center;
	}
	
body#mobile-insurance .CpsColumn .FourColumnSmall .box {
	width: 25vw;
    min-width: 1px;	
	}

body#mobile-insurance .CpsColumn .FourColumnSmall .box .photo {
	}
	
body#mobile-insurance .CpsColumn .FourColumnSmall .box img {
	width: auto;
	min-width:inherit;
	max-height: 60px;
	}
	
body#mobile-insurance .NaTtl {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
	}

body#mobile-insurance .Compensation {
	text-align: center;
	margin-bottom:20px;
	}

body#mobile-insurance .CpsColumn .NormalColumn {
	margin-bottom: 0;
	}
	
body#mobile-insurance .CpsColumn .NormalColumn p {
	text-align: center;
	margin-bottom: 20px;
	}


	
body#mobile-insurance .Coverage {
	background: #ededed;
	padding: 60px 0 0px 0;
	overflow: hidden;
	margin-bottom: 60px;
	}
	
body#mobile-insurance .Coverage .CttImg {
	text-align: center;
	margin-bottom: 25px;
	}

	body#mobile-insurance .Coverage .CttImg img {
	text-align: center;
	margin-bottom: 10px;
	}

body#mobile-insurance  #Machine	 h2 {
	margin-bottom: 30px;
	}

/*保険料*/
body#mobile-insurance #price-insurance {
	text-align:center;
	padding:0 5vw;
	margin-top:30px;
	margin-bottom:60px;
	}
	

body#mobile-insurance #price-insurance h2 {
	margin-bottom:20px;
	}

body#mobile-insurance #price-insurance .InsuranceEntry {
	margin-top:0;
	}
	

/*比較表*/
body#mobile-insurance .Comparison td {
	padding: 20px 5px;	
	}

body#mobile-insurance .ComparisonColumn	{
	margin-bottom: 20px;
	}

/*こういう方には不要かも*/
body#mobile-insurance .Unnecessary {
	background:#1eb9eb;
	color:#2c3643;
	margin-bottom:100px;
	overflow:hidden;
	color:#FFF;
	}

body#mobile-insurance .Unnecessary .inner {
    width: auto;
    background: url(../img/mobile-insurance/woman.png) no-repeat;
    background-size: 70vw;
    background-position: bottom -40vw right 16vw;
    padding: 60px 3vw 60vw 3vw;
    margin: 0 auto;
	}

body#mobile-insurance .Unnecessary h2 {
	margin-bottom:40px;
	font-size: 6.8vw;
	line-height: 6.8vw;
	letter-spacing: -1.6px;
	padding: 0;
	margin-bottom: 20px;
	}
	
body#mobile-insurance .Unnecessary .leadTxte {
	text-align:left;
	font-size:14px;
	line-height:20px;
	max-width:900px;
	margin:0px 0 30px 0;
	padding: 0 10px;
	}

body#mobile-insurance .Unnecessary .TextArea {
	width:auto;
	}

body#mobile-insurance .Unnecessary .TextArea p {
	margin-bottom:30px;
	border: 2px solid #FFF;
	box-sizing:border-box;
	padding:10px 20px;
	}

body#mobile-insurance .Unnecessary .TextArea h3 {
	background:#FFF;
	color:#1eb9eb;
	margin-bottom:0;
	padding:10px 20px 6px 20px;
	font-weight:600;
	text-align:left;
	}



/*代理店情報*/
.AgencyInfo{
	text-align:left;
	margin:0px auto 0px auto;
	background:#f5f5f5;
	padding:20px 20px 40px 20px;
	}

.AgencyInfo dl{
	max-width:360px;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 0px;
	}
	
.AgencyInfo dt {
	margin-top:20px;
	margin-bottom:4px;
	}	
	
.AgencyInfo dd {
	font-size:12px;
	line-height:18px;
	margin-bottom:1px;
	padding-left:10px;
	}

	
/*  ---------------------------------------------------
	=　周遊プラン
-------------------------------------------------------------- */

.AvailableList {
	margin:0 0 100px 0;
		}

.AvailableList .AvailableColumn {
	width: 96%;
    margin: 0 auto 40px auto;
	padding:40px 10px 0px 10px;
    text-align:center;
    overflow: hidden;
	border:solid 1px #000;
	text-align:center;
	box-sizing: border-box;
	}

.AvailableList .CaptionColumn {
	margin: 20px auto 30px auto;
	text-align:center;
	}

#contents .AvailableList .TtlBox .brand img{
	width: 30vw;
	}
	
.AvailableColumn .inner {
	text-align: center;
	}
	
.AvailableColumn .inner img {
	margin-bottom: 30px;
	padding: 0 10px;
	}
	
/* ボタン */
.AvailableList .btn_more {
	text-align:center;
	margin:20px 0 40px 0;
	}
	
.AvailableList .btn_more span{
	color:#FFF;
	background:#000;
	min-width:220px;
	display:inline-block;
	padding:10px 28px;
	margin:0 auto;
	}

.AvailableList .btn_more span:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
/* LIST */
.AvailableList .ListArea {
	margin: 0 auto;
	}
	
.AvailableList .ListArea dl {
	margin-bottom: 30px;
	text-align: left;
	}
	
.AvailableList .ListArea dt {
	font-size: 16px;
	margin-bottom: 6px;
	border-bottom: 1px solid #000;
    padding-bottom: 4px;
	padding-left: 10px;
	}	
	
.AvailableList .ListArea dl dd {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	margin: 0 10px  0 16px;
	}
	
.AvailableList .ListArea dl dd:before {
	position: relative;
	left: -3px;
	top:0px;
	content: "\f0da";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	color: #000;
	font-size:13px;
	}	
	
	
.AvailableList p.closeBtnHat {
	margin-bottom: 0;
	padding: 0;
	}


/*  ---------------------------------------------------
	=　イモトのWiFi CM
-------------------------------------------------------------- */
body#imotoCM .MainVisualColumn {
    background: url(/img/feature/vol16-mainBg.jpg) no-repeat center;
	background-size:cover;
	background-position:top 0 left -200px;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	}	

body#imotoCM  .MainVisualColumn{
    display: block;
	}


body#imotoCM  .MainVisualColumn .inner {
    height: calc(72vh - 0px);	
	background: rgba(0,0,0,0.2);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	}
	

#imotoCM .MainVisualColumn .innerBg {
    height: calc(72vh - 0px);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	padding:0;
	margin:0;
	display:block;
	min-height:inherit;
	
	background:url(/img/feature/vol16-mainImg.png) no-repeat;
	background-position: center bottom -64px;
    background-size: 78vw;
	width:auto;
	}




#imotoCM .MainVisualColumn .inner .box {
	width: auto;
	margin: 0px; 
	display: block !important; 
	}


body#imotoCM  .MainVisualColumn .box .text-area {
	width:auto;
	padding:20px 10px 0 10px;
	}

body#imotoCM  .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size: 28px;
	}


body#imotoCM  .MainVisualColumn .box .text-area .ttl {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    letter-spacing: -0.9px;
	}


body#imotoCM  .MainVisualColumn .box .text-area .capt {
	display: inline-block;
    padding: 6px 27px 4px 27px;
    border: solid 3px #FFF;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 11px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

body#imotoCM  .MainVisualColumn .box .text-area p {
	font-size:12px;
	line-height:16px;
	}

body#imotoCM  .MainVisualColumn .box .text-area p br {
	display:none;
	}

body#imotoCM  .MainVisualColumn .inner .item {
	 margin-top:30px;
	 display:inline-block;
	 text-align:center;
 	}

body#imotoCM  .MainVisualColumn .inner .item img {
	width:60%;
	}

@media screen and (max-width:320px){
body#imotoCM  .MainVisualColumn .inner .item {
	 margin-top:10px;
 	}
	
body#imotoCM  .MainVisualColumn .inner .item img {
	width:42%;
	}
		
}
	

/*  ---------------------------------------------------
	=　イモトのWiFi CM 02
-------------------------------------------------------------- */
body#imotoCM02 .MainVisualColumn {
    background: url(/img/feature/vol17-mainBg.jpg) no-repeat center;
	background-size:cover;
	background-position:top 0 left -200px;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	}	

body#imotoCM02  .MainVisualColumn{
    display: block;
	}


body#imotoCM02  .MainVisualColumn .inner {
    height: calc(72vh - 0px);	
	background: rgba(0,0,0,0.2);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	}
	

#imotoCM02 .MainVisualColumn .innerBg {
    height: calc(72vh - 0px);	
	overflow:hidden;
    align-items: center;
    position: relative;
    vertical-align: middle;
	padding:0;
	margin:0;
	display:block;
	min-height:inherit;
	
	background:url(/img/feature/vol17-mainImg.png) no-repeat;
	background-position: center bottom -64px;
    background-size: 78vw;
	width:auto;
	}




#imotoCM02 .MainVisualColumn .inner .box {
	width: auto;
	margin: 0px; 
	display: block !important; 
	}


body#imotoCM02  .MainVisualColumn .box .text-area {
	width:auto;
	padding:20px 10px 0 10px;
	}

body#imotoCM02  .MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size: 28px;
	}


body#imotoCM02  .MainVisualColumn .box .text-area .ttl {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
    letter-spacing: -0.9px;
	}


body#imotoCM02  .MainVisualColumn .box .text-area .capt {
	display: inline-block;
    padding: 6px 27px 4px 27px;
    border: solid 3px #FFF;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    margin-bottom: 11px;
	
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	
	background: rgba(11,107,188,0.5);
	}

body#imotoCM02  .MainVisualColumn .box .text-area p {
	font-size:12px;
	line-height:16px;
	}

body#imotoCM02  .MainVisualColumn .box .text-area p br {
	display:none;
	}

body#imotoCM02  .MainVisualColumn .inner .item {
	 margin-top:30px;
	 display:inline-block;
	 text-align:center;
 	}

body#imotoCM02  .MainVisualColumn .inner .item img {
	width:60%;
	}

@media screen and (max-width:320px){
body#imotoCM02  .MainVisualColumn .inner .item {
	 margin-top:10px;
 	}
	
body#imotoCM02  .MainVisualColumn .inner .item img {
	width:42%;
	}
}


/*  ---------------------------------------------------
	=　海外地図　（渡航先から比較する）
-------------------------------------------------------------- */
	
#WorldMapList {
	background:#4d9cfd;
	background-image: url(/img/common/WorldMap.png) ;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:200vw;
	background-attachment: fixed;
	padding:8vw 0;
	margin:0 0 80px 0;
	}

#WorldMapList .inner {
	max-width:1600px;
	/*min-height:40vw;*/
	margin:0 auto;
	text-align:center;
	}

#WorldMapList .inner .box {
	background: rgba(250,250,250,0.8);
	display:block;
	margin:0 5vw 20px 5vw;
	
	}

#WorldMapList .inner .box dl {
	text-align: left;
	}
	
	
#WorldMapList .inner .box dt {
	background:#0060d6;
	color:#FFF;
	font-size:16px;
	text-align:center;
	padding:4px 0;
	}

#WorldMapList .inner .box dd {
	padding: 0 0px 0px 24px;
	margin: 0 5px 4px 20px;
	color:#0053b9;
	font-size:14px;
	text-align:left;
	display: inline-block;
	background-position:0 3px;
	}

#WorldMapList .inner .box dd a {
	color:#0053b9;
	}


#WorldMapList .inner .box dd.other,
#WorldMapList .inner .box dd.excursion {
	display:block;
	text-align:center;
	padding:20px 0;
	}

#WorldMapList .inner .box dd.excursion:before {
	content: "\f021";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	font-size:14px;
	font-weight:100;
	padding-right:3px;
	}

#WorldMapList .inner .box dd.other {
	border-top:1px #4d9cfd solid;
	padding: 14px 14px;
	margin:10px 14px 0 14px;
	}
	
#WorldMapList .inner .box dd.other:before {
	content: "\f054";
	font-family : "Font Awesome 5 Free";
	font-weight : 900;
	font-size:12px;
	font-weight:100;
	padding-right:3px;
	}
	
#WorldMapList .inner .btnCty {
	/*border:solid 1px #FFF;*/
	display:inline-block;
	background:#0060d6;
	}
	
#WorldMapList .inner .btnCty a{
	color:#FFF;
	min-width:150px;
	padding:5px 0;
	display:inline-block;
	}


/*  ---------------------------------------------------
	=　海外用携帯電話　レンタル比較
-------------------------------------------------------------- */
#RentalSet .box {
	display: block;
	padding: 5vw;
	}

#RentalSet .box .photo,
#RentalSet .box .TextArea {
	display: inline-block;
	align-self:center;
	}

#RentalSet .box ol {
	list-style-type:decimal;
	margin-top: 20px;
	}

#RentalSet .box ol li {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 20px;
	}

#RentalSet .box .TextArea {
    padding-left: 4.8%;
	}

#international {
	margin:0 auto 80px auto;
	background: url(/img/world-mobile/info_img_na.jpg) no-repeat bottom right;
	background-size: cover;
	position: relative;
	overflow: hidden;
	}

/*:beforeにぼかし効果を設定する*/
#international:before{
  content: '';
  background: inherit;/* 設定した背景画像を継承する*/
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;/*重なり順序を一番下にしておく*/
	}



#international .internationalBk {
	background: rgba(0,0,0,0.8);
	/*background:rgba(250,250,250,0.8);*/
	padding:40px 5vw 0vw 5vw;
	overflow:hidden;
	}

#international .inner {
	max-width:1000px;
	margin: 0 auto;
	vertical-align: top;
	}

#international h2 {
	color: #FFF;
	}

#international dl {
	display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-flex-flow:row wrap;/*--- safari（PC）用 ---*/
    flex-flow:row wrap;
	margin-bottom: 50px;
	}

#international dt {
	margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #FFF;
    padding: 12px 0 12px 0;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 18px;
	}

#international dd{
	display: inline-block;
	vertical-align:top;
	width: auto;
	font-size: 12px;
	margin-bottom: 12px;
	margin-left: 20px;
	}

#international dd a {
	color: #FFF;
}

	
/*  ---------------------------------------------------
	= Company (グローバルWiFi)
-------------------------------------------------------------- */	
	
	/*--- メインビジュアル ---*/
	
#CompanyWifi .MainVisualColumn .inner {
	background-position:bottom left;
	background-size: contain;
	height: 82vh;
	color: #FFF;
	padding:0;
}

#CompanyWifi .MainVisualColumn .box .text-area {
	width: 90%;
	padding:2vh 0 0;
}

#CompanyWifi .MainVisualColumn .box .text-area .cpt {
	margin-top: 0px;
	font-size: 3.6vw;
	margin: 0 -1.6vw;
}

#CompanyWifi .MainVisualColumn .btn_more {
	min-width: auto;
	margin: 2vh 0 01vh;
}

#CompanyWifi .MainVisualColumn .btn_more a {
	text-align:center;
	min-width: auto;
	padding: 2.6vh 0;
}

#CompanyWifi .MainVisualColumn .btn_more i {
	padding-right:2vw;
	}

	
	
	/*--- リード ---*/
#CompanyWifi .LeadArea {
	width: 90vw;
	overflow: inherit;
	margin: 0 auto 5vh auto;
	}

#CompanyWifi .LeadArea .Info {
	width: 100vw;
	float: none;
  margin:0 -5vw 5vh;
	background:#5295e3;
	padding:5vh 5vw;
	box-sizing: border-box;
	}

#CompanyWifi .LeadArea .Info h2 {
	padding:0 0 6px 0;
	border-bottom: solid 2px #FFF;
	border-top:none;
	font-size:6vw;
	line-height: 6vw;
	margin-bottom: 30px;
	margin-top:0;
	margin-bottom:1vh;
	color:#FFF;
	}


#CompanyWifi .LeadArea .Info .inner {
	background: #FFF;
	padding: 5vh 6vw 5vh 6vw;
	box-sizing:border-box;
	
	border-radius: 25px;        /* CSS3草案 */  
	-webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 25px;   /* Firefox用 */  
}

/*--- もくじ---*/
#CompanyWifi .LeadArea .mokuji {
	width: 100%;
	float: none;
  padding: 0;
	}

#CompanyWifi .mokuji dt {
  width: calc(100% - 0px);
	}

#CompanyWifi .mokuji dd {
    padding: 2vh 1vw 2vh 3vw;
    margin: 1px 0;
    font-size: 4.2vw;
}

  
  
/*--- FeatureColumn ---*/
#CompanyWifi .FeatureColumn {
	background:#077eec;
	border-top:6px solid #0665bd;
	padding:20px 3.5vw 40px;
	text-align:center;
	margin-bottom: 60px;
	}
		
#CompanyWifi .FeatureColumn .balloon {
 	margin: 0 0 20px 0;
	}

#CompanyWifi .FeatureColumn .LeadTtl h2 {
	margin-top: 2vw;
	}

  
#CompanyWifi .FeatureColumn .btn i,
#CompanyWifi .FeatureColumn h3 {
  text-align: center;
  }  
  
#CompanyWifi .FeatureColumn .box {
	width:100%;
	padding:50px 5vw 30px;
	margin:0 0 2vh;
  text-align: center;
	}

#CompanyWifi .FeatureColumn .box h3 {
	font-size: 5.2vw ;
	line-height: 6.6vw;
	margin-bottom: 3vh;
	padding:0;
  font-weight: 600;
	}

#CompanyWifi .FeatureColumn .box h3 i{
	display:block;
	font-size: 14vw ;
	margin-bottom:3vh;
	}
	
#CompanyWifi .FeatureColumn .box h3 br{
	display: inline;
	}

#CompanyWifi .FeatureColumn .box p {
	font-size: 3.8vw ;
	line-height: 5.6vw;
	margin-bottom:4vh;
	}
  
 
 /*  ----　Feature  (モータル内の共通)---- */
.Feature01 .inner, .Feature02 .inner, .Feature03 .inner {
    margin-bottom: 8vh;	
}
	
/*  ----　Feature 0１ (世界のWIFI)---- */
#CompanyWifi .Feature01 .WorldWifi li {
  width: 100%;
}

/*  ----　Feature 02 (補償)---- */
#CompanyWifi .hosho li {
    width: 28%;
    min-width: inherit; 
    max-width: 200px;
    margin: 0 2vw 2%;
}

#CompanyWifi .Feature02 .option li {
    display: inline-block;
    width: 98vw;
    min-width: inherit; 
    max-width: 1000px; 
    margin: 0 0 2vh;
}

#CompanyWifi .Feature02 .option li .photo img {
  width: auto;
}

#CompanyWifi .Feature02 .option li .ttl {
  font-size: 3.8vw ;
  line-height: 5.6vw;
  margin-bottom: 1vh;
}


#CompanyWifi .Feature02 .option .inner {
  margin-bottom: 2vh;
}

#CompanyWifi .Feature02 .option {
	margin:5vh 0 -5vh;
}

/*  ----　受取可能空港  ---- */
div.ReceiptableAirport ul.smart li {
    width: 80%;
    max-width:inherit;
}

/*  ----　4. 空港カウンター ---- */
#airport .smart {
	margin-bottom:5.5vh;
	}

#CompanyWifi #airport .modal img {
  margin-bottom: 20px;
}

  
#CompanyWifi #airport .modal .small {
  font-size: 12px;
}

#CompanyWifi #airport .ListArea i {
padding-right: 10px;
float: right;
}  
  

/*  ----　set ---- */
#CompanyWifi .set {
	margin-bottom:-3vh;
}

#CompanyWifi .set .photo {
    height: 130px;
    min-width: 30vw;
    margin: 0 auto;
    position: relative;
}

#CompanyWifi .set .photo img {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    bottom: 0;
    margin: auto;
    /* max-height: 120px; */
    /* padding: 0 0 20px 0; */
    box-sizing: border-box;
    max-height: 17vh;
    width: auto;
    min-width: auto;
}


#CompanyWifi .set .box {
    width: 46%;
}

#CompanyWifi .set {
  padding: 0;
}

#CompanyWifi .set .box h3 {
margin-bottom: 2vh;
}


/*  ----　会社情報（ｇｗ） ---- */
#CompanyWifi #contact .CompanyArea {
	margin-bottom:0;
}


#CompanyWifi #contact .CompanyArea .box {
    padding: 0;
}

#CompanyWifi #contact .CompanyArea h4 {
    background: none;
    border-top: none;
}



#CompanyWifi #contact .CompanyArea dt {
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    background: #f8f8f8;
    padding: 5px 10px;
}

#CompanyWifi #contact .CompanyArea dd {
    width: 100%;
    max-width: inherit;
    box-sizing: border-box;
    margin:0;
    padding: 6px 10px 12px 10px;
}

/*  ---------------------------------------------------
	=共通のレイアウト　（Company各社のテンプレ）
-------------------------------------------------------------- */  
.CompanyWifiTmp .MainVisualColumn .inner {
  height:auto!important;
  padding-bottom: 5vh!important;
}


.CompanyWifiTmp .MainVisualColumn .box .BtnArea {
    width: 90%;
    padding: 2vh 0 0;
		display:inline-block;
}

.CompanyWifiTmp .MainVisualColumn .box .cpt {
	margin-top:0vh!important;
	font-size: 3.6vw!important;
	margin: 0 -1.6vw!important;
}


/*  ---------------------------------------------------
	=　注意事項のリスト
-------------------------------------------------------------- */
.notes {
margin-bottom: -5vh;
}

.notes ul {
	margin-bottom:5vh;
}

.notes ul li {
	margin-bottom:10px;
	margin-left:17px;
	list-style:disc;
	font-size:0.75rem;
	line-height:1.3rem;
  text-align: left;
}


/*  ---------------------------------------------------
	=　アンケートキャンペーン
-------------------------------------------------------------- */
body#present .MainVisualColumn .inner {
  padding: 0;
  /*min-height: calc(45vh - 0px);*/
  min-height: inherit;
  box-sizing: border-box;
  padding: 5vh 1vw;
  background-position: bottom;
}

body#present .MainVisualColumn .photo {
  text-align: center;
  max-height: 40vh;
}

body#present .MainVisualColumn .photo .BoxL,
body#present .MainVisualColumn .photo .BoxR {
  display: inline-block;
  vertical-align: middle;
}

body#present .MainVisualColumn .photo .BoxL {
  width: 90%;
}

body#present .MainVisualColumn .photo .BoxR {
  width: 39.5%;
  text-align: right;
  vertical-align: top;
}

body#present .MainVisualColumn .photo .BoxL img {
  max-height: 70vh;
}

body#present .MainVisualColumn .photo .BoxR img {
  max-height: 40vh;
}







}



/* ///////////////////////////////////
ヅマホ用（横）
/////////////////////////////////// */
@media only screen and (max-device-width:769px) and (orientation:landscape) {
#about_us #wrap {
	width:1200px!important;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（縦長カラム Verランキング）
-------------------------------------------------------------- */
.RankingColumn .box {
	max-width: 20vw;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（4カラム）
-------------------------------------------------------------- */
.FourColumn .box {
	max-width:28vw;
	}
		
.FourColumn .box .photo img {
    max-height: 70vh;
	}



}


