@font-face {
    font-family: "nsjpr";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/nsjpr.woff") format("woff");
}

@font-face {
    font-family: "nsjpr";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/nsjpd.woff") format("woff");
}

@font-face {
    font-family: "nsjpr";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/nsjpd.woff") format("woff");
}

html,
body {
    font-family: "nsjpr", sans-serif;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    counter-reset: number 0;
}

:focus {
	outline: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: .75;
}

a:not([href]),
a[href="javascript:void(0);"]:hover {
    opacity: 1;
}

* {
    margin: 0px;
    padding: 0px;

}

/* エンタメ */
.category-color-entertainment {
    background-color: #973c2a !important;
}

/* ニュース */
.category-color-news {
    background-color: #9900FF !important;
}

/* 世界史 */
.category-color-world-history {
    background-color: #49672b !important;
}

/* 世界大戦 */
.category-color-world-war {
    background-color: #49672b !important;
}

/* 中国 */
.category-color-china {
    background-color: #49672b !important;
}

/* 古代 */
.category-color-ancient {
    background-color: #49672b !important;
}

/* 大航海時代 */
.category-color-discovery {
    background-color: #49672b !important;
}

/* 日本史 */
.category-color-nihonshi {
    background-color: #0a2656 !important;
}

/* 中世 */
.category-color-chusei {
    background-color: #0a2656 !important;
}

/* 古代 */
.category-color-kodai {
    background-color: #0a2656 !important;
}

/* 幕末 */
.category-color-bakumatsu {
    background-color: #0a2656 !important;
}

/* 戦国 */
.category-color-sengoku {
    background-color: #0a2656 !important;
}

/* 江戸 */
.category-color-edo {
    background-color: #0a2656 !important;
}

/* 近現代 */
.category-color-kingendai {
    background-color: #0a2656 !important;
}

/* 誌面連動企画 */
.category-color-collaboration {
    background-color: #a47900 !important;
}

/* キッズ */
.category-color-kids {
    background-color: #EA6079 !important;
}
.category-color-play {
    background-color: #EA6079 !important;
}
.category-color-study {
    background-color: #EA6079 !important;
}
.category-color-eat {
    background-color: #EA6079 !important;
}
.category-color-know {
    background-color: #EA6079 !important;
}
.category-color-info {
    background-color: #EA6079 !important;
}

/* movie */
.category-color-movie {
    background-color: #ff0000 !important;
}

.main-wrapper {
    display: flex;
    width: 1125px;
    margin: auto;
}

.main-content {
    width: 785px;
    margin-right: 40px;
}

.header-wrapper {
    width: 100%;
}

.header-inner {
    display: flex;
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1125px;
    height: 98px;
    margin: 0px auto;
    border-bottom: 2px solid #e6e7e8;
}

.header-left {
    display: none;
    align-items: center;
    width: 74px;
    height: 74px;
    justify-content: center;
    align-items: center;
}

.header-left .nav-open-btn {
    position: relative;
    display: flex;
    width: 41px;
    height: 41px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
}

.header-left .nav-open-btn span {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-left .nav-open-btn span:first-child {
    top: 15px;
    /*bottom: auto;*/
}

.header-left .nav-open-btn span:last-child {
    /*top: auto;*/
    bottom: 15px;
}

.header-right-sp {
    display: none;
    align-items: center;
    width: 74px;
    height: 74px;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.header-right-sp .search-open-btn {
    position: relative;
    display: flex;
    width: 41px;
    height: 41px;
    border: 1px solid #f5f5f5;
    justify-content: center;
    align-items: center;
}

.header-right-sp .search-open-btn.active {
    z-index: 10000;
    border: none;
}

.header-right-sp .search-open-btn.active img {
    opacity: 0;
}

.header-right-sp .search-open-btn.active::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}

.header-right-sp .search-open-btn.active::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-45deg);
}

.header-right-sp .search-open-btn a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header-right-sp .search-open-btn .search-icon {
    width: 21px;
}

.header-center {
    display: flex;
    align-items: center;
}

.header-logo {
    width: auto;
    height: 62px;
}

.header-right {
    display: flex;
    align-items: center;
}

.search-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.search-box-wrapper {
    display: flex;
    align-items: center;
}

.search-wrapper .sns-icons {
    display: flex;
    justify-content: space-around;
    /*width: 240px;*/
    width: 186px;
    margin: 0px 12px;
}

.search-wrapper .sns-icons a {}

.search-wrapper .sns-icons a img {
    width: auto;
    /*height: 40px;*/
    height: 28px;
}

.search-box {
    border: 1px solid #b4b4b4;
    padding: 4px 8px;
    height: 40px;
    /*width: 360px;*/
    width: 250px;
}

.search-wrapper .search-btn {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #0a2656;
    margin-left: -1px;
}

.search-wrapper .search-btn img {
    width: 18px;
}

.gloval-navi {
    width: 100%;
    text-align: center;
    margin: 16px 0px;
}

.gloval-navi ul {
    width: 1125px;
    margin: 0px auto;
}

.gloval-navi li {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

.gloval-navi li a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 400;
    padding: 18px 16px;
    transition: all .75s;
    border-bottom: 2px solid transparent;
}

.gloval-navi li.active > a,
.gloval-navi li:hover > a {
    border-bottom: 2px solid #0a2657;
}

.gloval-navi li:hover > a::after {}

.gloval-navi .hover-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 200;
    background-color: rgba(255, 255, 255, .85);
    width: 9em;
}

.gloval-navi .hover-menu::before {
    position: absolute;
    content: "";
    margin: auto;
    top: -8px;
    left: 38px;
    /* right: 0px; */
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-left: 2px solid #0a2657;
    border-bottom: 2px solid #0a2657;
    transform: rotate(-45deg);
    z-index: 300;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.gloval-navi .hover-menu::after {
    /*
    position: absolute;
    content: "";
    margin: auto;
    top: -4px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 300;
    */
}

.gloval-navi .hover-menu a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    text-align: left;
    padding-left: 1em;
    transition: none;
}

.gloval-navi .hover-menu a:hover {
    background-color: #fff;
}

.gloval-navi li:hover .hover-menu {
    display: block;
}

.sp-overlay1,
.sp-overlay2 {
    display: none;
    z-index: 100;
}

.sp-overlay1 .sp-menu dl {}

.sp-overlay1 .sp-menu dl dt {}

.sp-overlay1 .sp-menu dl dt a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 3em;
    line-height: 3em;
    border-bottom: 1px solid #fff;
}

.sp-overlay1 .sp-menu dl dt a {}

.sp-overlay1 .sp-menu dl dd {}

.sp-overlay1 .sp-menu dl dd a {
    display: block;
    color: #fff;
    font-size: 14px;
    height: 3m;
    line-height: 3em;
    border-bottom: 1px solid #fff;
    margin-left: 1em;
}

.sp-overlay1 .sp-menu dl dd ul li:last-child a {
    border-bottom: none;
}

.sp-menu dl dt,
.sp-menu dl dd li {
    position: relative;
}

.sp-menu dl dt::before,
.sp-menu dl dd li::before {
position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    right: 10px;
    top: 0px;
    bottom: 0;
    transform: rotate(48deg);
    transform-origin: 100% 100%;
    /*
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0px;
    right: 5px;
    width: 1em;
    height: 1em;
    background-color: transparent;
    transform: scale(.75, 2);
    */
}

.sp-menu dl dt::after,
.sp-menu dl dd li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    margin: auto;
    right: 10px;
    top: 0px;
    bottom: 0;
    transform: rotate(-48deg);
    transform-origin: 100% 0%;
}

.sp-menu dl dt::after {
    /*content: none;*/
}

.sp-menu dl dt.accordion-menu {
    position: relative;
    transition: all 1s;
}

.sp-menu dl dt.accordion-menu + dd {
    display: none;
}

.sp-menu dl dt.accordion-menu + dd ul {
    border-bottom: 1px solid #fff;
}

.sp-menu dl dt.accordion-menu.active {}

.sp-menu dl dt.accordion-menu::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0px;
    right: 8px;
    width: 11px;
    height: 1px;
    background-color: #fff;
    transform: scale(1);
}

.sp-menu dl dt.accordion-menu::after {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0px;
    right: 13px;
    ;
    width: 1px;
    height: 11px;
    background-color: #fff;
    transform: scale(1);
}

.sp-menu dl dt.accordion-menu.active::after {
    height: 0px;
}

