@charset "UTF-8";


.base-header-width,
.base-footer-width,
.base-width
{
    margin:0px auto;
    max-width:1500px;
    min-width:920px;
}
.contents-width {
    width: 95%;
    margin: 0 auto;
}

/* ======================= */
/* PC対応                  */
/* ----------------------- */
.visible_p{display: block !important;}
.visible_pt{display: block !important;}
.visible_pm{display: block !important;}

.visible_m{display: none !important;}
.visible_t{display: none !important;}
.visible_tm{display: none !important;}
/* ----------------------- */

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

/***************** メッセージ(message_management.html) ******************/
.message-wrap {
    background-color: #f3eef0;
}

header {
    padding: 14px 0;
    background-color: #fff;
}
header > div{
    position: relative;
}
h1 a {
    display: block;
    background: url("../../svg/student/jtw_student_webportal.svg") no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    float: left;
    width: 400px;
    height: 50px;
}
header .manual {
    float: right;
}

header .manual .guide {
    background: url(../../svg/student/guide.svg) no-repeat;
    background-size: 14%;
    background-position: 11px 8px;
    background-color: #437C90;
    color: #fff;
    border-radius: 5px;
    display: block;
    padding: 13px;
    padding-left: 37px;
    margin-right: 17px;
    margin-top: 4px;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

header .balloon {
    float: right;
}
header .balloon {
    width: 50px;
}
header .balloon .badge {
    position: absolute;
    top: -7px;
    right: 2%;
    background-color: #ff4e00;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 13px;
    /* width: 13px; */
    height: 13px;
    border: 4px solid #ff4e00;
    text-align: center;
    padding-right: 3px;
    padding-left: 3px;
}
.obi {
    background-color: #9f245c;
    color: #fff;
    min-width:920px;
}
.obi h2 {
    font-weight: bold;
    float: left;
    font-size: 2.5rem;
    padding: 14px 10px;
}
.obi-contents {
    float: right;
    padding: 15px 0;
}
.obi-contents select {
    background-color: #e0ad4c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px;
    margin-right: 20px;
}
.obi-contents select option {
    background-color: #fff;
    color: #000;
}
.obi-contents .backlog {
    background-color: #e0ad4c;
}
.obi-contents .wip {
    background-color: #c77389;
}
.obi-contents .closed {
    background-color: #6b8bbc;
}
.obi-contents button {
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #fff;
    border: none;
    font-family: 'AXIS Std','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
}
.obi-contents button::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #4b4343;
    border-bottom: 2px solid #4b4343;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-bottom: 1px;
}
.obi-contents button:hover {
    cursor: pointer;
}
.obi-contents button span:hover {
    opacity: 0.7;
}
.obi-contents button:hover::before {
    opacity: 0.7;
}
.chat {
    background-color: #f3eef0;
    min-width:920px;
    padding: 3px 0 0 0;
}
.chat-width {
    width: 95%;
    margin: 0 auto;
}
.chat .chat-box {
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.6rem;
}

