/*********************************************
generator_rental.css
*********************************************/
.o-biz-ti-b{
	display: block;
	position: relative;
	width: 100vw;
	/* height: 68vh; */
	position: 10;
}

.o-sec-pt{
	padding-top: 100px;
}

/*add gen css*/
.o-16-txt{
	line-height: 27px;
}


.o-main-ob{
	display: flex;
	align-items: center;
}


.o-main-ib{
	position: absolute;
	max-width: 360px;
	left: 40px;
	top: 0;
	bottom: 0;
	display: flex;
	margin: auto 0;
	height: auto;
	align-items: center;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.o-two-ob{
	width: 100%;
	margin: 0;
	justify-content: space-between;
}

.o-half-b{
	width: 100%;
	margin-bottom: 60px;
}

.o-bd-h3{
	font-size: 20px;
	line-height: 34px;
	font-weight: 600;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 15px;
}

.o-w-bd{
	border: solid 1px rgba(255,255,255,.8);
}

.o-b-bd{
	border: solid 1px rgba(0,0,0,1);
}

.o-5box{
	width: 20%;
}

.o-top-bd{
	border-top: solid 1px rgba(255,255,255,.8);
	margin-top: 10px;
	box-sizing: border-box;
	padding-top: 10px;
}

.o-top-bd-b{
	border-top: solid 1px rgba(0,0,0,.8);
	margin-top: 10px;
	box-sizing: border-box;
	padding-top: 10px;
}

.o-btn-bd-w{
    background: transparent;
    border: solid 1px rgba(255,255,255,.4);
    margin-top: 55px;
}

.o-biz-btn{
	width: 330px;
	font-weight: 300;
	margin: 60px auto 0 auto;
}

.o-biz-btn:before{
    width: 155%;
    height: 700%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(102%) translateY(-10%) rotate(45deg);
    transform: translateX(94%) translateY(-1%) rotate(45deg);
    background: #0073a0;
}

.o-905-b{
	width: 100%;
	max-width: 905px;
	margin: 0 auto 100px auto;
}

.o-illust-b{
	background: #fff;
	width: 100%;
	max-width: 1018px;
	margin: 50px auto 0 auto;
	box-sizing: border-box;
	padding: 30px 15px 80px 15px;
}

.o-illust-b picture{
	display: block;
	max-width: 900px;
	margin: 0 auto;
}

.o-peripheral-txt-b{
	box-sizing: border-box;
	border-top: solid 1px rgba(255,255,255,.8);
	border-bottom: solid 1px rgba(255,255,255,.8);
	padding: 15px;
	text-align: center;
	width: 100%;
	max-width: 425px;
	margin: 55px auto 130px auto;
	color: #fff;
}

.o-main-ib p{
	line-height: 34px;
}

.o-sp-mb-1{
	margin-bottom: 30px;
}

.o-sp-h3{
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 15px;
	text-align: center;
	background: #000;
	color: #fff;
}

.o-sp-sec-mb-1{
	margin-bottom: 85px;
}

.o-sp-mb-2{
	margin-bottom: 25px;
}

.o-spty-chb{
	box-sizing: border-box;
	padding: 20px 15px 40px 15px;
}

.o-main-ib-spty{
	box-sizing: border-box;
	/* padding-top: 919px; */
	/* background-size: contain; */
	height: 270px;
	background-size: cover;
}

.webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-st.webp) no-repeat;
	background-position: center bottom;
	background-size: cover;
}


.no-webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-st.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.o-spty-tib {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    height: 100%;
}

.o-main-ct-h1 span {
	display: block;
    font-size: 21px;
    line-height: 33px;
}

.o-sptt-mb-1{
	margin-bottom: 5px;
}

.o-top-bd-sptt{
    border-top: solid 1px rgba(255,255,255,.8);
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}

.o-btm-bd-sptt{
	border-bottom: solid 1px rgba(255,255,255,.8);
    box-sizing: border-box;
    padding-bottom: 10px;
}

.o-top-bd-b-sptt{
	border-top: solid 1px rgba(0,0,0,.8);
    margin-top: 10px;
    box-sizing: border-box;
    padding-top: 10px;
}

.o-btm-bd-b-sptt{
	border-bottom: solid 1px rgba(0,0,0,.8);
	box-sizing: border-box;
    padding-bottom: 10px;
}



@media (min-width: 576px){
.o-illust-b{
     padding: 80px 15px 80px 15px;
}

.o-spty-tib{
	padding: 0 40px;
}

.o-spty-chb{
	padding: 40px 40px 60px 40px;
}

.o-main-ib-spty{
	box-sizing: border-box;
	/* padding-top: 919px; */
	/* background-size: contain; */
	height: 381px;
}

.webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-sy.webp) no-repeat;
	background-position: center bottom;
}


.no-webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-sy.jpg) no-repeat;
	background-position: center bottom;
}

.o-biz-btn{
	width: 357px;
	font-weight: 300;
	margin: 60px auto 0 auto;
}

.o-biz-btn:before{
    width: 150%;
    height: 700%;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(102%) translateY(-10%) rotate(45deg);
    transform: translateX(94%) translateY(-1%) rotate(45deg);
    background: #0073a0;
}
}



@media (min-width: 768px){
.o-sp-mb-1{
	margin-bottom: 60px;
}

.o-main-ib-spty{
	box-sizing: border-box;
	/* padding-top: 919px; */
	background-size: cover;
	height: 540px;
}

.webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-tt.webp) no-repeat;
	background-position: center bottom;
}


.no-webp .o-main-ib-spty{
	background: url(../img/biz-rent-main-tt.jpg) no-repeat;
	background-position: center bottom;
}

.o-main-ct-h1 span{
	display: inline;
    font-size: 38px;
    line-height: 54px;
    margin-bottom: 30px;
}
}



@media (orientation: landscape) and (max-width: 767px){

}

@media (orientation: landscape) and (max-width: 991px){

}


@media (min-width: 992px){
.o-main-ib{
	max-width: 345px;
	left: 30px;
}

.o-half-b{
	width: 48%;
	margin-bottom: 60px;
}

.o-sec-pt{
    padding-top: 140px;
}

.o-half-b{
    margin-bottom: 60px!important;
}

.o-top-bd-sptt,.o-top-bd-b-sptt{
	border-top: none;
}

.o-btm-bd-sptt,.o-btm-bd-b-sptt{
	border-bottom: none;
}
}



@media (min-width: 1025px){

}

@media (min-width: 1100px){
.o-main-ib{
	max-width: 360px;
	left: 40px;
}
}



@media (min-width: 1200px){

}

@media (min-width: 1300px){
}