/*-------------------------------
    共通
-------------------------------*/
body {
    background: #efefef;
    padding-bottom: 7rem;
}
.loginForm {
    padding: 2rem;
}

.loginForm .container {
    background: #fff;
    max-width: 76.8rem;
}
/*
.l-box {
    padding-top: 2rem;
} */


h1 {
    color: #666;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
    /* background: url(../img/logo.png) left bottom no-repeat;
    padding: 2rem 0 1rem; */
}
h1 img {
    margin-bottom: 1rem;
}
h1 span {
    display: block;
    text-align: center;
    letter-spacing: 0.2rem;
}
/* h1 .subTitle {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    padding-left: 0.2rem;
} */
h1 .mainTitle {
    font-size: 3rem;
}

h2 {
    color: #fff;
    font-size: 2rem;
    font-family: "Rounded Mplus 1c";
}

h3 {
    background: #837358;
    color: #fff;
    font-size: 1.8rem;
    font-family: "Rounded Mplus 1c";
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
}

h4 {
    /* font-size: 1.6rem; */
    font-family: "Rounded Mplus 1c";
    padding-left: 2rem;
}

a:hover {
    text-decoration: none;
}

input[type="checkbox"] {
    margin: 0 1rem;
}

/* ボタン共通 */
.btn {
    display: block;
    color: #fff;
    height: 6rem;
    font-size: 1.6rem;
    margin: 0 auto 2rem;
    border-radius: 5rem;
}
.btn:hover {
    color: #fff;
}

/*-------------------------------
    userContent
-------------------------------*/
.userContent {
    background: #fff;
    margin: 2rem;
}

/*-------------------------------
    login(user)
-------------------------------*/
.userLogin {
    margin: 5rem auto 0;
}

.userLogin h1.title {
    width: 26rem;
    margin: 0 auto 5rem;
}

.userLavel {
    color: #333;
    margin-bottom: 1rem;
}
.userInput {
    width: 100%;
    height: 5rem;
    border: 0.1rem solid #991527;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
    padding: 1rem 2rem;
}

.loginBtn {
    width: 100%;
    /* height: 6rem; */
    background: #991527;
    /* border-radius: 5rem; */
    margin-bottom: 3rem;
}

.userLogin .resetPass {
    margin-bottom: 5rem;
}
.userLogin .resetPass a {
    color: #991527;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: underline;
}

.cancelBtn {
    background: #aaa;
    line-height: 6rem;
    padding: 0;
}

/*-------------------------------
    loginHeader
-------------------------------*/
.loginHeader {
    background: #991527;
    padding: 2rem;
}

/*-------------------------------
    notices
-------------------------------*/
.contactMenu,
.readNotice {
    background: #fff;
    margin-bottom: 2rem;
}
.contactMenu h3 {
    margin-bottom: 2rem;
}

.messeage {
    padding: 0 2rem 2rem;
}
.messeage ul{
    margin: 2rem 0;
}
.messeage li {
    background: #f5ede2;
    padding: 0.5rem;
    line-height: 2rem;
    font-size: 1.8rem;
    border-bottom: 0.2rem dashed #aaa;
    margin-bottom: 1rem;
}
.messeage li a {
    display: block;
    color: #555;
}
.returnBtn {
    background: #5e8e15;
    line-height: 6rem;
    padding: 0;
    margin-bottom: 0;
}

.contactMenuWrap,
.contactMenuNotice {
    justify-content: space-between;
    padding: 2rem 2rem 4rem;
}
.contactMenuWrap {
    display: flex;
}
/* その他連絡のみ表示する場合 */
.contactMenuWrap__type01 {
    justify-content: center;
}
/* .contactMenuWrap.bottom {
    padding-bottom: 7rem;
} */
.contactMenuWrap .contactBtn {
    background: #ccc;
    width: 30%;
    height: 8rem;
    line-height: 8rem;
    font-size: 1.8rem;
    text-align: center;
    border-radius: 0.5rem;
}
.contactMenuWrap .contactBtn.absent {
    background: #f1e2e7;
    color: #ba4a49;
}
.contactMenuWrap .contactBtn.late {
    background: #d1e7ee;
    color: #00438d;
}
.contactMenuWrap .contactBtn.earlyOut {
    background: #dae8bb;
    color: #4b701d;
}
.contactMenuWrap .contactBtn.dream,
.contactMenuWrap .contactBtn.cancelBus,
.contactMenuWrap .contactBtn.parentMail {
    width: 30%;
    font-size: 1.4rem;
    height: 10rem;
    line-height: 1.2;
    padding: 1.5rem 0 1rem;
    border: 0;
}
.contactMenuWrap__type01 .contactBtn.parentMail {
    width: 338px;
}
.contactMenuWrap .contactBtn.dream img,
.contactMenuWrap .contactBtn.cancelBus img,
.contactMenuWrap .contactBtn.parentMail span {
    display: block;
    height: 3.5rem;
    margin: 0 auto 1rem;
}
.contactMenuWrap .contactBtn.dream,
.contactMenuWrap .contactBtn.parentMail {
    background: #e8ded2;
    color: #614d28;
}
.contactMenuWrap .contactBtn.cancelBus {
    background: #ddd9cd;
    color: #594c39;
}
.contactMenuWrap .contactBtn.cancelBus.ifWarking {
    background: #ccc;
    color: #fff;
    cursor: default;
    border: 0;
}
.contactMenuWrap .contactBtn.parentMail span{
    color: #a48952;
    font-size: 3rem;
}

