#header {
    margin-top:px;
    margin-bottom: 0px;
    margin-left:0px;
    width:100%;

}

#header div {
    margin-top:0px;
    margin-bottom: 10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}


#header p {
    margin:10px 0px;
    font-size:1.0em;
}

#header .ittitle {
    display:block;
    list-style-type:none;
    float:left;
    margin 0em;
    padding:0;
    max-width:400px;
    text-align:center;
}




#left-hd {
    float:left;
    margin:0 auto;
}

#left-hd p {
    margin:5px 10px;
    padding: 0px 0px 0px 0px;
}

#left-hd div {
    margin:0;
    padding: 0px 0px 0px 0px;
}

#right-hd {
    float:left;
    margin-top:0px;
    margin-bottom:0px;
}



 /* グローバルメニュー */



 /* スマートフォン用 */

@media screen and (max-width: 768px) {
    #menubar {
        clear:both;
        height:0px;
        margin:0px;
        width:100%;
    }
    #menubar ul {
        margin:-2em;
        padding-left:0;
    }
    
      .hamburger_menu + .sidenavs:target {
        overflow-x: visible;
        /* ボックスからはみ出る箇所をそのまま表示 */
        width: 100%;
        display:block;
      }
      .sidenavs:target {
        overflow-x: hidden;
        /* ボックスからはみ出る箇所を隠す */
        width: 0;
      }
      /* ハンバーガーメニュー表示時 */
      .sidenavs {
        height: 100%;
        width: 0;
        position: fixed;
        /* 画像の配置を指定 */
        z-index: 1;
        top: 0;
        left: 0;
        background-color: white;
        overflow-x: hidden;
        /* 横スクロールを無効にする */
        padding-top: 120px;
        transition: 0.5s;
        /* アニメーションの時間を0.5秒に指定 */
      }
      /* ハンバーガーメニュー表示時のリンク */
      .sidenavs a {
        padding: 0.2em 1.5em 0.2em 1.5em;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 2.0em;
        color: #818181;
        display: black;
        transition: 0.3s;
        /* アニメーションの時間を0.3秒に指定 */
        font-weight:bold;
      }
      /* マウスオーバー後のリンク */
      .sidenavs a:hover {
        color: black;
        font-size:1.2em;
      }
      /* クローズボタン */
      .sidenavs .close_btn {
        position: absolute;
        /* 親要素との絶対位置を指定 */
        top: 0;
        left: 5px;
        font-size: 1.2em;
        margin-left: 20px;
      }


    img.ittitle1 {
        text-align:center;
        vertical-align:top;
        max-width:400px;
    }
    
    img.ittitle2 {
        text-align:center;
        width:0px;
        vertical-align:bottom;
    }


}



 /* PC用 */

@media screen and (min-width: 768px) {
    #menubar {
        clear:both;
        height:30px;
        width:100%;
    }
    #menubar ul {
        margin:-2em;
    }

    a.hamburger_menu {
        font-size:0;
        pointer-events: none;
      }

    #menu {
        background:#ffffff;
        display:block;
        list-style-type: none;
        position: relative;
        height:30px;
        width: 95%;
        line-height: 30px;
        margin-left:3px;
    }

    #menu .item {
        display:block;
        float:left;
        text-align:left;
        line-height: 40px; 
        list-style:none
    }

    #menu .item a {
        border: 0px solid #003B78;
        color: #000;
        border-radius: 0em;
        background: #9bcbf8;
        padding: 0.2em 1.0em;
        margin:0.2em;
        text-decoration: none;       
    }

    #menu .item a:hover {
        color: #fff;
        background: #003B78;
    }

img.ittitle1 {
        text-align:center;
        vertical-align:top;
        max-width:0px;
    }
    
img.ittitle2 {
        text-align:center;
        max-width:1200px;
        vertical-align:bottom;
    }


}

/*
#menu {
    background:#ffffff;
    display:block;
    list-style-type: none;
    position: relative;
    height:30px;
    width: 95%;
    line-height: 30px;
    margin-left:3px;
}

#menu .item {
    display:block;
    float:left;
    text-align:left;
    line-height: 40px; 
}

#menu .item a {
    border: 1px solid #003B78;
    color: #000;
    border-radius: 0.7em;
    background: #9bcbf8;
    padding: 0.2em 1.0em;
    margin:0.2em;
    text-decoration: none;    
}

#menu .item a:hover {
    color: #fff;
    background: #003B78;
}

*/


@media screen and (max-width: 768px) {
#menu .item a:hover  {
      background: #9bcbf8;
      color: #000;
    }
}


html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #003B78;
    border: solid 2px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 20px;
    width: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.pr_area {
    margin:2em 0.3em 1em 0.3em;
}


