@charset "UTF-8";

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
    min-width: 70%;
    max-width: 80%;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: 700;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-size: clamp(14px, 1.82vw, 16px);
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
        "Meiryo", "verdana", sans-serif;
    color: #343a40;
    background: #f4f4f4;
}

a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
    color: #3097d1;
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}

p {
    font-size: 1.6rem;
}

label {
    font-size: 1.2rem;
}

.label_gekkan {
    background-color: #11b4d9;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.4rem 2rem;
    margin-bottom: 1.6rem;
    border-radius: 5px;
}
@media screen and (max-width: 620px) {
    .label_gekkan {
        font-size: 1.5rem;
        padding: 0.2rem;
        width: 65%;
        text-align: center;
    }
}

svg {
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 2.8rem;
    font-size: clamp(22px, 2.864vw, 28px);
    font-weight: normal;
    display: flex;
    align-items: center;
}

h1 .icon-back {
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 1.6rem;
    display: flex;
    align-items: center;
}

h2 {
    font-size: 2.4rem;
    font-size: clamp(20px, 2.6vw, 24px);
    font-weight: normal;
}

h3 {
    font-size: 2rem;
    font-size: clamp(18px, 2.34vw, 20px);
    font-weight: normal;
}

h4 {
    font-size: 1.8rem;
    font-size: clamp(16px, 2.08vw, 18px);
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

@media (hover: hover) {
    a {
        transition: all ease 0.2s;
        will-change: opacity;
    }

    input,
    button,
    textarea,
    select {
        font-size: 1.6rem;
    }

    input:focus,
    button:focus,
    textarea:focus,
    select:focus {
        outline: none;
    }
}

a:link,
a:visited {
    text-decoration: none;
}

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

img {
    max-width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: bottom;
}

input,
textarea {
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    padding: 0.3rem 1rem;
    width: 100%;
}

::-moz-placeholder {
    color: #dbdbdb;
}

:-ms-input-placeholder {
    color: #dbdbdb;
}

::placeholder {
    color: #dbdbdb;
}

.wrap {
    width: min(96%, 1200px);
    margin: auto;
}

.wrap-inner {
    padding: 0 2.5%;
}

@media screen and (max-width: 768px) {
    .wrap-inner .wrap_inner {
        padding: 0 2%;
        overflow: hidden;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

.pc {
    display: block;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

.box {
    padding: clamp(1.6rem, 3vmax, 2rem) clamp(1.6rem, 3vmax, 4rem);
    margin: clamp(2rem, 2vh, 4rem) 0;
    background: #fff;
}

.btn {
    display: inline-block;
    padding: 1.2rem 2rem;
    line-height: 1;
    border-radius: 5px;

    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width: 620px) {
    .btn {
        font-size: 1.2rem;
    }
}

.btn.primary {
    border-radius: 50px;
    color: #11b4d9;
    border: 1px solid #11b4d9;
}

.btn.primary:hover {
    color: #fff;
    background: #11b4d9;
}

.btn.secondary {
    color: #939ca0;
    border: 1px solid #939ca0;
}

.btn.secondary:hover {
    color: #fff;
    background: #939ca0;
}

.btn.success {
    color: #28a745;
    border: 1px solid #28a745;
}

.btn.success:hover {
    color: #fff;
    background: #28a745;
}

.btn.danger {
    color: #ed4c5b;
    border: 1px solid #ed4c5b;
}

.btn.danger:hover {
    color: #fff;
    background: #ed4c5b;
}

.btn.warning {
    color: #ffc107;
    border: 1px solid #ffc107;
}

.btn.warning:hover {
    color: #fff;
    background: #ffc107;
}

.btn.info {
    color: #17a2b8;
    border: 1px solid #17a2b8;
}

.btn.info:hover {
    color: #fff;
    background: #17a2b8;
}

.btn.light {
    color: #343a40;
    border: 1px solid #f8f9fa;
}

.btn.light:hover {
    background: #f8f9fa;
}

.btn.dark {
    color: #343a40;
    border: 1px solid #343a40;
}

.btn.dark:hover {
    color: #fff;
    background: #343a40;
}

.icon--bell {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}

@media screen and (max-width: 620px) {
    .icon--bell {
        display: none;
    }
}

.icon--bell span {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ed4c5b;
}

.login.contentWrap {
    display: flex;
}

.logout.contentWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main {
    padding: clamp(1.6rem, 3vmax, 4rem) 2.5rem;
    flex: 1;
    width: 100%;
}

.logout .main {
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
}

.modal.is_open {
    display: block;
    -webkit-animation: modalopen 0.4s;
    animation: modalopen 0.4s;
}

.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f4f4f4;
    padding: 60px 6vw 40px;
    width: min(95%, 800px);
    border-radius: 10px;
}

.modal .closeBtn {
    color: #11b4d9;
    font-size: 4rem;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 24px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.modal .form-alert {
    text-align: center;
    padding: 0 40px 80px;
}

.modal .form-alert h1 {
    margin-bottom: 20px;
}

.modal .form-alert p {
    margin-bottom: 20px;
}

.modal .form-alert input[type="text"],
.modal .form-alert input[type="password"] {
    width: 100%;
    text-align: left;
}

.modal .form-alert .signinContainer {
    margin-top: 40px;
}

.modal .form-alert .signinContainer .login-btn {
    border-radius: 50px;
    color: #fff;
    background: #11b4d9;
    border: 1px solid #11b4d9;
    width: 100%;
    text-align: center;
}

.modal .form-alert .signinContainer .login-btn:hover {
    color: #11b4d9;
    background: #fff;
}

@-webkit-keyframes modalopen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes modalopen {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

select {
    font-size: 1.6rem;
    /* padding: 0.5em 4em 0.5em 1em; */
    background: #fff;
    width: 100%;
}

select:focus {
    outline: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select .custom-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 1em;
    pointer-events: none;
}

.custom-select .custom-arrow::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-left: 2px solid #343a40;
    border-bottom: 2px solid #343a40;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(314deg);
}

table.default {
    border: 1px solid #11b4d9;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

table.default th {
    text-align: center;
    background: #e8f2f6;
    color: #11b4d9;
    padding: 12px;
    font-weight: bold;
    border: 1px solid #11b4d9;
    width: 105px;
}

table.default th.left {
    text-align: left;
}

table.default td {
    padding: 12px;
    border: 1px solid #11b4d9;
    text-align: left;
}

.selevalpointcheck {
    padding: 0 !important;
}

table.default td.center {
    text-align: center !important;
}

table.default td.right {
    text-align: right !important;
}

table.default td.v-middle {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    table.default th,
    table.default td {
        padding: 8px;
    }
}

.flex-title {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
}

.flex-title .--subTitle {
    color: #11b4d9;
    font-size: 1.6rem;
    margin-left: 1.6rem;
}

.flex-col {
    display: flex;
    justify-content: space-between;
}

.flex-col.col-3 {
    gap: 16px;
}

.flex-col.col-3 > * {
    flex: 1;
}

@media screen and (max-width: 620px) {
    .flex-col {
        display: block;
    }
}

header.header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    height: 90px;
    padding: max(1.7vh, 0.3rem) 1.5rem max(2vh, 0.5rem) 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

header.header h1.logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    gap: 20px;
}

.logo {
    color: rgba(0, 0, 255, 0);
}

header.header h1.logo a > img {
    width: 230px;
}

@media screen and (max-width: 768px) {
    header.header h1.logo {
        width: 255px;
    }
}

header.header .header-nav {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

header.header .header-nav .staff {
    padding: 6px 12px;
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    background: #e8f2f6;
    color: #11b4d9;
    border-radius: 5px;
}
@media screen and (max-width: 620px) {
    .staff {
        display: none !important;
    }
}
header.header .header-nav .leader {
    padding: 6px 12px;
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: bold;
    background: #11b4d9;
    color: #fff;
    border-radius: 5px;
}

header.header .header-nav .avator {
    width: 34px;
}

@media screen and (max-width: 768px) {
    header.header {
        height: 80px;
    }

    /* header.header .header-nav {
        display: none;
    } */
}
@media screen and (max-width: 620px) {
    .name {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #spnavArea {
        display: block;
    }
}

#spnavArea nav {
    display: block;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: -100%;
    bottom: 0;
    padding-top: 70px;
    width: 80%;
    transition: all 0.35s cubic-bezier(0.69, 0.27, 0.04, 0.97);
    z-index: 30;
    opacity: 0;
}

#spnavArea nav .inner {
    padding: 25px;
}

#spnavArea nav .inner li {
    border-bottom: 1px solid #333;
}

#spnavArea nav .inner li a {
    display: block;
    color: #333;
    font-size: 1.6rem;
    padding: 1rem;
    transition-duration: 0.2s;
}

#spnavArea nav .inner .spnav-footer a {
    color: #333;
}

