@charset "UTF-8";
/*custom color size*/
:root {
	--color-main1: #ed0600;
	--color-main2: #ffe0df;
	--color-sub1: #ffb62c;
	--color-sub2: #f47e00;
	--color-sub3: #fffaf1;
	--color-blk1:#212121;
	--color-blk2:#d6d6d6;
	--color-blk3:#f3f3f3;
	--color-wht:#fcfcfc;
	--margin-big: 180px;
	--margin-middle: 60px;
	--margin-small: 30px;
	--margin-col: 20px;
	--container-w1: 60px;
	--container-w2: 30px;
	--raidus-main: 5px;
}
@media screen and (max-width: 1080px) {
	:root {
		--margin-big: 100px;
		--margin-big2: 40px;
		--margin-middle: 30px;
		--container-w1: 30px;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--margin-big: 100px;
		--margin-big2: 50px;
		--margin-middle: 50px;
		--container-w1: 20px;
		--container-w2: 20px;
	}
}
/*====================================================================
　Commons
====================================================================*/
.fit{
	inline-size: fit-content;
}
.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.img_bx{
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}

.pat_box{
	padding: 60px 30px 40px;
	margin : 80px auto;
	border: 1px solid var(--color-sub1);
	/*border-image: linear-gradient(to left top, #d0a22c 0%, #fffc19 40%,#fffc19 55%, #d0a22c 70%, #fffc19 100%);
	border-image-slice: 1;*/
	background: rgba(33,33,33, .8);
	font-weight: bold;
	text-align: center;
	max-width: 900px;
	line-height: 1.2;
	color: #fafcff;
	font-family: "Noto Serif JP", serif;
}
.bg_gry .pat_box{
	padding: 30px 30px 0px;
	margin: 40px auto;
}
.pat_box>*{
	margin-bottom: 20px;
}
.pat_box .date{
	text-align: center;
	padding: 0;
	font-size: 30px;
	letter-spacing: 3px;
}
.pat_box .result{
	text-align: right;
	padding: 0;
	color: var(--color-sub1);
	mix-blend-mode: color-dodge;
}

.pat_box .result>span.red{
	display: inline-block;
	border-bottom: 2px solid;
	padding: 0 10px;
}
.pat_box .suppl{
	font-size: 30px;
	border-bottom: 1px solid var(--color-sub1);
	padding-bottom: 20px;
}
.benefit{
	max-width: 1000px;
	margin: 0 auto 80px;
/*	background: rgba(0, 0, 0, .8);*/
	font-size: 2em;
	color: var(--color-wht);
	text-shadow: 1px 0 8px rgb(33,33,33,0.5),
				 0 1px 8px rgb(33,33,33,0.5),
				 -1px 0 8px rgb(33,33,33,0.5),
				 0 -1px 8px rgb(33,33,33,0.5);
	font-family: "Noto Serif JP", serif;
/*	font-style: italic;*/
	font-weight: 600;
	line-height: 1.4;
}
.benefit>div{
	padding: 45px 30px;
	margin-bottom: 20px;
	display: flex;
	gap: 30px;
}
.benefit p{
	margin-bottom: 0;
	flex: 1;
	letter-spacing: -0.01em;
}
.benefit .num{
	display: inline-block;
	margin: auto;
	font-size: 2.2em;
	line-height: 1;
	font-style: italic;
	color: var(--color-sub1);
}
.benefit .ben01{
	background: url(../images/ben01.png) no-repeat center;
	background-size: cover;
}
.benefit .ben02{
	background: url(../images/ben02.png) no-repeat center;
	background-size: cover;
}
.benefit .ben03{
	background: url(../images/ben03.png) no-repeat center;
	background-size: cover;
}
.benefit .ben04{
	background: url(../images/ben04.png) no-repeat center;
	background-size: cover;
}
.benefit .ben05{
	background: url(../images/ben05.png) no-repeat center;
	background-size: cover;
}
.benefit .ben06{
	background: url(../images/ben06.png) no-repeat center;
	background-size: cover;
}
.benefit .ben07{
	background: url(../images/ben07.png) no-repeat center;
	background-size: cover;
}
.benefit .ben08{
	background: url(../images/ben08.png) no-repeat center;
	background-size: cover;
}
.benefit .ben09{
	background: url(../images/ben09.png) no-repeat center;
	background-size: cover;
}
.benefit .ben10{
	background: url(../images/ben10.png) no-repeat center;
	background-size: cover;
}
.benefit .ben11{
	background: url(../images/ben11.png) no-repeat center;
	background-size: cover;
}

