@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* =============================================

	reset.css
	(reset webbrowser default syle)

============================================= */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
li,
table,
th,
td,
form,
address,
pre,
strong,
em,
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*line-height: 100%;*/
}

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

a img {
    border: 0;
}

img {
    vertical-align: top;
}

area {
    border: 0;
}

/*-- clear fix elements start --*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*/
    /*/
height: auto;
overflow: hidden;
/**/
}

/*-- clear fix elements end --*/
/* =============================================

	body parts

============================================= */
html {
    /* 	overflow-y : scroll ; */
    height: 100%;
    background: #f2f5f8;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    color: #333;
    /* 	position: relative; */
}

a {
    color: #0072c1;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active {
    color: #429cee;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.cancel a:hover,
.clear a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

a.arrow:before {
    font-family: "FontAwesome";
    content: "\f138";
    padding: 0 0.25em 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h2 {
    font-size: 180%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 140%;
    font-weight: bold;
    /*	padding: .3em .5em;
 	border-left: 3px solid #0072c1; */
    margin: 0 0 1.2em;
}

h4 {
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em;
    margin-bottom: 1em;
    background: #e6efff;
    /* border-radius: 4px; */
}

h5 {
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 1em;
}

.modal-main p {
    padding-bottom: 1em;
}

p.modal-title {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 1em;
}

h6 {
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 1em;
}

.wf {
    font-family: "Roboto", sans-serif;
}

.center {
    text-align: center;
}

div.center {
    padding: 1em 0;
}

.right {
    text-align: right;
}

.leftBox {
    float: left;
}

.rightBox {
    float: right;
}

.small {
    font-size: 85%;
}

.big {
    font-size: 110%;
}

.bold {
    font-weight: bold;
}

.note {
    color: #777;
    font-size: 85%;
}

.red,
.required,
#admin .control-group .accordion dt.red {
    color: #ff0000;
}

.errorTxtBg {
    background: #ffcccc;
}

footer .wf {
    text-align: center;
    font-size: 80%;
    color: #aaa;
    padding: 2em 0;
    letter-spacing: 0.02em;
}

#login .container form .account_type,
#reset_pw .container form .account_type {
    text-align: start;
    width: 80%;
    margin: 0 auto 0.5rem auto;
    font-size: 120%;
}

#login .container form label.form-check,
#reset_pw .container form label.form-check {
    display: flex;
    padding-bottom: 2%;
}

#login .container form label.form-check.mb_per_2,
#reset_pw .container form label.form-check.mb_per_2 {
    margin-bottom: 2%;
}

#login .container form label label.form-check-label,
#reset_pw .container form label label.form-check-label {
    display: flex;
    margin: 0 0 0 1rem;
    padding: 0;
}

#login .container form label input[type="radio"].form-check-input,
#reset_pw .container form label input[type="radio"].form-check-input {
    margin: 0;
    padding: 0;
}

#login footer .wf,
#reset_pw footer .wf {
    text-align: center;
}

.block {
    background: #fff;
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.disc {
    padding-left: 1.5em;
    margin: 1em 0;
}

.disc li {
    list-style: disc;
    line-height: 1.6;
}

.PCnone {
    display: none;
}

/* =============================================

          Form

============================================= */
input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0.5em 0.3em;
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    background: #f3faff;
    box-shadow: 0 0 4px #0072c1;
}

input[type="file"] {
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 100%;
}

select {
    border: 1px solid #ccc;
    padding: 0.5em 0.3em;
    border-radius: 2px;
}

select optgroup {
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-style: normal;
}

input[type="text"],
textarea,
input[type="password"] {
    display: block;
}

textarea {
    overflow: auto;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.btn,
.back_btn {
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    border-style: solid;
    /* 	background: #eee; */
    /* 	border-radius: 4px; */
    border-width: 1px;
    text-decoration: none;
    /* 	color: #555; */
    font-weight: normal;
    padding: 0.5em 0.8em;
    line-height: normal;
    cursor: pointer;
    /* Old browsers */
    -webkit-appearance: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn:hover,
button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    /*
	background: #0072c1;
	color: #fff;
*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    min-width: 135px;
}

.register-btn {
    background: #e0eef7;
    border-color: #0072c1;
    color: #0072c1;
}

.register-btn:hover {
    background: #0072c1;
    color: #fff;
}

.blue-btn {
    background: #0072c1 !important;
    border-color: #135c8f !important;
    color: #fff !important;
}

.blue-btn:hover {
    background: #0eb2db !important;
    border-color: #178eb9 !important;
    color: #fff !important;
}

.yellow-btn {
    background: #fbaa2b;
    border-color: #d48b14;
    color: #333;
}

.yellow-btn:hover {
    background: #faca2a;
    color: #333;
}

.red-btn {
    background: #d64933;
    border-color: #b63d2b;
    color: #fff;
}

.red-btn:hover {
    background: #ee5a43;
    color: #fff;
}

.green-btn {
    background: #20a96c;
    border-color: #19985f;
    color: #fff;
}

.green-btn:hover {
    background: #2fc682;
    color: #fff;
}

.gray-btn {
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #555;
}

.gray-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.darkgray-btn,
button:disabled {
    background: #888;
    border: 1px solid #777;
    color: #fff;
}

button:disabled {
    color: #ddd;
}

input.sendBtn {
    border: 3px solid #0072c1;
    font-size: 98%;
    background: none;
    color: #0072c1;
    padding: 0.25em 1.25em;
    font-size: 110%;
    cursor: pointer;
}

input.sendBtn:hover {
    background: #0072c1;
    color: #fff;
}

.button {
    background: #e0eef7;
    border-radius: 2px;
}

.button:hover {
    background: #0072c1;
    color: #fff;
}

.button.nc_manual,
.button.nc_past_data,
.button.export_csv,
.button.import_csv,
.button.add_new,
.button.add_mail {
    padding: 0.5em 1.3em 0.5em 1em;
}

#main_form #admin .button.select_file,
#search_form .button.select_file {
    width: 150px;
}

.button.select_file {
    min-width: 140px;
}

.button.select_file {
    width: auto;
    padding: 0.5em 1.3em 0.5em 1em !important;
    text-align: center;
}

.button.select_file > input {
    display: none !important;
}

.button.nc_manual,
.button.nc_past_data,
.button.export_csv,
.button.import_csv,
.button.select_file {
    color: #0072c1;
    outline: none;
    border-color: #0072c1;
}

.button.nc_manual_hover:hover,
.button.nc_past_data:hover,
.button.export_csv:hover,
.button.import_csv:hover,
.button.select_file:hover {
    color: #fff;
}

.button.nc_manual_disabled {
    background-color: #d1d1d1;
    cursor: default;
}

.button.nc_manual_disabled:hover:before {
    color: #0072c1 !important;
}

.button.add_file {
    /* padding: .5em 1.3em .5em 1em !important; */
    text-align: center;
    height: 37.5px;
    width: 37.5px;
    margin-left: 5px;
}

.button.add_file > input {
    display: none !important;
}

.button.add_file {
    color: #0072c1;
    outline: none;
    border-color: #0072c1;
}

.button.delete_file {
    /* padding: .5em 1.3em .5em 1em !important; */
    text-align: center;
}

.button.delete_file > input {
    display: none !important;
}

.button.delete_file {
    color: #0072c1;
    outline: none;
    border-color: #0072c1;
    height: 37.5px;
    width: 37.5px;
    margin-left: 5px;

    background: #f7f7f7;
    border-color: #ccc;
    color: #808080;
}

.button.delete_file:hover {
    color: #fff;
    background: #a9a9a9;
    border-color: #808080;
}

.button.nc_past_data:before {
    font-family: "FontAwesome";
    content: "\f1c0";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.nc_manual:before {
    font-family: "FontAwesome";
    content: "\f02d";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.export_csv:before {
    font-family: "FontAwesome";
    content: "\f019";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.add_new:before {
    font-family: "FontAwesome";
    content: "\f067";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.import_csv:before {
    font-family: "FontAwesome";
    content: "\f093";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.select_file:before {
    font-family: "FontAwesome";
    content: "\f15b";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.add_file:before {
    font-family: "FontAwesome";
    content: "\2b";
    color: #0072c1;
    /* padding: 0 .3em 0 0; */
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.delete_file:before {
    font-family: "FontAwesome";
    content: "\f068";
    /* padding: 0 .3em 0 0; */
    font-size: 80%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.add_mail:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.popular:before {
    font-family: "FontAwesome";
    content: "\f005";
    color: #0072c1;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.triangle_exclamation:before {
    font-family: "FontAwesome";
    content: "\f071";
    color: #ffa500;
    padding: 0 0.3em 0 0;
    font-size: 120%;
    font-weight: normal;
    font-style: normal;
}

.button:hover:before {
    color: #fff;
}

.submitBtn {
    text-align: center;
    padding: 1em 0;
}

.submitBtn li {
    display: inline-block;
    padding: 0 0.5em;
}

.submitBtn li.delete button {
    background: #f9f0ef;
    border: 1px solid #991f23;
    color: #991f23;
}

.submitBtn li.delete button:hover {
    background: #991f23;
    color: #fff;
}

.submitBtn li.prev button {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
}

.submitBtn li.prev button:hover {
    background: #fff;
}

.asc {
    font-family: "FontAwesome";
    content: "\f062";
}

.desc {
    font-family: "FontAwesome";
    content: "\f063";
    margin-left: -0.3em;
}

.asc,
.desc {
    padding: 0.3em;
    color: #0072c1;
    border-color: #0072c1;
    background-color: #e0eef7;
    border-radius: 0.5em;
}

.asc:hover,
.desc:hover {
    color: #fff;
}

.zipBox input[type="text"] {
    font-size: 100%;
    width: 20%;
    padding: 3px;
    margin: 0 0.3em;
}

.telBox input[type="text"] {
    font-size: 100%;
    width: 20%;
    padding: 3px;
    margin: 0 0.3em;
}

input.error[type="text"],
textarea.error[type="text"],
input.error[type="password"],
input.error[type="email"],
select.error {
    background: #ffcccc;
    border: 1px solid #ff0000;
}

.typeBox select,
.addBox select,
.infoTb select {
    font-size: 90%;
    width: auto;
}

.infoTb select {
    width: 50%;
}

.addBox select {
    display: block;
    margin-bottom: 0.5em;
}

/* =============================================

	index

============================================= */
#login,
#reset_pw {
    position: relative;
}

#login .container,
#reset_pw .container {
    position: relative;
    top: 100px;
    text-align: center;
}

#login .container form,
#reset_pw .container form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 35%;
    margin: 0 auto;
    padding: 3% 0 0;
}

#login .container h2,
#reset_pw .container h2 {
    font-size: 150%;
    font-weight: normal;
    margin-top: 1.75rem;
    margin-bottom: 0;
    padding: 0;
}

#login .container h1,
#reset_pw .container h1 {
    font-size: 200%;
    margin-bottom: 1.75rem;
    padding: 0;
}

#login .wrap {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 1rem 0;
    width: 100%;
}

#login .wrap p {
    flex: 0 0 150px;
    margin: 0;
}

#login .wrap p:first-child {
    text-align: right;
    padding-right: 1rem;
}

#login .wrap p:last-child {
    text-align: left;
    padding-left: 1rem;
}

#reset_pw .container h1.sub_title {
    padding: 0 0 1em 0;
    font-size: 1.5rem;
    text-decoration: underline;
}

#login .container label,
#reset_pw .container label {
    display: block;
    padding-bottom: 4%;
    width: 80%;
    margin: 0 auto;
}

#loginB p.red {
    text-align: center;
    font-size: 130%;
    line-height: 1.4;
    padding: 0;
    margin: 1.5em 0 0;
}

#login .container button {
    width: 100%;
    padding: 1em 0;
    font-size: 180%;
    background: #0072c1;
    border-color: #135c8f;
    color: #fff;
}

#reset_pw .container button.btn-secondary-100 {
    width: 100%;
    margin: 8% 0 0;
    padding: 1em 0;
    font-size: 180%;
    background: #707070;
    border-color: #808080;
    color: #fff;
}

#reset_pw .container button.btn-secondary {
    display: inline-block;
    width: 49%;
    margin: 8% 0 0;
    padding: 1em 0;
    font-size: 180%;
    background: #707070;
    border-color: #808080;
    color: #fff;
}

#reset_pw .container button.btn-loginpage {
    display: inline-block;
    width: 100%;
    margin: 8% 0 0;
    padding: 1em 0;
    font-size: 180%;
    background: #707070;
    border-color: #808080;
    color: #fff;
}

#reset_pw .container button:hover.btn-loginpage {
    background: #a9a9a9;
    border-color: #808080;
}

#reset_pw .container button.btn-primary {
    display: inline-block;
    width: 49%;
    margin: 8% 0 0;
    padding: 1em 0;
    font-size: 180%;
    background: #0072c1;
    border-color: #135c8f;
    color: #fff;
}

#login .container button:hover,
#reset_pw .container button:hover.btn-primary {
    background: #0eb2db;
    border-color: #178eb9;
}

#reset_pw .container button:hover.btn-secondary {
    background: #a9a9a9;
    border-color: #808080;
}

#reset_pw .container button:hover.btn-secondary-100 {
    background: #a9a9a9;
    border-color: #808080;
}

#login p.red,
#reset_pw p.red,
#reset_pw p.success {
    font-size: 130%;
    line-height: 1.4;
    margin: 0 0 0.5em;
    padding: 0;
    text-align: center;
}

#reset_pw .padding-bottom {
    padding-bottom: 3rem;
}

#login #header #headerBg ul,
#reset_pw #header #headerBg ul {
    display: none;
}

.hidden,
#login #pageTop,
#reset_pw #pageTop {
    display: none;
}

#login .failureTxt,
#reset_pw .failureTxt {
    padding: 1em 0 2em;
}

/* =============================================

	header

============================================= */
#header {
    width: 100%;
    min-height: 50px;
    position: fixed;
    /* 	background: #0072c1; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    /*box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);*/
}

#header #headerBg {
    background: #fff;
}

/* #header #headerBg .wrap {
} */
#header #headerBg .wrap.head_top {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    /*margin: 0 0 0 1%;*/
    width: 100%;
}

#header #headerBg .logo {
    /* 	padding: 7px 0 0; */
    width: 330px;
}

#header #headerBg .header_site_name {
    margin-left: 10px;
}

#header #headerBg .header_nowrap {
    flex-wrap: nowrap;
}

#header #headerBg .logo a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #0072c1;
    height: 100%;
    padding-left: 10px;
}

#header #headerBg .logo a img {
    width: 100px;
    height: auto;
}

#header #headerBg .logo a .system-name {
    padding-left: 0.5em;
}

#header .left-head {
    display: flex;
    /* width: 600px; */
}

#header #headerBg #contMenu {
    /* 	float: right; */
    padding: 0;
    /* 	min-width: 160px; */
    width: 700px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

#header #contMenu .panel-wrap {
    border-left: 1px solid #e0eef7;
    min-width: 160px;
}

#login #header #headerBg #contMenu,
#reset_pw #header #headerBg #contMenu {
    display: none;
}

#header #contMenu {
    display: block;
    height: 50px;
}

#header #headerBg .wrap.gNav_wrap {
    height: 50px;
    width: 50%;
    margin: 0;
    /*background: #e0eef7;*/
}

#header #headerBg .gNav_wrap #gNav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

#header #headerBg .gNav_wrap #gNav li {
    text-align: center;
    /*font-size: 16px;*/
}

#header #headerBg .gNav_wrap #gNav li.current {
    background: #0072c1;
}

#header #headerBg .gNav_wrap #gNav li.current a {
    color: #fff;
}

#header #headerBg .gNav_wrap #gNav li a {
    display: block;
    padding: 0 1.5em;
    line-height: 50px;
}

#header #headerBg .gNav_wrap #gNav li a i {
    display: block;
    padding-bottom: 0.5em;
    font-size: 25px;
}

.header_gnav {
    width: 310px;
}

#header #headerBg .sNav_wrap {
    background: #0072c1;
}

#header #headerBg .sNav_wrap ul.sNav {
    display: none;
}

#header #headerBg .sNav_wrap ul.opened {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
}

#header #headerBg .sNav_wrap ul li a {
    display: block;
    color: #fff;
    padding: 1em 1.5em;
}

#header #headerBg .sNav_wrap ul li a:hover {
    background: #429cee;
}

#header #headerBg .sNav_wrap ul li.current {
    background: #043050;
}

#header .inner_mark {
    background: #fff;
    color: #e60012;
    border: 2px solid #e60012;
    border-radius: 6px;
    font-size: 11px;
    padding: 2px 6px;
    line-height: 1;
}

#fixed-menu {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 0;
    background: #2e4153;
}

.panel-wrap {
    position: relative;
}

p.supplier {
    line-height: 49px;
    color: #0072c1;
}

p.supplier_pad {
    padding: 0 0.75em 0 0;
    margin-left: 0.6em;
}

.highlight {
    background: #a9a9a9 !important;
}

a.panel-supplier {
    padding: 0 0.75em 0 0.75em;
    color: #0072c1;
    line-height: 49px;
    background: #87cefa;
}

a.panel-supplier:hover {
    background: #003554;
    color: #ffffff;
}

a.panel-btn {
    display: block;
    position: relative;
    padding: 0 0.75em 0 2em;
    color: #0072c1;
    line-height: 49px;
}

