@charset "utf-8";


/*  ---------------------------------------------------
	=PC用ＣＳＳ
-------------------------------------------------------------- */
@media screen and (min-aspect-ratio:22/30) and (max-aspect-ratio: 100/1) and (min-width:666px){

/*  ---------------------------------------------------
	=　共通
-------------------------------------------------------------- */

	
.pcNone {
	display:none;
	}

img {
	max-width: 100%;
	height: auto;
	width :auto;
}
	
.see_more,
.see_more2,
.see_more3
 {
	width:143px;
	text-align:center;
	margin:60px  auto 0px  auto;
	overflow:hidden;
	cursor: pointer;
	padding:0!important;
	}

.see_more img
.see_more2 img
.see_more3 img {
	width:143px;
	}

.see_more  img:hover {
	opacity:0.7;
	}


#container{
	width:100%;
	}

a {
	cursor: pointer;
	outline:none;
	}

h1 span.small{
	font-size:22px;
	line-height:20px;
	display:block;
	margin-top:20px;
	}

h2 {
	font-size:38px;
	/*border-bottom:#2b9190 solid 1px;
	padding:0 0 10px 0;*/
	margin:0 0 60px 0;
	text-align:center;
	line-height:50px;
	font-weight: 600;
	letter-spacing:0.36px;
	}


h2 span.small{
	font-size:12px;
	display:block;
	}


h2 span.middle{
	font-size:20px;
	display:block;
	margin-bottom:-20px;
	}

h3 {
	font-size:21px;
	line-height:23px;
	margin:0 0 14px 0;
	padding:0;
	font-weight:600;
	letter-spacing:0.36px;
	}

.br:before {
	content: "\A" ;
	white-space: pre ;
	}


/* 見出し（上下にボーダーラインが入っている。FONTは少し小さめ。） */
h2.TtlBoder {
		padding:10px 0 8px 0;
		border-bottom:solid 2px #333;
		border-top:solid 2px #333;
		font-size:22px;
		line-height:24px;
		margin-bottom:50px;
	}
  
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:50px;
  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:300;
	padding:10px 30px;
	color:#000;
	text-decoration:none;
	display:block;
	text-align:center;
	}


.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 {
    background: #2F5C94;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
	min-width:160px;
	line-height:20px;
	}

.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 28px;
	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 28px;
	margin:0 auto;
	border:solid 2px #000;
	}

.btn_more_02 a:hover {
	background:#fff;
	color:#333;
	text-decoration:none;
	}
	
/* ボタン / 複数の場合（See More） */
.MultiBtnArea {
	text-align:center;
}

.MultiBtnArea .btn_more_02,
.MultiBtnArea .btn_more {
	display:inline-block;
}


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

.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 : 600;
	color: #000;
	font-size:14px;
	text-decoration:none;
	}
	
.PopUp a:hover:after {
	text-decoration:none;
	}
	

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

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

/* 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: 40px;
	margin-top: -60px;
	}

.breadcrumb	ul {
	display: inline-block;
	}

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

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

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

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

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

	.RelatedNavi li i {
		display: inline-block;
		margin-bottom: 6px;
	}

	
	.RelatedNavi li i:before {
		font-size: 30px;
	}

	
	.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用 */ 
}

/* IE10〜11 */
_:-ms-input-placeholder, :root .SpeechBalloon {
	font-size: calc((1rem + 0.25vw) * 1.3) ;
}

/* 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;
	margin-bottom: 60px;
	}

.mokuji ol {
	display: inline-block;
	margin: 0 auto;
	border: solid 3px #000;
	padding: 40px 75px 40px 85px;
	text-align: left;
	margin-bottom: 40px;
	}
	
.mokuji ol li  {
	color: #000;
	font-size: 16px;
	padding-left: 18px;
	padding-bottom: 14px;
	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: 140px;
	}

.mokujiBtn li{
	display:inline-block;
	margin:0 4px 20px 4px;
	}

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

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

/*  ---------------------------------------------------
	= ヘッダー
-------------------------------------------------------------- */
/* ヘッダー(TOP & ベース) */
#header {
	position:absolute;
	top: 4vh;
	display:inline-block;
	z-index:100;
	width:100%;
	padding:0;
	}


#header #logo_img,
#header #logo_text {
	display:inline-block;
	}

#header #logo_img img {
	width:40px;
	}


#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:32px;
	font-weight:300;
	color:#FFF;
	margin:20px 0 30px 0;
	display:inline-block
	}

#logo_text img{
	width:330px;
	margin:14px 0 23px 0;
	}
#logo_img img{
	width:88px;
	}
		

/*  ---------------------------------------------------
	= ヘッダー (黒帯)
-------------------------------------------------------------- */
.BlackHeader #header {
    top: 0vh;
    background: #000;
}

.BlackHeader .MainVisualColumn {
    padding-top: 144px;
}

/*  ---------------------------------------------------
	= ヘッダー (黒帯)
-------------------------------------------------------------- */
.BlackHeader2 #header {
    top: 0vh;
    background: rgba(0,0,0,0.6);
}

.BlackHeader2 .MainVisualColumn .inner {
        min-height: calc(85vh - 0px);
}






/*  ---------------------------------------------------
	=グローバル　メニュー
-------------------------------------------------------------- */
#header #g-menu li {
	padding:0 10px 30px 10px;
	vertical-align:middle;
	margin:0;
	}

#header #g-menu li,
#header #g-menu li a {
	color:#FFF;
	font-weight:500;
	font-size:1.6vh;
	font-size:14px;
	line-height:16px;
	letter-spacing:0.1px;
	}

#header #g-menu li a {
	padding:6px 0;
	}


#header #g-menu li a:hover {
	color: #ccc;
	}


@media screen and (min-height: 800px){
	#header #g-menu li a {
	font-size:1.36vh;
	}
}





/*  ---------------------------------------------------
	= プルダウン
-------------------------------------------------------------- */

#header #g-menu li{
	position: relative;
	}	

#header #g-menu ul li:hover {
  color: #fff;
	}
	
#header #g-menu li ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 0;
	min-width: 230px;
	background: rgba(255,255,255,1.0);
	/*background:#fff;*/
	/*border: solid 4px #fff;*/
	line-height:15px;
	z-index:999;
	
	/* box-shadow */
	box-shadow:0px 1px 7px 2px rgba(255,0,0,0.2);
	-moz-box-shadow:0px 1px 7px 2px rgba(255,0,0,0.2);
	-webkit-box-shadow:0px 1px 7px 2px rgba(0,0,0,0.6);
	}

#header #g-menu li.world-wifi ul {
	top: 44px;
	left: -74px;
	}

#header #g-menu li.price ul {
	top: 44px;
	left: -76px;
	}

#header #g-menu li.other ul {
	top: 34px;
	left: -100px;
	}

@media screen and (max-width: 1106px){
#header #g-menu li.other ul {
	top: 34px;
	left: -150px;
	}
}

#header #g-menu  li ul li {
	margin: 0;
	padding: 0;
	min-width: 250px;
	border: none;
	padding:0;
	/*border-bottom:solid 1px rgba(0,0,0,0.3);*/
	border-bottom:1px solid #e4e4e4;
	}

#header #g-menu li ul li:last-child {
	border:none;
	}


#header #g-menu  li ul li:hover {
	/*background: rgba(255,255,255,0.1);*/
	background:#333;
	
	}

#header #g-menu  li ul li a {
  display: block;
  text-decoration:none;
  padding:18px 20px;
  font-size:14px;
  line-height:14px;
  color:#000;
  letter-spacing:0.5px;
	}
	
#header #g-menu  li ul li a:hover {
	background:none;
	color: #ccc;
	}


#header #g-menu  li ul ul{
	top: 0px;
	left: 200px;
	}


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

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

#footer a {
	color:#FFF;
	font-size:11px;
	}
	
#footer .footer_txt1 {
	display:inline-block;
	margin:0 auto 30px auto;
	}
	
#footer .footer_txt1 > ul{
	overflow:hidden;
	}	

#footer .footer_txt2,
#footer .footer_txt1 {
	overflow:hidden;
	}

.footer_txt1 .FootWorldWifi {
	width:500px;
	float:left;
	box-sizing: border-box; 
	}
	
.footer_txt1 .FootjapanWifi {
	width:250px;
	float:left;
	box-sizing: border-box; 
	}	
	
.footer_txt1 .FootOther {
	width:250px;
	float:left;
	box-sizing: border-box; 
	}		
	
#footer ul > li {
	display: block;
    padding:0 34px 20px 34px;
    margin:0 ;
    font-size: 13.6px;
	font-weight:600;
	vertical-align:top;
	text-align:left;
	width:250px;
	float:left;
	box-sizing: border-box; 
	}
	

#footer ul li .ttl {
	border-bottom:1px solid #363636;
	line-height:16px;
	margin-bottom:2px;
	padding-bottom:4px;
	display:block;
	}


#footer ul li .IconWifi:after {
	position: relative;
	left: 6px;
	top:1px;
	content: "\f1eb";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	color: #fff;
	font-size:14px;
	}
	
#footer ul li .IconMobile:after {
	position: relative;
	left: 8px;
	top:1px;
	content: "\f10b";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	color: #fff;
	font-size:18px;
	}

#footer ul li .IconOther:after {
	position: relative;
	left: 8px;
	top:0px;
	content: "\f05a";
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	color: #fff;
	font-size:16px;
	}
		
	
	
	

#footer ul li .Bg02 {
	background:#3a3a3a;
	}
	
#footer ul li .Bg03 {
	background:#414141;
	}



#footer ul li a {
	color:#FFF;
	font-family:'Helvetica Neue','Roboto',sans-serif;
	font-weight:100;
	font-size:12px;
	letter-spacing:0.14em;
	padding:3px 0 6px 0;
	display:inline-block;
	}

#footer ul li a:hover {
	color: #ccc;
	}

#footer ul li ul {
	max-width:160px;
	overflow:hidden;
	}
	
#footer ul li ul li {
	padding-bottom:0px;
	list-style-type: disc;
	margin:0;
	color:#FFF;
	min-width:120px;
	padding-left: 7px;
	padding-bottom:0px;
	}
	
#footer ul li ul li i {
	padding-right:3px;	
	}


#footer ul li ul li:before{
	font-family : "Font Awesome 5 Free";
	font-weight : 600;
	content : "\f105";
	padding-right:3px;
	}
		
