@charset "Shift_JIS";


/*stylereset用CSS-----------------*/
@import "./reset.css";
@import "./header.css";
@import "./footer.css";


body {
    font-family: "Zen Kaku Gothic New", Avenir, "Helvetica neue", Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/****************************************************
//　トップページ
****************************************************/

/* メインイメージ */
#main_img {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: url("../img/top/main.webp?20250605") no-repeat;
    background-size: contain;
    aspect-ratio: 192 / 52.5;
}

/* エントリーボタン */
a.entry {
    display: inline-block;
    padding: 0.5rem 5rem;
    margin: auto;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #f5733c;
    border-radius: 5px;
    transition: 0.2s;
}
a.entry:hover {
    background-color: #ff4d01;
}

/* コンテンツリスト　タブ */
div.link_list_selecter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 940px;
    margin: 2px auto;
}

.list-item-label {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #7db58e;
    opacity: 1;
}
.list-item-label:hover {
    background-color: #f5733c;
    opacity: 0.75;
}
.list-item-label img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


/* コンテンツリスト */
div.link_list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 940px;
    text-align: left;
    margin: 30px auto;

}
div.link_list_item {
    display: none;
    position: relative;
    width: calc(100% / 4 - 10px);
    overflow: hidden;
    opacity: 0;
}
div.link_list_item.new:after {
    content: "New";
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 3rem;
    padding: 2px 4px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #E3C02E;
    border-radius: 8px;
}
div.link_list_item a {
    display: block;
    /* width: 100%;
    height: 100%; */
    color: #707070;
    text-decoration: none;
    border: solid 1px #707070;
    background-color: #ffffff;
    padding-bottom: 45px;
}
div.link_list_item a figure {
    width: 100%;
    height: auto;
}
div.link_list_item a figure img {
    width: 100%;
}
div.link_list_item a div{
    display: block;
    padding: 0.5rem;
}
div.link_list_item a div.link_head{
    font-size: 1rem;
    font-weight: bold;
}
div.link_list_item a div.link_txt{
    padding-top: 0px;
}
div.link_list_item:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    transform: translateY(-2px);
    transition-duration: 0.2s;
}

div.link_list_item a:after {
    content: ".";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    background-color: #35932b;
    background-size: 100%;
    background-position: center;
}
div.link_list_item.item01 a:after {
    background-image: url("../img/top/item01.png") ;
}
div.link_list_item.item02 a:after {
    background-image: url("../img/top/item02.png") ;
}
div.link_list_item.item03 a:after {
    background-image: url("../img/top/item03.png") ;
}
div.link_list_item.item04 a:after {
    background-image: url("../img/top/item04.png") ;
}
div.link_list_item.item01 a:after {
    background-image: url("../img/top/item01.png") ;
}
div.link_list_item.movie a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f008';
    display: block;
    position: absolute;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    bottom: 5px;
    left: 2px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #666666;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
/* radio checked setting */
#list-item00:checked~.link_list_selecter .label00,
#list-item01:checked~.link_list_selecter .label01,
#list-item02:checked~.link_list_selecter .label02,
#list-item03:checked~.link_list_selecter .label03,
#list-item04:checked~.link_list_selecter .label04 {
    background-color: #35932b;
}
#list-item00:checked~.link_list .link_list_item,
#list-item01:checked~.link_list .item01,
#list-item02:checked~.link_list .item02,
#list-item03:checked~.link_list .item03,
#list-item04:checked~.link_list .item04 {
	display: flex;
    width: calc(100% / 4 - 10px);
    margin: 5px;
    transition: 0.5s;
    opacity: 1;
}
.list-item-switch {
    display: none;
}