a.panel-btn:hover {
    background: #003554 !important;
    color: #ffffff;
}

a.panel-btn i {
    padding: 0 0.35em 0 0;
}

a.panel-btn.visPnl,
a.panel-btn.invPnl {
    background: #003554;
    color: #ffffff;
}

a.panel-btn.visPnl.invPnl {
    background: none;
    color: #0072c1;
}

.panel-btn:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #0072c1;
    padding: 0 0 0 2em;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-btn:hover:after {
    color: #ffffff;
}

a.panel-lang-btn {
    display: block;
    position: relative;
    padding: 0 0.25em 0 1em;
    color: #0072c1;
    line-height: 49px;
    border-right: 1px solid #e0eef7;
}

a.panel-lang-btn:hover {
    background: #003554 !important;
    color: #ffffff;
}

a.panel-lang-btn i {
    padding: 0 0.35em 0 0;
}

a.panel-lang-btn.visPnl,
a.panel-lang-btn.invPnl {
    background: #003554;
    color: #ffffff;
}

a.panel-lang-btn.visPnl.invPnl {
    background: none;
    color: #0072c1;
}

.panel-lang-btn:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #0072c1;
    padding: 0 0 0 0.6em;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel-lang-btn:hover:after {
    color: #ffffff;
}

a.panel-rfid-btn {
    display: block;
    padding-left: 2em;
    line-height: 49px;
}

a.panel-rfid-btn:hover {
    background-color: #003554;
    color: #fff;
}

a.panel-rfid-btn svg {
    height: 1.4em;
    fill: #0072c1;
}

a#home:hover,
a#home:hover:before,
a.panel-btn:hover,
a.panel-btn:hover:before,
a.panel-lang-btn:hover,
a.panel-lang-btn:hover:before {
    color: #fff !important;
}

.panel {
    display: none;
    position: absolute;
    top: 45px;
    right: 2%;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.panel:before {
    content: "";
    position: absolute;
    top: -18px;
    right: 30%;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.panel a {
    padding: 1em;
    display: block;
    border-bottom: 1px solid #ddd;
}

.panel li.change a:before {
    font-family: "FontAwesome";
    content: "\f040";
    padding: 0 0.35em 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel li.internal a:before {
    font-family: "FontAwesome";
    content: "\f1ad";
    padding: 0 0.35em 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.panel li.internal .form-check.form-switch.d-inline-flex {
    padding-left: 3.5em;
    vertical-align: middle;
}

.panel li.internal .switch-lg {
    transform: scale(1.5);
    transform-origin: left center;
}

.panel li.out a:before {
    font-family: "FontAwesome";
    content: "\f011";
    padding: 0 0.3em 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =============================================

	contents

============================================= */
.container #contentL {
    width: 180px;
    height: 100%;
    float: left;
    /*background: #003554;
	position: fixed;
	z-index: 999;*/
    left: 0;
    /* top: 50px; */
    bottom: 0;
}

.container .gNavi_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    background: #006494;
    z-index: -1;
}

.container .gNavi_bg .gNavi {
    z-index: 2;
}

.container #contentL .closeBtn {
    display: none;
}

.container #contentL dl {
    height: 100%;
}

.container #contentL,
.container #contentL a {
    color: #eee;
}

.container #contentL dl dt {
    border-bottom: 1px solid #83a0b4;
}

.container #contentL dt {
    padding: 1em;
}

.container #contentL dt:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.container #contentL dt.current {
    background: #2d9fac;
}

.container #contentL dd li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em 1em 1em 2em;
    line-height: 1.5;
    background: #003554;
    font-size: 95%;
}

.container #contentL dd li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    color: #ccc;
    content: "\f105";
    padding: 0 0.3em 0 0;
    margin-left: -0.7em;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container #contentL dt:hover,
.container #contentL dd li a:hover {
    color: #fff;
}

.container #contentL dt.opened {
    color: #fff;
}

.container #contentL dd li.current a {
    color: #fff;
    font-weight: bold;
    position: relative;
}

.container #contentL dd li.current a:after {
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-right: 8px solid #f5f5f5;
    top: 30%;
    right: 0;
}

.container #contentL .opened dt {
    color: #fff;
}

.container #contentL i {
    padding-right: 0.3em;
    font-size: 140%;
}

.container #contentR {
    /* 	width: 81%; */
    width: calc(96% - 180px);
    float: right;
    padding: 1.5% 2% 0 2%;
    position: static;
    right: 0;
}

.wrap {
    width: 98%;
    margin: 0 auto;
}

.outerWrap {
    width: 94%;
    margin: 0 auto;
    padding: 2em 0 0;
}

.btnBlock {
    padding: 0 0 1em;
}

.btnBlock.block2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainAreaBg {
    margin: 0 0 2%;
}

#content {
    width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
}

#content img {
    max-width: 100%;
}

#content ul {
    padding: 2em 0;
    margin-top: 3em;
    border-top: 1px dotted #000;
}

#content ul li {
    display: inline-block;
    line-height: 1.6;
}

#content ul li a {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    background: #888;
    color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 0.3em;
}

#content ul li a:hover {
    background: #aaa;
}

#contentR h2 {
    position: relative;
}

#contentR h2 span.lastUp {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30%;
    font-weight: normal;
    font-size: 55%;
    padding-left: 1em;
}

#contentR h2 span.lastUp:before {
    font-family: "FontAwesome";
    font-size: 105%;
    padding-right: 0.3em;
    content: "\f017";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contentR h2 a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 55%;
    font-weight: normal;
    background: #333;
    color: #fff;
    padding: 0.5em 0.7em 0.5em 1em;
    border-radius: 4px;
}

#contentR h2 a:after {
    display: inline-block;
    font-family: "FontAwesome";
    color: #fff;
    padding-left: 0.8em;
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contentR h2 a:hover {
    background: #888;
}

#contentR h3.ev_H3 {
    margin: 2em 0 0.8em;
}

/* =============================================

	main

============================================= */
.top-menu dl {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2%;
}

.top-menu dl dt,
.top-menu dl a {
    color: #fff;
    display: block;
}

.top-menu dl dt {
    font-size: 130%;
    border-radius: 4px 4px 0 0;
    padding: 0.5em 1em;
    position: relative;
}

.top-menu dl dt i {
    padding-right: 0.3em;
}

.top-menu dl dd {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.top-menu dl dd a {
    display: block;
    position: relative;
    padding: 1em;
}

.top-menu dl.systemList dt,
.container #contentL .systemList.opened dt {
    background: #2d9fac;
}

.top-menu dl.systemList dd {
    background: #ad9300;
}

.top-menu dl.infoList dt,
.container #contentL .infoList.opened dt {
    background: #88b026;
}

.top-menu dl.infoList dd {
    background: #70911f;
}

.top-menu dl.serviceList dt,
.container #contentL .serviceList.opened dt {
    background: #2da5ac;
}

.top-menu dl.serviceList dd {
    background: #25888e;
}

.top-menu dl.userList dt,
.container #contentL .userList.opened dt {
    background: #d95526;
}

.top-menu dl.userList dd {
    background: #b3461f;
}

.top-menu dl dd a:after {
    position: absolute;
    right: 15px;
    top: 30%;
    display: inline-block;
    font-family: "FontAwesome";
    color: #fff;
    content: "\f105";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main .card .list_height {
    max-height: calc(2.5em * 5);
    overflow-y: auto;
    overflow-x: hidden;
    white-space: wrap;
}

/* =============================================

	searchMenu

============================================= */
.searchMenu {
    padding-bottom: 1em;
    /* 	border-bottom: 1px solid #ccc; */
    margin-bottom: 3em;
}

div#close {
    margin-bottom: 0;
    padding-bottom: 0;
}

.searchMenu .left {
    padding-bottom: 1em;
}

dl#searchWrap {
    border: 1px solid #ccc;
    /* float: right; */
    width: 83%;
    box-sizing: border-box;
}

dl#searchWrap.searchWrap2 {
    width: 100%;
}

dl#searchWrap .search_title {
    padding: 0.5em 1em;
    background: #fff;
    line-height: 1.3;
    color: #0072c1;
}

dl#searchWrap .search_title:hover {
    background: #fcfcfc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

dl#searchWrap .search_title:before {
    font-family: "FontAwesome";
    content: "\f146";
    font-size: 110%;
    margin: 0 0.3em 0 0;
    color: #0072c1;
}

dl#searchWrap .search_title.selected:before {
    content: "\f0fe";
}

dl#searchWrap .fold_title {
    background: #fff;
    line-height: 1.3;
    color: #0072c1;
}

dl#searchWrap .fold_title:before {
    font-family: "FontAwesome";
    content: "\f146";
    font-size: 110%;
    margin: 0 0.3em 0 0;
    color: #0072c1;
}

dl#searchWrap .fold_title.selected:before {
    content: "\f0fe";
}

/* 詳細検索 */
dl#searchWrap .search_content {
    padding: 0.5em;
    border-top: 1px solid #ccc;
    background: #fff;
}

dl#searchWrap .detailed_search {
    padding: 0.3em;
    background: #eff5fa;
}

dl#searchWrap .detailed_search .detailed_search_title {
    border-radius: 2px;
    font-size: 0.875em;
    padding: 0.2em 0;
    text-align: center;
}

dl#searchWrap .detailed_search .detailed_search_title:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 110%;
    margin: 0 0 0 0.3em;
    color: #0072c1;
}

dl#searchWrap .detailed_search .detailed_search_title.selected:after {
    content: "\f106";
}

dl#searchWrap .detailed_search .detailed_search_content {
    padding: 1em;
}

/* 詳細検索 */
.searchMenu .control-group,
.searchMenu .import-control-group {
    padding: 0.3em 0 0.3em 0.3em;
}

.searchMenu .control-group .controls label {
    display: inline-block;
    width: 10%;
    padding-top: 0;
    vertical-align: middle;
}

.searchMenu .control-group .controls label.text_top {
    vertical-align: top;
}

.searchMenu .control-group .controls input,
.searchMenu .control-group .controls select,
.searchMenu .control-group .controls textarea {
    display: inline-block;
    width: 77%;
    box-sizing: border-box;
    font-size: 96%;
}

.searchMenu .control-group .controls input[type="checkbox"] {
    width: auto;
}

.searchMenu .control-group .btnHalfBox {
    text-align: center;
}

.searchMenu .control-group button.btnHalf {
    display: inline-block;
    width: 20%;
    margin: 0;
    box-sizing: border-box;
}

.searchMenu .search_colum_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*上下中央揃え*/
}

.searchMenu .search_colum_box .search_colum_item {
    width: 49%;
}

.searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .controls
    label {
    width: 21%;
}

.searchMenu .mainte_btn {
    display: inline-block;
}

.searchMenu .mainte_btn li {
    display: inline-block;
    margin-right: 3px;
}

.searchMenu p.right {
    width: 15%;
    float: right;
}

.searchMenu p.red {
    width: 80%;
    margin: 0 auto;
    padding: 1em 0 0;
}

.searchMenu .btn-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    /*上下中央揃え*/
    padding: 1.5em 0;
}

.btn-area .controls:last-child,
.searchMenu .btn-area .controls:last-child {
    margin-left: 1%;
}

.searchMenu .btn-area button,
.submitBtn li button {
    padding: 0.75em 2.5em;
    border-radius: 2px;
}

/*タブ実装*/
.tab_box .btn_area {
    display: -webkit-box;
    display: flex;
}

.tab_box .tab_btn {
    padding: 1em 2em;
    color: #333;
    background: #e0e0e0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}

.tab_box .tab_btn + .tab_btn {
    margin-left: 0.5%;
}

.tab_box .tab_btn:hover {
    background: #e0eef7;
}

.tab_box .tab_btn.active {
    background: #0072c1;
    color: #fff;
}

.tab_box .panel_area {
    border: solid 1px #e0eef7;
    padding: 20px;
}

.tab_box .tab_panel {
    display: none;
}

.tab_box .tab_panel.active {
    display: block;
}

.pagingMenu-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    /*上下中央揃え*/
}

.pagingMenu .pagination {
    width: 100%;
}

.pagingMenu p.left {
    width: 15%;
    /* 	float: left; */
}

.pagingMenu {
    padding-bottom: 1em;
    margin-top: 1em;
}

.pagingMenu .pagination {
    width: 85%;
    float: right;
}

.pagingMenu .pagination ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagingMenu .pagination ul li button {
    display: block;
    padding: 0.3em 0.5em;
    border-radius: 4px;
}

.pagingMenu .pagination ul li button:hover {
    background: #0072c1;
    color: #fff;
}

.pagingMenu .pagination ul li.active button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
}

.pagingMenu .pagination ul li.active button:hover {
    color: #0072c1;
}

.normal-btn,
.searchMenu button,
.pagingMenu .pagination ul li.prev button,
.pagingMenu .pagination ul li.next button {
    padding: 0.3em 1em;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #f7f7f7;
    color: #555;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    line-height: 1.4;
}

.searchMenu .controls .search {
    background: #0072c1;
    border-color: #135c8f;
    border: 1px solid #ccc;
    color: #555;
}

.searchMenu.controls .cancel,
.searchMenu.controls .clear {
    background: #0072c1;
    border-color: #135c8f;
    border: 1px solid #ccc;
    color: #555;
}

.searchMenu button,
.submitBtn li button.btn-primary {
    background: #e0eef7;
    border-color: #0072c1;
    color: #0072c1;
}

.searchMenu button:hover,
.submitBtn li button.btn-primary:hover {
    background: #0072c1;
    color: #fff;
}

.searchMenu button.cancel,
.searchMenu button.clear,
.gray_btn .button,
.submitBtn li.back button {
    background: #f7f7f7;
    border-color: #ccc;
    color: #333;
}

.gray_btn .button:hover {
    background: #ccc;
    color: #fff;
}

.searchMenu button.cancel:hover,
.searchMenu button.clear:hover,
.submitBtn li.back button:hover {
    background: #e0e0e0;
}

.pagingMenu .pagination ul li.next button:after {
    font-family: "FontAwesome";
    color: #666;
    content: "\f105";
    padding: 0 0 0 0.3em;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagingMenu .pagination ul li.next.last button:after {
    content: "\f101";
}

.pagingMenu .pagination ul li.prev button:before {
    font-family: "FontAwesome";
    color: #666;
    content: "\f104";
    padding: 0 0.3em 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagingMenu .pagination ul li.prev.first button:before {
    content: "\f100";
}

.pagingMenu .pagination ul li.pager {
    padding: 0 0.5em;
}

.pagingMenu .pagination ul li input[type="text"] {
    width: 7em;
    margin-right: 0.5em;
    display: inline-block;
}

/*ページング*/
.searchMenu.controlBox {
    width: 100%;
    float: none;
    text-align: left;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding-top: 1em;
}

.mainteUpdate .control-group .controls input {
    width: 10em;
}

.searchMenu.searchBox #search_form {
    width: 100%;
    float: none;
}

#search_form .control-group input.input-medium {
    width: 33%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

#search_form .control-group input.input-small {
    width: 18%;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

/* #search_form .control-group select.select-small, */
#admin .control-group select.select-small {
    display: inline-block;
    width: 30%;
}

.searchMenu.controlBox .appList {
    display: table;
}

.searchMenu.controlBox .appList li {
    padding-right: 0.3em;
    display: table-cell;
    vertical-align: bottom;
}

.searchMenu.controlBox .appList .appList_state {
    width: 13%;
}

.searchMenu.controlBox .appList .appList_date {
    width: 50%;
}

.searchMenu.controlBox .appList .appList_reason {
    width: 23%;
}

.searchMenu.controlBox .appList .appList_btn {
    width: 7%;
    text-align: right;
}

.searchMenu.controlBox .appList .appList_date .clearChk {
    display: inline;
    width: auto;
    margin: 0;
    line-height: 2;
}

.searchMenu.controlBox .appList .appList_date .clearChk:after {
    content: "\A";
    white-space: pre;
}

.searchMenu.controlBox .appList .appList_date label {
    display: inline;
}

