@charset "UTF-8";

/* ==========================================================================
  お知らせ・災害情報用
  ========================================================================== */
  .p-newslist-search-wrap {
    position: relative;
}

.c-newslist-select-title {
    display: none;
}

.p-newslist-select-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.p-newslist-select-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
}

.p-newslist-select-items-title {
    font-size: 1.6rem;
    margin-right: 10px;
    margin-bottom: 0;
}

.p-newslist-select-items-contents {
    position: relative;
    display: flex;
    height: 40px;
    margin-right: 20px;
}

.p-newslist-select-items-icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.p-newslist-select-items-refine-year .p-newslist-select-items-select {
    width: 100px;
}

.p-newslist-select-row+.p-newslist-select-row{
    margin-top: 20px;
}

.p-newslist-select-items-input-wrap {
    height: 100%;
}

.p-newslist-select-items-input-btn {
    height: 100%;
}

.p-newslist-select-items-input {
    width: 300px;
    height: 100%;
    border: 1px solid #00597B;
}

.p-newslist-select-items-input-btn img {
    position: relative;
    top: -1px;
    height: 40px;
}

@media screen and (max-width: 810px) {
    .p-newslist-search-wrap {
        background-color: #E6E6E6;
    }

    .c-newslist-select-title {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 1.4rem;
        color: #888888;
        text-align: center;
        padding: 9px 0 10px;    
        background: url(./image/common/icon_selectbox_arrow_down.png) no-repeat right;
    }

    .p-newslist-search-form {
        padding: 0 13px 14px;
    }

    .p-newslist-select-row {
        flex-direction: column;
    }

    .p-newslist-select-items {
        flex-direction: column;
        align-items: flex-start;
        height: inherit;
    }

    .p-newslist-select-items-contents {
        margin-right: 0px;
    }

    .p-newslist-select-items-contents+.p-newslist-select-items-contents,
    .p-newslist-select-items+.p-newslist-select-items,
    .p-newslist-select-row+.p-newslist-select-row{
        margin-top: 10px;
    }

    .p-newslist-select-items-input-wrap {
        width: 80%;
        height: 40px;
        background-color: #fff;
    }

    .p-newslist-select-items-input {
        width: 100%;
        border: 1px solid #00597B;
    }
}

/* ==========================================================================
  サイトマップ・利用規約
  ========================================================================== */
.p-sitemap-block {
    margin-bottom: 30px;
}

.p-sitemap-linkcontainer {
    display: flex;
    flex-direction: column;
    position: relative;
}

.p-sitemap-link-button {
    padding: 16px;
    width: calc(100% - 32px);
    word-break: keep-all;
}

