@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    color: #eaf4fc;
}

p {
    padding-top: 8px;
}

h1 {
    font-size: 150%;
    font-family: 'Open Sans', sans-serif;
    border-bottom: solid 3px #e36414;
    position: relative;
    color: #0f4c5c;
}

h1:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #9a031e;
    bottom: -3px;
    width: 20%;
  }

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: center;
}

td {
    text-align: center;
    
}
.table1 {
    border: none;
    color: #ffffff;
    /*文字色*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    width: 1100px;
}

.table1 th {
    text-align: center;
    padding-top: 5px;
    width: 20%;
}

.table1 td {
    padding-top: 5px;
    text-align:center;
}

.table2 {
    margin-left: 5px;
    padding-top: 5px;
    width: 20%;
}

.table2 th {
    text-align:left;
}

.table2 td {
    
    border-bottom: 3px solid #0f4c5c;
    text-align:center;
    font-size: 120%;
}


.table_line {
    border-collapse: collapse;
    /* margin: 5px; */
}
.table_line tr:nth-child(odd) {
    background-color:  #eadbd3;    /* 背景色指定 */
}

.table_line th,td {
    padding: 1px;
    /* border: solid 1px #ccc; */
    border: none;
    text-align:left;
    box-sizing:border-box;   
}

.table_line th {
    background: #7e7671;
    color: #fff;   
}

.table_line input[type=checkbox] {
    margin: 1px;
    inline-size: 2rem;
    block-size: 2rem;
  }

.table3 {
    border-collapse: collapse;
    width: 90%;
    /* margin: 5px; */
}
.table3 tr:nth-child(odd) {
    background: none;    /* 背景色指定 */
}

.table3 th,td {
    padding: 10px;
    /* border: solid 1px #ccc; */
    border: none;
    box-sizing:border-box;  
}

.table3 th,td label {
    font-size: 15px;
}

.table3 th,td button {
    padding: 5px;
    width: 60px;
}

.nw-table{
    background: rgb(255, 255, 255);
}

.nw-table th, tr, td{
    text-align: center;
    font-size: 18px;
   
    
}
.nw-table th {
    border-bottom: 2px solid #c3c3c3;
}

.nw-table td {
    border-bottom: 1px solid #c3c3c3;
}

.nw-table input[type=checkbox] {
    transform: scale(2);
    margin: 0 6px 0 0;
  }

@media screen and (max-width: 992px) {
    .table_line .head {
      display:none;
    }
    .table_line {
      width: 100%;
    }
    table.table_line td {
      display: block;
      width: 100%;
      border-bottom:none;
    }
    table.table_line td:first-child{
      background: #7e7671;
      color:#fff;
      font-weight:bold;
    }
    .table_line tr:last-child{
      border-bottom: solid 1px #ccc;
    }

    .table3 .head {
        display:none;
      }
      .table3 {
        width: 100%;
      }
      table.table3 td {
        display: block;
        width: 100%;
        border-bottom:none;
        margin: 5px;
        padding: 0;
      }
  }


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

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background: #eee;
    color: #000;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 70%;
    -webkit-overflow-scrolling: touch;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}


/* 最後は点線のラインを描かない */

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
    transform: translateX(0%);
}


/* メニュー内ヘッダ */

nav.globalMenuSp .menuHeader {
    background: #ffdb99;
    padding: 1.5em 0;
}


/* メニューだけをスクロールさせる工夫 */

.overflowHidden {
    overflow: hidden;
}


/* ハンバーガー --------------------------- */

.navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 25px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    border: 1px solid #fff;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

.navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 25px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    border: 1px solid #fff;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 2番目と3番目のspanを45度に */

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);



/* Simple Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* body */

