html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    height: 100%;
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    overflow-y: scroll;
}

ul {
    list-style: none;
}

dt {
    display: block;
    width: auto;
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

td,
th {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

caption {
    text-align: left;
}

img {
    background-color: transparent;
    vertical-align: top;
}

a img {
    border: none;
}

em {
    font-style: normal;
}

hr {
    height: 1px;
    margin-top: 6px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #CCC;
}

input:not([type=radio]),
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type='checkbox'],
input[type='radio'],
input[type='submit'],
input[type='button'],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: clrBase();
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
    line-height: 1;
}

html,
body {
    width: 100%;
    height: 100%;
    color: #3c3c3c;
}

a,
input[type="button"],
button {
    -webkit-transition: ease .1s;
    transition: ease .1s;
}

a.trans:hover {
    opacity: 0.7;
}

html {
    font-size: 62.5%;
    overflow-y: hidden;
}

body {
    font-family: "Noto Sans Japanese", "Helvetica Neue", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 15px;
}

footer div {
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    display: table;
    background-color: #000;
    text-align: center;
}

.container .text-muted {
    margin: 0 0;
    color: #ccc;
}

.lay-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-color: rgba(192, 192, 192, 0.2);
}

.lay-login__sub {
    border: 1px solid #ccc;
    width: 350px;
    height: 500px;
    background-color: #fff;
    border-radius: 20px;
}

.lay-login__sub img {
    margin: 60px 30% 0 30%; 
    width: 200px; 
    height: auto; 
}

.lay-login__sub .hpc10 {
    padding-top: 0px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #0091a7;
    font-weight: bold;
}

.login-form {
    margin: 0px 20px;
    width: 85%;
}

.login-form p {
    margin: 10px -3px;
    background: #e83e8c;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.login-form>form>label {
    padding-top: 10px;
}

.login-form input[type="text"],
input[type="password"] {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding-left: 15px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.login-form input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid rgb(120, 120, 120);
}

.login-form .checkbox-frame {
    padding-top: 10px;
    padding-left: 25px;
}

.login-form .checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
}

.login-form .checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

.login-form .checkbox-input:checked {
    color: #09ad7e;
}

.login-form .checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 5px;
    height: 10px;
    transform: rotate(20deg);
    border-bottom: 2px solid #09ad7e;
    border-right: 2px solid #09ad7e;
}

.login-form button {
    margin-top: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    height: 40px;
    background-color: green;
    border-radius: 10px;
}

.login-form h1 {
    margin: 10px;
    height: 40px;
    text-align: center;
}

.login-form .anchor {
    margin: 30px;
    font-size: 13px;
    text-align: center;
}

.login-form .confirm {
    margin: 40px 70px;
    font-size: 13px;
}

.login-form .resend-frame {
    padding-top: 10px;
    text-align: right;
}


