﻿/*========================================

  reset

========================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0px;
    margin: 0px;
}

table {
    border-collapse: collapse;
}

html{
    overflow-x:visible;
}

img {
    border-style: none;
}

body {
/*コラム色
    background-color:#54C2F0;
    */
/*現top色*/
    background-color:#fff;
    font-family: "Noto Sans JP", sans-serif,"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 95%;
    -webkit-text-size-adjust: none;
    height: auto;
    min-height:100%; 
    line-height:1.5;
}

a {
  overflow: hidden;
  text-decoration:none;
}

a:link {
  color: #0000ff;
}

a:visited {
  color: #800080;
}

a:hover {
  color: #FA720E;
}

a:hover img.alpha {
  opacity:0.7;
}

/* text
---------------*/

h1,h2,h3,h4,h5,h6,p {
  font-size: 100%;
}

/* list
---------------*/

ul,
ol,
li {
  list-style-position: outside;
  list-style-type: none;
}

footer {
    background: #ffffff;
    height: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.hr {
    width: 90%;
    height: 1px;
    background-color: #000;
    border: none;
}

/************************************
/* ナビゲーション
************************************/
#menu {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(180deg, #00C40D 0%, #00C40D 50%, #0081FF 50%, #0081FF 100%);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

    #menu .menu-inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0;

    }

        #menu .menu-inner .diagonal {
            max-width: 990px;
            margin: 0 auto;
        }



        #menu .menu-inner li {
            list-style-type: none;
            float: left;
            line-height: 40px;
            font-size: 18px;
            text-align: center;
            width: 25%;
            background: #00C40D;
            position: relative;
            border-right: 3px solid #fff;
            box-sizing: border-box;
            transform: skewX(170deg);
            margin: 0 auto;
            letter-spacing: 0.6px;
        }

        

        #menu .menu-inner li:last-child {
            border-right:none;
        }

            #menu .menu-inner li.campaign {
                background: #0081FF;
                width: 100%;
                border-top: 3px solid #fff;
                transform: skewX(0deg);
                letter-spacing: 0.6px;
            }
        

#menu .menu-inner li.special_column{
     background:linear-gradient(to right,#DF57FF, #FFC300 );
     width: 49%;

}

#menu .menu-inner li.column_special_column{
     background:linear-gradient(to right,#e37e92 72.6328%, #e04360 );
}

/*
#menu .menu-inner li img{
	margin-left: 30px;
	transform: skewX(30deg);
	width:70px;
	margin-top: 4px;
}
    */

#menu .menu-inner li span{
width:inherit;
}

#menu .menu-inner li span a {
display: block;
 color: #fff;
 font-weight: 500;
 text-decoration:none;
 border:0px solid #ff0000;
}

    #menu .menu-inner li span a:hover {
        color: #fff;
    }

#menu .menu-inner li.campaign span a{
     color: #fff;
}

#menu .menu-inner li.special_column span a{
     color: #fff;
}

#menu .menu-inner li.column_special_column span a{
     color: #fff;
}

    #menu .menu-inner li:hover > span {
    opacity: 0.5;
    }
  
    #menu .menu-inner li:hover > .menu_arrow_posi01 {
    opacity: 0.5;
     }

    #menu .menu-inner li:hover > .menu_arrow_posi02 {
        opacity: 0.5;
         } 

            #menu .menu-inner li span a span {
                display: block;
                transform: skewX(-170deg);
            }

            #menu .menu-inner li.campaign span a span {
                display: block;
                transform: skewX(0deg);
            }

            .menu_arrow_desc::before {
                content: '';
                width: 10px;
                height: 10px;
                border: 0px;
                border-bottom: solid 3px #fff;
                border-right: solid 3px #fff;
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                border-radius: 2px;
            }

#menu .menu-inner .pc_gmenu {
	display: flex;
}

#menu .menu-inner .sp_gmenu {
	display: none;
}

#series_menu {
    width: 100%;
    background-color: #0075c2;
}

#series_menu .menu-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/************************************
/* move_top
************************************/
#move_top {
    position: fixed;
    bottom: 50px;
    height: 60px;
    right: 2%;
    bottom: 5%;
    z-index:999;
}

#move_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background-color: #FFFFFF;
    opacity: 0.9;
}

    #move_top a img {
        width: 100%;
    }

/*#move_top a:before {
    content: 'TOP';
    position: absolute;
    width: 50px;
    height: 20px;
    color: #000000;
    font-size: 18px;
    text-align:center;
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 1;
}

#move_top a:after {
    content: '▲';
    position: absolute;
    top: 13px;
    bottom: 0;
    right: 0;
    left: 0;
    color: #ffffff;
    font-size: 34px;
    text-align:center;
}*/


/************************************
/* レイアウト
************************************/

#header-wrapper {
    /*width: 100%;
    background-color: #000;*/
}

#header {
    margin:0 auto;
    max-width:1000px;
    width:100%;
    height:40px;
    position:relative;
    background:#000;
}

#main {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background: #F0F0DC;
}

    #main.bgAlt {
        background: #FFEf8a;
    }

.pdg0 {
	padding-top: 0px;
	clear: both;
}
.pdg10 {
	padding-top: 10px;
	clear: both;
}
.pdg5 {
	padding-top: 5px;
	clear: both;
}
.pdg20 {
	padding-top: 20px;
	clear: both;
}
.pdg30 {
	padding-top: 30px;
	clear: both;
}
.pdg40 {
	padding-top: 40px;
	clear: both;
}
.pdg50 {
	padding-top: 50px;
	clear: both;
}

/* 2行目以降段落下げ
---------------*/
.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att4 {
  padding-left: 3em;
  text-indent: -3em;
}

/*改行*/
    .br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }

   .br-sp_374 {
        display: none;
    }

   .br-sp_365 {
        display: none;
    }


/*切り替え表示*/
    .pc-show {
        display: block;
    }

    .sp-show {
        display: none;
    }

/* pcとsp_375以上のみ表示 */
    .sp_365_none {
        display: block;
    }


/*bg*/
.bgMain {
    background-image: url("../img/bg_pattern.png");
    background-repeat:repeat;
    background-size:320px;
    background-position-x:80px;
    background-position-y:-22px;
    background-attachment:fixed;
}

.bgCp {
    background: #00AAE9;
}

.bgBlack {
    background-color: #000000;
}

.bgWhite {
    background-color: #ffffff;
}

/*font*/
.font_blue {
    color: #004097;
}
.font_white {
    color: #ffffff;
}

.font_purple {
    color: #8b5780;
}

.font_gold {
    color: #af832d;
}

.font_bluegreen {
    color: #007f68;
}

.font_red {
    color: #c30f22;
}

.bold {
    font-weight:bold;
}

.x_large {
    font-size:30px;
}

.large {
    font-size:27px;
}

.l_medium {
    font-size:22px;
}

.x_medium {
    font-size:20px;
}

/*基準は14～15px相当*/
.medium {
    font-size:15px;
}

.s_medium {
     font-size:14px;
}

.small {
    font-size:14px;
}

.x_small {
    font-size:13px;
    
}


.line_height12 {
    line-height: 1.2;
}


#lights {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-size:15px;
}

#footer_mail_light {
    /*display: flex;
    justify-content: space-between;*/
    margin: 0 auto;
    padding-top: 10px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
}

/*横並び*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*両端揃え*/
.justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*縦並び端揃え*/
.flex-direction_justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear {
    clear: both;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


.div_center {
    margin:0 auto;
}
.center {
    text-align:center;
}
.left {
    text-align:left;
}
.right {
    text-align:right;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

/*コンテンツの幅*/
.width90 {
    width: 90%;
}

.width85 {
    width: 85%;
}

.width75 {
    width: 75%;
}

/*応募ボタンの幅*/
.width80 {
    width: 80%;
}

.width70 {
    width: 70%;
}

.width60 {
    width: 60%;
}

/*二分割*/
.width50 {
    width: 50%;
}


.border_black_05 {
    border: 0.5px solid #000000;
}

.border_white_05 {
    border: 0.5px solid #ffffff;
}

.hr_black_05 {
    border-bottom: 0.5px solid #000000;
}

.hr_blue_05 {
    border-bottom: 0.5px solid #004097;
}

.relative {
    position:relative;
}

.absolute {
    position:absolute;
}


/*斜め表示対策*/
.pdg_left {
    padding-left:8px;
}

/*SNS*/
.top_sns {
    width: 78px;
    position: absolute;
    right: 0px;
    top: 3px;
    display: flex;
}

    /* ← これを追加 */
    .top_sns::before {
        content: "";
        display: block;
        width: 25px; /* アイコン幅と同じ */
        margin-right: 14px; /* liの余白と同じ */
    }


.top_sns li{
	margin-right: 14px;
}


.top_sns li img{
	display: block;
    width:25px;
    padding-top:5px;
}

.top_jra_mark {
    left:12px;
	top: 3px;
    position: absolute;
	display: block;
}

.top_jra_mark img{
	display: block;
    width:62px;
    padding-top:5px;
}

.footer_text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    width: 100;
    font-size: 15px;
    text-align: center;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.6px;
}

#index .footer_text {
    color: #000;
}

#prize .footer_text {
    color: #fff;
}

/************************************
/* 見出し
************************************/
.title {
     width: 55%;
     max-width: 300px;
     height: 22px;
     font-size: 15px;
     border-top:2px solid #FFF000;
     border-left:2px solid #FFF000;
     border-right:2px solid #FFF000;
     margin-left: -1px;
     background:linear-gradient(to top, #306fb5 0, #7baddd 60%, #7baddd 70%, #7baddd 80%, #6395ce 100%);
     text-align: center;
     font-weight:bold;
}
.title_font {
 color: #ffffff;
 display:block;
}


/*見出し（青）*/
.h2_01 {
    background: #FFE300;
    /*border: 3px solid #000;
    border-bottom:none;*/
    color: #000;
    max-width: 990px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    font-size: 27px;
    box-sizing:border-box;
}

.div_h2_01 {
    background: #ffffff;
    /*border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;*/
    max-width: 990px;
    width: 100%;
    box-sizing: border-box;
}

/*見出し（黄色）*/
.h2_02 {
    background: #ffffff;
    color: #333333;
    max-width: 990px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 27px;
}

.div_h2_02 {
    max-width: 990px;
    width: 90%;
}



.div_h2_02_orenge {
    background: #ec6c00;
    border-left: 5px solid #fff000;
    border-right: 5px solid #fff000;
    max-width: 990px;
    width: 100%;
}

.div_yellow {
    background: #fff000;
}

/*見出し（焦げ茶）*/
.h3_03 {
    padding: 0px 15px;
    font-weight: bold;
    text-align:center;
    font-size:18px;
}

/*ボタン*/
.button_div {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:50%;
    position:relative;
}

.choice_button_div {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 56%;
    position: relative;
}

.back_button_div {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 20%;
    position: relative;
}

.thanks_button_div1 {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:30%;
    position:relative;
    padding:2% 0 2% 0;
}
.thanks_button_div2 {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:30%;
    position:relative;
    padding:3% 0 4% 0;
}
.thanks_btn {
    display: block;
    background: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
    color: #004098;
    font-size: 27px;
    padding: 10px 20px;
    border: 3px solid #004098;
    letter-spacing: 0.1em;
    transform: skewX(170deg);
}

    .thanks_btn span {
        transform: skewX(-170deg);
        color: #004098;
        display:block;
    }

    .thanks_btn:hover {
        opacity: 0.7;
    }


.back_btn {
    display: block;
    background: #DEDEDE;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
    font-size: 27px;
    padding: 10px 20px;
    border: 3px solid #000;
    letter-spacing: 0.1em;
    transform: skewX(170deg);
}

    .back_btn span {
        display: block;
        transform: skewX(-170deg);
        color: #000;
    }

/*ボタン（緑）*/
.button_green {
    background: #268300;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding:5px 30px;
}

    .button_greeb:hover {
        opacity:0.7;
    }


/*ボタンの矢印(メニュー)*/
.menu_arrow_posi01{
    position: absolute;
    right: 10%;
    top: 25%;
}

.menu_arrow_posi02{
    position: absolute;
    right: 10%;
    top: 33%;
}

.menu_arrow_posi03 {
    position: absolute;
    right: 30%;
    top: 33%;
}

.menu_arrow_posi04 {
    position: absolute;
    right: 30%;
    top: 33%;
}

.menu_arrow_desc{
    position: absolute;
}

.menu_arrow_desc::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
}

.menu_arrow_desc02{
    position: absolute;
}

.menu_arrow_desc02::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
}

.menu_arrow_side{
    position: absolute;
}

.menu_arrow_side::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
}

/*ボタンの矢印*/
.btn_arrow_posi01{
    position: absolute;
    right: 19%;
    top: 25%;
}

.btn_arrow_posi02{
    position: absolute;
    right: 25%;
    top: 33%;
}

.btn_arrow_posi03{
    position: absolute;
    right: 9%;
    top: 33%;
}

.btn_arrow_posi04{
    position: absolute;
    right: 15%;
    top: 33%;
}

.btn_arrow_posi05 {
    position: absolute;
    right: 19%;
    top: 29%;
}

.btn_arrow_01{
    position: absolute;
}

.btn_arrow_01::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
  top: 3px;
}

.btn_arrow_02{
    position: absolute;
}

.btn_arrow_02::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
  right: 5%;
}

