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

.bg_txt_001{
	background: url(../images/bg_txt_001.png) no-repeat center;
	padding-top: 80px;
	margin-top: -80px;
}
.bg_txt_001 p{
	text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}
.bg_txt_003{
	background: url(../images/bg_txt_003.png) no-repeat center;
}
.bg_txt_102{
	background: url(../images/bg_txt_102.png) no-repeat center;
}
.bg_txt_103{
	background: url(../images/bg_txt_103.png) no-repeat center;
}
.bg_txt_104{
	background: url(../images/bg_txt_104.png) no-repeat center;
}
.bg_txt_106{
	background: url(../images/bg_txt_106.png) no-repeat center;
}
.bg_txt_107{
	background: url(../images/bg_txt_107.png) no-repeat center;
}
.bg_txt_108{
	background: url(../images/bg_txt_108.png) no-repeat bottom center;
}
.bg_txt_109{
	background: url(../images/bg_txt_109.png) no-repeat center;
}
.bg_txt_110{
	background: url(../images/bg_txt_110.png) no-repeat center;
}
.bg_txt_111{
	background: url(../images/bg_txt_111.png) no-repeat center;
}
.bg_txt_112{
	background: url(../images/bg_txt_112.png) no-repeat center;
}
.bg_txt_202{
	background: url(../images/bg_txt_202.png) no-repeat center;
}
.bg_txt_203{
	background: url(../images/bg_txt_203.png) no-repeat center;
}
.bg_txt_204{
	background: url(../images/bg_txt_204.png) no-repeat center;
}
.bg_txt_206{
	background: url(../images/bg_txt_206.png) no-repeat center;
}
.bg_txt_207{
	background: url(../images/bg_txt_207.png) no-repeat 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: #e9f1f5;
	color: #2d2d2d;

}
.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;
}
.box1 p:last-child{
	margin-bottom: 20px;
}
.box2{
	margin: 0 auto 80px;
	line-height: 1.4;
	color: #2d2d2d;
}
.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{
	margin: 0 auto 80px;
	background: #ffefe2;
	padding: 60px 50px 30px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	border: 2px solid #f97304;
}
.box4_ttl {
	position: absolute;
	display: inline-block;
	background: #f97304;
	color: #fefefe;
	padding:10px;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 50px;
	padding: 5px 20px;
	border-radius: 5px;
}
.box4 p{
	padding: 0;
	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: 0 auto 80px;
	position: relative;
}
.box6 p{
	padding: 0;
	margin: 0 auto 20px;
	line-height: 1.4;
}
.box6 p:last-child{
	margin-bottom: 0;
}
.box6::before{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	border-top: 2px solid;
	border-left: 2px solid;
	top: 0;
	left: 0;
}
.box6::after{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 40px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	bottom: 0;
	right: 0;
}
.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:after {
	position: absolute;
	content: '';
}


}

