/* //////////////////////////// pura.css-Overwrite ↓ */

.pure-button-primary {
    background-color: #307cf2;
}

.pure-button {
    width: 8em;
    margin: 0 1em;
}

.pure-form input[type="color"],
.pure-form input[type="date"],
.pure-form input[type="datetime-local"],
.pure-form input[type="datetime"],
.pure-form input[type="email"],
.pure-form input[type="month"],
.pure-form input[type="number"],
.pure-form input[type="password"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="text"],
.pure-form input[type="time"],
.pure-form input[type="url"],
.pure-form input[type="week"],
.pure-form select,
.pure-form textarea {
    padding: 0.4em 0.6em;
}
/* //////////////////////////// Overwrite ↑ */
/* //////////////////////////// Common　↓ */

html,
body {
    height: 100%;
    background-color: rgba(200, 200, 200, 1);
    font-size: 15px !important;
}

fieldset {
    border-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

nav ul {
    margin: 0;
    padding: 0;
}

main {
    margin-bottom: 0;
    padding: 15px 10px;
}

header {
    background-color: #ffffff;
    padding: 0 50px;
    min-width: 992px;
}

/*ヘッダー会社名*/
.form-inline{
    max-width:440px;
}

::placeholder {
  color: #aaa;
}

/* mobile */

@media (max-width: 575.98px) {
    header {
        min-width: unset;
        padding: 2% 5%;
        box-shadow: 0px 2px 5px #b5b3b3;
    }
}

header h2 {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

footer {
    width: 100%;
    min-width: 992px;
    height: 40px;
    background: rgba(200, 200, 200, 1);
    bottom: 0;
    text-align: center;
}

footer.login-footer {
    min-width: 500px;
    height: auto;
}

footer.login-footer div.footer-top{
    padding-top: 1em;
}

footer.login-footer div{
    padding: 4px;
}

footer.login-footer a{
    color: #3366ff;
}

footer p,
footer a {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
}

footer small {
    display: block;
    font-size: 11px;
    padding: 5px 0;
}
/* mobile */
#mobile_footer {
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -2px 5px #b5b3b3;
}

#mobile_footer ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 0;
    margin-bottom: 0;
    justify-items: center;
    align-items: center;
}

#mobile_footer li {
    display: inline-block;
}

#mobile_footer a {
    display: block;
    position: relative;
}

#mobile_footer a img {
    display: block;
    margin: 0 auto;
}


@media (min-width: 575.99px) {
    #mobile_footer {
        min-width: auto;
        position: fixed;
        max-height: 120px;
        height: auto;
        padding: 2%;
    }

    #mobile_footer a img {
        display: block;
        width: 40%;
        margin: 0 auto;
    }

}

@media (max-width: 575.98px) {
    footer {
        min-width: unset;
        position: fixed;
        max-height: 100px;
        height: auto;
        padding: 5%;
    }

    footer.login-footer {
        min-width: auto;
        position:static;
        padding: 0px;
    }

    #mobile_footer a img {
        width: 60%;
    }

    footer a span {
        display: block;
        font-size: 9px;
        text-align: center;
        color: #AEADAD;
        font-weight: bold;
    }

    footer a span.active {
        color: #b42828;
    }
}

#wrapper {
    width: 100%;
    background-color: #f0f0f0;
}

.error-message {
    color: red;
    margin: 0;
}

.required-mark {
    color: white;
    background-color: orange;
    text-align: center;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 0px 0px 0px 4px;
    float: left;
}

.optional-mark {
    color: white;
    background-color: grey;
    text-align: center;
    border-radius: 5px;
    padding: 2px 7px;
    margin: 0px 0px 0px 4px;
    float: left;
}

.character_limit{
    font-size: 12px;
    color: #bbbbbb;
}

/* mobile */

@media (max-width: 575.98px) {
    .required-mark {}
    .optional-mark {}
}

input[type="text"],
textarea,
select {
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 2px 5px;
}

.bg-gray {
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
}

.bg-lightorange {
    background-color: #f5e3cf;
}

input:read-only {
    background-color: #eee;
    font-weight: bold;
}

.supplement_text {
    text-align: left;
    color: #525252;
}
/* //////////////////////////// Common-Login ↓ */

.login-form-wrapper {
    width: 100%;
    max-width: 500px;
    box-shadow: -8px -8px 6px rgb(255 255 255 / 30%), 8px 8px 6px rgb(0 0 0 / 5%);
    padding: 20px;
}

.login-form-wrapper h2 {
    text-align: center;
    padding: 0;
    margin: 0;
}

.login-form-wrapper input {
    width: 100%;
}

.login-form {
    padding: 1em 1em;
    background-color: #ffffff;
}

.login-form button {
    margin: 0.1em 0 0.5em 0 !important;
}
/* //////////////////////////// Common-Login ↑ */
/* //////////////////////////// Common-button ↓ */

.blue-button-box,
.orange-button-box,
.red-button-box,
.white-button-box,
.invalid-button-box {
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 7px;
    box-shadow: 0px 1px 2px 0px #bbb;
    margin-bottom: 1rem;
    padding: 0.4em;
    max-width: 110px;
}

.blue-button-box.contract{
    max-width: 140px;
}

.blue-button-box.info{
    max-width: 160px;
}

.red-button-box.login{
    max-width: 140px;
}

.dummy-button-box {
    background-color:transparent;
    border: none;
    max-width: 120px;
}