.rk-slider {
    opacity: 0;
    width: 100000px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.rk-slider.slick-initialized {
    opacity: 1;
    display: block;
    width: auto;
}

.rk-slide-item {
    position: relative;
    display: block;
    width: 100%;
}

.rk-slide-item .rk-slide-image {
    width: 100%;
    height: 412px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.rk-slide-item-metadata {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 76px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 16px;
}

.rk-slide-item-metadata .left {
    display: flex;
    align-items: center;
    min-width: 14em;
}

.rk-slide-item-metadata .right {
    display: flex;
    align-items: center;
}

.rk-slider .slick-list {
    /* 21/03/08 TOPヒーローバナーのslick dot部分の削除依頼があったためコメントアウトします */
    /* margin-bottom: 32px; */
}

.meta-category {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    height: 24px;
    border-radius: 16px;
    background-color: #973c2a;
    padding: 4px 14px 5px 14px;
    min-width: 6.5em;
    text-align: center;
}

.meta-date {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    width: 8em;
    text-align: center;
}

.meta-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1em;
    max-width: 520px;
}

/*スライダー*/
.slick-dotted.slick-slider{
    max-width: 800px;
    margin-bottom: 60px;
}
.slick-slide{
    position:relative;
}
.slider_txt{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: rgba(00,00,00, 0.6);
    color:#fff;
    padding:25px;
    display: flex;
    align-items: flex-start;
}
.slider_txt_data{
    display: flex;
    align-items: center;
}
.slider img{
    max-height: 420px;
}
.slider_cate{
    padding:5px 15px;
    border-radius: 20px;
    margin-right:15px;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
}
.slider_date{
    margin-right:15px;
    font-size: 14px;
    font-weight: bold;
    word-break: keep-all;
}
.slider_ttl{
    font-size: 16px;
    font-weight: bold;
}
.slick-slide{
    margin-bottom:15px;
}
.slick-dots{
    display: flex;
    justify-content: flex-end;
}
.slick-dots{
    text-align: right;
}
.slick-dots li{
    width: 30px;
    margin:0;
    margin-right:5px;
}
.slick-dots li button {
    width:30px;
    background-color: #dfdfdf;
    position: absolute;
    height:6px;
    padding:0;
}
.slick-dots li.slick-active button{
    background-color: #48672a;
}
.slick-dots li.slick-active button {
    opacity: 1;
}
.slick-dots li button:before {
    content:none;
}
/*スライダー*/
/* 21/03/08 TOPヒーローバナーのslick-dots部分の削除依頼があったため、非表示にします */
.rk-slide-wrapper ul.slick-dots {
    display: none !important;
}

/* .rk-slide-wrapper ul.slick-dots {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 68px;
}

.rk-slide-wrapper ul.slick-dots li {
    display: flex;
    align-items: center;
}

.rk-slide-wrapper ul.slick-dots li.slick-active {}

.rk-slide-wrapper ul.slick-dots li.slick-active button {
    background-color: #0a2656;
} */

.section_wrapper {
    width: calc(50% - 12px);
    margin: 0px 24px 32px 0px;
    border-bottom: 2px solid #e6e7e8;
}


/* micro clearfx */
.clearfix:before, .cf:after {
    content:"";
    display:table
}
.clearfix:after { clear:both }
.clearfix { zoom:1 } /* IE 6/7用。不要なら削除可。 */


.top-section_wrapper {
    margin-bottom: 40px;
}

.top-section_wrapper.list_row2 {
    width: 100%;
    border-bottom: none;
}

.top-section_wrapper h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px 14px 0px;
    border-bottom: 1px solid #dfdfdf;
}

.top-section_wrapper h2 span {
    position: relative;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
}


.top-section_wrapper h2 span::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 11px;
    background-color: #520016;
    margin: auto;
    top: -13px;
    bottom: 0px;
    left: 0px;
}

.top-section_wrapper h2 span::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 11px;
    background-color: #0a2656;
    margin: auto;
    top: 0px;
    bottom: -13px;
    left: 0px;
}

.top-section_wrapper h2 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.top-section_wrapper h2 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(1, 2);
}

.content_list {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.content_list .list_item {
    display: flex;
    width: calc(100% - 6px * 1);
    margin: 10px 6px 10px 0px;
    /*padding-bottom: 16px;*/
}

.list_row2 .list_item {
    width: calc(50% - 6px * 1);
}

.content_list .list_item a {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.list_item_width_thum_wrapper {
    width: 90px;
}

.list_item_width_thum_wrapper img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
        /* background-color: #d7d7d7; */
        /*background-image: url(../images/noimage.png);*/
        background-size: cover;
}

.list_item_detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.list_item_width_thum_wrapper + .list_item_detail {
    padding: 0px 12px;
    width: calc(100% - 80px);
}

.content_list .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */
    /* min-height: 77px; */
    -webkit-line-clamp: 3;
    height: 58px;
    overflow: hidden;
    position: relative;
}

.article_list_item .metadata,
.content_list .metadata {
    display: flex;
    align-items: center;
}

.article_list_item .metadata .list_item_detail_category,
.content_list .metadata .list_item_detail_category {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    height: 18px;
    border-radius: 16px;
    background-color: #973c2a;
    padding: 0px 10px;
    min-width: 5em;
    text-align: center;
    line-height: 18px;
}

.article_list_item .metadata .list_item_detail_date,
.content_list .metadata .list_item_detail_date {
    color: #520016;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
    margin-right: 1em;
}

.video-media {}

.video-media li {
    width: 645px;
    text-align: center;
    padding: 24px 0px;
    margin: auto;
}

.list_aside {
    counter-reset: number 0;
}

.list_aside {
    padding: 4px 0px;
}

.aside-wrapper {
    display: block;
    width: 300px;
}

.aside-ranking_wrapper {
    margin-bottom: 58px;
}

.aside-ranking_wrapper h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
    border-left: none;
    font-size: 16px;
}

.aside-ranking_wrapper h3 span {
    font-size: 16px;
    font-weight: bold;
}

.aside-ranking_wrapper h3 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.aside-ranking_wrapper h3 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(1, 1.75);
}

.aside-ranking_wrapper h3 {
    border-top: none;
    border-bottom: 2px solid #0a2657;
}

.aside-ranking_wrapper .list_aside_item {
    padding: 0px;
    display: flex;
    margin-top: 7px;
    margin-bottom: 7px;
    border-bottom: none;
}

.list_aside_link,
.list_aside_ttl,
.list_pickup_ttl,
.list_top_ttl,
.list_pickup_ttl,
.list_link_ttl,
.list_link_top {
    font-weight: normal !important;
    line-height: 18px !important;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img,
.aside-press_wrapper .list_aside_item .list_aside_img {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.aside-ranking_wrapper .list_aside_item .list_aside_img::before {
    counter-increment: number 1;
    content: counter(number);
    color: #fff;
    background-color: #931537;
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 16px;
    width: 22px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-family: "nsjpr", sans-serif;
}

.list_aside_img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.aside-ranking_wrapper .list_aside_item .list_aside_img img,
.aside-press_wrapper .list_aside_item .list_aside_img img {
    width: 80px;
    height: 80px;
}

.aside-ranking_wrapper .list_aside_item .list_aside_img img,
.aside-press_wrapper .list_aside_item .list_aside_img img {
    background-image: url(../images/noimage.png);
    background-size: contain;
}

.aside-ranking_wrapper .list_aside_item .list_aside_txt,
.aside-press_wrapper .list_aside_item .list_aside_txt {
    width: calc(100% - 80px);
    padding: 0px 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-right: 0px;
}

.list_aside_data {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
}

.list_aside_date {
    font-weight: normal;
    min-width: 7em;
}

.list_aside_cate {
    margin-right: 5px !important;
    padding: 0px 8px !important;
    min-width: 6em;
    text-align: center;
}

.btn-more-sp {
    display: none;
}

.book-slide {
    /*display: none;*/
    padding-top: 14px;
    /*overflow: hidden;*/
    padding-bottom: 48px;
}

.aside-ranking_wrapper.side-magazine,
.aside-ranking_wrapper.side-books {
    margin-bottom: 6px;
}

.book-slide.slick-initialized {
    display: block;
}

.book-slide li.slide-item {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 320px;
    background-color: #f5f5f5;
    justify-content: space-between;
    padding: 14px 0px 22px 0px;
    /*cursor: pointer;*/
}

.book-slide.slick-initialized li.slide-item {
    display: flex !important;
}

.book-slide .book-slide_img {}

.book-slide .book-slide_img img {
    width: auto;
    height: 198px;
}

.book-slide .book-slide_title {
    width: 200px;
    height: 35px;
    font-size: 13px;
    line-height: 18px;
    color: #111111;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-slide_btn {
    position: relative;
    display: flex;
    width: 200px;
    height: 40px;
    background-color: #0a2656;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.book-slide_btn::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 12px;
    bottom: 0;
    right: 11px;
    transform: scale(1, 2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 1em;
}

.book-slide .slick-slide {
    margin-bottom: 0px;
}

.book-slide .slick-dots {
    display: flex;
    justify-content: center;
    /*height: 35px;*/
    /*bottom: -15px;*/
    align-items: center;
    bottom: 10px;
}

.book-slide .slick-dots {

}

.book-slide .slick-dots li {
    height: auto;
    margin: 15px 3px;
}

.slick-dots li:first-of-type:last-of-type {
    opacity: 0;
}

.book-slide .slick-dots li button {
    width: 30px;
    height: 6px;
    border-radius: 0px;
    border: none;
    margin: 0px 3px;
    font-size: 0px;
    background-color: #dfdfdf;
}

.book-slide .slick-dots li.slick-active button::before,
.book-slide .slick-dots li.slick-active button {
    background-color: #0a2656;
}

.book-slide .slick-dots li.slick-active:first-of-type:last-of-type {
    display: none;
}

.book-slide .prev-arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    display: block;
    width: 32px;
    height: 29px;
    z-index: 200;
    color: #999;
    transform: scale(1, 2);
    font-size: 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.book-slide .next-arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    width: 32px;
    height: 29px;
    z-index: 200;
    color: #999;
    transform: scale(1, 2);
    font-size: 13px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rk-slider .prev-arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    display: block;
    width: 32px;
    height: 29px;
    z-index: 200;
    color: #ffffff;
    transform: scale(1, 2);
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rk-slider .next-arrow {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    width: 32px;
    height: 29px;
    z-index: 200;
    color: #ffffff;
    transform: scale(1, 2);
    font-size: 13px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list_ranking .list_aside_item:before {
    content: none !important;
}

.aside-ranking_wrapper .list_aside_item .list_aside_txt .list_aside_ttl,
.aside-press_wrapper .list_aside_item .list_aside_txt .list_aside_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
    padding-top: 0px;
    max-height: 53px;
}

.book-slide .slick-track {
    display: flex;
}

.online-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 14px;
}

.online-slide .online-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 15px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.note-body {
    border: 1px solid #dfdfdf;
    padding: 12px;
    margin-top: 14px;
    border-radius: 4px;
}

.note-body .note-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.note-body .note-meta .meta-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.note-body .note-meta .meta-left ul {
    margin-left: 24px;
}

.note-body .note-meta .meta-left ul li {
    font-size: 11px;
    color: #9a9a9a;
}

.note-body .note-meta .meta-left img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 50%;
}

.note-body h5 {
    line-height: 1.4em;
    margin-bottom: 12px;
}

.note-body p {
    line-height: 1.4em;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    max-height: 154px;
}

.note-body .more {
    color: #2cb696;
}


.note-body .note-meta .meta-right {
    min-width: 3em;
    text-align: right;
    font-size: 26px;
    font-weight: bold;
    color: #9a9a9a;
}

.footer-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background-color: #0a2657;
    padding: 80px 0px 68px 0px;
    width: 100%;
    min-width: 1125px;
}

