@charset "utf-8";
/* CSS Document */

:root {
  /* COLOR */
  --lightgreen: #ccff00;
  --green: #299340;
  --purple: #9108e9;
  --blue: #00afec;
  --pink: #e85298;
  --orange: #ff9327;
  --yellow: #ffcc33;
  --red: #d61212;
}
/*******************************
共通設定項目
********************************/
body {
	background: #FFF;
	color:#333;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	line-height:1.3em;
	-webkit-text-size-adjust: none;
	  font-family:
    'Roboto',
    -apple-system,
    BlinkMacSystemFont,
    'Helvetica Neue',
    'Segoe UI',
    sans-serif;
}

/* テキストリンク設定 */
a{font-weight:bold;color:#B30000;}
a:hover{color:#000;}
a:active, a:focus{outline:0;}

.sun{color:red;}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {

.pc_non,.sp{display: none;}

.br_sp, .space{
	display: inline-block;
}

/* ヘッダー
------------------------------------------------------------*/

#header h1{
	height: 246px;
	background: url(../images/tit_pc_bg.png) no-repeat top center / cover;
}

#header .title{ /*タイトル共通画像*/
	background:url(../images/tit_pc.png) no-repeat top center / cover;
	height: 246px;
	width: 750px;
}
#header .log {
	background:url(../images/tit_pc_log.png) no-repeat top center / cover !important;
}
#header .title{
	margin: -47px auto;
	padding: 0 0 16px 0;
	padding: 0;
}
#header .logo_wp {
	display: flex;
    justify-content: space-between;
}
#header .logo_wp span:first-child {
	display: block;
	background: url(../images/tit_left.png) no-repeat left top / cover;
	width: 233px;
	height: 47px;
	z-index: 1;
	position: relative;
}
/* #header .logo_wp span:last-child {
	display: block;
	background: url(../images/tit_right.png) no-repeat right top / cover;
	width: 276px;
	height: 35px;
	z-index: 1;
	position: relative;
	margin: 5px 10px 0 0;
} */

