@charset "UTF-8";
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 625%;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN",Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: .18rem;
	line-height: 2;
	background: #fefefe;
	color: #221707;
	width: 100%;
	letter-spacing: 1px;
}
@media screen and (max-width: 640px){
	html{font-size: 950%;}
	body {
		width: 900px;
		font-size: 33px !important;
		line-height: 1.5 !important;
	}

}
div,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}
img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	/* pc */
	pointer-events: none;
	/* smartphone*/
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}



.center {text-align: center;}
.wrap {
	margin: 0 auto;
	overflow: hidden;
	background: #221707;
}
/*.container{
	background-image: url("images/main_bg.gif");
	background-repeat: repeat-y;
	width: 880px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
}*/

/*.bg_g {background:#f8f9ed;}*/

.pat {padding-bottom:50px;}

p {
	max-width: 820px;
	margin: 0 auto;
	padding: 60px 0 0;
	text-align: left;
	/*color: #221707;*/
	/*line-height: 60px;*/
	font-size: 20px;
}

/*p.midashi{
	margin: 100px 0 50px 0 ;
	padding: 0 auto;
	text-align:center;
}*/

/*p.youkou{
	margin:50px 0 25px 0 ;
	padding: 0 auto;
	text-align:center;
}*/

.header{
	margin: 0 auto;
	padding: 0;
	/*position: relative;*/
	height:880px;
	background: url(../images/header.png) center top no-repeat #221707;
}
@media screen and (max-width: 640px){
	.header{
		height:840px;
		background: url(../images/header_sp.png) center top no-repeat #221707;
		background-size: contain;
	}
}

/*.buttan a{
	width: 700px;
	height: 135px;
	margin: 0 auto;
	background:url(images/youkou_bt.gif) no-repeat top left;
	display:block;
	 border-width: 0px;
}

.buttan a:hover{
	background-position:bottom left;
}*/

/*.contact {
	width: 500px;
	border: double 4px;
	margin: 20px auto 0 auto;
	padding: 20px 30px;
	text-align: left;
	font-size: 20px;
	letter-spacing: 3px;
	line-height: 30px;
	color: #FFFFFF;
}*/
.contents {
	width: 100%;
	max-width:950px;
	margin: 0 auto;
	padding: 50px 0 70px;
	background:#fefefe;
	position: relative;
}



/*form end*/

table#jisseki {
	border-collapse: collapse;
	width: 95%;
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center;
	border: 1px solid #1f7b23;
	background: #fffaf0;
}
table#jisseki th{
	padding: 5px 10px;
	background: #221707;
	color: #faf290;
}
table#jisseki th:not(:last-child){
	border-right: 1px solid #fffaf0;
}
table#jisseki td {
	padding: 5px 10px;
	border: 1px solid #221707;
}
table#jisseki td:nth-last-of-type(2),
table#jisseki td:nth-last-of-type(1){
	text-align: right;
	width: 25%;
	font-weight: bold;
}
@media screen and (max-width: 640px){
	table#jisseki td:first-child{
		width: 16%;
	}
}
.pat_area{
	max-width: 820px;
	margin: 0 auto;
}
.pat_area p{
	text-align: center;
	padding-top: 20px;

}
.pat_area>div{
	padding: 20px 30px 40px;
	margin: 30px auto 80px;
	background: #fff8eb;
	position: relative;
}
.pat_area>div:last-child{
	margin-bottom: 0;
}
.pat_area>div:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: 20px solid #fff8eb;
	position: absolute;
	top: -40px;
	left: calc(50% - 10px);
}
.pat_area>div p{
	padding: 10px 0;
}
.pat_area>div .dashed{
	border-bottom: 1px dashed #d9d5c1;
}
.pat_area .tag{
	display: inline-block;
	background: #221707;
	color: #faf290;
	line-height: 1;
	font-size: 14px;
	padding: 3px 5px;
	margin-right: 10px;
	vertical-align: 2px;
	border-radius: 2px;
	font-weight: 600;
}
.pat_area .big-1 span{font-size: 40px}