.btn_arrow_03 {
    position: absolute;
}

    .btn_arrow_03::before {
        content: '';
        width: 16px;
        height: 16px;
        border: 0px;
        border-top: solid 3px #004098;
        border-right: solid 3px #004098;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

.btn_arrow_04 {
    position: absolute;
}

    .btn_arrow_04::before {
        content: '';
        width: 13px;
        height: 13px;
        border: 0px;
        border-top: solid 3px #000;
        border-right: solid 3px #000;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        border-radius: 2px;
    }

/************************************
/* TOPページ
************************************/

.contents_area {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    background:#fff;
}

.top_area1 {
    background-image: url("https://d2e0yjp1qq826s.cloudfront.net/img/top/bk_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.prize_area1 {
    background-image: url("https://d2e0yjp1qq826s.cloudfront.net/img/prize/bk_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.top_area2 {
    background:#FFEf8a;
    background-size: 100% 100%;
}


.top_area3 {
    background-image: url("https://d2e0yjp1qq826s.cloudfront.net/img/top/ss_bk_01_pc.png?20260525");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.top_caution_font{
    font-size:14px;
}

.prize_title1 {
    position: relative;
}

.prize_title_img {
    width: 15.2%;
    margin: auto;
    max-width: 152px;
    margin:0 auto;
}

.uma01  {
    position: absolute;
    z-index: 1;
    top: -150%;
    width: 100%;
}

.chance1_upper_text {
    position: absolute;
    font-weight: 600;
    margin-top: 16.5%;
    font-size: 22px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 1.2px;

}

.prize_title2 {
    position: relative;
    height: 3px;
}

.uma02 {
    position: absolute;
    z-index: 1;
    top: 600%;
    width: 100%;
}

.chance2_upper_text {
   position: absolute;
    font-weight: 600;
    margin-top: 29%;
    font-size: 22px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6em;
    z-index: 1;
}

.prize_title3 {
    position: relative;
    height:3px;
}

.uma03 {
    position: absolute;
    z-index: 1;
    top: -200%;
    width: 100%;
}

.chance3_upper_text {
    position: absolute;
    font-weight: 600;
    margin-top: 27.5%;
    font-size: 22px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6em;
    z-index: 1;
}

.top_prize_div {
    width: 85%;
    margin: 0 auto;
    position:relative;
    z-index:0;
}

.top_cp_link {
    width: 89.3%;
    margin: 0 auto;
    position: relative;
}

.top_cp_link_note {
    width: 85%;
    margin: -2% auto 0 auto;
}

.top_cp_note{
    width:82%;
    margin:0 auto;
}

.top_cp_link2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 27px;
    color: #fff;
    padding-top: 97px;
    padding-bottom: 40px;
    letter-spacing: 0.1em;
}

.top_cp_link2 a{
    font-size:24px;
    letter-spacing:0;
}

.top_cp_link_bg2{
    background-image:url("https://d2e0yjp1qq826s.cloudfront.net/img/top/top_cp_link_bg2_pc.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.cp_link_y{
    font-size:40px;
    color:yellow;
    letter-spacing:0.1em;
}

.top_cp_button_div {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 21.7%;
    position: absolute;
    /*bottom: 5.5%;
    right: 10%;*/
    bottom: 7%;
    right: 5%;
}

.btn_cp {
    display: block;
    background: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    /*box-shadow: 5px 5px 2px rgb(0 0 0 / 40%);*/
    color: #000;
    padding: 6px 0;
    text-shadow: 0 0 black;
    border: 2px solid;
    font-size: 19px;
    letter-spacing: 0.01em;
}

    .btn_cp:hover {
        opacity: 0.7;
    }

.wasj_btn_posi {
    position: absolute;
    bottom: 140px;
    right: 200px;
}

.wasj_btn {
    position: relative;
    background: white;
    width: 176px;
    color: red;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    font-weight: bold;
    box-shadow: 3px 3px 2px rgb(0 0 0 / 40%);
    border-radius:5px;

}

.wasj_btn_arrow_posi{
    position: absolute;
    right: 25px;
    top: 10px;
}

.wasj_btn_arrow{
    position: absolute;
}

.wasj_btn_arrow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #E60F13;
  border-right: solid 3px #E60F13;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-radius: 2px;
}

.top_sc_link{
    width:90%;
    margin:0 auto;
    max-width:800px;
}

.top_wasj_link{
    width:85.8%;
    margin:0 auto;
}

.top_prize_h2 {
    text-align: center;
    background: white;
    width: 90%;
    margin: 0 auto;
    font-size: large;
    font-weight: bold;
    color: #154fa1;
    border: 1px solid #21a0da;
}

.top_info_h2 {
    border: 1px solid #184e89;
    color: #184e89;
    max-width: 990px;
    width: 50%;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    font-size: 24px;
    display: block;
    margin: 0 auto;
}

.top_h2_before {
    margin-top: -0.5px;
}

.h2_prize_step_width {
    width: 7%;
}

.h2_prize_step_color{
    color: #231815;
}

.top_prize_abc_img_width {
    width: 48px;
}

.top_prize_note {
    width: 98%;
    text-align: right;
    font-size: 11px;
    padding: 10px;
}


    .top_width_prize_abc{
        margin-top: -1px;
        width: 90%;
    }

.top_bg_prize_abc {
    background:#157cc0;
}

    .top_plane {
        position: absolute;
        bottom: -114%;
        right: 10%;
        width: 206px;
    }

    .prize_s_title_height {
        height: 64px;
    }


.top_lead {
        font-size: 36px;
    }

.top_lead1 {
       width: 100%;  
       margin: 0 auto;
    }
 
    .top_lead1 img {
        width: 100%;
    }

.top_prize_img {
    width: 79.6%;
    margin: 0 auto;
}
    
.top_lead_midashi {
    width: 68.9%;
    margin: 0 auto;
}

.top_howto {
    width: 15%;
    margin: 0 auto;
}

.top_chance {
    width: 80%;
    margin: 0 auto;
    background: white;
    position: relative;
}

.top_chance_img {
    width: 33.7%;
    position: absolute;
    top: -12%;
    left: 0;
}

.top_chance_text {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    letter-spacing: 1.2px;
    padding: 5% 0 4% 0;
}

.prize_chance {
    width: 86.4%;
    margin: 0 auto 5% auto;
    background: white;
    position: relative;
}

.prize_chance_img {
    width: 39.1%;
    position: absolute;
    top: -1.5%;
    left: 0;
}

.prize_chance_img2 {
    width: 39.1%;
    position: absolute;
    top: -1.8%;
    left: 0;
}

.prize_chance_img3 {
    width: 39.1%;
    position: absolute;
    top: -3.2%;
    left: 0;
}

.prize_chance_text {
    font-weight: 600;
    font-size: min(2.7vw,27px);
    text-align: center;
    padding: 6% 0 1% 0;
}

.prize_chance_text2 {
    font-weight: 600;
    font-size: min(2.7vw,27px);
    text-align: center;
    padding: 8% 0 1% 0;
}

.prize_div {
    width: 94%;
    max-width:812px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}


.top_lead_yellow {
    color: #FFFF00;
    font-size: 50px;
    padding: 20px 0;
    letter-spacing: 0.1em;
}

.top_lead_yellow_big {
    color: #FFFF00;
    font-size: 75px;
}

.top_lead_underline{
    border-bottom:3px solid #FFFF00;
}

.top_lead2 {
    font-size: 22px;
    line-height: 1.8;
    font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, Hiragino Kaku Gothic Pro, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic";
    color: #FFF;
    letter-spacing: 0.03em;
    font-weight: 500;
}

    .top_lead_blue {
        font-size: 32px;
        color:#004098;
    }

.top_lead3 {
    font-weight:bold;
    text-align:center;
    font-size:large;
    width: 90%;
    margin: 0 auto;
}

.tohyo_end_div{
    position:relative;
    
}

.tohyo_end_div img{
    opacity:0.7;
}

.shadow {
    color: white;
    position: absolute;
    width: 80%;
    text-align: center;
    top: -10%;
    height: 112px;
    background-color: rgba(0,0,0,0.7);
    left: 10%;
    font-size: 32px;
    font-weight: bold;
    border-radius: 20px;
    line-height: 1.7;
}

.shadow2 {
    position: absolute;
    width: 84%;
    top: 1%;
    height:98%;
    background-color: rgba(0,0,0,0.5);
    left: 8%;
    border-radius: 20px;
}

.shadow2 div{
    position:absolute;
    width:100%;
    top:46%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    text-align: center;

}

.shadow3 {
    position: absolute;
    width: 96%;
    top: -5%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    left: 2%;
    border-radius: 20px;
}

.shadow3 div{
    position:absolute;
    width:100%;
    top:30%;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    text-align: center;

}

.top_white_area{
    background:#fff;
}

.top_ss_bg_color {
    background-color: #FFE57A;
}

.top_ss_bg_img {
    background-image: url("../img/top/top_bg_pc.png");
    background-size: 100% 100%;
}

.ss_title_img {
    width: 85.2%;
    margin: 0 auto;
    padding:4% 0 1% 0;
}

.top_ss_title {
    background: radial-gradient(#1FA3F0, #0E5EB3);
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 15px;
}

.top_ss_lead {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    width: 66%;
    padding-left: 7.5%;
    text-align:justify;
    }


 .ss-title {
        position: relative;
        color: white;
        font-size: 23px;
        font-weight: 700;
        width: 90%; 
        left: 7.3%;
      }
      
 .ss-title::before {
        content: '';
        position: absolute;
        bottom: -2px; 
        width: 94%; 
        height: 3px; /* 線の太さ */
        background-color: white; 
      }

.ss-text { 
       font-size: 1.2rem;
       color: white;
       padding: 1% 0 2.2% 7.3%;
       width: 85%; 
       letter-spacing: 0.6px;
       font-weight: 500;
       text-align:justify;
}


.sche_img{
    width:84.8%;
    margin:0 auto;
    padding-top:1%;
    z-index: 1;
    position: relative;
}

.ss_uma_img {
    max-height:290px;
    position: absolute;
    top: 88%;
    }

.top_vote_lead {
    font-size: 28px;
    /*    line-height: 1.3;*/
}

    .top_quiz_lead {
        font-size: 23px;
        font-weight: bold;
    }

 .top_quiz_large {
     font-size: 60px;
 }

.top_prize_small {
    font-size: 18px;
}

.top_prize_a_title {
    font-size: 36px;
}

.top_prize_a_title_small {
    font-size: 22px;
}

.btn_blue {
    display: block;
    background: linear-gradient(to right, #008CE3 0, #008CE3 72.6328%);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
    color: #fff;
}

.btn_grad {
    display: block;
    /*background: linear-gradient(to right, #EDD600 0, #FFFC5C 100%);*/
    background: #0081FF;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
    font-size: 28px;
    padding: 15px 0;
    letter-spacing: 0.1em;
    color: #000;
    transform: skewX(170deg);
}

    .btn_grad.not_challenge {
        background: #ff9460;
    }

    .btn_grad span {
        display: block;
        transform: skewX(-170deg);
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .btn_green_grad {
        display: block;
        background: linear-gradient(to right, #23B826 0, #23B826 72.6328%);
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 5px 5px 2px rgba(0,0,0,0.4);
        color: #fff;
    }

.btn_grad:hover {
    opacity: 0.7;
}

.btn_blue:hover {
        opacity:0.7;
}

.back_btn:hover {
        opacity:0.7;
}

.btn_green_grad:hover {
        opacity:0.7;
}

.btn_blue_01 {
    font-size: 40px;
    padding: 20px 20px;
}

.btn_blue_02 {
    font-size: 24px;
    padding: 20px 20px;
}


.back_to_top_btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    width:40%;
}

.top_prize_step_width {
    margin: 0 auto;
    width: 90%;
}

.top_prize_step_img {
    position: absolute;
    left: 20%;
/*    top: -43%;*/
    top: -20px;
    width: 80px;
}



.top_img {
    aspect-ratio: 1000/583;
    margin:0 auto;
    margin-bottom:-0.5%;
}

.prize_top_img {
    aspect-ratio: 1000/468;
    margin: 0 auto;
    margin-bottom: -0.5%;
}

.top_form_link {
    position: absolute;
    bottom: -10px;
    left: 25%;
}


.top_column_img {
	width: 138px;
	position:absolute;
    right: 100px;
	bottom: 10px;
}

.top_fullentery_lead {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
}

.vote_rule {
    color: #004097;
    font-weight: bold;
    font-size: 120%;
}

/*
.present_lead {
    width:100px;
    line-height:0.6;
}
    */


.present_many {
    padding: 10px 0;
    width: 60px;
}

.prize_s_title_padding {
    padding:5px;
}

.prize_s_padding {
    padding-left:10px;
}

.prize_s_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prize_s_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_hint_width {
    width: 9%;
}

.top_hr_blue {
    border-bottom: 3px solid #004097;
}

.top_hr_gray {
    border-bottom: 0.5px solid #e5e5e5;
}

.top_step {
    border: 1px solid #004385;
    background-color: #fff000;
    padding: 5px 10px;
    width: 200px;
}

.top_letter_vote_width {
    width: 140px;
}

#top_q_table p{
    margin-top: 10px;
}


.top_q_magin {
    padding-left: 0px;
}

.top_q_td_img{
    width:55px;
}

.top_q_td_img img{
    vertical-align:bottom;
    width:45px;
}

.top_q_text {
    font-weight: bold;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
}

.top_q_text p{
    margin-top:0px !important;
}

.div_green_btn {
    width: 33.4%;
    padding-left: 59%;
    z-index: 1;
    position: relative;
}

    .div_green_btn:hover {
        opacity: 0.7;
    }

.torophy{
    float: right;
    width: 15%;
    margin-right:7%;
}

.font_space {
    visibility:hidden;
    display:inline;
}

.end_cp {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align:center;
}

    .end_cp img {
        max-width: 622px;
        width:100%;
    }

.end_cp_div {
    width: 90%;
    margin:0 auto;
}

.top_faq_area {

}

/************************************
/* 応募フォーム
************************************/

#cbQ11, #cbQ12, #cbQ13, #cbQ21, #cbQ22, #cbQ23, #cbQ31, #cbQ32, #cbQ33 {
    width:1.4em;
    height:1.4em;
}

@-moz-document url-prefix() {
    #cbQ11, #cbQ12, #cbQ13, #cbQ21, #cbQ22, #cbQ23, #cbQ31, #cbQ32, #cbQ33 {
        width:1.4em;
        height:1.4em;
        transform:scale(1.5);
    }
}

.btn_blue_03 {
    font-size: 26px;
    padding: 10px 40px;
    letter-spacing:0.1em;
}

.form_content {
    background-color: #fff;
    width: 81%;
    margin: 0 auto;
    border: 3px solid #00B8EE;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2%;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
}

    .form_content.form_content-choice {
        background-color: unset;
        border:none;
        box-shadow:none;
        width:86%;
    }

.form2_content {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    border: 3px solid #0B398E;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 2%;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
}

.form_chance{
    width:40%;
    margin: 0 auto;
}

.form_chance1 {
    width: 46%;
    margin: 0 auto;
    position: absolute;
    top: -2.2%;
    left: 0%;
}

.form_chance2 {
    width: 45%;
    margin: 0 auto;
    position: absolute;
    top: 0.5%;
    left: -9%;
}

.form_chance3 {
    width: 46%;
    margin: 0 auto;
    position: absolute;
    top: 51.7%;
    left: -9%;
}

.choice_chance_div{
    background:#fff;
    position:relative;
}

.choice_pic {
    background: #fff;
    position: relative;
}

.choice_chance2 {
    width: 40%;
    position: absolute;
    top: -3%;
}

.choice_chance3 {
    width: 40%;
    position: absolute;
    top: -4%;
}

.form_chance3.form2 {
    top: 59%;
}

/*
.wc_border {
    border-bottom: 3px solid #0093FF;
    border-top: 3px solid #0093FF;
} */

.wc_border_top {
    width:70%;
    border-top: 3px solid #00B8EE;
    margin-left:30%;
}

.form_chance img {
    width: 35%;
}

.form_att {
    padding-left: 2em;
    font-size: 15px;
}

.form_img {
    display: block;
    margin: 0 auto;
    width: 94.5%;
    max-width:812px;
}

.form_headline1 {
    color: #00B8EE;
    max-width: 990px;
    width: 90%;
    font-weight: bold;
    text-align: left;
    font-size: 40px;
    margin: 0 auto;
    padding: 2% 0 3% 2%;
    letter-spacing: 1.4px;
}

.form_headline2 {
    background: #666666;
    color: #fff;
    max-width: 990px;
    width: 81%;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding: 7px 0;
    letter-spacing: 0.7px;
}

.form2_headline1 {
    color:#004098;
    text-align:center;
    font-weight:bold;
    font-size:38px;
}

.form_entry_btn {
    position: relative;
    left: 220px;
}

.div_quiz {
    display: table;
    width: 90%;
    margin: 0 auto;

}

.quiz_icon {
    width:100%;
}

    .div_tr_quiz {
        display:table-row;
        width:100%;
    }

    .div_tr_quiz_ans {
        display:table-row;
        width:100%;
        height: 80px;
    }

    .div_th_quiz {
        display:table-cell;
        width:12%;
        text-align: right;
        padding-right: 2%;
        /*padding-top:2%;*/
    }

    .table_flex {
        display: flex;
        align-items: center;   
    }


.div_th_quiz_conf {
    display:table-cell;
    width:12%;
    text-align: right;
    padding-right: 2%;
    /*padding-top:2%;*/
}

        .div_th_quiz_empty {
        display:table-cell;
        width:12%;
    }

    .div_td_quiz {
        display:table-cell;
        width:90%;
        vertical-align : middle
    }

    .div_td_quiz_ans {
        width: 100%;
        vertical-align: middle;
        padding: 1% 0 6.5% 0;
    }

.div_quiz2 {
    display: table;
    width: 92%;
    background: #DDE5F2;
    margin: 0 auto;
}

    .div_tr_quiz2 {
        display:table-row;
        width:100%;
    }

    .div_th_quiz2 {
        display:table-cell;
        width:20%;
        text-align: center;
        vertical-align:middle;
        font-size: 15px;
    }

    .div_td_quiz2 {
        display:table-cell;
        width:80%;
        vertical-align : middle;
        padding:5px 10px;
    }

    .form_question {
        color:#00B8EE;
        font-weight:bold;
        font-size:24px;
        letter-spacing:0.08em;
    }

.form_ans {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 3.4px;
    line-height: 1.6em;
}

.form_ans_conf {
    font-weight: 600;
    font-size: 30px;
    border: 2px solid #0B398E;
    padding: 0.1% 4%;
    width: 90%;
    letter-spacing: 3.4px;
    margin: 2% 0 6.8% 0;
}

.umekomi_movie {
    width:560px;
    height:315px;
}


.form_full_entry {
    /*background: #ec6c00;
    border: 5px solid #fff000;*/
    max-width: 1000px;
    color: #FFFFFF;
    text-align: center;
    /*padding: 13px 0;
    font-size: 30px;*/
    font-weight: 800;
    position: fixed; /* fixed化のための追加設定(2019-05-20 Kato) */
    /*top: 100px;*/      /* fixed化に伴う仮の設定、要調整(2019-05-20 Kato) */
    right: 2%;       /* fixed化に伴う仮の設定、要調整(2019-05-20 Kato) */
    bottom: 120px;
    /*width: 20%;*/      /* fixed化に伴う仮の設定、要調整(2019-05-20 Kato) */
    z-index: 9999;
}

    .form_full_entry > .entry_notes {
        font-size: 18px;
    }

.navi_pc {
    display: block;
    width: 120px;
}

.navi_sp {
    display: none;
    width: 100%;
}

.choice_prize_font {
    width: 86%;
    color: #FFF;
    margin: 0 auto;
    font-size: 36px;
    background: #00B8EE;
    letter-spacing: 0.05em;
    font-weight: 600;
    box-sizing:border-box;
}


.form_prize_font {
    width: 80%;
    color: #FFF;
    margin: 0 auto;
    font-size: 28px;
    background: #0B398E;
    letter-spacing: 0.05em;
    font-weight: 600;
    box-sizing: border-box;
    padding:1% 0;
}

.form_summer_series_text {
    width: 88%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    /* text-align: justify; */
    letter-spacing: 0.05em;
    line-height: 2;
}

.form2_summer_series_text {
    width: 92%;
    margin: 20px auto;
    font-size: 18.5px;
    font-weight: 500;
    text-align: justify;
}

.form2_summer_series_text2 {
    text-align: center;
    font-size: min(2.7vw, 27px);
    font-weight: 600;
    color: #000;
    line-height: 1.65;
    margin: 0 auto;
}

.form_summer_series {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
}

    .form_summer_series span {
        font-size: 35px;
    }

.form_notes {
    text-align: center;
    width: 90%;
    margin: 5px auto;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.form_notes_justify {
    text-align: center;
    width: 90%;
    margin: 5px auto;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.form_notes_info {
    text-align: justify;
    width: 90%;
    margin: 0 auto;
    padding: 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.champion_horse_howto {
    display:flex;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
    padding: 10px;
}

    .champion_horse_howto li {
       width:25%;
    }



.form_champion_horse_howto {
    width: 90%;
    margin: 10px auto;
    padding: 10px;
}

    .form_champion_horse_howto > ul {
        display:flex;
        flex-wrap:nowrap;
        justify-content: space-between;
        vertical-align: middle;
    }

        .form_champion_horse_howto > ul > li {
            width: 22%;
            background-color: #FFF000;
        }

        .form_champion_horse_howto > ul > li:nth-child(even){
	        background-color: inherit ;
            width: 2%;
            vertical-align: middle;
            margin-left:0px;
            margin-right:5px;
        }

            .form_champion_horse_howto > ul > li > div {
                float: left;
                font-weight: 800;
                font-size: 12px;
                width: 73%;
                height: 85%;
                padding-top: 5px;
                padding-left: 5px;
            }

            .form_champion_horse_howto > ul > li:nth-child(even) >div{
                transform: scale(0.8, 2.5);
                padding-top: 12px;
                height: 100%;
            }

                .form_champion_horse_howto > ul > li > div > span {
                    display:inline-block;
                    height: 85%;
                    padding-top: 5px;
                }

                .form_champion_horse_howto > ul > li > div:first-child {
                    font-size: 40px;
                    width: 20%;
                    margin: 0;
                    text-align:center;
                }

.form2_howto_img{
    max-width:171px;
}

#txtSummerSeries {
    background-color: #FFF000;
    font-size: 40px;
    margin: 10px 10px 20px;
    width: 180px;
    border: 2px solid #E5E5DF;
    text-align: center;
    padding: 8px;
}

#selectChampionJockeyArea {
     /* width: 40%; */
    background-color: #FFF9C1;
    height: 40px;
    text-align: center;
    font-size: 25px;
    margin: 0 auto;
    line-height: 40px;
    border: 2px solid #a9a9a9;
}

.area_selectinfo {
    background-color: #8BCEFF;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    width: 190px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    vertical-align: middle;
    margin: 5px 4%;
    letter-spacing: 1px;
}

.area_yellow_random {
    background-color: #FFFFFF;
    color: #000000;
    width:70px;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    border: 2px solid gray;
}

.area_yellow {
    background-color: #FFF9C1;
    width: 52px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid gray;
}

.form_btn {
    padding: 8px 0;
    background: linear-gradient(#FFFAB2, #FFF000 60%, #BDA613);
    display: block;
    margin: 20px auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    border: 2.5px solid #a9a9a9;
}

    .form_btn:hover {
        opacity:0.7;
    }

    .form_btn:focus {
        color: #000000;
    }

#lnkJockeySel {
    width: 286px;
    cursor: pointer;
    font-size:20px;
}

    #lnkJockeySel:hover {
        color: #000000;
    }

.champion_horse_area {
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-between;
        width: 92%;
        margin: 0 auto;
}

    .champion_horse_area > div {
        width: 31%;
        display:inline-block;
    }

        .champion_horse_area > div .champion_horse_area_head {
            background: #0B398E;
            color: #FFFFFF;
            font-weight: 600;
            font-size: 18px;
            padding: 5px 0;
            letter-spacing: 1.5px;
        }

        .champion_horse_area > div input[type=text] {
            width: 90%;
            background-color: #FFF9C1;
            font-size: min(1.2vw,13px);
            padding: 3px;
        }

.champion_horse_tr1_font {
    font-size:57%;
    font-weight: 500;
}



        #uma_name_search_1 {
            background-color:#FFFFFF;
        }
        #uma_name_search_2 {
            background-color:#FFFFFF;
        }
        #uma_name_search_3 {
            background-color:#FFFFFF;
        }
        #uma_name_search_4 {
            background-color:#FFFFFF;
        }
        #uma_name_search_5 {
            background-color:#FFFFFF;
        }
        #uma_name_search_6 {
            background-color:#FFFFFF;
        }

        .champion_horse_area > div select {
            width: 90%;
            background-color:#FFFFFF;
            font-size: 18px;
            padding: 5px;
        }


        #form2_radio {
            margin: 0px 3px 0 -2px;
        }

.champion_horse_area > div > div {
    border: 3px solid #FFFFFF;
    padding: 3px 5px;
    text-align: center;
    background-color: #DDE5F2;
}