/* 出走表
------------------------------------------------------------*/
.tit_small {
	font-size: 20px;
	width: 750px;
	background: #B51200;
	padding: 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	border-radius: 20px;
}
.syussou_race_tit p {
	font-size: 16px;
	text-underline-offset: 8px;
	text-decoration: underline;
	text-align: center;
	margin: 23px 0 10px 0;
	font-weight: bold;
}

    .syussou {
        flex: 1 1 auto;
        overflow: hidden;
		width: 750px;
        margin: 0 auto;
    }

    .syussou_head {
        width: 750px;
        margin: 0 auto;
    }

    .date_badge {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 27px;
        font-weight: 800;
        justify-content: center;
    }

    .date_badge .md {
        font-size: 32px;
        letter-spacing: .02em;
    }

    .date_badge .tag {
        display: inline-flex;
        justify-content: center;
        padding: 7px 11px;
        border-radius: 4px;
        background: #111;
        color: #fff;
        font-size: 20px;
        line-height: 1;
        position: relative;
        bottom: 1px;
    }

    .race_tabs {
        display: flex;
        /* gap: 6px; */
        flex-wrap: wrap;
        padding-bottom: 0px;
		justify-content: space-between;
    }

    .race_tab {
        border: 0;
        background: #ffd2a5;
        color: #ff9347;
        font-weight: bold;
        font-size: 24.46px;
        padding: 1px 2px 1px 0;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
		font-family:
		'Roboto',
		-apple-system,
		BlinkMacSystemFont,
		'Helvetica Neue',
		'Segoe UI',
		sans-serif;
		width: calc(100% / 12 - 4px);
    }

    .race_tab.is-active {
        background: #ff6a00;
        color: #fff;
    }

    .syussou_body {
        padding: 0 0px 5px;
    }

    .syussou_tbl {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        overflow: hidden;
    }

    .syussou_tbl thead th {
        background: #ff6a00;
        color: #fff;
        padding: 2px 2px;
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
        border-right: 1px solid rgba(255, 255, 255, .25);
    }

    .syussou_tbl thead th:last-child {
        border-right: 0;
    }

    .syussou_tbl tbody td {
        padding: 0;
        font-size: 20px;
        border-right: 1px solid rgba(0, 0, 0, .3);
        background: #fff;
    }

    .syussou_tbl tbody tr:last-child td {
        border-bottom: 0;
    }

    .syussou_tbl tbody td:last-child {
        border-right: 0;
    }

    .th_waku {
        width: 64px;
    }

    .th_small {
        width: 61px;
    }

    .th_small:nth-last-child(2) {
        width: 110px;
    }

    .th_small:last-child {
        width: 114px;
    }

    td.small {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

    td.num {
        font-variant-numeric: tabular-nums;
    }

    td.s_name {
        font-weight: 500;
        text-align: center;
    }

    td.waku {
        padding: 0;
    }

    .waku_box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 42px;
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 27px;
        color: #fff;
    }

    tr.w1 .waku_box {
        background: #ffffff;
        color: #000;
    }

    tr.w2 .waku_box {
        background: #111;
    }

    tr.w3 .waku_box {
        background: #e60012;
    }

    tr.w4 .waku_box {
        background: #0052ff;
    }

    tr.w5 .waku_box {
        background: #ffd200;
        color: #000;
    }

    tr.w6 .waku_box {
        background: #00b050;
    }

    .syussou_tbl tbody tr:nth-child(odd) td:not(.waku) {
        background-color: #FFFACC;
    }

    .syussou_tbl tbody tr:nth-child(even) td:not(.waku) {
        background-color: #FFE9A5;
    }

	.come {
		font-size: 14px;
        line-height: 17px;
        margin: 8px auto 0;
		width: 750px;
	}

    .caution {
		font-size: 14px;
        line-height: 17px;
        margin-top: 5px;
        text-align: center;
	}

	.sime {
		font-size: 14px;
        text-align: right;
        font-weight: 400;
        margin: 0 7px 0 0;
	}
	.sime span {
		font-weight: 700;
        font-size: 18px;
        position: relative;
        top: 1px;
	}


/*追加*/
/* リード文 */
.lead{
    width: 680px;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 auto;
    padding-top: 20px;
}
.lead span {
	color: #00347D;
	font-weight: bold;
}

/* 対象レース */
.taisyo{
    width: 750px;
    margin: 20px auto;
    text-align: center;
    background: #57068A;
    color: #FFF;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}
.taisyo .tit{
	width: 680px;
	margin: 0 auto;
	font-size: 22px;line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
	background: #000;
	color: #FFFF00;
}
.taisyo .race{
	font-size: 22px;font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	padding: 20px 0px;
}
.taisyo_kome{
	width: 730px;
	margin: 0 auto;
}
.taisyo_kome li{
	font-size: 16px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0;padding: 0;
	text-indent: -1em;
}
.taisyo_kome li.kome:before{
	content:  "※";
}

/* 投票期間 */
.limit{
    width: 750px;
    margin: 20px auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.limit .shime{color: #00347D;}
.limit .red,
.taisyo .red{color: red;}

/* 賞品 */
.shohin{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}

/* 応募フォーム */
.oubo{
	width: 750px;
	margin: 20px auto 20px;
	font-size: 26px;font-weight: bold;
	text-align: center;
}
.oubo .star{color: #00347D;}

.normal_size{
	font-size: 16px;
	font-weight: normal;
}

.five_day, .last_day{
	background: #000;
	width: 70px;
	display: inline-table;
	font-size: 16px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	position: relative;
	top: -2px;
}

/* 応募の流れ
------------------------------------------------------------*/
#header .flow{
	/* width: 750px; */
	background: #000000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 16px;
	line-height: 2.4em;
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
#header .flow .now{color: #ffff00;font-weight: bold;}

/* 応募要項テキスト
------------------------------------------------------------*/
.attention{
	width: 700px;
	margin: 20px auto ;
	padding-left: 15px;
}
.attention li{
	font-size: 16px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0;padding: 0;
	text-indent: -1em;
}
.attention li.kome:before{
	content:  "※";
}
.attention_check{
	width: 700px;
	margin: 20px auto;
	text-align: center;
}
.attention_check li{
	font-size: 16px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0; padding: 0;
}

/* フォームスタイル
------------------------------------------------------------*/
.bold{font-size: 18px; font-weight: bold;}

#contents .box{
	width: 750px;
	margin: 0 auto;	clear: both;
}
#contents .box ul{}
#contents .box ul li{font-size: 15px;display: flex;}
#contents .item,
#contents .ans{ /*高さサイズ*/
	height: 24px;
	margin-bottom: 2px;
	float: left;
	word-break: break-all;
	}
#contents .item{
	width: 290px; /*項目横サイズ*/
	color: #FFF;
	background: #B51200;
	padding: 10px 10px;
	float: left;
	}
#contents .ans{
	width: 420px; /*記入項目横サイズ*/
	background:#ECECEC;
	padding: 10px 10px;
	line-height: 1.6em;
	}