.voice{
	padding: 45px 30px 20px;
	max-width: 1000px;
	margin: 0 auto 80px;
	background: var(--color-wht);
	background-image: linear-gradient(180deg, rgba(214, 214, 214, .8) 1px, transparent 1px); /* 罫線の色と太さ */
	background-size: 100% 2.5em; /* 行の高さ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
	position: relative;
}
.voice p{
	margin-bottom: 45px;
}
.voice p:last-child{
	margin-bottom: 30px;
}
.voice .voice_ttl{
	background: var(--color-sub3);
	border-top: 1px solid var(--color-sub1);
	border-bottom: 1px solid var(--color-sub1);
	color: var(--color-sub2);
	font-weight: 600;
	text-align: center;
	font-size: 1.4em;
	position: relative;
}
.voice .voice_ttl::before,
.voice .voice_ttl::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-sub1);
	
	vertical-align: 3px;
}
.voice .voice_ttl::before{
	margin-right: 10px;
}
.voice .voice_ttl::after{
	margin-left: 10px;
}
.box1 {
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 15px;
	border-top: solid 2px var(--color-main1);
	border-bottom: solid 2px var(--color-main1);
	background: var(--color-blk3);
}
.box1:before,
.box1:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: var(--color-main1);
}
.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
	padding: 0 20px;
	margin: 0 auto 10px;
}
.box2{
	line-height: 1.4;
	color: var(--color-blk1);
	max-width: 1000px;
	margin: 0 auto 80px;
	padding: 30px 0 10px;
	background: var(--color-main2);
	position: relative;
}
.box2:after{
	border:1px solid var(--color-main1);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.box2 p {
	padding: 0 30px;
	margin: 0 auto 20px;
}
.box3{
	max-width: 1000px;
	margin: 0 auto 40px;
	background: var(--color-sub3);
	font-weight: 600;
/*	inline-size: fit-content;*/

}
.box3 .box3_ttl{
	background: var(--color-sub1);
	text-align: center;
	
	font-size: 24px;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
}
.box3 .box3_ttl::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 10px var(--color-sub1);
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.box3 ul{
	padding: 30px;
}
.box3 ul li{
	list-style: none;
	font-size: 22px;
	position: relative;
	line-height: 1.4;
	padding-left: 1.5em;
	text-indent: -1em;

}
.box3 ul li::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-sub1);
	margin-right: 10px;
}
.box3 ul li:not(:last-child){
	margin-bottom: 20px;
}
.box4{
	max-width: 1000px;
	margin: 0 auto 40px;
	position: relative;
	padding: 30px;
	background: var(--color-sub3);
	border: 1px solid var(--color-sub1);
}
.box4 .box4_ttl{
	font-size: 1.6em;
	position: relative;
	font-weight: 600;
	color: var(--color-sub2);
}
.box4 .box4_ttl::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-sub1);
	margin-right: 10px;
}
.box4 p{
	margin-bottom: 20px;
}
.box5{
	max-width: 1000px;
	margin: 0 20px 15px 0;
	padding: 10px 20px 10px 40px;
	position: relative;
	background: var(--color-wht);
	font-style: italic;
	display: inline-block;
}
.box5::before{
	display: inline-block;
	position: absolute;
	top: -4px;
	left: -5px;
	content: "“";
	font-family: sans-serif;
	font-size: 3em;
	line-height: 1;
	z-index: 2;
}
.box5::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-width: 0 0 50px 50px;
	border-style: solid;
	border-color: transparent var(--color-blk3);
}
.box5 p{
	padding: 0;
	line-height: 1.4;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.box5 p:last-child{
	margin-bottom: 0;	
}

.box6{
	max-width: 1000px;
	margin: 80px auto;
	background: rgba(0, 0, 0, .7);
	padding: 50px 0 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	border: 1px dashed  #4af600;
}
.box6_ttl {
	position: absolute;
	display: inline-block;
	background: #4af600;
	padding:10px;
	color: #2d2d2d;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 30px;
	padding: 5px 20px;
	border-radius: 5px;
	text-shadow: none;
}
.box6 p{
	padding: 0 50px;
	margin: 0 auto 30px;
}
.box6 p.mb80{
	margin-bottom: 80px;
}
.box7 {
	max-width: 1000px;
	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: var(--color-sub1);
}

.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: #4af600;
	font-weight: bold;
	font-style: italic;
}

