/* PC */

body {
    width: 100%;
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE */
_:-ms-input-placeholder, :root body {
    width: auto;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

article {
    margin-top: 20px;
}

.display_pc {
    display: block;
}

.display_sp {
    display: none;
}

.font-orange {
    color: #d35e00;
}

.main-area,
.pr-main-area,
.jack-main-area {
    margin: 13px auto 0;
    overflow: hidden;
}

.post-area,
.pr-post-area,
.jack-post-area {
    float: left;
}

/* ジャック広告 */
.jack-header-area,
.jack-footer-area,
.overlay-footer-area {
    width: 100%;
    height: 90px;
    padding: 8px 0;
}

.jack-header-area {
    background-color: #e2e2e2;
}

.jack-footer-area,
.overlay-footer-area {
    position: sticky;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    z-index: 9998;
}

.overlay-footer-area {
    min-width: 1380px;
}

.jack-header-position,
.jack-footer-position,
.overlay-footer-position {
    width: 1250px;
    height: 90px;
    margin: 0 auto;
    background-color: #ffffff;
}

.left-sidebar-left-jack {
    width: 280px;
    margin-right: 30px;
}

.right-sidebar-right-jack {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 280px;
    margin-right: auto;
}

.jack-header-position > a img,
.jack-footer-position > a img,
.overlay-footer-position > a img {
    display: block;
    width: 100%;
    height: auto;
}

.jack-header-position > a:hover,
.jack-footer-position > a:hover,
.overlay-footer-position > a:hover {
    opacity: 0.5;
}

.jack-left-sidebar {
    float: left;
    display: flex;
    align-items: flex-start;
    width: 490px;
}

.jack-right-sidebar {
    float: right;
    display: flex;
    align-items: flex-start;
    width: 610px;
}

.single_menu_load {
    visibility: hidden;
    position: absolute;
    bottom: 0;
}

.single_menu_load_overlay {
    bottom: 108px;
}

.single_menu_load_width {
    width: 140px;
}

.single_menu_load_width_jack {
    width: 280px;
}

.single_menu_load > div {
    width: 100%;
    height: calc(100% - 37px);
    padding-top: 37px;
}

.single_menu_box {
    position: sticky;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 19px;
    left: 0;
    z-index: 9999;
}

@media screen and (min-width: 1871px) {

    .jack-main-area {
        width: 1870px;
    }

    .jack-post-area {
        width: 710px;
        margin: 0 30px;
    }

}

@media screen and (min-width: 1660px) and (max-width: 1870px) {

    .jack-post-area {
        width: calc(100% - 1140px);
        max-width: 710px;
        min-width: 520px;
        margin: 0 20px;
    }

}

/* windows用 */
@media screen and (max-width: 1676px) {

    .win .jack-header-area,
    .win .jack-footer-area,
    .win .jack-main-area {
        width: 1660px;
    }

    .win .jack-post-area {
        width: 520px;
        margin: 0 20px;
    }

}

@media screen and (max-width: 1660px) {

    .jack-header-area,
    .jack-footer-area,
    .jack-main-area {
        width: 1660px;
    }

    .jack-post-area {
        width: 520px;
        margin: 0 20px;
    }

}
/* ジャック広告 - END */

@media screen and (min-width: 1591px) {

    .main-area {
        width: 1590px;
    }

    .post-area {
        width: 710px;
        margin: 0 30px;
    }

}

@media screen and (min-width: 1381px) and (max-width: 1590px) {

    .post-area {
        width: calc(100% - 860px);
        max-width: 710px;
        min-width: 520px;
        margin: 0 20px;
    }

}

/* windows用 */
@media screen and (max-width: 1396px) {

    .win .main-area {
        width: 1380px;
    }

    .win .post-area {
        width: 520px;
        margin: 0 20px;
    }

}

@media screen and (max-width: 1380px) {

    .main-area {
        width: 1380px;
    }

    .post-area {
        width: 520px;
        margin: 0 20px;
    }

}

/* PRコンテンツ 可変幅 */
@media screen and (min-width: 1251px) {

    .pr-main-area {
        width: 1250px;
    }

    .pr-post-area {
        width: 445px;
        margin: 0 30px;
    }

}

@media screen and (min-width: 1051px) and (max-width: 1250px) {

    .pr-main-area::before {
        content: '';
        float: left;
        width: calc((100% - 1141px) / 2);
        padding-top: 1px;
    }

    .pr-main-area::after {
        content: '';
        float: right;
        width: calc((100% - 1141px) / 2);
        padding-top: 1px;
    }

    .pr-post-area {
        width: calc(100% - 696px);
        max-width: 445px;
        min-width: 354px;
        margin: 0 20px;
    }

}

@media screen and (max-width: 1050px) {

    .pr-main-area {
        width: 1050px;
    }

    .pr-post-area {
        width: 354px;
        margin: 0 20px;
    }

}
/* PRコンテンツ 可変幅 - END */

.top-notice-link {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.top-notice-link a {
    color: #000000;
}

.top-notice-link a:hover {
    color: #039;
    text-decoration: underline;
}

.search-area {
    width: calc(100% - 20px);
    background-color: #f4f6f9;
    margin-top: 5px;
    padding: 9px 10px;
}

.search-bar-position {
    min-height: 30px;
}

.search-input-area {
    display: flex;
    align-items: center;
}

.search-input-area .search-input {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
}

.search-input-area .search-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
}

.search-input-area .search-input input {
    width: 100%;
    height: 30px;
    border: 1px solid #0041b2;
    margin: 0;
    padding: 5px 30px 5px 9px;
    outline: none;
    font-size: 16px;
}

.search-input-area .search-input input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-input-area .search-input input::-ms-clear {
    visibility: hidden;
}

.search-input-area .search-input .clear-btn {
    position: absolute;
    display: none;
    width: 13px;
    height: 13px;
    background-image: url('../img/search-x-icon.png');
    right: 8px;
    cursor: pointer;
}

.search-input-area .search-input .clear-btn:hover {
    background-image: url('../img/search-x-icon-hover.png');
}

_:-ms-input-placeholder, :root .search-input-area .search-input .clear-btn {
    top: 8.5px;
}

.search-input-area .search-submit input {
    width: 100%;
    height: 30px;
    border-top: 1px solid #0041b2;
    border-right: 1px solid #0041b2;
    border-bottom: 1px solid #0041b2;
    border-left: 0;
    border-radius: 0 3px 3px 0;
    margin: 0;
    padding: 0;
    background-color: #0041b2;
    font-size: 0;
    cursor: pointer;
}

.search-input-area .search-submit input:hover {
    opacity: 0.5;
    background-color: #0041b2;
    border: 1px solid #0041b2;
}

.search-input-area .search-submit svg {
    position: absolute;
    fill: #FFFFFF;
    z-index: 2;
}

_:-ms-input-placeholder, :root .search-input-area .search-submit svg {
    top: 8.5px;
    left: calc(50% - 6.5px);
}

.text-center {
    text-align: center;
}

.attention-tags-list {
    display: flex;
    align-items: flex-start;
}

.attention-tags-list > h3 {
    width: 60px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 11.5px;
}

.attention-tags-list > ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
}

.attention-tags-list > ul li {
    margin-top: 10px;
    margin-left: 10px;
}

.attention-tags-list > ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    font-weight: bold;
    color: #ffffff;
    background-color: #9fa4ab;
    border-radius: 2px;
}