/*table#jisseki td.hit {background:#FF1D1D; color:#221707; font-weight: :bold; font-size:25px;}

table#jisseki td.miss { background:#ECE0E0; color:#221707;}
*/
/*img.jisseki  {
	margin:0 auto 20px;
	display:block;
	width: 424px;
	height: auto;
}*/

/*text color*/

.mini-1{
	font-size:12px;
}

.big0{
	color:#221707;
	font-weight:bold;
	font-size:20px;
}

.big{
	color:#221707;
	font-weight:bold;
	font-size:29px;
}

.big-1{
	color:#221707;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
}

.big-2{
	color:#221707;
	font-size:40px;
	line-height:50px;
	font-weight:bold;
}

.big-3{
	color:#221707;
	font-size:50px;
	line-height:60px;
	font-weight:bold;
}

.bold{
font-weight:bold;
}

.result{
	width:800px;
	margin:30px auto;
	background:url(images/rbg.gif) repeat-y;
}

.inner{
	width:740px;
	height:261px;
	margin:10px auto;
	background:url(images/resultbd.gif);
}

.innerlose{
	width:740px;
	height:261px;
	margin:10px auto;
	background:url(images/resultbdlose.gif);
}

.innerin{
	width:740px;
	height:200px;
	padding-top:12px;
	padding-left:40px;
	margin:0px auto;
}

.day{
	width:130px;
	height:35px;
	margin:0px auto;
	padding-left:15px;

}

.race{
	width:300px;
	height:35px;
	margin:0px auto;
}

.sen {border-bottom: 2px solid #333;}

.namber{
	width:200px;
	height:35px;
	margin:0px auto;
}

.money{
	width:200px;
	height:35px;
	margin:0px auto;
}

.mymoney{
	width:200px;
	height:35px;
	margin:0px auto;
}

.all{
	width:742px;
	height:74px;
	margin:0 auto;
	padding:0;
	background:url(images/allmoney.gif) no-repeat;
}

.all2{
	width:742px;
	height:83px;
	margin:50px auto;
	padding-top:70px;
	background:url(images/allmoney2.gif) no-repeat;
}

.all3{
	width:742px;
	height:83px;
	margin:10px auto;
	padding-top:70px;
	background:url(images/allmoney1.gif) no-repeat;
}
.allin{
	width:742px;
	height:74px;
	margin:0 auto;
	padding:20px 0 0 380px;
}


.form_text_kome{
	color:#FF0000;
	font-size:12px;
	line-height:22px;
	font-weight:normal;
}

.rule_text{
	font-size:15px;
	line-height:30px;
	font-weight:normal;
}

.law_text{
	font-size:15px;
	line-height:22px;
	font-weight:normal;
}


.line {
	background: linear-gradient(transparent 60%, #faf290 60%)
}
.white{color:#FFFFFF;}

.beige{color:#deb887;}

.khaki{color:#f0e68c;}

.lightred{color:#f08080;}

.darkred{color:#dc143c;}

.red{color:#b20014; font-weight:bold;}

.navy {color:#07009b;}

.orange{color:#ffc966;}

.yellow{color:#fdf78b;}

.blue{color:#0039b2;}

.green{color:#008000;}

.peachpuff{color:#ffdab9;}

.brown{color: #a78e77;}

.mt45 {margin-top:45px;}

.mb90 {margin-bottom:90px;}

.pen {
background: linear-gradient(transparent 81%, #0024dc 94%);
}

.bg_black {
	background:url(../images/bg_black.png) repeat-y center;
	background-size: contain;
}

.bg_red {
	background:url(../images/bg_red.png) repeat-y center;
	background-size: contain;
}

/*text end*/

#yu_caution{
	width: 95%;
	max-width: 800px;
	margin: 60px auto 0;
}
#yu_caution li {
	list-style-type: none;
	font-size:13px;
	line-height: 1.5em;
}
#yu_caution li::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #232323;
	vertical-align: -0.5px;
	margin-right: 5px;
}
/* footer */

#footer{
	border-top: #faf290 solid 5px;
	padding: 15px 10px;
	line-height : 1.4;
	text-align : center;
	color: #fff;
	background: #221707;
}
#footer p{
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	font-size : 16px;
}
#footer p a{
	color: #faf290;
	font-size: 16px;
}
#footer p a:hover{
	color: #e5d389;
}
#copy{
	margin-top: 5px;
}

/*#footer-contents{
	margin:0 auto;
	padding: 0;
}

#footer ul{
	list-style-type: none;
	margin:0 auto;
	padding:0 auto;
	display: inline-block;
	padding-left:0;
}

#footer li{
	float: left;
	margin: 10px 0 0 20px;
	padding:0 auto;
}

#footer span {display: block;}

#footer a:link {
	color: #EEE;
	text-decoration: none;
}

#footer a:visited{
	color: #EEE;
	text-decoration: none;
} 

#footer a:hover{
	color:#ccc;
	text-decoration: none;
} 

#footer a:active{
	color:#ccc;
	text-decoration: none;
}

#footer-text{
	width: 720px;
	color:#221707;
	font-size:11px;
	line-height:22px;
	margin:0 auto;
	padding:0 auto;
}*/

/*footer end*/

/* footer */




/*footer end*/

/*form*/

table.sen1{
background-color:#c0c0c0;
border:solid 1px #c0c0c0;
border-collapse:collapse;
margin:0 auto;
}

table.sen1 tr{
background-color:#FFFFFF;
border:solid 1px #c0c0c0;
}

table.sen1 td{
border:solid 1px #c0c0c0;
padding:20px 10px 20px 10px;
}

.input-col1 {
	width: 300px;
	background-color: #FCF3F3;
	border: 1px solid #ff5200;
	float: left;
}

.input-col2 {
	width: 300px;
	border: 1px solid #c0c0c0;
	float: left;
}

.form_bt{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 20px auto;
	padding: 10px 15px;
	width: 500px;

}


/*form*/

div#form{
	color:#000000;
	width: 700px;
	margin: 0 auto;
}

div#form p{
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin:0 auto;
	padding:0 auto;
}

div#form p input{
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0 auto;
	padding: 0 60px;
	height: 60px;
	text-align: center;
}

div#form h2, div#form ul,div#form h3{
	text-align: center;
}

div#form ul{
	color: #FF0000;
	margin-top: 1em;
}

div#form button{
	text-align: center;
	margin:0 320px;
}

div#form table{
	color: #000000;
	margin: 10px auto;
	border-collapse: collapse;
	border: solid 1px #696969;
}

div#form table th {
	width: 200px;
	border-bottom: solid 1px #696969;
	border-right: solid 1px #696969;
	background: #ffdead;
	text-align: left;
	white-space: nowrap;
	padding: 10px;
}

