@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #262626;
    font-family: "Noto Sans JP", sans-serif !important;
    width: 100%;
    word-break: break-all;
    background-color: #f5f5f5;
}

img {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.container {
    max-width: 1480px;
}

.area,
.modal-dialog {
    max-width: 680px;
    margin: auto;
}

.cover {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.contain {
    background-position: center;
    background-size: contain;
    width: 100%;
}

.fontxll {
    font-size: 24px;
}

.fontxl {
    font-size: 22px;
}

.fontll {
    font-size: 20px;
}

.fontl {
    font-size: 18px;
}

.fontm {
    font-size: 16px;
}

.fonts {
    font-size: 14px;
}

.fontss {
    font-size: 12px;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}

.btn {
    border: 1px solid #CB58B2;
    color: #CB58B2;
    display: block;
    padding: 0;
    height: 48px;
    line-height: 48px;
    margin: 20px auto;
    max-width: 175px;
    width: 100%;
}

.btn:hover {
    background-color: #CB58B2;
    color: #fff;
}

header {
    background-color: #fff;
    height: 68px;
    line-height: 68px;
    position: relative;
}

header .search_area {
    position: absolute;
    top: 0;
    right: 20px;
}

header .search_area .fa-search {
    cursor: pointer;
    color: rgba(0, 37, 86, 0.4);
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    header .col-md-9 {
        background-color: #fff;
        z-index: 10;
    }
}

.nav-tabs {
    background: #fff;
    padding: 6px 8px;
    display: flex;
    flex-wrap: wrap;
}

.nav-tabs li {
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .nav-tabs li {
        padding: 4px 10px;
    }
}

.nav-tabs .nav-link.active {
    border: none;
    color: #CB58B2 !important;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: #CB58B2 !important;
}

.b-Left {
    background-color: #fff;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    .b-Left {
        padding: 0 10px;
    }
}

.b-Left_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #C9C3C3;
    margin-top: 30px;
}

.b-Left_cat ul li {
    padding-left: 20px;
    margin-bottom: 10px;
}

.b-Left_cat ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #656565;
}

.b-Left_feed ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #656565;
}

.b-Left_footer {
    background: #F5F5F5;
    border-radius: 5px;
    padding: 18px 25px;
    margin-top: 40px;
}

.b-Left_footer ul li {
    margin-bottom: 10px;
}

.b-Left_footer ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #656565;
}

.b-ListTitle {
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-ListComment,
.b-ListDate {
    color: #959595;
}

.b-TopicsContent .card {
    border-top: 0;
    padding: 20px;
}

.b-TopicsContentReview i {
    font-size: 30px;
}

.b-Right_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #CB58B2;
}

.b-Right_img {
    height: 140px;
    width: 140px;
}

.b-Form {
    background: #F6F9FA;
    border: 1px solid #DFE8EB;
    border-radius: 100px;
    height: 53px;
    line-height: 53px;
}

.b-Form_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    color: #CBC8C8;
    padding: 0 10px 0 40px;
    width: 100%;
}

.b-Form_text::placeholder {
    color: #CBC8C8;
    font-size: 14px;
}

.b-Form_submit {
    color: #CBC8C8;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 3%;
}

@media screen and (max-width: 768px) {
    .b-Form_submit {
        left: 8%;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
}
