@charset "UTF-8";

/**
 * ----------------------------------------------------------------------------
 * Reset
 *
 * Thanks Destyle.css!
 * https://github.com/nicolas-cusan/destyle.css
 * ----------------------------------------------------------------------------
 */


ul.merit_box {overflow: hidden;}
ul.merit_box li {
	margin-bottom:75px;
}
ul.merit_box li.left {
	float: left;
	width: 49%;
}
ul.merit_box li.right {
	float: right;
	width: 49%;
}

.form_wrap {
	background: #000d1c;
	padding: 30px 0;
}
.form_wrap.bg02 {
	background:#6CB408;
}
.form_wrap form {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.line {
	max-width: 900px;
	width: 100%;
}

.form_wrap form div {
	padding: 30px 0;
}
.form_wrap p {
	color:#fff;
	margin-bottom: 30px;
}
.form_wrap .form_ttl {
	font-size: 30px;
	font-weight: bold;
	color:#f7ef69;
}
.form_wrap form p.choice input {
	display:inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}
.form_wrap form p.choice {
	display:inline-block;
}
.form_wrap form p#kessai {
	display:inline-block;
}
input[type="text"] {
	display: inline-block;
	margin: 5px auto;
	color: #333;
	width: 100%;
	max-width: 600px;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: normal;
}

.form_wrap form textarea{
	display: inline-block;
	width: 100%;
	min-height: 200px;
	padding: 5px 10px;
	border-radius: 3px;
}
input:checked + span{
	color: #f7ef69;
	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: 115%;
	height: 5px;
	left: -15%;
	bottom: -10px;
	background: #f7ef69;
}
input.btn {
	display: block;
	background: #ff1400;
	background: linear-gradient(0deg, rgba(131,10,0,1) 0%, rgba(255,20,0,1) 100%);
	border: 2px solid #ff1400;
	box-shadow: 0px 0px 10px 3px rgb(25,31,61,0.8);
	font-weight: bold;
	color: #f7ef69;
	transition: all .3s;
	font-size: 20px;
	border-radius: 60px;
	text-decoration: none;
	max-width: 400px;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px;
	cursor: pointer;
}
input.btn:hover{
	background: #ff1400;
	box-shadow: none;
}
.btn_cr{
	display: block;
	background: #ff1400;
	background: linear-gradient(0deg, rgba(131,10,0,1) 0%, rgba(255,20,0,1) 100%);
	border: 2px solid #ff1400;
	box-shadow: 0px 0px 10px 3px rgba(195,198,203,0.8);
	font-weight: bold;
	color: #f7ef69;
	transition: all .3s;
	font-size: 20px;
	border-radius: 60px;
	text-decoration: none;
	max-width: 400px;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px;
	cursor: pointer;
}
.btn_cr:hover {
	background: #ff1400;
	box-shadow: none;
}
/* 光らせるためのstyle */
.shine{
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
/* 光の疑似要素 */
.shine::before{
	content: "";
	animation: shine 1.5s cubic-bezier(0.25, 0, 0.25, 1) infinite;
	background-color: #fff;
	width: 140%;
	height: 100%;
	transform: skewX(-45deg);
	top: 0;
	left: -160%;
	opacity: 0.5;
	position: absolute;
}
/* 光の動き */
@keyframes shine{
	0% {
		left: -160%;
		opacity: 0;
	}
	70% {
		left: -160%;
		opacity: 0.5;
	}
	71% {
		left: -160%;
		opacity: 1;
	}
	100% {
		left: -20%;
		opacity: 0;
	}
}

form .error{
	display: block;
	text-align: center;
	color: #ff8787;
	font-weight: bold;
}
form .end{
	text-align: center;
	color: #ff8787;
	font-weight: bold;
}



table.youkou {
	border: solid 1px #003b6a;
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5em;
	background: #fcfcfc;
}

table.youkou td {
	border-bottom: solid 1px #003b6a;
	vertical-align: inherit;
	padding: 15px 20px;
}
table.youkou td.tb_ttl {
	border-bottom: solid 1px #ccd2f9;
	background: #003b6a;
	color: #eef0ff;
	font-weight: 600;
	text-align: center;
	width: 20%;
}
table.youkou tr.tokuten{
	border: 5px solid #e41313;
}
table.youkou tr.tokuten td:not(.tb_ttl){
	background: #fff2f4;
}
table.youkou tr.tokuten td>.red{
	display: inline-block;
	position: relative;
}
table.youkou tr.tokuten td>.red:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #e41313;
	border-radius: 2px;
	margin-right: 5px;
}
table.youkou tr.tokuten td>.red:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 5px;
	border-left: 2px solid #e41313;
	border-bottom: 2px solid #e41313;
	transform: rotate(-45deg);
	top: 7px;
	left: 5px;
}
table.youkou .flow>div{
	position: relative;
	background: #faf2df;
	padding: 5px 10px;
	border-radius: 2px;
}
table.youkou .flow>div:not(:last-child){
	margin-bottom: 20px;
}
table.youkou .flow>div:not(:last-child):after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top: solid 8px #a27e59;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
}