#contents .ans.height,
#contents .item.height{height: 66px; }
#contents .ans.height_anc,
#contents .item.height_anc{overflow:hidden;height: auto;min-height: 24px;}/*★項目・記入項目高さ指定する場合*/

#contents .ans.height_anc_double,
#contents .item.height_anc_double{height: 60px;}/*★項目・記入項目高さ２行分*/

#contents .ans.height_anc_forth,
#contents .item.height_anc_forth{height: auto;min-height: 24px;}/*★項目・記入項目高さ２行分*/

#contents .item span.mark{font-size: 14px; color:#FFF; margin-right: 4px;}
#contents .item span.small{font-size: 14px; font-weight: normal;}

#contents .color_item{background:#FF9600; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFE6BF;}/*別色エリア*/

/*追加*/
#contents .box_racer{
	width: 750px;
	margin: 0 auto 0;
	overflow: hidden;
	margin-bottom: 30px;

}
#contents h1 {
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 8px;
	/* margin-top: 42px; */
}
#contents h1 span {
	font-size: 16px;
	font-weight: 500;
}

.racer_tit{
    width: 750px;
    height: auto;
    text-align: center;
    font-size: 25px;
    padding: 5px 0;
	font-weight: bold;
}

.racer_tit .small{
	font-size: 20px;
}

#contents .box_racer ul{}
#contents .box_racer ul li{}
#contents .box_racer .item,
#contents .box_racer .ans{ /*高さサイズ*/
	height: 34px;
	margin-bottom: 2px;
	float: left;
	word-break: break-all;
	}
#contents .box_racer .item{
	width: 290px; /*項目横サイズ*/
	color: #FFF;
	background:#001F76;
	padding: 10px 10px 0;
	float: left;
	}
#contents .box_racer .ans{
	width: 420px; /*記入項目横サイズ*/
	background:#ECECEC;
	padding: 10px 10px 0;
	line-height: 1.6em;
	}
#contents .box_racer .ans label.komoku,
#contents .box_racer ul li .ans li{
	width: 236px;
	display: block;
	float: left;
	}
#contents .box_racer ul li .ans li{
	width: 220px;
	font-size: 18px;
	line-height: 1.6em;
    list-style:  none;
    margin: 0;padding: 0;
	text-indent: -1em;
	padding-left: 15px;
}
#contents .box_racer ul li .ans li:before{
	content:  "・";
}
#contents .ans label {cursor: pointer;}

#contents .box_racer .item span.mark{
	font-size: 20px;
	color:#FFFF00; margin-right: 4px;
	}
#contents .box_racer .item span.small{font-size: 18px; font-weight: normal;}


input{
	font-size: 13px;
	text-indent: 4px;
	border:1px #CCC solid;
}