.nw-body {
    background: rgb(234, 185, 99);
    background: linear-gradient(90deg,rgb(255, 230, 187), rgb(246, 198, 115), rgb(255, 153, 153));
    color: #3f3f3f;
    font: 400 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 145px 2px 30px 2px;
    padding: 0;
    box-sizing: border-box;
}
.nw-body2 {
    background: rgba(255, 255, 255, 0.800);
    font: 400 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.nw-body3 {
    background: rgba(255, 255, 255, 0.800);
    font: 400 87.5%/1.5em 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.nw-container {
    position: fixed;
    background: rgb(246, 198, 115);
    background: linear-gradient(90deg,rgb(255, 230, 187), rgb(246, 198, 115), rgb(255, 153, 153));
    top: 70px;/*自分が固定したい位置*/
    /* padding: 5px; */
}



/* Form Layout */

.form-wrapper {
    background: #e6dcdc;
    color: #666;
    margin: 3em auto;
    padding: 3em 1em;
    max-width: 600px;
    text-align: center;
}

.form-wrapper2 {
    background: #eee7e0;
    color: #666;
    margin: 1em auto;
    padding: 2em 1em;
    max-width: 700px;
}

form {
    padding: 0 1.5em;
}

.form-item {
    margin-bottom: 0.75em;
    width: 100%;
}

.form-item input {
    background: #fafafa;
    border: none;
    border-bottom: 2px solid #e9e9e9;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    transition: 0.3s;
    width: 80%;
    padding: 8px 5px;
    margin: 8px 0;
}

.form-item input:focus {
    border-bottom: 2px solid #c0c0c0;
    outline: none;
}

.button-panel {
    margin: 2em auto;
    width: 80%;
}

.button-panel .button {
    background: #9a031e;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
    outline: none
}

.button:hover {
    background: #e36414;
}


a {
    color: #0f4c5c;
    text-decoration: none;
    transition: color 0.4s;
    font-size: 20px;
    font-weight: bold;
}

a:hover {
    color: #5f0f40
}

.contents {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-right: 6px;
}

select,
input {
    margin-bottom: 10px;
    padding: 2px 7px 2px 7px;
    font-size: 100%;
    line-height: 1em;
    border-radius: 5px;
    border: none;
    background-color: #fafafa;
    outline: none;
    font-family: inherit;
    color: #5e5e5e;
    height: 27px;
}

input[type="date"] {
    background-color: #fafafa;
    color: #5e5e5e;
    font-family: inherit;
}

input[type="radio"] {
    background-color: #fafafa;
    color: #5e5e5e;
    font-family: inherit;
    inline-size: 1.5rem;
    block-size: 1.5rem;
}




    @media screen and (max-width: 992px) {
        .nw-body2 {
            margin: 190px 2px 50px 2px;
        }
        .nw-body3 {
            margin: 190px 1px 50px 1px;
        }
    
        /* .chart {
            height: 300px;
        } */
    
        .form-wrapper {
            max-width: 100%;
        }

        form {
            padding: 0 3em;
        }
        
        .form-item {
            margin-bottom: 1em;
            width: 100%;
        }
        
        .form-item input {
            background: #fafafa;
            border: none;
            border-bottom: 2px solid #e9e9e9;
            color: #666;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.5em;
            height: 80px;
            transition: 0.3s;
            width: 80%;
            padding: 8px 5px;
            margin: 8px 0;
        }
        
        .form-item input:focus {
            border-bottom: 2px solid #c0c0c0;
            outline: none;
        }
        
        .button-panel {
            margin: 2em auto;
            width: 80%;
        }
        
        .button-panel .button {
            background: #9a031e;
            border: none;
            color: #fff;
            cursor: pointer;
            height: 50px;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.5em;
            letter-spacing: 0.05em;
            text-align: center;
            text-transform: uppercase;
            transition: background 0.3s ease-in-out;
            width: 100%;
            outline: none
        }
        
        a {
            color: #0f4c5c;
            text-decoration: none;
            transition: color 0.4s;
            font-size: 28px;
            font-weight: bold;
        }


      }


