@charset "UTF-8";
.img_bx{
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}

.box1 {
	max-width: 700px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 10px;
	border-top: solid 2px #2d2d2d;
	border-bottom: solid 2px #2d2d2d;
	background: #faf9f0;

}
.box1:before,
.box1:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #2d2d2d;
}
.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
	padding: 0 20px;
	margin: 0 auto 30px;
}
.box2{
	margin: 0 auto 80px;
	line-height: 1.4;
}
.box2>div{
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 30px 0 10px;
	background: #faf9f0;
	position: relative;
}
.box2>div:before{
	display: block;
	content: "?";
	position: absolute;
	color: #fcfcfc;
	font-size: 150px;
	font-weight: bold;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	top: 0;
	right: 0;
	line-height: 1;

}
.box2>div:after{
	border:1px solid #7c7051;
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.box2 p {
	padding: 0 30px;
	margin: 0 auto;
}
.box3{
	max-width: 800px;
	padding: 50px 0 10px;
	margin: 0 auto 80px;
	background: url(../images/bg.png) no-repeat center #2d2d2d;
	background-size: cover;
	color: #fefefe;
	font-size: 1.2em;
	text-shadow:
	 1px 1px 10px rgba(0, 0, 0, .7),
	 -1px 1px 10px rgba(0, 0, 0, .7),
	 -1px -1px 10px rgba(0, 0, 0, .7),
	 1px -1px 10px rgba(0, 0, 0, .7);
}
.box3 p {
	padding: 0 30px;
	margin: 0 auto 50px;
}

.box4{
	max-width: 800px;
	margin: 0 auto 80px;
	background: #faf9f0;
	padding: 50px 0 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	border: 2px dashed #7c7051;
}
.box4_ttl {
	position: absolute;
	display: inline-block;
	background: #7c7051;
	color: #fefefe;
	padding:10px;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 30px;
	padding: 5px 20px;
	border-radius: 5px;
}
.box4 p{
	padding: 0 30px;
	margin: 0 auto 30px;
}

.box5{
	max-width: 800px;
	padding: 20px 30px 10px;
	margin: -81px auto 80px;
	background: #dde8fb;
}
.box5 p {
	font-size: .75em;
	padding: 0 0 10px 70px;
	margin: 0 auto 10px;
	line-height: 1.4;
	position: relative;
	border-bottom: 1px dashed #214f73;

}
.box5 p>span{
	display: inline-block;
	background: #2d2d2d;
	color: #fefefe;
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1;
	padding: 5px;
	font-size: .9em;
}
.box6{
	max-width: 800px;
	padding: 20px 50px 10px;
	margin: -81px auto 80px;
	background: #f2f4f8;
}
.box6 p{
	font-size: .75em;
	padding: 0;
	margin: 0 auto 10px;
	line-height: 1.4;
}
.box7 {
	max-width: 800px;
	margin: 0 auto 80px;
	position: relative;
	padding: 60px 50px 10px;
	background: #faf9f0;
	border: 4px solid #f21379;
/*	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);*/
	border-image: linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);
	border-image-slice: 1;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}

.box7:before,
.box7:after {
	position: absolute;
	content: '';
}

.box7:before {
	top: -40px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	border: 2px solid #d5c7a6;
	border-radius: 50%;
	background: #d5c7a6;
	background:
	 linear-gradient(0deg, rgba(182,168,130,1) 0%, rgba(232,229,209,1) 30%, rgba(233,224,204,1) 40%, rgba(249,247,234,1) 60%, rgba(200,189,157,1) 90%, rgba(182,168,130,1) 100%);

}

/*.box7:after {
	top: 0px;
		left: calc(50% - 40px);
		width: 80px;
		height: 40px;
		background: #ffffff;
}*/
.box7 .box7_ttl{
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #d5c7a6;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #ff5634;
}

.box7 .box7_ttl>span {
	font-size: 1rem;
	line-height: 60px;
	position: absolute;
	z-index: 1;
	top: -30px;
	left: calc(50% - 40px);
	width: 80px;
	/*height: 60px;*/
	text-align: center;
	color: #7c7051;
	font-weight: bold;
	font-style: italic;
}

.box7 span {
	position: relative;
	z-index: 1;
}
.box7 p{
	margin: 0 auto 40px;
	padding: 0;
}