/*テキストエリア・幅*/
.box_quiz{ width:150px; height:24px; font-weight: bold; margin: 0 5px;}	/*別色エリア*/
.box_name_shi,.box_name_mei,
.box_name_shi_kana,.box_name_mei_kana{ width:120px; height:24px; margin: 0 5px;}
.box_zip,.box_age { width:70px; height:24px; margin: 0 5px;}
.box_add { width:350px; height:24px; margin: 0 5px;}
/* .box_tel,.box_fax { width:70px; height:24px; margin: 0 5px;}	 */
.box_mail,.box_twitter{ width:280px; height:24px; margin: 0 5px;}
.box_job,.box_number,.box_tel{ width:170px; height:24px; margin: 0 5px;}
.box_text{ width:400px; height:150px;}


/* フォームスタイル */
select{
	font-size: 16px;
	line-height:1.2em;
	padding:2px;
	}
/* テキストエリア */
textarea{
  width: 400px;
  height:110px;
  min-width: 400px;
  max-width: 400px;
  min-height: 70px;
  max-height: 70px;
}

.racer_tit{
	margin-top: 30px;
}

/* 記入エラー
------------------------------------------------------------*/
.error{
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
	background:#AB0002;
	color: #FFF;
	font-size: 16px;
	width: 710px;
	margin: 0 auto 20px;
	padding: 10px 20px;
}
.error span{ color: #FFFF00;}/*エラー内強調色*/

#wrapper_all {
	/* 最小でも画面の高さ分のbodyの高さを担保する（footer分は除外） */
	min-height: calc(100vh - 51px);
}

/* フッター */
#footer {
	background: #000000;
	color: #ffffff;
	font-size: 0.6em;
	font-weight: 500;
	text-align: center;
	line-height: 3em;
	width: 100%;
	position: relative;
	bottom: 0;
}

/* 確認メッセージ */
.kakunin, .kakunin_check {
	height: auto;
	width: 750px;
	overflow: hidden;
	margin: 12px auto 30px;
	font-size: 16px;
	line-height: 25px;
}
.kakunin_check span {
	color: #B51200;
	font-weight: 500;
}
.kakunin_check span:nth-child(4) {
	background: #B51200;
	color: #fff;
	font-weight: 500;
	padding: 0px 6px;
	margin: 0 2px;
}
.kakunin_waku {
	border: solid 2px #b51200;
        padding: 8px 9px;
        margin: 5px 0;
        line-height: 22px;
		background: #fffee2;
}

/* セキュリティーサイン */
#sign table {
	width: 750px;
	margin: 20px auto ;
	border-collapse: collapse;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#sign th,#sign td .sign_size {
	font-size: 14px;
	text-align: center;
	line-height: 1.3em;
	padding: 5px;
}


/* ボタン
------------------------------------------------------------*/
#area_bt{
	width:480px;
	overflow:hidden;
	margin:20px auto;
	padding: 30px 0;
	clear: both;
	}

/* 確認画面へ・応募するボタン */
#area_bt .bt_check input[type="submit"],
#area_bt .bt_apply input[type="submit"]{
	background: linear-gradient(0deg, #FFD448, #F0DE00);
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 7px rgb(0, 0, 0, 0.3);
	color: #000000;
	font-size: 22px;
	font-weight: 900;
	display: block;
	width: 230px;
	height: 60px;
	margin: 0 auto;
	float: right;
	cursor: pointer;
	transition: .3s all;
}
	#area_bt .bt_apply input[type="submit"]{
	margin-right: 6px;
}
#area_bt .bt_check input[type="submit"]:hover,
#area_bt .bt_apply input[type="submit"]:hover{
	transform: translateY(4px);
	box-shadow: none;
}
#area_bt .bt_check input[type="submit"]{float:none;}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return [type="button"]{
	float: left;
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	box-shadow: 4px 4px 7px rgb(0, 0, 0, 0.3);
	color: #000000;
	font-size: 22px;
	font-weight: 900;
	display: block;
	width: 230px;
	height: 60px;
	margin: 0 auto;
	cursor: pointer;
	transition: .3s all;
}
#area_bt .bt_return [type="button"]:hover{
	transform: translateY(4px);
	box-shadow: none;
}

