@charset "UTF-8";

/*.box1 {
	padding: 60px 0px 20px;
	margin: 0 auto 80px;
	border-radius: 10px;
	max-width: 800px;
	background: #fff;
}

.box1 p {
	padding: 0px 60px;
	margin: 0px auto 40px;
	position: relative;
}
.box1 p:not(:last-child):after{
	content: "";
	display: inline-block;
	position: absolute;
	border: 7px solid transparent;
	border-top: 10px solid #111010;
	bottom: -35px;
	left: calc(50% - 5px);

}

.box2 {
	padding: 60px 60px 40px;
	margin : 0px auto 80px;
	background: #64c402;
	color: #FFF;
	max-width: 800px;
	border-radius: 10px;
}
.box2 p {
	margin: 0px auto 10px;
	padding: 0;
	padding-left: 1em;
}
.box2>p{
	position: relative;
	font-weight: bold;
	color: #ffe61e;
	border-bottom: 1px solid;
}
.box2>p:before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 14px;
	height: 7px;
	border-left: 3px solid #ffe61e;
	border-bottom: 3px solid #ffe61e;
	transform: rotate(-45deg);
}
.box2>div{
	margin-bottom: 20px
}
.box3{
	padding: 30px 30px 10px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: #64c402;
	border-radius: 10px;
}
.box3 p {
	margin: 0px auto 20px;
	padding: 0;
}
.box3 p:first-child{
	margin-bottom: 40px;
}

.box4{
	padding: 40px 0px 20px;
	margin: 0 auto 80px;
	border-radius: 10px;
	max-width: 800px;
	font-size: 18px;
	background: #fff9d9;
}
.box4 p {
	padding: 0px 60px;
	margin: 0px auto 20px;
}
.box5{
	padding: 40px 60px 20px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: url(../image/note_bg.png) center repeat;
	border-radius: 10px;
	position: relative;
}
.box5:after{
	content: "";
	display: block;
	position: absolute;
	width: 130px;
	height: 310px;
	background: url(../image/man.png) center no-repeat;
	bottom: -30px;
	right: 40px;
}
.box5 p {
	margin: 0px auto 20px;
	padding: 0 0 20px;
	font-weight: bold;
}
.box5 p:not(:last-child){
	border-bottom: 1px solid #a0d96a;
}
.box5 p:last-child{
	padding: 0;
}

.chara{
	background: rgba(255,255,255,0.7);
	padding: 80px 0;
	margin-bottom: 80px;
	font-size: 18px;
}
.chara p{
	margin-bottom: 40px;
}
.chara .mb80{
	margin-bottom: 80px;
}
.benefit{
	padding: 40px 60px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: #e7ffce;
	border-radius: 10px;
	letter-spacing: 2px;
	line-height: 1.8;
}*/
/*.benefit>.flex{
	-webkit-flex: 1 0 48%;
	-moz-flex: 1 0 48%;
	-ms-flex: 1 0 48%;
	-o-flex: 1 0 48%;
	flex: 1 0 48%;
}*/
/*
.benefit>.flex{
	background: none;
}
.benefit>.flex:not(:last-child){
	border-bottom: 1px dashed #a0e25b;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.benefit>.flex img{
	width: 180px;
	margin: 0;
}
.benefit p {
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
.result{
	margin: 0px auto;
	background: none;
}
.result>div{
	background: url(../image/result_uma.png) right -60px bottom -40px no-repeat #64c402;
	border: 2px solid #64c402;
	color: #fcfcfc;
	width: 400px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
		-webkit-flex: 1 0 400px;
	-moz-flex: 0 1 400px;
	-ms-flex: 0 1 400px;
	-o-flex: 0 1 400px;
	flex: 0 1 400px;
}
.result>div:nth-child(even){
	margin-left: 20px;
}
.result .date{
	display: inline-block;
	background: #fcfcfc;
	color: #57a804;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	margin-bottom: 10px;
}
.result .buy,
.result .odds{
	margin-left: 40px;
	font-weight: 500;
}
.result .buy:before,
.result .odds:before{
	font-size: 15px;
	display: inline-block;
	margin-right: 20px;
}
.result .buy:before{
	content: "買い目 \0bb";
}
.result .odds:before{
	content: "配当 \0bb";
}
.hit{
	color: #fcdf00;
	font-weight: 600;
}

.result .payout{
	background: url(../image/result_bg.png) center repeat;
	margin-top: 10px;
	font-weight: bold;
	color: #fc1636;
	padding: 0 10px;
}
.result .pay{
	font-size: 50px;
	line-height: 1.2;
}
.result .pay:after{
	content: "円";
	font-size: 20px;
	display: inline-block;
}
.amount{
	color: #fb1536;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.amount>span{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(111,222,0,0.3) 50%,rgba(111,222,0,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(111,222,0,0.3) 50%,rgba(111,222,0,0.3) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(111,222,0,0.3) 50%,rgba(111,222,0,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(111,222,0,0.3) 50%,rgba(111,222,0,0.3) 100%);
}
.amount>span>span{
	font-size: 80px;
	margin-left: 5px;
}*/
.time_bx{
	max-width: 1000px;
	background: url("../image/time_bg.png") repeat center #171616;
	border: 1px solid #ed5a5a;
	color: #fff;
	padding: 60px 0;
	text-align: center;
	letter-spacing: 5px;
	margin: -60px auto 0;
	box-shadow:
		0px 0px 10px 0px rgba(22, 9, 9, 0.8),
		inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
}
.time_bx p{
	padding: 0;
	margin-bottom: 0;
}
.time_bx .time{
	font-size: 3em;
}
.time_bx .red{
	font-weight: normal;
}
.chara{
	padding: 60px 0px 20px;
	margin: 0 auto 80px;
	background: rgb(255,255,255,0.5);
	box-shadow: 0px 0px 10px 0px rgb(22,9,9,0.1);
}
.chara p{
	margin-bottom: 60px;
}
.img01{
	margin-bottom: -80px;
}
.img02{
	margin-bottom: -60px;
}