.footer-wrapper a {
    color: #fff;
}

.footer-logo-section {
    padding-bottom: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo-section a {}

.footer-logo {
    width: 218px;
    margin: 12px 0px;
}

.footer-sns-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /*width: 218px;*/
    width: 168px;
}

.footer-sns-icons ul {}

.footer-sns-icons ul li {}

.footer-sns-icons img {
    width: 32px;
}

.footer-link-section {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 1125px;
    margin: auto;
}

.footer-link.left {
    width: 783px;
}

.footer-link.right {
    width: 300px;
}

.footer-link dd {
    display: flex;
    justify-content: space-between;
}

.footer-link dd div {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}

.footer-link > dt.footer-link-header {
    padding: 8px 0px;
    border-bottom: 1px solid #95a1b6;
}

.footer-link-list dt {
    padding: 10px 0px 10px 0px;
}

.footer-link-list dd div {
    display: flex;
    flex-direction: column;
}

.footer-link-list dd a {
    position: relative;
    padding: 10px 0px;
    padding-left: 16px;
}

.footer-link-list dd a::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 1px;
    background-color: #fff;
}

.footer-copyright {
    font-size: 10px;
    color: #95a1b6;
    margin-top: 58px;
    text-align: center;
}

a:hover .list_item_detail .title,
a:hover .list_aside_ttl {
    text-decoration: underline !important;
}

.footer-link-list dd > div {
    width: 100%;
}

.list_breadcrumb {
    background-color: transparent;
    padding: 5px 0px;
    margin-bottom: 5px;
}

.breadcrumb_link {
    color: #787878;
    font-size: 12px;
    padding: 4px 0px;
    margin-right: 22px;
    text-decoration: none;
    border-bottom: 1px solid #787878;
}

.breadcrumb_link:after {
    right: -12px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.list_breadcrumb_item:last-child a {
    border-bottom: none;
}

.list_breadcrumb_item:last-child a:hover {
    opacity: 1;
}

.listpage_heading {
    border-bottom: 3px solid #0d2555;
    padding: 10px 0px;
    font-size: 22px;
    color: #333333;
    font-family: "Noto Sans JP";
    font-weight: 700;
    
    margin-bottom: 0px;
}

.listpage_heading_span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-left: 6px;
}

.article_list_txt {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article_list_img {
    width: 150px !important;
    margin-right: 0px;
}

a:hover .article_list_ttl {
    text-decoration: underline;
}

.article_list_img img {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.article_list_ttl {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    border: none;
    margin-bottom: 0px;
}

.article_list_subttl {
    margin-bottom: 0px;
    font-size: 12px;
    color: #787878;
    font-weight: 400;
    max-height: 24px;
}

.article_list_subttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 24px;
}

.article_list_ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 49px;
}

.article_list_item {
    padding: 12px 0px;
    border-bottom: 2px dotted #e6e7e8;
    margin-bottom: 0px;
}

.list_pagination {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 8px 0;
    align-items: center;
}

.list_pagination_item {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.list_pagination_item.prev {
    width: 10px;
    height: 10px;
    border-top: solid 2px #787878;
    border-right: solid 2px #787878;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.list_pagination_item.next {
    width: 10px;
    height: 10px;
    border-top: solid 2px #787878;
    border-right: solid 2px #787878;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.list_pagination_item.prev,
.list_pagination_item.next {
    position: relative;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 16px;
    height: 16px;
    border: none;
}

.list_pagination_item.prev::before {
    position: absolute;
    content: "<";
    margin: auto;
    top: 0;
    bottom: 0;
    height: 16px;
    transform: scale(0.8,2);
    color: #787878;
}

.list_pagination_item.next::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    height: 16px;
    transform: scale(0.8,2);
    color: #787878;
}

.list_pagination_item a,
.list_pagination_item .page-numbers {
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    padding: 0px 14px;
}

.list_pagination_item.active:first-child {
    margin-left: 50px;
}

.list_pagination_item.active:last-child {
    margin-right: 50px;
}

.list_pagination_item .page-numbers.dots {
    padding: 0px 10px;
}

.list_pagination_item.active .page-numbers.current {
    height: 32px;
    color: #fff;
    background-color: #0a2657;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
}

.aside-ranking_wrapper:first-child .aside_heading {
    padding-top: 0px;
}

.post_ttl {
    border-bottom: none;
}

.main {
    padding-bottom: 64px;
    width: 785px !important;
    margin-right: 40px !important;
}

.mce-content-body {
    width: 785px !important;
}

.page-about .about_sec {
    padding-top: 0px;
    border-bottom: none;
}

.page-about .listpage_heading {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    padding: 8px 0px;
    border-bottom: 3px solid #0a2657;
    margin-bottom: 0px;
}

.page-about .about-section1 {}

.page-about .about-section1 h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 400;
    margin: 64px 0px;
    text-align: center;
}

.about-paragraph {
    display: flex;
    flex-direction: row;
    width: 728px;
    margin: auto;
    margin-bottom: 40px;
}

.about-paragraph .left {
    width: calc(100% - 178px);
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    padding-right: 1em;
}

.about-paragraph .right {
    width: 178px;
}

.about-paragraph .right img {
    width: 100%x;
}

.page-about .about-section2,
.page-about .about-section3 {
    padding: 0px 20px;
}

.page-about .about-section1 h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 400;
    margin: 64px 0px;
    text-align: center;
}

.page-about .about-section2 h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    min-height: 26px;
    line-height: 26px;
    padding-left: 16px;
    border-left: 4px solid #0a2657;
}

.page-about .about-section3 h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    min-height: 26px;
    line-height: 26px;
    padding-left: 16px;
    border-left: 4px solid #0a2657;
}

.page-about hr,
.page-contact hr {
    margin: 3em 0;
}

.for-sp {
    display: none;
}

.about-qa {
    margin-top: 18px;
}

.about-qa dt {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #931537;
    font-weight: 400;
    padding-left: 36px;
    margin-bottom: 18px;
}

.about-qa dt::before {
    position: absolute;
    content: "Q.";
    font-size: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -1px;
}

.about-qa dd {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    padding-left: 36px;
    margin-bottom: 42px;
}

.about-qa dd::before {
    position: absolute;
    content: "A.";
    font-size: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 2px;
    color: #2046b3;
}

.about-qa dd p {
    margin-bottom: 1em;
}

.about-snslinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.about-snslinks li {
    display: flex;
    align-items: center;
    width: calc( 50% - 6px );
    height: 112px;
    border: 1px solid #e6e7e8;
    margin-bottom: 15px;
}

.about-snslinks li a {
    display: flex;
    flex-direction: row;
}

.about-snslinks li a .left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 111px;
}

.about-snslinks li a .left img {
    width: 80px;
}

.about-snslinks li a .right {
    display: flex;
    flex-direction: column;
    width: calc(364px - 111px);
}

.about-snslinks li a .right h5 {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-snslinks li a .right p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

.page-contact h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    padding: 8px 0px;
    border-bottom: 3px solid #0a2657;
    margin-bottom: 0px;
}

.contact-section1 {
    padding: 18px 0px;
}

.contact-section1 p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.ad-section1-inner .mail-attention {
    margin-bottom: 48px;
}

.contact-section1 .mailto,
.ad-section1 .mailto,
.job-description .mailto {
    display: flex;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: 700;

    width: 480px;
    height: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border: 2px solid #e6e7e8;
    justify-content: center;
    align-items: center;
    margin: 36px 0px;
    margin-bottom: 12px;
}

