html,body {
    scroll-padding-top: 110px;
}

.abz {
    background-color: #62bec9;
    margin-top: 100px;
    height: 350px;
}

.abz img{
    width: 100%;
    object-fit: cover;
    margin-top: 0px;
}

.abz span{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

li{
    list-style: none;
}



h2{
    padding: 12px 12px 12px 30px;
    background-color: #e6f4f1;
    border-left: 10px solid #62bec9;
    color: #636363;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 22px;
}


.lower_page_top {
    width: 100%;
    height: 350px;
    position: absolute;
    top:0px;
    left: 0;
    z-index: 1;
    background-color: rgba(99, 99, 99, 0.4);
}


.lower_page_top h2{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0;
    margin: 0;
    border-left: 0;
    background-color: rgba(0,0,0,0);
}


.main{
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    height: auto;
    background-color: unset!important;
}



.breadcrumbs{
    max-width: 1300px;
    padding: 10px 20px 70px;
    margin: 0 auto;
}

.breadcrumbs ul{
    list-style: none;
}
.breadcrumbs li{
    display: inline;
    font-size: 12px;
}
.breadcrumbs li a{
    color: inherit;
    text-decoration: none;
}
.breadcrumbs li + li:before{
    content: ">";
    margin:.5em;
}


.ttl1{
        padding: 12px 12px 12px 30px;
        border-left: 10px solid #62bec9;
        color: #555555;
        margin-bottom: 40px;
        font-weight: normal;
        font-size: 22px;
}

hr{
    margin-top: 100px;
}

@media screen and (min-width:1000px){
    .pc_br_none{
        display: none;
    }
    .fadein{
        opacity: 1;
    }
}
@media screen and (max-width:999px){
    .sp_br_none{
        display: none;
    }
}
@media screen and (max-width:560px){
    .abz {
        margin-top: 60px;
        height: 250px;
    }
    .lower_page_top{
        height: 250px;
    }
}