@charset "UTF-8";
.img_bx {
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
.box1 {
	padding: 60px 0px 20px;
	margin: 0 auto 80px;
	/*border-radius: 10px;*/
	max-width: 800px;
	background: #131823;
	border: 1px solid #21d2c5;
	position: relative;
}
.box1::before{
	border-bottom: 60px solid transparent;
	border-left: 60px solid #21d2c5;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;

}
.box1::after{
		border-left: 60px solid transparent;
	border-bottom: 60px solid #21d2c5;
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.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 #21d2c5;
	bottom: -35px;
	left: calc(50% - 5px);

}

.box2 {
	padding: 60px 60px 20px;
	margin : 0px auto 80px;
	background: #131823;
	/*color: #FFF;*/
	max-width: 800px;
	/*border-radius: 10px;*/
	border: 3px dashed #21d2c5;
	line-height: 1.6;
}
.box2 p {
	margin: 0px auto 15px;
	padding: 0;
	padding-left: 1em;
	/*color: #f3ede3;*/
}
.box2>p{
	position: relative;
	font-weight: bold;
	color: #21d2c5;
	border-bottom: 1px solid;
}
.box2>p::before{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
}
.box2>p::after{
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: 4px;
	width: 18px;
	height: 10px;
	border-left: 3px solid #21d2c5;
	border-bottom: 3px solid #21d2c5;
	transform: rotate(-45deg);
}
.box2>div{
	margin-bottom: 30px
}
.box3{
	padding: 30px 30px 10px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: #131823;
	border: 1px solid #21d2c5;
	/*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: #131823;
	border: 1px dotted #6d6d6d;
}
.box4 p {
	padding: 0px 60px;
	margin: 0px auto 20px;
}
.box5{
	padding: 40px 60px 20px 80px;
	margin: 0px auto 40px;
	max-width: 800px;
	position: relative;
	background-color: #141823; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #141823 50%, #141823 100%), /* 点線1の色 */
                    linear-gradient(180deg, #6d6d6d 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 45px; /* 点線2のサイズ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  border: 1px solid #6d6d6d;
}
.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;
	position: relative;
}
/*.box5 p:not(:last-child){
	border-bottom: 1px solid #399433;
}*/
.box5 p:last-child{
	padding: 0;
}
.box5 p::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 1px;
	line-height: 1;
	margin:0 10px -3px -30px;
}
.box5 p::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 3px solid #cd3752;
	border-left: 3px solid #cd3752;
	transform: rotate(-45deg);
	position: absolute;
	top: 15px;
	left: -25px;
}

.check1{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
	background: #131823;
	line-height: 1.4;
	border: 1px solid #6d6d6d;
}
.check1 li{
	list-style: none;
	position: relative;
	padding-bottom: 20px;
	padding-left: 45px;
	
}
.check1 li:not(:last-child){
	border-bottom: 1px dotted #6d6d6d;
	margin-bottom: 20px;
}
.check1 li:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 1px;
	line-height: 1;
	margin:0 10px -3px -30px;

}
.check1 li:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 2px solid;
	border-left: 2px solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	left: 20px;
}
.benefit{
	padding: 40px 60px;
	margin: 0px auto 40px;
	max-width: 800px;
	background: #131823;
	/*border-radius: 10px;*/
	letter-spacing: 2px;
	line-height: 1.8;
	color: #fff;
	border: 1px solid #21d2c5;
}
/*.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 #21d2c5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.benefit>.flex img{
	width: 180px;
	margin: 0;
/*	border: 1px solid #21d2c5;*/
}
.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 #168e85;
	border: 2px solid #168e85;
	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: #168e85;
	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: #ffffff;
    font-weight: 600;
    background: #cd3752;
    display: inline-block;
    line-height: 1.3;
    font-size: 0.8em;
    padding: 1px 5px;
    margin-left: 10px;
}

