@charset "UTF-8";

/*  */

* {
    box-sizing: border-box;
    /* font-family: Hiragino Kaku Gothic ProN; */
}

body {
    background-color: #FEFBF6;
}

h1 {
    font-size: 32px;
    text-align: center;
    padding: 30px 0 30px 0;
}

h2 {
    font-size: 24px;
    text-align: center;
    padding: 30px 0 30px 0;
}

h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

/* SE版 */

/* ヘッダー */
header {
    background-color: #3D3C42;
    color: #FEFBF6;
}


/*  */
#works {
    padding-left: 10%;
    padding-right: 10%;
}

.site-1 {
    width: 30%;
    height: auto;
}

.site-nav {
    padding-bottom: 5%;
}

.works-p-1 {
    font-size: 10px;
}

.site-ul {
    display: flex;
    /* justify-content: space-around; */
}

/*  */
#about {
    background-color: #3D3C42;
    color: #FEFBF6;
    padding-left: 10%;
    padding-right: 10%;
    height: 300px;
}

.about-img {
    width: 20%;
    height: auto;
}

.about-a {
    width: 10%;
    height: auto;
}

/*  */
.about-div {
    display: flex;
}

/*  */



/* フッター */


/* PC版 */

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

    /*  */
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    /* ヘッダー */


    /*  */


    /*  */
    .site-1 {
        width: 15%;
        height: auto;
    }

    .works-p-1 {
        font-size: 13px;
    }

    /*  */
    #about {
        height: 500px;
    }

    /*  */


    /*  */

    /* フッター */


}