.p-guide__pagelink {
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

.p-sitemap-link-button + .p-sitemap-link-button {
    margin-top: 0.5rem;
}

/* ==========================================================================
  お問い合わせ (フォーム)
  ========================================================================== */
.inquiry-input {
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #252020;
}

.p-inquiry-register__btn {
    width: 100px;
    border: solid 1px #1E50B5;
    background-color: #1E50B5;
    color: #FFF;
}

/* ==========================================================================
  バナーについて
  ========================================================================== */
.p-about-site-term-bnrcontainer {
    display: flex;
    align-items: center; 
}

@media screen and (max-width: 810px) {
    .p-about-site-term-bnrcontainer {
        display: block; 
    } 
}

.p-about-site-term-bnritem-linktext {
    border: 1px solid #000;
    width: 485px;
    margin-left: 20px;
    font-size: 1.4rem;
    height: calc(1.8em * 6);
    line-height: 1.8; 
}

@media screen and (max-width: 810px) {
      .p-about-site-term-bnritem-linktext {
        width: 100%;
        margin: 20px 0 0 0;
        font-size: 1.2rem;
        height: calc(1.8em * 9);
        line-height: 1.8; 
    } 
}

/* -- リンク・ボタン -- */
/*閉じる*/
.close_link {
    float: right;
    line-height: 1.5;
    margin-left: 2rem;
}

.c-btncustom-close {
    border: 2px solid #1E50B5;
    color: #1E50B5;
    height: auto !important; }
    .c-btncustom-close__body {
        display: block;
        padding: 2px 5px; }
        
/* ==========================================================================
  新着情報RSS配信
  ========================================================================== */
.p-rss-indent__1em {
    padding-left: 1em;
    text-indent: -1em; 
}

.search_form {
    position: relative;
}

    .search_form > .search_more:first-child {
        position: absolute;
        top: 12px;
        right: 12px;
    }

*[class*="search_window"] {
    display: inline-block;
    width: 85%;
    height: 35px;
    vertical-align: middle;
    border: 1px solid #252020;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 1.6rem;
}

*[class*="search_btn"] {
    display: inline-block;
    vertical-align: middle;
    background: url("/resource/image/search.png") no-repeat center #1E50B5;
    border-radius: 0 5px 5px 0;
    width: 50%;
    max-width: 100px;
    height: 35px;
    max-height: 35px;
    border: none;
    cursor: pointer;
    text-indent: -9999999px;
}

.border_box {
    border: 1px #000 solid;
    padding: 12px;
}

.bg_box,
.border_box,
.shadow_box {
    margin-bottom: 20px;
}

    .bg_box > *:first-child,
    .border_box > *:first-child,
    .shadow_box > *:first-child {
        margin-top: 0;
    }

    .bg_box > *:last-child,
    .border_box > *:last-child,
    .shadow_box > *:last-child {
        margin-bottom: 0;
    }

@media print, screen and (min-width: 810px) {
    .search_window_l {
        padding: .5em;
    }

    .contents_inner {
        margin: 0 3%;
    }

        .contents_inner ul:not(.inline_list) li {
            list-style: disc;
            margin-left: 1.5em;
        }

        .contents_inner ol:not(.inline_list) li {
            list-style: decimal;
            margin-left: 1.5em;
        }

        .contents_inner p a {
            color: #1E50B5;
            font-weight: normal;
        }

        .contents_inner table {
            width: 100%;
            max-width: 700px;
            margin-bottom: 1.5em;
        }

            .contents_inner table th,
            .contents_inner table td {
                border: solid 1px #000;
                margin-bottom: 1em;
                padding: .2em .5em;
            }

    .bg_box,
    .border_box,
    .shadow_box {
        padding: 20px;
    }
}
p {
    margin-bottom: 5px;
}

@media screen and (max-width: 810px) {
    .multiselect__element {
        width: 80%;
    }
}

.multiselect__option {
    position: relative;
}

@media screen and (max-width: 810px) {
    .multiselect__option {
        display: flex;
    }
}

.multiselect__option__checkbox {
    padding-top: 4px;
}

@media screen and (max-width: 810px) {
    .multiselect__option__label {
        display: inline-block;
        white-space: normal;
    }
}

.multiselect--active:not(.multiselect--above) .multiselect__select {
    z-index: 3002;
}

.multiselect--active:not(.multiselect--above) .multiselect__tags {
    position: relative;
    border-top: solid 2px #252020;
    border-right: solid 2px #252020;
    border-bottom: none;
    border-left: solid 2px #252020;
    z-index: 3001;
}

.multiselect--active:not(.multiselect--above) .multiselect__content-wrapper {
    transform: translateY(-7px);
}

.multiselect--active .multiselect__select {
    z-index: 3002;
}

.multiselect--active .multiselect__tags {
    position: relative;
    border-top: none;
    border-right: solid 2px #252020;
    border-bottom: solid 2px #252020;
    border-left: solid 2px #252020;
    z-index: 3001;
}

.multiselect--active .multiselect__content-wrapper {
    transform: translateY(2px);
}

.multiselect__content {
    margin-right: 0 !important;
}

.multiselect .multiselect__content-wrapper {
    z-index: 3000;
    border: solid 2px #252020;
}

@media screen and (max-width: 810px) {
    .multiselect .multiselect__content-wrapper {
        width: calc(100% - 5px);
    }
}

.multiselect.right {
    position: relative;
}

    .multiselect.right .multiselect__content-wrapper {
        right: 5px;
    }

@media screen and (max-width: 810px) {
    .multiselect.right .multiselect__content-wrapper {
        right: unset;
    }
}

.multiselect.half {
    position: relative;
}

    .multiselect.half .multiselect__content-wrapper {
        width: 50vw;
    }

@media screen and (max-width: 810px) {
    .multiselect.half .multiselect__content-wrapper {
        width: calc(100% - 5px);
    }
}

.multiselect.half .multiselect__content-wrapper .multiselect__content .multiselect__element {
    display: inline-block;
    margin-right: 1rem;
}

.multiselect.half .multiselect__content-wrapper .multiselect__content .multiselect__element--group {
    display: block;
    width: 100%;
    font-weight: bold;
}

.multiselect.half .multiselect__content-wrapper .multiselect__content .multiselect__element--level1 {
    display: block;
    margin-bottom: 2px;
    width: 100%;
    background-color: #ededed;
    font-weight: bold;
}

    .multiselect.half .multiselect__content-wrapper .multiselect__content .multiselect__element--level1 .multiselect__option--highlight {
        background-color: #ededed;
    }

    .multiselect.half .multiselect__content-wrapper .multiselect__content .multiselect__element--level1 .multiselect__option--disabled {
        color: #35495e !important;
    }

.multiselect.half.multiselect--active:not(.multiselect--above) .multiselect__content-wrapper {
    border-radius: 0 5px 5px 5px;
}

@media screen and (max-width: 810px) {
    .multiselect.half.multiselect--active:not(.multiselect--above) .multiselect__content-wrapper {
        border-radius: 0 0 5px 5px;
    }
}

.multiselect.half.multiselect--active .multiselect__content-wrapper {
    border-radius: 5px 5px 5px 0;
}

@media screen and (max-width: 810px) {
    .multiselect.half.multiselect--active .multiselect__content-wrapper {
        border-radius: 5px 5px 0 0;
    }
}

.multiselect.half.multiselect--active:not(.multiselect--above).right .multiselect__content-wrapper {
    border-radius: 5px 0 5px 5px;
}

@media screen and (max-width: 810px) {
    .multiselect.half.multiselect--active:not(.multiselect--above).right .multiselect__content-wrapper {
        border-radius: 0 0 5px 5px;
    }
}

.multiselect.half.multiselect--active.right .multiselect__content-wrapper {
    border-radius: 5px 5px 0 5px;
}

@media screen and (max-width: 810px) {
    .multiselect.half.multiselect--active.right .multiselect__content-wrapper {
        border-radius: 5px 5px 0 0;
    }
}

.multiselect.per100 .multiselect__content-wrapper {
    width: calc(100% - 5px);
}

.multiselect.per100.multiselect--active:not(.multiselect--above) .multiselect__content-wrapper {
    border-radius: 0 0 5px 5px;
}

.multiselect.per100.multiselect--active .multiselect__content-wrapper {
    border-radius: 5px 5px 0 0;
}

.multiselect.col2 .multiselect__content-wrapper .multiselect__content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media print, screen and (min-width: 810px) {
    .multiselect.col2 .multiselect__content-wrapper .multiselect__content .multiselect__element {
        width: 50% !important;
    }
}

.l-print {
    margin-top: 0;
}

.p-print__page {
    margin: 20px 0 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #000;
}

@media print {
    .p-print__page {
        page-break-after: always;
        font-size: 0.9em;
        border-bottom: none;
    }

    .l-header {
        display: none;
    }

    .l-main {
        margin-top: 0;
    }

    .p-breadclumb {
        display: none;
    }

    .c-maintitle {
        display: none;
    }

    .sns_btn_list {
        display: none;
    }

    .p-subsidy-type__apply {
        display: none;
    }

    .l-footer {
        display: none;
    }
}

.c-title--sub {
    font-size: 2.0rem !important;
}

.c-delete-allcheck {
    padding: 10px;
    width: 100%;
}

    .c-delete-allcheck > a {
        text-decoration: underline;
    }

.c-button {
    position: relative;
    display: block;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.c-button--search {
    background-color: #1E50B5;
    color: white;
}

    .c-button--search:hover {
        color: white;
        text-decoration: none;
        opacity: 0.6;
    }

.c-button--bordered {
    border: solid 1px #1E50B5;
    color: #1E50B5;
}

.c-authority {
    display: inline-block;
    padding: 0 30px;
    background-color: #f2f2f2;
    color: #333;
}

.p-popular-word {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 1rem;
}

.p-popular-word__title {
    width: 7em;
    color: white;
}

.p-popular-word__list {
    margin: 0 !important;
    width: calc(100% - 7em);
}

@media screen and (max-width: 810px) {
    .p-popular-word {
        display: block;
    }

    .p-popular-word__title {
        width: 100%;
    }

    .p-popular-word__list {
        width: 100%;
    }
}

.p-popular__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 810px) {
    .p-popular__list {
        display: block;
    }
}

.p-popular__list__item {
    position: relative;
    width: 24%;
    margin-bottom: 15px;
    padding: 35px 10px 20px;
    border: solid 1px #e3e3e3;
}

@media screen and (max-width: 810px) {
    .p-popular__list__item {
        width: 100%;
    }
}

.p-popular__list__authority {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background-color: #e4e4e4;
    font-size: 1.3rem;
    color: #333;
}

.p-popular-cs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 810px) {
    .p-popular-cs__list {
        display: block;
    }
}