.contactMenuWrap p,
.contactMenuNotice p {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}

/* read_notice */
.readNotice {
    padding: 2rem;
}
.readNoticeItem {
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}
.readNoticeItem > video,
.readNoticeItem > img {
    max-height: 600px;
}
.readNoticeItem > video {
    width: 100%;
}

/*-------------------------------
    absent,late,earlyOut
-------------------------------*/
.parentLabel {
    color: #675b4a;
    margin-bottom: 0.5rem;
}
.parentInput {
    background: #edeced;
    border: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    font-size: 16px;
}

.checkboxWrap {
    display: flex;
    margin: 0.5rem 0 1rem;
}
.checkboxLabel {
    font-size: 1.6rem;
    font-weight: normal;
}
.last .checkboxWrap input,
.last .checkboxWrap .parentLabel {
    align-self: baseline;
}

.form-control.after_delete {
    color: #111;
    font-weight: bold;
    font-size: 1.6rem;
}

.btnWrap {
    width: 90%;
    display: flex;
    margin: 0 auto;
}
.changeBtn {
    width: 40%;
    background: #5e8e15;
}
.sendBtn {
    width: 90%;
    background: #991527;
}
.sendBtn.check {
    width: 40%;
}

/*-------------------------------
    information
-------------------------------*/
.formWrap,
.readWrap {
    width: 90%;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 2rem;
}
.formWrap.last,
.readWrap:last-of-type {
    border-bottom: 0;
}

.form-control.after_delete,
.form-control.parentInputRead {
    height: 100%;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 1rem;
}

.mailBtn {
    background: #d8d6c7;
    color: #675b4a;
    line-height: 6rem;
    padding: 0;
    margin: 2rem auto;
}
.mailBtn .glyphicon-envelope {
    padding-right: 1rem;
}

/*-------------------------------
    menu
-------------------------------*/
nav {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.userMenu {
    background: #ede5da;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.userMenu li {
    width: 20%;
}
.userMenu li a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
}
.userMenu a {
    text-decoration: none;
}
.userMenu .active {
    color: #991527;
}
.userMenu .default {
    color: #675b4a;
}
.userMenu img {
    display: block;
    height: 3rem;
    margin: 0 auto 0.5rem;
}

/*-------------------------------
    footer
-------------------------------*/
.userFooter {
    padding: 2rem;
}
.userFooter p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
}


/*-------------------------------
    entry
-------------------------------*/
/* table.register thead {
    
} */
table.register thead tr th {
    background: #991527;
    color: #fff;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: normal;
    letter-spacing: 0.2rem;
    padding: 1.5rem 0;
    border: 0;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

table.register th,
table.register td {
    display: block;
}

table.register tbody tr th {
    padding: 1.2rem 1.5rem;
}

table.register tbody tr th,
table.register tbody tr td {
    border: 0;
    line-height: 1.0;
}

table.register th {
    background: #e8ded2;
    color: #675b4a;
    padding: 1rem;
}
table.register th span {
    color: #b11a2e;
    font-size: 1.2rem;
    font-weight: normal;
}

table.register th .primary {
    color: #b11a2e;
}

table.register td input[type="text"],
table.register td input[type="password"] {
    width: 100%;
    margin: 1rem 0;
    padding: 0.5rem;
    border: 0.1rem solid #b09b77;
}
table.register td select {
    width: 100%;
    height: 3.5rem;
    background: #fff;
    outline: 0.1rem solid #b09b77;
    border: none;
    margin: 1rem 0;
}

/*-------------------------------
    mail（開封後）
-------------------------------*/
/* body */
body.mail {
    padding: 3rem 1rem;
}

/* container */
.mail .container {
    background: #fff;
    max-width: 100rem;
    padding-top: 3rem;
    border-radius: 0.5rem;
}

.mail .container hr {
    border-top: 0.5rem dotted #e8ded2;
    /* margin-bottom: 3rem; */
}

/* header */
.mail .userHeader h1 {
    text-align: center;
    /* margin-left: 2rem; */
}
.mail .userHeader h1 img {
    height: 8rem;
}

/* userContent */
.mail .userContent h2 {
    color: #991527;
    font-size: 2.4rem;
    text-align: center;
    margin: 3rem 0;
}
.mail .userContent .mailText {
    line-height: 1.5;
}

/* footer */
.mail .userFooter {
    padding: 0 0 2rem;
}

/*-------------------------------
    responsive
-------------------------------*/
@media screen and (max-width: 768px) {
    /*-------------------------------
        user
    -------------------------------*/
    .contactMenuWrap__type01 .contactBtn.parentMail {
        width: 100%;
    }
}
