/*
Theme Name:   dokugaku mypage
Theme URI:
Description:  Arkhe Child Theme
Author:       barbwire.co.jp
Author URI:   https://barbwire.co.jp
Template:     arkhe
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain:  arkhe
*/



h2 {
    font-size: 18px;
    color: #fff;
    background: #4E3B18;
    padding: 10px 15px;
}

h3 {
    font-size: 16px;
}


/* ヘッダ */
.l-header__body.l-container {
    background: #f1efe2;
    border-top: 3px solid #006699;
}
.l-header__center {
    padding-top: 0;
}

.l-header[data-pcfix="1"] {
    position: static;
}

.has-image>.c-headLogo {
    height: auto;
}

#top_title_area,
#breadcrumb {
    display: none;
}

[data-logo=left] .l-header__logo {
    justify-content: center;
}


/* フッタ */
#footer {
    background: url(assets/img/footer_bg.jpg) repeat-x;
    min-height: 100px;
    color: #fff;
    margin-top: 60px;
}

#footer .c-copyright {
    margin-top: 20px;
}

/* メインコンテンツ */
.l-content__body {
    margin: 2rem auto;
}
#main_content {
    max-width: 800px;
}


.user-name {
    font-size: 24px;
    font-weight: bold;
}

.l-main__body>.c-postContent {
    margin-top: 2rem;
}

/* ログインフォーム */

#main_content .login-wrap {
    text-align: center;
    width: 450px;
    max-width: 100%;
    margin: 60px auto !important;
    padding: 60px 30px;
    box-shadow: 0 0 20px #ccc;
}

#main_content .login-wrap h3 {
    font-size: 20px;
    font-weight: normal;
}

#mypage-login-form {
    margin-top: 40px;
}

#mypage-login-form .form-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

#mypage-login-form dt {
    text-align: right;
}

#mypage-login-form dd {
    text-align: left;
}

#mypage-login-form button[type="submit"] {
    margin-top: 40px;
    padding: 10px 100px;
    background: #0059d6;
    color: #fff;

}

.error_message,
.login-message {
    background: #FDEDEC;
    color: #641E16;
    padding: 10px;
    margin-top: 20px;
}

.l-header__drawerBtn,
.l-header__searchBtn {
    display: none;
}

@media screen and (max-width: 639px) {

    #mypage-login-form .form-contents {
        grid-template-columns: 1fr;
    }
    #mypage-login-form dt {
        text-align: left;
    }

    #mypage-login-form dd input {
        width: 100%;
    }
}

/* マイページ */
#mypage-header {
    display: flex;
    justify-content: space-between;
}

#mypage-header .logout {
    display: flex;
}

#mypage-header .logout:before {
    content: '';
    background: url(assets/img/icon-logout.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
}

.files-content {
    padding: 0 1em;
}

.files-content ul {
    list-style: none;
}

.files-content ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.lecture-files-content h3 {
    border-left: 5px solid #2ECC71;
    padding: 5px 0 5px 1em;
}

.article-files-content h3 {
    border-left: 5px solid #EB984E;
    padding: 5px 0 5px 1em;
}

.files-content .files a.download-file {
    display: inline-flex;
}
.files-content .files a.download-file:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(assets/img/icon-download.svg) no-repeat;
    background-size: contain;
    margin-left: 10px;
}

