@charset "UTF-8";
/*
    Theme Name: KONOME RECRUIT SITE
    Theme URL : https://konome.co.jp/recruit/
    Description : 2023/03/30
    Author: 株式会社このめ
    Version : 1
*/

body, header, footer{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}

h1, h2, h3, h4, h5, p, li, a, span {
    color: #6E5F64;
    font-family: 'Josefin Sans', sans-serif;
}

h2 {
    font-size: 22px;
}

h3{
    font-size:18px;
}
img{ max-width:100%; }

a:hover {
    transition: .5s;
    opacity: .8;
}

#content {
    width: 100%;
    background-size: cover !important;
    background: #FFEFEF no-repeat;
}

.text-primary {
    color: #E7025B;
}

.detail-link a {
    /*text-decoration: underline;*/
    color: #6E5F64;
}


.news-post-tag {
    font-size: .8rem;
    font-weight: bold;
    margin-left: 5px;
    background: #E5668530;
    color: #E56685;
    border-radius: 5px;
}

#sidebar{
    text-align: center;
}


.side-contents {
    color: #E56685;
    padding: 20px 30px 0 30px;
    z-index: 100;
}

.side-main {
    padding: 15px 0px;
    font-weight: bold;
    font-size: 18px;
}

@media (max-width: 600px) {
    #content {
        display: block;
    }

    #content-wrap {
        margin: 0 auto;
        width: 100%;
        height: 100vh;
		overflow: auto;
        border: none;
        border-radius: 0;
    }

    .side-contents {
        display: none;
    }
}