.mail-attention {
    color: #787878;
    font-size: 12px;
    margin-bottom: 24px;
    display: block;
}

.contact-section1 .mailto img,
.ad-section1 .mailto img,
.job-description .mailto img {
    width: 38px;
    margin-right: 18px;
}

.job-description .mailto {
    margin: 20px 0px;
}

.contact-section1 .attention {}

.contact-section1 .attention li {
    position: relative;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    padding-left: 1em;
    margin: 8px 0px;
    line-height: 22px;
}

.contact-section1 .attention li::before {
    position: absolute;
    content: "・";
    margin: auto;
    top: 0;
    left: 0;
}

.contact-section2 {
    padding: 0px 20px;
}

.contact-section2 h2,
.ad-section1 h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    min-height: 26px;
    line-height: 26px;
    padding-left: 16px;
    border-left: 4px solid #0a2657;
}

.contact-section2 p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    margin: 20px 0px;
}

.contact-section2 .contact-contact {}

.contact-section2 .contact-contact li {
    margin: 32px 0px;
}

.contact-section2 .contact-contact li div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 8px 0px;
}

.contact-section2 .contact-contact .head {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    width: 46px;
}

.contact-section2 .contact-contact a {
    display: inline-block;
    font-size: 28px;
    letter-spacing: 3px;
    color: #333333;
    font-weight: 700;
}

.contact-section2 .contact-contact .reception-time {
    display: inline-block;
    width: auto;
    font-size: 12px;
    letter-spacing: 0px;
    color: #333333;
    font-weight: 400;
    padding-left: 46px;
}

a[href^="tel:"] {
    pointer-events: none;
}

.main.page-contact,
.main.page-ad,
.main.page-recruit {
    width: 1125px !important;
}

.page-ad h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    padding: 8px 0px;
    border-bottom: 3px solid #0a2657;
    margin-bottom: 0px;
}

.ad-section1 {
    padding: 18px 0px;
}

.ad-section1 p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.ad-section1-inner {
    padding: 30px 20px;
}

.ad-section1-inner h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    min-height: 26px;
    line-height: 26px;
    padding-left: 16px;
    border-left: 4px solid #0a2657;
}

.file-list {
    margin-bottom: 36px;
}

.file-list li {
    margin: 10px 0px;
    list-style: disc;
    margin-left: 1em;
}

.file-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    padding: 5px 0px;
    border-bottom: 1px solid #888;
    margin-right: 26px;
}

.file-list .pdf::before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/pdf.png);
    margin: auto;
    top: 0;
    bottom: 0;
    right: -26px;
    width: 22px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.file-list .pdf {}

.page-recruit h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    padding: 8px 0px;
    border-bottom: 3px solid #0a2657;
    margin-bottom: 0px;
}

.job-description {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 16px 0px;
}

.job-description dt {
    display: inline-block;
    width: 156px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
}

.job-description dd {
    display: inline-block;
    width: calc(100% - 164px);
    color: #333;
}

.job-description dd p {
    line-height: 1.5em;
}

.job-description dd ul {
    padding-left: 1em;
}

.job-description dd ul li {
    list-style: disc;
    margin: 4px 0px;
}

.job-description .attention {
    font-size: 14px;
    line-height: 24px;
    color: #787878;
    font-weight: 400;
}

.post_main {
    border-bottom: 2px solid #e6e7e8;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.post_ttl {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 0px;
}

.post_subttl {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
}

.post_metadata {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 43px;
    margin: 8px 0px;
}

.post_metadata_left {
    display: flex;
    align-items: center;
}

.metadata_author {
    position: relative;
    text-decoration: underline;
    padding-left: 1.5em;
    text-decoration: none !important;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
}

.metadata_author::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.2em;
    height: 1.2em;
    background-image: url(../images/note.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.metadata_author:first-child {
    padding-left: 0px;
}

.metadata_author:first-child::before {
    content: none;
}

.post_metadata_right {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.post_metadata .metadata_category {
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 12px 4px 12px;
    margin-right: .65em;
}

.metadata_date {
    font-size: 14px;
    color: #787878;
}

.author_profile_img {
    width: 42px;
    height: 42px;
}

.author_profile_img img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.author_profile_img + .metadata_author {
    padding-left: 0px;
    margin-left: 8px;
}

.author_profile_img + .metadata_author::before {
    content: none;
}

section.keyword {
    display: flex;
    margin: 16px 0px !important;
}

.post_h4.keyword {
    display: flex;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 0px !important;
    min-width: 71px;
    margin-right: 5px;
}

.post_h4.keyword span {
    border-bottom: none !important;
}

.list_keyword {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    color: #333 !important;
}

.list_keyword_item {
    position: relative;
    margin-right: 6px!important;
}

.list_keyword_item::before {
    position: absolute;
    content: ",";
    margin: auto;
    top: 0;
    bottom: 0;
    right: -1px;
    display: inline-block;
}

.list_keyword_item:last-child {
    margin-right: 0px !important
}

.list_keyword_item:last-child::before {
    content: none !important;
}

.list_keyword_link {
    font-size: 14px;
    text-decoration: none;
    padding: 1px 0px;
    border-bottom: 1px solid #656565;
}

.backnumber_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.magazine h4,
.backnumber_wrapper h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    padding: 14px 0px;
    width: 100%;
    border-bottom: 3px solid #0a255c;
}

.magazine h4 span,
.backnumber_wrapper h4 span {
    display: flex;
    font-size: 22px;
    font-weight: bold;
}

.backnumber_wrapper h4 a {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
}

.backnumber_wrapper h4 a::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(0.75, 1);
}

.backnumber_wrapper .content_list .metadata .list_item_detail_date {
    font-size: 12px;
    color: #787878;
}

.backnumber_wrapper .list_item_width_thum_wrapper img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.btn-more-sp {
    display: none;
}

.backnumber_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 2px solid #bfbfbf;
    margin: 18px 0px;
}

.backnumber_box .box-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 24px;
}

.backnumber_box .box-bottom {}

.backnumber_box .left {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backnumber_box .left a {}

.backnumber_box .left img {
    width: 180px;
}

.backnumber_box .right {
    width: calc(100% - 180px);
    padding-left: 24px;
}

.backnumber_box .right:first-child {
    width: 100%;
    padding-left: 0px;
}

.backnumber_box .number {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 5px 0px;
}

.backnumber_box .title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 15px 0px;
}

.backnumber_box .overview {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    /*font-family: "Hira Kaku Pro";*/
}

.backnumber_box .btn-buy {
    position: relative;
    display: flex;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    width: 260px;
    height: 44px;
    background-color: #0a2657;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}

.backnumber_box .inner-top {}

.backnumber_box .inner-bottom {
    display: flex;
    justify-content: flex-end;
}

.backnumber_box .btn-buy::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 8px;
    display: flex;
    align-items: center;
    transform: scale(.8, 1.5);
}

.author_box {
    border: 2px solid #bfbfbf;
    padding: 20px 24px;
    margin-bottom: 50px;
}

.author_box .box-top {
    display: flex;
    flex-direction: row;
}

.author_box .box-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.author_box .box-top .left {
    width: 140px;
}

.author_box .box-top .left img {
    width: 140px;
}

.author_box .box-top .right {
    width: calc(100% - 140px);
    padding-left: 24px;
}

.author_box .box-top .right:first-child:last-child {
    width: 100%;
    padding-left: 0px;
}


.author_box .name {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}

.author_box .name .kana {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-left: 16px;
}

.author_box .affiliation {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 14px 0px;
}

.author_box .profile {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

.author_box .btn-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding-right: 18px;
    overflow: hidden;
}

.author_box .btn-more::before {
    content: ">";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.8, 1.5);
    height: 1em;
}

.post_nextpage_parent {
    background-color: #efe8de;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0px !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post_nextpage {
    display: flex;
    justify-content: center;
    align-items: center !important;
    font-size: 16px !important;
    color: #111;
    font-weight: normal !important;
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    min-width: 8em;
}

.post_nextpage:after {
    content: ">";
    position: absolute;
    right: 0;
    transform: scale(.8, 1.5);
    top: 0;
    bottom: 0;
    margin: auto;
    content: ">";
    position: absolute;
    right: 0;
}

.post_nextpage_ttl {
    font-size: 16px;
    line-height: 20px;
    color: #111111;
    text-decoration: none !important;
    font-size: 16px;
    text-align: left;
    padding-right: 2px;
}

.post_nextpage_ttl:hover {
    text-decoration: underline !important;
}

.list_pagination_item {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    justify-content: center;
    margin: 0px 14px;
}

.list_pagination .list_pagination_item {
    margin: 0px;
}

.post_article .list_pagination_item {
    margin: 0px 14px;
}

.current .list_pagination_item {
    /*width: 28px;*/
    height: 32px;
    color: #fff;
    background-color: #0a2657;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
}

.post-page-numbers.current:first-child {
    margin-left: 50px;
}

.post-page-numbers.current:last-child {
    margin-right: 50px;
}

.post-page-numbers {
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    padding: 0px;
}

.online-item-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8px auto;
}

.online-item {
    padding: 12px;
    border: 1px solid #e6e7e8;
    width: calc(50% - 4px);
    margin: 4px 0px;
}

.online-item img {
    width: 100%;
}