.attention-tags-list > ul li a:hover {
    opacity: 0.5;
}

.attention-tags-list > ul li a h4 {
    font-size: 12px;
    line-height: 1;
}

.sp-btn-mail-magazine {
    display: none;
}

.top-pr-slider-area {
    margin: 11px 0;
	min-height: 30px;
}

#top-pr-slider {
    display: none;
    line-height: 1;
}

#top-pr-slider .slick-list {
    overflow: hidden;
}

#top-pr-slider .slick-track {
    display: flex;
}

#top-pr-slider-dots {
    margin-top: 7px;
}

#top-pr-slider-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#top-pr-slider-dots .slick-dots li {
    display: inline-flex;
}

#top-pr-slider-dots .slick-dots li:nth-of-type(n+2) {
    margin-left: 10px;
}

#top-pr-slider-dots .slick-dots li button {
    border: none;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    background-color: #d5d7db;
}

#top-pr-slider-dots .slick-dots li.slick-active button {
    background-color: #9fa4ab;
}

#top-pr-slider-arrows {
    display: none;
}

#top-pr-slider li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

#top-pr-slider li::before {
    content: '<PR>';
    font-size: 10px;
    padding-right: 6px;
    color: #ad001d;
    font-weight: bold;
}


#top-pr-slider li a {
    color: #ad001d;
    font-weight: bold;
    line-height: 1;
}

