/* ---------------------
	[WSYS-2957] LP新規作成_WEB広告用LP
	https://townwifi.com/lp/wifirental20off
	上記ページでもこのCSSをよんでいます。
--------------------- */

/* ---------------------
	- common setting
	- wrapper
	- header
	- container
	- footer
--------------------- */

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* =====================
	common setting
===================== */

.container .pc {
	display: none;
}
.container .sp , .header_right .sp{
	display: inline-block;
}

/*	float
------------------------*/

.float_l_pc {
	float: none;
}
.float_r_pc {
	float: none;
}

/*	btn_regist
------------------------*/

.btn_regist {
	max-width: 100%;
}
.btn_regist:before {
	display: none;
}
.btn_regist a {
	display: block;
	position: relative;
	padding: 0;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 56px;
}

.btn_regist_small {
	width: 125px;
	height: 30px;
}
/* WSYS-11758 【フロント】自社LP_Twitterアイコンとボタンテキスト修正 20241210 J.Young */
.btn_regist_small a {
	padding: 6px 43px 0 20px;
	font-size: 0.90rem;
	text-align: left;
	line-height: 1.1;
	font-weight: normal;
}
.btn_regist_small a:before {
	display: none;
}
.btn_regist_small a:after {
	top: 0;
	right: 15px;
	width: 11px;
}

.m-0{
	margin: 0;
}
/* WSYS-11758 【フロント】自社LP_Twitterアイコンとボタンテキスト修正 20241210 J.Young */
.btn_regist span.text-nowrap {
    white-space: nowrap;
}
.d-flex {
	display: flex;
}

/* =====================
	wrapper
===================== */

.wrapper {
	min-width: 320px;
}

/* =====================
	header
===================== */

.header {
	width: 100%;
	height: 40px;
	padding: 0 10px 0 10px;
}
.header .header_left {
	width: 190px;
	max-width: 55%;
	margin: 4px 0 0 0;
}
.header .header_left p {
	display: none;
}
.header .header_right {
	text-align: right;
}
/* WSYS-11758 【フロント】自社LP_Twitterアイコンとボタンテキスト修正 20241210 J.Young */
.header .header_right .btn_regist {
	width: 100%;
	max-width: 150px;
	margin: 5px 0 0 0;
}

.header .header_left .logo {
	width: auto;
}

.header_logo_ie {
	height: auto;
}

/* =====================
	container
===================== */

/*	visual_area
------------------------*/

/* WSYS-11713 【フロント】自社LPのMV差し替え_総額割引から端末割引へ変更 20241128 M.Shimizu */
/* WSYS-12546 【フロント】桜田ひよりさん2023年契約終了につき、画像差し替え 20250724 M.Shimizu */
.visual_area {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	background-image: url("../../images/contents/wifirental20off/bg_main_sp.png?date=20250724");
	background-size: contain;
}
.visual_area.lp_bnr {
	text-align: center;
}
.visual_area.lp_bnr img {
	width: 100%;
	max-width: 400px;
}
.visual_area:before {
	display: block;
	content: "";
	padding: 67% 0px 0 0;
}
.visual_area.lp_bnr:before {
	display: none;
}
.visual_area .content_area {
	position: absolute;
	top: 0;
	width: 80%;
	height: auto;
	padding: 5% 0 0 5%;
}
.visual_area .btn_regist {
	position: relative;
}
.visual_area.lp_bnr + .btn_area {
	display: block;
}

.mainvisual_caption {
	width: 90%;
	margin: 10px auto 0;
	font-size: 1.2rem;
	line-height: 1.8;
}

.sns_area{
	position:static;
	margin: 20px auto;
	width: 48%;
}
.sns_area ul{
	letter-spacing:-.50em;
}
.sns_area li{
	text-align: center;
	letter-spacing:normal;
	display:inline-block;
	width:24%;
	margin-left:12%;
}
.sns_area li:first-child{
	margin-left:0;
}
.sns_area img{
	max-width: 100%;
}

/*	特定アフィででるボタン
------------------------*/

.lp_bnr_img_main_visual.on_regist_btn .btn_regist{
	display: none;
}


/*	content_area
------------------------*/

.content_area {
	padding: 30px 3% 30px 3%;
}
.content_area .content_block {
	width: 100%;
}
.content_area .content_text {
	padding: 0 2% 0 2%;
}
.content_box + .content_box {
	margin: 30px 0 0 0;
}


/*	content_area > headline, text
------------------------*/