.searchMenu.controlBox .appList .appList_date input[type="text"] {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 山本追加 */
textarea.error {
    background: #ffcccc;
    border: 1px solid #ff0000;
}

.spils_table .gauge_btnCl,
.spils_table .email_btnCl {
    width: 6%;
    text-align: center;
}

.control-group div.red {
    text-align: center;
}

table th.app_division,
table th.app_item,
table th.comment,
table th.message,
table th.app_code,
table td.company_code,
table td.busho_code,
table td.busho_name,
table td.pass,
table td.stop,
table td.app_division,
table td.app_item,
table td.app_code {
    text-align: center;
}

.email_textarea,
.apply_textarea {
    resize: vertical;
}

/*-- メールアドレスマスタ --*/
.control-group div.no_access {
    width: 80%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0.5em 0.3em;
    line-height: 1.6;
    border-bottom: 1.3px solid #000;
}

div.modaal-confirm-content {
    margin: 0 10% 0 10%;
}

a.modaal_text {
    color: #000;
    font-weight: bold;
}

.right_button {
    margin: 0 0 0 auto;
}

.arrow_button {
    display: inline-block;
}

table th.company_name {
    width: 20%;
}

table th.email_address {
    width: 30%;
}

.email_modaal_div table.email_modaal_table {
    line-height: 1.6;
    border-style: solid;
    border-width: 0.5px;
    border-color: #000;
    font-family:
        "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
        "MS Pゴシック", "MS PGothic", sans-serif;
}

.email_modaal_table tr.email_modaal_tr {
    border-style: solid;
    border-width: 0.5px;
    border-color: #000;
}

.email_modaal_table th.email_modaal_th {
    padding: 0.5rem;
    font-size: 100%;
    color: #fff;
    background-color: #003554;
    width: 30%;
}

.email_modaal_table td.email_modaal_td {
    border-color: #000;
    background-color: #fff;
    padding: 0.5rem;
    width: 75%;
}

.email_address_detail .span_error {
    display: block;
}

table.defects_table tbody:hover tr .email_address > a {
    color: #fff;
}

/*-- 申請コードマスタ --*/
.apply_code_error {
    display: block;
    text-align: center;
}

table th.apply_code {
    width: 10%;
}

table th.apply_class {
    width: 20%;
}

table th.apply_item {
    width: 20%;
}

table th.apply_comment {
    width: 50%;
}

.qc_apply_list_modal_div table th.apply_code {
    width: 17%;
}

.qc_apply_list_modal_div table th.apply_class {
    width: 20%;
}

.qc_apply_list_modal_div table th.apply_item {
    width: 20%;
}

.qc_apply_list_modal_div table th.apply_comment {
    width: 43%;
}

.qc_apply_list_modal_div .modal-title {
    padding-bottom: 0.5rem;
}

.qc_apply_list_modal_div .deadline_buttons .btn-area {
    padding-top: 0.5rem;
}

.apply_tbody td {
    white-space: pre-line;
}

.overlap_apply {
    display: none;
}

.tableList table.apply_table td {
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    background-color: #fff;
}

.qc_apply_list_modal_div table.apply_table td {
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    background-color: #fff;
}

.qc_apply_list_modal_div thead {
    position: sticky;
    top: 0px;
}

/*-- ゲージマスタ --*/
.gauge_master_table span.gauge_name,
.gauge_master_table span.serial_code {
    white-space: pre-wrap;
}

.gauge_master_table tr th.edit {
    width: 70px;
}

.container .innerBlock .editList .gauge-btn-area {
    display: block;
}

table th.pass,
table th.stop {
    width: 10%;
}

/* -- 注文残一覧（異常信号） -- */
#abnormal_signal .kogo,
#abnormal_signal .gkubun,
#abnormal_signal .ijou_sta,
#abnormal_signal .cnoki {
    min-width: 100px;
}

#abnormal_signal .ijou {
    min-width: 80px;
    white-space: nowrap;
}

#abnormal_signal .siirec {
    min-width: 70px;
}

#abnormal_signal .zansu {
    min-width: 60px;
    white-space: nowrap;
}

#abnormal_signal .koiban,
#abnormal_signal .kotei {
    min-width: 45px;
}

/* ここまで山本追加 */

/* =============================================

	table

============================================= */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0;
    margin-bottom: 0.5em;
}

table thead {
    border-width: 1px 0 0 1px;
    border-color: #ccc;
    border-style: solid;
}

table thead th {
    border-width: 0 1px 1px 0;
    border-color: #ccc;
    border-style: solid;
    background: #003554;
    color: #eff5fa;
    text-align: center;
    vertical-align: middle;
}

table thead th i {
    padding-left: 0.5em;
}

table thead th a {
    color: #fff;
    text-decoration: underline;
}

table thead th a i {
    text-decoration: underline;
}

table thead th .small {
    font-size: 0.75em;
}

table tbody {
    border-width: 0 1px 1px 1px;
    border-color: #ccc;
    border-style: solid;
}

table tbody.blue tr {
    background: #e0eef7;
}

table tbody td.yellow {
    background: #f7f5e0;
}

table tbody th,
table tbody td {
    border-width: 0 1px 0 0;
    border-color: #ccc;
    border-style: solid;
}

table tr:nth-child(odd) {
    background: #eff5fa;
}

table tr:nth-child(even) {
    background: #fff;
}

table .blue_back {
    background: #eff5fa;
}

table .white_back {
    background: #fff;
}

table.lines tr table tbody td.spils_alert {
    background: #fddcde;
}

table tbody tr td.spils_alert {
    background: #fddcde;
    color: red;
}

table tbody td.spils_alert .spils_alert_link {
    color: red;
}

table.lines tr table tbody td.spils_caution {
    background: #fff7a9;
}

table tbody tr td.spils_caution {
    background: #fff7a9;
    color: #938924;
}

table tbody td.spils_caution .spils_caution_link {
    color: #938924;
}

.searchMenu button,
table button,
table .btn {
    font-size: 100%;
    padding: 0.5em;
}

.searchMenu button,
table button,
table .edit .btn {
    width: 135px;
}

table .asc,
table .desc {
    width: auto;
}

.cancel.btn,
table .normal-btn.edit.btn {
    width: auto;
    min-width: auto;
}

.searchMenu button.reset {
    background: #ddd;
}

.normal-btn:hover,
.pagingMenu .pagination ul li.prev button:hover,
.pagingMenu .pagination ul li.next button:hover {
    background: #e0e0e0;
    color: #333;
}

.mce-panel table button:hover {
    background: inherit;
    color: inherit;
    border: 0;
}

.pagingMenu .pagination ul li.disabled button {
    color: #aaa;
    pointer-events: none;
    cursor: default;
}

.pagingMenu .pagination ul li.disabled button:before,
.pagingMenu .pagination ul li.disabled button:after {
    color: #aaa;
}

.pagingMenu .pagination ul li.prev.disabled button:hover,
.pagingMenu .pagination ul li.next.disabled button:hover {
    background: #f7f7f7;
    color: #aaa;
    border: 1px solid #bbb;
}

table th,
table td {
    padding: 0.5em;
}

.spils_table .btnCl {
    text-align: center;
    width: 6%;
}

table td a {
    text-decoration: underline;
}

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

thead {
    position: sticky;
    top: 48px;
}

.spils_table select {
    width: 100%;
    font-size: 90%;
}

/* .spils_table .btnCl {
	width: 4%;
	text-align: center;
} */

.spils_table td {
    word-break: break-all;
    word-wrap: break-word;
}

/* 不良数入力 */
.spils_table tr th.control_btn {
    width: 2.5%;
}

.spils_table tr th.facility,
.spils_table tr th.status,
.spils_table tr th.number_defects,
.spils_table tr th.quantity_change,
.spils_table tr th.number_abandoned,
.spils_table tr th.responsibility_item,
.spils_table tr th.before_process,
.spils_table tr th.tanto {
    width: 4%;
}

.spils_table tr th.worker,
.spils_table tr th.reason_failure,
.spils_table tr th.number {
    width: 7%;
}

.spils_table tr th.hinban,
.spils_table tr th.order_num,
.spils_table tr th.stock_hinban,
.spils_table tr th.supplies_hinban {
    width: 285px;
}

.spils_table tr th.stock_hinban {
    width: 220px;
}

.spils_table tr th.kanri_no {
    width: 115px;
}

.spils_table tr th.limit,
.spils_table tr th.return_limit {
    width: 190px;
}

.spils_table tr th.order_num,
.spils_table tr th.orders_received {
    width: 110px;
}

.spils_table tr th.order_rem,
.spils_table tr th.order_val {
    width: 95px;
}

.spils_table tr th.order_day,
.spils_table tr th.supply_day {
    width: 85px;
}

.spils_table tr th.supplies_shkamo,
.spils_table tr th.supplies_gensan {
    width: 55px;
}

.spils_table tr th.before_process {
    width: 5%;
}

.spils_table tr th.supplier_code {
    width: 20%;
}

.spils_table tr th.month_within,
.spils_table tr th.month_after,
.spils_table tr th.total {
    width: 80px;
}

.spils_table tr th.modal_process_before {
    width: 20%;
    background: #003554;
    border-bottom: 0.5px solid #ccc;
}

.defects_inner_table tr th.reason_failure {
    width: 25%;
}

.spils_table tr td.limit,
.spils_table tr td.order_day,
.spils_table tr td.return_limit,
.spils_table tr td.supply_day,
.spils_table tr td.purchase_day {
    text-align: center;
}

.spils_table tr td.order_val,
.spils_table tr td.order_rem,
.spils_table tr td.stock_yuko,
.spils_table tr td.stock_smc,
.spils_table tr td.stock_order_rem,
.spils_table tr td.stock_shoyo,
.spils_table tr td.stock_nonyu,
.spils_table tr td.stock_supplier,
.spils_table tr td.stock_shoyo_thisYear,
.spils_table tr td.stock_shoyo_next_year,
.spils_table tr td.stock_shoyo_following_year,
.spils_table tr td.stock_shoyo_total,
.spils_table tr td.stock_shoyo_delay,
.spils_table tr td.stock_shoyo_this_month,
.spils_table tr td.stock_shoyo_next_month,
.spils_table tr td.stock_shoyo_two_next_month,
.spils_table tr td.stock_shoyo_following_month,
.spils_table tr td.stock_shoyo_this_year_total,
.spils_table tr td.stock_shoyo_next_year_total,
.spils_table tr td.stock_nonyu_two_prev_year,
.spils_table tr td.stock_nonyu_prev_year,
.spils_table tr td.stock_nonyu_this_year,
.spils_table tr td.purchase_year,
.spils_table tr td.month_within,
.spils_table tr td.month_after,
.spils_table tr td.total {
    text-align: right;
}

.spils_table tr th.stock_yuko {
    width: 124px;
}

.spils_table tr th.stock_smc,
.spils_table tr th.purchase_year {
    width: 60px;
}

.spils_table tr th.stock_supplier {
    width: 90px;
}

.spils_table tr th.purchase_day {
    width: 84px;
}

.spils_table tr th.order_plan {
    width: 240px;
}

.spils_table tr td.underline {
    border-bottom: 1px solid #ccc;
}

.hidden_row {
    display: none;
}

body .container .spils_table tr td.tab_before_process {
    display: none;
}

.display_block {
    display: block;
}

#qc .padding_bottom_5 {
    padding-bottom: 0.5rem;
}

#qc .margin_right_5 {
    margin-right: 5px;
}

#qc .emphasis {
    border-top: 3px solid;
    margin: 50px 0;
}

#qc .yellow {
    background-color: #ffa500;
}

#qc .controls {
    display: flex;
}
#qc .control-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-right: 10px;
}
#qc .justify_normal {
    justify-content: normal;
}
#qc .column {
    flex-direction: column;
}
#qc .outerWrap .searchMenu .flex_start {
    display: flex;
    justify-content: flex-start;
}
#qc .wid60 {
    width: 60%;
}
#qc .wid240 {
    width: 240px;
}
#qc .wid190 {
    width: 190px;
}

#qc .wid_100 {
    width: 100%;
}

#qc .searchMenu .unset {
    justify-content: unset;
}

#qc .searchMenu .search_colum_box {
    margin: 1rem;
    align-items: normal;
}

#qc
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .controls
    label {
    width: 200px;
    vertical-align: top;
    margin-top: 0.3rem;
}

#qc .mt-03 {
    margin-top: 0.3rem;
}

#qc
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .controls
    label.select_file,
#qc .qc_file_display label.select_file {
    width: 145px;
    min-width: 145px;
    vertical-align: middle;
    margin-top: 0;
}

#qc
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .controls
    label.checkbox-label {
    width: auto;
}

#qc .searchMenu .search_colum_box .item-xlarge > .control-label {
    margin-top: 0.3rem;
}

#qc .searchMenu .control-group,
#qc .searchMenu .import-control-group {
    padding: 0;
}

#noPadding {
    padding-bottom: 0;
}

.scroll_area {
    display: block;
    height: 450px;
    overflow: auto;
}

.scroll_area thead th,
.scroll_area thead {
    position: sticky;
    top: 0;
    left: 0;
}

.scroll_area thead th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0 1px 1px 0;
    border-color: #ccc;
    border-style: solid;
}

#qc .searchMenu .control-group .controls input,
#qc .searchMenu .control-group .controls select,
#qc .searchMenu .control-group .controls textarea {
    width: auto;
}

#qc .item-small {
    /* width: 10.245%; */
    width: 200px;
}

#qc .item-xlarge {
    width: 95%;
}

#qc .hinban_colum_box .item-xlarge {
    width: 80%;
}

#qc
    #qc_detail_form
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .controls
    .wid-auto,
#qc .item-auto {
    width: auto;
}

#qc .item_value {
    width: auto;
}

#qc .left_side {
    width: 220px;
}

#qc .wid260 {
    width: 260px;
}

#qc .left_side label {
    width: auto;
}

#qc .right_side {
    /* display: inline-block;
	text-align: right; */
    margin-left: auto;
}

#qc select {
    width: 200px;
}

#qc select#sinsic {
    width: 100%;
}

#qc .fa-solid.fa-pen-to-square:before {
    font-family: "FontAwesome";
    content: "\f044";
    margin: 0 0.3em 0 0;
    color: #333;
}

#qc .select_file {
    width: auto;
    padding: 0.5em 1.3em 0.5em 1em;
    text-align: center;
}

#qc .select_file > input {
    display: none;
}

#qc .select_file {
    color: #0072c1;
    outline: none;
    border-color: #0072c1;
}

#qc .select_file:hover {
    color: #fff;
}

/* #qc .hinban_title:before {
	font-family: 'FontAwesome';
	content: "\f044";
	margin: 0 .3em 0 0;
	color: #333;
} */

#qc .border {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 1rem;
}

#qc .border hr {
    margin: 1rem 0 0 0;
}

#qc .hinban_border_top,
#qc .hinban_border_bottom {
    border-color: #ccc;
    border-style: solid;
}

#qc .hinban_border_top {
    border-width: 1px;
}

#qc .hinban_border_bottom {
    border-width: 0 1px 1px 1px;
}

#qc .padding {
    padding: 1rem;
}

#qc .padding_top {
    padding-top: 1rem;
}

#qc .padding_right {
    padding-right: 1rem;
}

#qc .padding_bottom {
    padding-bottom: 1rem;
}

#qc .display_flex {
    display: flex;
}

#qc .display_inline_block {
    display: inline-block;
}

#qc .display_none {
    display: none;
}

.submitBtn li.display_none {
    display: none;
}

#qc .hinban_table {
    width: auto;
}

#qc .hinban_table tbody {
    border-width: 1px;
}

#qc .hinban_table td {
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

#qc .kaihatsuc_table,
#qc .hanteic_table {
    width: auto;
}

#qc .kaihatsuc_table tbody,
#qc .hanteic_table tbody {
    border-width: 1px;
}

#qc .kaihatsuc_table td,
#qc .hanteic_table td {
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

#qc_detail_form .margin4 {
    margin-bottom: 0.4rem;
}

#qc_detail_form .flex_start {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1270px) {
    body .qc_detail_form .searchMenu .hinban_colum_box,
    #qc #qc_detail_form .innerBlock .qc_search_colum_box {
        display: block;
    }

    #qc .searchMenu .search_colum_box .search_colum_item,
    #qc .hinban_colum_box .item-xlarge {
        width: auto;
    }
    #qc .hinban_colum_box .margin_bottpm_10,
    #qc .margin_bottom_10_1270 {
        margin-bottom: 10px;
    }

    #qc .margin_bottom_04_1270 {
        margin-bottom: 0.4rem;
    }

    #qc .searchMenu .search_colum_box {
        justify-content: unset;
    }
    #qc .searchMenu .search_colum_box .wid_70_1270 {
        width: 70%;
    }
}

#qc #qc_detail_form .qc_control_label {
    width: 200px;
}

#qc .qc_file_button {
    display: inline-block;
}

#qc .qc_file_display {
    width: 60%;
    display: inline-block;
}

#qc .qc_file_button {
    text-align: right;
    vertical-align: top;
}

/* #qc .qc_file_upload,
.qc_upload_file_colum {
	margin: 1rem 0;
} */

#qc .qc_file_upload,
#qc .qc_file_display {
    display: flex;
    align-items: center;
}

#qc .qc_develop_file_text {
    padding-left: 10px;
    width: 70%;
    display: block;
}

#qc .qc_develop_file_text.multiple_hinban {
    padding-left: 10px;
    width: 51%;
    display: block;
}

#qc .qc_improve_file_text {
    display: inline-block;
}

#qc .upload_file_error {
    display: block;
    text-align: right;
}

#qc #hinban_droparea {
    width: 50%;
    height: 200px;
    overflow-y: auto;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 1rem;
}

/* #qc #hinban_droparea.droparea_placeholder {
	text-align: center;
	vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
} */

#qc #hinban_droparea span {
    color: #333;
    border-bottom: dashed 1.5px;
}

#qc .hinban_import {
    margin-top: auto;
    margin-bottom: auto;
}

#qc .hinban_import button {
    /* display: block;	 */
    height: 36.25px;
}

#qc .error {
    color: #ff0000;
    margin-top: 1rem;
    font-size: 14.5px;
}

#qc .hinban-error {
    color: #ff0000;
    padding: 1rem 0 0;
}

#qc .btn-primary {
    background: #e0eef7;
    border-color: #0072c1;
    color: #0072c1;
}

#qc .btn-primary:hover {
    background: #0072c1;
    color: #fff;
}

#qc .btn-success {
    background: #d4edda;
    border-color: #155724;
    color: #155724;
}

#qc .btn-success:hover {
    background: #155724;
    color: #fff;
}