#footer ul li ul li a{
	font-size:10px;
	line-height:12px;
	padding-bottom:1px;
	}

	
	
/*  ---------------------------------------------------
	=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 : 600;
	display: inline-block;
	position: absolute;
	}

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

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

.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;
}


/*  ---------------------------------------------------
	=ベース
-------------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	}

body p {
	font-size:14px;
	line-height:26px;
	font-weight:300;
	}







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

.MainVisualColumn .inner {
	background: rgba(0,0,0,0.6);
	padding:144px 20px 0vw 20px;
	overflow:hidden;
	}
	
.MainVisualColumn .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
	}


.MainVisualColumn .inner {
	background: rgba(0,0,0,0.20);
    max-height: 100%;
    /*min-height: 600px;
    height: calc(65vh - 0px);*/
  min-height: calc(65vh - 0px);
	box-sizing:border-box;
	}



/*: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: auto;
	margin: 0px; 
	text-align:left;
	display:flex;
	}



.MainVisualColumn .box .photo {
	max-height:48vw;
	overflow:hidden;
	display:inline-block;
	position:relative;
	}

.MainVisualColumn .box .photo img {
	width:36vw;
	max-width:530px;
	}

.MainVisualColumn .box .text-area {
	width:36vw;
	float:none;
	color:#FFF;
	align-self: center !important;
	padding-right:3.4vw;
	}
	
.MainVisualColumn .box .text-area h2 {
	font-size:60px;
	text-align:left;
	padding:0 !important;
	margin:0 0 60px 0 !important;
	font-weight:100;
	}

.MainVisualColumn .box .text-area .area a,
.MainVisualColumn .box .text-area .category a {
	color:#FFF;
	}
	
.MainVisualColumn .box .text-area .category {
	padding:0 0 16px 0;
	}
	
.MainVisualColumn .box .text-area .area {
	padding:12px 0 0 0;
	font-size:12px;
	}	

.MainVisualColumn .box .text-area .area i {
	padding-right:6px;
	}
	
.MainVisualColumn .box .text-area .btn_more {
	text-align:left;
	margin:40px 0 0px 0;
	}
	
.MainVisualColumn .box .text-area .btn_more a{
	color:#FFF;
	background:none;
	min-width:160px;
	display:inline-block;
	padding:10px 38px;
	margin:0 auto;
	border:solid 1px #FFF;
	text-align:center;
	}

.MainVisualColumn .box .text-area .btn_more a:hover {
	background:#FFF;
	color:#000;
	text-decoration:none;
	}

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

.MainVisualColumn .box .text-area h1 {
	text-align:center;
	}


.MainVisualColumn .box .text-area h1 {
    font-size: 3.6vw;
    text-align: left;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
    font-weight: 100;
	line-height:4.8vw;
	}


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

.ShortHeight .inner .text-area h1,
.ShortHeight .inner h1 {
		text-align:center;	
}

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


/*  ---------------------------------------------------
	=メイン画像 (装飾版)
-------------------------------------------------------------- */	
.MainVisualColumn .box .text-area {
	text-align:left;
	width:auto;
	padding:0px 20px 0 0;
	}

.MainVisualColumn .box .text-area  h1 {
	width:auto;
	display:inline-block;
	font-size:62px;
	}

@media screen and (max-width: 1200px){
.MainVisualColumn .box .text-area  h1 {
	font-size:5vw;
	}
	}
	
@media screen and (min-width: 1200px){
.MainVisualColumn .box .text-area  h1 .br {
	display:none;
	}
	}

@media screen and (max-width: 920px){
.MainVisualColumn .HeadBgR ,
.MainVisualColumn .HeadBgL {
	background:none;
	}
}

.MainVisualColumn .box .text-area .ttl {
	font-size:30px;
	margin-bottom:20px;
	}


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

.MainVisualColumn .inner .item {
	 max-width:400px;
	 margin-top:0px;
	 display:inline-block;
 	}


/*  ---------------------------------------------------
	=　メインビジュアル　（写真を下寄せ）
-------------------------------------------------------------- */
.MainImgBottom {
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 120px;
	background-repeat: no-repeat;
	}

.MainImgBottom .inner {
	background: rgba(0,0,0,0.2);
	padding-top: 152px;
	}

.MainImgBottom .innerBg {
	background-position: top 0vw right 5vw;
    background-size: contain;
	background-repeat: no-repeat;
    width: 100vw;
    max-width: 1300px;
	}

.MainImgBottom .innerBg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
	
	max-height: 100%;
    min-height: 460px;
    height: calc(65vh - 0px);
    box-sizing: border-box;
	}	
	
.MainImgBottom .inner .box {
	width: 50vw;
	margin-top: -8px;
	}
	
.MainImgBottom .inner .item {
	width:33.5vw;
	}

@media screen and (max-width: 1100px) {
.MainImgBottom .box .text-area  h1	{
	font-size: 4vw;
	}
/*max-width: 1100px*/}


@media screen and (min-width: 1100px) {
.MainImgBottom .innerBg {
	background-position: top 0vw right 6vw;
   /* background-size: 340px;*/
	}

.MainImgBottom .inner .box {
	width: 50vw;
	}
/*(min-width: 1100px)*/}

@media screen and (min-width: 1300px) {
.MainImgBottom .innerBg {
	background-position: top 0vw right 8vw;
   /* background-size: 340px;*/
	}
/*(min-width: 1300px)*/}
	

@media screen and (max-width: 760px) {
.MainImgBottom .inner {
    padding: 214px 20px 0vw 20px;
	}

.MainImgBottom .innerBg {
	background-position: top 0vw right 1vw;
	min-height: auto;
	}
/*(max-width: 760px)*/}	

/*  ---------------------------------------------------
	=　メインビジュアル　（写真を下寄せ）
-------------------------------------------------------------- */
.MainImgBottom02 {
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 120px;
	}

.MainImgBottom02 .item {
	height:100%;
	position:relative;
	width:40vw;
	max-width:200px !important;
	}

.MainImgBottom02 .item .photo{
	max-height: calc(68vh - 0px);
    vertical-align: bottom;
    /*display: inline-block;
    position: absolute;
    bottom: 0;*/
	}

.MainImgBottom02 .item{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:  baseline;
    justify-content: baseline;
    -webkit-align-items:  baselinem;
    align-items: baseline;
    position: relative;
    vertical-align: bottom;
}

.MainImgBottom02 .box .text-area {
	padding: 0px 5vw 0 0;
	}



/*  ---------------------------------------------------
	=共通のレイアウト　（通常）
-------------------------------------------------------------- */
.NormalColumn {
	max-width:860px;
	width:70vw;
	margin:0 auto 100px auto;
	text-align:left;
	overflow:hidden;
	}

.NormalColumn p {
	margin-bottom:40px;
	}	



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

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


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

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


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

.TwoColumn .box h3 {
	margin: 0 0 30px 0;
	}
	
.TwoColumn .box p {
	margin: 0 0 20px 0;
	}
	
.TwoColumn .mokujiBtn {
    text-align: center;
    margin-bottom: 20px;
	}



/*  ---------------------------------------------------
	=共通のレイアウト　（4カラム）
-------------------------------------------------------------- */
.FourColumn {
	text-align:center;
	overflow:hidden;
	margin:0px auto 100px auto;
	max-width:1600px;
	}
	
	
.FourColumn .box {
	position: relative;
	max-width:350px;
	padding:0 10px;
    margin: 0 auto 40px auto;
	display:inline-block;
    vertical-align: top;
	}	

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

.FourColumn .box p {
	text-align:left;
	font-weight:500!important;
	line-height:22px!important;
	}
	
.FourColumn .box .photo {
	display:inline-block;
    overflow: visible;
    position: relative;
	margin-bottom:4px;
	}

.FourColumn .box .photo img {
	max-width:100%;
	max-height:400px;
	
/*  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  /*height:20vw;*/
 /* min-width:100%;
  max-width:600px;*/
	}

	
/*  ---------------------------------------------------
	=共通のレイアウト　（4カラム　小さい版）
-------------------------------------------------------------- */	
.FourColumnSmall {
	text-align:center;
	overflow:hidden;
	margin:0px auto 100px auto;
	max-width: 1100px;
	}
	
	
.FourColumnSmall .box {
	position: relative;
	width: 20%;
	max-width:186px;
	padding:0 33px;
    margin: 0 auto 40px auto;
	display:inline-block;
    vertical-align: top;
	}	

.FourColumnSmall .box h3 {
	margin:14px 0 8px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight:600;
	}

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

.FourColumnSmall .box .photo {
    overflow: hidden;
    width:auto;/* トリミングしたい枠の幅 */
    /*height: 122px;/* トリミングしたい枠の高さ */
    position: relative;
	max-width:186px;
	max-height:224px;
	margin-bottom:4px;
	}

.FourColumnSmall .box .photo img {
	max-width:100%;
	max-height:400px;
	
  /*position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height:20vw;
  min-width:100%;
  max-width:600px;*/
	}


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

.BanaColumn li .c_txt {
	font-size:10px;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（縦長カラム）
-------------------------------------------------------------- */
.TallColumn {
	overflow:hidden;
	margin:0px 0 140px 0;
	text-align:center;
	overflow:hidden;
	}
	
	
.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%;
	left: 4px;
	}

.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:140px;
	}
	
.RankingColumn .box {
	position: relative;
	width:10vw;
	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: 0.94vw;
	}

.RankingColumn .box .block {
	}
.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;
	}

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

.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 100px 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;
	max-width:900px;
	margin:0 auto 100px auto;
	text-align:center;
	padding:0 5vw;
	}

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

.Limg1RowsColumn .box .photo {
	float:left;
	max-width:26%;
	}

.Limg1RowsColumn .box .TextArea {
	float:right;
	width:70%;
	padding-left:3.8%;
	}

/*  ---------------------------------------------------
	=共通のレイアウト　（Limg1RowsColumn/ 左に写真、右にテキスト（1列版）)
-------------------------------------------------------------- */	
.Limg1RowsColumnL .box .photo {
	max-width:50%;
	}

.Limg1RowsColumnL .box .TextArea {
	width:45%;
	}



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

.Rimg1RowsColumn {
	overflow:hidden;
	max-width:940px;
	margin:0 auto 100px auto;
	padding:0 5vw;
	text-align:center;
	}

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

.Rimg1RowsColumn .box .photo {
	float:left;
	max-width:26%;
	}

