@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
*/

/* ----------------------------------
 * グリッドレイアウトの設定
 * ---------------------------------- */

/* PC・タブレット（デフォルト）は3カラム表示 */
.achievement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ----------------------------------
 * スマートフォン対応
 * ---------------------------------- */

/* 画面幅が767px以下のデバイスに適用 */
@media screen and (max-width: 767px) {
    .achievement-list {
        /* 1カラムに切り替え */
        grid-template-columns: repeat(1, 1fr);
    }
	p.payout {
    font-size: 3rem;
	}
}


.achievement-item {
    border: solid 3px #fff;
    padding: .5rem;
    text-align: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
}

p.date {
    font-size: .9rem;
}

p.payout {
    font-size: 2.5rem;
    color: #ff0000;
    text-shadow: 2px 1px 1px black;
    line-height: 110%;
    -webkit-text-stroke: 1.5px #fff;
}



#breadcrumb{
    display:none!important;
}

.c-pageTitle{
	  display:none!important;
}

/* ページネーション全体のスタイル */
.achievement-pagination {
    margin-top: 30px;
    text-align: center;
}

/* ページネーションリンクのスタイル */
.achievement-pagination .page-numbers {
    display: inline-block;
    padding: 4px 6px;
    margin: 0 2px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #555;
}

/* 現在のページ番号のスタイル */
.achievement-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    border:solid 1px #fff;
}

/* ホバー時のスタイル */
.achievement-pagination .page-numbers:hover {
    background-color: #e0e0e0;
}

.l-mainContent__inner>.post_content {
	margin: 1em 0!important;
}