.content_area h3 {
	margin: 0 0 15px 0;
	font-size: 2.4rem;
}
.content_area .border_title {
	margin: 0 0 30px 0;
}
.content_area .rounded_title {
	margin: 30px 0 30px 0;
}
.text_left_sp {
	text-align: left;
}

/*	content_area = btn_area
------------------------*/

.btn_area {
	padding: 0 3% 0 3%;
}

/*	content_area = wifi_area
------------------------*/

.wifi_area .content_text {
	width: 100%;
}
.wifi_area .content_text h3 {
	font-size: 2.4rem;
	font-weight: bold;
}
.wifi_area .content_img {
	padding: 0 15% 0 15%;
}

/*	content_area = plan_area
------------------------*/

.speed_area {
    padding: 4vw;
}
.speed_area .plan_difference {
    padding: 0;
}
.plan_difference p {
    width: 50%;
}
.plan_capacity p {
	width: 100%;
}
.speed_area h4.-title, .capacity_area h4.-title {
    font-size: 2.0rem;
    margin-bottom: 2vw;
}
.speed_area .history_area {
    padding: 3vw;
    margin-top: 2vw;
}
.speed_area .rounded_title {
    margin: 1vw 0;
    font-size: 1.4rem;
}
.capacity_area {
    padding: 4vw;
}

.plan_capacity {
	background: #fff;
	padding: 0 2vw;
}

.fairuse_area .-inner_title {
	font-size: 1.6rem;
	margin-bottom: 6vw;
	padding-top: 6vw;
}

.fairuse_box {
	width: auto;
	margin-bottom: 3vw;
}

.fairuse_list .-item {
	width: 24%;
	height: 130px;
	background-color: #fff;
	border: 2px solid #bf9d6f;
}

.fairuse_list .-item .-ico {
	padding-top: 4vw;
}

.fairuse_list .-item .-ico img {
	width: 50%;
}

.fairuse_list .-item .-item_ttl {
	padding: 1.5vw 0;
	letter-spacing: 0;
	font-size: 1.1rem;
}

.fairuse_list .-item .-item_ttl span {
	font-size: 1.1rem;
}

.fairuse_list .-item .indication_txt {
	padding: 0;
	font-size: 3.2vw;
}

.plan_capacity .-note {
	line-height: normal;
	padding-bottom: 4vw;
}

/*	content_area = simulator_area
------------------------*/

.simulator_area .content_block {
	width: 94%;
	margin: 0 3% 30px 3%;
}
.simulator_area .price_search02 .box02 {
	position: relative;
	top:0;
	right:0;
}
.simulator_area .price_search02 .perday {
	font-size: 15px;
	margin: 0;
}
.simulator_area .price_search02 table.select_box {
	width: 100%;
}
.simulator_area .price_search02 table.select_box td {
	display: block;
	width: 100%;
}
.simulator_area .price_search02 table.select_box td + td {
	margin: 20px 0 0 0;
}
.simulator_area .price_search02 dl {
	display: block;
}
.simulator_area .price_search02 dl dt {
	line-height: 1;
}
.simulator_area .price_search02 dl dd{
	font-size:15px;
}
.simulator_area .price_search02 .box02 {
	padding: 0 15% 0 15%;
}
.simulator_area .price_search02 .box02 .price_btn_02 {
	position: relative;
	left: 0;
	width: 100%;
	max-width: 260px;
	height: 40px;
	margin: 30px auto 30px auto;
}
.simulator_area .price_search02 .box02 .price_btn_02 p {
	line-height: 40px;
}
.simulator_area .price_search02 .box03 {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 60px 0 60px;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
}
.simulator_area .price_search02 .select_box label.selectTypeA {
	width: 100%;
}

.simulator_area .price_search02 table.select_box .area {
	width: auto;
}

/* simulator */
#Simulation .price_search02 {
	width: 100%;
}
#Simulation .price_search02 .box02 {
	position:static;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#Simulation .tit {
	position:static;
	margin-left: 0px;
}

#Simulation .price_search02 table.select_box td{
	margin-bottom: 10px;
}

#Simulation label.selectTypeA {
	width:100%;
}

#Simulation .price_search02 table.select_box {
	width:100%;
}

#Simulation .price_search02 table.select_box td {
	display: block;
	width:100%;
}

#Simulation .price_search02 .box03 {
	padding-left:0px;
}

#Simulation .price_search02 .perday {
	display:block;
}

#Simulation .price_search02 dl {
	display:block;
	text-align: center;
	padding: 10px;
	margin: 0 auto;
}