.champion_horse_random {
    background-color:#FFFFFF;
    width: 95%;
    display : block;
    border: 2px solid gray;
    margin: 0 auto;
    font-weight: 600;
    cursor: pointer;
}

.champion_horse_other {
    display: flex;
    width: 92%;
    margin: 0 auto;
}

    .champion_horse_other > li {
        width: 33%;
    }

    .champion_horse_other > li:last-child {
        margin-left:7px;
    }

    .champion_horse_other > li > a {
        width: 90%;
        cursor: pointer;
        color: #000000;
        margin: 9% 0 8% 2%;
    }

.champion_horse_note{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: small;
    font-weight: bold;
}

.required {
    background-color: #0B308B;
    color: #FFFFFF;
    font-size: 11px;
    padding: 2px 5px;
}

.customer_info {
    width: 90%;
    margin: 30px auto;
}

    .customer_info th {
        background-color:#97B4CB;
        width:30%;
        padding: 10px 15px;
        border: 2px solid #FFFFFF;
        text-align: left;
    }

    .customer_info td {
        background-color: #E5E5DF;
        width:70%;
        padding: 10px 8px;
        border: 2px solid #FFFFFF;
    }

        .customer_info td input[type=text] , input[type=tel] , input[type=email] , select {
            font-size: 18px;
            padding: 5px 3px;
        }

        .customer_info td > div {
            font-size: 12px;
            margin-top: 5px;
        }

        .customer_info td > div > span {
            color: red;
            font-size: 11px;
        }



.customer_info_notes_bold {
    font-size: 18px;
    font-weight: bold;
    width: 81%;
    margin: 57px auto 0;
}

.customer_info_notes {
    width: 81%;
    margin: 10px auto 30px auto;
    font-size: 14px;
    text-align: justify;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border:1px solid #ccc;
    box-sizing:border-box;
    background:#fff;
}


.customer_info_notes__form {
    width: 95%;
    margin: 10px auto 30px auto;
    font-size: 12.8px;
}





    .customer_info_notes .sp01 {
        color: #1173B8;
        display:block;
    }

.customer_info td > div > .customr_info_address_notes {
    width: 24%;
    color: #000000;
    display:inline-block;
    text-align:left;
}

.customr_info_nm {
    width: 190px;
    margin-right:5px;
}

.customr_info_number {
    width: 25%;
    margin-right: 10px;
}

.customr_info_address {
    width: 75%;
}

.customr_info_auto_address {
    background-color: #FFCCAC;
    width: 120px;
    padding: 6px 12px;
    text-align: center;
    display: inline-block;
    border: 1.5px solid #9e9e9f;
    margin: 0 auto;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    color: #000000;
    white-space: nowrap; /* テキストを折り返さない */
    position: relative;
    top: 10px;
}

/* ↓div_customr_info追加↓ */
.div_customer_info {
    display: table;
    width: 81%;
    margin:0 auto;
    /*margin: 0 auto;
    padding:30px 0 0 0;*/
    font-weight: bold;
    border-collapse:collapse;
    box-sizing:border-box;
}
    .div_tr {
        display:table-row;
        width:100%;
        height: 80px;
    }


.div_th {
    display: table-cell;
    background-color: #fff;
    width: 25%;
    padding: 13px 15px;
    margin-left: 15px;
    border: 3px solid #666666;
    text-align: left;
    font-weight: 600;
}


.div_th.div_table-mail {
    border-top: none;
    border-bottom: none;
}

.div_td.div_table-mail {
    border-top: none;
    border-bottom: none;
}

.div_td {
    display: table-cell;
    background-color: #FFFFD3;
    width: 80%;
    padding: 13px 15px;
    border: 3px solid #666666;
    vertical-align: middle;
    /*border-top: 5px solid #1c96b4;
        border-left: 5px solid #1c96b4;
        border-right: 5px solid #1c96b4;*/
}

        .div_customer_info .div_tr .div_td input[type=text] , input[type=tel] , input[type=email] , select {
            font-size: 18px;
            padding: 10px 3px;
            margin-bottom:5px;
            border: 1.5px solid #9e9e9f;
        }

        .div_customer_info .div_td .div {
            font-size: 12px;
            margin-top: 5px;
        }

        .div_customer_info .div_tr .div_th .required {
            display:table-cell;
        }

        .div_customer_info .div_tr .div_td > div > span {
            font-size: 13px;
            padding-top:20px;
            text-align:right;
            width: 90px;
        }

    .customer_info_name_size{
        font-size:13px;
    }

.customer_info_name_pdg1 {
    display: inline-block;
    width: 35px;
    padding-left:50px;
}

    .customer_info_name_pdg2{
        padding-left:1em;
        padding-right:2em;
    }

.customer_info_name_pdg3 {
    display: inline-block;
    width: 35px;
    padding-left:50px;
        font-weight: 500;
    
}

    .customer_info_name_pdg4{
        padding-left:1em;
        padding-right:1em;
    }

.privacy_indent1{
    padding-left:1em;
}

.privacy_indent2{
    padding-left:2em;
    text-indent:-1em;
}


.div_customer_info .div_tr .div_td > div .customr_info_address_notes {
    padding-top:5px;
    padding-left:5px;
    vertical-align:middle;
    white-space: nowrap;
    width: 80px;
    color: #000000;
    display:inline-block;
    text-align:left;
    margin: 16px 0;
    font-weight: 500;
}

.div_customer_info .div_tr .div_td > div .customr_info_mail_notes {
    padding-top:13px;
    padding-left:5px;
    padding-bottom: 3%;
    padding-right: 5px;
    vertical-align:middle;
    width: 96%;
    color: #000000;
    display:inline-block;
    text-align:left;
}

.customr_info_mail_notes-txt {
    font-size: 12px;
    font-weight: 400;
}

.div_customer_info .div_tr .div_td > div .padding_left1 {
    padding-left:1em;
}
.div_customer_info .div_tr .div_td > div .padding_left2 {
    padding-left:2em;
}

.div_customer_info .div_tr .div_td > div > .div_customer_info_apartment {
    padding-top:3px;
    text-align:right;
}

    .addr_caution{
        padding-left:7em;
    padding-bottom: 1em;
    color:black;
    }

.copy_white{
    font-size:11px;
    text-align:center;
    background-color:#ffffff;
    width:100%; 
}

.copy_white_bottom{
    padding-bottom:50px;
}

.copy_yellow{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size:11px;
    text-align:center;
    background-color:#fff000;
    width:99.8%; 
}
/* ↑div_customr_info追加↑ */

#txtAddress1 {
    width: 126px;
    margin-right:5px;
}

#txtAddress2 {
    width: 126px;
    margin-right:5px;
}

#txtTodofuken {
    width: 280px;
}

#txtTel1 {
    width: 133px;
    margin-right: 5px;
}

#txtTel2 {
    width: 25%;
    margin-right: 5px;
}

#txtTel3 {
    width: 25%;
}

#txtMail {
    width: 98%
}

.customer_info_nakaguro{
    display:none;
}

.vote_notes {
    width: 100%;
    text-align:center;
    margin: 10px auto;
    font-size: 20px;
    font-weight: 800;
}

.oubo_btn_width {
     width:98%
}

/************************************
/* 応募フォーム(モーダル)
************************************/
/* ↓modalbox_width追加↓ */
.modalbox_width {
    max-width:1080px;
    width:100%;
}

.modalbox_width2 {
    max-width:850px;
    width:100%;
}
/* ↑modalbox_width追加↑ */

#AnticipationHorseJockey {
    width: 100%;
    text-align: center;
}

#AnticipationHorseJockey > div {
    display:flex;
    justify-content: flex-start;
    width: 96%;
    margin: 20px 20px;
    border-bottom: 5px dotted #000000;
    padding-bottom: 10px;
    font-weight:bold;
}

#AnticipationHorseJockey > div:last-child {
    border: none;
}

    #AnticipationHorseJockey > div > div:first-child {
        border-right: 5px dotted #000000;
        padding-right: 20px;
        margin-right: 20px;
    }

    #AnticipationHorseJockey > div:last-child > div {
        border:none;
    }

.anticipator {
    display:flex;
    width: 47%;
}

.anti_img {
    width: 25%;
    padding:5px;
}

    .anti_img >span {
        font-size:20px;
    }

    .anti_img img {
        width: 90%;
        display: block;
        margin: 0 auto 5px;
        /*border: 3px solid #95a3b2;*/  
    }

.horse_jockey {
    width: 75%;
    padding-left: 10px;
    text-align:left;
}

    .horse_jockey table {
        width: 100%;
        border: 3px solid #000000;
        margin-bottom:10px;
    }
        .horse_jockey table th {
            background-color:#000000;
            color: #FFFFFF;
            text-align: center;
            border: 1px solid #000000;
        }

        .horse_jockey table:first-of-type td {
            font-size:20px;
        }
    
        .horse_jockey table td {
            border: 1px solid #000000;
            padding: 3px 5px;
        }
        .horse_jockey table td:last-child {
            text-align:center;
        }

        .horse_jockey table tr:nth-child(3) {
           background-color:#E5E5DF;
        }

#divJockeySel {
    text-align:center;
    background-color: #000000;
    padding: 0px;
}

    #divJockeySel .div_modal_header {
        background-color: #000000;
        color: #FFF000;
        padding: 10px;
        font-weight: 800;
    }

.batsu_btn_div {
    position: absolute;
    right: 4%;
    top: 1.5%;
}
.batsu {
    display: block;
    position: relative;
}

            .batsu::before, .batsu::after { /* 共通設定 */
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 5px; /* 棒の幅（太さ） */
                height: 30px; /* 棒の高さ */
                background: #fff;
            }

            .batsu::before {
                transform: translate(-50%,-50%) rotate(45deg);
            }

            .batsu::after {
                transform: translate(-50%,-50%) rotate(-45deg);
            }

#JockeySel {
    margin: 0 auto;
}

    #JockeySel > div {
        width: 100%;
        max-width: 24.7%;
        float:left;
        border: 1px solid #000000;
        background-color: #FFF000;
        font-size: 16px;
        text-align: left;
    }

        #JockeySel > div > input[type=radio] {
            margin: 8px 12px;
        }

        #JockeySel .kara_div> input[type=radio] {
            visibility:hidden;
        }

        #JockeySel .kara_div {
            display:block;
        }

.jockey_sel_notes {
    background-color: #FFF000;
    padding:10px;
    width: 97.4%;
    float:none;
    clear: both;
    text-align:left;
    white-space: normal; 
}

.jockey_sel_notes >br {
    display:none;
}

/****************************************************************************
/*columnページ
****************************************************************************/
.sc_headline01{
    position:absolute;
    right:0%;
    width:54.8%;
}

.sc_headline02{
    width:55.2%;
    position:absolute;
}

.sc_headline03{
    width:59.4%;
    position:absolute;
    right:0%;
}

.sc_headline04{
    width:71%;
    position:absolute;
}

.sc_img01{
    padding-top:9%;
    width:81%;
}

.sc_img02{
    width:54%;
    padding-top:11%;
    padding-left:46%;
}

.sc_img03{
    width:80%;
    padding-top:40%;
    padding-left:10%;
}

.sc_img04{
    width:79%;
    padding-left:21%;
    padding-top:45%;
}

.sc_font{
    letter-spacing:0.06vw;
    font-weight:bold;
    line-height:2;
    text-align:justify;
    font-size:16px;
}

.sc_note01{
    width:40%;
    padding-left:53%;
    padding-top:2%;
}

.sc_note02{
    position:absolute;
    width:33%;
    bottom:5%;
    left:10%;
}

.sc_note03{
    width:30%;
    position:absolute;
    bottom:62%;
    left:10%;
}

.sc_note04{
    width: 27%;
    position: absolute;
    top: 34%;
    right: 7%;
}

.tab {
    border-bottom:2px solid #ffffff;
    display:flex;
    flex-wrap: nowrap;
	padding: 0; 
}
.tab li {
    color: #ffffff;
    background: linear-gradient(to top, #306fb5 0, #7baddd 75%, #7baddd 80%, #7baddd 85%, #6395ce 100%);
    cursor: pointer;
    list-style: none;
    transition: .3s;
    text-align: center;
    width: 20%;
    line-height:2;
    font-weight:bold;
    border-bottom: 3px solid #fff000;
}
	
	.tab_l_border {
	border-left: 2px solid #fff000;
	} 

.tab li.active {
    color: #000000;
    background: #ffffff;
    cursor: auto;
        border-bottom: 3px solid #fff000;
}

    .tab_l_border {
    border-left: 2px solid #fff000;
    }


.tab li.active {
    color: #000000;
    background: #ffffff;
    cursor: auto;
    border-bottom: none;
}

.column_img_left-pc_padding{
    padding-left: 20px;
    padding-top: 5px;
    width: 45%;
}


.column_img_left-pc_padding img{
    width: 100%;
}

.column_float_space {
    float:right;
    height:80px;
}

.column_float_img {
    float:right;
    padding-left: 20px;
    padding-top: 5px;
    width: 45%;
    clear:both;
}

.column_text_font {
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-size:15.7px;
}

.columnist_bg {
    position:relative;
}

.columnist_bg_img {
    width:100%;
    height:auto;
}

.column_bg_img {
    background-image:url("../img/column/column_bg_01_pc.png");
    background-size:100%;
    padding:45px;
}

.column_bg_img2 {
    background-image:url("../img/column/column_bg_02_pc.png");
    background-size:100%;
    padding:45px;
}

.column_bg_img3 {
    background-image:url("../img/column/column_bg_03_pc.png");
    background-size:100%;
    padding:45px;
}

.column_bg_img4 {
    background-image:url("../img/column/column_bg_04_pc.png");
    background-size:100%;
    padding:45px;
}

.column_main_div {
    background-color:#fff;
    width:90%;
}

.column_text_pdg {
    padding:30px;
}

.column_tab_back_div {
    width:100%;
    background: none;
    border-top: none;
    border-bottom: none;
}

.column_tab_border_bottom {
    border-top: none;
    margin-top: -2px;
}


.column_text ul {
  display: none;
  padding: 30px 0;
  width: calc(100% - 8%);
  margin:0 auto;
}
.column_text ul.show {
  display: block;
}

.column_text ul.show li {
  margin: 0 3%;
}

.columnist_photo {
    display: inline-block;
    width: 20%;
    margin: 0;
    vertical-align: top;
    position: absolute;
    left: 4%;
    bottom:10%;
}

.columnist_info {
    display: inline-block;
    padding: 2% 2%;
    width: 60%;
    margin: 0 auto;
    vertical-align: bottom;
    position: absolute;
    left: 25%;
    bottom:10%;
}

.columnist_name {
    text-align: left;
    font-size: 27px;
    line-height:1;
    margin-bottom:10px;
}

.columnist_name_text {
    margin-bottom:10px;
}

.columnist_name span {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.columnist_name span br {
    display: none;
}

.columnist_div {
    width:200px;
}

.column_lead_text {
    position: absolute;
    text-shadow: #000000 1px 1px 2px;
    top: 330px;
    right: 0%;
    left: 0%;
    font-size: 22px;
    line-height: 1.4;
    padding: 0;
}

.column_lead_text div {
    width: 700px;
    margin: 0 auto;
}

.column_jockey_table {
    width: 40%;
}

.column_jockey_table table{
    border:1px solid #000000;
    width: 100%;
}

.column_jockey_head {
    padding: 5px;
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
    width: 100px;
    text-align: center;
    font-size: 20px;
/*    font-size: 12px;*/
}

.column_jockey_name {
    padding: 5px 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    width: auto;
    font-size: 24px;
/*    font-size: 15px;*/
}

.column_race_table {
    border:1px solid #000000;
    width: 100%;
}

.column_race_table th {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    width: 50%;
}

.column_race_table th:nth-of-type(1) {
    padding-left: 10px;
    border-right: 1px solid #ffffff;
}

.column_race_table th:nth-of-type(n+2) {
    text-align: center;
}

.column_race_table tr {
    border-bottom: 1px solid #000000;
}

.column_race_table tr:nth-of-type(3) {
    background-color: #eeeeef;
}

.column_race_table td {
    font-weight: bold;
}

.column_race_table td:nth-of-type(1) {
    border-right: 1px solid #000000;
    padding-left: 10px;
}

.column_race_table td:nth-of-type(n+2) {
    font-size: 20px;
    text-align: center;
    line-height:1.6;
}

.sc_top_name01{
    position: absolute;
    bottom: 27%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    left:12%;
}

.sc_top_name02{
    position: absolute;
    bottom: 27%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    left:44%;
}

.sc_top_name03{
    position: absolute;
    bottom: 27%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    right:11%;
}

.sc_top_txt{
    position: absolute;
    bottom: 0%;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0 5% 5% 5%;
    letter-spacing: 0.1em;
    text-align:justify;
}

.sc_prof{
    display:flex;
    width:70%;
    margin:20px auto;
    background:#fff;
}

.prof_img{
    width:40%;
    margin-bottom: -8px;
}

.prof_txt{
    width:60%;
    padding:4%;
    
}

.prof_name{
    font-weight:bold;
    font-size:20px
}

.prof_title{
    font-weight:bold;
    padding:5px 0;
}


.sc_menu{
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.sc_menu li{
    width: 32%;
    margin-right:2%;
    border-radius: 0.5em 0.5em 0px 0px;
    padding: 0.5em; 
}
.sc_menu li:last-child{
    margin-right:0%;
}
.sc_menu li a{
    color:#fff;
    font-size:20px;
    font-weight: bold;
    display:block;        
}
.sc_menu_bg1{
    background: linear-gradient(to right, #05A3FF 0,#03B2E4 100%);           
}
.sc_menu_bg2{
    background: linear-gradient(to right, #17BD4C 0,#87DA61 100%);          
}
.sc_menu_bg3{
    background: linear-gradient(to right, #0F5BDF 0,#049DF7 100%);           
}

.sc_content{
      background-color: #EBF8E6;
}

   /* ▼タブ(共通装飾＋非選択状態の装飾) */
   .sc_tab {
      display: inline-block;          /* インラインブロック化 */
      border-width: 0px;  /* 上側と左右に枠線を引く */
      border-radius: 0.5em 0.5em 0px 0px;  /* 左上と右上の角だけを丸くする */
      padding: 0.5em;            /* 内側の余白量 */
      font-weight: bold;              /* タブの文字を太字にする */
      color: #fff;                   /* タブの文字色：黒色 */
      opacity:0.7;
      width: 20%;
      margin: 0 1%;
      font-size:20px;
   }

   .tab_c1{
      background: linear-gradient(to right, #05A3FF 0,#03B2E4 100%);
   }

   .tab_c2{
      background: linear-gradient(to right, #17BD4C 0,#87DA61 100%);
   }

   .tab_c3{
      background: linear-gradient(to right, #0F5BDF 0,#049DF7 100%);
   }

   /* ▼タブにマウスポインタが載った際の装飾 */
   .sc_tab:hover {
      cursor: pointer;             /* マウスポインタの形状を「指(指し示す形)」にする */
   }

   input:disabled + .sc_tab{
       pointer-events:none;
   }

   /* ▼選択状態のタブ(＝チェックが入っているラジオボタンの隣にあるタブの装飾) */
   input:checked + .sc_tab {
       opacity:1.0;
   }

   .sc_tabbox{
       text-align:center;
   }

   .sc_tabbox input { display: none; }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      display: none;             /* 標準では非表示にする */
      background-color: #EBF8E6; 
   }

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }
   #tabcheck3:checked ~ #tabcontent3 { display: block; }

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .sc_tab {
      z-index: 10;         /* ※2A */
      position: relative;  /* ※3 */
   }
   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   .tabcontent {
      margin-top: -1px;    /* ※1 */
      z-index: 0;          /* ※2B */
      position: relative;  /* ※3 */
   }

.sc_title_bg1_1{
    background-image:url("../img/column/sc_midashi1_1_pc.png");
}

.sc_title_bg1_2{
    background-image:url("../img/column/sc_midashi1_2_pc.png");
}

.sc_title_bg2_1{
    background-image:url("../img/column/sc_midashi2_1_pc.png");
}

.sc_title_bg2_2{
    background-image:url("../img/column/sc_midashi2_2_pc.png");
}

.sc_title_bg3_1{
    background-image:url("../img/column/sc_midashi3_1_pc.png");
}

.sc_title_bg3_2{
    background-image:url("../img/column/sc_midashi3_2_pc.png");
}

.sc_title_bg_size{
    min-height: 170px;
    background-size: 100% 100%;
    position:relative;
}

.sc_title{
    color:#fff;
    font-size:45px;
    font-weight:bold;
    letter-spacing:0.05em;
    position:absolute;
    top:30%;
    text-shadow: 1px 1px 5px black;
    text-align: center;
    width: 100%
}

.sc_next{
    color:#fff;
    font-size:30px;
    font-weight:bold;
    letter-spacing:0.05em;
    position:absolute;
    top:30%;
    text-shadow: 1px 1px 5px black;
    text-align: center;
    width: 100%
}

.sc_img{
    width: 60%;
    margin:3% auto;
}

.sc_img_note{
    font-size:90%;
    text-align:center;
}

.sc_serifu_div {
  width: 80%;
  margin:0 auto;
  overflow: hidden;
}

.sc_serifu_div .faceicon_left {
  float: left;
  margin-right: -12%;
  width: 11.8%;
}

.sc_serifu_div .faceicon_right {
  float: right;
  margin-left: -12%;
  width: 11.8%;
}

.sc_serifu_div .chatting {
  width: 95%;
}

.says_right_pink {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding:2%;
  border-radius: 12px;
  text-align:justify;
  background:#fff;
  border:3px solid #FFA8EA;
  width:60%;
}
.says_right_pink:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -47px;
  border: 10px solid transparent;
  border-right: 35px solid #FFA8EA;
}
.says_right_pink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -40px;
  border: 10px solid transparent;
  border-right: 35px solid #fff;
}

.says_right_blue {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding: 2%;
  border-radius: 12px;
  text-align:justify;
  background:#fff;
  border:3px solid #3ADEDD;
  width:60%;

}
.says_right_blue:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -47px;
  border: 10px solid transparent;
  border-right: 35px solid #3ADEDD;
}
.says_right_blue:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -40px;
  border: 10px solid transparent;
  border-right: 35px solid #fff;
}

.says_right_green {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding: 2%;
  border-radius: 12px;
  text-align:justify;
  background:#fff;
  border:3px solid #6DEF9C;
  width:60%;
}
.says_right_green:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -47px;
  border: 10px solid transparent;
  border-right: 35px solid #6DEF9C;
}
.says_right_green:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -40px;
  border: 10px solid transparent;
  border-right: 35px solid #fff;
}

.says_left_pink {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding: 2%;
  border-radius: 12px;
  text-align:left;
  background:#fff;
  border:3px solid #FFA8EA;
  width: 60%;
}
.says_left_pink:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -47px;
  border: 10px solid transparent;
  border-left: 35px solid #FFA8EA;
}
.says_left_pink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -40px;
  border: 10px solid transparent;
  border-left: 35px solid #fff;
}

