
body {
    --sgb-font-family: var(--notoSans) !important;
    font-family: var(--notoSans) !important;
}
.main-footer .right-flex{
    flex-direction: column-reverse;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
/* Clipboard copy start here */
.copy_btn {
	max-height: 200px;
	display: block;
	border: 1px solid #666;
	text-align: center;
	padding: 20px 16px;
	margin:15px 0px 15px;
	transition: all 0.3s ease;
}
.copy_btn:hover {
	cursor: pointer;
	color: #fff;
	background: #0B4D64;
    border-color: #0B4D64;
}
.copy_btn.copied {
	pointer-events: none;
	background: #0B4D64;
	color: #ffffff;
    border-color: #0B4D64;
}
.copy_btn.copied:hover {
	cursor: auto;
}
/*-- Font Awesomeを使用しない際は以下削除 --*/
.copy_btn.copied:before, .copy_btn:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 3px;
}
.copy_btn:before {
	content: "\f0c5";
}
/* Clipboard copy css end here */

.trp_fv .fv-text {
    line-height: 1.15;
}
.search_dropdown {
    background-color:#FFA215;
    padding: 16px 16px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    max-width:382px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    position: relative;
}
.search_dropdown .search::before {
    content: "\f002";
    font-size: 28px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}
.search_dropdown .angle {
    position: relative;
    width: 15px;
    height: 15px;
}
.search_dropdown .angle::before {
    content: "";
    background: url(../images/label-down.svg) center / contain;
    width: 15px;
    height:15px;
    background-repeat: no-repeat;
    position: absolute;
    right:0px;
    top: 0px;
    /* filter: brightness(0.1); */
}

nav .nav-menu {
    font-size: 16px;
    line-height: 18.4px;
}
.fukidashi {
    line-height: 18.4px;
    font-size: 16px;
}

.page-id-13576 div#wpadminbar {
    display: none;
}
header.trp_site_header
{
    position: sticky;
}
header.article-header,
header.article-header.entry-header{
    position: relative;
    z-index: 1;
}
.trp_site_header a, .trp_main_footer a {
    color: inherit;
}
.trp_site_header a:hover, .trp_main_footer a:hover {
    text-decoration:none;
}
.trp_fv .container {
    background: url(/img/index/fv-bg.png) center / cover;
    padding-bottom: 75px;
}
.normal-sidebar form button{
    margin-top: 0;
}
/* TRP Search */
.magazine_search .container {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #fff;
}
.magazine_search h2 {
    margin-bottom: 40px;
    color: #000;
}
.magazine_search h2::before, .magazine_search h2::after {
    top:4px;
    width: 24px;
    height: 32px;
}
.magazine_search h2::before {
    left:-32px;
    transform: rotate(102deg);
}
.magazine_search h2::after {
    left: 102%;
    transform: rotate(-190deg);
}