.Rimg1RowsColumn .box .TextArea {
	float:left;
	width:70%;
	padding-right:3.8%;
	}


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

.FeatureColumn .Feature01 h3,
.FeatureColumn .Feature02 h3,
.FeatureColumn .Feature03 h3 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	
	padding:0 0 0 80px;
	min-height:70px;
	font-weight:600;
	font-size:28px;
	line-height:32px;
 	}

.FeatureColumn .Feature01 h3 {
	background:url(../img/common/feature01.gif) no-repeat left;
	background-size:68px;
 	}

.FeatureColumn .Feature02 h3 {
	background:url(../img/common/feature02.gif) no-repeat left;
	background-size:68px;
 	}

.FeatureColumn .Feature03 h3 {
	background:url(../img/common/feature03.gif) no-repeat left;
	background-size:68px;
 	}



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

.Limg2RowsColumn .box {
	max-width:500px;
	width:40%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 4% 80px;
	}

.Limg2RowsColumn .box .photo {
	float:left;
	max-width:130px;
	width:20%;
	}

.Limg2RowsColumn .box .TextArea {
	/*float:left;
	width:300px;*/
	float:right;
	width:75%;
	}


/*  ---------------------------------------------------
	=共通のレイアウト　（InterviewColumn インタビュー系のテキスト調整）
-------------------------------------------------------------- */
.InterviewColumn .box .vol {
	border:solid 1px #000;
	padding:3px 10px;
	display:inline-block;
	margin-bottom:5px;
	font-size:10px;
	}
	
#wrap .InterviewColumn .box .ttl {
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
	}

#wrap .InterviewColumn .box .ttl .name {
	display:block;
	}

	
#wrap .InterviewColumn .box .ttl .company {
	font-size:10px;
	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: 20px 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:18px;
	}
	

/*  ---------------------------------------------------
	=共通のレイアウト　（キャプション）
-------------------------------------------------------------- */
.CaptionColumn {
	text-align:left;
	max-width:860px;
	width: 70vw;
	margin:0 auto 140px auto;
	}

.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 {
	max-width:780px;
	margin:0 auto 140px auto;
	padding:40px 20px;
	border:3px solid #000;
	text-align:center;
	box-sizing:border-box;
	}
	
#wrap .SpotlightColumn p {
	font-size:18px;
	line-height:28px;
	}
	
/*  ---------------------------------------------------
	=共通のレイアウト　（ソーシャルエリア）
-------------------------------------------------------------- */
.SocialColumn {
	text-align:center;
	margin-bottom:140px;
	}
	
.SocialColumn .box {
	display:inline-block;
	text-align:left;
	vertical-align:top;
	margin:0 15px;
	}


/*  ---------------------------------------------------
	=共通のレイアウト　（リード文）
-------------------------------------------------------------- */
#leadColumn  {
	max-width:900px;
	background-repeat:no-repeat;
	background-position:right;
	background-size:150px;
	margin:-20px auto 30px auto;
	padding:20px 0 25px 0;
	}
	
@media screen and (max-width: 960px){
#leadColumn  {
	padding-left:20px;
	}
}


#leadColumn h2 {
	font-size:28px;
	font-weight:500;
	text-align:left;
	margin-bottom:10px;
	}

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


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

.GrayColumn .inner {
	max-width: 1200px;
	width: 90vw;
	margin: 0 auto 0px auto;
	background: #FFF;
	padding: 100px 80px;
	box-sizing:border-box;
	
	border-radius: 50px;        /* CSS3草案 */  
	-webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 50px;   /* Firefox用 */  
}


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


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

.TableColumn .box{
	display:inline-block;
	text-align:left;
	margin:0 2vw 2vw;
  width: 30vw;
  vertical-align: top;
	}

.TableColumn table {
	margin-bottom:4.2vh;
  width: 100%;
	}
  
.TableColumn h3 {
  border-bottom: solid 1px #ccc;
  background: #333;
  color: #FFF;
  padding-bottom: 5px;
  }

.TableColumn table caption {
  margin-bottom: 10px;
	}
  
.TableColumn  th {
	border:solid 1px #CCC;
	font-size: calc(70% + 0.25vw);
  line-height: calc(100% + 0.79vw);
	background:#f8f8f8;
	text-align:center;
	padding:8px 5px;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root .TableColumn  th {
	font-size: calc(0.6rem + 0.25vw);
  line-height: calc(1rem + 0.79vw);
}

.TableColumn td {
	border:solid 1px #CCC;
	font-size: calc(70% + 0.2vw);
  line-height: calc(100% + 0.79vw);
	padding:2% 3%;
	vertical-align:top;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root .TableColumn td {
	font-size: calc(0.6rem + 0.2vw);
  line-height: calc(1rem + 0.79vw);
}
	
	
	

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

.ContactColumn .box{
    letter-spacing: -.40em;
		padding: 0;
}

.ContactColumn .text {
    font-size: 15px;
    margin: 0 20px 0 0;
}


.ContactColumn .tel {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.ContactColumn .text, .ContactColumn .tel {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

  
/*  ---------------------------------------------------
	=共通のレイアウト　（リスト）
-------------------------------------------------------------- */  
.ListColumn {
	max-width:860px;
	width:70vw;
	margin:0 auto 100px auto;
	text-align:left;
	overflow:hidden;    
  }

.ListColumn dt {
  margin-bottom: 20px;
  }
  
.ListColumn dd {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-top: 1px dotted #ccc;
  }
  
.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-bottom: 100px;
}
	
.BannerColumn li{
  margin-bottom: 20px;
}
	
/*--- バナー ---*/
.BannerColumn {
	text-align:center;
	width:80%;
	margin:0 auto;
  font-size: 0;
  line-height: 0;
}

.BannerColumn li {
	display:inline-block;
	/*width:48%;*/
  max-width: 560px;
  padding: 0 5px;
  vertical-align: bottom;
}



/*  ---------------------------------------------------
	=共通のレイアウト　（FAQ　開閉式）
-------------------------------------------------------------- */ 
.FaqSwitch {
	max-width:980px;
	width:80%;
	margin:0 auto 100px auto;
}

.FaqSwitch .faq-box {
	margin:5px 13px 4rem;
	text-align:left;
	line-height:150%;
	}


.FaqSwitch .faq-box .question{
  font-size: 1.1rem;
	color:#FFF;
	padding:1rem 3rem 0.8rem 3.6rem !important;
	font-weight:bold;
	/*border-bottom:1px solid #cbc5b6;*/
	background-color:#2b94e4;
	cursor: pointer;
	margin:2px 0rem 0;
	position:relative;
	}
	
.FaqSwitch .faq-box .question:before {
	font-weight : 600;
	position: absolute;
	top: 50%;
	left: 2rem;
	margin-top: -0.8rem;
	content: "Q";
	}
	
.FaqSwitch .faq-box .answer{
	display: none;
	padding:1.6rem 2rem 1.6rem 3.6rem  !important;
	/*background:url(../images/common/qaIconA.gif) no-repeat;
	background-position:top 1px left 0;*/
	border:solid 2px #2b94e4;
	margin:-2px 0 2rem;
	position:relative;
	}	
	
.FaqSwitch .faq-box .answer:before {
  font-size: 1.2rem;
	font-weight : 600;
	position: absolute;
	top: 2.4rem;
	left: 2rem;
	margin-top: -0.8rem;
	content: "A.";
	color:#2b94e4;
	}
		
	
.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.8rem;
	font-weight : 600;
	position: absolute;
	top: 2.4rem;
	left: 1.2rem;
	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:1.4rem;
}

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

.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.7rem;
	content: "\f14a";
	position:absolute;
	top: 0.5rem;
	left: 0.4rem;
}

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


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

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

/*--- 共通設定	 ---*/
#WorldWifiTop #header {
	top: 0vh;
	background: #000;	
}

#WorldWifiTop h2 {
	font-size:32px;
	margin:0 auto 60px;
	text-align:center;
	line-height:42px;
	font-weight: 600;
	letter-spacing:0.36px;
	border-bottom:3px #666 solid;
	border-top:3px #666 solid;
	padding:17px 0;
	max-width:1800px;
	width:92%;
	}


#WorldWifiTop .TwoColumn h2 {
	width:100%;
	margin-bottom:40px;
}

#WorldWifiTop .TwoColumn .box {
	width: 46%;
	max-width: 600px;
	padding:0 1.7%;
}

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

/*--- 共通設定(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;
	padding-top:144px;
	}
	
#WorldWifiTop .MainVisualColumn .inner {
	background:#0070d7;
	background-image: url(/img/world-wifi-top/MainVisualBg.jpg);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-size:cover;
	margin: 0 auto;
	padding: 3vh 1vw 3vh;
	min-height: inherit;
	display:block;
	}
	
#WorldWifiTop .MainVisualColumn .ContinentArea .box {
	display:block!important;
}


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

#WorldWifiTop .MainVisualColumn .box .text-area h1 {
	margin:5% 0 1.5% 0 !important;
	text-align: center;
	display: block;
	font-size: calc((200% + 0.25vw) * 1.3) ;
	line-height: 30px;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #WorldWifiTop .MainVisualColumn .box .text-area h1 {
	font-size: calc((2em + 0.25vw) * 1.3) ;
}


#WorldWifiTop .MainVisualColumn .box .text-area h1 span {
	margin: 2% 0 3% 0 !important;
	text-align: center;
	display: block;
	font-size: calc((20% + 0.25vw) * 1.3) ;
	line-height: 30px;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #WorldWifiTop .MainVisualColumn .box .text-area h1 span {
	font-size: calc((0.2em + 0.25vw) * 1.3) ;
}	

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

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

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

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

#WorldWifiTop .MainVisualColumn #WorldMapList .inner {
	background:none;
	padding:1vh 0 0;
	max-width:2000px;
  font-size: calc(75% + 0.25vw);
  position: relative;
}
/* IE10〜11 */
_:-ms-input-placeholder, :root #WorldWifiTop .MainVisualColumn #WorldMapList .inner {
	font-size: calc(0.75rem + 0.25vw);
}

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

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

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


#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box .BtnInner {
	background:#fff600;
	color:#3176d6;
	padding:5% 1%;
	margin-bottom:5%;
  font-size: 1.2rem;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box ul {
	padding:0;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box li {
  font-size: 0.9rem;
  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;
	text-align:left;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box li a {
    color: #0053b9;
}

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

#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;
}

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

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .ContinentArea {
	width:30%;
}

#WorldWifiTop .MainVisualColumn #WorldMapList .inner .box li {
	font-size: calc((20% + 1.0vw) * 1.3) ;	display:inline-block;
}


}