.p-popular-cs__list__item {
    position: relative;
    width: 24%;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px #e3e3e3;
}

@media screen and (max-width: 810px) {
    .p-popular-cs__list__item {
        width: 100%;
    }
}

.p-popular-cs__list__image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 810px) {
    .p-popular-cs__list__image {
        height: 220px;
    }
}

.p-popular-cs__list__authority {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background-color: #e4e4e4;
    font-size: 1.3rem;
    color: #333;
}

.p-top-search__title {
    margin-bottom: 0;
    color: white;
}

.p-top-search__word {
    position: relative;
    margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
    .p-top-search__word {
        margin-bottom: 0;
    }
}

.p-top-search__word__input {
    width: calc(100% - 16rem - 48px) !important;
}

@media screen and (max-width: 810px) {
    .p-top-search__word__input {
        width: calc(100% - 48px) !important;
    }
}

@media screen and (max-width: 810px) {
    .p-top-search__word__button {
        border-radius: 0 5px 5px 0 !important;
    }
}

.p-top-search__more-button {
    display: inline-block;
    position: relative;
    width: 16rem;
}

@media screen and (max-width: 810px) {
    .p-top-search__more-button {
        margin-top: 10px !important;
        width: 100% !important;
        border-radius: 5px !important;
    }
}