/*
OK画面
-------------------------------------------------------*/
.ok_contents{
    height: 140px;
    margin: 200px auto 0;
    padding-bottom: 110px;
}

.ok{
	font-size: 22px;
	line-height:1.4em; color: #000;
	text-align:center;
	font-weight: bold;
	margin-bottom: 30px;
}

.message{
	height: 25px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
.sp_non,.pc{display: none;}

.space{
display: none;
}

#wrapper{
	width:750px;
	}

.br_sp{
	white-space: pre;
}

/* ヘッダー
------------------------------------------------------------*/
#header .title{
	height:300px;
	width: 750px;
	background:url(../images/tit_sp.png) no-repeat top center;
}
#header .log {
	background:url(../images/tit_sp_log.png) no-repeat top center !important;
}

/* 応募の流れ
------------------------------------------------------------*/
#header .flow {
	background: #000000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.4em;
	width: 720px;
	margin-bottom: 20px;
	padding: 15px;
}
#header .flow .now {
	color: #ffff00;
	font-weight: bold;
}


/* =========================================================
左：出走表（syussou）
========================================================= */

.tit_small {
	font-size: 35px;
	width: 660px;
	background: #B51200;
	padding: 19px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
	border-radius: 50px;
}
.syussou_race_tit p {
	font-size: 26px;
	text-underline-offset: 9px;
	text-decoration: underline;
	text-align: center;
	margin: 23px 0 18px 0;
	font-weight: bold;
}
    .syussou {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .syussou_head {
        padding: 1px 0 0;
    }

    .date_badge {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        font-weight: 800;
        justify-content: center;
    }

    .date_badge .md {
        font-size: 45px;
        letter-spacing: .02em;
    }

    .date_badge .tag {
        display: inline-flex;
        justify-content: center;
        padding: 7px 11px;
        border-radius: 4px;
        background: #111;
        color: #fff;
        font-size: 28px;
        line-height: 1;
        position: relative;
        /* bottom: -3px; */
    }

    .race_tabs {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }

    .race_tab {
        border: 0;
        background: #ffd2a5;
        color: #ff9347;
        font-weight: bold;
        font-size: 34px;
        padding: 8px 0px;
        border-radius: 6px 6px 0 0;
        cursor: pointer;
		font-family:
		'Roboto',
		-apple-system,
		BlinkMacSystemFont,
		'Helvetica Neue',
		'Segoe UI',
		sans-serif;
        text-align: center;
        line-height: 30px;
        width: 57px;
    }

    .race_tab span {
        font-size: 43px;
        letter-spacing: -5px;
        margin: 0px 0px;
        position: relative;
        left: -2px;
    }

    .race_tab.is-active {
        background: #ff6a00;
        color: #fff;
    }

    .syussou_body {
        padding: 0 0 12px;
    }

    .syussou_tbl {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        overflow: hidden;
    }

    .syussou_tbl thead th {
        background: #ff6a00;
        color: #fff;
        padding: 12px 4px;
        font-size: 25px;
        text-align: center;
        white-space: nowrap;
        border-right: 1px solid rgba(255, 255, 255, .25);
        line-height: 18px;
    }

    .syussou_tbl thead th:last-child {
        border-right: 0;
    }

    .syussou_tbl tbody td {
        padding: 0;
        font-size: 27px;
        border-right: 1px solid rgba(0, 0, 0, .3);
        background: #fff;
    }

    .syussou_tbl tbody tr:last-child td {
        border-bottom: 0;
    }

    .syussou_tbl tbody td:last-child {
        border-right: 0;
    }

    .th_waku {
        width: 64px;
    }

    .th_small {
        width: 61px;
    }

    .th_small:nth-last-child(2) {
        width: 76px;
        font-size: 18px;
    }

    .th_small:last-child {
        width: 74px;
        font-size: 18px;
    }

    td.small {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
		font-family:
		'Roboto',
		-apple-system,
		BlinkMacSystemFont,
		'Helvetica Neue',
		'Segoe UI',
		sans-serif;
    }

    td.num {
        font-variant-numeric: tabular-nums;
    }

    td.s_name {
        font-weight: 500;
        text-align: center;
    }

    td.waku {
        padding: 0;
    }

    .waku_box {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 42px;
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 38px;
        color: #fff;
    }

    tr.w1 .waku_box {
        background: #ffffff;
        color: #000;
    }

    tr.w2 .waku_box {
        background: #111;
    }

    tr.w3 .waku_box {
        background: #e60012;
    }

    tr.w4 .waku_box {
        background: #0052ff;
    }

    tr.w5 .waku_box {
        background: #ffd200;
        color: #000;
    }

    tr.w6 .waku_box {
        background: #00b050;
    }

    .syussou_tbl tbody tr:nth-child(odd) td:not(.waku) {
        background-color: #FFFACC;
    }

    .syussou_tbl tbody tr:nth-child(even) td:not(.waku) {
        background-color: #FFE9A5;
    }

	.come {
		font-size: 24px;
        line-height: 28px;
        width: 720px;
        margin: 17px auto;
	}

	.caution {
		font-size: 24px;
        line-height: 28px;
        width: 720px;
        margin: 17px auto;
	}

	.sime {
		font-size: 24px;
        text-align: right;
        font-weight: 400;
        margin: 0 7px 0 0;
	}
	.sime span {
		font-weight: 700;
        font-size: 28px;
        position: relative;
        top: 1px;
	}


/*追加*/
/* リード文 */
.lead{
	width: 700px;
	font-size: 32px;line-height: 1.5em;
	margin: 20px auto;
}
.lead span{color: #00347D;font-weight: bold;}

/* 対象レース and 賞品 */
.taisyo{
    width: 750px;
    margin: 20px auto;
    text-align: center;
    background: #57068A;
    color: #FFF;
    padding: 10px 0 20px;
}

.taisyo .tit{
    width: 680px;
    margin: 20px auto;
    font-size: 32px;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
    background: #000;
    color: #FFFF00;
}

.taisyo .race{
    font-size: 34px;
	width: 750px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    margin: 20px 0 10px;
	display: table-cell;
	vertical-align: middle;
}
.taisyo_kome{
	width: 650px;
	margin: 0 auto;
}
.taisyo_kome li{
	font-size: 26px;
	line-height: 1.4em;
    list-style:  none;
    margin: 0;padding: 0;
	text-indent: -1em;
}
.taisyo_kome li.kome:before{
	content:  "※";
}

.taisyo .normal_size{
	font-size: 24px;
}

.five_day, .last_day{
	background: #000;
	width: 110px;
	display: inline-table;
	font-size: 26px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	position: relative;
	top: -2px;
}

/* 投票期間 */
.limit{
	width: 660px;
	margin: 40px auto;
	font-size: 35px;font-weight: bold;
	text-align: center;
	padding: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	line-height: 35px;
}
.limit .shime{color: #00347D;}
.limit .red,
.taisyo .red{color: red;}

.limit .normal_size{
	font-size: 22px;
}

/* 賞品 */
.shohin{
	font-size: 30px;
	text-align: center;
	padding-bottom: 15px;
}

/* 応募フォーム */
.oubo{
	width: 750px;
	margin: 45px auto 40px;
	font-size: 40px;font-weight: bold;
	text-align: center;
}
.oubo .star{color: #00347D;}

/* 応募要項テキスト
------------------------------------------------------------*/
.attention{
	width:680px;
	margin: 20px auto;
	padding-left: 30px;
}
.attention li{
	font-size: 26px;
	line-height: 1.4em;
    list-style:  none;
    margin: 0; padding: 0;
	text-indent: -1em;
}
.attention li.kome:before{
	content:  "※";
}
.attention_check{
	width:690px;
	margin: 20px auto;
}
.attention_check li{
	font-size: 32px;
	line-height: 1.4em;
    list-style:  none;
    margin: 0; padding: 0;
}

.normal_size{
	font-size: 26px;
	font-weight: normal;
}

/* フォームスタイル
------------------------------------------------------------*/
.bold{font-weight: bold;}

#contents .racer_tit{
	width: 750px;
	height: 56px;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 30px;
}

#contents h1 {
	font-size: 45px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 39px;
}
#contents h1 span {
	font-size: 27px;
	font-weight: 500;
}

.racer_tit .normal_size{
	font-size: 22px;
}

#contents .racer_tit .small{
	font-size: 35px;
}

