h2{
    text-align: left;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title {
    color: green;
}

.main{
    height: 100vw;
    width: 100vw;
}

.head_region{
    display: flex; 
    justify-content: space-between;
    width: 100vw;
    height: 10vw;
}

.img_region{
    width: 50vw;
    text-align: left;
}

.head_img{
    width: 50vw;   
}

.menu_region{
    width: 40vw; 
    right: 0;
    text-align: right;
}

.head_menu{
    flex-grow: 1;
    width: 40vw;   
    display: flex;
    right: 0;
    text-align: center;
}

.head_menu li {
    list-style:none;
    padding: 8px 10px;
}



.contents{
    width: 100vw;
    text-align: left;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.form{
    padding: 0;
}


.title{
    color: #bda590;
}

/*会社概要*/

hr{
    height: 5px;
    background-color: #b4d9d5;
    border: none;
}

.contents_main p{
    text-align: left;
}


.footer
{
    width: 100vw;
    bottom: 0;    
    background-color: #b4d9d5;
    font-size: large;
    font-weight: bold
}

.footer p{
    text-align: center;
    top: auto;
    bottom:auto;
    
}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    h2{
        text-align: left;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;

    }

    .title {
        color: green;
    }

    .main{
        height: 100vw;
        width: 100vw;
    }

    .head_region{
        display: flex;
        justify-content: space-between;
        align-items: center;
        opacity: 70%;
        width: 100vw;
        height: 10vw;
        position: fixed;
        margin: 0 0 15px;
        background-color: #fff;
    }

    .img_region{
        width: 50vw;
        text-align: left;
    }

    .head_img{
        width: 50vw;   
    }

    .head_menu{
        flex-grow: 1;
        width: 40vw;   
        display: flex;
        right: 0;
        text-align: center;
        padding: 0;
    }

    .head_menu li {
        list-style:none;
        padding: 8px 10px;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 8px;

    }

    .brank{
        width: 100vw;
        height: 10vw;
    }


    .contents{
        width: 100vw;
        text-align: left;
    }

    .title{
        color: #bda590;
    }

    /*会社概要*/

    hr{
        height: 5px;
        background-color: #b4d9d5;
        border: none;
    }
    
    .contents_main p{
        text-align: left;
        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
}
    
    .form{
        width: 100vw;
        height: 100gvw;
        padding: 0;
    }

/*フッター*/
    .footer{
        width: 100vw;
        height: 50vw;

        background-color: #b4d9d5;

        font-family: "dnp-shuei-mgothic-std", sans-serif;
        font-weight: 400;
        font-style: normal;
        
        padding: 0;
    }

    .footer p{
        padding-top: 30px;
    }
}