@charset "UTF-8";


/* -- common -------------------------------------------------------------------------------- */

img {
	max-width: 100%;
	height: auto
}

.clearfix {
	min-height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.clear {
	clear: both
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0
}

* html .clearfix {
	zoom: 1
}

.appear {
	transform-origin: center top;
	animation: show 1s both
}

span.appear {
	display: block
}

.d1 {
	animation-delay: 1s
}

.d2 {
	animation-delay: 1.8s
}

.d3 {
	animation-delay: 3.3s
}

.d4 {
	animation-delay: 4s
}

.d6 {
	animation-delay: 6s
}

.d8 {
	animation-delay: 8s
}

.d10 {
	animation-delay: 10s
}

.d12 {
	animation-delay: 12s
}

@keyframes show {
	0% {
		transform: translate(0, 60px);
		opacity: 0;
		text-shadow: 0 0 0 #000
	}
	50% {
		text-shadow: 0 0 .5em #000
	}
	100% {
		transform: translate(0, 0);
		opacity: 1;
		text-shadow: none
	}
}

.fadein {
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.fadeInUp {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible!important
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		-ms-transform: translateY(100px);
		transform: translateY(100px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible!important
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInLeft {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible!important
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible!important
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(500px);
		-ms-transform: translateX(500px);
		transform: translateX(500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.zoom {
	overflow: hidden
}

.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	opacity: .6
}




/* -- .btn_common -------------------------------------------------------------------------------- */

.btn_common {
	margin: 0 auto;
	width: 80
}

.btn_common a {
	margin: 0 auto;
	color: #1a8dd2;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: block;
	border: 2px solid;
	padding: 20px 40px;
	border-radius: 7px;
	text-align: center;
	background-color: #fff
}

.btn_common a:hover {
	margin: 0 auto
}

.btn_common a {
	padding: 15px 10px;
	text-decoration: none;
	border-radius: 7px;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	background-color: #fff;
	color: #039c9f;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(3 156 159) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgb(3 156 159) 50%);
	-webkit-transition: background-position .3s cubic-bezier(.19, 1, .22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(.19, 1, .22, 1) .1s, color .5s ease 0s, background-color .5s ease
}

.btn_common a:after {
	position: absolute;
	right: 14px;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	width: 33px;
	height: 33px;
}

.btn_common.bg-lazyloaded a:after {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_link_gr.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px
}

.btn_common a:hover {
	background-color: #fff;
	background-position: -100% 100%;
	color: #fff
}

.btn_common a:hover:after {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	filter: brightness(900%)
}

.btn_common.bg-lazyloaded a.open:after {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_open_gr.png)
}





BOR {
	margin: 0;
	background-color: #e8e8e8;
	font-family: 'Noto Sans JP', sans-serif
}

body {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	background-color: #fff;
	min-width: 1080px;
	font-family: 'Noto Sans JP', sans-serif
}




/* -- .main_header -------------------------------------------------------------------------------- */

.main_header {
	contain: content;
	margin: 0;
	background-color: #fff;
	position: relative
}

.main_header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #037170;
	bottom: 0
}

.main_header .inner {
	text-align: right;
	position: relative;
	padding-bottom: 17px;
}

.main_header .inner .info_bar {
	margin: 0 auto;
	width: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-color: #f1f7f7
}

.main_header .inner .info_bar .name1 {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	color: #017170;
	margin-right: 20px;
	padding-left: 35px;
	position: relative;
	vertical-align: top;
	padding-top: 3px
}

.main_header .inner .info_bar .name1:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 11px;
	top: -1px;
}

.main_header .inner .info_bar .name1.bg-lazyloaded:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/icon_tel.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px
}

.main_header .inner .info_bar .name2 {
	margin: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 700;
	color: #017170;
	margin-right: 20px;
	padding-left: 35px;
	position: relative;
	vertical-align: top;
	padding-top: 3px
}

.main_header .inner .info_bar .name2:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 6px;
	top: -1px;
}


.main_header .inner .info_bar .name2.bg-lazyloaded:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/icon_mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px
}

