@charset "UTF-8";

/*===========================================
event_2019.css
2018年イベントページcss
---------------------------------------------
共通設定
2019 GW
============================================*/
/*===========================================
共通設定
============================================*/
body {
    background-color: #fff;
}

.center {
    text-align: center;
}

.Contents {
    max-width: 480px;
}

.Contents img {
    width: 100%;
}

.EventHead {
    display: table;
    width: 359px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    background-image: url('../img/event/event_titleframe.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.EventHead>span {
    display: table-cell;
    color: #eff1d9;
    font-size: 112.5%;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 330px) {
    .EventHead {
        width: 300px;
    }

    .EventHead>span {
        font-size: 100%;
    }
}

.WideFlame {
    position: relative;
    margin: 0 10px;
    padding: 4px;
    border-radius: 10px;
    background: rgb(116, 84, 38);
    background: linear-gradient(138deg, rgba(116, 84, 38, 1) 0%, rgba(89, 64, 29, 1) 49%, rgba(118, 85, 39, 1) 100%);
}

.WideFlame:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(140deg, rgba(255, 255, 184, 1) 0%, #d8b671 5%, rgba(194, 165, 106, 1) 15%, rgba(215, 181, 113, 1) 92%, rgba(26, 0, 0, 1) 100%);
    z-index: -1;
    top: -1px;
    left: -1px;
    box-shadow: -1px -1px 0 0 #9f7f48;
}

.WideFlame:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #1a0000;
    z-index: -2;
    top: 1px;
    left: 1px;
}

.WideFlame .Inner {
    border-radius: 10px;
    padding: 15px;
    background-color: #dad3ab;
    box-shadow: -1px -1px 0px 0px #cfaf6e inset, -2px -2px 0px 0px #8f7343 inset, -2px -2px 0px 2px #2e2617 inset, 2px 2px 0px 0px #180000 inset, 3px 3px 0px 0px #2e2617 inset;
}

.Content_Title+.WideFlame .Inner {
    padding: 31px 10px 10px;
}

.Race_Info {
    font-size: 75%;
}

/*---------------------------------------------
投票完了ページ
---------------------------------------------*/

/* 有馬記念 */

.arima {
    background: url(../img/event/event_2019/arima_top_bg.png)no-repeat;
    background-size: 100% 100%;
    padding-bottom: 52px;
    text-align: right;
}

.arima_top {
    display: flex;
    justify-content: center;
}

.arima_top h2 {
    width: 48%;
    margin-top: 10px;
    margin-left: -10px;
}

.arima_top h2 img {
    width: 100%;
    height: 100%;
}

.arima_top>img {
    order: -1;
    width: 25.86%;
    height: 100%;
    margin-top: -5px;
    margin-left: -15px;
}

.arima .text1 {
    width: 85.86%;
    display: block;
    margin: auto;
}

.arima .img1 {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: -25px;
}

.arima>a {
    display: inline-block;
    margin-right: 17px;
    font-size: 14px;
    font-weight: bold;
    color: #edec69;
    position: relative;
}

.arima>a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 100%;
    border-bottom: solid #edec69 2px;
}

.arima_box {
    position: relative;
    text-align: center;
    width: 81.06%;
    margin: auto;
    margin-top: 75px;
    background: #fffdd6;
    border: 2px solid #ffca00;
    border-radius: 8px;
    padding: 28px 0 15px;
}

.arima_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%);
    background: url(../img/event/event_2019/arima_ribbon.png)no-repeat;
    background-size: contain;
    width: 125%;
    height: 100%;
}

.arima_box .info {
    font-size: 17px;
    color: #ba1100;
    font-weight: bold;
    line-height: 1.47;
}

.arima_box .info p {
    vertical-align: baseline;
    display: inline;
}

.arima_box .text {
    margin-top: 13px;
    font-size: 14px;
    color: #636363;
}

