/* color */
:root {
    --base-blue: #5B6A9D;
    --text-navy: #445260;
    --btn-orange: #E26203;
}

.base_blue {
    color: var(--base-blue);
}
.text_navy {
    color: var(--text-navy);
}
.text_orange {
    color: var(--text-orange);
}

/* fonts */
h1, h2, h3, h4, h5, p, li, a {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-navy);
}
h1, h2, h3, h4, h5 {
    color: #000;
}
p, li, a {
    color: var(--text-navy);
}

.site_header_cont {
    width: 100%;
    max-width: 1400px;
    min-width: 1400px;
    padding: 12px 20px 13px 20px;
    margin: 0 auto;
}

.site_header_cont h1 img {
    height: 35px;
}
.site_header_cont a {
    display: flex;
    height: 35px;
}
.site_header_cont p {
    color: #5B6A9D;
    margin-left: 14px;
}
.site_header_blue {
    background-color: var(--base-blue);
    padding: 8px 0 10px 0;

    width: 100%;
    min-width: 1400px;
}
.site_header_blue a {
    color: #fff;
    padding: 0 14px;
    border-right: 1px solid #fff;
}
.site_header_blue li:last-child a {
    border: none;
}


.times {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.sawarabi {
    font-family: "Sawarabi Gothic", sans-serif;
    font-style: normal;
}
.hiragino {
    font-family: "Hiragino Sans", sans-serif;
    font-style: normal;
}

.font400 {
    font-weight: 400;
}
.font500 {
    font-weight: 500;
}
.font600 {
    font-weight: 600;
}
.font700 {
    font-weight: 700;
}
.font900 {
    font-weight: 900;
}

.font_12 {
    font-size: 14px;
}
.font_14 {
    font-size: 14px;
}
.font_16 {
    font-size: 16px;
}
.font_24 {
    font-size: 24px;
}
/* font size */

.top_32 {
    margin-top: 32px;
}

.bottom_0 {
    margin-bottom: 0;
}

.pd_left_0 {
    padding-left: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    word-break: break-all;
}

body {
    /* background-color: #00000046; */
}

.flex_container {
    display: flex;
}
.flex_container.wrap {
    flex-wrap: wrap;
}
.justify_center {
    justify-content: center;
}
.align_center {
    align-items: center;
}
.sp_between {
    justify-content: space-between;
}

.center_item {
    text-align: center;
}
.left_auto {
    margin-left: auto;
}
.right_auto {
    margin-right: auto;
}

.site_main_column {
    width: 100%;
    max-width: 1400px;
    min-width: 1400px;
    padding: 0 20px 100px 20px;
    margin: 0 auto;
}

.post_archive_line.archive_first_line {
    border-top: 1px solid #ADB8C3;
}
.post_archive_line {
    border-bottom: 1px solid #ADB8C3;
    padding: 14px 0;
}
.archive_post_thum {
    height: 56px;
    width: 100px;
    min-width: 100px;
}
.archive_post_thum img {
    height: 56px;
    width: 100px;
    object-fit: cover;
    object-position: center center;
}
.archive_post_card {
    width: 50%;
}
.archive_post_title h3 {
    margin-left: 14px;
}
.archive_post_inner {
    max-width: 400px;
}
.archive_post_text {
    padding-top: 14px;
}

.rank_post_card {
    padding-bottom: 7px;
}
.rank_post_card span {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 20px;
    min-width: 20px;
    background: linear-gradient(to right, #B19C58, #FFF6E3);
    display: block;
    text-align: center;
}
.rank_post_card.gold {
    margin-top: 14px;
    border-bottom: 1px solid #ADB8C3;
}
.rank_post_card.gold span {
    background: linear-gradient(to right, #B19C58, #FFF6E3);
}
.rank_post_card h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-left: 7px;
}
.rank_post_card.silver {
    margin-top: 7px;
    border-bottom: 1px solid #ADB8C3;
}
.rank_post_card.silver span {
    background: linear-gradient(to right, #939393, #F0ECE2);
}
.rank_post_card.copper {
    margin-top: 7px;
}
.rank_post_card.copper span {
    background: linear-gradient(to right, #8D6314, #FFF6E3);
}


.coomon_shadow {
    box-shadow: #00000070 0 3px 6px;
}

.coomon_inside_shadow {
    box-shadow: inset 2px 2px 6px #d2d4d4,
            inset -2px -2px 6px #ffffff;
}

.coomon_newmo {
    box-shadow:  6px 6px 12px #d2d4d4,
    -6px -6px 12px #ffffff;
}

footer {
    min-width: 1400px;
    background-color: var(--base-blue);
}
.footer_container {
    width: 100%;
    max-width: 1400px;
    min-width: 1400px;
    padding: 9px 20px 10px 20px;
    margin: 0 auto;
}
.footer_container p {
    color: #fff;
}

.sm_display_inherit {
    display: none;
}

header ul {
    padding-left: 0;
}

@media screen and (max-width: 767px) {

    .sm_flex_inherit {
        display: inherit;
    }

    .sm_flex_container {
        display: flex;
    }
    .sm_min_0 {
        min-width: 0;
    }
    .sm_width_100 {
        width: 100%;
    }
    .sm_max_100 {
        max-width: 100%;
    }

    .sm_display_none {
        display: none;
    }
    .sm_display_inherit {
        display: inherit;
    }

    .front_top_container {
        padding-right: 0;
    }

    .archive_post_card {
        padding: 14px 0;
        border-bottom: 1px solid #ADB8C3;
    }
    .post_archive_line {
        border-bottom: none;
    }
    .post_archive_line {
        padding: 0;
    }
    .top_pick_container {
        border-bottom: 0;
    }
    .top_pick_image {
        margin-left: 0;
    }
    .archive_main_cont {
        padding-right: 0;
    }

    .side_bar_area {
        padding: 0;
        border: none;
        margin-top: 32px;
    }
	

    .top_pick_image img, .top_pick_image {
        max-width: 100%;
        height: auto
    }

    @media screen and (max-width: 767px) {
        .post_content_column img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }
    }



}

/*345 1200 345*/
@media screen and (max-width: 1200px) {

}