@charset "utf-8";


/*******************************************************************************************************************/


html{
	font-size:62.5%;
	background-color:transparent;
	}

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

body{
	color:#333;
	font-size:1.6rem;
	font-style:normal;
	font-weight:400;
	font-family:'Noto Sans Japanese';
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	overflow-wrap:break-word;
	line-height:1.6;
	background-color:transparent;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: none;
	vertical-align: bottom;
}

hr {
	display: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

*, *:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	width:auto;
	height:auto;
	/*max-width:100%;*/
	vertical-align:bottom;
	border:none
	}
	
.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}



/*******************************************************************************************************************/

/* 共通 */

.mT2 {	margin-top: 2px;}
.mL2 {	margin-left: 2px;}
.mR2 {	margin-right: 2px;}
.mB2 {	margin-bottom: 2px;}

.mT5 {	margin-top: 5px;}
.mL5 {	margin-left: 5px;}
.mR5 {	margin-right: 5px;}
.mB5 {	margin-bottom: 5px;}

.mT6 {	margin-top: 6px;}
.mL6 {	margin-left: 6px;}
.mR6 {	margin-right: 6px;}
.mB6 {	margin-bottom: 6px;}

.mT7 {	margin-top: 7px;}
.mL7 {	margin-left: 7px;}
.mR7 {	margin-right: 7px;}
.mB7 {	margin-bottom: 7px;}

.mT10 {	margin-top: 10px;}
.mL10 {	margin-left: 10px;}
.mR10 {	margin-right: 10px;}
.mB10 {	margin-bottom: 10px;}

.mT-03 { margin-top: -3px;}
.mT-10 { margin-top: -10px;}

.mT15 {	margin-top: 15px;}
.mL15 {	margin-left: 15px;}
.mR15 {	margin-right: 15px;}
.mB15 {	margin-bottom: 15px;}

.mT20 {	margin-top: 20px;}
.mL20 {	margin-left: 20px;}
.mR20 {	margin-right: 20px;}
.mB20 {	margin-bottom: 20px;}

.mT25 {	margin-top: 25px;}
.mL25 {	margin-left: 25px;}
.mR25 {	margin-right: 25px;}
.mB25 {	margin-bottom: 25px;}

.mT30 {	margin-top: 30px;}
.mL30 {	margin-left: 30px;}
.mR30 {	margin-right: 30px;}
.mB30 {	margin-bottom: 30px;}

.mT40 {	margin-top: 40px;}
.mL40 {	margin-left: 40px;}
.mR40 {	margin-right: 40px;}
.mB40 {	margin-bottom: 40px;}

.mT50 {	margin-top: 50px;}
.mL50 {	margin-left: 50px;}
.mR50 {	margin-right: 50px;}
.mB50 {	margin-bottom: 50px;}

.mT60 { margin-top: 60px;}
.mL60 { margin-left: 60px;}
.mR60 { margin-right: 60px;}
.mB60 { margin-bottom: 60px;}

.mT70 { margin-top: 70px;}
.mL70 { margin-left: 70px;}
.mR70 { margin-right: 70px;}
.mB70 { margin-bottom: 70px;}

.mT80 { margin-top: 80px;}
.mL80 { margin-left: 80px;}
.mR80 { margin-right: 80px;}
.mB80 { margin-bottom: 80px;}

.mT90 { margin-top: 90px;}
.mL90 { margin-left: 90px;}
.mR90 { margin-right: 90px;}
.mB90 { margin-bottom: 90px;}

.mT100 { margin-top: 100px;}
.mL100 { margin-left: 100px;}
.mR100 { margin-right: 100px;}
.mB100 { margin-bottom: 100px;}


.pT2 {	padding-top: 2px;}
.pL2 {	padding-left: 2px;}
.pR2 {	padding-right: 2px;}
.pB2 {	padding-bottom: 2px;}

.pT5 {	padding-top: 5px;}
.pL5 {	padding-left: 5px;}
.pR5 {	padding-right: 5px;}
.pB5 {	padding-bottom: 5px;}

