@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL ADVERTIMES
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
    --list_posts_thumb_ratio: 56.25%;
    --thumb_posts_thumb_ratio: 56.25%;
}

* {
    font-family: "Noto Sans JP";
}

a {
    color: inherit;
}

@media (min-width: 1200px) {
    :root {
        --swl-sidebar_width: 300px;
        --swl-sidebar_margin: 40px;
    }
}

.w-50 {
    width: 50% !important;
}

.w-70 {
    width: 70% !important;
}

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important
}

.flex-1 {
    flex: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-grow {
    flex-grow: 1 !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: center !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-25 {
    gap: 25px !important;
}

.gap-30 {
    gap: 30px !important;
}

.gap-40 {
    gap: 40px !important;
}

.gap-10-5 {
    gap: 10px 5px !important;
}

.gap-20-10 {
    gap: 20px 10px !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: start !important;
}

.align-items-end {
    align-items: end !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-gray {
    background-color: #F4F4F4 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid;
}

.border-left {
    border-left: 1px solid;
}

.border-right {
    border-right: 1px solid;
}

.border-width-2 {
    border-width: 2px;
}

.border-none {
    border: none !important;
}

.border-top {
    border-top: 2px solid #000 !important;
}

.border-top-gray {
    border-top: 1px solid #E2E0E0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom.border-double {
    border-bottom: 3px double #000 !important;
}

.border-primary {
    border-color: #192B5B !important;
}

.text-break {
    word-wrap: break-word !important;
}

.position-relative {
    position: relative !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.opacity-10 {
    opacity: 1.0 !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.lh-10 {
    line-height: 1 !important;
}

.lh-16 {
    line-height: 1.6 !important;
}

.letter-spacing-normal {
    letter-spacing: normal !important;
}

.bg-primary {
    background-color: #192B5B !important;
    border-color: #192B5B !important;
}

.u-bg-dark {
    background-color: #000 !important;
    color: #fff !important;
}

.text-nowrap {
    text-wrap: nowrap !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #858181 !important;
}

.text-primary {
    color: #192B5B !important;
}

.text-underline {
    text-decoration: underline !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.shadow {
    box-shadow: 0px 1px 5px 0px rgba(16, 16, 40, 0.25) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.l-container {
    max-width: calc(1080px + 96px);
}

.justify-content-end {
    justify-content: end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: start !important;
}

.white-space-wrap {
    white-space: normal !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.top-25 {
    top: 25% !important;
}

.top-40 {
    top: 40% !important;
}

.top-50 {
    top: 50% !important;
}

.top-90 {
    top: 90px !important;
}

.top-120 {
    top: 120px !important;
}

.top-150 {
    top: 150px !important;
}

.z-2 {
    z-index: 2 !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.overflow-x-scroll::-webkit-scrollbar {
    display: none;
}

.-type-list .p-postList__item {
    margin-bottom: 20px;
}

.c-postTopThumb__cat {
    display: flex;
    align-items: flex-start;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-style: normal;
    line-height: 160%;
    background-color: #04384c;
    color: #fff;
}

.dark_blue_ {
    --the-btn-color: #192B5B;
    --the-btn-color2: #192B5B;
    --the-solid-shadow: rgba(38, 106, 183, 1);
}

.btn_link {
    --the-padding: 5px 20px;
    --the-min-width: 230px
}

.btn_link_small {
    --the-padding: 2px 20px;
    --the-min-width: 20%;
}

.btn_link_medium {
    --the-padding: 5px 20px;
    --the-min-width: 20%;
}

.border-left-bold {
    border-width: 5px;
}

.c-advertimes-secTitle {
    padding-left: 10px;
    margin-bottom: 20px;
}

h3.c-advertimes-secTitle {
    padding-left: 5px;
    border-left: 5px solid #B0ADAD;
}

#main_content .p-postList .p-postList__title.p-postList__card__title {
    margin-top: 5px;
}

.p-authorBox {
    text-align: left;
}

.p-authorBox__l.p-advertimes-authorBox__l {
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.p-postList__authorBox .p-authorBox__l.p-advertimes-authorBox__l {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.p-postList__authorBox .p-authorBox__title {
    width: calc(100% - 60px);
}

.p-authorBox__l.p-advertimes-authorBox__l a {
    width: 100%;
    height: 100%;
}

.p-column-display-name {
    width: calc(100% - 21px);
    margin-left: 5px;
    color: #858181;
}

.advertimes__recommend_swiper .p-recommendColumn__thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 10px !important;
}

.advertimes__recommend_swiper .p-recommendColumn__thumbnail a {
    position: relative;
}

.advertimes__recommend_swiper .p-recommendColumn__thumbnail a::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    z-index: -1;
    position: relative;
}

.advertimes__recommend_swiper .p-recommendColumn__thumbnail img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advertimes__recommend_swiper .p-postList__authorBox .p-postList__title {
    width: 100%;
}

.advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:first-child {
    height: 50px;
    overflow-y: hidden;
    align-items: flex-start;
}

.advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:last-child {
    height: 51px;
    overflow-y: hidden;
    align-items: flex-start;
}

.advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:last-child a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.advertimes__recommend_swiper .p-recommendColumn_about {
    height: 39px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.advertimes__recommend_swiper .p-postList__authorBox>.p-postList__body>div:nth-child(2) {
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.advertimes__recommend_swiper .p-postList__authorBox>.p-postList__body>div:nth-child(2) .p-authorBox__title {
    width: calc(100% - 70px);
}

.advertimes__recommend_swiper .p-column-display-name {
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.advertimes__recommend_swiper .p-column-display-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.advertimes__recommend_swiper .swiper-button-next, .advertimes__recommend_swiper .swiper-button-prev {
    top: calc(50% - 20px) !important;
}

.p-adbox {
    padding: 20px 10px;
    border: 1px solid #000;
}

.l-header .l-container {
    padding-left: calc(4vw - 9px);
    padding-right: calc(4vw - 10px);
}

.header__inner_logo {
    order: 2;
    width: 190px;
    padding: 17.5px 0;
}

.header__inner_logo a img {
    width: 190px;
}

.l-header__inner_search_box .c-searchForm__submit:before {
    font-size: 18px;
}

.l-header__inner_search_box .c-searchForm__s {
    width: 246px;
    border: 1px solid #000;
}

.l-header__inner_search_box .c-searchForm__submit {
    width: 34px;
    height: 30px;
    padding: 0px;
    border: 1px solid #000;
    background-color: #000;
}

.l-header__menuBtn.sp_ button::after {
    content: "メニュー";
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 1px;
}

.l-header__customBtn.sp_ button {
    display: block;
}

.l-header__customBtn.sp_ button::after {
    content: "検索";
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 1px;
}

h1.c-pageTitle.c-advertimes-pageTitle {
    border: none;
}

h1.c-pageTitle.c-advertimes-pageTitle span.c-pageTitle__inner {
    border: none;
    border-left: 5px solid #000;
}

.p-termContent {
    margin-top: 40px;
}

.p-postList__excerpt {
    color: #302B2B;
}

.p-postSlider {
    --swiper-nav-size: 40px;
}

.p-postSlider .swiper {
    padding: 0 22px 12px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.p-postSlider .p-postList__item {
    padding: 0 10px;
}

.swiper:not(.swiper-initialized) .swiper-button-next,
.swiper:not(.swiper-initialized) .swiper-button-prev {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    color: #192B5B;
    background: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #192B5B;
    box-shadow: 0px 1px 5px 0px rgba(16, 16, 40, 0.25);
}

.swiper-button-next:after, .swiper-button-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: calc(var(--swiper-nav-size)*.2);
    width: calc(var(--swiper-nav-size)*.2)
}

.swiper-button-prev:after {
    left: calc(var(--swiper-nav-size)* 0.1);
}

.swiper-button-next:after {
    right: calc(var(--swiper-nav-size)* -0.05);
}

.p-adlabel {
    position: relative;
}

.p-adlabel::before {
    content: 'PR';
    position: absolute;
    top: 26px;
    right: 20px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    color: #302B2B;
    padding: 0 8px;
    line-height: 1.6;
}

.p-postList__thumb:before {
    background: none;
}

.-ps-style-normal .p-postList__item:hover .p-postList__body, .-type-card .p-postList__item:hover .p-postList__body, .-type-list .p-postList__item:hover .p-postList__body {
    opacity: 1;
}

[class*=page-numbers] {
    background: #192B5B !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

[class*=page-numbers]:hover {
    opacity: .9;
}

[class*=page-numbers].current {
    background: #858181 !important;
}

.p-postList__column_number {
    width: 80px;
    border: 1px solid #000;
    padding: 1px 0;
}

.p-authorBox_column_ex_aboutcolumn {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--black, #000);
}

.p-authorBox__l.p-advertimes-authorBox__column {
    width: 80px;
    height: 80px;
}

.p-authorBox {
    border: 1px solid #000;
}

.p-authorBox__r {
    border-left: none;
    width: calc(100% - 90px);
    padding-left: 0px;
    margin-left: 10px;
}

.c-pagination-next a.post-page-numbers {
    background: transparent !important;
    color: #192B5B !important;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 28.8px */
    border: 1px solid var(--black, #000);
    width: 100%;
    padding: 10px 20px;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.post_content [class*=page-numbers] {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.page-arrows {
    box-sizing: content-box;
    height: 36px;
    min-width: 36px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color .25s, background-color .25s;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-mainContent__inner>.post_content {
    margin-top: 60px;
    padding: 0 calc((100% - 560px) / 2);
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
    border-left: solid 6px #192B5B !important;
    padding: 0 0 0 10px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 160% !important;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.is-style-btn_line a:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit !important;
}

.is-style-btn_line a.text-white:hover {
    color: #fff !important;
}

.c-shareBtns__advertimes_btn {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
}

span.p-reaction__count {
    position: absolute;
    border-radius: 999px;
    background: var(--primary, #192B5B);
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    top: -8px;
    right: -28px;
    padding: 0 5px;
}

.center {
    text-align: center;
}

.c-widget__title.-side {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 0 0 0 10px;
    border-left: 5px solid #192B5B;
}

.c-widget__title.-side::before, .c-widget__title.-side::after {
    content: none;
}

@media (min-width: 960px) {
    #sidebar .c-widget+.c-widget {
        margin-top: 40px;
    }
}

.-w-magazine .c-postThumb__figure:before {
    --card_posts_thumb_ratio: 130%;
}

.-w-book .c-postThumb__figure:before {
    --list_posts_thumb_ratio: 140%;
}

.-w-book .p-postList__body {
    height: 110px;
}

.p-pickupBanners__item .c-bannerLink, .p-postList__thumb {
    box-shadow: none;
}

#footer {
    padding-bottom: 20px;
}

.-type-list .p-postList__thumb, .-type-list2 .p-postList__thumb {
    width: 30%;
}

.-type-list .p-postList__body, .-type-list2 .p-postList__body {
    width: 67%;
}

.-type-list .p-postList__link, .-type-list2 .p-postList__link {
    align-items: center;
}

a.l-footer_sns_icon, a.l-footer_sns_icon svg {
    width: 27px;
    height: 27px;
}

.p-authorBox__title {
    width: calc(100% - 110px);
}

.l-footer_sns_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E0E0;
    border-top: 1px solid #E2E0E0;
}

.-type-card .p-postList__authorBox {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 0;
}

img.post_avatar {
    width: 100% !important;
    height: auto !important;
}

.tag-cloud-link {
    padding: 2px 10px !important;
    line-height: 1.6 !important;
    margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: #192B5B !important;
}

.count-button {
    cursor: pointer;
}

.active.count-button, .inactive.count-button {
    cursor: auto;
}

.p-reaction__title {
    color: #192B5B;
}

.active .p-reaction__count {
    background: #DF0654;
}

.active .p-reaction__title {
    color: #DF0654;
}

.active path[fill="#192B5B"] {
    fill: #DF0654;
}

.inactive .p-reaction__count {
    background: #B0ADAD;
}

.inactive .p-reaction__title {
    color: #B0ADAD;
}

.inactive path[fill="#192B5B"] {
    fill: #B0ADAD;
}

.p-reprint__logo {
    height: 1.2rem;
}

.p-reprint__logo img {
    height: 100%;
    width: auto;
}


.c-postThumb__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 1;
}

.c-postThumb__top-pick::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.p-topPickBox {
    width: 100%;
}

.p-postTopPick__sp {
    margin-left: -3.4em;
    margin-right: -3.4em;
}

.p-postTopPick__sp .swiper-button-prev {
    left: 3em;
}

.p-postTopPick__sp .swiper-button-next {
    right: 3em;
}

.p-articleMetas__logo {
    height: 1.4em;
    margin-right: .4em;
}

.p-articleMetas__logo img {
    width: auto;
    height: 100%;
}

.advertimes-tag-cloud {
    padding: 0px 10px !important;
    line-height: 2 !important;
    margin-right: 0 !important;
}

.pagination-arrow {
    display: inline-block;
    width: 16px;
    /* 矢印アイコンの幅 */
    height: 16px;
    /* 矢印アイコンの高さ */
    background-size: contain;
    /* 矢印のサイズを調整 */
    background-repeat: no-repeat;
    /* 矢印の繰り返しを防止 */
    vertical-align: middle;
    /* テキストと垂直方向に揃える */
    margin-right: 5px;
    /* 矢印とテキストの間隔 */
}

.-type-simple .c-postTimes__posted {
    font-weight: bold;
}

.p-backNumberBox {
    margin: 40px 0;
    padding: 20px;
    border: 1px solid #000;
}

.p-backNumberBox__title__wrapper {
    border-bottom: 1px solid #E2E0E0;
}

.sga-ranking-list {
    position: relative;
    padding-left: 40px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
}

.sga-ranking-list:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
}

.sga-ranking-list:after {
    position: absolute;
    top: calc(50% + 8px);
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 12px;
    content: '';
    z-index: -1;
}

.sga-ranking-list.sga-ranking-list-1:before {
    content: '#1';
}

.sga-ranking-list.sga-ranking-list-2:before {
    content: '#2';
}

.sga-ranking-list.sga-ranking-list-3:before {
    content: '#3';
}

.sga-ranking-list.sga-ranking-list-4:before {
    content: '#4';
}

.sga-ranking-list.sga-ranking-list-5:before {
    content: '#5';
}

.sga-ranking-list.sga-ranking-list-1:after,
.sga-ranking-list.sga-ranking-list-2:after,
.sga-ranking-list.sga-ranking-list-3:after {
    background-color: rgba(255, 246, 28, 1);
}

.sga-ranking-list.sga-ranking-list-4:after,
.sga-ranking-list.sga-ranking-list-5:after {
    background-color: rgba(244, 244, 244, 1)
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block;
}

.p-spMenu {
    top: 66px;
    height: calc(100% - 66px);
    box-shadow: none;
    background: rgba(0, 0, 0, .4);
}

.logged-in .p-spMenu {
    top: 112px;
    height: calc(100% - 112px);
}

.p-spMenu__inner {
    box-shadow: none;
}

.c-listMenu a {
    font-weight: bold;
    padding: .75em 1em .75em 0;
}

.c-spnav .menu-item:last-child a {
    border-bottom: none;
}

blockquote.tiktok-embed {
    padding: 0 !important;
    background: transparent !important;
}


/* #sp_menu, .c-modal {
    background: rgba(0, 0, 0, .4);
} */

html[data-spmenu="opened"] .icon-menu-thin:before {
    content: "\e920"
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
    left: auto;
    right: 2px;
    content: url('./assets/icons/right.svg');
}

.c-spnav_mid.c-listMenu a:before,
.c-listMenu .is-style-btn_normal a:before {
    content: none;
}

.c-modal:not(.is-opened) {
    opacity: 1;
}

.c-modal {
    top: 66px;
    height: calc(100% - 66px);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.logged-in .c-modal {
    top: 112px;
    height: calc(100% - 112px);
}

.c-overlay {
    background: #fff;
    width: 88vw;
    right: 0;
    left: auto;
    -webkit-transform: translateX(88vw);
    transform: translateX(88vw);
    transition: -webkit-transform .45s;
    transition: transform .45s;
    transition: transform .45s, -webkit-transform .45s;
    transition-timing-function: ease-out;
}

.c-modal.is-opened .c-overlay {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#header:has(~ #search_modal.is-opened) .icon-search:before {
    content: "\e920";
}

.c-searchForm__submit {
    background-color: #000 !important;
}

.p-searchModal__inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

.p-searchModal__inner .c-searchForm {
    box-shadow: none;
}

.c-searchForm__s {
    border: 1px solid #000;
}

.p-searchModal__inner .s {
    font-size: 14px;
}

#search_modal .tag-list-border {
    height: 1px;
    overflow: hidden;
    width: 100%;
    background: #E2E0E0;
    padding: 0 !important;
}

.wpcf7-form .form-table tbody tr td p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.wpcf7-form .form-table tbody tr td p label {
    width: 100%;
}

.wpcf7-form .form-table tbody tr td p label+span {
    width: 100%;
}

.sub-input-group {
    margin: 6px 0;
}

.wpcf7-form .required-label {
    background: var(--color_deep01);
    color: #fff;
    border-radius: 4px;
    font-size: 8px;
    padding: 2px 4px;
    margin-left: 6px;
    display: inline-block;
}

#pc_left_menu_list {
    gap: 30px;
}

#pc_left_menu_list .menu-item,
#footer_menu .menu-item {
    position: relative;
}

#footer_menu .menu-item {
    width: 50%;
}

#footer_menu .menu-item+.menu-item:before {
    content: none;
}

/* パーツ */

.post_content p:empty {
    display: none;
}

.post_content img {
    vertical-align: top;
}

.wp-block-columns {
    --wp-column-gap: 10px;
    gap: var(--wp-column-gap) !important;
}

.mb-gap {
    margin-bottom: 10px;
}

.image-radius img {
    border-radius: 10px;
}

.image-fit {
    position: relative;
}

.image-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.wp-block-columns.sp_column3 {
    flex-wrap: nowrap !important;
}

#main_content .p-toc {
    width: 100%;
    border: 1px solid var(--color_text);
}

.p-toc.-simple {
    display: block;
    padding: 5px 10px;
}

#main_content.blog-parts .p-toc {
    margin-top: 2em;
    margin-bottom: 2em;
}

.p-toc.-simple:not(.blog-parts) {
    display: none !important;
}

.p-toc.-simple .p-toc__ttl {
    text-align: left;
    font-weight: 700;
    margin-bottom: .8em;
    padding: .25em 0;
}

.p-toc__ttl:before {
    display: none;
}

ul.is-style-index li {
    margin-top: .75em;
    margin-bottom: .75em;
}

.bg-padding__s {
    padding: 12px 10px;
}

.bg-padding__l {
    padding: 18px 20px;
}

.related-link {
    padding-top: 0.5em;
    margin-top: 0.5em;
}

.related-link:not(:nth-child(1)) {
    border-top: 1px solid #E2E0E0;
}

.related-link:first-child {
    margin-top: 0;
}

.related-link a, .p-book a {
    color: #192B5B;
}

.p-book a {
    text-decoration: underline;
}

hr.square {
    border: none;
    width: 10px;
    height: 10px;
    background: #000;
    position: relative;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}

hr.square::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 250%;
    left: -25px;
}

hr.square::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: -250%;
    right: -25px;
}

.border-gray {
    border: 1px solid #B0ADAD;
}

.p-contact__image {
    width: 200px;
    margin: 0 auto 20px;
}

.p-book__image {
    width: 112px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.p-book__vertical .p-book__image {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.p-table th {
    background: #fff;
    border-bottom: 2px solid #dcdcdc;
}

.p-table td:first-child {
    width: 108px;
}

.p-contact__image img, .p-book__image img {
    display: block;
    width: 100%;
}

.p-authorBox.p-authorBox__post-parts .p-authorBox__name {
    margin-bottom: 2px;
}

.p-authorBox__post-parts.normal .rounded-circle {
    border-radius: 0 !important;
}

.p-authorBox__post-parts.normal .p-authorBox__name svg {
    display: none;
}

.p-authorBox__post-parts.normal .p-authorBox__name>span {
    margin-left: 0 !important;
}

.text-image-box {
    overflow: hidden;
}

.text-image-box img {
    padding: 0;
}

.text-image-box .wp-caption-text {
    margin-top: 0;
}

.p-staff table td:first-child {
    padding-left: 0;
}

.p-staff table td:last-child {
    padding-right: 0;
}

.p-staff {
    position: relative;
    overflow: hidden;
    padding-bottom: 56px !important;
}

.p-staff table {
    width: 100%;
    border-collapse: collapse;
    border-style: none;
}

.p-staff td:first-child {
    width: 27%;
    border-style: none;
    vertical-align: top;
}

.p-staff td:last-child {
    width: 50%;
    border-style: none;
}

.button-more {
    text-align: center;
    padding: 16px 0;
    background: #F4F4F4;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.p-staff details[open] .button-more>div::before {
    content: "閉じる";
    font-size: 14px;
    font-weight: 700;
    ;
}

.p-staff details[open] .button-more span {
    display: none;
}

.p-staff ::marker {
    display: none;
    content: "";
}

.button-more svg {
    transform: rotate(90deg);
}

.p-staff details[open] .button-more svg {
    transform: rotate(270deg);
}

@media (max-width: 991px) {
    .p-authorBox.p-authorBox__post-parts {
        position: relative;
    }

    .p-authorBox.p-authorBox__post-parts .p-authorBox__l {
        position: absolute;
    }

    .p-authorBox.p-authorBox__post-parts .p-authorBox__r {
        margin-left: 0;
        width: 100%;
    }

    .p-authorBox.p-authorBox__post-parts .p-authorBox__ttl {
        position: absolute;
        right: 1.5em;
        top: calc(1.5em + 40px);
        transform: translateY(-50%);
        padding-left: calc(1.5em + 80px);
        width: calc(100% - 3em);
    }

    .p-authorBox.p-authorBox__post-parts .p-authorBox__desc {
        padding-top: 86px;
    }

    .text-image-box .alignright {
        padding: 0 0 10px 15px;
    }

    .text-image-box .alignleft {
        padding: 0 15px 10px 0;
    }

    .text-image-box .alignright, .text-image-box .alignleft {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (max-width: 599px) {
    .p-authorBox.p-authorBox__post-parts .p-authorBox__ttl {
        right: 5vw;
        top: calc(5vw + 40px);
        padding-left: calc(5vw + 80px);
        width: calc(100% - 10vw);
    }
}

.widget_advertimes_magazine_widget, .widget_advertimes_book_widget {
    position: relative;
}

.p-postList.-type-card.-w-magazine, .p-postList.-w-book {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.p-postList.-type-card.-w-magazine::-webkit-scrollbar, .p-postList.-w-book::-webkit-scrollbar {
    display: none;
}

.c-widget .-type-card.-w-magazine .p-postList__item, .c-widget .-w-book .p-postList__item {
    min-width: 37%;
}

.-type-list.-w-book .p-postList__link {
    display: block;
}

.-type-list.-w-book .p-postList__item {
    padding: 0.5em;
}

.-type-list.-w-book .p-postList__thumb {
    width: 100%;
}

.-type-list.-w-book .p-postList__body {
    width: 100%;
}

.c-widget.widget_advertimes_special_widget {
    position: relative;
}

.c-widget.widget_advertimes_special_widget::before {
    content: 'PR';
    position: absolute;
    top: 4px;
    right: 20px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: bold;
    color: #302B2B;
    padding: 0 8px;
    line-height: 1.6;
}

#all_column_list .p-column__tags,
#silveregg_category_column .p-column__tags,
#latest_column .p-column__tags {
    max-height: 57.3px;
    overflow: hidden;
}

#all_column_list .p-postList__body {
    height: 202px;
}

#silveregg_category_column .p-postList__body,
#latest_column .p-postList__body {
    height: 248px;
}

#slider_white_paper .p-postList__title,
#slider_webinar .p-postList__title,
#archive_white_paper .p-postList__title,
#archive_webinar .p-postList__title {
    min-height: 71px;
}

.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

body:after {
    content: url(./assets/img/close.png) url(./assets/img/loading.gif) url(./assets/img/prev.png) url(./assets/img/next.png);
    display: none
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(./assets/img/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(./assets/img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(./assets/img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(./assets/img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

.c-postThumb__figure {
    /* height: 100%; */
}

.p-postList__link:hover .c-postThumb__img {
    transform: none;
    -webkit-transform: none;
}

.post_content a {
    color: #1681b2;
}

.post_content [class*=is-style-btn_] a, .button-more, .p-backNumberBox .text-primary {
    color: #192B5B;
}

.p-postList__body a {
    color: inherit;
}

.c-copyedPoppup {
    bottom: calc(100%);
    margin-bottom: 0 !important;
}

/*************************************************************/
/* PC メディアクエリ */
/*************************************************************/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .border-lg-none {
        border: none !important;
    }

    .p-lg-10 {
        padding: 10px !important;
    }

    .p-lg-20 {
        padding: 20px !important;
    }

    .px-lg-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-lg-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .pt-lg-10 {
        padding-top: 10px !important;
    }

    .pt-lg-30 {
        padding-top: 30px !important;
    }

    .pb-lg-15 {
        padding-bottom: 15px !important;
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .mt-lg-10 {
        margin-top: 10px !important;
    }

    .mt-lg-20 {
        margin-top: 20px !important;
    }

    .mt-lg-60 {
        margin-top: 60px !important;
    }

    .mb-lg-40 {
        margin-bottom: 40px !important;
    }

    .mb-lg-60 {
        margin-bottom: 60px !important;
    }

    .ml-lg-10 {
        margin-left: 10px !important;
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .align-items-lg-end {
        align-items: end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .gap-lg-30 {
        gap: 30px !important;
    }

    .gap-lg-40 {
        gap: 40px !important;
    }


    .gap-lg-10-30 {
        gap: 10px 30px !important;
    }

    .gap-lg-60 {
        gap: 60px !important;
    }

    .fs-lg-12 {
        font-size: 12px !important;
    }

    .fs-lg-14 {
        font-size: 14px !important;
    }

    .fs-lg-16 {
        font-size: 16px !important;
    }

    .fs-lg-18 {
        font-size: 18px !important;
    }

    .fs-lg-20 {
        font-size: 20px !important;
    }

    .fs-lg-24 {
        font-size: 24px !important;
    }

    .gap-lg-15 {
        gap: 15px !important;
    }

    .gap-lg-25 {
        gap: 25px !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .justify-content-lg-start {
        justify-content: start !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .l-header .l-container {
        padding-left: var(--swl-pad_container, 0);
        padding-right: var(--swl-pad_container, 0);
    }

    .header__inner_logo {
        width: auto;
        order: initial;
        padding: 0;
    }

    .header__inner_logo a img {
        width: 292px;
    }

    .-type-list .p-postList__link, .-type-list2 .p-postList__link {
        align-items: flex-start;
    }

    #main_content .-type-list .p-postList__thumb {
        position: relative;
        width: 38%;
        /* 幅を固定 */
        /* 高さを幅の比率に基づいて設定（16:9の比率で計算すると(9/16)*100 = 56.25%） */
        overflow: hidden;
    }

    #main_content .p-postList .p-postList__title {
        margin-top: 10px;
        font-size: 20px;
    }

    #main_content .p-adbox .-type-list .p-postList__thumb {
        width: 180px;
        height: 101px;
    }

    #main_content .p-adbox .-type-list .p-postList__body {
        width: calc(100% - 180px - 20px);
    }

    #main_content .-type-list .p-postList__body, #main_content .-type-list2 .p-postList__body {
        width: 59%;
    }

    .btn_link {
        --the-padding: 10px 20px;
        --the-min-width: 35%;
    }

    .btn_link_small {
        --the-padding: 2px 20px;
        --the-min-width: 20%;
    }

    .btn_link_medium {
        --the-padding: 5px 20px;
        --the-min-width: 20%;
    }

    .p-adbox {
        padding: 20px;
    }

    .p-column {
        padding: 0px 20px 20px 20px;
        border-bottom: 1px solid #E2E0E0;
    }

    a.l-footer_sns_icon, a.l-footer_sns_icon svg {
        width: 20px;
        height: 20px;
    }

    .l-footer_sns_wrapper {
        margin-top: initial;
        margin-bottom: initial;
        padding-top: initial;
        padding-bottom: initial;
        border-bottom: initial;
        border-top: initial;
    }

    .l-footer .copyright {
        width: 200px;
        text-align: left;
        word-wrap: break-word;
    }

    #footer {
        padding-bottom: 60px;
    }

    .-type-card .p-postList__authorBox {
        width: calc(50% - 10px);
        border: 1px solid #000;
        padding: 20px 10px;
    }

    .p-authorBox__l.p-advertimes-authorBox__column {
        width: 140px;
        height: 140px;
    }

    .p-authorBox__r {
        width: calc(100% - 140px - 20px);
        margin-left: 20px;
    }

    .advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:first-child {
        height: 57px;
        overflow-y: hidden;
        align-items: flex-start;
    }

    .advertimes__recommend_swiper .advertimes-tag-cloud {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:last-child {
        height: 64px;
        overflow-y: hidden;
        align-items: flex-start;
    }

    .advertimes__recommend_swiper .p-postList__authorBox .p-postList__title>div:last-child a {
        -webkit-line-clamp: 2;
    }

    .advertimes__recommend_swiper .p-postList__meta+.p-recommendColumn_about {
        height: 133px;
        display: -webkit-box !important;
        -webkit-line-clamp: 7;
    }

    .advertimes__recommend_swiper .p-postList__authorBox>.p-postList__body>div:nth-child(2) {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .advertimes__recommend_swiper .p-postList__authorBox>.p-postList__body>div:nth-child(2) .p-authorBox__title {
        width: calc(100% - 70px);
    }

    .advertimes__recommend_swiper .p-column-display-name {
        height: 41px;
    }

    .advertimes__recommend_swiper .p-column-display-name a {
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .-type-simple .p-postList__title_simple {
        border-bottom: 1px solid #E2E0E0;
    }

    .-type-simple .p-postList__item:last-of-type .p-postList__title_simple {
        border: none;
    }

    .p-postList.-type-pr {
        margin-bottom: 20px;
    }

    .-type-pr .p-postList__item:not(:last-of-type) .p-postList__body {
        border-bottom: 1px solid var(--color_border);
    }


    .p-backNumberBox {
        margin: 60px calc((100% - 560px) / 2);
    }

    .p-recommendColumn__thumbnail {
        width: 57%;
    }

    .p-topPickBox:not(:first-of-type) {
        width: calc(50% - 10px);
    }

    .p-postList.-type-card.-w-magazine {
        flex-wrap: wrap;
    }

    .p-postList.-w-book {
        display: block;
    }

    .c-widget .-type-card.-w-magazine .p-postList__item, .c-widget .-w-book .p-postList__item {
        min-width: auto;
    }

    .-type-list.-w-book .p-postList__thumb {
        width: 26%;
    }

    .-type-list.-w-book .p-postList__body {
        width: 70%;
    }

    .-type-list.-w-book .p-postList__link {
        display: flex;
    }

    .-sidebar-on .-type-card.-pc-col3 .p-postList__item, .-sidebar-on .-type-thumb.-pc-col3 .p-postList__item {
        width: 33.33333%
    }

    .wp-block-columns {
        --wp-column-gap: 18px !important;
    }

    .mb-gap {
        margin-bottom: 18px;
    }

    .image-radius img {
        border-radius: 18px;
    }

    .p-toc.-simple {
        padding: 10px 20px;
    }

    .bg-padding__s {
        padding: 20px;
    }

    .bg-padding__l {
        padding: 20px;
    }

    .p-contact__body, .p-book__body {
        display: flex;
        flex-wrap: wrap;
    }

    .p-book__image {
        width: 140px;
    }

    .p-book__vertical .p-book__image {
        width: 100%;
    }

    .p-book__detail {
        width: calc(100% - 140px);
        padding-left: 20px;
    }

    .p-book__vertical .p-book__detail {
        width: 100%;
        padding-left: 0;
    }

    .p-contact__detail {
        width: calc(100% - 200px);
        padding-left: 20px;
    }

    .p-contact__image {
        margin: 0;
    }

    .text-image-box .wp-caption-text {
        text-align: left;
        padding-top: 5px;
        line-height: 1.5;
    }

    .text-image-box .alignright {
        padding: 0 0 10px 15px;
    }

    .text-image-box .alignleft {
        padding: 0 15px 10px 0;
    }

    #slider_white_paper .p-postList__title,
    #slider_webinar .p-postList__title,
    #archive_white_paper .p-postList__title,
    #archive_webinar .p-postList__title {
        min-height: 48px;
    }

    #top_column .p-postList__body {
        height: 171px;
    }

    .-num-pc-2 .swiper-slide {
        width: 50%;
    }

    #footer_menu .menu-item {
        width: auto;
    }

    #pc_left_menu_list .menu-item:not(.d-lg-none)+.menu-item :before,
    #footer_menu .menu-item+.menu-item :before {
        content: '';
        width: 1px;
        position: absolute;
        left: -15px;
        background: #B0ADAD;
    }

    #pc_left_menu_list .menu-item:not(.d-lg-none)+.menu-item :before {
        top: 6px;
        bottom: 6px;
    }

    #footer_menu .menu-item+.menu-item :before {
        top: 9px;
        bottom: 5px;
    }

    #footer_menu .menu-item:last-child :before {
        content: none;
    }

}