@charset "UTF-8";
body {
    font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
    }

p {
    color: #606060;
    font-size: 14px;
}

a {
    display: block;
}

.basictext-color {
    color: #606060;
}

hr {
    color: #EEECE8;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

.link {
    color: #516D9A;
    text-decoration: underline;
}

.p-relative {
    position: relative;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-right {
    justify-content: right;
}

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

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-5 {
    margin-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

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

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

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

.text-color-vermilion {
    color: #9A5151;
}

.text-color-lightgray {
    color: #BFBFBB;
}

.bg-color-vermilion {
    background-color: #9A5151;
}

.bg-color-blue {
    background-color: #516D9A;
}

.bg-color-gray {
    background-color: #606060;
}

.bg-color-lightgray {
    background-color: #EFEFEF;
}


.page-title {
    text-align: center;
    margin-bottom: 30px;
}

.input-text {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #EEECE8;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    width: 100%;
    cursor: pointer;
}

.input-text300 {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #EEECE8;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    width: 300px;
    cursor: pointer;
}

input[type="checkbox"] {
    transform: scale(1.3);
    margin: 0 6px 0 0;
    cursor: pointer;
}

textarea {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #EEECE8;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    width: 100%;
    cursor: pointer;
}

.calendar {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #EEECE8;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    width: 133px;
    cursor: pointer;
}

.pulldown {
    position: relative;
    width: 100%;
}

.pulldown::after {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 10px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
}


a:hover {
    opacity: .7;
}

button:hover {
    opacity: .7;
}

.cantpush-button-alone:hover {
    opacity: unset !important;
}

.decision-button {
    color: #fff;
    border: none;
    padding: 8px 20px;
    background-color: #9A5151;
    border: solid 1px #9A5151;
    border-radius: 4px;
    cursor: pointer;
    min-width: 190px;
}

.decision-button-alone {
    color: #fff;
    border: none;
    padding: 8px 20px;
    background-color: #9A5151;
    border: solid 1px #9A5151;
    border-radius: 4px;
    cursor: pointer;
    min-width: 300px;
}

.cantpush-button-alone {
    color: #606060;
    border: none;
    padding: 8px 20px;
    background-color: #EEECE8;
    border: solid 1px #EEECE8;
    border-radius: 4px;
    cursor: pointer;
    min-width: 300px;
    margin-bottom: 10px;
}


.clear-button {
    color: #606060;
    border: solid 1px #BFBFBB;
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.sort-button {
    color: #9A5151;
    border: solid 1px #9A5151;
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 15px;
}

.buttonset {
    text-align: center;
}

.buttonset-button {
    margin: 15px 0 0;
}

/* モーダル */
.modal-wrapper {
    background-color: rgba(0, 0, 0, .3);
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 15px;
}

.modal-form-inner {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    width: 600px;
    margin: 0 auto;
}

.modal-navi {
    width: 330px;
    border-radius: 4px;
    padding: 15px;
    width: auto;
    background: #fff;
    border-radius: 4px;
    padding: 0;
    height: auto;
}

.modal-navi h2 {
    margin-bottom: 15px;
}

.modal-navi li {
    margin-bottom: 20px;
}

.modal-navi hr {
    margin-bottom: 15px;
}

.fa-circle-xmark {
    color: #BFBFBB;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* コメント機能 */
.comment-content {
    width: 50%;
}

.comment {
    background: #EFEFEF;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px;
}

.comment::-webkit-scrollbar {
    border: solid 1px #EFEFEF;
    background-color: #fff;
    width: 10px;

}

.comment::-webkit-scrollbar-thumb {
    background-color: #606060;
    border-radius: 15px;
}

.comment-task {
    background-color: #606060;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
}

.comment-task p {
    color: #fff;
}

.comment-bubble {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 10px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    width: calc(100% - 70px);
}

.comment-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #fff;
}

.input-comment form {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.input-comment textarea {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #EEECE8;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #606060;
    width: 93%;
    cursor: pointer;
}

.fa-paper-plane {
    font-size: 25px;
    cursor: pointer;
    color: #606060;
}

.user-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.fa-user {
    position: absolute;
    top: 22%;
    right: 28%;
    font-size: 30px;
    color: #606060;
}

/* フロー */
.cp_stepflow02 {
    font-size: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
    padding: 0;
    width: 530px;
}

.cp_stepflow02>li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    color: #606060;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.cp_stepflow02>li .bubble {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #fff;
    border: solid 1px #606060;
}

.cp_stepflow02>li .bubble::after,
.cp_stepflow02>li .bubble::before {
    position: absolute;
    top: 18px;
    left: 38px;
    display: block;
    width: 60px;
    height: 3px;
    content: '';
    background-color: #606060;
}

.cp_stepflow02>li.correspondence .bubble {
    background-color: #9A5151;
    border: #9A5151;
}

.cp_stepflow02>li.completion .bubble {
    background-color: #9A5151;
    border: #9A5151;
}

.cp_stepflow02>li.correspondence .bubble::before {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.cp_stepflow02>li.completion .bubble::before {
    font-family: Fontawesome;
    content: '\f00c';
    color: #fff;
    font-size: 18px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #9A5151;
    position: absolute;
    top: 10px;
    left: 10px;
}



.lasta::after {
    width: 0% !important;
    margin-right: 50%;
}

.lastb::before {
    width: 0% !important;
    margin-right: 50%;
}


@media screen and (max-width: 700px) {

    /* 700px以下に適用されるCSS（スマホ用） */

    .logo-sp {
        width: 40px;
    }

    .page-title {
        margin-bottom: 15px;
    }

    .modal-form-inner {
        width: auto;
        margin: 0 auto;
    }


    .input-text {
        width: 100%;
    }

    .input-text300 {
        width: 100%;
    }


    .button-fixed {
        position: fixed;
        background: #fff;
        bottom: 40px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .button-vertical-fixed {
        position: fixed;
        background: #fff;
        bottom: 13px;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .buttonset-button {
        margin: 15px 0;
    }

    .decision-button-alone {
        margin: 15px 0;
    }

    .cantpush-button-alone {
        margin: 15px 0 0;
    }

    .content-button-fixed {
        padding: 20px 15px 150px !important;
    }

    .comment-content {
        width: auto;
        margin-top: 20px;
    }

    .comment {
        height: 373px;
    }

    .cp_stepflow02 {
        width: 350px;
    }

}