.pT6 {	padding-top: 6px;}
.pL6 {	padding-left: 6px;}
.pR6 {	padding-right: 6px;}
.pB6 {	padding-bottom: 6px;}

.pT7 {	padding-top: 7px;}
.pL7 {	padding-left: 7px;}
.pR7 {	padding-right: 7px;}
.pB7 {	padding-bottom: 7px;}

.pT10 {	padding-top: 10px;}
.pL10 {	padding-left: 10px;}
.pR10 {	padding-right: 10px;}
.pB10 {	padding-bottom: 10px;}

.pT13 {	padding-top: 13px;}
.pL13 {	padding-left: 13px;}
.pR13 {	padding-right: 13px;}
.pB13 {	padding-bottom: 13px;}

.pT15 {	padding-top: 15px;}
.pL15 {	padding-left: 15px;}
.pR15 {	padding-right: 15px;}
.pB15 {	padding-bottom: 15px;}

.pT20 {	padding-top: 20px;}
.pL20 {	padding-left: 20px;}
.pR20 {	padding-right: 20px;}
.pB20 {	padding-bottom: 20px;}

.pT25 {	padding-top: 25px;}
.pL25 {	padding-left: 25px;}
.pR25 {	padding-right: 25px;}
.pB25 {	padding-bottom: 25px;}

.pT30 {	padding-top: 30px;}
.pL30 {	padding-left: 30px;}
.pR30 {	padding-right: 30px;}
.pB30 {	padding-bottom: 30px;}

.pT35 {	padding-top: 35px;}
.pL35 {	padding-left: 35px;}
.pR35 {	padding-right: 35px;}
.pB35 {	padding-bottom: 35px;}

.pT40 {	padding-top: 40px;}
.pL40 {	padding-left: 40px;}
.pR40 {	padding-right: 40px;}
.pB40 {	padding-bottom: 40px;}

.pT50 {	padding-top: 50px;}
.pL50 {	padding-left: 50px;}
.pR50 {	padding-right: 50px;}
.pB50 {	padding-bottom: 50px;}


.pc_display{
	display: block;
}

.sp_display{
	display: none;
}

@media screen and (max-width: 1098px) {
	
.pc_display{
	display: none;
}


/* スマホメニュー */

.sp_display{
	display: block;
}


.sp_head{
	width:94%;
	margin: 0 3% 3%;
	display: flex;
	justify-content:space-between;	
}

	.sp_logo img{
		width:80%;
	}
	
	.menu{
		margin-top: 15px;
	}
	

	

}


.clearfix::after {
				  content: "";
				  display: block;
				  clear: both;
				}




/*******************************************************************************************************************/

/* header */

header{
	margin-top: 10px;
}


.logo{
	text-align: center;
	margin-bottom: -40px;
}

#nav{
background-image: linear-gradient(
	-45deg,
	#F2F2F2 25%,
	#ffffff 25%,
	#ffffff 50%,
	#F2F2F2 50%,
	#F2F2F2 75%,
	#ffffff 75%,
	#ffffff);
background-size: 5px 5px;
background-attachment: fixed;
}

	.nav-inner{
		width: 1099px;
		margin: 0 auto;
	}
	
		.g-nav-inner li{
			float: left;
			padding: 15px 0;
		}
		
					.g-nav-inner li a{
						font-size: 20px;
						text-decoration: none;
						color: #000;
						font-weight: bold;
					}
					
						.g-nav-inner li a:hover{
							color:#30BCD6;
						}


					.nav01{
						margin-left: 60px;
						margin-right: 50px;
					}
					
					.nav02{
						margin-left: 50px;
						margin-right: 320px;
					}
					
					.nav03{
						margin-right: 120px;
					}


/* スマホ ヘッダー */