.box7 span {
	position: relative;
	z-index: 1;
}
.box7 p{
	margin: 0 auto 40px;
	padding: 0;
}
.box8{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px 0 10px;
	background: rgba(239, 255, 233, .7);
	color: #2d2d2d;
	text-shadow: none;
}
.check1{
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	line-height: 1.4;
	gap: 10px;
}
.check1 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	padding-bottom: 10px;
	padding: 15px 0 17px 45px;
	width: calc(100% / 3 - (30px / 2));
	border-radius: var(--raidus-main);
	background: var(--color-blk2);
	font-size: 24px;
}
.check1 li::before{
	content: "";
	position: absolute;
	top: 24px;
	left: 15px;
	width: 20px;
	height: 20px;
	border: 2px solid #142a88;
}
.check1 li::after{
	content: "";
	position: absolute;
	top: 23px;
	left: 19px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 10px;
	border-left: 2px solid #142a88;
	border-bottom: 2px solid #142a88;
}
.check2{
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 10px;
}
.check2 li{
	list-style: none;
	position: relative;
	padding: 20px;
	padding-left: 2.4em;
	text-indent: -1.3em;
	background: var(--color-main2);
	border-radius: var(--raidus-main);
	margin-bottom: 10px;
}
.check2 li::before{
	content: "";
	position: absolute;
	top: 25px;
	left: 25px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 10px;
	height: 17px;
	border-right: 3px solid var(--color-main1);
	border-bottom: 3px solid var(--color-main1);
}
.check2 .bgred{
	padding-left: 1.3em;
}
.check3{
	margin: 0 auto 40px;
	text-align: left;
	padding: 30px;
	background: var(--color-blk2);
}

.check3 li{
	list-style: none;
	position: relative;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 30px;
	font-size: 24px;
}
.check3 li::before{
	content: "";
	position: absolute;
	top: 12px;
	left: 15px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-blk1);
}
.check3 li::after{
	content: "";
	position: absolute;
	top: 12px;
	left: 19px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 10px;
	border-left: 2px solid var(--color-main1);
	border-bottom: 2px solid var(--color-main1);
}
.check3 li:not(:last-child){
	margin-bottom: 10px;
	border-bottom: 1px dashed var(--color-blk1);
}

.list1{
	margin: 0 auto 40px;
	padding: 30px;
	background: var(--color-blk1);
	color: var(--color-blk2);
}
.list2{
	margin: 30px auto 80px;
	font-weight: 600;
}
.list3,
.list4{
	margin: 0 auto 40px;
}
.list5{
	padding: 30px 30px 10px;
	margin: 0 auto 40px;
	background: var(--color-sub3);
	border: 1px solid var(--color-sub2);
}
.list77{
	padding: 30px 30px 10px;
	margin: 0 auto 40px;
	background: var(--color-sub3);
	border: 1px solid var(--color-sub2);
}
.list1 li,
.list2 li,
.list3 li,
.list4 li,
.list6 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	line-height: 1.4;
}
.list1 li::before,
.list1 li::after,
.list3 li::before{
	content: "";
	position: absolute;
}
.list1 li{
	padding-left: 50px;
	padding-right: 30px;
	font-size: 24px;
}
.list1 li::before{
	top: 0;
	left: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	border-bottom: 3px solid var(--color-blk2);
}
.list1 li::after{
	top: 0;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 25px;
	height: 25px;
	border-bottom: 3px solid var(--color-blk2);
}
.list1 li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-blk2);
}