table#jisseki {
	margin: 0px auto 90px;
	background: #fff;
	font-size: 16px;
	width: 100%;
	text-align: center;
	border: solid 1px #002f66;
}
table#jisseki th {
	/*border: solid 1px #000;*/
	padding: 5px 10px;
	text-align: center;
	background: #002f66;
	color: #fff;
	letter-spacing: 3px;
}
table#jisseki th:not(:last-child){
	border-right: solid 1px #d6b896;
}
table#jisseki tr:not(:last-child){
	border-bottom: solid 1px #002f66;
}
table#jisseki td {
	/*border: solid 1px #000;*/
	padding: 15px 20px;
}
table#jisseki td:not(:last-child){
	border-right: solid 1px #002f66;
}
table#jisseki tr td:nth-of-type(1),
table#jisseki tr td:nth-of-type(2){
	width: 20%;
}
table#jisseki tr td:nth-of-type(3),
table#jisseki tr td:nth-of-type(4){
	text-align: right;
	width: 30%;
	font-weight: bold;
}

table#jisseki tr.miss td {
	background: #CCC;
	color: #000;
}

table#jisseki tr.ttl td {
	background: #000;
	color: #EEE;
	font-weight:bold;
}

table#jisseki tr.result td {
	background: #000;
	color:#FF0;
	font-size:48px;
	font-weight:bold;
	text-align:right;
}
table#jisseki tr.total{
	background: #e94809;
	color: #f7ef69;
	font-weight: bold;
	letter-spacing: 1px;
}
table#jisseki tr.total td.total_ttl {
	font-size: 22px;
	vertical-align: middle;
	text-align: left;
	border: none;
}
table#jisseki tr.total td.total_money {
	text-align: right;
	font-size: 40px;
}