.blue-button-box {
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.orange-button-box {
    margin-left: 0;
    margin-bottom: 1rem;
    background: linear-gradient( #ff8610 0%, #ff7b05 50%, #e56900 50.01%, #ff8610 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.red-button-box {
    background: linear-gradient(#eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.white-button-box {
    color: #000;
    border: 1px solid rgb(185, 185, 185);
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.invalid-button-box {
    background: linear-gradient( to bottom, #65696d 0%, #59595a 65%, #494949 65.01%, #484d52 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.blue-button-box a,
.orange-button-box a,
.red-button-box a,
.white-button-box a,
.invalid-button-box a{
    color: white;
    display: block;
}

.blue-button-box .padding {
    padding-left: 4px;
    padding-right: 4px; 
}

.blue-button-box .margin {
    margin: 6px;
}

@media (max-width: 575.98px) {
    .blue-button-box,
    .orange-button-box,
    .red-button-box,
    .white-button-box {
        display: block;
        padding: 1em 0;
        border-radius: 30px;
    }
}

.lightblue-button-box{
    text-align: center !important;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 0.5em;
    background: linear-gradient(#EEF4FC,#D1E3F8);
    width: 50%;
}

.button-left{
    margin:0px 0px 12px 0px;
    padding: 8px 0px 8px 24px;
    text-align: left;
    width: 80%;
}

.button-margin {
    width: 8em;
    margin: 0 1em;
}

.text-top{
    margin:24px 48px 48px 48px;
    position: relative;
}

.text-margin-top{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    background-image: url(../images/kyuyo/check.png);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 24px;
    height: 20px;
}

.text-margin{
    margin:0px 48px 12px 48px;
}

.text-margin-left-top{
    margin:12px 48px 12px 48px;
    text-align: left;
    background-image: url(../images/kyuyo/check.png);
    background-repeat:no-repeat;
    padding: 0px 0px 0px 24px;
}

.text-margin-left{
    margin:0px 48px 12px 48px;
    text-align: left;
}

/* //////////////////////////// Common-button ↑ */
/* //////////////////////////// Common-yellowtable ↓ */

.yellow-back-table .table {
    border: 1px solid #bbbbbb;
    font-size: 0.9em;
    text-align: center;
}

.yellow-back-table .table caption {
    caption-side: top;
    text-align: left;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.yellow-back-table .table thead tr th {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.yellow-back-table .table tbody tr {
    background-color: #fdffdc;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

.yellow-back-table .table tbody tr th {
    text-align: left;
    background-color: #fdffdc;
    vertical-align: middle;
}
/* //////////////////////////// Common-yellowtable ↑ */
/* //////////////////////////// Common ↑ */
/* //////////////////////////// PConly　↓ */

.main-content {
    min-width: 992px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 10px rgba(200, 200, 200, 1);
    padding: 20px;
}

input.hatena_button {
    background-color: #696969 !important;
    color: #fff;
    border-radius: 100%;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}
/* //////////////////////////// PConly-leftside ↓ */

#global-nav-pc ul li {
    display: block;
    float: none;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 900;
    -webkit-box-shadow: inset 0 0 20px #02498c;
    -moz-box-shadow: inset 0 0 20px #02498c;
    box-shadow: inset 0 0 20px #02498c;
    background-color: #0071dc;
    background: linear-gradient( #0075da 0%, #0166c5 50%, #02519c 50.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
    padding: 8px 0;
    margin: 0 0 1px 0;
    border-radius: 5px;
}

#global-nav-pc ul li a {
    display: block;
    color: #fff;
}

@media (max-width: 1366px) {
    #global-nav-pc ul li a {
        font-size: 14px;
    }
}

#global-nav-pc ul li:hover {
    -webkit-box-shadow: inset 0 0 20px #e47600;
    -moz-box-shadow: inset 0 0 20px #e47600;
    box-shadow: inset 0 0 20px #e47600;
    background-color: #ff8f18;
    background: linear-gradient( to bottom, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#fe8d14', EndColorStr='#ff8f18');
}

#global-nav-pc .globalNavi-after {
    margin-bottom: 1px;
}

#global-nav-pc .globalNavi-gray li {
    float: none;
    width: 100%;
    margin-bottom: 1px;
    -webkit-box-shadow: inset 0 0 20px #6d767a;
    -moz-box-shadow: inset 0 0 20px #6d767a;
    box-shadow: inset 0 0 20px #6d767a;
    background-color: #8fa3ac;
    background: -webkit-linear-gradient( top, #C1BFBF 0%, #929292 50%, #949090 50.01%, #C5C5C5 100%);
    background: -moz-linear-gradient( top, #C1BFBF 0%, #929292 50%, #949090 50.01%, #C5C5C5 100%);
    background: -ms-linear-gradient( top, #C1BFBF 0%, #929292 50%, #949090 50.01%, #C5C5C5 100%);
    background: -o-linear-gradient( top, #C1BFBF 0%, #929292 50%, #949090 50.01%, #C5C5C5 100%);
    background: linear-gradient( to bottom, #C1BFBF 0%, #929292 50%, #949090 50.01%, #C5C5C5 100%);
    background: linear-gradient(180deg, #C1BFBF 0%, #929292 61%, #949090 63%, #C5C5C5 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#C1BFBF', EndColorStr='#929292'); */
}

#global-nav-pc .globalNavi-after li {
    float: none;
    width: 100%;
    margin-bottom: 1px;
    background-color: #2283ad;
    background: -webkit-linear-gradient( top, #2283ad 0%, #2283ad 50%, #1e759b 50.01%, #2283ad 100%);
    background: -moz-linear-gradient( top, #2283ad 0%, #2283ad 50%, #1e759b 50.01%, #2283ad 100%);
    background: -ms-linear-gradient( top, #2283ad 0%, #2283ad 50%, #1e759b 50.01%, #2283ad 100%);
    background: -o-linear-gradient( top, #2283ad 0%, #2283ad 50%, #1e759b 50.01%, #2283ad 100%);
    background: linear-gradient( to bottom, #2283ad 0%, #2283ad 50%, #1e759b 50.01%, #2283ad 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#2283ad', EndColorStr='#2283ad');
}

#global-nav-pc .globalNavi-after li:last-child {
    margin-bottom: 0;
}

#global-nav-pc .globalNavi-after li a,
#global-nav-pc .globalNavi-gray li a {
    color: #fff;
}

#global-nav-pc ul .current a {
    -webkit-box-shadow: inset 0 0 20px #e47600;
    -moz-box-shadow: inset 0 0 20px #e47600;
    box-shadow: inset 0 0 20px #e47600;
    pointer-events: none;
    background-color: #ff8f18;
    background: -webkit-linear-gradient( top, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    background: -moz-linear-gradient( top, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    background: -ms-linear-gradient( top, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    background: -o-linear-gradient( top, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    background: linear-gradient( to bottom, #fe8d14 0%, #ff8708 50%, #e77700 50.01%, #ff8f18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#fe8d14', EndColorStr='#ff8f18');
}


/* //////////////////////////// PConly-leftside ↑ */
/* //////////////////////////// PConly-insideheader ↓ */

#local-nav,
#local-nav2 {
    overflow: hidden;
    width: auto;
}

#local-nav ul,
#local-nav2 ul {
    list-style-type: none;
}

#local-nav ul li:first-child:nth-last-child(1),
#local-nav ul li:first-child:nth-last-child(1)~li {
    float: left;
    width: calc(100%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(2),
#local-nav ul li:first-child:nth-last-child(2)~li,
#local-nav2 ul li:first-child:nth-last-child(2),
#local-nav2 ul li:first-child:nth-last-child(2)~li {
    float: left;
    width: calc(50.0%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(3),
#local-nav ul li:first-child:nth-last-child(3)~li {
    float: left;
    width: calc(33.33%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(4),
#local-nav ul li:first-child:nth-last-child(4)~li,
#local-nav2 ul li:first-child:nth-last-child(4),
#local-nav2 ul li:first-child:nth-last-child(4)~li {
    float: left;
    width: calc(25%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(5),
#local-nav ul li:first-child:nth-last-child(5)~li {
    float: left;
    width: calc(20%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(6),
#local-nav ul li:first-child:nth-last-child(6)~li {
    float: left;
    width: calc(33.33%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(7),
#local-nav ul li:first-child:nth-last-child(7)~li {
    float: left;
    width: calc(25%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(8),
#local-nav ul li:first-child:nth-last-child(8)~li,
#local-nav ul li:first-child:nth-last-child(9),
#local-nav ul li:first-child:nth-last-child(9)~li,
#local-nav ul li:first-child:nth-last-child(10),
#local-nav ul li:first-child:nth-last-child(10)~li,
#local-nav ul li:first-child:nth-last-child(11),
#local-nav ul li:first-child:nth-last-child(11)~li,
#local-nav ul li:first-child:nth-last-child(13),
#local-nav ul li:first-child:nth-last-child(13)~li {
    float: left;
    width: calc(20%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li:first-child:nth-last-child(11),
#local-nav ul li:first-child:nth-last-child(11)~li{
    float: left;
    width: calc(16%);
    padding: 1px;
    line-height: 45px;
}

#local-nav2 ul li:first-child:nth-last-child(10),
#local-nav2 ul li:first-child:nth-last-child(10)~li {
    float: left;
    width: calc(10.0%);
    padding: 1px;
    line-height: 45px;
}

#local-nav ul li a,
#local-nav2 ul li a {
    display: inline-block;
    font-size: 16px;
    inline-size: 100%;
    color: white;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    background-color: #7db9e8;
    background: linear-gradient( #0075da 0%, #0166c5 50%, #02519c 50.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#2283ad', EndColorStr='#2283ad');
}

#local-nav ul li a:hover,
#local-nav2 ul li a:hover {
    background-color: #ff6e00;
    background: -webkit-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -moz-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -ms-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -o-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: linear-gradient( to bottom, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#ff9028', EndColorStr='#ff6e00');
}

#local-nav ul .current a,
#local-nav2 ul .current a {
    pointer-events: none;
    background-color: #ff6e00;
    background: -webkit-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -moz-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -ms-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: -o-linear-gradient( top, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    background: linear-gradient( to bottom, #ff9028 0%, #ff6100 50%, #ff8c28 50.01%, #ff6e00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#ff9028', EndColorStr='#ff6e00');
}

@media (max-width: 1500px) {
    #local-nav2 ul li:first-child:nth-last-child(10) a,
    #local-nav2 ul li:first-child:nth-last-child(10)~li a{
        font-size: 14px !important;
    }
}

@media (max-width: 1400px) {
    #local-nav2 ul li:first-child:nth-last-child(4)~li a,
    #local-nav2 ul li:first-child:nth-last-child(10) a,
    #local-nav2 ul li:first-child:nth-last-child(10)~li a,
    #local-nav ul li:first-child:nth-last-child(11) a,
    #local-nav ul li:first-child:nth-last-child(11)~li a{
        font-size: 14px !important;
    }
}

@media (max-width: 1300px) {
    #local-nav2 ul li:first-child:nth-last-child(4)~li a,
    #local-nav2 ul li:first-child:nth-last-child(10) a,
    #local-nav2 ul li:first-child:nth-last-child(10)~li a,
    #local-nav ul li:first-child:nth-last-child(11) a,
    #local-nav ul li:first-child:nth-last-child(11)~li a{
        font-size: 12px !important;
    }
}

@media (max-width: 1200px) {
    #local-nav2 ul li:first-child:nth-last-child(4)~li a,
    #local-nav2 ul li:first-child:nth-last-child(10) a,
    #local-nav2 ul li:first-child:nth-last-child(10)~li a,
    #local-nav ul li:first-child:nth-last-child(11) a,
    #local-nav ul li:first-child:nth-last-child(11)~li a{
        font-size: 10px !important;
    }
}

/* ////////////////////////////　PConly-insideheader ↑ */
/* ////////////////////////////　PConly-rightside ↓ */

.menu-box {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 7px;
    background-color: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#eee', EndColorStr='#fff');
    box-shadow: 2px 2px 3px 2px #bbb;
}
/* //////////////////////////// PConly-rightside ↑ */
/* //////////////////////////// PConly-search ↓ */

.yellow-back-search {
    width: 100%;
    border: 1px solid #bbbbbb;
    text-align: center;
    margin: 10px 0;
}

.yellow-back-search caption {
    caption-side: top;
    text-align: left;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    border: 1px solid #bbbbbb;
    padding-left: 35px;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
    background: url("../images/gear.png");
    background-repeat: no-repeat;
    background-size: 1%, 100%;
    background-position: 10px 50%;
}

.yellow-back-search tbody tr {
    background-color: #fdffdc;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

.yellow-back-search tbody tr th {
    vertical-align: middle;
    padding: 10px 0;
}

.yellow-back-button {
    background-color: #fdffdc;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
    margin:0px 0px 24px 0px;
}

/* ////////////////////////////PConly-search ↑ */
/* ////////////////////////////PConly-holidaysetting ↓ */

.admin-month-calendar-table .table {
    padding: 0px;
    border: 1px solid #bbbbbb;
    font-size: 12px;
    text-align: center;
}

.admin-month-calendar-table .table caption {
    font-size: 1.2em;
    color: white;
    caption-side: top;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-month-calendar-table .table thead tr th {
    padding: 0.8em;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-month-calendar-table .table tbody tr th {
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-month-calendar-table .table tbody tr td {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

.admin-month-calendar-table .table tbody tr td.orange {
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-month-calendar-table .table tbody tr td.red {
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-month-calendar-table .table tbody tr:nth-child(odd) {
    background: #fff;
}

.admin-month-calendar-table .table tbody tr:nth-child(even) {
    background: #f1f6fc;
}
/* ////////////////////////////PConly-holidaysetting ↑ */
/* ////////////////////////////PConly-adjusttable ↓ */

.table-01 {
    width: 100%;
    font-size: 0.9em;
}

.table-01 tbody tr:nth-child(even) {
    background-color: #f1f6fc;
}

.table-01 tbody tr th,
.table-01 tbody tr td {
    padding: 0.5em;
}

.table-01 tbody tr th {
    color: #444;
    border: 1px solid #5180a0;
    background: #eee;
    background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
    background: -o-linear-gradient(top, #eee 0%, #fff 100%);
    background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

@media screen and (min-width: 768px) {
    .table-01 tbody tr th {
        white-space: nowrap;
        width: 100px;
    }
}

.table-01 tbody tr td {
    border: 1px solid #84b2e0;
}

.table-01 label {
    margin-right: 1em;
}

.table-01 input[type="submit"],
.table-01 input[type="reset"] {
    padding: 0.3em 0.5em;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #888;
    background: #eee;
    background: -moz-linear-gradient(top, #eee 0%, #bbb 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #eee 0%, #bbb 100%);
    background: -o-linear-gradient(top, #eee 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #eee 0%, #bbb 100%);
    background: linear-gradient(to bottom, #eee 0%, #bbb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}
/* //////////////////////////// PConly-adjusttable ↑ */
/* //////////////////////////// PC only-tabstyle ↓ */

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    width: 100%;
    margin: 0 auto;
}

.tab_item {
    width: 200px;
    height: 50px;
    background-color: #d9d9d9;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-left: 2px solid #eee;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    box-shadow: 2px 0px 2px #eee;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.tab_item:hover {
    color: #ff6e00 !important;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
    border: 2px solid #eee;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content ,
#tab4:checked~#tab4_content ,
#tab5:checked~#tab5_content {
    display: block;
}

.tabs input:checked+.tab_item {
    background-color: #fff;
    color: #000;
    border-top: 5px solid #2a27ca;
    box-shadow: 1px 2px 0px #fff;
}
/* //////////////////////////// PConly-tabstyle ↑ */

.white-back-heading {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: #ffffff;
    border-left: 10px solid #054f95;
    border-bottom: 1px solid #054f95;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
}

.blue-back-heading {
    font-size: 20px;
    background-color: #f1f6fc;
    border-left: 10px solid #054f95;
    border-bottom: 1px solid #054f95;
    text-align: left;
    padding: 5px 0 5px 10px;
}

.back-heading {
    font-size: 20px;
    font-weight: bold;
    border-left: 10px solid #054f95;
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 10px;
}

.blue-back-heading .heading-date {
    font-size: 14px;
    font-weight: bold;
}

.blue-back-heading .heading-group {
    font-size: 14px;
}

.blue-back-heading .heading-employee {
    font-size: 25px;
    font-weight: bold;
}

.blue-back-heading .heading-application {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid blue;
    display: inline-block;
    padding: 5px 5px 3px 5px;
}

.blue-back-table {
    border: 1px solid #eee;
    padding: 15px 5%;
    margin: 20px 0;
}

.blue-back {
    background-color: #f1f6fc;
    padding: 2% 5%;
}

.blue-back2 {
    background-color: #f1f6fc;
    padding: 2% 2%;
}

.blue-back-table .table {
    border: none;
}

.blue-back-table .table tbody th {
    text-align: center;
    width: 30%;
}

.blue-back-table .table tbody td {
    text-align: center;
    padding: 10px;
}

.gray-back{
    background: #EEEEEE 0% 0% no-repeat padding-box;
    padding: 2% 3%;
}

.section-heading {
    text-align: left;
    font: normal normal bold 32px/48px Meiryo;
    color: #707070;
}

.section-under-heading {
    border-left: 3px solid #054f95;
    padding-left: 5px;
    margin:3px;
}

.section-align nav ul{
    height:150px; width:150px;
    padding:4px;
    overflow:hidden; overflow-y:scroll;
    background-color: #eeeeee;
}

.section-align,
.section-align form{
    display: flex;
    /* flex-direction: row; */
    gap: 10px;
}

.section-align input{
    line-height: 1em;
}

.section-align .menu{
    justify-content: space-between;
    /* flex-direction: unset; */
}

.align-search {
    display: inline;
    line-height: 1em;
    vertical-align: middle;
}

.section-nav .menu{
    list-style-type: none;
    margin: 2px;
    padding: 2px;
    overflow: hidden;
    text-align: center;
}

.section-nav .right {
    float: right;
    margin: 2px;
    vertical-align: middle;
}

.section-nav .left {
    float: left;
    margin:2px;
}
.section-nav a:hover{
    color: white;
}

.section-nav p {
    font-size: small;
    align-self: center;
    padding-top:10px;
}

.section-box{
    background: #fff;
    border: 1px solid #8a8888;
    padding: 10px;
    margin: 5px;
    font-size: 14px;
}

.section-box .message {
    min-height: 300px;
}

.section-box .message-reply {
    min-height: 200px;
}

.section-box textarea{
    resize: both;
    width: 80%;
    height: 7rem;
}

.section-center {
    text-align: center;
    padding:5px;
    
}

.category-box {
    background: #10a7ff;
    border-radius: 4px;
    padding-left: 2px; 
    padding-right: 2px; 
    font-size: 0.7rem;
    text-align: center;
    align-self: flex-start;
    color:white;
}

.office-table{
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden;
}

.office-table .read,
.office-table .unread,
.office-table .heading {
    border: 1px solid rgb(199, 199, 199);
}

.office-table .read{
    background: #f1f6fc;
    color: rgb(66, 66, 66);
    font-size: 14px;
}

.office-table .unread{
    background: #fffffff3;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.office-table .heading {
    color: white;
    font-size: 15px;
    border: 1px solid rgb(199, 199, 199);
}

@media screen and (max-width: 1600px) {
   /* 横幅が800px以上の場合に適用するスタイル */
   .office-table .heading{
        font-size: 13px;
   }
}

@media screen and (max-width: 1400px) {
   /* 横幅が800px以上の場合に適用するスタイル */
   .office-table .heading{
        font-size: 12px;
   }
}

@media screen and (max-width: 1200px) {
   /* 横幅が800px以上の場合に適用するスタイル */
   .office-table .heading{
        font-size: 10px;
   }
}

@media screen and (max-width: 1000px) {
   /* 横幅が800px以上の場合に適用するスタイル */
   .office-table .heading{
        font-size: 11px;
   }
}



.office-table .heading span{
    display: block;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    border-radius: 7px; 
    padding: 6px 0px 6px 6px;
}

.office-table td{
    vertical-align: middle;
    overflow: hidden;
    padding: 6px;
}

.show-newlines {
    white-space: pre-line;
}

.grey-heading {
    border: 1px solid #bbbbbb;
    background: #cccccc;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 5%;
}

.grey-heading>p {
    margin-bottom: 0;
}

.grey-heading>p.small-p {
    font-size: 1rem !important;
    font-weight: normal !important;
}

table.default-table {
    padding: 5px 10px;
    border: 1px solid #bbbbbb;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

table.default-table caption {
    color: white;
    caption-side: top;
    text-align: center;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table thead tr th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr th {
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr td {
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

table.default-table tbody tr td.orange {
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr td.red {
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr th.orange {
    color: #ffffff;
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr th.red {
    color: #ffffff;
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table thead tr th.orange {
    color: #ffffff;
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table thead tr th.red {
    color: #ffffff;
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

table.default-table tbody tr:nth-child(odd) {
    background: #fff;
}

table.default-table tbody tr:nth-child(even) {
    background: #f1f6fc;
}

table.default-table.footer{
}

table.default-table.footer th{
    width: 10%;
    color: white;
    padding:12px;    
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #DDDDDD;
    text-align: center;
}

table.default-table.footer td{
    text-align: left;
}

table.default-table.footer td span{
    padding:12px;
    line-height: 2em;
}

table.default-table.footer td span.b{
    font-weight: bold;
    line-height: 3em;
}


.default-table .table {
    width: 100%;
    padding: 0px;
    border: 1px solid #bbbbbb;
    text-align: center;
}

.default-table.table-resize {
    width: 100%;
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    .default-table .table-resize {
        width: 70%;
        margin: 0 auto;
    }
}

.default-table .table caption {
    color: white;
    caption-side: top;
    text-align: center;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
    font-weight: bold;
    font-size: 16px;
    padding: 0.5rem 0;
}

.default-table .table thead tr th,
.default-table-thead-tr-th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr th {
    padding: 0.3rem;
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr td {
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

.default-table .table tbody tr td.orange {
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr td.red {
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr th.orange {
    color: #ffffff;
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr th.red {
    color: #ffffff;
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table thead tr th.orange {
    color: #ffffff;
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table thead tr th.red {
    color: #ffffff;
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.default-table .table tbody tr:nth-child(odd) {
    background: #fff;
}

.default-table .table tbody tr:nth-child(even) {
    background: #f1f6fc;
}

.default-table .table tbody tr.aggregate_bank {
    background: #dddddd;
}

.blue-heading-table .table {
    padding: 0px;
    border: 1px solid #bbbbbb;
    font-size: 16px;
    text-align: center;
}

.blue-heading-table .table caption {
    color: white;
    caption-side: top;
    text-align: center;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.blue-heading-table .table thead tr th {
    padding: 0.25rem 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #bbbbbb;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.blue-heading-table .table tbody tr th {
    text-align: center;
    vertical-align: middle;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.blue-heading-table .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bbbbbb;
}

.blue-heading-table .table tbody tr td.orange {
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.blue-heading-table .table tbody tr td.red {
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.blue-heading-table .table tbody tr:nth-child(odd) {
    background: #fff;
}

.blue-heading-table .table tbody tr:nth-child(even) {
    background: #f1f6fc;
}
/* .admin-blue-button {
    text-align: center;
    color: white;
    border: 1px solid #bbb;
    margin: 0.5em auto;
    margin-bottom: 1em;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px #bbb;
    -moz-box-shadow: 0px 1px 2px 0px #bbb;
    box-shadow: 0px 1px 2px 0px #bbb;
    border-radius: 10px / 6px;
    text-align: center;
    line-height: 40px;
    background: linear-gradient( to bottom, #008bd5 0%, #006398 48%, #008bd5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
} */

/* 半角英数字やスペースなどを改行する場合に指定 */
.newline{
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
}

.menu-item-box {
    box-sizing: border-box;
    width: 330px;
    height: 200px;
    background-color: #5784FF;
    margin: 10px;
    padding: 15px;
    border-radius: 12px; 
    display: flex;
    justify-content: space-between;
}

.menu-content {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.menu-box-h1 {
    color: white;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list li a{
    margin-bottom: 5px;
    color: white;
    text-decoration: underline;
    font-weight: normal;
    transition: font-weight 0.2s ease; 
}

.menu-list li a:hover {
    font-weight: bold; 
}

.imagearea {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 35%;
}

.menu-box__h1 {
    position: relative;
    top: -10px;
    width: 150px;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
    font-size: 16px;
    background-color: #0071dc;
    background: -webkit-linear-gradient( top, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    background: -moz-linear-gradient( top, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    background: -ms-linear-gradient( top, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    background: -o-linear-gradient( top, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.menu-box__h1 .menu-imagearea {
    position: relative;
    height: 0;
    z-index: 2;
}

.menu-box__h1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -25px;
    left: 0;
    border-style: solid;
    border-color: #0071dc transparent transparent transparent;
    border-width: 25px 75px 0 75px;
    z-index: 1;
}

.menu-box-nav {
    padding: 1.5em 1em 1em 1em;
}

.menu-box-nav ul li a {
    display: block;
    color: #0663b1;
    text-decoration: none;
    font-weight: 900;
    padding-left: 20px;
    margin-bottom: 5px;
}

.menu-box-nav ul li a:hover {
    background-color: white;
    color: #f60;
}

.top-container {
    display: flex;
    flex-wrap:wrap;
    align-content:center;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
    max-width:inherit;
}

.menu-top-container {
    display: flex;
    flex-wrap:wrap;
    align-content:center;
    grid-template-columns: auto auto auto;
    max-width:inherit;
}
.menu-item {
    box-sizing: border-box;
    width: 270px;
    height: 120px;
    background-color: #2283ad;
    margin: 4px;
}

.month-calendar-table {
    width: 100%;
    font-size: 0.9em;
}

.month-calendar-table tbody tr th,
.month-calendar-table tbody tr td {
    width: 10px;
    padding: 0.5em;
}

.month-calendar-table thead tr th {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.month-calendar-table tbody tr th {
    color: #111;
    border: 1px solid #bbbbbb;
}

#edit-buttons {
    margin: 2% 0;
}

.short-input {
    width: 100% !important;
}
/* // 中デバイス（タブレット, 768px 以上） */

@media (min-width: 768px) {
    .short-input {
        width: auto !important;
    }
}

.input-date-size {
    width: 4.5em !important;
}

.input-year-size {
    width: 6em !important;
}

.caution-text {
    background-color: #fdffdc;
    margin-top: 10px;
    padding: 10px;
    color: red;
    text-align: center;
    font-weight: bold;
}

.caution-text p {
    margin-bottom: 0;
}

.list-buttons {
    background-color: #f1f6fc;
    padding: 0.5rem;
    border: 1px solid #333333;
    width: 45%;
    margin: 0 auto;
    border-radius: 5px;
    color: #333333;
    font-weight: bold;
}

.list-buttons>a {
    color: #333333;
}

.blue-gimmick-button {
    width: 100%;
    max-width: 120px;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 2px 0px #bbb;
    -moz-box-shadow: 0px 1px 2px 0px #bbb;
    box-shadow: 0px 1px 2px 0px #bbb;
    background-color: #054f95;
    padding: 0.5em;
}
/* ////////////////////////////PConly ↑ */
/* ////////////////////////////MOBILEonly ↓ */

#mobile_body {
    background-color: rgb(241 241 241);
    height: auto;
}

.mobile-white-box-outer {
    width: 100%;
    padding: 4px;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #bbb;
    -webkit-box-shadow: 0px 1px 2px 0px #bbb;
    -moz-box-shadow: 0px 1px 2px 0px #bbb;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.mobile-white-box {
    text-align: center;
    width: 100%;
    border: 1px solid #bbb;
    padding: 5% 10%;
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.mobile-white-box h1 {
    font-size: 1.5em;
}

.mobile-white-box h2 {
    margin: 6px;
    margin-top: 20px;
    font-size: 25px;
}

.mobile-white-box input,
.mobile-white-box select {
    width: 100%;
}

.mobile-white-box input[type="radio"] {
    width: auto;
}

.mobile-white-box .yellow-back-table .table{
    font-size: 0.8em;
}

.clock-date {
    margin-block-start: 1em;
    margin-block-end: -0.5em;
    color: black;
    font-size: 20px;
}

.clock-time {
    color: black;
    font-size: 50px;
}

.work-state {
    width: 80%;
    margin: 10px auto;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.work-state p {
    font-weight: bold;
    margin-bottom: 0;
}

.punch_buttons {
    margin: 10px auto;
}

#punch_in_button {
    text-decoration: none;
    width: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0;
}

#punch_out_button {
    text-decoration: none;
    width: 100%;
    text-align: center;
    border: none;
    background-color: transparent;
    padding: 0;
}

.mobile-title-box {
    text-align: center;
    color: white;
    width: 100%;
    border: 1px solid #bbb;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px #bbb;
    -moz-box-shadow: 0px 1px 2px 0px #bbb;
    box-shadow: 0px 1px 2px 0px #bbb;
    text-align: center;
    line-height: 40px;
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.mobile-title-box2 {
    text-align: center;
    color: white;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px #bbb;
    -moz-box-shadow: 0px 1px 2px 0px #bbb;
    box-shadow: 0px 1px 2px 0px #bbb;
    text-align: center;
    line-height: 40px;
    background-color: #b42828;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.tab-like-link {
    display: inline-block;
    text-align: center;
    color: black;
    color: black;
    width: 49%;
    background-color: #ffffff;
    line-height: 40px;
}

.exclamation-mark {
    display: inline-block;
    color: white;
    line-height: 20px;
    background-color: red;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 100vh;
}

.day-mark {
    display: inline-block;
    color: white;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
}

.day-mark.red {
    background-color: red;
}

.day-mark.orange {
    background-color: orange;
}

.day-mark.grey {
    background-color: grey;
}

.required-mark-box {
    text-align: left;
}

.required-mark-box p {
    display: inline-block;
}

.optional-mark-box {
    text-align: left;
}

.optional-mark-box p {
    display: inline-block;
}

.day-calendar .table {
    font-size: 0.7em;
}

.day-calendar .table button {
    padding: 0px;
    background-color: white;
    border: none;
}

.day-calendar .calendar-table {
    table-layout: fixed;
}

.mobile-error-space {
    background-color: #fadbda;
    color: red;
}

.mobile-table-simple {
    width: 100%;
    font-size: 0.9em;
    table-layout: fixed;
}

.mobile-table-simple tbody tr th,
.mobile-table-simple tbody tr td {
    padding: 0.5em 0px;
}

.mobile-table-simple tbody tr th {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.mobile-table-simple tbody tr td {
    color: #111;
    border: 1px solid #bbbbbb;
}

.shift-tag {
    color: #fff;
    background-color: #b42828;
    padding: 2px 5px;
    border-radius: 5px;
}

#return_month,
#advance_month {
    background-color: transparent;
    border: none;
}

.mobile-table-simple hr{
    margin: 0.5em 0px;
}

/* iphone6~12,SE用(画面サイズの大きいproはのぞく) ※320pxの端末はサポート外*/
@media screen and (max-width: 393px) {
    .mobile-white-box .yellow-back-table .table{
        font-size: 0.7em;
    }
}

/* android Mサイズ*/
@media screen and (max-width: 360px) {
    .mobile-white-box .yellow-back-table .table{
        font-size: 0.6em;
    }
}

@media screen and (max-width: 414px) {
    .exclamation-mark {
        line-height: 12px;
        width: 12px;
        height: 12px;
    }

    .day-calendar .calendar-table{
        font-size: 0.7em;
    }

    .mobile-table-simple {
        font-size: 0.8em;
    }
}

/* //////////////////////////// MOBILEonly ↑ */
/*////////////////////////////blade側で削除するもの*/

.default-list {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-grouplist {
    max-width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-namelist {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-namelist-adjust{
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
}

.dab_item {
    width: 200px;
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.dab_item:hover {
    opacity: 0.75;
}

input[name="dab_item"] {
    display: none;
}

.dab_content {
    display: none;
    padding: 2rem 20px 0 20px;
    clear: both;
    overflow: hidden;
}

#dab1:checked~#dab1_content,
#dab2:checked~#dab2_content {
    display: block;
}

.dabs input:checked+.dab_item {
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    color: #fff;
}
/*////////////////////////////blade側で削除するもの*/
/*////////////////////////////blade側で編集するもの　※blue-button-box2を削除*/
/* .blue-button-box,
.blue-button-box2,
.orange-button-box,
.red-button-box2,
.red-button-box {
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px #bbb;
} */
/* PC */
/* .blue-button-box,
.orange-button-box,
.red-button-box {
    margin-bottom: 1rem;
    padding: 0.5em 0;
}

.blue-button-box {
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
} */
/* SP */
/* .blue-button-box2 {
    display: block;
    margin-bottom: 1rem;
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 65%, #02519c 65.01%, #0071dc 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em 0;
    text-align: center;
    border-radius: 30px;
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.blue-button-box2 :hover {
    background: linear-gradient( to bottom, #ff8610 0%, #ff7b05 50%, #e56900 50.01%, #ff8610 100%);
}

.orange-button-box {
    margin-left: 0;
    margin-bottom: 1rem;
    background: linear-gradient( #ff8610 0%, #ff7b05 50%, #e56900 50.01%, #ff8610 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.red-button-box {
    background: linear-gradient(#eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
}

.blue-button-box a {
    color: white;
}

.orange-button {
    text-align: center;
    color: white;
    width: 20%;
    border: 1px solid #bbb;
    margin: 0.5em auto;
    margin-bottom: 1em;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px #bbb;
    border-radius: 100vh;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(#fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
} */
/* よくわからんやつ ※/views/layouts/は何のフォルダなのか要質問*/

#container {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#container nav {
    background: #d7d7d7;
    width: 100%;
    height: 64px;
}

#container nav div {
    height: 100%;
}

#container nav div ul {
    width: 100%;
    height: 100%;
}

#container nav div li a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#container nav div li a p {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

#container nav div li:hover,
#container nav div li:focus {
    background: rgba(0, 0, 0, 0.1);
}

#container input:read-only.for-display,
#container select:read-only.for-display,
#container textarea:read-only.for-display {
    color: #303030;
}

#container button.daily-shift {
    border-style: solid;
    border-color: transparent;
}

#container button.daily-shift.selected {
    border-color: #e00;
}

#container table.standard-shift {
    border-collapse: separate;
}

#container table.standard-shift th,
#container table.standard-shift td {
    border-style: solid;
    border-width: medium;
    border-color: transparent;
    cursor: pointer;
}

#container table.standard-shift th.monday,
#container table.standard-shift th.tuesday,
#container table.standard-shift th.wednesday,
#container table.standard-shift th.thursday,
#container table.standard-shift th.friday,
#container table.standard-shift th.saturday,
#container table.standard-shift th.sunday,
#container table.standard-shift td.monday,
#container table.standard-shift td.tuesday,
#container table.standard-shift td.wednesday,
#container table.standard-shift td.thursday,
#container table.standard-shift td.friday,
#container table.standard-shift td.saturday,
#container table.standard-shift td.sunday {
    text-align: center;
}

#container table.standard-shift th.selected,
#container table.standard-shift td.selected {
    border-color: #e00;
}

#container table.customize-shift {
    border-collapse: separate;
}

#container table.customize-shift th,
#container table.customize-shift td {
    border-style: solid;
    border-width: medium;
    border-color: transparent;
    cursor: pointer;
    font-size: 12px;
    padding: 0.5em 0;
}

#container table.customize-shift th.date,
#container table.customize-shift td.date {
    width: 30px;
    text-align: center;
}

#container table.customize-shift th.selected,
#container table.customize-shift td.selected {
    border-color: #e00;
}

#container #clock-area {
    text-align: center;
    font-weight: bold;
}

#container #clock-area .date {
    font-size: 6vw;
}

#container #clock-area .time {
    padding: 40px 0;
    font-size: 12vw;
}

#container #daily-shift-select-area {
    border-style: solid;
}

#container .att-default-form label {
    width: 5em;
}

#container .att-large-form label {
    text-align: left;
}

#container .menu-block {
    width: 224px;
    height: 168px;
    margin: 112px auto 48px;
    border-style: solid;
    border-width: thin;
    background: #82a4d9;
}

#container .menu-block .title {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

#container .menu-block .description {
    padding: 0 1em;
}

#container .date-field {
    width: 10em;
}

#container .dummy-item {
    display: none;
}

#container .clock-button-area {
    text-align: center;
    height: 80px;
}

#container .check-box-group {
    margin-top: 0.5em;
}

#container.mypage h1 {
    text-align: center;
}

#container.mypage label {
    text-align: right !important;
    display: inline-block !important;
}

#container.mypage input {
    display: inline-block !important;
}

#container.mypage .shift-table {
    margin: auto;
    width: 100%;
}

#container.mypage .shift-title {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: x-large;
    font-weight: bold;
}

#container.mypage .button-area {
    text-align: center;
}

#container.mypage .att-information-form {
    text-align: left;
}

#container.mypage .att-information-form label {
    width: 5em;
}

#container.community ul.user-list {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #303030;
    background: silver;
    font-size: 20px;
}

#container.community ul.user-list li {
    padding: 0;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #f0f0f0;
}

#container.community ul.user-list li.selected {
    background: #8d8d8d;
}

#container.community ul.user-list li:last-child {
    border-bottom: none;
}

#container.community ul.user-list li span {
    display: inline-block;
    margin-top: 24px;
}

#container.community ul.user-list .user-name {
    margin-left: 1em;
}

#container.community ul.user-list .user-status {
    float: right;
    margin-right: 1em;
}

#container.gw-admin h1 {
    text-align: center;
}

#container.gw-admin .title {
    width: 10em;
    margin-right: 1em;
    font-size: large;
}

@media screen and (min-width: 35.5em) {
    .login-form-wrapper label,
    .login-form-wrapper input {
        display: block;
        width: 70%;
        margin-left: 15% !important;
        margin-right: 15% !important;
    }
    .login-form-wrapper label {
        margin-top: 1.5em auto 0.5em auto !important;
        font-size: 16px;
    }
    .login-form-wrapper p {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}

@media screen and (min-width: 48em) {
    #container.mypage .button-area {
        text-align: right;
    }
}

@media screen and (min-width: 80em) {
    #container {
        width: 80em;
        margin: auto;
    }
    #container.community {
        width: 100%;
    }
}

.admin-calendar-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
}

.admin-calendar-table .table {
    border: 1px solid #bbbbbb;
    font-size: 12px;
    text-align: center;
}

.admin-calendar-table .table caption {
    caption-side: top;
    text-align: center;
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-calendar-table .table thead tr th {
    color: #111;
    width: 100%;
    font-size: 12px;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-calendar-table .table thead tr td {
    color: #111;
    font-size: 12px;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-calendar-table .table thead tr td.red {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eb2c2c 0%, #f14a4a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-calendar-table .table thead tr td.orange {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #fbaa4d 0%, #fe9114 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.admin-calendar-table .table tbody tr th {
    border: 1px solid #bbbbbb;
}

.admin-calendar-table .table tbody tr td {
    border: 1px solid #bbbbbb;
}

.admin-calendar-table .table tbody tr:nth-child(odd) {
    background: #fff;
}

.admin-calendar-table .table tbody tr:nth-child(even) {
    background: #f1f6fc;
}

.menu-box-right-side {
    color: white;
    text-align: center;
    background: linear-gradient( to bottom, #0075da 0%, #0166c5 50%, #02519c 50.01%, #0071dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#0075da', EndColorStr='#0071dc');
    padding: 0.5em;
    border-radius: 3px;
}

.menu-box-right-side h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.right-side-table {
    width: 100%;
    /* font-size: .4em; */
    font-size: 1em;
}

.right-side-table tbody tr th {
    width: 60%;
    padding: 0.5em;
}

.right-side-table tbody tr td {
    width: 40%;
    padding: 0.5em;
}

.right-side-table tbody tr th {
    color: #111;
    border: 1px solid #bbbbbb;
    background: #eee;
    background: linear-gradient(to bottom, #eee 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
}

.right-side-table tbody tr td {
    color: #111;
    border: 1px solid #bbbbbb;
}

.right-side-table tbody tr td.no_info{
    padding: 8px 48px 8px 8px;
}

.unread-messages {
    font-weight: bold;
    color: #707070;
    display: flex;
    justify-content:space-between;
}

.unread-messages .text{
    max-width: fit-content;
    padding-left: 5px;
}

.unread-messages .box,
.blue-button{
    color: #FFFFFF;
    height: 30px;
    width: 70px;
    background: linear-gradient( #0075da 0%, #0166c5 50%, #02519c 50.01%, #0071dc 100%);
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    border:none;
}
/*  お知らせ表示用 */
.notification_list {
    width: 100%;
    text-align: left;
    line-height: 2em;
}

.notification_list tr.mainlist{
    border: 1px solid #eee;
}

.notification_list tr.mainlist td {
    padding-top: 12px;
}

.notification_list td a{
    margin-top: 24px;
}

.notification_list td.info_day{
    width: 210px;
}

.notification_list td.info_day a{
    padding-left: 24px;
}

.notification_list td.info a{
    padding-right: 24px;
    color: #B1B1B1;
}

.notification_list caption {
    color: white;
    caption-side: top;
    text-align: center;
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
    font-weight: bold;
    font-size: 16px;
    padding: 0.5rem 0;
}

.notification_list_top{
    width: 100%;
    text-align: left;
}

.notification_list_top table{
    width: 100%;
    display: block;
}


.notification_list_top td{
}

.notification_list_top td.info{
    background:  url(../images/arrow_down.png) no-repeat;
    background-position: right 15px center; 
    /* //右から15pxで、縦の中央 */
    background-size: 40px;
    /* border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD; */
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    padding: 5px 48px 5px 8px;
}

.notification_list_top td.info_day{
    width: 150px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 3px;
}

.notification_list_top .no_info{
    padding: 8px 48px 8px 8px;
    color: #707070;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    border-radius: 3px;
}

.notification_list_top td.info_day a{
    padding-left: 12px;
    display: block;
    align-items: center;
    color: #B1B1B1;
}

.notification_list_top td.info a.date{
    color: #B1B1B1;
    font-size: smaller;
    /* line-height: normal; */
}

.notification_list_top td.info a{
    display: block;
    align-items: center;
    /* padding: 0px 48px 0px 8px; */
    /* text-decoration: underline; */
    color: #707070;
}

.notification_list_top .dotted_line{
    border-bottom: 3px dotted #B1B1B1;
}

.padding{
    padding: 8px 8px 8px 8px;
    background-color: #eeeeee;
    border-radius: 3px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label ,
.new-file{
    border-radius: 2px;
    background-color: #f2f2f2;
    display: inline-block;
    box-shadow: 4px 2px 3px darkgray;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-size: small;
}

.new-file{
    color: #000000;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #cccccc;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
  }

.notification_body th{
    color: white;
    padding:12px;    
    background: linear-gradient(to bottom, #5588bb 0%, #336699 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0);
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #DDDDDD;
    text-align: center;
}

.notification_body th{
    width: 10%;
}
.notification_body td{
    width: 90%;
    border: 1px solid #DDDDDD;
    padding-left: 24px;
    padding-right: 24px;
}

.notification_body td.content{
    padding-top: 24px;
    padding-bottom: 24px;
}

.notification_more{
    width: 100%;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 2px 0px 0px #DDDDDD;
    text-align: right;
}

.notification_nomore{
    width: 100%;
    border: 0px solid #DDDDDD;
    box-shadow: 0px 1px 0px 0px #DDDDDD;
    text-align: right;
}

.notification_more a{
    padding: 12px;
    text-decoration: underline;
    display: block;
}

.notification_button{
    padding-top: 24px;
    clear: both;
}

/*ガイドブック用*/
.guide{
    font-size:12px;
}

.guide_red_text{
    padding:0px 0px 12px 0px;
    color:red;
}

.guide_left_title{
    white-space:nowrap;
    width:45px;
    text-align:center;
    color:white;
    font-weight: bold;
    background-color:#A98BA9;
    padding: 0.5em 0.5em;
}
.guide_right_title{
    background-color:#F3E4F3;
    padding: 0.5em 0.5em;
    text-align: left;
}

.guide_heading{
    margin: 1em 0em;
    text-align: left;
}

.guide_subheading{
    margin: 1em 2em;
    text-align: left;
}

.guide_subheading2{
    margin: 1em 4em;
    text-align: left;
}

/*mobile用*/
.mobile-white-box .guide_heading{
    padding-right:2em;
    margin: 2em 0em;
}

.mobile-white-box .guide_heading2{
    text-align: left;
}

.mobile-white-box .guide_subheading{
    margin: 2em 2em;
}
.mobile-white-box .guide_subheading2{
    margin: 2em 4em;
}

.guide_footer{
    padding: 1em 2em;    
}

/*使用期間終了表示*/
.end_period{
    color:red;
    text-align:center;
    padding: 8px;
}

/*読み込み中アニメーション表示用*/
.loading-circle {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(204,204,204,0.5); ;
}

.loading {
  margin: 30% 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.loading-circle .loading:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: loadingFadeDelay 1.2s infinite ease-in-out both;
          animation: loadingFadeDelay 1.2s infinite ease-in-out both;
}
.loading-circle .loading2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.loading-circle .loading3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.loading-circle .loading4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.loading-circle .loading5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.loading-circle .loading6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.loading-circle .loading7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.loading-circle .loading8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.loading-circle .loading9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.loading-circle .loading10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.loading-circle .loading11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.loading-circle .loading12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.loading-circle .loading2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.loading-circle .loading3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.loading-circle .loading4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.loading-circle .loading5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.loading-circle .loading6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.loading-circle .loading7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.loading-circle .loading8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.loading-circle .loading9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loading-circle .loading10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.loading-circle .loading11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.loading-circle .loading12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes loadingFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes loadingFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
