@charset "UTF-8";

.container{
	max-width: 100vw;
	/* headerメニュー用 */
}

/* -------------------------------------
	MV
---------------------------------------- */
.main_visual{
	background: linear-gradient(to right, #f4f7f9 0%,#f4f7f9 49%,#f4f7f9 49%,#f9fafb 50%,#f9fafb 100%); 
	height: 450px;
	position: relative;
	overflow: hidden;
}
.main_visual .-inner{
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0;
	bottom: 0;
	margin: auto;
	/* display: flex;
	align-items: center; */
}
.main_visual .-inner .-img img{
	max-width: none;
}
.main_visual:after{
	content: "";
	height: 80px;
	width: 100%;
	display: block;
	background: url(../../images/page/top/bg_visual.png) repeat-x center top;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.mv_content{
	display: inline-block;
	position: absolute;
	bottom: 12.5%;
	right: 25.5%;
	font-size: 0;
	width: 476px;
}
.mv_content .mv_title{
    /* font-size: 6rem; */
    text-align: center;
    /* font-weight: bold; */
    /* line-height: 1; */
    /* color: #05304F; */
    /* letter-spacing: -2px; */
    /* background: url(../../images/page/top/mv_title_background.png?date=20230824) no-repeat; */
    background-size: 100%;
    /* padding: 30px 35px 30px 9px; */
    width: 456px;
    height: 149px;
	margin-bottom: -1rem;
}
.mv_content .mv_title .under_line{
	content: "";
    display: block;
    width: 310px;
    height: 28px;
    background-color: #008ae1;
    position: absolute;
    bottom: 313px;
    left: 68px;
    border-radius: 22px;
}
.mv_content .mv_title span.color_lightblue{
	color: #ffffff;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: -1px -1px 5px #008ae1, -1px 0 5px #008ae1, -1px 1px 5px #008ae1, 0 -1px 5px #008ae1, 0 1px 5px #008ae1, 1px -1px 5px #008ae1, 1px 0 5px #008ae1, 1px 1px 5px #008ae1;
	position: relative;
	z-index: 1;
}
.mv_content .mv_title span.color_navyblue{
	color: #093391;
	font-size: 6rem;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 900;
	-webkit-text-stroke: 2px #093391; 
	text-stroke: 2px #093391;
	text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
}
.mv_content .mv_title span.mv_title_font{
	vertical-align: 5px;
}
.mv_content .mv_title span.font_tracking{
	font-feature-settings: "palt";
}
.mv_content .mv_badge_box{
	display: inline-block;
    width: 208px;
    margin-bottom: 15px;
	margin-left: 10px;
}
.mv_content .mv_badge{
    position: relative;
    animation:.5s linear rotation1;
}
.mv_content .mv_badge_box:hover .mv_badge{
	animation:.5s linear rotation2;
}
@keyframes rotation1
{
    0%{ transform:rotateY(0deg);}
	50%{ transform:rotateY(90deg); }
	100%{ transform:rotateY(0deg); }
}
@keyframes rotation2{
    0%{ transform:rotateY(0deg);}
	50%{ transform:rotateY(90deg); }
	100%{ transform:rotateY(0deg); }
}
.mv_content .mv_badge img{
	filter: drop-shadow(0px 5px 5px rgba(160, 160, 160, 0.9));
	width: 100%;
}
.mv_content .mv_badge .mv_badge_txt{
	position: absolute;
	font-size: 2rem;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.mv_content .mv_badge .mv_badge_txt .badge_sub_thank{
	line-height: 1.2;
	color: #40220f;
	font-size: 1.5rem;
}
.mv_content .mv_badge .mv_badge_txt .badge_sub_thank span{
	font-size: 2.2rem;
	font-weight: bold;
}
.mv_content .mv_badge .mv_badge_txt .badge_title{
	line-height: 0.9;
	color: #D5242D;
	font-size: 4rem;
	margin: 5px 0 8px;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.mv_content .mv_badge .mv_badge_txt .badge_title span.unit_small{
	font-size: 2.5rem;
}
.mv_content .mv_badge .mv_badge_txt .badge_title span.title_small{
	font-size: 3rem;
}
.mv_content .mv_badge .mv_badge_txt .badge_caution_txt{
	font-size: 1.3rem;
}
.mv_content .mv_badge.no1 .mv_badge_txt .badge_title{
	display: inline-block;
	text-align: left;
	margin-top: -2px;
}
.mv_content .mv_badge .mv_badge_txt .badge_title span.font_period{
	font-size: 1.8rem;
}
.mv_content .mv_badge .mv_badge_txt .badge_title span.font_no1{
	margin-top: -25px;
	display: block;
	font-size: 4.5rem;
}
.mv_content .mv_badge .mv_badge_txt .badge_title span.font_number{
	font-size: 7.5rem;
}
.main_visual .mv_caution_txt{
	position: absolute;
	font-size: 1.2rem;
	width: 50%;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
	line-height: 1.3;
	padding: 10px 0;
	color: #003052;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
.main_visual.type_normal{
	background: #ffffff;
}
.main_visual.type_normal:after{
	display: none;
}
/* -------------------------------------
	slick
---------------------------------------- */
.slider_area{
	width: 100%;
}
.slider_area .slider > li{
	width: 330px;
}
.slider_area .slider a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.slider_area .slider a:hover img{
	opacity: 0.7;
}
.slider_area .slider .slick-slide{
	width: 330px;
	margin: 0 10px;
}
.slider_area .slider .slick-slide img{
	max-width: none;
	width: 100%;
}
.slick-arrow {
	font-family: FontAwesome;
	font-size: 2rem;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}

.slick-arrow.prev {
	left: 50%;
	transform: translate(-490px , -50%);
	cursor: pointer;
}

.slick-arrow.next {
	right: 50%;
	transform: translate(490px , -50%);
	cursor: pointer;
}

.slick-dots {
	position: absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);

	/* 2020/09/10 T.Suzuki　[WSYS-7946] ローテバナー追加　イスラエルイノベーションセミナー */
	width: 100%;
	text-align: center;
}

.slick-dots li {
	font-size: 0;
	width:10px;
	height:10px;
	border-radius: 50%;
	display: inline-block;
	background:#ffffff;
	border: 2px solid #008ae1;
	margin:0 5px;
}
.slick-dots li.slick-active{
	background:#008ae1;
	border: 2px solid #ffffff;
}

/*20191224 start

.slick-dots li {
	font-size: 0;
	width:15px;
	height:15px;
	display: inline-block;
	margin:0 2px;
	background:url(../../images/page/top/sp/slide_ico.png) center no-repeat ;
	background-size: cover;
}
.slick-dots li.slick-active{
	background:url(../../images/page/top/sp/slide_ico_act.png) center no-repeat ;
	background-size: cover;
}

20191224 end */


/* 両端を薄く白くしたりしたいとき */
[aria-hidden="true"] {
	position: relative;
	/*opacity:0.5;*/
}
/* opaじゃなくて好きな色にしたいとき */

[aria-hidden="true"]:after {
/*	display: block;
	content:"";
	height:100%;
	width:100%;
	position: absolute;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
*/
}


/* -------------------------------------
	グローバルWiFiが選ばれる理由
---------------------------------------- */
.reason_area{
	padding: 55px 0 10px;
background:linear-gradient(180deg,#f8f8f8 0%,#f8f8f8 525px,#e5f1f9 525px,#e5f1f9 100%);
background:linear-gradient(180deg,#f8f8f8 0%,#f8f8f8 330px,#e5f1f9 330px,#e5f1f9 100%);
}

/* -------------------------------------
	ご利用までの流れ
------------------------------------ */
.flow_area{
	background-image:
	url(../../images/page/top/bg_flow_top.png),
	url(../../images/page/top/bg_cloud.png),
	url(../../images/page/top/bg_flow_main.jpg);
	background-repeat:
	repeat-x,
	repeat-x,
	no-repeat;
	background-position:
	center top,
	center bottom,
	center top;
	background-size:
	auto,
	auto,
	cover;
	background-color: #d1e5f2;
	overflow: hidden;

	padding-bottom: 65px;
	padding-top: 110px;
}
.flow_area .-flow_title{
	padding-bottom: 65px;
}

.flow_area .-flow_title .-img{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.flow_area .-flow_title .-title{
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

.flow_area .-btn_block{
	padding: 60px 0 0;
	text-align: center;
}

.module-flow {
	margin-top: 103px;
}

/* -------------------------------------
色々選べる受取・返却方法
---------------------------------------- */
.receive_area{
	padding-bottom: 130px;
}

.receive_area{
	background-image:
	url(../../images/page/top/bg_town.png),
	url(../../images/page/top/bg_cloud_bottom.png),
	url(../../images/page/top/bg_cloud_inner.png);
	background-position: 
	bottom center,
	bottom center,
	center top;
	background-repeat:
	repeat-x,
	no-repeat,
	no-repeat;
}
.receive_area .receive_inner{
	border-radius: 10px;
	overflow: hidden;
	padding-top: 55px;
	background: #ffffff;
}

.receive_area .-top_title{
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #222222;
	margin-bottom: 30px;
}
/* -------------------------------------
お知らせ
---------------------------------------- */
.news_area{
	background: url(../../images/page/top/bg_news.png) repeat-x center 48px #ffffff;
	padding: 138px 0 0 0;
	/*margin-bottom: 90px;*/
}

/* -------------------------------------
会社概要エリア
---------------------------------------- */
.company_area{
	background: #ffffff;
	padding: 60px 0 100px;
}

.company_area .-logo{
	margin: 0 auto 55px;
	width: 215px;
}

.company_area .-txt{
	text-align: center;
	margin-bottom: 35px;
}
.company_area .-btn_block{
	text-align: center;
}

/* -------------------------------------
トップページにのみ表示するコンテンツフラグ
---------------------------------------- */
.is_top_only{
	display: block;
}

/* -------------------------------------
20190926 add
---------------------------------------- */

.main_visual .-inner .-img {
	position: relative;
}

.denpa_mv {
	position: absolute;
	z-index: 100;
	top: 59%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.denpa_mv .more_link:hover {
	transform: translate(0, 5px);
}

.layout-column.theme-col02.price_charge_link img {

	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
}

/* -------------------------------------
20191008 バナー
---------------------------------------- */
.price_charge_link h3 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 2.5rem;
}
.price_charge_link img {
	height: 221px;
}
.price_charge_link a:hover img{
	opacity: 0.7;
}
.price_charge_link a img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.price_charge_link .balloon {
	background: #073190;
    border-radius: 3rem;
    padding: 0.5rem 3rem;
	color: #FFF;
	position: relative;
}
.price_charge_link .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #073190;
}

/* -------------------------------------
20200220 動画掲載
---------------------------------------- */
/*movie_area*/

.movie_area{
	position: relative;
}

.movie_area button {
	margin: -10px auto 50px;
    background: rgba(0,0,0,0);
}

.movie_area button > img {
	cursor: pointer;
}

.movie_area button > img:hover {
	opacity: 0.9;
}

.movie_area .movie_column_three{
	display: flex;
	margin-top: 30px;
}

.movie_area .movie_column_three img{
	margin: 0 10px;
}

/*youtube*/

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie_area .layout-content_inner {
	border-radius: 6px;
	box-shadow: 0px 0px 4px 0px rgba(0, 69, 104, 0.5);
	padding: 50px 0;
	margin-top: 70px;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*modal*/

.modaal-wrapper .modaal-close {
	position: absolute;
	right: 0;
	top: -60px;
}

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) {
	.mv_badge img {
		border-radius: 50%;
		box-shadow: 0 7px 15px rgba(160,160,160,0.9);
	}
}

/* -------------------------------------
	よくある質問
---------------------------------------- */

.section_title {
	font-size: 4.2rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}
.qa_area {
    padding: 10px 0;
    background: #fff;
}
.qa_list {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.qa_list .-title {
	cursor: pointer;
	height: 54px;
	background: #e0f2fe;
	color: #222222;
	text-decoration: none;
	width: 100%;
	padding: 1px 45px 1px 63px;
	font-weight: 700;
	border-bottom: 2px solid #00a0e9;
	display: flex;
	align-items: center;
	position: relative;
}
.qa_list .-title:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_q.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}
.qa_list .-title:after {
	content: "\f078";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: relative;
	font-size: 2.0rem;
	color: #00a0e9;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
.qa_list .-title.active:after {
	content: "\f077";
}
.qa_list .-answer {
	position: relative;
	padding: 20px 20px 20px 63px;
}
.qa_list .-answer:before {
	content: "";
	display: block;
	width: 35px;
	height: 39px;
	background: url(../../images/page/common/ico_txt_a.svg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 18px;
	top: 18px;
}

/* -------------------------------------
	人気国
---------------------------------------- */
.popular_country_area {
	padding-top: 40px;
	background: #e5f1f9;
}
.popular_country_content{
    border-radius: 10px;
    overflow: hidden;
    padding: 45px 0;
    background: #ffffff;
}
.module-popular_country p.popular_country_txt{
	font-size: 2rem;
}
.module-popular_country .-item_txt {
	color: #fff;
	background: #073190;
	border-radius: 30px;
	font-size: 24px;
	width: 76%;
	padding: 10px;
	margin: 0 auto;
}
.module-popular_country .-item_txt .yellow {
	color: #fecb00;
}
.module-popular_country ul li {
	display: inline-block;
	width: 19%;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.module-popular_country ul {
	margin-bottom: 2rem;
}
.module-popular_country ul li img {
	margin-bottom: 1rem;
	border: solid 1px;
}
.module-popular_country ul li p {
    font-weight: bold;
    font-size: 2rem;
}
.module-popular_country ul li p.price {
    font-size: 3rem;
    color: #073190;
}
.module-popular_country ul li p.price .yen {
    font-size: 2.2rem;
}
/* -------------------------------------
空港ページへのリンク
---------------------------------------- */
.airport_block {
	margin-top: 40px;
	display: flex;
	align-items: center;
}
.apt_img {
	width: 40%;
}
.apt_box {
	width: 60%;
	text-align: left;
	padding-left: 20px;
}
.apt_box .apt_txt {
	font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
}
.apt_box .apt_txt span {
	color: #008ae1;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 700;
}
.apt_btn_content{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}
.module-link_btn {
	padding: 0px 40px 0 20px;
	min-width: auto;
	margin: 5px 1%;
	width: 31.3333333%;
}

.module-popular_country ul li a.flag {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.module-popular_country ul li a.flag:hover {
	opacity: 0.25;
}

.airplane-top_text {
		display: block;
		position: relative;
		margin-right: 1rem;
}
.airplane-top_image {
	display: block;
	position: relative;
	left: 18.9rem;
	top: -0.5rem;
}

/* WSYS-9973 【サイト】サービスバナーの差し替え 20220921 T.B. Shimul */
.service_banner_txt{
	font-size: 0.785em;
	text-align: center;
}


/* -------------------------------------
	/END WSYS-10017 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ追加 20230426 TB.Shimul
	海外 WiFi レンタル
------------------------------------ */
.basic_area{
	background-image:
	url(../../images/page/top/bg_basic_main.png);
	background-repeat:
	no-repeat;
	background-position:
	center top,
	center bottom,
	center top;
	background-size:
	auto,
	auto,
	cover;
	background-color: #264E93;
	overflow: hidden;
	padding-bottom: 65px;
	padding-top: 78px;
    background-size: contain;
}
.flow_area .-flow_title{
	padding-bottom: 65px;
}
.flow_area .-flow_title .-img{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.flow_area .-flow_title .-title{
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	color: #000000;
}
.flow_area .-btn_block{
	padding: 60px 0 0;
	text-align: center;
}
.module-flow {
	margin-top: 103px;
}
.basic-desc {
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.blue-label1 {
	color: #fff;
	background-color: #1b1464;
	font-size: 3rem;
    text-align: center;
    padding: 0.4rem;
    width: 14.5em;
    margin-bottom: -0.7em;
    position: relative;
    left: 28%;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    margin-top: 3rem;
    font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.blue-label2 {
	color: #fff;
	background-color: #1b1464;
	font-size: 3rem;
    text-align: center;
    padding: 0.4rem;
    width: 20.5em;
    margin-bottom: -0.7em;
    position: relative;
    left: 19%;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    margin-top: 3rem;
    font-weight: bold;
}
.pink {
	color:#ff388c;
}
.orange {
	color:#f15a24;
}
.indigo {
	color:#0071bc;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.white-box-container {	
	display: flex;
	justify-content: center;
	align-items: center;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.white-box {
	background-color: rgba(255, 255, 255, 0.785);
    position: relative;
    width: 75%;
    top: -12em;
    padding: 1.5em;
    font-weight: bold;
	text-align: center;
	border-radius: 10px;
}
.basic-step {
	margin-top: -10em;
}
.txt-title {
	color: #073190;
	padding: 1rem 10rem 0rem 10rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
}
.box-step {
	background-color: #fafafa;
	width: 98rem;
	height: 80rem;
	padding: 4rem;
}
.box-merit {
	background-color: #fffcf2;
	width: 98rem;
	height: 58rem;
	padding: 4rem 2rem 0rem 4rem;
	display:flex;
	border-radius: 2.5rem;
}
.box-demerit {
	background-color: #f2fcff;
	width: 98rem;
	height: 58rem;
	padding: 4rem 4rem 4rem 1rem;
	display:flex;
	border-radius: 2.5rem;
}
.steps {
	padding-top: 2em;
}
.step-content {
	display: flex;
}
.step-label {
	font-size: 2.7rem;
    font-weight: bold;
    padding: 1rem;
}
.step-txt {
	font-size: 1.5rem;
    position: relative;
    font-weight: bold;
    padding: 1rem;
}
.step-1 {
	display: flex;
	border-bottom-color: rgb(0, 0, 0);
  	border-bottom-width: 0.3rem;
	border-bottom-style: dotted;
	padding-bottom: 1rem;
}
.step-2 {
	display: flex;
	border-bottom-color: rgb(0, 0, 0);
  	border-bottom-width: 0.3rem;
	border-bottom-style: dotted;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.step-3 {
	display: flex;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.step-imga {
	height: 18rem;
    padding: 3rem 0rem 3rem 3rem;
}
.step-imgb {
	height: 18rem;
    padding: 4rem 3rem 4rem 0rem
}
.step-imgc {
	height: 18rem;
    padding: 4rem 0rem 3rem 3rem;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.orange-label {
    color: #fff;
    background-color: #f15a24;
    font-size: 2.5rem;
    text-align: center;
    padding: 0.8rem;
    width: 18em;
    margin-bottom: -0.9em;
    position: relative;
    left: 24%;
    border-radius: 3rem;
    margin-top: 3rem;
    font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.indigo-label {
    color: #fff;
    background-color: #0071bc;
    font-size: 2.5rem;
    text-align: center;
    padding: 0.8rem;
    width: 18em;
    margin-bottom: -0.9em;
    position: relative;
    left: 24%;
    border-radius: 3rem;
    margin-top: 3rem;
    font-weight: bold;
}
.merit-title1 {
	display: flex;
	border-bottom-color: #f15a24;
	border-bottom-width: 0.2rem;
    border-bottom-style: solid;
}
.merit-title2 {
	display: flex;
	border-bottom-color: #0071bc;
	border-bottom-width: 0.2rem;
    border-bottom-style: solid;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-01 {
	color: #fff;
    background-color: #f15a24;
    width: 4rem;
    font-size: 2rem;
    padding: 0.7rem;
    font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-02 {
	color: #fff;
    background-color: #0071bc;
    width: 4rem;
    font-size: 2rem;
    padding: 0.7rem;
    font-weight: bold;
}
.merit-label {
	font-size: 2.3rem;
    padding: 0.5rem 1rem;
    font-weight: bold;
}
/* WSYS-10189 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ修正と画像差し替え M.Amano */
.merit-txt {
	font-size: 1.5rem;
    position: relative;
    font-weight: bold;
    padding: 1rem;
}
.merit-imga {
	padding: 3rem 0rem 0rem 0rem;
	height: 54rem;
}
.merit-imgb {
	padding: 3rem 0rem 0rem 0rem;
	height: 54rem;
}
.basic-merit {
	display: flex;
}
.merit-section {
	display: flex;
}
.merit-img1 {
    width: 36.5%;
    height: auto;
}
.merit-img1 {
    width: 36.5%;
    height: auto;
}
.txt-title1 {
	font-weight: bold;
	padding-top: 1rem;
	padding-bottom: 3rem;
    font-size: 2rem;
}
.basic-base_btn {
    display: inline-block;
    position: relative;
    background: #e10400;
    color: #fff;
    border: solid 1px #e10000;
    border-radius: 50px;
    box-shadow: 0px 3px 0px #8d0a0a;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    padding: 0 50px;
    min-width: 419px;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
	left: 28%;
    bottom: -3rem;
}
.module-reason_title .basic {
    font-size: 4.2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-bottom: 60px;
}
.knowlegde-ico {
	height: 4rem;
}
/* /END WSYS-10017 【サイト】TOPにWiFiレンタルの基礎知識のコンテンツ追加 20230426 TB.Shimul */

.main_visual .mv_caution_txt {
    display: none;
}

/* START WSYS-10907 【サイト】2024年ゴールデンウィーク向けのキャンペーン開始 20240418 N.Kita */
.main_visual .-inner .-img a {
	display: block;
	transition: all .3s;
}
.main_visual .-inner .-img a:hover {
	opacity: .85;
}
/* END WSYS-10907 【サイト】2024年ゴールデンウィーク向けのキャンペーン開始 20240418 N.Kita */