@charset "UTF-8";

/*リセットCSS
 ========================================================================== */

* {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd {
    margin: 0;
    /* font-size: 13px;*/
    font-weight: normal;
    font-size: 16px;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border: none;
}


/* base
   ========================================================================== */

html {
    width: auto;
    height: auto;
    /* background-image: url(../images/back.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-size: contain;
    background-color: #f5f5f1;
}

body {
    font-family: 'Times New Roman';
    color: #333333;
    line-height: 1.7;
    width: 100%;
    height: 100%;
    cursor: default;
}

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

a:hover {
    text-decoration: none;
}


/* 共通
   ========================================================================== */

.main,
.kanri-main {
    text-align: center;
    padding: 5% 8%;
    margin-top: 100px;
}

#content-section {
    width: 100%;
    height: auto;
    /* text-align: center; */
    /* margin-top: 100px; */
    /* margin-top:84px; */
    margin-top: 100px;
}

#content {
    margin-top: 84px;
}

.cost-input,
.report-input,
.report-list {
    /*  margin-top: 80px; */
    text-align: center;
}

.content__login__h2,
.main__h2,
.kanri-main__h2,
.cost-input__h2,
.report-input__h2,
.creation__h2,
.report-list__h2,
.csv__h2 {
    background-color: #ff8080;
    line-height: 1.4;
    color: #ffffff;
    border-radius: 15px;
    padding: 5px 10px;
}

.main__h3,
.kanri-main__h3 {
    display: block;
    padding: 10px;
    color: #333333;
    /* font-size: 15px; */
    /* font-weight: 700; */
    transition: all 0.4s ease;
}

.cost-input__h3 {
    text-align: left;
   /* font-size: 17px;*/
    display: inline-block;
    background-color: #e0e0e0;
    width: 100%;
    padding: 10px;
    color: #333333;
   /* font-size: 15px;*/
    transition: all 0.4s ease;
}


/* 確定ボタン,検索ボタン
     ================================= */

.cost-input1__kakuteibtn,
.cost-input2__kakuteibtn,
.cost-input3__kakuteibtn,
.cost-input4__kakuteibtn,
.cost-input__kousinbtn,
.cost-input__btn3,
.cost-input__btn4,
.cost-input__btn5,
.report-input__teisyutubtn {
    width: 300px;
    margin: 20px;
    /* background: #0d47a0; */
    color: #ffffff;
    /* border: 1px solid #0d47a0; */
    padding: 10px 20px;
    background-color: #2f2d32;
    font-size: 16px;
}


/*.report-input__kakuteibtn{
  margin: 0;
}*/

.searchbox__btn,
.report-list__btn,
.report-list__pdfbtn,
.report-input__kakuteibtn {
    margin: 10px;
    /* background: #0d47a0; */
    color: #ffffff;
    /* border: 1px solid #0d47a0; */
    padding: 10px 20px;
    background-color: #2f2d32;
    font-size: 16px;
}

.cost-input1__kakuteibtn:hover,
.cost-input2__kakuteibtn:hover,
.cost-input3__kakuteibtn:hover,
.cost-input4__kakuteibtn:hover,
.cost-input__kousinbtn:hover,
.report-input__kakuteibtn:hover,
.report-input__teisyutubtn:hover {
    color: #ffffff;
    border: 1px solid #d9d9d9;
    /* opacity: 0.9; */
    /* box-shadow: 0px 0px 10px #666; */
    transition: 1s;
    box-shadow: 0px 0px 5px #2f2d32;
}


/* 閉じるボタン、交通費入力ボタン,活動報告書入力ボタン
     ================================= */

#footer__logout,
.cost-input__returnbtn,
.cost-input__menubtn,
.report-input__returnbtn,
.report-input__itizibtn,
.report-input__dltbtn,
.report-input__hznbtn {
    width: 200px;
    margin: 20px auto 20px;
    padding: 10px;
    background: #ffffff;
    color: #333333;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 16px;
}

#footer__logout:hover,
.cost-input__returnbtn:hover,
.cost-input__menubtn:hover,
.report-input__returnbtn:hover,
.report-input__itizibtn:hover,
.report-input__dltbtn:hover,
.report-input__hznbtn:hover {
    color: #333333;
    border: 1px solid #333333;
    opacity: 0.9;
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
}

