@charset "UTF-8";
@import "bootstrap/bootstrap.min.css";
@import "bootstrap/tablesaw.css";
@import "bootstrap/basictable.css";
@import "header.css";
@import "nav.css";
@import "main.css";
@import "aside.css";
@import "footer.css";
@import "operation.css";
@import "searchform.css";
@import "searchresult.css";
@import "pager.css";
@import "inquiry.css";
@import "mail.css";
@import "modal.css";
@import "loading.css";
@import "tabselect.css";
@import "text.css";
@import "calendar.css";
@import "radio.css";
@import "checkbox.css";
@import "dialog.css";
@import "button.css";
@import "tasklist.css";
@import "table.css";
@import "lightbox.css";
@import "functionkeys.css";
@import "mainmenu.css";
@import "type_add.css";
@import "all.min.css";/* For Fontawesome */

:root {
    --main-color:#207537;
    --main-color:#57b846;
    --sub-color:#205c30;
}
/* ========BASIC======== */
html, body{
    /*    height: 100%;*/
    margin:0;
}
body {
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"メイリオ", Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#333333;
    background:#FFFFFF;
    overflow-x:hidden;
}

br {
    letter-spacing:normal;
}

a {
    color:#000099;
    text-decoration:underline;
}

a:hover {
    color:#000099;
    text-decoration:none;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}
select:focus {
    background-color: #CCFFFF;
}
input:focus{
    background-color: #CCFFFF;
}
textarea:invalid ,
input:invalid {
    border: solid 1px #ff0000 !important;
}
textarea:read-only ,
input:read-only {
    border: 1px solid rgb(169, 169, 169);
    background-color: #EBEBE4;
}
select:invalid {
    border: solid 1px #ff0000 !important;
}
textarea {
    font-size:12px;
    margin: 1px 0px 1px 0px;
    font-family:"メイリオ", Verdana, Helvetica, sans-serif;
}

input[type=checkbox] {
    vertical-align:middle;
    /*  width: auto !important;*/
}
input.backup{
    height: 20px;
    width: 20px!important;
}
/* ========ALERT ERROR======== */
p .alert {
    color: #FF0000;
}
label.error {
    color: #FF0000;
}
span.caution {
    margin: auto 0;
    color: #FF0000;
}
span.requirements {
    float: left;
    color: #FF0000;
}
span.required {
    color: #FF0000;
}
span.red {
    color: #FF0000;
}
span.error_message {
    color: #FF0000;
    font-size:18px;
}
#pageTop {
    clear:both;
    width:1240px;
}
.contents-top{
    margin-top: 105px;
}
@media screen and (max-width:810px){
    .contents-top{
        margin-top: 110px;
    }
}
@media screen and (max-width:768px){
    .contents-top{
        margin-top: 110px;
    }
}
@media screen and (max-width:767px){
    .contents-top{
        margin-top: 108px;
    }
}

#loading {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.quantity {
    width: 50px;
    text-align: right;
    padding-right: 3px;
}
.input-border{
    border:1px solid #ccc;
    border-radius: 3px 3px;
    padding:2px;
    margin-bottom: 2px;
}
.ck-editor__editable {
    min-height: 200px;
}
.orderyear{
    background-color: gray !important;
}

.form_upload{
    width: 800px;
    margin: 50px auto 0;
}
.form_upload.css_form2{
    width: 1125px;
}
.form_upload.css_form2 p{
    text-align: justify;
}
.form_upload #resultlist{
    width: 800px;
    margin: 0 auto;
}
.form_upload h2{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: #324c9b;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    color: #000;
}
.file_selected.file-upload-wrapper:after {
    color: #0e1ab0 !important;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 50px;
    line-height: 30px;
    color: #a59797;
    border-radius: 10px;
}
.file-upload-wrapper:before {
    content: 'ファイル選択';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 50px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}
.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.form_upload .upload_btn{
    margin-top: 70px;
    text-align: center;
}
.form_upload .upload_btn .btn{
    background-color: #23105c;
    color: #fff;
    height: 50px;
    padding: 10px 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.form_upload .upload_btn .btn.btn-danger{
    background-color: #dc3545;
    color: #fff;
}