@charset "UTF-8";


/*rentacar_set.css*/

body,body #wrapper{
	background: #F5FBFE;
}

/* -------------------------------
    main -under
------------------------------- */
.mainV {
    overflow: hidden;
    position: relative;
    height: 505px;
    width: 100%;
}
.mainV .pgTtl {
    box-sizing: border-box;
    position: relative;
    display: table;
    margin: auto;
    padding: 24px 0 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 94%;
    max-width: 1000px;
    z-index: 3;
    height: 100%;
}
.mainV .pgTtl a {
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 9.92%;
    z-index: 10;
    max-width: 175px;
    width: 17%;
    max-height: 41px;
    text-decoration: none;
}
.mainV h2 {
    color: #fff;
    display: table-cell;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: .2em;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.mainV h2:lang(en-US){
    letter-spacing: .05em;
}

.mainV h2 span {
    display: block;
    font-size: .4em;
    margin: .3em 0 0;
}
.mainvBG {
    margin: 0 0 0 -1000px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2000px;
    max-width: none;
    z-index: 2;
}
@media(max-width:640px){
	.mainV {
	    height: 190px;
	}
	.mainvBG {
	  margin:auto;
      position: absolute;
      top: 0;
      left: -50%;
      max-width: none;
      z-index: 2;
      width: 200%;
    }
}


.rentacar-bg{
	background: #F5FBFE;
}

.main_contents{
	text-align: center;
	margin-bottom: 5em;
}
.main_contents h2.deals_title{
	color:#113961;
	font-size: 1.5rem;
	margin: 0 0px 30px 0;
	line-height: 2;
}

.main_contents p.deals_description{
	line-height: 2;
}
.main_contents p.deals_description span{
	line-height: 2;
	font-size: 1.3rem;
}
.main_contents img.bus-car{
	width: 80%
}

.main_contents .orix-link{
	display: block;
    border: 1px solid black;
    margin: 50px auto;
    padding: 13px 0;
    width: 80%;
    position: relative;
    background: white;
}

.main_contents .orix-link img{
    width: 45%;
    padding: 2em 0px;
}
.main_contents .orix-link p{
    text-align: right;
    position: absolute;
    right: 1em;
    bottom: 1em;
}
.spbr_tag{
	display: none;
}
@media(max-width:812px){

	.spbr_tag{
		display: block;
	}
}
@media(max-width:767px){

	.main_contents h2.deals_title{
		font-size: 1rem;
	}
	.main_contents p.deals_description{
		font-size: 0.7rem;
	}
	.main_contents p.deals_description span{
		font-size: 0.8rem;
	}
	.main_contents img.bus-car{
		width: 100%
	}
	.main_contents .orix-link{
		width: 100%
	}
	.main_contents .orix-link img{
    	width: 80%;
	}

}