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

/************************************
** レイアウト
************************************/

/*

div#container width: 100%

div.wrap   width: 95%;   max-width: 1500px;

*/

/************************************
** スマホの横幅最低値
************************************/

/*

350pxを最低値の基準とする

*/

/************************************
** カラーパレット
************************************/

/*

https://www.schemecolor.com/colors-of-spring.php

文字色：#000

背景・その他の黒：#333

背景薄グレー：#f2f2f2

黒線：rgba(47,47,47,1)
薄グレー線：rgba(47,47,47,0.2)

緑：#44b0b0
濃緑：#3B9A9A

*/

/************************************
** フォント
************************************/

.archivo {
	font-family: 'Archivo', sans-serif;
}

h2.related-entry-heading {
    font-family: 'Archivo', sans-serif;
}

@font-face{
 font-family: "Font Awesome 5 Free";
 font-style: normal;
 font-display: swap;
 font-weight: 400,900;
 src: url("https://use.fontawesome.com/releases/v6.3.0/webfonts/fa-solid-900.woff2","https://use.fontawesome.com/releases/v6.3.0/webfonts/fa-brands-400.woff2")
format("woff2");
}

/************************************
** スクロールバーの幅取得関連
************************************/

:root {
  --scrollbar: 0;
}

body {
  margin: 0;
}


/************************************
** リセット
************************************/

ol , ul {
	list-style: none;
	padding: 0;
}

a {
	text-decoration: none !important;
}

a:hover {
	color: #000;
}

.article ul li, .article ol li {
	margin: 0;
}

.article h2 {
	background: #f2f2f2;
}

.article h4, .article h5, .article h6 {
    font-size: 1.1rem;
	font-weight: 600;
    padding: 0.5em 0;
}

.article h4 {
	border: none;
}

.a-wrap:hover {
	background: none;
	transition: all 0s ease-in-out;
}

.toc{
    border: none;
}

.toc ul li a:hover {
	text-decoration: none;
}

.entry-categories-tags .tax-icon {
	margin: 0;
}

.eye-catch {
	margin-bottom: 0;
}

p.m_b_0 {
	margin-bottom: 0;
}

.tagcloud a {
	border: none;
    border-radius: 0;
    color: #000;
    padding: 0;
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    flex: none;
    display: block;
    justify-content: ;
    transition: none;
}

.tagcloud a .tag-caption .fas {
	display: none;
}

/************************************
** hover
************************************/

@media screen and (min-width: 1024px) {

/* 要素拡大 */

#navi .navi-in a:hover {
	color: #000;
	transform: scale(1.2);
	transition: all .3s ease 0s;
}

/* 画像拡大 */

.recommend a:hover img ,
.swiper-slide a:hover img {
	transform: scale(1.15);
	transition: all .3s ease 0s;
}

.recommend a ,
.swiper-slide {
	overflow: hidden;
}

/* アンダーライン */

#content_before_second ul.link_list li a:hover ,
#content_before_second .news a:hover span.title ,
#content_before_second .past_news_link a:hover ,
.ect-3-columns a.entry-card-wrap:hover .entry-card-title ,
.rect-vertical-card-3 a.related-entry-card-wrap:hover .related-entry-card-title ,
body.single-post #date_and_categories div a:hover ,
a.rt_tw_link:hover {
    text-decoration: underline !important;	
}

/* 背景色変化 */

.tagcloud a:hover ,
.home .widget_categories ul li a:hover ,
body.single-post .article-header ul.entry-tags li a:hover ,
body.single-post .footer_tags ul.entry-tags li a:hover {
	color: #fff;
	background: rgba(47,47,47,0.75);
	transition: all .3s ease 0s;
}

/* 文字色変化 */

.toc ul li a:hover::after {
	color: #000;
}

.contact_link a:hover ,
.page-template-page-basic_page_list .Link_box a:first-child:hover span {
	color: #94D5D5;
	transition: all .3s ease 0s;
}

.pagination a:hover {
	color: #fff;
	background: #000;
}

/* 投稿記事： リンクカード */
	
body.single-post .blogcard-wrap:hover {
	background: #ffffd8;
	color: #000;
	transition: all .3s ease 0s;
}
	
/* 戻り */

#navi .navi-in a ,
.tagcloud a ,
.recommend a img ,
.swiper-slide a img ,
.home .widget_categories ul li a ,
.contact_link a ,
.page-template-page-basic_page_list .Link_box a:first-child span ,
body.single-post .article-header ul.entry-tags li a ,
body.single-post .footer_tags ul.entry-tags li a {
	transition: all .3s ease 0s;
}
	
}

/************************************
** display: none;
************************************/

#crumb .fa-folder , #breadcrumb .fa-file ,

.entry-card .admin-pv ,

.post-date .fa-clock , 

#main .button-caption ,

.sidebar .widget_tag_cloud h3 ,

.eye-catch .cat-label, 

#breadcrumb .fa-folder ,

#breadcrumb .fa-folder:before , 

#archive-title span.fa-folder-open ,

#archive-title span.fa-tags ,

.pagination-next-link ,

.breadcrumbs_original div:last-child .fa-angle-right ,

body.single-post div.date-tags span.post-update ,

body.single-post #date_sp .date-tags {
	
	display: none;

}

/************************************
** sp pc での表示切替
************************************/
	
i.i_sp ,
.site_topimg_mobile {
	display: none;
}
	
i.i_pc {
	display: inline-block;
}

.entry-card-meta span.cat-label ,
.related-entry-card-meta span.cat-label {
	display: none;
}

/************************************
** font awesome
************************************/

.total_analysis .fa-regular ,
.total_analysis .far ,
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
	
	font-weight: 600;

}

.fa-square-check {
	margin-right: 0.5em;
}


/************************************
** 装飾
************************************/

.bold {
	font-weight: 600;
}

.red {
    color: #E45DB0;
}

.blue{
	color: #0BB4D1;
}

.red-under {
    border-bottom: 2px solid #D43B99;
}

.marker-under {
    background: linear-gradient(transparent 60%, #ffff8e 60%);
}

.marker-under , 
.marker-under-blue ,
.marker-under-red {
	font-weight: 600;
}


h2 .marker-under , h3 .marker-under , h4 .marker-under , h4 .marker-under {
	font-weight: 600;
}

.under_line {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


/* マーク：circle */

.fa-circle-dot:before, .fa-dot-circle:before {
	color: #3B9A9A;
	font-size: 1rem;
}

.total_analysis h2 .fa-circle-dot:before, .total_analysis h2 .fa-dot-circle:before {
	margin-bottom: 0.3em;
}


/* color */

.color_g {
	color: #44b0b0 !important;
}

.color_w {
	color: #fff !important;
}

/* color 動的生成箇所への指定 */

.copyright {
	color: #fff;
}

#breadcrumb ,
#breadcrumb a ,
#breadcrumb span {
	color: #fff !important;
}

.article .analysis h4:before {
	color: #fff;
}

body.single-post table tr:first-child th,
body.single-post table tr:first-child td,
body.page table tr:first-child th,
body.page table tr:first-child td {
	color: #fff;
}

body.page-id-1712 table tr:first-child td ,
body.page-id-1307 table tr:first-child td ,
body.page-id-2852 table tr:first-child td ,
body.page-id-5048 table tr:first-child td {
	color: #000;
}

/* background */

.bg_w {
	background: #fff;
}

.bg_b {
	background: #000;
}

.bg_g {
	background: #3B9A9A;
}

.bg_p {
	background: #D43B99;
}

.bg_y {
	background: #ffff8e;
}


/* background 動的生成箇所への指定 */

.entry-card-thumb .cat-label ,
.related-entry-card .cat-label {
	background: #fff !important;
}

.entry-card, .related-entry-card {
	background: #fff;
}

body.single-post .toc ,
body.single-post .white_box ,
body.single-post .closing ,
body.single-post .under-entry-content ,
body.page .toc ,
body.page .white_box ,
body.page .closing {
	background: #fff !important;
}

table td {
	background: #fff;
}


/* border-radiuus */

.radius_12 {
	
    border-radius: 12%;

}


/************************************
** シャギー対応
************************************/

.new_posts a:before {
	transform: rotate(0.05deg) translateX(0);
}

table tr th , table tr td  , h2 , h3 {
	transform: rotate(0.05deg) translateX(0);
}

/************************************
** 大枠
************************************/

/* container */

#container {
    width: 100%;
    margin: 0 auto;
}

/* content */

.home .content {
	margin-top: 4vw;
}

body.single-post .content , 
body.page .content {
	margin-top: 0;
	padding-top: 140px;
}


/* wrap */

.wrap{
	width: 90%;
	max-width: 1500px;
}

/* main */

.main {
    width: 70%;
	padding: 0;
	background: #f2f2f2;
	border: none;
}


/* entry-content */

.entry-content {
	margin-bottom: 3.6em;
}

.page-template-page-basic_page_list .entry-content {
	margin-top: 0;
}


/************************************
** sticky
************************************/

.sticky {
    position: -webkit-sticky; /* Safari */
	position: sticky;
	top: calc(65px + 3.6em);
}

.none {
    opacity: 0;
    z-index: -1;
    transition: 1s;
}

/************************************
** モバイルメニュー
************************************/

.mobile-menu-buttons {
	min-height:auto;
}

.mobile-menu-buttons .menu-content {
	background: #000;
}

.mobile-menu-buttons .menu-button > a {
	padding: 0.5em 0;
}

.menu-drawer a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0.5em;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.menu-drawer a i.fa-house ,
.menu-drawer a i.fa-twitter ,
.menu-drawer a i.fa-envelope ,
.menu-drawer a i.fa-chart-simple ,
.menu-drawer a i.fa-pen-to-square {
	margin-right: 1em;
}

.fa-twitter {
	color: #1da1f2;
}

.menu-drawer a i.fa-chart-simple {
	color: #44b0b0;
}

.menu-drawer a i.fa-pen-to-square {
    color: #ffff8e;
}

.menu-close-button {
    font-size: 2rem;
	color: #fff;
	text-align: right;
	margin: 0.25em 0.5em 0 0;
}

body.single-post .menu-drawer a p {
	color: #fff;
}

.menu-drawer .sub-menu {
	padding-left: 40px;
}

.menu-drawer .sub-menu li a {
	font-size: 0.9rem;
    margin: 0 0 1em 0;
    padding:  0.5em 0 0.5em;
}

.menu-drawer li.cat_label > a {
	background: #444;
    margin-top: 0.5em;
    margin-bottom: 1em;
	padding-left: 1em;
}

.menu-drawer li.cat_label > a p {
	font-weight: 600;
}

.menu-drawer .sub-menu li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
	font-weight: 600;
}

.menu-drawer a:hover {
	background-color: #333;
    transition: none;
    color: #fff;
}

/************************************
** ヘッダー
************************************/

#header-container {
    width: 100%;
    z-index: +1;
}


#header-container-in {
	padding: 1em 0 ;
	border-bottom: 1px solid rgba(47,47,47,0.4);
}

#header {
	width: 100%;
}

.header-in {
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
}

body.single-post .header-container ,
body.page .header-container {
	position: fixed;
}