#contents .box{overflow: auto;}
#contents .box ul li{font-size: 34px;}
#contents .item,
#contents .ans{
	float: left;
	word-break: break-all;
	}
#contents .item{
	width: 708px; min-height: 45px;
	color: #FFF;
	background: #B51200;
	padding: 20px 20px 0px 20px;
	float: left;
	}
#contents .ans{
	width: 708px; min-height: 50px;
	background:#ECECEC;
	padding: 20px 20px 20px 20px;
	line-height: 1.6em;
	}
#contents .ans.height,
#contents .item.height{/*height: 60px;*/ }/*★項目・記入項目高さ指定する場合*/
#contents .ans.height_anc,
#contents .item.height_anc{/*height: 280px;*/}/*★項目・記入項目高さ指定する場合*/

#contents .item span.mark{font-size: 30px; color:#FFF; margin-right: 4px;}
#contents .item span.small{font-size: 26px; font-weight: normal;}

#contents .color_item{background:#FF9600; font-weight: bold;}/*別色エリア*/
#contents .color_ans{background:#FFE6BF;}/*別色エリア*/

#contents .box_racer{
    height: 956px;
    margin: 35px auto 90px;
}

#contents .box_racer .item span.mark{
	font-size: 30px;
	color:#FFFF00; margin-right: 4px;
	}