/* 上部お知らせ */
ul.news_ue {
	width: fit-content;
    margin: 0 auto 25px;
	font-size: clamp(15px, 1vw, 17px);
}
ul.news_ue li {
	padding: 0 0 3px;
}
/* 下部お知らせ */
ul.news {
    display: block;
    width: 100%;
    max-width: 940px;
    margin: 0.5rem auto;
    padding: 0;
    list-style: none;
}
ul.news li {
    display:flex;
    align-items: center;
    margin: 0;
    padding: 0.8rem 0;
    border-bottom: solid 1px #707070;
}
ul.news li a {
    display:flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.8rem 0;
    text-decoration: none;
    background-color: transparent;
    background: url("../img/top/news_arrow.png") no-repeat 97% center;
    transition: 0.5s;
}
ul.news li a:hover {
    background-color: rgba(255,255,255,0.5);
}
ul.news li figure{
    display:block;
    height: auto;
    margin-left: 0.8em;
}
ul.news li figure img{
    display:block;
    width: 150px;
    height: auto;
}
ul.news li  div {
}
ul.news li  span{
    font-size: 1rem;
    text-align: left;
    line-height: 1rem;
    padding-left: 0.8rem;
    padding-right: 2.5rem;
}
ul.news li span.date{
    display:block;
    color: #707070;
    font-weight: bold;
    text-decoration: none;
}
ul.news li span.link_txt{
    display:block;
    margin-top: 0.8rem;
    text-decoration: none;
}
ul.news li a span.link_txt{
    text-decoration: underline;
}



/****************************************************
//　コンテンツ
****************************************************/