#Simulation .price_search02 .box03{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.price_plandate_icon{
	display: none;
}

.price_simu_left{
	float: none;
}

.box0203_wrap{
	width: 100%;
	float: none;
}

#Simulation #add_view table.select_box td{
	padding-bottom: 0;
}
#Simulation #add_view table.select_box td.country{
	padding-bottom: 10px;
}
.add_counties img{
	width: 48%;
}

#Simulation .price_search02 .box02 img{
	width: 80%;
}

/*	content_area = map_area
------------------------*/

.map_area .content_text {
	width: 100%;
	margin: 0;
}
.map_area .content_text .text_underline {
	font-weight: normal;
	border-bottom: none;
}
.map_area .map_navi {
	height: auto;
	margin: 3.125% 0 0 0;
}
.map_navi li {
	display: inline-block;
	width: 48%;
	margin: 0 0 2% 0;
	background: #4c9be4;
	border-radius: 5px;
}
.map_navi li:nth-of-type(odd) {
	margin: 0 2% 0 0;
}
.map_navi li a {
	display: block;
	position: relative;
	padding: 3% 0 3% 5%;
	color: #fff;
	font-size: 1.3rem;
}
.map_navi li a:after {
	display: inline-block;
	content: "\f105";
	position: absolute;
	right: 5%;
	bottom: 15%;
	font-family: FontAwesome;
}

/*	content_area = step_area
------------------------*/

.step_area .content_box {
	margin: 0 0 10px 0;
	padding: 0 0 30px 0;
	text-align: center;
}
.step_ol .step_li {
	display: inline-block;
	width: 100%;
}
.step_ol .step_li:not(:last-child) {
	margin: 0 0 30px 0;
}
.step_ol .step_li:not(:last-child):after {
	top: auto;
	right: auto;
	bottom: -20px;
	left: 50%;
	transform: rotate(90deg);
}
.step_ol .step_li p {
	width: 66%;
	font-size: 1.6rem;
}
.step_ol .step_li p:nth-of-type(1) {
	float: left;
	width: 35%;
}
.step_ol .step_li p:nth-of-type(2) {
	float: right;
	width: 60%;
	font-size: 1.4rem;
}
.step_ol .step_li:not(:last-child) p:nth-of-type(2) {
	margin: 0 0 10px 0;
}

/*	content_area = pack_area
------------------------*/

.pack_area .content_block {
	box-shadow: none;
	padding: 0;
}
.pack_area .content_block .inner {
	width: 100%;
	margin-bottom: 20px;
}
.pack_area .content_box + .content_box {
	margin: 20px 0 0 0;
}
.pack_area .content_text {
	width: 100%;
}
.pack_area .content_text p + p {
	margin: 20px 0 0 0;
}
.pack_area .rounded_title {
	margin: 0 0 20px 0;
}
.pack_table {
	border: 2px solid #f3f3f1;
}
.pack_table tr {
	float: right;
	display: flex;
	flex-direction: column;
	width: calc(80% / 3);
}
.pack_table tr:nth-of-type(1) {
	float: left;
	width: 20%;
}
.pack_table th,
.pack_table td {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #f3f3f1;
	box-sizing: border-box;
}
.pack_table .row1 {
	line-height: 1;
}
.pack_table .top_th {
	width: 100%;
	margin: 0;
	font-size: 1rem;
	text-align: center;
	line-height: 1;
}
.pack_table .side_th {
	flex-direction: column;
	background: #172c4f;
	color: #fff;
	font-weight: bold;
}
.pack_table .side_th small {
	font-size: 1rem;
	line-height: 1;
}
.pack_table td {
	height: 50px;
	font-size: 1.2rem;
	line-height: 1;
}
.pack_table td strong {
	color: #ff3366;
	font-size: 1.4rem;
	font-weight: bold;
}

/*	content_area = voice_area
------------------------*/

.voice_area .content_block {
	margin: 0 0 30px 0;
}
.voice_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 8%;
}

.voice_box {
	width: 45%;
	margin: 0 auto 50px ;
	padding: 20px 10px 0;
}
.voice_box.-num1,
.voice_box.-num2 {
}

.voice_box .-ttl {
	font-size: 1.2rem;
	width: 70%;
	margin: 0 auto;
	padding: 5px 0;
	line-height: normal;
}

.voice_box .-btn {
	font-size: 1.2rem;
	width: 70%;
	margin: 10px auto;
	padding: 2px 0;
}