.main_header .inner .info_bar .address {
	margin: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	color: #515151;
	vertical-align: top;
	padding-top: 4px
}

.main_header .logo {
	margin: 0 auto;
	width: 250px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 2%;
	margin-top: 43px
}

.main_header .login_area {
	display: inline-block;
	width: auto
}

.main_header .login_area .login_header {
	display: flex;
	flex-wrap: wrap;
	border-radius: 0 0 0 35px
}

.main_header .login_area .login_header .btn.login {
	margin: 0 auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	position: relative;
	margin-right: 0
}

.main_header .login_area .login_header .btn.login a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto
}

.main_header .login_area .login_header .btn.login.bg-lazyloaded a:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/menu_icon01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}

.main_header .login_area .login_header .btn.login a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	background-color: #007170;
	border-right: 1px solid #fff;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 51px;
	border-radius: 0 0 0 17px;
	transition: .5s
}

.main_header .login_area .login_header .btn.login a:hover {
	opacity: .7
}

.main_header .login_area .login_header .btn.login .s_text {
	font-size: 13px
}

.main_header .login_area .login_header .btn.cart {
	margin: 0 auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	position: relative;
	margin-right: 0;
	margin-left: 0
}

.main_header .login_area .login_header .btn.cart a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
	left: 16px;
	top: 0;
	bottom: 0;
	margin: auto
}

.main_header .login_area .login_header .btn.cart.bg-lazyloaded a:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/menu_icon02.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.main_header .login_area .login_header .btn.cart a {
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	padding-left: 38px;
	padding-right: 20px;
	background-color: #007170;
	border-right: 1px solid #fff;
	transition: .5s;
	padding-top: 12px;
	padding-bottom: 12px
}

.main_header .login_area .login_header .btn.cart a:hover {
	opacity: .7
}

.main_header .login_area .login_header .btn.credit {
	margin: 0 auto;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-right: 0;
	margin-left: 0
}

.main_header .login_area .login_header .btn.credit a {
	color: #fff;
	text-decoration: none;
	background-color: #0e589d;
	display: block;
	padding-left: 18px;
	padding-right: 37px;
	position: relative;
	transition: .5s;
	padding-top: 12px;
	padding-bottom: 12px
}

.main_header .login_area .login_header .btn.credit a:hover {
	opacity: .7
}

.main_header .login_area .login_header .btn.credit a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto
}

.main_header .login_area .login_header .btn.credit.bg-lazyloaded a:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_blank.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
}

.main_header .login_area .login_header .btn.credit .s_text {
	font-size: 13px
}

.main_header .login_area .info_area {
	display: flex;
	flex-wrap: wrap;
	padding-top: 9px;
	padding-bottom: 13px
}

.main_header .login_area .info_area .info_box {
	margin: 0 auto;
	margin-right: 10px
}

.main_header .login_area .info_area .info_box .s_text {
	font-size: 13px
}

.main_header .login_area .info_area .info_box .upper {
	display: flex;
	flex-wrap: wrap
}

.main_header .login_area .info_area .info_box .upper .name1 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	margin-right: 60px;
	color: #007170;
	position: relative
}

.main_header .login_area .info_area .info_box .upper .name1:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 22px;
	background-size: cover;
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/icon_tel.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -28px
}

.main_header .login_area .info_area .info_box .upper .name2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	margin-right: 40px;
	color: #007170;
	position: relative
}

.main_header .login_area .info_area .info_box .upper .name2:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 18px;
	background-size: cover;
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/icon_mail.png);
	background-repeat: no-repeat;
	background-position: center;
	left: -30px;
	bottom: 5px
}

.main_header .login_area .info_area .info_box .lower {
	margin: 0;
	font-size: 13px
}