#spnavArea .toggle-btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    z-index: 3;
    cursor: pointer;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #spnavArea .toggle-btn {
        top: 10px;
        right: 10px;
    }
}

#spnavArea .toggle-btn span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
    border-radius: 4px;
}

#spnavArea .toggle-btn span:nth-child(1) {
    top: 14px;
}

#spnavArea .toggle-btn span:nth-child(2) {
    top: 22px;
}

#spnavArea .toggle-btn span:nth-child(3) {
    top: 30px;
}

#spnavArea .toggle-btn span.txt {
    height: auto;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    top: 37px;
}

#spnavArea #mask {
    display: none;
    transition: all 0.5s;
}

#spnavArea.open nav {
    left: 0;
    opacity: 1;
}

#spnavArea.open #mask {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    cursor: pointer;
}

#spnavArea.open .toggle-btn span {
    background-color: #fff;
}

#spnavArea.open .toggle-btn span:nth-child(1) {
    transform: translateY(9px) rotate(-315deg);
}

#spnavArea.open .toggle-btn span:nth-child(2) {
    opacity: 0;
}

#spnavArea.open .toggle-btn span:nth-child(3) {
    transform: translateY(-7px) rotate(315deg);
}

#spnavArea.open .toggle-btn span:nth-child(4) {
    background-color: transparent;
}