.arima_box .text p+p {
    margin-top: 2px;
}

.arima_bottom {
    background: url(../img/event/event_2019/arima_bottom_bg.png)no-repeat;
    background-size: cover;
    padding: 81px 0 47px;
}

.arima_bottom h2 img {
    display: block;
    width: 48.53%;
    margin: auto;
}

.arima_bottom>img {
    display: block;
    width: 54.13%;
    margin: auto;
    margin-top: 17px;
}

/* /.有馬記念 */



.event_race {
    background: #767047;
}

.Bet_Complete .EventInfo p {
    color: #fff;
    font-size: 87.5%;
    padding: 10px 8px 20px;
    line-height: 1.5;
    text-align: center;
}

.Bet_Complete .EventUmaiYoso {
    position: relative;
    margin-top: 50px;
    background-color: #dad3ab;
    padding: 35px 10px 20px;
    border-top: 4px solid #775627;
    box-shadow: 0px 2px 0px 0px #1a0000 inset, 0px -1px 0px 0px #edcb81;
}

.Bet_Complete .EventUmaiYoso .EvenetUmaiHead {
    position: absolute;
    display: block;
    width: 329px;
    max-width: 85%;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .Bet_Complete .EventInfo p {
        font-size: 75%;
    }

    .Bet_Complete .EventUmaiYoso .EvenetUmaiHead {
        top: -24px;
    }
}

.Bet_Complete .EventUmaiYoso .GetPoint {
    text-align: center;
    color: #de7400;
    margin-bottom: 8px;
}

.Bet_Complete .EventUmaiYoso .GetPoint span {
    font-size: 120%;
    font-weight: bold;
}

.Bet_Complete .EventUmaiYoso .GetPoint .Small {
    font-size: 87.5%;
    display: block;
    font-weight: normal;
}

.Bet_Complete .EventUmaiYoso .btnArea>* {
    display: block;
    width: 235px;
    height: 40px;
    margin: auto;
    padding: 13px 0 13px;
    font-size: 78%;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}

.Bet_Complete .EventUmaiYoso .btnArea #act-banner {
    background-color: #de7400;
    border-bottom: 2px solid #a25500;
}

.Bet_Complete .EventUmaiYoso .btnArea #noact-banner {
    background-color: #909090
}

.Bet_Complete .EventUmaiYoso .l-container-2 {
    background: none;
    padding: 20px 0;
}

.Bet_Complete .EventUmaiYoso .l-container-2 .yosokaBox .l-content {
    max-width: 358px;
    margin: auto;
}

.Bet_Complete .OreproTopLink {
    display: block;
    width: 194px;
    margin: auto;
}

.Bet_Complete .OreproTopLink img {
    width: 100%;
}

/*--ポイント付与--*/

.fancybox-iframe {
    position: relative;

}

.fancybox-overlay {
    background: none !important;
    z-index: 1 !important;
}

.fancybox-overlay:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.fancybox-skin {
    position: relative !important;
    z-index: 9999999999 !important;

}

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

    .Navi_Contents {
        margin-right: -540px !important;
    }
}

.EventUmaiYoso .EventHead span {
    display: block;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
    font-size: 93.75%;
}

.EventUmaiYoso .YosoLink {
    display: block;
    width: 210px;
    height: 46px;
    margin: 20px auto 10px;
}

.EventUmaiYoso .YosoLink img {
    width: 100%;
}

.EventUmaiYoso .YosoLink+p {
    font-size: 81.25%;
    color: #737373;
    text-align: center;
}

.EventUmaiYoso .YosoLink.SP {
    display: block;
}

.EventUmaiYoso .YosoLink.PC {
    display: none;
}