.says_left_blue {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding: 2%;
  border-radius: 12px;
  text-align:left;
  background:#fff;
  border:3px solid #3ADEDD;
  width: 60%;
}
.says_left_blue:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -47px;
  border: 10px solid transparent;
  border-left: 35px solid #3ADEDD;
}
.says_left_blue:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -40px;
  border: 10px solid transparent;
  border-left: 35px solid #fff;
}

.says_left_green {
  display: inline-block;
  position: relative; 
  margin: 0 20% 0 20%;
  padding:2%;
  border-radius: 12px;
  text-align:left;
  background:#fff;
  border:3px solid #6DEF9C;
  width: 60%;
}
.says_left_green:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -47px;
  border: 10px solid transparent;
  border-left: 35px solid #6DEF9C;
}
.says_left_green:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -40px;
  border: 10px solid transparent;
  border-left: 35px solid #fff;
}

/****************************************************************************
/*Conf(応募情報確認画面)
****************************************************************************/

.camp_horse_prize {
    width: 90%;
    margin: 0 auto 4.5% auto;
}

    .camp_horse_prize th {        
      width: 18%;
      border: 2.5px solid #000;
      color: #FFFFFF;
      text-align: center;
      font-size: 18px;     
      padding: 2%; 
      font-weight: 600;
    }

    .camp_horse_prize td {
        /*background-color: #E5E5DF;*/
        width:70%;
        padding: 10px 30px;
        border: 2.5px solid #000;
        /*border-left: 2px solid #221815;
        border-bottom: none;
        border-right: none;*/
        font-size: 20px;
        font-weight: bold;
        font-weight: 600;
    }

.conf_h2_02 {
    margin: 0 auto;
    background: #666666;
    color: #fff;
    width: 100%;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    display: table-caption;
    letter-spacing: 2px;
}

.div_h2_02_conf {
    border: 3px solid #00B8EE;
    width: 81%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 4% 0 0 0;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.15);
}

    .div_h2_02_conf.conf1 {
        border: 3px solid #0B398E;
    }

    .div_h2_02_conf.div_h2_02_conf-100 {
        border: 3px solid #0B398E;
        border-top: none;
    }


.div_h2_02_conf.div_h2_02_conf_jockey {
    padding: 1.5% 0;
}


.h3_03_conf {
    background: #00B8EE;
    color: #ffffff;
    padding: 6px 0;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    width: 90%;
    margin: 0 auto;
}

    .h3_03_conf.h3_03_conf-100 {
        background: #0B398E;
        width: 81%;
    }

.conf_th_uma {
    background: #0B398E;
}

.conf_td {
    font-size: 30px;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.conf_small {
    font-size: 15px;
    color: #FFFFFF;
}

.conf_info {
    display: table;
    width: 81%;
    margin: 0 auto;
    border-collapse: collapse;
    box-sizing: border-box;
}

    .conf_info .conf_div_tr {
        display: table-row;
        height: 65px;
        font-size: 18px;
    }

    .conf_info .conf_div_th {
        background-color: #fff;
        width: 25%;
        padding: 0 15px;
        border: 3px solid #666666;
        text-align: left;
        display: table-cell;
        font-weight: 500;
        vertical-align: middle;
        font-size: 16px;
    }

    .conf_info .conf_div_td {
        background-color: #FFFFD3;
        width: 75%;
        padding: 10px 18px;
        border: 3px solid #666666;
        display: table-cell;
        vertical-align: middle;
        overflow-wrap: anywhere;
        word-break: break-all;
    }


/*=========================
 キャンペーン
=========================*/

.cp_div_midashi{
    width: 100%;
    margin: 0 auto;
    background:#004097;
    color:#FFFF00;
    text-align:center;
    font-weight:bold;
    padding: 15px 0;
    font-size: 30px;
    letter-spacing:0.15em;
}

.cp_div_kikan{
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    padding:20px 0 10px 0;
    font-size: 30px;
    letter-spacing:0.15em;
}

.cp_div_moji01{
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    font-size: 25px;
}

.cp_div_moji02{
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    font-size: 20px;
    padding:10px 0;
}

.cp_notes {
    width: 75%;
    padding: 4% 0;
    margin: 0 auto;
    font-size: 14px;
}
.cp_notes li{
    padding-left:1em;
    text-indent:-1em
}

.cp_howto_pdg {
    padding: 0.5% 0 3% 0;
}

.cp_howto_div {
    width: 75%;
    padding-bottom: 3%;
    margin: 0 auto;
    background: #fff;
}

.cp_howto_head {
    position:relative;
}

.cp_howto_head_text {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 2% 0;
    color: #5700A2;
}

.cp_howto_head_left {
    position:absolute;
    width:12%;
    top:-15%;
    left:15%;
}

.cp_howto_head_right {
    position: absolute;
    width: 12%;
    top: -15%;
    right: 15%;
}

.cp_howto {
    display: flex;
    width: 96%;
    margin: 0 auto;
}

.cp_howto_area {
    background: #D9E9F7;
    width: 48%;
}

.cp_howto_arrow {
    width: 4%;
    text-align: center;
    padding-top: 14%;
    padding-left: 1%;
    padding-right: 0.5%;
}

.cp_howto_step {
    padding: 3% 0;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #5700A2;
}

.cp_howto_txt{
text-align:center;font-size:18px;
}

    .cp_howto_txt span:hover {
        opacity: 0.7;
    }

.cp_howto_txt_b {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8%;
}



    .cp_howto_txt_b span:hover {
        opacity: 0.7;
    }

.cp_tw_btn_div {
    width: 86.3%;
    margin: 0 auto;
    padding:5% 0;
}

    .cp_tw_btn_div:hover {
        opacity: 0.7;
    }

.cp_modal_width{
    max-width:375px;
    width:375px;
}

.cp_modal{
    position:relative;
}

.cp_modal_close{
    position:absolute;
    left: 160px;
    bottom: 10px;
}

.cp_bg_bottom {
    background: #004DA0;
}

.cp_bg_bottom_inner {
    max-width:1000px;
    margin: 0 auto;
}

/************応募規約*************/
#kiyaku{margin:0 auto 3em auto;width:85%;}

#frmSummerCp #kiyaku {
    width: 81%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid;
    margin: 1% auto 4% auto;
}

    /* スクロールバー全体 */
    #frmSummerCp #kiyaku::-webkit-scrollbar {
        width: 10px;
    }

    /* 背景（トラック） */
    #frmSummerCp #kiyaku::-webkit-scrollbar-track {
        background: transparent; /* ←ここ重要（余白っぽく見せる） */
    }

    /* つまみ（黒いやつ） */
    #frmSummerCp #kiyaku::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 999px;
        border: 3px solid #e9e6d8; /* ←これで「細く浮いてる感じ」になる */
    }

        /* ホバー時（任意） */
        #frmSummerCp #kiyaku::-webkit-scrollbar-thumb:hover {
            background: #333;
        }

.kikaku-padding {
    padding-left: 1em;
}


#kiyaku.cp_kiyaku dt {
    border: 2px solid #000;
    padding: 1.25% 0;
    text-align: left;
    font-size: 122%;
    font-weight: 500;
    position: relative;
    color: #000;
    text-align: center;
}

#index #kiyaku dt{
    border: 2px solid #000;
    padding: 0.5em 0.5em;
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    position: relative;
    color: #000;
    letter-spacing: 0.7px;
}


#kiyaku .title {
    font-size: 140%;
    text-decoration: underline;
    font-weight: bold;
    padding-left: 20px;
}

#kiyaku dt:hover{cursor:pointer;}
#kiyaku dt .control{position:absolute;right:0.6em;top:0.5em;} 

#index #kiyaku dt .control span.arrow:after{
    content: "▼";
    margin: 0 0 0 0.5em;
    background: #000;
    color: #fff;
    padding: 0.2em 0.4em;
}

#kiyaku.cp_kiyaku dt .control span.arrow:after {
    content: "▼";
    margin: 0 0 0 0.5em;
    background: #000;
    color: #FFE400;
    padding: 0 0.25em;
} 
 

#kiyaku dd {padding:1em; background: #fff;display:none;}

.customer_info_notes #kiyaku dd {
    display: block;
}

#kiyaku dt.active + dd {
    display: block;
    height: 30em;
    overflow: scroll;
} 

#kiyaku dt.active span.control_disp{display:none;}
#index #kiyaku dt.active span.arrow:after{content:"▲";margin:0 0 0 0.5em; background: #000;color:#fff;padding:0.2em 0.4em;} 

#kiyaku dt.active span.arrow:after{content:"▲";margin:0 0 0 0.5em; background: #004097;color:#fff;padding:0 0.25em;} 

#kiyaku{font-size:85%;}
#kiyaku h2{width:100%;text-align: center; font-weight:700;margin:0 auto ;font-size:122%;}
#kiyaku h3{ font-weight:700;margin:2em 0 0.5em 0 ;color:#000;text-align: left;font-size:111%;}
#kiyaku h4{ font-weight:600;margin:1.5em 0 0.2em 0 ;font-size:105%;}
#kiyaku h5{ font-weight:700;margin:0 0 0.25em 0 ;font-size:100%;}


#kiyaku p{margin:0 0 1em 0;}
#kiyaku p.fix{margin:1em 0 0 0;text-align: right;l}

    #kiyaku ul li {
        margin: 0 0 5px 0;
        padding-left: 1em;
        text-indent: -1em;
    }

#kiyaku ul.ast {	list-style: none; font-size: 90%; line-height: 120%; margin: 5px 0 0 0;}
#kiyaku ul.ast li {	margin: 0 0 5px 0;	padding-left: 1em;	text-indent: -1em;}
#kiyaku ul.ast li:before {	content: "\203b";	color: #000;}
#kiyaku ul.ast li.red:before {	content: "\203b";	color: #f00;}
    #kiyaku ul.ast li.no-ast:before {
        content: none;
    }

#kiyaku ul.dot {	list-style: none;line-height: 120%;margin: 10px 0 0 0;}
#kiyaku ul.dot li {	margin: 0 0 5px 0;	padding-left: 1em;	text-indent: -1em;}
#kiyaku ul.dot li:before {	content: "\30FB";	color: #000;}

/************Q&A*************/
/************Q&A 賞品紹介*************/
.accordion {
    margin: 0 auto 3em auto;
    width: 85%;
    font-size: 85%;
}

    .accordion dt {
        border: 2px solid #000;
        padding: 0.5em 0.5em;
        text-align: center;
        font-size: 150%;
        font-weight: 600;
        position: relative;
        color: #000;
        letter-spacing: 0.7px;
    }


    .accordion .title {
        font-size: 140%;
        text-decoration: underline;
        font-weight: bold;
        padding-left: 20px;
    }

    .accordion dt:hover {
        cursor: pointer;
    }

    .accordion dt .control {
        position: absolute;
        right: 0.6em;
        top: 0.5em;
    }

        .accordion dt .control span.arrow:after {
            content: "▼";
            margin: 0 0 0 0.5em;
            background: #000;
            color: #fff;
            padding: 0.2em 0.4em;
        }


    .accordion dd {
        padding: 1em;
        background: #fff;
        display: none;
    }

.customer_info_notes .accordion dd {
    display: block;
}

.accordion dt.active + dd {
    display: block;
    height: 30em;
    overflow: scroll;
}

.accordion dt.active span.control_disp {
    display: none;
}

.accordion dt.active span.arrow:after {
    content: "▲";
    margin: 0 0 0 0.5em;
    background: #000;
    color: #fff;
    padding: 0.2em 0.4em;
}


.accordion ul.ast {
    list-style: none;
    font-size: 90%;
    line-height: 120%;
    margin: 5px 0 0 0;
}
    .accordion ul.ast li {
        margin: 0 0 5px 0;
        padding-left: 1em;
        text-indent: -1em;
    }
        .accordion ul.ast li:before {
            content: "\203b";
            color: #000;
        }
        .accordion ul.ast li.red:before {
            content: "\203b";
            color: #f00;
        }

.accordion ul.dot {
    list-style: none;
    line-height: 120%;
    margin: 10px 0 0 0;
}
    .accordion ul.dot li {
        margin: 0 0 5px 0;
        padding-left: 1em;
        text-indent: -1em;
    }
        .accordion ul.dot li:before {
            content: "\30FB";
            color: #000;
        }

/*=========================
 完了
=========================*/
#canvasImg {
    max-width: 834px;
    width: 100%;
    margin: 0 auto;
}

    .thanks_caution{
        text-align:left;
        font-size:12px;
        margin-top:10px;
    }

.thanks_div_title {
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding: 4% 0;
    box-sizing: border-box;
    line-height: 1.7;
    letter-spacing: 0.08em;
}

.thanks_txt01 {
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
}

.thanks_txt02 {
    color:#004098;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.cp_bg {
    background-size: 100%;
}

.thx_bg {

}

.cp_head {
    margin-bottom: -8px;
}

.cp_img {
    width: 78.2%;
    margin: 0 auto;
    padding: 4% 0 0 0;
}

.cp_img_note {
    width: 75%;
    margin: 0 auto;
    padding: 0px 0 3% 3%;
    font-weight: 400;
}

.thanks_div2{
    width: 90%;
    margin: 0 auto;
    background:#62EF6C;
}

.thanks_div_midashi{
    width: 90%;
    margin: 0 auto;
    background:#004097;
    color:#FFFF00;
    text-align:center;
    font-weight:bold;
    padding: 15px;
    font-size: 28px;
    letter-spacing:0.15em;
}

.thanks_div_kikan{
    width: 90%;
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    padding:10px 0px;
    font-size: 28px;
    position:relative;
}

.thanks_chance{
    position:absolute;
    left:0;
    width:15.9%;
}

.thanks_div_moji01{
    width: 90%;
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    padding:0px 15px;
    font-size: 25px;
    letter-spacing:0.15em;
}

.thanks_div_moji02{
    width: 90%;
    margin: 0 auto;
    color:#004097;
    text-align:center;
    font-weight:bold;
    padding:20px 15px;
    font-size: 20px;
    letter-spacing:0.15em;
}

.thanks_prize_img {
    width:50%;
    display:block;
    margin:0 auto;
}

.thanks_prize_img_bg {
    background:#146fb5;
    width:90%;
    margin:0 auto;
}

.thanks_prize_title {
    text-align: center;
    color: #f2eb36;
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0;
}

.thanks_h2_02 {
    background: #d3edfb;
    max-width: 1000px;
    width: 90%;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 27px;
    display:block;
    margin:0 auto;
}

.thanks_img {
    width: 70%;
}

.thanks_img2 {
    width: 90%;
}

.thanks_num {
    display: inline-block;
    color: #fff;
    background: #1c96d4;
    border-radius: 50%;
    width: 30px;
    text-align:center;
    margin:10px;
}

.thanks_howto {
    text-align: center;
    color: #fff;
    background: #1c96d4;
    width: 140px;
    margin: 0 auto;
}

.thanks_img_title {
    padding-left:15%
}

.share_btn {
    padding: 20px;
    width: 60%;
}

.sns_img {
    display: block;
    margin: 0 auto;
    padding: 20px;
    width: 26%;
}

/* タブ全体領域 */
.sns {
  width: 70%;
  margin: 0 auto 20px;
  padding-top: 30px;
  clear: both;
}

/* タブ部分 */
.sns-tabs {
  margin: 0px;
  padding: 0px;
}

.sns-tabs a {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 0;
}