.online-item .title {
    font-size: 13px;
    line-height: 18px;
    color: #111111;
    font-weight: 400;
    margin: 8px 0px;
    word-break: break-word;
}

.online-item .btn-buy {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #0a2656;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.online-item .btn-buy::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 11px;
    transform: scale(1, 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_write a {
    display: initial;
    /*border-bottom: 1px solid #000;*/
    text-decoration: underline;
}

.post_write img {
    display: none;
    max-width: 100%;
}

.post_write .wp-caption {
    margin: 32px auto;
    /*width: auto!important;*/
    text-align: center;
}

.wp-caption-dd,
.post_write p.wp-caption-text {
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0px;
    /*text-align: center !important;*/
    color: #666;
    align-items: flex-start;
    flex-direction: column;
}

.post_write::after {
    clear: both;
}

.series_item {}

.series_item .article_list_img {
    position: relative;
    width: 110px;
    height: 110px;
}

.series_item .article_list_img img {
    position: absolute;
    width: 103px !important;
    height: 103px !important;
    top: 0px;
    left: 0px;
    z-index: 3;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.series_item .article_list_img::before {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    top: 3px;
    left: 3px;
    background-color: #e6e7e8;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 2;
}

.series_item .article_list_img::after {
    position: absolute;
    content: "";
    width: 102px;
    height: 102px;
    top: 7px;
    left: 7px;
    background-color: #e6e7e8;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
}

.footer-link-list {
    margin-top: 8px;
}

.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.main .article_list_link {
    padding-left: 0px;
}

.main .list_aside_img {
    width: 150px !important;
    margin-right: 0px;
}

.main .list_aside_img img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.main.page-ranking .article_list_item .article_list_link:before {
    counter-increment: number 1;
    content: counter(number);
    color: #fff;
    background-color: #931537;
    position: absolute;
    left: 0px;
    top: -3px;
    font-size: 16px;
    width: 22px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.authorprofile {
    display: flex;
}

.authorprofile_img {
    width: 140px;
    margin-right: 20px;
}

.authorprofile_txt {
    width: calc( 100% - 140px );
}

.authorprofile_txt:first-child {
    width: 100%;
}

.authorprofile_name {
    align-items: center;
}

.authorprofile {
    border: 2px solid #bfbfbf;
    padding: 20px;
}

.authorprofile_name p:first-of-type{
    font-size: 18px;
    margin-right: 12px;
}

.authorprofile_name p:last-of-type{
    font-size: 14px;
    color: #333333;
}

.author_intro {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}

.gloval-navi li.active > a[href="javascript:void(0);"],
.gloval-navi li:hover > a[href="javascript:void(0);"] {
    cursor: default;
}

.breadcrumb_link:not([href]) {
    border-bottom: none;
}

.footer-link-list a:not([href]),
.footer-link-list a[href="javascript:void(0);"]:hover {
    opacity: 1;
    cursor: default;
}

.breadcrumb_link:not([href]):hover {
    opacity: 1;
}

.slick-dotted.slick-slider {
    position: relative;
}

.post-write hr {
    margin: 1em 0;
}

.post-write a {
    text-decoration: underline;
}

.video-media-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: auto;
}

.video-media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-youtube:last-child {
    margin-bottom: 64px;
}

.wrapper_inner {
    padding-top: 0px;
}

.author_box_wrapper .author_box {
    margin-bottom: 0px;   
}

.author_box_wrapper .author_box {
    
}

.btn-submit:hover {
    opacity: .75!important;
}

.article_list_item {
    width: 100%;
}

.post_img {
    margin-bottom: 0px;
}

.article_list_date {
    margin-bottom: 0px;
    padding: 0px 4px;
    
    color: #520016;
    display: inline-block;
    font-size: 12px;
    padding: 0px 4px;
}

.errorpage-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0px;
}

.errorpage-wrapper img {
    width: 50%;
    margin: 0px 0px 32px 0px;
}

.errorpage-wrapper h1 {
    font-weight: normal;
    font-size: 24px;
    margin: 0px 0px 32px 0px;
}

.errorpage-wrapper p {
    margin: 0px 0px 32px 0px;
}

.errorpage-wrapper .btn-more {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    width: 380px;
    height: 40px;
    background-color: #efe8de;
    margin: 0px 0px 32px 0px;
}

.errorpage-wrapper .btn-more::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 14px;
    transform: scale(1, 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

ins {
    background-color: transparent;
}

.topbar_banner {
    width: 1125px;
    margin: 16px auto 30px auto;
    text-align: center;
}

.rectangle-1st {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.rectangle-1st-yahoo {
    display: inherit;
}

.rectangle-1st-google {
    display: none;
}

.rectangle-2nd {
    margin-bottom: 30px;
    text-align: center;
}

.infeed-1st {
    display: none;
}

.infeed-2nd {
    display: none;
}

.kiji-rect {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
    padding: 0px;
}

.kiji-rect-left,
.kiji-rect-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc( 50% - 8px );
}

.kiji-rect-left-yahoo {
    display: none;
}

.kiji-rect-left-google {
    display: inherit;
}

.top-information {
    margin: 24px auto;
}

.top-information h2 {
    margin: 12px 0px;
}

.top-information > div {
    margin: 0px;
    padding: 0px;
}

.top-information p {
    font-size: 14px;
    line-height: 16px;    
}

.top-information a:hover {
    text-decoration: underline;
}

.post_author_data {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    margin: 12px 0px;
}

.wp-caption-dd,
.post_write .wp-caption-text {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    text-align: left!important;
}

/** photolibraly **/
.photolibrary-wrapper {
    padding: 20px 0px;
    margin: 20px 0px 40px 0px;
}

.photolibrary-list {
    opacity: 0;
    position: relative;
    margin-bottom: 15px;
}

.photolibrary-list-prev-btn {
    display: none!important;
    position: absolute;
    width: 26px;
    height: 100%;
    margin: auto;
    left: 0;
    top: -16px;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}

.photolibrary-list-prev-btn::before {
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    top: -16px;
    bottom: 0;
    width: 26px;
    height: 50px;
    background-color: rgba(255,255,255,.85);
    justify-content: center;
    align-items: center;
}

.photolibrary-list-prev-btn::after {
    content: "";
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 12px;
    height: 12px;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: -16px;
    bottom: 0;
    margin: auto;
}

.photolibrary-list-next-btn {
    display: none!important;
    position: absolute;
    width: 26px;
    height: 100%;
    margin: auto;
    right: 0;
    top: -16px;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}

.photolibrary-list-next-btn::before {
    position: absolute;
    content: "";
    margin: auto;
    right: 0;
    top: -16px;
    bottom: 0;
    width: 26px;
    height: 50px;
    background-color: rgba(255,255,255,.85);
    justify-content: center;
    align-items: center;
}

.photolibrary-list-next-btn::after {
    content: "";
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 12px;
    height: 12px;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: -16px;
    bottom: 0;
    margin: auto;
}

.photolibrary-navi {
    opacity: 0;
}

.photolibrary-navi-prev-btn {
    display: flex;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 50px;
    z-index: 100;
    background-color: rgba(255,255,255,.85);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.photolibrary-navi-prev-btn::before {
    content: "";
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 10px;
    height: 10px;
    transform-origin: center;
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.photolibrary-navi-next-btn {
    display: flex;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 50px;
    z-index: 100;
    background-color: rgba(255,255,255,.85);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.photolibrary-navi-next-btn::before {
    content: "";
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    width: 10px;
    height: 10px;
    transform-origin: center;
    transform: rotate(-45deg);
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.photolibrary-list:hover .photolibrary-list-prev-btn,
.photolibrary-list:hover .photolibrary-list-next-btn {
    display: flex!important;
}

.photolibrary-items {
    margin-bottom: 0px!important;
}

.photolibrary-items img {
    width: 100%;
    max-height: 768px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.photolibrary-items p {
    font-size: 12px;
    line-height: 16px;
    margin: 6px 0px;
    font-weight: normal;
}

.photolibrary-navi {
    background-color: #f5f5f5;
    padding: 18px 37px;
}

.photolibrary-navi-items {
    position: relative;
    display: flex!important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 8px;
    cursor: pointer;
}

.photolibrary-navi-items.slick-slide {
    margin-bottom: 0px;
}

.photolibrary-navi-items.slick-slide.slick-current::before {
    position: absolute;
    content: "";
    border: 2px solid #0a2656;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.photolibrary-navi-items img {
    width: 64px;
    height: 64px;
    background-color: #fff;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.photolibrary-navi-head {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    padding: 18px 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
}

.photolibrary-list:hover .photolibrary-list-prev-btn.slick-disabled,
.photolibrary-list:hover .photolibrary-list-next-btn.slick-disabled,
.photolibrary-navi-prev-btn.slick-disabled,
.photolibrary-navi-next-btn.slick-disabled {
    display: none!important;
}

.photolibrary-list.slick-initialized,
.photolibrary-navi.slick-initialized {
    opacity: 1;
}
/** /photolibraly **/

.post_write blockquote {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    background-color: #f1f1f1;
    padding: 30px 16px;
    border-top: 3px double #cbcbcb;
    border-bottom: 3px double #cbcbcb;
    margin: 26px 0px;
}

.post_write blockquote::before {
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/quote_gray_start.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.post_write blockquote::after {
    position: absolute;
    right: 12px;
    bottom: 12px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/quote_gray_end.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.post_write blockquote.blockquote-color2 {
    background-color: #f8f4ee;
}
.post_write blockquote.blockquote-color2::before {
    background-image: url(../images/quote_yellow_start.svg);
}
.post_write blockquote.blockquote-color2::after {
    background-image: url(../images/quote_yellow_end.svg);
}

.post_write blockquote.blockquote-color3 {
    background-color: #e9eef7;
}
.post_write blockquote.blockquote-color3::before {
    background-image: url(../images/quote_blue_start.svg);
}
.post_write blockquote.blockquote-color3::after {
    background-image: url(../images/quote_blue_end.svg);
}

.btn-more {
    display: flex;
    color: #787878;
    font-size: 14px;
    position: relative;
    padding-right: 18px;
    width: fit-content;
    float: right;
    margin: 14px 0px;
}

.btn-more::before {
    position: absolute;
    content: ">";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    /* font-size: 14px; */
    transform: scale(1, 2);
}

.btn-more::after {
    clear: both;
}

.page-event .mv{
  padding:15px 0;
}

.page-event h1{
  font-size: 36px;
  color: #333333;
  font-weight: 400;
  margin: 20px 0px;
  text-align: left;
  border-bottom:none;
}

.page-event .cont{
  margin-top:15px;
}

.page-event h2{
  font-size:18px;
  border-bottom: 3px solid #0d2555;
  padding: 10px 0px;
}

.page-event .read{
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
  font-weight: 400;
  padding-right: 1em;
  padding:10px 1em 0px 1em;
}

.page-event .list__dl > li +li{
  margin-top:30px;
}

.page-event .list__dl .dt{
  font-weight: bold;
  line-height: 1.2;
}

.page-event .caution{
  font-size:12px;
  color:#931537;
  line-height: 1.2;
  position: relative;
  padding-left:1em;
}

.page-event .caution:before{
  content:'※';
  position: absolute;
  left:0;
  right:auto;
  top:0;
  bottom:0;
  margin:auto auto;
}
.page-event .list__caution.u-mt{
  margin-top:15px;
}
.page-event .list__caution > li{
  position: relative;
  padding-left:1em;
}

.page-event .list__caution > li:before{
  content:'※';
  position: absolute;
  left:0;
  right:auto;
  top:0;
  bottom:0;
  margin:auto auto;
}

.page-event .list__caution > li + li{
  margin-top:5px;
}

.page-event .column_2{
  display: flex;
  justify-content: space-between;
}

.page-event .column_2 .column_2__txt{
  width:570px;
}

.page-event .column_2 .column_2__img{
  width:180px;
  margin-left:20px;
}

.page-event .column_2 .column_2__img .img + .img{
  margin-top:30px;
}

.page-event .btn{
  display:block;
  width:320px;
  margin:auto;
  margin-top:30px;
  margin-bottom:30px;
  background-color: #000;
  color:#fff;
  text-align: center;
  font-size: 14px;
  padding:15px 0;
}

.page-event .link__txt{
  text-decoration: underline;
}

.page-event .list__nest--parent >li{
  padding-left:14px;
  position:relative;
}

.page-event .list__nest--parent >li::before{
  content:'';
  position: absolute;
  top:8px;
  bottom:auto;
  left:0;
  right:auto;
  margin:auto auto;
  width:8px;
  height:8px;
  background-color: #333;
  display: block;
  border-radius: 100%;
}

.page-event .list__nest--child{
  margin-top:5px;
}

.page-event .list__nest--child > li{
  padding-left:14px;
  position:relative;
  font-size:14px;
}

.page-event .list__nest--child > li + li{
  margin-top:2px;
}

.page-event .list__nest--child >li::before{
  content:'';
  position: absolute;
  top:8px;
  bottom:auto;
  left:0;
  right:auto;
  margin:auto auto;
  width:4px;
  height:4px;
  background-color: #333;
  display: block;
  border-radius: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .gloval-navi .hover-menu::before {
        top: -8px;
    }
}

@media all and (-ms-high-contrast: none) {
    .rk-slide-item-metadata .meta-title {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content_list .title span {
        display: block;
    }
}

@supports (-ms-ime-align:auto) {}

@media screen and (max-width: 1125px) {
    .gloval-navi {
        text-align: left;
    }
}
@media screen and (max-width: 834px) {
    .wrapper_inner {
        display: block;
        /*padding-bottom: 50px;*/
        padding-bottom: 36px;
    }
    
    .header-inner {
        justify-content: space-between;
        width: 100%;
        height: 74px;
    }

    .header-left,
    .header-right-sp {
        display: flex;
    }

    .header-right {
        display: none;
    }

    .header-logo {
        height: 48px;
    }

    .gloval-navi {
        display: none;
    }

    .sp-overlay1,
    .sp-overlay2 {
        /*display: flex;*/
        display: none;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .4);
        position: fixed;
    }

    .sp-overlay1.active,
    .sp-overlay2.active {
        display: flex;
    }

    .sp-overlay1 .sp-menu {
        color: #fff;
        background-color: #0a2656;
        width: 316px;
        height: 100vh;
        padding: 24px;
        transform: translateX(-316px);
        transition: all .3s;
    }

    .sp-overlay1 .sp-menu.active {
        transform: translateX(0px);
    }

    .sp-overlay1 .sp-menu .close-btn {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        color: transparent;
    }

    .sp-overlay1 .sp-menu .close-btn::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        transform: rotate(45deg);
    }

    .sp-overlay1 .sp-menu .close-btn::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 2px;
        background-color: #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        transform: rotate(-45deg);
    }

    .sp-overlay2 .sp-search-wrapper {
        display: flex;
        padding: 20px;
        padding-top: 64px;
        width: 100%;
        height: 100vh;
    }

    .sp-overlay2 .sp-search-wrapper .sp-search-box-wrapper {}

    .sp-overlay2 .sp-search-wrapper .sp-search-box-wrapper .sp-search-box {
        width: calc(100vw - 40px - 40px);
        height: 40px;
    }


    .sp-overlay2 .sp-search-wrapper .sp-search-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #0a2656;
    }

    .main-wrapper {
        width: 100%;
    }

    .sp-overlay2 .sp-search-wrapper .sp-search-btn img {
        width: 21px;
    }

    .rk-slider {
        width: 100% !important;
        max-width: 100% !important;
    }

    .rk-slide-item-metadata {
        flex-direction: column-reverse;
        align-items: flex-start;
        height: 60px;
        padding: 6px 14px;
        justify-content: space-around;
    }

    .rk-slider .slick-dots {
        visibility: visible !important;
    }

    .rk-slide-item .rk-slide-image {
        height: 58vw;
    }

    .meta-category {
        font-size: 12px;
        letter-spacing: 0px;
        padding: 0px 4px;
        line-height: 20px;
        height: 21px;
        min-width: 5em;
    }

    .meta-date {
        font-size: 12px;
        width: 7em;
        height: 21px;
        line-height: 21px;
    }

    .meta-title {
        font-size: 12px;
        max-width: initial;
    }

    .top-section_wrapper {
        margin: auto;
        width: 100%;
        padding: 0px 15px;
        display: flex;
        flex-direction: column;
    }

    .top-section_wrapper h2 span {
        font-size: 18px;
    }

    .top-section_wrapper h2 a {
        display: none;
    }

    .content_list {
        flex-direction: column;
    }

    .content_list .list_item,
    .list_row2 .list_item {
        width: 100%;
        margin-right: 0px;
    }

    .content_list .list_item.no-border {
        padding-bottom: 0px;
    }

    .content_list .title span {
        min-height: auto;
    }

    .video-media iframe {
        /*
        width: 100% !important;
        height: auto !important;
        */
    }

    .main-content {
        width: 100% !important;
        margin: 0px;
    }

    .main-wrapper {
        flex-direction: column;
    }

    .btn-more-sp {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        width: 100%;
        height: 40px;
        background-color: #efe8de;
    }

    .btn-more-sp::before {
        position: absolute;
        content: ">";
        margin: auto;
        top: 0;
        bottom: 0;
        right: 14px;
        transform: scale(1, 2);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aside-wrapper {
        width: 100%;
    }

    .aside-wrapper section {
        margin: auto;
        width: 100%;
        padding: 0px 15px 24px 15px;
        display: flex;
        flex-direction: column;
    }

    .aside-wrapper .list_aside {
        flex-direction: column;
    }

    .aside-ranking_wrapper .list_aside_item {
        width: 100%;
        max-width: none;
        margin-right: 0;
        display: flex;
    }

    .list_aside_link {
        display: flex;
    }

    .list_aside_cate {
        margin-bottom: 0px !important;
    }

    .aside-ranking_wrapper h3 a {
        display: none;
    }

    .list_banner {
        padding: 0px 8px 24px 8px;
    }

    .footer-link-section {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footer-link.left {
        width: 100%;
    }

    .footer-link.right {
        width: 100%;
    }

    .footer-link dd {
        flex-direction: column;
        width: 100%;
    }

    .footer-link-list dd {
        display: none;
    }

    .footer-link-list dd div {
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #95a1b6;
        width: 100%;
        padding-top: 0px;
    }

    .footer-link-list dd a {
        display: inline-block;
        box-sizing: border-box;
        width: 50%;
        border-right: 1px solid #95a1b6;
        border-bottom: 1px solid #95a1b6;
        padding: 14px 0px 14px 16px;
    }

    .footer-link-list dd a:nth-child(even) {
        border-right: none;
    }

    .footer-link-list dd a:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .footer-link-list dd a:nth-last-child(2):nth-child(even) {
        border-bottom: 1px solid #95a1b6;
    }

    .footer-link > dt.footer-link-header {
        font-size: 14px;
        text-align: center;
        padding: 14px 0px;
        font-weight: bold;
    }

    .footer-link-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-link-list dt {
        position: relative;
        width: 100%;
        border-bottom: 1px solid #95a1b6;
        padding: 14px 23px 14px 12px;
        overflow: hidden;
    }

    .footer-link-list dt::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        margin: auto;
        right: 15px;
        top: 0px;
        bottom: 0;
        transform: rotate(48deg);
        transform-origin: 100% 100%;
        /*
        position: absolute;
        content: ">";
        margin: auto;
        right: 14px;
        transform: scale(.8, 2);
        width: 8px;
        height: 16px;
        background-color: transparent;
        left: auto;
        font-weight: normal;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        */
    }
    
    .footer-link-list dt::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        margin: auto;
        right: 15px;
        top: 0px;
        bottom: 0;
        transform: rotate(-48deg);
        transform-origin: 100% 0%;
    }

    .footer-link-list dt.half {
        width: 50%;
        border-right: 1px solid #95a1b6;
        display: flex;
        align-items: center;
    }

    .footer-link-list dt.half:nth-child(even) {
        border-right: none;
    }

    .footer-link-list dd a::before {
        position: absolute;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        margin: auto;
        right: 15px;
        left: auto;
        top: 0px;
        bottom: 0;
        transform: rotate(48deg);
        transform-origin: 100% 100%;
    }
    
    .footer-link-list dd a::after {
        position: absolute;
        content: "";
        width: 8px;
        height: 1px;
        background-color: #fff;
        margin: auto;
        right: 15px;
        top: 0px;
        bottom: 0;
        transform: rotate(-48deg);
        transform-origin: 100% 0%;
    }

    .footer-link-list dt.accordion::before {
        position: absolute;
        content: "";
        margin: auto;
        top: 0;
        bottom: 0px;
        right: 13px;
        width: 11px;
        height: 1px;
        background-color: #fff;
        transform: scale(1);
    }

    .footer-link-list dt.accordion::after {
        position: absolute;
        content: "";
        margin: auto;
        top: 0;
        bottom: 0px;
        right: 18px;
        width: 1px;
        height: 11px;
        background-color: #fff;
        transform: scale(1);
    }

    .footer-link-list dt.accordion.active::after {
        content: none;
    }

    .footer-wrapper {
        padding: 16px 0px 36px 0px;
        width: 100%;
        min-width: 100%;
    }

    .footer-logo-section {
        padding-bottom: 20px;
    }

    .footer-logo-section a {
        display: contents;
    }

    .footer-logo {
        width: 44%;
        margin: 24px 0px;
    }


    .footer-link.right .footer-link-header {
        margin-top: 28px;
    }

    .breadcrumb {
        display: block;
        padding: 0px 15px;
        overflow-x: scroll;
        min-width: initial;
        cursor: pointer;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .list_breadcrumb {
        display: flex;
        width: fit-content;
    }

    .list_breadcrumb_item {
        display: flex;
        align-items: center;
        position: relative;
    }

    .breadcrumb_link {
        color: #000;
        display: inline-block;
        position: relative;
        font-size: 11px;
        white-space: nowrap;
    }

    .article_list li:first-of-type,
    .article_list li:nth-of-type(5),
    .article_list li:nth-of-type(10) {
        border-top: none !important;
    }

    .listpage_heading {
        background-color: transparent;
        padding: 6px 0px;
        font-size: 18px;
        margin: auto;
        margin-bottom: 0px;
        width: calc( 100% - 20px );
        border-bottom: 2px solid #0d2555;
    }

    .listpage_heading_span {
        font-size: 12px;
    }

    .article_list {
        margin-bottom: 6px;
        padding: 0px 15px;
    }
    
    .article_list > p{
        margin-top: 12px;
    }

    .article_list_img img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .article_list_img {
        width: 120px !important;
    }

    .article_list_ttl {
        line-height: 18px;
        font-size: 14px;
        max-height: 38px;
    }

    .aside-ranking_wrapper:first-child .aside_heading {
        padding-top: 14px;
    }

    input[type="text"],
    textarea {
        font-size: 16px !important;
        padding: 4px 8px;
    }

    .page-about .listpage_heading {
        width: calc(100% - 8px * 2);
        padding: 8px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        margin: auto;
    }

    .page-about .about-section1,
    .page-about .about-section2,
    .page-about .about-section3 {
        padding: 0px 15px;
    }

    .about-paragraph {
        width: 100%;
        margin-bottom: 24px;
    }

    .about-paragraph .left {
        width: calc(100% - 100px);
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        font-weight: 400;
    }

    .about-paragraph .right {
        width: 100px;
    }

    .page-about .about-section1 h2 {
        font-size: 26px;
        color: #333333;
        font-weight: 400;
        text-align: center;
        margin: 24px 0px;
    }

    .for-sp {
        display: block;
    }

    .page-about .about-section2 h2,
    .page-about .about-section3 h2,
    .contact-section2 h2 {
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        font-weight: 700;
        padding-left: 16px;
    }

    .about-qa {}

    .about-qa dt {
        font-size: 14px;
    }

    .about-qa dd {
        font-size: 14px;
        margin-bottom: 1.5em;
    }

    .about-snslinks {}

    .about-snslinks li {
        width: 100%;
    }

    .about-snslinks li a {}

    .about-snslinks li a .left {
        width: 100px;
        align-items: center;
    }

    .about-snslinks li a .left img {
        width: 60px;
    }

    .about-snslinks li a .right {
        width: calc(100% - 100px);
        padding-right: 1em;
    }

    .about-snslinks li a .right h5 {}

    .main.page-about {
        padding-bottom: 0px;
    }

    .about-snslinks li a .right p {}

    .page-contact h1 {
        width: calc(100% - 8px * 2);
        padding: 8px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        margin: auto;
    }

    .contact-section1 {
        padding: 12px 8px;
    }

    .contact-section1 p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        font-weight: 400;
    }

    .main {
        width: 100% !important;
        padding-bottom: 0px;
    }

    .contact-section1 .mailto {
        width: 100%;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 12px 0px;
    }

    .contact-section1 .mailto img {
        width: 28px;
        margin-right: 10px;
    }

    .contact-section1 .attention li {
        font-size: 13px;
    }

    .contact-section2 {
        padding: 0px 8px;
    }

    a[href^="tel:"] {
        pointer-events: auto;
    }

    a.fax {
        pointer-events: none;
    }

    .contact-section2 p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        font-weight: 400;
    }

    .contact-section2 .contact-contact {}

    .contact-section2 .contact-contact li {
        margin: 12px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-section2 .contact-contact li div {}

    .contact-section2 .contact-contact .head {
        font-size: 13px;
        letter-spacing: 1px;
        color: #333333;
        font-weight: 700;
        width: 34px;
    }

    .contact-section2 .contact-contact a {
        font-size: 24px;
    }

    .contact-section2 .contact-contact .reception-time {
        padding-left: 34px;
        font-size: 12px;
    }

    .contact-section2 .contact-contact li div {
        justify-content: center;
    }

    .main.page-about,
    .main.page-contact,
    .main.page-ad,
    .main.page-recruit {
        width: 100% !important;
    }
    
    .main.page-about:last-child,
    .main.page-contact:last-child,
    .main.page-ad:last-child,
    .main.page-recruit:last-child {
        /*padding-bottom: 48px;*/
        padding-bottom: 0px;
    }
  
    .page-ad h1 {
        width: calc(100% - 8px * 2);
        padding: 8px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        margin: auto;
    }

    .ad-section1 {
        padding: 12px 8px;
    }

    .ad-section1 p {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        font-weight: 400;
    }

    .ad-section1 .mailto {
        width: 100%;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 12px 0px;
    }

    .ad-section1 .mailto img {
        width: 28px;
        margin-right: 10px;
    }

    .ad-section1-inner {
        padding: 15px 0px;
    }

    .ad-section1-inner h2 {
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        font-weight: 700;
        padding-left: 16px;
    }

    .file-list {
        margin-left: .5em;
    }

    .file-list li a {
        font-size: 15px;
        line-height: 28px;
        color: #333333;
        font-weight: 400;
    }

    .file-list li {
        margin: 4px 0px;
        margin-left: 1em;
    }

    .main.page-ad {
        padding-bottom: 0px;
    }

    .page-recruit h1 {
        width: calc(100% - 8px * 2);
        padding: 8px 0px;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        margin: auto;
    }

    .recruit-section1 {
        padding: 12px 8px;
    }


    .job-description {
        flex-direction: column;
        margin-top: 0px;
    }

    .job-description dt {
        display: block;
        width: 100%;
        font-size: 14px;
        margin: 10px 0px;
    }

    .job-description dd {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .job-description dd p {}

    .job-description dd ul {
        padding-left: 1.5em;
    }

    .job-description dd ul li {}

    .job-description dd .attention {
        font-size: 12px;
        line-height: 16px;
    }

    .job-description .mailto {
        width: 100%;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 12px 0px;
    }

    .job-description .mailto img {
        width: 28px;
        margin-right: 10px;
    }

    .contact-section1 .mailto,
    .ad-section1 .mailto,
    .job-description .mailto {
        height: 70px;
    }

    /*
    .btn-more-sp {
        position: relative;
        color: #fff;
        background-color: #000;
        display: inline-block;
        width: 195px;
        height: 42px;
        line-height: 42px;
        margin: 16px auto;
        font-size: 14px;
        text-align: center;
    }
    */

    .btn-more-sp::before {
        content: ">";
        position: absolute;
        color: #fff;
        color: #000;
        margin: auto;
        top: 13px;
        bottom: 0;
        right: 16px;
        transform: scale(.8, 1.5);
        height: 1em;
        padding: 0px;
        margin: 0px auto;
    }

    .aside-ranking_wrapper .btn-more-sp::before {
        color: #000;
    }

    .magazine h4 span,
    .backnumber_wrapper h4 span {
        font-size: 16px;
    }

    .backnumber_wrapper h4 a {
        display: none;
    }

    .backnumber_wrapper .btn-more-sp {
        width: 100%;
        height: 40px;
        background-color: #efe8de;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
    }

    .backnumber_wrapper .btn-more-sp::before {
        color: #000;
        transform: scale(.8, 2);
    }

    .post_article {
        padding: 0px 15px;
    }

    .author_box {
        padding: 8px;
    }

    .author_box .box-top .left {
        width: 100px;
    }

    .author_box .box-top .left img {
        width: 100px;
    }

    .author_box .box-top .right {
        width: calc(100% - 100px);
        padding-left: 8px;
    }

    .author_box .name {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .author_box .name .kana {
        font-size: 12px;
    }

    .author_box .affiliation {
        font-size: 12px;
        margin: 8px 0px;
    }

    .author_box .profile {
        font-size: 12px;
        line-height: 16px;
    }

    .author_box .btn-more {
        width: 100%;
        height: 40px;
        background-color: #efe8de;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8px;
    }

    .author_box .btn-more::before {
        color: #000;
        transform: scale(.8, 2);
        right: 10px;
    }

    .backnumber_box {
        padding: 8px;
    }

    .backnumber_box .box-top .left {
        width: 100px;
    }

    .backnumber_box .box-top .left img {
        width: 100px;
    }

    .backnumber_box .box-top {
        padding: 0px;
    }

    .backnumber_box .right {
        width: calc(100% - 100px);
        padding-left: 8px;
    }

    .for-pc {
        display: none !important;
    }

    .backnumber_box .number {
        font-size: 15px;
    }

    .backnumber_box .title {
        font-size: 12px;
    }

    .backnumber_box .overview {
        font-size: 12px;
        line-height: 16px;
    }

    .backnumber_box .btn-buy {
        width: 100%;
        height: 40px;
        color: #fff;
        background-color: #0a2657;
        margin: 0px;
        margin-top: 8px;
    }


    .series_item .article_list_img {
        width: 78px;
        height: 78px;
    }

    .series_item .article_list_img img {
        width: 78px !important;
        height: 78px !important;
    }

    .series_item .article_list_img::before {
        width: 78px;
        height: 78px;
    }

    .series_item .article_list_img::after {
        width: 78px;
        height: 78px;
    }

    .footer-link-list {
        margin-top: 0px;
    }
    
    .main .article_list_link {
    }

    .main .list_aside_img {
        width: 120px !important;
    }

    .main .list_aside_img img {
        width: 80px !important;
        height: 80px !important;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    .main .article_list_item .article_list_link:before {
    }
    
    .authorprofile_img {
        width: 100px;
        margin-right: 10px;
    }

    .authorprofile_txt {
        width: calc( 100% - 100px );
    }
    
    .authorprofile_name {
    }

    .authorprofile {
        padding: 15px;
        margin: 0px 10px
    }

    .authorprofile_name p:first-of-type{
        font-size: 15px;
    }

    .authorprofile_name p:last-of-type{
        font-size: 12px;
    }

    .author_intro {
        font-size: 12px;
        letter-spacing: 0px;
        line-height: 16px;
        color: #333333;
    }
    
    .list_item_width_thum_wrapper,
    .list_item_width_thum_wrapper img {
        width: 80px;            
        height: 80px;
    }

    .aside-ranking_wrapper h3 span {
        font-size: 14px;
    }
 
    .video-media li {
        width: 100%;
    }
    
    .wrapper_inner {
        padding-top: 10px;
    }
    
    #top-youtube {
        padding: 0px;
    }
    
    #top-youtube:last-child {
        margin-bottom: 0px;
    }
    
    .author_box .box-bottom {
        margin-top: 2px;
    }
    
    .footer-link-section a {
        padding: 15px 23px 15px 12px;
        display: block;
        width: 100%;
    }
    
    .footer-link-section dt {
        padding: 0px;
    }

    .metadata_author {
        font-size: 15px;
        line-height: 20px;
    }
    
    .post_metadata_right {
        height: 40px;
    }
    
    .slick-dots {
        visibility: visible;
    }
    
    .aside-ranking_wrapper.side-magazine,
    .aside-ranking_wrapper.side-books {
        padding-bottom: 0px;
    }
    
    .author_box_wrapper {
        padding: 0px 15px;
        margin-bottom: 15px;
    }
    
    .aside-ranking_wrapper h3 {
        padding: 8px 0px;
    }
    
    .top-section_wrapper .btn-more-sp,
    .side-ranking .btn-more-sp {
        margin-top: 10px;
    }
    
    .top-section_wrapper {
        margin-bottom: 20px;   
        padding-bottom: 0px;
    }
    
    .list_item_width_thum_wrapper + .list_item_detail {
        padding-right: 0px;
    }
    
    .post_write .wp-caption {
        width: auto!important;
    }
    
    .errorpage-wrapper {
        padding: 16px 15px;
    }

    .errorpage-wrapper img {
        margin-bottom: 16px;
    }

    .errorpage-wrapper h1 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .errorpage-wrapper p {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 16px;
    }

    .errorpage-wrapper .btn-more {
        width: 100%;
        margin-bottom: 16px;
    }

    .errorpage-wrapper .btn-more::before {
    }
    
    .topbar_banner {
        width: 100%;
        padding: 0px 15px;
        margin: 16px 0px;
    }
    
    .rectangle-1st {
        padding: 0px 15px;
        margin: 16px 0px;
    }

    .rectangle-1st-yahoo {
        display: none;
    }

    .rectangle-1st-google {
        display: inherit;
    }

    .rectangle-2nd {
        padding: 0px 15px;
        margin: 16px 0px;
    }
    
    .infeed-1st,
    .infeed-2nd {
        display: block;
        width: 100%;
        margin: 10px 0px;
    }
    
    .kiji-rect {
        display: flex;
        width: 100%;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        margin: 16px 0px;
        margin-bottom: 0px;
        padding: 0px;
    }

    .kiji-rect-left,
    .kiji-rect-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 16px;
    }

    .kiji-rect-left-yahoo {
        display: inherit;
    }

    .kiji-rect-left-google {
        display: none;
    }

    .top-information {
        padding: 0px 15px;
    }

    .top-information h2 {
        font-size: 13px;
    }

    .top-information p {
        font-size: 11px;
        line-height: 14px;
    }
    
    .photolibrary-navi {
        padding: 18px 42px;
    }
    
    .photolibrary-list-prev-btn {
        display: flex!important;
        left: -15px;
    }
    .photolibrary-list-next-btn {
        display: flex!important;
        right: -15px;
    }
    
    .photolibrary-navi-prev-btn,
    .photolibrary-navi-next-btn {
    }
    
    .photolibrary-navi-head {
        font-size: 14px;
    }
    
    .post_write blockquote {
        font-size: 14px;
        line-height: 19px;
        color: #333333;
        font-weight: 400;
        padding: 30px 12px;
        margin: 18px 0px;
    }

    .post_write blockquote::before {
        left: 8px;
    }

    .post_write blockquote::after {
        right: 8px;
    }
    .page-event h1{
      font-size: 26px;
      margin: 24px 0px;
    }
    .page-event h2{
      font-size: 16px;
    }
    .page-event .read{
      font-size: 14px;
      line-height: 20px;
    }
    .page-event .column_2{
      flex-direction: column-reverse;
    }
    
    .page-event .column_2 .column_2__txt{
      width:100%;
      margin-top:15px;
    }
    
    .page-event .column_2 .column_2__img{
      width: 100%;
      margin-left: 0;
      max-width: 500px;
      margin: auto;
    }
    .page-event h1,
    .page-event .page-event__inner{
      padding:0 15px;
    }
    .page-event dl > div +div{
      margin-top:15px;
    }
    .page-event .list__nest--parent > li::before{
      top:6px;
    }
    .page-event .list__nest--child > li{
      font-size:12px;
      padding-left:10px;
    }
    .page-event .list__nest--child{
      margin-top:3px;
    }
    .page-event .list__nest--child >li::before{
      
    }
}