/*  ---------------------------------------------------
	= 吹き出し (World Wifi Top)
-------------------------------------------------------------- */
/* 吹き出し本体 */
#WorldWifiTop .SpeechBalloon{
  font-size: 2.2rem;
	padding: 1.2% 34px;
	display: inline-block;
	margin:0 auto;
}

/* 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;
}

/*--- 海外旅行の必需品 ---*/
#WorldWifiTop #Necessities {
}

#WorldWifiTop #Necessities .inner {
	padding:0 2%;
	box-sizing:border-box;
	text-align:left;
}

#WorldWifiTop #Necessities .ListArea {
	width:100%;
	margin:0 auto 2%;
	margin-bottom:4%;
}

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

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

#WorldWifiTop #Necessities .ListArea .TextArea h3 {
	margin-bottom:6px;
	font-size:16px;
}

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

/*--- メリット・デメリット ---*/
#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;	
}


/*--- 海外Wi-Fiレンタルとは？ ---*/
#WorldWifiTop #AboutWiFi .AboutImg {
	max-width:1600px;
	width:80%;
	margin:0 auto 2%;	
}

#WorldWifiTop #AboutWiFi img{
	width:49%;
}


/*--- 取扱ブランド一覧 ---*/
#WorldWifiTop #Brand {
  text-align: center;
  font-size: 0;
  background: #f8f8f8;
  padding: 40px 20px;
  margin-bottom: 80px;
}

#WorldWifiTop #Brand h3 {
  margin-bottom: 30px;
}


#WorldWifiTop #Brand .BnanL li {
  display: inline-block;
  margin: 0 10px 20px;
}

#WorldWifiTop #Brand .BnanL li img {
  max-width: 147px;
}

#WorldWifiTop #Brand .BnanS {
  max-width: 1200px;
  margin: 0 auto;
}

#WorldWifiTop #Brand .BnanS li {
  display: inline-block;
  margin: 0 5px 10px;
}

#WorldWifiTop #Brand .BnanS li img {
  max-width: 76px;
}




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

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

#WorldWifiTop #RentalSet ul li{
	font-size:20px;
	line-height:22px;
	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 ul {
	text-align:center;
	font-size:0;
	line-height:0;
	padding:0 5%;
	margin-bottom:80px;
}

#WorldWifiTop #Airport li {
	display:inline-block;
	width:15%;
	max-width:230px;
	min-width:150px;
	box-sizing:border-box;
	text-align:center;
	margin:0 2px 4px;
}

#WorldWifiTop #Airport li a {
    color: #000;
    background: #fff;
    display: block;
    padding: 10px 5%;
    margin: 0 auto;
    border: solid 2px #000;
		font-size:13px;
		line-height:16px;
		
}
	


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

#PriceDigest .inner {
	max-width:1600px;
	margin:0 auto;
	text-align:center;
}

#PriceDigest .box {
	display:inline-block;
	/*border:2px solid #000;
	padding:20px;*/
	box-sizing:border-box;
	width: 30%;
	margin:0 0.2% 0.8%;
	min-width:300px;
	vertical-align:top;
}


@media screen and (max-width:835px){
#PriceDigest .box {
	width: 47%;
	min-width: inherit;
}	
}


/*#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:160px;
	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;
	color:#FFF;
	position:absolute;
	bottom:4px;
	left:8px;
}

#PriceDigest .closeBtnHat {
	display:none;
}


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



#PriceDigest dl {
	/*margin:0 auto 12px;*/
	text-align:left;
	/*max-width:300px;*/
	margin: 0 0 10px 0;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	padding-left:5%;
}

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

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

#PriceDigest .capacity {
	font-size:12px;
	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,
#PriceDigest .modal_btn_more_02 {
	width:48%
}

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

#PriceDigest .btn_more_02 a {
	display:block;
}


#PriceDigest .BtnInner span {
	position: relative;
	display: flex;
}

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

/*--- ●● ---*/

/*--- ●● ---*/



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

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

/*  ---------------------------------------------------
	=レンタルWi-Fi　比較表
-------------------------------------------------------------- */
.ComparisonColumn {
	position: relative;
	padding:0 0;
	margin:0 auto 140px 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;
	}

.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;
	text-align:center;
	}


.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;
	text-align:center;
	}


@media screen and (min-width: 1000px) {
.Comparison tr.scroll td {
	width:200px;
	}	
}

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


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


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

.Comparison .items {
	background: #e2e2e2!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;/*ブラー効果でボヤけた部分を非表示*/
	padding:0 0;
	margin-bottom:140px;
}	

.TravelInfoColumn .inner {
	background: rgba(0,0,0,0.3);
	padding:10vw 0 10vw 0;
	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;
	}

.TravelInfoColumn table {
	max-width: 860px;
	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:10px 20px;
	text-indent:0px;
	border:solid 1px #b3b3b3;
	line-height:26px;
	font-size:14px;
	}

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

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


.National_flag {
	text-align: center;
	}

.National_flag img {
	width:100px;
	}


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

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


/*  ---------------------------------------------------
	=　体験レポート
-------------------------------------------------------------- */
.ExperienceReport {
	text-align:center;
	margin:0 auto 100px auto;
  max-width: 2000px;
	}

.ExperienceReport .ReportColumn {
	width:42%;
	display:inline-block;
	background:#FFF;
	padding:30px 20px 20px 20px;
	vertical-align:top;
	text-align:center;
	background:#f8f8f8;
	margin:0 10px 40px 10px;
	border:solid 4px #f1f1f1;
	}

.ExperienceReport .ttl {
	margin:0px 0 4px 0;
	padding:20px 10px 14px 10px;
	font-size: calc(80% + 0.2vw);
  line-height: calc(100% + 0.7vw);
	text-align:left;
	background:#FFF;
	border:solid 2px #f1f1f1;
	text-align:center;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root .ExperienceReport .ttl {
	font-size: calc(0.8rem + 0.2vw);
  line-height: calc(1rem + 0.7vw);
}
	
.ExperienceReport .ttl span {
  padding-right: 3rem;
  box-sizing: border-box;
	}

.ExperienceReport .ttl span img {
	width: 5%;
	height: 2%;
	padding-top: 2px;
	padding-right:2%;
	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:80px;
	}
	
#wrap .ExperienceReport .ReportHead th {
	background:#333;
	color:#FFF;
	}

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

.ExperienceReport .starArea {
	background:#FFF;
	border:solid 2px #f1f1f1;
	width:50%;
	text-align:left;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
	}
	
.ExperienceReport .starArea ul {	
	padding: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-left:14px;*/
	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 {
	float:right;
	width:37%;
	font-size:14px;
	vertical-align:top;
	padding:0;
	background:#FFF;
	border:solid 2px #f1f1f1;
	text-align:left;
	overflow:hidden;
	}
	
.ExperienceReport .situation ul {
	padding:20px 14px;
	}

.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;
	}

@media screen and (max-width: 1200px) {
.ExperienceReport .starArea,
.ExperienceReport .situation {
	width:100%;
	float:none;
	}	
}


@media screen and (min-width: 1201px) {
.ExperienceReport .starArea {
	width:55%;
	}

.ExperienceReport .situation {
	width:43%;
	}
}


@media screen and (min-width: 1370px) {
.ExperienceReport .situation {
	width:43%;
	}
}
@media screen and (min-width: 1500px) {
.ExperienceReport .situation {
	width:43%;
	}
}

.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;
	}
	
/*  ---------------------------------------------------
	=　アンケートフォーム
-------------------------------------------------------------- */
.FormTable {
	max-width:700px;
	margin:0 auto;
	}

.NormalColumn p.FormLead {
	text-align:center;
	margin-bottom:0;
	}

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

.FormTable td.item {
	width:170px;
	line-height:18px;
	}
	
form .FormText{
	border:solid 2px #000;
	border-radius:0px;
	min-height: 28px;
	margin-right: 5px;
	padding-left: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;
	}


/*　記入例の色　*/
::-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;
	}

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


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

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;
	} 

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

/*エラー画面*/
.error .FormTable td {
    line-height: 34px;
	}

/*利用規約*/
.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 レンタル
	
-------------------------------------------------------------- */	




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


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

body#japanwifi-rental h2 {
	font-size: 40px;
	}

/*  ---------------------------------------------------
	=　ヘッダー（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
body#japanwifi-rental #header {
	background:#333;
	position:relative;
	top:0;
	}

/*  ---------------------------------------------------
	=メイン画像（国内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:60px;
	}	

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: 244px;
    max-height:  244px;
    min-height:  244px;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	}

body#japanwifi-rental .MainVisualColumn .HeadBgL {
	background:url(../img/japan-wifi/common/heda_onsen.png) no-repeat left;
	width:100%;
    height: 244px;
	margin:0;
	overflow:hidden;
	}

body#japanwifi-rental .MainVisualColumn .HeadBgR {
	background:url(../img/japan-wifi/common/heda_hotel.png) no-repeat right;
	width:100%;
    height: 244px;
	}


body#japanwifi-rental .HeadWifiL {
	position:absolute;
	top:57px;
	left:2vw;
	}
	
body#japanwifi-rental .HeadWifiR {
	position:absolute;
	top:48px;
	right:2vw;
	}


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:62px;
	}

@media screen and (max-width: 1200px){
body#japanwifi-rental .MainVisualColumn .box .text-area  h1 {
	font-size:5vw;
	}
	}
	
@media screen and (min-width: 1200px){
body#japanwifi-rental .MainVisualColumn .box .text-area  h1 .br {
	display:none;
	}
	}

@media screen and (max-width: 920px){
body#japanwifi-rental .MainVisualColumn .HeadBgR ,
body#japanwifi-rental .MainVisualColumn .HeadBgL {
	background:none;
	}
}

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

body#japanwifi-rental .MainVisualColumn .box {
     width: auto;
     margin: 30px auto 0 auto; 
     display: block !important; 
    text-align: center;
	}


/*  ---------------------------------------------------
	=　リード文（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
body#japanwifi-rental #leadColumn  {
	max-width:900px;
	background:url(../img/japan-wifi/top/lead_img.jpg) no-repeat right;
	margin:-20px auto 30px auto;
	padding:20px 0 25px 0;
	}
	
@media screen and (max-width: 960px){
body#japanwifi-rental #leadColumn  {
	padding-left:20px;
	}
}


body#japanwifi-rental #leadColumn h2 {
	font-size:28px;
	font-weight:500;
	text-align:left;
	margin-bottom:10px;
	}

body#japanwifi-rental #leadColumn p {
	padding-right:200px;
	}


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

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

body#japanwifi-rental #RefineColumn {
	width:758px;
	float:left;
	}

@media screen and (max-width: 980px){
body#japanwifi-rental #RefineColumn {
	width:758px;
	float:none;
	margin:0 auto;
	}
}

body#japanwifi-rental .Sort,
body#japanwifi-rental .Refine {
	max-width:758px;
	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:30px 30px 10px 30px;
	}


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

body#japanwifi-rental #RefineColumn label {
	border:solid 2px #e3e2e2;
	padding:10px 8px;
	width:160px;
    float: left;
    background: #fff;
    margin: 4px 8px 0 0;
	overflow:hidden;
	font-size:14px;
	line-height:14px;
	}

body#japanwifi-rental #RefineColumn label:hover {
	border:solid 3px #ff8610;
	margin: 3px 7px -1px -1px;
	}


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

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

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:4px;
	content: "\f372"; 
	font-family: "Ionicons";
	color: #000;
	font-size:22px;
	}
body#japanwifi-rental #RefineColumn .cbbtn:checked + .mark:before {
	position: relative;
	left: 0px;
	top:3px;
	content: "\f373";
	font-family: "Ionicons";
	color: #ea721f;
	font-size:22px;
	}

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


/*チェックボックスとラジオボタンの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 select{
	border:solid 2px #000;
	border-radius:0px;
	width:100%;
	max-width:200px;
	min-height:40px;
	background:#FFF;
	padding-left:10px;
	}

	
	
/* 広告エリア */
body#japanwifi-rental #ComparisonColumnAd {
	width:196px;
	float:right;
	}