h2 {
    font-family: sans-serif;
    font-size: clamp(29px, 2vw, 42px);
    font-weight: 900;
    text-align: center;
    color: #000000;
    margin: 0.5rem;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.type01 {
    width: 100%;
    max-width: 940px;
    text-align: left;
    font-weight: bold;
    color: #707070;
    margin: 0.3rem auto;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.type02 {
    width: 100%;
    max-width: 940px;
    text-align: center;
    font-weight: bold;
    /*color: #35932b;*/
    margin: 0.3rem auto 0rem;
    text-decoration: none;
    border-bottom: solid 3px #35932b;
}
/*
.type02:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    display: inline-block;
    color: #35932b;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}
*/
.type03 {
    width: 100%;
    max-width: 940px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    margin: 0.3rem auto;
    text-decoration: none;
    background-color: #35932b;
}
.type03:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0c8';
    display: inline-block;
    color: #ffffff;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

.type04 {
    font-size: clamp(23px, 2vw, 40px);
    width: 100%;
	margin-top: 3em;
    max-width: 940px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    margin: 0.3rem auto;
    text-decoration: none;
    background-color: #35932b;
}
.type04 img{
	width: 65.4px;
	height: 61.8px;
	margin-top: -2em;
	margin-bottom: -0.3em;
	margin-left: 2px;
	overflow: hidden;
}

.typeRank {
    font-size: clamp(23px, 2vw, 40px);
    width: 100%;
    height: 1.5em;
	margin-top: 3em;
    max-width: 940px;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    margin: 0.3rem auto;
    text-decoration: none;
    background-color: #35932b;
}

.typeRank img{
	width: 65.4px;
	height: 61.8px;
	margin-top: -2em;
	margin-bottom: -0.3em;
	margin-left: 2px;
	overflow: hidden;
}
.typeRank:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #E3DD3C;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

h3 {
    background: #333333;
    color: #ffffff;
    line-height: 1;
    font-size: clamp(16px, 2vw, 24px);
    padding: 10px;
    margin-top: 1rem;
}
h3.num {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    padding: 0;
    color: #35932b;
    background-color: transparent;
}
h3.num span {
    display: inline-block;
    width: 1.7rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #ffffff;
    background-color: #35932b;
}
h3.num a {
    font-size: 1em;
    color: #666666;
    text-decoration: none;
}
h3.num a:hover {
    color: #35932b;
    text-decoration: none;
}

h4 {
    color: #006600;
    align-items: center;
    line-height: 1;
    margin: 20px 0px;
    font-size: clamp(17px, 1vw, 26px);
    padding: 0.5rem 0.5rem;
    border-top: solid 3px #006600;
    border-bottom: solid 3px #006600;
    font-weight: bold;
}
h4 span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #ffffff;
    background-color: #004269;
    border-radius: 20%;
}
h4.num {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    padding: 0;
    color: #004269;
    background-color: transparent;
    border: none;
}
h4.num span {
    display: inline-block;
    width: 1.7rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #ffffff;
    background-color: #004269;
}

h5 {
    color: #006600;
    padding: 0.2rem 0.5rem;
    border-left: 5px solid #000;
    background: #f0fff0;
    font-size: clamp(14px, 1vw, 24px);
}

p {
  margin: 10px;
  font-size: clamp(15px, 1vw, 17px);
}

span.numType01 {
    display: inline-block;
    width: 1.7rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    background-color: #35932b;
}
span.numType02 {
    display: inline-block;
    width: 1.7rem;
    height: 1.6rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #ffffff;
    background-color: #004269;
}


section {
    width: 100%;
    padding: 2em 0rem;
    /*text-align: center;*/
}

section > div {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

section > div figure {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

section > div figure img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.figure_abso_center {
   position: absolute;
   display: inline-block;
   width: 35%;
   height: auto;
   bottom:15%;
   left: 50%;
   transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

section > div a {
    /*display:inline-block;
    width: auto;*/
}
section > div a img {
    display: block;
    width: auto;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.2s;
}
section > div a:hover img {
    opacity: 0.8;
}


/* タブ */
.tab_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin: 2px auto;
}

.tab-label {
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    background-color: #7db58e;
    width: 50%;
    padding: 0.5em 1rem;
    margin-right: 1px;
    opacity: 1;
}
.tab-label:last-child {
    margin-right: 0px;
}
.tab-label:hover {
    background-color: #f5733c;
    opacity: 0.75;
}

.tab-label .middle {
    line-height:3em;
}

.tab-label .middle2 {
    line-height:4rem;
}

.contents_wrap {
    z-index: 1;
}

.contents_wrap > div[class^="content"] {
    display: none;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* radio checked setting */
.tab01:checked~.tab_wrap .label01,
.tab02:checked~.tab_wrap .label02,
.tab03:checked~.tab_wrap .label03,
.tab04:checked~.tab_wrap .label04,
.tab05:checked~.tab_wrap .label05 {
    background-color: #35932b;
}
.tab01:checked~.contents_wrap .content01,
.tab02:checked~.contents_wrap .content02,
.tab03:checked~.contents_wrap .content03,
.tab04:checked~.contents_wrap .content04,
.tab05:checked~.contents_wrap .content05 {
	display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    transition: 0.5s;
    opacity: 1;
}
.tab-switch {
    display: none;
    opacity: 0;
}


/* ul ol li */
section ul,
section ol {
    padding-left: 1.5rem;
    margin-top: 0.8rem;
    list-style-type: disc;
}
section li {
    margin-bottom: 0.5rem;
}

.arrow {
  list-style-type: none;
  /*font-size: clamp(14px, 1vw, 16px);*/
}
.arrow li {
  position: relative;
  padding-left: 1rem;
  padding-right: 2rem;
}
.arrow li::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 2px solid #006600;
  border-right: 2px solid #006600;
}

.waku {
	position: relative;
	margin: 4em 1rem;
	padding: 1.5em 1rem;
	border: solid 3px #006600;
	background: #fff0cd;
}
.waku .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 2px 9px;
	height: 25px;
	line-height: 25px;
	font-size: clamp(14px, 1vw, 18px);
	background: #006600;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}
.waku p {
	margin: 0; 
	padding: 0;
}

ol.waku2{
	counter-reset:list;
	list-style-type:none;
	font: clamp(14px, 1vw, 18px) 'arial narrow', sans-serif;
	padding:0;
}
ol.waku2 li{
	position:relative;
	margin: 7px 0 7px 0px;
	padding-left:40px;
	font-size: clamp(14px, 1vw, 18px);
	line-height: 30px;
	border: 2px solid #756C67;
	color: #756C67;
}
ol.waku2 li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	line-height:30px;
	background: #756C67;
}

ul.waku3{
	padding: 1em 1em 1em 3rem; /*余白*/
	border: solid 2px #756C67;
}

ul.not-dot{
	list-style-type:none;
	padding-left:10px;
}



dl {
    margin-bottom: 15px;
}

dl.faqs dt {
    position:relative;
    padding: 10px 15px 3px 10px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    background-color: #fff9dd;
}
dl.faqs dt:before {
    content: 'Q';
    display: inline-block;
    position: absolute;
    top: 6px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #B41B1B;
}
dl.faqs dt span {
    display: inline-block;
    width: 100%;
    padding: 0 0 5px 1.4rem;
    font-weight: bold;
    border-bottom:solid 2px #35932b;
}
dl.faqs dd {
    position:relative;
    padding: 5px 15px 15px 2rem;
    margin-bottom: 15px;
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    background-color: #fff9dd;
}
dl.faqs dd:before {
    content: 'A';
    display: inline-block;
    position: absolute;
    top: 0.1rem;
    left: 0.7rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #236B1B;
}


dl.vand{
    margin: 40px;
}
dl.vand dt {
    float: left;
    width: 60px;
}
dl.vand dt img{	
	 width:60px;
}
dl.vand dd {
	background-color:#fffcf0;
	border:2px solid #000000;
	-webkit-border-radius:10px;
    margin-left: 60px;
	margin-bottom:1em;
}
dl.vand .first{
	font-size: 1.2em;
}
dl.vaken dd {
		background-color: #fff9dd;
	-webkit-border-radius:10px;
	
}





/* ランキング */
.table_wrap {
    width: 100%;
    padding: 1rem;
    font-size: clamp(14px, 1vw, 16px);
}

table.rank {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    text-align: center;
    white-space: nowrap;
}
table.rank tr:nth-child(even) {
    background-color: #FCFAF4;
}
table.rank th {
    padding: 1em 2rem;
    color: #ffffff;
    border-right: 1px #FFF solid;
    background-color: #666666;
}
table.rank td {
    padding: 0.5rem;
    border-bottom: solid 1px #666666;
}
.rank1 {
    background-color: #FFF8D0;
}
.rank2 {
    background-color: #F5F5F5;
}
.rank3 {
    background-color: #FFF5EB;
}
.point {
  color: #CC0000;
  font-weight: bold;
}


/* 賞品紹介 */

h3.prize {
    background: #333333;
    color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1;
    padding: 0;
    font-size: 1rem;
}
.order {
    font-weight: bold;
    font-size: 1.2em;
    padding: 1em;
    background-color: #f5733c;
}
.main {
    font-size: 1.2em;
    margin-left: 0.7em;
}
.sub {
    font-size: 1.2em;
}

.fs_big {
    font-size: 1.5em;
	font-weight: bold;
}
.fs_middle {
    font-size: 1em;
}
.fs_small {
    font-size: 0.8em;
}
.fs_xsmall {
    font-size: 0.6em;
}
@media screen and (max-width: 769px) {
h3.prize {
    line-height: 1.3;
	}
.fs_big {
    font-size: 1.3em;
}
}


/* POGの楽しみ方 */
.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.youtube-video {
    flex-basis: 33%;
    padding: 0;
    padding-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.youtube-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 160px;
}

.youtube-video img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 160px;
}

.video_title {
    color: #000000;
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
	margin-top: 5%;
}
.sp-spacer {
	display: none;
	width: 1px;
	height: 1px;
}

/* ゲート試験 */
.selectbox {
	display: flex;
	align-items: center;
	position: relative;
	/*padding: 15px;*/
	float: right;
}

.selectbox::after {
	position: absolute;
	right: 10px; /*25px;*/
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.selectbox select {
	appearance: none;
	min-width: 230px;
	height: 2.8em;
	padding: .4em calc(.8em + 30px) .4em .8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}

.training-table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	padding-left: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
}
.training-table tr td,
.training-table tr th {
	border: 1px solid #000000;
	border-bottom: 0;
	border-right: 0;
	vertical-align: middle;
	text-align: left;
	margin-left: 1px;
	font-size: clamp(11px, 1vw, 13px);
}
.training-table tr th {
	background: #008800;
	color: #ffffff;
	vertical-align: middle;
}
.training-table tr td.days {
	white-space:nowrap;
}
.training-table tr th.father {
}

.width_day {
	width: 8%;
}
.width_horse {
	width: 25%;
}
.width_sex {
	width: 4%;
}
.width_stable {
	width: 13%;
}
.day {}/*若駒コラム(20230609追加)*/
.father {
	width: 25%;
}
.mother {
	width: 25%;
}


/*あの人の指名馬ブロック*/
.accordion {
	max-width: 1500px;
	width: 100%;
	background-color: #f0f5f9;
	margin-top: 10px;
	align-items: center;
}

.accordion:not([open]) {
	margin-bottom: 7px;
}

.accordion summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0.2em 1em;
	border-radius: 5px;
	background-color: #2f4f4f;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
	font-size: 13px;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion summary::before,
.accordion summary::after {
	width: 3px;
	height: .9em;
	border-radius: 5px;
	background-color: #ffffff;
	content: '';
}

.accordion summary::before {
	position: absolute;
	right: 1em;
	rotate: 90deg;
}

.accordion summary::after {
	transition: rotate .3s;
}

.accordion[open] summary::after {
	rotate: 90deg;
}

.accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 1em 2em 2em 2em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}