.cost-input__menubtn,
.report-input__itizibtn {
    /* background: #333333; */
    color: #ffffff;
    background-color: #ff8080;
}

.cost-input__menubtn:hover,
.report-input__itizibtn:hover {
    color: #dedede;
}

.cost-input__returnbtn .cost-input__menubtn {
    margin: 10px auto 10px;
}

.report-input__dltbtn,
.report-input__hznbtn {
    width: 150px;
    height: 40px;
}

.report-input__hznbtn {
    background-color: #dedede;
}


/* input,select統一
     ================================= */

input,
select {
    /* padding: 5px;*/
    text-align: center;
    padding: 2px;
}
/* iphone 入力拡大の防ぐための措置 */

input[text],
select,
textarea,
input {
    font-size: 16px;
    /* transform: scale(0.8); */
}


/* 構成
     ================================= */

.searchbox,
.report-list__box,
.report-input-searchbox {
    display: flex;
    justify-content: space-around;
    /* background-color: #e0e0e0; */
    opacity: 0.9;
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
}

.report-input-searchbox {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
}

.report-list__box {
    margin: auto;
}

.memberbox,
.yakuinbox,
.totalbox,
.report-input-memberbox {
    width: 100%;
    /* background-color: #e0e0e0; */
    opacity: 0.9;
    padding: 20px;
}

.yakuinbox {
    max-width: 540px;
    margin: auto;
}

.yakuinbox {
    padding: 10px;
}


/*.report-input-searchbox{
  display: flex;
  
  flex-direction: column;
}*/

.memberbox,
.yakuinbox__inner,
.totalbox__inner,
.report-input-memberbox {
    display: flex;
    justify-content: center;
}

.memberbox,
.totalbox__inner,
.report-input-memberbox {
    flex-wrap: wrap;
}

.memberbox,
.report-input-memberbox {
    background-color: #ffffff;
    padding: 0;
}

.cost-input__inner {
    padding: 20px;
}

.searchbox__p,
.memberbox__p,
.yakuinbox__p,
.cost-input1__p,
.cost-input2__p,
.cost-input3__p,
.cost-input4__p,
.totalbox__p,
.report-input-searchbox__p,
.report-input-memberbox__p,
.report-list__p {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 5px;
}

.searchbox__date,
.report-list__date,
.report-input-searchbox__date {
    width: 180px;
    font-size: 16px;
}

.memberbox1__text,
.memberbox2__text,
.memberbox3__text,
.memberbox4__text,
.yakuinbox1__text,
.yakuinbox2__text,
.cost-input1__text,
.cost-input1__date,
.cost-input2__text,
.cost-input2__date,
.cost-input3__text,
.cost-input3__date,
.cost-input4__textv,
.cost-input4__date,
.totalbox__text1,
.totalbox__text2,
.totalbox__text3,
.totalbox__text4,
.totalbox__text5,
.totalbox__text6,
.totalbox__text7,
.totalbox__text8,
.totalbox__text9,
.report-input-searchbox__text,
.report-input-memberbox1__text,
.report-input-memberbox2__text,
.report-input-memberbox3__text,
.report-input-memberbox4__text {
    width: 100%;
}

.memberbox1__text,
.memberbox2__text,
.memberbox3__text,
.memberbox4__text,
.totalbox__text1,
.totalbox__text2,
.totalbox__text3,
.totalbox__text4,
.totalbox__text5,
.totalbox__text6,
.totalbox__text7,
.totalbox__text8,
.totalbox__text9,
.report-input-memberbox1__text,
.report-input-memberbox2__text,
.report-input-memberbox3__text,
.report-input-memberbox4__text {
    background-color: #e0e0e0;
    border: none;
    opacity: 0.7;
    width: 150px;
}


/* table構成
     ================================= */

.cost-input1,
.cost-input2,
.cost-input3,
.cost-input4 {
    background-color: #ffffff;
    /* border: 1px solid #d9d9d9;*/
    display: block;
    margin-top: 20px;
    ;
}

.cost-input__table,
.report-input__table,
.report-list__table {
    width: 100%;
    border-collapse: collapse;
}

