body {
    font-size: 16px;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial,
        "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
        Meiryo, sans-serif;
    /*background: linear-gradient(plum,white);*/
    background-color: rgb(231, 250, 241);
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

label {
    font-size: 16px;
    font-weight: normal;
}

input[type="text"] {
    height: 1.5em;
    padding: 0px 5px;
}
input[type="password"] {
    height: 1.5em;
    padding: 0px 5px;
}
input[type="date"] {
    height: 1.8em;
    padding: 0px 5px;
}
input[type="month"] {
    height: 1.8em;
    padding: 0px 5px;
}
select {
    height: 1.8em;
    padding: 0px 5px;
}

.toparea {
    background-color: white;
    color: royalblue;
    padding: 5px 10px;
}

.top_titlearea {
    background-color: rgb(152, 226, 220);
    color: royalblue;
    padding: 5px 10px;
}

.text-explanation {
    font-size: 12px;
}

#eye {
    background-color: white;
}

#eye:hover {
    background-color: gray;
}

.upload-area {
    margin: auto;
    width: 85%;
    height: 300px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, 0.4);
}

.upload-area i {
    position: absolute;
    opacity: 0.1;
    width: 70%;
    left: 15%;
    top: 5%;
}

.upload-area p {
    width: 55%;
    left: 25%;
    position: absolute;
    top: 200px;
    opacity: 0.8;
}

#inputFile {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.inputDate {
    min-width: 100px;
    max-width: 100px;
    float: left;
}

/* ----------------------------------------- */

/* dropzone */

.dropzone_box {
    text-align: center;
    width: 100%;
    border: 1px black dashed;
    padding: 50px;
}

/* ----------------------------------------- */

/* loading */

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000000;
    z-index: 99998;
    opacity: 0.6;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #ffffff;
    z-index: 99999;
}
/* ----------------------------------------- */

/* Property Search bar */
.search-title {
    background-color: darkgrey;
    color: blue;
}
.search-bar {
    width: 20%;
}
.search-input {
    width: 80%;
}
.search-date {
    width: 80%;
}
.search-table {
    width: 80%;
}
.contents-box {
    display: flex;
}
/* ----------------------------------------- */

/* button size */

.search-btn {
    min-width: 180px;
}

.other-btn {
    min-width: 120px;
}
/* ----------------------------------------- */

/* フラッシュメッセージ用 */
.flash-message > div {
    font-size: 20px;
    background: white;
    padding: 10px 0;
    text-align: center;
}
/* ----------------------------------------- */

/* 施工計画書 参照赤文字 */
.verfied-state {
    color: red;
}