body#japanwifi-rental #ComparisonColumnAd .bnr_01 {
	background:url(../img/japan-wifi/common/banner_196_290.jpg) no-repeat;
	background-size:100%;
	color:#FFF;
	height:290px;
	margin-bottom:6px;
	}

body#japanwifi-rental #ComparisonColumnAd .bnr_02 {
	background:url(../img/japan-wifi/common/banner_196_196.jpg) no-repeat;
	background-size:100%;
	color:#FFF;
	height:196px;
	}


@media screen and (max-width: 980px){
body#japanwifi-rental #ComparisonColumnAd {
	width:auto;
	float:none;
	margin:20px auto 0px auto;
	text-align:center;
	}

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

body#japanwifi-rental #ComparisonColumnAd .bnr_02 {
	background:url(../img/japan-wifi/common/banner_250_100.jpg) no-repeat;
	color:#FFF;
	width:250px;
	height:100px;
	display:inline-block;
	}
}


/*  ---------------------------------------------------
	=　比較表 中身（国内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:250px;
	display:inline-block;
	padding:14px 0 0 0;
	border:solid 2px #e6e6e6;
	box-sizing: border-box;
	text-align:center;
	letter-spacing:-0.6px;
	margin-bottom:7px;
	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;
	}

body#japanwifi-rental #ComparisonColumn #Comparison .return-delivery {

	}


/* アイコン */
.IconComparison {
	position:absolute;
	top:-9px;
	left:9px;
	}


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

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


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

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

#Comparison .box .priceArea p span {
	color:#000000;
	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 {
	width:216px;
	margin:0 auto 0px auto;
	}

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

#Comparison .box .pickUpArea dt {
	width:90px;
	float:left;
	font-size:12px;
	text-align:left;
	}

#Comparison .box .pickUpArea dd {
	width:90px;
	float:right;
	font-size:14px;
	font-weight:600;
	text-align:right;

	}

#Comparison .box .pickUpArea .dataCapacity {
	background:#f7f7f7;
	border:solid 1px #eeeeee;
	}
	
#Comparison .box .pickUpArea .dataCapacity dt {
	width:90px;
	float:left;
	}

#Comparison .box .pickUpArea .dataCapacity dd {
	width:90px;
	float:right;
	}
	
/* (開閉簡易版) */
#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 : 600;
	padding-right:4px;
	color:#CCC;
	}	

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

#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 {
	width:216px;
	margin:10px auto;
	}
	
#Comparison .box .iconArea img {
	width:44px;
	}
	
	

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

#Comparison .box .btnArea .btn {
	width:110px;
	padding:9px 0 8px 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;
	}
	
#Comparison .box .btnArea .switchHat:hover {
	background:#555;
	}	


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

#Comparison .box .details h3 {
	font-size:16px;
	font-weight:600;
	border-bottom:solid 1px #6c6c6c;
	border-top:solid 1px #6c6c6c;
	padding:5px 0 4px 0;
	margin-bottom:7px;
	margin-top: 40px;
	}

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

#Comparison .box .details dt {
	background:#e8e8e8;
	padding:8px 0 7px 0;
	font-size:12px;
	font-weight:600;
	margin-bottom:8px;
	}

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

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

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


#Comparison .box .details .closeBtnHat span {
	background:#333333;
	width:110px;
	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;
	}	



/* (詳細エリア) */
#Comparison .box .details .receive span {
	background:#999;
	width:30px;
	float:right;
	margin:-8px 0 -7px 0;
	padding:7px 0 6px 0;
	color:#FFF;
	font-size:14px;
	}

#Comparison .box .details .receive span.off {
	background:#c8c8c8;
	width:30px;
	float:right;
	margin:-8px 0 -7px 0;
	padding:7px 0 6px 0;
	color:#FFF;
	font-size:14px;
	}



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

.UsageColumn .Column01 .left h3{
	background: url(../img/japan-wifi/top/UsageIcon01.jpg) no-repeat ;
	padding:48px 0 48px 124px;
	font-size: 26px;
	}

.UsageColumn .Column02 .left h3{
	background: url(../img/japan-wifi/top/UsageIcon02.jpg) no-repeat ;
	padding:48px 0 48px 124px;
	font-size: 26px;
	}
	
.UsageColumn .left p {
	padding-left: 10px;
	}

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

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



/*  ---------------------------------------------------
	=　FAQ（国内Wi-Fi レンタル　）
-------------------------------------------------------------- */
	
.faq-area {
	margin:5px 13px 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 60px 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 専用ページ メイン画像（共通）
-------------------------------------------------------------- */	
body#faq .MainVisualColumn {
	background-size:cover;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:60px;
	}	

body#faq .MainVisualColumn:before {
	background:none;
	}

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

body#faq .MainVisualColumn .inner {
    height: 244px;
    max-height:  244px;
    min-height:  244px;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: 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:62px;
	}

body#faq .MainVisualColumn .box .text-area h1 {
	    margin: 0 0 0px 0 !important;
	}

@media screen and (max-width: 1200px){
body#faq .MainVisualColumn .box .text-area  h1 {
	font-size:5vw;
	}
	}
	

body#faq .MainVisualColumn .box {
     width: auto;
     margin: 30px auto 0 auto; 
     display: block !important; 
    text-align: center;
	}



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

.FaqColumn .Qonly li {
	margin-bottom:10px;
	font-size:13px;
	}

#faq h2 {
	font-size:26px;
	margin-bottom:30px;
	}


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

#faq .Qonly .question {
    background-size: 16px;
	background-position: 0 4px;
    padding: 0px 0 10px 24px !important;
	}

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


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


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

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


/*  ---------------------------------------------------	
	=　ヘッダー（海外用 WiFi 買取・購入　）
-------------------------------------------------------------- */
body#buy-worldwifi #header {
	background: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	}

/*  ---------------------------------------------------
	=メイン画像（海外用 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:120px;
	}	

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


body#buy-worldwifi .MainVisualColumn .inner {
	background: none;
	padding:144px 20px 0vw 20px;
	overflow:hidden;
	}

body#buy-worldwifi .MainVisualColumn .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	}

body#buy-worldwifi .MainVisualColumn .inner {
    height: calc(65vh - 0px);
    min-height: 600px;
    position: relative;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	}

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


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

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

@media screen and (max-width: 1200px){
body#buy-worldwifi .MainVisualColumn .box .text-area  h1 {
	font-size:5vw;
	}
	}
	
@media screen and (min-width: 1200px){
body#buy-worldwifi .MainVisualColumn .box .text-area  h1 .br {
	display:none;
	}
	}

@media screen and (max-width: 920px){
body#buy-worldwifi .MainVisualColumn .HeadBgR ,
body#buy-worldwifi .MainVisualColumn .HeadBgL {
	background:none;
	}
}

body#buy-worldwifi .MainVisualColumn .box .text-area .ttl {
	font-size:30px;
	margin-bottom:20px;
	}


body#buy-worldwifi .MainVisualColumn .box .text-area .capt {
	display:inline-block;
	padding:10px 27px 8px 27px;
	border:solid 3px #FFF;
	font-size:24px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:28px;
	
	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 .inner .item {
	 max-width:400px;
	 margin-top:0px;
	 display:inline-block;
 	}

/*  ---------------------------------------------------
	=　表（海外用 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: 14px;
    vertical-align: baseline;
    cursor: pointer;
	text-align:center;
	box-sizing:border-box;
	}
	
.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 auto 140px auto;
	border-top:1px #d6d6d6 solid;
	border-bottom:1px #d6d6d6 solid;
	}

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

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


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

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

.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:20px;
	}

.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;
	}


@media screen and (min-width: 1000px) {
.Comparison02 tr.scroll td {
	width:200px;
	}	
}

.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 center;
	position: relative;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	margin-bottom:120px;
	}	

body#mobile-insurance .MainVisualColumn .inner {
    background: rgba(0,0,0,0.3);
	}
	
body#mobile-insurance .MainVisualColumn .inner .item {
    max-width: 400px;
    margin-top: 24px;
	}
	
body#mobile-insurance .MainVisualColumn .box {
	margin-top:-1vw;	
	}

body#mobile-insurance .MainVisualColumn .box .text-area  h1 {
	font-size: 5vw;
	}

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

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:94px 0;
	max-width:980px;
	margin:0 auto;
	}

body#mobile-insurance #Compensability .inner .box {
	display:inline-block;
	padding-top:200px;
	background-size:158px;
	background-repeat:no-repeat;
	background-position: top center;
	margin:0 10px;
	}
	
body#mobile-insurance #Compensability .inner h2 {
	font-size:54px;
	font-weight:300;
	}

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

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

body#mobile-insurance #Compensability .inner .icon-ja {
	background-image:url(/img/mobile-insurance/icon-japan.png) ;
	}
	
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;
	}

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:170px 0 20px 0;
	color:#FFF;
	margin-bottom:120px;
	overflow:hidden;
	}

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

/*モバイル保険　お申し込みはこちら*/
.InsuranceEntry {
	margin-top:-60px;
	}
	