/*ã‚µã‚¤ãƒ‰ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/

.lay-sidemenu {
    position: fixed;
    left: 0;
    margin-top: -22px;
    overflow-y: hidden;
    width: 250px;
    height: 102vh;
    background-color: #ffffff;
    overflow: hidden;
    border-right: 1px solid grey;
}

.lay-sidemenu__set {
    color: #000;
    padding: 15px 6px 6px 10px;
    border-bottom: 1px solid gray;
    display: flex;
    height: 55px;
}

.lay-sidemenu-wrap {
    position: relative;
    height: 100%;
    margin-top: 70px;
    min-height: 960px;
}

.menu_active {
    background-color: grey;
    color: #fff
}

#Wrapper {
    overflow-y: hidden;
    overflow-x: auto;
}

#Main {
    width: 100%;
    height: 100%;
    padding-left: 210px;
}

#Main #Contents {
    padding-top: 20px;
    margin: 0 auto;
}

.lay-master-set .text_align_center {
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.lay-master-set__title {
    width: 92%;
    margin-top: 30px;
    margin-left: 64px;
}

.lay-master-set__form {
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: #fff 1px solid;
}

.lay-master-set__title span {
    display: inline-block;
    font-size: 38px;
    font-weight: 500;
    padding-left: 64px;
    background-size: 52px auto;
}

.set__title {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    background-size: 52px auto;
    margin-top: 10px;
    margin-left: 20px;
    color: #666;
}

.lay-master__table {
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 20px;
    width: 90.5%;
}

.lay-master__table a:hover {
    color: #FFFFFF;
}

.lay-master__table table {
    font-size: 16px;
    line-height: 1.5;
}

.lay-master__table table tr th {
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #777777;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.lay-master__table table tr td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    word-break: break-all;
}

.lay-master__table table tr td.text_align_left {
    height: 50px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
}

.lay-master__table table tr td a:hover {
    color: #FFFFFF;
}

.w99pt5per {
    width: 99.5%;
}

.tbllayoutfixed {
    table-layout: fixed;
}

.lay-master__table_form {
    word-break: break-all;
    margin-top: 20px;
}

.lay-master__table_form table {
    margin: 2% auto;
    font-size: 16px;
    line-height: 1.5;
}

.lay-master__table_form table tr th {
    height: 30px;
    text-align: left;
}

.lay-master__table_form table tr th span {
    padding-left: 10px;
    padding-right: 15px;
    height: 40px;
    text-align: center;
    background-color: #4C4C4C;
    color: #FFFFFF;
    line-height: 40px;
}

.lay-master__table_form table tr th p {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    background-color: #4C4C4C;
    color: #FFFFFF;
    padding-top: 4px;
}

.lay-master__table_form table tr td {
    padding-left: 10px;
    height: 62px;
    background: #fff;
    text-align: left;
}

.lay-master__table_form table tr td a:hover {
    color: #FFFFFF;
}

.lay-master__table_form input:not([type="checkbox"]) {
    width: 350px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding-left: 15px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.lay-master__table_form select {
    width: 350px;
    height: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 15px;
    outline: 0;
    background-color: #fff;
    background-image: url(../../img/icon-select.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px 9px;
    border: 1px solid #ccc;
}

.lay-master__table_form input:disabled,
select:disabled {
    outline: 0;
    background-color: lightgrey;
    border: 1px solid #ccc;
}

.lay-master__table_form table tr td textarea {
    width: 350px;
    height: 55px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.lay-master__table_form .register_btn button {
    width: 50%;
}

.New_btn {
    background: #5F5FF8;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.Search_btn {
    width: 120px;
    background: #5F5FF8;
    color: #fff;
    font-size: 16px;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
}

.Back_btn {
    background: grey;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.Edit_btn {
    background: #3CD602;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    text-decoration: none;
}

.Delete_btn {
    background: #FF0000;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
}

.pwdChange_btn {
    background: #00CC00;
    color: #fff;
    font-size: 16px;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    margin-left: -10px;
    float: left;
}

.disabled_btn {
    color: #999;
    font-size: 16px;
    background: #DDD;
    border: 1px solid #CCC;
    padding: 3px 20px 3px 20px;
    border-radius: 5px;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}

.Edit_btn_disabled {
    background: #DDD;
    color: #999;
    font-size: 16px;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
    text-decoration: none;
}

.error_msg {
    color: #FF0000;
}

.lay-search {
    margin-top: 17px;
    margin-left: 70px;
    margin-right: 30px;
    width: 90%;
    border: 1px solid #ccc;
}

.lay-search-wrap {
    padding: 30px 20px 10px 30px;
    background-color: whitesmoke;
    border-radius: 0px;
}

.lay-search__form {
    padding-bottom: 8px;
}

.lay-search__form__col1 {
    margin-bottom: 20px;
}

.lay-search__form__col1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lay-search__form__col1 ul li {
    width: 30%;
}

.lay-search__form__row1 {
    width: 100%;
    height: 50px;
    display: flex;
}

.lay-search__form__row1 .cell1 {
    display: flex;
}

.lay-search__form__row1 .cell2 {
    display: flex;
    margin-left: 20px;
}

.lay-search__form__row1 div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    background-color: #777777;
    font-size: 16px;
    color: #fff;
}

.mod-form__set dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.mod-form__set dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    background-color: #777777;
    font-size: 16px;
    color: #fff;
}

.mod-form__set dl dd {
    width: 100%;
}

.mod-form__text input[type="text"] {
    width: 100%;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    padding-left: 15px;
    outline: 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w100per {
    width: 100%;
}

.maxw58per {
    max-width: 58%;
}

.clrw {
    font-size: 15px;
    color: #fff;
}

.mt20 {
    margin-top: 20px;
}

.ml15 {
    margin-left: 15px;
}

.ml10 {
    margin-left: 10px;
}

.mr22 {
    margin-right: 22px;
}

.readonlyCls {
    background-color: lightgray !important;
}

.center {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.small-text {
    font-size: 10px; 

}

#error {
    white-space: pre-line;
}

