@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)
}




/* -- .sec_title_box -------------------------------------------------------------------------------- */

.sec_title_box {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 60px;
	position: relative
}

.sec_title_box:before {
	content: "";
	position: absolute;
	width: 17%;
	height: 123px;
	background-color: #fedd03;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 0 0 50px 0
}

.sec_title_box .title_wrap {
	margin: 0 auto;
	width: 90%;
	max-width: 1080px;
	border-bottom: 1px solid;
	position: relative;
	z-index: 1
}

.sec_title_box .title_wrap .sub {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	display: inline-block;
	color: #002e5c
}

.sec_title_box .title_wrap .title {
	margin: 0;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.5;
	color: #0e4a4a
}




/* --	-------------------------------------------------------------------------------- */

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
}




/* -- .contact_sec -------------------------------------------------------------------------------- */

.contact_sec {
	contain: content;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: center;
	background-size: cover;
}

.contact_sec.bg-lazyloaded {
	background-image: url(https://biz.wifi-rental-store.jp/lp_asset/img/bg_contact-1280.jpg);
}

.contact_sec .btn_wrap {
	margin: 0 auto;
	text-align: center;
	width: 90%;
	max-width: 980px;
}

.contact_sec .btn_wrap .btn_link {
	margin: 0;
	display: inline-block;
	width: 40%;
	margin-left: 1%;
	margin-right: 1%;
	max-width: 300px;
}

.contact_sec .btn_wrap .btn_link a {
	display:block;
	color: #fff;
	text-decoration: none;
	background-color: #05bbb3;
	padding: 15px 40px;
	border-radius: 10px;
	position:relative;
	font-weight: 500;
	font-size: 15px;
	box-shadow: 3px 3px 0px 2px #34827f;
}

.contact_sec .btn_wrap .btn_link.order a {
	background-color:#fb859e;
	box-shadow: 3px 3px 0px 2px #983d51;
}

.contact_sec .btn_wrap .btn_link a:hover {
	opacity:0.9;
	box-shadow:none;
	top:3px;
	left:3px;
}

.contact_sec .btn_wrap .btn_link a:before {
	content:"";
	position:absolute;
	right: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 27px;
	height: 27px;
}

.contact_sec .btn_wrap .btn_link.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: 25px;
}

.contact_sec .contact_wrap {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}

.contact_sec .contact_wrap .info {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.2;
}

.contact_sec .contact_wrap .info .sub {
	font-size: 14px;
}




/* -- .footer_sec -------------------------------------------------------------------------------- */

.footer_sec {
	contain: content;
	background-color: #017170;
	padding: 50px 0;
}

.footer_sec .logo {
	margin: 0 auto;
	width: 60%;
	max-width: 235px;
	margin-bottom: 10px;
}

.footer_sec .copyright {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}




/* -- .ac-check -------------------------------------------------------------------------------- */

.ac-check{
	display: none;
}

.ac-label{
	/* background: #454545; */
	/* color: #fff; */
	display: block;
	/* margin-bottom: 1px; */
	/* padding: 10px; */
}

.ac-content{
	/* border: 1px solid #454545; */
	height: 0;
	opacity: 0;
	transition: .5s;
	visibility: hidden;
}

.ac-check:checked + .ac-label + .ac-content{
	opacity: 1;
	height: auto;
	visibility: visible;
	/* background-color: #ebfaff; */
	padding-top: 40px;
	margin-top: 20px;
	padding-bottom: 50px;
}

.btn_open:before{
	content:"";
	right: 21px;
	top: 22%;
	position: absolute;
	width: 42px;
	height: 42px;
	/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	background-image: url("../img/common/navi_ac_open.png");
	*/
	transition: 0.5s;
}

.ac-check:checked + .btn_open:before{
	content:"";
	right: 21px;
	top: 22%;
	position: absolute;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	background-image: url("../img/common/navi_ac_close.png");
	transition: 0.5s;
}




/* -- .faq_sec -------------------------------------------------------------------------------- */