.main_header .login_area .info_area .btn_box1 {
	margin: 0;
	font-weight: 500;
	text-align: center;
	margin-right: 2%;
	color: #fff
}

.main_header .login_area .info_area .btn_box1 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4;
	display: block;
	background-color: #05bbb3;
	padding: 7px 25px;
	border-radius: 5px;
	transition: .5s
}

.main_header .login_area .info_area .btn_box1 a:hover {
	opacity: .7
}

.main_header .login_area .info_area .btn_box2 a {
	background-color: #fa859e
}

.main_header .login_area .info_area .btn_box2 {
	margin: 0;
	font-weight: 500;
	text-align: center;
	margin-right: 2%
}

.main_header .login_area .btn_area {
	text-align: right;
	margin-top: 7px
}

.main_header .login_area .btn_area .btn_order {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	width: 31.6%;
	max-width: 319px
}

.main_header .login_area .btn_area .btn_order a {
	position: relative;
	color: #fff;
	display: block;
	background-color: #fb859e;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.4;
	padding: 13px 28px;
	border-radius: 7px;
	box-shadow: 3px 3px 0px 2px #d24967;
}

.main_header .login_area .btn_area .btn_order.btn_estimate a {
	background-color: #05bbb3;
	box-shadow: 3px 3px 0px 2px #2e8c88;
}
.main_header .login_area .btn_area .btn_order.btn_extension a {
	background-color: #515151;
	box-shadow: 3px 3px 0px 2px #898989;
}

.main_header .login_area .btn_area .btn_order a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.main_header .login_area .btn_area .btn_order.bg-lazyloaded a:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_link_on_wh.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.main_header .login_area .btn_area .btn_order a span {
	font-size: 13px;
}




/* -- .top_sec -------------------------------------------------------------------------------- */

.top_sec {
	contain: content;
	margin: 0 auto
}

.main_header .login_area .btn_area .btn_order a:hover {
	opacity: .7;
	box-shadow:none;
	left:3px;
	top:3px;
}