#qc .btn-warning {
    background: #fff3cd;
    /* border-color: #ea7700b3;
	color: #ea7700b3; */
    border-color: #856404;
    color: #856404;
}

#qc .btn-warning:hover {
    background: #856404;
    color: #fff;
}

#qc .btn-danger {
    background: #f9f0ef;
    border-color: #991f23;
    color: #991f23;
}

#qc .btn-danger:hover {
    background: #991f23;
    color: #f9f0ef;
}

#qc .btn-secondary {
    background: #f7f7f7;
    border-color: #ccc;
    color: #333;
}

#qc .btn-secondary:hover {
    background: #e0e0e0;
}

#qc .btn-refer {
    background: #fbe2d5;
    border-color: #be5014;
    color: #be5014;
}

#qc .btn-refer:hover {
    background: #be5014;
    color: #fff;
}

#qc dl#searchWrap .search_title.disabled {
    background: #e0e0e0;
    color: #333;
}

dl#searchWrap .search_title.disabled:before {
    font-family: "FontAwesome";
    content: "\f146";
    font-size: 110%;
    margin: 0 0.3em 0 0;
    color: #333;
}

#qc p.error {
    margin-top: 0.5rem;
}

#qc .padding_10 {
    padding: 0 0 10px 10px;
}

#qc .inline-block {
    display: inline-block;
}

#qc .input_box_one {
    width: 200px;
}

.file_main_list a,
#qc a {
    text-decoration: underline;
}

#qc .innerBlock .search_colum_box .apply_code_link:hover {
    cursor: pointer;
}

#qc a.export_csv {
    text-decoration: none;
}

table.defects_table tr {
    border-bottom: 1px dotted #ccc;
}

table.defects_table tr.process_before {
    border-bottom: 0.5px solid #ccc;
    border-right: 1px solid #ccc;
}

table.defects_table tr,
.defects_inner_table tr td {
    background: #fff;
}

table.defects_table tbody:hover tr {
    background: #0073eab3;
    color: #fff;
}

table.defects_table tbody:hover tr td.hover_yellow {
    background: #ea7700b3;
    color: #fff;
}

table.defects_table tbody:hover tr .order_num > a,
table.defects_table tbody:hover tr .before_process > a,
table.defects_table tbody:hover tr a {
    color: #ffffff;
}

table.defects_table tbody:hover tr .order_num > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

td.details-control {
    text-align: center;
    font-size: 130%;
}

td.details-control:hover {
    cursor: pointer;
}

tr td.tr_click.opend.details-control:before {
    font-family: "FontAwesome";
    content: "\f146";
    font-weight: 900;
    padding-left: 0px;
    color: #0072c1;
    /*アイコンの色*/
}

td.details-control:before {
    font-family: "FontAwesome";
    content: "\f0fe";
    font-weight: 900;
    padding: 0px;
    color: #0072c1;
    /*アイコンの色*/
}

#allBtn {
    margin: 20px 0px 20px 0px;
}

.btn-flat-border {
    display: inline-block;
    padding: 0.75em 1.5em;
    text-decoration: none;
    color: #0072c1;
    border: solid 1px #0072c1;
    border-radius: 2px;
    transition: 0.4s;
    font-size: 100%;
    background: #e0eef7;
}

.btn-flat-border:hover {
    background: #0072c1;
    color: #fff;
}

/*
.defects_inner_table{
	width: 96%;
	margin-left: 3%;
}
*/
.defects_table tr td[colspan] {
    /* 	background: #eff5fa; */
    background: #eee;
    padding: 1em;
}

.defects_inner_table {
    margin: 0;
}

.defects_inner_table tr th {
    border-width: 0 1px 1px 0;
    border-color: #ccc;
    border-style: solid;
    background: #777;
    /* 	background: #3c647b; */
    /* 	color: #eff5fa; */
    color: #fff;
    line-height: 1.3;
    padding: 0.25em;
}

/*
.defects_inner_table tr td{
	padding: 0.5em 0;
}
*/

/* ツールチップ */
.tooltip_wrap {
    position: relative;
    cursor: pointer;
}

.tooltip_wrap .tooltip {
    opacity: 0;
    /* はじめは隠しておく */
    visibility: hidden;
    /* はじめは隠しておく */
    position: absolute;
    /* 絶対配置 */
    left: 50%;
    /* 親に対して中央配置 */
    transform: translateX(-50%);
    /* 親に対して中央配置 */
    top: -70px;
    /* 親要素下からの位置 */
    display: inline-block;
    padding: 0.5em;
    /* 余白 */
    /* 	white-space: nowrap; */
    /* テキストを折り返さない */
    font-size: 1rem;
    /* フォントサイズ */
    line-height: 1.4;
    /* 行間 */
    background-color: rgb(0, 114, 193, 0.95);
    /* 背景色 */
    color: #fff;
    /* 文字色 */
    border-radius: 3px;
    /* 角丸 */
    width: 80%;
}

.tooltip_wrap .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid rgb(0, 114, 193, 0.8);
}

.tooltip_wrap:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip_wrap .tooltip_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 20px 15px;
    flex-wrap: nowrap;
}

.tooltip_wrap .tooltip_inner p {
    text-align: left;
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

.tooltip-inner {
    text-align: left;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 不良数入力詳細 */
.radio_field {
    margin: 0 0 1%;
}

.radio_field input {
    margin-right: 0.25em;
}

.radio_field label {
    padding: 0.5em;
    border-radius: 2px;
}

.radio_field label.checked {
    background: #e0eef7;
}

#input_plural {
    /*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
*/
    margin: 0 0 1%;
}

#input_plural:last-child {
    margin: 0;
}

#input_plural .input_box {
    width: 90%;
    padding: 1%;
    margin-bottom: 1%;
    background: #f2f5f8;
}

#input_plural input.form-control {
    display: inline-block;
    padding: 0.5em 0.3em;
    /*     font-size: 14px; */
    /*     color: #555; */
}

#input_plural input.form-control.inferiority_code {
    width: 10%;
}

.flex_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: normal;
    width: 100%;
}

.flex_box .input_inner {
    width: 80%;
}

#admin .flex_box #input_pluralBox select,
#admin .flex_box #input_pluralBox input,
#admin .flex_box #input_pluralBox textarea {
    width: 96%;
}

#admin .flex_box #input_pluralBox .clm_box select {
    width: 30%;
}

#admin .flex_box #input_pluralBox .clm_box input {
    width: 65.5%;
}

#admin .control-group #input_plural input.pluralBtn {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    margin: 0 0.5% 0 0;
}

#admin .control-group #input_plural label.item_name {
    display: block;
    margin: 1% 0 0;
}

#admin .control-group #input_plural label.item_name:first-child {
    margin: 0;
}

/* 表組み入力の場合↓↓ */
#input_field #input_plural .reason_search {
    width: 100%;
    padding: 1% 0;
}

#input_field #input_plural .reason_search a {
    padding: 1em 1.5em;
    background: #0072c1;
    color: #fff;
    display: inline-block;
}

#input_field #input_plural .reason_search a:hover {
    background: #1e8dd9;
}

#input_field.tab_box .panel_area {
    border: 0;
    padding: 0;
}

#input_field #input_plural .input_box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}

#input_field .input_wrap {
    width: 19.5%;
}

#input_field .input_wrap.input_freetext {
    width: 100%;
    margin-top: 0.5%;
}

#input_field .input_wrap label {
    display: block;
    text-align: center;
    padding: 0.5em 0;
    background: #003554;
    color: #fff;
    width: 100%;
}

#input_field #input_plural input.pluralBtn {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    margin: 0 0.2% 0 0;
}

#input_field select {
    padding: 1.65em 0.3em;
}

#input_field textarea {
    min-height: 5em;
}

#input_field #input_plural input.form-control {
    padding: 1.65em 0.3em;
    text-align: center;
}

/* カルーセル */
#input_field #input_plural .recommend-code {
    width: 95%;
    background: #dbe2e3;
    margin: 1% 0 0;
    padding: 1%;
    box-sizing: border-box;
}

#input_field #input_plural .recommend-code h4 {
    font-size: 100%;
    font-weight: bold;
    padding: 0;
    background: none;
}

#input_field #input_plural .recommend-code .slick-dotted.slick-slider {
    width: 96%;
    margin: 0 auto 2em;
}

#input_field #input_plural .recommend-code .slick-prev,
#input_field #input_plural .recommend-code .slick-next {
    width: 30px;
    height: 30px;
    box-shadow: none;
}

#input_field #input_plural .recommend-code .slick-prev:before,
#input_field #input_plural .recommend-code .slick-next:before {
    color: #0072c1;
    font-size: 30px;
}

#input_field #input_plural .recommend-code .slick-prev {
    left: -2.5%;
}

#input_field #input_plural .recommend-code .slick-next {
    right: -2.5%;
}

#input_field #input_plural .recommend-code .slick-slide {
    text-align: center;
    margin-right: 0.5em;
}

#input_field #input_plural .recommend-code .slick-slide .tag-item {
    padding: 0.5em;
    background: #fff;
    display: block;
    border: 1px solid;
    border-radius: 2px;
    color: #0072c1;
}

#input_field #input_plural .recommend-code .slick-slide .tag-item:hover {
    color: #fff;
    background: #0072c1;
    border: 1px solid #0072c1;
}

#input_field #input_plural .recommend-code .slick-dots {
    bottom: -35px;
}

#input_field #input_plural .recommend-code .slick-dots li button {
    background: none;
    box-shadow: none;
}

#input_field #input_plural .recommend-code .slick-dots li button:before {
    color: #0072c1;
}

/* 表組み入力パターン2の場合↓↓ */
#input_field.one_line .input_wrap {
    width: 10%;
    display: flex;
    flex-flow: row wrap;
}

#input_field.one_line .input_wrap.number_defects,
#input_field.one_line .input_wrap.number_abandoned,
#input_field.one_line .input_wrap.quantity_change {
    width: 10%;
}

#input_field.one_line .input_wrap.freetxt {
    width: 32%;
}

/*注文残照会の返信納期入力モーダル*/
.deadline_top,
.deadline_main {
    display: block;
    margin: 1rem 2rem 0.5rem 2rem;
}

.deadline_top div,
.deadline_main div {
    display: flex;
}

.deadline_main div.deadline_main_kaito,
.deadline_main div.deadline_main_riyuc,
.deadline_main div.deadline_main_riyu_comment {
    margin: 1rem 0;
}

.deadline_top div label,
.deadline_main div label {
    display: flex;
    align-items: center;
}

.deadline_top + hr,
.deadline_error_messages + hr {
    margin: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #003554;
}

.deadline_top .label-size,
.deadline_main .label-size {
    width: 180px;
    min-width: 180px;
}

.deadline_top .item-size,
.deadline_main .item-size,
.deadline_main .item-size {
    width: 180px;
    min-width: 180px;
}

.deadline_top .item-large-size,
.deadline_main .item-large-size {
    width: 300px;
    min-width: 300px;
}

.deadline_detail_table .spils_table-size {
    width: 60px;
    min-width: 60px;
}

.deadline_detail_table .spils_table-large-size {
    width: 120px;
    min-width: 120px;
}

.deadline_top {
    font-size: 19px;
    font-weight: bold;
}

.deadline_main input,
.deadline_main select {
    font-size: 14.5px !important;
    height: 37.5px;
}

.deadline_detail_table {
    margin: 1.5rem 2rem 1rem 2rem;
}

.deadline_detail_table table {
    margin: 0;
}

.deadline_detail_table p {
    margin-bottom: 1rem;
    font-size: 100%;
}

.deadline_detail_table thead td {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    background-color: #003554;
    color: #ffffff;
    font-size: 100%;
}

.deadline_detail_table .align-right {
    text-align: right;
}

.deadline_detail_table .align-center {
    text-align: center;
}

.deadline_detail_table tbody td {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    font-size: 13.3px;
    background-color: #ffffff;
}

.deadline_error_messages .error {
    color: #ff0000;
    margin: 0.5rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.deadline_success_message .success {
    color: #000000;
    margin: 2rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.deadline_buttons .btn-primary.disabled {
    display: none;
}

/* 返信納期取込ログ */
.deadline_import_log_table .width_60px {
    width: 60px;
}

.deadline_import_log_table .width_70px {
    width: 70px;
}

.deadline_import_log_table .width_80px {
    width: 80px;
}

.deadline_import_log_table .width_90px {
    width: 90px;
}

.deadline_import_log_table .width_110px {
    width: 110px;
}

.deadline_import_log_table .width_130px {
    width: 130px;
}

.deadline_import_log_table .text_center {
    text-align: center;
}

/* 返信納期取込ログの取込結果詳細モーダル*/
.deadline_import_log_main {
    display: block;
    margin: 0 2rem 0.5rem 2rem;
}

.deadline_import_log_main div {
    display: flex;
}

.deadline_import_log_main div label {
    display: flex;
    align-items: center;
}

.deadline_import_log_main .label-size {
    width: 180px;
    min-width: 180px;
}

.deadline_import_log_main .item-size {
    width: 180px;
    min-width: 180px;
}

.deadline_import_log_main .item-large-size {
    width: 300px;
    min-width: 300px;
}

.deadline_import_log_detail .table-size {
    width: 60px;
    min-width: 60px;
}

.deadline_import_log_detail .table-large-size {
    width: 120px;
    min-width: 120px;
}

.deadline_import_log_main input,
.deadline_import_log_main select {
    font-size: 14.5px !important;
    height: 37.5px;
}

.deadline_import_log_detail {
    margin: 1rem 2rem 1rem 2rem;
}

.deadline_import_log_detail table {
    margin: 0;
}

.deadline_import_log_main p,
.deadline_import_log_detail p {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.deadline_import_log_main p.mt_1rem {
    margin-top: 1rem;
}

.deadline_import_log_detail .align-right {
    text-align: right;
}

.deadline_import_log_detail .align-center {
    text-align: center;
}

.deadline_import_log_detail tbody td {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    font-size: 13.3px;
    background-color: #ffffff;
}

table.deadline_import_log_table tbody tr td.spils_alert {
    color: #333;
    background: #fddcde;
}

table.defects_table.deadline_import_log_table tbody:hover tr td.spils_alert a {
    color: #0072c1;
}

table.deadline_import_log_table tbody tr td.spils_alert.import_result:hover a {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.deadline_import_log_main table tbody th,
.deadline_import_log_main table tbody td {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
}

.deadline_import_log_main table tbody th.bg_deep_blue,
.deadline_import_log_main table tbody td.bg_deep_blue {
    background-color: #003554;
    color: #eff5fa;
    width: 120px;
}

/*品質／変更申請書の資料モーダル*/

.file_top,
.file_main_list {
    display: block;
    margin: 1rem 2rem 0.5rem 2rem;
}

.file_top div,
.file_main_list div {
    display: flex;
}
.space_between div {
    justify-content: space-between;
}

.file_top div label,
.file_main_list div label,
.file_main_list div a {
    display: flex;
    align-items: center;
}

.file_top + hr,
.file_error_messages + hr {
    margin: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #003554;
}

.file_top .label-size {
    width: 180px;
    min-width: 180px;
}

.file_main_list .label-size {
    width: 80px;
    min-width: 80px;
}

.file_top .item-size {
    width: 180px;
    min-width: 180px;
}

.file_main_list .item-size {
    width: 293px;
    min-width: 293px;
}

.file_top .item-large-size,
.file_main_list .item-large-size {
    width: 300px;
    min-width: 300px;
}

.file_top .item-xlarge-size,
.file_main_list .item-xlarge-size {
    width: 430px;
    min-width: 430px;
    display: flex;
    align-items: center;
}

.file_main_list .item-xlarge-size a {
    cursor: pointer;
}

.file_top {
    font-size: 19px;
    font-weight: bold;
}

.file_main_list input,
.file_main_list select {
    font-size: 14.5px !important;
    height: 37.5px;
}

.file_error_messages .error {
    color: #ff0000;
    margin: 0.5rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.file_error_messages .upperlimit_error {
    margin: 0.5rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.file_success_messages .success {
    color: #000000;
    margin: 2rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.file_buttons .btn-primary.disabled {
    display: none;
}

#file_main_add input:disabled {
    color: #000000;
}

.file_main_list {
    max-height: 400px;
    overflow-y: auto;
}

/*品質／変更申請書のコメントモーダル*/

.comment_top,
.comment_main_list {
    display: block;
    margin: 1rem 2rem 0.5rem 2rem;
}

.comment_top div,
.comment_main_list div {
    display: flex;
}

.comment_top div label,
.comment_main_list div label,
.comment_main_list div a {
    display: flex;
    align-items: center;
}

.comment_top + hr,
.comment_error_messages + hr {
    margin: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #003554;
}

.comment_top .label-size {
    width: 180px;
    min-width: 180px;
}

.comment_main_list .label-size {
    width: 80px;
    min-width: 80px;
}

.comment_top .item-size {
    width: 180px;
    min-width: 180px;
}

.comment_main_list .item-size {
    width: 320px;
    min-width: 320px;
}

.comment_top .item-large-size,
.comment_main_list .item-large-size {
    width: 300px;
    min-width: 300px;
}

.comment_top .item-xlarge-size,
.comment_main_list .item-xlarge-size {
    width: 458px;
    min-width: 458px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.comment_top {
    font-size: 19px;
    font-weight: bold;
}

.comment_main_list input,
.comment_main_list select {
    font-size: 14.5px !important;
    height: 37.5px;
}

.comment_error_messages .error {
    color: #ff0000;
    margin: 0.5rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.comment_success_messages .success {
    color: #000000;
    margin: 2rem 0 0.5rem 3rem;
    font-size: 14.5px;
}

.comment_buttons .btn-primary.disabled {
    display: none;
}

#comment_main_add input:disabled {
    color: #000000;
}

.comment_margin_right {
    margin-right: 1rem;
}

.comment_margin_top {
    margin-top: 0.75rem;
}

.comment_margin_left {
    margin-left: 1rem;
}

.comment_main_list hr {
    margin: 0.1rem 0 1.7rem 0;
}

#comment_main_add {
    margin: 1rem 2rem 0.5rem 2rem;
}

#comment_main_add textarea {
    height: 100px;
}

.comment_main_list {
    max-height: 400px;
    overflow-y: auto;
}

.comment_created_at_style {
    flex: 1;
}

.comment_created_at {
    margin: 0 0 0 auto;
}

/* 品質／変更申請書一覧 */
.qc_list tr th.hakkobi {
    width: 120px;
}

.qc_list tr th.status {
    width: 240px;
}

.qc_list tr th.app_no {
    width: 125px;
}

.qc_list tr th.siirec {
    width: 210px;
}

.qc_list tr th.hanteic {
    width: 4.5rem;
}

.qc_list tr th.busho_large {
    width: 2.5rem;
}

.qc_list tr th.mtanto,
#qc
    #qc_detail_form
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .wid100px {
    width: 100px;
}

#qc
    #qc_detail_form
    .searchMenu
    .search_colum_box
    .search_colum_item
    .control-group
    .wid300px {
    width: 300px;
}

.qc_list tr th.kenmei {
}

.qc_list tr th.kaito_limit {
    width: 98px;
}

.qc_list tr th.file {
    width: 52px;
}

.qc_list tr th.comment {
    width: 145px;
}

.qc_list tr th.hinban {
}

.qc_list tr th.hanteikekka {
}

.qc_list tr th.print {
    width: 52px;
}

.qc_list tr td.hakkobi {
    text-align: center;
}

.qc_list tr td.status {
}

.qc_list tr td.app_no {
    text-align: center;
}

.qc_list tbody:hover tr td a {
    color: #fff;
}

.qc_list tr td.siirec {
}

.qc_list tr td.hantei {
}

.qc_list tr td.mtanto {
}

.qc_list tr td.kenmei {
}

.qc_list tr td.kaito_limit {
    text-align: center;
}

.qc_list tr td.file {
    text-align: center;
}

.qc_list tr td.comment {
    text-align: center;
}

.qc_list tr td.ukebi {
    text-align: center;
}

.qc_list tr td.hinban {
}

.qc_list tr td.hanteikekka {
    text-align: center;
}

.qc_list tr td.print {
    text-align: center;
}

.qc_list tr td.last_comment {
    text-align: center;
}

.qc_list tr td button {
    font-size: 11px;
}

#qc .qc_input_text {
    width: 190px;
    height: 36px;
}

.qc_file_name {
    overflow-wrap: anywhere;
}

.file_main_list .file_display {
    align-items: center;
}

#qc_detail_form .innerBlock .qc_search_colum_box {
    margin: 0.4rem 1rem;
}

#qc_detail_form .innerBlock .qc_search_colum_box .input-xlarge {
    padding: 0.3em 0.3em;
}

#qc_detail_form span.padding5 {
    margin-top: 0.5em;
    display: inline-block;
}

#qc_detail_form a.padding5 {
    margin-top: 0.5em;
    display: block;
}