.report-input__tr,
.report-list__tr {
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.report-list__tr2 {
    background-color: #d9d9d9;
}

.cost-input__th,
.cost-input__td,
.cost-input__td2,
.report-input__th,
.report-input__td,
.report-list__th,
.report-list__td,
.report-list__td2,
.report-list__td3 {
    border: 1px solid #d9d9d9;
    text-align: left;
    margin-left: 10px;
    padding: 5px;
}

.cost-input__th {
    background-color: #ff8080;
    color: #ffffff;
    width: 20px;
    text-align: center;
}

.cost-input__th2 {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}

.report-list__th,
.report-list__td {
    text-align: center;
}

.cost-input__td2 {
    text-align: right;
}

.report-list__td2 {
    width: 50px;
}

.report-list__td3 {
    width: 100px;
}

.report-list__th2 {
    /* font-size: 12px; */
}

.cost-input1__input1,
.cost-input1__input2,
.cost-input1__input3,
.cost-input1__input4,
.cost-input1__totalinput,
.cost-input2__input1,
.cost-input2__input2,
.cost-input2__input3,
.cost-input2__input4,
.cost-input3__input1,
.cost-input3__input2,
.cost-input3__input3,
.cost-input3__input4,
.cost-input4__input1,
.cost-input4__input2,
.cost-input4__input3,
.cost-input4__input4,
.report-input__input1,
.report-list__input1,
.report-list__input2,
.report-list__input3,
.report-list__input4,
.report-list__input5,
.report-list__input6,
.report-list__input7,
.report-list__input8,
.report-list__input9,
.report-list__input10,
.report-list__input11,
.report-list__input12,
.report-list__input13 {
    width: 100%;
    /*font-size: 10px;*/
    /*font-size: 12px;*/
    border: none;
}


/* 文章
     ================================= */

.cost-input__text,
.report-input__text {
    /* margin: 20px 5px; */
    text-align: center;
    margin: 0 5px;
}


/* ログイン画面,申請書・報告書作成画面,csv出力画面
     ========================================================================== */

.content__login {
    /* margin: 100px 50px; */
    /* padding: 10px; */
    margin: 85px 0px;
    width: 100%;
}

.login,
.creation,
.csv {
    max-width: 540px;
    text-align: center;
    margin: auto;
    /* padding: 2% 5%; */
    padding: 30% 5%;
}

.login__body,
.creation__body,
.csv__body {
    width: 100%;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: bold;
}

.login__inner,
.creation__inner,
.csv__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.login__label,
.creation__label,
.csv__label {
    width: 100%;
   /* font-size: 15px;*/
    letter-spacing: 0.05em;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.login__id,
.login__password,
.creation__date,
.csv__date,
.csv__input {
    margin-bottom: 5%;
    padding: 0 16px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #d9d9d9;
    text-align: left;
}

.login__h1 {
    font-size: 2em;
    font-weight: 900;
    text-align: center;
}

.login__p {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    font-weight: 900;
}

.login__footer {
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .login__h1 {
        font-size: 1.5em;
    }
    .login__p {
        font-size: 15px;
    }
}

#login__btn,
.creation__btn,
.csv__btn {
    width: 100%;
    /*  padding: 10px 5px; */
    padding: 5px;
    text-align: center;
    letter-spacing: 0.04em;
   /* font-size: 15px;*/
    font-weight: bold;
    /* background-color: #837e74; */
    background-color: #464646;
    border: 1px solid #333333;
    opacity: 0.9;
    /* margin-top: 10%; */
    /* color: #dedede; */
    color: #ffffff;
    border-radius: 15px;
}

#login__btn:hover,
.creation__btn:hover,
.csv__btn:hover {
    font-weight: bold;
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
    opacity: 0.8;
}


/* 利用者メインメニュー,管理者メインメニュー
     ========================================================================== */

#main__ul,
#kanri-main__ul {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #ffffff;
    opacity: 0.9;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}

.main__li a,
.kanri-main__li a {
    display: block;
    color: #333333;
    /* font-weight: 700; */
    padding: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #d9d9d9;
}

.main__li a:hover,
.kanri-main__li a:hover {
    background: #dedede;
    opacity: 0.9;
}


/* header
     ========================================================================== */

.header__logo {
    width: 100%;
}

.header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    /* height: 52px; */
    top: 0;
    z-index: 100;
    /* border-bottom: 1px solid #837e74; */
}

.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background-color: #ffffff;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
}