.list2 li{
	font-size: 28px;
	border-bottom: 1px dashed var(--color-blk1);
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1em;
}
.list2 li:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-blk1);
	margin-right: 10px;
}
.list3 li{
	padding: 30px;
	border: 1px solid var(--color-sub1);
	background: var(--color-sub3);
}
.list3 .list3_ttl{
	font-size: 1.6em;
	margin-bottom: 10px;
	color: var(--color-sub2);
	font-weight: bold;
	padding-left: 1em;
	text-indent: -0.8em;
}
.list3 .list3_ttl::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: var(--color-sub1);
	margin-right: 10px;
	vertical-align: 3px;
}
.list3 li:not(:last-child){
	margin-bottom: 20px;
}
.list3 p{
	margin-bottom: 0;
}
.list4 li{
	text-align: left;
	padding: 30px;
	border: 1px solid var(--color-blk3);
	background: var(--color-wht);
	font-size: 20px;
}
.list4 li:not(:last-child){
	margin-bottom: 20px;
}
.list5 li{
	list-style: none;
	position: relative;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	counter-increment: count-ex01;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 20px;
}
.list5 li::before{
	content: "違い " counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: var(--color-main1);
	color: var(--color-wht);
	width: 55px;
	height: 30px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	margin-top: -10px;
	font-weight: 500;
}
.list5 li::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px var(--color-main1);
	top: 50%;
	left: 55px;
	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 var(--color-sub2);
	margin-bottom: 20px;
}



.list77 li{
	list-style: none;
	position: relative;
	padding-left: 70px;
	/*padding-bottom: 10px;*/
	counter-increment: count-ex01;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 20px;
}
.list77 li::before{
	content: " " counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: var(--color-main1);
	color: var(--color-wht);
	width: 55px;
	height: 30px;
	text-align: center;
	top: 50%;
	left: 0;
	line-height: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	margin-top: -10px;
	font-weight: 500;
}
.list77 li::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px var(--color-main1);
	top: 50%;
	left: 55px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	margin-top: -10px;
}
.list77 li:not(:last-child){
	border-bottom: 1px dashed var(--color-sub2);
	margin-bottom: 20px;
}



.list6{
	margin: 30px auto 80px;
	font-weight: 600;
	font-size: 20px;
}

.list6 li{
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	gap: 10px;
}
.list6 li::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: var(--color-blk1);
}
.list6 li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 15%;
	background: var(--color-sub1);
}
.list6 .tag{
	display: inline-block;
	border: 1px solid var(--color-sub1);
	color: var(--color-sub2);
	background: var(--color-sub3);
	padding: 3px 8px;
	line-height: 1;
	font-size: 14px;
	border-radius: var(--raidus-main);
	margin: auto;
}
.list6 p{
	margin-bottom: 0;
	flex: 1;
}

.form_area{
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
	background: var(--color-blk1);

}

.form_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 100px;
	border: 6px double var(--color-sub1);
	box-shadow:
	 inset 0 0 0 10px rgba(0,0,0,1),
	 inset 0 0 0 11px var(--color-sub1);
	background: #000;
	font-size: 20px;
	color: var(--color-wht);
}
.form_box p {
	margin: 0px auto 20px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
.form_box .form_ttl{
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-sub1);
	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_box .form_item{
	text-align: left;
	margin: 40px auto 5px;
/*	color: #4af600;*/
	font-weight: bold;
}
.form_item:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 7px solid var(--color-sub1);
}