.accordion[open] p {
	transform: none;
	opacity: 1;
}

div.profile{
	clear: both;
	padding: 10px;
	margin: 10px;
	font-size: clamp(14px, 1vw, 30px);
	max-width: 1500px;
	width: 98%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fdffcd;
	border:solid 1px #bebdbd;
	align-items: center;
}

div.profile div.name {
	position: relative;
	margin: 10px;
	padding: 0em 1em;
	background-color: #00bfff;
	color: #ffffff;
	font-size: clamp(18px, 1vw, 30px);
	font-weight: bold;
}

div.profile div.name::before {
	position: absolute;
	top: 100%;
	left: 0;
	border-bottom: solid 10px transparent;
	border-right: solid 20px #00008b;
	content: '';
}
div.profile div.name span {
	font-size: clamp(12px, 1vw, 14px);
	margin-left: 10px;
}

.parent {
	max-width: 1500px;
}
.child {
	display: inline-block;
	vertical-align: bottom;
	justify-content:space-between;
}
.child img {
}

div.btn {
	margin-bottom: 10px;
	padding: 0.5em 2em;
	border: none;
	border-bottom: solid 5px #dc143c;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	background-color: #ff6347;
	color: #ffffff;
	font-weight: 600;
	font-size: clamp(12px, 1vw, 14px);
	transition: .4s ease;
}

