@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.title {
	line-height: 1.15;
}


/* ヘッダー */
.content-top {
    margin: 0 !important;
}

.item-label {
    font-weight: bold;
}


/* 背景色 */
.header-container, .main, .sidebar, .footer {
    background-color: transparent;
}

/* カテゴリページタイトル */
.archive-title .fa-folder-open {
    display: none !important;
}

.entry-title, .archive-title {
    font-size: 1.5em;
    margin: 0;
	line-height: 1.3;
}

/* プロモーションを含みます */
.promotion-warning {
	font-size: 0.8em;
	text-align: right;
	line-height: 1.15;
}

.content-top, .content-bottom {
    margin: 0.2em;
}
	
/* 出典 */
figcaption {
    margin: 0;
    font-size: 0.8em;
    padding: 6px;
    text-align: center;
}



.rakupoi-reward-block, .updated-date-display, .disclaimer-text, .card {
    line-height: 1.15;
}


.main {
	padding: 0px 29px;
}
.sidebar {
	padding: 0px 19px;
	background-color: transparent;
}

@media screen and (max-width: 834px) {
    main.main, div.sidebar {
        padding: 0px 16px;
        margin: 12px 0;
        border-width: 0;
    }
}

/* パンくずリスト */
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
    padding: 0 0.6em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	box-sizing: border-box;
}

/*　色を変更する　*/
.breadcrumb-home a,
.breadcrumb-home .fa-home,
.breadcrumb-item span {
	color: var(--cocoon-text-color);
}

/*　不要なアイコンを消す　*/
.breadcrumb-item>.fa {
 	display:none;
}

/* 区切り「＞」の調整　*/
.breadcrumb .sp {
    margin: 0 6px;
}

/*　タイトル関連　*/
/*　スマホでタイトルの左右に空間ができるのを削除　*/
@media screen and (max-width: 480px) {
	.entry-title {
	    padding: 0.6em 0;
	}
}

/*　パンくずの位置が変わった場合のタイトルの調整　*/
@media screen and (min-width: 1287px){
	.entry-title {
	    font-size: 29px;
	    padding: 0 0em !important;
		line-height: 1.4em!important;
	}
}




/* サイドメニュー */
/* 広告隙間 */
.widget_new_entries,
.new-entry-cards,
.new-entry-card {
  margin-bottom: 0 !important;
}

.widget_popular_entries,
.popular-entry-cards,
.popular-entry-card {
  margin-bottom: 0 !important;
}

/* サイドメニューランキング */
.popular-category-title {
	border-radius: 0;
    background-color: #2d87f0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
}

.popular-ranking {
    display: flex;
    flex-direction: column;
}

.popular-ranking .ranking-item:hover {
    background-color: #f4f7fc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popular-ranking .ranking-item {
    display: flex;
    align-items: center;
    padding: 8px;
	border-radius: 0px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
}

.popular-ranking .ranking-item .thumbnail {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    object-fit: cover;
    position: relative;
    margin-right: 12px;
}

.popular-ranking .ranking-item .rank {
    position: absolute;
    top: -6px;
    left: -6px;
    background-color: #ff6600;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 0 0 4px 0;
    z-index: 1;
}

.popular-ranking .ranking-item .site-name {
    font-size: 0.95rem;
    font-weight: bold;
    margin-bottom: 2px;
	color: #333333;
}

.popular-ranking .ranking-item .reward {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2d87f0;
    text-align: right;
    margin-left: auto;
    white-space: nowrap;
}

.popular-ranking .ranking-item .info-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

a {
    text-decoration: none;
}

/* もっと見るボタン */
.more-button-wrapper {
	text-align: center;
	margin-top: 10px;
}

.more-button {
	font-size: 1rem;
	display: inline-block;
	border-radius: 20px;
	width: 100%;
	padding: 10px 16px;
	text-decoration: none;
	border: 1px solid #ddd;
	font-weight: bold;
	transition: box-shadow 0.3s ease;
	color: #333333;
	background-color: #fff;
}

