@charset "UTF-8";

/*====================================================================
　Commons
====================================================================*/
.fit{
	inline-size: fit-content;
}
.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.img_bx{
	margin: 0 auto 60px;
	padding: 0;
	text-align: center;
}

.pat_box{
	padding: 60px 30px 40px;
	margin : 60px auto;
	border: 1px solid #cfc176;
	/*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;
	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: #cfc176;
	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 #998f5b;
	padding-bottom: 20px;
}
.benefit{
	max-width: 1000px;
	margin: 0 auto 60px;
/*	background: rgba(0, 0, 0, .8);*/
	font-size: 2em;
	color: #fff;
	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: #998f5b;
}
.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 60px;
	background: #fff;
	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 #998f5b;
	border-bottom: 1px solid #998f5b;
	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: #998f5b;
	
	vertical-align: 3px;
}
.voice .voice_ttl::before{
	margin-right: 10px;
}
.voice .voice_ttl::after{
	margin-left: 10px;
}
.box1 {
	max-width: 1000px;
	margin: 0 auto 60px;
	position: relative;
	padding: 30px 0 15px;
	border-top: solid 2px #78959c;
	border-bottom: solid 2px #78959c;
	background: #323335;
}
.box1:before,
.box1:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #78959c;
}
.box1:before {left: 10px;}
.box1:after {right: 10px;}
.box1 p {
	padding: 0 20px;
	margin: 0 auto 10px;
}
.box2{
	line-height: 1.4;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 20px 10px;
	background: #fff;
	position: relative;
	color: #323335;
}
.box2:after{
	border:1px solid #cfc176;
	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 30px;
	border: 1px solid #cfc176;
	background: #191d2c;
/*	inline-size: fit-content;*/

}
.box3 .box3_ttl{
	background: #cfc176;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0;
	padding: 20px 30px;
	position: relative;
	color: #00004c;

}
/*.box3 .box3_ttl::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 10px transparent;
	border-top: solid 10px #cfc176;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}*/
.box3>div{
	padding: 30px 60px 10px;
}
.box3 ul{
	margin: 30px auto;
}
.box3 ul li{
	list-style: none;
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
	line-height: 1.4;
	padding-left: 1.5em;
	padding-bottom: 5px;
	text-indent: -1em;
	border-bottom: 1px dotted #cfc176;


}
.box3 ul li::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #cfc176;
	margin-right: 10px;
}
.box3 ul li:not(:last-child){
	margin-bottom: 20px;
}
.box4{
	max-width: 1000px;
	margin: 0 auto 30px;
	position: relative;
	padding: 30px;
	background: var(--color-sub3);
	border: 1px solid #998f5b;
}
.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: #998f5b;
	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: #fff;
	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 #323335;
}
.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: 30px 30px 10px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	border: 1px solid #998f5b;
}
.box6_ttl {
	position: absolute;
	display: inline-block;
	background: #998f5b;
	color: #2d2d2d;
	text-align: center;
	font-weight: 700;
	top: -1em;
	left: 30px;
	padding: 5px 20px;
	margin-bottom: 0;
}
.box7 {
	max-width: 1000px;
	margin: 0 auto 60px;
	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: #998f5b;
}

.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 30px;
	padding: 0;
}
.box8{
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 20px 0;
	border: 1px solid #cfc176;
}
.box9{
	line-height: 1.4;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 20px 0;
	border: 1px solid #f3f6f9;
	position: relative; /* 配置の基準 */
	z-index: 0; /* 重なり順 */
}

.box9::before {
	border-top: 1px solid #cfc176; /* 上辺アクセント */
	border-left: 1px solid #cfc176; /* 左辺アクセント */
	content: ''; /* 擬似要素 */
	display: block; /* ブロック表示 */
	position: absolute; /* 位置指定 */
	top: -1px; /* 上にずらす */
	left: -1px; /* 左にずらす */
	width: 40px; /* 幅 */
	height: 40px; /* 高さ */
	z-index: 1; /* 前面表示 */
}
.box10 {
	line-height: 1.4;
	max-width: 1000px;
	margin: 0 auto 60px;
	padding: 30px 20px 20px;
	position: relative; /* 配置基準 */
}

.box10::before,
.box10::after {
	content: ""; /* 擬似要素 */
	height: 100%; /* ボックス高 */
	width: 1em; /* カッコ幅 */
	position: absolute; /* 位置指定 */
	bottom: 0; /* 下端揃え */
	border-top: 1px solid #cfc176; /* 上線 */
	border-bottom: 1px solid #cfc176; /* 下線 */
}