.wrap_letter {
	position: relative;
	width: 90%;
	margin: 2.5em auto;
	padding: 60px 50px;
	color: #4c4c4c;
	background-color: #f7efd8;
	box-shadow: inset 0 0 40px rgba(231,206,129,1), 0 0 5px 0 rgba(134,134,134,0.2);
}
.wrap_letter::before {
	display: block;
	position: absolute;
	content: "";
	width: 140px;
	height: 35px;
	left: calc(50% - 70px);
	top: -16px;
	background-color: rgba(199,163,56,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	transform: rotate( -3.4deg );
}
.wrap_letter p{
	margin-bottom: 60px;
}
.wrap_letter .ttl_letter{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}



/**
 * ----------------------------------------------------------------------------
 * Util Class
 *
 * Show/Hide by viewport
 *
 * [Usage]
 * ex. <div class="sp">
 * ex. <div class="pc">
 * ----------------------------------------------------------------------------
 */


.ttl {
	max-width: 1120px;
	width: 100%;
	padding-top:60px;
}
.txt_img {
	max-width: 1120px;
	width: 100%;
	margin-bottom: 30px;
}

.bg_box {
	color:#e94809;
	padding:20px;
	font-weight: bold;
	background:#f7ef69;
}
.loose-leaf{
	background: #e4e4e4;
	border-left: 5px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 0 5 #f8f0d7;
	padding: 2em;
	margin: 1em 5px;
}
.note{
	padding: 38px 40px 1px;
	background-image:linear-gradient(90deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%),linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 98.5%,rgba(0,112,245,1) 100%);
	background-repeat:repeat-x,repeat-y;
	background-size:4px 100%,100% 40px;
	line-height:40px;
	box-shadow: 0 0 5px 0 rgba(0,47,102,0.2);
}
.note p{
	line-height: 40px;
	margin-bottom: 40px;
}
.ex_box01 {
	background: #f5f9ff; /* 背景色 */
	border: 4px solid #0070f5;  /* 線の太さ・種類・色 */
	border-radius: 5px;
	margin: 40px auto 60px;  /* 外側の余白 上・左右・下 */
	padding: 25px 20px 10px; /* 内側の余白 上・左右・下 */
	position: relative;
}
.ex_box01:before{
	background-color: #0070f5;
	border-radius: 5px;
	color: #fff;
	content: '実践例　その1';
	padding: 10px 20px;
	position: absolute;
	left: -20px;
	top: -30px;
	font-weight: bold;
	font-size: 24px;
}
.ex_box01:after{
	border-top: 12px solid #0070f5;   /* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}
.ex_box02 {
	background-color: #fffaf8; /* 背景色 */
	border: 4px solid #ff5b1a;  /* 線の太さ・種類・色 */
	border-radius: 5px;
	margin: 40px auto 60px;  /* 外側の余白 上・左右・下 */
	padding: 25px 20px 10px; /* 内側の余白 上・左右・下 */
	position: relative;
}
.ex_box02:before{
	background-color: #ff5b1a;
	border-radius: 5px;
	color: #fff;
	content: '実践例　その2';
	padding: 10px 20px;
	position: absolute;
	left: -20px;
	top: -30px;
	font-weight: bold;
	font-size: 24px;
}
.ex_box02:after{
	border-top: 12px solid #ff5b1a;   /* 吹き出し三角部分の色 */
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
}
.ex_box01 p {
	margin-bottom: 45px;
	line-height: 1.5em;
}
.ex_box02 p {
	margin-bottom: 45px;
	line-height: 1.5em;
}
.ex_box01 p.day {
	margin-bottom: 10px;
}
.ex_box02 p.day {
	margin-bottom: 10px;
}
.img_right {
	float: right;
	max-width: 480px;
	width: 100%;
}
.voice_a {
	border: 1px #f1fdef solid;
	padding: 0 30px;
	background: #f1fdef;
	margin: 20px 0 0 0;
}
.voice_b {
	border: 1px #fff8e7 solid;
	padding: 0 30px;
	background: #fff8e7;
	margin: 20px 0 0 0;
}


/*実績*/
.result_1 {
	background-image: url(images/result.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 110px;
	position: relative;
	width: 700px;
}

.jisseki {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 60px 0;
	color: #000;
	text-align: left;
	font-family: "メイリオ", "HGｺﾞｼｯｸE", "HGｺﾞｼｯｸM";
	background: #fff;
	background-repeat: repeat-y;
}

.result_date {
	font-size: 16px;
	position: absolute;
	top: 16px;
	left: 28px;
}

.result_buy {
	font-size: 16px;
	position: absolute;
	top: 48px;
	left: 36px;
}

.result_odds {
	font-size: 20px;
	position: absolute;
	top: 47px;
	left: 182px;
	text-decoration: blink;
	font-weight: bold;
}

.result_title {
	font-size: 18px;
	position: absolute;
	top: 47px;
	left: 339px;
}

.result_payout {
	font-size: 60px;
	position: absolute;
	top: 34px;
	left: 404px;
	font-family: "HG明朝B", "HG明朝E", "HGｺﾞｼｯｸM";
	color: #F00;
}
.box01{
	width: 90%;
	margin: 40px auto 60px;
	/*padding: 35px 30px 20px;*/
	padding: 0 0 20px;
	color: #4c4c4c;
	background: #eef7fe;
	box-shadow: 0 0 5px 0 rgba(134,134,134,0.2);
	border: 4px solid #002f66;

}
.box01 .bx_ttl{
	font-size: 30px;
	font-weight: bold;
	position: relative;
/*	border-top: 5px solid #002f66;*/
	padding: 40px 0 40px 180px;
	overflow: hidden;
	margin-bottom: 50px;
	line-height: 1.4;
}
.box01 .bx_ttl:after{
	position: absolute;
	top: -150%;
	left: -50px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #002f66;
}
.box01 .bx_ttl>span{
	font-size: 66px;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 20px;
	display: block;
	color: #fff;
	line-height: 1;
}
.box01 .bx_ttl>span::before{
	content: "追加特典";
	display: inline-block;
	position: absolute;
	font-size: 20px;
	top: -20px;
	left: 3px;
	line-height: 1;
}
.box01 p:not(.bx_ttl){
		padding-left: 30px;
		padding-right: 30px;
}
.items{
	display: flex;
	align-items: center;
}

/**
 * ----------------------------------------------------------------------------
 * pc,tablet
 * ----------------------------------------------------------------------------
 */
/*@media screen and (max-width: 1024px){
table#jisseki {width:100% !important;}
}*/
/* min-width スクリーンサイズが768px以上の場合に適用 */
@media (min-width: 768px) {
	.sp_ttl {
		display: none;
	}
}
/* min-width スクリーンサイズが480px以上の場合に適用 */
@media (min-width: 480px) {
	.sp {
		display: none;
	}
	.pc {
		display: inline;
	}
	table#jisseki tr.total td.total_ttl br {
		display: none;
	}
}

/**
 * ----------------------------------------------------------------------------
 * tablet,sp横
 * ----------------------------------------------------------------------------
 */
/* max-width スクリーンサイズが700px以下の場合に適用 */
@media screen and (max-width: 700px){
	table#jisseki {
		margin: 0px auto 80px;
		/*border: solid 1px #000;*/
		font-size: 14px;
	}
}
/* max-width スクリーンサイズが879px以下の場合に適用 */
@media (max-width: 879px) {
	/*.waku {
		max-width: 780px;
	}*/
}
/* max-width スクリーンサイズが799px以下の場合に適用 */
@media (max-width: 799px) {
	/*.waku {
		max-width: 620px;
	}*/
		table#jisseki td {
		padding: 5px 5px;
	}
}
/* max-width スクリーンサイズが767px以下の場合に適用 */
@media (max-width: 767px) {
	.img {width:100%;}
	/*.waku {
		max-width: 580px;
	}*/
	.section-text p {
		margin-bottom: 30px;
	}
	.ttl {
		padding-top:0;
		margin-bottom: 30px;
		display: none;
	}
	.form_wrap .ttl {
		display: inline-block;
		margin-bottom:10px;
	}
	.sp_ttl {
		padding-top:0;
		margin-bottom: 30px;
		display: inline;
		width: 100%;
		margin: 30px auto;
	}
	.img_right {
		float: right;
		max-width: 480px;
		width: 50% !important;
	}
}
/* max-width スクリーンサイズが595px以下の場合に適用 */
@media (max-width: 595px) {
	.form_wrap form input[type="text"] {display: block;}
	/*.section-text form div p.mail {
		text-align: center !important;
	}
	.section-text form div p.name {
		text-align: center !important;
	}
	.section-text form div p.use {
		text-align: center !important;
	}*/
	.section-text form .kara {
		display: none;
	}
	.form_wrap form p#kessai{
		display: block;
		margin-bottom: 0;
	}
	.form_wrap form .choice{
		font-size: 24px;
	}
}