#header-container-in .logo_box {
	display: flex;
	align-items: center;
}

#header-container-in .header_C_box {
	font-weight: 600;
}

#header .site-name-text {
	line-height: 1;
}

#header-container-in .header_C_box a {
	display: block;
    font-weight: 600;
	background: #3B9A9A;
	border-radius: 999px;
    padding: 0.4em 1.6em;
}

.page-template-page-basic_page_list #header-container-in .header_C_box a {
	background: #000;
}

#header-container-in .header_C_box i {
	margin-right: 0.5em;
}

#navi .navi-in a {
	color: #000;
	font-size: 1.6rem;
	padding: 0.25em 0.85em;
}

#navi .navi-in ul li:last-child a {
	padding-right: 0;
}

.header-container-in.hlt-top-menu .navi {
	width: auto;
}

#header p.sub_title {
	font-size: 0.8rem;
	font-weight: 600;
	margin-left: 1.2em;
	color: #000;
}

.header-container-in.hlt-top-menu .logo-header img {
	max-width: 175px;
	width: 100%;
	vertical-align: middle;
}

.site-name-text-link {
	padding: 0;
}

.navi-in > ul{
	padding: 0;
    margin: 0;
    display: flex;
}

.navi-in > ul li{
	width: auto;
	height: auto;
	line-height: 1;
}

#header-container .cf::after {
	content: none;
}


/************************************
** パンくずリスト
************************************/

#breadcrumb_container {
	padding: 1.8em 0;
    width: calc(100vw - var(--scrollbar));
	margin: 0 calc(50% - 50vw);
    background: #3B9A9A;
}

.breadcrumb {
	margin: 0 auto;
    width: 90%;
    max-width: 1500px;
	font-size: 0.8em;
	line-height: 2.4;
}

#breadcrumb ,
#breadcrumb a ,
#breadcrumb span {
	font-weight: 600;
}

.breadcrumb .sp {
	margin: 0 1.5em;
}

/************************************
** サイドバー　※トップページでのみ表示
************************************/

.home #sidebar {
	display: flex;
    align-items: flex-end;
	max-width: 400px;
	width: 29vw;
	margin: 0 0 4vw 4vw;
	padding: 2vw;
}

.home #sidebar aside.widget_categories {
	margin-bottom: 0;
}

.home #content-in {
	display: flex;
	padding-top: 4vw;
	border-top: 1px solid rgba(47,47,47,0.2);
}

.home #main {
    margin: 0;
    flex: 1;
}

.home #sidebar .search-box {
	margin-top: 0;
}

.home .sidebar {
	padding: 0;
}

.home .sidebar-scroll {
	top: auto;
	bottom: 0;
}

.sidebar h2, .sidebar h3 {
	background-color: #333;
    color: #fff !important;
    padding: 12px;
	margin-bottom: 14px;
	font-size: 1rem;
}

.home .widget_categories ul li a {
    padding: 0 0 0 18px;
	margin-bottom: 12px;
    font-weight: 600;
    background: rgba(47,47,47,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.05em;
}

.home .widget_categories ul li a:after {
	content: none;
}

.widget_categories ul li a .post-count {
	display: block;
    float: none;
    text-align: center;
    padding: 12px 18px;
    border-left: 6px solid #fff;
}

.home #sidebar .sitelink {
	display: block;
}

.home #sidebar #custom_html-2 {
	margin-top: 1.8em;
}

.home #sidebar .sitelink a {
	display: block;
	margin-bottom: 14px;
}

/************************************
** #content_before
************************************/

#content_before {
    display: flex;
    align-items: flex-start;
	margin: -1.8em auto;
	padding: 4vw 0;
}

#content_before .L_box {
    width: 30vw;
    padding-right: 4vw;
}

#content_before .R_box {
    display: flex;
    width: 70vw;
	justify-content: space-between;
    padding: 0;
	background: url("https://keiba-shiraberu.net/wp-content/uploads/2023/06/top_img.png") no-repeat;
	background-position: center center;
	background-size: contain;	
}


/* Recommend */

#content_before .L_box h2 {
    display: flex;
	align-items: center;
    justify-content: center;
    font-size: 1.8vw;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 2vw;
}

#content_before .L_box h2 i {
    margin-right: 0.5em;
	margin-bottom: 2px;
    font-weight: 600;
	font-size: 0.9em;
}

#content_before .L_box h2 .sp_sub_title {
    display: none;
}

ul.recommend li {
	margin-bottom: 2vw;
}

ul.recommend li:last-child {
	margin-bottom: 0;
}

.recommend a {
	display: block;
	position: relative;
	line-height: 1;
}

.recommend a .bg_br {
    background-color: black;
    display: inline-block;
}

.recommend a .bg_br img {
    display: block;
    opacity: 0.4;
}

.recommend a .absolute {
    position: absolute;
    top: 0;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 7.5%;
}

.recommend a h3 {
    display: flex;
	font-size: 1.1vw ;
    line-height: 1.8;
	margin-top: auto;
}

.recommend a h3 ,
.recommend a p {
	font-weight: 600;
	text-shadow: 0px 0px 0.25em #000;
}

ul.recommend  li h3 i {
	display: inline-block;
    line-height: 1.8;
	margin-right: 1em;
	color: #ffff8e;
}

.recommend a .absolute p {
	font-size: 0.9vw ;
	display: inline-block;
}

.recommend a .absolute .post_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	margin-top: auto;
}

.recommend a .absolute .post_info p:last-child {
	padding: 0 0.5em;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	line-height: 1.8;
}

/************************************
** content_before_second
************************************/

#content_before_second .attention {
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(47,47,47,0.2);
    border-bottom: 1px solid rgba(47,47,47,0.2);
}

#content_before_second .attention h2 {
	margin-top: 2px;
	line-height: 1;
	padding: 0.5em;
	font-size: 0.9rem;
	background: #ffff8e;
}

#content_before_second .attention i {
 	margin: 2px 40px 0;
}

#content_before_second .attention i.icon_sp {
	display: none;
}

#content_before_second .attention .attention_num {
    font-family: 'Montserrat';
    margin-right: 1em;
    padding-right: 1em;
    display: inline-block;
    border-right: 1px solid rgba(47,47,47,0.2);
    line-height: 1;
}

#content_before_second ul.link_list {
	display: flex;
	align-content: center;
}

#content_before_second ul.link_list li a {
    display: inline-block;
	padding: 2vw 30px 2vw 0;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.075em;
	line-height: 1;
}

#content_before_second .news {
	display: flex;
	align-items: baseline;
	padding: 0 2vw;
	margin-bottom: 3vw;
	font-size: 0.9rem;
}

#content_before_second .news h2 {
	font-size: 0.9rem;
	margin-right: 1.5em;
}

#content_before_second .news i ,
#content_before_second .news span {
    margin-right: 1em;	
}

#content_before_second .news a {
	padding: 2vw 0;
}

#content_before_second .news span:last-child {
    margin-right: 0;	
}

#content_before_second .past_news_link {
	margin-left: auto;
}

#content_before_second .past_news_link a {
	font-weight: 600;	
}

#content_before_second .past_news_link a i {
    margin-right: 0.6em;
}

	
#content_before_second .total_analysis {
 	position: relative;
	display: flex;
}

#content_before_second .total_analysis h2 {
	display: flex;
	align-items: baseline;
    font-size: 1.2rem;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    margin-right: 3vw;
    line-height: 1;
}

#content_before_second .total_analysis h2 span {
	writing-mode: horizontal-tb;
	padding-left: 0.1em;
}
	
#content_before_second .total_analysis h2 .fa-dot-circle:before ,
.latest_post > h2 .fa-dot-circle:before {
	margin-bottom: 0.3em;
}

#content_before_second a.total_analysis_page_link {
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
    background: #3B9A9A;
    padding: 0.6em 1.2em;
    border-radius: 999px;
	display: inline-block;
    float: right;
    margin-top: 2vw;
}

#content_before_second a.total_analysis_page_link i {
	margin-right: 0.5em;
}

/************************************
** スライダー
************************************/

.swiper-wrapper {
	margin: 0;
}

.swiper-slide, swiper-slide {
	line-height: 1;
}

/* 左右ボタン */

.swiper .swiper-container .swiper-button-next , .swiper .swiper-container .swiper-button-prev {
    position: absolute;
    background: #333;
    box-shadow: 0 0 3px gray;
    border-radius: 20px;
    height: 32px;
    width: 32px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,0px) !important;
	padding-right: 1px;
    padding-top: 2px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,0px) !important;
	padding-left: 1px;
    padding-top: 2px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after , .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 0.8rem !important;
    color: #fff;
	font-weight: 600;
}

.swiper-button-next, .swiper-button-prev {
	top: var(--swiper-navigation-top-offset,40%) !important;
}

.swiper .swiper-container .swiper-button-next {
	margin-right: 1em;
}

.swiper .swiper-container .swiper-button-prev {
	margin-left: 1em;
}

/*ページネーション*/

.swiper .swiper-pagination {
	bottom: 20px !important;
}

.swiper-pagination-bullet-active {
	background: #44b0b0  !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: auto !important;
}

/************************************
** 記事一覧
************************************/

.ect-3-columns ,
.rect-vertical-card .related-list {
	justify-content: space-between;
}

.related-list {
	margin-bottom: 0;
}

.ect-3-columns .entry-card-wrap ,
.rect-vertical-card-3 .related-entry-card-wrap {
    width: 30%;
	padding: 0;
	margin-bottom: 4vw;
}

.entry-card-title ,
.related-entry-card-title {
    font-size: 1.1rem;
    margin: 0 0 1.4em 0;
    line-height: 1.8;
    font-weight: 600;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb {
 	position: static;
    width: 100%;
    float: none;
	margin: 0;
}

.entry-card-thumb .cat-label ,
.related-entry-card .related-entry-card-thumb .cat-label {
   left: 5%;
    top: -14px;
	border: 1px solid #333;
    font-size: 0.8rem;
    padding: 0.6em 0.6em 0.6em 1.8em;
    line-height: 1;
    font-weight: 600;
}

.entry-card-thumb .cat-label:before ,
.related-entry-card .related-entry-card-thumb .cat-label:before {
    position: absolute;
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	border-radius: 50%;
	background: #44b0b0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0.6em;
}
	
.ect-vertical-card .entry-card-wrap .entry-card-content ,
.rect-vertical-card .related-entry-card-content {
	margin-top: -7.5px;
	padding: 1.6em;
}

.entry-card .entry-date ,
.related-entry-card .post-date {
    display: inline-block;
	margin: 0;
	font-size: 0.8rem;
	padding: 1.8em;
}

/* トップページのみサイドバー表示に準ずる指定 */

.home .ect-3-columns .entry-card-wrap {
	width: calc( 50% - 2vw); 
	margin-bottom: 4vw;
}

/* 記事一覧：トップページ・関連記事 */

#list, .list-wrap {
	margin-bottom: 0;
}

.related-entry-card {
	background: #f2f2f2;
}

.rect-vertical-card .related-entry-card-title {
	font-size: 1rem;
}