.p-top-search__more-button::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 0;
    height: 30px;
    border-left: solid 1px #f2f2f2;
    transform: translate(0, -50%);
}

@media screen and (max-width: 810px) {
    .p-top-search__more-button::before {
        border-left: none;
    }
}

.p-top-search__more-button--opened {
    position: absolute;
    top: 0;
    height: 100px;
    background-color: #f2f2f2 !important;
    color: #252020 !important;
    border-radius: 0 5px 0 0 !important;
}

@media screen and (max-width: 810px) {
    .p-top-search__more-button--opened {
        position: relative;
        height: auto;
        border-radius: 5px 5px 0 0 !important;
    }
}

.p-inquiry-register__btn {
    width: 100px;
    border: solid 1px #1E50B5;
    background-color: #1E50B5;
    color: #FFF;
}

.p-top-search__adv {
    padding: 30px 0 20px;
    background-color: #fcfcfc;
}

.p-top-search__adv__word__input {
    width: calc(100% - 48px);
}

.p-top-search__adv__word__btn {
    width: 48px;
}

.p-top-search__adv__search {
    font-size: 2.0rem;
}

.p-top-search__adv__checkbox + label {
    position: relative;
    display: inline-block;
}

    .p-top-search__adv__checkbox + label:before {
        display: inline-block;
        margin-right: 0.6em;
        vertical-align: middle;
        width: 1.3em;
        height: 1.3em;
        border: solid 2px #252020;
        border-radius: 5px;
        background-color: white;
        content: "";
        letter-spacing: 10px;
    }

