@charset "utf-8";
@import url("../common/css/reset.css");
@import url("../common/css/common.css");

[id^=trmContentWrap] {
    width: 100% !important;
}
#all_jpn_trial_contents {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    padding-bottom: 80px;
    margin-bottom: -24px;
    font-family: "Noto Sans", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#all_jpn_trial_contents .text_red {
    color: #f33;
}
#all_jpn_trial_contents .head_strong_text {
    background: #d61f27;
    min-width: 980px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 10px 0 12px;
}
#all_jpn_trial_contents .trial_main_contents {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    background: url(../img/main_img_pc.jpg?20250602) no-repeat center top;
    padding-top: 570px;
    /*padding-top: 528px;*/
}
#all_jpn_trial_contents .trial_main_contents .trial_main_ttl {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#all_jpn_trial_contents .trial_race_date {
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#all_jpn_trial_contents .trial_race_date p {
    border-left: 1px rgba(255, 255, 255, .5) solid;
    border-right: 1px rgba(255, 255, 255, .5) solid;
    background: rgba(0, 0, 0, .75);
    padding: 25px 60px 30px;
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
}
#all_jpn_trial_contents .trial_race_date p strong {
    font-size: 42px;
    color: #ffb400;
    line-height: 1;
    vertical-align: baseline;
}
#all_jpn_trial_contents .trial_race_date p strong .sunday {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #d61f27;
    vertical-align: baseline;
    padding: 5px;
    transform: translateY(-6px) translateX(5px);
}
#all_jpn_trial_contents .trial_details {
    width: 980px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .8);
    padding: 60px 40px 40px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}
#all_jpn_trial_contents .trial_catch_copy_ttl {
    padding-bottom: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #803400;
}
#all_jpn_trial_contents .trial_catch_copy_ttl sup {
    font-size: 16px;
    vertical-align: super;
}
#all_jpn_trial_contents .trial_img_box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 45px;
}
#all_jpn_trial_contents .trial_img_box img {
    width: 290px;
}

#all_jpn_trial_contents .trial_program_link {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#all_jpn_trial_contents .trial_program_link a {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #eee;
    color: #000;
    text-decoration: none;
    transition: .3s;
    transition-property: color, background;
    height: 120px;
    box-sizing: border-box;
    position: relative;
    min-width: 665px;
}
#all_jpn_trial_contents .trial_program_link a:hover {
    background: #803400;
    color: #fff;
}
#all_jpn_trial_contents .trial_program_link a:before {
    content: "";
    height: 150px;
    aspect-ratio: 107 / 151;
    display: block;
    background: url(../img/program_img.jpg) no-repeat left center / contain;
    margin-right: 25px;
    transform: rotate(-5deg);
    position: relative;
    z-index: 1;
}
#all_jpn_trial_contents .trial_program_link a:after {
    content: "";
    height: 150px;
    aspect-ratio: 107 / 151;
    display: block;
    background: #999;
    transform: translateY(-50%) rotate(-5deg);
    position: absolute;
    left: 25px;
    top: calc(50% + 5px);
}
#all_jpn_trial_contents .trial_program_link .trial_program_link_text {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
#all_jpn_trial_contents .trial_program_link .trial_program_link_text span {
    font-size: 14px;
}





#all_jpn_trial_contents .trial_sub_ttl {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 15px;
    text-align: center;
}
#all_jpn_trial_contents .trial_about_tbl {
    border-top: 2px #ccc solid;
    border-bottom: 2px #ccc solid;
    width: 100%;
}
#all_jpn_trial_contents .trial_about_tbl th,
#all_jpn_trial_contents .trial_about_tbl td {
    padding: 20px;
    vertical-align: top;
    text-align: left;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}