.check1{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
	background: #f2f2f2;
	line-height: 1.4;
}
.check1 li{
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #6d6d6d;
	padding-left: 45px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.check1 li:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px 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: 3px solid;
	border-left: 3px solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 4px;
	left: 20px;
}
.check2{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
	background: #faf9f0;
	line-height: 1.4;
	font-size: 24px;
}
.check2 li{
	list-style: none;
	position: relative;
	border-bottom: 1px dashed #ff5634;
	padding-left: 45px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.check2 li:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #ff5634;
	border-radius: 1px;
	line-height: 1;
	margin:0 10px -1px -30px;

}
.check2 li:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 3px solid #ff5634;
	border-left: 3px solid #ff5634;
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
	left: 18px;
}
.list1{
	padding: 0;
	margin: 0 auto 80px;
	max-width: 800px;}
.list2,
.list3,
.list4,
.list5{
	padding: 30px 40px 20px;
	margin: 0 auto 80px;
	max-width: 800px;
	background: #faf9f0;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}
.list1 li,
.list2 li,
.list3 li,
.list4 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
}
.list1 li:before,
.list1 li:after,
.list2 li:before,
.list3 li:before,
.list4 li:before{
	content: "";
	position: absolute;
}
.list1 li{
	padding-left: 30px;
	border-bottom: 1px dashed #2d2d2d;
	padding-bottom: 10px;
}
.list1 li:before{
	top: 0;
	left: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	border-bottom: 4px solid #142a88;
}
.list1 li:after{
	top: 0;
	left: -10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 25px;
	height: 25px;
	border-bottom: 4px solid #142a88;
}
.list1 li:not(:last-child){

	margin-bottom: 10px;
}

.list2 li{
	padding-left: 15px;
}
.list2 li:before{
	top: .9em;
	left: -5px;
	width: 5px;
	height: 5px;
	background: #0e2e48;
	border-radius: 50%;
}
.list3 li:before{
	top: .5em;
	left: 10px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 20px;
	border-right: 4px solid #ad8000;
	border-bottom: 4px solid #ad8000;
}
.list3 li:not(:last-child){
	border-bottom: 1px dashed #ad8000;
	margin-bottom: 20px;
}

.list4{
	max-width: 520px;
}
.list4 li{
	padding-left: 30px;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 600;
}
.list4 li:before{
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	background: #9d0012;
	border-radius: 50%;
}
.list4 li:not(:last-child){
	border-bottom: 1px dashed #9d0012;
	margin-bottom: 20px;
}
.list5 li{
	list-style: none;
	position: relative;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	counter-increment: count-ex01;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 20px;
}
.list5 li:before{
	content: "問題0" counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: #ff5634;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	margin-top: -10px;
}
.list5 li:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #ff5634;
	top: 50%;
	left: 50px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	margin-top: -10px;
}
.list5 li:not(:last-child){
	border-bottom: 1px dashed #ff5634;
	margin-bottom: 20px;
}

/*.link_btn{
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding: 20px;
	color: #FFF;
	background: #ad8000;
	background: linear-gradient(0deg, rgba(173,128,0,1) 0%, rgba(246,191,66,1) 50%, rgba(173,128,0,1) 100%);
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777;
	border: 2px solid #ad8000;
	cursor: pointer;
	line-height: 1;
	vertical-align: middle;
	font-weight: 600;
}
.link_btn:hover {
	background: #ad8000;
	text-decoration: none;
	box-shadow: none;
	color: #fff
}
.icon_p,
.icon_m,
.icon_d{
	width: 30px;
	display: inline-block;
	margin-right: 5px;
}
.link_btn span{
	display: inline-block;
	vertical-align: middle;
}
.link_btn .icon_p{
	vertical-align: -10px;
}*/

