@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 共通コンポーネント */
.c-contentsTagList {
    display: flex;
    flex-wrap: wrap;
}

.c-contentsTagList a {
    letter-spacing: .05em;
    font-size: 12px;
    color: var(--color_header_text);
    margin: 0 8px 0 0;
}

.c-contentsTagList a:before {
    content: "#"
}

.c-contentsTagList a:hover {
    color: var(--color_main);
}

.source-text {
    width: 70%;
    margin-left: auto;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.source-text,
.source-link {
    font-size: 10px;
    letter-spacing: .05em;
    color: #333;
    text-align: right;

}

.c-primaryBtn {
    font-size: 14px;
    background-color: var(--color_main);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0 0px 24px #d2d8d8;
}

.p-secondaryBtn{
	display: flex;
    background-color: #fcfcfc;
    height: 48px;
    color: #07911d;
    align-items: center;
    justify-content: center;
    border: 1px solid #07911d;
    border-radius: 0;
	font-weight:bold;
    transition: .1s;
	}
.p-secondaryBtn:hover{
	box-shadow:0 0px 10px #d2d8d8;
}

.c-primaryBtn .dli-chevron-round-right {
    margin-left: 8px;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: white;
    line-height: 1;
    position: relative;
    width: .7em;
    height: .7em;
    transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.15em;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.12em;
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.13em;
}


/* ヘッダー */
.p-header__logoContents .last-updated {
    font-size: 10px;
}

@media (max-width: 960px) {
    .p-header__logoContents .last-updated {
        margin: 0 0 8px;
    }
}

/* トップ画面一覧CSS */
.p-postList.-type-card,
.p-postList.-type-thumb {
    justify-content: space-around;
}

.-type-thumb .p-postList__item {
    margin-bottom: 4%;
    padding: 0;
    width: 46%;
}

.-type-thumb .p-postList__thumb {
    cursor: pointer;
    box-shadow: 0 0px 24px #d2d8d8;
    margin: 0 0 8px;
}

.p-postList__thumb:before {
    display: none;
}


.-type-thumb .c-postThumb__figure:before {
    display: none;
}

.p-postList__link .c-postThumb__img {
    position: relative;
}

.p-postList__link:hover .c-postThumb__img {
    -webkit-transform: none;
    transform: none;
}


.l-sidebar {
    padding: 16px;
    background: white;
}

.tag-cloud-link {
    background: transparent;
}

#xili_tidy_tags_cloud_widget-3 .tag-cloud-link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 10px;
}

#xili_tidy_tags_cloud_widget-3 .tag-cloud-link::before {
    content: "";
    display: inline-block;
    width: 12px;
    margin-right: 4px;
    height: 8px;
}


.tag-link-13:before {
    background: linear-gradient(to right,
            green 0%, green 25%,
            red 25%, red 50%,
            yellow 50%, yellow 75%,
            blue 75%, blue 100%);
}


.tag-link-29:before {
    background: linear-gradient(to right,
            red 0%, blue 100%);
}

.tag-link-17:before {
    background-color: orange;
}

.tag-link-52:before {
    background-color: brown;
}

.tag-link-4:before {
    background-color: lightblue;
}

.tag-link-72:before {
    background-color: purple;
}

.tag-link-71:before {
    background-color: green;
}

.tag-link-49:before {
    background-color: red;
}

.tag-link-25:before {
    background-color: blue;
}

.tag-link-67:before {
    background-color: yellow;
}


.tag-link-21:before {
    background-color: black;
}

/* タグ＆ブックマーク */
.p-contentsGroup {
    display: flex;
    justify-content: space-between;
}

/* ブックマーク */
.simplefavorite-button {
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    justify-content: center;
    border-radius: 50px;
}

.simplefavorite-button.active {
    opacity: 1;
}

.simplefavorite-button-count {
    line-height: 1;
}


/* モーダルCSS */
#thumbnailModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    margin: auto;
    background-color: #eeeeee;
    padding: 32px;
    max-width: 90%;
}

.modal-content .c-primaryBtn {
    margin-left: auto;
}

.modal-content .p-contentsGroup {
    margin-bottom: 8px;
}

#closeModal {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    /* line-height: 0; */
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    transform: translate(20px, -20px);
    border-radius: 50px;
    background: black;
    color: white;
    align-items: center;
    line-height: 0;
    text-align: center;
    letter-spacing: 0px;
}

#thumbnailModal img {
    width: 100%;
    margin: 0 auto 8px;
    display: block;
    max-width: 800px;
    box-shadow: 0 0px 24px #d2d8d8;
}

@media (max-width:600px) {
    .modal-content {
        padding: 16px;
    }

    #closeModal {
        height: 24px;
        width: 24px;
        font-size: 12px;
        transform: translate(10px, -16px);
    }

    .p-postList.-type-thumb {
        margin-left: 0;
        margin-right: 0;
    }
}

/* 詳細ページ */
.p-articleSource {
    font-size: 10px;
}

.c-postThumb__figure:before{
	display:none;
}