.p-top-search__adv__checkbox:checked + label:before {
    background-color: #252020;
}

.p-top-search__adv__checkbox:checked + label:after {
    position: absolute;
    width: 0.4em;
    height: 0.7em;
    border-top: solid 2px white;
    border-left: solid 2px white;
    top: 37%;
    left: 6px;
    content: "";
    transform: translate(0, -60%) rotate(-122deg);
}

.p-top-search__adv__current-count {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.p-top-search__adv__current-count__counter {
    color: #252020;
    font-size: 2.0rem;
    font-weight: bold;
}

.p-komarigoto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-komarigoto__item {
    margin-bottom: 20px;
    position: relative;
    width: 18%;
    border-radius: 5px;
    padding: 0;
}

@media screen and (max-width: 810px) {
    .p-komarigoto__item {
        width: 47%;
    }
}

.p-komarigoto__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 45%;
}

.p-komarigoto__item__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .p-komarigoto__item__link:hover {
        color: white;
    }

.p-notice {
    position: relative;
    width: 100%;
}

.p-notice-notification {
    width: 100%;
    margin-bottom: 20px;
}

@media print, screen and (min-width: 810px) {
    .p-notice-notification {
        width: 35%;
    }
}

@media print, screen and (min-width: 810px) {
    .p-notice-notification {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.p-notice-notification__btn {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 4px 0;
}

.p-notice-notification__bell {
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.5em;
}

.p-pager {
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 810px) {
    .p-pager {
        margin: 40px 0;
    }
}

.p-pager__item {
    display: flex;
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

    .p-pager__item > a {
        color: #1E50B5;
        padding: 0 5px;
        text-decoration: underline;
    }

    .p-pager__item:first-of-type > a, .p-pager__item:last-of-type > a {
        text-decoration: none;
    }

    .p-pager__item:not(:last-of-type) {
        margin-right: 20px;
    }

@media screen and (max-width: 810px) {
    .p-pager__item:not(:last-of-type) {
        margin-right: 15px;
    }
}

.p-pager__item--current {
    background-color: #f2f2f2;
}

    .p-pager__item--current > a {
        color: #000;
        text-decoration: none;
    }

.p-mylist__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 810px) {
    .p-mylist__list {
        margin-top: 40px;
    }
}

.p-mylist__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 10px 30px !important;
    list-style: none !important;
    width: 48%;
}

@media screen and (max-width: 810px) {
    .p-mylist__item {
        width: 100%;
    }
}

.p-mylist__item__image {
    position: relative;
    border: 1px solid #1E50B5;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #ccc;
    padding-top: 48%;
    width: 48%;
    height: 0;
}

@media screen and (max-width: 810px) {
    .p-mylist__item__image {
        padding-top: 30%;
        width: 30%;
    }
}

.p-mylist__item__image a {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.p-mylist__item__image img {
    width: 48%;
    height: 48%;
    margin-top: 1%;
    margin-left: 1%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    max-width: none;
}

.p-mylist__item__contents {
    width: 48%;
}

@media screen and (max-width: 810px) {
    .p-mylist__item__contents {
        width: 68%;
    }
}

.p-mylist__item__publisher {
    margin-bottom: 0.5em;
}

    .p-mylist__item__publisher > span {
        display: inline-block;
        padding: 0 10px;
        background-color: #e4e4e4;
        font-size: 1.3rem;
        color: #333;
    }

.p-mylist__item__title {
    margin-bottom: 0.5em;
}

    .p-mylist__item__title > a {
        color: #0056b3;
    }

.p-mylist__item__description {
    font-size: 1.4rem;
}

.p-catalog__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 810px) {
    .p-catalog__list {
        margin-top: 40px;
    }
}

.p-catalog__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 10px 30px !important;
    list-style: none !important;
    width: 48%;
}