.sns-tabs img {
  width: 100%;
  height: 60px;
}

.tab1 {
  float: left;
  width: 50%;
}

.tab2 {
  float: right;
  width: 50%;
}

/* タブ表示領域 */
.tabbox {
  padding-top: 24px;
  background-color: #ffffff;
  border-left: solid 3px #c0c6c9;
  border-right: solid 3px #c0c6c9;
  border-bottom: solid 3px #c0c6c9;
}

.tabbox ul li {
  margin-bottom: 24px;
}

.sns-img {
  float: left;
  margin-right: 0;
  border: solid 3px #c0c6c9;
}

.text-center {
  width: 100%;
  float: none;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
}

.thanks_font_blue {
    color:#1c96b4;
}

.sns-share {
  display: block;
  margin: 0 auto;
  line-height: 0;
}

.thanks_notes_white {
    color: #ffffff;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    padding-bottom:20px;
}

.thanks_notes_white2 {
    color: #ffffff;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom:20px;
}


.thanks_notes {
    font-size: 140%;
    font-weight: bold;
}

    .thanks_notes .red {
    color: #d70c18;
    font-size: 30px;
    padding-top: 20px;
	clear: both;
}

.thanks_notes_small {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 30px;
	clear: both;
}

.thanks_notes_xsmall {
    text-align: right;
    color: white;
    font-size: x-small;
    padding: 10px;
}

.thanks_border {
    border: 5px solid #1c96d4;
}

.thanks_border_bottom {
    border-bottom: none;
}

.thanks_div_h2_02 {
    max-width: 990px;
    width: 90%;
    background: #fff;
    margin:0 auto;
    display:block;
}

.div_sns {
    border: 2px solid lightgray;
}

.thanks_table {
    display:table;
    margin:0 auto;
    width:90%;
}

.thanks_td {
    display:table-cell;
}

/*========================================
  clearfix
========================================*/

.clearfix:after {
  content: ",";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em; 
  line-height: 0; 
}

.clearfix { /* for ie6 */
  display: inline-block;
}

.clearfix { /* for Opera */
  display: block;
}

/****************************************************************************
/*タブレット(iPad)
****************************************************************************/

@media screen and (max-width:999px) {

    .x_small {
        font-size: 1.3vw;
        margin-left: 3%;
    }

    .cp_img_note {
        font-size: 1.5vw;
      }

    .footer_text {
        font-size: 1.6vw;
    }

    #footer_mail_light {
        font-size: 1.6vw;
    }


    .top_lead {
        font-size: 3.5vw;
    }

    .top_lead_yellow {
        font-size: 5vw;
    }
    .top_lead_yellow_big {
        font-size: 7.5vw;
    }

    .top_lead2 {
        font-size: 2.2vw;
    }

.top_prize_title{
    font-size: 2.5vw;
    padding: 1em 0;
}
.top_prize_title_border{
    width: 20%;
}



    .top_chance_text {
        font-size: 3.2vw;
    }

    .top_cp_link_note {
        font-size: 1.5vw;
    }

    .chance1_upper_text {
        font-size: 2.2vw;
    }

    .chance2_upper_text {
        font-size: 2.2vw;
    }

    .chance3_upper_text {
        font-size: 2.2vw;
    }

.shadow {
    height: auto;
    font-size: 3.5vw;
    border-radius: 15px;
}

    .btn_cp {
        font-size: 1.5vw;
        padding: 3%;
    }

    .btn_arrow_01::before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .btn_arrow_02::before {
        width: 1.5vw;
        height: 1.5vw;
    }

    .btn_arrow_04::before {
        width: 1.3vw;
        height: 1.3vw;
    }

    .top_ss_title {
        font-size: 3vw;
        padding: 2%;
    }

.wasj_btn_posi {
    bottom: 27%;
    right: 20%;
}

.wasj_btn {
    width: 17vw;
    height: auto;
    padding-top: 0px;
    font-size: 1.5vw;
    padding: 3% 0;
}

.wasj_btn_arrow_posi{
    right: 14%;
    top: 28%;
}

.top_cp_link2{
    font-size: 3vw;
    padding-top: 5%;
}

.top_cp_link2 a{
    font-size: 3vw;
}

    #index #kiyaku dt {
        font-size: 2.0vw;
    }

    #index #kiyaku dt {
        font-size: 2.0vw;
    }

    .accordion dt {
        font-size: 2.0vw;
    }

    .form_att {
        font-size: 1.5vw;
    }

    .btn_blue_03 {
        font-size: 2.5vw;
        padding: 3% 0;
    }

    .btn_grad {
        font-size: 3vw;
        padding: 3% 0;
    }

        .btn_grad.not_challenge {
            font-size: 2.4vw;
        }

    .back_btn {
        font-size: 3vw;
        padding: 3% 0;
    }

    .thanks_btn {
        font-size: 3vw;
        padding: 3% 0;
    }

    .form_headline1 {
        font-size: 3.9vw;
    }

    .form_summer_series_text {
        font-size: 1.7vw;
    }

    .form_ans {
        font-size: 3.1vw;
    }

   .form_ans_conf {
    font-size: 3.1vw;
   }

   .h3_03_conf {
    font-size: 2vw;
  }

.choice_prize_font {
    font-size: 3.6vw;
}

    .form_prize_font {
        font-size: 2.8vw;
    }

    .form_question {
        font-size: 2.5vw;
    }

    .form_chance3 {
        top: 50.6%;
    }


.form2_summer_series_text {
    font-size: 2.2vw;
}

  .div_th_quiz2 {
    font-size:2vw;
  }

.conf_td {
        font-size: 3.5vw;
    }


    .camp_horse_prize th {        
         font-size: 3vw;   
      }
  
      .camp_horse_prize td {
        font-size: 3vw;   
      }



.top_ss_lead {
    font-size: 2vw;
}

.ss-title {
font-size: 2.3vw;
}

.ss-text {
    font-size: 1.9vw;
}

    .div_th {
        font-size: 1.6vw;
        width: 25%;
    }

#txtTodofuken {
    width: 68%;
    margin-top: 4%;
    }

#txtAddress1 {
    width: 100px;
}

#txtAddress2 {
    width: 100px;
}


    .customer_info_name_pdg1 {
        padding-left: 0em;
        padding-right: 0em;
        display: inline;
    }

    .customer_info_name_pdg2{
        padding-left:0em;
        padding-right:0em;
    }

    .customer_info_name_pdg3{
        padding-left:0em;
        padding-right:0em;
        display:inline;
    }

    .customer_info_name_pdg4{
        padding-left:0em;
        padding-right:0em;
    }

.sc_top_name01 {
    font-size: 3vw;
}
.sc_top_name02 {
    font-size: 3vw;
}
.sc_top_name03 {
    font-size: 3vw;
}

.sc_top_txt {
    font-size: 2.5vw;
    padding: 2%;
}

    /*見出し（青）*/
    .h2_01 {
    border-left: none;
    border-right: none;
    /*color: #ffffff;*/
    max-width: 990px;
    /*width: 90%;*/
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    font-size: 27px;
    margin: 0 auto;
    }

    .div_h2_01 {
    background: #ffffff;
    /*border-bottom: 3px solid #0E5EB3; 
    border-left: 3px solid #0E5EB3; 
    border-right: 3px solid #0E5EB3;*/
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    }

    .champion_horse_other > li > a {
       font-size: 2.2vw;
    }
    

    

    /*見出し（黄色）
        .h2_02 {
        background: #ffffff;
        border: 5px solid #fff000;
        border-right: none;
        border-left: none;
        color: #333333;
        max-width: 990px;
        width: 100%;
        font-weight: bold;
        text-align: center;
        padding:5px 0;
        font-size: 27px;
    }

    .div_h2_02 {
        border-left: none;
        border-right: none;
        max-width: 990px;
        width: 90%;
    }

    .div_h2_02_orenge {
        background: #ec6c00;
        border-left: none;
        border-right: none;
        max-width: 990px;
        width: 100%;
    }

    .prize_s_title_height {
        max-height: 64px;
        height: 100%;
    }

        .prize_s_title_height > img {
            display:block;
        }

    .top_prize_note {
        padding: 0 0 5px 0;

    }

    .top_plane {
        position: absolute;
        bottom: -46%;
        right: 0;
        width: 130px;
    }

    .top_form_link {
    position: absolute;
    bottom: -2%;
    left: 22%;
    width: 62%;
}

    .top_lead {
        font-size: 4vw;
    }

        .top_lead span {
            font-size: 10vw;
        }

    .top_lead2 {
        font-size: 3vw;
    }

    .top_lead_blue {
        font-size: 3.3vw;
    }

    .top_lead3 {
        font-size: 3vw;
    }

.top_prize_h2 {
    font-size: 3vw;
}

.top_info_h2 {
    font-size: 3vw;
}

.columnist_name {
    font-size: 3vw;
}

.columnist_name_text {
    font-size: 2vw;
}


.form_champion_horse_howto > ul > li > div {
    padding-left: 0px;
}
    /************************************
    /* ナビゲーション
    ************************************/
    #menu {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;

    }



    #menu .menu-inner {
        width: 100%;
        height: 84px;
    }


        #menu .menu-inner li {
            font-size: 1.8vw;
        }

            #menu .menu-inner li:last-child {
                border-right: none;
            }

        

    #menu .menu-inner li span{
        width:inherit;
    }

    #menu .menu-inner li span a {
        display: block;
        text-decoration:none;
        border:0px solid #ff0000;
        height: 100%;
    }

    #menu .menu-inner li span a:hover {
        color: #fff;
        background-color: #0068b7;   
    }

    #menu .menu-inner .pc_gmenu {
	    display: block;
    }

    #menu .menu-inner .sp_gmenu {
	    display: none;
    }

    .sp_gmenu li {
      font-size: 30px;
    }

    #txtTel1 {
        width: 113px;
        margin-right: 5px;
    }

    #txtTel2 {
        width: 25%;
        margin-right: 5px;
    }

    #txtTel3 {
        width: 25%;
    }

    .sc_note02 {
    bottom: 3%;
}
    .sc_note04 {
    width: 32%;
}


    .sc_font {
    font-size: 15px;
}

    .thanks_div_title {
        font-size: 3.0vw;
    }

.thanks_txt01{
    font-size: 2.2vw;
}

.thanks_txt02{
    font-size: 3.0vw;
}

.thanks_div_midashi{
    font-size: 3.5vw;
}

.thanks_div_kikan{
    font-size: 2.8vw;
}

.thanks_div_moji01{
    font-size: 2.8vw;
}

.thanks_div_moji02{
    font-size: 2.0vw;
}

    .btn_arrow_03::before {
        width: 2vw;
        height: 2vw;
    }

.cp_div_midashi{
    font-size: 3.5vw;
}

.cp_div_kikan{
    font-size: 3.5vw;
}

.cp_div_moji01{
    font-size: 3.0vw;
}

.cp_div_moji02{
    font-size: 2.5vw;
}

.cp_howto_arrow{
    padding-top:15%;
}

.cp_howto_step{
    font-size:2.5vw;
}

.cp_howto_txt{
font-size:1.8vw;
}

.cp_howto_txt_b{
font-size:2vw;
}

    .cp_howto_head_text {
        font-size: 3vw;
    }

.sc_title{
    font-size:5vw;
}

    .cp_notes {
        font-size: 1.4vw;
    }

    #kiyaku dt {
        font-size: 1.7vw;
    }

    .accordion dt {
        font-size: 1.7vw;
    }

    #kiyaku.cp_kiyaku dt {
        font-size: 1.7vw;
    }

    .conf_info .conf_div_th {
        font-size: 1.6vw;
        width: 25%;
        min-width: 90px;
   }
    

}




@media screen and (max-width:768px) {

.div_customer_info .div_tr .div_td input[type=text]{
   font-size: 2vw;
}

.div_th {
    font-size: 2.2vw;
    width: 25%;
    min-width: 80px;
}

.div_td {
    width: 70%;
    padding: 3% 2% 3% 2%;
}


.conf_info .conf_div_th {
    font-size: 2.4vw;
}


.div_customer_info .div_tr .div_td > div .customr_info_address_notes {
    padding-top:15px;
    padding-left:5px;
    margin: 2px 0;
}




.wasj_btn_arrow::before{
  width: 8px;
  height: 8px;
  border-top: solid 2px #E60F13;
  border-right: solid 2px #E60F13;
}

    .div_th_quiz {
        width:12%;
    }

.div_th_quiz_empty {
    width: 12%;
}

    .div_td_quiz {
        width:80%;
    }

.customr_info_nm {
    width: 35%;
    margin-right:5px;
}

.div_customer_info .div_tr .div_td > div .padding_left1 {
    padding-left:0em;
}
.div_customer_info .div_tr .div_td > div .padding_left2 {
    padding-left:0em;
}
.addr_caution {
    padding-left: 0em;
}



    .cp_link_y {
        font-size: 5vw;
    }

    #footer_mail_light {
        display:block;
        text-align:center;
    }

    .umekomi_movie {
        width:90%;
    }
    
    .customr_info_address {
        width: 95%;
    }

    .customr_info_auto_address {
        display:block;
        margin: 2% auto 2% auto;
    }

    #txtAddress1 {
        width: 25%;
        font-size: 2.5vw;
    }

    #txtAddress2 {
        width: 25%;
        font-size: 2.5vw;

    }

    #txtTodofuken{
        font-size: 2.5vw;
    }

    #txtTel1 {
        width: 25%;
        font-size: 2.5vw;

    }

    #txtTel2 {
        width: 25%;
        font-size: 2.5vw;

    }

    #txtTel3 {
        width: 25%;
        font-size: 2.5vw;

    }

    .form_champion_horse_howto > ul > li {
        width:23%;
    }

    .form_champion_horse_howto > ul > li > div {
        height: auto;
        font-size: 10px;
        width: 75%; 
    }

        .form_champion_horse_howto > ul > li > div:first-child {
            font-size:30px;
        }

    .champion_horse_other > li {
        width: auto;
    }

    .thanks_border {
        border: 0.5vw solid #1c96d4;
    }

    .thanks_border_bottom {
        border-bottom: none;
    }

    .conf_info {
    border: none;
}

.btn_blue_01 {
    font-size: 5vw;
}

.btn_blue_02 {
    font-size: 3vw;
}



.sc_font{
    font-size:2vw;
    line-height:1.8;
}

    .sc_note02 {
    bottom: 0%;
}

    .sc_note04 {
    width: 34%;
}

.sc_title_bg_size{
    min-height: 120px;
}

.sc_next{
    font-size: 3.5vw;
    top: 25%;
}

.sc_serifu_div {
  width: 90%;
}

}

@media screen and (max-width:670px) {

    .top_img {
        margin-bottom:-1.1%;
     }
    }