.more-button:hover {
	background-color: #f4f7fc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* カテゴリ */
.widget-sidebar .widget-sidebar-title {
    border-radius: 0;
    background-color: #2d87f0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
	font-size: 1em;
}

/* カテゴリリストの外枠 */
.ranking-category-list {
    padding: 0;
    margin: 0;
}

.ranking-category-list {
    list-style: none;
    margin-bottom: 0;
}

/* リンクのスタイル */
.ranking-category-list a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 12px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
}



/* プルダウンメニューを右端に寄せ、サイズを小さく */
.sort-dropdown {
    text-align: right; /* 右端に寄せる */
    margin-top: 20px; /* 上に少し余白を追加 */
}

.sort-dropdown select {
	font-size: 1rem;
	padding: 8px 8px;
    border-radius: 4px; /* 角を丸く */
	width: 120px;
    border: 1px solid #ccc; /* 枠線の色を設定 */
}

.category-page-title {
    font-size: 1.5em;
    margin: 0;
	line-height: 1.3;
}

/* 子カテゴリボタンのスタイル */
.category-button {
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px 12px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
}

.category-button.active {
  background-color: #2d87f0;
;
  color: #fff;
  font-weight: bold;
}



/* ここからranking */
/* 共通設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Arial, sans-serif;
}


.card {
    background-color: #ffffff;
    border-radius: 0; /* 丸みをなくす */
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 影を弱めに */
    display: flex;
    flex-direction: row;
    border: 1px solid #ddd; /* 薄いグレー枠に */
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    margin-bottom: 0; /* 隙間なくす */
}

.card:hover {
    background-color: #f4f7fc;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-left {
    display: flex;
    align-items: center;
	margin-left: 5px; /* 間隔をちょっと大きめに */
    margin-right: 12px; /* 間隔をちょっと大きめに */
    flex-shrink: 0;
}

.card-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.card .rank {
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff6600;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    margin-right: 0;
}

.card .site-name {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
	color: #333333;
}

.card .item-name {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0;
	color: gray;
}

.card .reward {
    font-size: 1.75rem;
    font-weight: bold;
    color: #2d87f0;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.currency {
    font-size: 0.7em;
	margin-left: 1px;
}

.card:active {
    transform: scale(0.98);
}



/* 最高報酬額テーブル */
.max-reward-table {
    background-color: #f4f7fc;
    padding: 20px;
    margin-top: 20px;
}

/* テーブルのヘッダー */
.max-reward-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center; /* テキストを中央揃え */
}

/* ヘッダーのセル */
.max-reward-table th {
    padding: 6px;
    background-color: #2d87f0;  /* 青い背景 */
    color: white; /* 白い文字 */
    font-size: 18px;
    font-weight: bold;
}

/* テーブルのセル */
.max-reward-table td {
    text-align: center; /* テキストを中央揃え */
    padding-left: 5px;  /* 左方向のpaddingを広げる */
    padding-right: 5px;  /* 右方向のpaddingを広げる */
}

/* 金額のテキストのスタイル */
.reward {
    font-size: 24px;  /* 金額を大きく */
    font-weight: bold;
    color: #2d87f0;  /* 青色に変更（任意） */
}

/* 日付のテキストのスタイル */
.date {
    font-size: 14px;  /* 日付を小さく */
    color: #666;  /* 薄い灰色に変更（任意） */
}






/* サイト説明の行間を狭く */
.logo-image {
    padding: 5px 0;
    font-size: inherit;
}

.tagline {
	line-height: 0.3 !important;
}



/* 検索エリア背景 */
.content-top {
    background-color: #f5f5f5;
}

/* 検索コンテナ */
.search-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

/* 検索フォーム */
.custom-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 420px;
    padding: 0 14px;
    margin: 0;
    box-sizing: border-box;
}

.custom-search-field {
    flex: 1;
    font-size: 16px;
    border: 2px solid #2d87f0 !important;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-sizing: border-box;
}

.custom-search-button {
    padding: 4px 8px;
    background-color: #2d87f0;
    color: #fff;
    font-size: 16px;
    border: 2px solid #2d87f0;
    border-left: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s;
    box-sizing: border-box;
}

/* 旧検索窓を非表示 */
body.search .search-box {
    display: none;
}

/* ラジオボタン */
.search-type-radios {
	font-size: 0.8em;
}

/* 注目ワードリスト */
.featured-words {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
}