.faq_sec {
	contain: content;
}

.faq_sec .wrap{
	margin: 0 auto;
	/* background-color: #1b8ad8; */
	padding-top: 10px;
	width: 90%;
	max-width: 980px;
	padding-bottom: 20px;
	border-radius: 7px;
}

.faq_sec .wrap .inner_box{
	/* background-color: #fff; */
	margin: 20px;
	border-radius: 7px;
	/* padding: 30px; */
	padding-top: 20px;
	padding-bottom: 50px;
	margin: 0 auto;
	/* width: 90%; */
	text-align: left;
}

.faq_sec .wrap .inner_box .default_wrap{
	margin-bottom: 0;
}

.faq_sec_name{
	margin: 30px auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 15px;
	border-left: 15px solid #039c9f;
	color: #607d8b;
}

.faq_sec .wrap .inner_box .default_wrap .s_wrap{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #f1f7f7;
	padding-bottom: 15px;
	padding-top: 15px;
}

.faq_sec .wrap .default_wrap .s_wrap .faq_open{
	margin: 0 auto;
	position:relative;
	padding-left: 68px;
	padding-right: 69px;
	background: none;
	color: #515151;
}

.faq_sec .wrap .default_wrap .s_wrap .faq_open:after{
	content:"Q";
	left: 26px;
	top: -3px;
	font-weight: 900;
	position: absolute;
	font-size: 26px;
	color: #039c9f;
}

.faq_sec .wrap .default_wrap .ac-check:checked + .ac-label + .faq_a_box {
	opacity: 1;
	height: auto;
	margin: 0 auto;
	border-radius: 7px;
	width: 89%;
	visibility: visible;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.faq_sec .wrap .default_wrap .s_wrap .comment {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	color: #515151;
	font-weight: normal;
	padding-left: 54px;
	padding-right: 30px;
	text-align: left;
}

.faq_sec .wrap .side_navi{
 margin: 0 auto;
 background-color: #ffffff;
 width: 27%;
 vertical-align: top;
 margin-top: 60px;
 display: none;
}

.faq_sec .wrap .side_navi .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}

.faq_sec .wrap .side_navi .navi_list{
	margin: 0 auto;
	padding-left: 0;
}

.faq_sec .wrap .side_navi .navi_list .navi_item{
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 5px;
	border-left: 5px solid #ccc;
}

.faq_sec .wrap .side_navi .navi_list .navi_item a{
	margin: 0 auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 16px;
	display: block;
	color: #999;
	text-decoration: none;
	text-align: left;
}

.faq_sec .wrap .side_navi .navi_list .navi_item a:hover{
	color:#eb5504 !important;
	opacity:initial;
	font-weight:600;
}

.side_navi ul .now {
	background: #fff;
	border-left: 5px solid #eb5504 !important;
	display: block;
	color: #eb5504 !important;
}

.side_navi ul .now a {
	color:#eb5504 !important;
	font-weight:600;
}

.faq_sec .wrap .main{
	margin: 0 auto;
	/* float: left; */
	width: 68%;
	argin-left: 3%;
	text-align: left;
	display: none;
}

.faq_sec .wrap .main .content_box {
	margin: 0 auto;
	padding-top: 75px;
}

.faq_sec .wrap .main .content_box:first-child {
	padding-top: 60px;
}

.faq_sec .wrap .main .sec_name{
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	padding-top: 16px;
	border-radius: 50px;
	background-color: #eb5504;
	padding-bottom: 16px;
	margin-bottom: 35px;
}

.faq_sec .wrap .main .s_wrap{
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #fffeee;
}

.faq_sec .wrap .main .s_wrap:last-child{
	border-bottom:none;
}

.faq_sec .wrap .main .s_wrap .faq_open{
	margin: 0 auto;
	position:relative;
	padding-left: 68px;
	padding-right: 69px;
	ackground: none;
	color: #515151;
}

