/*********************************************
rental_common.css
*********************************************/
.o-biz-ti-b{
	display: block;
	position: relative;
	width: 100%;
	position: 10;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 70px;
}

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

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

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


.o-main-ib{
	margin: auto 0;
}

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

.o-half-b{
	width: 48%;
	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: 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;
}

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

.o-illust-b{
	border: solid 1px rgba(255,255,255,.8);
	width: 100%;
	max-width: 912px;
	margin: 50px auto 0 auto;
	height: 1023px;
}

.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;
}


/*add mv*/
.o-main-ct-h1{
	color: #000;
}

.o-rental-h3{
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 000;
}

.o-rental-h3-spc{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
}

.o-src-dl-ob{
	margin: 55px auto 0 auto;
	justify-content: space-between;
}

.o-dl-lb,.o-dl-rb{
	width: 100%;
}

.o-dl-lb dl,.o-dl-rb dl{
	margin: 0;
	box-sizing: border-box;
	padding: 11px 5px;
}

.o-dl-lb dl dt,
.o-dl-rb dl dt{
	width: 33%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size:15px;
	line-height: 23px;
	font-weight: 300;
	/*font-feature-settings: "palt";*/
}

.o-dl-lb dl dd,
.o-dl-rb dl dd{
	width: 67%;
	display: flex;
	align-items: center;
	margin: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 23px;
	font-feature-settings: "palt";
}

.o-dl-maru{
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(0,115,160,1);
    margin-left: 10px;
    margin-right: 10px;
}

.o-rent-ud-ul{
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.o-rent-ud-ul li{
	width: 100%;
	box-sizing: border-box;
	margin: 0 2% 60px;
	max-width: 300px;
}

.o-li-ib img{
	display: block;
	margin: 0 auto 30px auto;
}

.o-rent-ud-ul li .btn-flat{
    background: transparent;
    border: solid 1px rgba(255,255,255,.4);
    margin: 30px auto 0 auto;
}

.o-rent-ud-hr{
	border: none;
	height: 1px;
	background-image: linear-gradient(to right, #fff 5px, transparent 5px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 45px 0 50px 0;
}

.o-rental-un-py{
	box-sizing: border-box;
	padding: 60px 0 30px 0;
}

.o-ptb-obi{
	background: #0073a0;
	box-sizing: border-box;
	padding: 25px 20px 25px 20px;
	margin: 70px 0 0 0;
}

.o-ptb-obi span{
	display: block;
	font-weight: 600;
	text-align: center;
}

.o-add-white{
	background: #fff;
}

.o-add-gray{
	background: #f7f7f5;
}



@media (min-width: 576px){
.o-biz-ti-b{
    box-sizing: border-box;
}

.o-rent-ud-ul li{
    width: 46%;
    margin: 0 2%;
    max-width: 300px;
}

}



@media (min-width: 768px){
.o-sec-pt{
    padding-top: 140px;
}

.o-rental-un-py {
    padding: 60px 0 80px 0;
}

.o-dl-lb dl dt,
.o-dl-rb dl dt{
	font-feature-settings: "palt";
}

.o-dl-lb dl dt, .o-dl-rb dl dt {
    width: 47.5%;
}

.o-dl-lb dl dd, .o-dl-rb dl dd {
    width: 67%;
}
}



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

}

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

}


@media (min-width: 992px){


.o-dl-lb, .o-dl-rb{
    width: 48%;
}

.o-bg-gray{
    background: #f7f7f5;
}

.o-add-gray{
	background: #fff;
}

.o-dl-lb dl dt, .o-dl-rb dl dt {
    width: 33%;
}

.o-dl-lb dl dd, .o-dl-rb dl dd {
    width: 67%;
}
}



@media (min-width: 1025px){

}

@media (min-width: 1100px){

}



@media (min-width: 1200px){

}