
/*=================================================
ヘッダー　↓
/*===============================================*/


#HeaderWrapper, #TopPage {
    max-width: 1000px;
    margin: 0 auto;
}



#Header .Logo a img {
    width: 10em;
    max-width: 70%;
    padding: 0 2% 0;
}

#HeaderWrapper {
    border-bottom: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

#HeaderWrapper
#Header {
    padding: 0.3em 0;
    align-items: end;
}

.drawer-hamburger {
    padding: auto 2%;
    padding: 18px .75rem 15px;
}

/*=================================================
ヘッダー　↑
/*===============================================*/





/*=================================================
タイトル部分　↓
/*===============================================*/

.title {
    background-color: #3abd3d;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.title small {
    padding-top: 1.5em;
}

.title h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 0.8em;
}



/*=================================================
タイトル部分　↓
/*===============================================*/




/*=================================================
コンテンツ　↓
/*===============================================*/

.top_description {
    font-size: 1.5em;
    text-align: center;
    margin: 3em auto 0;
}

.flex {
    justify-content: center;
}

#TopPage
#IndexNav {
    padding-top: 2em;
}

#TopPage
#IndexNav
a.NavBox {
    background-color: #3abd3d;
    padding: 0;
    margin: 0 0.5em 1em;
}

#TopPage
#IndexNav
a.NavBox dl {
    display: grid;
    grid-template-rows: auto auto auto;
}

#IndexNav
a.NavBox
dl dt:before {
    content: url('../img/top/list_marker.svg');
    width: 1.3em;
    height: 1.3em;
    margin: 0.5em 0.2em;
}

#TopPage
#IndexNav
a.NavBox dl dt {
    height: 2em;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.2em auto;
}

#TopPage
#IndexNav
a.NavBox dl dt span {
    font-size: 0.7em;
    padding: 0.4em  0 0 0.5em;
    line-height: 1;
}

#TopPage
#IndexNav
a.NavBox dl div {
    width: 85%;
    height: 1.5px;
    background-color: #ffffff;
    margin: 0 auto;
    grid-row: 3;
}

#TopPage
#IndexNav
a.NavBox dl dd.img_box {
    background-color: #ffffff;
}


#TopPage
#IndexNav
a.NavBox dl dd {
    width: 100%;
    grid-row: 1;
    border-radius: 12px 12px 0 0;
    text-align: center;
    line-height: 1;
}

#TopPage
#IndexNav
a.NavBox .discription {
    color: #ffffff;
    grid-row: 4;
    font-size: 1em;
    line-height: 1.5;
    margin: 1em auto 1.5em;
}



/*=================================================
コンテンツ　↑
/*===============================================*/


/*=================================================
フッター　↓
/*===============================================*/

.copyBox #copy {
    font-size: 2rem;
    padding: 3em 0;
    background-color: #0f700f;
}

/*=================================================
フッター　↑
/*===============================================*/







/*=================================================
レスポンシブ　↓
/*===============================================*/

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

    .drawer-hamburger {
        margin: 0 1em 1em 0;
    }

    .title h1 {
        font-size: 1.7em;
        margin-bottom: 0.8em;
    }

    #TopPage p {
        font-size: 1.2em;
        line-height: 1.5;
        width: 80%;
    }

    #TopPage
    #IndexNav
    a.HalfBox30 {
        width: 40%;
    }

    #IndexNav a.NavBox dl dt:before {
        margin: 0.5em 0.2em 0.5em 0.5em;
    }

    #TopPage #IndexNav
    a.NavBox dl dt {
        font-size: 1.2em;
        margin: 0.5em 0.2em 0 0.2em;
    }

    #TopPage
    #IndexNav
    a.NavBox dl dt p {
        font-size: 1.2em;
        width: 100%;
    }

    #TopPage
    #IndexNav
    a.NavBox dl dt span {
        font-size: 0.7em;
        padding-left: 0.5em;
        line-height: 1;
    }

    #TopPage
    #IndexNav
    a.NavBox .discription {
        font-size: 0.8em;
        line-height: 1.5;
        margin: 1em auto 1.5em;
    }




    .copyBox #copy {
        font-size: 1rem;
        padding: 2em 0;
        background-color: #0f700f;
    }

}

/*=================================================
レスポンシブ　↑
/*===============================================*/