.faq_sec .wrap .main .s_wrap .faq_open:after{
	content:"Q";
	left: 26px;
	top: 2px;
	font-weight: 900;
	position: absolute;
	font-size: 30px;
	color: #eb5504;
}

.faq_open {
	margin: 0 auto;
	cursor: pointer;
	background-color: #fff;
	text-align: left;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.7;
	/* border: 2px solid #0e199b; */
	text-decoration: none;
	border-radius: 60px;
	font-weight: 500;
	position: relative;
	color: #000000;
	transition: 0.5s;
}

.faq_open:before {
	content: "";
	right: 21px;
	bottom: 0;
	top: 0;
	margin: auto;
	position: absolute;
	width: 42px;
	height: 42px;
	/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	background-image: url(../img/navi_ac_open.png);
	*/
	transition: 0.5s;
}

.ac-check:checked + .faq_open:before {
	content: "";
	right: 21px;
	top: 9px;
	position: absolute;
	width: 42px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
	background-image: url(../img/navi_ac_close.png);
	transition: 0.5s;
}

.faq_sec .wrap .main .s_wrap .comment{
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	color: #515151;
	font-weight: normal;
	padding-left: 54px;
	padding-right: 30px;
}

.ac-check:checked + .ac-label + .faq_a_box {
	opacity: 1;
	height: auto;
	margin: 0 auto;
	border-radius: 7px;
	width: 95%;
	visibility: visible;
	background-color: #ffeef4;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.ac-check:checked + .ac-label + .faq_a_box:before {
	content: "A";
	position: absolute;
	left: 21px;
	top: 6px;
	font-size: 25px;
	color: #ff778f;
	font-weight: 900;
}

.faq_sec .wrap .btn_more{
	margin: 0 auto;
	width: 80%;
	line-height: 1.5;
	text-align: center;
	max-width: 700px;
	background-color: #000;
	color: #fff;
	padding: 17px;
	border-radius: 7px;
	margin-top: 40px;
	transition: 0.5s;
	position: relative;
	cursor: pointer;
	transition:0.5s;
}

.faq_sec .wrap .btn_more:before{
	content: "";
	position: absolute;
	right: 20px;
	top: 9px;
	/*background-image: url(../img/navi_ac_open.png);*/
	width: 40px;
	height: 40px;
	/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: 33px;
	*/
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: brightness(100);
}

.faq_sec .wrap .btn_more:hover{
	opacity:0.7;
}

.faq_sec .wrap .more_load{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}








/* -- 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;
	}
	
	
	
	
	/* -- .contact_sec -------------------------------------------------------------------------------- */
	
	.contact_sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.contact_sec .btn_wrap .btn_link {
		display: block;
		width: 85%;
		margin: 0 auto;
		margin-bottom: 10px;
		max-width: none;
	}
	
	
	
	
	/* -- .faq_sec -------------------------------------------------------------------------------- */
	
	.faq_sec {
		padding-top: 81px;
	}
	
	.faq_sec .wrap .inner_box {
		padding-top: 0;
	}
	
	.faq_sec .wrap .default_wrap .s_wrap .faq_open {
		padding-left: 40px;
		padding-right: 55px;
	}
	
	.faq_open {
		padding: 2px 20px;
		font-size: 15px;
		line-height: 1.5;
	}
	
	.faq_sec .wrap .default_wrap .s_wrap .faq_open:after {
		left: 13px;
		top: -4px;
		font-size: 23px;
	}
	
	.faq_open:before {
		right: 9px;
		top: 0px;
		background-size: 30px;
	}
	
	.ac-check:checked + .ac-label + .faq_a_box:before {
		left: 14px;
		top: 14px;
	}
	
	.faq_sec .wrap .default_wrap .s_wrap .comment {
		font-size: 14px;
		line-height: 1.5;
		padding-left: 42px;
		padding-right: 12px;
	}
	
	.ac-check:checked + .faq_open:before {
		right: 9px;
		top: 0;
		width: 42px;
		height: 42px;
		background-size: 30px;
	}
	
	
}