span.required{
	color: #FF0000;
	font-weight:normal;
}

div#form table td {
	width: 250px;
	border-bottom: solid 1px #696969;
	border-right: solid 1px #696969;
	background: #fdf5e6;
	white-space: nowrap;
	padding: 10px;
}

div#form input submit{
	width:500px;
}

/*form end*/


/* textcolor */

/*.center {
	display: block;
	text-align: center;
}*/

.left {
	display: block;
	text-align: left;
	float: left;
}

.right {
	display: block;
	text-align: right;
	float: right;
}
.left p {
	width:auto;
	font-size:19px;
}
.right p {
	width:auto;
	font-size:19px;
}
.clear {
	clear:both;
}

.meiryo {
	font-family: "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Osaka, sans-serif;
}

.msp {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Osaka, "ƒƒCƒŠƒI", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Meiryo, sans-serif;
}

.size17 {
	font-size: 17px;
	letter-spacing: 3px;
}

.size18 {
	font-size: 18px;
	letter-spacing: 3px;
}

.size19 {
	font-size: 19px;
	letter-spacing: 3px;
}

.bigres{
	font-size:22px;
}

.big0 {
	font-weight: bold;
}

.big1 {
	font-size: 40px;
}
.big15 {
	font-size: 33px;
}


.big2 {
	font-size: 50px;
}

.big3 {
	font-size: 60px;
}

.shadow1 {
	text-shadow: 1px 1px #CCCCCC;
}

.shadow2 {
	text-shadow: 2px 2px #CCCCCC;
}