#top-pr-slider li a:hover {
    opacity: 0.5;
}

.sp-pr-posts {
    display: none;
}

.sp-pr-application-btn {
    display: none;
}

.post-list-title {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background-color: #0041b2;
}

.post-list-title h2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
}

.post-list-title a {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background-color: #ffffff;
    border-radius: 2px;
    line-height: 1;
    font-weight: bold;
    font-size: 13px;
    margin-left: auto;
}

.post-list-title a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #9fa4ab;
    margin-right: 7px;
}

.post-list-title a:hover {
    opacity: 0.5;
}

.post-list {
    width: 100%;
}

.post-list li {
    padding-top: 10px;
}

.post-list li.new-post-advertisement {
    position: relative;
    margin-top: 10px;
    padding-top: 60px;
}

.post-list li.new-post-advertisement > div {
    position: absolute;
    top: 0;
    z-index: 2;
}

/* IE */
_:-ms-input-placeholder, :root .post-list li.new-post-advertisement > div {
    width: 100%;
    left: 0;
    text-align: center;
}

.post-list li.new-post-advertisement > div:hover {
    opacity: 0.5;
}

.post-list li > a:visited {
    color: #039;
}

.new-post-first {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b5b8bd;
    padding: 12px 0;
}

.new-post-first img {
    display: block;
    width: 166px;
    height: auto;
    margin-right: 25px;
}

.new-post-first-detail h3 {
    font-size: 18px;
    line-height: 1.2;
}

.new-post-tag-and-date {
    font-size: 12px;
    margin: 13px 0;
    line-height: 1;
    color: #b5b8bd;
}

.new-post-tag-and-date a {
    color: #0041b2;
    font-weight: bold;
}

.sp-new-post-tag-and-date {
    display: none;
}

.new-post-first-detail a:hover {
    opacity: 0.5;
}