@media screen and (max-width:600px) {

    /************************************
    /* チャンピオンホース賞
    ************************************/
    .area_white_selectinfo {
        background-color: #FFFFFF;
        color: #000000;
        font-size: 20px;
        width: 40%;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        vertical-align: middle;
        margin: 5px 5%;
    }

    .form_champion_horse_howto {
        display:block;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .form_champion_horse_howto > ul {
            display: flex;
            flex-wrap:wrap;
            justify-content: center;
            margin:0 3%;
            width: 95%;
        }

            .form_champion_horse_howto > ul > li {
                display: flex;
                flex-wrap:wrap;
                justify-content:center;
                width: 95%;
                background-color: #FFF000;
                margin:1%;
            }

            .form_champion_horse_howto > ul > li:nth-child(even) {
                width: 50%;
                margin: 0 auto;
            }

            .form_champion_horse_howto > ul > li:nth-child(even) >::after{
	           font-size: 16px; 
                padding: 0;

            }

                .form_champion_horse_howto > ul > li > div {
                    font-weight: bold;
                    font-size:13px;
                    width: 75%;
                    height: auto;
                    vertical-align:middle;
                    padding: initial;
                }
                    .form_champion_horse_howto > ul > li > div > span {
                        margin: 5% 0% 0 0 ;
                        vertical-align:middle;
                        height: auto;
                        padding: initial;
                    }

                    .form_champion_horse_howto > ul > li > div:first-child {
                        font-size: 25px;
                        width: 8%;
                        margin: 1% 5% 1% 1%;
                        text-align:center;
                        vertical-align:middle;
                    }

                    .form_champion_horse_howto > ul > li:nth-child(even) > div {
                        font-size:0;
                        /*width: 50%;*/
                        width: auto;
                        height: auto;
                        margin: 1% auto;
                        padding: 0;
                        transform: scale(6, 2);
                    }


                    .champion_horse_area {
                        display: block;
                        /*flex-direction: row;*/
                        justify-content: center;
                        width: 94%;
                        margin: 0 auto;
                    }

                    .champion_horse_area > div {
                        width: 100%;
                        display:block;
                        margin:0 0 5% 1%
                    }

                }

/****************************************************************************
/*スマホ(縦）
****************************************************************************/
@media screen and (max-width:480px) {
    html, body {
        width: 100%;
    }

    body {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }


    #header {
        width: 100%;
        max-width: 100%;
    }


    html {
        /*overflow-x: hidden;*/
    }

    #main {
        margin: 0 auto;
        width: 100%;
        margin-left: 0px;
    }

    /*ボタンの矢印*/
    #menu .menu-inner li.top_menu_ss {
        text-align: left;
        border-left: none;
    }

        #menu .menu-inner li.top_menu_ss span a span {
            padding-left: 10%;
        }

    /*ボタンの矢印(メニュー)*/
    .menu_arrow_posi01 {
        position: absolute;
        right: 13%;
        top: 25%;
    }

    .menu_arrow_posi02 {
        position: absolute;
        right: 13%;
        top: 38%;
    }

    .menu_arrow_posi03 {
        position: absolute;
        right: 6.5%;
        top: 38%;
    }

    .menu_arrow_posi04 {
        position: absolute;
        right: 6.5%;
        top: 20%;
    }

    .btn_arrow_posi01 {
        top: 26%;
        right: 16%;
    }

    .btn_arrow_posi05 {
        top: 32%;
        right: 16%;
    }

    .btn_arrow_posi02 {
        right: 20%;
        top: 30%;
    }

    .btn_arrow_posi04 {
        top: 28%;
        right: 17%;
    }

    .btn_arrow_01::before {
        width: 12px;
        height: 12px;
    }

    .btn_arrow_04::before {
        width: 3vw;
        height: 3vw;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }

    .btn_arrow_02::before {
        width: 12px;
        height: 12px;
    }

    .menu_arrow_desc02::before {
        width: 3vw;
        height: 3vw;
        border-top: solid 0.7vw #fff;
        border-right: solid 0.7vw #fff;
    }

    .footer_text {
        width: 90%;
        font-size: 3.2vw;
        text-align: left;
        color: black;
    }

    .cp_bg_bottom .footer_text {
        color: white;
    }

    /*bg*/
    .bgPattern {
        background-image: url("../img/bg_pattern_sp.png");
    }

    #index #menu {
        margin-top: 0%;
    }

    #menu {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        background: none;
        border: none;
    }

        #menu .menu-inner {
            padding: 0;
            height: 41.0vw;
        }


            #menu .menu-inner li {
                list-style-type: none;
                float: left;
                line-height: 2.5;
                font-size: 4vw;
                border-top: 1vw solid #fff;
                border-left: 1vw solid #fff;
                border-right: none;
                border-bottom: none;
                padding: 1.5% 0;
                text-align: center;
                width: 50%;
                /*height: 35vw;*/
                transform: none;
            }

                #menu .menu-inner li span a span {
                    transform: none;
                }

                #menu .menu-inner li:first-child {
                    border-left: none;
                }

                #menu .menu-inner li.campaign {
                    width: 100%;
                    /*line-height: 15px;*/
                    padding: 1.5% 0;
                    /*height: 30px;*/
                    border-left: none;
                    border-right: none;
                    border-top: 1vw solid #fff;
                    border-bottom: 1vw solid #fff;
                }

                #menu .menu-inner li.special_column {
                    width: 48%;
                    line-height: 15px;
                    padding: 5px 0;
                    height: 30px;
                }

                #menu .menu-inner li.column_special_column {
                    background: linear-gradient(to right,#e37e92 72.6328%, #e04360 );
                    width: 56%;
                }



                #menu .menu-inner li span {
                    width: inherit;
                }

                    #menu .menu-inner li span a {
                        display: block;
                        text-decoration: none;
                        font-size: 3.8vw;
                        border: 0px solid #ff0000;
                    }

                        #menu .menu-inner li span a:hover {
                            /*background-color: rgba(255,255,255,0.1);*/
                        }

            #menu .menu-inner .pc_gmenu {
                display: none;
            }

            #menu .menu-inner .sp_gmenu {
                display: block;
            }


    .menu_arrow_desc::before {
        top: 4px;
    }


    /*斜め表示対策*/
    .pdg_left {
        padding-left: 0px;
    }

    .sp_menu_margin-top {
        margin-top: -7px;
    }


    div#footer-wrapper {
        font-size: 8px;
    }

    .top_jra_mark {
        width: 25%;
        left: 3%;
    }

    .top_sns::before {
        content: "";
        display: block;
        width: 39.0625%;
        margin-right: 10.9375%;
    }

    .top_sns li img {
        width: 90%;
    }

    .top_sns {
        width: 64px; /* ← ここは既存そのまま */
    }

    /*改行*/
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }


    .br-sp_374 {
        display: none;
    }

    .br-sp_365 {
        display: none;
    }

    /*表示切り替え*/
    .pc-show {
        display: none;
    }

    .sp-show {
        display: block;
    }


    /*sp時のフォントサイズ*/
    .x_large {
        /*    font-size:30px;*/
        font-size: 22px;
    }

    .large {
        /*    font-size:27px;*/
        font-size: 20px;
    }

    .l_medium {
        /*    font-size:22px;*/
        font-size: 18px;
        border-bottom: 1px solid;
    }

    .x_medium {
        /*    font-size:20px;*/
        font-size: 15px;
    }

    .medium {
        /*        font-size:15px;*/
        font-size: 14px;
    }

    .s_medium {
        /*        font-size:15px;*/
        font-size: 12px;
    }

    /*基準は14px相当*/
    .small {
        /*        font-size:14px;*/
        font-size: 12px;
    }

    .x_small {
        font-size: 2.0vw;
    }

    #footer_mail_light {
        display: block;
        padding-top: 10px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

        #footer_mail_light > div {
            padding-top: 10px;
            text-align: center;
            width: 100%;
            background-color: #ffffff;
            font-size: 11px;
        }

    .float_right-pc_padding {
        padding-left: 0;
    }

    /*見出し（青）*/
    .h2_01 {
        /*color: #ffffff;*/
        max-width: 1000px;
        /*width: 90%;*/
        font-weight: bold;
        text-align: center;
        /*    
    border: 3px solid #004385;
    padding:5px 0;
    font-size: 27px;
    */
        border: none;
        padding: 0;
        font-size: 18px;
        margin: 0 auto;
    }

    .div_h2_01 {
        /*border-bottom: 1px solid #0E5EB3; 
    border-left: 1px solid #0E5EB3; 
    border-right: 1px solid #0E5EB3;*/
        max-width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .div_blue02 {
        background: #0070bc;
    }

    /*見出し（黄色）*/
    .h2_02 {
        background: #ffffff;
        border-top: 5px solid #fff000;
        border-bottom: 5px solid #fff000;
        border-left: none;
        border-right: none;
        color: #333333;
        max-width: 1000px;
        width: 100%;
        font-weight: bold;
        text-align: center;
        padding: 5px 0 0;
        font-size: 16px;
    }

    .div_h2_02 {
        border-left: none;
        border-right: none;
        max-width: 1000px;
        width: 90%;
    }

    .div_h2_02_orenge {
        background: #ec6c00;
        border-left: 0px;
        border-right: 0px;
        max-width: 1000px;
        width: 100%;
    }

    .div_yellow {
        background: #fff000;
    }

    .div_white {
        background: #fff000;
    }

    .btn_blue_03 {
        width: 100%;
        padding: 3% 0;
        font-size: 3.5vw;
    }

    .back_button_div {
        width: 50%;
    }

    .back_btn {
        width: 100%;
        padding: 4% 0;
        font-size: 5vw;
        border: 0.7vw solid #000;
    }

    .thanks_btn {
        font-size: 5vw;
        padding: 4% 0;
        border: 0.7vw solid #004098;
    }

    .choice_button_div {
        width: 80%;
    }

    #kiyaku {
        width: 94%;
        margin: 0 auto 10% auto;
    }

    #index #kiyaku dt {
        border: 2px solid #000;
        padding: 0.7em 2em;
        text-align: left;
        font-size: 3vw;
        font-weight: 600;
        position: relative;
        color: #000;
        letter-spacing: 0px;
    }

    #kiyaku dt {
        border: 1px solid #fff;
        padding: 0.5em 0.25em;
        text-align: left;
        font-size: 70%;
        font-weight: 500;
        position: relative;
        color: #fff;
    }

        #kiyaku dt:hover {
            cursor: pointer;
        }

        #kiyaku dt .control {
            position: absolute;
            right: 0.6em;
            top: 0.7em;
        }

    #index #kiyaku dt .control span.arrow:after {
        content: "▼";
        margin: 0 0 0 0.5em;
        background: #000;
        color: #fff;
        padding: 0.25em 0.3em;
    }

    #kiyaku dt .control span.arrow:after {
        content: "▼";
        margin: 0 0 0 0.5em;
        background: #fff;
        color: #004DA0;
        padding: 0.25em 0.3em;
    }

    #kiyaku dd {
        padding: 1em;
        background: #fff;
        display: none;
        font-size: 80%;
    }

    .customer_info_notes #kiyaku dd {
        font-size: 100%;
    }

    #kiyaku dt.active + dd {
        display: block;
        height: 30em;
        overflow: scroll;
    }

    #kiyaku dt.active span.control_disp {
        display: none;
    }

    #index #kiyaku dt.active span.arrow:after {
        content: "▲";
        margin: 0 0 0 0.5em;
        background: #000;
        color: #fff;
        padding: 0.25em 0.3em;
    }

    #kiyaku dt.active span.arrow:after {
        content: "▲";
        margin: 0 0 0 0.5em;
        background: #004097;
        color: #fff;
        padding: 0 0.25em;
    }

    .prenotice {
        width: 88%;
        margin: 0 auto 3em auto;
    }

        .prenotice .uline_bold {
            border-bottom: 1px solid #000;
        }

    #kiyaku {
        font-size: 85%;
    }

        #kiyaku h2 {
            width: 100%;
            text-align: center;
            font-weight: 700;
            margin: 0 auto;
            font-size: 122%;
            margin: 0 0 1em 0;
        }

        #kiyaku h3 {
            font-weight: 700;
            margin: 2em 0 0.5em 0;
            color: #000;
            text-align: left;
            font-size: 111%;
        }

        #kiyaku h4 {
            font-weight: 700;
            margin: 1em 0 0.5em 0;
            font-size: 111%;
        }

        #kiyaku h5 {
            font-weight: 700;
            margin: 0 0 0.25em 0;
            font-size: 100%;
        }


        #kiyaku p {
            margin: 0 0 1em 0;
        }

            #kiyaku p.fix {
                margin: 1em 0 0 0;
                text-align: right;
                l
            }

        #kiyaku strong {
            font-weight: 500;
        }

    .shadow {
        font-size: 4.5vw;
        width: 90%;
        left: 5%;
        padding: 4% 0;
        top: -20%;
        line-height: 1.5;
    }

    .shadow2 {
        width: 94%;
        top: 0.2%;
        height: 99.6%;
        left: 3%;
    }

        .shadow2 div {
            top: 5%;
            font-size: 5vw;
        }

    .shadow3 {
        width: 96%;
        top: -5%;
        height: 110%;
        left: 2%;
    }

        .shadow3 div {
            font-size: 5vw;
        }


    /************Q&A 賞品紹介*************/
    .accordion {
        width: 90%;
        margin: 0 auto 10% auto;
        font-size: 85%;
    }

        .accordion dt {
            border: 2px solid #000;
            padding: 0.7em 0.5em;
            font-size: 3vw;
            font-weight: 600;
            position: relative;
            color: #000;
            letter-spacing: 0px;
        }

            .accordion dt:hover {
                cursor: pointer;
            }

            .accordion dt .control {
                position: absolute;
                right: 0.6em;
                top: 0.7em;
            }

                .accordion dt .control span.arrow:after {
                    content: "▼";
                    margin: 0 0 0 0.5em;
                    background: #000;
                    color: #fff;
                    padding: 0.25em 0.3em;
                }

        .accordion dd {
            padding: 1em;
            background: #fff;
            display: none;
            font-size: 80%;
        }

    .accordion dt.active + dd {
        display: block;
        height: 30em;
        overflow: scroll;
    }

    .accordion dt.active span.control_disp {
        display: none;
    }

    .accordion dt.active span.arrow:after {
        content: "▲";
        margin: 0 0 0 0.5em;
        background: #000;
        color: #fff;
        padding: 0.25em 0.3em;
    }

    /************************************
    /* TOPページ
    ************************************/

    .wasj_btn_posi {
        bottom: 14.5%;
        right: 30%;
    }

    .wasj_btn {
        width: 40vw;
        font-size: 2.5vw;
    }

    .top_prize_title {
        font-size: 5vw;
        padding: 10% 0 0 0;
    }

    .top_prize_title_border {
        border-bottom: 1px solid #FFFF00;
    }

    .top_caution_font {
        font-size: 12.5px;
    }

    .top_prize_div {
        width: 90.67%;
    }



    .btn_cp {
        padding: 5px;
        font-size: 3.5vw;
    }

    .top_cp_link {
        width: 96.3%;
    }

    .top_cp_button_div {
        width: 28%;
        right: 4%;
        bottom: 2%;
    }

    .top_cp_link_note {
        width: 96%;
        margin: 0 auto;
        font-size:2.7vw;
    }

    .top_cp_note {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 1.5%;
    }


    .top_wasj_link {
        width: 96%;
    }

    .top_cp_link2 {
        width: 90%;
        font-size: 4.7vw;
        padding-top: 10%;
        padding-bottom: 6%;
    }

    .top_cp_link_bg2 {
        background-image: url("../img/top/top_cp_link_bg2_sp.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .top_sc_link {
        width: 96%;
    }

    .h2_prize_step_width {
        width: 14%;
    }


    .top_prize_step_img {
        width: 58px;
        top: -88%;
    }

    .top_quiz_large {
        font-size: 40px;
    }

    .top_prize_small {
        font-size: 12px;
    }


    .vote_btn {
        width: 80%;
    }

    .top_prize_step_width {
        width: 100%;
    }

    .top_prize_note {
        width: 100%;
        font-size: 10px;
        padding: 0 0 5px 0;
    }


    .top_width_prize_abc {
        width: 90%;
    }

    .top_plane {
        position: absolute;
        bottom: -20%;
        right: 2%;
        width: 110px;
    }

    .prize_s_title_height {
        height: 42px;
    }

    .top_hint_width {
        width: 20%
    }

    .top_quiz_lead {
        font-size: 14px;
    }

    .top_lead {
        font-size: 4.4vw;
    }

        .top_lead span {
            font-size: 10vw;
        }

    .top_lead2 {
        font-size: 3.4vw;
    }

    .top_lead3 {
        font-size: 3vw;
    }

    .top_lead_yellow {
        font-size: 6.5vw;
        padding: 3% 0;
    }

    .top_lead_yellow_big {
        font-size: 9vw;
    }

    .top_lead_underline {
        border-bottom: 1px solid #FFFF00;
    }

    .top_lead_blue {
        font-size: 4.9vw;
    }

    .top_ss_title {
        font-size: 20px;
        padding: 25px;
    }

    .top_ss_lead {
        font-size: 3.4vw;
        padding-left: 5%;
        margin: 0 auto;
        color: #fff;
        width: 66%;
        line-height: 1.5;
        letter-spacing: 0;
        margin-left: 0;
        text-align: justify;
    }


    .ss-title {
        font-size: 4vw;
        width: 90%;
        left: 5.3%;
    }

        .ss-title::before {
            bottom: -2px;
            width: 98%;
            height: 1.6px; /* 線の太さ */
        }

    .ss-text {
        font-size: 3.3vw;
        padding: 1% 0 4.3% 5%;
        width: 90%
    }

    .top_prize_h2 {
        font-size: 3vw;
    }

    .top_info_h2 {
        font-size: 4vw;
        width: 90%;
    }

    .top_vote_lead {
        font-size: 16px;
    }


    .top_img {
        aspect-ratio: 750/828;
    }

    .prize_top_img {
        aspect-ratio: 750/446;
        margin-bottom: -1.5%;
    }

    .top_lead1 {
        width: 100%;
        margin: 0 auto;
    }

    .top_prize_img {
        width: 95.8%;
        margin: 0 auto;
    }


    .top_lead_midashi {
        width: 90.7%;
        margin: 0 auto;
    }

    .top_howto {
        width: 21.4%;
        margin: 0 auto;
    }

    .top_chance {
        width: 96%;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .top_chance_img {
        width: 44.5%;
        top: -17%;
    }

    .top_chance_text {
        font-size: 4vw;
        letter-spacing: 0;
        padding: 7% 0 3% 0;
    }

    .prize_area1 {
        background-image: url("../img/prize/bk_sp.png");
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .prize_title_img {
        width: 19.5%;
        max-width: none;
        margin: 0 auto;
    }

    .prize_chance {
        width: 94%;
        margin:0 auto;
    }

    .prize_chance_img {
        width: 45.4%;
    }

    .prize_chance_img2 {
        width: 45.4%;
        top: -1.8%;
    }

    .prize_chance_img3 {
        width: 45.4%;
    }

    .prize_chance_text {
        font-size: 3.8vw;
        padding: 9% 0 2% 0;
    }

    .prize_chance_text2 {
        font-size: 3.8vw;
        padding: 9% 0 2% 0;
    }

    .prize_div {
        width: 96.2%;
        max-width: none;
    }


    .prize_title1 {
         margin-top: 3%; 
    }

    .top_prize_title_img {
        width: 27.5%;
        margin-top: 8.5%;
    }

    .uma01 {
        top: -30%;
    }

    .chance1_upper_text {
        font-size: 3.5vw;
        margin-top: 22.5%
    }

    .prize_title2 {
         margin-top: 0%; 
    }

    .uma02 {
        top: -600%;
    }

    .chance2_upper_text {
        font-size: 3.5vw;
        margin-top: 28%;
        letter-spacing: 0.2px;
    }

    .prize_title3 {
        margin-top: 0%;
    }

    .uma03 {
        top: -1500%;
    }

    .chance3_upper_text {
        font-size: 3.5vw;
        margin-top: 22%;
    }

    .top_area1 {
        background-image: url("../img/top/bk_sp.png");
    }

    .top_area3 {
        background-image: url("../img/top/ss_bk_01_sp.png");
        background-size: 100%;
    }

.ss_title_img {
    width: 91%;
    margin: 0 auto;
    padding: 7% 0 1% 0;
}

    .sche_img {
        width: 91.2%;
        margin: 0 auto;
        padding-top: 5%;
    }

    .ss_uma_img {
        max-height: 29vw;
        top: 95.5%;
       
    }

    .top_form_link {
    position: absolute;
    bottom: -12%;
    left: 19%;
    width: 70%;
}


	.top_column_img {
        right: 1%;
	    bottom: 5%;
        width: 23%;
        position:absolute;
	}

    .top_prize_margin_top {
        /*margin-top: -2px;*/
    }

    .top_fullentery_lead {
    font-size: 18px;
}

    .top_hr_blue {
        border-bottom: 1px solid #004097;
    }

    .top_hr_gray {
        border-bottom: 1px solid #e5e5e5;
    }

/*応募用紙で応募する場合
   .table2 {
        width: 280px;
        margin: 0 auto;
    }

    .top_vote_yazirusi {
        width: 0;
        height: 0;
        border-left: 140px solid transparent;
        border-right: 140px solid transparent;
        border-top: 20px solid #004385;
    }

    .top_vote_yazirusi02 {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 10px solid #004385;
    }
*/

    .top_step {
        border: 1px solid #004385;
        background-color: #fff000;
        padding: 5px 10px;
        width: 200px;
    }

    .top_letter_vote_width {
        width: 100px;
    }

    .top_q_magin {
        padding-left: 5px;
    }

    .top_q_td_img{
        width: 36px;
    }

.top_q_td_img img{
    width:100%;
}

    .top_q_text {
        font-weight: bold;
    }

    .div_green_btn {
        width:87.5%;
        margin:0 auto;
        padding-left:0;
    }

.button_div {
    width:87.2%;
}

    .btn_grad {
        font-size: 5.5vw;
        padding: 3% 0;
    }

    .btn_blue_01 {
        width:100%;
        padding: 10px 10px;
        font-size:18px;
    }

    .btn_blue_02 {
        width:100%;
        padding: 7px 0;
        font-size:14px;
    }

    .button_green {
        padding:0px 0px;
    }

    .torophy{
        width:20%;
        padding:3vw;
        margin-right:0;
    }

    .sp_ss_bg {
        background-image: url(../img/top/schedule_sp_back.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .sp_schedule_bg {
        background-image: url(../img/top/top_bg_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }




/*---TOPend---*/


    .form_top{
        margin-left:0%;
        width:102%;
        position: relative;
    }

    .top_bottom_h2_02 {
        padding-bottom: 1%;
    }

    .div_h2_02_borderless {
        border: none;
        max-width: 1000px;
        width: 100%;
    }

    .pdg20-change{
        padding-top: 20px;
        clear: both;
    }

    .pdg5-change{
        padding-top: 5px;
        clear: both;
    }

    .font_size14 {
        padding:1%;
        font-size: 14px;
        margin:0 5%;
    }

    .font_pre-wrap {
        white-space:pre-wrap;
    }

    .font_pre-line {
        white-space:pre-line;
    }

    .font_space {
        visibility:inherit;
        display:none;
    }

    .end_cp {
        /*margin-top: -20px;*/
    }

        .end_cp img {
            width: 90%;
        }

    .end_cp_div {
        width: 90%;
        margin:-25px auto;
    }

    /************************************
    /* 応募フォーム
    ************************************/

    .form_img {
        width: 96%;
    }

    .form_chance1 {
        width: 50%;
        top: -1.5%;
        left: 0%;
    }

    #cbQ11, #cbQ12, #cbQ13, #cbQ21, #cbQ22, #cbQ23, #cbQ31, #cbQ32, #cbQ33 {
        width:5vw;
        height:5vw;
    }

    @-moz-document url-prefix() {
        #cbQ11, #cbQ12, #cbQ13, #cbQ21, #cbQ22, #cbQ23, #cbQ31, #cbQ32, #cbQ33 {
            width:5vw;
            height:5vw;
            transform:scale(1.1);
        }
    }

    .form_chance{
        width:50%;
    }

    .form_chance img{
        width:100%;
    }

    .form_att {
        font-size: 2.1vw;
        width: 96%;
        line-height: 1.3em;
        padding-left: 0;
        margin: 0 auto;
    }
    .form_att span {
        padding-left: 1em;
    }

    .form_headline1 {
        font-size:6.5vw;
        text-align:center;
        width:100%;
    }

    .form2_headline1 {
        font-size:6vw;
    }

    .form_headline2 {
        font-size:5vw;
        width:100%;
        border:none;
    }

    .form_question {
        font-size:3.8vw;
        letter-spacing:0.05em;
    } 

    input[type="radio"] {
        width: 5vw;
        height: 5vw;
        vertical-align: sub;
    }

    .form_ans {
        font-size: 4.9vw;
        letter-spacing: 1.1px;
        line-height: 1.9em;
    }

     .form_ans_conf {
        font-size: 4.6vw;
        letter-spacing: 2px;
        width: 73vw;
        margin: 4% 0 6.8% 0;
        padding: 1.1% 4%;
    }

    .umekomi_movie {
        width:80%;
        height:180px;
    }

    .form2_summer_series_text {
        font-size: 3.55vw;
        margin: 4% auto 7% auto;
    }

    .form2_summer_series_text2 {
        line-height: 1.4;
        font-size: 3.8vw;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .quiz_icon {
        width:100%;
    }

    .div_quiz {
        display:block;
        width: 90%;
    }

.div_th_quiz {
    width: 15%;
}

.div_td_quiz {
    width: 85%;
}

    .div_tr_quiz_ans {
        display:block;
        height:auto;
        margin-left: 2%;
    }

    .div_tr_quiz_ans.div_tr_quiz_ans_conf {
        margin-left: 0;
    }

    .div_th_quiz_empty {
        display:none;
    }

    .div_th_quiz_conf { 
        display:none;
    }

    .div_td_quiz_ans {
        display:block;
        width: 100%;
        
    }

    .champion_horse_howto {
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 10px;
        margin: 3% auto 0px 0.7%;
        width: 94%;
    }

        .champion_horse_howto li {
            width:50%;
        }

    .area_selectinfo {
        width: 25%;
        font-size: 3vw;
        padding: 1% 0;
    }

    .form2_howto_img {
        width: 93.3%;
    }

    .div_tr_quiz2 {
        display: block;
        width: 100%;
        padding: 1% 0 3% 0;
        font-size: 3vw;
    }

    .div_th_quiz2 {
        display: block;
        width: 50%;
        text-align: center;
        font-size:3vw;
    }

    .div_td_quiz2 {
        display: block;
        padding: 0px 0px;
        margin: 0 auto;
        width:100%;

    }

    #lnkJockeySel {
        width: 65%;
        font-size: 3.5vw;
    }

    #selectChampionJockeyArea {
     margin: 0 0; 
    }

   
    



        /************************************
    /* COLUMNページ
    ************************************/
.sc_title_bg1_1{
    background-image:url("../img/column/sc_midashi1_1_sp.png");
}

.sc_title_bg1_2{
    background-image:url("../img/column/sc_midashi1_2_sp.png");
}

.sc_title_bg2_1{
    background-image:url("../img/column/sc_midashi2_1_sp.png");
}

.sc_title_bg2_2{
    background-image:url("../img/column/sc_midashi2_2_sp.png");
}

.sc_title_bg3_1{
    background-image:url("../img/column/sc_midashi3_1_sp.png");
}

.sc_title_bg3_2{
    background-image:url("../img/column/sc_midashi3_2_sp.png");
}

.sc_title_bg_size {
    min-height: 77px;
}

.sc_top_name01 {
    top: 46%;
    font-size: 4vw;
    left: 8%;
}
.sc_top_name02 {
    top: 46%;
    font-size: 4vw;
    left: 38%;
}
.sc_top_name03 {
    top: 46%;
    font-size: 4vw;
    right: 5%;
}

.sc_top_txt {
    font-size: 4vw;
    padding: 5%;
}

.sc_img {
    width: 90%;
}

.sc_title{
    font-size:5vw;
}

.sc_prof {
    display: block;
    width: 90%;
    margin: 5% auto;
}

.prof_img {
    width: 50%;
    float: left;
    padding: 5%;
}
.prof_txt {
    width: 90%;
    font-size: 3.0vw;
}

.prof_name{
    padding-top:25%;
    font-size:5vw;
}

.prof_title {
    font-weight: bold;
    padding: 5px 0;
    clear: left;
}

.sc_serifu_div .faceicon_left {
  float: left;
  margin-right: -18%;
  width: 17%;
}

.sc_serifu_div .faceicon_right {
  float: right;
  margin-left: -18%;
  width: 17%;
}

.sc_serifu_div .chatting {
  width: 100%;
}

.says_right_pink {
  margin: 0 0 0 30%;
  width:64%;
}

.says_right_blue { 
  margin: 0 0 0 30%;
  width:64%;
}

.says_right_green {
  margin: 0 0 0 30%;
  width:64%;
}

.says_left_pink {
  margin: 0 30% 0 0;
  width:64%;
}
.says_left_blue {
  margin: 0 30% 0 0;
  width:64%;
}
.says_left_green {
  margin: 0 30% 0 0;
  width:64%;
}

.says_right_pink:before {
  top: 10px; 
}
.says_right_pink:after {
  top: 10px; 
}
.says_right_blue:before {
  top: 10px; 
}
.says_right_blue:after {
  top: 10px; 
}
.says_right_green:before {
  top: 10px; 
}
.says_right_green:after {
  top: 10px; 
}
.says_left_pink:before {
  top: 10px; 
}
.says_left_pink:after {
  top: 10px; 
}
.says_left_blue:before {
  top: 10px; 
}
.says_left_blue:after {
  top: 10px; 
}
.says_left_green:before {
  top: 10px; 
}
.says_left_green:after {
  top: 10px; 
}

.sc_font{
    font-size:3.5vw;
    padding:2.5%;
    line-height:2;
}

.sc_headline01{
    width:80%;
}

.sc_img01{
    padding-top: 47%;
    width: 90%;
}

.sc_headline02{
    width:80%;
}

.sc_img02 {
    width: 76%;
    padding-top: 37%;
    padding-left: 24%;
}

.sc_headline03{
    width:70%;
}

.sc_img03 {
    width: 100%;
    padding-top: 47%;
    padding-left: 0%;
}

.sc_headline04{
    width:95%;
}

.sc_img04 {
    width: 100%;
    padding-left: 0%;
    padding-top: 50%;
}

   /*  .sp_top_img {
        margin-bottom:-29%;
    } */
    
   .tab_item {
    margin: 1% 1% 3% 5%;
    display: inline-block;
    background: #fff100;
    width: 40%;
    padding: 1%;
    font-size: 5vw;
    text-align: center;
    position: relative;
    }

   input[name="tab_item"]:checked + label{
       background:#e04360;
       color: #fff;
    }

   input[name="tab_item"] {
       display:none;
   }

   .tab_content {
       display:none;
   }

   #column1:checked ~ #column_content_1,
   #column2:checked ~ #column_content_2,
   #column3:checked ~ #column_content_3,
   #column4:checked ~ #column_content_4 {
       display: block;
   }

    #column_index {
        background:#fff;
    }

        #column_index p {
            color:#0070bb;
            text-align: center;
            border: 1px solid;
            width:65px;
            margin: 0 auto;
        }

        #column_index ul {
            display:block;
            height:25px;
            margin-top: 2%;
        }

        #column_index ul li {
            float:left;
            width: 25%;
            text-align: center;
        }

        #column_index ul li a {
            color:#0070bb;
        }

    .top_h2_before {
    margin-top: -0.5px;
}


   .tab {
    border-bottom:2px solid #ffffff;
    display:flex;
    flex-wrap: wrap;
    padding:5px 0px;
}

    .tab li {
    color: #ffffff;
    background: none;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    text-align: center;
    width: 33%;
    line-height:1.2;
    padding:5px 0px;
    font-weight:bold;
    border-bottom: none;
    }
    .tab_l_border {
    border-left: none;
    }

