.section-inner {
    width: 90vw;
    margin: auto;
}

.blog-detail-date {
    margin: 15px 0;
    font-size: 12px;
}

.section-title {
    margin: 12px 0 20px;
    color: #323232;
    font-size: 20px;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.breadcrumbs a {
    color: #323232;
    display: inline-block;
    padding-right: 24px;
    position: relative;
}

.breadcrumbs a .bread {
    position: absolute;
    display: inline-block;
    top: 50%;
    bottom: 0;
    right: 8px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    border-top: solid 2px #323232;
    border-right: solid 2px #323232;
    border-right: solid 1px #323232;
    border-top: solid 1px #323232;
}

.blog-detail-img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 666px;
    display: block;
    margin: 0 auto;
}

.detail-column {
    font-size: 14px;
    margin: 24px 0 0;
}

.blog-detail-ttl {
    align-items: center;
    border-bottom: 2px solid #de1122;
    color: #de1122;
    display: flex;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold !important;
}

.blog-detail-ttl:before {
    background-color: #de1122;
    content: '';
    height: 22px;
    width: 3px;
}

.blog-detail-ttl span {
    padding: 8px 0 8px 8px;
}

.detail-column .blog-flex-item {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.detail-column .blog-flex-item h3 {
    font-weight: bold !important;
    width: 28%;
}

.detail-column .blog-flex-item+.blog-flex-item {
    margin-top: 16px;
}

.detail-column .blog-flex-item .detail-column-ttl {
    width: 30%;
    font-weight: bold !important;
}

.detail-column .blog-flex-item .blog-detail-list-border {
    width: 70%;
}

.detail-column .blog-flex-item .blog-detail-list-border p {
    border-bottom: 1px solid #323232;
    padding: 4px 0;
}

.detail-column .blog-flex-item .blog-detail-list-border p a {
    color: #323232;
    display: inline-block;
    position: relative;
}

.detail-column .blog-flex-item .blog-detail-list-border p a:before {
    border-right: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
    content: '';
    height: 8px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}

.blog-comment {
    margin-top: 20px;
}

.blog-comment h3 {
    align-items: center;
    border-bottom: 2px solid #de1122;
    border-bottom: none;
    color: #de1122;
    display: flex;
    font-size: 14px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-bottom: 8px;
    margin-top: 20px;
    position: relative;
    padding: 8px 0 8px 11px;
}

.blog-comment h3:before {
    background-color: #de1122;
    content: '';
    height: 22px;
    width: 3px;
}

.blog-comment h3 span {
    padding: 8px 0 8px 8px;
}

.blog-comment p {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 20px;
}

.blog-comment h3:before {
    height: 22px;
    width: 3px;
    background-color: #de1122;
    content: '';
}

.blog-comment h2:before,
.blog-comment h3:before,
.blog-comment h4:before,
.blog-comment h5:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-ex-list {
    margin: 40px 0;
}

.blog-bottom-list a {
    position: relative;
    display: block;
    padding: 12px 0;
    color: #323232;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid #323232;
}

.blog-bottom-list a:after {
    position: absolute;
    display: inline-block;
    top: 50%;
    bottom: 0;
    right: 8px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    border-top: solid 2px #de1122;
    border-right: solid 2px #de1122;
}

section.shop {
    position: relative;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-search-shop {
    padding: 0;
}

.hot-keyword {
    margin-bottom: 10px;
}

.hot-keyword h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold !important;
}

.keyword-list {
    flex-wrap: wrap;
}

.keyword-list a {
    color: #323232;
    padding-right: 15px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}