@charset "UTF-8";
/*////////////////////////
garb-public.jp
contact.css
///////////////////////*/
#main_visual {
    height: 10vh;
    margin: 10rem auto;
}

#sec{
    margin-bottom: 8rem;
}

.contents_postion {
    left: 0;
    bottom: 0;
}

.page-title {
    text-align: left;
}

#sec .read_txt {
    width: 100%;
    margin: 3rem auto 1rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

#sec .read_txt span.bb {
    display: inline;
    border-bottom: #003D6C dashed 1px;
}

.appContainer{
    width: 80%;
    margin: auto;
    display: block;

}

.mini{
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.maker{
    background:linear-gradient(transparent 60%, #F1F093 60%);
}

@media screen and (min-width:768px) {

#sec .read_txt {
    text-align: center;
    font-size: 1.6rem;
}

#sec .read_txt:last-of-type {
    margin-bottom: 2rem;
}

}


/* ==========================================================================
SP
   ========================================================================== */

@media only screen and (max-width: 767px) {

#main_visual{
    background-image: url(../images/contact/contact_top_sp.jpg);
}

.appContainer {
    width: 90%;
}

#sec .read_txt {
    width: 100%;
    margin: 3rem auto 1rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
}

main .btn a, footer .btn a {
    margin: 0;
}
}