.box10::before {
	left: 0; /* 左配置 */
	border-left: 1px solid #cfc176; /* 左カッコ */
}

.box10::after {
	right: 0; /* 右配置 */
	border-right: 1px solid #cfc176; /* 右カッコ */
}

/* ボックス内の段落 */
.box10 p {
	margin-bottom: 10px;
}

.check1{
	margin: 0 auto 30px;
	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: #d6d6d6;
	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 30px;
	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 #78959c;
	border-bottom: 3px solid #78959c;
}
.check2 .bgred{
	padding-left: 1.3em;
}
.check3,
.check4{
	margin: 0 auto 30px;
	text-align: left;
	padding: 30px 30px 20px;
	border: 1px solid #f3f6f9;
}

.check3 li,
.check4 li{
	list-style: none;
	position: relative;
	padding-bottom: 10px;
	padding-left: 50px;
	font-size: 1.4em;
	font-weight: 700;
}
.check3 li::before,
.check4 li::before{
	content: "";
	position: absolute;
	top: 12px;
	left: 15px;
	width: 20px;
	height: 20px;
	border: 1px solid #f3f6f9;
}
.check3 li::after,
.check4 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: 3px solid #d84958;
	border-bottom: 3px solid #d84958;
}
.check3 li:not(:last-child){
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f6f9;
}
.check4{
	border: 1px solid #cfc176;
}
.check4 li::before{
	border: 1px solid #cfc176;
}
.check4 li::after{
	border-left: 3px solid #cfc176;
	border-bottom: 3px solid #cfc176;
}
.check4 li:not(:last-child){
	margin-bottom: 10px;
	border-bottom: 1px solid #cfc176;
}

.list1{
	margin: 0 auto 30px;
	padding: 30px;
	color: #d6d6d6;
}
.list1.bg_baken{
	background: url(../images/bg_baken.png) no-repeat center right #1c2a39;
}
.list2{
	margin: 30px auto 60px;
}
.list3,
.list4,
.list5{
	margin: 0 auto 30px;
}
.list8{
	padding: 30px 30px 10px;
	margin: 0 auto 30px;
	background: var(--color-sub3);
	border: 1px solid var(--color-sub2);
}
.list1 li,
.list2 li,
.list3 li,
.list4 li,
.list5 li,
.list6 li,
.list7 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
	line-height: 1.4;
}
.list1 li::before,
.list1 li::after,
.list5 li::before{
	content: "";
	position: absolute;
}
.list1 li{
	padding-left: 50px;
	font-weight: 700;
	font-size: 24px;
	width: 65%;
}
.list1 li::before{
	top: 0;
	left: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 22px;
	height: 22px;
	border-bottom: 3px solid #d6d6d6;
}
.list1 li::after{
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 22px;
	height: 22px;
	border-bottom: 3px solid #d6d6d6;
}
.list1 li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #535962;
}

.list2 li,
.list3 li,
.list4 li{
	font-size: 1.5em;
	font-weight: 700;
	border-bottom: 1px dashed #323335;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1em;
}
.list2 li:before,
.list3 li:before,
.list4 li:before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #323335;
	margin-right: 10px;
}
.list3 li{
	border-bottom: 1px solid #f3f6f9;
}
.list3 li:before{
	background: #f3f6f9;
}
.list4 li{
	border-bottom: 1px solid #cfc176;
}
.list4 li:before{
	background: #cfc176;
}

.list5 li{
	padding: 30px;
	border: 1px solid #cfc176;
	font-size: 1.5em;
	font-weight: 700;
}
.list5 .list5_ttl{
	font-size: 1.6em;
	margin-bottom: 10px;
	color: var(--color-sub2);
	font-weight: bold;
	padding-left: 1em;
	text-indent: -0.8em;
}
.list5 .list5_ttl::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background: #cfc176;
	margin-right: 10px;
	vertical-align: 3px;
}
.list5 li:not(:last-child){
	margin-bottom: 20px;
}
.list5 p{
	margin-bottom: 0;
}