.top_sec .mv_wrap {position: relative;background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/main_back.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;padding-bottom: 75px;}
.top_sec .mv_wrap .label {margin: 0;width: 200px;position: absolute;top: 0;left: 5%;}
.top_sec .mv_wrap .main_wrap {margin: 0 auto;width: 90%;/* max-width: 1080px; */display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 218px;}
.top_sec .mv_wrap .main_wrap .copy {margin: 0;width: 670px;}
.top_sec .mv_wrap .main_wrap .image {margin: 0;width: calc(95% - 670px);margin-top: -73px;}
.top_sec .mv_wrap .deliv_wrap {background-color: #0099a0;padding: 15px;margin-top: -30px;}
.top_sec .mv_wrap .deliv_wrap .inner {margin: 0 auto;width: 90%;max-width: 1080px;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box {background-color: #fff;border-radius: 15px;padding: 20px;width: 500px;display: flex;flex-wrap: wrap;align-items: center;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .icon {margin: 0;width: 105px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box {margin-left: 25px;text-align: center;width: 367px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .deliv_date {margin: 0;font-size: 24px;line-height: 1.5;font-weight: 600;}

/*============================
#shortest_deliv
============================*/
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .deliv_date #shortest_deliv {color: #e50109;font-size: 29px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .sub_date {margin: 0;font-size: 12px;line-height: 1.5;display: inline-block;vertical-align: top;margin-right: 12px;}

/*============================
#sub_deliv
============================*/
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .sub_date #sub_deliv {
}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .attention {margin: 0;font-size: 12px;line-height: 1.5;display: inline-block;vertical-align: top;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .point {margin: 0;background-color: #e50109;text-align: center;color: #fff;font-size: 16px;font-weight: 600;letter-spacing: 5px;padding: 5px;border-radius: 35px;}
.top_sec .mv_wrap .deliv_wrap .inner .comment {margin: 0;color: #fff;font-size: 17px;line-height: 1.5;font-weight: 600;width: calc(95% - 540px);margin-left: 5%;}


/* -- .news_area -------------------------------------------------------------------------------- */

.news_area {
	margin: 0 auto;
	margin-top: -45px;
	position: relative;
}
.news_area:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color: #f1f7f7;
	z-index: -1;
}
.news_area .wrap{
	margin:0 auto;
	width: 90%;
	max-width: 980px;
}
.news_area .news_box {
	display: flex;
}

.news_area .news_box .left {
	margin: 0 auto;
	width: 20%;
	text-align: center;
	background-color: #009ca3;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	border-radius: 10px 0 0 10px;
	padding-top: 42px
}

.news_area .news_box .right {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	border: 1px solid #ccc;
	height: 100px;
	overflow-y: scroll
}

.news_area .news_box .right .s_box {
	margin: 0 auto;
	width: 80%;
	margin-bottom: 12px;
	margin-top: 12px;
	border-bottom: 1px solid #4d4d4d
}

.news_area .news_box .right .s_box .date {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #555
}

.news_area .news_box .right .s_box .news {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #515151;
	padding-bottom: 10px
}




/* -- .bar_sec -------------------------------------------------------------------------------- */


.bar_sec {
	contain: content;
	margin-top: 40px;
}

.menu_bar {
	margin: 0 auto;
	background-color: #039ca1;
	display: flex;
	justify-content: center;
}

.menu_bar .name {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	border-right: 1px solid #fff;
	position:relative;
	color: #fff;
}

.menu_bar .name:last-child{
	border-right:none;
}

.menu_bar .name a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 55px;
}
.menu_bar .name a:hover,
.menu_bar .name a:hover {
	color:#fff202;
}
.menu_bar .name a:before{
	content:"";
	position:absolute;
	width: 25px;
	height: 25px;
	right: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu_bar .name.bg-lazyloaded a:before {
	background-image: url("https://biz.wifi-rental-store.jp/lp_asset/img/navi_scroll.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
}




/* -- .product_area -------------------------------------------------------------------------------- */

.product_area {
	background-color: #f1f7f7;
	padding-left: 0;
	margin-top: 0;
}

.product_area .wrap {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 980px
}

.product_area .product_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 20px
}

.product_area .product_box .s_box {
	margin: 0 auto;
	width: calc(19.8% - 9px);
	background-color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 5px;
	border: 2px solid #b8cacb;
	box-shadow: 2px 3px 5px 0 #e6e4e4;
	overflow: hidden;
	transition: .5s
}

.product_area .product_box .s_box:hover {
	border: 2px solid #039ca0
}

.product_area .product_box .s_box:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 120px;
	background-color: #d2dce0;
	top: 0;
	left: 0
}

.product_area .product_box .s_box a {
	display: block;
	text-decoration: none;
	transition: .5s;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%
}

.product_area .product_box .s_box a:hover {
	opacity: .7
}

.product_area .product_box .s_box a .name {
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	position: relative
}

.product_area .product_box .s_box .img {
	margin: 0 auto;
	width: 90%;
	position: relative
}

.product_area .product_box .s_box a .detail {
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	color: #000
}

.product_area .product_box .s_box .detail .l_bold {
	font-weight: 600
}

.product_area .product_box .s_box .fee {
	margin: 0 auto;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin-top: 2px;
	color: #122f55
}

.product_area .product_box .s_box .btn_link {
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	width: 95%
}

.product_area .product_box .s_box .btn_link a {
	margin: 0 auto;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #039c9f;
	text-decoration: none;
	background-color: #fff;
	padding: 6% 32px;
	border-radius: 4px;
	display: block;
	position: relative;
	border: 2px solid #039c9f
}

.product_area .product_box .s_box .btn_link a:hover {
	color: #fff
}

.product_area .product_box .s_box .btn_link a:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_link_gr.png);
	background-position: center;
	background-size: 18px;
	background-repeat: no-repeat;
	transform: rotate(90deg)
}

.product_area .product_box .s_box .btn_link a:hover:after {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	filter: brightness(900%)
}

.product_area .btn_area {
	text-align: center;
	margin-top: 25px
}

.product_area .btn_area .btn_box1 {
	font-size: 14px;
	text-align: center;
	width: 34%;
	display: inline-block;
	margin: 2%
}

.product_area .btn_area .btn_box1 a {
	background-color: #01bbb3;
	display: block;
	border-radius: 7px;
	padding: 7px 40px;
	color: #fff;
	text-decoration: none;
	position: relative;
	box-shadow: 3px 3px 0px 2px #2e8c88;
}

.product_area .btn_area .btn_box2 a {
	background-color: #f9859e;
	box-shadow: 3px 3px 0px 2px #d24967;
}

.product_area .btn_area .btn_box1 a:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.product_area .btn_area .btn_box1.bg-lazyloaded a:before {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/navi_link_on_wh.png);
	background-position: center;
	background-size: 25px;
	background-repeat: no-repeat
}