.home #list:after ,
.related-list:after {
    content:"";
    display: block;
    width:30%;
}

#list_container {
	display: flex
}

#list_container h2#latest_article {
    font-size: 1.2rem;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    margin-right: 3vw;
    line-height: 1;
}

#list_container h2#latest_article .fa-dot-circle:before {
	margin-bottom: 0.3em;
}

.all_post_link {
	padding: 0 0 4vw calc( 3vw + 20px );
	text-align: center;
}

.all_post_link a {
    display: inline-block;
    background: #333;
    border-radius: 999px;
    padding: 1em 3em;
    font-weight: 600;
	font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.all_post_link a i {
	font-weight: 600;
	margin-right: 0.45em;
}

aside#related-entries {
	margin: 0 auto;
	width: 90%;
	max-width: 1500px;
}


/************************************
** 目次

ul.toc-listが最上位のul 以下はclassのないul

************************************/

.toc {
    width: 100%;
    padding: 4vw;
}

.toc-title {
    font-size: 1.4rem;
	font-weight: 600;
    padding: 0;
    margin-bottom: 40px;
	line-height: 1;
}

.toc ul.toc-list {
	max-width: 400px;
	margin: 0 auto;
	font-weight: 600;
}

.toc ul.toc-list li {
	border-bottom: 1px solid rgba(47,47,47, 0.2);
}

.toc ul.toc-list li:last-child {
	border-bottom: none;
}

.toc ul.toc-list li a {
    display: flex;
    align-items: baseline;
    position: relative;
    padding: 1.2em 0;
    font-size: 1rem;
}

.toc ul.toc-list li:first-child a {
    padding-top: 0;
}

.toc ul.toc-list li:last-child a {
    padding-bottom: 0;
}

.toc ul.toc-list li a:before{
	width: 1.4em;
    font-family: 'Montserrat';
    padding: 0 1em 0 0;
    margin-right: 1em;
    border-right: 1px solid rgba(47,47,47, .2);
    line-height: 1.1;
}

.toc ul.toc-list li:nth-of-type(1) a:before {
	content: "01";
}

.toc ul.toc-list li:nth-of-type(2) a:before {
	content: "02";
}

.toc ul.toc-list li:nth-of-type(3) a:before {
	content: "03";
}

.toc ul.toc-list li:nth-of-type(4) a:before {
	content: "04";
}

.toc ul.toc-list li:nth-of-type(5) a:before {
	content: "05";
}

.toc ul.toc-list li:nth-of-type(6) a:before {
	content: "06";
}

.toc ul.toc-list li:nth-of-type(7) a:before {
	content: "07";
}

.toc ul.toc-list li:nth-of-type(8) a:before {
	content: "08";
}

.toc ul.toc-list li:nth-of-type(9) a:before {
	content: "09";
}

.toc ul li a::after {
	margin-left: auto;
	padding-left: 1em;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
	color: rgba(47,47,47, 0.2 );
	font-size: 0.8rem;
}

ul.toc-list {
	padding: 0;
}


/************************************
** タグの表示
************************************/

body.single-post .article-header ul.entry-tags ,
body.single-post .footer_tags ul.entry-tags,
.archive ul.entry-tags ,
.home .entry-card ul.entry-tags ,
#related-entries ul.entry-tags ,
.status ul.entry-tags ,
.search-results ul.entry-tags , 
.tagcloud {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 0.5em;
	gap: 1em;
}

body.single-post .footer_tags ul.entry-tags ,
.home .entry-card ul.entry-tags ,
.archive ul.entry-tags ,
#related-entries ul.entry-tags ,
.status ul.entry-tags ,
.search-results ul.entry-tags {
	margin-top: 0;
}

body.single-post .article-header ul.entry-tags li a , 
body.single-post .footer_tags ul.entry-tags li a ,
.home .entry-card ul.entry-tags li ,
.archive .entry-card ul.entry-tags li ,
#related-entries ul.entry-tags li ,
.status ul.entry-tags li ,
.search-results ul.entry-tags li ,
.tagcloud a {
	display: inline-block;
    padding: 0.65em 0.85em;
    font-weight: 600;
    background: rgba(47,47,47,0.1);
    font-size: 0.8rem;
}

.status ul.entry-tags {
    margin-bottom: 0;
	padding: 0;
}

.status ul.entry-tags li {
	width: auto;
}

.footer_tags {
	padding: 3.6em 0 0;
    border-top: 1px solid rgba(47,47,47,0.2);
}

.footer_tags ul {
	margin: 0;
} 


/************************************
** テーブル
************************************/

table tr th, table tr td, h2, h3 {
    transform: unset;
}

.table_container {
	max-width: 99.9%;
	max-height: 99.9%;
	overflow-x: auto;
	overflow-y: hidden !important;
	margin-bottom: 2.4em;
}

.table_container table{
	width: 100%;
	white-space: nowrap;
	margin: 0;
}

.table_container:last-child table {
	margin: 0;
}

table th , table td {
	border: none;
	border-bottom: 6px solid #f2f2f2;
	font-size: 1rem;
	text-align: center;
	padding: 1em 0;
	min-width: 90px;
}

/*** テーブル：外枠線の消去 ***/

table tr:first-child th , table tr:first-child td {
	border-top: none;	
}

table tr th:first-child , table td:first-child {
	border-left: none;	
}

table tr th:last-child , table td:last-child {
	border-right: none;	
}

table tr:last-child th , table tr:last-child td {
	border-bottom: none;		
}

body.single-post table tr:first-child th ,
body.single-post table tr:first-child td ,
body.page table tr:first-child td ,
body.page table tr:first-child td {
	background: #3B9A9A;
    font-weight: 600;
	text-align: center;
	padding: 0.75em 1em;
}

body.page-id-1712 table tr:first-child td ,
body.page-id-1307 table tr:first-child td ,
body.page-id-2852 table tr:first-child td ,
body.page-id-5048 table tr:first-child td {
	background: #FFF7E9;
	font-weight: 400;
	padding: 1em;
}

table .red {
	vertical-align: text-bottom;
	text-decoration: underline;
    text-underline-offset: 0.3em;
}


/*** テーブル：１列目 ***/

table tbody tr td:first-child {
	white-space: nowrap;
	text-align: center;
	position: sticky;
    top: 0;
    left: 0;
	z-index: +1;
	font-weight: 600;
}

table tbody tr td:first-child:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 6px solid #f2f2f2;
}

/*** 分析テーブル：３行目以降・奇数行の背景色 ***/

table tbody tr:nth-child(odd) td {
	background: #FFF7E9;
}

/*** th,tdの親CSS無効化 ***/

table:not(.has-border-color) :where(th, td) {
	border: none;
	padding: 1em 0;
}

/************************************
** 投稿記事	/ 固定ページ 基本レイアウト
************************************/

/*** 固定ページ：タイトル ***/

body.page article h1.entry-title {
	margin: 0;
    padding: 4vw 0;
    line-height: 1.8;
    font-weight: 600;
    font-size: 2.4rem;
}

body.page article .sub_title {
    display: inline-block;
	font-weight: 600;
	line-height: 1;
    padding: 0.5em;
	margin: 0;
    background: #ffff8e;
}

body.page .eye-catch-wrap {
	margin-top: 0;
}

/*** article ***/

body.single-post main > article.article ,
body.page main > article.article {
    position: relative;
	margin: 0 auto 3.6em;
	padding:0 17.5%;
}

body.single-post p ,
body.single-post h2 ,
body.single-post h3 ,
body.single-post h4 ,
body.single-post h5 {
	color: #000;
}

.is-style-primary-box, .primary-box, .sp-primary, .primary , .is-style-secondary-box, .secondary-box {
	color: #000;
    font-size: 1rem;
    background: none;
    border: none;
    padding: 0;
    border-radius: none;
    margin-bottom: 20px;
}

/*** 投稿記事：タイトル ***/

body.single-post article h1.entry-title {
	margin: 0;
	padding: 4vw 0;
	line-height: 1.8;
    font-weight: 600;
    font-size: 2.4rem;
}

body.single-post #date_and_categories {
	display: flex;
    align-items: center;
}

.date-tags {
    line-height: 1;
    text-align: left;
    border-right: 1px solid rgba(47,47,47, .3);
    padding-right: 1.5em;
}

body.single-post #date_and_categories ul {
	display: flex;
	margin: 0;
}


body.single-post #date_and_categories ul li a {
   color: #44b0b0;
   font-size: 0.9rem;
   font-weight: 600;
   padding: 0.75em 1.5em;
}

body.single-post #date_and_categories ul li:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
    font-weight: 600;
    color: rgba(47,47,47, .3);	
}

body.single-post #date_and_categories ul li:last-child:after {
	content: none;
}

body.single-post .entry-date {
	margin-left: 0;
	font-size: 0.9rem;
}

body.single-post .post-date {
	margin-right: 0;
	vertical-align: bottom;
}

body.single-post .entry-categories-tags > div , body.single-post .entry-categories-tags , body.single-post .date-tags {
	margin-bottom: 0;
}