.InsuranceEntry .btn_more a {
	background:#F60;
	padding:30px 60px;
	font-size:20px;
	}
	
.InsuranceEntry .btn_more 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 .NaTtl {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: -60px;
	}

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;
	}

body#mobile-insurance .Coverage {
	background: #ededed;
	padding: 120px 0 0px 0;
	overflow: hidden;
	margin-bottom: 120px;
	}
	
	}
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 #price-insurance {
	text-align:center;
	margin-top:130px;
	margin-bottom:100px;
	}
	
body#mobile-insurance #price-insurance img {
	width:690px;
	}

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

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

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

body#mobile-insurance .EmphasisBg {
	background-color: rgba(255,0,0,0.1)!important;
	}




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

body#mobile-insurance .Unnecessary .inner {
	max-width:1200px;
	width:70%;
	background:url(../img/mobile-insurance/woman.png) no-repeat bottom right;
	background-size:400px;
	background-position:bottom 0 right 0vw;
	padding:100px 0 80px 20px;
	margin:0 auto;
	}

body#mobile-insurance .Unnecessary h2 {
	margin-bottom:40px;
	}
	
body#mobile-insurance .Unnecessary .leadTxte {
	text-align:left;
	font-size:28px;
	line-height:40px;
	max-width:900px;
	margin:0px 0 60px 0;
	}

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

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:center;
	}

@media screen and (min-width: 1000px) {
body#mobile-insurance .Unnecessary .TextArea h3 {
	text-align:left;
	}	
}


/*代理店情報*/
.AgencyInfo{
	text-align:center;
	margin:-80px 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 10px;
	}
	
.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 {
	max-width: 860px;
    width: 70vw;
    margin: 0 auto 100px auto;
	padding:40px 40px 0px 40px;
    text-align:center;
    overflow: hidden;
	border:solid 1px #000;
	text-align:center;
	}

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

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

.AvailableList .btn_more span:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
/* LIST */
.AvailableList .ListArea {
	max-width: 80%;
	margin: 0 auto;
	}
	
.AvailableList .ListArea dl {
	margin-bottom: 40px;
	text-align: left;
	}
	
.AvailableList .ListArea dt {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
    padding-bottom: 6px;
	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 : 600;
	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 center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 120px;
	}

#imotoCM .MainVisualColumn .inner {
	background: rgba(0,0,0,0.2);
	}

#imotoCM .MainVisualColumn .innerBg {
	background: url(/img/feature/vol16-mainImg.png) no-repeat bottom 0vw right;
    background-size: 450px;
    width: 100vw;
    max-width: 1300px;
	}

#imotoCM .MainVisualColumn .inner .box {
	width: 50vw;
	}
	
#imotoCM .MainVisualColumn .inner .item {
	width:41.5vw;
	}

@media screen and (max-width: 1100px) {
#imotoCM .MainVisualColumn .box .text-area  h1	{
	font-size: 4vw;
	}
	
}


@media screen and (min-width: 1100px) {
#imotoCM .MainVisualColumn .innerBg {
	background: url(/img/feature/vol16-mainImg.png) no-repeat bottom -2vw right;
    background-size: 500px;
	}

#imotoCM .MainVisualColumn .inner .box {
	width: 50vw;
	}
}

@media screen and (min-width: 1300px) {
#imotoCM .MainVisualColumn .innerBg {
	background: url(/img/feature/vol16-mainImg.png) no-repeat bottom -3vw right;
    background-size: 520px;
	}
}
	
#imotoCM .MainVisualColumn .innerBg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
	
	max-height: 100%;
    min-height: 560px;
    height: calc(65vh - 0px);
    box-sizing: border-box;
	}


#imotoCM .NormalColumn {
	max-width:680px;
	}


#imotoCM .SpotlightColumn .btn_more a {
	background: #F00;
    padding: 30px 60px;
    font-size: 20px;
	min-width: 260px;
    display: inline-block;
    margin: 0 auto;
	}


#imotoCM .lyrics {
	background:#f5f5f5;
	padding:30px 4vw 20px 4vw;
	margin:0 auto 60px auto;
	max-width:500px;
	box-sizing:border-box;
	}

#imotoCM .lyrics .ttl {
	font-size:18px;
	text-align:center;
	padding:10px 0px;
	border:solid 3px #FFF;
	display:block;
	background:#f8f8f8;
	}

/*  ---------------------------------------------------
	=　イモトのWiFi CM
-------------------------------------------------------------- */

#imotoCM02 .MainVisualColumn {
    background: url(/img/feature/vol17-mainBg.jpg) no-repeat center;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 120px;
	}

#imotoCM02 .MainVisualColumn .inner {
	background: rgba(0,0,0,0.2);
	}

#imotoCM02 .MainVisualColumn .innerBg {
	background: url(/img/feature/vol17-mainImg.png) no-repeat bottom 0vw right;
    background-size: 450px;
    width: 100vw;
    max-width: 1300px;
	}

#imotoCM02 .MainVisualColumn .inner .box {
	width: 50vw;
	}
	
#imotoCM02 .MainVisualColumn .inner .item {
	width:41.5vw;
	}

@media screen and (max-width: 1100px) {
#imotoCM02 .MainVisualColumn .box .text-area  h1	{
	font-size: 4vw;
	}
	
}


@media screen and (min-width: 1100px) {
#imotoCM02 .MainVisualColumn .innerBg {
	background: url(/img/feature/vol17-mainImg.png) no-repeat bottom -2vw right;
    background-size: 500px;
	}

#imotoCM02 .MainVisualColumn .inner .box {
	width: 50vw;
	}
}

@media screen and (min-width: 1300px) {
#imotoCM02 .MainVisualColumn .innerBg {
	background: url(/img/feature/vol17-mainImg.png) no-repeat bottom -3vw right;
    background-size: 520px;
	}
}
	
#imotoCM02 .MainVisualColumn .innerBg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
	
	max-height: 100%;
    min-height: 560px;
    height: calc(65vh - 0px);
    box-sizing: border-box;
	}





#imotoCM02 .NormalColumn {
	max-width:680px;
	}


#imotoCM02 .SpotlightColumn .btn_more a {
	background: #F00;
    padding: 30px 60px;
    font-size: 20px;
	min-width: 260px;
    display: inline-block;
    margin: 0 auto;
	}


#imotoCM02 .lyrics {
	background:#f5f5f5;
	padding:30px 4vw 20px 4vw;
	margin:0 auto 60px auto;
	max-width:500px;
	box-sizing:border-box;
	}

#imotoCM02 .lyrics .ttl {
	font-size:18px;
	text-align:center;
	padding:10px 0px;
	border:solid 3px #FFF;
	display:block;
	background:#f8f8f8;
	}



/*  ---------------------------------------------------
	=　海外地図　（渡航先から比較する）
-------------------------------------------------------------- */
#WorldMapList {
	background:#4d9cfd;
	background-image: url(/img/common/WorldMap.png) ;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80vw;
	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-bottom:20px;
	}

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

#WorldMapList .inner .box dd {
	padding-left: 24px;
	margin: 0 58px 12px 34px;
	color:#0053b9;
	font-size:14px;
	text-align:left;
	}

#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 : 600;
	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 : 600;
	font-size:12px;
	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;
	}

/*  ---------------------------------------------------
	=　海外地図　（渡航先から比較する） 国旗
-------------------------------------------------------------- */
#WorldMapList dd {
	background-size: 20px;
	background-repeat: no-repeat;
	}

#WorldMapList .Italy {
 background-image: url(/img/common/NationalFlag/Europe/Italy.png) ;
 }

#WorldMapList .France {
 background-image: url(/img/common/NationalFlag/Europe/France.png) ;
 }

#WorldMapList .UnitedKingdom {
 background-image: url(/img/common/NationalFlag/Europe/UnitedKingdom.png) ;
 }

#WorldMapList .Germany {
 background-image: url(/img/common/NationalFlag/Europe/Germany.png) ;
 }

#WorldMapList .Spain {
 background-image: url(/img/common/NationalFlag/Europe/Spain.png) ;
 }

#WorldMapList .Korea {
 background-image: url(/img/common/NationalFlag/Asia/Korea.png) ;
 }

#WorldMapList .China {
 background-image: url(/img/common/NationalFlag/Asia/China.png) ;
 }

#WorldMapList .Singapore {
 background-image: url(/img/common/NationalFlag/Asia/Singapore.png) ;
 }

#WorldMapList .Vietnam {
 background-image: url(/img/common/NationalFlag/Asia/Vietnam.png) ;
 }

#WorldMapList .Indonesia {
 background-image: url(/img/common/NationalFlag/Asia/Indonesia.png) ;
 }

#WorldMapList .Japan {
 background-image: url(/img/common/NationalFlag/Asia/Japan.png) ;
 }

#WorldMapList .Taiwan {
 background-image: url(/img/common/NationalFlag/Asia/Taiwan.png) ;
 }

#WorldMapList .Thailand {
 background-image: url(/img/common/NationalFlag/Asia/Thailand.png) ;
 }

#WorldMapList .HongKong {
 background-image: url(/img/common/NationalFlag/Asia/HongKong.png) ;
 }

#WorldMapList .Philippines {
 background-image: url(/img/common/NationalFlag/Asia/Philippines.png) ;
 }

#WorldMapList .Cambodia {
 background-image: url(/img/common/NationalFlag/Asia/Cambodia.png) ;
 }

#WorldMapList .America {
 background-image: url(/img/common/NationalFlag/NorthAmerica/America.png) ;
 }

#WorldMapList .Alaska {
 background-image: url(/img/common/NationalFlag/NorthAmerica/Alaska.png) ;
 }

#WorldMapList .Canada {
 background-image: url(/img/common/NationalFlag/NorthAmerica/Canada.png) ;
 }

#WorldMapList .Hawaii {
 background-image: url(/img/common/NationalFlag/NorthAmerica/Hawaii.png) ;
 }