.featured-words ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.featured-words li {
    margin: 0 3px;
}

/* 注目ワードのリンクスタイル */
.featured-word-link {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    padding: 0 10px;
    border: 1px solid #a9a9a9;
    border-radius: 15px;
    color: #333;
    background-color: #fff;
}

.featured-word-link:hover {
    background-color: #f4f7fc;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .search-container {
        display: block !important;
    }

    .custom-search-form {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
	
    .featured-words {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
    }

    .featured-words ul {
        flex-wrap: nowrap;
    }

    .featured-words li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }
}



/* 検索結果 */
.search-results-filter-tabs {
    display: flex;
    justify-content: center; /* 中央寄せ */
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; /* Cocoonのデフォルトコンテンツ幅に合わせて調整 (要確認) */
    width: 100%; /* 親要素の幅いっぱいを使う */
    box-sizing: border-box; /* パディングとボーダーを幅に含める */
    padding: 0 15px; /* 左右に少しパディングを持たせて食い込みを防止 */
    border-bottom: 1px solid #eee;
}

.filter-tab {
    padding: 10px 20px;
    text-decoration: none;
    color: #555;
    font-weight: bold;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
    white-space: nowrap; /* テキストが折り返さないように */
}

.filter-tab:hover {
    background-color: #f0f0f0;
}

.filter-tab.active {
    background-color: #fff;
    border-color: #eee;
    border-bottom-color: #fff;
    color: #2d87f0;
}

/* モバイル向け調整 */
@media screen and (max-width: 767px) {
    .search-results-filter-tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 10px; /* モバイルでの左右パディングを調整 */
    }
    .filter-tab {
        flex: 1 1 auto;
        text-align: center;
        margin-bottom: 5px;
        font-size: 0.9em; /* モバイルで文字を少し小さくする */
        padding: 8px 15px;
    }
}





/* 上昇カード */
.custom-recommend-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* カード間のスペース */
    justify-content: center; /* カードを中央に配置 */
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-card {
	line-height: 1.15;
}

.custom-card .card-rise-rate {
	color: #2d87f0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0; /* カード下部との余白 */
}



/* 本日のおすすめカード */
.custom-card .card-category-text {
    font-size: 0.9rem;
    color: #fff;
    background-color: #333333;
    padding: 3px 6px;
    margin: 10px auto 0 10px !important;
    display: block;
    width: fit-content;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
}

