/*
[date]2024-10-15
[desc]グルホ就労サイト分離のための追加css
*/

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

#top_container .inner, #container .inner, #footer .inner {
    width: 100%;
}

#header .inner {
    width: 680px;
    padding: 11px 0 0 0;
}

#header h1 {
    position:relative;
    top: inherit;
    left: inherit;
    background-color: inherit;
}

#pankuzu {
    width: 680px;
}

div.second_main_area{
    float: none;
    margin: 0 auto;
 }

.article {
    clear: both;
    /* margin-bottom: 50px; */
    margin-bottom: 100px;
    }

.article p {
    line-height: 1.8;
    text-align: left;
    margin: 0 15px 2em;
    font-size: 1.2em;
}

.article h3 {
    text-align: left;
    padding: 0 0 30px 0;
    margin: 0;
}

.service h3, h3.bold_font {
    line-height: 1.6em;
    font-weight: normal;
    /*color: #ffbb19;*/
    text-align: center;
    font-size: 210%;
}

.service h3.last_h3 {
    font-size: 1.15em;
}

.common_table th,
.common_table td,
.gh_table_in_syu-B td,
.gh_table td
 {
    font-size: 1.2em;
    padding: 1.5em 1em;
}

.gh_table_in_syu-B td,
.gh_table td{
    font-weight: normal;
}

.gh_table_in_syu-B th,
.gh_table th {
    font-size: 1.3em;
    font-weight: bold;
    vertical-align:middle;
}

.w650{
    width: 650px;
}

.w450{
    width: 450px;
}

.gh_bg {
    margin-bottom: 50px !important;
    width: 70%;
}

.font_large{
    font-size: 2.6em;
}

.service .bg_yellow li {
    font-size: 1.2em;
    font-weight: normal;
}

.tel {
    font-size: 2.5em;
    background-color: #cbf1c4;
    text-decoration: none;
    font-weight: bold;
    color: #539559;
    padding: 0.1em 0.1em;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: solid 3px;
    background-image: linear-gradient(180deg, #f0feed 10%, #c0e8d2 100%);
}

.syu-b_txt_1-1 {
    padding: 50px 0;
    text-align: center;
    margin: 0 0 80px;
    background: url(images/f3_syu-b_1-1.jpg) no-repeat top right;
}

#pagetop {
    width: 680px;
    margin: 0 auto;
    clear: both;
}

#footer {
    clear: both;
    height: unset;
    width: 100%;
}

#footer .inner {
    width: 690px;
    text-align: left;
    padding: 0 0 0.5em;
}

#footer #footer_logo {
    position: relative;
    top: -20px;
    left: inherit;
    background-color: unset;
}

#footer p#footer_address {
    font-size: 0.85em;
    font-size: 12.5px;
    position: relative;
    top: -10px;
    left: inherit;
}

.margin0{
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px){
    img#sp_only {
        display:block;
    }
    
    #header {
        height: auto;
        padding: 0 0 1em;
    }

   #header .inner {
    width: 100%;
    padding: 1em 0 0;
    }

    #header h1 img {
        height: 8em;
    }

    #pankuzu {
        width: 96%;
    }

    .article {
        margin-bottom: 5em;
    }

    .article p {
        font-size: 1.15em;
        margin: 0 0 4em;
        padding: 0 2%;
    }

    .service h3, h3.bold_font {
        font-size: 240%;
    }

    .article h3 img {
        height: auto;
        width: 100%;
    }

    .common_table {
        width: 100%;
    }
    
    .font_large{
        font-size: 2.0em;
    }

    .gh_bg {
        padding: 5%;
        width: 90%;
        margin: 0 0 2em!important;
    }

    .syu-b_txt_1-1 {
        padding: 30px 0;
        /* text-align: center; */
        margin: 0;
        background: url(images/f3_syu-b_1-1.jpg) no-repeat top left;
    }

    #grouphome .cf img.right {
        margin: 0 0 0 0;
    }

    .img_none{
        display: none;
    }

    .service .bg_yellow {
        font-size: 1.0em;
    }

    #footer .inner {
        width: 100%;
    }
    
}