/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400&family=Noto+Sans+JP:wght@100;300;400&display=swap'); */

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 游ゴシック体, YuGothic, "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#main_content {
}

#col_main {
}

#col_sub {
    height: 100%;
}

.top_site_logo {
    height: 60px;
    width: 180px;
}

header {
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

#all_content {
    margin: 0 auto;
}

#footer {
    background-color: #303030;
    color: #fff;
    padding: 10px;
}

.main_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.content_container,
.content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content_container {
    max-width: 900px;
}

.n_container {
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

/* 記事一覧 */
.post_container {
    display: flex;
    padding: 6px 0;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    background-color: #fff;
}

.post_list_image_content {
    width: 160px;
}

.post_list_image {
    min-width: 160px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.post_list_content {
    padding: 0 6px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer_container {
    margin: 20px 0;
}

.footer_menu_item_link {
    color: #fff;
    margin: 10px;
    font-weight: bold;
}

h1,
h2,
h3 {
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.selected {
    background-color: #cbcbcb;
}

.navigation_menu_container {
}

.list_comic_image_container {
    position: relative;
}

.box_comic_image_container .image_label,
.list_comic_image_container .image_label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0.9;
    padding: 0 5px;
}

.list_comic_image_container img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.box_comic_image_container {
    position: relative;
}

.box_comic_image_container img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.view_comic_site_episord_link {
    color: #2f353a;
}

.btn {
    font-weight: bold;
}

.midashi_1 {
    font-size: 1.4rem;
}

.midashi_2 {
    font-size: 1.2rem;
}

.title_1 {
    padding: .25em .5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    font-weight: 700;
    margin: 20px 0;
    font-size: 1.2rem;
}

.box_section_1 {
    background-color: #f6faff;
}

#col_main {
}

.center_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
}

.center_box .content {
    width: 100%;
    max-width: 480px;
    border-radius: 10px;
}

.btn-success {
    color: #fff;
    background-color: #2876a7 !important;
    border-color: #2876a7 !important;
}