@media screen and (max-width: 810px) {
    .p-catalog__item {
        width: 100%;
    }
}

.p-catalog__item__image {
    position: relative;
    border: 1px solid #1E50B5;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #ccc;
    padding-top: 48%;
    width: 48%;
    height: 0;
}

@media screen and (max-width: 810px) {
    .p-catalog__item__image {
        padding-top: 30%;
        width: 30%;
    }
}

.p-catalog__item__image a {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.p-catalog__item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    max-width: none;
}

.p-catalog__item__contents {
    width: 48%;
}

@media screen and (max-width: 810px) {
    .p-catalog__item__contents {
        width: 68%;
    }
}

.p-catalog__item__publisher {
    margin-bottom: 0.5em;
}

    .p-catalog__item__publisher > span {
        display: inline-block;
        padding: 0 10px;
        background-color: #e4e4e4;
        font-size: 1.3rem;
        color: #333;
    }

.p-catalog__item__title {
    margin-bottom: 0.5em;
}

    .p-catalog__item__title > a {
        color: #0056b3;
    }

.p-catalog__item__description {
    font-size: 1.4rem;
}

@media screen and (max-width: 810px) {
    .p-youtube {
        width: 100%;
        height: 0;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
    }

        .p-youtube iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
}

.p-ad-search__toggle {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #252020;
    padding-right: 1em;
}

.p-ad-search__toggle--open {
    padding-bottom: 0.5em;
    border-bottom: solid 1px #e4e4e4;
}

.seido_info_heading_tabout {
    background-color: #fcfcfc;
    border-bottom: solid 1px #696969;
    min-height: 1.9em;
    margin: 1em 0 1em;
    padding-left: .5em;
}

.popular_item_list {
    float: left;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none !important;
    width: 25%;
    height: 100%;
}

@media screen and (max-width: 810px) {
    .popular_item_list {
        width: 50%;
        margin: 0 0 20px !important;
        height: auto;
    }
}

.popular_item_image {
    position: relative;
    border: 1px solid #1E50B5;
    border-radius: 5px;
    box-shadow: 2px 2px 6px #ccc;
    padding-top: 92%;
    width: 92%;
    height: 0;
    margin-bottom: 10px;
}

.popular_item_image a {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popular_item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: cover;';
    max-width: none;
}

.popular_item_title {
    margin-bottom: 0.5em;
    width: 92%;
}

    .popular_item_title > a {
        color: #0056b3;
    }

.popular_item_organization {
    font-size: 1.4rem;
    width: 92%;
}

@media screen and (max-width: 810px) {
    .popular_item_organization {
        font-size: 1.2rem;
    }

}

.p-popular-list {
    display: flow-root;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
}

.c-mylistselectbox-watchbtn {
    border: 2px solid #1E50B5;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 10px 0;
    float: right;
}
    @media screen and (max-width: 810px) {
        .c-mylistselectbox-watchbtn {
            margin: 12px 0;
        }
    }
    .c-mylistselectbox-watchbtn__body {
        color: #1E50B5;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 4px 2px 0px 2px;
    }
        .c-mylistselectbox-watchbtn__body::before {
            content: "";
            width: 20px;
            height: 20px;
            display: block;
        }
    @media screen and (max-width: 810px) {
        .c-mylistselectbox-watchbtn__body::before {
            width: 15px;
            height: 15px;
        }
    }
    @media screen and (max-width: 810px) {
        .c-mylistselectbox-watchbtn__body {
            font-size: 12px;
        }
    }
    .c-mylistselectbox-watchbtn__body-link {
        display: block;
        padding-left: 5px;
    }
    .c-mylistselectbox-watchbtn__body--jirei::before {
        background: url(/resource/image/ico_mylist-watch.svg) no-repeat center center;
        background-size: contain;
    }