.list6{
	margin: 30px auto 60px;
	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: #323335;
}
.list6 li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 15%;
	background: #998f5b;
}
.list6 .tag{
	display: inline-block;
	border: 1px solid #998f5b;
	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;
}
.list7{
	margin: 0 auto 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1em;
}
.list7 li{
	padding: 5px 1em;
	font-size: 1.3em;
	font-weight: 700;
	position: relative;
}
.list7 li::before,
.list7 li::after{
	position: absolute;
	width: 15px;
	height: 40px;
	content: "";
}
.list7 li::before{
	border-left: solid 1px;
		border-top: solid 1px;
		top: 0;
		left: 0;
}
.list7 li::after{
	border-right: solid 1px;
		border-bottom: solid 1px;
		bottom: 0;
		right: 0;
}
.list8 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;
}
.list8 li::before{
	content: "違い " counter(count-ex01);
	position: absolute;
	display: inline-block;
	background: #78959c;
	color: #fff;
	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;
}
.list8 li::after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #78959c;
	top: 50%;
	left: 55px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	margin-top: -10px;
}
.list8 li:not(:last-child){
	border-bottom: 1px dashed var(--color-sub2);
	margin-bottom: 20px;
}
.form_area{
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
	background: #323335;

}

.form_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 100px;
	border: 6px double #cfc176;
	box-shadow:
	inset 0 0 0 10px rgba(0,0,0,1),
	inset 0 0 0 11px #cfc176;
	background: url(../images/bg_leather_blk.png) repeat center #000;
	font-size: 20px;
	color: #f3f6f9;
}
.form_box p {
	margin: 0px auto 20px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
}
.form_box .form_ttl{
	padding-bottom: 10px;
	border-bottom: 1px solid #cfc176;
	text-align: center;
	color: #cfc176;
	font-size: 2em;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	/*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 #cfc176;
}

input[type="text"],
textarea {
	font-size: 20px;
	padding: 20px;
	border: 2px solid #cfc176;
/*	border-radius: 5px;*/
	width: 100%;
	background: #f3f6f9;
}
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;
	display: block;
	margin: 30px auto 0;
}
.btn{
	cursor: pointer;
	font-weight: 700;
	display: block;
	margin: 30px auto;
	width: 100%;
	max-width: 600px;
	text-decoration: none;
	color: #fff;
	font-size: 1.8em;
	border: 1px solid #20a500;
	border-radius: 8px;
	text-align: center;
	padding: 20px 10px;
	box-shadow: 0 6px 0 0 #156c00;
	text-shadow: none;
	transform: translateY(-6px);
	transition: 0.3s all;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2de501+0,20a500+100 */
	background: #2de501; /* Old browsers */
	background: -moz-linear-gradient(top, #2de501 0%, #20a500 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2de501 0%,#20a500 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2de501 0%,#20a500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2de501', endColorstr='#20a500',GradientType=0 ); /* IE6-9 */
}
.btn:hover{
	box-shadow:0 2px 0 0 #156c00;
	transform: translateY(-2px);
}
a.btn:hover{
	color: #fff;
	text-decoration: none;
	position: static;
}
.btn:disabled{
	color: #8a7777;
	background: #156c00;
	box-shadow:0 2px 0 0 #156c00;
	transform: translateY(-2px);
	cursor: default;
}
.form_box .error{
	display: block;
	color: #c03241;
	font-weight: bold;
}
.form_box .end{
	font-size: 1.8em;
	color: #c03241;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
	text-align: center;
}
.form_radio{
	display: flex;
	gap: 10px;
	margin: 10px auto 20px;
}
label {
	position: relative;
	cursor: pointer;
	padding: 10px 15px 10px 40px;
	border-radius: 8px;
	width: 100%;
	border: 1px solid #f3f6f9;
}

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

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

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

}
input:checked + label::after {
/*	opacity: 1;*/
	content: "（選択中）";
	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;
}
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: #78959c;	
	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 #998f5b;
}

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

table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 60px;
	line-height: 1.6;
	text-align: center;
}
.jisseki{
	color: #fafcff;
	background: rgba(33,33,33, .8);
	border: 1px solid #cfc176;
	table-layout: fixed;
}
.jisseki th{
	background: #cfc176;
	color: #323335;
	padding: 5px 1em;
	border-right: 1px solid #323335;
	font-family: "Noto Serif JP", serif;
}
.jisseki td{
	padding: 5px 1em;
	border-right: 1px solid #cfc176;
	border-bottom: 1px solid #cfc176;
}
.jisseki th:last-child,
.jisseki td:last-child{
	border-right: none;
}
.jisseki td:nth-of-type(1){
	text-align: left;
}
.jisseki td:nth-of-type(2),
.jisseki td:nth-of-type(3){
	text-align: right;
}
.jisseki td>span:not(.hit){
	display: inline-block;
	margin-right: 1em;
}
.hit{
	display: inline-block;
	padding: 3px;
	margin-left: 1em;
	border-radius: 3px;
	background: #cfc176;
	color: #323335;
	line-height: 1;
	font-size: 0.7em;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}