input{
	font-size: 30px;
	text-indent: 10px;
	border:2px #CCC solid;
}

/*投票選手一覧*/
.box_racer .item{
	font-size: 34px;
	background: #001F76!important;
}

.box_racer .ans{
	font-size: 34px;
}

.racer_menu{

}

/*テキストエリア・幅*/
.box_quiz{ width:300px; height:45px; font-weight: bold; margin: 0 5px;}	/*別色エリア*/
.box_name_shi,.box_name_mei,
.box_name_shi_kana,.box_name_mei_kana{ width:190px; height:45px; margin: 0 5px;}
.box_zip,.box_age { width:120px; height:45px; margin: 0 5px;}
.box_add { width:98%; height:45px; margin: 0 5px;}
/* .box_tel,.box_fax { width:160px; height:45px; margin: 0 5px;}	 */
.box_mail,.box_twitter{ width:380px; height:45px; margin: 0 5px;}
.box_job,.box_number,.box_tel{ width:400px; height:45px; margin: 0 5px;}
.box_text{ width:98%; height:250px;}

/* ラジオボタン指定 */
input.radio {}
input[type="radio"] {
    width: 32px; height: 32px;
	margin: 0 3px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}

/* チェックボックス指定 */
input.checkbox {}
input[type="checkbox"] {
    width: 32px;height: 32px;
	margin: 0 1px 0 2px;
    content: "";
    vertical-align: middle;
    cursor: pointer;
}

/* フォームスタイル */
select{
	height: 50px;
	font-size: 30px;
	line-height:1.2em;
	padding:2px;
	}

/*テキストエリア*/
textarea{
	font-size: 30px;
	width:98%;
}

.racer_tit{
	padding-top: 60px;
	padding-bottom: 15px;
}

.racer_tit .normal_size{
	margin-top: 20px;
}