.product_area .btn_area .btn_box1 a:hover {
	opacity: .7;
	box-shadow:none;
	left:3px;
	top:3px;
}

.product_area .btn_area .btn_box1 .l_bold {
	font-size: 17px;
	font-weight: 500
}

.product_area .btn_area .btn_box2 .l_bold {
	font-size: 17px;
	font-weight: 500
}








/* -- min-width:768px ----------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width:768px) {
	.sp {
		display: none
	}
}








/* -- max-width:767px ----------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:767px) {
	
	
	/* -- common -------------------------------------------------------------------------------- */
	
	.pc_tab {
		display: none
	}
	
	body {
		min-width: inherit
	}
	
	
	
	
	/* -- .sec_title_box -------------------------------------------------------------------------------- */
	
	.sec_title_box .title_wrap .sub {
		font-size: 17px;
		line-height: 1.5;
	}
	
	.sec_title_box .title_wrap .title {
		font-size: 22px;
		line-height: 1.4;
		padding-bottom: 10px;
	}
	
	
	
	
	/* -- .main_header -------------------------------------------------------------------------------- */
	
	.main_header .inner {
		padding-bottom: 12px;
	}
	
	.main_header .inner .info_bar {
		margin: 0 auto;
		width: auto;
		padding: 10px 18px;
		text-align: center
	}
	
	.main_header .inner .info_bar .name1 {
		font-size: 12px;
		margin-right: 15px
	}
	
	.main_header .inner .info_bar .name2 {
		font-size: 12px;
		margin-right: 0
	}
	
	.main_header .inner .info_bar .address {
		display: block;
		font-size: 10px;
		padding-top: 2px
	}
	
	.main_header .login_area {
		float: none;
		margin: 0 auto;
		display: block;
		width: 100%;
		/* border-bottom: 1px solid #515151; */
		padding-bottom: 5px;
		margin-bottom: 0
	}
	
	.main_header .login_area .login_header {
		display: flex;
		flex-wrap: wrap
	}
	
	.main_header .login_area .login_header .btn.login {
		margin: 0 auto;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.2;
		text-align: center;
		position: relative;
		width: 55%;
		background-color: #007170
	}
	
	.main_header .login_area .login_header .btn.login .s_text {
		font-size: 11px
	}
	
	.main_header .login_area .login_header .btn.cart {
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.5;
		width: 45%;
		background-color: hsl(179deg 100% 22%)
	}
	
	.main_header .login_area .login_header .btn.cart a {
		background-color: #007170;
		height: auto;
		padding: 0 30px;
		padding-top: 15px;
		padding-bottom: 12px;
		border-right: none
	}
	
	.main_header .login_area .login_header .btn.cart a:before {
		background-size: 17px;
		left: 21px
	}
	
	.main_header .login_area .login_header .btn.login a {
		color: #fff;
		text-decoration: none;
		display: block;
		position: relative;
		background-color: #007170;
		border-radius: 0;
		padding: 0 30px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 12px
	}
	
	.main_header .login_area .login_header .btn.login a:before {
		left: 5px;
		top: 7px
	}
	
	.main_header .login_area .login_header .btn.login.bg-lazyloaded a:before {
		background-size: 17px;
	}
	
	.main_header .login_area .btn_area {
		text-align: center
	}
	
	.main_header .login_area .btn_area .btn_order {
		width: 91%;
		margin: 0 0.5%;
		margin-bottom: 12px;max-width: none
	}
	
	.main_header .login_area .btn_area .btn_order.btn_extension {
		margin-bottom: 0px;
	}
	
	.main_header .login_area .btn_area .btn_order a{
		font-size: 17px;
		padding: 19px;
	}
	
	.main_header .logo {
		margin: 0 auto;
		width: 50%;
		display: block;
		padding: 0;
		float: none;
		margin-top: 0;
		padding-top: 15px;
		position: relative
	}
	
	.main_header .login_area .btn_area .btn_order a span {
		font-size: 12px;
	}
	
	.main_header .login_area .btn_area .btn_order a:before {
		width: 22px;
		height: 22px;
		right: 16px;
	}
	
	.main_header .login_area .btn_area .btn_order.bg-lazyloaded a:before {
		background-size: 20px;
	}
	
	.main_header .login_area .login_header .btn.credit {
		margin: 0 auto;
		width: 100%;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.2
	}
	
	.main_header .login_area .login_header .btn.credit a {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 40px;
		padding-right: 60px;
		position: relative
	}
	
	.main_header .login_area .login_header .btn.credit .s_text {
		font-size: 11px
	}
	
	.main_header .login_area .login_header .btn.credit a:before {
		width: 20px;
		height: 20px;
	}
	
	.main_header .login_area .login_header .btn.credit.bg-lazyloaded a:before {
		background-size: 18px
	}
	
	.main_header .login_area .info_area .info_box {
		display: none
	}
	
	.main_header .login_area .info_area {
		display: flex;
		flex-wrap: wrap;
		padding-top: 6px;
		padding-bottom: 3px;
		justify-content: center
	}
	
	.main_header .login_area .info_area .btn_box1 {
		margin: 0 1%;
		width: 40%
	}
	
	.main_header .menu_bar {
		display: none
	}
	
	
	
	
	/* -- .top_sec -------------------------------------------------------------------------------- */
	
	
	.top_sec .wrap {
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 90%
	}
	
	