div.btn:hover {
	transform: translateY(3px);
	border-bottom-width: 2px;
	opacity:0.8;
	filter: alpha(opacity=10);
	-ms-filter: "alpha( opacity=80 )";
	background: #ff7f50;
}

div.btn a {
	color: #ffffff;
	font-size: 14px;
	text-decoration : none;
}

div.btn a:hover {
}

div.btn_off {
	margin-bottom: 10px;
	padding: 0.5em 2em;
	border: none;
	background-color: #999999;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	transition: .4s ease;
}


div.profile_wrap {
	clear: both;
	width: clamp(98%, 1vw, 99%);
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	padding: 10px;
}
div.profile_title {
	padding: 0.5em;/*文字周りの余白*/
	color: #010101;/*文字色*/
	background: #eaf3ff;/*背景色*/
	border-top: solid 2px #516ab6;/*下線*/
	font-size: 14px;
	font-weight: 900;
	text-align: center;
}
div.profile_wrap p {
	font-size: clamp(12px, 1vw, 14px);
}



.clearfix::after{
   content: "";
   clear: both;
   display: block;
}


/*
-------------------------------------------
*/
/* text-align */
.alC {
    text-align: center;
}
.alL {
    text-align: left;
}
.alR {
    text-align: right;
}

/* margin */
.mg05 {
    margin: 5px;
}
.mg30 {
    margin: 30px;
}
.mg_t30 {
    margin-top: 30px;
}
.mg_t50 {
    margin-top: 50px;
}
.mg_t00 {
    margin-top: 0px;
}
.mg_b30 {
    margin-bottom: 30px;
}
.mg_b50 {
    margin-bottom: 50px;
}
.mg_lr_at {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
}
/* padding */
.pd05 {
    padding: 5px;
}
.pd30 {
    padding: 30px;
}

/* font-color */
.font_white {
    color: #ffffff;
}
.font_black {
    color: #000000;
}
.font_red {
    color: #db0000;
}
.font_blue {
    color: #0000ff;
}
.font_green {
    color: #006600;
}

/* background-color */
.bg01 {
    background-color: #ffffff;
}
.bg02 {
    background-color: #ecebd6;
}
.bg03 {
    background-color: #F9F4AD;
}

/* border */
.bdr01 {
    border: solid 1px;
}
.bdr02 {
    border: solid 2px;
}
.bdr03 {
  background: #fff9dd;
  border-radius: 30px;
  border: double 4px rgba(66,32,8,0.3);
  padding: 25px 10px 25px 20px;
}