.voice_box .-detail {
	font-size: 1.0rem;
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(251,52,138,0.9);
	transition: 0.2s;
	opacity: 0;
}

.voice_box .-img > img{
	transition: 0.2s;	
}

.voice_box:hover .-img > img{
	transform: scale(1.05);
}

.voice_box:hover .-detail {
	z-index: 2;
	opacity: 1;
}

.voice_box .cap_txt {
	margin-top: 10%;
	line-height: 1.5;
	text-align: left;
}

.voice_area .module-base_btn{
	min-width: 63.33vw;
	font-size: 1.4rem;
	line-height: 12vw;
	height: 12vw;
	padding: 0 8vw;
	border-radius: 12vw;
}

.voice_area .module-base_btn:after{
	font-size: 1.8rem;
	right: 2.67vw;
}

/*	content_area = support_area
------------------------*/
/* WSYS-12340 【フロント】Skypeサービス終了に伴い削除① 20250527 J.Jiyun */
.support_area .content_block {
	height: auto;
	padding: 0;
	background: none;
	box-shadow: none;
	text-align: center;
	display: block;
}
.support_area .content_text {
	width: 100%;
	height: 100%;
}
.support_area .content_text h3 {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 5px 2px 5px 2px;
	border-top: 1px solid #333;
	font-size: 2rem;
	text-align: center;
}
.support_area .content_text h3 span {
	font-size: 1.6rem;
}
.support_area .content_text h3 strong {
	font-weight: normal;
}
.support_area .content_text p {
	text-align: left;
}

/*	content_area = qa_area
------------------------*/

.qa_area .content_block {
	margin: 0 auto 30px auto;
}
.qa_area .voice_dl{
	width: 100%;
	border-bottom: 1px solid #172c4f;
	text-align: left;
}
.qa_area .q_text,
.qa_area .a_text {
	position: relative;
	width: 100%;
}
.qa_area .q_text {
	padding: 3px 0 10px 45px;
}
.qa_area .q_text:not(:first-child) {
	padding: 20px 0 10px 45px;
}
.qa_area .a_text {
	display: none;
}
.qa_area .q_text:before,
.qa_area .a_text:before {
	font-size: 1.6rem;
}
.qa_area .more_btn {
	display: block;
	color: #172c4f;
	text-align: right;
	text-decoration: underline;
}

/* =====================
	footer
===================== */

.footer {
	height: 40px;
}
.footer .copyright {
	line-height: 40px;
}



/* -------------------------------------
	モーダルボックス
---------------------------------------- */

.modalBoxContents {
	font-size:1.4rem;
	color:#666;
}

.modalBox {
	 padding:9% 4.6875%;
	 width:auto;
	 height:auto;
}

/* ---------------------
	[WSYS-2957] LP新規作成_WEB広告用LP
	https://townwifi.com/lp/wifirental20off
	上記ページでもこのCSSをよんでいます。
--------------------- */
.ttl_20off{
	min-width: auto;
	width: auto;
	margin: 0 auto;
	background-color: #FFFF00;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 2px;
}
.ttl_20off .ttl{
	display: inline-block;
	padding: 4px 6px;
	margin: 0 0 0 0;
	border-radius: 8px;
	font-size: 16px;
	background-color: transparent;
	color: #2a70d3;
}
.ttl_20off .txt{
	font-size: 16px;
}
.ttl_20off_date{
	min-width: auto;
	position: static;
	width: 100%;
	background-color: #FFFF00;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 2px;
}


.discount_price {
	width:100%;
}
/*タブ表示のときの調整ここから*/


.header {
	min-width: auto !important;
	width: 100%;
}
.visual_area {
	min-width: auto;
	width: 100%;
	background-position: center top;
	margin: 0 auto 10px auto;
}
.visual_area .content_area {
	padding: 14px 0 0 10%;
}

.content_area {
	min-width: auto;
}
/* WSYS-11212 【フロント・VMDB】新規場所追加_グランデュオ蒲田 20240718 M.Amano */
.footer {
	min-width: auto !important;
}
/*タブ表示のときの調整ここまで*/


.wrap_btn_cv_page_bottom .btn_cv_page_bottom{
	display: flex;
	z-index: 300;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #fff;
}
.btn_cv_page_bottom a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 0;
}
.btn_cv_page_bottom .theme-btn_line {
	padding-right: 2vw;
	padding-left: 4vw;
	border: 1px solid #00b900;
}
.btn_cv_page_bottom .theme-btn_cv {
	padding-right: 2vw;
	padding-left: 3vw;
	background: #e30000;
}