.tab li.active {
    color: #000000;
    background: none;
    cursor: auto;
    border-bottom: none;
}

.tab li.active span{
    background: #ffffff;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 17px 17px 17px 17px / 50%;
    padding: 0 12px;
}


    .column_text ul.show li {
        margin: 0;
    }

    .column_text_font {
        font-size: 15px;
    }


    .column_section_title {
        transform: skewX(-20deg);
        display: block;
        color: #0070BC;

    }

.column_bg_img {
    background-image: url(../img/column/column_bg_01_sp.png);
    padding: 20% 0% 12% 4%;
    background-repeat: no-repeat;
}

.column_bg_img2 {
    background-image: url(../img/column/column_bg_02_sp.png);
    padding: 20% 0% 12% 4%;
    background-repeat: no-repeat;;

}

.column_bg_img3 {
    background-image: url(../img/column/column_bg_03_sp.png);
    padding: 20% 0% 12% 4%;
    background-repeat: no-repeat;

}

.column_bg_img4 {
    background-image: url(../img/column/column_bg_04_sp.png);
    padding: 20% 0% 12% 4%;
    background-repeat: no-repeat;

}

.column_main_div {
    width: 100%;
    max-width: 100%;
    box-shadow:none;
    border:none;
}

.column_text_pdg {
    padding: 5px 20px;
}

.column_tab_back_div {
    width:100%;
    background: linear-gradient(to top, #306fb5 0, #7baddd 75%, #7baddd 80%, #7baddd 85%, #6395ce 100%);
    border-top: 2px solid #fff000;
}

.column_tab_border_bottom {
    border-top: 3px solid #fff000;
}


    .columnist_photo {
        width:20%;
        bottom:20%;
}

.columnist_info {
    width: 69%;
    bottom:16%;
}

.columnist_name {
    font-size:5vw;
}

    .columnist_name_text {
        font-size:2vw;
    }

.columnist_name span br {
    display: none;
}

    .column_lead_text {
/*      top: 28%;  
        right:0px;*/
        top:160px;
        font-size: 11px;
/*        padding: 0 9px;*/
    }
    .column_lead_text div {
    width: 95%;
}


    .column_img_sp-center {
        margin: 0 auto;
        width: 292px;
    }
    .column_img_sp-center img {
        width: 100%;
    }


    .column_jockey_table {
        margin-top: 20px;
        width: 100%;
    }

    .column_jockey_head {
        font-size: 12px;
        width: 50%;
        text-align: left;
    }

    .column_jockey_name {
        font-size: 15px;
        width: 50%;
    }

    .column_race_table td:nth-of-type(n+2) {
        font-size: 15px;
    }

/*---コラムend---*/





    /************************************
    /* フルエントリー賞
    ************************************/
    .form_full_entry {
        /*background: #ec6c00;
        border: 5px solid #fff000;*/
        border-left:none;
        border-right:none;
        max-width: 1000px;
        /*width: 102%;*/
        width: 100%;
        color: #FFFFFF;
        text-align: center;
        /* margin-top:17%;  fixed化に応じて不要となったので削除(2019-05-20 Kato)*/
        /*padding: 3% 0;
        font-size: 17px;
        font-weight: bold;*/
        position: fixed; /* fixed化のための追加設定(2019-05-20 Kato) */
        bottom: 0;       /* fixed化のための追加設定(2019-05-20 Kato) */
        top: auto;       /* fixed化のための追加設定(2019-05-20 Kato) */
        right: auto;     /* fixed化のための追加設定(2019-05-20 Kato) */
    }
    .form_full_entry > .entry_notes {
        font-size: 14px;
    }

    .navi_pc {
        display: none;
    }
    
    .navi_sp {
        display: block;
    }

    .form_summer_serie {
        width: 80%;
        margin: 0 auto;
        font-size:16px;
    }

    .choice_prize_font {
        font-size: 5vw;
        padding: 1.5% 0;
        width: 96%;
    }


    .form_prize_font {
        font-size: 5vw;
        padding: 1.5% 0;
        width: 96%;
    }

    .form_content {
        width: 96%;
        border: 0.7vw solid #00B8EE;
        box-shadow: none;
    }

        .form_content.form_content-choice {
            width: 96%;
            background: white;
            border: 1vw solid #00B8EE;
        }

    .form2_content {
        width: 96%;
        border: 0.7vw solid #0B398E;
        box-shadow: none;
    }


    .choice_chance2 {
        width: 45%;
        margin: 0 auto;
        position: absolute;
        top: 1%;
        left: 0%;
    }

    .choice_chance3 {
        width: 45%;
        top: 0%;
        left: 0%;
    }

        .form_chance3.form2 {
            top: 61.8%;
        }

    .wc_border {
        border-bottom:none;
    }

    .wc_border_top {
        border-top: 0.7vw solid #00B8EE;
    }

    .btn_grad.not_challenge {
        font-size: 3.6vw;
        padding: 4.7% 0;
    }

    .div_tr.div_table-mailsp {
        border-bottom: none;
    }




    /************************************
    /* フルエントリー賞
    ************************************/
    .form_summer_series {
    font-size: 5vw;
    padding: 2% 0;
    }

    .form_summer_series_text {
        width: 90%;
        margin: 0 auto;
        font-size: 3.8vw;
        line-height: 1.7;
        letter-spacing: 0.08em;
    }
    
    #txtSummerSeries {
        background-color: #FFF000;
        font-size: 22px;
        margin: 3% 3% 3% 3%;
        padding: 1%;
        width: 40%;
        border: 2px solid #E5E5DF;
        text-align: center;
    }
    .form_summer_series span {
        font-size: 23px;
        vertical-align: middle;
    }

    /************************************
    /* チャンピオンジョッキー賞
    ************************************/
    #selectChampionJockeyArea {
        width: 70%;
        height: 7vw;
        text-align: center;
        font-size: 5vw;
        margin: 0 auto;
        line-height: 8vw;
    }
    .form_notes >br {
        display:none;
    }
    .form_notes_justify  >br {
        display:none;
    }

    /************************************
    /* チャンピオンホース賞
    ************************************/
    .area_white_selectinfo {
        background-color: #FFFFFF;
        color: #000000;
        font-size: 20px;
        width: 40%;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        vertical-align: middle;
        margin: 5px 5%;
    }

    .area_yellow_random {
        margin-left: 0px;
    }

    .area_yellow {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    }

    .form_notes_info {
        font-size: 2.8vw;
        line-height: 1.6;
        padding: 2% 0 5% 0;
    }

    .form_champion_horse_howto {
        display:block;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .form_champion_horse_howto > ul {
            display: flex;
            flex-wrap:wrap;
            justify-content: center;
            margin:0 3%;
            width: 95%;
        }

            .form_champion_horse_howto > ul > li {
                display: flex;
                flex-wrap:wrap;
                justify-content:center;
                width: 95%;
                background-color: #FFF000;
                margin:1%;
            }

            .form_champion_horse_howto > ul > li:nth-child(even) {
                width: 50%;
                margin: 0 auto;
            }

            .form_champion_horse_howto > ul > li:nth-child(even) >::after{
	           font-size: 16px; 
                padding: 0;

            }

                .form_champion_horse_howto > ul > li > div {
                    font-weight: bold;
                    font-size:13px;
                    width: 75%;
                    height: auto;
                    vertical-align:middle;
                    padding: initial;
                }
                    .form_champion_horse_howto > ul > li > div > span {
                        margin: 5% 0% 0 0 ;
                        vertical-align:middle;
                        height: auto;
                        padding: initial;
                    }

                    .form_champion_horse_howto > ul > li > div:first-child {
                        font-size: 25px;
                        width: 8%;
                        margin: 1% 5% 1% 1%;
                        text-align:center;
                        vertical-align:middle;
                    }

                    .form_champion_horse_howto > ul > li:nth-child(even) > div {
                        font-size:0;
                        /*width: 50%;*/
                        width: auto;
                        height: auto;
                        margin: 1% auto;
                        padding: 0;
                        transform: scale(6, 2);
                    }

    .champion_horse_area {
        display: block;
        /*flex-direction: row;*/
        justify-content: center;
        width: 94%;
        margin: 0 auto;
    }

     

            .champion_horse_area > div .champion_horse_area_head {
                color: #FFFFFF;
                font-weight: 600;
                font-size: 18px;
                padding: 5px 0;
                letter-spacing: 1.5px;
            }

        .champion_horse_area > div input[type=text] {
            width: 80%;
            font-size: 4.25vw;
            padding: 0 2%;
        }

            #uma_name_search_1 {
                background-color:#FFFFFF;
            }
            #uma_name_search_2 {
                background-color:#FFFFFF;
            }
            #uma_name_search_3 {
                background-color:#FFFFFF;
            }
            #uma_name_search_4 {
                background-color:#FFFFFF;
            }
            #uma_name_search_5 {
                background-color:#FFFFFF;
            }
            #uma_name_search_6 {
                background-color:#FFFFFF;
            }

            .champion_horse_area > div select {
                width: 83%;
                background-color:#FFFFFF;
                font-size: 18px;
                padding: 0 2%;
                font-size: 18px;
            }

    .champion_horse_area > div > div {
        margin-top: -1%;
        padding: 1% 0;
        border: 4px solid #FFFFFF;
        text-align: center;
    }

    .champion_horse_note {
        width: 85%;
    }

    .champion_horse_random {
        display: block;
        background-color:#FFFFFF;
        width: 80%;
        border: 2px solid gray;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;  
        padding-left:2%;
        /*font-size: 95%;*/
        font-size:18px;
    }

    .champion_horse_other {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin: auto; 
        padding: 0;
    }

        .champion_horse_other > li {
            width: 100%;
        }

        .champion_horse_other > li:last-child {
            margin-left:0px;
        }

        .champion_horse_other > li > a {
            width: 70%;
            margin: 3% auto;
            font-size: 3.5vw;
        }


    .champion_note {
        width: 102%;
        padding: 0;
        margin: 0 auto 8% auto;
        font-size: 14px;
        text-align: center;
    }

    /************************************
    /* お客様情報入力欄
    ************************************/
    .div_customer_info {
        display: table;
        background-color: #FFFFD3;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 auto;
        font-weight: bold;
        font-size: 3.75vw;
    }

        .div_customer_info .div_tr .div_th >br {
            display:none;
        }

    .div_tr {
        display: block;
        background-color: #FFFFD3;
        width: 100%;
        height: auto;
        border-bottom: 1vw solid #666666;
        margin: 0;
        padding: 0 -10%;
    }

    .div_th {
        display: inline-block;
        background-color: #FFFFD3;
        border: none;
        width: 90%;
        margin: 0;
        padding: 3% 5% 2% 4%;
        vertical-align: middle;
        font-size: 4vw;
    }
        .div_customer_info .div_tr .div_th .required {
            display:inline-block;
            vertical-align : middle;
            font-size:3vw;
            margin-left: 2%;
            padding: 1px 4px;
        }

        .div_customer_info .div_tr .div_th .required.required_br {
            display:block;
             max-width: 29px;
             text-align: center;
             margin: 0;
        }



    .div_td {
        display: inline-block;
        background-color: #FFFFD3;
        border: none;
        width: 95%;
        padding: 0% 0% 3% 4%;
        vertical-align: middle
    }

        .div_customer_info div_td > div > span {
            color: red;
            padding-top: 0;
            text-align: unset;
            font-size: 11px;
            width: 95%;
        }

        .div_customer_info .div_tr .div_td > div > span {
            font-size: 3vw;
            padding-top:0;
            text-align: left;
            width: 100%;
        }

        .div_customer_info .div_tr .div_td > div .customr_info_address_notes > br {
            display: none;
        }

    .customer_info_name_size {
        font-size: 3.5vw;
    }

    .customer_info_name_pdg1{
        padding-right:1em;
    }

    .customer_info_name_pdg2{
        padding-right:1em;
    }

    .customer_info_name_pdg3{
        /*padding-right:1em;*/
    }

    .customer_info_name_pdg4{
        /*padding-right:1em;*/
    }

    .customr_info_nm {
        display:inline-block;
        width: 35%;
        vertical-align : middle;
        margin-right: 0px;
        font-size: 18px;
        padding: 1% 2%;
        border: 2px solid #a9a9a9;
    }

    .customr_info_number {
        width: 50%;
        margin-right: 7px;
        font-size: 18px;
        padding: 1% 2%;
        border: 2px solid #a9a9a9;
    }

    .addr_caution{
           
            padding-left:0.5em;
            padding-bottom: 2em;
            
    }

    .div_customer_info .div_tr .div_td > div .customr_info_address_notes {
        padding-top:2%;
        white-space: nowrap;
        width: 70px;
        color: #000000;
        display: inline-block;
        text-align: left;
        font-size: 3.5vw;
        padding-left: 0px;
    }

    .div_customer_info .div_tr .div_td > div .padding_chenge {
        padding-left:0;
    }

    .customr_info_address {
        display:inline-block;
        width: 92%;
        vertical-align : middle;
        margin-right: 10px;
        font-size: 18px;
        padding: 1% 2%;
        border: 2px solid #a9a9a9;
    }

    .customr_info_auto_address {
        display: block;
        width: 40%;
        padding: 1% 2%;
        vertical-align: middle;
        text-align: center;
        border: 2px solid #a9a9a9;
        margin: 2% auto 4px auto;
        font-weight: bold;
        font-size: 15px;
    }

    #txtAddress1 {
        display:inline-block;
        width: 43%;
        vertical-align : middle;
        margin-right: 7px;
        font-size: 18px;
        padding: 10px 3px;
        border: 2px solid #a9a9a9;
    }

    #txtAddress2 {
        display:inline-block;
        width: 43%;
        vertical-align : middle;
        margin-right: 7px;
        font-size: 18px;
        padding: 10px 3px;
        border: 2px solid #a9a9a9;
    }

    #txtTodofuken{
        width: 94%;
        margin-top: 0;
        font-size: 4vw;
    }

    #txtTel1 {
        width: 20%;
        margin-right: 1%;
        font-size: 4vw;

    }

    #txtTel2 {
        width: 26%;
        margin-right: 1%;
        font-size: 4vw;
    }

    #txtTel3 {
        width: 26%;
        margin-right: 1%;
        font-size: 4vw;
    }

    #txtMail {
        width: 92%;
        margin: auto;
    }

    .div_customer_info div_td input[type=text], input[type=tel], input[type=email], select {
        font-size: 18px;
        padding: 1% 2%;
        border: 2px solid #a9a9a9;
    }

    .div_customer_info .div_tr .div_td input[type=text], input[type=tel], input[type=email], select {
    font-size: 18px;
    padding: 12px 3px;
    border: 2px solid #a9a9a9;
}

    .customer_info_kaigyo{
        display:none;
    }

    .customer_info_nakaguro {
        display: inline-block;
    }

    .vote_notes {
        width: 100%;
        text-align: center;
        margin: 7% auto 2%;
        font-size: 15px;
        font-weight: bold;
    }

    .customer_info_notes {
        width: 90%;
        margin: 0% auto 7% auto;
        color: #000000;
        font-size: 12px;
    }

    .customer_info_notes_bold {
        font-size: 4vw;
        color: #000000;
        width: 90%;
        margin: 10% auto 0% auto;
    }

     .width_change_short{
        width:29%;
        padding:3% 5% 3% 4%;
        vertical-align: top;
    }
    
    .width_change_short.div_th_seibetu {
        width: 50px;
        padding:3% 1% 3% 4%;
    }

    .width_change_long.div_td_seibetu {
        width:63%;
        margin-top: 2%;
    }


    .width_change_short.div_th_age {
        width: 33%;
    }

    .width_change_long.div_td_age {
        width: 50%;
    }

    .width_change_long{
        width:53%;
        padding:3% 5% 3% 0;
        vertical-align: top;
    }


    .table_radio {
     margin-right: 10px;
    }
    

    .div_customer_info .div_tr .div_td > div .customr_info_mail_notes {
        font-size: 4vw;
        padding-bottom: 2%;
        padding-left: 0;
    }

    .customr_info_mail_notes-txt {
        font-size: 2.8vw;
        display: inline-block;
        padding-left: 1em;
        text-indent: -1em;
    }


    .block_change{
        display:block;
        width:100%;
    }

    .block_change_short{
        display:block;
        width:95%;
    }

    .copy_white{
        margin-top: 0;
        padding-top: 2%;
        padding-bottom: 5%;
        font-size:11px;
        text-align:center;
        clear: both;
        background-color:#ffffff;
        width:100%; 
    }
    .copy_white_bottom{
        padding-bottom: 15%;
    }

    .copy_yellow{
        width: 99.8%;
    }

    .oubo_btn_width {
         width: 80%
    }
    /************************************
    /* 応募フォーム(モーダル)
    ************************************/
    .modalbox_width {
        width: 99.5%;
    }
    .modalbox_width2 {
        width: 99.5%;
    }

    /* 予想家の注目馬＆騎手 */
    #AnticipationHorseJockey {
        width: 100%;
        text-align: center;
        padding: 3% 0 0 0 ;
        font-size:13px;
    }

    #AnticipationHorseJockey > div{
        display:block;
        justify-content: center;
        width: 100%;
        margin: 5% auto 0;
        border-bottom: none;  
        padding-bottom: 0;
    }

    #AnticipationHorseJockey > div > div{
        width:93%;
        padding: 0 0 3% 0;
        margin:5% auto;
        border-bottom: 5px dotted #000000;  
    }

    #AnticipationHorseJockey > div > div:first-child {
        border-right: none;
        padding: 0 0 3% 0;
        margin:5% auto 0;
    }

    #AnticipationHorseJockey > div:last-child > div:first-child {
        padding: 0;
    }

        .horse_jockey table {
            width: 100%;
            border: 3px solid #000000;
        }
            .horse_jockey table th {
                background-color:#000000;
                color: #FFFFFF;
                text-align: center;
                border: 1px solid #000000;
                font-size:10px;
            }
            .horse_jockey table:last-child th:first-child {
                text-align: left;
            }

            .horse_jockey table td {
                font-weight:bold;
                border: 1px solid #000000;
                padding: 1% 1%;
            }

            .horse_jockey table:last-child td:first-child {
                font-size:11px;
            }

            .horse_jockey table td:last-child {
                font-weight:bold;
                text-align: center;
            }

            .horse_jockey table:first-of-type{
                margin-bottom:3%;
            }
   
    #AnticipationHorseJockey > div:last-child > div:last-child{
        border-bottom: none;  
    }

    .anticipator {
        margin:0%;
        display:block;
    }

    .anti_img {
        display: inline-block;
        width: 20%;
        font-weight:normal;
        font-size:16px;
        padding: 0;
    }

        .anti_img img {
            width: 95%;
            display: inline-block;
            /*border: 3px solid #95a3b2;  */
            margin: 0 auto;
        }
        .anti_img >span {
            font-size: initial;
        }

    .horse_jockey {
        font-weight: bold;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 74%;
        margin:0;
        padding:0 0 3% 4%  ;
         
    }

    /* チャンピオンジョッキー一覧 */
    #divJockeySel {
        text-align:center;
        background-color: #FFF000;
        width: 100%;
        position: absolute;
        z-index: 9700;
        border-right: none;
        border-left: none;
    }

        #divJockeySel .div_modal_header {
            background-color: #000000;
            color: #FFF000;
            padding: 10px;
            font-weight: bold;
        }

    .batsu_btn_div {
        position: absolute;
        right: 7%;
        top: 1.0%;
    }

    #JockeySel {
        margin: 0 auto;
    }

        #JockeySel > div {
            display:inline-block;
            width: 49%;
            max-width: 49%;
            float:left;
            border: 1px solid #000000;
            border-right: 2px solid #000000;
            background-color: #FFF000;
            font-size: 16px;
            text-align: left;
            padding:0%;
        }

            #JockeySel > div > input[type=radio] {
                margin: 2% 2%;
                border-radius: 4px;
            }

            #JockeySel > div > .kara_div {
                margin: 2% 2%;
                border-radius: 4px;
            }

        #JockeySel .kara_div {
            display:none;
        }

    .jockey_sel_notes {
        padding:1% 0 1% 1%;
        float:none;
        clear: both;
    }

        .jockey_sel_notes >br {
            display: inline;
        }

    .change_none{
        display: none;
    }