table.achieve{
	width: 100%;
	/*max-width: 800px;*/
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 80px;
	line-height: 1.6;
	background: #fcfcfc;
	border: 1px solid #ed5a5a;
	box-shadow: 0px 0px 10px 0px rgb(22,9,9,0.8);
	color: #111010;
}
.achieve th,
.achieve td{
	padding: 10px 20px;
	text-align: center;
}
.achieve th{
	background: url("../image/time_bg.png") repeat center #171616;
	color: #f5a616;
	letter-spacing: 5px;
	font-weight: 600;
	border-bottom: 1px solid #e7ffce;
}
.achieve tr:last-child th{
	border-color: #171616;
}

.achieve tr:not(:last-child) td{
	border-bottom: 1px solid #171616;
}

.achieve td.pay{
	color: #ed5a59;
	font-weight: bold;
	font-size: 110%;
}
.achieve .total{
	background: url("../image/time_bg.png") repeat center #171616;
	color: #ed5a59;
	font-weight: 600;
	font-size: 140%;
	line-height: 1.2;
	vertical-align: baseline;
}
.achieve .total td:first-child{
	text-align: left;
	padding-left: 30px;
}
.achieve .total td:last-child{
	text-align: right;
	padding-right: 30px;
}
.achieve .total span{
	display: inline-block;
	padding: 0 5px;
	font-size: 220%;
}

.voice {
	background-color: #fcfcfc; /* 背景色 */
	background-image: linear-gradient(180deg, #e9e9e9 1px, transparent 1px); /* 罫線の色と太さ  */
	background-size: 100% 2em; /* 行の高さ */
	line-height: 2em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	box-shadow: 0px 0px 10px 0px rgb(22,9,9,0.1);
	font-size: 18px;
	margin: 0 auto 80px;
	/*max-width: 800px;*/
}
.voice p{
	margin-bottom: 36px;
}


.form_bx{
	max-width: 1000px;
	background: url("../image/time_bg.png") repeat center #171616;
	border: 1px solid #ed5a5a;
	color: #fff;
	box-shadow:
		0px 0px 10px 0px rgba(22, 9, 9, 0.8),
		inset 0px 0px 20px 10px rgba(0, 0, 0, 0.7);
	padding: 60px 40px;
	margin: 0 auto 40px;
	line-height: 1.6;
	letter-spacing: 2px;
}
.form_ttl01{
	color: #f5a616;
	font-weight: 600;
	font-size: 200%;
	margin-bottom: 40px;
	letter-spacing: 15px;
	text-align: center;
	padding: 0;
}
.form_bx table{
	width: 100%;
	max-width: 800px;
	margin: 0 auto 80px;
	border-spacing: 0;
	border-collapse: collapse;
}
.form_bx table th{
	color: #f5a616;
	font-weight: normal;
}
.form_bx table th,
.form_bx table td{
	border-bottom: 1px solid;
	padding: 10px 15px;
}
.form_ttl02{
	background: #f5a616;
	color: #111010;
	text-align: center;
	margin-bottom: 40px;
	padding: 10px 20px;
}
.form_bx form p {
	margin: 0px auto 30px;
	padding: 0px ;
	font-weight:bold;
	font-size:32px;
	letter-spacing: 1px;
}

.form_bx form input[type="text"] {
	font-size: 20px;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 5px;
	width: 700px;
}
.form_bx .error{
	display: inline-block;
	color: #f40f25;
	font-weight: bold;
}

.form_bx form p{
	color: #f5a616;
}

label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 30px;
}