body.single-post ul.entry-categories {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

body.single-post .entry-categories .cat-link {
	font-size: 0.9rem;
	font-weight: 600;
	color: #0CC0DF;
    margin: 0;
	padding: 0;
    background: none;
}

body.single-post ul.entry-categories li:nth-of-type(2) a:before {
    font-family: "Font Awesome 6 Free";
	content: "\f054";
	font-weight: 600;
	color: rgba(47,47,47, .3);
	padding: 0 1em;
}

.eye-catch-wrap {
	margin: 4vw 0;
}

/*** 投稿記事本文：ツイート埋め込み ***/

.tw_block {
    position: relative;
    background: #fff;
    padding: 4vw;
}

body.single-post .tw_block {
	margin-bottom: 4vw;
}

.page-template-page-basic_page .tw_block {
	margin-bottom: 55px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


body.single-post .tw_block p:first-child ,
body.page .tw_block p:first-child {
    font-weight: 600;
    line-height: 1.8;
    display: inline-block;
	text-decoration: underline;
    text-underline-offset: 0.3em;
}

/*** 投稿記事本文：再利用ブロック ***/

.entry-content .inside_link {
	margin-bottom: 4vw;
}

.inside_link .blogcard-thumbnail {
	display: none;
}

.inside_link .blogcard-content {
	margin-left: 0;
}

.inside_link  a.blogcard-wrap {
	width: 100%;
	background: #3B9A9A;
    color: #fff;
}

.inside_link_check_block {
	display: flex;
    align-items: baseline;
	margin: 0;
}

.inside_link_check_block p.check {
	margin: 0 0.9em 0 0;
    line-height: 1;
    padding: 0.5em;
    font-size: 0.9rem;
    background: #ffff8e;
	font-weight: 700;
}

/*** 投稿記事本文 ***/

body.single-post .entry-content a {
	text-decoration: underline;
	color: #0000ee;
}

body.single-post .entry-content a .blogcard {
	color: #000;
}

body.single-post .entry-content #toc a {
    text-decoration: none;
	color: #000;
}

/*** 投稿記事・固定ページ：h2 ***/

body.single-post .article h2 ,
.page-template-default .article h2 {
	display: flex;
    align-items: baseline;
    width: 100%;
	margin: 4vw 0 28.8px;
    padding: 28.8px 0;	
    background: none;
    border-top: 1px solid rgba(47,47,47, .2);
    border-bottom: 1px solid rgba(47,47,47, .2);
    line-height: 1.8;
	font-size: 1.8rem;
}

body.single-post .article h2:before , 
.page-template-default .article h2:before {
    font-family: 'Montserrat';
    padding-right: 0.75em;
    border-right: 1px solid rgba(47,47,47,0.2);
    color: #000;
    font-weight: 600;
    margin-right: 0.75em;
    line-height: 1;
}

body.single-post .article h2:nth-of-type(1):before , 
.page-template-default .article h2:nth-of-type(1):before {
	content: "01";
}
body.single-post .article h2:nth-of-type(2):before , 
.page-template-default .article h2:nth-of-type(2):before {
	content: "02";
}
body.single-post .article h2:nth-of-type(3):before ,
.page-template-default .article h2:nth-of-type(3):before {
	content: "03";
}
body.single-post .article h2:nth-of-type(4):before ,
.page-template-default .article h2:nth-of-type(4):before {
	content: "04";
}
body.single-post .article h2:nth-of-type(5):before ,
.page-template-default .article h2:nth-of-type(5):before {
	content: "05";
}
body.single-post .article h2:nth-of-type(6):before ,
.page-template-default .article h2:nth-of-type(6):before{
	content: "06";
}
body.single-post .article h2:nth-of-type(7):before ,
.page-template-default .article h2:nth-of-type(7):before {
	content: "07";
}
body.single-post .article h2:nth-of-type(8):before ,
.page-template-default .article h2:nth-of-type(8):before {
	content: "08";
}
body.single-post .article h2:nth-of-type(9):before ,
.page-template-default .article h2:nth-of-type(9):before {
	content: "09";
}
body.single-post .article h2:nth-of-type(10):before ,
.page-template-default .article h2:nth-of-type(10):before {
	content: "10";
}

/*** 投稿記事：h3 ***/

body.single-post h3 {
   border: none;
   padding: 0;
   font-size: 1.1rem;
   font-weight: 600;
}


/*** 投稿記事：dl ***/

body.single-post dl {
	margin-bottom: 2.4em;
}

body.single-post dl.overview dt {
	display: flex;
    align-items: center;
	position: relative;
    border: none;
    margin: 1.8em 0 1.2em;
	font-weight: 600;
}

body.single-post dl.overview dt:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-right: 0.6em;
    width: 0.5em;
    background: #333;
}

dl.overview dd , .analysis dl dd {
    position: relative;
	margin-bottom: 1.2em;
    margin-left: 0;
    padding-left: 2em;
}

dl.overview dd:before , .analysis dl dd:before {
    border-top: 1px solid rgba(47,47,47, .2);
    display: inline-block;
    content: "";
    width: 1em;
    position: absolute;
    top: 0.9em;
    left: 0;
}

dl.overview dd:before , .analysis dl dd:before {
  margin-right: 1em; /* 文字の右隣 */
}

h2 span.denomination:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
	margin: 0 0.75em;
}

/* 目次での表示 */

.toc span.denomination:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 600;
    margin: 0 0.75em;
}

.analysis {
	margin: 3em 0;
}

.article .analysis h4 {
	line-height: 1.8;
	border-top: 1px solid rgba(47,47,47, 0.2);
	border-bottom: 1px solid rgba(47,47,47, 0.2);
}

.article .analysis h4:before {
    font-family: "Font Awesome 5 Free";
    content: "\f080";
    margin-right: 0.5em;
    background: #3B9A9A;
    padding: 0.2em;
}

.article .analysis .type {
	display: flex;
    align-items: center;
	font-weight: 600;
}

.article .analysis .type i {
    margin-right: 0.6em;
}

.article .analysis dl dt {
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    margin: 1.8em 0 1.2em;
    font-weight: 600;
}

.article .analysis dl dt:before {
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-right: 0.6em;
    width: 0.5em;
    background: #333;
}

.article .analysis table .blue {
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

/*** 投稿記事： .white_box ***/

.white_box {
	position: relative;
	padding: 40px;
	margin-bottom: 2.4em;
}

.white_box:last-child {
	margin-bottom: 0;
}

.white_box p:last-child {
	margin-bottom: 0;
}

.normal_list a {
	color: #0000EE;
	text-decoration: underline !important;
}

.annotation .white_box p ,
ul.closing li ,
body.single-post ul.normal_list li ,
body.page ul.normal_list li {
	padding-left: 1.6em;
}

.annotation .white_box p:first-child , 
ul.closing li ,
body.single-post ul.normal_list li ,
body.page ul.normal_list li {
	position: relative;
}

.annotation .white_box p:first-child:before ,
ul.closing li:before ,
body.single-post ul.normal_list li:before ,
body.page ul.normal_list li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    position: absolute;
    background: #44b0b0;
	color: #fff;
    top: 0.65em;
    left: 0;
    line-height: 1;
    display: inline-block;
    padding: 0.2em;
    font-size: 0.7em;
}

body.single-post ul.normal_list li:before ,
body.page ul.normal_list li:before {
    background: #333;
}

/*** 投稿記事： .closing ***/

body.single-post ul.closing ,
body.single-post ul.normal_list ,
body.page ul.normal_list ,
body.page ul.closing {
    padding: 40px;
}

body.single-post ul.closing li ,
body.single-post ul.normal_list li ,
body.page ul.normal_list li ,
body.page ul.closing li {
    margin-bottom: 1.8em;
}

body.single-post ul.closing li:last-child ,
body.single-post ul.normal_list li:last-child ,
body.page ul.normal_list li:last-child ,
body.page ul.closing li:last-child {
    margin-bottom: 0;
}


/*** 投稿記事：画像・リンク ***/

body.single-post .entry-content img.size-large {
	width: 75%;
}

body.page .blogcard-wrap ,
body.single-post .blogcard-wrap {
	margin-left: 0;
}

/*** 投稿記事： シェアボタン ***/

#main #side_sns_area {
	position: absolute;
	left: 0;
	top: 0;
    display: block;
	height: 100%;
	text-align: center;
}

#main .sns-share-buttons , #main .sns-follow-buttons {
	display: flex;
    flex-flow: column;
	justify-content: center; /*中央寄せ*/
}

#main .sns-share a {
	margin-bottom: 1.5em;
}

#main .sns-share a:last-child {
	margin-bottom: 0;
}

.sns-share-message, .sns-follow-message {
	margin-bottom: 1.5em;
}

.sns-share, .sns-follow {
	margin: 0;
}

.icon-x-corp:before {
	content:"Ｘ";
	font-weight: bold;
}


/*SNSシェアボタン*/

.sns-share-message , .sns-follow-message {
    font-weight: 600;
    color: #875d5b;
    line-height: 2.25;
    font-size: 0.9rem;
}
.sns-share-buttons a {
	border-radius: 50%;
	font-size: 1.2rem;
	margin: 0;
}
#main .sns-share a {
	width: 2.75rem;
	height: 2.75rem;
}

.bc-brand-color-white.sns-share a, .bc-brand-color-white.sns-follow a {
	border: none;
}

.social-icon {
	color: rgba(47,47,47, .4);
}

.bc-brand-color-white.sns-share a:hover, .bc-brand-color-white.sns-follow a:hover {
	opacity: 1;
}

.bc-brand-color-white.sns-share a:hover .social-icon , .bc-brand-color-white.sns-follow a:hover .social-icon {
	color: #000;
}

/*SNSフォローボタン*/

.sns-follow-message{
	font-weight: bold;
	color: #875d5b;
}
.sns-follow-buttons {
	justify-content: center;
}
.sns-follow-buttons a {
	border-radius: 50%;
	font-size: 1.2rem;
	margin: 0 ;
}
#main .sns-follow a {
	width: 2.5rem; 
	height: 2.5rem;
}

/* 投稿記事本文下のカテゴリーリンク */

body.single-post footer.article-footer {
	margin-bottom: 1.8em:
}

.footer_cat_link {
	margin-bottom: 3.6em;
	text-align: center;
}

.footer_cat_link a {
	display: inline-block;
	padding: 1em;
	font-weight: 600;
}


/************************************
** 投稿記事下
************************************/

.under-entry-content {
	margin: 0 calc(50% - 50vw);
    width: calc(100vw - var(--scrollbar));
    padding: 4vw 0 0;
}

.related-entry-heading, .comment-title {
	margin: 0 0 4vw;
    font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
}

/************************************
** テンプレート
************************************/

.annotation {
	margin: 0;
}

.annotation > div {
	margin-bottom: 1.8em;
}

.annotation .headline {
	position: relative;
}

.annotation .headline a span {
    text-decoration: underline;
    text-underline-offset: 0.3em;
	font-weight: 600;
	cursor: pointer;
}

.annotation .headline a span:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-right: 0.6em;
    font-weight: 600;
    color: #44b0b0;
	background: #fff;
    line-height: 1;
    padding: 0.125em 0.3em;
	vertical-align: text-bottom;
	transition: 0.25s;
}

.annotation .headline a:hover span:before {
    background: #44b0b0;
	color: #fff;
	transition: 0.25s;
}

#notation.arrow_bg:before , #base_odds.arrow_bg:before , #base_expected_value.arrow_bg:before {
    background: #44b0b0;
	color: #fff;
}


/************************************
** 投稿記事内・左側縦線
************************************/

.analysis , #toggle_base_odds , #toggle_base_expected_value , #toggle_notation {
	position: relative;
	padding-left: 1.5em;
}

.analysis:before , #toggle_base_odds:before, #toggle_base_expected_value:before , #toggle_notation:before {
    background: rgba(47,47,47, .2);
    content: "";
    height: 100%;
	top: 0;
    left: 0;
    position: absolute;
    width: 2px;
}

.annotation .expansion {
    margin-bottom: 0;
	line-height: 1;
    font-size: 0.9rem;
    text-align: right;
}

/************************************
** 固定ページ：ご要望・ご依頼ページ
************************************/

.contact_link {
	display: flex;
	flex-direction: column;
}

.contact_link p {
	display: inline-block;
	width: fit-content;
}

.contact_link p i {
	margin-right: 0.45em;
}

.contact_link p a {
	color: #44b0b0;
	font-weight: 600;
	border-bottom: 1px solid;
}

/************************************
** 固定ページ：問い合わせページ
************************************/

.page-id-464 .entry-content {
	margin-top: 0;
}

input[type='submit'] {
	font-family: "Noto Sans JP" ,sans-serif;
}

.entry-content form p input {
	margin-bottom: 0.9em;
}

.entry-content .submit_button {
	margin-bottom: 2.7em;
	width: 50%;
}

.submit_button .back {
	background: rgba(47,47,47,0.5);
	margin-bottom: 1.8em;
}


/************************************
** 固定ページ：基本情報ページ
************************************/