.info th,
.info td{
	padding: .8em 1em;
	border-bottom: 1px solid #cfc176;
}
.info th{
	color: #cfc176;
	width: 25%;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: #f3f6f9;
	text-align: left;
}
.info .small{
	display: inline-block;
	font-size: .9em;
}
.info .tag{
	display: inline-block;
	background: #323335;
	color: #fff;
	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: #78959c;
	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 #998f5b;
}
.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 #323335;
	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;
}

.info .ctg::before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #323335;
    margin-right: 10px;
    background: #cfc176;
}
.caution{
	border: 1px dashed #d84958;
	padding: 1em;
	font-size: .9em;
}
.caution p{
	margin-bottom: .5em;
}
.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 #998f5b;
	position: absolute;
}
.arrow_b::before{
	top: -10px;
	left: calc(50% - 30px);
}
.arrow_b::after{
	top: 10px;
	left: calc(50% - 30px);
}
.software_area{
	position: relative;
	z-index: 1;
}
.software_area img.software{
	position: absolute;
	top: 80px;
    left: 52%;
    width: min(660px, 45.8333vw);
    z-index: -1;
/*    opacity: 0.6;*/
}
.software_area .software_deco{
	position: absolute;
	top: 270px;
    left: 48%;
    width: 800px;
    height: min(300px, 25vw);
    background: #191d2c;
    z-index: -2;
}
.software_sp{
	display: none;
}

@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 #998f5b;
	}
	.form_radio {
	    flex-wrap: wrap;
	  }
	.form_box .form_ttl{
		font-size: 1.8em;
	}
	input[type="text"],
	textarea{
		padding: 15px 10px;
	}
	textarea{
		min-height: 300px;
	}
	input:checked + span:after{
		/*width: 300px;*/
		/*bottom: 0;*/
	}
	.btn{
		font-size: 1em;
	}

	.pat_box{
		padding: 30px 20px 10px;
		margin: 40px auto;
	}
	.pat_box .date,
	.pat_box .suppl{
		font-size: 20px;
	}
	.pat_box .result .fs30{
		font-size: 20px;
	}
	.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 .box3_ttl{
		padding: 10px 20px;
		font-size: 1em;
	}
	.box3>div{
		padding: 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;
	}
	.check3,
	.check4{
		padding: 20px;
	}
	.check3 li,
	.check4 li{
		padding-left: 35px;
		font-size: 1.2em;
	}
	.check3 li::before,
	.check4 li::before{
		left: 0;
	}
	.check3 li::after,
	.check4 li::after{
		left: 3px;
	}

	.list1 li,
	.list2 li,
	.list3 li,
	.list5 li,
	.list8 li{
		line-height: 1.2;
	}
	.list1{
		padding: 20px;
	}
	.list1.bg_baken{
		background-position-x: -160px;
	}
	.list1.bg_baken .red{
		color: #e58f98;
	}
	.list1 li{
		padding-left: 25px;
		padding-right: 0;
		font-size: 22px;
		width: 100%;
	}
	.list1 li::after{
		width: 20px;
		height: 20px;
		left: -10px;
	}
	.list1 li::before{
		width: 20px;
		height: 20px;
		left: 2px;
	}
	.list2 li,
	.list3 li{
		font-size: 1.3em;
	}
	.list5 li{
		padding: 20px;
		font-size: 1.3em;
	}
	.list8{
		padding: 20px 20px 10px;
	}
	.jisseki{
		table-layout: auto;
	}
	.jisseki th,
	.jisseki td{
		padding: 5px .5em;
	}
	.jisseki td>span:not(.hit){
		display: block;
		text-align: left;
		margin-right: 0;
	}
	.info th{
		padding: .5em;
		font-size: .8em;
		width: 19%;
	}
	.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;
	}
	.software_area img.software{
		display: none;
	}
	.software_area img.software_sp{
		display: initial;
	}
	.software_area .software_deco{
		top: 520px;
		left: 20%;
	}

}


@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;
	}
	.software_area .software_deco{
		top: 500px;
	}
}
@media screen and (max-width: 320px){
	.pat_box{
		padding: 15px 15px 5px;
	}
	.pat_box>*{
		margin-bottom: 10px;
	}
	.pat_box .result .fs50{
		font-size: 30px;
	}
}