.side {
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    justify-content: stretch;
    width: 75px;
    height: calc(100vh - 90px);
    background: #fff;
    padding: clamp(1.6rem, 3vmax, 4rem) 0 0 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 90px;
}

.side--menu {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
    overflow-y: auto;
    /* position: absolute; */
    margin-top: 1rem;
    overflow-x: hidden;
}

.side--footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.side--footer2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.side .side-link {
    font-weight: bold;
    color: #343a40;
    display: flex;
    width: 100%;
    padding: 1.5rem 0;
    align-items: center;
    padding-left: 2.5rem;
    cursor: pointer;
    position: relative;
}

.side .side-link:hover {
    background: #e8f2f6;
}

.side .side-link .side-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: #12b4d9;
}

.side .side-link .alert {
    color: #fff;
    background-color: #ed4c5b;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.side .side-link .side-icon24 {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #12b4d9;
}

.side .hidden-sidebar {
    opacity: 0;
    width: 0;
    transition: opacity 200ms ease-in-out;
    margin-left: 1.2rem;
    white-space: nowrap;
}

.side .sub-side-list-item {
    height: 0;
    max-height: 0;
    overflow: hidden;
}

.side .sub-side-list-item .side-link {
    padding-left: 5rem;
    font-size: 1.2rem;
}

.side .sub-side-list.active .sub-side-list-item {
    z-index: 1;
    height: auto;
    max-height: 50em;
    transition: 2s linear;
}

.side.open {
    width: 240px;
}

.side.open .hidden-sidebar {
    width: 100%;
    height: auto;
    opacity: 1;
}

.side.open .side-link {
    justify-content: flex-start;
}