.custom-card a {
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.custom-recommend-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-card {
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
	width: calc(25% - 15px);
    min-width: 180px;
    max-width: 220px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-align: center;
  transition: box-shadow 0.2s ease;
}

.custom-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.card-image img {
  padding: 10px;
  object-fit: cover;
  margin-bottom: 0px !important;
}

.card-body {
  padding: 0 0 12px 0px;
}

.card-title {
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  margin-bottom: 3px !important;
	color: #333333;
}

.card-reward {
	color: #2d87f0;
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 0px !important;
}

/* スマートフォン横向き・小型タブレット - 横2列 */
@media (max-width: 768px) {
    .custom-card {
        width: calc(50% - 10px); /* 横2列 */
        min-width: 150px; /* 小さくなりすぎないように調整 */
        max-width: 250px; /* 大きくなりすぎないように調整 */
        gap: 10px; /* カード間のスペースも調整 */
    }
    .custom-recommend-cards {
        gap: 10px;
    }
}



/* スライダー */
/* ギャラリー全体の枠 */
.custom-gallery-wrapper {
  width: 100%;
  border: 1px solid #ddd;
  max-width: 980px;
  margin: -16px auto 32px auto;
  background: #fff;
  padding: 12px 0 12px 0;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* メイン画像のスタイル（影なし・横幅いっぱい） */
.custom-main-image img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}

/* サムネイル全体の並び */
.custom-thumbnail-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* 各サムネイル画像の基本スタイル */
.custom-thumbnail-row .thumb {
  border: 1px solid #ddd;
  width: 100px;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.8;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* ホバー時のサムネイル強調 */
.custom-thumbnail-row .thumb:hover {
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* アクティブなサムネイル */
.custom-thumbnail-row .thumb.active {
  border: 2px solid #ff6600;
  opacity: 1;
}



/* カテゴリページカスタマイズ */
.ad-item {
  border-bottom: 1px solid #ccc;
}

/* カテゴリーページの投稿アイテム */
.category-posts {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.post-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.post-item .post-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.post-item .thumbnail {
    width: 60px;
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 8px;
}

.post-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .title {
    flex-grow: 1;
    font-weight: bold;
    overflow: hidden;
	margin-right: 8px;
}

.post-item .reward {
    font-size: 1.2em;
    font-weight: bold;
    color: #2d87f0;
    white-space: nowrap;
    flex-shrink: 0;
}






/* 報酬ブロック */
/* rakupoi-reward-block 全体のスタイル */
.rakupoi-reward-block.horizontal-layout {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #2d87f0;
    border-bottom: 1px solid #2d87f0;
}

/* アイキャッチ画像エリア */
.rakupoi-reward-block.horizontal-layout .eyecatch-image {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.rakupoi-reward-block.horizontal-layout .eyecatch-image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
}

/* 最大ポイント */
.max-point-label {
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0.2em !important;
}

/* 報酬額 */
.max-point-value {
    font-size: 1.8em;
    font-weight: bold;
    color: #2d87f0;
    white-space: nowrap;
    margin-bottom: 0.2em !important;
}

/* 前日比のスタイル */
.max-point-value .daily-change {
    font-size: 0.5em;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
}

/* 前日比の数値部分 */
.max-point-value .daily-change-value {
    font-size: 1.5em;
}

/* プラス時の色 */
.max-point-value .daily-change.is-up {
    color: red;
}

/* マイナス時の色 */
.max-point-value .daily-change.is-down {
    color: #008080;
}

/* 0%変動時の色 */
.max-point-value .daily-change.is-zero {
    color: #333333;
}

/* 過去最高報酬の表示 */
.overall-max-reward-display {
    font-size: 0.8em;
    white-space: nowrap;
    margin-top: 0.2em !important;
    margin-bottom: 0.2em !important;
}

/* サイト名 */
.site-name-display {
    font-size: 0.8em;
    margin-bottom: 0.2em !important;
}

/* 最終更新 */
.updated-date-display {
    font-size: 0.8em;
    margin-bottom: 0.2em !important;
	text-align: right;
}

/* 免責事項 */
.disclaimer-text {
    font-size: 0.8em;
    color: #888;
    text-align: right;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.disclaimer-text a {
    color: #2d87f0;
}




/* ブログカードカスタマイズ */
.blogcard-footer {
	display: none;
}




/* トップページ */
/* --- 第1階層：カテゴリタブ --- */
.category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSでの慣性スクロール */
    border-bottom: 2px solid #005bac;
    padding-bottom: 5px; /* スクロールバーとの余白 */
}
.category-tabs .category-tab-link {
    flex-shrink: 0; /* スマホ表示でタブが縮まないようにする */
    padding: 0 8px;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}
.category-tabs .category-tab-link.active {
    background-color: #fff;
    border-color: #005bac;
    color: #005bac;
    position: relative;
    bottom: -2px;
}

/* --- 第2階層：目的別タブ --- */
.purpose-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
	overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #eee;
}
.purpose-tabs .purpose-tab-link {
    flex-shrink: 0;
    padding: 8px 16px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}
.purpose-tabs .purpose-tab-link.active,
.purpose-tabs .purpose-tab-link:hover {
    color: #2d87f0;
    border-bottom-color: #2d87f0;
}

/* --- コンテンツ表示/非表示 --- */
.purpose-pane { display: none; }
.purpose-pane.active { display: block; }
.tab-content-area {
    min-height: 100px; /* AJAX読み込み中にガタつかないように最低限の高さを確保 */
}

/* --- 表示モードによるスタイルの変更 --- */
.post-item .reward.reward-mode-rise_rate {
    display: flex; /* flexboxを有効化 */
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.4;
}

/* 増加率と報酬額を上下に並べる */
.post-item .reward.reward-mode-rise_rate > span {
    display: block;
}


/* --- ローディング表示 --- */
.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2d87f0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 40px auto;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

h3.poikurabe {
	margin: auto auto 16px auto !important;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