/* 実績 */
table{
	width: 100%;
	max-width: 1000px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 40px;
	line-height: 1.6;
	font-size: 18px;
	text-align: center;
}
.jisseki_bg{
	background: url(../images/jisseki_bg.png) repeat center #001736;
	background-size: cover;
	background-attachment: fixed;
}
.jisseki_ttl{
	text-align: center;
	padding: 0;
	margin-top: 40px;
}
.jisseki{
	max-width: 900px;
	background: #fefefe;
}
.jisseki tr{
	border-bottom: 1px solid #142a88;
}
.jisseki tr:first-child,
.jisseki tr:last-child{
	border-bottom: 3px solid #142a88;
}
.jisseki th,
.jisseki td{
	padding: 10px;
}
.jisseki th{
	color: #142a88;
	background: #d5c7a6;
	font-size: 16px;
	letter-spacing: 1px;
}
.jisseki th:not(:last-child),
.jisseki td:not(:last-child){
	border-right: 1px dashed #142a88;
}
.jisseki td:nth-of-type(1),
.jisseki td:nth-of-type(2){
	width: 25%;
}
.jisseki td:nth-of-type(3),
.jisseki td:nth-of-type(4){
	text-align: right;
}
.jisseki td:last-child span{
	background: #9e937b;
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	vertical-align: 1px;
	border-radius: 3px;
/*	background: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);*/
}
.jisseki_total{
	text-align: center;
	color: #ff5634;
	font-size: 30px;
	font-weight: bold;
	text-shadow:
	 1px 1px 2px rgba(0, 23, 54, 1),
	 -1px 1px 2px rgba(0, 23, 54, 1),
	 -1px -1px 2px rgba(0, 23, 54, 1),
	 1px -1px 2px rgba(0, 23, 54, 1);
}
/*.res1{
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}
.res1 tr{
	border-bottom: 1px solid #e4d9bf;
}
.res1 tr:first-child,
.res1 tr:last-child{
	border-bottom: none;
}
.res1 th,
.res1 td{
	padding: 5px 10px;
}
.res1 th{
	background: #000;
	color: #f6bf42;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 16px;
	padding: 10px;
}

.res1 .date{
	background: #e4d9bf;
	font-size: .8em;
}
.res1 tr:not(:nth-last-of-type(2)) .date{
	border-bottom: 1px solid #fff;
}

.res1 .hit{
	color: #9d0012;
	font-weight: 600;
	font-size: 1.4em;
	text-align: right;
}
.res1 .odds{
	text-align: right;
	color: #9d0012;
	font-weight: 600;
	font-size: 1.4em;
}
.res1 .hit:after,
.res1 .odds:after{
	display: inline-block;
	content: '円';
	font-size: 1rem;
}*/

/*.benefit{
	padding: 40px 60px;
	margin: 0px auto 40px;
	letter-spacing: 2px;
	line-height: 1.8;
	border: 4px dotted #179fa1;
	box-shadow: 0px 0px 3px 0px rgb(208,208,208,0.9);
}*/

.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

form{
	color: #fefefe;
	font-size: 20px;
	background: /*url(../images/form_bg.png) repeat center*/ #000;
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
}
form.bg_none{
	background: none;

}
form .form{
	max-width: 800px;
	margin: 0 auto;
}
.form p {
	margin: 0px auto 20px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
form .form_ttl{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5c7a6;
	text-align: center;
	/*border-bottom: 1px solid #f2136a;
	border-image: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);
	border-image-slice: 1;*/
}
form .form_item{
	text-align: left;
	margin: 40px auto 5px;
}
form .form_item:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid #ebc733;
}

.form input[type="text"] {
	font-size: 20px;
	padding: 20px;
	border: 2px solid #d5c7a6;
/*	border-radius: 5px;*/
	width: 100%;
	background: #fefefe;
}
textarea{
	font-size: 18px;
	width: 100%;
	min-height: 200px;
	border: 2px solid #d5c7a6;
/*	border-radius: 5px;*/
	padding: 20px;
}
label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 1.2em;
	font-weight: 600;
	margin-right: 20px;
}
.form .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 30px auto 0;
}
.form .error{
	display: block;
	color: #e46900;
	font-weight: bold;
}
.form .end{
	font-size: 1.8em;
	color: #e46900;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}
.form .form_q{
	background: #fefefe;
	padding: 10px 20px;
	color: #2d2d2d;
	border-radius: 5px;
}
input:checked + span{
	color: #ff5634;
	text-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);
	position: relative;
}
input:checked + span:after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 5px;
	left: -10%;
	bottom: -10px;
	background: #ff5634;
	box-shadow: 1px 0 0 rgb(255,255,255,1),
				 0 1px 0 rgb(255,255,255,1),
				 -1px 0 0 rgb(255,255,255,1),
				 0 -1px 0 rgb(255,255,255,1);
}
button{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 0 auto;
	font-size: 1.4rem;
	border: 2px solid #7c7051;
	border-bottom: 5px solid #7c7051;
	border-radius: 50px;
	padding: 20px;
	background: #fff;
	color: #7c7051;
	font-weight: 600;
	width: 80%;
	max-width: 500px;
	letter-spacing: 1px;
}
button:hover{
	margin-top: 2px;
	border-bottom: 3px solid #7c7051;
	color: #ff5634;
	background: rgb(213,199,166);
	background: linear-gradient(0deg, rgba(213,199,166,1) 0%, rgba(232,229,209,1) 35%, rgba(255,255,255,1) 60%, rgba(232,229,209,1) 80%, rgba(213,199,166,1) 100%);
}
::-webkit-placeholder {
	color: #979797;
}
:-moz-placeholder {
	color: #979797;
}
::-moz-placeholder {
	color: #979797;
}
:-ms-placeholder {
	color: #979797;
}
::placeholder{
	color: #979797;
}