#qc
    #qc_detail_form
    .search_colum_box
    .search_colum_item
    .control-group
    .padding5 {
    margin-top: 0.5em;
}

#qc_detail_form .padding3 {
    margin-top: 0.3em;
    display: inline-block;
}

#qc_detail_form .margin1 {
    margin-top: 0.1em;
}

#qc_detail_form .innerBlock .qc_search_colum_box span.input-xlarge {
    margin-top: 0.5em;
    padding: 0;
}

#qc_detail_form .innerBlock .hinban_group {
    margin-bottom: 1rem;
}

#qc #qc_detail_form .searchMenu .qc_radio_label {
    width: 10%;
}

#qc_detail_form .wid40 {
    width: 40%;
}

#qc_detail_form .wid40 {
    width: 40%;
}

#qc_detail_form .file_name {
    overflow-wrap: break-word;
}

/* .qc_detail_form .searchMenu input[type="radio"] {
	display: none;
} */

/* .qc_detail_form .searchMenu .qc_radio_text {
	position: relative;
	display: flex;
	align-items: center;
} */

/* .qc_detail_form .searchMenu .qc_radio_text::before {
	content: '';
	display: block;
	border-radius: 50%;
	border: 1px solid black;
	width: 18px;
	height: 18px;
	margin: 0 5px 3px 0;
} */

/* .qc_detail_form .searchMenu input[type="radio"]:checked+.qc_radio_text::after {
	content: '';
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: black;
	position: absolute;
	margin: 0 5px 3px 4px;
} */

.qc_detail_form .item-xlarge > input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* デザイン */
    cursor: pointer;
    padding-left: 0px;
    vertical-align: middle;
    position: relative;
}

.qc_detail_form .item-xlarge > input[type="checkbox"]::before,
.qc_detail_form .item-xlarge > input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

.qc_detail_form .item-xlarge > input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 10%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    width: 20px;
    height: 20px;
    transform: translateY(-30%);
    top: 50%;
    left: 0px;
}

.qc_detail_form .item-xlarge > input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 6px;
    width: 16px;
    transform: rotate(-45deg);
    left: 3px;
}

.qc_detail_form .item-xlarge > input[type="checkbox"]:checked::after {
    opacity: 1;
}

.qc_detail_form #yoteib,
.qc_detail_form #yoteib:focus {
    border: none;
    color: #000;
    outline: none;
}

.qc_detail_form #sinsi_message {
    white-space: pre;
}

/* 不良入力内のモーダル↓↓ */
#defects_body .modaal-inner-wrapper tainer {
    width: 65%;
    max-width: 1200px;
}

.defects_input_modal.inline_modal_wrap .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: wrap;
}

.defects_input_modal.inline_modal_wrap .classification_list {
    width: 70%;
    max-height: 550px;
    overflow-y: scroll;
    padding: 2% 0 2% 2%;
    border: 1px solid #ccc;
    margin-right: 3%;
}

/*前工程詳細モーダル*/
.process_modal {
    width: 100%;
    max-height: 1000px;
}

/* 支給品手配モーダル */
.item-info,
.item-input {
    width: 100%;
}

.item-info dl,
.item-input div {
    display: flex;
}

.item-info dl {
    width: 100%;
}

.item-info > dl {
    width: 50%;
}

.item-info > dl,
.item-info .item-info-flex {
    margin-bottom: 10px;
}

.item-info dl dt {
    margin-right: 40px;
}

.item-info dl dd {
    flex: auto;
}

.item-info .item-info-flex {
    display: flex;
}

.item-input > div {
    margin-bottom: 15px;
}

.item-input > div:first-child {
    width: 50%;
}

.item-input > div:not(:first-child) {
    width: 100%;
}

.item-input label,
.item-input input + span {
    display: flex;
    align-items: center;
}

.item-input label {
    width: 80px;
}

.item-input input {
    width: calc(100% - 100px);
}

.item-input input.input-small {
    width: 80px;
}

.item-input .item-input-flex {
    justify-content: flex-start;
}

.item-input .item-input-flex div:first-child {
    margin-right: 30px;
}

.item-input input + span {
    margin-left: 10px;
}

/* 20220519 下口修正 ここから */
.defects_input_modal.inline_modal_wrap .classification_list ul li {
    position: relative;
}

/* 20220519 下口修正 ここまで */
.defects_input_modal.inline_modal_wrap .classification_list ul li a {
    color: #555;
    padding: 0.75em 1em 0.75em 2em;
    display: block;
}

.defects_input_modal.inline_modal_wrap .classification_list ul li a:hover,
.defects_input_modal.inline_modal_wrap .classification_list ul li.child-open a {
    background: #f2f5f8;
    border-left: 3px solid #0072c1;
    transition: none;
}

.defects_input_modal.inline_modal_wrap .classification_list .processing_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: column;
    position: relative;
}

.defects_input_modal.inline_modal_wrap
    .classification_list
    .processing_list
    li
    ul {
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f5f8;
    width: 45%;
    opacity: 0;
    visibility: hidden;
}

.defects_input_modal.inline_modal_wrap
    .classification_list
    .processing_list
    li
    ul.open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.defects_input_modal.inline_modal_wrap
    .classification_list
    .processing_list
    li
    ul.open
    a {
    background: none;
    border: 0;
}

.defects_input_modal.inline_modal_wrap
    .classification_list
    .processing_list
    li
    ul
    li:hover {
    background: #0072c1;
}

.defects_input_modal.inline_modal_wrap
    .classification_list
    .processing_list
    li
    ul
    li:hover
    a {
    color: #fff;
}

.defects_input_modal.inline_modal_wrap .fav-list {
    width: 25%;
    padding: 2% 1%;
    background: #e0eef7;
    max-height: 550px;
    overflow-y: scroll;
}

.defects_input_modal.inline_modal_wrap .fav-list p {
    color: #0072c1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.defects_input_modal.inline_modal_wrap .fav-list p i {
    padding-right: 0.25em;
}

.defects_input_modal.inline_modal_wrap .fav-list ul li {
    margin-bottom: 0.25em;
}

.defects_input_modal.inline_modal_wrap .fav-list ul li .tag-item {
    padding: 0.75em 1em;
    color: #fff;
    background: #0072c1;
    display: block;
}

.defects_input_modal.inline_modal_wrap .fav-list ul li .tag-item:hover {
    background: #1e8dd9;
}

/* 端末一覧 */
.spils_table-alert tr.spils_alert {
    background: #f9f0ef;
}

.spils_table-alert tr.spils_alert td.spils_alert_status {
    color: #991f23;
}

/* コード */
.spils_table tr th.item_description {
    width: 35%;
}

/* マスタ管理 */
.spils_table tr th.code {
    width: 6%;
}

.spils_table tr th.kind_code {
    width: 10%;
}

/*グラフタイトル*/
.graph_title {
    margin-top: 20px;
    float: left;
    font-size: 24px;
    padding: 0 0 0 10%;
}

.graph_period {
    margin-top: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    left: 30%;
    bottom: 10%;
}

.spils_table tr td.process_detail {
    border-style: solid;
}

/* =============================================

	メインコンテンツ

============================================= */
.innerBlock .block {
    padding: 2%;
}

.editList .control-group dl {
    display: table;
    width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #aaa;
}

.editList .control-group dt,
.editList .control-group dd {
    display: table-cell;
    vertical-align: top;
}

.editList .control-group dt .required {
    font-size: 80%;
    padding-left: 0.3em;
}

.editList .control-group dd .small,
.editList .control-group dd .red {
    padding: 0.5em 0 0;
}

#contentR .innerBlock .completion .arrow {
    display: block;
    padding: 1.5em 0 0.5em;
}

/* 宗和なおしたとこ */
.searchMenu p i {
    font-size: 26px;
    padding: 0.25em 0.25em 0 0;
}

/*========== admin ==========*/
#admin .control-group dt {
    width: 20%;
}

#admin .control-group dd {
    width: 78%;
}

#admin .control-group textarea,
#admin .control-group input[type="text"],
#oid .control-group input[type="text"],
#contract .control-group input[type="text"],
.control-group input[type="file"],
.control-group .input-group {
    width: 78%;
}

#admin .control-group input[type="text"]#proc_userid {
    width: 360px;
}

#admin .search_button {
    background: #f7f7f7;
    border-color: #ccc;
    color: #333;
    width: 60px;
}

#admin .search_button:hover {
    background: #e0e0e0;
    border-color: #ccc;
    color: #333;
    width: 60px;
}

#admin #proc_userid_list {
    display: inline-block;
    margin: 0;
    padding: 0.5em 0.3em;
    width: 300px;
    height: 100px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    overflow-y: auto;
}

#admin li.list-item {
    cursor: pointer;
    list-style-type: none;
}

#admin li.clicked {
    background-color: #e0eef7;
    /* background: #0072c1;
    color: #fff; */
}

.control-group input.bgBox {
    background: #dcdcdc;
}

#admin .control-group input.input-small {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 15%;
}

#admin .control-group input.input-medium {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 33%;
}

#admin .control-group .photo_entry dd img {
    max-width: 75px;
    height: auto;
    margin-bottom: 0.5em;
}

#admin .control-group dl.accordion {
    border: none;
    padding: 0;
    margin: 0;
}

#admin .control-group .accordion dt {
    padding: 0 0 0.5em;
    line-height: 1.4;
    color: #333;
    display: block;
    width: auto;
}

#admin .control-group .accordion dt:hover {
    /* 	background: #ccc; */
    color: #999;
}

#admin .control-group .accordion dt:before {
    font-family: "FontAwesome";
    content: "\f147";
    font-size: 120%;
    margin: 0 0.3em 0 0;
}

#admin .control-group .accordion dt.selected:before {
    content: "\f196";
}

#admin .control-group .accordion dd {
    padding: 0.5em 0 0.5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#admin .control-group dd {
    padding: 0.5em 0;
}

#admin .control-group dd label {
    line-height: 1.9;
}

#admin .control-group dd .servCat {
    font-weight: bold;
    background: #eee;
    padding: 0.5em;
    margin: 0.5em 0;
}

#admin .control-group dd .inList {
    padding: 0.5em 0 0.25em 3em;
}

#admin .control-group dd .inList li {
    line-height: 1.6;
    padding-bottom: 0.25em;
}

#admin .control-group dd .inList li label {
    padding-left: 0.3em;
}

#admin .control-group {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

#admin .control-group.annotation {
    padding-bottom: 0;
    margin-bottom: 0.5;
}

#admin .control-group label {
    display: inline-block;
    width: 15%;
    padding-top: 0;
    vertical-align: top;
}

#admin .control-group label.proc_userid_list {
    width: 120px;
}

#admin .control-group input,
#admin .control-group select,
#admin .control-group textarea {
    display: inline-block;
    width: 78%;
    box-sizing: border-box;
}

#admin .control-group p.annotation {
    display: inline-block;
    width: 78%;
    box-sizing: border-box;
    padding-top: 5px;
}

/*
#admin .control-group input#zip {
	width: 30%;
}
*/
#admin .control-group input#address {
    width: 87%;
}

#admin .control-group select:disabled {
    background-color: #eee;
}

#admin .control_colum_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#admin .control_colum_item {
    width: 49%;
}

#admin .control_colum_box .control_colum_item .control-group label {
    width: 20%;
}

#admin .control_row_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

#admin .control_row_title {
    width: 15%;
}

#admin .control_row_title label {
    width: auto;
}

#qc .mar5,
#admin .control_row_item {
    margin-bottom: 0.5em;
}

#admin .control_row_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: column wrap;
    width: 84%;
    padding-left: 5px;
}

#admin .control-group .success,
#admin .control-group .red,
#admin .control-group .note {
    padding: 5px 0 0 15.4%;
}

#admin .control-group .returndays {
    padding-left: 0.5em;
}

/* ラジオ・チェックボックス */
#admin .control_row_box .input-group .input-group-list {
    line-height: 1.4;
    margin-bottom: 0.3em;
}

#admin .control_row_box .input-group .input-group-list label,
#admin .control_row_box .input-group .input-group-list input {
    width: auto;
    vertical-align: middle;
}

#admin .control_row_box .input-group .input-group-list input {
    margin: 0 5px 0 0;
}

/*========== setting ==========*/
#setting dl dt,
#setting dl dd {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}

#setting dt {
    width: 25%;
    padding-right: 1em;
}

#setting dd.mailList {
    padding-right: 1em;
}

#setting dd.btn {
    width: 8%;
    text-align: right;
}

/*========== List ==========*/
ul.bigLinkList li {
    position: relative;
    border-bottom: 1px dotted #cdcdcd;
}

ul.bigLinkList li:last-child {
    border: 0;
}

ul.bigLinkList li a {
    display: block;
    padding: 1em 2em 1em 1em;
    color: #0072c1;
}

ul.bigLinkList li:nth-child(odd) a,
ul.bigLinkList li:nth-child(odd) dl {
    background: #f8faff;
}

ul.bigLinkList li a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 37%;
}

#pageTop {
    text-align: right;
    padding: 1em 0 0;
}

#pageTop a {
    background: #0072c1;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    padding: 0.3em 2em;
    text-align: center;
}

#pageTop a:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f106";
    font-size: 120%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 0.3em;
    text-rendering: auto;
}

/*========== modal モーダル ==========*/
.modaal-container .modaal-close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.modaal-container .modaal-close:after,
.modaal-container .modaal-close:before {
    background: #135c8f;
    height: 30px;
}

.modaal-wrapper h3 {
    text-align: center;
}

.modaal-content-container .btn_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    /* 	align-items: center; */
    padding: 1em 0;
}

.modaal-content-container .btn_wrap .btn-item {
    width: 49%;
    text-align: center;
}

.modaal-content-container .btn_wrap.btn_three_wrap .btn-item {
    width: 32%;
}

.modaal-content-container .btn_wrap .btn-item .btn,
.modaal-content-container .btn-item-single .btn {
    width: 100%;
    border-radius: 2px;
}