.footer {
    padding: 20px 0;
    position: relative;
}

.footer h2 {
    text-align: center;
    font-size: 4rem;
}

.footer h2 > span {
    display: block;
    font-size: 2rem;
    margin-bottom: 20px;
}

.footer p.copy {
    text-align: center;
    font-size: 1.2rem;
    color: #a2a2a2;
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.login-form {
    width: min(96%, 624px);
    margin: 0 auto;
    background: #fff;
    padding: clamp(4rem, 10vmax, 10rem) 11rem;
}

@media screen and (max-width: 768px) {
    .login-form {
        padding: clamp(3rem, 6vmax, 10rem) 3rem;
    }
}

.login-form h1 {
    margin-bottom: 10px;
    text-align: center;
}

.login-form h2 {
    text-align: center;
    margin-bottom: 40px;
}

.login-form dl {
    margin-bottom: 20px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
}

.login-form .signinContainer {
    margin-top: 20px;
}

.login-form .signinContainer .login-btn {
    border-radius: 50px;
    color: #fff;
    background: #11b4d9;
    border: 1px solid #11b4d9;
    width: 100%;
    text-align: center;
}

.login-form .signinContainer .login-btn:hover {
    color: #11b4d9;
    background: #fff;
}

.login-form .forgotPass {
    margin-top: 40px;
    text-align: center;
}

.login-form .modalBtn {
    color: #11b4d9;
}

.sort-area {
    /* padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 620px) {
    .sort-area {
        display: flex;
        flex-direction: column;
    }
}

.c {
    align-items: right;
}

.wrap_content__set2 {
    align-items: left;
}
@media screen and (max-width: 620px) {
    .wrap_content__set1 {
        margin-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: left !important;
    }
    .wrap_content__set2 {
        margin-bottom: 2rem;
    }
}

.lock-unlock {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    fill: #11b4d9;
}

.lock-unlock .icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    fill: #11b4d9;
}

.post-area {
    display: flex;
    flex-direction: column;
}

.post-area .post-item {
    border-bottom: 1px solid #dbdbdb;
    margin: 1rem;
}

.post-area .post-item a {
    display: flex;
    /* flex-direction: column;
    align-items: center; */
    color: #343a40;
    padding: clamp(1.6rem, 3vmax, 2rem) clamp(1.2rem, 3vmax, 2rem);
}

@media screen and (max-width: 620px) {
    .post-area .post-item a {
        display: flex;
        /* flex-direction: column;
    align-items: center; */
        color: #343a40;
        padding: 1rem 0;
    }
}

.post-area .post-item a .icon-image1 {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 1.6rem;
    flex-shrink: 0;
}

.icon-image2 {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 1.6rem;
    flex-shrink: 0;
}

.post-area .post-item a .icon-image1 .icon {
    width: 34px;
    height: 34px;
    fill: #dbdbdb;
}

.icon-image2 .icon {
    width: 34px;
    height: 34px;
    fill: #dbdbdb;
}

.post-area .post-item a .icon-image1 .lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-66%, -50%);
    width: 20px;
    height: 20px;
    fill: #11b4d9;
}

.btn_default {
    display: block;
}

.sort-area_responsive {
    display: none;
}

@media screen and (max-width: 620px) {
    .icon-image1 {
        display: none;
    }
    .wrap {
        display: flex;
        flex-flow: column;
    }
    .btn_default {
        display: none;
    }
    .sort-area_responsive {
        display: block;
        margin: 1rem 0;
    }
}

.post-area .post-item a .post-title {
    flex: 1;
}

.post-area .post-item a .post-date {
    margin-left: auto;
    width: 120px;
    font-size: 1.2rem;
}

.post-area .post-item a.unread {
    background-color: #fcf8e5;
}

.sticky-area {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 20;
    background: #f4f4f4;
}

.sticky-area .sticky-head {
    margin-bottom: 20px;
}

.wrapper-content {
    background-color: white;
    padding: 2.5%;
    position: relative;
}

.tab-head {
    background: #fff;
}