@media screen and (max-width: 1090px) {
				

	
	
.menu-trigger{
	cursor: pointer;
}
	
.sp-nav{
	display: none;
	position: absolute;
	top: 70px;
	left:0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	background: #EEEEEE;
	
}



nav.g-nav{
	z-index: 10;
}

.accordion .fas{
	margin-top: 5px;
	}

ul.accordion { /*background:#DDD;*/ width:92%; margin:4% auto; font-size:16px;}
ul.accordion a { font-size: 2.0rem; display:block; padding:2%;  background-position:97% center; background-repeat:no-repeat; text-decoration:none; color:#30BCD6; font-weight:bold; text-align:center;}
ul.accordion a:hover { color: #FFF; background: #30BCD6;}
ul.accordion span { display:block; padding: 10px 10px 10px 20px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}
ul.accordion ul { display:none;}
ul.accordion > li { background:#FFF; border: 3px solid #30BCD6; margin-bottom: 10px;}
ul.accordion > li:last-child { }
ul.accordion > li > p { background: #FFF; text-align:left;}
ul.accordion > li > p span { background-image: url(../../img/common/open.png);}
/*ul.accordion > li > p span.open { background-image:url(../img/close.png);}*/
ul.accordion > li > ul > li { background:#FECACF; border-bottom:1px solid #fff;}
ul.accordion > li > ul > li:last-child { border-bottom: none;}
ul.accordion > li > ul > li > p { background:#999;}
/*ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}*/
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}






	

	
	} 





/*******************************************************************************************************************/

/* main IMG */

.stripe-box{
		display: flex;
	}

		.left-main{
			margin:auto;
			width:50%;
			height     : 467px;
			background-image: linear-gradient(
				-45deg,
				#F9C500 25%,
				#ffffff 25%,
				#ffffff 50%,
				#F9C500 50%,
				#F9C500 75%,
				#ffffff 75%,
				#ffffff);
			background-size: 5px 5px;
			background-attachment: fixed;
		}


		.right-main{
			margin:auto;
			width:50%;
			height     : 467px;
			background-image: linear-gradient(
				-45deg,
				#30BCD6 25%,
				#ffffff 25%,
				#ffffff 50%,
				#30BCD6 50%,
				#30BCD6 75%,
				#ffffff 75%,
				#ffffff);
			background-size: 5px 5px;
			background-attachment: fixed;
			}
	
	.main-img-inner{
		text-align: center;
		margin-top: -467px;
	}
		
/* スマホ メインイメージ */

@media screen and (max-width: 1090px) {

	.stripe-box{
		display:none;
	}
	
	
	.main_img_inner{
		width: 100%;
		margin-top: 0;
	}
	.main-img-inner {
		margin-top: 0;
	}
	
	.main-img-inner img{
		width: 100%;
	}
	
	
}

/*******************************************************************************************************************/

/* page 共通 */

	.section{
		width: 1099px;
		margin: 0 auto;
		
	}
	
	.section-no-width{
		width: 100%;
		margin: 0 auto;
		
	}
	
		.section h2,
		.section-no-width h2{
			font-size:30px;
			text-align:center;
			font-weight: bold;
			
			margin-top: 60px;
			margin-bottom: 60px;
		}


		.section-line{
			border: 1px solid #AAAAAA;
		}


@media screen and (max-width: 1090px) {
	
	.section{
		width: 100%;
		margin: 0 auto;
	}
	
	.section h2,
	.section-no-width h2{
    	font-size: 18px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	
}


/* Unite Travelerの台湾Wi-Fiルーター */

	.wifi-box{
		background:#F2F2F0;
		padding: 60px;
		margin-bottom: 80px;
	}
	
		.product{
			display: flex;
			margin-bottom: 65px;
		}
		
			.product-img{
				margin-right: 20px;
			}
		
			.img-att{
				font-size: 15px;
				color:#AC3018;
				margin-top: 15px;
			}


			.product-item h3{
				color:#AC3018;
				font-size: 25px;
			}
			
			.product-price{
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 50px;
			}
			
			.product-option li{
				padding-left:1em;
				text-indent:-1em;
			}
			
		
		.btn{
			text-align:center;
			margin-bottom: 75px;
		}
		
			.btn a{
				color: #FFF;
				background: #AC3018;
				text-decoration: none;
				font-size: 25px;
				padding: 25px 150px;
				
				border-radius: 10px;		/* CSS3草案 */
				-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
				-moz-border-radius: 10px;	
			}
				
				
		
		
		table.wifi-spec{
			border-collapse: collapse;
			margin: 0;
			padding: 0;
			width: 100%;
			}
			
		table.wifi-spec tr th {
			/*background-color: #FDE679;*/
			font-size: 108%;
			font-weight: normal;
			padding: 20px 0;
			text-align: center;
			font-weight:bold;
		}
		
		table.wifi-spec tr td{
			padding: 20px;
		}
		
		table.wifi-spec tr td,
		table.wifi-spec tr th{
			border: 1px solid #C8C8C8;
			vertical-align: top;
			line-height: 1.4;
			}
		
		
		.campaign h4{
			margin-top: 30px;
			font-weight: bold;
			color: #F00;
		}
		
			.cam-att{
				font-size: 15px;
				color: #F00;
				margin-top: 15px;
			}
			
			
		.campaign{
			display: flex;
			justify-content:space-between;
		}
		
			.battery{
				text-align:center;
			}
			
			.battery img{
				width: 80%;
			}
					
	
/* スマホ */

@media screen and (max-width: 1090px) {

	.wifi-box {
		padding: 20px;
		margin-bottom: 40px;
	}	

	.product {
		display: block;
	}
	
		.product-img img{
			max-width: 100%;
			height:auto;
		}
	
		.product-img {
			text-align: center;
			margin-right: 0;
			margin-bottom: 30px;
		}

		
		.product-price {
			margin-bottom: 20px;
		}
		
			
			.btn a {
				font-size: 16px;
				padding: 20px;
			}
	
	
		table.wifi-spec th,
		table.wifi-spec td{
			display: block;
		}
	
			table.wifi-spec th{
				background: #CCC;
			}
}


			

/*******************************************************************************************************************/

/* 受取場所 */

.ChangeElem_Panel{
  display: none;
  margin-bottom: 40px;
}

.ChangeElem_Btn_Content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

	.ChangeElem_Btn{
		cursor: pointer;
		border: 1px solid #888888;
		text-align:center;
		background: #F2F2F0;
		padding: 7px;
		width: 330px;
		height: 66px;
		
		display: flex;
		align-items:center;
		justify-content: center;
	}

		.is-active{
			color: #FFF;
			background: #30BCD6;
			border: 1px solid #30BCD6;
		}
		
	
	.panel{
		width: 977px;
		margin: 0 auto;
	}
		
		.panel-box{
			margin-left:190px ;
			margin-bottom: 50px;
		}
		
			.panel-txt-01{
				margin-bottom: 25px;
			}
			
			.service-items{
				display: flex;
				margin-bottom: 25px;
			}
		
			.service-head{
				margin-right: 30px;
				font-weight: bold;
			}
			
			.panel-txt-02 span{
				font-weight: bold;
			}
				
		
		
		
				

/* 受取場所 */

@media screen and (max-width: 1090px) {
	

	.ChangeElem_Btn_Content {
		display: block;
		flex-wrap: wrap;
	}
	
		.section-line {
			border: none;		
		}


		.ChangeElem_Btn {
			padding: 7px;
			width: 90%;
			margin-right: 5%;
			margin-left: 5%;
			height: 66px;
			display: flex;
			align-items: center;
			justify-content: center;
		}


			.panel {
				width: 90%;
				margin: 5% auto;
			}
			
				.panel-box {
					margin-left: 0;
					margin-bottom: 20px;
				}
				
					.ChangeElem_Panel img{
						max-width: 100%;
						height:auto;
					}
					
					.service-items {
						display: block;
					}
				

}
				





.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
}

/* 写真と写真との間の隙間 */
.slick-slide {
	margin: 0 30px 20px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}



@media screen and (max-width: 1099px) {
	

}






@media screen and (max-width: 768px) {
	

	
}





@media screen and (max-width: 481px) {
	
.slick-slide {
	margin: 0 10px;
}
	
}

.img-alt{
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 5px;
}

.slick-dotted.slick-slider {
    margin-bottom: 90px!important;
}


.slick-dots{
	padding-top: 20px!important;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	outline: 0;
	border-radius: 5px;
	transition-duration: 0.3s;
}

.slick-dots li button:before {
	content: none;
}
.slick-dots li:nth-child(1) button,
.slick-dots li:nth-child(2) button,
.slick-dots li:nth-child(3) button,
.slick-dots li:nth-child(4) button,
.slick-dots li:nth-child(5) button,
.slick-dots li:nth-child(6) button,
.slick-dots li:nth-child(7) button,
.slick-dots li:nth-child(8) button,
.slick-dots li:nth-child(9) button,
.slick-dots li:nth-child(10) button,
.slick-dots li:nth-child(11) button,
.slick-dots li:nth-child(12) button,
.slick-dots li:nth-child(13) button,
.slick-dots li:nth-child(14) button,
.slick-dots li:nth-child(15) button,
.slick-dots li:nth-child(16) button {
	background: #DDDDDD;
	border-radius: 10px;
	width: 12px;
	height: 12px;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	border-radius: 10px;
	width: 12px;
	height: 12px;
	background: #22BCD8;
}



/*******************************************************************************************************************/

/* ご利用ガイド */

.section-upper{
		margin:auto;
		width:100%;
		
		background-image: linear-gradient(
			-45deg,
			#97DDEA 25%,
			#ffffff 25%,
			#ffffff 50%,
			#97DDEA 50%,
			#97DDEA 75%,
			#ffffff 75%,
			#ffffff);
		background-size: 5px 5px;
		background-attachment: fixed;
		}	
	
	.section-upper h2{
		padding: 60px 0 0 0;
	}
	
		
		.step{
			display:flex;
			width: 930px;
			margin: 0 auto 35px;
		}
		
			.num{
				color: #000;
				font-size: 20px;
				background: #F8C400;
				text-align: center;
				font-weight: bold;
				width: 155px;
				height: 155px;
				padding-top: 43%;
				text-align: center;
				
				
				
				border-radius: 50%;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				
				margin-bottom: 20px;
			}
			
			.step1,
			.step2,
			.step3,
			.step4,
			.step5{
				background: #FFF;
				padding: 10px;
				width: 176px;
				margin-right: 13px;
			}
		 	
			.step1 p,
			.step2 p,
			.step3 p,
			.step4 p,
			.step5 p{
				font-size: 14px;
			}
				
			
			.upper-txt{
				text-align:center;
				padding-bottom: 45px;
			}


		.section-bottom{
			background: #F5F5F3;
			border-top: 1px solid #FFF;
			padding-bottom: 40px;
		}
		
			.section-bottom-inner{
				width: 930px;
				margin: 60px auto 0;
			}


		.online-step{
			display: flex;
			margin-left: 20px;
		}
		
		
			.online-step .num{
				align-items:center;
				
				color: #000;
				font-size: 25px;
				background: #F8C400;
				text-align: center;
				font-weight: bold;
				width: 155px;
				height: 155px;
				padding-top: 35px;
				text-align: center;
				
				border-radius: 50%;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				
				margin-right: 48px;
				
			}
			
			.online-step2{
				/*margin-top: 45px;*/
				margin-top: 30px;
			}
			
			.online-step3{
				/*margin-top: 150px;*/
				margin-top: 30px;
			}
			
			.online-step4{
				/*margin-top: 20px;*/
			}
			
			.online-step5{
				margin-top: 20px;
			}
	
	
				.num_txt{
					font-size: 17px;
					color: #303030;
				}
				
				.online-txt-step1{
					margin-top: 40px;
					line-height: 1.6;
				}
				
				.online-txt-step2{
					margin-top: 50px;
					/*margin-top: 70px;*/
					line-height: 1.6;
					width: 700px;
				}
				
				.online-txt-step3{
					margin-top: 30px;
					line-height: 1.6;
					width:700px;
				}
				
				
					.online-txt-step3 h3{
						color: #30BCD6;
						margin-bottom: 5px;
						font-weight: bold;
					}
					
					.text-indent{
						padding-left: 1em;
						text-indent: -1em;
					}
					
					
				.online-txt-step4{
					line-height: 1.6;
					width:700px;
				}	
				
					.online-txt-bold{
						font-weight: bold;
					}
					
				.online-txt-step5{
					line-height: 1.6;
					width:700px;
				}	
					



/* スマホ */

@media screen and (max-width: 1090px) {
	
	.step{
		display: block;
		width: 100%;
		margin: 0 auto 35px;
	}
	
	
		.step1, .step2, .step3, .step4, .step5 {
			margin-right: 0;
			width: 90%;
			margin: 0 5% 10px;
		}
		
			.num {
				font-size: 16px;
				text-align: center;
				font-weight: bold;
				width: 100%;
				height: auto;
				padding:8px;
				text-align: left;
				border-radius: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				margin-bottom: 10px;
			}
			
				.upper-txt {
					text-align: left;
					width: 90%;
					/*margin: 0 5% 10px;*/
					margin: 0 5% 0;
					padding-bottom: 45px;
				}
			
			
	.section-bottom-inner {
		width: 100%;
		margin: 30px auto 0;
	}
	
		.online-step {
			display: block;
			margin-left: 0;
			width: 90%;
			margin: 0 5% 10px;
		}
			
		
		
			.online-step .num {
				font-size: 16px;

				font-weight: bold;
				width: 100%;
				height: auto;
				padding-top: 0;
				text-align: left;
				border-radius: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				margin-right: 0;
				padding: 10px;
			}
			
				.online-txt-step1 {
					margin-top: 10px;
				}
				
				.online-txt-step2 {
					margin-top: 0;
					margin-bottom: 30px;
				}
				
				.online-txt-step3 {
					margin-top: 0;
					margin-bottom: 30px;
				}
				
				
			.online-step3 {
				margin-top: 0;
			}
			
			.online-txt-step2,
			.online-txt-step3,
			.online-txt-step4,
			.online-txt-step5 {
				width: 100%;
			}
				
				
	
	.battery{
		margin-top: 30px;
	}
				
	
}



				







/*******************************************************************************************************************/

/* よくあるご質問 */



	.faq_inner{
		width: 1098px;
		margin: 0 auto 80px;
	}

	.faq h3{
		text-align:center;
		font-size: 22px;
		font-weight: bold;
	}



	.accordionbox{
		
		margin: 10px auto 40px;
	}
	
	.accordionlist{
		margin-bottom: 10px;
	}
	
	.accordionlist dt{
		display:block;
		background: #F8C400;
		padding: 20px 0 10px 40px;
		font-weight: bold;
		cursor: pointer;
	}

	.accordionlist dt.over{
		padding: 20px 0 10px 57px!important;
	}
	
	.accordionlist dt.clicked{
		/*border: 1px solid #000;*/
	}
	
	.accordionlist dt.clicked:first-child {
		/*border-top:1px solid #000!important;*/
	}
	
	
	
	.accordionlist dt:first-child{
		border-top: none !important;
	}
	.accordionlist dt .title{
		padding-left: 10px;
		float: left;
		width: 90%;
	}
	.accordionlist dd{
		display:none;
		background: #F2F2F0;
		padding:40px 68px;
		/*border-top: 1px solid #DBDBDB;*/
		line-height:1.6;
		
	}
	.accordion_icon,
	.accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon {
		position: relative;
		width: 30px;
		height: 30px;
		float: right;
		margin-right: 20px;
		margin-top: 5px;
	}
	.accordion_icon span {
		position: absolute;
		left: 6px;
		width: 70%;
		height: 3px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	.accordion_icon span:nth-of-type(1) {
		top: 5px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.accordion_icon span:nth-of-type(2) {
		top: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	/*＋、－切り替え*/
	.accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	.accordion_icon.active span:nth-of-type(2) {
		top: 5px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	
	

	.rental_btn{
		width: 1099px;
		margin: 80px auto 100px;
		text-align:center;
	}
	
	.rental_btn a::before{
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: 58px;/*画像の幅*/
		height: 58px;/*画像の高さ*/
		background-image: url(images/hosyou-icon.png);
		background-size: contain;
		vertical-align: middle;
		margin-right: 35px;

	}
		
	
	.rental_btn a{
		text-align: center;
		color: #000;
		background: #EEEEEE;
		display: block;
		border: 3px solid #AE2F0C;
		text-decoration: none;
		font-weight: bold;
		font-size: 20px;
		padding: 40px 0;
		
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		
		transition: all 0.6s ease;
	}
	
	.rental_btn a:hover{
		background: #AE2F0C;
		color: #FFF;
		
	}
		

	
	
/* スマホ よくあるご質問 */

@media screen and (max-width: 1090px) {
	

.accordionlist dt{
    padding: 20px;
	font-size: 15px;
}

.accordionlist dt.over {
    padding: 20px!important;
}

.accordionlist dt .title {
    width: 80%;
}

.accordionlist dd {
    padding: 45px;
}



.rental_btn {
    width: 90%;
    margin: 40px auto 30px;
    text-align: center;
}

	.rental_btn a::before{
		width: 20px;/*画像の幅*/
		height: 20px;/*画像の高さ*/
		background-image: url(images/hosyou-icon.png);
		margin-right: 10px;
	}


	.rental_btn a{
		font-size: 16px;
		padding: 20px;
		
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		
		transition: all 0.6s ease;
	}

}


/*******************************************************************************************************************/

/* pagetop */

#pagetop {
    display: none;
    position: fixed;
    bottom: 80px;
	right: 0;
}

#pagetop a {
    display: block;
}

#pagetop a {
  top: 0;
  left: 0;
}
#pagetop a:hover {

}

@media screen and (max-width: 1090px) {

	#pagetop {
		right: -24px;
	}

		#pagetop img{
			width: 70%;
			height:auto;
		}
		
}


/*******************************************************************************************************************/

/* footer */

footer{
	background: #EEEEEE ;
	text-align: center;
	color: #000;
	padding: 30px 0;
}


/*******************************************************************************************************************/

/* Unite Travelerの台湾Wi-Fiルーターは容量無制限で超低価格！ */

.wifi-price,
.compar_price{
	width: 1100px;
	margin: 0 auto 60px;
	text-align:center;
}

	.wifi-price{
		display: flex;
		
		justify-content:space-between;
	}

		.wifi-rent{
			width: 527px;
			border: 1px solid #BBBBBB;
			
			text-align:center;
			
			/*
			border-radius: 3%;
			-webkit-border-radius: 3%;
			-moz-border-radius: 3%;*/
			
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
			
			background: #EEEEEE;
		}
		
			.wifi-head{
				padding-top: 25px;
				
				
			}
			
				.head-ttl{
					color:#AC3018;
					font-size: 23px;
					font-weight: bold;
					
					margin-bottom: 20px;
				}
				
				.head-lead{
					font-size: 18px;
					margin-bottom: 20px;
				}
				
			
			.wifi-bg{
				background:#FFFFFF;
				padding: 18px 0;
			}

	@media screen and (max-width: 1090px) {
		
		.wifi-price,
		.compar_price{
			width: 100%;
			padding: 20px;
			
			margin: 0 auto 0;
		}
		
			.wifi-price{
				display: block;
			}
		
		
		.wifi-rent{
			width: 100%;
			margin-bottom: 30px;
		}
		
			.head-ttl{
				font-size: 18px;
			}

			.wifi-bg img,
			.compar_price img{
				max-width: 100%;
			}
		
	}


/*******************************************************************************************************************/

/* iPASSカードの予約取次 */

	.ipass-wrap{
		width: 980px;
		margin: 0 auto;
		
		text-align:center;
	}

	.ipass-wrap .btn{
		margin-top: 50px;
	}

	.ipass_img{
		margin: 20px 0;
	}

@media screen and (max-width: 1090px) {

	.ipass-wrap{
		width: 100%;
		padding: 20px;
		margin: 0 auto 0;
	}
	
		.ipass-wrap img{
			width: 100%;
		}
	
		.ipass-txt{
			text-align:left;
		}
}








