@charset "UTF-8";

.post-type-archive-column .colun_list #main_title_area {
    height: 450px;
    background: url(../img/list/bg_main_title_area01.jpg) no-repeat center top;
    background-size: cover;
}

.post-type-archive-column .news_list #main_title_area {
    height: 450px;
    background: url(../img/list/bg_main_title_area02.jpg) no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 840px) {
    .post-type-archive-column .colun_list #main_title_area {
        height: 250px;
    }

    .post-type-archive-column .news_list #main_title_area {
        height: 250px;
    }
}

.post-type-archive-column #sec01 {
    padding: 65px 0 100px;
    background: url(../img/index/bg01.jpg) repeat center top;
}

.post-type-archive-column #sec01 .wrap.flex {
    justify-content: space-between;
}

.post-type-archive-column #sec01 #main {
    max-width: 800px;
    width: 67%;
}

.post-type-archive-column #sec01 #main h2 {
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
    font-size: 3rem;
    font-weight: bold;
}

.post-type-archive-column #sec01 #main h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 6px;
    height: 110%;
    margin: auto;
    background: #08467F;
    border-radius: 4px;
}

.post-type-archive-column .in .item {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.post-type-archive-column .in .item+.item {
    margin-top: 20px;
}

.post-type-archive-column .in .item a {
    display: block;
}

.post-type-archive-column .in .item a:hover {
    opacity: 1;
}

.post-type-archive-column .in .item .cat {
    display: flex;
}

.post-type-archive-column .in .item .cat p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.3em;
    padding: 0 1em;
    font-size: 1.3rem;
    color: #2B2B2B;
    font-weight: bold;
    background: #FFD14D;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
}

.post-type-archive-column .in .item a:hover .cat p {
    color: #fff;
    background: #2B2B2B;
}

.post-type-archive-column .in .item .cat p+p {
    margin-left: 1em;
}

.post-type-archive-column .in .item .date {
    margin-left: 1.5em;
    font-size: 1.4rem;
    color: #C1C1C1;
    letter-spacing: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.post-type-archive-column .in .item h3 {
    margin: 1em 0;
    font-size: 2rem;
    font-weight: bold;
}

.post-type-archive-column .in .item .image {
    max-width: 242px;
    max-height: 160px;
    width: 35%;
    overflow: hidden;
}

.post-type-archive-column .in .item .image img {
    transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    backface-visibility: hidden;
}

.post-type-archive-column .in .item a:hover .image img {
    transform: scale(1.1);
}

.post-type-archive-column .in .item .txt {
    max-width: 460px;
    width: 62%;
}

.post-type-archive-column .in .item .txt p {
    font-size: 1.6rem;
    font-weight: normal;
}

.post-type-archive-column #sec01 #side {
    max-width: 340px;
    width: 30%;
}

.post-type-archive-column #sec01 #side .search_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    background: #fff;
    border: 2px solid #282828;
    border-radius: 27px;
}

.post-type-archive-column #sec01 #side .search_area form {
    width: 100%;
}

.post-type-archive-column #sec01 #side .search_area div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.post-type-archive-column #sec01 #side .search_area input {
    width: 100%;
    font-size: 1.6rem;
}

.post-type-archive-column #sec01 #side .search_area input::placeholder {
    color: #A9A9A9;
}

.post-type-archive-column #sec01 #side .search_area input.submit {
    width: 18px;
    height: 18px;
    background: url(../img/common/icon_submit.svg) no-repeat center center;
    background-size: 100%;
    cursor: pointer;
}

.post-type-archive-column #sec01 #side .search_area input.submit:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post-type-archive-column #sec01 #side .side_content {
    margin-top: 28px;
}

.post-type-archive-column #sec01 #side .side_content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.post-type-archive-column #sec01 #side .side_content h2+p.en {
    font-size: 1.6rem;
    font-weight: normal;
}

.post-type-archive-column #sec01 #side .side_content .post-type-archive-column .in {
    margin-top: 14px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
}

.post-type-archive-column #sec01 #side .side_content .article_content {
    padding: 30px 0;
    border-bottom: 1px dotted #333;
}

.post-type-archive-column #sec01 #side .side_content .article_content a {
    display: flex;
    justify-content: space-between;
}

.post-type-archive-column #sec01 #side .side_content .article_content a:hover {
    opacity: 1;
}

.post-type-archive-column #sec01 #side .side_content .article_content:last-child {
    border-bottom: none;
}

.post-type-archive-column #sec01 #side .side_content .article_content .image {
    max-width: 120px;
    max-height: 80px;
    width: 40%;
    overflow: hidden;
}