.white0 {
	color: #FFFFFF;
}

.white1 {
	color: #FFFFFF;
	font-weight: bold;
}

.white2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.white3 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}

.white4 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}

.white5 {
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
}

.white6 {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
}

.white7 {
	color: #FFFFFF;
	font-size: 45px;
	font-weight: bold;
}

.white8 {
	color: #FFFFFF;
	font-size: 50px;
	font-weight: bold;
}

.white9 {
	color: #FFFFFF;
	font-size: 55px;
	font-weight: bold;
}

.white10 {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
}

.red0 {
	color: #FF0000;
}

.red1 {
	color: #FF0000;
	font-weight: bold;
}

.red2 {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}

.red3 {
	color: #FF0000;
	font-size: 25px;
	font-weight: bold;
}

.red4 {
	color: #FF0000;
	font-size: 30px;
	font-weight: bold;
}

.red5 {
	color: #FF0000;
	font-size: 35px;
	font-weight: bold;
}

.red6 {
	color: #FF0000;
	font-size: 40px;
	font-weight: bold;
}

.red7 {
	color: #FF0000;
	font-size: 45px;
	font-weight: bold;
}

.red8 {
	color: #FF0000;
	font-size: 50px;
	font-weight: bold;
}

.red9 {
	color: #FF0000;
	font-size: 55px;
	font-weight: bold;
}

.red10 {
	color: #FF0000;
	font-size: 60px;
	font-weight: bold;
}

.red11 {
	color: #FF0000;
	font-size: 65px;
	font-weight: bold;
}

.red12 {
	color: #FF0000;
	font-size: 70px;
	font-weight: bold;
}

.ora0 {
	color: #FF6600;
}

.ora1 {
	color: #FF6600;
	font-weight: bold;
}

.ora2 {
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
}

.ora3 {
	color: #FF6600;
	font-size: 25px;
	font-weight: bold;
}

.ora4 {
	color: #FF6600;
	font-size: 30px;
	font-weight: bold;
}

.ora5 {
	color: #FF6600;
	font-size: 35px;
	font-weight: bold;
}

.ora6 {
	color: #FF6600;
	font-size: 40px;
	font-weight: bold;
}

.ora7 {
	color: #FF6600;
	font-size: 45px;
	font-weight: bold;
}

.ora8 {
	color: #FF6600;
	font-size: 50px;
	font-weight: bold;
}

.ora9 {
	color: #FF6600;
	font-size: 55px;
	font-weight: bold;
}

.ora10 {
	color: #FF6600;
	font-size: 60px;
	font-weight: bold;
}

.blue0 {
	color: #0039b2;
}

.blue1 {
	color: #0039b2;
	font-weight: bold;
}

.blue2 {
	color: #0039b2;
	font-size: 20px;
	font-weight: bold;
}

.blue3 {
	color: #0039b2;
	font-size: 25px;
	font-weight: bold;
}
.blue4 {
	color: #0039b2;
	font-size: 28px;
	font-weight: bold;
}
.pur0 {
	color: #FF55FF;
}

.pur1 {
	color: #FF55FF;
	font-weight: bold;
}

.pur2 {
	color: #FF55FF;
	font-size: 20px;
}

.pur3 {
	color: #FF55FF;
	font-size: 25px;
}

.gre0 {
	color: #00CC00;
}

.gre1 {
	color: #00CC00;
	font-weight: bold;
}

.gre2 {
	color: #00CC00;
	font-size: 20px;
	font-weight: bold;
}

.gre3 {
	color: #00CC00;
	font-size: 25px;
	font-weight: bold;
}

.gre4 {
	color: #00CC00;
	font-size: 30px;
	font-weight: bold;
}

.gre5 {
	color: #00CC00;
	font-size: 35px;
	font-weight: bold;
}

.yel0 {
	color: #FFFF00;
}

.yel1 {
	color: #FFFF00;
	font-weight: bold;
}

.yel2 {
	color: #FFFF00;
	font-size: 20px;
	font-weight: bold;
}

.yel3 {
	color: #FFFF00;
	font-size: 25px;
	font-weight: bold;
}