/* 記入エラー
------------------------------------------------------------*/
.error {
/*	display: none;*//*システム渡し時にはエラーが表示されている状態に*/
	background:#AB0002;
	color: #FFF;
	font-size: 28px;
	line-height: 1.4em;
	width: 710px;
	margin: 0 auto 20px;
	padding: 20px 20px;
}
.error span{color: #FFFF00;}/*エラー内強調色*/

#wrapper_all {
	/* 最小でも画面の高さ分のbodyの高さを担保する（footer分は除外） */
	min-height: calc(100vh - 75px);
}

/* フッター */
#footer{
	background: #000000;
	color: #ffffff;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	line-height: 2.8em;
	width: 100%;
	position: relative;
	bottom: 0;
}

/* 確認メッセージ */
.kakunin {
	width: 750px;
	height: 85px;
	text-align: center;
	font-size: 26px;
	overflow: hidden;
	padding-top: 50px;
	line-height: 1.4em;
}

.kakunin_check {
	font-size: 32px;
	/* text-align: center; */
	line-height: 1.4em;
	width: 750px;
	margin-bottom: 20px;
	overflow: hidden;
}

.kakunin_waku {
	border: solid 2px #b51200;
	padding: 15px 15px;
	margin: 15px 0 15px;
	line-height: 33px;
	background: #fffee2;
}

.kakunin_check span {
	color: #B51200;
	font-weight: 500;
}

.kakunin .br{
	display: inline-block;
}


/* セキュリティーサイン */
#sign table {
	width:730px;
	margin:20px auto ;
	border-collapse:collapse;
	border:1px solid #CCC;
	box-sizing: border-box;
}
#sign th,#sign td {}
#sign th,#sign td .sign_size{
	font-size:26px; line-height: 1.2em;
	padding: 10px;
	}


/* ボタン
------------------------------------------------------------*/
#area_bt{ width:710px; overflow:hidden; margin:20px auto; margin-top: 0; padding: 30px 0;}

/* 確認画面へ・応募するボタン */
#area_bt .bt_check input[type="submit"],
#area_bt .bt_apply input[type="submit"]{
	background: linear-gradient(0deg, #FFD448, #F0DE00);
	border: 1px solid #000;
	border-radius: 60px;
	box-shadow: 4px 4px 7px rgb(0, 0, 0, 0.3);
	color: #000000;
	font-size: 33px;
	font-weight: bold;
	display: block;
	width: 340px;
	height: 100px;
	margin: 0 4px 0 auto;
	float: right;
}
#area_bt .bt_check input[type="submit"] {
	margin: 0 auto;
	float:none;
}/*1つボタンセンター位置*/

/* もどるボタン */
#area_bt .bt_return [type="button"]{
	background: #fff;
	border: 1px solid #000;
	border-radius: 60px;
	box-shadow: 4px 4px 7px rgb(0, 0, 0, 0.3);
	color: #000000;
	font-size: 33px;
	font-weight: bold;
	display: block;
	width: 340px;
	height: 100px;
	float: left;
	cursor: pointer;
}

/*
OK画面
-------------------------------------------------------*/
.ok_contents{
	width: 750px;
	height: 300px;
	margin: 200px auto;
}

.ok{
    font-size: 36px;
    line-height: 1.4em;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 30px;
}

.message{
	height: 100px;
	width: 750px;
	margin: auto;
	font-size: 28px;
	text-align: center;
	line-height: 1.4em;
}

}



.syussou_tbl, .vp_wrap .vp_grid, .drk .drk__table {
    transition: opacity .2s;
}
.syussou_tbl:not(.is-active), .vp_wrap .vp_grid:not(.is-active), .drk .drk__table:not(.is-active){
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
}
.syussou_tbl:not(.is-active) *, .vp_wrap .vp_grid:not(.is-active) *, .drk .drk__table:not(.is-active) * {
    display: none;
}
.syussou .no{
	pointer-events: none;
	opacity: .2;
}