.modaal-content-container .btn_block a.back_btn {
    background: #eee;
    color: #555;
    border: 1px solid #aaa;
}

.modaal-content-container .btn_block a.back_btn:hover {
    background: #777;
    color: #fff;
}

.modaal-outer-wrapper .modaal-close:focus:after,
.modaal-outer-wrapper .modaal-close:focus:before,
.modaal-outer-wrapper .modaal-close:hover:after,
.modaal-outer-wrapper .modaal-close:hover:before {
    background: #0072c1;
}

.modaal-content-container .content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 0 0.3em;
}

.modaal-content-container .wid80,
.modaal-content-container .content select,
.modaal-content-container .content input,
.modaal-content-container .content textarea,
.modaal-content-container .btn_block .btn-item-single .btn {
    width: 80%;
}

.modaal-content-container .btn_block .btn {
    min-width: auto;
    padding: 0.75em 2.5em;
}

/* 終了時間編集 */
.modaal-inner-wrapper .modaal-container {
    width: 45%;
    /* 前工程、返信納期入力に影響がないか確認 */
    min-width: 700px;
}

.modaal-content-container .time-edit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 1em;
}

.modaal-content-container .time-edit .control-label {
    width: 30%;
}

.modaal-content-container .time-edit .control-group {
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.modaal-content-container .time-edit .control-group .datepicker-wrap {
    width: 68%;
}

.modaal-content-container .time-edit .control-group .timepicker-wrap {
    width: 30%;
}

.modaal-content-container .working_hours {
    border-top: 1px solid #ccc;
    padding: 0.75em 0 0;
}

.modaal-content-container .working_hours .control-group {
    flex-flow: row-reverse;
}

/*
.modaal-content-container .time-edit .control-group .input-small {
	width: 85%;
}
*/
/* Timepicker用 */
.bootstrap-timepicker-widget.dropdown-menu.open table td {
    border-width: 0 !important;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
    z-index: 10000;
}

label.import_message {
    margin-top: 0.5rem !important;
}

.anchorBlock {
    padding: 0 0 1rem;
}

.anchorBlock.right > a {
    text-decoration-line: underline;
}

span.import_message {
    margin-top: 0.5rem !important;
    display: inline-block !important;
}

/* 20220519 下口修正 ここから */

/* =============================================

	PCのみ 821px以上 対応

============================================= */

@media (min-width: 821px) {
    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        ul {
        display: none;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        ul.open {
        display: block;
    }
}

/* 20220519 下口修正 ここまで */

/* =============================================

	タブレット 768 対応
	PC 1200 対応

============================================= */
/* @media (max-width: 768px) { */
@media (max-width: 1200px) {
    /*===== common =====*/
    /*
	html body #header,
	html body .container{
		font-size: 14px;
	}
*/
    /*
	.PCnone {
		display: inline;
	}
*/
    /*
	.container #contentR {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 2%;
		float: right;
	}
*/
    #template_detail .blk_15 {
        color: #000000;
        font-size: 13px;
    }

    #admin .control-group dt {
        width: 23%;
    }

    #admin .control-group dd {
        width: 75%;
    }

    #admin .control-group .accordion dd {
        width: 100%;
    }

    /* #admin .control-group input[type="text"],
	#oid .control-group input[type="text"],
	#contract .control-group input[type="text"],
	.control-group input[type="file"]{
		width: 100%;
	} */
    .wrap,
    #breadcrumbBox,
    #footer #inqBox,
    #contentR #contentRInner,
    #mainAreaBg #contentC {
        width: 98%;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    textarea {
        font-size: 13px;
    }

    select,
    input[type="file"] {
        font-size: 13px;
    }

    .button,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        font-size: 100%;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    body .clear a:hover {
        opacity: 1;
    }

    /*===== login =====*/
    #login .container form,
    #reset_pw .container form {
        width: 60%;
    }

    #login .container button,
    #reset_pw .container button {
        font-size: 160%;
    }

    #header #headerBg .logo a img {
        width: 100px;
        height: auto;
    }

    #glovalNavi .wrap {
        width: 100%;
    }

    #header #glovalNavi ul {
        width: 60%;
    }

    #header #glovalNavi ul li {
        width: 20%;
    }

    #header #glovalNavi ul li a,
    #footer #footnav ul li a {
        font-size: 85%;
    }

    #header #glovalNavi .userName {
        padding-right: 1em;
        font-size: 80%;
    }

    #header #glovalNavi ul li:hover a {
        box-shadow: none;
        color: inherit;
        font-weight: normal;
    }

    #breadcrumbBox {
        margin: 5px auto;
    }

    #contentL #subNavi a,
    #contentL ul#otherLink a {
        font-size: 85%;
    }

    #contentL #subNavi dt a,
    #contentL ul#otherLink li a {
        padding: 0.8em 1em 0.5em 18%;
    }

    #contentL #subNavi dd a,
    #contentL #subNavi dd .accordion {
        padding-left: 16%;
    }

    #contentL #subNavi a i,
    #contentL ul#otherLink a i {
        margin: 0 5px 0 -15%;
    }

    /* body #contentR .searchMenu .left{
		text-align: right;
		margin-bottom: 0.25em;

	} */
    /* table button,
	.editList .btn button,
	.spils_tableList button {
		font-size: 80%;
		padding: .3em .8em;
 		white-space: nowrap;
	} */

    .searchMenu .control-group .controls label {
        width: 15%;
    }

    .searchMenu .control-group .controls input,
    .searchMenu .control-group .controls select {
        width: 75%;
    }

    .searchMenu
        .search_colum_box
        .search_colum_item
        .control-group
        .controls
        label {
        width: 30.8%;
    }

    .searchMenu .control-group .controls input,
    .searchMenu .control-group .controls select,
    .searchMenu .control-group .controls .width78 {
        width: 60%;
    }

    .spils_table .btnCl {
        width: 6%;
    }

    .spils_table .doc_status {
        width: 13%;
    }

    .spils_table .doc_date {
        width: 16%;
    }

    .spils_table th.number {
        width: 5%;
    }

    body #contentR .spils_table thead tr th a {
        display: block;
        margin: 0;
    }

    body #contentR .spils_table {
        word-break: break-all;
    }

    #admin .control-group input.input-small {
        width: 25%;
    }

    #search_form .control-group input.input-small {
        width: 17%;
    }

    #search_form .control-group .select-small {
        width: 36%;
    }

    .searchMenu.controlBox .appList {
        display: block;
    }

    .searchMenu.controlBox .appList li {
        display: inline-block;
        padding-right: 0.3em;
        padding-bottom: 0.5em;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .searchMenu.controlBox .appList .appList_state {
        width: 23%;
    }

    .searchMenu.controlBox .appList .appList_date {
        width: 75%;
    }

    .searchMenu.controlBox .appList .appList_reason,
    .searchMenu.controlBox .appList .appList_btn {
        width: auto;
    }

    .searchMenu.controlBox .appList .appList_date .clearChk {
        display: inline-block;
        padding-bottom: 0;
        padding-right: 0.3em;
    }

    .searchMenu.controlBox .appList .appList_date input[type="text"] {
        width: 20%;
        margin-right: 0.3em;
    }

    /*
	select,
	input[type="file"]{
		font-size: 100%;
	}
*/
    #admin .control-group label,
    #admin .control_row_title {
        width: 15%;
        padding-right: 3%;
    }

    #admin .control-group input,
    #admin .control-group select,
    #admin .control-group textarea,
    #admin .control-group input[type="text"],
    #contract .control-group input[type="text"],
    .control-group input[type="file"],
    #admin .control_row_wrap {
        width: 80%;
    }

    #admin .control-group input[type="text"].input-medium,
    #admin .control-group input[type="text"].input-small,
    #admin .control-group select.select-small {
        width: 33%;
    }

    #admin .control_row_title label {
        width: auto;
    }

    #admin .control-group .red,
    #admin .control-group .note,
    #admin .control-group .success {
        padding: 5px 0 0 18.4%;
    }

    /* モーダル */
    .modaal-inner-wrapper .modaal-container {
        width: 80%;
        /* 前工程、返信納期入力に影響がないか確認 */
        min-width: 700px;
    }

    /* 不良入力 */
    #input_field.one_line .input_wrap.freetxt {
        width: 30%;
        margin-right: 2%;
    }

    #input_field #input_plural .recommend-code {
        width: 91%;
    }

    #input_field #input_plural .recommend-code .slick-dotted.slick-slider {
        width: 93%;
    }

    #input_field #input_plural .recommend-code .slick-prev {
        left: -4%;
    }

    #input_field #input_plural .recommend-code .slick-next {
        right: -4%;
    }

    #input_field #input_plural .recommend-code .slick-dots {
        bottom: -30px;
    }

    #input_field #input_plural .recommend-code .slick-dots li button:before {
        font-size: 12px;
    }

    /* 	モーダル */
    #defects_body .modaal-inner-wrapper .modaal-container {
        width: 85%;
    }

    /* 品質変更申請書（詳細） */
    #qc_detail_form .wid40 {
        width: auto;
    }

    #qc_detail_form .qc_reception_colum_box {
        flex-direction: column;
    }

    #qc_detail_form .marginb1 {
        margin-bottom: 1rem;
    }

    #qc_detail_form .widauto {
        width: auto;
    }

    .header_user_panel {
        width: 150px !important;
    }

    .header_user_name {
        display: none;
    }
}