/*.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: #f97304;
}

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

.box8{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: #000;
	border-radius: 30px;
}
.box9{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: #f97304;
	border-radius: 30px;
	color: #fff;
}
.box10{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: url("../images/bg_money01.png") no-repeat center;
	background-size: cover;
	border-radius: 30px;
}
.box11{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: url("../images/bg_money02.png") no-repeat center;
	background-size: cover;
	border-radius: 30px;
}
.box12{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: url("../images/bg_money03.png") no-repeat center;
	background-size: cover;
	border-radius: 30px;
}
.box13{
	margin: 0 auto 40px;
	padding: 60px 50px;
	background: url("../images/bg_money04.png") no-repeat center;
	background-size: cover;
	border-radius: 30px;
}
.check1{
	max-width: 800px;
	margin: 0 auto 80px;
	padding: 30px 30px 10px;
	background: #f2f2f2;
	line-height: 1.4;
	color: #2d2d2d;
}
.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: #f5e9e9;
	line-height: 1.4;
	font-size: 24px;
	color: #2d2d2d;
}
.check2 li{
	list-style: none;
	position: relative;
	border-bottom: 1px dashed #f97304;
	padding-left: 45px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.check2 li:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #f97304;
	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 #f97304;
	border-left: 3px solid #f97304;
	transform: rotate(-45deg);
	position: absolute;
	top: 6px;
	left: 18px;
}
.check3{
	margin: 0 auto 80px;
	line-height: 1.4;
}
.check3 li{
	list-style: none;
	position: relative;
	border: 2px solid #b8000a;
	padding-left: 3em;
	margin-bottom: 20px;
	background: #b8000a;
}
.check3 li:last-child{
	margin-bottom: 0;
}

.check3 li p{
	padding: 10px 20px;
	background: #fff;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 700;
}
.check3 li:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 8px);
	left: 1em;
}
.check4{
	margin: 0 auto 80px;
	line-height: 1.4;
}
.check4 li{
	list-style: none;
	position: relative;
	border: 2px solid #f97304;
	padding-left: 3em;
	margin-bottom: 20px;
	background: #f97304;
}
.check4 li:last-child{
	margin-bottom: 0;
}

.check4 li p{
	padding: 10px 20px;
	background: #fff;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 700;
}
.check4 li:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	border: 1px solid transparent;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 8px);
	left: 1em;
}
.list1{
	padding: 0;
	margin: 0 auto 80px;
	max-width: 800px;}
.list2,
.list3,
.list4,
.list5{
	padding: 50px 50px 30px;
	margin: 0 auto 80px;
	background: #fff;
}
.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: #f97304;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	margin-top: -10px;
	padding-top: 5px;
	border-radius: 5px;
}
.list5 li:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #f97304;
	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 #f97304;
	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: #f97304;
	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);
}

.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.form_tp{
	margin: 0 auto;
	padding: 80px 0;
	width: 100%;
	font-size: 20px;
}
.form_btm{
	margin: 0 auto;
	padding: 80px 0 100px;
	width: 100%;
	font-size: 20px;
	background: url(../images/form_bg.png) no-repeat bottom -80px center;
	background-size: cover;
}
.form_btm form{
	
}

form.bg_none{
	background: none;
}
.form{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 100px;
	font-size: 20px;
	background: #fff;
	box-shadow:
	 0px 0px 20px rgba(255,129,4, .2);
}
.form p {
	margin: 0px auto 20px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
.form .form_ttl{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	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 #f97304;
}

.form input[type="text"] {
	font-size: 20px;
	padding: 20px;
	border: 2px solid #000;
/*	border-radius: 5px;*/
	width: 100%;
	background: #fefefe;
}
textarea{
	font-size: 18px;
	width: 100%;
	min-height: 200px;
	border: 2px solid #000;
/*	border-radius: 5px;*/
	padding: 20px;
}

.form .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 30px auto 0;
	max-width: 100%;
}
.form .error{
	display: block;
	color: #f97304;
	font-weight: bold;
}
.form .end{
	font-size: 1.8em;
	color: #f97304;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}

input:checked + span{
	color: #f97304;
	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:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 110%;
	height: 5px;
	left: -10%;
	bottom: -5px;
	background: #f97304;
	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);
}
input:checked + span:after{
	content: "を選択する";
	font-size: 0.7em;
}
button{
	cursor: pointer;
	display: block;
	margin: 40px auto;
	padding: 25px 0;
	width: 100%;
	max-width: 500px;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	background: linear-gradient(0deg, rgba(47,106,169,1) 0%,rgba(65,148,216,1) 40%,rgba(65,148,216,1) 60%, rgba(47,106,169,1) 100%);
	box-shadow: 0px 5px 0px #1e427d;
	transition: .3s;
	border: none;
	border-radius: 50px;
	
}
button:hover{
	box-shadow: unset;
	transform: translateY(4px);
	
}
::-webkit-placeholder {
	color: #979797;
}
:-moz-placeholder {
	color: #979797;
}
::-moz-placeholder {
	color: #979797;
}
:-ms-placeholder {
	color: #979797;
}
::placeholder{
	color: #979797;
}
/*radio*/
.form_radio{
	display: flex;
	gap: 10px;
}
label {
	position: relative;
	cursor: pointer;
	padding: 10px 15px 10px 40px;
	border-radius: 8px;
	width: 100%;
	border: 1px solid #b7b7b7;
}

label::before/*,
label::after */{
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label::before {
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 10px;
}

/*label::after {
	background-color: #f97304;
	border-radius: 50%;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 15px
}*/
input:checked + label{
	color: #fff;
    font-weight: 700;
    background: #f97304;
    border-color: #f97304;
}
input:checked + label::before{
/*	    border-color: #f97304;*/
	border-width: thick;
    background: #f97304;
    border-color: #fff;

}
input:checked + label::after {
/*	opacity: 1;*/
	content: "（選択中）";
	font-weight: normal;
	font-size: 0.8em;
}
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}
.info{
	padding-bottom: 40px;
}
.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{
	margin-bottom: 0;
	color: #000;
	border: 1px solid #000;
/*	background: #fefefe;*/
}