.yel4 {
	color: #FFFF00;
	font-size: 30px;
	font-weight: bold;
}

.yel5 {
	color: #FFFF00;
	font-size: 35px;
	font-weight: bold;
}

.yel6 {
	color: #FFFF00;
	font-size: 40px;
	font-weight: bold;
}

.yel7 {
	color: #FFFF00;
	font-size: 45px;
	font-weight: bold;
}

.yel8 {
	color: #FFFF00;
	font-size: 50px;
	font-weight: bold;
}

.black0 {
	color: #000000;
}

.black1 {
	color: #000000;
	font-weight: bold;
}

.black2 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.black3 {
	color: #000000;
	font-size: 25px;
	font-weight: bold;
}

.black4 {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}

.black5 {
	color: #000000;
	font-size: 35px;
	font-weight: bold;
}

.black6 {
	color: #000000;
	font-size: 40px;
	font-weight: bold;
}

.black7 {
	color: #000000;
	font-size: 45px;
	font-weight: bold;
}

.black8 {
	color: #000000;
	font-size: 50px;
	font-weight: bold;
}

.black9 {
	color: #000000;
	font-size: 55px;
	font-weight: bold;
}

.black10 {
	color: #000000;
	font-size: 60px;
	font-weight: bold;
}

.black11 {
	color: #000000;
	font-size: 65px;
	font-weight: bold;
}

.black12 {
	color: #000000;
	font-size: 70px;
	font-weight: bold;
}

.sm {
	font-size: 12px;
	letter-spacing: 3px;
}

.sm2 {
	font-size: 15px;
	letter-spacing: 3px;
}
.txt_r {text-align: right;}
.waku {
	margin:30px auto 0;
	width: 95%;
	max-width: 800px;
	border: double 10px #faf290;
	background:#221707;
	padding: 30px;
	line-height: 1.4;
}
.waku p {
	color:#fffaf0;
	padding-top:20px;
	font-size: 150%;
	border-bottom: 1px solid #faf290;
}
.waku p span{
	display: inline-block;
	background: #faf290;
	color: #221707;
	font-size: 70%;
	margin-right: 20px;
	padding: 5px 10px;
	line-height: 22px;
}

.waku02 {
	margin:30px auto 0;
	width: 95%;
	max-width: 800px;
	border: double 10px #b20014;
	background:#fff1f3;
	padding: 10px 30px 30px;
	line-height: 1.4;
	font-weight:bold;
}

.waku02 p {
	padding-top:20px;
	font-size: 150%;
	text-align: center;
}
.form_area {
	margin: 0 auto;
	width: 95%;
	max-width: 940px;
	min-height: 620px;
	background:url(../images/bg_form.png) no-repeat top center;
	background-size: contain;
	text-align: center;
	line-height:1.4;
	padding: 20% 10% 0;
}
.form_area p {
	width: auto;
	padding-top: 10px;
	line-height: 2;
}
.form_item::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #221707;

}
.form_area dl {
	position: relative;
	top: 240px;
	left: -25px;
}

.form_area dl dt {
	font-weight:bold;
	text-shadow: 1px 1px 1px #ccc;
	color:#221707;
	font-size: 26px;
	margin-bottom: 10px;
}
input[type="text"] {
	border: 2px solid #221707;
	background: #fff;
	border-radius: 3px;
	font-size: 20px;
	padding: 10px;
	width: 100%;
	max-width: 800px;
}
::-webkit-placeholder {
	color: #979797;
	font-size: .16rem;
}
:-moz-placeholder {
	color: #979797;
	font-size: .16rem;
}
::-moz-placeholder {
	color: #979797;
	font-size: .16rem;
}
:-ms-placeholder {
	color: #979797;
	font-size: .16rem;
}
::placeholder{
	color: #979797;
	font-size: .16rem;
}

