/* 112 asa */

.asa_header_title {
    width: 380px;
    margin: 10px auto 0 auto;
}
.layout_content_asa {
    margin: 0;
}

.asa_search {
    margin-bottom: 70px;
}
.asa_search_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.asa_search_each {
    flex: 0 1 auto;
    width: 30%;
    margin: 0 0 10px 0;
}
.asa_search_each select {
    width: 100%;
}

.asa_banner {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.asa_banner > div {
    flex: 0 1 auto;
    width: 48%;
}


@media screen and (max-width: 640px) {
    .asa_search_each {
        flex: 0 1 auto;
        width: 48%;
        margin: 0 0 10px 0;
    }
    .asa_banner > div {
        flex:none;
        width: 100%;
    }

}






.asa_bar {
    width: 100%;
    background: #d61d1a;
    color: #ffffff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 18px 10px;
}
.asa_viewtitle {
    background: #000000;
}
.asa_viewtitle .wrapper {
    min-height: 500px;
    background-image: url(/img/asa/title_back_summer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 40px;
}
.asa_view_asaname {
    font-size: 7.0rem;
    color: #ffffff;
    font-weight: bold;
    background: rgba(0,0,0,0.4);
    padding: 2px 8px;
}
.asa_view_organization {
    color: #ffffff;
    margin-bottom: 20px;
    background: rgba(0,0,0,0.4);
    padding: 2px 8px;
}
.asa_view_image {
    width: 40%;
    /*
    position: absolute;
    left: 40px;
    bottom: 30px;
    */
    margin: 30px 30px 0 0;
}
.asa_view_titlebtn {
    position: absolute;
    right: 40px;
    bottom: 30px;

    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 20px 30px;
    text-align: center;
    font-size: 2.0rem;
    color: #ffffff;
}
.asa_view_titlebtn a {
    color: #ffffff;
}

.asa_info_lead {
    padding: 0 10%;
    font-size: 2.0rem;
    line-height: 2.0;
    margin-bottom: 40px;
}
.asa_view_block_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.asa_view_block {
    flex: 0 1 auto;
    width: 30%;
}
.asa_view_block img {
    border: 1px solid #d8d8d8;
    padding: 6px;
}
.asa_view_block h3 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 16px 0;
    border-left: 4px solid #ff6600;
    padding: 6px 0 6px 10px;
    line-height: 1.2;
}
.asa_view_block p {
    font-size: 1.6rem;
    line-height: 1.6;
}
.asa_map {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .asa_viewtitle .wrapper {
        min-height: 300px;
        text-align: center;
        padding: 20px 15px;
    }
    .asa_view_asaname {
        font-size: 3.6rem;
        margin-bottom: 10px;
        background: rgba(0,0,0,0.4);
    }
    .asa_view_image {
        margin-top:10px;
        width: 100%;
    }

    .asa_view_image {
    position: relative;
    left: 0;
    bottom: 0;
}

    .asa_view_titlebtn {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top:10px;

        border: none;
        background: #009999;
        color: #000000;
    }
    .asa_info_lead {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .asa_view_block_wrap{
        display: block;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .asa_view_block {
        flex: none;
        width: 100%;
        margin-bottom: 40px;
    }
}