.info th,
.info td{
	padding: 15px 20px;
	border-bottom: 1px dashed #000;
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	background: #000;
	color: #f97304;
	width: 25%;
	letter-spacing: 2px;
	font-size: .9em;
	border-color: #bababa;
}
.info td{
	text-align: left;
	background: #fff;
}
.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;
}
.bx_pat {
	margin: 0 auto 80px;
	padding: 30px 1em 10px;
	color: #fafcff;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border: 2px solid #f97304;
	
	
}
.bx_pat p{
	margin-bottom: 10px;
	padding: 0;
	/*mix-blend-mode: color-dodge;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);*/
	
}
.bx_pat img{
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(81,44,7, 1.0);
}
.bx_pat img+.red2 {
	color: #ff8d77;
	margin-bottom: 60px;
}
.bx_pat .total{
	font-weight: bold;
}
.bx_pat .total>span{
	border-bottom: 2px solid #f97304;
}
.arrow_b{
	position: relative;
}
.arrow_b::before,
.arrow_b::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 20px solid #f97304;
	position: absolute;
}
.arrow_b::before{
	top: -10px;
	left: calc(50% - 30px);
}
.arrow_b::after{
	top: 10px;
	left: calc(50% - 30px);
}
@media screen and (max-width: 768px){

}

/* ƒXƒ}ƒz“K—pCSS */
@media screen and (max-width: 640px){
	[class^="bg_txt_"]{
		background-size: cover;
	}

	.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;
	}
	.box3{
		width: 95%;
		text-align: left;
		line-height: 1.6;
	}
	.box4{
		padding: 40px 1em 0;
	}
	.box4_ttl{
		left: 1em;
	}
	.box5{
		margin-right: 20px;
		margin-left: 20px;
	}
	.box5 p{
		padding-left: 100px;
	}
	.box7{
		width: 95%;
		padding: 80px 30px 10px;
		margin-top: 100px;
	}
	.box6{
		padding: 20px 1em 10px;
	}
	.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);
	}
	
	.box8,
	.box9{
		padding: 40px 1em;
	}
	.box10,
	.box11,
	.box12,
	.box13{
		padding: 30px 0;
	}

	.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 #f97304;
		margin: 0 10px -5px -40px;
	}
	.check2 li:after{
		width: 40px;
		height: 20px;
		border-bottom: 4px solid #f97304;
		border-left: 4px solid #f97304;
		top: 4px;
		left: 12px;
	}
	.check3 li,
	.check4 li{
		padding-left: 2em;
	}
	.check3 li:after,
	.check4 li:after{
		left: 0.5em;
	}
	.check3 li p,
	.check4 li p{
		padding: 10px;
	}
	.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{
		line-height: 1.4;
		width: 90%;
		padding: 40px 20px 20px;
	}
	.list3 li:before{
		top: 0.4em;
		width: 15px;
		height: 25px;
		border-right: 6px solid #ad8000;
		border-bottom: 6px solid #ad8000;
	}
	.list5 {
		padding: 20px 1em 0;
	}
	.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;
	}

	/*.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_tp{
		padding: 20px 20px 80px;
	}
	.form_btm{
		padding: 20px 20px 40px;
	}
	.form{
		padding: 30px 20px;
	}
	form .form_ttl{
		text-align: left;
	}
	form .form_item{
		margin-top: 20px;
	}
	.form input[type="text"],
	textarea{
		padding: 15px 10px;
	}
	textarea{
		min-height: 500px;
	}

	.bx_pat{
		background: rgba(81,44,7, .8);
	}

	.bg_gray .cnt{
		background: url(../images/bg_gray.png) center left -100px no-repeat;
	}
	.arrow_b::before{
		top: -40px;
	}
	.arrow_b::after{
		top: -20px;
	}
	.form_radio{
		flex-wrap: wrap;
	}
	.info th,
	.info td{
		padding: 10px;
	}
	
	/*.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%;
	}*/

	/*.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;
	}*/


	/*.form .flex input[type="text"]{
		width: 100%;
	}*/
	

	#tgl_btn{
		font-size: 24px;
	}


}


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