#rentalstart {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #192b5b;
    margin: 20px auto;
    padding: 20px 10px;
    width: 1000px;
}



.rentalstart_top h1{
    background-color: #fed009;
    color: #192b5b;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}

p.text{
	color: #666666;
	font-size: 16px;
	padding:20px 0;
}

h2.text_st{
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
}

.rentalstart_top h2{
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
    margin: 0px auto 40px;
    width: 980px;
}

p.text_beforeBtn{
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}


ul.listNote{
    color: #666;
    display: block;
    font-size: 14px;
    margin: 40px 0 50px;
}

ul.listNote li{
	text-indent: -1em;
	margin-left: 1em;
}

ul.listNote li::before{
	content:"※";
}


/* flow */

ol.flowList{
    align-items: center;
    background-color: #eee;
    color: #192b5b;
    display: flex;
    font-size: 16px;
    list-style: none;
    justify-content: center;
    margin: 5px auto 40px;
    position: relative;
    width: 100%;
}

ol.flowList::after {
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 40px solid #eee;
    bottom: -40px;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
}


ol.flowList li {
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    width: 300px;
    margin: 20px 20px 20px 0;
    height: 366px;
}

ol.flowList li:last-child{
    margin-right:0;
}

ol.flowList li::after{

}

ol.flowList li .flowText{
    color: #192b5b;
    font-size: 16px;
    font-weight: bold;
    height: 66px;
    margin: 10px 10px 0 80px;
    position: relative;
}

.flowStep {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    font-size: .74em;
}
.flowStep span {
    display: block;
    font-size: 3.2em;
    font-weight: 900;
    line-height: .9em;
}


ol.flowList li:nth-child(1) div{
    height: 259px;
    margin: 20px auto 0;
    width: 230px;
}

ol.flowList li:nth-child(1)::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #DDDDDD;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}





ol.flowList li:nth-child(2) div{
    height: 243px;
    margin: 20px auto 0;
    overflow: hidden;
    width: 230px;
}


ol.flowList li:nth-child(2)::after {
    content: "";
    position: absolute;
    display: block;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #DDDDDD;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
}






ol.flowList li:nth-child(3) div{
    height: 164px;
    margin: 20px auto 0;
    width: 230px;
}

ol.flowList li:nth-child(3) .note {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: nomal;
    letter-spacing: -.05em;
    padding: 20px 10px 0;
}


.flowDone{
    border: 5px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 25px 0 0;
    height: 190px;
    text-align: center;
}


.flowDone .info {
    height: 80px;
    margin: 20px 0 20px 160px;
    padding-left: 90px;
    padding-top: 14px;
    position: relative;
    text-align: left;
}


.info p{
	margin-right:90px;
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
}

.info img {
    position: absolute;
    left: 0px;
    top: 0;
}

.info span.note{
	color: #6C6C6C;
	display: inline-block;
    font-size: 14px;
    font-weight: nomal;
}


.flowDone h2{
    color: #192b5b;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

a.cmnBtn.navy.cursorR {
    height: 50px;
    line-height: 50px;
}