.chat .chat-box .chat-content {
    width: 60%;
    margin-bottom: 20px;
}
.chat .chat-box .chat-box-you {
    float: left;
}
.chat .chat-box .chat-box-i {
    float: right;
}
.chat .chat-name {
    color: #9f245c;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 13px;
}
.chat p {
    margin: 0;
}
.chat .chat-you {
    background-color: #fff;
    padding: 9px 17px;
    border-radius: 8px;
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.chat .chat-i {
    background-color: #dcb3be;
    padding: 8px 15px;
    border-radius: 8px;
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.chat .chat-time {
    color: #9f245c;
    font-size: 1.3rem;
    float: right;
    margin-right: 10px;
}

.chat .download {
    color: #9f245c;
    font-size: 1.5rem;
    /* border-bottom: 0.5px solid #9f245c; */
    position: relative;
    padding-left: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 95%;
}
.chat .download:before {
    content: "";
    background: url("../../svg/student/file.svg") no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.chat form .notify {
    float: right;
    color: #9f245c;
}

/* スクロール用高さ調整 */
.message-header {
    height: 50px;
}
/* .student .obi {
    height: 66px;
} */
.chat-form {
    height: 199px;
}
.chat-box {
    height: calc(100vh - 386px);
}
/* スクロール用高さ調整 */

/* 通知チェックボックス */
.checkbox-notify .notify-mail {
    position:relative;
    border-bottom:1px solid #c0c0c0;
}
.checkbox-notify .notify-mail:last-child {
    border-bottom:none;
    font-weight: normal;
    font-size: 1.5rem;
}
.checkbox-notify .notify-mail input[type="checkbox"] {
    display:none;
}
.checkbox-notify .notify-mail label {
    display: block;
    padding: 10px 10px 10px 40px;
    cursor:pointer;
}
.checkbox-notify .notify-mail label:after {
    content: "";
    position: absolute;
    top: 26%;
    left: 7%;
    width: 18px;
    height: 18px;
    border: solid 2px #edd9e2;
    background: #fff;
}
.checkbox-notify .notify-mail input[type="checkbox"]:checked + label:after {
    background-image:url(../../svg/student/checkmark-pink.svg);
    background-repeat: no-repeat;
    background-position: 70% 70%;
    background-size: auto;
}
/* 通知チェックボックスここまで */


.chat textarea {
    border-radius: 10px 10px 0 0;
    width: 100%;
    min-height: 100px;
    border: none;
    padding: 9px 17px;
    box-sizing: border-box;
    resize: none;
    border-bottom: 1px solid #f3eeee;
    font-size: 1.6rem;
    font-family: 'AXIS Std','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
}
.chat textarea::placeholder {
    color: #a8a8a8;
    letter-spacing: 1px;
}
/* IE */
.chat textarea:-ms-input-placeholder {
    color: #a8a8a8;
}
/* Edge */
.chat textarea::-ms-input-placeholder {
    color: #a8a8a8;
}
.chat .textarea-box {
    float: left;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow-wrap: break-word;
    word-break: break-all;
}
.clip-area {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    margin-bottom: 7px;
}
.textarea-box .form__file {
    position: relative;
    width: 100%;
    display: flex;
}

/* ファイル選択 */
.form__file input[type=file] {
    display: none;
}
.form__file label {
    padding: 12px 10px;
    cursor: pointer;
    background: url(../../svg/student/ico_clip.svg) no-repeat;
    background-size: 88%;
    background-position: 3px 4px;
    margin-left: 13px;
}
.form__file label:hover {
    opacity: 0.7;
}
.form__file label:after {
    color: #9f245c;
    font-size: 14px;
    position: absolute;
    bottom: -1px;
    left: 39px;
}
.form__file label.changed:after {
    content: "";
}
.form__file .filename {
    font-size: 14px;
    color: #9f245c;
    margin-left: 7px;
}
/* ファイル選択ここまで */

.form__file--inputclear {
    border-radius: 10px;
    background-color: #9f245c;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border: none;
    padding: 4px;
    /* float: right; */
    margin-left: 20px;
    margin-top: 2px;
    max-height: 25px;
}

.form__file--inputclear:hover {
    opacity: 0.8;
    cursor: pointer;
}

.textarea-box .plane {
    background: url(../../svg/student/ico_plane.svg) no-repeat;
    border: none;
    padding: 12px 10px;
    cursor: pointer;
    background-position: 0 3px;
    margin-right: 13px;
    background-size: 89%;
}

.textarea-box .plane:hover {
    opacity: 0.8;
}

.textarea-box .plane:disabled {
    background: url(../../svg/student/ico_plane_gray.svg) no-repeat;
    border: none;
    padding: 12px 10px;
    cursor: auto;
    background-position: 0 3px;
    margin-right: 13px;
    opacity: 1;
    background-size: 89%;
}

/* スクロール(PCのみ) */
@media screen and (min-width: 900px) {

    ::-webkit-scrollbar {
        width: 7px;
        margin-top: 10px;
    }
    ::-webkit-scrollbar-thumb {
        background: #a36180;
        border-radius: 10px;
    }
}

/*********** メッセージ（学生画面）(message_student.html) *************/
.student .chat-box {
    height: calc(100vh - 435px);
}
.student .chat-form {
    margin-top: 30px;
    height: 164px;
}

/**************** トップページ(index.html) ******************/
/* Notification */
.top-page header {
    height: 50px;
}
.notification {
    background-color: #f3eef0;
}
.top-h2 {
    color: #9f245c;
    font-weight: normal;
    font-size: 2rem;
}
.notification .top-h2 {
    float: left;
}
.notification .logout {
    float: right;
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px -5px #886f7b;
    color: #9f245c;
    font-weight: bold;
    padding: 4px 14px;
    border-radius: 5px;
}
.notification .logout:hover {
    opacity: 0.8;
    cursor: pointer;
}
.to-do {
    background-color: #fff;
    min-height: calc(100vh - 425px);
}
.notification {
    min-height: 245px;
}
.notification .contents-width {
    padding: 22px 0;
}
.notification .notifi-box {
    margin: 20px 0;
}
.notification .notifi-box a {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
}
.notification .notifi-box .date-text {
    display: table;
    width: 100%;
}
.notification .notifi-box .date-text .date {
    color: #9f245c;
    display: table-cell;
    width: 20%;
}
.notification .notifi-box .date-text p {
    margin-left: 20px;
    display: inline-block;
    color: #363636;
    display: table-cell;
    padding-right: 13px;
    width: 78%;
}
.notification .notifi-box .pink-arrow {
    vertical-align: middle;
    display: table-cell;
    width: 2%;
}
.notification .notifi-box .date-text img {
    display: table-cell;
    width: 12px;
}
/* Todo */
.top-page .obi {
    padding: 10px;
    height: 27px;
}
.to-do .contents-width {
    padding: 22px 0;
}
.to-do .new-task {
    margin: 25px 0;
}
.to-do .new-task a {
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    color: #363636;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgb(188 188 188);
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.to-do .new-task .deadline {
    color: #f44040;
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
}
.to-do .new-task .status {
    background-color: #9f245c;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    padding: 1px 7px;
    float: right;
}
.to-do .done {
    margin: 25px 0;
}
.to-do .done a {
    display: block;
    background-color: #e5e5e5;
    padding: 15px 20px;
    color: #363636;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(167, 167, 167, 1);
}
.to-do .done .deadline {
    color: #9f245c;
    float: left;
    font-weight: normal;
    margin-bottom: 5px;
}
.to-do .done .status {
    background-color: #a28a95;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    padding: 1px 7px;
    float: right;
}

/* Contact */
/* .container {
    box-sizing: border-box;
} */

.contact {
    width: 280px;
    position: fixed;
    bottom: 30px;
    right: 20px;
}

.contact a {
    display: block;
    background-color: #f1b94a;
    padding: 24px;
    color: #fff;
    border-radius: 10px;
}
/* .contact-area {
    position: relative;
} */
.contact a:hover {
    opacity: 1;
    /* background-color: #f1c262; */
}
.contact-area {
    text-align: center;
    margin-right: 28px;
}
.contact img {
    width: 18%;
    vertical-align: middle;
}
.contact .badge-under {
    position: absolute;
    top: 15px;
    left: 70px;
    background-color: #ff4e00;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 13px;
    /* width: 13px; */
    height: 13px;
    border: 3px solid #ff4e00;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
/* .contact .badge-under:hover {
    background-color: #ff6624;
    border: 4px solid #ff6624;
} */
.contact-text {
    margin-left: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 2rem;
}
.contact-text:after {
    content: "";
    background: url("../../svg/student/white_arrow.svg") no-repeat;

    position: absolute;
    left: 131px;
    top: 7px;
    display: inline-block;
    width: 11px;
    height: 20px;
    background-size: contain;
}
/* フッター */
footer {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    height: 55px;
}
footer span {
    padding: 15px;
    display: block;
    font-size: 1.5rem;
}

/**************** ログイン（管理画面）(login_management.html) ******************/

.login {
    background-color: #f3eef0;
}
.login-wrap {
    margin: 150px auto;
    width: 30%;
}
.login-area {
    margin-top: 50px;
}
.login-area:nth-child(2) {
    margin-top: 32px;
}
.log-id ,.password {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px #886f7b;
    margin: 0 auto;
    margin-top: 7px;
    padding: 14px;
    border: none;
    width: 100%;
    box-sizing: border-box;

}
.login-text {
    color: #9f245c;
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 10px;
    display: block;
}
.login-button {
    text-align: center;
}
.login-wrap button {
    background-color: #9f245c;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 65px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
}
.login-wrap button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.login-footer {
    background-color: #f3eef0;
    color: #9f245c;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/************* ログイン（学生画面）(login_student.html) ***************/
.student-login .login-text {
    font-size: 1.7rem;
}
.student-login .login-wrap button {
    font-size: 1.7rem;
}
/************* お知らせ（Notification.html） ***************/

.notifi-page {
    height: 50px;
}
.notifi-title {
    padding: 25px 14px;
    min-height: 57px;
    background-color: #fff;
}
.title-date {
    color: #9f245c;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.8rem;
}
.notifi-text {
    background-color: #f3eef0;
    padding: 30px 14px;
    min-height: calc(100vh - 366px);
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.notifi-text p {
    line-height: 1.8;
}
.title-text {
    font-weight: normal;
    font-size: 1.8rem;
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.download-link {
    color: #9f245c;
    font-size: 1.5rem;
    position: relative;
    display: block;
    background-color: #dcb3be;
    padding: 15px;
    padding-left: 39px;
    border-radius: 8px;
    margin: 30px 0;
    overflow-wrap: break-word;
    word-wrap: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 95%;
}
.download-link:before {
    content: "";
    background: url("../../svg/student/file.svg") no-repeat;
    position: absolute;
    left: 12px;
    top: 17px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}

/************* タスク(todo.html) ***************/
.todo-title {
    padding: 25px 14px;
    min-height: 57px;
    background-color: #fff;
}
.todo-title .status {
    background-color: #9f245c;
    color: #fff;
    border-radius: 3px;
    font-size: 1.7rem;
    padding: 2px 8px;
}
.todo-title .title-date {
    color: #ff0000;
    display: block;
    margin: 13px 0 4px ;
    font-weight: normal;
    font-size: 1.8rem;
}
.todo-text {
    background-color: #f3eef0;
    padding: 30px 14px 80px;
    min-height: calc(100vh - 453px);
}
.todo-text p {
    line-height: 1.8;
}

/* チェックボックス */
.todo-check {
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 15px;
    position:relative;
    box-shadow: 0px 0px 10px -5px #886f7b;
}
.todo-check input[type="checkbox"] {
    display:none;
}
.todo-check label {
    display: block;
    padding: 10px 10px 10px 40px;
    cursor:pointer;
}
.todo-check label:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 18px;
    height: 18px;
    border: solid 2px #edd9e2;
    background: #fff;
}
.todo-check input[type="checkbox"]:checked + label:after {
    background-image:url(../../svg/student/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 58% 46%;
    background-size: 80%;
}
/* チェックボックスここまで */

/* ラジオボタン */
.todo-radio {
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 15px;

    position:relative;
    box-shadow: 0px 0px 10px -5px #886f7b;
}
.todo-radio input[type="radio"] {
    display:none;
}
.todo-radio label {
    display: block;
    padding: 10px 10px 10px 40px;
    cursor:pointer;
}

.todo-radio label:before {
    content: "";
    position: absolute;
    display: block;
    top: 17px;
    left: 15px;
    width: 18px;
    height: 18px;
    border: solid 2px #edd9e2;
    background: #fff;
    border-radius: 50%;
}

.todo-radio label:after {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9F245C;
    left: 19px;
    top: 21px;
    opacity: 0;
}

.todo-radio input[type="radio"]:checked + label:after {
    opacity: 1;
}
/* ラジオボタンここまで */

.todo-button {
    text-align: center;
}
.todo-button button {
    background-color: #9f245c;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 55px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
}
.todo-button button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.todo-button {
    text-align: center;
}
.todo-button button {
    background-color: #9f245c;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 55px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
}
.todo-button button:hover {
    cursor: pointer;
    opacity: 0.8;
}

.todo-button button:disabled
{
    background-color: #9b9296;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 55px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
    cursor: default;
    opacity: 1;
}

/************* タスク（完了）(todo_done.html) ***************/

.todo-title .status-done {
    background-color: #a28a95;
    color: #fff;
    border-radius: 3px;
    font-size: 1.7rem;
    padding: 2px 8px;
}
.todo-title .title-date-done {
    color: #9f245c;
    display: block;
    margin: 13px 0 4px ;
    font-weight: normal;
    font-size: 1.8rem;
}
.todo-text-done {
    background-color: #e8ebed;
    padding: 30px 14px 80px;
    min-height: calc(100vh - 453px);
}
.todo-text-done p {
    line-height: 1.8;
}
.todo-done-button {
    text-align: center;
}
.todo-done-button button {
    background-color: #9f245c;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 55px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
}
.todo-done-button button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.todo-done-button button:disabled
{
    background-color: #9b9296;
    width: 200px;
    height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.5rem;
    margin-top: 55px;
    box-shadow: 0px 0px 10px -1px #5f737e;
    font-family: 'AXIS Std', sans-serif;
    cursor: default;
    opacity: 1;
}
.todo-done-check {
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 15px;
    position:relative;
    box-shadow: 0px 0px 10px -5px #a3afb6;
}
.todo-done-check input[type="checkbox"] {
    display:none;
}
.todo-done-check label {
    display: block;
    padding: 10px 10px 10px 40px;
    cursor:pointer;
}
.todo-done-check label:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 18px;
    height: 18px;
    border: solid 2px #b4b3b9;
    background: #fff;
}
.todo-done-check input[type="checkbox"]:checked + label:after {
    background-image:url("../../svg/student/checkmark_gray.svg");
    background-repeat: no-repeat;
    background-position: 58% 46%;
    background-size: 80%;
}

/* ラジオボタン */
.todo-done-radio {
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 15px;

    position:relative;
    box-shadow: 0px 0px 10px -5px #a3afb6;
}
.todo-done-radio input[type="radio"] {
    display:none;
}
.todo-done-radio label {
    display: block;
    padding: 10px 10px 10px 40px;
    cursor:pointer;
}
.todo-done-radio label:before {
    content: "";
    position: absolute;
    display: block;
    top: 17px;
    left: 15px;
    width: 18px;
    height: 18px;
    border: solid 2px #b4b3b9;
    background: #fff;
    border-radius: 50%;
}

.todo-done-radio label:after {
    position: absolute;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #7F878C;
    left: 19px;
    top: 21px;
    opacity: 0;
}
.todo-done-radio input[type="radio"]:checked + label:after {
    opacity: 1;
}
/* ラジオボタンここまで */

/**************** 送信完了ページ(send_complete.html) ******************/
.send-message {
    min-height: calc(100vh - 197px);
    background-color: #f3eef0;
}
.send-message p {
    padding: 70px 13px 30px;
    /* color: #9f245c; */
    font-size: 1.8rem;
    text-align: center;
    font-weight: normal;
}
.send-obi {
    background-color: #9f245c;
    color: #fff;
    min-width:920px;
    padding: 17px;
}
.underline {
    border: 1px solid #9f245c;
    width: 10%;
    margin: 0 auto;
}
.homepage {
    display: block;
    background-color: #9f245c;
    width: 180px;
    padding: 13px;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #9e818f;
    font-family: 'AXIS Std', sans-serif;
    text-align: center;
    margin: 85px auto;
    font-weight: normal;
}

/**************** 履修登録(course.html) ******************/

.course-box {
    margin-top: 35px;
}
.course-box:first-childn {
    margin-top: 3%;
}

.course h3 {
    color: #9f245c;
    font-weight: normal;
    font-size: 2rem;
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
}
.course-table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px #886f7b;
    overflow: hidden;
}
.course-table th,.course-table td {
    border: 1px solid #f3eef0;
    padding: 10px;
    padding-left: 20px;
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.course table th {
    color: #9f245c;
    font-size: 1.5rem;
    width: 25%;
}

/* チェックボックス */
.course-check {
    position: relative;
    margin-top: 15px;
}
.course-check input[type="checkbox"] {
    display: none;
}
.course-check label {
    display: block;
    cursor:pointer;
}
.course-check label:after {
    content: "";
    position: absolute;
    top: 57px;
    left: 30px;
    width: 18px;
    height: 18px;
    border: solid 2px #edd9e2;
    background: #fff;
}
.course-check input[type="checkbox"]:checked + label:after {
    background-image:url(../../svg/student/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 58% 46%;
    background-size: 80%;
}
/* チェックボックスここまで */

.course-checkbox {
    width: 50px;
}

/* セレクトボックス */
.course_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0b1c6;
    border-radius: 5px;
    width: 110px;
    padding: 3px;
    padding-left: 10px;
    background: url(../../svg/student/pink_triangle.svg) no-repeat;
    background-position: 89% 50%;
    background-size: 10px;
    color: #363636;
    font-family: 'AXIS Std','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
    font-weight: 300;
}

select.term {
    width: 300px;
    background-position: 270px 50% !important;
    background-size: 10px !important;
}

.subject_credit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e0b1c6;
    border-radius: 5px;
    width: 110px;
    padding: 3px;
    padding-left: 10px;
    background: url(../../svg/student/pink_triangle.svg) no-repeat;
    background-position: 89% 50%;
    background-size: 10%;
    color: #363636;
    font-family: 'AXIS Std','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'YuGothic', 'Yu Gothic', '游ゴシック', 'Meiryo', 'メイリオ', Helvetica, sans-serif;
    font-weight: 300;
}
/* セレクトボックスここまで */

.plusmark {
    vertical-align: middle;
    border: none;
    background: url(../../svg/student/plus.svg) no-repeat;
    background-size: 38%;
    background-position: center;
    background-color: #c37c8e;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px 1px rgba(136,111,123,0.22);
}
.plusmark:hover {
    opacity: 0.8;
    cursor: pointer;
}

.attention {
    font-size: 1.5rem;
}
.course-text {
    border: 1px solid #e0b1c6;
    border-radius: 5px;
    width: 80%;
    padding-left: 7px;
}
.can {
    border: none;
    margin-left: 20px;
    background: url(../../svg/student/can.svg) no-repeat;
    background-color: #4bb4b7;
    width: 67px;
    height: 35px;
    border-radius: 10px;
    background-size: 31%;
    background-position: 50%;
    box-shadow: 0px 1px 8px 1px rgb(136 111 123 / 22%);

}
.can:hover {
    opacity: 0.8;
    cursor: pointer;
}
.increase {
    display: flex;
    align-items: center;
}
.increase table {
    width: 90%;
}

/* JACSチェックボックス */
.jacs-course-check {
    position: relative;
    margin-top: 15px;
}
.jacs-course-check input[type="checkbox"] {
    display: none;
}
.jacs-course-check label {
    display: block;
    cursor:pointer;
}
.jacs-course-check label:after {
    content: "";
    position: absolute;
    top: 36px;
    left: 30px;
    width: 18px;
    height: 18px;
    border: solid 2px #edd9e2;
    background: #fff;
}
.jacs-course-check input[type="checkbox"]:checked + label:after {
    background-image:url(../../svg/student/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 58% 46%;
    background-size: 80%;
}
/* JACSチェックボックスここまで */

.total {
    text-align: center;
    margin-top: 70px;
}
.total > div {
    margin-top: 20px;
}

.total-number, .required-number {
    display: block;
    font-weight: normal;
}
.required-number {
    color: #9f245c;
    font-size: 1.3rem;
    margin-top: 2px;
}

/**************** 履修登録（編集画面）(course_done.html) ******************/

.course-done-table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px #a3afb6;
    overflow: hidden;
}
.plusmark-done {
    vertical-align: middle;
    border: none;
    background: url("../../svg/student/plus.svg") no-repeat;
    background-size: 38%;
    background-position: center;
    background-color: #cc97a4;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0px 1px 8px 1px rgb(163 175 182 / 40%);
}
.plusmark-done:hover {
    opacity: 0.8;
    cursor: pointer;
}
.can-done {
    border: none;
    margin-left: 20px;
    background: url("../../svg/student/can.svg") no-repeat;
    background-color: #6cacaf;
    width: 67px;
    height: 35px;
    border-radius: 10px;
    background-size: 31%;
    background-position: 50%;
    box-shadow: 0px 1px 8px 1px rgb(163 175 182 / 40%);
}
.can-done:hover {
    opacity: 0.8;
    cursor: pointer;
}
.course-done .course h3 {
    color: #59666f;
}
.course-done .course-check label:after {
    border: solid 2px #b4b3b9;
}
.course-done .course-check input[type="checkbox"]:checked + label:after {
    background-image: url("../../svg/student/checkmark_gray.svg");
    background-position: 58% 46%;
}

.course-done .course_select {
    border: solid 1px #b4b3b9;
    background: url("../../svg/student/gray_triangle.svg") no-repeat;
    background-position: 89% 50%;
    background-size: 10px;
}
.course-done .subject_credit {
    border: solid 1px #b4b3b9;
    background: url("../../svg/student/gray_triangle.svg") no-repeat;
    background-position: 89% 50%;
    background-size: 10%;
}
.course-done .course table th {
    color: #678194;
}
.course-done-table th,.course-done-table td {
    border: 1px solid #eeeff3;
    padding: 10px;
    padding-left: 20px;
    overflow-wrap: break-word;
    word-wrap: break-all;
}
.course-done .course-text {
    border: 1px solid #b4b3b9;
}
.course-done .jacs-course-check label:after {
    border: solid 2px #b4b3b9;
}
.course-done .jacs-course-check input[type="checkbox"]:checked + label:after {
    background: url("../../svg/student/checkmark_gray.svg") no-repeat;
    background-size: 80%;
    background-position: 58% 46%;
}


.course-done .required-number {
    color: #59666f;
}

.unit-number-alarm {
    display: inline;
    font-size: 1.4rem;
    color: #DC1241;
    margin-left: 15px;
}

.todo-text .course-unit {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 10px 0 3px;
}
.todo-text-done .course-unit {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 10px 0 3px;
}


.nothing_p {
    text-align: center;
}