#WorldMapList .GuamAndSaipan {
 background-image: url(/img/common/NationalFlag/NorthAmerica/GuamAndSaipan.png) ;
 }

#WorldMapList .Argentina {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Argentina.png) ;
 }

#WorldMapList .Cuba {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Cuba.png) ;
 }

#WorldMapList .Chile {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Chile.png) ;
 }

#WorldMapList .Brazil {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Brazil.png) ;
 }

#WorldMapList .Peru {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Peru.png) ;
 }

#WorldMapList .Mexico {
 background-image: url(/img/common/NationalFlag/SouthAmerica/Mexico.png) ;
 }

#WorldMapList .Australia {
 background-image: url(/img/common/NationalFlag/Oceania/Australia.png) ;
 }

#WorldMapList .NewZealand {
 background-image: url(/img/common/NationalFlag/Oceania/NewZealand.png) ;
 }

#WorldMapList .PapuaNewGuinea {
 background-image: url(/img/common/NationalFlag/Oceania/PapuaNewGuinea.png) ;
 }






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

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

#RentalSet .box ol {
	list-style-type:decimal;
	}

#RentalSet .box ol li {
	font-size: 16px;
	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 .inner {
	vertical-align: top;
	}

#international dl {
	display: inline-block;
	vertical-align:top;
	width: 100%;
	margin-bottom: 30px;
	}

#international dt {
	margin-bottom: 10px;
	}

#internationaldd{
	display: inline-block;
	vertical-align:top;
	width: 220px;
	font-size: 12px;
	margin-bottom: 18px;
	}*/


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

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

#international h2 {
	color: #FFF;
	border:none;
	}

#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: 230px;
	font-size: 12px;
	margin-bottom: 12px;
	margin-left: 20px;
	}

#international dd a {
	color: #FFF;
}


/*  ---------------------------------------------------
	= Company (グローバルWiFi)
-------------------------------------------------------------- */
#CompanyWifi #header {
	top: 0vh;
	background: #000;	
}

/*--- メインビジュアル ---*/

#CompanyWifi .MainVisualColumn .inner {
	background: #0276dd;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size: 60%;
	max-width: 1460px;
	margin: 0 auto;
	padding:180px 5vw 3vh;
	min-height: inherit;
	}

#CompanyWifi .MainVisualColumn .inner .box {
	max-width:1300px;
	}

#CompanyWifi .MainVisualColumn .box .text-area {
	width: 50%;
	}
#CompanyWifi .MainVisualColumn .box .photo {
	width: 50%;
	}

#CompanyWifi .MainVisualColumn .box .text-area h1 {
	margin: 0 0 5% 0 !important;
	text-align: left;
	display: block;
	font-size: calc((200% + 0.25vw) * 1.3) ;
	line-height: 30px;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .MainVisualColumn .box .text-area h1 {
	font-size: calc((2rem + 0.25vw) * 1.3) ;
}




#CompanyWifi .MainVisualColumn .box .cpt {
	text-align: center;
	margin-top: 5px;
	font-size:12px;
	color:#FFF;
	}

#CompanyWifi .MainVisualColumn .box .text-area h1 .Ttl {
	text-align: center;
	display: block;
	}



/* 吹き出し本体 */
#CompanyWifi .MainVisualColumn .balloon{
	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用 */ 
}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .MainVisualColumn .balloon{
	font-size: calc((1rem + 0.25vw) * 1.3) ;
}



/* beforeで枠線の三角を表現 */
#CompanyWifi .MainVisualColumn .balloon::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で本体の三角を表現 */
#CompanyWifi .MainVisualColumn .balloon::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;
	}

/* ボタン */
#CompanyWifi .MainVisualColumn .btn_more {
	margin-top: 10px;
	}

#CompanyWifi .MainVisualColumn .btn_more a {
	display: inline-block;
	background:#fff600;
	color:#077eec;
	width: 100%;
	box-sizing: border-box;
	font-size: calc((100% + 0.25vw) * 1.3) ;
	line-height: 3vw;
	padding: 3% 0;
	}

/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .MainVisualColumn .btn_more a {
	font-size: calc((1rem + 0.25vw) * 1.3) ;
}


#CompanyWifi .MainVisualColumn .btn_more i {
	padding-right:10px;
	}

/*--- リード ---*/
#CompanyWifi .LeadArea {
	max-width: 1200px;
	width: 80%;
	overflow: hidden;
	margin: 0 auto 60px auto;
	}

#CompanyWifi .LeadArea .Info {
	width: 46%;
	float: right;
	}

#CompanyWifi .LeadArea .Info h2 {
    padding: 6px 0;
    border-bottom: solid 1px #333;
    border-top: solid 1px #333;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
	}

/*--- もくじ---*/
#CompanyWifi .LeadArea .mokuji {
	width: 46%;
	float: left;
	}

#CompanyWifi .mokuji {
	width: 40%;
	text-align: left;
	}

#CompanyWifi .mokuji dt {
	background:#3675bf;
	border: 4px double #FFF;
	color: #FFF;
	padding: 8px 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 24px;
  width: calc(100% - 1px);
	margin-left: -1px;
	}  

#CompanyWifi .mokuji dt .Ttl {
	display: block;
	text-align: center;
	padding-left: 16px;
	}

#CompanyWifi .mokuji .balloon {
 	position: relative;
	display: inline-block;
 	margin: 10px 0 14px 0;
	padding: 6px 14px 4px 16px;
	min-width: 120px;
 	max-width: 100%;
 	color: #077eec;
	font-size:18px;
	font-weight:600;
	background: #fff;
	border-radius: 5px;
	}

#CompanyWifi .mokuji .balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
 	margin-left: -15px;
	border: 6px solid transparent;
	border-top: 8px solid #FFF;
}


#CompanyWifi .mokuji dd {
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0 10px 20px;
	border: #3675bf 2px solid;
	margin: 1px 0;
	color: #3675bf;
	font-size: calc(70% + 0.25vw);
	line-height:calc(100% + 0.76vw);
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .mokuji dd {
	font-size: calc(0.7rem + 0.25vw);
	line-height:calc(1rem + 0.76vw);
}




/*--- FeatureColumn ---*/
#CompanyWifi .FeatureColumn {
	background:#077eec;
	border-top:6px solid #0665bd;
	padding:50px 20px 100px 20px;
	text-align:center;
	margin-bottom: 60px;
	}
		
#CompanyWifi .FeatureColumn .LeadTtl {
	color:#fff;
	text-align:center;
	margin:0px -20px 0px -20px;
	}

#CompanyWifi .FeatureColumn .LeadTtl h2 {
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	padding:20px 0;
	}

#CompanyWifi .FeatureColumn .balloon {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 10px 7px 13px;
	min-width: 120px;
 	max-width: 100%;
 	color: #077eec;
	font-size:22px;
	font-weight:600;
	background: #fff;
	border-radius: 5px;
	margin-left: -350px;
	}

#CompanyWifi .FeatureColumn .balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
 	margin-left: -15px;
	border: 6px solid transparent;
	border-top: 14px solid #FFF;
	}
	
#CompanyWifi .FeatureColumn .box {
	background:#FFF;
	display:inline-block;
	width:30%;
	max-width:400px;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */ 
	padding:50px 30px 30px;
	margin:0 4px;
	border:solid 3px #d0d9e1;
	box-sizing: border-box;
	vertical-align: top;
	}
	
#CompanyWifi .FeatureColumn .box h3 {
	font-size: calc((78% + 0.25vw) * 1.3) ;
	line-height: calc((60% + 0.7vw) * 1.3);
	margin-bottom: calc((1% + 0.7vw) );
	padding:0;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .FeatureColumn .box h3 {
	font-size: calc((0.78rem + 0.25vw) * 1.3) ;
	line-height: calc((0.6rem + 0.7vw) * 1.3);
}

#CompanyWifi .FeatureColumn .box h3 i{
	display:block;
	font-size: calc((180% + 0.25vw) * 1.3) ;
	margin-bottom:2vw;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .FeatureColumn .box h3 i{
	font-size: calc((2.5rem + 0.25vw) * 1.3) ;
}


@media screen and (max-width: 1150px) {
	#CompanyWifi .FeatureColumn .box h3 br{
	display:none;
	}
}



#CompanyWifi .FeatureColumn .box p {
	text-align:left;
	font-size: calc(60% + 0.25vw);
	line-height:calc(100% + 0.76vw);
	margin-bottom:40px;
	}
/* IE10〜11 */
_:-ms-input-placeholder, :root #CompanyWifi .FeatureColumn .box p {
	font-size: calc(0.6rem + 0.25vw);
	line-height:calc(1rem + 0.76vw);
}


	
#CompanyWifi .FeatureColumn .btn, .tile {
	position:relative;
	display: inline-block;
	text-decoration: none;
	padding: 16px;
	opacity: 0.85;
	cursor: pointer;
	transition: 0.25s ease;
	border:solid 2px #333;
	font-size:14px;
	font-weight : 600;
	line-height:14px;
	padding:10px 0;
	margin: 0 auto;
	text-align:center;
	width:60%;
	min-width:130px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */ 
	}
		
#CompanyWifi .FeatureColumn .btn i {
	font-weight : 600;
	color: #000;
	font-size:14px;
	text-decoration:none;
	position:absolute;
	right:5px;
	}


#CompanyWifi .FeatureColumn .box01 .btn i,
#CompanyWifi .FeatureColumn .box01 h3 {
	color:#28c6b5;
	}

#CompanyWifi .FeatureColumn .box01 .btn {
	color:#28c6b5;
	border-color:#28c6b5;
	}
	
	
#CompanyWifi .FeatureColumn .box02 .btn i,
#CompanyWifi .FeatureColumn .box02 h3 {
	color:#15aabf;
	}

#CompanyWifi .FeatureColumn .box02 .btn {
	color:#15aabf;
	border-color:#15aabf;
	}
	
	
#CompanyWifi .FeatureColumn .box03 .btn i,
#CompanyWifi .FeatureColumn .box03 h3 {
	color:#6998ed;
	}

#CompanyWifi .FeatureColumn .box03 .btn {
	color:#6998ed;
	border-color:#6998ed;
	}


/*  ----　Feature 共通  ---- */
.Feature01 img,
.Feature02 img {
	margin-bottom: 40px;
}

.Feature01 .inner,
.Feature02 .inner,
.Feature03 .inner {
	margin-bottom: 60px;
}