.article .status > h2 {
    display: flex;
    margin: 4vw 0 28.8px;
    padding: 28.8px 0;
    border-top: 1px solid rgba(47,47,47, .2);
    border-bottom: 1px solid rgba(47,47,47, .2);
    line-height: 1.8;
    font-size: 1.8rem;
}

.status > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 20px;
	padding: 20px 0 0;
	border-top: 1px solid rgba(47,47,47, .2);
}

.status ul li {
	display: flex;
	width: 49%;
	margin-bottom: 2%;
}

.status ul.entry-tags li:nth-of-type(odd) , 
.status ul.entry-tags li:nth-of-type(even) {
	padding: 0.65em 0.85em;
}

.status ul li:nth-of-type(odd)

.status ul li:nth-of-type(even) {
	padding-left: 1%;
}

.status ul li:nth-of-type(5) ,
.status ul li:nth-of-type(6) {
	margin-bottom: 0;
}

.status ul li p {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 0.9rem;
	background: #333;
	color: #fff;
	width: 50%;
	font-weight: 600;
	margin-bottom: 0;
	padding: 2% 0;
}

.status ul li p:first-child {
	margin-right: 4%;
}

.status ul li p:last-child {
	background: #fff;
	color: #000;
}

.exercise {
    background: #fff;
    padding: 4vw;
    margin-bottom: 60px;
}

.exercise p:first-child {
	font-weight: 600;
}

.exercise p:last-child {
	margin-bottom: 0;
}

.rt_tw_link {
	color: #1da1f2;
	font-weight: 600;
}

.rt_tw_link i {
    margin-right: 0.5em;
}

.rt_tw_link:hover {
	color: #1da1f2;
}

/* 基本情報ページ：最新ブログ記事の表示 */

.latest_post {
	display: flex;
}

.latest_post > h2 {
	display: flex;
	align-items: baseline;
	font-size: 1.2rem;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    margin-right: 3vw;
    line-height: 1;
	padding: 0;
}

.latest_post > h2 span {
	writing-mode: horizontal-tb;
    padding-left: 0.1em;
}

.latest_post > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.entry-content .status .a-wrap {
    width: calc( 50% - 2vw );
	margin-bottom: 0;
	padding: 0;
	background: #fff;
}

.entry-content .status .a-wrap article {
	height: 100%;
}

.entry-content .status .a-wrap .entry-card-thumb {
    width: 100%;
	float: none;
	margin: 0;
	line-height: 1;
}

.entry-content .status .a-wrap h2.entry-card-title {
    font-size: 1rem;
    margin: 0 0 1.6em 0;
    line-height: 1.8;
    font-weight: 600;
    padding: 0;
    background: #fff;
}

.entry-content .status .a-wrap .entry-card-content {
	padding: 1.6em 1.6em 3.6em;
	margin-left: 0;
}

.entry-content .status .a-wrap .post-date {
	display: inline-block;
    margin: 0;
    font-size: 0.8rem;
    padding: 1.8em 0 0 1.8em;
}


/************************************
** 固定ページ：分析した競馬AI・指数一覧
************************************/

.page-template-page-basic_page_list h2 {
    display: flex;
    align-items: center;
    margin: 0 0.75em 0 0;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
	padding: 0;
}

.page-template-page-basic_page_list article ul {
    display: flex;
	margin: 4vw 0 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-template-page-basic_page_list article ul li {
    padding: 70px 0;
    border-top: 1px solid rgba(47,47,47,0.2);
}

.page-template-page-basic_page_list article ul li:last-child {
    border-bottom: 1px solid rgba(47,47,47,0.2);
}

.page-template-page-basic_page_list article ul li div.flex_container {
	display: flex;
}

.page-template-page-basic_page_list .mobile ,
.page-template-page-basic_page_list .R_box .mobile ,
.page-template-page-basic_page_list article ul li div.mobile ,
.page-template-page-basic_page_list .L_box ul.detail {
	display: none;
}

.page-template-page-basic_page_list .L_box {
    display: flex;
	flex-direction: column;
	width: 65%;
	padding-right: 2.5%;
}

.page-template-page-basic_page_list .R_box {
	width: 35%;
    line-height: 1;
}

.page-template-page-basic_page_list .Link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: auto;
}

.page-template-page-basic_page_list .Link_box a {
	font-weight: 600;
}

.page-template-page-basic_page_list .Link_box a:first-child {
	color: #fff;
	background: #3B9A9A;
	font-size: 0.9rem;
	padding: 0.4em 1em;
	border-radius: 999px;
}

.page-template-page-basic_page_list .Link_box a:last-child span {
	color: #44b0b0;
    border-bottom: 1px solid;
	padding-bottom: 0.2em;
}

.page-template-page-basic_page_list .Link_box a i {
	margin-right: 0.5em;
}

.page-template-page-basic_page_list .introduction {
    border-top: 1px dashed rgba(47,47,47,0.2);
    padding-top: 15px;
	margin-bottom: 20px;
}

.page-template-page-basic_page_list .introduction p {
    margin-bottom: 0.9em;
	font-size: 0.9rem;
	font-weight: 600;
}

.page-template-page-basic_page_list .introduction p:last-child {
	margin-bottom: 0;
}

.page-template-page-basic_page_list ul.detail {
	display: flex;
	justify-content: flex-start;
	margin: 0;
}

.page-template-page-basic_page_list ul.detail li {
    font-weight: 600;
	margin: 0;
	padding: 0;
	border: none !important;
	font-size: 0.9rem;
}

.page-template-page-basic_page_list .box_a {
	align-items: center;
	margin-bottom: 15px;
}

.page-template-page-basic_page_list p.mark_data {
	margin: 0 0.5em 0 0;
}

.page-template-page-basic_page_list p.mark_data span {
	display: block;
    background: #333;
    color: #fff;
	padding: 0em 0.5em 0.1em;
    font-size: 0.8rem;
    border-radius: 4px;
	font-weight: 600;
}

.page-template-page-basic_page_list ul.detail li:after {
    content: "/";
	padding: 0 0.5em;
}

.page-template-page-basic_page_list ul.detail li:last-child:after {
    content: none;
}

.page-template-page-basic_page_list ul.detail li span {
	margin-right: 0.2em;
}

/************************************
** 固定ページ：Contact
************************************/

.submit_button {
	margin: 0 0 3.6em;
}

input[type='submit'] {
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.2em;
    font-weight: 600;
}

input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
	padding: 1em;
}

form p input {
	margin-bottom: 2.1em;
}

form .check_box {
	margin: 2.7em 0;
}

form p.recaptha {
    margin-bottom: 0;
    padding: 2em;
    background: rgba(47,47,47,0.1);
    font-size: 0.9rem;
}

form p.contact_input , form p.contact_question  {
	display: flex;
	align-items: center;
}

form p.contact_input:before , form p.contact_question:before {
	content: "";
    display: inline-block;
    height: 0.5em;
    margin-right: 0.45em;
    width: 0.5em;
    background: #333;
	margin-top: 1px;
}

.mw_wp_form_preview .check_box {
	display: none;
}


/************************************
** 固定ページ：Sページ
************************************/

body.page-id-1900 #toc {
	display: none;
}

body.page-id-1900 main > div.page-template-default article.article {
    position: relative;
    margin: 0 auto 3.6em;
    padding: 0 17.5%;
}

@media screen and (max-width: 1023px) {
	
	body.page-id-1900 main > div.page-template-default article.article {
		padding: 0;
	}
	
}

@media screen and (max-width: 600px) {
	
	body.page-id-1900 main > div.page-template-default article.article h2 {
		font-size: 1.4rem;
	}
}

body.page-id-1900 .article h2 {
	margin-top: 0;
}

body.page-id-1900 .article h2:nth-of-type(1):before,
body.page-id-1900 .article h2:nth-of-type(2):before {
	content: none;
}

body.page-id-1900 .article h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	font-size: 1.3rem;
	padding: 1em 0 0;
}

body.page-id-1900 .article h3:after {
	height: 1px;
    content: "";
    background: rgba(47,47,47,0.2);
    flex: 1;
    margin-left: 1em;
    margin-top: 2px;
}

@media screen and (max-width: 600px) {
	
	body.page-id-1900 .article h3 {
        font-size: 1.1rem;
	}

} 

body.page-id-1900 .secret_page_link_block {
	margin-bottom: 3.6em;
}

body.page-id-1900 .secret_page_link_block a {
	color: #44b0b0;
    font-weight: 600;
}

body.page-id-1900 .secret_page_link_block a i {
	margin-right: 0.6em;
}

body.page-id-1900 .secret_page_link_block a:hover {
	text-decoration: underline;
}

.page-id-1307 #main #side_sns_area ,
.page-id-1712 #main #side_sns_area ,
.page-id-1909 #main #side_sns_area ,
.page-id-1930 #main #side_sns_area ,
.page-id-1913 #main #side_sns_area ,
.page-id-1941 #main #side_sns_area ,
.page-id-1949 #main #side_sns_area ,
.page-id-2461 #main #side_sns_area ,
.page-id-2852 #main #side_sns_area ,
.page-id-5048 #main #side_sns_area {
	display: none;
}

.page-id-1307 h3.race_data ,
.page-id-1712 h3.race_data ,
.page-id-2461 h3.race_data ,
.page-id-2852 h3.race_data ,
.page-id-5048 h3.race_data {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 4vw 0 28.8px;
    padding: 28.8px 0;
    background: none;
    border-top: 1px solid rgba(47,47,47, .2);
    border-bottom: 1px solid rgba(47,47,47, .2);
	border-left: none;
	border-right: none;
    line-height: 1.8;
    font-size: 1.2rem;
}

.page-id-1307 h3.race_data:first-child ,
.page-id-1712 h3.race_data:first-child ,
.page-id-2461 h3.race_data:first-child ,
.page-id-2852 h3.race_data:first-child ,
.page-id-5048 h3.race_data:first-child {
	margin-top: 0;
}

.page-id-1307 table ,
.page-id-1712 table ,
.page-id-2852 table ,
.page-id-5048 table {
	border: none;
}

.page-id-1307 table th ,
.page-id-1712 table th ,
.page-id-2852 table th ,
.page-id-5048 table th {
	position: relative;
	background: #3B9A9A;
	color: #fff;
    font-weight: 600;
	font-size: 0.9rem;
    text-align: center;
    padding: 0.75em 1em;
	border-bottom: 6px solid #f2f2f2 !important;
}

.page-id-1307 table td ,
.page-id-1712 table td ,
.page-id-2852 table td ,
.page-id-5048 table td {
	font-size: 0.9rem;
}

.page-id-1307 table tr th:first-child , 
.page-id-1307 table tr td:first-child ,
.page-id-1712 table tr th:first-child , 
.page-id-1712 table tr td:first-child ,
.page-id-2852 table tr th:first-child , 
.page-id-2852 table tr td:first-child ,
.page-id-5048 table tr th:first-child , 
.page-id-5048 table tr td:first-child {
	white-space: nowrap;
    text-align: center;
    position: sticky;
    top: 0;
    left: 0;
    z-index: +1;
    font-weight: 600;
	min-width: 20px;
}

