@charset "utf-8";
/* CSS Document */

h2{
	    background-color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #Fff;
    font-size: 2em;
    padding: 0.4em 0.5em;
    margin-bottom: 10px;
    color: #000;
	text-align: center;
}

@media screen and (max-width: 767px){
	h2{
		font-size: 1.5em;
	}
}

.fukidashi_box{
	margin: auto;
	text-align: center;
}

.fukidashi{
	color: #a50082;
	font-weight:bold;
}


.fukidashi_naka{
  position: relative;
}
.fukidashi_naka::before,
.fukidashi_naka::after{
  content: "";
  display: inline-block;
  background: #a50082;
  width: 3px;
  position: absolute;
}
.fukidashi_naka::before{
  left: 0;
}
.fukidashi_naka::after{
  right: 0;
}
@media screen and (min-width: 768px){
  .fukidashi_naka{
    padding: 0 10px;
  }
  .fukidashi_naka::before,
  .fukidashi_naka::after{
    height: 30px;
    bottom: -10px;
  }
  .fukidashi_naka::before{
    transform: rotate(-30deg);
  }
  .fukidashi_naka::after{
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px){
	.fukidashi_box{
		margin-bottom: 20px;
		font-size: 16px;
	}
	
  .fukidashi_naka{
    display: inline-block;
    padding: 0 20px;
  }
  .fukidashi_naka::before,
  .fukidashi_naka::after{
    height: 40px;
    bottom: -5px;
  }
  .fukidashi_naka::before{
    transform: rotate(-20deg);
  }
  .fukidashi_naka::after{
    transform: rotate(20deg);
  }
}




.fukidashi_soto{
  position: relative;
}
.fukidashi_soto::before,
.fukidashi_soto::after{
  content: "";
  display: inline-block;
  background: #a50082;
  width: 3px;
  position: absolute;
}
.fukidashi_soto::before{
  left: 0;
}
.fukidashi_soto::after{
  right: 0;
}
@media screen and (min-width: 768px){
  .fukidashi_soto{
    padding: 0 20px;
  }
  .fukidashi_soto::before,
  .fukidashi_soto::after{
    height: 60px;
    bottom: -15px;
  }
  .fukidashi_soto::before{
    transform: rotate(-35deg);
  }
  .fukidashi_soto::after{
    transform: rotate(35deg);
  }
}
@media screen and (max-width: 767px){
  .fukidashi_soto{
    display: inline-block;
    padding: 0 13px;
  }
  .fukidashi_soto::before,
  .fukidashi_soto::after{
    height: 60px;
    bottom: -8px;
  }
  .fukidashi_soto::before{
    transform: rotate(-25deg);
  }
  .fukidashi_soto::after{
    transform: rotate(25deg);
  }
}

.txt_deco8{
  color: #000;
  border-left: solid 5px #a50082;
	border-bottom: solid 1px #a50082;
	border-top:0px;
	text-align: left;
	font-size: 1.5em;
	padding:0.3em;
}

.contents_txt{
	margin: 5px 0.8em;
	font-size:18px;;
}

@media screen and (max-width: 767px){
	.contents_txt{
	font-size:16px;;
	}

}

.txt_bllue{
	color: #a50082;
	font-weight: bold;
	font-size:1.1em;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
	border-color: #000;
}
table th,table td{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
	font-weight: normal;
		border-color: #000;

}
table th{
	width: 60px;
	padding: 5px 10px;
	background: #E0E0E0;
	color: #000000;
}
table td{
	padding: 2px 5px;
	background: #FFFFFF;
	color: #000000;
	vertical-align: middle;
}
table th:last-child,table td:last-child{
	border-right: 1px solid #000000;
}
table tr:last-child th,table tr:last-child td{
	border-bottom: 1px solid #000000;
}

.td_y{
	background-color:#ffff00;
	font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 50%, #ffff7f 60%);
}
.marker_b{
	  background: linear-gradient(transparent 70%, #ffeffb 60%);
		font-weight: bold;
}

.dot{
	border: 1px dotted #a50082;
	padding: 15px;
	margin-bottom: 20px;
}

.number{
	font-size: 1.2em;
	font-style: italic;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

.btn_box{
	width:100%;
}

.btn--blue{
    width:398px;
    height:60px;
    line-height:50px;
	position: relative;
}
.btn--blue::after{
	content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); 
	transition: all 0.5s ease;
}
.btn--blue:hover::after{
    border-top: solid 2px #a50082;
    border-right: solid 2px #a50082;
}

.btn--blue a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#a50082;
    text-align:center;
    border:5px solid #a50082;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    transition: all 0.5s ease;
}
.btn--blue a:hover{
    background:#FFFFFF;
    color:#a50082;
    margin-left:0px;
    margin-top:0px;
    border:5px solid #a50082;
    box-shadow:none;
}

@media screen and (min-width: 768px){
	.btn_box{
		display:flex;
		justify-content: space-around;
		margin: 40px auto;

	}
}
@media screen and (max-width: 767px){
	.btn_box{
	width:80%;
	margin: 30px auto;
	}
.btn--blue{
    width:100%;
    height:60px;
    line-height:50px;
	margin-bottom: 10px;
}
	.btn--blue a{
	font-size: 1.1em;
	}

}
.back--blue{
	background-color: #ffeffb;
	box-shadow: 0 0 0 100vw #ffeffb;
	clip-path: inset(0 -100vmax);
	padding: 30px;
}


.btn_box2{
	display: flex;
	justify-content: center;
	width:65%;
	margin: 0 auto;
}

.btn_box2 a{
	display: inline-block;
    transition: all 0.3s ease;
}
.btn_box2 a:hover{
	opacity: 0.6;
}


.btn_box2 > a{
	margin: 10px;
}
@media screen and (max-width: 767px){
	.back--blue{
		padding:20px 0;
	}
	.btn_box2{
	width:100%;
}
}

.link{
	border-bottom: 1px solid #878787;
	color: #000;
}



/*===============================
enjoy
===============================*/

.btn--blue2{
    width:398px;
    height:100px;
    line-height:100px;
	margin: 0 auto;
	position: relative;
	
}
.btn--blue2::before{
	position: absolute;
	content: '';
  display: inline-block;
  background-image: url("images/ico_beginner.png"); 
  vertical-align: middle; 
  width: 100px;
  height: 100px;
  background-size: contain;
	top:15px;
	left:30px;
}
.btn--blue2.toha::before{
	left:10px;
}

.btn--blue2::after{
	content: '';
    border: 0;
    border-top: solid 2px #a50082;
    border-right: solid 2px #a50082;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); 
	transition: all 0.5s ease;
}
.btn--blue2:hover::after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.btn--blue2 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#fff;
    text-align:center;
    border:3px solid #a50082;
    color:#a50082;
    font-size:20px;
    font-weight:bold;
    transition: all 0.5s ease;
	padding-left: 50px;
}
.btn--blue2 a:hover{
    background:#a50082;
    color:#fff;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

@media screen and (min-width: 768px){
	.btn_box{
		display:flex;
		justify-content: space-around;
		margin: 40px auto;

	}
}
@media screen and (max-width: 767px){
.btn--blue2{
    width:94%;
    height:100px;
    line-height:100px;
	margin-bottom: 10px;

}
	.btn--blue2 a{
	font-size: 1.2em;

	}

}

.mari{
	line-height: 2.5em;
}

.mari a{
	padding: 30px 0 30px 40px;
	vertical-align: bottom;
	
}

.mari::before{
	position: absolute;
	content: '';
  display: inline-block;
  background-image: url("images_autorace/tencho.png"); 
  vertical-align: middle; 
  width: 60px;
  height: 60px;
  background-size: contain;
	top:20px;
	left:30px;
}

.gray{
	background-color:#edede7;
		box-shadow: 0 0 0 100vw #edede7;
	padding: 20px;

}
.gray div{
	justify-content: center;
	
}

.gray a{
	display:inline-block;
	margin:10px;
	transition: all 0.5s ease;
}
.gray a:hover{
	opacity: 0.6;
}

.yosou p{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-top:20px;
}

.yosou table{
	margin-bottom:10px;
}


.yosou td{
	text-align: left;
}


@media screen and (max-width: 767px){
.mari{
	line-height: 20px;
}
	
	.gray{
		padding: 5px;
	}
}
@media screen and (min-width: 768px){
	.yosou {
		width:60%;
		margin: 0 auto;
	}
	.table_loto{
		width:90%;
        margin: 0 auto;
		font-size: 18px;
		text-align: center;
	}
	.left{
		text-align: left;
	}
}




.data_list_htxt{background-color: #fff !important;padding: .3em 6px !important;}
.data_list{background-color: #fff !important;//border: 1px solid #333 !important;}
.data_list a{text-decoration: none;border-bottom: 1px solid #333;display: block;color: #000;}
.data_list a:last-child{border-bottom:none;}
.data_list a:first-child{border-top: 1px solid #333 !important;}
.data_list ul{list-style:none;padding:0;margin:0;}
.data_list ul li{padding:1em 0; //border-bottom: 1px solid #333;background-color: #fff;box-sizing: border-box;transition: all 0.5s ease;}
.data_list ul li:hover{background-color: #e0f4ff;border:none;color: #333;}
.data_list_wrap{display:flex !important;float: none !important;}
.data_list_L{flex-basis: 25%;display:grid !important;place-items:center;padding: .6em !important;}
.data_list_L img{width:100%;max-width:43px;}
.data_list_R{width:68% !important;;display: block;padding-right:1.5em;}
.data_list_R_title{font-weight:bold;padding-bottom:.5em;}
.data_list_R_text{font-size:.8em !important;line-height:1.2em !important;}

.btn_arrow{
	position:relative;
}

.btn_arrow::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.btn_arrow:hover {
    border: 2px solid #076AB6;
    background-color: #076AB6;
    color: #fff;
}

.txt_deco10 {
  color: #000;
  text-align: center;
  padding: 0.8em;
	font-weight: bold;
	font-size: 1.5em;
  border-top: solid 3px #e84001;
  border-bottom: solid 3px #e84001;
  background: -webkit-repeating-linear-gradient(45deg, #f9d613, #f9d613 3px,#fbe461 3px, #fbe461 7px);
  background: repeating-linear-gradient(45deg, #f9d613, #f9d613 3px,#fbe461 3px, #fbe461 6px);
}

.table_loto td,tr,table {
	border: none!important;
	padding-bottom: 5px;
	text-align: left;

}

.dokanto{
	margin-bottom: 30px;
}

.dokanto img{
	margin-bottom: 10px;
}

.btn--yellow{
	bacground-color:#f9be00;
	color:#15409f;
}

.btn--yellow{
    width:398px;
    height:60px;
    line-height:50px;
	position: relative;
}
.btn--yellow::after{
	content: '';
    border: 0;
    border-top: solid 2px #15409f;
    border-right: solid 2px #15409f;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); 
	transition: all 0.5s ease;
}
.btn--yellow:hover::after{
    border-top: solid 2px #a50082;
    border-right: solid 2px #a50082;
}

.btn--yellow a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#f9be00;
    text-align:center;
    border:5px solid #f9be00;
    color:#15409f;
    font-size:20px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    transition: all 0.5s ease;
}
.btn--yellow a:hover{
    background:#fff;
    color:#15409f;
    margin-left:0px;
    margin-top:0px;
    border:5px solid #f9be00;
    box-shadow:none;
}

@media screen and (max-width: 767px){
.btn--yellow{
    width:100%;
    height:60px;
    line-height:50px;
	margin-bottom: 10px;
	}
	.btn--yellow a{
	font-size: 1em;
	}
	.moto-loto {
		text-align:center;
	}

}
@media screen and (min-width: 768px){
	.moto-loto {
		display:flex;
		}
	.moto-loto img{
		width: calc(100% / 3 - 0.2rem);
		}
}