@media only screen and (min-width: 768px) {
    .EventUmaiYoso .YosoLink.SP {
        display: none;
    }

    .EventUmaiYoso .YosoLink.PC {
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .EventUmaiYoso .YosoLink+p {
        font-size: 75%;
    }
}

.event_race .TotalPrize {
    position: relative;
    margin-top: 50px;
    background-color: #dad3ab;
    padding: 35px 10px 20px;
    border-top: 4px solid #775627;
    box-shadow: 0px 2px 0px 0px #1a0000 inset, 0px -1px 0px 0px #edcb81;
}

.event_race .TotalPrize .EventHead {
    position: absolute;
    max-width: 85%;
    top: -27px;
    left: 0;
    right: 0;
    margin: auto;
}

.event_race .TotalPrize p {
    line-height: 1.5;
    font-size: 87.5%;
    text-align: center;
}

/*===========================================
2019 2周年キャンペーン
https://zorepro.netkeiba.com/bet/event_race.html?race_id=201905050811&mode=init
============================================*/

/*---------------------------------
    top画像部分
---------------------------------*/
.orepro_event section.main_visual {
    background: url(../img/event/event_2020/february_top_bg.png)no-repeat;
    /* 画像差し替え */
    background-size: cover;
    background-position: 0px 0px;
    position: relative;
    height: 85vw;
    /*　位置調整 */
    z-index: 0;
    padding-top: 5%;
}

.orepro_event section.main_visual:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5%;
    /*　以下位置調整 */
    bottom: 0px;
    background: -webkit-linear-gradient(top, rgba(118, 112, 71, 0) 0%, rgba(118, 112, 71, 0) 1%, rgba(118, 112, 71, 1) 100%);
    background: linear-gradient(to bottom, rgba(118, 112, 71, 0) 0%, rgba(118, 112, 71, 0) 1%, rgba(118, 112, 71, 1) 100%);

}

@media only screen and (min-width: 480px) {
    .orepro_event section.main_visual {
        height: 450px;
    }

    .orepro_event section.main_visual:after {
        height: 7%;
    }
}

.orepro_event .orepro_logo {
    position: absolute;
    width: 19.2%;
    left: 10px;
    top: 10px;
    /* 基本ここは動かさない */
}

.orepro_event .main_visual h1 img:first-child {
    width: 70.93%;
    margin: auto;
    display: block;
    z-index: 10;
    margin-left: 16%;
    /* 画像によって位置調整 */
}

/* @media only screen and (min-width:415px){
    .orepro_event .main_visual h1 img:first-child{
        padding-top:100px;
    }
} */

.orepro_event .main_visual h1 img:nth-child(2) {
    width: 54.33%;
    margin-left: auto;
    display: block;
    margin-top: 0px;
    z-index: -1;
    /* 画像によって位置調整 */
}

.orepro_event .main_visual h1 img:nth-child(3) {
    width: 84%;
    margin: auto;
    display: block;
    margin-top: -24px;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    /* 画像によって調整 */
}

/*---------------------------------
    top画像部分 ここまで
---------------------------------*/

/*---------------------------------
    プレゼントコンテント
---------------------------------*/

.orepro_event .orepro-detail {
    background: #dcd4aa;
    margin: 0px 10px 10px;
    border: 2.5px solid #916c00;
    border-radius: 10px;
    position: relative;
    margin-top: -40px;
    padding-bottom: 28px;
    /* overflow: hidden; */
}

@media only screen and (min-width: 480px) {
    .orepro_event .orepro-detail {
        margin-top: -50px;
    }
}