.page-id-1307 table tr td:nth-child(2) ,
.page-id-1712 table tr td:nth-child(2) ,
.page-id-2852 table tr td:nth-child(2) ,
.page-id-5048 table tr td:nth-child(2) {
	padding: 1em;
}

.page-id-1307 table tr th:first-child:after ,
.page-id-1712 table tr th:first-child:after ,
.page-id-2852 table tr th:first-child:after , 
.page-id-5048 table tr th:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 6px solid #f2f2f2;
}

.page-id-2461 .kaime_detail {
	margin-bottom : 3.6em;	
}

.page-id-2461 .kenshu_l_box {
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.page-id-2461 .kenshu_m_box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8em;
	width: 90%;
}

.page-id-2461 h4.kenshu {
	font-size: 1rem;
	font-weight: 600;
	width: 90px;
}

@media screen and (max-width: 600px){
	
	.page-id-2461 h4.kenshu {
	width: 100px;
}

}

.page-id-2461 h4.kenshu span {
    background: #3B9A9A;
    color: #fff;
    padding: 0.1em 0.5em 0.2em;
    border-radius: 4px;
}

.page-id-2461 .kaime_num {
	margin-bottom: 0;
}

.page-id-2852 table tr th:nth-child(5),
.page-id-2852 table tr td:nth-child(5) {
	display: none;	
}

.page-id-1900 .wp-block-file a:first-child {
	font-size: 1rem;
    font-weight: 600;
    padding-right: 0.75em;
    border-right: 1px solid rgba(47,47,47, .2);
    line-height: 1.05em;
    display: inline-block;
}

.page-id-1900 .wp-block-file a:last-child {
	font-size: 1rem;
	background: none;
	font-weight: bold;
	color: #44b0b0;
	padding: 0;
    line-height: 1.05em;
    display: inline-block;
}


/************************************
** ブロックエディタ
************************************/


/* ブロックエディタ：リスト */

ul.list_normal {
	background: #fff;
	padding: 40px;
}

ul.list_normal li {
	position: relative;
	padding-left: 1.6em;
    margin-bottom: 1.8em;
}

ul.list_normal li:last-child {
    margin-bottom: 0;
}

ul.list_normal li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    position: absolute;
    background: #333;
    color: #fff;
    top: 0.65em;
    left: 0;
    line-height: 1;
    display: inline-block;
    padding: 0.2em;
    font-size: 0.7em;
}

/* ブロックエディタ上でのグループ化で付与される、cssクラスのリセット */

body .is-layout-constrained > * + * {
	margin-block-start: 0;
}

/************************************
** サイト内検索
************************************/

.archive-header .search-box {
    margin: 0;
	padding: 40px 0;	
}

.search-submit {
	color: #000;
	background: #fff;
}


/************************************
** フッター
************************************/

#footer {
    margin: 0 ;
    padding: 40px 0;
}

footer.footer ,  footer .footer-bottom {
    padding: 0;
}

.footer-bottom {
	margin: 0;
	font-size: 0.8rem;
}

.footer-bottom-logo {
	float: none;
	position: relative;
	line-height: 1;
}

.footer-bottom-logo img {
	height: 35px;
}

.footer-bottom-content {
	float: none;
    text-align: center;
}

#footer .copyright {
	margin-top: 20px;
}


/************************************
** アーカイブページ  アーカイブは全て共通の構造
************************************/

body.archive .content {
	margin-top: 0;
	padding-top: 61.5px;
}

#main .archive-content {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.archive-content #archive-title ,
.page-template-page-all_post #archive-title  {
	margin: 0;
    padding: 4vw 0;
    line-height: 1.8;
    font-weight: 600;
    font-size: 2.4rem;
}

body.archive .archive-header .sub_title ,
body.tag .archive-content .article-header p {
    display: inline-block;
	font-weight: 600;
	line-height: 1;
    padding: 0.5em;
	margin: 0;
    background: #ffff8e;
}

.archive-content .entry-content {
    margin: 0;
}

.archive-content .entry-content p {
	font-size: 0.9rem;
	padding-top: 0.1em;
	margin: 0;
}

.archive #list:after {
    content:"";
    display: block;
    width:30%;
}

.archive-content .article-header p {
	margin-bottom: 0.9em;
	font-size: 0.9rem;
}

/************************************
** ページネーション
************************************/

.pagination {
	margin: 0 0 3.6em;
}

.pagination-next {
	margin: 0;
}

.pagination .current {
	background: #333;
	color: #fff;
}
.page-numbers, .pagination-next-link {
    border-style: none;
}