.post-type-archive-column #sec01 #side .side_content .article_content .image img {
    height: auto;
    transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    backface-visibility: hidden;
}

.post-type-archive-column #sec01 #side .side_content .article_content a:hover .image img {
    transform: scale(1.1);
}

.post-type-archive-column #sec01 #side .side_content .article_content .article_in {
    max-width: 166px;
    width: 56%;
}

.post-type-archive-column #sec01 #side .side_content .article_content .article_in .date {
    margin-bottom: 0.5em;
    font-size: 1.3rem;
    color: #C1C1C1;
    letter-spacing: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.post-type-archive-column #sec01 #side .side_content .article_content .article_in h3 {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
}

.post-type-archive-column #sec01 #side .side_cat ul li {
    padding: 1.5em 0;
    font-size: 1.6rem;
    border-bottom: 1px dotted #DED6C5;
}

.post-type-archive-column #sec01 #side .side_cat ul li:last-child {
    border-bottom: none;
}

.post-type-archive-column #sec01 #side .side_cat ul li a {
    position: relative;
    display: block;
    width: 100%;
}

.post-type-archive-column #sec01 #side .side_cat ul li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 8px;
    margin: auto;
    background: url(../img/common/icon_side_arrow.svg) no-repeat center center;
    background-size: cover;
}

.post-type-archive-column #sec01 #side .side_cat ul li a:hover {
    color: #0E599D;
    opacity: 1;
}

@media screen and (max-width: 840px) {
    .post-type-archive-column #sec01 {
        padding: 5% 0 10%;
        background: url(../img/index/bg03.jpg) repeat-y center top;
        background-size: 400% auto;
    }

    .post-type-archive-column #sec01 .wrap.flex {
        display: block;
    }

    .post-type-archive-column #sec01 #main {
        max-width: none;
        width: 100%;
    }

    .post-type-archive-column #sec01 #main h2 {
        font-size: 2rem;
    }

    .post-type-archive-column #sec01 #main h2:before {
        width: 4px;
    }

    .post-type-archive-column .in .item {
        padding: 5%;
    }

    .post-type-archive-column .in .item+.item {
        margin-top: 5%;
    }

    .post-type-archive-column .in .item .cat p {
        font-size: 1rem;
    }

    .post-type-archive-column .in .item .cat p+p {
        margin-left: 0.5em;
    }

    .post-type-archive-column .in .item .date {
        margin-left: 1em;
        font-size: 1.2rem;
    }

    .post-type-archive-column .in .item h3 {
        font-size: 1.4rem
    }

    .post-type-archive-column .in .item h3+.flex {
        display: block;
    }

    .post-type-archive-column .in .item .image {
        max-width: none;
        width: 100%;
        margin-bottom: 5%;
    }

    .post-type-archive-column .in .item .txt {
        max-width: none;
        width: 100%;
    }

    .post-type-archive-column .in .item .txt p {
        font-size: 1.2rem;
    }

    .post-type-archive-column #sec01 #side {
        max-width: none;
        width: 100%;
        margin-top: 15%;
    }

    .post-type-archive-column #sec01 #side .search_area {
        width: 100%;
        height: 45px;
        padding: 0 2em;
    }

    .post-type-archive-column #sec01 #side .search_area input {
        width: 100%;
        font-size: 1.2rem;
    }

    .post-type-archive-column #sec01 #side .side_content {
        margin-top: 8%;
    }

    .post-type-archive-column #sec01 #side .side_content h2 {
        font-size: 2rem;
    }

    .post-type-archive-column #sec01 #side .side_content h2+p.en {
        font-size: 1.4rem;
    }

    .post-type-archive-column #sec01 #side .side_content .post-type-archive-column .in {
        margin-top: 5%;
        padding: 5%;
    }

    .post-type-archive-column #sec01 #side .side_content .article_content {
        padding: 5% 0;
    }

    .post-type-archive-column #sec01 #side .side_content .article_content .image {
        max-width: none;
    }

    .post-type-archive-column #sec01 #side .side_content .article_content .article_in {
        max-width: none;
        width: 55%;
    }

    .post-type-archive-column #sec01 #side .side_content .article_content .article_in .date {
        font-size: 1.2rem;
    }

    .post-type-archive-column #sec01 #side .side_content .article_content .article_in h3 {
        font-size: 1.4rem;
    }

    .post-type-archive-column #sec01 #side .side_cat ul li {
        font-size: 1.4rem;
    }
}