.bgc_g01 {
    background: linear-gradient(90deg, rgb(245, 227, 233), rgb(228, 227, 233));
}
.bgc_g02 {
    background: linear-gradient(90deg, rgb(228, 227, 233), rgb(245, 227, 233));
}


/* split style */
.split_wrap {
    display: flex;
    flex-wrap: wrap;
}
.split02 {
    display: inline-block;
    width: calc( 100% / 2 - 10px );
    height: auto;
    margin: 4px;
}
.split03 {
    display: inline-block;
    width: calc( 100% / 3 - 15px );
    height: auto;
    margin: 5px;
}
.split04 {
    display: inline-block;
    width: calc( 100% / 4 - 15px );
    height: auto;
    margin: 5px;
}


/* link button */
.linkType00 {
    display: inline-block;
    width: 100%;
    padding: 0.3em 2rem;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    color: #aaa;
    text-shadow: -1px -1px 1px #000000, 1px 1px #ffffff;
    background-color: #aaa;
}
.linkType01 {
    display: inline-block;
    width: 100%;
    padding: 0.3em 2rem;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    box-shadow: 0 3px 0 #999999;
}
.linkType01:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);

    text-decoration: none;
    color: #330000;
    box-shadow: none;
    transform: translateY(3px);
}
.linkType02 {
    display: inline-block;
    width: 100%;
    padding: 0.3em 2rem;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    background-color: #C6E190;
    box-shadow: 0 3px 0 #8FBD33;
}
.linkType02:hover {
    text-decoration: none;
    color: #ff0000;
    box-shadow: none;
    transform: translateY(3px);
}






/* PCのみ表示 */
.pc_dsp {
	display:inline;
}
.sp_dsp {
	display:none;
}

/*若駒コラム(20230531追加)*/
#wakakoma h3 {
  display: block;
  max-width: 940px;
  font-weight: bold;
  margin: 0 auto;
}
#wakakoma h3 > span {
  margin-top: 2px;
  font-size: 90%;
  font-weight: normal;
  float: right;
}
#wakakoma .content {
  max-width: 940px;
  margin: 0 auto;
}
#wakakoma .content .winImg {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 6px 14px 4px 0;
  float: left;
}
/*#wakakoma .content .winImg:after {*/
#wakakoma .content .winImg[data-photoby]:after {/*202407修正*/
  position: absolute;
  bottom: 2px;
  right: 5px;
  content: "(Photo by JRA)";
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 2px black, 0 0 6px black;
}
/*#wakakoma .content .winImg:not([data-photoby=""]):after {*/
#wakakoma .content .winImg[data-photoby]:not([data-photoby=""]):after {/*202407修正*/
  content: "(Photo by "attr(data-photoby)")";
}
#wakakoma .content .winImg img {/*202407追加*/
  width: 400px;
  height: auto;
}
#wakakoma .content img {
  /*margin: 6px 14px 4px 0;
  float: left;*/
}
/*#wakakoma .content img + p {*/
#wakakoma .content .winImg + p {
  padding-top: 4px;
}
#wakakoma .bannerBtn {
  display: inline-block;
}

/*傾向と対策(20250518追加)*/
#trend h3 {
  display: block;
  max-width: 940px;
  font-weight: bold;
  margin: 0 auto;
}
#trend .content {
  max-width: 940px;
  margin: 0 auto;
}
#trend .content .trendImg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
}