input[type="text"],
textarea {
	font-size: 20px;
	padding: 20px;
	border: 2px solid var(--color-sub1);
/*	border-radius: 5px;*/
	width: 100%;
	background: var(--color-wht);
}
textarea{
	font-size: 18px;
	padding: 15px 20px;
	min-height: 250px;
	line-height: 1.4;
}
label {
	cursor: pointer;
	cursor: hand;
	/*font-weight:normal;*/
	font-size: 1.4em;
	font-weight: 600;
	margin-right: 20px;
	display: inline-block;
	line-height: 1;
}
.form_box .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 30px auto 0;
	max-width: 100%;
}
.form_box .error{
	display: block;
	color: var(--color-main1);
	font-weight: bold;
}
.form_box .end{
	font-size: 1.8em;
	color: var(--color-main1);
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}
input:checked + span{
	color: var(--color-sub1);
	/*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: var(--color-sub1);
	/*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: "を選択する";
	display: inline-block;
	font-size: .7em;
}

button#cr_btn {
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(153,93,42,1);
	background: linear-gradient(0deg, rgba(153,93,42,1) 0%, rgba(230, 190, 68, 1) 25%, rgba(253, 245, 179, 1) 45%, rgba(250, 237, 162, 1) 55%, rgba(230, 190, 68, 1) 75%, rgba(153,93,42,1) 100%);
	border-radius: 50px;
	box-shadow:
		 inset -5px -5px 10px 0px rgba(254, 208, 53, 0.5),
		 inset 5px 5px 10px 0px rgba(210, 150, 40, 0.5);
	border: 2px solid #370c08;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: var(--color-main1);	
	letter-spacing: 1px;
	text-shadow: 1px 0 0 rgb(250,237,162,1),
				 0 1px 0 rgb(250,237,162,1),
				 -1px 0 0 rgb(250,237,162,1),
				 0 -1px 0 rgb(250,237,162,1);
	border: 1px solid var(--color-sub1);
}

button#cr_btn:hover {
	background: rgb(162,111,0);
	background: linear-gradient(0deg, rgba(162,111,0,1) 0%, rgba(230,190,68,1) 20%, rgba(253,245,179,1) 40%, rgba(250,237,162,1) 60%, rgba(230,190,68,1) 80%, rgba(162,111,0,1) 100%);
	box-shadow: none;
}
::-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;
	padding: 80px 0 40px;
	margin: 0 auto;
	width: 100%;
	letter-spacing: 1px;
	margin: 0 auto;
	background: var(--color-blk1);
}
.info_ttl{
	max-width: 1000px;
	margin: 0 auto 10px;
	letter-spacing: 5px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-sub1);
	text-align: center;
	color: var(--color-sub1);
	font-size: 24px;
	font-weight: 600;
}
.info table{
	width: 100%;
	max-width: 1000px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
	color: #2d2d2d;
	border: 1px solid var(--color-sub1);
/*	background: #fefefe;*/
}

.info th,
.info td{
	padding: 15px 20px;
	border-bottom: 1px dashed var(--color-sub1);
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	background: rgba(0, 0, 0, 1);
	color: var(--color-sub1);
	width: 25%;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: var(--color-sub2);
	text-align: left;
	background: #fefefe;
}
.info .small{
	display: inline-block;
	font-size: .9em;
}
.info .tag{
	display: inline-block;
	background: var(--color-blk1);
	color: var(--color-wht);
	font-size: .7em;
	line-height: 1;
	padding: 3px 6px 5px;
	border-radius: 1px;
	margin-right: 15px;
	vertical-align: 6px;
	position: relative;
}
.info .price>div{
	display: inline-block;
	line-height: 1;
}
.info .price>div:not(:last-child){
	margin-right: 20px;
}
.info .arrow {
	display: inline-block;
	width: 30px;
	height: 19.8px;
	background: var(--color-main1);
	clip-path: polygon(0 34.8%, 67% 34.8%, 67% 0, 100% 50%, 67% 100%, 67% 65.2%, 0 65.2%);
}
/*.info .arrow_r::before,
.info .arrow_r::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 15px solid var(--color-sub1);
}
.arrow_r::after {
	margin-left: -10px;
}*/
.info .tag::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid var(--color-blk1);
	position: absolute;
	top: calc(50% - 5px);
	right: -12px;
}
.info .tag_red{
	background: #fa2d2d;
}
.info .tag_red::after{
	 border-left-color: #fa2d2d;
}
.line_through{
	text-decoration: line-through;
}




.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 var(--color-sub1);
	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){

}