.orepro_detail .top-section_top {
    padding: 23px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    position: relative;
    background: -webkit-linear-gradient(left, #615301 0%, #998303 50%, #615301 100%);
    background: linear-gradient(to right, #615301 0%, #998303 50%, #615301 100%);
    margin-bottom: 11px;
}

.orepro_detail .top-section_top:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 100%;
    height: 65px;
    background-image: url(../img/event/event_2019/event_2th_contents_topBg.png);
    background-position: center 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.orepro_detail .top-section_top:after {
    position: absolute;
    bottom: 3px;
    left: 0;
    content: '';
    width: 100%;
    height: 35px;
    background-image: url(../img/event/event_2019/event_2th_contents_topBg.png);
    background-position: center 5px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);

}

.orepro_detail .top-section {
    /* margin-top: 20px; */
    /* 場合によって変更 */
}

.Contents.orepro_event {
    background: #767047;
    /* たまに変わるので注意 */
}

.orepro-detail .band {
    display: block;
    width: 61.06%;
    margin: auto;
    margin-top: 17px;
}

.orepro-detail .middle-section .band {
    margin-top: 0;
}

.top-section h3 img,
.middle-section h3 img,
.bottom-section h3 img {
    display: block;
    width: 97.60%;
    margin: auto;
    margin-top: 2px;
}

.top-section h3 img {
    position: absolute;
    top: -50px;
    z-index: 1;
}

.middle-section h3 img,
.bottom-section h3 img {
    margin-top: 15px;
    z-index: 10;
    position: relative;
}

.orepro_event .item-list1 {
    width: 49.8%;
    margin: auto;
    margin-top: -70px;
}

.orepro_event .orepro-detail dl {
    position: relative;
}

.orepro_detail .col1 .item-list1 img {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
}

.orepro_event .orepro_detail .col1 .item-list1 b {
    font-weight: bold;
}

.orepro_event .orepro-detail dl dd {
    background-color: #fffdef;
    color: #6e6500;
    font-size: 12px;
    line-height: 1.2;
    border: 1.5px solid #96730b;
    text-align: center;
    margin: auto;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: -50px;
    letter-spacing: -0.03em;
    width: 100%;
    margin-top: -30px;
}

.orepro_event .orepro_detail dl.item-list1 dd {
    width: 90%;
    font-size: 11px;
    bottom: -22px;
    padding: 23px 0;
    margin-left: 0px;
}

@media only screen and (max-width:320px) {
    .orepro_event .orepro_detail dl.item-list1 dd {
        font-size: 10px;
    }
}

.orepro_event .orepro_detail .item-list1 dd b {
    line-height: 1.16;
}

.orepro_event .orepro_detail .col1 b,
.orepro_event .orepro_detail .col2 b {
    font-weight: normal;
    /*　場合によって変更　 */
}

.orepro_event .orepro-detail dl p {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    display: block;
    bottom: -20px;
    white-space: nowrap;
}

.orepro_event .orepro-detail dl p em {
    font-size: 15px;
    color: #ff4f4f;
}

.orepro_event .bottom-section {
    /* margin-top: 30px; */
    /* 場合によって変更 */
}

.orepro_event .col2 {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.orepro_event .col2 dl {
    margin: 10px 15px 0 15px;
}

@media screen and (max-width:414px) {
    .orepro_event .orepro_detail .col2 dl {
        margin: 10px 15px 0px 15px;
    }
}

@media only screen and (max-width:320px) {
    .orepro_event .orepro-detail .col2 dl {
        margin: 0px 5px;
    }
}

.orepro_event .orepro_detail dl.item-list2 dd,
.orepro_event .orepro_detail dl.item-list3 dd {
    bottom: -7px;
}

.orepro_event .col2 dl dd span {
    font-size: 12px;
    line-height: 1.16;
}

@media only screen and (max-width:320px) {
    .orepro_event .col2 dl dd span {
        font-size: 11px;
    }
}

.attention_text {
    text-align: center;
    margin-top: 12px;
    font-size: 87.5%;
    color: #282828;
}

.orepro_event .col2+.col2 {
    margin-top: 20px;
}

.orepro_event .item-list4 {
    width: 43.09%;
    margin: auto;
    margin-top: 26px;
}

.orepro_event .orepro-detail .item-list4 dd,
.orepro_event .orepro-detail .item-list5 dd {
    margin-top: 0px;
    top: -25px;
}

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

    .orepro_event .orepro-detail .item-list4 dd,
    .orepro_event .orepro-detail .item-list5 dd {
        top: -15px;
    }
}

.middle-section .ai {
    display: block;
    width: 88.73%;
    margin: auto;
}

.orepro_event .item-list5 {
    margin-top: 10px;
}

.orepro_event .item-list5 img {
    width: 64.39%;
    display: block;
    margin: auto;
}

.orepro_event .item-list8 {
    width: 49.09%;
    margin: auto;
    margin-top: 10px;
}

.orepro_event .orepro_detail .item-list8 dd {
    width: 90%;
    font-size: 11px;
    bottom: -15px;
    margin-left: 0;
}

@media only screen and (max-width:320px) {
    .orepro_event .orepro_detail .item-list8 dd {
        bottom: -15px;
    }
}

/*--縦並びのみ--*/
.orepro_event .single dl[class^="item-list"] {
    width: 86.74%;
    margin: auto;
}



/*---------------------------------
    プレゼントコンテント　ここまで
---------------------------------*/

/*---------------------------------
    参加方法部分　
---------------------------------*/

.entry_content {
    text-align: center;
    background: #fff;
    padding: 15px 0 10px;
    margin: 0px 10px;
}

.entry_contentInner {
    text-align: center;
}

.entry_contentInner p {
    font-size: 15px;
    color: #888888;
}

.orepro_event .center strong {
    font-size: 17px;
    font-weight: normal;
}

.orepro_event .center strong {
    display: block;
    color: #ba1100;
}

.entry_content .entry_contentInner strong {
    margin-bottom: 7px;
}

.entry_content .entry_contentInner img.btn_bet {
    width: 31.26%;
    margin: 0 0 -5px 0;
}

.orepro_event .shutuba .Content_Title_Height {
    text-align: center;
    padding: 9px;
    width: 329px;
    height: 53px;
    margin: 0px auto 15px;
    color: #eff1d9;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
    background-image: url(../img/top/content_title_height_bg.png);
    background-size: 329px 53px;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.Content_Title_Height .sun {
    color: #ff4f4f;
}

@media only screen and (max-width: 320px) {
    .orepro_event .shutuba .Content_Title_Height {
        width: 300px;
        background-size: 300px 53px;
    }
}

/*---------------------------------
    参加方法部分　ここまで
---------------------------------*/

/*---------------------------------
    もっとみる部分
---------------------------------*/

.orepro_event .more_contentBox .more_Image {
    display: flex;
    flex-direction: column-reverse;
}

.orepro_event .more_contentBox {
    background: url(../img/event/event_2019/tennosyo_yosoTetsujin_bg.png)no-repeat;
    background-size: 88.73%;
    background-position: top;
    margin-top: 0;
    padding-top: 21.43%;
    /* 75px */
}

.orepro_event .more_contentBox .more_Image img {
    width: 80.28%;
    margin: auto;
}

.orepro_event .more_contentBox .more_Image li+li {
    margin-left: 12px;
}

.orepro_event.more_linkBox {
    text-align: center;
}

.orepro_event .more_linkBox.open {
    display: none;
}

.orepro_event .more_link {
    font-size: 16px;
    color: #eff1d9;
    display: flex;
    justify-content: center;
    width: 41.33%;
    height: 40px;
    margin: auto;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    background: url(../img/event/event_2019/Sapporo_more_button.png)no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 320px) {
    .orepro_event .more_link {
        font-size: 12px;
    }
}

.orepro_event .more_contentBox {
    display: none;
}

.orepro_event .more_linkTop {
    display: flex;
    justify-content: center;
}

.orepro_event .more_linkBottom {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.orepro_event .tetsujin_linkBox {
    margin-top: 20px;
    text-align: center;
}

.orepro_event.tetsujin_linkBox a {
    font-size: 19px;
    color: #eff1d9;
    display: inline-block;
    width: 60.8%;
    height: 52px;
    margin: 20px auto 0px;
    line-height: 2.5;
    font-weight: bold;
    text-align: center;
    background: url(../img/event/event_2019/Sapporo_more_linkButton.png)no-repeat;
    background-size: contain;
    background-position: center;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_linkBox a {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        font-size: 16px;
        height: 45px;
        padding-bottom: 3px;
    }
}

.orepro_event .tetsujin_linkBox img:nth-child(2) {
    margin-top: 30px;
    width: 69.33%;
}

.orepro_event .tetsujin_linkBox img:nth-child(3) {
    margin-top: -65px;
    width: 38.66%;
}

.orepro_event .orepro-detail .tetsujin_linkBox dl dd {
    bottom: 0;
    width: 41.8%;
    margin: initial;
    margin-top: -20px;
}

@media only screen and (max-width: 320px) {
    .orepro_event .orepro-detail .tetsujin_linkBox dl dd {
        margin-top: 10px;
        width: 42.8%;
    }
}

.orepro_event .tetsujin_linkBox-text {
    color: #6e6500;
    font-size: 10px;
    margin-top: 5px;
}

/*---------------------------------
    もっとみる部分　ここまで
---------------------------------*/

/*---------------------------------
    予想家の鉄人,海外競馬予想など(仮)
---------------------------------*/

.orepro_event .tetsujin_content {
    margin-top: 21px;
    padding-bottom: 24px;
}

.orepro_event .tetsujin_content h2 {
    width: 88%;
    margin: auto;
}

.orepro_event .tetsujin_innerBox {
    width: 95.1%;
    /*height: 156px;*/
    margin: auto;
    margin-top: 18px;
    padding: 7px 7px 10px 8px;
    border-radius: 10px 15px 15px 15px;
    display: flex;
    background: #dad3ab url(../img/event/event_2019/Sapporo_tetsujin_frame.png)no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_innerBox {
        /*height: 126px;*/
        border-radius: 10px 10px 10px 10px;
    }
}

.orepro_event.tetsujin_imgBox {
    padding: 13px 14px 22px 9px;
}

.orepro_event .tetsujin_imgBox img {
    width: 110px;
    height: 110px;
    display: block;
    margin: 13px 0 0 9px;
}

@media only screen and (max-width:320px) {
    .orepro_event .tetsujin_imgBox img {
        width: 70px;
        height: 70px;
        margin-top: 23px;
    }
}

.orepro_event .tetsujin_innerBox .tetsujin_textBox {
    width: 100%;
    padding: 16px 14px 13px 14px;
}

.orepro_event .tetsujin_textBox h3 {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
    color: #674a13;
    margin-top: 0;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_textBox h3 {
        font-size: 10px;
    }
}

.orepro_event .tetsujin_name {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    margin-top: 5px;
    white-space: nowrap;
}

.orepro_event .tetsujin_name span {
    font-size: 12px;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_name {
        font-size: 18px;
    }

    .orepro_event .tetsujin_name span {
        font-size: 11px;
    }
}

.orepro_event .tetsujin_button {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 93.82%;*/
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(to bottom, #c4b581, #a69153, #876f32);
    box-shadow: 0px 5px 0px 0px #5c480a;
    transition: all 0.3s;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_button {
        height: 26px;
        margin-top: 5px;
        line-height: 26px;
    }
}

.orepro_event .tetsujin_button:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

.orepro_event .tetsujin_innerBox+.tetsujin_innerBox {
    margin-top: 10px;
}

@media only screen and(max-width:320px) {
    .orepro_event .orepro_detail .col2 dl+dl {
        margin: 0 5px 0 0;
    }
}

.orepro_event .tetsujin_horse {
    /*width: 93.82%;*/
    width: 100%;
    margin-top: 2px;
    /*font-size: 16px;*/
    /* 馬名更新後適用 */
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    line-height: 1.3;
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_horse {
        /* font-size:14px; 後ほど修正 */
        font-size: 12px;
        padding: 4px 0px 4px 12px;
    }
}

/*---------------------------------
    予想家の鉄人,海外競馬予想など(仮)　ここまで
---------------------------------*/


/*---------------------------------

    各内容の一時的な修正はここで対応

---------------------------------*/


@media screen and (min-width:415px) {
    .orepro_detail .top-section_top {
        background-size: cover;
        border-radius: 0 6px 0 0;
    }
}

@media only screen and (min-width:414px) {
    .orepro_detail .top-section_top {
        background-size: cover;
        border-radius: 0 8px 0 0;
    }
}

@media only screen and (max-width: 320px) {
    .orepro_event .tetsujin_innerBox .tetsujin_textBox {
        padding: 12px 4px 6px 10px;
    }

    .orepro_detail .top-section_top {
        font-size: 14px;
        padding: 7px 0 6px 18px;
    }
}

/*--　2周年独自 --*/
.orepro_event .single dl[class^="item-list"] {
    margin: 30px auto 0;
}

.top-section {
    position: relative;
}

/* 
.orepro_event .item-list1 {
    margin-top: -10px !important;
} */

.orepro_event .item-list5 {
    margin-top: -28px;
}

.bottom-section {
    margin-top: 20px;
}

.orepro_event .orepro-detail dl p.attention {
    color: #53483f;
}

.orepro_event .item-list6,
.orepro_event .item-list7 {
    width: 43.09%;
    margin: auto;
}

.orepro_event .item-list6 {
    margin-top: -30px;
    margin-bottom: 40px;
}

.orepro_event .item-list7 {
    margin-top: -30px;
    margin-bottom: 20px;
}

.orepro_event .orepro-detail .item-list5 dd {
    top: 4px;
}

.orepro_event .orepro-detail .item-list6 dd {
    top: 20px;
}

.orepro_event .orepro-detail .item-list7 dd {
    top: 20px;
}

/*---------------------------------

    /.各内容の一時的な修正はここで対応

---------------------------------*/

.orepro_event .tetsujin_button.pc {
    display: block;
}

.orepro_event .tetsujin_button.sp {
    display: none;
}

@media screen and (max-width:480px) {
    .orepro_event .tetsujin_button.pc {
        display: none;
    }

    .orepro_event .tetsujin_button.sp {
        display: block;
    }
}


/*===========================================
年末年始
============================================*/
.event_2019NewYear {
    background-image: url('../img/event/event_2019/event_2019_newyear_bg.png');
    background-size: 55px 55px;
}

.event_2019NewYear .EventBody {
    padding: 28px 30px;
}

@media only screen and (max-width: 360px) {
    .event_2019NewYear .EventBody {
        padding: 20px 15px;
    }
}

.event_2019NewYear .MainCard a {
    display: inline-block;
}


.event_2019NewYear .MainCard+.MainCard {
    margin-top: 27px;
}

.event_2019NewYear .EventFooter {
    width: 100%;
    height: 153px;
    padding: 22px 0 23px;
    text-align: center;
    background-image: url('../img/event/event_2019/event_2019_newyear_footer.png');
    background-size: cover;
}

.event_2019NewYear .EventFooter p {
    color: #e2cc6e;
    line-height: 1.2;
    margin-bottom: 10px;
}

.event_2019NewYear .EventFooter a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    color: #e5d38b;
    font-size: 87.5%;
    border-radius: 11px;
    background: #2c2822;
}

/*===========================================
フェブラリーS
============================================*/

.february_bottomBox {
    width: 100%;
    background: #a39b6c;
}

.february_bottomBox p {
    margin: 0 8px;
    padding: 8px 0;
    font-size: 9px;
    line-height: 1.2;
    color: #443d0e;
}

.february_bottomBox p span {
    font-weight: bold;
}