body {
    background-color: rgba(229, 255, 236, 0.9);
    background-image: url("img/creeper96.png");
    background-repeat: repeat;
    background-blend-mode:lighten;
    font-size: 16px;
}

a {
    color:inherit;
    text-decoration: none;
}

table th{
    padding: 4px;
    text-align: center;
}

table td{
    padding: 4px;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

ul li {
    margin-bottom: 40px;
}

.main-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

.menu-btn {
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background:rgb(29, 27, 35);
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

/*ボタン内側*/
.menu-btn span {
    position: absolute;
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
}

.menu-btn span:nth-of-type(1) {
    top:15px; 
}

.menu-btn span:nth-of-type(2) {
    top:23px;
}

.menu-btn span:nth-of-type(3) {
    top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.menu-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.menu-btn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
}

.menu-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.menu-bar {
    position: fixed;
    background: rgb(29, 27, 35);
    width: 48px;
    height: 100%;
    transition: 1s;
    border-right: 1px solid rgb(21, 98, 53);
    z-index: 99;
}

.menu-bar.active {
    width: 192px;
    transition: 1s;
}

.menu-list {
    display: none;
    transition: 1s;
}

.menu-list.active {
    display: block;
    transition: 1s;
}

.submenu-btn {
    display: block;
    color: #fff;
    opacity: 1;
    transition: 1s;
    width: 192px;
    cursor: pointer;
}

.submenu-btn.active {
    display: block;
    color: rgb(194, 197, 23);
}

.submenu-list {
    display: none;
    transition: 1s;
}

.submenu-list.active {
    display: block;
    transition: 1s;
}

.submenu-item {
    display: block;
    color: #fff;
    transition: 1s;
    width: 192px;
    cursor: pointer;
}

.submenu-item.active {
    display: block;
    color: #fff;
}

.header{
    width: 100%;
    height: 100px;
    background: #98a1f8;
}

.top_label {
    position: absolute;
    width: 800px;
    margin-top: 40px;
    margin-left: 100px;
    font-size: 32px;
    color: #00096d;
}

.content {
    margin-top: 60px;
    margin-left: 100px;
    color: #00096d;
}

.title {
    font-size: 32px;
}

/* ----共通---- */

.input_text {
    background: #fff;
    color: #000;
    border: #00096d 1px solid;
}

.grid-x0 {
    position: absolute;
    margin-left: 0px;
}

.grid-x1 {
    position: absolute;
    margin-left: 40px;
}

.grid-x2 {
    position: absolute;
    margin-left: 80px;
}

.grid-y0 {
    position: absolute;
    margin-top: 0px;
}

.grid-y1 {
    position: absolute;
    margin-top: 40px;
}

.grid-y2 {
    position: absolute;
    margin-top: 80px;
}

.grid-y3 {
    position: absolute;
    margin-top: 120px;
}

.grid-y4 {
    position: absolute;
    margin-top: 160px;
}

.grid-y5 {
    position: absolute;
    margin-top: 200px;
}

.grid-y6 {
    position: absolute;
    margin-top: 240px;
}

.grid-y7 {
    position: absolute;
    margin-top: 280px;
}

.grid-y8 {
    position: absolute;
    margin-top: 320px;
}

.grid-y9 {
    position: absolute;
    margin-top: 360px;
}

.grid-y10 {
    position: absolute;
    margin-top: 400px;
}

.grid-y11 {
    position: absolute;
    margin-top: 440px;
}

.grid-y12 {
    position: absolute;
    margin-top: 480px;
}

.grid-y13 {
    position: absolute;
    margin-top: 520px;
}

.grid-y14 {
    position: absolute;
    margin-top: 560px;
}

.grid-y15 {
    position: absolute;
    margin-top: 600px;
}

.grid-y16 {
    position: absolute;
    margin-top: 640px;
}

.grid-y17 {
    position: absolute;
    margin-top: 680px;
}

.grid-y18 {
    position: absolute;
    margin-top: 720px;
}

.grid-y19 {
    position: absolute;
    margin-top: 760px;
}

.grid-y20 {
    position: absolute;
    margin-top: 800px;
}

.grid-w1 {
    width: 40px;
}

.grid-w2 {
    width: 80px;
}

.grid-w3 {
    width: 120px;
}

.grid-w4 {
    width: 160px;
}

.grid-w5 {
    width: 200px;
}

.grid-w6 {
    width: 240px;
}

.grid-w7 {
    width: 280px;
}

.grid-w8 {
    width: 320px;
}

.grid-w9 {
    width: 360px;
}

.grid-w10 {
    width: 400px;
}

.grid-w11 {
    width: 440px;
}

.grid-w12 {
    width: 480px;
}

.grid-w13 {
    width: 520px;
}

.grid-w14 {
    width: 560px;
}

.grid-w15 {
    width: 600px;
}

.grid-w16 {
    width: 640px;
}

.grid-w17 {
    width: 680px;
}

.grid-w18 {
    width: 720px;
}

.grid-w19 {
    width: 760px;
}

.grid-w20 {
    width: 800px;
}

.grid-h1 {
    height: 40px;
}

.grid-h2 {
    height: 80px;
}

.grid-h3 {
    height: 120px;
}

.grid-h4 {
    height: 160px;
}

.grid-h5 {
    height: 200px;
}

.grid-h6 {
    height: 240px;
}

.grid-h7 {
    height: 280px;
}

.grid-h8 {
    height: 320px;
}

.grid-h9 {
    height: 360px;
}

.grid-h10 {
    height: 400px;
}

.grid-h11 {
    height: 440px;
}

.grid-h12 {
    height: 480px;
}

.grid-h13 {
    height: 520px;
}

.grid-h14 {
    height: 560px;
}

.grid-h15 {
    height: 600px;
}

.grid-h16 {
    height: 640px;
}

.grid-h17 {
    height: 680px;
}

.grid-h18 {
    height: 720px;
}

.grid-h19 {
    height: 760px;
}

.grid-h20 {
    height: 800px;
}

.box1 {
    border: 1px solid rgb(21, 98, 53);
    margin-bottom: 64px;
    padding-top: 32px;
    padding-left: 32px;
    background-color: rgb(190 243 204);
}

.box2 {
    border: 1px solid rgb(21, 98, 53);
    margin-bottom: 32px;
    padding: 16px;
    background-color: rgb(242, 251, 244);
}

.box_label {
    margin-left: 0px;
    font-size: 24px;
}

.string {
    text-align: left;
}

.num {
    text-align: right;
}

.btn{
    padding: 5px 20px;
    background-color: rgb(206, 206, 206);
    color: #000;
}

table td.head {
    width: 100px;
}