label {
	cursor: pointer;
	/*cursor: hand;*/
	font-weight:normal;
	font-size: 34px;
}
textarea {
	font-size: 18px;
	width: 100%;
	min-height: 200px;
	border: 2px solid #13033f;
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	max-width: 800px;
}
input:checked + span{
	color: #b20014;
	font-weight: 600;
	/*text-shadow: 1px 0 3px rgb(250,242,223,1),
	 0 1px 3px rgb(250,242,223,1),
	 -1px 0 3px rgb(250,242,223,1),
	 0 -1px 3px rgb(250,242,223,1);*/
	position: relative;
}
input:checked + span:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 5px;
	left: -8%;
	bottom: -5px;
	background: #b20014;
}
input[type="image"]{
	display: block;
	margin: 30px auto 0;
	width: 100%;
}

form .error{
	display: block;
	margin: 0 auto;
	color: #b20014;
}
form .error:before{
	content: "※";
	display: inline-block;

	margin-right: 5px;
}
form .end{
	font-size: 1.5em;
	color: #b20014;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}


#jisseki_area {
	width:830px;
	margin: 0 auto;
	background:#fff;
	padding-bottom: 60px;
	padding-top:1px;
}
#jisseki_area .result_in p {
	color:#333;
}

.ft_header {
	text-align: center;
	height:521px;
}
.ft_head {text-align: center;}
.ttl01 {
	margin: 0 auto;
	height:261px;
	background: url(../images/ttl_001.png) center top no-repeat;
}
.ttl02 {
	margin: 0 auto;
	height:261px;
	background: url(../images/ttl_002.png) center top no-repeat;
}