.new-post-excerpt {
    font-size: 11px;
    color: #b5b8bd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.new-post-normal,
.new-post-check,
.new-post-prompt,
.new-post-detail,
.new-post-movie,
.new-post-up,
.new-post-pr {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
}

.new-post-normal > a {
    max-width: calc(100% - 83.75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-list .new-post-normal > a {
    max-width: calc(100% - 115px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-check > a {
    max-width: calc(100% - 113.16px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-prompt > a,
.new-post-detail > a,
.new-post-movie > a {
    max-width: calc(100% - 97.75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-up > a {
    max-width: calc(100% - 98.11px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-pr > a {
    max-width: calc(100% - 98.64px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-normal .movie-icon {
    width: calc(100% - 17px);
}

.new-post-check .movie-icon {
    width: calc(100% - 46.41px);
}

.new-post-prompt .movie-icon,
.new-post-detail .movie-icon,
.new-post-movie .movie-icon {
    width: calc(100% - 31px);
}

.new-post-up .movie-icon {
    width: calc(100% - 31.36px);
}

.new-post-pr .movie-icon {
    width: calc(100% - 31.89px);
}

.new-post-normal .movie-icon > a,
.new-post-check .movie-icon > a,
.new-post-prompt .movie-icon > a,
.new-post-detail .movie-icon > a,
.new-post-movie .movie-icon > a,
.new-post-up .movie-icon > a,
.new-post-pr .movie-icon > a {
    max-width: calc(100% - 93.75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#search-list .new-post-normal .movie-icon > a,
#search-list .new-post-check .movie-icon > a,
#search-list .new-post-prompt .movie-icon > a,
#search-list .new-post-detail .movie-icon > a,
#search-list .new-post-movie .movie-icon > a,
#search-list .new-post-up .movie-icon > a,
#search-list .new-post-pr .movie-icon > a {
    max-width: calc(100% - 124.74px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-post-normal > a:hover,
.new-post-check > a:hover,
.new-post-prompt > a:hover,
.new-post-detail > a:hover,
.new-post-movie > a:hover,
.new-post-up > a:hover,
.new-post-pr > a:hover,
.movie-icon > a:hover {
    color: #039;
    text-decoration: underline;
}

.new-post-normal {
    position: relative;
}

.new-post-normal::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background-color: #9fa4ab;
    margin-right: 5px;
}

.new-post-normal::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #ffffff;
    left: 4px;
}

/* IE */
_:-ms-input-placeholder, :root .new-post-normal::after {
    top: 16px;
}

.new-post-check::before {
    content: 'CHECK';
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 2px;
    background-color: #102e82;
    color: #ffffff;
    margin-right: 2px;
    line-height: 1;
}

.new-post-prompt::before {
    content: '速報';
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 2px;
    background-color: #970a31;
    color: #ffffff;
    margin-right: 3px;
    line-height: 1;
}

.new-post-detail::before {
    content: '詳報';
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 2px;
    background-color: #826210;
    color: #ffffff;
    margin-right: 3px;
    line-height: 1;
}

.new-post-movie::before {
    content: '動画';
    font-size: 10px;
    padding: 3px 4px;
    border-radius: 2px;
    background-color: #098214;
    color: #ffffff;
    margin-right: 3px;
    line-height: 1;
}

.new-post-up::before {
    content: 'UP';
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 2px;
    background-color: #098214;
    color: #ffffff;
    margin-right: 3px;
    line-height: 1;
}

.new-post-pr::before {
    content: 'PR';
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 2px;
    background-color: #9fa4ab;
    color: #ffffff;
    margin-right: 3px;
    line-height: 1;
}

.movie-icon {
    display: flex;
    align-items: center;
}

.movie-icon::after {
    content: '';
    width: 14px;
    height: 12px;
    background-image: url('../img/movie_icon.png');
    background-size: cover;
    margin-left: 13px;
}

.post-date {
    font-size: 10px;
    color: #888;
    margin-left: 8px;
}

/* IE */
_:-ms-input-placeholder, :root .post-date {
    font-size: 11px;
}

.new-post-advertisement {
    display: flex;
    justify-content: center;
}

.new-post-advertisement img {
    display: block;
}

.sp-new-post-advertisement,
.sp-title-advertisement {
    display: none;
}

.pagination-area,
.backnumber-pagination-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 26px;
    border-top: 1px solid #b5b8bd;
    padding-top: 5px;
}

.plt-pagination {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.plt-pagination li:nth-of-type(n+2) {
    margin-left: 5px;
}

.plt-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 8px;
    line-height: 1;
    border: 1px solid #333333;
    color: #333333;
    font-size: 14px;
    border-radius: 2px;
}

.plt-pagination li a:hover {
    color: #ffffff;
    background-color: #333333;
}

.plt-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 8px;
    line-height: 1;
    border: 1px solid #333333;
    color: #ffffff;
    background-color: #333333;
    font-size: 14px;
    border-radius: 2px;
}

.link-post-list-btn {
    display: flex;
    align-items: center;
    height: 29px;
    background-color: #ebeef2;
    font-size: 14px;
    padding: 0 9px 0 16px;
    font-weight: bold;
    border-radius: 2px;
    line-height: 1;
    margin-top: 10px;
    margin-left: auto;
}

.link-post-list-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #9fa4ab;
    margin-right: 7px;
}

.link-post-list-btn:hover {
    opacity: 0.5;
}

.post-all-pages {
    font-size: 14px;
    margin-top: 15px;
}

.post-cat-list-title {
    position: relative;
    border-top: 3px solid #0041b2;
    border-bottom: 1px solid #b5b8bd;
    padding: 13px 0 20px;
}

.date-list-title {
    position: relative;
    border-top: 3px solid #0041b2;
    border-bottom: 1px solid #b5b8bd;
    padding: 13px 0;
}

.post-cat-list-title::before,
.date-list-title::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #484847;
    top: -3px;
    right: 0;
}

.post-block h2,
.post-cat-list-title h2,
.date-list-title h2 {
    font-size: 17.5px;
}

.post-cat-list-title p {
    font-size: 13px;
    color: #484847;
    line-height: 1.8;
    margin-top: 15px;
}

.post-block {
    position: relative;
    border-top: 3px solid #0041b2;
    padding-top: 13px;
    margin-top: 40px;
}

.post-block::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #484847;
    top: -3px;
    right: 0;
}

.post-block .post-list li a {
    font-weight: bold;
}

.breadcrumb {
    font-size: 12px;
    padding: 9px 0;
    border-top: 1px solid #b5b8bd;
    border-bottom: 1px solid #b5b8bd;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumb ul li {
    color: #999999;
}

.breadcrumb ul li:nth-last-of-type(1) {
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb ul li a {
    color: #114eb7;
    text-decoration: underline;
}

.breadcrumb ul li a:hover {
    opacity: 0.5;
}

.breadcrumb ul li:nth-of-type(n+2)::before {
    content: '>';
    margin: 0 9px;
    color: #000000;
}

.post-title {
    padding: 16px 0;
}

.post-title h1 {
    font-size: 18px;
}

.post-title-info-area {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.post-title-info-area > p {
    font-size: 12px;
}

.post-title-info-area > p a {
    color: #114eb7;
}

.post-title-info-area > p a:hover {
    opacity: 0.5;
}

.post-title-info-area > ul {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.post-title-info-area > ul li:nth-of-type(n+2) {
    margin-left: 21px;
}

.post-title-info-area > ul li img {
    display: block;
}

.post-title-info-area > ul li img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.connection-keyword {
    padding-top: 6px;
    padding-bottom: 11px;
    border-top: 1px solid #b5b8bd;
    border-bottom: 1px solid #b5b8bd;
    font-size: 14px;
}

.connection-keyword > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.connection-keyword > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.connection-keyword > ul li {
    margin-right: 13px;
}

.connection-keyword > ul li:nth-of-type(n+2) a {
    padding: 3px 5px;
    border: 1px solid #0041b2;
    border-radius: 2px;
    color: #0041b2;
    line-height: 1;
}

.connection-keyword > ul li:nth-of-type(n+2) a:hover {
    opacity: 0.5;
}

.connection-keyword-title {
    font-weight: bold;
}

.connection-post-ad {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}

.connection-post-ad img {
    display: block;
}

.connection-post-ad iframe:hover {
    opacity: 0.5;
}

.share-area {
    padding-top: 30px;
    border-top: 1px solid #b5b8bd;
}

.share-area h2 {
    font-size: 17.5px;
    text-align: center;
}

.share-area-top {
    margin-top: 40px;
}

.sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.sns-list li img {
    display: block;
}

.sns-list li img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.sns-list li:nth-of-type(n+2) {
    margin-left: 32px;
}

.pr-ad {
    width: 320px;
    height: 50px;
    margin: 0 auto 20px;
}

.pr-ad img {
    display: block;
    width: 100%;
    height: auto;
}

.pr-ad img:hover {
    opacity: 0.5;
}

.pr-post-ad {
    display: flex;
    justify-content: center;
}

.pr-post-ad img {
    display: block;
}

.pr-post-ad img:hover {
    opacity: 0.5;
}

.seminar-event-list {
    position: relative;
    border-top: 3px solid #0041b2;
    border-bottom: 1px solid #b5b8bd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.seminar-event-list::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 3px;
    background-color: #484847;
    top: -3px;
    right: 0;
}

.sp-seminar-event-title {
    display: none;
}

.event-date-select {
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}

.event-date-select-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 9px 0 9px 2px;
    background-color: #ffffff;
}

.date-select-next-position {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b4b4b4;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
}

.date-select-next-position:hover {
    opacity: 0.5;
}

.date-select-next-position::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 1px;
}

_:-ms-input-placeholder, :root .date-select-next-position::before {
    top: 4px;
    right: 4px;
}

.date-select-next-position .slick-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

#event-date-select-list .slick-list {
    overflow: hidden;
    padding: 0 55% 0 0 !important;
}

#event-date-select-list {
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #a1a1a1;
}

#event-date-select-list li {
    text-align: center;
    cursor: pointer;
}

#event-date-select-list li:hover {
    opacity: 0.5;
}

#event-date-select-list li.slick-active {
    color: #0041b2;
    cursor: auto;
    opacity: 1;
}

.date-select-next-position .slick-prev {
    display: none !important;
}

.event-list li {
    display: flex;
}

.event-list li:nth-of-type(n+2) {
    margin-top: 10px;
}

.event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 7px;
    background-color: #0041b2;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 3px 0 0 3px;
}

.event-detail {
    width: calc(100% - 18px);
    padding: 10px 9px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0 3px 3px 0;
    font-size: 12.5px;
    font-weight: bold;
}

.event-detail a:hover {
    opacity: 0.5;
}

.event-list-area .slick-list {
    overflow: hidden;
}

.event-list-area .slick-track,
#event-date-select-list .slick-track {
    display: flex;
}

.sp-post-link-btn {
    display: none;
}

.sp-seminar-list {
    display: none;
}

.link-top,
.link-backnumber-top {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #b5b8bd;
    text-align: center;
}

.link-top a,
.link-backnumber-top a {
    color: #039;
    text-decoration: underline;
    font-size: 16px;
}

#sp-pr-slider .slick-list {
    overflow: hidden;
}

#sp-pr-slider .slick-track {
    display: flex;
}

#sp-pr-slider-dots .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-pr-slider-dots .slick-dots li {
    display: inline-flex;
}