.info{
	color: #fefefe;
	font-size: 20px;
	background: #000000;
	padding: 60px 0 0;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto;
}
.info_ttl{
	max-width: 800px;
	margin: 0 auto 10px;
	letter-spacing: 5px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fefefe;
	text-align: center;
}

.info table{
	max-width: 800px;
	margin-bottom: 0;
	color: #2d2d2d;
	background: #fefefe;
}
.info th,
.info td{
	padding: 15px 20px;
	border-bottom: 1px dashed #5c8bb5;
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	/*background: #1c1a20;*/
	background: #2d2d2d;
	color: #fefefe;
	width: 20%;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: #1d4b75;
	text-align: left;
}
.info .tag{
	display: inline-block;
	background: #2d2d2d;
	color: #fefefe;
	font-size: .8em;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: 3px;
}
.info .tag_red{
	background: #ea2800;
/*	background: linear-gradient(to left top, #d8346b 0%,#e84254 20%,#f53c42 40%,#f21379 60%,#ed138b 80%,#d732b6 100%);*/
	vertical-align: 10px;
}
.line_through{
	text-decoration: line-through;
}
/*.info .red{
	color: #ff816f;
}*/
/*.price>.flex:first-child{
	position: relative;
	margin-bottom: 30px;
}
.price>.flex:first-child:before{
	content: "";
	display: inline-block;
	width: 110px;
	height: 5px;
	background: rgba(157,0,18,0.6);
	position: absolute;
	top: 20px;
	left: 10%;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}
.price>.flex:first-child:after{
	content: "\025bc  \025bc  \025bc";
	display: inline-block;
	color: #9d0012;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,40px);
	-webkit-transform: translate(-50%,40px);
	-ms-transform: translate(-50%,40px);
}
.price>.flex:last-child{
	margin-bottom: 0;
	position: relative;
}
.price .tag{
	display: inline-block;
	background: #bdb7b7;
	border-radius: 2px;
	line-height: 1;
	padding: 4px 8px;
	font-size: 16px;
	position: relative;
	margin-right: 10px;
}
.price .tag:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #bdb7b7;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
	-webkit-transform: translate(100%,-50%);
	-ms-transform: translate(100%,-50%);
}
.price .tag_ex{
	background: #9d0012;
	color: #fff;
	border-radius: 0 2px 2px 2px;
}
.price .tag_ex:after{
	border-left-color: #9d0012;
}
.price .tag_ex span{
	display: inline-block;
	background: #fff;
	color: #9d0012;
	font-size: .8em;
	padding: 2px 10px;
	margin: -22px 0 0 -8px;
	font-weight: 600;
	border: 1px solid #9d0012;
	border-radius: 2px 2px 0 0;
}
.form4 .price>.flex:first-child:before,
.form4 .price>.flex:first-child:after{
	display: none;
}
.price .label1{
	position: absolute;
	width: 100px;
	top: -60px;
	right: 0;
	transform: rotate(15deg);
}*/




/*table tr:not(:last-child){
	border-bottom: 1px solid #179fa1;
}*/

button#cr_btn {
	margin: auto;
	position: relative;
	display: inline-block;
	padding: 10px 60px;
	text-decoration: none;
	color: #FFF;
	background: #9d0012;
	background: linear-gradient(0deg, rgba(157,0,18,1) 0%, rgba(221,43,17,1) 50%, rgba(157,0,18,1) 100%);
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777;
	border: 2px solid #9d0012;
	font-weight: 600;
	font-size: 24px;
	cursor: pointer;
	letter-spacing: 2px;
}
/*#tgl_btn{
	border: none;
	background: none;
}
#tgl_bx{
	padding: 30px 30px 10px;
	margin: 0 auto;
	max-width: 700px;
	background: #f8f3e6;
	box-shadow: 0px 0px 3px 0px rgb(208 208 208 / 90%);
}
#tgl_bx p{
	padding: 0;
	margin: 0 auto 20px;
	font-size: .9em

}*/
button#cr_btn:hover {
	background: #9d0012;
	box-shadow: none;
}