.module-smapi_area{
	padding: 20px 2.667vw 20px;
}
/* スマピのバナー */
.module-smapi_btn{
	align-items: normal;
	box-shadow: none;
	max-width: none;
}
.module-smapi_btn .-img{
	width: 25%;
	position: relative;
	background: url(../../images/page/module/sp/receive_smapi_sp.png?date=20190509) no-repeat center bottom;
	background-size: 100% auto;
}
.module-smapi_btn .-img img{
	display: none;
}
.module-smapi_btn .-smapi_txt{
	width: 75%;
	padding: 2.2% 0 2.2% 2.2%;
}
.module-smapi_btn .-smapi_txt .-top{
	flex-direction: column;
	padding: 0 6% 4% 0;
	margin-bottom: 4%;
}
.module-smapi_btn .-smapi_txt .-name{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 3%;
}
.module-smapi_btn .-label{
	margin-bottom: 1.33vw;
	max-width: none;
	width: 100%;
	flex-direction: column;
}
.module-smapi_btn .-label .-label_title{
	width: 100%;
	font-size: 1.4rem;
}
.module-smapi_btn .-label .-label_title .-num{
	font-size: 2rem;
}
.module-smapi_btn .-label_txt{
	width: 100%;
	padding: 2% 0;
}

.module-smapi_btn .-label_txt .-txt01{
	font-size: 1.2rem;
}
.module-smapi_btn .-airport_txt{
	font-size: 1.1rem;
	/*　フォントファミリーが違うため文字が落ちたので小さく変更↑　*/
	padding-right: 5.333vw;
}
.module-smapi_btn:after{
	bottom: 0;
	/*　数値を変更↑　*/
	right: 5px;
	font-size: 1.2rem;
}

.module-smapi_btn{
	padding: 0 0 0 0;
}

/* wifirentaltw用 */
/* WSYS-11713 【フロント】自社LPのMV差し替え_総額割引から端末割引へ変更 20241128 M.Shimizu */
/* WSYS-12546 【フロント】桜田ひよりさん2023年契約終了につき、画像差し替え 20250724 M.Shimizu */
.wifirentaltw .visual_area {
	background-image: url("../../images/contents/wifirentaltw/bg_main_sp.png?date=20250724");
	background-position: center top;
	background-size: contain;
}

/* WSYS-10152 【サイト】速度・容量についてのコンテンツを修正 */
.plan_column{
	flex-direction: column;
}
.plan_column .-item .-title{
	margin-bottom: 4vw;
	font-size: 1.4rem;
	width: 100%;
}
.plan_column .-item_speed{
	width: 100%;
	padding: 6vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan_column .-item_speed .-speed_card{
	display: flex;
	flex-direction: column;
	width: 48%;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 4vw;
}
.plan_column .-item_speed .-speed_card .-img{
	width: 80%;
	margin-bottom: 2.6vw;
	text-align: center;
}
.plan_column .-item_speed .-speed_card .-txt .-name{
	font-size: 1.8rem;
}
.plan_column .-item_speed .rounded_title .-txt {
    font-size: 1.2rem;
}
.plan_column .-item_capacity{
	padding: 6vw;
	text-align: center;
    width: 100%;
}
.plan_column .-item_capacity .img {
    margin-top: 4vw;
}
.plan_column .-item.-ico{
	justify-content: center;
	padding: 4vw 0;
	font-size: 3rem;
}
.pc {
	display:none;
}

/* START WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */
.data_capacity {
	display: block;
}
.data_capacity .data_capacity_table.table02 tr:nth-child(1) {
	display: none;
}
.data_capacity_table.table02 {
	border-top: none;
}
.data_capacity .data_capacity_table th {
	font-size: 1rem;
}
.data_capacity ._Ico_sns .ico_txt,
.data_capacity_table th,
.data_capacity .data_capacity_table td,
.data_capacity_note {
	font-size: 1.1rem;
}
.data_capacity ._b_detail .youtube_data_plan tr,
.data_capacity ._l_detail .youtube_data_plan tr,
.data_capacity ._o_detail .youtube_data_plan tr {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* END WSYS-10176 【サイト】容量の目安コンテンツの修正 20240613 N.Kita */
/* WSYS-11212 【フロント・VMDB】新規場所追加_グランデュオ蒲田 20240718 M.Amano */
.wifirental20off,
.wifirentaltw {
	padding-top: 0;
}