.result .payout{
/*	background: url(../image/result_bg.png) center repeat;*/
	background: #d5ba9e;
	margin-top: 10px;
	font-weight: bold;
	color: #cd3752;
	padding: 0 10px;
	text-shadow:
	 1px 0 1px rgb(227 211 195),
	 0 1px 1px rgb(227 211 195),
	 -1px 0 1px rgb(227 211 195),
	 0 -1px 1px rgb(227 211 195)
}
.result .pay{
	font-size: 50px;
	line-height: 1.2;
}
.result .pay:after{
	content: "円";
	font-size: 20px;
	display: inline-block;
}
.result .lose{
	color: #fff;
}
.amount{
	color: #cd3752;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	text-shadow:
	 1px 0 1px rgb(0,0,0),
	 0 1px 1px rgb(0,0,0),
	 -1px 0 1px rgb(0,0,0),
	 0 -1px 1px rgb(0,0,0)
}
.amount>span{
	background:   linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(33,210,197,0.8) 90%,rgba(33,210,197,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(33,210,197,0.8) 90%,rgba(33,210,197,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background:    -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(33,210,197,0.8) 90%,rgba(33,210,197,0.8) 100%); /* FF3.6-15 */
	background:     -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 90%,rgba(33,210,197,0.8) 90%,rgba(33,210,197,0.8) 100%); /* IE11 */
	font-weight: bold;
}
.amount>span>span{
	font-size: 70px;
	margin-left: 5px;
}

.form{
	text-align: center;
	/*background:
		url(../image/formdeco1.png) bottom -30px left no-repeat,
		url(../image/formdeco2.png) bottom -30px right -60px no-repeat #4b627a;*/
	background: url(../image/form_bg.png) center no-repeat #000;
	background-size: cover;
/*	padding: 40px 0;*/
	/*border-radius: 10px;*/
	margin: 0 auto 40px;
	color: #fff;
}

.form form .ttl{
	margin: 0px auto 30px;
	padding: 0px;
	font-weight:bold;
	/*font-size:32px;*/
	letter-spacing: 1px;
}

.form form input[type="text"] {
	font-size: 20px;
	padding: 15px;
	border: none;
	border-radius: 2px;
	width: 700px;
}
.form .error{
	display: inline-block;
	color: #cd3752;
	font-weight: bold;
	width: 100%;
}
.form .end{
	font-size: 1.5em;
	color: #cd3752;
	margin-bottom: 0;
	font-weight: bold;
	width: 100%;
}

.form form textarea{
	padding: 5px 10px;
	border: none;
	border-radius: 1px;
	width: 80%;
	height: 150px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
}

label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 30px;
}

#main .form form p{
	margin-bottom: 30px;
	line-height: 1.6;
}
#main .form .form_ttl{
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 40px;
	width: 90%;
	padding: 0 0 20px;
}

.form .btn{
	cursor: pointer;
	cursor: hand;
}
.form .flex{
	background: none;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 30px;
	line-height: 1.4;
}
.form .flex input[type="text"]{
	width: 70%;
}
.form .flex textarea{
	width: 70%;
	margin: 0;
	border-radius: 2px;
	min-height: 180px;
	padding: 15px;
	line-height: 1.4;
}

#main .form .flex p{
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-flex: 1 0 27%;
	-moz-flex: 0 1 27%;
	-ms-flex: 0 1 27%;
	-o-flex: 0 1 27%;
	flex: 0 1 27%;
}

input:checked + span{
	color: #cd3752;
	font-weight: bold;
	/*text-shadow: 1px 0 5px rgb(57,148,51,1),
				 0 1px 5px rgb(57,148,51,1),
				 -1px 0 5px rgb(57,148,51,1),
				 0 -1px 5px rgb(57,148,51,1);*/
	position: relative;
	background: #131823;
	border: 1px solid #21d2c5;
	padding: 3px 5px;
	border-radius: 5px;
}
/*input:checked + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 110%;
    height: 5px;
    left: -10%;
    bottom: -5px;
    background: #cd3752;
}*/
input:checked + span::after{
	content: "にする";
	font-size: smaller;
}