.jisseki {
	margin:0;
	height:247px;
	background: url(../images/jisseki.png) center top no-repeat;
}
.ttl03 {
	margin: 0 auto;
	height:247px;
	background: url(../images/ttl03.png) center top no-repeat;
}
/*レスポンシブ*/
@media screen and (max-width: 480px) {
	.wrap .ttl img {
		width:87% !important;
	}
}
/*.botton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
	padding: 10px 150px;
	background: -moz-linear-gradient(
		top,
		#f03427 0%,
		#f02618);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f03427),
		to(#f02618));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e82e0e;
	-moz-box-shadow:
		0px 1px 3px rgba(209,151,4,0.5),
		inset 0px 0px 2px rgba(217,54,13,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(209,151,4,0.5),
		inset 0px 0px 2px rgba(217,54,13,1);
	box-shadow:
		0px 1px 3px rgba(209,151,4,0.5),
		inset 0px 0px 2px rgba(217,54,13,1);
	text-shadow:
		0px -1px 0px rgba(84,54,3,0.2),
		-1px -1px 0px rgba(128,58,32,0.4);
}*/
.botton:hover {
	/*filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}


#tokusyouhou_page #header {
	width: 880px;
	margin: 0 auto;
}
#tokusyouhou_page img {
	width: 640px;
}
#tokusyouhou_page .contents {
	height:1550px;
}
#kiyaku_page #header {
	width: 880px;
	margin: 0 auto;
}
/*#kiyaku_page img {
	width: 640px;
}*/

/* 点滅 */
.blinking{
	/*-webkit-animation:blink 0.5s ease-in-out infinite alternate;
	-moz-animation:blink 0.5s ease-in-out infinite alternate;
	animation:blink 0.5s ease-in-out infinite alternate;*/
	display:block;
	text-align: center;
	color:red;
	font-weight:bold;
	font-size:26px;
	padding-top:10px;
	margin-top:30px;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
input[type="submit"], input[type="reset"], input[type="button"], button{
  cursor: pointer;
}
/*#yu_caution{padding-left:110px; padding-right: 110px;}
#yu_caution li {
	list-style-type: none;
	font-size:50%;
	line-height: 1.5em;
}*/
.hit_img {text-align:center;}
.hit_img img {
	border:double 2px #f71515;
	padding:3px;
}
.button {
	display: block;
	width: 80%;
	margin: 0 auto 30px;
	padding: 20px 30px;
	text-align: center;
	font-size: 28px;
	color: #fffaf0;
	text-decoration: none;
	background-image: radial-gradient(#e10020, #5d0000);
	border-radius: 8px;
	border: 1px solid #541800;
	box-shadow:
	 0px 3px 3px rgba(84,24,0,0.5),
	 inset 0px 0px 10px rgba(225,0,32,1);
	text-shadow:
	 0px -1px 0px rgba(84,24,0,0.2),
	 -1px -1px 0px rgba(84,24,0,0.2);
	 transition: .3s;
}

.button:hover {
	background-image: radial-gradient(#e10020, #e10020);
	box-shadow:
	 0px 0px 0px rgba(84,24,0,0.5),
	 inset 0px 0px 10px rgba(225,0,32,1);
	transform: translate3d(0, 3px, 0);
}




#cr_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #ffffff;
	padding: 10px 60px;
	margin-left:50px;
	background: -moz-linear-gradient( top, #f03427 0%, #9c150c);
	background: -webkit-gradient( linear, left top, left bottom, from(#f03427), to(#9c150c));
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #e82e0e;
	-moz-box-shadow: 0px 1px 3px rgba(209,151,4,0.5), inset 0px 0px 2px rgba(217,54,13,1);
	-webkit-box-shadow: 0px 1px 3px rgba(209,151,4,0.5), inset 0px 0px 2px rgba(217,54,13,1);
	box-shadow: 0px 1px 3px rgba(209,151,4,0.5), inset 0px 0px 2px rgba(217,54,13,1);
	text-shadow: 0px -1px 0px rgba(84,54,3,0.2), -1px -1px 0px rgba(128,58,32,0.4);
}
#cr_btn:hover {
	background:#333;
	border:solid 1px #333;
}

#cr_btn:not(:target) {
	background:red\9;
	background:red;
}
#cr_btn:hover:not(:target) {
	background:#333\9;
	background:#333;
}
html>/**/body #cr_btn {
  background /*\**/: red \9;
}

/*追加*/
.botton {
	width:773px;
	height:189px;
	position: relative;
	top: 260px;
	/*right: 44px;*/
}
.header02 .contents .form_area .botton {
	width:864px;
	height:193px;
	position: absolute;
	top: 400px;
	right: 44px;
}
.header02 .contents .form_area dl {
	position: absolute;
	left: 130px;
	top: 225px;
}
.ft .form_area dl {
	width:600px;
	height:85px;
	position: absolute;
	top: 25px;
	right: 160px;
}
.sub_ttl{
	background: #faf290;
	color: #221707;
	font-size: 40px;
	font-weight: bold;
	padding: 30px 0;
	text-align: center;
	border: 6px double ;
}
.mt60{
	margin-top: 60px;
}

.blinking {
	-webkit-animation: 0.5s linear 0s alternate none infinite running blink;
	-moz-animation: 0.5s linear 0s alternate none infinite running blink;
	animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
@-moz-keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}
@keyframes blink {
	0% { opacity: 0; }
	19.9% { opacity: 0; }
	20% { opacity: 1; }
	100% { opacity: 1; }
}

@media screen and (max-width:768px) {
	/*html {width:130%;}*/
	h2 {font-size: 32px;}
	h3 {font-size: 28px;}
	p {font-size: 34px;}
	.big {font-size: 30px;}
	.form_area{
		padding: 20% 7% 0;
	}
	.form_area p {
		padding-top: 0px;
	}
	input[type="text"],
	textarea{
		font-size: 40px;
	}
	textarea{
		height: 350px;
	}
	form .error{
		margin-bottom: -10px;
	}
}
@media screen and (max-width:540px) {
	/*html {width:190%;}*/
}
@media screen and (max-width:479px) {
	/*html {width:230%;}*/
	.voice_area .v_box .ttl {font-size: 32px;}
	.pat_area .tag{ font-size: 24px;}
	.pat_area .big-1{font-size: 40px}
	.pat_area .big-1 span{font-size: 50px}
}
@media screen and (max-width:375px) {
	/*html {width:270%;}*/
}
@media screen and (max-width:320px) {
	/*html {width:300%;}*/
}

/*デバイスごとの改行*/
@media screen and (max-width: 414px) {
  br.none_414 {display: none !important;}
}
@media screen and (max-width: 375px){
  br.none_375 {display: none !important;}
}
@media screen and (min-width: 321px){
  br.none_320 {display: inline-block;}
}
@media screen and (max-width: 320px){
  br.none_320 {display: none !important;}
}