#main .form_bx form p{
	margin-bottom: 20px;
}

.form_bx .btn{
	cursor: pointer;
	cursor: hand;
}
.form_bx .flex{
	background: none;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px;
	line-height: 1.4;
}
.form_bx .flex input[type="text"]{
	width: 70%;
}

#main .form_bx .flex p{
	margin: 0;
	font-weight: normal;
	text-align: left;
	-webkit-flex: 1 0 30%;
	-moz-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	-o-flex: 0 1 30%;
	flex: 0 1 30%;
}
input:checked + span{
	font-weight: 600;
}

::placeholder {
	color: #a8a5a4;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #a8a5a4;
}
/* IE対応 */
:-ms-input-placeholder {
	color: #a8a5a4;
}

.right {
	text-align: right;
}



.button_cr{
	background: none;
	border: none;
	cursor: pointer;
}
button#cr_btn {
	margin: auto;
	position: relative;
	display: block;
	padding: 10px 60px;
	text-decoration: none;
	color: #FFF;
	background: #c91818;
	background: linear-gradient(0deg, rgba(201,24,24,1) 0%, rgba(225,52,52,1) 50%, rgba(246,106,106,1) 100%);
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #000;
	border: none;
	font-weight: 600;
	font-size: 24px;
	cursor: pointer;
	letter-spacing: 2px;
}

button#cr_btn:hover {
	background: #b00a0a;
	color: #f5a616;
	box-shadow: none;
}

@media screen and (max-width: 768px){
	html {width:130%;}
}

/* ƒXƒ}ƒz“K—pCSS */
@media screen and (max-width: 640px){
	.time_bx{
		width: 95%;
		padding: 60px 20px;
		margin-top: -250px;
	}
	.time_bx .time{
		font-size: 2.5em;
		line-height: 1.2;
	}
	.chara,
	table.achieve,
	.voice,
	.form_bx{
		width: 95%;
	}
	.form_ttl02 .fs16{
		font-size: 80%;
	}

	.form_bx .btn{
		width: 90%;
	}
	.form_bx form input[type="text"]{
		padding: 30px 10px;
		width: 600px;
		height: 20px;
	}
	/*.box1,
	.box2,
	.box4,
	.box5{
		width: 90%;
	}
	.box1{
		padding:40px 0 10px;
	}
	.box2{
		padding: 40px 15px 30px;
	}
	#main .box1 p{
		padding: 0 15px;
	}
	#main .box3 p{
		padding: 0;
	}
	.box4{
		font-size: 80%;
	}
	.box5{
		padding: 40px 40px 20px;
	}
	.box5:after{
		right: -30px;
	}
	#main .box5 p{
		padding: 0 0 20px;
	}
	.benefit{
		width: 90%;
		padding: 40px;
	}
	.benefit>.flex:not(:last-child){
		margin-bottom: 40px;
		border-color: #64c404;
	}
	.benefit>.flex img{
		width: 500px;
		margin: 0 auto 20px;
	}
	#main .benefit p{
		padding: 0;
		margin-left: 0;
	}
	.result>div{
		-webkit-flex: 1 0 500px;
		-moz-flex: 0 1 500px;
		-ms-flex: 0 1 500px;
		-o-flex: 0 1 500px;
		flex: 0 1 500px;
	}
	.result>div:nth-child(even){
		margin-left: 0;
	}*/
	#main .form_bx .flex p{
		-webkit-flex: 1 0 100%;
		-moz-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		-o-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
	}
	.form_bx .flex input[type="text"]{
		width: 100%;
	}
}


@media screen and (max-width: 414px){
	p {margin: 0px auto 200px;}
	/*.box1 p {
		padding: 0px 30px;
		margin: 0px auto 40px;
		line-height: 1.5em;
		font-size: 45px;
	}*/
}