.top_sec .mv_wrap {background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/main_back_sp.jpg);padding-bottom: 37px;background-size: 100%;background-position: top;}
.top_sec .mv_wrap .label {width: 90px;}
.top_sec .mv_wrap .main_wrap {padding-top: 110px;display: block;position: relative;z-index: 2;}
.top_sec .mv_wrap .main_wrap .copy {width: auto;margin-bottom: 14px;}
.top_sec .mv_wrap .main_wrap .image {width: 80%;margin: 0 auto;margin-top: -17px;}
.top_sec .mv_wrap .deliv_wrap {padding-top: 107px;margin-top: -37px;position: relative;z-index: 0;}
.top_sec .mv_wrap .deliv_wrap .inner {display: block;width: auto;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box {width: auto;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .icon {width: 70px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box {width: calc(100% - 86px);margin-left: 15px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .deliv_date {font-size: 15px;}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .deliv_date #shortest_deliv {
    font-size: 20px;
}
.top_sec .mv_wrap .deliv_wrap .inner .comment {
    margin: auto;
    font-size: 13px;
    text-align: center;
    width: auto;
    margin-left: inherit;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
}
.top_sec .mv_wrap .deliv_wrap .inner .deliv_box .date_box .point {
    margin: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
	
	/* -- .news_area -------------------------------------------------------------------------------- */
	
	.news_area .news_box {
		display: block;
		margin: 0
	}
	
	.news_area .news_box .left {
		margin: 0 auto;
		width: 100%;
		font-size: 14px;
		border-radius: 0;
		padding-top: 7px;
		padding-bottom: 7px
	}
	
	.news_area .news_box .right {
		margin: 0 auto;
		border-radius: 0;
		border: 1px solid #ccc;
		height: 130px
	}
	
	.news_area .news_box .right .s_box {
		margin: 0 auto;
		width: 88%;
		margin-bottom: 12px;
		margin-top: 12px
	}
	
	.news_area .news_box .right .s_box .date {
		font-size: 13px;
		margin-bottom: 5px
	}
	
	
	
	
	/* -- .product_area -------------------------------------------------------------------------------- */
	
	.product_area {
		margin-top: 0
	}
	
	.product_area .product_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 20px
	}
	
	.product_area .product_box .s_box {
		margin: 0 auto;
		width: 45%;
		margin-bottom: 10px;
		padding-top: 20px
	}
	
	.product_area .product_box .s_box:before {
		height: 100px
	}
	
	.product_area .product_box .s_box .btn_link {
		margin-top: 5px;
		width: 85%
	}
	
	.product_area .product_box .s_box .btn_link a {
		font-size: 11px;
		padding: 13px 15px;
		border-radius: 4px
	}
	
	.product_area .product_box .s_box .btn_link a:before {
		width: 20px;
		height: 20px;
		right: 6px;
		background-size: 14px
	}
	
	.product_area .product_box .s_box .btn_link a:after {
		width: 17px;
		background-size: 15px
	}
	.product_area .btn_area .btn_box1 {
		font-size: 13px;
		width: 85%;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px
	}
	
	.product_area .btn_area .btn_box1 .l_bold {
		font-size: 14px;
		font-weight: 500
	}
	
	.product_area .btn_area .btn_box1 a:before {
	}
	
	.product_area .btn_area .btn_box1.bg-lazyloaded a:before {
		background-size: 20px
	}
	
	
	
	
	/* -- .main_header -------------------------------------------------------------------------------- */
	
	.main_header .right {
		float: none;
		margin: 0 auto;
		width: 90%;
		padding-top: 3px;
		padding-bottom: 15px
	}
	
	.main_header .right .comment .l_bold {
		font-size: 15px
	}
	
	.main_header .right .comment {
		margin: 0;
		font-size: 13px
	}
	
	.main_header .right .tel .l_bold {
		font-size: 17px
	}
	
	.main_header .right .mail .l_bold {
		font-size: 17px
	}
	
	.main_header .right .tel:before {
		background-size: 22px
	}
	
	.main_header .right .mail:before {
		top: -3px;
		background-size: 23px
	}
	
	.main_header .right .tel {
		font-size: 14px;
		padding-left: 36px
	}
	
	.main_header .right .mail {
		padding-left: 36px
	}
	
	
	
	
	/* -- .bar_sec -------------------------------------------------------------------------------- */
	
	.bar_sec {
			margin-top: 20px;
	}
	
	.menu_bar {
			display: flex;
			text-align: center;
			flex-wrap: wrap;
			justify-content: start;
	}
	
	.menu_bar .name {
			margin: 0;
			font-size: 13px;
			line-height: 1.5;
			font-weight: 500;
			border-right: 1px solid #fff;
			position: relative;
			display: block;
			width: calc(50% - 2px);
			border-bottom: 1px solid #fff;
	}
	
	.menu_bar .name:last-child {
			border-right: 1px solid #fff;
	}
	
	.menu_bar .name:nth-child(even){
		border-right:none;
	}
	
	
}








