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

body {
    font-family: "Noto Sans JP", sans-serif !important;
}


a {
    /* color: #000000; */
}

#col_main {
    /* max-width: 900px; */
    margin: 0 auto;
}

.top_topic_container {
    /* background-color: #143c87; */
    /* background: linear-gradient(180deg,#143c87 0,#143c87 288px,#fff 0,#fff); */
    background: linear-gradient(180deg, #143c87 0, #143c87 288px, #e5e5e5 0, #e5e5e5);
}


.price_table tr {
    border-bottom: #757575 1px solid;
}


.btn-secondary {
    background-color: #a9a9a9;
    border: #a9a9a9;
}

header {
    /* background-color: #303030; */
}

.label_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}



.midashi_3 {
    font-size: 1.3rem;
    font-weight: bold;
}


.top_banner_container {
    /* background-color: #ffffff; */
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

.nav-item {
    font-weight: bold;
}

@media (max-width: 768px) {
    .top_banner_container {
        width: auto;
    }
}

.feature_post_image_cotent {
    /* background-color: #d8d8d8; */
    background-color: #ffffff;
}

.feature_post_cotent {
    display: flex;
    align-items: center;
    padding: 10px;
    height: 100%;
    background-color: #ffffff;

}

@media (max-width: 768px) {
    .feature_post_cotent {
        background-color: #4670bd;
        color: #ffffff;
    }

    .feature_post_cotent .lbl_strong {
        display: none;
    }
}



/* h1 {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #7db4e6;
    font-size: 1.2rem;
} */



/*
h2 {
    position: relative;
    padding: 0.6rem 0.6rem;
    color: #fff !important;
    background-color: #133b86;
    font-size: 1.0rem;
}
*/

/*
h2:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #133b86 transparent transparent transparent;
}



 */




h3 {
    position: relative;
    padding: 0.6rem 1rem;
    border-bottom: 6px solid #133b86;
}





.box11 {
    padding: 0.5em 1em;
    /* margin: 2em 0; */
    color: #5d627b;
    border-top: solid 5px #5d627b;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
    /* width: 100%; */
    /* background-color: #ebebeb; */
}

.box11 p {
    margin: 0;
    padding: 0;
}



.box17 {
    margin-bottom: 2em;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}

.box17:before,
.box17:after {
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}

.box17:before {
    left: 10px;
}

.box17:after {
    right: 10px;
}

.box17 p {
    margin: 0;
    padding: 0;
}

.c_icon_1 {
    margin: 0;
    position: absolute;
    top: 50%;
    margin-right: -50%;
    left: 50%;
    font-size: 2.0rem;
    transform: translate(-50%, -50%);
    color: #fff;
}


/* .drawer-hamburger {
    background-color: #21b0ae !important;
} */

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    /* background-color: #fff !important; */
}


.navigation_menu_container {
    /* background-color: #303030; */
}


.content {
    /* background-color: #e4e4e4; */
}


.c_link {
    color: #133b86;
}

.x_scroll_menus li {
    background-color: #3e3e3e;
}