.search_form {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.search_form input[type="search"] {
    box-shadow: 0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0, 30, 100, 0.1);
    border:solid 1px #efefef;
    padding: 16px 72px 16px 20px;
    background-color: #fff;
    border-radius: 50px;
    text-align: left;
    margin-bottom: 0px;
}
.search_form input[type="search"]:focus {
    outline: none;
}
.search_form .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 100%;
    background: transparent;
    margin-top: 0;
}
.search_form .search_btn::before {
    content: "\f002";
    font-size: 20px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

/* TRP featured slider */
.trp_featured_slider {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color:#eaedf2;
}
.trp_featured_slider .trp_articles_card {
    grid-template-columns: repeat(4, 1fr);
}
.trp_featured_slider .trp_articles_card .card_item {
    margin-bottom: 0px;
}
.trp_featured_slider .trp_articles_card .card_item h3 {
    padding-bottom: 0px;
}

.trp_featured_slider .swiper-button-next, .trp_featured_slider .swiper-button-prev {
    color: #000;
    width: 38px;
    height: 38px;
    margin-top: -38px;
}
.trp_featured_slider .swiper-button-next:after, .trp_featured_slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900;
    background-color: #ccc;
    border-radius: 50px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TRP Recommended Articles */
.trp_recommended_articles {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}
.trp_titlebar {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    align-items: center;
}
.trp_titlebar span {
    white-space:nowrap;
}
.trp_titlebar:before, .trp_titlebar:after {
    /* border-top: 3px double #123; */
    content: '';
    display: table-cell;
    width: 50%;
    background: url(../images/divide-mathematical-sign.png) repeat-x;
    background-position:left center;
    background-size: contain;
    height: 6px;
}
.trp_titlebar:before, .trp_titlebar:after {
  /* border-top-style: dashed; */
}
.trp_articles_card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:var(--wp--custom--entry--gap);
}
.trp_articles_card .card_item {
    position: relative;
}
.trp_articles_card .card_item .figure {
    border-radius: var(--wp--custom--rounded--medium);
    box-shadow: var(--wp--custom--shadow--solid);
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 57.7%;
    position: relative;
}
.trp_articles_card .card_item .figure img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.trp_articles_card .card_item h3 {
    font-size: 17px;
    line-height: 1.56;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: var(--wp--custom--transition--default);
}
.trp_articles_card .card_item:hover h3 {
    color: #888;
}
.trp_articles_footer {
    margin-top: 40px;
    text-align: center;
}
.view_more_btn {
    padding: 14px 30px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.view_more_btn:hover {
    border-color: #FFA215;
    background-color: #FFA215;
    color: #fff;
    text-decoration: none;
}
.view_more_btn .angle {
    width: 26px;
    height: 0;
    border-top: #000 1px solid;
    position: relative;
    display: block;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}
.view_more_btn:hover .angle, .view_more_btn:hover .angle .divider {
    border-color: #fff;
}
.view_more_btn .angle .divider {
    width: 6px;
    height: 0;
    border-top: #000 1px solid;
    display: block;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    right: 0px;
    transition: all 0.3s ease-in-out;
}

.trp_sidebar_card .catpost-cards--flat .c_linkto_img_wrap {
    border-radius: var(--wp--custom--rounded--medium);
    box-shadow: var(--wp--custom--shadow--solid);
}
.trp_sidebar_card .catpost-cards--flat .c_linkto:hover .c_linkto_img_wrap {
    box-shadow: var(--wp--custom--shadow--solid);
}



/* TRP Blog Articles */
.trp_blog_articles {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#EDF4F6;
}

.main-footer.trp_main_footer .main-footer-mail {
    line-height: 1.15;
}
.main-footer.trp_main_footer .main-footer-right {
    flex-shrink: 0;
}


/*body {
    background-color: #EDF4F6;
    }
 #toc_container, #ez-toc-container {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to right, #36B498, #01A0E9);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
    .entry-content h2 {
    padding: 10px;
    padding-right: 0px;
}
.entry-content h3, .entry-content h2 {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(to right, #36B498, #01A0E9);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
} */


/* TRP Author  */

.trp_author_details {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.entry-content .wrap {
    width: 100%;
}
.author_profile_card {}
.author_profile_card .card_item {
    border: #cbd5e1 1px solid;
    padding: 1.75rem;
    background-color: #fff;
}
.author_profile_card .card_item .auth_card_header {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 8px;
}
.author_profile_card .card_item .auth_card_header figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    flex-shrink: 0;
    border: #cbd5e1 1px solid;
    overflow: hidden;
    margin-bottom: 0px;
}
.author_profile_card .card_item .auth_card_header figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.author_profile_card .card_item .auth_card_header .text {
    font-size: .75rem;
    line-height: 1.625;
}
.author_profile_card .card_item .auth_card_header .text p {
    margin-bottom: 0px;
}
.author_profile_card .card_item .auth_card_header .sub_title {
    display: flex;
    align-items: center;
    gap: 4px;
}
.author_profile_card .card_item .auth_card_header .sub_title .label {
    background-color: #f1f5f9;
    padding: 0.25rem;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 1;
}
.author_profile_card .card_item .auth_card_header .sub_title .name {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.author_profile_card .card_item .auth_card_body {
    height: 3.5rem;
    overflow: hidden;
    position: relative;
}
.author_profile_card .card_item .auth_card_body::after {
    content: "";
    background-image: linear-gradient(transparent, #fff);
    height: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.author_profile_card .card_item.expand .auth_card_body::after {
    display: none;
}
.author_profile_card .card_item.expand .auth_card_body {
    height:auto;
}
.author_profile_card .card_item .context {
    font-size: .75rem;
    line-height: 1.625;
}
.auth_card_footer button.expand_btn {
    display: inline-block;
    font-size: .8125rem;
    line-height: 1.625;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .25rem;
    padding-right: .25rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: opacity 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    border: none;
}
.auth_card_footer button.expand_btn .text_2 {
    display: none;
}
.expand .auth_card_footer button.expand_btn .text_1 {
    display:none;
}
.expand .auth_card_footer button.expand_btn .text_2 {
    display:block;
}
.auth_card_footer button.expand_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}
.auth_card_footer button.expand_btn::before {
    content: "";
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    background: url(../images/icon-black-right.svg) no-repeat;
    background-position: center center;
    background-size: 6px;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
}
.expand .auth_card_footer button.expand_btn::before {
    transform: rotate(-90deg);
}
.social_links {
    margin-top: 16px;
}
.social_links ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap:0.50rem;
    border: none;
}
.social_links ul li {
    width: 40px;
    overflow: hidden;
    padding: 0px;
}
.social_links ul li a {display: block;}
.social_links ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.position {
    display: flex;
    align-items: center;
    gap: 4px;
}

.position .link {
    height: 14px;
    margin-bottom: -2px;
}

.position .link img {
    height: 100%;
    display: block;
}

/* Table scroll */
:root {
    --sgb-table-border-width: 2px;
}
.entry-content div:has(> .wp-block-table) {
    position: relative;
    padding-top: 5px;
}
.entry-content div:has(> .wp-block-table):before {
    content: "スクロールできます→";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #555;
}
.entry-content .wp-block-table {
    overflow-x: auto;
    position: relative;
}
.entry-content .wp-block-table:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
.entry-content .wp-block-table table {
    width: auto;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: none;
    border-left: none;
}
.entry-content .wp-block-table table {
    margin-bottom: .5em;
}
.entry-content table {
    width: 100%;
    margin: 1em 0;
    border-top: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}
.entry-content tr:not(:last-child) {
    border-bottom: var(--sgb-table-border-width, 2px) solid #e0e0e0;
}
.entry-content .wp-block-table table tbody tr td:first-child {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
}
.entry-content .wp-block-table table tbody tr td {
    border-bottom: 2px solid #e0e0e0;
    font-size: 12px;
    white-space: nowrap;
}
.entry-content .wp-block-table td, .entry-content td {
    padding: 7px;
    border-right: var(--sgb-table-border-width, 2px) solid #e0e0e0;
    word-break: break-all;
}
.entry-content td:last-child, .entry-content th:last-child {
    border-right: 0;
}


@media screen and (min-width:768px){
    .trp_featured_slider .swiper-pagination {
        display: none;
    }
}
@media screen and (max-width:991px){
    .trp_articles_card {
        grid-template-columns: repeat(2, 1fr);
    }
    .trp_sidebar_card  .catpost-cards--column-3 {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:767px){
    .trp_featured_slider .swiper-button-next, .trp_featured_slider .swiper-button-prev {
        display: none;
    }
    .trp_featured_slider {
        padding-bottom: 0;
    }
    .trp_articles_card.swiper {
        padding-bottom: 60px;
    }

    .author_profile_card .card_item {
        padding: 1.2rem;
    }
    .copy_btn {
        margin:15px 15px;
    }
}
@media screen and (max-width:539px){
    .trp_articles_card {
        grid-template-columns: repeat(1, 1fr);
    }
    .trp_sidebar_card  .catpost-cards--column-3 {
        -ms-grid-columns: (1fr);
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:414px){
.search_dropdown {
    font-size: 20px;
    max-width: 330px;
}
.search_dropdown .search::before {
    font-size: 24px;
}
}