/* スマホ適用CSS */
@media screen and (max-width: 640px){
	/*[class^="bg_txt_"]{
		background-size: cover;
	}*/
	.img_bx{
		margin: 0 auto 60px;
	}
	.form_area{
		padding: 60px 20px;
	}
	.form_box{
/*		width: 95%;*/
		padding: 20px;
		box-shadow:
		 inset 0 0 0 6px rgba(0,0,0,1),
		 inset 0 0 0 7px var(--color-sub1);
	}
	.form_box .form_ttl{
		text-align: left;
	}
	input[type="text"],
	textarea{
		padding: 15px 10px;
	}
	textarea{
		min-height: 400px;
	}
	label{
		display: block;
		margin-bottom: 20px;
	}
	input:checked + span:after{
		/*width: 300px;*/
		/*bottom: 0;*/
	}

	.pat_box{
		padding: 30px 20px 10px;
		margin: 40px auto;
	}
	.pat_box .date,
	.pat_box .suppl{
		font-size: 22px;
	}
	.pat_box .result .fs30{
		font-size: 16px;
	}
	.pat_box .result .fs50{
		font-size: 40px;
	}
	.bg_gry .pat_box{
		padding: 20px 20px 0;
	}
	.benefit{
		font-size: 1.9em;
	}
	.benefit>div{
		flex-direction: column;
		padding: 30px 20px;
	}
	.voice{
		padding: 40px 20px 20px;
	}
	.voice .memo{
		position: static;
		rotate: -3deg;
		max-width: 100%;
		width: 400px;
		margin-top: -80px;
		margin-left: 10px;
	}
	.voice .voice_ttl{
		margin: -12px auto 50px;
		padding: 0 5px;
		line-height: 1.2;
	}
	/*.box1,
	.box2,
	.box3,
	.box6,
	.box6,
	.box7{
		width: 95%;
	}*/
	/*.box1{
		padding:40px 0 10px;
	}*/
	.box1 p{
		padding: 0 15px;
	}
	.box3 ul{
		padding: 20px 20px 20px 10px;
	}
	.box4{
		padding: 20px;
	}
	.box6 p{
		padding: 0 20px;
	}
	.box6_ttl{
		top: -20px;
		left: 2.5%;
		width: 95%;
		padding: 5px 0;
		font-size: 16px;
	}
	.box6 p.mb80{
		margin-bottom: 60px;
	}
	.box7{
		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);
	}
	.check1 li{
		width: 100%;
		padding: 10px 0 12px 45px;
	}
	.check1 li::before{
		top: 18px;
	}
	.check1 li::after{
		top: 17px;
	}
	.check1 li:not(:last-child){
		margin-bottom: 10px;
	}
	.check2 li{
		width: 100%;
		padding: 10px;
		padding-left: 2.4em;
		font-size: 20px;
	}
	.check2 li::before{
		top: 15px;
	}
	.list1 li,
	.list2 li,
	.list3 li,
	.list4 li,
	.list5 li{
		line-height: 1.2;
	}
	.list1{
		padding: 20px;
	}
	.list1 li{
		padding-left: 25px;
		padding-right: 0;
		font-size: 22px;
	}
	.list1 li::after{
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.list1 li::before{
		width: 20px;
		height: 20px;
		left: 2px;
	}
	.list2 li::before{
		top: calc(50% - 9px);
		left: 20px;
		width: 18px;
		height: 18px;
	}
	.list2 li::after{
		top: 22px;
		left: 24px;
		width: 18px;
		height: 8px;
	}
	.list3 li,
	.list4 li{
		padding: 20px;
	}
	.list5{
		padding: 20px 20px 10px;
	}
	.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;
	}

	.info table{
		width: 95%;
		line-height: 1.4;
		font-size: 18px;
	}
	.info th{
		padding: 10px;
		font-size: .8em;
	}
	.info td{
		padding: 10px;
	}
	.info .small{
		font-size: .7em;
	}
	.info .price>div{
		display: block;
	}
	.info .price>div:not(:last-child){
		margin: 0 auto 5px;
	}
	.info .arrow{
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 19.8px;
		height: 22px;
		clip-path: polygon(0 55%, 34.8% 55%, 34.8% 0, 65.2% 0, 65.2% 55%, 100% 55%, 50% 100%);
	}

	#tgl_btn{
		font-size: 24px;
	}


}


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

	.info .tag{
		font-size: .7em;
	}

	/*.box1 p {
		padding: 0px 30px;
		margin: 0px auto;
		line-height: 1.5em;
		font-size: 45px;
	}*/
}
@media screen and (max-width: 375px){
	.box6_ttl{
		font-size: 14px;
	}
	.info .fs40{
		font-size: 30px;
	}
	.info .fs60{
		font-size: 40px;
	}
}
@media screen and (max-width: 320px){
	.pat_box{
		padding: 15px 15px 5px;
	}
	.pat_box>*{
		margin-bottom: 10px;
	}
	.pat_box .result .fs50{
		font-size: 30px;
	}
}