.page-numbers {
	background: #fff;
	border: 1px solid rgba(47,47,47,0.2);
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* タブレット用のブレイクポイント：1023px */

@media screen and (max-width: 1023px){
	
	/* 1023 フォントサイズ共通指定 */
	
	#content_before_second .attention h2 ,
	#content_before_second ul.link_list li a ,
	#content_before_second .news h2 ,
	#content_before_second a.latest_news ,
	#content_before_second .total_analysis_page_link a ,
	.entry-card-title, .related-entry-card-title ,
	.all_post_link a ,
	.latest_post > h2 , 
	#content_before_second .total_analysis h2 ,
	#list_container h2#latest_article ,
	.sidebar h2 ,
	.sidebar h3 {
        font-size: 1rem ;
	}
		
	#content_before .L_box h2 {
		font-size: 1.2rem;
		font-size: max( 2.5vw , 1.2rem );
	}
	
	#content_before .recommend a h3 {
		font-size: 1.6vw;
		font-size: max( 1.6vw , 0.85rem ) ;
	}
	
	.recommend a .absolute p {
		font-size: 1.5vw;
	}
		
	
	/* 1023 wrap */
	
	.inner_wrap {
		width: 90%;
		margin: 0 auto;
	}


	/* 1023 header */
	
	#header-container-in .logo_box {
		max-width: 40%;
	}

	#header-container-in .header_C_box {
		margin-left: auto;
	}
	
	#header p.sub_title {
		display: none;
	}
	
	/* 1023 content_before */
	
	#content_before {
		flex-direction: column-reverse;
		padding-bottom: 20px;
	}
		
	#content_before .L_box {
		margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        background: #fff;
        width: 100vw;
        padding: 40px 0;
	}

	#content_before .R_box {
		width: 100%;
		margin-bottom: 4vw;
	}
		
	#content_before .L_box h2 {
		justify-content: left;
		margin-bottom: 40px;
	}
		
	#content_before .L_box h2 i {
		margin: 0 0.4em 0 0;
	}

	#content_before .L_box h2 .sp_sub_title {
		display: inline-block;
		position: relative;
        font-size: 0.6em;
        margin-top: 0.2em;
        margin-left: 1em;
		padding-left: 2.5em;
	}
	
	#content_before .L_box h2 .sp_sub_title:before {
        border-top: 1px solid rgba(47,47,47, .3);
		display: inline-block;
		content: "";
		width: 1.5em;
		position: absolute;
		top: 47.5%;
		left: 0;
	}

	#content_before .recommend {
		display: flex;
		justify-content: space-between;
	}
	
	#content_before	ul.recommend li {
		width: 50%;
		margin-bottom: 0;
	}

	#content_before	ul.recommend li:first-child {
        margin-right: 2vw;
	}

	#content_before	ul.recommend li:last-child {
		margin-left: 2vw;
	}
	
	/* 1023 content_before：site_topimg */
	
	.site_topimg_wide {
		display: none;
	}

	.site_topimg_mobile {
		display: block;
	}
	

	/* 1023 content_before：check */
	
	#content_before_second .attention {
		border: none;
		padding: 0;
		margin-bottom: 20px;
		justify-content: center;
	}
	
	#content_before_second .attention i {
		margin: 2px 40px 0;
	}
	
	#content_before_second ul.link_list {
		display: block;
	}
		
	#content_before_second ul.link_list li a {
		padding: 20px 0;
        display: inline-block;
        width: 100%;
		border: none;
	}

	
	/* 1023 content_before：ニュース */

	#content_before_second .news h2 {
		display: flex;
		align-items: center;
	}
	
	#content_before_second .news {
		margin-bottom: 50px;
		padding: 20px 40px;
	}
	
	#content_before_second .news i {
		margin-top: 0.1em; 
	}
		
	#content_before_second a.latest_news {
		display: flex;
	    flex: 1;
	}
	
	#content_before_second .news a {
		margin: 20px 0;
		padding: 0;
	}

	#content_before_second .past_news_link {
		display: none;
	}
	
	/* 1023 content_before：swiper箇所・最新記事箇所 */
	
	#content_before_second .total_analysis ,
	#list_container ,
	.latest_post {
		display: block;
	}

	#content_before_second .total_analysis h2 ,
	#list_container h2#latest_article ,
	.latest_post > h2 {
		writing-mode: horizontal-tb;
		margin-bottom: 30px;
		margin-right: 0;
	}
	
	#list_container h2#latest_article ,
	.latest_post > h2 {
		margin-bottom: 40px;
	}
	
	.status .latest_post > h2 {
		margin-bottom: 30px;
	}
	
	#content_before_second .fa-dot-circle:before ,
	#list_container h2#latest_article .fa-dot-circle:before ,
	.latest_post > h2 .fa-dot-circle:before {
        margin: 0 0.3em 0 0;
	}
	
	#content_before_second a.total_analysis_page_link {
		margin-top: 30px;
	}
	
	.swiper .swiper-pagination {
		bottom: 15px !important;
	}


	/* 1023 記事一覧：トップページ・関連記事 */
	
	.home .content {
		margin-top: 50px;
	}
	
	.home #content-in {
		padding-top: 50px;		
	}
	
	.ect-vertical-card .entry-card-wrap .entry-card-content ,
	.rect-vertical-card .related-entry-card-content {
		padding: 1.4em;
	}
	
	.entry-card .entry-date ,
	.related-entry-card .post-date {
		padding: 1.4em;
	}
	
	.entry-content .status .a-wrap .post-date {
		padding: 1.4em 0 0 1.4em; 
	}
	
	main.main, div.sidebar {
		padding: 0;	
	}
	
	body.single-post main > article {
		width: auto;
	}

	.all_post_link {
		margin-top: calc( 40px - 4vw);
		padding: 0 0 40px;
	}
	
	.archive .ect-3-columns .entry-card-wrap ,
	.rect-vertical-card-3 .related-entry-card-wrap {
		width: calc( 50% - 2vw);
		
	}
		
	/* サイドバー・及び関係する要素 */
	
	.home #content-in {
		display: block;
	}
	
	.home #sidebar {
		max-width: 100%;
		width: 100%;
		margin: 0 0 40px 0;
		padding: 40px;
	}
	
	.home div.sidebar {
		margin: 0;
	}
	
	/* 1023 投稿記事・固定ページ */
	
	body.single-post #date_and_categories ul li a {
		padding: 0;
	}
	
	body.single-post #date_and_categories ul li:after {
		margin: 0 1.5em;
	}
		
	body.single-post article h1.entry-title ,
	body.page article h1.entry-title {
		font-size: 2rem;
		padding: 40px 0;
	}
	
	body.single-post .article h2 ,
	.page-template-default .article h2 ,
	.article .status > h2 {
		margin-top: 60px;		
	}
	
	body.single-post main > article.article ,
	body.page main > article.article {
		padding: 0;
	}
	
	.eye-catch-wrap {
		margin: 40px 0;
	}
	
	.toc {
		margin-bottom: 40px !important;
	}
	
	body.single-post .toc ul.toc-list li a {
		padding: 0;
		margin: 1.2em 0;
	}
	
	body.single-post .toc ul.toc-list li:last-child a {
		margin-bottom: 0;
	}
	
	.toc ,		
	.tw_block ,
	.exercise {
		padding: 40px;
	}
	
	body.single-post .tw_block ,
	.entry-content .inside_link {
		margin-bottom: 40px;
	}
	
	.annotation .headline a:hover span:before {
		background: #fff;
		color: #44b0b0;
	}
	
	/* 1023 投稿記事：table */
	
	.table_container {
        overflow-y: hidden !important;
	}
	
	
	/* snsシェアボタン */
	
	#main #side_sns_area {
		position: relative;
		max-width: 600px;
		margin: 0 auto 3.6em;
		padding: 40px;
		background: rgba(47,47,47,0.1);
	}
	
	#main .sns-share-buttons ,
	#main .sns-follow-buttons {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
	}
	
	#main .sns-share a {
		margin: 0;
	}
	
	#main .sns-share a:last-child {
		margin-right: 0;
	}
	
	
	/* 投稿記事：本文下タグ */
	
	body.single-post .footer_tags {
		margin-bottom: 3.6em;
	}
	
	/* 1023 固定ページ：競馬AI・指数一覧ページ */

	.page-template-page-basic_page_list h2 ,
	.page-template-page-basic_page_list .introduction ,
	.page-template-page-basic_page_list .R_box .img_box {
        margin-bottom: 15px;
	}
	
	.page-template-page-basic_page_list .mobile ,
	.page-template-page-basic_page_list article ul li div.mobile ,
	.page-template-page-basic_page_list .L_box ul.detail {
		display: flex;
	}
	
	.page-template-page-basic_page_list .Link_box a:last-child {
		padding: 0.4em 0.8em;
	}
	
	.page-template-page-basic_page_list ul.detail li {
		width: auto;
		display: inline-block;
		text-align: center;
	}
	
	.page-template-page-basic_page_list article ul {
		margin-top: 40px;
		margin-bottom: -40px;
	}
	
	.page-template-page-basic_page_list article ul li {
		margin-bottom: 40px;
		padding: 0 0 40px 0;
		border-bottom: 1px solid rgba(47,47,47,0.2);
	}
	
	.page-template-page-basic_page_list article ul li div.flex_container {
		display: flex;
		flex-direction: column-reverse;
		height: 100%;
	}
	
	.page-template-page-basic_page_list article ul li div.box_b {
	   flex-direction: row;
		align-items: center;
		margin-bottom: 15px;
	}
	
	.page-template-page-basic_page_list .pc ,
	.page-template-page-basic_page_list ul.pc ,
	.page-template-page-basic_page_list article ul li div.pc {
		display: none;
	}
	
	.page-template-page-basic_page_list .L_box {
		width: 100%;
		padding-right: 0;
	}
	
	.page-template-page-basic_page_list .R_box {
		width: 100%;
	}

	.page-template-page-basic_page_list article ul li {
		flex-direction: column;
		width: 47.5%;
	}
	
	.page-template-page-basic_page_list p.mark_data {
		display: block;
	}
		
	
	/* 1023 固定ページ：基本情報 */
	
	.page-template-page-basic_page .tw_block {
       margin-bottom: 40px;		
	}
	
	.latest_post > h2 {
		align-items: baseline;
		line-height: 1.8;
	}
	
	.latest_post > h2 .fa-dot-circle:before {
		margin-top: 0;
	}
	
	.entry-content .status .a-wrap {
		width: calc( 50% - 2vw );
	}

	/* 1023 アーカイブページ */
	
	.archive-content #archive-title,
	.page-template-page-all_post #archive-title {
		font-size: 2rem;
		padding: 40px 0;
	}
	
	body.archive .content {
		padding-top: 71px;
	}


	/* モバイルメニュー */
	
	.mobile-menu-buttons {
		align-items: center;
	}
	
	.mobile-menu-buttons .menu-caption {
		display: none;
	}
	
	.mobile-menu-buttons {
		font-size: 1.2rem;
	}
	
	.mobile-menu-buttons > li {
		padding-top: 0;
	}
	
		/**** 1023 active リセット ****/
	
		*:focus {
			outline: none;
		}
	
	    ul.mobile-footer-menu-buttons li.search-menu-button ,
	    ul.mobile-footer-menu-buttons li.navi-menu-button {
			tap-highlight-color:rgba(0,0,0,0);
			-webkit-tap-highlight-color:rgba(0,0,0,0);
			cursor:pointer;
		}
	
	    .bc-brand-color-white.sns-share a:hover .social-icon ,
        .bc-brand-color-white.sns-follow a:hover .social-icon {
			color: rgba(47,47,47, .4);
        }

	    .menu-drawer a ,
	    .swiper-slide a ,
	    .recommend a {
			tap-highlight-color: rgba( 255 , 255 , 255 , 0.5) ;
			-webkit-tap-highlight-color: rgba( 255 , 255 , 255 , 0.5) ;
		}
	
		/**** 1023 hover カーソルポインター有のみ ****/
	
		@media (hover: hover) and (pointer: fine) {
						
			/* 要素拡大 */
		
			#navi .navi-in a:hover {
				color: #000;
				transform: scale(1.2);
				transition: all .3s ease 0s;
			}
		
			/* 画像拡大 */
		
			.recommend a:hover img ,
			.swiper-slide a:hover img {
				transform: scale(1.15);
				transition: all .3s ease 0s;
			}
		
			.recommend a ,
			.swiper-slide {
				overflow: hidden;
			}
		
			/* アンダーライン */
		
			#content_before_second ul.link_list li a:hover ,
			#content_before_second .news a:hover span.title ,
			#content_before_second .past_news_link a:hover ,
			.ect-3-columns a.entry-card-wrap:hover .entry-card-title ,
			.rect-vertical-card-3 a.related-entry-card-wrap:hover .related-entry-card-title ,
			body.single-post #date_and_categories div a:hover {
				text-decoration: underline;	
			}
		
			/* 背景色変化 */
		
			.tagcloud a:hover ,
			.home .widget_categories ul li a:hover ,
			body.single-post .article-header ul.entry-tags li a:hover ,
			body.single-post .footer_tags ul.entry-tags li a:hover {
				color: #fff;
				background: rgba(47,47,47,0.75);
				transition: all .3s ease 0s;
			}
		
			/* 文字色変化 */
		
			.toc ul li a:hover::after {
				color: #000;
			}
			
	        .bc-brand-color-white.sns-share a:hover .social-icon ,
			.bc-brand-color-white.sns-follow a:hover .social-icon {
				color: #000;
			}
		
			.contact_link a:hover ,
			.page-template-page-basic_page_list .Link_box a:first-child span:hover {
				color: #94D5D5;
				transition: all .3s ease 0s;
			}
		
			.pagination a:hover {
				color: #fff;
				background: #333;
			}

			/* 投稿記事： リンクカード */
			
			body.single-post .blogcard-wrap:hover {
				background: #FFFFD8;
				color: #000;
				transition: all .3s ease 0s;
			}
			
			/* 戻り */
		
			#navi .navi-in a ,
			.tagcloud a ,
			.recommend a img ,
			.swiper-slide a img ,
			.home .widget_categories ul li a ,
			.contact_link a ,
			.page-template-page-basic_page_list .Link_box a:first-child span ,
			body.single-post .article-header ul.entry-tags li a ,
			body.single-post .footer_tags ul.entry-tags li a {
				transition: all .3s ease 0s;
			}

		
		}

	
}


/* 834px以下のメディアクエリ：リセット */

@media screen and (max-width: 834px){

	.header-container-in.hlt-top-menu .header .header-in, .header-container-in.hlt-top-menu .header .logo-text {
		display: flex;
		height: auto;
	}
	
	.article ul, .article ol {
		padding-left: 0;
	}
	
	ul.list_normal {
		padding-left: 40px;		
	}
	
	.blogcard-title {
		margin-bottom: 0.4em;
	}
	
	/* 834 固定ページ：競馬AI・指数一覧ページ */
	
	.page-template-page-basic_page_list article ul li {
		width: 100%;
	}
	
}	


/* スマホ用のブレイクポイント：600px以下 */