/*
}
*/
    /****************************************************************************
    /*Conf(応募情報確認スマホ画面)
    ****************************************************************************/

    .camp_horse_prize {
        margin: 2% auto 2% auto;
    }

    .camp_horse_prize td {
        font-size: 16px;
    }

    .h3_03_conf {
        font-size: 5vw;
        width: 100%;
    }

    .h3_03_conf.h3_03_conf-100 {
        width: 100%;
        font-size: 4.5vw;
        padding: 6px 0;

    }

    .div_h2_02_conf {
        width: 90%;
        padding:0;
        box-shadow:none;
    }

        .div_h2_02_conf.conf1 {
            border: 0.7vw solid #00B8EE;
           
        }


    .div_h2_02_conf.div_h2_02_conf-100 {
        width: 100%;
        border: none;
        padding:1.5% 0;
    } 


    .conf_h2_02 {
        font-size: 4.5vw;
        width: 100%;
        letter-spacing: 0.5px;
        display: block;
        padding: 6px 0;
    }

    .conf_th_uma {
        font-size: 16px;
    }
    
    .conf_td {
        font-size: 25px;
        height: 37px;
        padding: 2% 0;
        font-weight: 600;
    }
    
    .conf_small {
        font-size: 12px;
    }

    .conf_info {
        width: 100%;
        display: block;
    }

        .conf_info .conf_div_tr {
            display: block;
            height: auto;
            border-bottom: 0.8vw solid #666666;
            border-top: none;
            background-color: #FFFFD3;
        }

        .conf_info .conf_div_th {
            display: block;
            background-color: #FFFFD3;
            border: none;
            width: 90%;
            margin: 0;
            padding: 3% 5% 2% 4%;
            vertical-align: middle;
            font-size: 4vw;
        }

        .conf_info .conf_div_td {
            background-color: transparent;
            width: 91%;
            padding-top: 0;
            padding: 1% 5% 3% 9%;
            border: none;
            display: block;
            font-size: 4.9vw;
            box-sizing:border-box;
        }

    /*=========================
     キャンペーン(スマホ)
    =========================*/



.cp_div_midashi {
    font-size: 4.5vw;
}

.cp_div_kikan {
    font-size: 5vw;
}
.cp_div_moji01 {
    font-size: 4vw;
}
    .cp_div_moji02 {
    font-size: 2.9vw;
    padding: 1% 0;
}
    .cp_bg {
        background-image: url(../img/campaign/campaign_bg_sp.png);
        background-size: 100%;
    }

    .cp_howto {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .cp_howto_div {
        width: 92.6%;
    }

    .cp_howto_head_text {
        font-size: 6vw;
        padding: 6% 0;
    }

    .cp_howto_head_left {
        width: 17%;
        top: 8%;
        left: -3%;
    }

    .cp_howto_head_right {
        width: 17%;
        top: 8%;
        right: -3%;
    }

    .cp_howto_area{
        width:100%;
        margin:0 auto;
    }

    .cp_howto_arrow {
        padding-top: 2%;
        margin:0 auto;
        width:15%;
    }

    .cp_howto_step {
        font-size: 7vw;
        padding: 2% 0 3% 0;
    }

.cp_howto_txt {
    font-size: 4.7vw;
}

.cp_howto_txt_b {
    font-size: 5.5vw;
    padding-bottom: 8%;
}

.cp_tw_btn_div {
    width: 95%;
    padding:7% 0;
    margin: 0 auto;
}

.cp_notes {
font-size:2.6vw;
width:90%;
padding:6% 0 4% 0;
}

.cp_modal_width{
    max-width:375px;
    width:90%;
}

.cp_modal_close{
    left: 40%;
    bottom: 2%;
}

    #kiyaku.cp_kiyaku dt {
        border: 0.5vw solid #000;
        font-size: 2.6vw;
        text-align: left;
        padding-left: 2%;
        padding: 2.5% 0 2.5% 2%;
    }

        #kiyaku.cp_kiyaku dt .control {
            right: 0.6%;
            top: 28%;
        }

#kiyaku{width:90%;}

    #frmSummerCp #kiyaku {
        width: 90%;
        max-height: 200px;
        overflow-y: auto;
        border: 1px solid;
        margin: 1% auto 4% auto;
    }

    /*=========================
     完了(スマホ)
    =========================*/

    .btn_arrow_03::before {
        width: 3.5vw;
        height: 3.5vw;
    }

    .cp_head {
        margin-bottom: -7px;
    }

   /* .thx_bg {
        background-image: url(../img/thanks/thanks_bg_sp.png);
        background-size: 100%;
    } */

    .cp_img {
        width: 92.6%;
        margin: 0 auto;
        padding: 5% 0 0 0;
    }

    .cp_img.cp {
        padding: 2% 0 0% 0;
    }

    .cp_img_note {
        width: 92.6%;
        padding: -1% 0 3% 0;
        font-size: 3vw;
        margin-bottom: 4%;
    }

    .thanks_div_midashi{
        width:100%;
        padding: 1% 0;
    }

    .thanks_div_kikan{
        text-align:left;
        padding-left:30%;
        margin-top: 1%;
        font-size: 3.5vw;
        letter-spacing: 0.15em;
    }

.thanks_chance {
    position: absolute;
    left: 3%;
    width: 19%;
    top: 5%;
}

.thanks_div_moji01 {
    font-size:3.5vw;
    letter-spacing:0em;
}
.thanks_div_moji02 {
    font-size: 1.5vw;
    padding: 5% 0;
}

    .thanks_button_div1 {
        width: 50%;
        padding: 3% 0 2% 0;
    }



    .thanks_button_div2 {
        width: 50%;
        padding: 7% 0;
    }

.thanks_txt01 {
    font-size: 3.25vw;
    width: 100%;
}

.thanks_txt02 {
    font-size: 4.0vw;
}

    .thanks_caution{
        font-size:0.7em;
    }

    .thanks_div_title {
        font-size:4.5vw;
        padding:9% 0;
        width: 90%;
    }

    .thanks_h2_02 {
        font-size: 20px;
    }

    .thanks_img {
        width: 90%;
    }

    .thanks_prize_title {
        font-size: 5vw;
    }

    .thanks_prize_img {
        width:90%;
    }

    .thanks_notes_white {
        font-size: 3.5vw;
    }

    .thanks_notes_white2 {
        font-size: 3vw;
        padding-bottom: 10px;
    }

    .challenge_btn {
        width: 90%;
    }

    .back_to_top_btn {
        width: 80%;
    }

    .thanks_num {
    width: 20px;
    }

    .thanks_img_title {
        padding-left: 5%;
        font-size: 70%;
    }

    .sns_img {
    padding: 10px;
    }

    .share_btn {
    padding: 10px;
    width: 80%;
    }

    /* タブ表示領域 */    
    .text-center {
        font-size: 80%;
    }   
    
    .thanks_notes {
        font-size: 95%;
    }

    .thanks_notes .red {
        font-size: 16px;
        padding-top: 10px;
	    clear: both;
    }

    .thanks_notes_small {
        font-size: 11px;
        padding-top: 10px;
	    clear: both;
    }
    
    .thanks_border_bottom {
        border-bottom: none;
    }

    .thanks_table {
        width:95%;
    }

        .thanks_table > .thanks_td > .thanks_notes {
            font-size: 90%;
        }

    .sns {
        width: 90%;
        padding-top: 10px;
	    clear: both;
    }

    .sns-tabs img {
        /*height: 30px;*/
        height: auto;
    }

    .sns-tabs a {
        width: 33%;
    }

    .tabbox {
    border-left: solid 2px #c0c6c9;
    border-right: solid 2px #c0c6c9;
    border-bottom: solid 2px #c0c6c9;
    }

    .tab1 {
    float: left;
    }

    .tab2 {
    float:left;
    margin-left:0.5%;
    margin-right:0.5%;
    }

    .tab3 {
    float: right;
    width :34%;
    }
    
    #move_top {
        bottom: 15%;
        right:0%;
        width:10%;
    }

    #move_top a{
        width:100%;
        height:auto;
        opacity:1;
        background-color:transparent;
    }

.ch_quiz_hide{
    opacity:0;
}

 .ch_quiz_show {
    position: fixed;
    bottom: 0%;
    left: 6.4%;
    width: 87.2%;
    opacity:1;
    z-index:999;
}

#challenge_quiz a {
    position: relative;
    display: block;
    text-decoration: none;
 }

    #challenge_quiz a img {
        width: 100%;
    }

}
/****************************************************************************
/*スマホ(縦）374pxでテキストを改行
****************************************************************************/
@media screen and (max-width:374px) {
    .br-sp {
        display: none;
    }
   .br-pc {
        display: none;
    }

    .br-sp_365 {
        display: none;

    }

    .sp_365_none {
        display: none;
    }

    .br-sp_374 {
        display: block!important;
    }
}


/****************************************************************************
/*スマホ(縦）365～320pxまでカバー
****************************************************************************/
@media screen and (max-width:365px) {


   .br-sp {
        display: none!important;
    }
   .br-pc {
        display: none!important;
    }

    .br-sp_365 {
        display: block!important;
    }

    .sp_365_none {
        display: none!important;
    }

    .br-sp_374 {
        display: block!important;
    }

    /************************************
    /* topページ 幅365px以下の場合
    ************************************/

    .top_vote_lead {
        font-size: 14px!important;
    }

     .prize_s_title_height {
        height: 34px!important;
    }

    .top_plane {
        bottom: -40%!important;
        right: 2%!important;
        width: 100px!important;
    }

    .top_img {
        /*height: 220px;*/
    }
    .top_column_img {
        bottom: 14px!important;
    }

    /*コラム*/
    .columnist_name span br {
        display: block;
    }


}

/****************************************************************************
/*スマホ(縦）320px以下をカバー
****************************************************************************/
@media screen and (max-width:320px) {

   /*コラム*/
    .column_lead_text {
        top: 125px!important;
    }

}