/* =============================================

	タブレット 縦 対応

============================================= */
@media (max-width: 920px) {
    #qc #qc_detail_form .innerBlock .searchMenu .flex_920 {
        display: flex;
    }

    #qc .margin_bottom_10_920 {
        margin-bottom: 10px;
    }

    #qc #qc_detail_form .innerBlock .margin_top_20_920 {
        margin: 0.8rem 1rem 0.4rem 1rem;
    }

    #qc .searchMenu .search_colum_box .wid_70_1270 {
        width: 90%;
    }

    #qc_detail_form .margin4 {
        margin-bottom: 1rem;
    }

    .PCnone {
        display: inline;
    }

    .SPnone {
        display: none;
    }

    /*===== 検索 =====*/
    .searchMenu
        .search_colum_box
        .search_colum_item
        .control-group
        .controls
        label {
        width: 27%;
    }

    .searchMenu .control-group .controls input,
    .searchMenu .control-group .controls select,
    .searchMenu .control-group .controls .width78 {
        width: 70%;
    }

    /*===== 一覧表 =====*/
    body .container .spils_table {
        border: 1px solid #ccc;
        word-break: break-all;
        color: #000000;
    }

    body .container .spils_table thead {
        display: none;
    }

    body .container .spils_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5em 0.6em;
        border-width: 0;
        border-bottom: 1px dashed #e0e0e0;
        text-align: left;
    }

    body .container .spils_table tr:last-child td:last-child {
        border-bottom: 0;
    }

    body .container .spils_table tr td:first-child {
        padding: 0.6em 0.5em;
    }

    body .container .spils_table tr td:before,
    body .container .defects_inner_table tr td:before {
        color: #8f9faa;
    }

    .spils_table td.product_number,
    .spils_table td.product_status,
    .spils_table tr td.limit,
    .spils_table td.poa {
        text-align: left;
    }

    .spils_table tr td.btnCl {
        text-align: center;
    }

    table.defects_table tbody:hover tr {
        background: #0073eab3 !important;
        color: #fff;
    }

    table.defects_table tbody:hover tr td.hover_yellow {
        background: #ea7700b3;
        color: #fff;
    }

    table.defects_table tbody:hover tr td:before {
        color: #fff;
    }

    table tbody:hover tr td.spils_alert:before {
        background-color: #fddcde !important;
        color: red !important;
    }

    table tbody:hover tr td.spils_caution:before {
        background-color: #fff7a9 !important;
        color: #938924 !important;
    }

    /*--注文残照会(リスト)--*/
    body .container .spils_table tr td.hinban:before {
        content: "品番：";
    }

    body .container .spils_table tr td.limit:before {
        content: "指定納期：";
    }

    body .container .spils_table tr td.order_val:before {
        content: "注文数：";
    }

    body .container .spils_table tr td.order_day:before {
        content: "注文日：";
    }

    body .container .spils_table tr td.kanri_no:before {
        content: "管理番号：";
    }

    body .container .spils_table tr td.hinmei:before {
        content: "品名：";
    }

    body .container .spils_table tr td.order_num:before {
        content: "注文番号 追番：";
    }

    body .container .spils_table tr td.return_limit:before {
        content: "返信納期 変更理由：";
    }

    body .container .spils_table tr td.order_rem:before {
        content: "注文残：";
    }

    body .container .spils_table tr td.supply_day:before {
        content: "納入日 状況：";
    }

    body .container .spils_table tr td.tanto:before {
        content: "担当：";
    }

    body .container .spils_table tr td.bikou:before {
        content: "備考：";
    }

    body .container .spils_table tr td.before_supplier:before {
        content: "前工程業者：";
    }

    body .container .spils_table tr td.before_limit:before {
        content: "前工程指定納期：";
    }

    body .container .spils_table tr td.before_return_limit:before {
        content: "前工程返信納期：";
    }

    body .container .spils_table tr td.before_order_rem:before {
        content: "前工程注文残：";
    }

    body .container .spils_table tr td.before_kaito:before {
        content: "前工程回答日：";
    }

    body .container .spils_table tr td.before_nonyu:before {
        content: "前工程納入日：";
    }

    body .container .spils_table tr td.pc_before_process {
        display: none;
    }

    body .container .spils_table tr td.tab_before_process {
        display: inline;
    }

    /*--SMC在庫・所要量照会--*/
    body .container .spils_table tr td.stock_hinban:before {
        content: "品番：";
    }

    body .container .spils_table tr td.stock_yuko:before {
        content: "有効在庫：";
    }

    body .container .spils_table tr td.stock_smc:before {
        content: "SMC在庫数：";
    }

    body .container .spils_table tr td.stock_order_rem:before {
        content: "発注残：";
    }

    body .container .spils_table tr td.stock_supplier:before {
        content: "サプライヤ在庫：";
    }

    /*-- 工程一覧 --*/
    body .container .spils_table tr td.instructions_num:before {
        content: "指示No：";
    }

    body .container .spils_table tr td.worker:before {
        content: "作業者：";
    }

    body .container .spils_table tr td.work_schedule:before {
        content: "工程：";
    }

    body .container .spils_table tr td.status:before {
        content: "状況：";
    }

    body .container .spils_table tr td.facility:before {
        content: "設備：";
    }

    body .container .spils_table tr td.terminal:before {
        content: "端末：";
    }

    body .container .spils_table tr td.start:before {
        content: "開始：";
    }

    body .container .spils_table tr td.end:before {
        content: "終了：";
    }

    /* 注文残一覧（異常信号） */
    body #abnormal_signal tr td.kogo:before {
        content: "工号：";
    }

    body #abnormal_signal tr td.koiban:before {
        content: "追番：";
    }

    body #abnormal_signal tr td.gkubun:before {
        content: "グループ区分：";
    }

    body #abnormal_signal tr td.kotei:before {
        content: "工程：";
    }

    body #abnormal_signal tr td.siirec:before {
        content: "仕入先C：";
    }

    body #abnormal_signal tr td.syamei:before {
        content: "社名：";
    }

    body #abnormal_signal tr td.zuban:before {
        content: "図番：";
    }

    body #abnormal_signal tr td.cnoki:before {
        content: "納入指定日：";
    }

    body #abnormal_signal tr td.zansu:before {
        content: "発注残：";
    }

    body #abnormal_signal tr td.ijou:before {
        content: "異常信号：";
    }

    body #abnormal_signal tr td.ijou_sta:before {
        content: "異常信号状態：";
    }

    /* 権限 */
    body .container .spils_table tr td.subject::before {
        content: "件名：";
    }

    body .container .spils_table tr td.function::before {
        content: "機能：";
    }

    body .container .spils_table tr td.event:before {
        content: "イベント：";
    }

    body .container .spils_table tr td.recipient::before {
        content: "送信先：";
    }

    body .container .spils_table tr td.to_address::before {
        content: "宛先：";
    }

    body .container .spils_table tr td.content::before {
        content: "本文：";
    }

    /*-- 不良数入力 --*/
    body .container .spils_table tr td.orders_received:before {
        content: "受注：";
    }

    body .container .spils_table tr td.number:before {
        content: "連番：";
    }

    body .container .spils_table tr td.parts:before {
        content: "部品：";
    }

    body .container .spils_table tr td.product_name:before {
        content: "品名：";
    }

    body .container .spils_table tr td.reason_failure:before {
        content: "不良理由：";
    }

    body .container .spils_table tr td.number_defects:before {
        content: "不良数：";
    }

    body .container .spils_table tr td.reason_failure,
    body .container .spils_table tr td.number_defects {
        text-align: left;
    }

    body .container .defects_table tbody:nth-child(odd) tr {
        background: #eff5fa;
    }

    body .container .defects_table tbody:nth-child(even) tr {
        background: #fff;
    }

    body .container .defects_table tbody:hover tr {
        background: #fff;
    }

    body .container .defects_table tbody:nth-child(odd) tr:hover {
        background: #eff5fa;
    }

    body .container .defects_table tbody tr {
        display: flex;
        flex-flow: column;
    }

    body .container .defects_table tbody tr.SPnone,
    body .container .defects_table tbody tr.hidden_row {
        display: none;
    }

    body .container .defects_table tbody tr td.details-control {
        order: 1;
        border-bottom: 0;
    }

    body .container .defects_table tbody tr td.details-control:before {
        color: #0072c1;
    }

    body .container .defects_table .defects_inner_table tr th {
        display: none;
    }

    body .container .defects_table tr td[colspan] {
        padding: 1em;
        border-bottom: 0;
    }

    body .container .defects_inner_table {
        border-top: 1px solid #ccc;
    }

    body .container .defects_inner_table tr td.number_abandoned,
    body .container .defects_inner_table tr td.responsibility_item,
    body .container .defects_inner_table tr td.quantity_change {
        text-align: left;
    }

    body .container .defects_inner_table tr td.freetext {
        border-bottom: 1px solid #ccc;
    }

    body .container .defects_inner_table tr:last-child td.freetext {
        border-bottom: 0;
    }

    body .container .defects_inner_table tr td.number_abandoned:before {
        content: "廃却数：";
    }

    body .container .defects_inner_table tr td.responsibility_item:before {
        content: "責任項目：";
    }

    body .container .defects_inner_table tr td.quantity_change:before {
        content: "数量変更：";
    }

    body .container .defects_inner_table tr td.freetext:before {
        content: "フリーテキスト：";
    }

    /*-- 指示書種別 --*/
    body .container .spils_table tr td.code:before {
        content: "コード：";
    }

    body .container .spils_table tr td.kind:before {
        content: "名称：";
    }

    body .container .spils_table tr td.created_at:before {
        content: "レコード作成日時：";
    }

    body .container .spils_table tr td.updated_at:before {
        content: "レコード更新日時：";
    }

    /*-- 指示書EPC --*/
    body .container .spils_table tr td.epc:before {
        content: "タグEPC：";
    }

    body .container .spils_table tr td.op_id:before {
        content: "指示書コード：";
    }

    body .container .spils_table tr td.nametype_code:before {
        content: "名称(種別)コード：";
    }

    /*-- タグ種別 --*/
    body .container .spils_table tr td.addition_kind:before {
        content: "追加用種別名：";
    }

    /*-- タグEPC --*/
    body .container .spils_table tr td.tag_content:before {
        content: "紐付け内容：";
    }

    body .container .spils_table tr td.extra_code:before {
        content: "追加コード：";
    }

    body .container .spils_table tr td.kind_code:before {
        content: "種別コード：";
    }

    /*-- ユーザ--*/
    body .container .spils_table tr td.user_number:before {
        content: "ユーザNo.：";
    }

    body .container .spils_table tr td.user_name:before {
        content: "ユーザ名：";
    }

    body .container .spils_table tr td.authority:before {
        content: "権限：";
    }

    body .container .spils_table tr td.supplier_code:before {
        content: "協力企業コード:";
    }

    body .container .spils_table tr td.supplier_name:before {
        content: "協力企業名：";
    }

    /*-- メールアドレス --*/
    body .container .spils_table tr td.company_code:before {
        content: "協力企業コード：";
    }

    body .container .spils_table tr td.company_name:before {
        content: "協力企業名：";
    }

    body .container .spils_table tr td.busho_code:before {
        content: "部署コード：";
    }

    body .container .spils_table tr td.busho_name:before {
        content: "部署名：";
    }

    body .container .spils_table tr td.email_address:before {
        content: "メールアドレス：";
    }

    /*-- 申請コード --*/
    .overlap_apply {
        display: block;
    }

    .qc_apply_list_modal_div .overlap_apply {
        display: none;
    }

    body .container .spils_table tr td.app_division:before {
        content: "A．申請区分：";
    }

    body .container .spils_table tr td.app_item:before {
        content: "B．申請項目：";
    }

    body .container .spils_table tr td.comment:before {
        content: "C．コメント：";
    }

    body .container .spils_table tr td.message:before {
        content: "表示メッセージ：";
    }

    body .container .spils_table tr td.app_code:before {
        content: "D．申請内容概要コード：";
    }

    body .container .spils_table tr.apply_tr {
        border-bottom: 1.8px solid #ccc;
    }

    /*-- ゲージマスタ --*/
    body .container .gauge_master_table tr td.gauge_name:before {
        content: "ゲージ名：";
    }

    body .container .gauge_master_table tr td.serial_code:before {
        content: "シリアル：";
    }

    body .container .gauge_master_table tr td.screw_gauge:before {
        content: "ねじゲージ：";
    }

    body .container .gauge_master_table tr td.pass:before {
        content: "通：";
    }

    body .container .gauge_master_table tr td.stop:before {
        content: "止：";
    }

    /*-- 品質/変更 申請書一覧 --*/
    body .qc_list .spils_table tr {
        border: none;
    }

    body .qc_list .spils_table tr td.status:before {
        content: "状況：";
    }

    body .qc_list .spils_table tr td.app_no:before {
        content: "申請書No.：";
    }

    body .qc_list .spils_table tr td.hakkobi:before {
        content: "発行日：";
    }

    body .qc_list .spils_table tr td.hanteic:before {
        content: "判定部署：";
    }

    body .qc_list .spils_table tr td.siirec:before {
        content: "発行元：";
    }

    body .qc_list .spils_table tr td.kenmei:before {
        content: "申請内容：";
    }

    body .qc_list .spils_table tr td.file:before {
        content: "資料：";
    }

    body .qc_list .spils_table tr td.comment:before {
        content: "コメント：";
    }

    body .qc_list .spils_table tr td.ukebi:before {
        content: "受付日：";
    }

    body .qc_list .spils_table tr td.hinban:before {
        content: "代表品番：";
    }

    body .qc_list .spils_table tr td.busho:before {
        content: "担当部署：";
    }

    body .qc_list .spils_table tr td.kaito_limit:before {
        content: "回答期限：";
    }

    body .qc_list .spils_table tr td.hanteikekka:before {
        content: "判定結果：";
    }

    body .qc_list .spils_table tr td.mtanto:before {
        content: "担当者：";
    }

    body .qc_list .spils_table tr td.busho_large::before {
        content: "担当部署：";
    }

    body .qc_list .spils_table tr td.print:before {
        content: "印刷：";
    }

    .qc_list tr td.hakkobi {
        text-align: left;
    }

    .qc_list td .btn {
        display: inline-block;
    }

    .qc_list td .file_modal_inline {
        text-decoration: none;
    }

    .qc_list tr td.status {
    }

    .qc_list tr td.app_no {
        text-align: left;
    }

    .qc_list tr td.siirec {
    }

    .qc_list tr td.hantei {
    }

    .qc_list tr td.mtanto {
    }

    .qc_list tr td.kenmei {
    }

    .qc_list tr td.kaito_limit {
        text-align: left;
    }

    .qc_list tr td.file {
        text-align: left;
    }

    .qc_list tr td.comment {
        text-align: left;
    }

    .qc_list tr td.ukebi {
        text-align: left;
    }

    .qc_list tr td.hinban {
    }

    .qc_list tr td.hanteikekka {
        text-align: left;
    }

    .qc_list tr td.print {
        text-align: left;
    }

    .qc_list tr td.last_comment {
        text-align: left;
    }

    body .qc_detail_form .searchMenu .search_colum_box,
    #qc .display_flex,
    body #qc #qc_detail_form .searchMenu .controls > .item_value,
    #qc .searchMenu .search_colum_box .item-xlarge > .control-label {
        display: block;
    }

    #qc #qc_detail_form .innerBlock .qc_search_colum_box .inline-block {
        display: block;
    }

    .qc_search_colum_box > .search_colum_item,
    .qc_reception_colum_box > .search_colum_item {
        margin-bottom: 1rem;
    }

    body .qc_detail_form .searchMenu .search_colum_item {
        width: 100%;
    }

    #qc #hinban_droparea {
        width: 80%;
        margin: 0 10%;
    }

    #qc .hinban_import {
        text-align: center;
    }

    #qc .hinban_search_kaihatsu_button {
        margin: 0.5rem 0;
    }

    /*-- 工場 --*/
    body .container .spils_table tr td.factory_code:before {
        content: "工場コード：";
    }

    body .container .spils_table tr td.factory_name:before {
        content: "工場名：";
    }

    /*-- 端末 --*/
    body .container .spils_table tr td.terminal_number:before {
        content: "端末番号：";
    }

    body .container .spils_table tr td.serial_number:before {
        content: "シリアル番号：";
    }

    body .container .spils_table tr td.terminal_name:before {
        content: "端末名：";
    }

    body .container .spils_table tr td.ip:before {
        content: "IPアドレス：";
    }

    /*-- 不良理由 --*/
    body .container .spils_table tr td.defective_code:before {
        content: "不良理由コード：";
    }

    body .container .spils_table tr td.defective_reason:before {
        content: "不良理由：";
    }

    body .container .spils_table tr td.process_code:before {
        content: "工程コード：";
    }

    body .container .spils_table tr td.defective_item:before {
        content: "不良項目：";
    }

    body .container .spils_table tr td.defective_title:before {
        content: "不良項目名：";
    }

    body .container .spils_table tr td.pop_list:before {
        content: "リスト登録状況：";
    }

    /*===== 不良入力数 =====*/
    .radio_field {
        margin: 0 0 2%;
    }

    #input_field #input_plural .input_box {
        position: relative;
        width: 85%;
    }

    #input_field #input_plural .input_box:after {
        content: "";
        display: block;
        background: #f2f5f8;
        position: absolute;
        right: -18%;
        top: 0;
        width: 18%;
        height: 100%;
        z-index: 0;
    }

    #input_field #input_plural .reason_search {
        padding: 1% 0 2%;
    }

    #input_field.one_line .input_wrap {
        width: 49.8%;
        margin-bottom: 0.5%;
    }

    #input_field.one_line .input_wrap.number_defects,
    #input_field.one_line .input_wrap.number_abandoned,
    #input_field.one_line .input_wrap.quantity_change {
        width: 16.5%;
    }

    #input_field.one_line .input_wrap.responsibility_item {
        width: 49.5%;
    }

    #input_field.one_line .input_wrap.freetxt {
        width: 100%;
        margin-right: 0;
    }

    #input_field #input_plural input.pluralBtn {
        position: absolute;
        top: 30%;
        z-index: 1;
    }

    #input_field #input_plural input.pluralBtn.add {
        right: -8.5%;
    }

    #input_field #input_plural input.pluralBtn.del {
        right: -15%;
    }

    #input_field #input_plural .recommend-code {
        width: 110%;
        z-index: 1;
    }

    /* 	リスト検索 */
    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a {
        position: relative;
        padding: 1em 1em 1em 2em;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a:after {
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 3%;
    }

    .defects_input_modal.inline_modal_wrap .classification_list {
        padding: 0;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        .has-child
        a:after {
        content: none;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li {
        border-bottom: 1px dotted #ccc;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        .has-child
        li:hover {
        background: none;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        .has-child
        li
        a:hover {
        color: #555;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a:hover {
        border: 0;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a.selected {
        background: #0072c1;
        color: #fff;
    }

    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a.selected:after {
        content: "\f068";
    }
}

/* =============================================

	スマートフォン 480 対応

============================================= */
@media (max-width: 480px) {
    /*===== 共通 =====*/
    body .wrap,
    body #breadcrumbBox,
    body #footer #inqBox,
    body #contentR #contentRInner,
    body #mainAreaBg #contentC {
        width: 98%;
        box-sizing: border-box;
    }

    body #content {
        width: 100%;
    }

    body .left,
    body .right {
        float: none;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    textarea {
        font-size: 14px;
    }

    /*===== login =====*/
    #login .container img,
    #reset_pw .container img {
        max-width: 50%;
    }

    #login .container h1,
    #reset_pw .container h1 {
        font-size: 160%;
    }

    #login .container button,
    #reset_pw .container button {
        font-size: 120%;
    }

    /*-- header --*/
    body #header #headerBg .logo {
        padding: 0 0 0 1%;
    }

    body #header #headerBg .logo img {
        width: 90px;
        height: auto;
    }

    #header #headerBg .logo a .system-name {
        display: none;
    }

    body #header #headerBg .wrap {
        width: 100%;
        height: auto;
    }

    body #header #headerBg #contMenu {
        height: auto;
        min-width: auto;
        width: 100%;
    }

    #header #headerBg .wrap.head_top {
        margin-left: 0;
    }

    body #header #headerBg #contMenu a.panel-btn {
        line-height: 40px;
        color: #0072c1;
    }

    body #header #headerBg #contMenu a.panel-btn:after {
        color: #0072c1;
    }

    body #header #headerBg #contMenu a.panel-lang-btn {
        line-height: 40px;
        color: #0072c1;
    }

    body #header #headerBg #contMenu a.panel-lang-btn:after {
        color: #0072c1;
    }

    #header #headerBg .gNav_wrap #gNav {
        display: table;
        width: 100%;
    }

    #header #headerBg .gNav_wrap #gNav li {
        display: table-cell;
    }

    #header #headerBg .gNav_wrap #gNav li a {
        /* padding: 1.25em 0; */
        font-size: smaller;
        padding: 0 !important;
        width: 50px;
    }

    #header #headerBg .gNav_wrap #gNav li a i {
        display: inline-block;
        padding: 0 0.25em 0 0;
        font-size: 1.1em;
    }

    #header #headerBg .sNav_wrap {
        padding: 2% 2% 0 2%;
    }

    #header #headerBg .sNav_wrap ul.opened li {
        margin: 0 2% 2% 0;
    }

    #header #headerBg .sNav_wrap ul.opened li:last-child {
        margin-right: 0;
    }

    #header #headerBg .sNav_wrap ul li a {
        background: #fff;
        border-radius: 2px;
        color: #0072c1;
        padding: 0.75em 1em;
    }

    #header #headerBg .sNav_wrap ul li.current {
        background: none;
    }

    #header #headerBg .sNav_wrap ul li.current a {
        color: #fff;
        background: #043050;
        border-radius: 2px;
    }

    .header_gnav {
        width: 100%;
    }

    /*-- footer --*/
    body footer .wf {
        text-align: center;
    }

    /*===== ログイン画面 =====*/
    body#login .container form,
    body#reset_pw .container form {
        width: 80%;
    }

    body .triwrap .triangle {
        border-width: 0 0 12px 12px;
        bottom: 2px;
    }

    /*===== main =====*/
    /*===== 各ページ =====*/
    table button,
    .editList .btn button,
    .spils_tableList button {
        font-size: 95%;
    }

    body #contentR .searchMenu form#search_form {
        text-align: left;
    }

    body #contentR .searchMenu .control-group {
        padding-left: 0;
    }

    body .searchMenu .control-group .controls label,
    body .searchMenu .control-group .controls input,
    body .searchMenu .control-group .controls select {
        width: 100%;
    }

    .searchMenu .control-group button {
        margin: 10px auto 0;
    }

    body .spils_table {
        border: 1px solid #ccc;
        /* 		border-collapse: inherit; */
    }

    body .spils_table thead {
        display: none;
    }

    body .spils_table tr td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.5em 0.6em;
        border-width: 0;
        border-bottom: 1px dashed #e0e0e0;
    }

    body .spils_table tr td:first-child {
        padding: 0.6em 0.5em;
    }

    body .spils_table tr td:before {
        color: #8f9faa;
    }

    .spils_table td.product_number,
    .spils_table td.product_status,
    .spils_table tr td.limit,
    .spils_table td.poa {
        text-align: left;
    }

    .spils_table tr td.btnCl {
        text-align: center;
    }

    #admin .control-group input[type="text"],
    #oid .control-group input[type="text"],
    #contract .control-group input[type="text"],
    .control-group select {
        width: 100%;
    }

    #admin .control-group input.datepicker[type="text"],
    #admin .control-group input.timepicker[type="text"],
    #admin .control-group input#fa_open_time[type="text"] {
        width: 48%;
    }

    #admin dl dt {
        font-weight: bold;
        padding: 5px 0;
    }

    #admin .control-group dl dt,
    #admin .control-group dl dd {
        width: 100%;
        display: block;
    }

    .submitBtn li {
        padding: 0.5em;
    }

    body .pagingMenu-top {
        display: block;
    }

    .pagingMenu p.left {
        width: 100%;
    }

    body .pagingMenu .pagination {
        width: 100%;
        float: none;
    }

    .pagingMenu div {
        text-align: center;
    }

    .pagingMenu div.pagination ul li.pager {
        display: block;
        text-align: center;
    }

    .pagingMenu.pagingMenu-top div.pagination ul li.pager {
        display: inline;
    }

    .pagingMenu div.pagination ul li.pager input {
        display: inline-block;
    }

    .pagingMenu div.pagination ul li.prev,
    .pagingMenu div.pagination ul li.next {
        display: inline-block;
        margin: 0.5em;
    }

    .pagingMenu div.pagination ul li.prev button,
    .pagingMenu div.pagination ul li.next button {
        font-size: 1.1em;
    }

    .searchMenu.controlBox .appList li.appList_state,
    .searchMenu.controlBox .appList li.appList_date,
    .searchMenu.controlBox .appList li.appList_reason,
    .searchMenu.controlBox .appList li.appList_btn {
        width: 100%;
        display: block;
        line-height: 1.5;
    }

    .searchMenu.controlBox .appList li.appList_btn {
        text-align: center;
    }

    .searchMenu.controlBox .appList li.appList_btn button {
        width: 30%;
    }

    .searchMenu.controlBox .appList .appList_date label,
    .searchMenu.controlBox .appList .appList_date .clearChk {
        display: block;
    }

    .searchMenu.controlBox .appList .appList_date input[type="text"] {
        width: 33%;
    }

    #contentR h2 span.lastUp {
        position: relative;
    }

    .searchMenu .search_colum_box {
        flex-flow: column wrap;
    }

    .searchMenu .search_colum_box .search_colum_item {
        width: 100%;
    }

    .searchMenu button,
    table button,
    table .btn {
        font-size: 13px;
        width: 100%;
        display: block;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .btn {
        min-width: 80%;
    }

    /* モーダル modal */
    .modaal-content-container .btn_wrap {
        flex-flow: column wrap;
        justify-content: space-between;
    }

    .modaal-content-container .btn_wrap .btn-item,
    .modaal-content-container .btn_wrap.btn_three_wrap .btn-item {
        width: 100%;
        margin-bottom: 1em;
    }

    /*===== 検索ボタン =====*/
    .searchMenu .control-group button.btnHalf {
        width: 30%;
    }

    /*===== 詳細ページ =====*/
    #admin .control-group label,
    #admin .control_row_wrap {
        width: 100%;
        display: block;
    }

    #admin .control_colum_box,
    #admin .control_row_box {
        flex-flow: column wrap;
    }

    #admin .control-group label,
    #admin .control_row_title,
    #admin .control_colum_item,
    #admin .control-group input#address,
    #admin .control-group input,
    #admin .control-group select,
    #admin .control-group textarea,
    #admin .control-group input[type="text"],
    .control-group .input-group {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .submitBtn li button,
    .submitBtn li a {
        min-width: auto;
    }

    #admin .control-group label,
    #admin .control_row_title {
        padding: 0.5em 0 0.5em 0;
    }

    #admin .control-group {
        margin-bottom: 0;
    }

    #admin .control_row_title .control-group {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .searchMenu
        .search_colum_box
        .search_colum_item
        .control-group
        .controls
        label {
        width: 100%;
    }

    /* 不良入力数 */
    .tab_box .panel_area {
        padding: 2%;
    }

    .searchMenu .control-group .controls input,
    .searchMenu .control-group .controls select,
    .searchMenu .control-group .controls textarea {
        display: block;
        width: 100%;
    }

    #search_form .control-group input.input-medium {
        width: 43%;
    }

    /* 	モーダル */
    .modaal-inner-wrapper .modaal-container {
        width: 100%;
    }

    body .modaal-content-container {
        padding: 50px 15px 15px;
    }

    .modaal-content-container .time-edit {
        display: block;
    }

    .modaal-content-container .time-edit.working_hours {
        display: table;
    }

    .modaal-content-container .time-edit.working_hours .control-group {
        display: table-cell;
        width: 50%;
        text-align: right;
    }

    .modaal-content-container
        .time-edit.working_hours
        .control-group
        .timepicker-wrap {
        width: 100%;
    }

    .modaal-content-container .time-edit .control-group {
        width: 100%;
    }

    /* 不良入力数詳細 */
    h2 {
        font-size: 160%;
        margin-bottom: 0.25em;
    }

    h3 {
        font-size: 120%;
    }

    #input_field #input_plural .reason_search {
        order: 0;
    }

    #input_field #input_plural .reason_search a {
        display: block;
        text-align: center;
    }

    #input_field #input_plural .input_box {
        width: 100%;
        padding: 3%;
        justify-content: center;
    }

    #input_field #input_plural .input_box:after {
        display: none;
    }

    #input_field #input_plural input.pluralBtn {
        position: static;
        order: 5;
    }

    #input_field.one_line .input_wrap {
        width: 49.5%;
        order: 0;
        margin-right: 0.5%;
    }

    #input_field.one_line .input_wrap:nth-of-type(even) {
        margin-right: 0;
    }

    #input_field.one_line .input_wrap.quantity_change {
        margin-right: 0.5%;
    }

    #input_field.one_line .input_wrap.number_defects,
    #input_field.one_line .input_wrap.number_abandoned,
    #input_field.one_line .input_wrap.quantity_change {
        width: 49.5%;
        order: 2;
    }

    #input_field.one_line .input_wrap.responsibility_item {
        width: 49.5%;
        order: 3;
    }

    #input_field.one_line .input_wrap.freetxt {
        order: 4;
    }

    #input_field #input_plural input.form-control {
        padding: 0.75em 0.5em;
    }

    #input_field select {
        padding: 0.9em 0.5em;
    }

    #input_field #input_plural .recommend-code {
        order: 1;
        margin-bottom: 2%;
        width: 100%;
    }

    #input_field #input_plural .recommend-code .slick-slider {
        width: 85%;
        margin: 0 auto 0.5em;
    }

    #input_field #input_plural .recommend-code .slick-prev,
    #input_field #input_plural .recommend-code .slick-next {
        width: 25px;
        height: 25px;
        top: 45%;
    }

    #input_field #input_plural .recommend-code .slick-prev:before,
    #input_field #input_plural .recommend-code .slick-next:before {
        font-size: 25px;
    }

    #input_field #input_plural .recommend-code .slick-prev {
        left: -10%;
    }

    #input_field #input_plural .recommend-code .slick-next {
        right: -10%;
    }

    #defects_body .modaal-inner-wrapper .modaal-container {
        width: 100%;
    }

    .defects_input_modal.inline_modal_wrap .inner {
        display: block;
    }

    .defects_input_modal.inline_modal_wrap .classification_list {
        width: 100%;
        margin: 0 0 1em;
        padding: 0;
        max-height: 280px;
    }

    .defects_input_modal.inline_modal_wrap .classification_list ul li {
        border-bottom: 1px dotted #ccc;
    }

    .defects_input_modal.inline_modal_wrap .classification_list ul li a,
    .defects_input_modal.inline_modal_wrap
        .classification_list
        .processing_list
        li
        a {
        padding: 1em;
    }

    .defects_input_modal.inline_modal_wrap .fav-list {
        width: 100%;
        padding: 2% 5%;
        max-height: 220px;
    }

    .defects_input_modal.inline_modal_wrap .fav-list ul li {
        margin-bottom: 0.5em;
    }

    /* マスタ管理 */
    .btnBlock .right {
        text-align: left;
    }

    .btnBlock.block2 {
        display: block;
    }

    .btnBlock.block2 .left {
        padding-bottom: 0.5em;
    }

    /* ラジオ・チェックボックス */
    .control-group .input-group {
        padding-left: 1em;
    }

    #admin .control_row_box .input-group .input-group-list {
        line-height: 1;
    }

    #admin .control-group textarea,
    #admin .control-group select#office,
    #admin .control-group select.select-small {
        width: 100%;
    }

    #admin .control-group .red,
    #admin .control-group .note {
        padding: 5px 0 0 0;
    }

    /* system */
    #system .innerBlock #form_back {
        padding: 0;
    }

    #system .innerBlock #form_back .wid90,
    #system .innerBlock #main_form,
    #system .innerBlock #form_back .attention,
    #system .innerBlock #form_back .red {
        font-size: 10px;
    }

    #system .innerBlock #form_back .def_day,
    #system .innerBlock #form_back .form_n,
    #system .innerBlock #form_back .ml_box,
    #system .innerBlock #form_back .form_name {
        font-size: 11px;
    }

    #system .innerBlock #form_back .he80 {
        height: 100px;
    }

    #system .innerBlock #form_back .lm_box {
        height: 120px;
    }

    #system .innerBlock #form_back .wid27,
    #system .innerBlock #form_back .form_n,
    #system .innerBlock #form_back .form_name,
    #system .innerBlock #form_back .attention {
        margin: 0 10px;
    }

    #system .innerBlock #form_back .default {
        white-space: nowrap;
    }

    #system .innerBlock #form_back .lm_box .text_box .system_preview {
        width: 70px;
        font-size: 10px;
    }

    .modaal-inner-wrapper .modaal-container {
        min-width: 200px;
    }

    /* template */
    #template .control-group .controls {
        display: flex;
        align-items: center;
    }

    #template .search_colum_item .control-group .controls label {
        width: 50px;
        padding-right: 10px;
    }

    #template_detail select,
    #template_detail #get_text,
    #template_detail #main_sub,
    #template_detail {
        font-size: 10px;
    }

    #template_detail .clone_delete .submitBtn li button {
        padding: 0;
        width: 50px;
        height: 100%;
    }

    #qc .qc_file_display,
    #qc .qc_file_display > .select_file {
        display: block;
        width: 100%;
    }

    #qc .qc_file_display {
        text-align: center;
    }

    #qc_list .searchMenu .control-group .controls .width78 {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #content {
        width: 100%;
    }
}