/* Tabs menu */
.tabNav {
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 1px solid #dbdbdb;
}

.tab-title {
    position: -webkit-sticky;
    position: sticky;
    top: 152px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 30px;
}
@media screen and (max-width: 620px) {
    .tab-title {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 620px) {
    .tools {
        display: flex;
        flex-wrap: wrap;
    }
    .tools_button {
        width: 45%;
        text-align: center;
        margin: 0.2rem 0.2rem;
    }
}
.tab-title h2 {
    font-weight: bold;
}

.editMode .tab-title button:not(.now) {
    opacity: 0.3;
    pointer-events: none;
}

.editMode .tabNav button {
    opacity: 0.3;
    pointer-events: none;
}

/* Tab Links */
.tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: clamp(14px, 2.08vw, 18px);
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 20px;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .tablinks {
        padding: 14px 10px;
    }
}
@media screen and (max-width: 620px) {
    .tablinks {
        padding: 1rem 0;
    }
}

.tablinks:before {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/* Tab active */
.tablinks.active:before {
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #11b4d9;
}

/* Tabs text */
.tablinks.active,
.tablinks.active:hover {
    color: #11b4d9;
    font-weight: bold;
}

.tablinks:hover {
    color: #11b4d9;
    opacity: 1;
}

/* tab content */
.wrapper-tabcontent {
    background-color: white;
    padding: 2.5%;
    position: relative;
}

.tabcontent {
    display: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-weight: 100;
    transition: all 1s ease;
    -webkit-animation: fadeEffect 0.6s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 512px) {
    .tabcontent {
        font-size: 14px;
        line-height: 26px;
    }
}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

.intro {
    background-color: #e8f2f6;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 40px;
}

.intro .btn {
    background: #fff;
    margin: 20px auto 0;
    width: 300px;
    text-align: center;
    display: block;
}

.intro .btn:hover {
    background: #11b4d9;
}
@media screen and (max-width: 620px) {
    .intro .btn {
        background: #fff;
        margin: 20px auto 0;
        width: 100%;
        text-align: center;
        display: block;
    }
}

.group {
    margin-bottom: 46px;
}

.group2 {
    margin-bottom: 0.6rem;
}

.group h3.step-title {
    font-size: 24px;
    font-weight: bold;
    color: #11b4d9;
    margin-bottom: 20px;
}

.group .label {
    background: #11b4d9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 128px;
    height: 40px;
    font-size: 1.6rem;
    border-radius: 5px;
    margin-bottom: 1.6rem;
}

.group .label > em {
    font-size: 2.8rem;
    font-style: normal;
    margin-left: 6px;
}

.group p {
    line-height: 1.7;
    margin-bottom: 1.6rem;
}

.group input[type="text"] {
    border: 1px solid #11b4d9;
    padding: 0.5rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.feature {
    border: 1px solid #11b4d9;
    margin-bottom: 20px;
}

.feature h4 {
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #11b4d9;
    font-size: 2rem;
    font-weight: bod;
}

.feature p {
    padding: 16px 20px;
}

.feature table.default {
    margin-bottom: 0;
}

.hint {
    position: absolute;
    right: 0;
    opacity: 0;
}

.hint .btn {
    display: flex;
    gap: 10px;
}

.hint .btn:hover .icon {
    fill: #fff;
}

.hint .icon {
    fill: #11b4d9;
    width: 20px;
    height: 20px;
}

.editMode .hint {
    opacity: 1;
    transition: opacity 0.2s;
}

.hint-title {
    background-color: #e8f2f6;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    border-radius: 20px;
    padding: 6px;
}

.hint-title .icon {
    fill: #11b4d9;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.hint-title > span {
    color: #11b4d9;
}

.hint-cat {
    text-align: center;
    margin: 20px 0;
}

.hint-lead {
    margin-bottom: 20px;
}

.hint-content {
    margin-bottom: 20px;
}

.hint-content dt {
    color: #11b4d9;
    margin-bottom: 10px;
}

.hint-content dd {
    border: 1px solid #11b4d9;
    padding: 5px 10px;
}

.day-title {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.6rem;
    line-height: 1;
}

.day-title > span {
    font-size: 2.8rem;
    color: #11b4d9;
}

.day-title .d-week {
    font-size: 1.6rem;
    margin-left: 2rem;
    color: #343a40;
}

.mark-group {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.mark-group [type="radio"]:checked,
.mark-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.mark-group [type="radio"]:checked + label,
.mark-group [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    z-index: 2;
    width: 45px;
}

.mark-group [type="radio"]:not(:checked) + label {
    color: #fff;
    display: none;
}

.mark-group [type="radio"]:checked + label:before,
.mark-group [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 100%;
    z-index: -1;
}

.mark-group [type="radio"]:not(:checked) + label:before {
    background: none;
    border: none;
}

.mark-group [type="radio"]:checked + label:after,
.mark-group [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0px;
    left: -7px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.editMode .mark-group [type="radio"]:not(:checked) + label {
    color: #000000;
    display: block;
    -webkit-animation: fadeIn 0.3s ease-in 0s forwards;
    animation: fadeIn 0.3s ease-in 0s forwards;
}

.editMode .mark-group [type="radio"]:checked + label {
    color: #ffffff;
}

.editMode .mark-group [type="radio"]:checked + label:before {
    background: #11b4d9;
    border: 1px solid #ddd;
}

h3.headline {
    background: #11b4d9;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    margin-bottom: 1.6rem;
    letter-spacing: 4px;
}

.evalGrid {
    display: grid;
    grid-template-columns: auto 100px 60px;
    grid-column-gap: 10px;
    overflow: auto;
    white-space: nowrap;
}

.evalGrid2 {
    display: grid;
    grid-template-columns: auto 100px 60px;
    grid-column-gap: 10px;
    overflow: auto;
    white-space: nowrap;
    /* display: flex;
    align-items: stretch; */
}

.evalGrid .col1 {
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
}

.evalGrid2 .col2 {
    flex-basis: 70%;
}
.evalGrid2 .col3 {
    flex-basis: 15%;
}

.hidden-eval-point {
    font-size: 1.4rem;
}

@media screen and (min-width: 1221px) {
    .br-disp {
        display: none;
    }
}

/* @media screen and (max-width: 620px) {
    .evalGrid {
        display: flex;
        flex-direction: column;
    }
    .evalGrid2 .col2 {
        flex-basis: 50%;
        padding: 10px 0;
        text-align: center;
        line-height: 1.5;
    }
} */
/* @media screen and (max-width: 1000px) {
    .evalGrid2 {
        display: flex;
        flex-direction: column;
    }
    .evalGrid2 .col1 {
        flex-basis: 100%;
        padding: 10px 0;
        text-align: center;
        line-height: 1.5;
    }
} */

.evalGrid .col {
    padding: 10px 0;
    text-align: center;
    line-height: 1.5;
}

.evalGrid .caption {
    height: 60px;
}

.evalGrid .caption.left {
    text-align: left;
}

.evalGrid table.default {
    height: calc(100% - 60px);
}

.evalGrid table.default.eval th {
    vertical-align: middle;
}

.evalGrid table.default.eval td {
    vertical-align: middle;
}

.evalGrid2 table.default.eval td {
    vertical-align: middle;
}

.evalGrid2 .caption {
    height: 60px;
}
/*
@media screen and (max-width: 768px) {
    .evalGrid {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
    }

    .evalGrid .caption {
        height: auto;
        padding-bottom: 10px;
    }

    .evalGrid table.default {
        height: auto;
    }

    .evalGrid .col {
        overflow-x: auto;
    }
} */

.contentWrap.logout input[type="email"],
.contentWrap.logout input[type="password"] {
    width: 100%;
}

.icon--bell span.none {
    display: none;
}

header .logo img {
    width: 230px;
}

@media only screen and (max-width: 768px) {
    header .logo img {
        width: 50px;
    }
}

.box .block-ttl {
    font-size: 2rem;
}

.box .post-area .post-item .post-date {
    width: auto;
}

.form-report input[type="text"] {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
}

.form-report textarea {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
}

/* main .box .sort-area {
    position: relative;
} */

main .box {
    position: relative;
    max-width: 100%;
    min-width: 100%;
}

main .box .sort-area .btn-new {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* .evalGrid {
    grid-template-columns: calc(100% - 220px) 100px 100px;
} */

.evalGrid table.default.eval td select {
    padding: 0 !important;
}

#calendar-card {
    background-color: #ffffff;
}

#calendar-card .card-body .fc {
    margin-top: 5px;
}

#calendar-card .card-body .fc .fc-header-toolbar {
    margin-bottom: 1.5rem;
    padding: 1rem;
    display: flex;
    /* flex-direction: column; */
}

@media screen and (max-width: 620px) {
    #calendar-card .card-body .fc .fc-header-toolbar {
        margin-bottom: 1.5rem;
        padding: 1rem;
        display: flex;
        flex-direction: column;
    }
}

#calendar-card .card-body .fc .fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
}