#all_jpn_trial_contents .trial_about_tbl th {
    width: 170px;
    box-sizing: border-box;
}
.trial_tbl_div_1box {
    padding-bottom: 18px;
}
.trial_tbl_div_1box:last-child {
    padding-bottom: 0;
}
#all_jpn_trial_contents .other_banners_box {
    padding-top: 45px;
}
#all_jpn_trial_contents .other_banners_box h2 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
#all_jpn_trial_contents .other_banners_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#all_jpn_trial_contents .other_banners_box ul li {
    margin-bottom: 10px;
    min-width: 665px;
}
#all_jpn_trial_contents .other_banners_box ul li:last-child {
    margin-bottom: 0;
}
#all_jpn_trial_contents .other_banners_box a {
    display: block;
    padding: 10px;
    background: #eee;
    color: #000;
    text-decoration: none;
    transition: .3s;
    transition-property: color, background;
}
#all_jpn_trial_contents .other_banners_box .banner_content {
    display: flex;
    align-items: center;
}
#all_jpn_trial_contents .other_banners_box .banner_img {
    padding-right: 15px;
}
#all_jpn_trial_contents .other_banners_box .banner_img img {
    display: block;
}
#all_jpn_trial_contents .other_banners_box .banner_txt {
    line-height: 1.4;
}
#all_jpn_trial_contents .other_banners_box .banner_txt strong {
    font-size: 16px;
}
#all_jpn_trial_contents .other_banners_box a:hover {
    background: #803400;
    color: #fff;
}
#all_jpn_trial_contents .time_schedule {
    margin-bottom: 5px;
}
#all_jpn_trial_contents .time_schedule li {
    display: flex;
    padding: 10px;
    background: #ddd;
}
#all_jpn_trial_contents .time_schedule li:nth-child(odd) {
    background: #eee;
}
#all_jpn_trial_contents .time_schedule li .time {
    width: 150px;
    box-sizing: border-box;
    padding-right: 15px;
}
#all_jpn_trial_contents .time_schedule_note {
    margin-bottom: 45px;
}
#all_jpn_trial_contents .section_map_box {
    margin-bottom: 45px;
}
#all_jpn_trial_contents .section_map_box h2 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
#all_jpn_trial_contents .section_map_box img {
    display: block;
    margin: 0 auto;
}
#all_jpn_trial_contents .section_note {
    list-style: none;
    width: 775px;
    margin: 10px auto 0;
}
#all_jpn_trial_contents .section_note li {
    text-indent: -1em;
    padding-left: 1em;
}
#all_jpn_trial_contents .trial_page_links {
    margin: -60px -40px 40px;
}
#all_jpn_trial_contents .trial_page_links ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
#all_jpn_trial_contents .trial_page_links ul li {
    border-left: 1px transparent solid;
    width: 100%;
}
#all_jpn_trial_contents .trial_page_links ul li:first-child {
    border-left: none;
}
#all_jpn_trial_contents .trial_page_links ul li a {
    color: #000;
    text-decoration: none;
    background: rgba(255,255,255,.75);
    padding: 12px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    transition: .3s;
    transition-property: color, background;
}
#all_jpn_trial_contents .trial_page_links ul li a:hover {
    background: #803400;
    color: #fff;
}

#all_jpn_trial_contents .text_link_bnr {
    display: inline-block;
    background: #803400;
    border: 2px #803400 solid;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 7px;
    transition: .3s;
    transition-property: background, color;
}
#all_jpn_trial_contents .text_link_bnr:hover {
    background: #fff;
    color: #803400;
}


#all_jpn_trial_contents .main_banners_box {
    padding-top: 45px;
}
#all_jpn_trial_contents .main_banners_box h2 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
#all_jpn_trial_contents .main_banners_box ul {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#all_jpn_trial_contents .main_banners_box ul li {
    margin-bottom: 10px;
}
#all_jpn_trial_contents .main_banners_box ul li:last-child {
    margin-bottom: 0;
}
#all_jpn_trial_contents .main_banners_box ul li img {
    display: block;
    transition: opacity .3s;
}
#all_jpn_trial_contents .main_banners_box ul li a:hover img {
    opacity: .7;
}
#all_jpn_trial_contents .note_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#all_jpn_trial_contents .note_list li {
    display: flex;
}
#all_jpn_trial_contents .note_list li:before {
    content: "・";
    flex-shrink: 0;
}





#all_jpn_trial_contents .sp_disp {
    display: none !important;
}