::placeholder {
	color: #a8a5a4;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #a8a5a4;
}
/* IE対応 */
:-ms-input-placeholder {
	color: #a8a5a4;
}

.right {
	text-align: right;
}
table{
	width: 100%;
	max-width: 800px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 40px;
	line-height: 1.6;
}
table th,
table td{
	padding: 20px 30px;
}
table th{
	background: rgba(0,0,0,0.8);
	color: #21d2c5;
	letter-spacing: 2px;
	font-weight: 600;
	border-bottom: 1px solid #21d2c5;
	text-align: center;
	width: 20%;
}
table tr:last-child th,
table tr:last-child td{
	border: none;
}

table td{
	border-bottom: 1px solid #fff;
	background: rgba(19,24,35,0.8);
	text-align: left;
}

button#cr_btn {
	margin: auto;
	position: relative;
	display: inline-block;
	padding: 15px 60px;
	text-decoration: none;
	color: #FFF;
	background: #715e4c;
	background: linear-gradient(0deg,rgba(113,94,76,1) 0%, rgba(213,186,158,1) 50%, rgba(113,94,76,1) 100%);
	border-radius: 50px;
	box-shadow: 0px 0px 15px -5px #777;
	border: 2px solid #715e4c;
	font-weight: 600;
	font-size: 24px;
	cursor: pointer;
	letter-spacing: 2px;
}

button#cr_btn:hover {
	color: #fff;
	text-shadow: 1px 0 5px rgb(237,255,254,0.2),
				 0 1px 5px rgb(237,255,254,0.2),
				 -1px 0 5px rgb(237,255,254,0.2),
				 0 -1px 5px rgb(237,255,254,0.2);
	background: #bfa58a;
	background: linear-gradient(0deg,rgba(191,165,138,1) 0%, rgba(213,186,158,1) 50%, rgba(191,165,138,1) 100%);
	box-shadow: none;
}

@media screen and (max-width: 768px){
	html {width:130%;}
}

/* ƒXƒ}ƒz“K—pCSS */
@media screen and (max-width: 640px){
	#main .form{
		width: 95%;
		/*background: url(../image/formdeco1.png) bottom -20px left -80px no-repeat,
		url(../image/formdeco2.png) bottom -30px right -130px no-repeat #4b627a;*/
	}
	.form form .fs20{
		font-size: 26px;
	}

	.form .btn{
		width: 90%;
	}
	.form form input[type="text"]{
		padding: 30px 15px;
		font-size: 1em;
		/*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 60px;
	}
	.box5:after{
		right: -30px;
		bottom: -70px;
	}
	#main .box5 p{
		padding: 0 0 20px;
	}
	.box5 p::before {
    width: 40px;
    height: 40px;
    border: 3px solid;
    margin: 0 10px -5px -40px;
	}
	.box5 p::after{
		width: 30px;
		height: 20px;
		border-bottom: 4px solid #cd3752;
		border-left: 4px solid #cd3752;
		top: 20px;
		left: -30px;
	}
	.check1{
		width: 95%;
	}
	.check1 li:before{
		width: 40px;
		height: 40px;
		border: 3px solid;
		margin: 0 10px -5px -40px;
	}
	.check1 li:after{
		width: 40px;
		height: 20px;
		border-bottom: 4px solid;
		border-left: 4px solid;
		top: 20px;
		left: 12px;
	}
	.benefit{
		width: 90%;
		padding: 40px;
	}
	.benefit>.flex:not(:last-child){
		margin-bottom: 40px;
		border-color: #64c404;
	}
	.benefit>.flex img{
		/*width: 500px;*/
		width: 100%;
		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 .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 .flex input[type="text"]{
		width: 100%;
	}
	.form .flex textarea{
		padding: 30px 15px;
		font-size: 1.2em;
		width: 100%;
		min-height: 300px;
	}
}


@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;
	}
}