@media screen and (max-width: 600px){
	
	.home #main ,
	.home .content ,
	#list_container {
		background: #fff;
	}
	
	.home #content-in {
		padding-top: 40px;
		border: none;
	}
	
	.home #sidebar {
		padding: 40px 0;
		margin: 0;
	}
	
	/* sp pc での表示切替 */
	
	i.i_sp {
		display: inline-block;
	}
	
	i.i_pc {
		display: none;
	}
	
	
	/* 600 フォントサイズ共通指定 */
	
	#content_before_second a.latest_news ,
	#content_before_second a.total_analysis_page_link ,
	.all_post_link a {

        font-size: 0.9rem;
		
	}
	
	#content_before .recommend a h3 {
		
        font-size: max( 1.05rem , 3vw ) ;

	}
	
	#content_before .recommend a .absolute p {

        font-size: max( 0.8rem , 2.5vw) ;
		
	}
	
	#content_before .L_box h2 {
		font-size: max( 1.2rem , 4vw );
	}
	
	#header-container-in .header_C_box a {
		font-size: min( 3.75vw , 0.9rem );
		padding: 0.4em 1.4em;
	}
	
	
	/* 600 フォントサイズ共通指定：投稿記事・固定ページ */
		
	body.single-post article h1.entry-title ,
	body.page article h1.entry-title ,
	.archive-content #archive-title,
	.page-template-page-all_post #archive-title {
		font-size: 1.6rem;
	}
	
	body.single-post .article h2 ,
	body.page-template-default .article h2 ,
	.article .status > h2 {
		font-size: 1.4rem;		
	}
	
	.page-template-page-basic_page_list h3 {
		font-size: max( 1.2rem , 4vw );
	}
	
	.toc-title {
		font-size: 1.2rem;
	}

	.toc ul.toc-list li a {
		font-size: 0.9rem;
	}

	body.single-post #date_sp .date-tags .entry-date {
		font-size: 0.8rem;
	}

	.footer_cat_link a {
	    font-size: max( 0.95rem , 3vw ) ;
	}


	/* 600 ヘッダー直下の余白対処 */

	#header-container-in {
		padding: 0.9em 0;
	}

	/* 600 content_before */
	
	#content_before {
		padding: 30px 0 ;
	}
	
	#content_before .R_box {
		margin-bottom: 30px ; 
	}

	
	/* 600 content_before：recommend */
	
	#content_before ul.recommend {
		display: block;
	}
	
	#content_before ul.recommend li:first-child {
		width: 100%;
		margin: 0 0 40px 0 ;
	}
	
	#content_before ul.recommend li:last-child {
		width: 100%;
		margin: 0;
	}
	
	/* 600 attention */
	
	#content_before_second .attention {
		flex-direction: column;
		margin-top: 20px;
		margin-bottom: 30px;
	}
		
	#content_before_second .attention i.icon_sp {
		display: inline-block;
		margin: 30px 0 10px;
	}
	
	#content_before_second .attention i.icon_pc {
		display: none;
	}
	
	/* 600 ニュース */
	
	#content_before_second .news {
		flex-direction: column;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		width: 100vw;
		padding: 40px 3.75% 20px;
	}
		
	#content_before_second .news h2 i {
		margin: 0.1em 0.75em 0 0;
	}
	
	#content_before_second .news a {
		align-items: baseline;
	}
	
	/* swiper */
	
	.swiper .swiper-container .swiper-button-prev ,
	.swiper .swiper-container .swiper-button-next {
		display: none;
	}
	
	.swiper .swiper-pagination {
		bottom: 10px !important;
	}

		
	/* 600 記事一覧 */
	
	.home .entry-card ,
	.entry-card ,
	.related-entry-card ,
	.entry-content .status .a-wrap h2.entry-card-title {
		background: none !important;
	}
	
	.home .entry-card ul.entry-tags ,
	.archive ul.entry-tags ,
	#related-entries ul.entry-tags ,
	.entry-content .status .a-wrap ul.entry-tags ,
	.search-results ul.entry-tags ,	
	.entry-card-thumb span.cat-label ,
	.related-entry-card-thumb span.cat-label {
		display: none;
	}
	
	.entry-card-meta span.cat-label ,
	.related-entry-card-meta  span.cat-label {
		display: inline-block;
	}
	
	
	.ect-vertical-card .entry-card-wrap .entry-card-content ,
	.rect-vertical-card .related-entry-card-content ,
	.entry-content .status .a-wrap .entry-card-content {
		display: flex;
		flex-direction: column;
		flex: 1;
		padding: 0;
		margin: 0;
	}
	
	.ect-vertical-card .entry-card-wrap .entry-card-thumb ,
	.rect-vertical-card .related-entry-card-thumb ,
	.entry-content .status .a-wrap .entry-card-thumb {
		width: clamp( 100px , 25% , 160px );
		padding-left: 10px;
		line-height: 1;	
	}
	
	.home .ect-3-columns .entry-card-wrap ,
	.archive .ect-3-columns .entry-card-wrap ,
	.rect-vertical-card-3 .related-entry-card-wrap ,
	.entry-content .status .a-wrap {
		width: 100%;
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid rgba(47,47,47,0.2);
	}
	
	.home .ect-3-columns .entry-card-wrap:first-child ,
	.archive .ect-3-columns .entry-card-wrap:first-child ,
	.rect-vertical-card-3 .related-entry-card-wrap:first-child ,
	.entry-content .status .a-wrap:first-child {
		border-top: 1px solid rgba(47,47,47,0.2);
	}
	
	article.entry-card ,
	article.related-entry-card {
		display: flex;
		flex-direction: row-reverse !important;
	}
	
	.entry-card-title ,
	body.single-post h3.related-entry-card-title ,
	.entry-content .status .a-wrap h2.entry-card-title {
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.6;
		margin: 0 0 10px;
	}
	
	.entry-card-meta ,
	.related-entry-card-meta {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: static;
		margin: auto 0 0;
	}
		
	.entry-card .entry-date ,
	.related-entry-card .post-date {
		padding: 0;
		font-size: 0.8rem;
	}
	
	.cat-label ,
	.related-entry-card .cat-label {
		font-size: 0.8rem;
		position: static;
		background: none;
		color: #44b0b0;
		border: none;
		font-weight: 600;
		padding: 0;
		max-width: 100%;
	}
	
	.all_post_link {
		padding: 40px 0;
		margin: 0;
		background: #fff;
	}
	
	.pagination {
		margin-top: 1.8em;
	}
	
	
	/* 600 投稿記事：投稿日・カテゴリー */
	
	body.single-post #date_and_categories {
		display: block;
	}
	
	body.single-post .date-tags {
		display: none; 
	}
	
	body.single-post #date_sp .date-tags {
		display: block; 
		margin: 0 0 clamp( 36px , 4vw , 64px ) 0 ;
		padding: 0;
		border: none;
		text-align: right;
	}

	/* 600 投稿記事：再利用ブロック */

	.inside_link_check_block {
		flex-direction: column;
	}
	
	.inside_link_check_block p ,
	.inside_link_check_block p.check {
       margin: 0 auto 20px;
	}	
	
	/* 600 投稿記事：本文 */

	.toc ,
	.tw_block ,
	.white_box ,
	body.single-post ul.closing ,
	body.page ul.closing {
		padding: 40px 20px;
	}
	
	body.single-post .content , 
	body.page .content {
		padding-top: clamp( calc( 36px + 65px ) , calc( 4vw + 65px ) , calc( 64px + 65px ) ) ;
	}
	
	body.single-post ul.closing ,
	body.page ul.closing {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
	}

	
	/* 600 投稿記事：table */
	
	body.single-post .analysis {
		padding-left: 0;
	}
	
	body.single-post .analysis:before {
		content: none;
	}
	
	table th , table td {
		font-size: 0.9rem;
	}
	
	/* ブロックエディタ：リスト */
	
	.article ul.list_normal {
		padding: 40px 20px ;
	}
	
	
	/* 600 SNSシェアボタン */
	
	#main #side_sns_area {
		padding: 8vw;
	}
	
	#main .sns-share a {
        background: none;
	}

	#main .sns-share a span {
		padding: 1em;
        background: #fff;
		border-radius: 50%;
	}
	
	/* 600 投稿記事：関連記事 */
	
	.under-entry-content {
		padding: 40px 0;
	}
	
	.related-entry-heading ,
	.comment-title {
		margin: 0 0 40px;
	}	

	/* 600 固定ページ：基本情報一覧ページ */
	
	.page-template-page-basic_page_list .Link_box a:first-child {
		font-size: 0.8rem;
	}

	.page-template-page-basic_page_list .Link_box a:last-child {
		font-size: 0.9rem;
	}
	
	/* 600 固定ページ：基本情報 */
	
	.status ul.basic_pages_detail li {
		width: 100%;
		margin-bottom: 4%;
	}
	
	.status ul.basic_pages_detail li:last-child {
		margin-bottom: 0;
	}
	
	.status ul li p {
		font-size: 0.8rem;
	}
	
	.exercise {
		padding: 40px 20px;
	}
	
	/* アーカイブ */
	
	body.archive .content {
		padding-top: clamp( 36px, 4vw , 64px );
	}
	
	body.archive #breadcrumb_container {
		margin-top: 36px;
	}
	
	/* 問い合わせページ */
	
	.submit_button {
		width: 100%;
	}
	
}

@media screen and (max-width: 480px) {

	#header .site-name-text {
		font-size: 22px;
    }
	
	.cat-label {
		font-size: 0.7rem;
		padding: 0;
	}
	
	.page-numbers {
		line-height: 32px;
	}
	
}

@media screen and (max-width: 356px) {
	.ect-vertical-card .entry-card-wrap ,
	.rect-vertical-card .related-entry-card-wrap ,
	.ect-2-columns > * ,
	.ect-3-columns > * ,
	.fpt-2-columns > * ,
	.fpt-3-columns > * {
        width: 100% !important;
    }
	
}

@media screen and (min-width: 1650px) {
	
	.home .content {
		margin-top: 60px;
	}
	
	.home #content-in {
		padding-top: 60px;
	}
	
	#content_before {
		padding: 60px 0;
	}
	
	#content_before .L_box h2 {
		font-size: 1.68rem; 
		margin-bottom: 30px; 
	}
	
	ul.recommend li {
		margin-bottom: 30px; 
	}
	
	#content_before .L_box {
		padding-right: 60px ;
	}
	
	.recommend a h3 {
		font-size: 1rem;
	}
	
	.recommend a .absolute p {
		font-size: 0.8rem; 
	}
	
	.top_catch_A p {
		font-size: 2.5rem;
		margin-left: 30px;     
	}
	
	.top_catch_A p:first-child {
		margin-left: 0;
	}
	
	.top_catch_A p span {
		margin-bottom: 21px;
	}
	
	.top_catch_B p span {
		font-size: 2.8rem;
		margin: 0 0 0 21px;
	}
	
	.top_catch_C p {
		font-size: 2.5rem;
	}
	
	.top_catch_B div p.catch_copy span {
		font-size: 5.6rem;
	}
	
	.top_catch_B div p.catch_copy > span:nth-of-type(1) {
		margin-bottom: 45px;
	}
		
	#content_before_second .attention {
		margin-bottom: 60px;
	}
	
	#content_before_second .news {
		padding: 0 30px;
		margin-bottom: 60px;
	}
	
	#content_before_second .news h2 {
		margin-right: 40px;
	}
	
	#content_before_second .news i {
		margin-left: 40px;
	}
	
	#content_before_second .total_analysis h2 ,
	#list_container h2#latest_article {
		margin-right: 50px;
	}
	
	#content_before_second .total_analysis_page_link {
		margin-top: 40px;
	}
	
	.swiper .swiper-pagination {
		bottom: 30px !important;
	}
	
	.home .ect-3-columns .entry-card-wrap ,
	.entry-content .status .a-wrap {
		width: calc( 50% - 30px);
	}
	
	.ect-3-columns .entry-card-wrap,
	.home .ect-3-columns .entry-card-wrap ,
	.rect-vertical-card-3 .related-entry-card-wrap {
		margin-bottom: 60px;
	}
	
	.all_post_link {
		padding: 0 0 66px 70px;
	}
	
	.home #sidebar {
		margin: 0 0 60px 60px;
		padding: 30px;
	}
			
	/* 1650 投稿・固定ページ・アーカイブページ */
	
	body.page article h1.entry-title ,
	body.single-post article h1.entry-title ,
	.archive-content #archive-title ,
	.page-template-page-all_post #archive-title {
		padding: 60px 0;
	}
	
	.eye-catch-wrap {
		margin: 60px 0;
	}

	
	/* 1650 競馬AI・指数一覧ページ */
			
	.page-template-page-basic_page_list .under_box {
		margin-top: 24px;
	}
	
	.page-template-page-basic_page_list .Link_box a:first-child {
		margin-right: 48px;
	}
	
	.page-template-page-basic_page_list article ul {
		margin-top: 60px;
	}
	
	/* 基本情報ページ */
	
	.article .status > h2 {
		margin-top: 60px;
	}
	
	.latest_post > h2 {
		margin-right: 50px;
	}
	
	/* 投稿記事 */

	.tw_block ,
	.exercise {
		padding: 60px;
	}
	
	body.single-post .tw_block {
		margin-bottom: 60px;
	}
	
	/* 目次 */

	.toc {
		padding: 60px;
	}
	
	.toc-title {
		margin-bottom: 60px;
	}
	
	/* 関連記事 */
	
	.under-entry-content {
		padding: 60px 0 0;
	}
	
	.related-entry-heading, .comment-title {
		margin-bottom: 60px;
	}


}