.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.menu a {
    text-decoration: none;
    text-transform: capitalize;
    color: #333333;
    transition: 0.5s;
    display: block;
    height: 100%;
    width: 100%
}

.menu__li {
    border-bottom: 1px solid #837e74;
    padding: 15px 0;
    margin: 0 54px;
    transition: 0.5s;
}

.menu__li:hover {
    opacity: 0.9;
    box-shadow: 0px 0px 10px #f5f5f3;
    transition: 1s;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    text-align: center;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: #333333;
}

.navicon {
    background: #333333;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #333333;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}


/* Hamburger Menu Animation Start */

.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}


/* Hamburger Menu Animation End */


/* .navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 4px;
} */


/* Footer
   ========================================================================== */

.footer {
    text-align-last: center;
    /* background-color: #dedede; */
    width: 100%;
    height: 150px;
    /* padding-top:10px; */
    /* display: flex;
  justify-content: space-between; */
}

#footer__btn {
    width: 150px;
    /* margin: 10px auto 10px; */
    padding: 10px;
    background: #e53742;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
}

#footer__btn:hover {
    color: #333333;
    border: 1px solid #333333;
    opacity: 0.9;
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
}


/* 交通費入力
     ========================================================================== */


/* 活動報告書入力
     ========================================================================== */

.report-input__inner {
    margin: 40px 20px;
    display: flex;
    flex-direction: column;
}

.report-input__label {
    width: 300px;
    border: 1px solid #e0e0e0;
}

.report-input__tema {
    background-color: #e0e0e0;
    color: #333333;
    border: 1px solid #e0e0e0;
    width: 80px;
    text-align: center;
}

#textform {
    border: 1px solid #837e74;
}

.report-input__btnwrap {
    width: 100%;
}

.report-input__btninner {
    display: flex;
    justify-content: center;
    max-width: 560px;
    margin: auto;
}


/* 交通費・活動報告書一覧画面
     ========================================================================== */

.report-list__inner {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    margin: 20px auto;
}

.report-list__btninner {
    text-align: left;
    margin: 2px 20px;
}


/* csv出力
     ========================================================================= */

.csv__inner2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.csv__btn2 {
    padding: 7px 10px;
    text-align: center;
    letter-spacing: 0.04em;
    background-color: #333333;
    opacity: 0.9;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 5px
}

.csv__btn2:hover {
    font-weight: bold;
    box-shadow: 0px 0px 10px #666;
    transition: 1s;
    opacity: 0.7;
}


/*media queries for desktop PC用のスタイル
   ========================================================================== */

@media screen and (min-width: 1200px) {
    /* 共通
     ================================= */
}


/*media queries for desktop ipad用のスタイル
   ========================================================================== */

@media screen and (min-width: 1024px) {
    /* 共通
     ================================= */
    #content-section {
        width: 1000px;
        /* margin: 30px auto; */
        /* margin: 84px auto;  */
        margin: 100px auto;
    }
    .cost-input__inner,
    .report-input__inner {
        width: 600px;
        margin-left: 200px;
    }
    .main__h2,
    .cost-input__h2,
    .report-input__h2,
    .kanri-main__h2,
    .report-list__h2,
    .csv__h2 {
        /* margin: 50px 200px; */
        /* font-size: 17px; */
        text-align: center;
    }
    .report-list__h2 {
        margin: 0;
    }
    .cost-input__h2:after,
    .report-input__h2:after,
    .report-list__h2:after {
        left: 400px;
    }
    .cost-input__p,
    .report-input__p {
        font-size: 1.2em;
    }
    .header__logo {
        width: 100%;
    }
    /* ログイン、報告書作成画面、CSV出力
         ================================= */
    .content__login {
        /* margin: 100px; */
        /* padding: 50px; */
        padding: 50px 400px;
    }
    .content__login__h2 {
        max-width: 540px;
        margin: auto;
    }
    .login,
    .creation,
    .csv {
        background-color: #ffffff;
        padding: 10% 5%;
    }
    .login__body,
    .creation__body,
    .csv__body {
        width: 100%;
    }
    .login__label,
    .login__id,
    .login__password {
        font-size: 17px;
    }
}

#nowLoading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#innerMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    z-index: 100;
    background: url("../images/guruguru.gif") center center no-repeat;
}