@media screen and (max-width: 768px){

}

/* ƒXƒ}ƒz“K—pCSS */
@media screen and (max-width: 640px){
	.img_bx{
		padding: 0 20px;
	}

	/*.res1,
	.restotal{
		width: 95%;
		font-size: 24px;
		line-height: 1.2;
	}*/
	/*.res1 th,
	.res1 .date,
	.restotal tr:first-child{
		font-size: 1em;
	}*/
	/*.res1 th:nth-of-type(1){
		width: 10%;
	}*/
	/*.res1 th:nth-of-type(2),
	.res1 th:nth-of-type(3){
		width: 16%;
	}
	.res1 th:nth-of-type(4){
		width: 26%;
	}
	.res1 th:nth-of-type(5){
		width: 30%;
	}*/
	.form{
		width: 90%;
		font-size: 36px;
	}
	form .form_item:before{
		border: 15px solid transparent;
		border-left: 15px solid #f21379;
	}
	.form input[type="text"],
	textarea{
		font-size: 36px;
	}
	textarea{
		min-height: 500px;
	}
	input:checked + span:after{
		/*width: 300px;*/
		/*bottom: 0;*/
	}
	.form .btn{
		width: 90%;
	}
	.form form input[type="text"]{
		padding: 30px 10px;
		/*width: 600px;*/
	}
	.list1{
		width: 90%;
	}
	.list2,
	.list3{
		width: 95%;
	}
	.list1 li:before,
	.list1 li:after{
		top: 20px;
	}
	.list2 li:before{
		top: .8em;
		left: -15px;
		width: 15px;
		height: 15px;
	}
	.list3 li:before{
		top: 0.4em;
		width: 15px;
		height: 25px;
		border-right: 6px solid #ad8000;
		border-bottom: 6px solid #ad8000;
	}
	.list5 {
		width: 95%;
		padding-bottom: 1px;
	}
	.list5 li{
		line-height: 1.4;
		padding-left: 100px;
	}
	.list5 li:before{
		content: "0" counter(count-ex01);
		width: 90px;
		height: 60px;
		left: -20px;
		line-height: 60px;
		font-size: 40px;
	}
	.list5 li:after{
		border: solid 10px transparent;
		border-left: solid 12px #214f73;
		left: 70px;
	}

	.box1{
		width: 95%;
		max-width: initial;
	}
	.box2{
		width: 95%;
		max-width: initial;
		text-align: left;
	}
	/*.box1{
		padding:40px 0 10px;
	}*/
	#main .box1 p{
		padding: 0 15px;
	}
	.box2>div:before{
		font-size: 100px;
		top: 80px;
	}
	.check1,
	.check2{
		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: 4px;
		left: 12px;
	}
	.check2{
		font-size: 40px;
	}
	.check2 li:before{
		width: 40px;
		height: 40px;
		border: 3px solid #f2136a;
		margin: 0 10px -5px -40px;
	}
	.check2 li:after{
		width: 40px;
		height: 20px;
		border-bottom: 4px solid #f2136a;
		border-left: 4px solid #f2136a;
		top: 4px;
		left: 12px;
	}
	.jisseki{
		width: 95%;
		font-size: 26px;
	}
	.jisseki_bg{
		background: url(../images/jisseki_bg_sp.png) repeat top center #001736;
		background-size: contain;
	}
	.jisseki td:nth-of-type(1),
	.jisseki td:nth-of-type(2){
		width: 20%;
	}
	.jisseki_total .fs50{
		font-size: 70px;
	}

	.bg_gray .cnt{
		background: url(../images/bg_gray.png) center left -100px no-repeat;
	}
	.box3{
		width: 95%;
		text-align: left;
		line-height: 1.6;
	}
	.box4{
		width: 95%;
	}
	.box4_ttl{
		top: -60px;
	}
	.box5{
		margin-right: 20px;
		margin-left: 20px;
	}
	.box5 p{
		padding-left: 100px;
	}
	.box6{
		margin-right: 20px;
		margin-left: 20px;
	}
	.box7{
		width: 95%;
		padding: 80px 30px 10px;
		margin-top: 100px;
	}
	.box7:before{
		width: 140px;
		height: 140px;
		top: -70px;
		left: calc(50% - 70px);
	}
	.box7 .box7_ttl{
		font-size: 50px;
	}
	.box7 .box7_ttl>span{
		font-size: 1.8rem;
		line-height: 1.2;
		width: 140px;
		top: -20px;
		left: calc(50% - 70px);
	}
	/*.benefit{
		width: 95%;
		padding: 40px 20px;
	}
	.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 .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;
	}
	#main .form .flex p:first-child{
		margin-bottom: 5px;
	}
	#main .form .flex p:first-child span{
		border-bottom: 1px solid;
	}
	#main .form .flex p:first-child span:before,
	#main .form .flex p:first-child span:after{
		content: "▼";
		display: inline-block;
	}
	#main .form .flex.left div{
		-webkit-flex: 1 0 100%;
		-moz-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		-o-flex: 0 1 100%;
		flex: 0 1 100%;
	}*/
	.info{
		font-size: 30px;
	}
	.info table{
		width: 95%;
	}
	.info th{
		font-size: 24px;
		width: 15%;
	}
	.info td{
		font-size: 30px;
	}
	/*.price>.flex:first-child{
		margin-bottom: 60px;
	}
	.price>.flex:first-child:before{
		top: 30px;
	}
	.price>.flex:first-child:after{
		bottom: 0;
		left: 0;
		transform: translate(50%,40px);
		-webkit-transform: translate(50%,40px);
		-ms-transform: translate(50%,40px);
	}
	.price .tag_ex{
		font-size: 24px;
	}
	.price .tag_ex:after{
		border: solid 4px transparent;
		border-top: solid 6px #9d0012;
		top: 100%;
		right: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
	}
	.price .tag_ex span{
		margin: 0 5px 0 0px;
		vertical-align: 2px;
		padding: 2px 10px 1px;
		border-radius: 2px;
	}*/
	/*.price>.flex:first-child:before{
		left: 30%;
	}*/
	/*.price .tag:not(.tag_ex)+div{
		width: 80%;
	}
	.price .tag:not(.tag_ex)+div .fs16{
		display: inline-block;
	}
	.price .label1{
		top: 30px;
		right: 30px;
	}*/

	.info .fs40{
		font-size: 170%;
	}
	.form3 label{
		font-size: 1.4em;
	}

	/*.form .flex input[type="text"]{
		width: 100%;
	}*/
	
	.list3{
		line-height: 1.4;
		width: 90%;
		padding: 40px 20px 20px;
	}
	#tgl_btn{
		font-size: 24px;
	}


}
.btn_thn{
	display: block;
	margin: 50px auto;
	padding: 20px 30px;
	width: 100%;
	max-width: 450px;
	font-size: 26px;
	border-radius: 50px;
	background: rgb(242,58,79);
/*	background: linear-gradient(0deg, rgba(168,114,49,1) 0%, rgba(201,169,105,1) 30%, rgba(253,240,169,1) 50%, rgba(201,169,105,1) 70%, rgba(168,114,49,1) 100%);*/
	border: none;
/*	box-shadow: inset 0 0 10px 5px rgba(253,240,169,0.7);*/
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 0 4px rgba(242,58,79,1),
				 0 1px 4px rgba(242,58,79,1),
				 -1px 0 4px rgba(242,58,79,1),
				 0 -1px 4px rgba(242,58,79,1);
}
.btn_thn:hover{
/*	background: linear-gradient(0deg, rgba(201,169,105,1) 0%, rgba(253,240,169,1) 50%, rgba(201,169,105,1) 100%);*/
	/*text-shadow: 1px 0 5px rgba(201,169,105,1),
				 0 1px 5px rgba(201,169,105,1),
				 -1px 0 5px rgba(201,169,105,1),
				 0 -1px 5px rgba(201,169,105,1);*/
	color: #eeff00;
	background: rgb(242,73,94);
	cursor: pointer;
}


@media screen and (max-width: 414px){
	/*.box1 p {
		padding: 0px 30px;
		margin: 0px auto;
		line-height: 1.5em;
		font-size: 45px;
	}*/
}