/* max-width スクリーンサイズが579px以下の場合に適用 */
@media (max-width: 579px) {
/*	.waku {max-width:480px;}*/
	table#jisseki td {
		padding: 2px 2px;
		line-height: 1.2em;
	}
}
/**
 * ----------------------------------------------------------------------------
 * sp
 * ----------------------------------------------------------------------------
 */
/* max-width スクリーンサイズが479px以下の場合に適用 */
@media (max-width: 479px) {
	.bg_box {
		 padding: 5px 10px;
	}
	.bg_box.fs36 {font-size: 24px;}

	table#jisseki th {
		font-size: 12px;
	}
	table#jisseki tr.total td.total_ttl {
		font-size: 15px;
	}
	table#jisseki tr.total td.total_money {
		font-size: 25px;
	}
	.sp {display: inline;}
	.pc {display: none;}
	.section-text p br {
		display: none;
	}
	.img_right {
		margin-left:10px;
	}
	.section-text form div p {
		margin-top:0px !important;
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 1.5em;
	}
	.form_wrap form input[type="text"] {
		/*line-height: 3em;*/
/*		margin-bottom: 20px;*/
		font-size: 1.4em;
		padding: 10px;
	}
	.wrap_letter {
		padding: 40px 20px;
		width: 100%;
	}
	.wrap_letter p {
		line-height: 1.6em;
	}
	.form_wrap .center {
		font-weight: bold;
		margin-bottom:25px;
		font-size: 18px;
	}
	.section-text form div p.fs14 {font-size: 12px;}
	.form_wrap .ttl {
		font-size: 22px;
	}
	.loose-leaf {
		padding: 2em 1.4em;
	}
	.bg_sub div {
		font-size: 30px;
		padding: 40px 10px;
	}
	.note{
		padding: 38px 20px 1px;
		margin: 0 auto;
		box-shadow: 0 0 10px 0 rgb(0,47,102,0.2);
		background-size: 8px 100%,100% 40px;
	}
	.ex_box01,
	.ex_box02{
		padding: 30px 10px 10px;
	}
	.ex_box01:before,
	.ex_box02:before{
		font-size: 18px;
		padding: 5px 10px;
	}
	.box01{
		width: 100%;
	}
	.box01 .bx_ttl{
		padding: 20px 10px 20px 150px;
	}
	.box01 .bx_ttl>span{
		left: 15px;
	}
	.box01 p:not(.bx_ttl){
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* max-width スクリーンサイズが414px以下の場合に適用 */
@media (max-width: 414px) {
	/*.waku {
		padding: 45px 3%;
	}*/
	ul.merit_box li.left {
		float: none;
		width:100%;
	}
	ul.merit_box li.right {
		float: none;
		width:100%;
	}
	table#jisseki td {
		padding: 2px 2px;
		line-height: 1.2em;
		font-size: 12px;
		width:90%;
	}
	table.youkou td{
		padding: 10px;
	}
	table.youkou td.tb_ttl {
		/*width: 10%;*/
		width: 15%;
		line-height: 1.3;
	}
}
/* max-width スクリーンサイズが375px以下の場合に適用 */
@media (max-width: 375px) {
	.bg_sub div {
		font-size: 26px;
	}
/*	.waku {max-width:360px;}*/
	.button {padding:2px;}
	/*.form_wrap form input[type="text"] {
		max-width: 270px;
	}*/
	.box01 .bx_ttl{
		padding: 20px 0 0 140px;
	}
	.box01 .bx_ttl:after{
		left: -65px;
	}
	.box01 .bx_ttl>span{
		font-size: 60px;
	}
}
/* max-width スクリーンサイズが369px以下の場合に適用 */
@media (max-width: 369px) {
	.form_wrap form p#kessai {
		display: block;
/*		text-align: center;*/
	}
	.form_wrap form p.choice {
		display: block;
/*		text-align: center;*/
	}
}
/* max-width スクリーンサイズが320px以下の場合に適用 */
@media screen and (max-width: 320px){
	.bg_sub div {
		font-size: 22px;
	}
	.form_wrap form input[type="text"] {
		line-height: 3em;
		max-width: 255px;
	}
	table#jisseki tr.total td.total_ttl {
		font-size: 13px;
	}
	table#jisseki tr.total td.total_money {
		font-size: 22px;
	}
	.ex_box01:before,
	.ex_box02:before {
		font-size: 16px;
		left: -15px;
	}
	.box01 .bx_ttl{
		padding: 10px 0 10px 80px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.box01 .bx_ttl:after{
		top: -60px;
		left: -50px;
		transform: rotate(45deg);
		width: 100px;
		height: 150px;
	}
	.box01 .bx_ttl>span{
		top: 0;
		left: 0;
		padding: 5px;
		font-size: 28px;
	}
	.box01 .bx_ttl>span::before{
		content: none;
	}
}