#sp-pr-slider-dots .slick-dots li:nth-of-type(n+2) {
    margin-left: 10px;
}

#sp-pr-slider-dots .slick-dots li button {
    border: none;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    background-color: #d5d7db;
}

#sp-pr-slider-dots .slick-dots li.slick-active button {
    background-color: #9fa4ab;
}

#sp-pr-slider-arrows {
    display: none;
}

.trc_related_container {
    margin-top: 20px;
}

.gsc-control-cse {
    padding: 0 !important;
    background-color: #f4f6f9 !important;
    border: 0 !important;
}

form.gsc-search-box,
table.gsc-search-box {
    margin: 0 !important;
}

/* 旧検索バー */

/* .gsc-input {
    width: 80%;
    padding: 0 !important;
} */

/* input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #0041b2 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
} */

/* td.gsc-search-button {
    width: 20% !important;
} */

/* .gsc-search-button > button {
    width: 100% !important;
    height: 31px;
    margin: 0;
    border: 1px solid #0041b2;
    border-radius: 0 3px 3px 0;
    background-color: #0041b2;
} */

/* .gsc-search-button > button:hover {
    opacity: 0.5;
    background-color: #0041b2;
    border: 1px solid #0041b2;
    cursor: pointer;
} */

/* 旧検索バー - END */

