@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainBox {
    padding-top: 20px;
}
.comSearchArea dt {
    background-image: url("../../../../img/common/icon45.png");
    background-size: 18px auto;
}
#conts .txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
    color: #89817b;
}
.comRouteBtnBox {
    padding-bottom: 0;
}
.comRouteBtnBox ul {
    display: block;
    margin: 0;
}
.comRouteBtnBox li {
    width: auto;
    padding: 0 15px;
}
.comRouteBtnBox li:last-child {
    border: none;
}
.comRouteBtnBox li input[type="checkbox"] + span {
    padding-top: 14px;
    padding-bottom: 13px;
}
#conts .btn {
    max-width: 340px;
    margin: 0 auto;
}
#conts .btn a {
    height: 64px;
}
.pageTop02 {
    bottom: 80px;
}
@media all and (max-width: 897px) {
    .pageTitle {
        margin-bottom: 10px;
    }
    .comSearchArea {
        margin-bottom: 0;
    }
    .mainBox {
        padding-top: 0;
    }
    .headLine06 {
        margin: 0 -15px 15px;
    }
    #conts .txt {
        margin-bottom: 5px;
    }
    #conts .btn {
        margin-bottom: 30px;
    }
    #conts .btn a {
        height: 48px;
    }
    #sideBar .sideBox .headLine02 {
        font-size: 2rem;
    }
    .fixdSelectBox {
        bottom: -0;
    }    
}

@media all and (max-width: 374px) {
    
}