@charset "utf-8";
/* CSS Document */

.rent .caption+.caption1, .rent .caption+.caption2, .rent .caption+.caption3, .rent .caption+.caption4, .rent .caption+.caption5, .rent .caption+.caption6, .rent .caption+.caption7 {
    margin-top: 0px;
}

.rent .caption7 img{
    width: 100%;
    height: auto;
}

.rent .forMember{
    margin-top: 40px;
    margin-bottom: 20px;
}

.rent .bnrBox{
    float: right;
    width: 48%;
}
.rent .newsListBox{
    float: left;
    width: 48%;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
    .rent .bnrBox{
        width: 38%;
    }
    .rent .newsListBox{
        width: 60%;
    }
}


@media screen and (max-width: 991px) {
    .rent .bnrBox{
        float: none;
        width: 100%;
    }
    .rent .newsListBox{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}


.rent .newsListBox dt{
    font-size: 20px;
    font-weight: bold;
    color: #023b8d;
    background: #d6e4f8;
    padding: 15px;
    line-height: 1em;
    letter-spacing: 2px;
}
.rent .newsListBox dt a{
    position: relative;
    text-decoration: none;
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.rent .newsListBox dt a:before{
    display: block;
    position: absolute;
    left: -25px;
    top: 3px;
    content: "";
    background: url(../images/mrk_list.svg) no-repeat 0 center;
    width: 16px;
    height: 13px;
}
.rent .newsListBox dt a:hover{
    text-decoration: underline;
}

.rent .newsListBox dd{
    margin-left: 0;
}
.rent .newsListBox dd ul{
    padding-left: 0;
    list-style: none;
    margin-top: 0.5em;
}
.rent .newsListBox dd ul li{
    border-bottom: 1px solid #becdd5;
    padding: 12px 10px;
    font-size: 14px;
}
.rent .newsListBox dd ul li a{
    text-decoration: none;
}
.rent .newsListBox dd ul li a:hover{
    text-decoration: underline;
}
.rent .newsListBox dd ul li a span{
    margin-right: 20px;
}

@media screen and (max-width: 640px) {
    .rent .newsListBox dd ul li a span{
        display: block;
        margin-right: 0;
    }
}



.rent .indexHeadline1 {
	color: #4a3;
	font-size: 30px;
	display: flex;
	align-items: center;
	margin-top: 2em;
}
@media screen and (max-width: 640px) {
    .rent .indexHeadline1 {
    	font-size: 26px;
    }
}


.rent .indexHeadline1:before,
.rent .indexHeadline1:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #4a3;
	display: block;
}
.rent .indexHeadline1:before {
	margin-right: .8em;
}
.rent .indexHeadline1:after {
	margin-left: .8em;
}

.rent .indexHeadline2 {
	color: #023b8d;
	background: #d6e4f8;
	font-size: 22px;
    padding: 25px 20px;
    margin-top: 2em;
    line-height: 1.4em;
}
@media screen and (max-width: 640px) {
    .rent .indexHeadline2 {
    	font-size: 20px;
        padding: 20px 20px;
    }
}

.rent .indexHeadline3 {
	color: #4a3;
	font-size: 18px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
    .rent .indexHeadline3 {
    	margin-top: 1em;
        font-size: 16px;
    }
}


.rent .indexCatchCopy{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
    .rent .indexCatchCopy{
    	font-size: 22px;
    }
}


.rent .textBox{
    float: left;
    width: 70%;
}
.rent .imgBox{
    float: right;
    width: 25%;
	margin-top: 2em;
}
@media screen and (max-width: 1199px) {
    .rent .textBox{
        width: 65%;
    }
    .rent .imgBox{
        width: 30%;
    }
}
@media screen and (max-width: 991px) {
    .rent .textBox,
    .rent .imgBox{
        float: none;
        width: 100%;
    }
}


.rent .posiLeft{
    padding-left: 0;
}
.rent .posiLeft p{
    text-align: left;
    margin-left: 0;
}

@media screen and (max-width: 640px) {
    .rent .posiLeft{
        padding-left: 20px;
    }
    .rent .posiLeft p{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 400px) {
    .rent .imgBox img{
        width: 100%;
        height: auto;
    }
}

.rent .rentBox3{
    margin-bottom: 30px;
}


.rent .entryBox{
    margin-bottom: 30px;
}
.rent .entryBox dl{
    float: left;
    width: 48%;
}
.rent .entryBox dl.entryBoxRight{
    float: right;
}
.rent .entryBox dl dt{
    font-size: 16px;
    font-weight: bold;
    color: #003481;
    border-bottom: 1px solid #d6e4f8;
    padding-bottom: 3px;
}
.rent .entryBox dl dd{
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.5em;
}

.rent .bnrParking{
    width: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    border: 3px solid #084097;
    padding: 30px;
}
.rent .bnrParking img{
    margin: 2%;
}
@media screen and (max-width: 1300px) {
    .rent .bnrParking img.bP01{
        width: 50%;
        height: auto;
    }
    .rent .bnrParking img.bP02{
        width: 36%;
        height: auto;
    }
}
@media screen and (max-width: 991px) {
    .rent .bnrParking img.bP01{
        width: auto;
        height: auto;
    }
    .rent .bnrParking img.bP02{
        width: auto;
        height: auto;
    }
}



@media screen and (max-width: 640px) {
    .rent .bnrParking{
        margin-top: 50px;
        padding: 20px;
    }
    .rent .bnrParking img.bP01{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .rent .bnrParking img.bP02{
        width: 100%;
        height: auto;
        margin: 0;
        margin-top: 10px;
    }
}


.rent .point{
}
.rent .point .CatchCopy{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}
.rent .point .CatchCopy br{
    display: none;
}
@media screen and (max-width: 640px) {
    .rent .point .CatchCopy{
        font-size: 20px;
        margin-top: 10px;
    }
    .rent .point .CatchCopy br{
        display: block;
    }
}

.rent .healine1{
    position: relative;
    margin-top: 100px;
}
.rent .healine1 h3{
    font-size: 22px;
    background: #fffbb3;
    padding: 25px;
    margin: 0;
    color: #023b8d;
}
.rent .healine1 h3 span{
    color: #c00;
}
.rent .healine1 img{
    position: absolute;
    top: -60px;
    left: 0;
}
@media screen and (max-width: 640px) {
    .rent .healine1 h3{
        font-size: 20px;
        padding: 20px;
    }
}

.rent .boxL{
    float: left;
}
.rent .boxL img{
    margin-top: 30px;
}
.rent .boxR{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}


.rent .indexHeadline3{
    margin-top: 30px;
}
.rent .point table{
    border-spacing: 0;
    border-collapse:  collapse;
    margin-top: 15px;
    margin-bottom: 10px;
}
.rent .point table th{
    background: #d6e4f8;
    border: 1px solid #a5c4f0;
    padding: 10px 17px;
    font-weight: bold;
}
.rent .point table th small{
    font-weight: normal;
}
.rent .point table td{
    border: 1px solid #a5c4f0;
    padding: 17px;
    text-align: center;
}
.rent .point table td.ave{
    font-size: 16px;
    font-weight: bold;
}
.rent .point table td.toshi{
    font-size: 22px;
    color: #4a3;
    font-weight: bold;
}
.rent .point table td.sagaku{
    font-size: 18px;
    color: #cc0000;
    font-weight: bold;
}
@media screen and (max-width: 640px) {
    .rent .point table th,
    .rent .point table td{
        padding: 10px;
    }
    .rent .point table td.ave{
        font-size: 14px;
        white-space: nowrap;
    }
    .rent .point table td.toshi{
        font-size: 18px;
        white-space: nowrap;
    }
    .rent .point table td.sagaku{
        font-size: 16px;
        white-space: nowrap;
    }
}

.rent .point .attenText{
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
}

.rent .point .electbox{
    margin-top: 40px;
}


.rent .point .procedure{
}
.rent .point .procedure dt{
    background: #023b8d;
    font-size: 20px;
    padding: 10px;
    border-radius: 6px 6px 0 0; 
    -webkit-border-radius: 6px 6px 0 0; 
    -moz-border-radius: 6px 6px 0 0;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    border: 1px solid #023b8d;
}
.rent .point .procedure dd{
    border: 1px solid #023b8d;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    padding: 20px;
    text-align: center;
    line-height: 1.6em;
}
.rent .point .procedure dd small{
    font-weight: normal;
    font-size: 13px;
}

.rent .point .outline{
    margin-top: 10px;
}
.rent .point .outline dt{
    margin-top: 30px;
    font-weight: bold;
}
.rent .point .outline dd{
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.5em;
}


.rent .formbox{
    margin-top: 20px;
}

.rent .formbox table{
    border-collapse:  collapse;
    margin-top: 20px;
    width: 100%;
}
.rent .formbox table th{
    background-color: #e0ecfd;
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #ccc;
}
.rent .formbox table th.mini{
    white-space: nowrap;
    width: 15%;
}
.rent .formbox table td{
    padding: 20px;
    border: 1px solid #ccc;
    line-height: 1.5em;
}

.rent .formbox label{
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 10px;
}


.rent .formbox .button{
    text-align: center;
    margin-top: 30px;
}
.rent .formbox input[type="radio"],
.rent .formbox input[type="checkbox"]{
    margin-right: 5px;
}
.rent .formbox input[type="submit"],
.rent .formbox .backbtn {
    border-style:none;
    border: none;
    background: #023b92;
    padding: 15px 30px;
    margin-top: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: none;
	text-align: center;
}
.rent .formbox input[type="submit"]:hover {
    background: #023b92;
}
.rent .formbox .backbtn {
    background: #999;
    margin-right: 15px;
}
.rent .formbox .backbtn:hover {
    background: #666;
}


@media screen and (max-width: 900px) {
    .rent .formbox .sp100{
        width: 100%;
    }
}


.rent .newsbox{
    padding-bottom: 50px;
}

.rent .newsbox dl{
    border-bottom: 1px solid #e8eaeb;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-left: 10px;
}
.rent .newsbox dl dt{
    display: inline-block;
    width: 120px;
}
.rent .newsbox dl dd{
    display: inline-block;
    margin-left: 0;
}

.rent .newsbacknumber{}
.rent .newsbacknumber ul{}
.rent .newsbacknumber ul li{
    line-height: 1.8em;
}




