
header{
    grid-area:header;
}

.nav_list{
    grid-area:left;
    /* border:solid rgb(20, 51, 143); */
    background-color: rgb(0, 31, 124);
    /* display: flex; */
    /* margin-left: 250px; */

}

.nav_list div{
    /* background-color: rgb(239, 228, 248); */
    background: #e4fcff;/*背景色*/
    border-top: solid 15px #1dd655;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
    margin-right: 20px;
    padding: 5px;
    border-radius: 5px;
    color:rgb(0, 31, 124);
}





        .header_container{
           background: #ffffff;
           display: flex;
           justify-content: space-between;
           min-height: 98px;
           margin: 5px;
           padding: 0  0.7em;
           box-shadow: 0px 0px 0px 5px #ffffff;
           border-bottom: dashed 2px rgb(0, 31, 124);
            color:rgb(0, 31, 124);
        }

                       h1{
                           font-size: 30px;
                           color: rgb(0, 31, 124);
                           margin: 10px 0 0 50px;
                         }
                         



       .header_jpg img{
       margin: 10px auto 0;
        }

        
        .nav_header li{
           display: inline-block;
       }

                       .header_jpg{
                           /* margin: 5px; */
                           text-align: center;    
                       }

                       header jpg{
                           width: 100%;
                       }




         .list_nav_header2{

             margin: -13px;
            display: flex;
            height: 100px;
            justify-content: center;
            align-items: center;
            
        }

       .nav_header2 li{
           color: rgb(0, 31, 124);
           height: 70px;
           min-width: 130px;
           font-size: 15px;
           padding-top: 30px;
           text-align: center;
           border-right: solid 2px rgb(0, 31, 124);
        } 

        /* .nav_header2 li{
            position: relative;
            padding: 0.5em 0.7em;
            margin: 2em 10% 80px;
            background: #0496ff;
            box-shadow: 0px 0px 0px 5px #0496ff;
            border: dashed 2px white;
            padding: 0.2em 0.5em;
            font-weight: bold;
            color: white;
    
            }  */
    
 
    

               .nav_header2 li a{
                   color: rgb(0, 31, 124);
                   height: 70px;
               }
              


               .solid_left{
                   border-left: solid 2px rgb(0, 31, 124);
               }
                       .nav_header2 li:hover{
                           background-color:lightsteelblue; 
                       }

/* ハンバーガーメニューーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
                                                        .hamburger {
                                                            max-width: 100px;
                                                            padding:10px;
                                                            background: rgb(197, 226, 191);
                                                        }
                                                        
                                                        #nav-drawer {
                                                            position: relative;
                                                        }
                                                        
                                                        /*チェックボックス等は非表示に*/
                                                        .nav-unshown {
                                                            display:none;
                                                        }
                                                        
                                                        /*アイコンのスペース*/
                                                        #nav-open {
                                                            display: inline-block;
                                                            width: 30px;
                                                            height: 22px;
                                                            vertical-align: middle;
                                                        }
                                                        
                                                        /*ハンバーガーの形をCSSで表現*/
                                                        #nav-open span, #nav-open span:before, #nav-open span:after {
                                                            position: absolute;
                                                            height: 3px;/*線の太さ*/
                                                            width: 25px;/*長さ*/
                                                            border-radius: 3px;
                                                            background: #555;
                                                            display: block;
                                                            content: '';
                                                            cursor: pointer;
                                                        }
                                                        #nav-open span:before {
                                                            bottom: -8px;
                                                        }
                                                        #nav-open span:after {
                                                            bottom: -16px;
                                                        }
                                                        
                                                        /*閉じる用の薄黒箇所*/
                                                        #nav-close {
                                                            display: none;
                                                            position: fixed;
                                                            z-index: 99;
                                                            top: 0;
                                                            left: 0;
                                                            width: 100%;
                                                            height: 100%;
                                                            background: black;
                                                            opacity: 0;
                                                            transition: .3s ease-in-out;
                                                        }
                                                        
                                                        /*メニューの中身*/
                                                        #nav-content {
                                                            overflow: auto;
                                                            position: fixed;
                                                            top: 0;
                                                            left: 0;
                                                            z-index: 9999;
                                                            width: 90%;
                                                            max-width: 330px;/*最大幅（お好みで調整を）*/
                                                            height: 100%;
                                                            background: #fff;
                                                            transition: .3s ease-in-out;
                                                            -webkit-transform: translateX(-105%);
                                                            transform: translateX(-105%);
                                                        }
                                                        
                                                        /*チェックがついたら表示させる*/
                                                        #nav-input:checked ~ #nav-close {
                                                            display: block;
                                                            opacity: .5;
                                                        }
                                                        
                                                        #nav-input:checked ~ #nav-content {
                                                            -webkit-transform: translateX(0%);
                                                            transform: translateX(0%);
                                                            box-shadow: 6px 0 25px rgba(0,0,0,.15);
                                                        }
                                                        
                                                        .header-logo-menu{
                                                        display: block;

                                                        flex-direction: row;
                                                        -moz-flex-direction: row;
                                                        -o-flex-direction: row;
                                                        -webkit-flex-direction: row;
                                                        -ms-flex-direction: row;
                                                        }






/* ーーーーーーーーーーーーーーーーここからーーーーーーーーーーーーーーーーーーーーーーー */






.not_buttons1{
    position: relative;
    margin: 2em 17px 20px 0;
    padding: 0.5em 0.7em;
    background: #3e4afa;
    box-shadow: 0px 0px 0px 5px #3e4afa;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    font-weight: bold;
}

.not_buttons1:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: white #dff1f5 #0496ff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
    .not_buttons1 p{
        margin: 0; 
        padding: 20px;
        text-align: center;
        font-size: 30px;
        color: white;
    }

                                        .not_buttons2{
                                            position: relative;
                                            margin: 2em 17px 20px 0;
                                            padding: 0.5em 0.7em;
                                            background: #fa3e3e;
                                            box-shadow: 0px 0px 0px 5px #ff6d6d;
                                            border: dashed 2px white;
                                            padding: 0.2em 0.5em;
                                            font-weight: bold;
                                        }
                                        
                                        .not_buttons2:after{
                                            position: absolute;
                                            content: '';
                                            right: -7px;
                                            top: -7px;
                                            border-width: 0 15px 15px 0;
                                            border-style: solid;
                                            border-color: white #dff1f5 #ff0404;
                                            box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
                                        }
                                                    .not_buttons2 p{
                                                        margin: 0; 
                                                        padding: 20px;
                                                        text-align: center;
                                                        font-size: 30px;
                                                        color: white;
                                                    }

.side_buttons_box{
    position:relative;
    width: 230px; 
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
        .side_buttons_box img{
            width: 100%;
            border-radius: 2px;
            border: 1px double rgb(255, 255, 255);
        }
                .side_buttons_box p{
                    position:absolute;
                    top:50%;
                    left:50%;
                    transform: translate(-50%,-50%);
                    margin: 0;
                    font-size: 15px;
                    color: white;
                    text-shadow:1px 1px 0 rgb(255, 255, 255),-1px 1px 0 rgb(255, 255, 255),1px -1px 0 rgb(255, 255, 255)255, 255, 255),-1px -1px 0 blue;
                }

                        .side_buttons_box:hover{
                            transform: scale(1.1);
                            opacity: 0.5;             
                        }
