@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
*/
html{scroll-behavior:smooth;scroll-padding-top:220px;height:auto}
body{--color--main:#23ac38;--color--sub1:#007130;--color--bg:#f4f4f4;background-color:#FFF}
.wrap{width:1200px}
main.main{width:870px;border:none;background:transparent;padding-left:0;padding-top:0;padding:0;margin-top:0}
.sidebar{width:290px;padding:0;background:transparent;border:none}
.text-center{text-align:center}
.mt10{margin-top:10px}
.mb10{margin-bottom:10px}

/*headerの変更*/
.tagline{display:none}
.navi{background:transparent}
/*---------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper.half,.flex-wrapper.one-third,.flex-wrapper.quarter{display:flex;flex-wrap:wrap;justify-content:space-between}
.flex-wrapper.four:after{display:block;content:'';width:24%}
.flex-wrapper .flex-one{width:100%}
.flex-wrapper.half .flex-one{width:48%}
.flex-wrapper.one-third .flex-one{width:32%}
.flex-wrapper.quarter .flex-one{width:48%}
.flex-wrapper.quarter .flex-three{width:48%}
@media(min-width:40em){
	.flex-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}
	.flex-wrapper.two .flex-one{width:48%}
	.flex-wrapper.three .flex-one{width:32%}
	.flex-wrapper.three .flex-two{width:64%}
	.flex-wrapper.four .flex-two{width:48%}
	.flex-wrapper.four .flex-one{width:24%}
	.flex-wrapper.four .flex-three{width:72%}
	.flex-wrapper.five .flex-one{width:18%}
	.flex-wrapper.six .flex-one{width:15%}
	.flex-wrapper.quarter .flex-one{width:24%}
	.flex-wrapper.quarter .flex-three{width:72%}
}

.topline{background:#0aa709;font-size:0.8em;padding:8px}
.topline .wrap{display:flex;justify-content:space-between;position:relative}
.topline .wrap .desc{color:var(--cocoon-white-color);position:relative;left:272px}
.topline .wrap .navigation ul{display:flex;padding:0}
.topline .wrap .navigation ul li{margin-left:1em;list-style:none;margin-top:auto}
.topline .wrap .navigation ul li a{text-decoration:none;color:var(--cocoon-white-color)}
.topline .wrap .navigation ul li.loginBtn{
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	text-decoration:none;
	color:#0aa709;
	border-radius:20px;
	width:140px;
	height:28px;
	font-weight:bold;
	transition:0.3s;
	background-color:#fff;
}

.topline .wrap .navigation ul li.loginBtn a{display:block;width:140px;text-align:center;color:#0aa709}
.topline .wrap .navigation ul li.loginBtn:hover{opacity:.7}
.posts-not-found{display:none}

@media screen and (max-width:1023px){
	.wrap{width:auto}
	.topline .wrap .desc{left:initial}
}

@media screen and (min-width:1024px)and (max-width:1255px){
	.topline .wrap .desc{left:21vw}
}

@media only screen and (max-width:769px){
	.topline .wrap{position:initial}
	#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{right:20px !important}
}

@media only screen and (min-width:769px){
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.member{display:none}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.graderace{border-left:none}
}

@media(min-width:800px){
	#mega-menu-wrap-navi-header #mega-menu-navi-header{padding:0;margin:10px auto;display:flex}
}

#mega-menu-wrap-navi-header #mega-menu-navi-header li{list-style:none;flex:1;border-right:5px solid var(--color--main)}
.pc-nav li a:hover{background:transparent}
.pc-nav li a{color:#007130;font-weight:700;font-size:1.1em}
.pc-nav li:first-child{border-radius:100px 0 0 100px}
.pc-nav li:last-child{border-radius:0 100px 100px 0;border-right:none}
.button{display:inline-block;padding:5px 15px;border-radius:30px;background:var(--color--main);color:var(--cocoon-white-color);text-decoration:none;font-weight:700;font-size:0.9em;transition:all ease 0.3s;}

.button:hover{color:var(--cocoon-white-color)}
.button.red{background:#d73e3e}
.button.red:hover{background:#f36666}
.button.line{background:#00b900}
.button.line:hover{background:#28dd28}
.button.round{
	display:block;
	margin:auto;
	position:relative;
	padding:10px 50px;
	color:#fff;
	border-radius:50vh;
	text-decoration:none;
	text-align:center;
	width:80%;
}

a.button.round::after{
	content:'';
	position:absolute;
	right:76px;
	top:50%;
	width:6px;
	height:6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translate(0, -50%) rotate(45deg);
}

.banner{margin:10px auto}
.banner_round{border:5px solid var(--color--main);border-radius:15px}
.orangebutton{
	color:#fff;
	text-decoration:none;
	padding:6px 23px;
	padding-right:48px;
	border-radius:50px;
	background:linear-gradient(45deg, #ffba66, #FF9900 100%);
	display:inline-block;
	transition:all 0.3s ease;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:16px;
	letter-spacing:0.05em;
}

.orangebutton_table{
    color:#fff;
    text-decoration:none;
    padding:6px 60px;
    padding-right:56px;
    border-radius:50px;
    background:linear-gradient(45deg, #ffba66, #FF9900 100%);
    display:inline-block;
    transition:all 0.3s ease;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
    text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
    position:relative;
    margin:12px;
    font-family:'Noto Sans JP', sans-serif;
    font-weight:500;
    font-size:16px;
    letter-spacing:0.05em;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-width:150px;
}

@media (max-width:768px){
	.orangebutton_table{text-indent:12px}
}

  /* PC版（幅769px以上） */
@media (min-width:769px){
	.orangebutton_table{text-indent:-10px;display:inline-block;text-align:left}
}

.bluebutton{
	color:#fff;
	text-decoration:none;
	padding:6px 18px;
	padding-right:48px;
	border-radius:50px;
	background:linear-gradient(45deg, #4488f5, #3b42cf 100%);
	display:inline-block;
	transition:all 0.3s ease;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.3);
	position:relative;

	font-family:'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:16px;
	letter-spacing:0.05em;
}

/* 丸い矢印アイコン */
a.orangebutton::after{
	content:'';
	position:absolute;
	right:16px;
	top:50%;
	width:20px;
	height:20px;
	background:#FF9900;
	border:0.5px solid rgba(255, 255, 255, 0.8);
	border-radius:50%;
	transform:translateY(-50%);
	transition:background-color 0.3s ease;
}

a.orangebutton_table::after{
	content:'';
	position:absolute;
	right:16px;
	top:50%;
	width:20px;
	height:20px;
	background:#FF9900;
	border:0.5px solid rgba(255, 255, 255, 0.8);
	border-radius:50%;
	transform:translateY(-50%);
	transition:background-color 0.3s ease;
}

a.bluebutton::after{
	content:'';
	position:absolute;
	right:16px;
	top:50%;
	width:20px;
	height:20px;
	background:#3b42cf;
	border:0.5px solid rgba(255, 255, 255, 0.8);
	border-radius:50%;
	transform:translateY(-50%);
	transition:background-color 0.3s ease;
}

/* 矢印の中の三角形 */
a.orangebutton::before{
	content:'';
	position:absolute;
	right:23.5px;
	top:50%;
	width:6px;
	height:6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	z-index:1;
}

a.orangebutton_table::before{
	content:'';
	position:absolute;
	right:23.5px;
	top:50%;
	width:6px;
	height:6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	z-index:1;
}

a.bluebutton::before{
	content:'';
	position:absolute;
	right:23.5px;
	top:50%;
	width:6px;
	height:6px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	z-index:1;
}

/* ホバー時のエフェクト */
a.orangebutton:hover{background:linear-gradient(2deg, #ffba66, #FF9900 100%);transform:translateY(-1px);filter:brightness(1.05);color:#fff;box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);}

a.orangebutton_table:hover{background:linear-gradient(2deg, #ffba66, #FF9900 100%);transform:translateY(-1px);filter:brightness(1.05);color:#fff;box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);}

a.bluebutton:hover{background:linear-gradient(2deg, #5485d3, #3b42cf 100%);transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);color:#fff;}

/* ホバー時の丸いアイコンの色変更 */
a.orangebutton:hover::after{background:#89f7fe;background:linear-gradient(2deg, #ffba66, #FF9900)}
a.orangebutton_table:hover::after{background:#89f7fe;background:linear-gradient(2deg, #ffba66, #FF9900)}
a.bluebutton:hover::after{background:#89f7fe;background:linear-gradient(2deg, #5485d3, #3b42cf)}

/* クリック時のスタイル */
a.orangebutton:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}
a.orangebutton_table:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}
a.bluebutton:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0, 0, 0, 0.1)}
/* 訪問済みリンク */
a.orangebutton:visited{color:#fff;background:linear-gradient(45deg, #f8fbff, #e1f0ff)}
a.orangebutton_table:visited{color:#fff;background:linear-gradient(45deg, #f8fbff, #e1f0ff)}
a.bluebutton:visited{color:#fff;background:linear-gradient(45deg, #f8fbff, #e1f0ff)}

/* 基本スタイル */
.orangebutton,.bluebutton{margin:5px 10px}
.orangebutton_table{margin:5px 10px}

/* レスポンシブ対応 - 768px以下 */
@media screen and (max-width:768px){

	.orangebutton,.bluebutton{font-size:14px;padding:5px 16px;padding-right:42px;display:block;width:fit-content;margin:2px auto}
	.orangebutton_table{font-size:14px;padding:5px 16px;padding-right:42px;display:block;width:fit-content;margin:2px auto}
	/* 丸い矢印アイコンのサイズ調整 */
	a.orangebutton::after,
	a.orangebutton_table::after,
	a.bluebutton::after{width:18px;height:18px;right:14px}

	/* 矢印の中の三角形も調整 */
	a.orangebutton::before,
	a.orangebutton_table::before,
	a.bluebutton::before{right:20.5px;width:5px;height:5px;border-top:1.5px solid #fff;border-right:1.5px solid #fff}
}

/* さらに小さい画面用（スマートフォン） */
@media screen and (max-width:480px){
	.orangebutton,.orangebutton_table,.bluebutton{font-size:13px;padding:4px 14px;padding-right:38px;margin:1px auto}
	a.orangebutton::after,a.orangebutton_table::after,a.bluebutton::after{width:16px;height:16px;right:12px}
	a.orangebutton::before,a.orangebutton_table::before,a.bluebutton::before{right:18px;width:4px;height:4px}
}

.sidebar .author-box{border:none}
.sidebar .author-box p{font-size:0.8em;line-height:1.6}
.sidebar .author-box.author-content{padding:0}
.sidebar #custom_html-3{border:5px solid var(--color--main);border-radius:10px;background:var(--cocoon-white-color)}
.sidebar #custom_html-3 h3{background:var(--color--main);border-radius:5px 5px 0 0;color:var(--cocoon-white-color);margin:0 0 0px 0;line-height:1;text-align:center}
.sidebar #custom_html-3 hr{border:none;border-top:3px solid var(--color--main);margin-bottom:5px}
.sidebar #custom_html-4{border:5px solid var(--color--main);border-radius:10px;background:var(--cocoon-white-color)}
.sidebar #custom_html-4 h3{
	background:var(--color--main);
	border-radius:5px 5px 0 0;
	color:var(--cocoon-white-color);
	margin:0 0 15px 0;
	line-height:1;
	font-size:0.9em;
	padding:15px 3px;
	text-align:center;
}

.sidebar #custom_html-4 .flex-wrapper{
	margin:10px;
	align-items:center;
	font-size:0.9em;
	font-weight:700;
	line-height:1;
}

.sidebar #custom_html-4 a{color:var(--cocoon-black-color);text-decoration:none;transition:all ease 0.3s}
.sidebar #custom_html-4 img{transition:all ease 0.3s}
.sidebar #custom_html-4 img:hover{opacity:0.7}
.sidebar #custom_html-4 a:hover{color:#666}
.sidebar #custom_html-5{position:relative}
.sidebar #custom_html-5 .custom-html-widget___cont{
	border:5px solid var(--color--main);
	border-top:90px solid var(--color--main);
	border-radius:10px;
	padding:15px;
	background:var(--cocoon-white-color)
}

.sidebar #custom_html-5 .button{margin:10px 0;padding:10px 15px;display:block;text-align:center}
.sidebar #custom_html-5 .lead{text-align:center;font-weight:700;color:var(--cocoon-black-color);font-size:0.9em}
.sidebar #custom_html-5 .loginbox{font-size:0.9em}
.sidebar ul{padding:10px 15px}
.sidebar ul li{list-style:none}
.sidebar ul li a{
	background:url(/keiba-navi/wp-content/uploads/2024/01/arrow_small.png) no-repeat left center;
	display:block;
	padding:0 0 0 20px;
	text-decoration:none;
	color:var(--cocoon-black-color);
	font-size:0.9em;
	font-weight:700;
}

.sidebar h4{
	margin:0 10px 5px;
	color:var(--cocoon-black-color);
	border-bottom:1px solid #AAA;
}

.sidebar h4.title_center{background:url(/keiba-navi/wp-content/uploads/2024/03/icon_horse.png) no-repeat left center;padding-left:40px;line-height:1;padding:10px 0 15px 40px;background-position:0 2px;}

.sidebar h4.title_local{background:url(/keiba-navi/wp-content/uploads/2024/03/icon_horse.png) no-repeat left center;padding-left:40px;line-height:1;padding:10px 0 15px 40px;background-position:0 2px;}

.sidebar h4.title_self{background:url(/keiba-navi/wp-content/uploads/2024/03/icon_analyse1.png) no-repeat left center;padding-left:40px;line-height:1;padding:10px 0 15px 40px;background-position:0 3px;}

.sidebar h4.title_site{
	background:url(/keiba-navi/wp-content/uploads/2024/03/icon_analyse2.png) no-repeat left center;
	padding-left:40px;
	line-height:1;
	padding:15px 0 15px 40px;
	border-bottom:none;
	background-position:0 6px;
}

.sidebar h4.title_spot{
	background:url(/keiba-navi/wp-content/uploads/2024/05/icon_spot.png) no-repeat left center;
	padding-left:40px;
	line-height:1;
	padding:10px 0 15px 40px;
	border-bottom:none;
	background-position:0 2px;
}

.sidebar h4.title_result{
	background:url(/keiba-navi/wp-content/uploads/2024/05/icon_result.png) no-repeat left center;
	padding-left:40px;
	line-height:1;
	padding:15px 0 15px 40px;
	border-bottom:none;
	background-position:0 6px;
}

.sidebar h4 a{
	margin:0;
	color:var(--cocoon-black-color);
	text-decoration:none;
	display:block;
	padding:0 20px 0 0;
	background:url(/keiba-navi/wp-content/uploads/2024/01/arrow_large.png) no-repeat right center;
}

.sidebar-author{display:grid;grid-template-columns:100%;gap:8px}
.sidebar-author__name{font-size:20px;font-weight:bold;text-align:center;color:#FFF}
.sidebar-author__img{max-width:160px;display:block}
.sidebar-author__text{font-size:14px;line-height:1.5}
body.home .sns-share.ss-top,
body.home .sns-share.ss-bottom,
body.home .sns-follow.sf-bottom{display:none;}
body.home .date-tags{display:none;}
.topButtonArea a{text-align:left;padding:0 10px 0 45%;transition:all ease 0.3s}
.topButtonArea a:hover{opacity:0.7}
.topButtonArea .nav01 a{background:url(/keiba-navi/wp-content/uploads/2024/01/icon_nav01.png) no-repeat center left 10px}
.topButtonArea .nav02 a{background:url(/keiba-navi/wp-content/uploads/2024/01/icon_nav02.png) no-repeat center left 10px;padding-left:40%}
.topButtonArea .nav03 a{background:url(/keiba-navi/wp-content/uploads/2024/01/icon_nav03.png) no-repeat center left 10px}
.topButtonArea .nav04 a{background:url(/keiba-navi/wp-content/uploads/2024/01/icon_nav04.png) no-repeat center left 10px;padding-left:50%}

.top_cate_button .sp_img{display:none;}

@media(max-width:768px){
	html{scroll-padding-top:120px}
	.top_cate_button .pc_img{display:none}
	.top_cate_button .sp_img{display:flex}
}

.article h2{font-size:clamp(1.3em, 2vw, 1.6em);padding:20px 0;background-color:transparent;margin-bottom:10px}
.title_block{position:relative;background-color:#23ac38;height:50px;border-radius:100px}
@media(max-width:768px){
	.title_block{height:44px}
	.title_block h2{font-size:1.2em}
}

.article .btn_arrow{display:table;position:relative;}

.article .btn_arrow a::after{
	position:absolute;
	top:50%;
	right:1em;
	width:0.5em;
	height:0.5em;
	transform:translateY(-50%) rotate(45deg);
	border-right:2px solid currentColor;
	border-top:2px solid currentColor;
	content:"";
}

.article h2.title_feature,
.article h2.title_result,
.article h2.title_editor,
.article h2.title_clip,
.article h2.title_review{padding:12px 0 0 100px}
.article h2.title_review{font-size:1.2em}
.article h2.title_feature:before{
	content:"";
	background-image:url(/keiba-navi/wp-content/uploads/2024/03/title_icon_feature.png);
	position:absolute;
	background-size:contain;
	vertical-align:middle;
	display:inline-block;
	width:65px;
	height:65px;
	left:24px;
	top:-7px;
}

.article h2.title_result:before{
	content:"";
	background-image:url(/keiba-navi/wp-content/uploads/2024/06/title_icon_result.png);
	position:absolute;
	background-size:contain;
	vertical-align:middle;
	display:inline-block;
	width:65px;
	height:65px;
	left:24px;
	top:-7px;
}

.article h2.title_editor:before{
	content:"";
	background-image:url(/keiba-navi/wp-content/uploads/2024/03/title_icon_editer.png);
	position:absolute;
	background-size:contain;
	vertical-align:middle;
	display:inline-block;
	width:65px;
	height:65px;
	left:24px;
	top:-7px;
}

.article h2.title_clip:before{content:"";background-image:url(/keiba-navi/wp-content/uploads/2024/03/title_icon_clip.png);position:absolute;background-size:contain;vertical-align:middle;display:inline-block;width:65px;height:65px;left:24px;top:-7px;}
.article h2.title_review:before{content:"";background-image:url(/keiba-navi/wp-content/uploads/2024/03/title_icon_review.png);position:absolute;background-size:contain;vertical-align:middle;display:inline-block;width:65px;height:65px;left:24px;top:-7px;}
@media(max-width:768px){
	.article h2.title_review{padding:12px 0 0 72px;font-size:1.0em;}
	.article h2.title_feature,
	.article h2.title_result,
	.article h2.title_editor,
	.article h2.title_clip,
	.article h2.title_review{padding:10px 0 0 78px;}

	@media screen and (max-width:480px){
		.article h2.title_feature, .article h2.title_editor, .article h2.title_clip, .article h2.title_review{padding:10px 0 0 72px}
		.article h2.title_feature:before,
		.article h2.title_result:before,
		.article h2.title_editor:before,
		.article h2.title_clip:before,
		.article h2.title_review:before{left:12px}
	}

	.article h2.title_feature:before,
	.article h2.title_result:before,
	.article h2.title_editor:before,
	.article h2.title_clip:before,
	.article h2.title_review:before{content:"";width:55px;height:55px;left:14px;top:-4px}
}

.article h2.title_faq{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_faq.png) no-repeat center left;padding-left:75px}
.article h2.title_howto{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_howto.png) no-repeat center left;padding-left:75px}
.article h2.title_riyou{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_riyou.png) no-repeat center left;padding-left:75px}
.article h2.title_tokusyo{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_tokusyo.png) no-repeat center left;padding-left:75px}
.article h2.title_privacy{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_privacy.png) no-repeat center left;padding-left:75px}
.article h2.title_mypage{background:url(/keiba-navi/wp-content/uploads/2024/02/title_icon_mypage.png) no-repeat center left;padding-left:75px}

.article .title_orange a{color:#f08200}
.article .title_green a{color:#0AA708}
.article .title_white a{color:#FFF}
.article .btn_arrow:hover,.article .title_orange:hover,.article .title_green:hover,.article .title_white:hover{opacity:.7}
.article h3{border:none;padding:0}
.article h3 a{text-decoration:none;color:var(--cocoon-black-color)}
/************************************
** top
今日の地方競馬無料予想-横並び
競馬予想サイト最新口コミ-横並び
************************************/
.column_gap{gap:0}

@media(max-width:768px){
	.wp-block-columns.is-not-stacked-on-mobile{gap:0}
	.article ul.table_list{display:table;table-layout:fixed;border-collapse:separate;border-spacing:10px 0}
	.article ul.table_list li{display:table-cell;vertical-align:middle}
}

/*今週の注目レースの選択時タブカラー*/
.bbc-utb-free-tab-label-wrapper .bbc-utb-free-tab-label{position:relative;border:none;text-align:center;line-height:1.3;min-height:auto;padding:15px;}

.bbc-utb-free-tab-label-wrapper input.save[id$=_0]:checked~.bbc-utb-free-tab-label[for$=_0],
.bbc-utb-free-tab-label-wrapper input.save[id$=_1]:checked~.bbc-utb-free-tab-label[for$=_1]{
	background-color:#0aa709 !important;
	color:#fff;
}

.localitem h4{font-size:1em;line-height:1;border:none;padding:0}
.localitem h4 a{color:var(--cocoon-black-color);text-decoration:none}
.has-watery-white-background-color{background-color:#FFF}
.has-watery-paleyellow-background-color{background-color:#fbffea}
h2.toukou{border-left:solid 6px #71cb29;border-radius:0 5px 5px 0;background-color:#CBEFE4;font-size:20px;color:#007130;padding:18px;margin-bottom:0.9em}
h3.toukou{padding:0 6px 6px;border-bottom:5px solid #71cb29;color:#007130}
h4.toukou{padding:6px 0 6px 31px;border-top:4px solid #71cb29;border-bottom:4px solid #71cb29;color:#007130;font-size:22px;}

/*---------------------
 タブ
---------------------*/
.tab-list{list-style-type:none;display:flex;max-width:1200px;margin:0 auto !important;padding:0}
.tab-list-item{
	text-align:center;
	background:#f4f4f4;
	padding:20px 10px;
	font-weight:700;
	border-radius:12px 12px 0 0;
	font-size:1.1em;
	width:200px;
	margin-bottom:0 !important;
	height:100%;
	border-top:5px solid #f4f4f4;
	border-left:5px solid #f4f4f4;
	border-right:5px solid #f4f4f4;
	justify-content:center;
	display:flex;
	align-items:center;
}

.tab-list-item h4{border-top:none;border-bottom:none}
.tab-list-item.active{border-top:5px solid var(--color--main);border-left:5px solid var(--color--main);border-right:5px solid var(--color--main);background:var(--cocoon-white-color)}

.tab-contents-item{display:none;border:5px solid var(--color--main);padding:15px;background:var(--cocoon-white-color);border-radius:0 0 30px 30px;}

.tab-contents-item h4{border:none;font-size:1em;margin-bottom:10px}
.tab-contents-item figure{margin-bottom:10px}
.tab-contents-item .buttonArea{margin-bottom:20px;display:flex;justify-content:space-between}
.tab-contents-item .buttonArea .button.border_orange{background:var(--cocoon-white-color);border:3px solid #f49b19;color:#f49b19;border-radius:10px}
.tab-contents-item .buttonArea .button.border_blue{background:var(--cocoon-white-color);border:3px solid #51b3ff;color:#51b3ff;border-radius:10px}
.tab-contents-item .buttonArea a{width:48%;text-align:center}
.tab-contents-item ul{list-style:none;padding:0}
.tab-contents-item ul.rank{padding-left:1em}
.tab-contents-item ul.rank li strong{color:#4973c3}
.tab-contents-item ul.spec{display:grid;grid-template-columns:3fr 1fr 4fr;font-size:0.85em;line-height:1.6}
.tab-contents-item.show{display:block}
span.grade-icon{font-size:0.8em;font-weight:700;display:inline-block;border-radius:4px;background:#666;color:var(--cocoon-white-color);padding:1px 10px}

span.grade-icon.g1{background:#293dd3}
span.grade-icon.g2{background:#d73e3e}
span.grade-icon.g3{background:#71cb29}
.border-r{z-index:1;overflow:hidden;border-style:solid;border-radius:13px;border-width:7px;border-color:#71cb29}
/*============================
#faq
============================*/
#faq{width:100%;max-width:1400px;margin:0 auto}
.faq-body{background:#f1f9e8;padding:3em 3em;display:grid;grid-template-columns:100%;gap:2em}
.faq-box{flex:initial;background:#fff;border-radius:1em;padding:2em;font-size:1.0em}
.faq-q{display:flex;gap:2em;align-items:center}
.faq-q:before{content:"Q";font-family:selif;font-size:1.5em}
.faq-text{padding-top:0.4em;font-weight:bold}
.faq-a{display:flex;gap:2em;border-top:1px solid;padding-top:1em;margin-top:1em}
.faq-a:before{content:"A";font-family:selif;font-size:1.5em}
@media(max-width:767px){
	.tab-list{margin:20px auto 0}
	.tab-list-item{width:100%;padding:10px 5px}
	.tab-list-item h4{font-size:0.8em}
	.article h2.title_faq, .article h2.title_howto, .article h2.title_riyou, .article h2.title_tokusyo, .article h2.title_privacy{
		margin:1em;
	}
	.faq-body{background:#f1f9e8;margin:1em;padding:1em 1em;display:grid;grid-template-columns:100%;gap:2em}
	.faq-box{padding:1em}
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*834px以下*/
@media screen and (max-width:834px){
	.pc-nav{display:none !important}
	.wrap{width:100%}
	.article ul{padding-left:0}
	.main.main{margin:0 auto;width:90%;padding-top:0}
	body.home .wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:100%}
	body.home .wp-block-buttons>.wp-block-button.wp-block-button__width-25 br{display:none}
	body.home .wp-block-buttons>.wp-block-button.wp-block-button__width-25 a{background-size:40px;padding:4px 0 4px 60px}
}

/*---------------------
 競馬用語
---------------------*/
section{margin-bottom:4vw}
article{margin-bottom:20px}
section h2.heading{border-bottom:2px solid var(--color--main);margin-bottom:1em}
ul.dic_category{margin:0 auto;padding:0;display:flex;flex-wrap:wrap;list-style:none;justify-content:space-between}
ul.dic_category li{width:48%;margin-bottom:10px}
ul.dic_category li a{
	width:100%;
	display:block;
	text-decoration:none;
	padding:10px;
	text-align:center;
	border:3px solid var(--color--main);
	border-radius:30px;
	background:var(--wp--preset--color--white);
	font-weight:bold;
	color:var(--color--sub1);
}

ul.dic_category li:hover a{
	color:var(--color--main);
}

ul.dic_letter{margin:0 auto;padding:0;display:flex;flex-wrap:wrap;list-style:none;justify-content:space-between}
ul.dic_letter li{width:18%;margin-bottom:10px}
ul.dic_letter li a{
	width:100%;
	display:block;
	text-decoration:none;
	padding:10px;
	text-align:center;
	border:1px solid var(--wp--preset--color--black);
	border-radius:4px;
	background:var(--wp--preset--color--white);
	font-weight:bold;
	color:var(--color--sub1);
}

ul.dic_letter li.empty-term a{
	background:var(--cocoon-grey-color);
	color:var(--color--gray);
	pointer-events:none;
}

ul.dic_letter li:hover a{color:#d5d5d5}
ul.dic_letter li.empty-term:hover a{color:var(--color--gray)}
.single .entry-content.cf ul li,
.single .entry-content.cf ol li{list-style-position:inside;list-style-type:none}
.single .entry-content.cf ol li{list-style-type:dicimal}
.single .entry-content.cf ul li:before,
.single .entry-content.cf ol li:before{content:"";display:inline-block;vertical-align:middle;margin-right:0.4em}
.single .entry-content.cf ul li:before{width:0.6em;height:0.6em;background:#0aa709;border-radius:3em}

.single .entry-content.cf ul li a:hover{opacity:.7}

ul.betting-ticket{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:10px;margin:0 auto;padding:0;list-style:none}

ul.betting-ticket li{margin-bottom:10px}
ul.betting-ticket li p{font-size:1.1em}
ul.betting-ticket li a{
	width:100%;
	display:block;
	text-decoration:none;
	padding:10px;
	text-align:center;
	border:1px solid var(--wp--preset--color--black);
	border-radius:4px;
	background:var(--wp--preset--color--white);
	font-weight:bold;
	color:var(--color--sub1);
}

ul.betting-ticket li:hover a{
	color:var(--color--main);
}

@media(max-width:768px){
	body.tax-cat_dictionary .ect-entry-card .card-snippet{
		clear:initial;
		display:block;
		display:-webkit-box;
		overflow:hidden;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
	}
	ul.betting-ticket li a{font-size:0.8em}
	ul.dic_category li a{font-size:0.6em}
}

@media screen and (max-width:480px){
	ul.betting-ticket li a{font-size:0.6em}
}

/*480px以下*/
@media screen and (max-width:480px){
	.topline{font-size:0.7em}
	ul.betting-ticket{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:0 auto;padding:0;list-style:none}
}

.sns-share.ss-col-6.ss-high-and-low-lc.bc-brand-color.sbc-hide.ss-top,
.article-footer.entry-footer{display:none}
footer#footer{background:var(--color--main)}
.footer-left, .footer-right{display:none}
.footer-center{width:100%}
.footer-center ul{display:flex;justify-content:center}
.footer-center ul li a{padding:2px 10px;color:var(--cocoon-white-color);font-weight:bold;font-size:0.9em}
.footer-center ul li a:hover{background:transparent;color:#FFF}
.footer-in .copyright{color:var(--cocoon-white-color)}
/************************************
** menuデザイン調整
************************************/
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu{border-radius:unset;border:0;width:auto;background-color:#035929}
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item:first-of-type ul.mega-sub-menu{width:90%;right:0}
#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{position:absolute;top:-146px;right:0}
#header .widget_text.add-header-gnavi.fixed{position:fixed;z-index:999;top:0;left:0;width:100%}
#mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator{
	margin:0 0 0 3px;
}

@media(min-width:769px){
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item{border:initial;box-shadow:initial}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li#mega-menu-item-2819 ul.mega-sub-menu{right:0;width:317px;position:absolute;left:0;border:0;background-color:#035929;border-radius:initial}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link:hover,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link:focus,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-toggle-on>a.mega-menu-link{color:#71cb29;background-color:#035929}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
		background:rgba(255, 255, 255, 0);
		font-weight:700;
		text-decoration:none;
		color:#FFF;
		background-color:#0aa709;
	}

	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
		color:#c8c5c5;
	}
}

@media(max-width:768px){
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu{width:100%}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu{background-color:#FFF}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item:first-of-type ul.mega-sub-menu{width:100%;right:initial}
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item#mega-menu-item-3191>a.mega-menu-link{
		text-align:center;
		background:var(--wp--preset--color--white);
		color:rgb(10, 167, 9);
		border-radius:30px;
		line-height:1;
		padding:10px;
		height:auto;
		margin-bottom:20px;
	}

	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-item#mega-menu-item-3191>a.mega-menu-link{
		text-align:center;
		background:var(--wp--preset--color--white);
		color:rgb(10, 167, 9);
		border-radius:30px;
		line-height:1;
		padding:10px;
		height:auto;
		margin-bottom:20px;
	}

	#mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{
		content:"";
		width:30px;
		height:60px;
		background:url(img/arrow-down_w.svg) no-repeat right center;
		background-size:20px 10px;
	}

	#mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after{
		content:"";
		background:url(img/arrow-up_w.svg) no-repeat right center;
		background-size:20px 10px;
	}
}

/*ハンバーガーメニューのヘッダー用　Y*/
#keiba-menu-navi-header-title{display:none}
.keiba-menu-navi-subtitle{background:#0aa709;color:#fff;padding:5px}
@media(max-width:768px){
	#keiba-menu-navi-header-title{display:block}
}

#keiba-menu-navi-header-title ul li.loginBtn{
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	text-decoration:none;
	color:#0aa709;
	border-radius:20px;
	width:140px;
	height:28px;
	font-weight:700;
	transition:0.3s;
	background-color:#fff;
	margin:auto;
}

#keiba-menu-navi-header-title ul{padding-left:0px}
#mega-menu-wrap-navi-header #mega-menu-navi-header #keiba-menu-navi-header-title li{border-right:0}
.keiba-menu-navi-navi ul li a{text-align:left;padding-left:10px;color:#fff}
@media(max-width:768px){
	#mega-menu-wrap-navi-header #mega-menu-navi-header #keiba-menu-navi-header-title .keiba-menu-navi-navi li{margin:10px 0}
	#mega-menu-wrap-navi-header .mega-menu-toggle+#mega-menu-navi-header{width:315px}
}

/* 20241121ヘッダーメニュー追記CSS */
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child>a.mega-menu-link{font-size:14px}
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{font-size:14px}
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item:first-of-type ul.mega-sub-menu{width:100%}

/************************************
** 固定ページ更新日非表示
************************************/
.category .date-tags,.page .date-tags{display:none}

/************************************
** 固定ページページタイトル非表示
************************************/
.post-1880 h1.entry-title,
.post-1967 h1.entry-title,
.post-1971 h1.entry-title,
.post-1973 h1.entry-title,
.post-1975 h1.entry-title,
.post-1977 h1.entry-title,
.post-1979 h1.entry-title,
.post-2035 h1.entry-title,
.post-2147 h1.entry-title,
.post-2149 h1.entry-title,
.post-2176 h1.entry-title,
.post-2178 h1.entry-title,
.post-2180 h1.entry-title,
.post-2224 h1.entry-title,
.post-2360 h1.entry-title,
.post-2361 h1.entry-title,
.post-2362 h1.entry-title,
.post-2363 h1.entry-title,
.post-2364 h1.entry-title,
.post-2365 h1.entry-title,
.post-2384 h1.entry-title,
.post-2412 h1.entry-title,
.post-2425 h1.entry-title,
.post-2430 h1.entry-title,
.post-2913 h1.entry-title,
.post-3051 h1.entry-title{
	display:none;
}

/************************************
** table色調整
************************************/
table tr{background-color:#FFF}
/************************************
** footerモバイル
************************************/
.footer-mobile{text-align:center;font-size:0.8rem}
.footer-mobile ul li a{color:var(--cocoon-white-color)}
.widget_nav_menu ul li a:hover{background-color:initial;transition:all 0.3s ease-in-out;color:var(--cocoon-text-color)}
/************************************
** 点数計算早見表
************************************/
.calcBox_ttl{display:flex}
.calcBox_ttl a{position:relative;display:block;text-align:center}
.calcBox_ttl a::after{content:'';position:absolute;top:0;bottom:0;right:27px;width:0;height:0;margin:auto;border-top:9px solid #000;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:0 solid transparent;transform:translateY(1px);box-sizing:border-box;}

.calcTable{font-size:0.9rem}
.calcTable td, .calcTable th{white-space:nowrap;width:100px}
.calcTable thead tr th{background-color:#37474F;color:#fff}
.calcTable table tbody>tr>th{background-color:#f3fafe}
.calcTable tbody>tr>td{border:1px solid #ccc;text-align:center;background-color:#fff}
.calcTable tbody>tr>td.blank{background-color:#f7f7f7}
.calcBox_ttl___column{flex:1}
.calcBox_ttl___column a{padding-left:2rem}
/************************************
** header logo
************************************/
.header-in{padding-top:1rem;flex-direction:row}
.header-container.fixed-header .header-in{padding:initial}
.is-header-fixed .header-container .logo{text-align:left;padding:initial}
.is-header-fixed .header-container .logo img{width:45%}
.header-in .logo{text-align:initial;padding:10px 0 0 10px}
.logo.logo-header.logo-image a{display:initial;padding:0}
.logo.logo-header.logo-image span.site-name-text{display:initial}
.header-container-in.hlt-center-logo .header.cf{z-index:1;position:relative;top:-58px;width:250px}
.header-container-in.hlt-center-logo .navi.cf{width:950px;position:relative}
.logo.logo-header.logo-image span.site-name-text .site-logo-image.header-site-logo-image{max-width:232px;vertical-align:bottom;position:relative;top:-12px;}

.header-container.fixed-header .logo img{width:100%}
.add-header-contents{text-align:right}
.add-header-contents img{width:92%}
.add-header-button, .add-header-gnavi{display:none}
.header-container-in.hlt-center-logo{display:flex;justify-content:center;height:52px}
.header-container-in.hlt-center-logo .header-in.wrap.cf{width:initial;margin:0}
.header-container-in.hlt-center-logo .navi-in.wrap.cf{width:initial}
@media screen and (max-width:1023px){
	.header-container-in.hlt-center-logo .header.cf{width:initial;z-index:initial;top:initial;position:initial}
	.header-container-in.hlt-center-logo{display:initial;justify-content:initial}
	.header-container-in.hlt-center-logo .navi-in.wrap.cf{width:100%}
}

@media screen and (max-width:834px){
	.add-header-contents{text-align:center}
	.is-header-fixed .header-container .logo{width:45vw;max-width:300px}
	.is-header-fixed .header-container .logo img{width:100%}
	.add-header-contents img{width:initial}
	.is-header-fixed .header-container .logo img{width:35vw}
	.logo.logo-header.logo-image span.site-name-text .site-logo-image.header-site-logo-image{width:36vw}
	.header-container-in.hlt-center-logo .navi.cf{width:initial;position:initial}
}

@media screen and (max-width:768px){
	#header-container .topline{display:none}
	.header div.header-in{flex-flow:column}
	.widget_text.add-header-contents{padding:1rem}
	.navi.cf{height:0}
	.add-header-button{display:block;position:absolute;top:5.6vw;right:31vw;width:23vw}
	.add-header-button .flex-container{display:flex;list-style-type:none;gap:6px;padding:0;align-items:center}
	.add-header-button .flex-container li{text-align:center}
	.add-header-button .flex-container a{display:block;text-decoration:none;color:#0aa709}
	.add-header-button .flex-container li img{width:52%;vertical-align:middle}
	.add-header-button .flex-container span{display:block;font-size:2.4vw}
	.add-header-gnavi{display:block;background-color:#fff}
	ul.horizontal-list{display:flex;overflow-x:auto;white-space:nowrap;padding:14px 10px;list-style-type:none;gap:6px;box-shadow:0px 1px 2px 0px #dedede}
	ul.horizontal-list li.item{display:inline-block;height:40px;line-height:40px;padding:0 5px;color:#000;text-align:center;font-size:14px}
	ul.horizontal-list li.item a{display:block;color:#000;text-decoration:none;min-width:3rem}
}

@media screen and (min-width:768px){
	.add-header-button .flex-container{gap:10px}
	.add-header-button .flex-container span{font-size:1.8vw;line-height:2.2}
}

@media screen and (max-width:320px){
	.add-header-button .flex-container span{line-height:1.9}
}

@media screen and (max-width:768px){
	.add-header-button{right:42vw;top:4.6vw}
	#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{top:-116px}
}

@media screen and (max-width:759px){
	.add-header-button{right:40vw}
}

@media screen and (max-width:699px){
	.add-header-button{right:34vw;top:5.6vw}
}

@media screen and (max-width:600px){
	.add-header-button{right:32vw}
	#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{top:-116px}
}

@media screen and (max-width:499px){
	.add-header-button{right:34vw;top:6.6vw}
	#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{top:-105px}
}

@media screen and (max-width:399px){
	.add-header-button{right:34vw;top:7.6vw}
	#mega-menu-wrap-navi-header .mega-menu-toggle .mega-toggle-blocks-right{top:-96px}
}

/************************************
** sidebar-author
************************************/
.sidebar-author.out_title{border:5px solid #23ac38;border-bottom:0;border-radius:10px 10px 0 0;background:#23ac38;padding:15px;}

.sidebar-author.out_top{border:5px solid var(--color--main);border-top:0;border-radius:0 0 10px 10px;background:var(--cocoon-white-color);padding:15px;}

.sidebar-author__img_icon.pc_img{display:inline-block}
.sidebar-author__img_icon.sp_img, .sidebar-author__img_icon.sp_img_mid{display:none}
@media screen and (max-width:1023px){
	.sidebar-author__img_icon.pc_img, .sidebar-author__img_icon.sp_img_mid{display:none}
	.sidebar-author__img_icon.sp_img{display:inline-block}
}

@media screen and (max-width:480px){
	.sidebar-author__img_icon.pc_img, .sidebar-author__img_icon.sp_img{display:none}
	.sidebar-author__img_icon.sp_img_mid{display:inline-block}
	.sidebar #custom_html-5 .custom-html-widget___cont{border-top:80px solid var(--color--main)}
}

.sidebar-author__imgWrapper{display:flex;align-items:flex-end;gap:4px 10px;justify-content:center}

.sidebar-author__imgIcon{display:flex;flex-direction:column;gap:10px 10px;width:16%}

@media screen and (min-width:768px){.sidebar-author__imgIcon{width:6%}}
@media screen and (min-width:1024px){.sidebar-author__imgIcon{width:16%}}

.sidebar-author__imgIcon img{display:block}
#custom_html-5 .sidebar-author__img_icon{position:absolute;top:0;left:0}
.custom-html-widget___cont a.button.red::before{
	display:inline-block;
	background-image:url(/keiba-navi/wp-content/uploads/2024/03/icon_mail.png);
	width:21px;
	height:16px;
	margin:0 3px 2px;
	content:"";
	background-size:contain;
	vertical-align:middle;
}

.custom-html-widget___cont a.button.line::before, .custom-html-widget___cont .loginbox___line a.button.line::before{
	display:inline-block;
	background-image:url(/keiba-navi/wp-content/uploads/2024/03/icon_line.png);
	width:26px;
	height:26px;
	margin:0 3px 2px;
	content:"";
	background-size:contain;
	vertical-align:middle;
}

.loginbox___line{margin:1rem 0}
.card-snippet table{max-width:99%}
/*----------------------
 single-site
------------------------*/
.single-site .frame{border:1px solid #d73e3e;background:var(--wp--preset--color--white)}
.single-site .frame h3{background:#d73e3e;padding:10px;margin:2px;color:var(--wp--preset--color--white)}
.single-site .frame .flex-wrapper{margin:20px}
.single-site .frame table{border:none;font-size:0.9em}
.single-site .frame table tbody th, .single-site .frame table tbody tr:nth-child(odd){background:none}
.single-site .frame table tbody th, .single-site .frame table tbody td{border:none;border-bottom:1px dashed #CCC}
.single-site .frame table tbody th{width:20%;vertical-align:top;text-align:left}

/*----------------------
 formation_simu
------------------------*/
#form_list table.basic tbody>tr>th{width:100px !important}
article.item .entry-card-thumb.card-thumb.e-card-thumb{margin-top:8px}
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link{color:#0aa709;font-size:15px;line-height:35px;height:35px;width:calc(1061px / 6);}

#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{color:#0aa709;}

#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-item.mega-toggle-on>a.mega-menu-link{color:#71cb29;opacity:7;background-color:#035929;}

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

	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link{color:#fff;}

	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link{color:#fff;font-size:22px;line-height:60px;height:60px;width:auto;}

	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item>a.mega-menu-link:hover,
	#mega-menu-wrap-navi-header #mega-menu-navi-header>li.mega-menu-item.mega-current-menu-item.mega-toggle-on>a.mega-menu-link{color:#FFF;opacity:7;background-color:#0aa709;}
}

/*----------------------
 reviews
------------------------*/

.wpcr3_button_1{
	border:2px solid;
	border-color:#AAA;
	background:linear-gradient(to bottom, #ffffff 0%, #c4c4c4 100%);
	font-size:16px;
	font-weight:bold;
	padding:8px 20px 8px;
	border-radius:30px;
}

.wpcr3_button_1:hover{font-weight:bold;border-color:#71cb29}
.wpcr3_respond_2 .wpcr3_check_confirm label{font-size:16px}
div.wpcr3_review div.wpcr3_review_author{font-style:normal;font-size:16px}
div.wpcr3_review div.wpcr3_review_datePublished{font-style:normal;font-size:14px}
div.wpcr3_review_item div.wpcr3_item_name{font-style:normal;font-size:16px}
div.wpcr3_aggregateRating{font-size:16px}
.sns-button.feedly-button, .sns-button.rss-button{display:none}
.related-entry-heading{border-bottom:2px solid #ccc}
/*----------------------
 的中実績
------------------------*/
/* content_box */

.ResultContent_title{margin-bottom:1%;height:40px;color:#0e6622;font-size:24px;font-weight:bold}
.ResultContent_title img{height:100%}
.ResultContent_sub{background:#23ac38;border-radius:16px;padding:1%;font-size:14px;color:#FFF;margin-bottom:2%}
.ResultContent_body{display:flex;justify-content:space-evenly;flex-wrap:wrap}
.ResultContent_body>a{
	font-size:0;
	width:32.5%;
	background:#fff;
	border-radius:8px;
	padding:1%;
	box-sizing:border-box;
	filter:drop-shadow(0 4px 1px rgba(0, 0, 0, 0.5));
	margin-bottom:1%
}

/* result */
.body .wp-block-group>.ResultContent_body .ResultList_item:last-child{margin-bottom:initial;margin:0 0.5% 1%;}
.ResultContent_title__result{display:flex;justify-content:space-between;align-items:center;}
.ResultContent_title__result-link{
	background:#0c6521;
	text-align:center;
	padding:0.6em 1.8em;
	color:#fff;
	font-weight:bold;
	border-radius:0.6em;
	display:flex;
	align-items:center;
	justify-content:center;
	width:fit-content;
	font-size:14px;
}

.ResultContent_title__result-link:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border:0.4em solid transparent;
	border-left-color:#fff;
}

.ResultList_title{
	background:linear-gradient(#c2722b, #f0a82c);
	border:3px solid #c2722b;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.75) inset;
	text-align:center;
	padding:6px 0 4px;
	position:relative;
	z-index:1
}

.ResultList_body{
	margin-bottom:16px;
	padding:2% 2%;
	border:1px solid #c2722b;
	border-top:0;
	display:flex;
	justify-content:space-evenly;
	background:#fff6e2;
	position:relative;
	z-index:0
}

.ResultList_item{
	background:url(/keiba-navi/wp-content/uploads/2024/06/result_bg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:2.2% 0 2.2% 13%;
	margin:0 0.5% 1%;
	width:32%;
	box-sizing:border-box;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
	border:2px solid #7f4802;
	border-radius:16px;
}

.ResultList_item_link{color:#424242;text-decoration:none}
.ResultList_item_link:hover{opacity:.8;color:#424242}
.ResultList_item.is-premium{
	background:url(/keiba-navi/wp-content/uploads/2024/06/result_bg__premium.png);
	background-repeat:no-repeat;
	background-size:100% 101%;
	border:2px solid #006931;
	color:#fffc73;
}

.ResultList_item.is-premium .ResultList_text p{color:white}
.ResultList_item p{line-height:1.25;color:#0c6521}
.ResultList_text p:nth-child(1){margin-bottom:2px;font-size:14px}
.ResultList_text p:nth-child(2){font-weight:bold;display:inline}
.ResultList_text p:nth-child(2):after{content:"-"}
.ResultList_text p:nth-child(3){display:inline;font-weight:bold}
.ResultList_text p:nth-child(4){
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:9em;
	margin-top:2px;
	margin-bottom:0;
	font-weight:bold
}

.ResultList_amount>span{font-size:1.75em}
.ResultList_link{text-align:center;margin:1% 0}
.ResultList_link a{
	display:inline-block;
	background:#fff;
	padding:1%;
	box-shadow:0 2px 1px rgba(0, 0, 0, 0.5);
	border-radius:8px;
	box-sizing:border-box;
	color:#0c6521;
	font-weight:bold;
}

@media screen and (max-width:768px){
	/* content_box */
	.ResultContent_title{margin-bottom:2%;color:#0e6622;font-size:24px;font-weight:bold}
	.ResultContent_title img{height:100%;max-height:32px;vertical-align:bottom}
	.ResultContent_sub{background:#23ac38;border-radius:8px;padding:2%;font-size:14px;color:#FFF;margin-bottom:2%}
	.ResultContent_body{display:flex;justify-content:space-evenly;flex-wrap:wrap}
	.ResultContent_body>a{
		font-size:0;
		width:32.5%;
		background:#fff;
		border-radius:8px;
		padding:1%;
		box-sizing:border-box;
		filter:drop-shadow(0 4px 1px rgba(0, 0, 0, 0.5));
		margin-bottom:1%
	}

	/* result */
	.body .wp-block-group>.ResultContent_body .ResultList_item:last-child{margin:0 0 2%;}
	.ResultContent_title__result{display:flex;justify-content:space-between;align-items:center;}
	.ResultContent_title__result-link{
		background:#0c6521;
		text-align:center;
		padding:0.6em 1.2em;
		color:#fff;
		font-weight:bold;
		border-radius:0.6em;
		display:flex;
		align-items:center;
		justify-content:center;
		width:fit-content;
		font-size:min(3.4vw, 14px);
	}

	.ResultContent_title__result-link:before{
		content:"";
		display:block;
		width:0;
		height:0;
		border:0.4em solid transparent;
		border-left-color:#fff;
	}

	.ResultList_title{
		background:linear-gradient(#c2722b, #f0a82c);
		border:3px solid #c2722b;
		box-shadow:0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.75) inset;
		text-align:center;
		padding:6px 0 4px;
		position:relative;
		z-index:1
	}

	.ResultList_body{
		margin-bottom:16px;
		padding:2% 2%;
		border:1px solid #c2722b;
		border-top:0;
		display:flex;
		justify-content:space-evenly;
		background:#fff6e2;
		position:relative;
		z-index:0
	}

	.ResultList_item{
		background:url(/keiba-navi/wp-content/uploads/2024/06/result_bg_sp.png);
		background-repeat:no-repeat;
		background-size:100% 100%;
		padding-bottom:26%;
		margin:0 0 2%;
		width:49%;
		box-sizing:border-box;
		font-size:0;
		position:relative;
		box-shadow:0 2px 2px rgba(0, 0, 0, 0.5);
		border:2px solid #7f4802;
		border-radius:8px;
	}

	.ResultList_item_link{
		color:#424242;
	}

	.ResultList_item.is-premium{
		background:url(/keiba-navi/wp-content/uploads/2024/05/result_bg__premium_sp.png);
		background-repeat:no-repeat;
		background-size:100% 101%;
		border:2px solid #006931;
		color:#fffc73;
	}

	.ResultList_item.is-premium .ResultList_text p{color:white}
	.ResultList_text{position:absolute;top:8%;left:28%}
	.ResultList_text p{line-height:1.25;color:#0c6521;white-space:nowrap;font-size:3.5vw}
	.ResultList_text p:nth-child(1){font-size:11px;margin-bottom:2px}
	.ResultList_text p:nth-child(2){font-weight:bold;display:inline}
	.ResultList_text p:nth-child(2):after{content:"-"}
	.ResultList_text p:nth-child(3){display:inline;font-weight:bold}
	.ResultList_text p:nth-child(4){overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:30vw;font-size:12px;margin-top:2px;font-weight:bold}
	.ResultList_amount{position:absolute;font-size:4vw;bottom:4%;text-align:center;left:0;right:0}
	.ResultList_amount>span{font-size:1.5em}
	.ResultList_link{text-align:center;margin-bottom:2%}
	.ResultList_link a{
		display:block;
		background:#fff;
		width:80%;
		padding:4% 0;
		margin:0 auto;
		box-shadow:0 2px 1px rgba(0, 0, 0, 0.5);
		border-radius:8px;
		box-sizing:border-box;
		color:#0c6521;
		font-weight:bold;
		font-size:14px
	}
}

/* category-links */
.category-header-links{display:grid;grid-template-columns:repeat(2, 1fr);gap:.8em}
.category-header-links br{display:none}
.category-header-links__item{display:block;text-decoration:none;transition:.1s}
a.category-header-links__item:hover{opacity:.5}
.category-header-links__item img{display:block;vertical-align:bottom}
.category-header-links__title{color:#00b900;display:block;font-weight:bold;line-height:1;margin-top:.25em;font-size:16px}

@media screen and (max-width:768px){
	.category-header-links{grid-template-columns:1fr;width:86%;margin:0 auto}
}

/*----------------------
 トップページ追加
------------------------*/
.nf-toplist-heading ul li h2.title_dec a{text-decoration:none;font-size:22px}
.nf-toplist-other ul li h2.title_dec_right a{text-decoration:none;font-size:18px}
.wp-block-columns.linkBox___txt:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-grow:initial;flex-basis:initial}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.nf-post-img{flex-basis:initial;flex-grow:initial;width:20%}
.linkBox___txt{font-size:14px}
.page_link a{color:#e53900}
.page_link:hover{opacity:0.5}
@media screen and (max-width:768px){
	.nf-toplist-heading ul li h2.title_dec a{font-size:18px}
	.nf-toplist-other ul li h2.title_dec_right a{font-size:15px}
	.nf-toplist-heading ul li{border-bottom:1px solid #ccc}
	.nf-toplist-other ul li{border-bottom:1px solid #ccc;padding:4% 0}
	.nf-recent-list .nf-post-title a{font-size:15px}
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column.nf-post-img{flex-basis:initial;flex-grow:initial;width:40%}
	.linkBox___txt{font-size:12px}
}

/* general */
.home .entry-header, .breadcrumb{display:none}
.home .entry-content{margin-top:0}
.nf-all>*{margin-bottom:2rem}
.nf-all a{text-decoration:none;transition:.2s}
.nf-all a:hover{opacity:0.5}
.nf-all p{margin:0}
.nf-all img{vertical-align:bottom}
.nf-post-title{font-weight:bold;display:block;line-height:1.25;color:#0aa709}
.nf-post-meta{font-size:14px;line-height:1}
.nf-post-meta a{color:#a7a7a7;text-decoration:underline}
.nf-post-meta span{color:#a7a7a7}
.nf-post-meta span:before{content:"/";padding:0 0.4em}
.nf-morelink{margin:0.5em 0 0.5em auto;width:fit-content;color:dimgray;display:flex;align-items:center;gap:1em}
.nf-morelink:after{
	content:"";
	display:block;
	width:12px;
	height:19px;
	background:url(/wp-content/uploads/2024/01/arrow_large.png) center/100% 100% no-repeat;
}

/* nf-toplist */
.nf-toplist{display:grid;grid-template-columns:45% 1fr;gap:0.8em}
.nf-toplist-other{display:grid;grid-template-columns:100%;gap:0.8em}
.nf-toplist-img{display:block}
.nf-toplist-img img{vertical-align:bottom}
.nf-toplist-text{display:flex;flex-direction:column}
.nf-toplist-heading .nf-post-title{margin:0.25em 0;font-size:22px}
.nf-toplist-other .nf-toplist-item{display:grid;grid-template-columns:40% 1fr;gap:0.5em}
.nf-toplist-other .nf-post-title{margin-bottom:.4em;flex-grow:1;display:flex;align-items:center}
/* nf-free */
.nf-free{display:grid;grid-template-columns:1fr 1fr;gap:0.8em}
.nf-free .nf-post-title{margin:.25em 0}
/* nf-recent */
.nf-recent-item{display:grid;grid-template-columns:20% 1fr;border-bottom:1px solid lightgray;margin-bottom:.8em;padding-bottom:.8em;gap:0.4em}
.nf-recent-text{display:flex;flex-direction:column}
.nf-recent-text .nf-post-title{margin-bottom:20px;text-decoration:none}
/* nf-review */
.nf-review-item{line-height:1;display:flex;flex-direction:column;gap:0.3em;margin-bottom:.8em;padding-bottom:.8em;border-bottom:1px solid lightgray}
.nf-review-caps{font-size:16px;display:flex;align-items:center;gap:.2em}
.nf-review-icon{width:1.25em;height:1.25em}
.nf-review-rating{display:flex;align-items:center;gap:0.5em}
.nf-review-target a{font-weight:bold;text-decoration:underline;color:#23ac38}
.nf-review-text{font-size:15px;line-height:1.5;padding:0.4em 0}
.nf-review-date{font-size:14px;color:gray}

@media screen and (max-width:768px){
	/* general */
	.main.main{width:100%;padding:0 10px}
	.nf-post-meta{font-size:12px;display:flex;flex-wrap:wrap;line-height:1.3}
	/* nf-toplist */
	.nf-toplist{grid-template-columns:100%;gap:0.4em}
	.nf-toplist-other{gap:0.6em}
	.nf-toplist-heading .nf-post-title{font-size:18px}
	.nf-toplist-other .nf-toplist-item{grid-template-columns:40% 1fr;border-top:1px solid lightgray;padding-top:0.6em}
	.nf-toplist-other .nf-post-title{font-size:15px}
	/* nf-recent */
	.nf-recent-item{grid-template-columns:40% 1fr;padding-top:0.6em}
	.nf-recent-text .nf-post-title{font-size:15px;margin-bottom:10px}
	/* nf-review */
	.nf-review-text{font-size:14px}
}

/* spメニュー用（仮）*/
ul.horizontal-list li.target{background-color:#71cb29;border-radius:0.5em;}
ul.horizontal-list li.target a{color:#fff}
/* table */
.post table td, table th, .page table td, table th{font-size:14.5px !important;text-align:center}
.post table th, .page table th,.site table th{background-color:#e4ffd7}
.post .table-scroll, .page .table-scroll, .single .table-scroll{width:100%;overflow-x:auto}
.post .table-scroll table, .page .table-scroll table, .single .table-scroll table{white-space:nowrap}
/* review-cta-button */
.review-cta-button{
	background:linear-gradient(to bottom, #19b343, #63d928);
	border:2px solid #63d928;
	display:block;
	text-align:center;
	padding:1em;
	border-radius:1em;
	box-shadow:0 4px 4px #9b9b9b, 0 2px white inset, 0 -2px #3cb93f inset;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-shadow:2px 2px 6px black;
	max-width:720px;
	margin:0 auto;
}

.review-cta-button:hover{color:#fff;opacity:.7;}
.button_red{display:inline-block;padding:15px 15px;background:#d73e3e;color:var(--cocoon-white-color);text-decoration:none;font-weight:700;transition:all ease 0.3s;width:80%;text-align:center;}
.button_red:hover{background:#f36666;color:#fff;}
/* アニメーションの定義 */
@keyframes heartbeat{
	0%, 100%{transform:scale(1)}
	25%{transform:scale(1.1)}
	50%{transform:scale(0.9)}
	75%{transform:scale(1.1)}
}

.cv_area{
	text-align:center;
	p{font-weight:bold;font-size:17px;letter-spacing:-0.5px;margin:0;animation:heartbeat 2.5s ease-in-out infinite;transform-origin:center center}
	a{
		background:#F58220;
		color:#fff;
		text-decoration:none;
		padding:10px;
		border-radius:10px;
		width:100%;
		max-width:320px;
		display:block;
		margin:0 auto;
		font-weight:bold;
		font-size:22px;
	}
}

/* 20241025追記 テーブルとアイキャッチが一体 */
/* thumbnail-desc */
.entry-content .thumbnail-desc{display:flex;gap:0.5em}
.entry-content .thumbnail-desc__img{display:flex;max-width:200px}
.entry-content .thumbnail-desc__list{width:100%;display:grid;grid-template-columns:auto 1fr;border:2px solid #0aa709}
.entry-content .thumbnail-desc__list dl{display:contents}
.entry-content .thumbnail-desc__list dl+dl dt{border-top:1px solid #23ac38}
.entry-content .thumbnail-desc__list dl+dl dd{border-top:1px solid #b5c9b3}
.entry-content .thumbnail-desc__list dt,
.entry-content .thumbnail-desc__list dd{line-height:1.2;padding:.4em .8em;display:flex;align-items:center}
.entry-content .thumbnail-desc__list dt{background:#0aa709;font-weight:bold;color:#fff;justify-content:center}
.entry-content .thumbnail-desc__list dd{margin:0;background:#fafffa}

@media screen and (max-width:834px){
	.entry-content .thumbnail-desc__img{flex-shrink:0;width:35%;height:30%}
	.entry-content .thumbnail-desc__list{font-size:14px}
	.entry-content .thumbnail-desc__list dt,.entry-content .thumbnail-desc__list dd{padding:0.2em 0.6em}
}

/* inpost-cv */

.inpost-cv br, .inpost-cv p:empty{display:none}
.inpost-cv__head{display:flex;flex-direction:column;gap:0.25em;align-items:center;color:red;font-weight:bold;text-decoration:unset;text-align:center;line-height:1.2}
.inpost-cv__head span{font-size:0.9em}
.inpost-cv__head>span>br{display:unset}
.inpost-cv__head img{border:.2em solid;border-radius:1em}
.inpost-cv__data{text-align:center;background:whitesmoke;padding:1em;width:100%;margin:0 auto 1em;max-width:640px}

.inpost-cv__data-item+.inpost-cv__data-item{border-top:1px solid lightgray;padding-top:.5em;margin-top:.5em}
.inpost-cv__data-date{font-weight:bold;font-size:.9em}
.inpost-cv__data-desc{display:flex;align-items:center;gap:0.35em;width:fit-content;margin:0 auto}

.inpost-cv__icon img{width:3.5em;vertical-align:bottom}
.inpost-cv__amount{color:red;font-weight:bold;font-size:1.2em}
.inpost-cv__other{font-size:.8em;font-weight:bold}
.inpost-cv__cv-area{text-align:center;font-weight:bold;font-size:17px;letter-spacing:-0.5px;margin:0;animation:heartbeat 2.5s ease-in-out infinite;transform-origin:center center;}

.inpost-cv__cv-area a{
	background:red;
	color:#fff;
	text-decoration:none;
	padding:10px;
	border-radius:10px;
	width:100%;
	max-width:320px;
	display:block;
	margin:0 auto;
	font-weight:bold;
	font-size:22px;
}

/* 20241122ヘッダーメニューCSS */

.navi-in a:hover{background-color:unset;transition:none;color:unset}
li.global-menu.sp-header-title{display:none}
.navi-in>ul{flex-wrap:unset;justify-content:space-between}
.navi-in>ul li{width:unset;height:unset;z-index:999}
.global-menu{cursor:pointer;position:relative;display:block}
li.global-menu a:hover{color:#0aa709;background:#035929}
li.global-menu ul li.sub-menu-list a:hover{background:#00b900;color:#fff}
.global-menu > a{display:block;padding:0 10px;text-align:left}

/* サブメニューが非表示の時、liタグのホバー範囲を限定 */
.global-menu > a:hover{color:#0aa709;background:#035929}
/* サブメニューをホバーした際の色変更 */
.sub-menu-contents li.sub-menu-list:hover{background:#23ac38}
/* サブメニューが表示されるとき */
.global-menu.active > .sub-menu-contents{opacity:1;visibility:visible;transform:translateY(0);max-height:500px;transition:max-height 0.5s ease-in;}

/* サブメニューの表示とホバー時の動作 */
.global-menu:hover > .sub-menu-contents,
.global-menu.active > .sub-menu-contents{opacity:1;visibility:visible;transform:translateY(0);max-height:500px;}

/* クリックして開いている状態のサブメニュー */
.global-menu > .sub-menu-contents{
    padding-left:0;
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    max-height:0;
    overflow:hidden;
    transition:opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease, max-height 0.5s ease-out;
	position:absolute;
}


.global-menu a{font-size:15px;color:#0aa709;line-height:35px;height:35px;font-weight:bold}
.sub-menu-contents{padding-left:0}
.sub-menu-list{background:#035929;width:auto;height:auto;position:absolute;top:100%}
.sub-menu-list a{text-align:left;padding:0 10px 0 10px;font-size:14px;color:#c8c5c5;min-width:200px;}

span.under-arrow:after{
	content:"";
	font-family:dashicons;
	font-weight:normal;
	display:inline-block;
	margin:0;
	vertical-align:top;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform:rotate(0);
	color:inherit;
	position:relative;
	background:transparent;
	height:auto;
	width:auto;
	right:auto;
	line-height:inherit;
	margin-left:5px;
}

/* ハンバーガーボタンの基本スタイル */
#hamburger-menu{display:none;cursor:pointer;flex-direction:column;justify-content:space-between;width:30px;height:25px;position:relative;z-index:100;}

/* メニューの非表示設定 (スマホ用に表示切り替え) */
.nav-menu{display:flex;}
.nav-menu.mobile{
	display:none;
	flex-direction:column;
	background:#0aa709;
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:100vh;
	max-height:100vh;
	z-index:9999999999;
	gap:30px;
	padding:0 10px 0 10px;
}

#hamburger-menu.active span:nth-child(1){transform:translateY(11px) rotate(45deg)}
#hamburger-menu.active span:nth-child(2){opacity:0}
#hamburger-menu.active span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}

/* メディアクエリでスマホ用スタイルを設定 */
@media (max-width:768px){

	li.global-menu.sp-header-title{display:block;font-size:14px;color:#fff}
	.global-menu>a{padding:0 10px 0 10px;text-align:left;color:#fff;font-size:24px;font-weight:bold;width:100%}
	li.global-menu a:hover{color:#fff;background:unset}
	.sub-menu-contents{margin-top:10px}
	.global-menu .sub-menu-contents li.sub-menu-list:hover{background:unset}
	.global-menu .sub-menu-contents li.sub-menu-list{background:#fff}
	.global-menu .sub-menu-contents li.sub-menu-list a{display:block;width:100%;color:#666}
	/* デフォルトで sub-menu-list を非表示 */
	.global-menu>.sub-menu-contents{display:none;}

	/* タップで表示されるように */
	.global-menu.active>.sub-menu-contents{display:block}
	/* ホバー時のスタイルを無効化 */
	.global-menu:hover>.sub-menu-contents{opacity:1;visibility:visible}
	span.under-arrow:after{content:"";width:30px;height:30px;background:url(img/arrow-down_w.svg) no-repeat right center;background-size:20px 10px}
	#header-in{position:relative;background:#0aa709}
	.navi-in>ul{display:none}
	#hamburger-menu{display:flex;position:absolute;top:2.5%;right:10%}
	.nav-menu{display:none}
	.nav-menu.mobile{display:flex}
	.nav-menu.mobile li{width:100%;text-align:center}
	.global-menu>.sub-menu-contents{position:static;visibility:visible;transform:none;transition:none}
	.sub-menu-contents{display:none;overflow:hidden;max-height:0;transition:max-height 0.3s ease-out}
	.global-menu.active .sub-menu-contents{display:block;max-height:500px;transition:max-height 0.3s ease-in}
}

/* steps */
.entry-content.cf ul.recommend-sitelist__step li:before{width:unset;height:unset;background:unset;border-radius:unset}
.recommend-sitelist__step{display:flex;margin:50px 0;padding:0}
.recommend-sitelist__step li{box-sizing:border-box;border:2px solid #71cb29;position:relative;list-style-type:none;flex:1;border-radius:1em}
.recommend-sitelist__step li .title{width:70%;font-size:18px;font-weight:700;text-align:center;color:#fff;background-color:#71cb29;border-radius:10px;margin:auto;padding:0.2em;box-sizing:border-box;margin-top:-1.2em}
.recommend-sitelist__step li .step-contents{padding:1em}
ul.recommend-sitelist__step li .text p{font-weight:bold;margin-bottom:0;font-size:16px;line-height:1.5;text-align:justify}
.icon-image{text-align:center;margin-bottom:1em}
.icon-image img{width:65px;height:auto}

@media (max-width:768px){
ul.recommend-sitelist__step{flex-direction:column;gap:1.5em}
.step-contents{display:flex;gap:1em;align-items:center}
.icon-image{flex-shrink:0;margin:unset}
}

/* article h2 */
body:not(.home) .article h2{
    background:#0aa709;
    color:#fff;
    padding:0.6em;
    border:unset;
    border-radius:6px;
    position:relative;
    font-size:1.3em;
    --h2orn-width:0.8em;
    clip-path:polygon(0 0,100% 0,100% calc(100% - var(--h2orn-width)),calc(100% - var(--h2orn-width)) 100%,0 100%);
}

body:not(.home) .article h2:after{content:"";display:block;width:var(--h2orn-width);height:var(--h2orn-width);background:#1e7d1e;position:absolute;right:0;bottom:0;border-radius:6px 0 0 0}
body:not(.home) .article h2:before{
    content:"";
    display:block;
    background:url(/keiba-navi/img/h2bg.png) left -1em center/auto 130% no-repeat;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    opacity:.25;
}

.navi-in > ul{border-bottom:2px solid lightgray;}

/* 横並びランキングCSS */
/* horizontal-ranking */
.horizontal-ranking{margin:2em 0}
.hr-title{font-weight:bold;background:#528551;color:#fff;padding:0.4em 1em}
.hr-itemlist{overflow-x:auto;padding-bottom:0.5em}
.hr-itemlist__inner{display:grid;white-space:nowrap;grid-template-columns:repeat(6,auto);gap:0.6em}
.hr-item{border:2px solid #a5a5a5}
.hr-rankno{color:#fff;font-size:16px;padding:.2em .4em;font-weight:bold;text-shadow:2px 2px #00000044}
.hr-item:nth-child(1) .hr-rankno{background:#e6ab00}
.hr-item:nth-child(2) .hr-rankno{background:#A9A9A9}
.hr-item:nth-child(3) .hr-rankno{background:#815A2B}
.hr-item:nth-child(n+4) .hr-rankno{background:#606060}
.hr-item img{width:100%;height:100px;vertical-align:bottom}
.hr-result{font-size:16px;padding:.4em 0.8em 0;line-height:1.5;display:flex;flex-direction:column;width:fit-content;margin:0 auto}
.hr-result p{margin-bottom:0!important}
.hr-result .hr-result__head{font-weight:bold;background:linear-gradient(to bottom, transparent 0%, transparent 50%, #ffa70042 50%, #ffa70042 100%);width:fit-content;color:#bb0000;margin:0 auto;font-size:14px}
.hr-result .hr-result__desc{font-weight:bold;margin-top:0.4em}
.hr-result .hr-result__type{font-size:14px;color:gray}
.hr-result .hr-result__amount{font-weight:bold;font-size:14px}
.hr-result .hr-result__amount span{color:red;font-size:1.5em}
.hr-links{display:flex;flex-direction:column;padding:.4em;gap:.4em}
.hr-links a{font-size:14px;text-align:center;text-decoration:none;font-weight:bold;border-radius:0.5em;line-height:1;padding:0.8em;display:flex;align-items:center;justify-content:center;gap:0.2em}
.hr-links a:after{content:"▼";display:block;font-size:8px;transform:rotate(-90deg)}
.hr-links a:hover{color:#fff;opacity:0.5}
.hr-links a span{font-size:1.2em}
.hr-link__out{background:#ef1800;color:#fff}
.hr-link__review{background:#509b0e;color:#fff}

.is-style-primary-box, .primary-box, .sp-primary, .primary{background-color:#d0f1cf}

/* もっと見るボタン */
.full-testimonial{display:none}
.loadMore{background:unset;font-size:1.2rem;border:unset;padding:unset;width:fit-content;margin:.4em 0 0 auto;display:block;color:#327bb4;font-weight:bold;cursor:pointer}
.loadMore:before{content:"▼"}

/* yoko-result */
.yoko-result{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;margin:1em 0}
.yr-item{width:250px;background:#fff;border:2px solid lightgray;display:flex;flex-direction:column}
.yr-date{background:#88be87;color:#fff;font-weight:bold;font-size:.9em;padding:.2em 0.8em;text-align:center}
.yr-desc{padding:0.6em;background:url(/wp-content/uploads/2022/06/f.png);background-size:contain;background-color:rgba(255, 255, 255, 0.75);background-blend-mode:lighten;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;height:100%;gap:0.4em}
.yr-place{font-size:.8em;display:flex;gap:0.4em}
.yr-plan{font-weight:bold;flex-grow:1;background:#f4ffcc94;display:flex;align-items:center;width:100%;justify-content:center;line-height:1.2;padding:0.4em;text-align:center;border:1px solid #00000033}
.yr-amount{font-weight:bold;color:#c71d1d}
.yr-amount span{font-size:1.4em}

/* 20241210 追記CSS */

.table_contents{display:flex;gap:1em;justify-content:center;margin:0 auto}
.table_item{width:100%}
.link_button_wrapper{text-align:center;margin:20px auto;display:grid;grid-template-columns:1fr 1fr;gap:1em}
.link_button_wrapper .orangebutton,.link_button_wrapper .bluebutton{width:100%;font-size:1em;font-weight:bold;padding:1em 0}
div#voice_area{border-radius:20px;margin-bottom:30px}
.h2-common.flex.between.align_center{background:#4D6FFE;text-align:center;padding:7px;color:#fff;border-radius:20px 20px 0 0}
.swiper-wrapper{display:flex;justify-content:center;background:#EDF0FF;border-radius:0 0 20px 20px;padding:1em;margin-top:0}

.voice__item{width:100%;padding:.5em}
.voice__item:first-child{border-right:1px solid #4D6FFE;width:870px;margin-right:25px;padding-right:25px}

@media screen and (max-width:768px){
    .table_contents{flex-direction:column;margin-bottom:1em}
	.table_item{display:flex;flex-direction:column;gap:1em}
	.table_item h4{margin-bottom:unset}
	.table_item table{margin-bottom:unset}
    .link_button_wrapper{display:flex}
	div#voice_area{margin-bottom:1em}
	.swiper-wrapper{justify-content:unset;padding:0}
	.swiper-slide{background:#EDF0FF;border-radius:0 0 20px 20px}
	.voice__item:first-child{border-right:unset;padding-right:unset}
	.swiper-pagination{position:static !important}
	.voice{position:relative;padding-bottom:75px}
	.swiper-navigation-container{position:absolute;bottom:0;left:10%;right:10%;display:flex;align-items:center;justify-content:center;gap:20px}

	.swiper-button-prev_com-sp,
	.swiper-button-next_com-sp{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;z-index:10;display:flex;align-items:center;justify-content:center}
	.swiper-button-prev_com-sp{left:10px}
	.swiper-button-next_com-sp{right:10px}
	.swiper-button-prev_com-sp::after,
	.swiper-button-next_com-sp::after{
		height:auto;
		color:#fff;
		background-color:#4D6FFE;
		border-bottom:4px solid #BCC7FF;
		border-radius:7px;
		padding:0 10px;
		transition:transform 0.1s, border-bottom-width 0.1s;
	}

	/* ボタンがクリックされたときの効果 */
	.swiper-button-prev_com-sp:active::after,
	.swiper-button-next_com-sp:active::after{transform:translateY(2px);border-bottom-width:2px}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after{content:'←' !important}
	.swiper-button-next:after, .swiper-rtl .swiper-button-next:after{content:'→' !important}
}

.rank_item p:empty{display:none}
.ranking-graph{max-width:800px;margin:0 auto;padding:1em;text-align:center;display:flex;align-items:center;justify-content:center;gap:60px;}

.site-name{font-size:1.2em;margin-bottom:1em}
.site-thumbnail{margin-bottom:1em}
.site-thumbnail img{max-width:350px;height:auto}
.table_item:first-child h4{color:#0aa709;background:#fff}
.table_item h4{color:red}
.recommended_point{border:3px solid #0aa709;padding:1em}
.recommended_point h4{color:#23ac38;border:unset;padding:0;margin-bottom:.5em}
.recommended_point p{margin-bottom:unset}

@media screen and (max-width:768px){
	.ranking-graph{flex-direction:column;gap:1em}
	.site-thumbnail{margin:unset}
	.swiper-button-next,.swiper-button-prev{color:#333}
	.swiper-slide{height:auto}
}

/* 20241220追記 ヘッダーメニュ コラム部分のみ適用CSS */
.nav-link a{font-size:15px;color:#0aa709;line-height:35px;height:35px;font-weight:bold;padding:0 10px;text-align:left}
.nav-link a:hover{color:#0aa709;background:#035929}
@media(max-width:768px){
	.nav-link a{padding:0 10px 0 10px;text-align:left;color:#fff;font-size:24px;font-weight:bold;width:100%}
	.nav-link a:hover{color:#0aa709;background:#fff}
}

._scroll{width:100%;overflow-x:auto;white-space:nowrap}
.table-wrap{overflow-x:scroll;white-space:nowrap}

@media (min-width:768px){
    .table-wrap th{max-width:200px;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;padding:10px;font-size:16px}
}

@media (max-width:767px){
    .table-wrap th{max-width:150px;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;padding:8px;font-size:9px}
}

td img[src*="icon_111970.svg"]{
    width:30px!important;
}

.back-to-racelist{
    text-align:center;
    border:2px solid lightgray;
    border-radius:0.5em;
    background:linear-gradient(to bottom, white, #e5e5e5);
    margin-bottom:3em;
    display:block;
    color:green;
    text-decoration:none;
    font-weight:bold;
}