.auth_btn {
    margin: 0 2rem;
    padding: 0.6rem 2rem;
}

.innerBlock #admin .no_margin {
    margin: 0;
}

#admin .cloneadd .last_no_margin:last-child {
    margin: 0;
}

#admin .form_box .content {
    overflow: auto;
    height: 400px;
}

#admin .form_box .replacement {
    overflow: auto;
    height: 200px;
}

#admin .form_box .inline_block {
    display: inline-block;
}

#admin .form_box .flex_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#admin .flex {
    display: flex;
}

#admin .s_label {
    width: 20%;
}

#admin .form_box .m_label {
    width: 30%;
}

#admin .l_label {
    width: 80%;
}

#admin .form_box {
    margin-bottom: 1.5em;
}

#admin .form_box .submitBtn {
    padding: 0;
}

#admin .form_box .top_box {
    display: flex;
    align-items: center;
    width: 50%;
}

#admin .form_box .sm_label_l {
    width: 40%;
}

#admin .form_box .sm_label_r {
    width: 40%;
    margin-left: 10%;
}

#admin .form_box .ml_label_l {
    width: 50%;
    margin-right: 10%;
    border-bottom: 1px solid #ccc;
}

#admin .form_box .ml_label_r {
    width: 50%;
    border-bottom: 1px solid #ccc;
}

#admin .form_box .submitBtn .delete,
#admin .form_box .submitBtn .add {
    padding: 0 0 0 1em;
}

.white {
    background-color: white;
    color: #000000;
}

.modal-window {
    display: block;
    padding-left: 1rem;
    margin-bottom: 1rem;
    height: 430px;
    overflow: auto;
}

#dialog {
    margin: 0;
    border: 0;
    width: 800px;
    cursor: pointer;
    margin: 50px auto;
}

#dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    overflow-y: hidden;
}

.wid230 {
    width: 230px;
}

.space-evenly {
    display: flex;
    justify-content: space-evenly;
}

.padding_bt_15 {
    padding-bottom: 15px;
}

.btn-radius2 {
    border-radius: 2px;
}

#replacement_place {
    margin: 30px 80px;
}

#system .text {
    color: #333333;
}

#replacement {
    margin: 0 100px;
}

.btnBlock .flex_c {
    display: flex;
    justify-content: space-around;
}

body .container tbody:hover tr .user_name > a {
    color: #ffffff;
}

body .container tbody:hover tr .user_name > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#admin .form_box .mm_label {
    display: inline;
    display: flex;
    justify-content: flex-start;
    width: 45%;
}

#admin .form_box .mm_label_border {
    display: inline;
    display: flex;
    justify-content: flex-start;
    width: 50%;
    margin-right: 5%;
    border-bottom: 1px solid #ccc;
}

#admin .form_box .two_colum_box {
    display: flex;
    justify-content: space-around;
}

#admin .form_box .mar_bot20 {
    margin-bottom: 20px;
}

#admin .modal_box {
    border: 1px solid #ccc;
    padding: 20px 0;
    margin: 1.5rem;
}

#all_table {
    width: 60%;
    margin: 0 20%;
}

/* template */
.container .temp_box {
    margin-bottom: 0;
}

#modal_sub {
    font-size: 20px;
    padding-bottom: 10px;
}

.blk_15 {
    color: #000000;
    font-size: 15px;
}

/* template 置き換え文字列 */
.replace_box {
    border: 1px solid #ccc;
    width: 80%;
    height: 100px;
    padding: 0.5em 0.3em;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    border-radius: 2px;
    overflow: auto;
}

#form_back {
    background-color: #fff;
    padding: 1.5em;
    display: block;
}

#system #form_back .form_title {
    margin: 20px 0 20px 20px;
    padding-left: 10px;
    border-left: 10px solid #0072c1;
    font-size: 1.4rem;
}

#system #form_back .l_box {
    margin: 0 3%;
    border: solid #ccc;
    border-width: 1px 1px 0 1px;
    display: flex;
    align-items: center;
}

#system #form_back .ml_box {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    height: 440px;
    width: 17%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#system #form_back .he60 {
    height: 60px;
}

#system #form_back .he80 {
    height: 80px;
}

#system #form_back .l_box:last-child {
    border-bottom: 1px solid #ccc;
}

#system #form_back .m_box {
    border-left: 1px solid #ccc;
    height: 100%;
    width: 17%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#system #form_back .lm_box {
    height: 110px;
    border: solid #ccc;
    border-width: 0 1px 1px 1px;
    display: flex;
    align-items: center;
}

#system #form_back .system_column {
    width: 83%;
    display: flex;
    flex-direction: column;
}

#system #form_back .middle_box {
    width: 83%;
    display: flex;
    align-items: center;
}

#system #form_back .system_form_n {
    width: 31%;
    margin-left: 20px;
}

#system #form_back .dialog_box {
    margin: 0 3%;
    display: flex;
    align-items: center;
}

#system #form_back .wid27 {
    padding-bottom: 10px;
}

#system #form_back .wid79 {
    word-break: keep-all;
    width: 80%;
}

#system #form_back .padding5 {
    padding-bottom: 5px;
}

@media (max-width: 1300px) {
    #system #form_back .dialog_box {
        flex-direction: column;
    }

    #system #form_back .system_column {
        width: 100%;
    }

    #system #form_back .ml_box {
        border-width: 0 1px 1px 1px;
        height: 90px;
        width: 100%;
        flex-direction: row;
    }

    #system #form_back .form_n {
        width: 27%;
    }

    #system #form_back .lm_box .text_box {
        width: 79%;
    }

    #system #form_back .wid27 {
        width: 27%;
        margin-left: 20px;
        padding: 0;
    }

    #system #form_back .wid79 {
        width: 79%;
    }

    #system #form_back {
        font-size: 13px;
    }

    #system #form_back .padding5 {
        padding: 0;
    }
}

#system #form_back .lm_box .text_box .system_preview {
    margin: 0 0.5em;
    height: 100%;
    width: 100px;
    padding: 0.75em 0;
}

#system #form_back .text_box {
    width: 69%;
}

#system #form_back .input_box {
    height: 50%;
    width: 69%;
    align-items: flex-start;
    flex-direction: column;
}

#system #form_back .height100 {
    height: 100%;
}

#system #form_back .day_count {
    height: 100%;
    width: 50px;
}

#system #form_back .form_name {
    width: 31%;
    margin: 0 10px 0 20px;
    display: flex;
    align-items: center;
}

#system #form_back .aligin_center {
    display: flex;
    align-items: center;
}

#system #form_back .he70 {
    height: 70px;
    padding-right: 10px;
}

#system #form_back .attention {
    margin-left: 20px;
}

#system #form_back .default {
    position: relative;
    top: -55px;
}

#system #form_back .def_day {
    position: absolute;
}

#system #form_back .day {
    margin-left: 5px;
}

#system #form_back .wid90 {
    width: 90%;
}

.form_box .blue {
    background-color: #e0eef7;
}

/* デフォルトボタン */
#form_back .def_btn {
    padding: 0.75em 20px;
    background: #f9f0ef;
    border: 1px solid #991f23;
    color: #991f23;
}

#form_back .def_btn:hover {
    background: #991f23;
    color: #fff;
}

/* プレビューボタン */
button.btn-preview:hover {
    background: #006400;
    color: #fff;
}

.btn-preview {
    color: #006400;
    border-color: #006400;
    background: #e2efd1;
    border-radius: 2px;
}

#form_back .form_n {
    width: 31%;
    margin: 0 10px 0 20px;
}

.searchMenu .btn-area,
.btn-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5em 0;
}

.spils_table th.to_address {
    width: 85px;
}

.spils_table th.recipient,
.spils_table th.content {
    width: 55px;
}

#admin .wid80 {
    width: 80%;
}

.modaal-content-container .flex_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blue_btn .button,
.innerBlock .btn-primary {
    background: #e0eef7;
    color: #0072c1;
    border-color: #0072c1;
}

.blue_btn .button:hover,
.innerBlock .btn-primary:hover {
    background: #0072c1;
    color: #fff;
}

.innerBlock #search_box {
    margin-bottom: 0;
}

/* メーカー別参照画面 */
#maker_browse .wid90 {
    width: 90px;
}

#maker_browse .wid9 {
    width: 9%;
}

#maker_browse .wid6 {
    width: 6%;
}

#maker_browse .ref_btn {
    width: auto;
    padding: 0.75em 22px;
}

@media (max-width: 1400px) {
    .panel-lang-btn {
        width: 60%;
    }

    .lang-wrap,
    .rfid-wrap {
        min-width: 102px !important;
        width: 102px !important;
    }
}

@media (max-width: 1200px) {
    #header #headerBg #contMenu {
        width: 400px;
    }

    .name-wrap {
        min-width: 80px !important;
        width: 80px !important;
    }
}

@media (max-width: 992px) {
    #header #headerBg .logo {
        width: 130px;
    }
}