/*  ----　Feature 01 ---- */
#CompanyWifi .Feature01 h2{
	color: #28c6b5;
    border-bottom-color: #28c6b5;
    border-top-color: #28c6b5;
}

#CompanyWifi .Feature01 .btn {
	margin-bottom: 40px;
	text-align: right;
}

#CompanyWifi .Feature01 .btn a{
	font-size: 12px;	
}

/*  ----　Feature 0１ (世界のWIFI)---- */
#CompanyWifi .Feature01 .WorldWifi {
	font-size: 0;
	display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
	margin-bottom: 30px;
}

#CompanyWifi .Feature01 .WorldWifi li{
	border-bottom: 2px solid #cfcfcf;
	border-top: 2px solid #cfcfcf;
	font-size: 12px;
	box-sizing: border-box;
	width: 48%;
	margin-top: -2px;
	padding: 10px 5px 10px 10px;
}

#CompanyWifi .Feature01 .WorldWifi li img {
	width: 50px;
	display: inline-block;
	margin-bottom: 0;
	}

#CompanyWifi .Feature01 .WorldWifi li span {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	}


/*  ----　Feature 02 (補償)---- */
#CompanyWifi .hosho {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
	max-width: 900px;
	margin: 0 auto 40px auto;
}

#CompanyWifi .hosho li {
	display: inline-block;
	width: 17%;
	min-width: 110px;
	max-width: 200px;
	margin: 0 1% 2% 1%;
}

#CompanyWifi .hosho li img{
	margin-bottom: 0;
	}


/*  ----　Feature 02 ---- */
#CompanyWifi .Feature02 h2{
	color: #15aabf;
    border-bottom-color: #15aabf;
    border-top-color: #15aabf;
}

#CompanyWifi .Feature02 .option {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
	margin: 60px auto 0px auto;
}

#CompanyWifi .Feature02 .option li {
	display: inline-block;
	width: 27%;
	min-width: 110px;
	max-width: 250px;
	margin: 0 2vw 0;
}

#CompanyWifi .Feature02 .option li .photo {
	height: 130px;
	width: 120px;
	margin: 0 auto;
	position: relative;
}

#CompanyWifi .Feature02 .option li .photo img {
	position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
	max-height: 120px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	}

#CompanyWifi .Feature02 .option li .ttl {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

#CompanyWifi .Feature02 .option li .btn {
	border: 2px solid #333;
}

#CompanyWifi .Feature02 .option li .btn .BtnInner {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 10px 0 10px 5px;
	color: #333;
	}

#CompanyWifi .Feature02 .option li .btn a i {
	padding-right: 12px;
}

#CompanyWifi .Feature02 .option .inner {
	padding:11px 5px 0 5px;
	margin-bottom:0;
}

#CompanyWifi .Feature02 .option .inner p {
	font-size:12px;
	line-height:18px;
}


/*  ----　受取可能空港  ---- */
#CompanyWifi .Feature03 h2{
	color: #6998ed;
    border-bottom-color: #6998ed;
    border-top-color: #6998ed;
}

div.ReceiptableAirport div.photo {
	display: inline-block;
	float: left;
    width: calc(50% - 10px);
	margin-bottom: 40px;
}

div.ReceiptableAirport dl.ReceiptableAirport {
	display: inline-block;
    font-size: 0px;
    min-width: 256px;
    width: calc(50% - 10px);
    float: right;
    margin-top: -20px;
	margin-bottom: 40px;
}

div.ReceiptableAirport dl.ReceiptableAirport dt,
div.ReceiptableAirport dl.ReceiptableAirport dd {
	border: 2px solid #abcaf7;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px 0px;
	text-align: center;
}

div.ReceiptableAirport dl.ReceiptableAirport dt {
	background: #97bcf2;
	color: #fff;
	margin-left: -1px;
	margin-top: 20px;
	width: 100%;
}

div.ReceiptableAirport dl.ReceiptableAirport dd {
	color: #5887cb;
	display: inline-block;
	margin: -1px;
	width: calc(50% + 1px);
}

div.ReceiptableAirport dl.ReceiptableAirport dd.cap {
	border: none;
	color: #5887cb;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 100%;
}

@media screen and (max-width: 748px) {
div.ReceiptableAirport div.photo,
div.ReceiptableAirport dl.ReceiptableAirport {
	max-width: 100%;
	width: 100%;	
}
}

div.ReceiptableAirport div.wrap {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}

div.ReceiptableAirport dl.merit {
	display: inline-block;
    width: 21%;
    vertical-align: top;
    text-align: center;
    margin: 0% 5%;
	margin-bottom: 20px;
}

div.ReceiptableAirport dl.merit dt,
div.ReceiptableAirport dl.merit dd {
	margin-bottom: 20px;
}

div.ReceiptableAirport dl.merit dd.strong {
	font-size: 1.5rem;
	font-weight: bold;
}

div.ReceiptableAirport dl.merit dd span {
	font-size: 60%;
}

div.ReceiptableAirport p.btn_merit {
	margin-bottom: 80px;
	text-align: center;
}

div.ReceiptableAirport p.btn_merit a {
	border: 2px solid #333333;
	color: #333333;
	padding: 10px;
}

div.ReceiptableAirport p.btn_smart {
	background: #077eec;
	color: #fff;
	display: table;
	font-size: 1.5rem;
	margin: 40px auto;
	padding: 10px 20px;
	text-align: center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

div.ReceiptableAirport ul.smart {
	text-align: center;
}

div.ReceiptableAirport ul.smart li {
	display: inline-block;
	vertical-align: text-top;
	width: 32%;
	max-width:240px;
}

@media screen and (max-width: 640px) {
div.ReceiptableAirport dl.merit {
    width: 50%;
    margin: 0%;
}
}


/*  ----　1. グローバルWiFiのレンタル機器 ---- */
#CompanyWifi #wifiset {
	padding-bottom: 10px;
}

/*  ----　3. オプション ---- */
#CompanyWifi #option {
	padding-bottom: 10px;
}


/*  ----　4. 空港カウンター ---- */
#CompanyWifi #airport .ListArea {
	padding-top:0;
	}

#CompanyWifi #airport .smart {
	margin-bottom:40px;
	}

#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-lead {
	text-align:center;
	margin-bottom:80px;
	}

#CompanyWifi .set-lead img {
	width:90%;
	}
	
#CompanyWifi .set {
	margin-bottom:-20px;
}
	
#CompanyWifi .set .box {
	max-width:190px;
}

#CompanyWifi .set .photo {
	height: 130px;
	/*width: 170px;*/
	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;
	}

#CompanyWifi .set .box h3 {
	font-size:16px;
	line-height:18px;
	font-weight:300;
	margin:0 -20px;
	}

/*  ----　会社情報（ｇｗ） ---- */
#CompanyWifi #contact .CompanyArea {
  margin-bottom: 60px;
  text-align: center;
}

#CompanyWifi #contact .CompanyArea .box {
  max-width: 390px;
  display: inline-block;
  text-align: left;
  padding: 0 1.8%;
  margin-bottom: 40px;
}


#CompanyWifi #contact .CompanyArea h4 {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  background: #f8f8f8;
  padding: 16px 0;
  border-top: dotted 1px #ccc;
  }


#CompanyWifi #contact .CompanyArea dl {
  display: table-footer-group;
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 60px;
  vertical-align: top;
  }

#CompanyWifi #contact .CompanyArea dt {
  display: inline-block;
  width: 20%;
  max-width: 100px;
  vertical-align: top;
  border-top: dotted 1px #ccc;
  padding: 12px 10px;
  }

#CompanyWifi #contact .CompanyArea dd {
  display: inline-block;
  width: 70%;
  border-top: dotted 1px #ccc;
  margin-left: -3px;
  padding: 12px 10px;
}


/*  ---------------------------------------------------
	=共通のレイアウト　（Company各社のテンプレ）
-------------------------------------------------------------- */  
.CompanyWifiTmp .MainVisualColumn .inner {
  max-width: inherit!important;
  background-size:cover!important;
}

.CompanyWifiTmp .MainVisualColumn .box {
	align-items: flex-end;
}

.CompanyWifiTmp .MainVisualColumn .box .text-area {
    width: 50%;
		max-width:
}

.CompanyWifiTmp .MainVisualColumn .box .BtnArea {
    width: 40%;
		}
		
.CompanyWifiTmp .MainVisualColumn .box .BtnArea .btn_more {
	margin-bottom:2vh;
	}

.CompanyWifiTmp .MainVisualColumn .box .cpt {
	margin-top:-1vh!important;
	line-height:13px;
}


/*  ---------------------------------------------------
	=　新着情報ページ
-------------------------------------------------------------- */
.NewsInfoColumn .box {
	width:46%;
	max-width:460px;
	}

.NewsInfoColumn .box li {
	display:inline-block;
	margin:0 4px 0 0;
	}

.NewsInfoColumn .box li img{
	max-width:70px;
	}


.NewsInfoColumn .box dl {
	text-align:left;
	}


.NewsInfoColumn .box dt {
    font-size: 21px;
    line-height: 23px;
    margin: 0 0 24px 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.36px;
	text-align:center;
	}
	
.NewsInfoColumn .box dd {
	margin:0 0 20px 0;
	text-align:center;
	}

.NewsInfoColumn .box table {
	display:inline-block;
	text-align:center;
	}
	
.NewsInfoColumn .box dd td,
.NewsInfoColumn .box dd th {
	padding-bottom:10px;
	font-size:14px;
	}


.NewsInfoColumn .box dd th {
	padding:0 16px 0 0;
	}
	
.NewsInfoColumn .box dd td {
	font-size:14px;
	}

	
.NewsInfoColumn .box dd .summary_table {
	margin-bottom:10px;
	}


.KtAbout .box .TextArea {
	width: 80%;
	}
 
/*  ---------------------------------------------------
	=　注意事項のリスト
-------------------------------------------------------------- */
.notes {
margin-bottom: 0px;
}

.notes ul {
	margin-bottom:60px;
}

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


/*  ---------------------------------------------------
	=　アンケートキャンペーン
-------------------------------------------------------------- */
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: 43%;
}

body#present .MainVisualColumn .photo .BoxR {
  width: 45%;
  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 screen and (max-width: 1150px){
body#present .MainVisualColumn .photo .BoxL {
  width: 52%;
}
	body#present .MainVisualColumn .photo .BoxR img {
    max-height: 30vh;
}

}





}