#calendar-card .card-body .fc .fc-header-toolbar .fc-toolbar-chunk .btn-group {
    position: relative;
    display: flex;
    vertical-align: middle;
}

#calendar-card
    .card-body
    .fc
    .fc-header-toolbar
    .fc-toolbar-chunk
    .btn-group
    .fc-prev-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#calendar-card
    .card-body
    .fc
    .fc-header-toolbar
    .fc-toolbar-chunk
    .btn-group
    .fc-next-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#calendar-card .card-body .fc .fc-header-toolbar .fc-toolbar-chunk .btn {
    display: inline-block;
}

#calendar-card
    .card-body
    .fc
    .fc-header-toolbar
    .fc-toolbar-chunk
    .btn.disabled,
#calendar-card
    .card-body
    .fc
    .fc-header-toolbar
    .fc-toolbar-chunk
    .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

#calendar-card .card-body .fc .fc-header-toolbar .fc-toolbar-chunk .btn:hover {
    opacity: 0.8;
}

#calendar-card
    .card-body
    .fc
    .fc-header-toolbar
    .fc-toolbar-chunk
    .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}

#calendar-card .card-body .fc .fc-view-harness .fc-scrollgrid-liquid th,
#calendar-card .card-body .fc .fc-view-harness .fc-scrollgrid-liquid td {
    border: 1px solid #dee2e6;
}