.saizen-banner img {
    display: block;
    width: 100%;
    height: auto;
}

ul.saizenMenu {
    margin-top: 2px;
    overflow: hidden;
}

ul.saizenMenu li {
    width: calc(100% / 4);
    float: left;
    text-align: center;
    padding-left: 0;
    padding-bottom: 2px;
    background: none;
    margin-top: 0;
    border-bottom: solid 3px #fff;
}

ul.saizenMenu li a {
    display: block;
    border-right: solid 1px #ddd;
}

ul.saizenMenu li:last-child a {
    border-right: none;
}

ul.saizenMenu li.saizen-all:hover {
    border-bottom: solid 3px #ddd;
}

ul.saizenMenu li.saizen-topinterview:hover {
    border-bottom: solid 3px #a50808;
}

ul.saizenMenu li.saizen-jobsite:hover {
    border-bottom: solid 3px #0a5ec6;
}

ul.saizenMenu li.saizen-next-logi:hover {
    border-bottom: solid 3px #bbb714;
}

ul.saizenMenu li.saizen-all-active {
    border-bottom: solid 3px #ddd;
}

ul.saizenMenu li.saizen-topinterview-active {
    border-bottom: solid 3px #a50808;
}

ul.saizenMenu li.saizen-jobsite-active {
    border-bottom: solid 3px #0a5ec6;
}

ul.saizenMenu li.saizen-next-logi-active {
    border-bottom: solid 3px #bbb714;
}

div.saizenDescription p {
    font-size: 12px;
    color: #787878;
    line-height: 1.7;
    padding: 20px 20px 0;
}

#saizenSec {
    overflow: hidden;
    font-size: 0;
}

#saizenSec div.saizen-list {
    display: inline-block;
    width: calc((100% - 20px) / 2);
    vertical-align: top;
    margin-top: 15px;
    padding-top: 25px;
    border-top: solid 1px #CCC;
}

#saizenSec div.saizen-list:nth-child(odd) {
    padding-right: 20px;
}

#saizenSec div.saizen-list a {
    display: block;
}

#saizenSec div.saizen-list a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#saizenSec div.saizen-list div span {
    display: block;
    width: 100%;
    height: auto;
}

#saizenSec div.saizen-list img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#saizenSec div.saizen-list h3 {
    padding-top: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}

#saizenSec div.saizen-list p {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
}

.backnumber-message {
    margin: 1em 0;
    padding: 1em;
    background: #efefef;
    line-height: 1.47;
}

.backnumber-message a:hover {
    color: #039;
    text-decoration: underline;
}

.post-list-backnumber {
    overflow: hidden;
    margin-bottom: 4em;
}

.post-list-backnumber li {
    display: inline;
    width: 45%;
    float: left;
    font-size: 11px;
    color: #888;
    margin-top: 8px;
    padding-left: 16px;
    background: url('../img/ya.gif') no-repeat 0 0.27em;
}

