@charset "utf-8";

/********************************************************
	WiFiスポット（フリーWiFi）との徹底比較
********************************************************/

.exception_ttl {
	border-top: none;
	margin-top: -15px;
	margin-bottom: 15px;
}


/*-----------------------------------------------
	宿泊しているホテルで使えるWiFiって何が違うの？
------------------------------------------------*/

.hotelwifi li {
	line-height: 1.7em;
	margin: 2px 0;
}



/*-----------------------------------------------
	比較表
------------------------------------------------*/

.blue_bk {
	background: #008ae1;
	margin-top: 50px;
	margin-bottom: 50px;
}

.comparison_content_inner {
	background: #008ae1;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 25px;
}

.comparison_title{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}

.comparison_title .ttl {
	padding: 16px 0;
	height: auto;
	line-height: 1.5em;
}

.comparison_title .lr{
	width: 41%;
	font-size: 23.5px;
	letter-spacing: -0.1px;
}

.comparison_item {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comparison_item .lr{
	width: 41%;
}

.comparison_title .cen{
	width: 18%;
	font-size: 25.5px;
}

.comparison_item .cen{
	width: 18%;
}

.comparison_item .-title {
	margin-top: 10px;
	font-size: 1.4rem;
}

.hr_white {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #fff;
}

.comparison_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.font_adjust{
	font-size: 19px;
}


/*-----------------------------------------------
	フリーWiFi/ホテルWiFiの主な注意点
------------------------------------------------*/

.measures p {
	width: 100%;
}


/*-----------------------------------------------
	WiFiルーターレンタルとフリーWiFi/ホテルWiFi比較のまとめ
------------------------------------------------*/

.protrude_ttl {
	margin-left: -30px;
	margin-right: -30px;
}

.module-exception-inner {
	padding: 0 12px;
}

.app {
	border: 2px solid #eeeeee;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	height: 190px;
}

.app .item {
	width: 33.3%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.app .item p{
	width: 100%;
}

.appnone {
	border: 2px solid #eeeeee;
	border-radius: 4px;
	height: auto;
	padding: 1px;
}

.faceflex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.faceflex .item{
	margin-top: 30px;
	width: 50%;
	text-align: center;
}