#calendar-card .card-body .fc-direction-ltr {
    direction: ltr;
    text-align: left;
}

.mypage input[type="text"],
.mypage input[type="email"],
.mypage input[type="password"] {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
}

.mypage textarea {
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
}

.mypage table.default {
    margin: 0 0 30px;
}

.mypage table tr td {
    position: relative;
    width: 100%;
}

.mypage table tr td .error {
    position: absolute;
    left: 12px;
    bottom: -20px;
    font-size: 10px;
    font-weight: normal;
    color: red;
}

select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

select::-ms-expand {
    display: block;
}

@media screen and (max-width: 620px) {
    .howtouse_ttl {
        font-size: 1.4rem;
    }
    .howtouse_subttl {
        font-size: 1.2rem;
    }
}

.content_ttl {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 620px) {
    .content_ttl {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

.wrap__set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-title {
    display: flex;
    text-align: left;
    /* justify-content: flex-start; */
}

.wrap__people {
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.wrap_content__people {
    justify-content: left;
}

.wrap__thumbnail {
    display: flex;
    flex-direction: column;
}

.wrap_content1 {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.input-group {
    width: 100%;
}

.custom-file {
    width: 100%;
}

@media screen and (max-width: 620px) {
    .table_th,
    .table_td {
        display: block;
        text-align: left;
    }

    .table_th {
        width: 100% !important;
    }
}

.login-option {
    display: flex;
}
.login-parts {
    margin-left: 0.5rem;
}