.post-list-backnumber li a {
    font-size: 14px;
    line-height: 1.25;
}

.post-list-backnumber li a:hover {
    color: #039;
    text-decoration: underline;
}

.not_posts_message {
    margin-top: 20px;
}

.backnumber-advertisement {
    display: none;
}

.not-found-area {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.not-found-area > p {
    margin-top: 1em;   
}

.not-found-area > p a {
    color: #039;
}

.not-found-area > p a:hover {
    text-decoration: underline;
}

#secretmail {
    word-break: break-all;
}

#secretmail a:hover {
    color: #039;
    text-decoration: underline;
}

.sp-single-pr-posts {
    display: none;
}

.ad-height-60,
.ad-height-60-list > div {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

.sp-ad-height-100 {
    position: relative;
    padding-top: 100px;
}

.ad-height-150 {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.ad-height-250 {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 250px;
}

.pc-ad-height-250,
.sp-ad-height-250 {
    position: relative;
    padding-top: 250px !important;
}

.pc-ad-height-278 {
    position: relative;
    padding-top: 278px;
}

.ad-height-310 {
    position: relative;
    padding-top: 310px;
}

.ad-height-600 {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 600px;
}

.ad-height-1000 {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 1000px;
}

.ad-height-1200 {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 1200px;
}

.ad-height-60 > div,
.ad-height-60-list > div > div,
.sp-ad-height-100 > div,
.ad-height-150 > div,
.ad-height-250 > div,
.pc-ad-height-250 > div,
.sp-ad-height-250 > div,
.pc-ad-height-278 > div,
.ad-height-600 > div,
.ad-height-1000 > div,
.ad-height-1200 > div {
    position: absolute;
    top: 0;
    z-index: 2;
}

_:-ms-input-placeholder, :root .ad-height-60 > div,
_:-ms-input-placeholder, :root .ad-height-60-list > div > div,
_:-ms-input-placeholder, :root .sp-ad-height-100 > div,
_:-ms-input-placeholder, :root .ad-height-150 > div,
_:-ms-input-placeholder, :root .ad-height-250 > div,
_:-ms-input-placeholder, :root .pc-ad-height-250 > div,
_:-ms-input-placeholder, :root .sp-ad-height-250 > div,
_:-ms-input-placeholder, :root .pc-ad-height-278 > div,
_:-ms-input-placeholder, :root .ad-height-600 > div,
_:-ms-input-placeholder, :root .ad-height-1000 > div,
_:-ms-input-placeholder, :root .ad-height-1200 > div {
    width: 100%;
    left: 0;
    text-align: center;
}

.widget-llr-area {
    position: absolute;
    top: 0;
    z-index: 2;
}

.widget-llr-area > div:nth-of-type(n+2) {
    margin-top: 10px;
}

#pr-slider,
#event-list,
#event-date-select-list {
    display: none;
}

#top-pr-slider.slick-initialized,
#pr-slider.slick-initialized,
#event-list.slick-initialized,
#event-date-select-list.slick-initialized {
    display: block;
}

#postpage {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 1.3em 0;
    margin: 20px 0 30px;
    text-align: center;
}

#postpage .number a {
    color: #333;
    font-weight: bold;
}

#postpage .number span {
    font-size: 1.3em;
    font-weight: bold;
    color: #BEBEBE;
    padding: 1em;
}

#postpage .number a span {
    color: #333;
    font-weight: bold;
}

#postpage .next {
    float: right;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

#postpage .pre {
    float: left;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.first-movie-icon > a::after {
    content: url('../img/movie_icon.png');
    width: 14px;
    height: 12px;
    margin-left: 8px;
}

.sp-single-pr-text {
    display: none;
}

@media screen and (max-width: 1590px) {

    .new-post-first-detail h3 {
        font-size: 16px;
    }

    .new-post-normal,
    .new-post-check,
    .new-post-prompt,
    .new-post-detail,
    .new-post-movie,
    .new-post-up,
    .new-post-pr {
        font-size: 14px;
    }

}

@media print {

    header,
    aside.left-sidebar,
    aside.right-sidebar,
    .top-pr-slider-area,
    .share-area,
    .post-block {
        display: none;
    }

    html,body{
        width: 578px;
        margin: auto;
    }

    footer{
        display: none;
    }

}