#trend .content .trendImg p {
  text-align: center;
}


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

    /****************************************************
    //　トップページ
    ****************************************************/

    /* エントリーボタン */
    a.entry {
        display: inline-block;
        padding: 0.5rem;
        width:100%;
        margin: auto;
        font-size: 1.3rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        background-color: #f5733c;
        border-radius: 5px;
        transition: 0.2s;
    }
    a.entry:hover {
        background-color: #ff4d01;
    }
    
    /* コンテンツリスト　タブ */
    div.link_list_selecter {
        display: flex;
        flex-wrap: wrap;
        align-items: left;
        justify-content: flex-start;
        width: 100%;
        margin: 2px auto;
    }

    .list-item-label {
        width: calc(100% / 4 - 10px);
        height: auto;
        margin: 5px;
        border-radius: 50%;
        cursor: pointer;
        background-color: #7db58e;
        opacity: 1;
        aspect-ratio: 1 / 1;
    }
    .list-item-label:hover {
        background-color: #f5733c;
        opacity: 0.75;
    }
    .list-item-label img{
        width: 100%;
        height: 100%;
        border-radius: 50%;

    }

    /* コンテンツリスト */
    div.link_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 940px;
        text-align: left;
        margin: 30px auto;

    }
    div.link_list_item {
        display: none;
        position: relative;
        width: 97%;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    div.link_list_item.new:after {
        content: "New";
        display: block;
        position: absolute;
        top: 0.7rem;
        right: 0.5rem;
        width: 3rem;
        padding: 2px;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        background-color: #E3C02E;
        border-radius: 8px;
    }
    div.link_list_item a {
		display: flex;
		flex-wrap: wrap;
		/* padding-bottom: 0px; */
    }
    div.link_list_item a figure {
        display: block;
        order: 2;
        margin: 0.5rem;
        width: 42%;
        height: auto;
    }
    div.link_list_item a figure img {
        width: 100%;
        height: auto;
    }
    div.link_list_item a div {
        display: block;
        padding: 0rem;
    }
    div.link_list_item a div.link_head{
        display: block;
        order: 1;
        width: 100%;
        padding: 0.3rem;
        font-size: 1rem;
        font-weight: bold;
    }
    div.link_list_item a div.link_txt{
        display: block;
        order: 3;
        width: 50%;
        padding: 0.3rem;
        padding-left: 0rem;
    }
    div.link_list_item:hover {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
        transform: translateY(-2px);
        transition-duration: 0.2s;
    }
    div.link_list_item a:after {
		/* top: 0.5rem;
		right: 1rem; */
		width: 35px;
		height: 35px;
    }

    /* radio checked setting */
    #list-item00:checked~.link_list_selecter .label00,
    #list-item01:checked~.link_list_selecter .label01,
    #list-item02:checked~.link_list_selecter .label02,
    #list-item03:checked~.link_list_selecter .label03,
    #list-item04:checked~.link_list_selecter .label04 {
    }
    #list-item00:checked~.link_list .link_list_item,
    #list-item01:checked~.link_list .item01,
    #list-item02:checked~.link_list .item02,
    #list-item03:checked~.link_list .item03,
    #list-item04:checked~.link_list .item04 {
        width: 97%;
        height: auto;
    }
    .list-item-switch {
        display: none;
    }

    /* お知らせ */
    ul.news {
    }
    ul.news li {
    }
    ul.news li a {
        background-size: 1.5rem;
    }
    ul.news li a:hover {
    }
    ul.news li a figure{
    }
    ul.news li a figure img{
    }
    ul.news li a div {
    }
    ul.news li a span{
    }
    ul.news li a span.date{
    }
    ul.news li a span.link_txt{
        padding-right: 2.5rem;
    }
    ul.news li span.link_txt{
        padding-right: 0.8rem;
    }



    
    /****************************************************
    //　コンテンツ
    ****************************************************/

    h2 {
        margin: 0.3rem;
    }
    
    h2 > span {
        display:inline-block;
    }
    .type01 {
        text-align: center;
    }
    .type02 {
        font-size: clamp(20px, 2vw, 40px);
    }
    .type02:before {
    }

    .type03 {
    }
    .type03:before {
    }

    .typeRank {
    }
    .typeRank:before {
    }

    h3.num {
        font-size: 1.3rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    h4.num {
        font-size: 1.3rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    
    /* メインイメージ */
    #main_img {
        /*
        overflow: hidden;
        width: 100%;
        height: auto;
        background:url("../img/top/main_sp.jpg") no-repeat;
        background-size: contain;
        aspect-ratio: 64 / 35;
        */
    }
		
    /* コンテンツ　セクション */
    section {
    }

    .bg01 {
    }
    .bg02 {
    }

    /* タブ */
    .tab_wrap {
        flex-wrap: wrap;
    }

    .tab-label {
        border-radius: 10px;
        width: calc( 100% / 2 - 10px);
        padding: 0.5rem 0.5rem;
        margin: 5px;
    }
    .tab-label:last-child {
        margin-right: 4px;
    }
    .tab-label:hover {
    }

    .contents_wrap > div {
    }

    /* radio checked setting */
    .tab01:checked~.tab_wrap .label01,
    .tab02:checked~.tab_wrap .label02,
    .tab03:checked~.tab_wrap .label03,
    .tab04:checked~.tab_wrap .label04,
    .tab05:checked~.tab_wrap .label05 {
    }
    .tab01:checked~.contents_wrap .content01,
    .tab02:checked~.contents_wrap .content02,
    .tab03:checked~.contents_wrap .content03,
    .tab04:checked~.contents_wrap .content04,
    .tab05:checked~.contents_wrap .content05 {

    }
    .tab-switch {
    }



    section > div {
        
    }

    section > div figure {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    section > div figure img {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    section > div a {
    }
    section > div a img {
        display: block;
        width: 100%;
        background-color: #ffffff;
        opacity: 1;
        transition: 0.2s;
    }
    section > div a:hover img {
        opacity: 0.8;
    }


    dl.vand{
        margin: 10px;
    }


    /* 賞品紹介 */
    h3.prize {
        font-size: 0.7rem;
    }
    .order {
        padding: 0.8em;
    }
    .main {
        margin-left: 0.5em;
    }
    .sub {
    }

    .fs_big {
    }
    .fs_middle {
    }
    .fs_small {
    }


    /* POGの楽しみ方 */
    .youtube-video iframe {
      min-width: 300px;
      min-height: 100px;
    }
    .sp-spacer {
        display: block;
    }


    /* ゲート試験 */
    .training-table {
        border-collapse: separate;
    }

    .training-table tr th.stable {
    }

    .father,
    .mother {
        display: block;
/*        white-space:nowrap;	*/
        width: auto;
        height: auto;
        line-height: 1.2rem;
    }
    .father {
        border-bottom: none;
    }
    .mother {
        border-top: none;
    }

    .width_day {
        width: 14%;
    }
    .width_horse {
        width: 30%;
    }
    .width_sex {
        width: 5%;
    }
    .width_stable {
        width: 20%;
    }


    /* あの人の指名馬 */
    div.profile{
        width: 95%;
    }


    
    /*  */
    .table_wrap {
        width: 100%;
        padding: 1rem 0;
        overflow-x: scroll;
        border:solid 1px;
    }
    .table_wrap:before {
        content: '※ 横スクロール出来ます';
        display: block;
    }
    .table_wrap:after {
        content: '※ 横スクロール出来ます';
        display: block;
    }
    table.rank {
        /*font-size: 0.8rem;*/
    }
    
    table.rank tr:nth-child(even) {
    }
    table.rank th {
    }
    table.rank td {
        text-align: left;
    }
    table.rank td:first-child {
        text-align: center;
    }
    .rank1 {
    }
    .rank2 {
    }
    .rank3 {
    }
    .point {
        text-align: right;
    }


    .alC {
    }
    .alL {
    }
    .alR {
    }

    .mg05 {
    }
    .mg30 {
        margin: 10px;
    }
    .mg_t30 {
        margin-top: 30px;
    }
    .mg_t00 {
        margin-top: 0px;
    }
    .mg_b30 {
        margin-bottom: 30px;
    }
    .mg_b50 {
        margin-bottom: 25px;
    }
    .pd30 {
        padding: 10px;
    }
    
    .split_wrap {

    }
    .split02 {
        display: inline-block;
        width: 100%;
        margin: 5px;
    }
    .split03 {
        display: inline-block;
        width: 100%;
        margin: 5px;
    }
    .split04 {
        display: inline-block;
        width: 100%;
        margin: 5px;
    }

    /* link button */
    .linkType00 {
        width: 95%;
    }
    .linkType01 {
         width: 95%;
        box-shadow: none;
    }
    .linkType01:active {
        background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
        background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
        background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
        text-decoration: none;
        color: #330000;
        box-shadow: none;
    }
    .linkType02 {
         width: 95%;
        box-shadow: none;
    }
    .linkType02:active {
        text-decoration: none;
        color: #ff0000;
        box-shadow: none;
    }


/* SPのみ表示 */
.pc_dsp {
	display:none;
}
.sp_dsp {
	display:inline;
}

/*若駒コラム(20230531追加)*/
/*#wakakoma .content img {*/
#wakakoma .content .winImg {
  display: block;
  margin: 14px auto 0 auto;
  float: none;
}
#wakakoma .bannerBtn {
  margin: 0 30px;
}


}
