@charset "UTF-8";
/*====================================================================
　Commons
====================================================================*/
.fit{
	inline-size: fit-content;
}
.w95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.img_bx{
	margin: 0 auto 0px;
    padding: 0;
    padding-bottom: 60px;
    text-align: center;
}
.pat_box{
	padding: 40px;
	margin : 0 auto 40px;
	border: 1px solid #fff;
	/*border-image: linear-gradient(to left top, #d0a22c 0%, #fffc19 40%,#fffc19 55%, #d0a22c 70%, #fffc19 100%);
	border-image-slice: 1;*/
	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>div{
	margin-bottom: 40px;
}
.pat_box .date{
	text-align: center;
	padding: 0;
	font-size: 30px;
	letter-spacing: 3px;
	background: linear-gradient(180deg, #ffdb6d 0%, #ffdb6d 45%, #cdab41 46%, #ffdb6d 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-shadow: none;
	margin-bottom: 5px;
}
.pat_box .result{
	text-align: center;
	padding: 0;
	color: var(--color-sub1);
	mix-blend-mode: color-dodge;
	font-weight: bold;
	font-size: 2em;
	font-family: "Noto Serif JP", serif;
}
.pat_box .result>span{
	font-size: 2em;
}
.pat_box .date>span{
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
}
.pat {
	margin-bottom: 70px;
    margin-top: 20px;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
}
#mae_page .pat {
    margin-bottom: 70px;
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
}
#mae_page .pat0523_02 {
	background: #ffffff;
    border-radius: 10px;
}
.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-main2);
}
.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: 40px;
	margin: 0 auto 30px;
}
.voice>div{
	background: #fffbf1;
	padding: 40px;
	border-radius: 30px 30px 30px 0;
	color: var(--color-blk1);
	text-shadow: none;
	box-shadow: 0 0px 20px rgba(0, 0, 0, .3);
}
.voice>div:not(:last-child){
	margin-bottom: 20px;
}
.voice p{
	margin-bottom: 1em;
}
.voice .voice_name{
	margin-bottom: 0;
	text-align: right;
	font-size: .8em;
}
.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 30px 10px;
	background: rgba(255,255,255,0.9);
	position: relative;
	text-shadow: none;
}
.box2:after{
	border:1px solid var(--color-main1);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
}
.box2 p {
	margin: 0 auto 20px;
}
.box3{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	border: 4px solid var(--color-sub1);
	background: rgba(0,0,0,0.7);
/*	inline-size: fit-content;*/

}
.box3 .box3_ttl{
	background: var(--color-sub1);
	text-align: center;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
	color: var(--color-blk1);
}
.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>div{
	padding: 40px;
}
.box3 p{
	margin: 0 auto 30px;
}
.box3 p:last-child{
	margin-bottom: 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-main1);
	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-main2);
}
.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-main2);
	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{
	margin: 80px auto;
    background: rgb(255 255 255 / 70%);
    padding: 50px 40px 40px;
    position: relative;
    border: 1px solid #000000;
}
.box6_ttl {
	position: absolute;
	display: inline-block;
	background: var(--color-sub1);
	padding:10px;
	color: var(--color-blk1);
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 40px;
	padding: 5px 20px;
	border-radius: 3px;
	text-shadow: none;
}
.box6 p{
	margin: 0 auto 30px;
}
.box6>p:last-child{
	margin-bottom: 0;
}
.box6 .mb60{
	margin-bottom: 60px;
}
.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-main2);
}

.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: 0px;
	border: 1px solid #00072d;
    background: #ffffff;
    line-height: 1.4;
    padding: 15px;
    color: #000b43;
}
.box8 p:last-child{
	margin-bottom: 0;
}
.box9{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 30px;
	background: rgba(255,255,255,0.9);
	text-shadow: none;
	color: var(--color-blk1);
	border: 2px solid #ff0000;
    box-shadow: inset 0 0 0 5px var(--color-wht), inset 0 0 0 6px #ff0000;
}
.box9 p:last-child{
	margin-bottom: 0;
}
.box10{
	max-width: 1000px;
	margin: 0 auto 80px;
	position: relative;
	padding: 90px;
	border: 9px double #d7d1ba;
    box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 1), inset 0 0 0 11px #fff8df;
	background: none;
	text-align: center;
	font-size: 1.2em;
	position: relative;
}
.box10::before,
.box10::after,
.box10>div::before,
.box10>div::after{
	content: "";
	position: absolute;
	display: block;
}
.box10::before{
	top: -120px;
	left: -150px;
	width: 347px;
	height: 398px;
	background: url(../images/box10_img01.png) no-repeat center;
	background-size: contain;
	transform: scale(-1, 1);
}
.box10::after{
	bottom: -110px;
	right: -70px;
	width: 314px;
	height: 416px;
	background: url(../images/box10_img03.png) no-repeat center;
	background-size: contain;
}
.box10>div::before{
	top: 100px;
	right: -140px;
	width: 342px;
	height: 363px;
	background: url(../images/box10_img04.png) no-repeat center;
	background-size: contain;
	transform: scale(1, 1) rotate(-0deg);
}
.box10>div::after{
	bottom: 250px;
	left: -140px;
	width: 339px;
	height: 353px;
	background: url(../images/box10_img02.png) no-repeat center;
	background-size: contain;
	transform: scale(1, -1) rotate(-0deg);
}
.box10 .box10_img05,
.box10 .box10_img06,
.box10 .box10_img07,
.box10 .box10_img08{
	display: none;
	position: absolute;
}
.box10 p:last-child{
	margin-bottom: 0;
}

.box11 {
	margin: 80px auto;
    background: rgb(255 255 255 / 80%);
    padding: 50px 40px 40px;
    position: relative;
    border: 1px solid #000;
}
.box11_ttl {
	position: absolute;
	display: inline-block;
	background: #000;
	padding:10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 40px;
	padding: 5px 20px;
	border-radius: 3px;
	text-shadow: none;
}
.box12 {
	margin: 0px auto 80px;
    background: rgb(255 255 255 / 50%);
    padding: 50px 40px 40px;
    position: relative;
    border: 1px solid #000;
}
.box12_ttl {
	position: absolute;
	display: inline-block;
	background: #000;
	padding:10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	top: -20px;
	left: 40px;
	padding: 5px 20px;
	border-radius: 3px;
	text-shadow: none;
}
.check1{
	position: relative;
	margin: 0 auto 40px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background: var(--color-wht);
	gap: 10px;
}
.check1::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid var(--color-wht);
}
.check1 li{
	list-style: none;
	position: relative;
	padding-left: 28px;
	width: calc(100% / 3 - (30px / 2));
	color: var(--color-blk2);
	line-height: 1.4;
	font-size: 1.4em;
	font-weight: 600;
	text-shadow: none;
}
.check1 li:not(:last-child){
	border-right: 1px dashed var(--color-blk1);
	padding-right: 20px;
}
.check1 li::before{
	content: "";
	display: inline-block;
	margin-left: -28px;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-blk1);
}
.check1 li::after{
	content: "";
	position: absolute;
	top: 12px;
	left: 4px;
	-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);
}
.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-wht);
	color: var(--color-blk1);
	line-height: 1.4;
	font-size: 1.4em;
	font-weight: 600;
	text-shadow: none;
}

.check3 li{
	list-style: none;
	position: relative;
	padding-left: 40px;
}
.check3 li:not(:last-child){
	padding-bottom: 10px;
}
.check3 li::before{
	content: "";
	display: inline-block;
	margin-left: -30px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-blk1);
}
.check3 li::after{
	content: "";
	position: absolute;
	top: 15px;
	left: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	height: 10px;
	border-left: 2px solid var(--color-sub2);
	border-bottom: 2px solid var(--color-sub2);
}
.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);
}
.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-main2);
	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-main2);
	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;
}
.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-main2);
}
.list6 .tag {
	display: inline-block;
	border: 1px solid var(--color-main2);
	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;
}

.worry-list {
    max-width:900px;
    margin:20px auto;
    padding:0 20px;
}

.item {
    display:flex;
    align-items:center;
    gap:18px;
    padding:16px 24px;
    margin-bottom:16px;
    background:#cfcfcf;
    border:1px solid #ececec;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    transition:.3s;
}

.item:hover {
	transform:translateY(-3px);
	box-shadow:0 15px 35px rgba(0,0,0,.08);
	}

.check {
	width:36px;
	height:36px;
	border-radius:50%;
	background:#979797;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:bold;
	flex:none;
}
.box {
	border:solid 1px #333;
	margin-bottom: 45px;
	padding: 30px;
}
.box p {margin-bottom: 0px;}

@media(max-width:768px){
	.check{
		width:30px;
		height:30px;
		font-size:14px;
		margin-top:2px;
	}
}

.last-message{
	text-align:center;
	padding:80px 20px;
}

.last-message p{
	font-size:28px;
	color:#555;
}

.last-message .big{
	display:inline-block;
	padding:18px 45px;
	margin: 0 0 25px;
	background:#183766;
	color:#fff;
	font-size:54px;
	font-weight:bold;
	border-radius:12px;
	box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.last-message h3{
	font-size:38px;
	color:#183766;
	margin-top:20px;
}
.sub_ttl{
    text-align: center;
    padding: 80px 20px 20px;
}

.sub_ttl h2{
    margin: 0;
    color: #183766;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 500;
    letter-spacing: .05em;
}

.sub_ttl p{
    position: relative;
    display: inline-block;

    margin: 18px 0 0;
    padding-bottom: 50px;

    color: #183766;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .05em;
}

.sub_ttl p::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 170px;
    height: 3px;
    font-weight: bold;
    background: #d8b25a;
    border-radius: 3px;
}
.sub_ttl02 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #7f731966;
	width: 90% !important;
	max-width: 800px;
	margin: 80px auto 0;
	padding: 20px;
	font-weight: bold;
	font-family: Yu Mincho, ヒラギノ明朝, Noto Serif !important;

}
.sub_ttl03 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #7f731966;
	width: 90% !important;
	max-width: 800px;
	font-weight: bold;
	margin: 80px auto 0 !important;
	padding: 20px;
	font-family: Yu Mincho, ヒラギノ明朝, Noto Serif !important;
}
.sub_ttl04 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #4ba5d166;
	width: 90% !important;
	max-width: 800px;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl04_sp {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #4ba5d166;
	width: 90% !important;
	max-width: 800px;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl05 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl06 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl07 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl08 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
}
.sub_ttl09 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl10 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl11 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl12 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #f4ffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl13 {
	padding: 10px 15px;
	color: #15355e;
	font-size: 30px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #15355e;
	box-shadow: 5px 5px 0 #3b508f66;
	width: 100% !important;
	margin: 0px auto 40px !important;
	padding: 20px;
	font-weight: bold;
}
.sub_ttl14 {
    padding: 10px 15px;
    color: #ff3808;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #ffebe7;
    border: 1px solid rgba(172, 193, 235, 0.9);
    box-shadow: 5px 5px 0 #ffaeae66;
    width: 100% !important;
    margin: 0px auto 0px !important;
    padding: 20px;
    line-height: 1.4em;
    font-weight: bold;
}


/* warp */
.button_warp a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #e40d0d;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    border-radius: 50px;
    overflow: hidden;
}
.button_warp a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.button_warp a:hover:before {
    left: 100%;
}
.coruse_list {
	margin-top: 30px;
	margin-bottom: 30px;
}
.coruse_list span {
	display: inline-block;
	padding:0 6px;
	margin-right: 6px;
}
.coruse_list span.c01 {
	background: #768bbb !important;
	color:#fff;
}
.coruse_list span.c02 {
	background: #2f6dbd !important;
	color:#fff;
}
.coruse_list span.c03 {
	background: #13407b !important;
	color:#fff;
}
th.c01 {
	background: #768bbb !important;
	color:#fff;
}
th.c02 {
	background: #2f6dbd !important;
	color:#fff;
}
th.c03 {
	background: #13407b !important;
	color:#fff;
}

.coruse_list p {
	margin-bottom: 5px;
}
.pre01_box {
	background: #fff;
	font-size: 17px;
	border-radius: 0px;
    padding: 40px 30px;
    margin-bottom: 60px;
}
.pre01_box p {
	margin-bottom: 30px;
	line-height: 1.3em;
    margin-bottom: 40px;
}
.pre02_box {
	background: #fff;
	font-size: 17px;
	border-radius: 0px;
	padding: 40px 30px;
	margin-bottom: 60px;
}
.pre02_box p {
	margin-bottom: 30px;
	line-height: 1.3em;
    margin-bottom: 40px;
}

.pre01_ttl {
  position: relative;
  border-top: solid 2px #d34747;
  background: #fff;
  line-height: 1.4;
  margin: 2em 0px 0em;
  font-size: 42px;
  font-weight: 700;
  padding: 1em 1.2em 0.5em;
}

.pre01_ttl:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'プレゼント01';
  background: #d34747;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px 12px 7px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.pre02_ttl {
  position: relative;
  border-top: solid 2px #d34747;
  background: #fff;
  line-height: 1.4;
  margin: 2em 0px 0em;
  font-size: 42px;
  font-weight: 700;
  padding: 1em 1.2em 0.5em;
}

.pre02_ttl:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'プレゼント02';
  background: #d34747;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 7px 12px 7px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width:768px){

    .sub_ttl{
        padding: 60px 20px 45px;
    }

    .sub_ttl h2{
        font-size: 20px;
    }

    .sub_ttl p{
        margin-top: 14px;
        padding-bottom: 16px;
        font-size: 30px;
    }

    .sub_ttl p::after{
        width: 60px;
    }

}
.ng-box{
    max-width:700px;
    margin:60px auto 60px;
    padding:0 20px;
}

.ng-title{
    text-align:center;
    font-size:30px;
    font-weight:700;
    color:#183766;
    margin-bottom:30px;
    position:relative;
}

.ng-title::before,
.ng-title::after{
    content:"";
    position:absolute;
    top:50%;
    width:80px;
    height:2px;
    background:#d8b25a;
}

.ng-title::before{
    left:0;
}

.ng-title::after{
    right:0;
}

.ng-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:13px 22px;
    margin-bottom:16px;
    background:#fff8f8;
    border:1px solid #f1caca;
    border-radius:10px;
    transition:.3s;
}

.ng-item:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.future-list{
    max-width:900px;
    margin:70px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.future-item{
    display:flex;
    align-items:center;
    gap:16px;
    padding:10px 20px;
    background:#fff;
    border:1px solid #ececec;
    border-left:6px solid #d8b25a;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.future-item:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 28px rgba(0,0,0,.08);
}

.future-item .icon{
    width:34px;
    height:34px;
    flex:none;
    border-radius:50%;
    background:#d8b25a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:18px;
}

.future-item span:last-child{
    font-size:18px;
    color:#333;
    line-height:1.3;
}
.future-main {
	padding: 0 20px;
}
.future-main .future-item{
    display:flex;
    align-items:center;
    gap:16px;
    padding:10px 20px;
    background:#fffff1;
    border:1px solid #ececec;
    border-left:6px solid #d8b25a;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.3s;
    margin-bottom: 45px;
}
.future-main .future-item span:last-child {
    font-size: 30px;
    color: #333;
    line-height: 1.3;
    color: #cdab41;
}
.ten-list{
    list-style: none;
    border: solid 1px #333;
    padding: 30px;
    background: #fff;
    max-width: 780px;
    margin: 0px auto 60px;
}

.ten-list li{
    position:relative;
    padding-left:1.2em;
    line-height:1.8;
}

.ten-list li::before{
    content:"・";
    position:absolute;
    left:0;
    top:0;
}
.point-box-wrap {
	margin-bottom: 60px;
}
.point-box{
    max-width: 800px;
    width: 100%;
    margin:16px auto;
    padding:18px 22px 18px 55px;
    background:#fff;
    border:1px solid #d8b25a;
    border-radius:10px;
    position:relative;
    font-size:1.6rem;
    font-weight:bold;
    color:#c77900;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.point-box::before{
    content:"✓";
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#d8b25a;
    font-size:20px;
}

.result-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    overflow:hidden;
    margin:50px auto;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.result-image img{
    display:block;
    width:100%;
    height:auto;
}
.result-info{
    padding:24px;
}
.result-info p{
    margin:12px 0;
    line-height:1.8;
}
.result-info span{
    display:inline-block;
    min-width:70px;
    color:#183766;
    font-weight:bold;
}
.result-info p:last-child{
    font-size:28px;
    font-weight:bold;
    color:#ff2424;
}
.result-info p:last-child span{
    color:#ff2424;
}

@media(max-width:768px){
	.future-list{
		grid-template-columns:1fr;
		gap:14px;
	}
	.future-item{
		padding:16px;
	}
	.future-item span:last-child{
		font-size:16px;
	}
	.future-item .icon{
		width:30px;
		height:30px;
		font-size:16px;
	}
}
.wish-list{
    max-width:800px;
    margin:60px auto;
    padding:0 20px;
}

.wish-item{
    position:relative;
    padding:18px 20px 18px 30px;
    margin-bottom:14px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 6px 18px rgba(0,0,0,.05);
    transition:.3s;
}

.wish-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#d8b25a;
    border-radius:6px;
}

.wish-item:hover{
    transform:translateX(6px);
    box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.wish-item{
    font-size:22px;
    color:#183766;
    font-weight:600;
}

@media(max-width:768px){
	.wish-item{
	    font-size:18px;
	    padding:16px 16px 16px 24px;
	}
}

.point-list{
    max-width:700px;
    margin:60px auto;
    padding:0 20px;
}

.point-item{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:18px;
    padding:16px 26px;
    background:#e7e3d5;
    border-radius:12px;
}

.num{
    width:46px;
    height:46px;
    flex:none;
    border-radius:50%;
    background:#d8b25a;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:bold;
}

.text{
    font-size:22px;
    color:#333;
    line-height:1.5;
}

/*--------------------------
　質問フォーム
--------------------------*/

.question-area{
    margin-top:40px;
}

.question-box{
    margin-bottom:35px;
}

.question-box label{

    display:flex;
    align-items:flex-start;
    gap:14px;

    margin-bottom:12px;

}

.qnum{

    flex-shrink:0;

    display:flex;
    justify-content:center;
    align-items:center;

    min-width:54px;
    height:34px;

    background:#d8b25a;
    color:#183766;

    border-radius:999px;

    font-size:15px;
    font-weight:bold;

}

.qtext{
    color:#fff;
    font-size:20px;
    font-weight:bold;
    line-height:1.7;
}

.question-box textarea{
    width:100%;
    min-height:170px;
    padding:18px;
    background:#fff;
    border:none;
    border-radius:4px;
    box-sizing:border-box;
    font-size:16px;
    line-height:1.8;
    resize:vertical;
    box-shadow:
        inset 0 2px 8px rgba(0,0,0,.08),
        0 4px 12px rgba(0,0,0,.08);
}

.question-box textarea::placeholder{
    color:#999;
}

/*--------------------------
　スマホ
--------------------------*/

@media screen and (max-width:768px){
	.qtext{
	    font-size:17px;
	}
	.qnum{
	    min-width:48px;
	    height:30px;
	    font-size:14px;
	}
	.question-box textarea{
	    min-height:140px;
	    padding:15px;
	    font-size:15px;
	}
}

@media(max-width:768px){
	.point-item{
		padding:18px;
		gap:14px;
	}
	.num{
		width:36px;
		height:36px;
		font-size:18px;
	}

	.text{
		font-size:17px;
	}
}
.icon{
    width:34px;
    height:34px;
    flex:none;

    border-radius:50%;

    background:#c64545;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-weight:bold;
    font-size:18px;
}

.ng-item span:last-child{
    font-size:20px;
    color:#333;
    line-height:1.5;
}

@media(max-width:768px){
	.ng-box{
	    margin:40px auto;
	}
	.ng-title::before,
	.ng-title::after{
	    width:40px;
	}
	.ng-item{
	    padding:15px;
	    gap:14px;
	}
	.icon{
	    width:28px;
	    height:28px;
	    font-size:14px;
	}
	.ng-item span:last-child{
	    font-size:16px;
	}
}
.border-box{
    position: relative;
    display: block;
    padding:20px 40px;
}
.border-box_impact{
	max-width: 900px;
	margin: 0 auto 50px;
	padding: 34px 44px;
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 222, 104, .26) 0, rgba(255, 222, 104, 0) 34%),
		linear-gradient(135deg, rgba(69, 0, 0, .94) 0%, rgba(150, 0, 0, .88) 48%, rgba(42, 0, 0, .96) 100%);
	box-shadow:
		0 0 26px rgba(246, 53, 8, .44),
		inset 0 0 34px rgba(255, 206, 79, .18);
	overflow: hidden;
}
.border-box_impact>span{
	display: block;
	line-height: 1.15;
	background: linear-gradient(180deg, #fff8d7 0%, #ffd45c 32%, #ff3c1f 68%, #970000 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	text-shadow: none;
	filter:
		drop-shadow(0 2px 0 rgba(70, 0, 0, .75))
		drop-shadow(0 0 12px rgba(255, 53, 20, .55));
}
.border-box_impact .fs80{
	display: inline-block;
	font-size: clamp(82px, 8.6vw, 108px);
}

.border-box::before,
.border-box::after,
.border-box span::before,
.border-box span::after{
    content:"";
    position:absolute;
    background:#fff;
}

/* 下 */
.border-box::before{
    left:0;
    bottom:0;
    width:0;
    height:2px;
    animation:borderBottom .5s linear forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 右 */
.border-box::after{
    right:0;
    bottom:0;
    width:2px;
    height:0;
    animation:borderRight .5s linear .5s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 上 */
.border-box span::before{
    right:0;
    top:0;
    width:0;
    height:2px;
    animation:borderTop .5s linear 1s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}

/* 左 */
.border-box span::after{
    left:0;
    top:0;
    width:2px;
    height:0;
    animation:borderLeft .5s linear 1.5s forwards;
    box-shadow:0 0 8px rgba(0,0,0,.8);
}
.border-box_impact::before,
.border-box_impact::after,
.border-box_impact span::before,
.border-box_impact span::after{
	background: linear-gradient(180deg, #fff4b8, #ff2d18 55%, #ffd35a);
	box-shadow:
		0 0 12px rgba(255, 210, 83, .8),
		0 0 22px rgba(255, 45, 24, .62);
}

@keyframes borderBottom{
    to{
        width:100%;
    }
}

@keyframes borderRight{
    to{
        height:100%;
    }
}

@keyframes borderTop{
    to{
        width:100%;
    }
}

@keyframes borderLeft{
    to{
        height:100%;
    }
}

.form_area{
	padding: 40px 0px 30px;
	margin: 0 auto;
	width: 100%;
	background: #000;
}

.form_box{
	max-width: 780px;
	margin: 0 auto;
	padding: 30px 10px 50px;
	font-size: 20px;
	color: var(--color-wht);
	position: relative;
}
.form_box p {
	margin: 30px auto 5px;
	padding: 0px ;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: bold;
}
.form_box .form_ttl{
	margin: 0 auto 40px;
	padding-bottom: 10px;
	text-align: center;
}
.cv_area {
	background: #15355e;
}

#sales_page .top-register-box.timer {
	border-bottom: none;
}
.cv_area .timer {
    margin: 0 auto;
    padding-bottom: 17px;
    background: #13407b;
}
.cv_area .timer p.ttl {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 30px;
	color: #fff;
}
#sales_page .cv_area .timer {
	padding-top: 10px;
}
#sales_page .cv_area .timer p.ttl {
	padding-top: 0 !important;
}
.cv_area .timer .countdown {
	text-align: center;
	color: #fff350;
	font-size: 40px;
	line-height: 1.4em;
}
#form4.form_area {
    padding: 30px auto 60px;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
}
    
input[type="text"],
textarea {
	width: 100%;
    padding: 18px;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.8;
    resize: vertical;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .08);
}
textarea{
	font-size: 18px;
	padding: 15px 20px;
	min-height: 250px;
	line-height: 1.4;
}
label {
	cursor: pointer;
	cursor: hand;
	font-size: 1em;
    font-weight: 400;
	margin-right: 20px;
	display: inline-block;
	line-height: 1;
}
.form_box .btn{
	cursor: pointer;
	cursor: hand;
	display: block;
	margin: 10px auto 0;
	max-width: 100%;
}
.form_box .error{
	display: block;
	color: var(--color-sub2);
	font-weight: bold;
}
.form_box .end{
	font-size: 1.8em;
	color: var(--color-sub2);
	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;
}

#cr_btn {
	cursor: pointer;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	padding: 20px;
	background: rgba(247,165,69,1);
	background: linear-gradient(0deg, rgba(247,165,69,1) 0%, rgba(255,255,86,1) 100%);
	border-radius: 50px;
	box-shadow:
		 inset 0px 0px 2px 3px rgba(255,255,86,0.5);
	border: 2px solid #370c08;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
	color: var(--color-blk1);
	letter-spacing: 1px;
	text-shadow: 1px 0 0 rgb(255,255,86,1),
				 0 1px 0 rgb(255,255,86,1),
				 -1px 0 0 rgb(255,255,86,1),
				 0 -1px 0 rgb(255,255,86,1);
	border: 2px solid #f7a545;
	text-align: center;
}

#cr_btn:hover {
	background: rgba(255,255,86,1);
	background: linear-gradient(0deg, rgba(247,165,69,1) 0%, rgba(255,255,86,1) 80%,rgba(255,255,86,1) 100%);
	color: var(--color-sub2);
}
#cr_btn::after{
	content: "\025b6";
	display: inline-block;
	margin-left: .5em;
	font-size: .6em;
	vertical-align: .2em;
}
::-webkit-placeholder {
	color: #979797;
}
:-moz-placeholder {
	color: #979797;
}
::-moz-placeholder {
	color: #979797;
}
:-ms-placeholder {
	color: #979797;
}
::placeholder{
	color: #979797;
}

#thank_cr_page .form_area {
    padding: 40px 30px 30px;
}
/*.info{
	color: #fefefe;
	font-size: 20px;
	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-main2);
	text-align: center;
	color: var(--color-main2);
	font-size: 24px;
	font-weight: 600;
}*/
.info{
	width: 100%;
	max-width: 1000px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto 40px;
	color: #2d2d2d;
	border: 1px solid #fff;
/*	background: #fefefe;*/
}

.info th,
.info td{
	padding: .5em;
	border-bottom: 1px dashed #fff;
}
.info tr:last-child th,
.info tr:last-child td{
	border-bottom: none;
}
.info th{
	background: var(--color-blk1);
	color: #fff;
	width: 25%;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: .9em;
}
.info td{
	border-color: var(--color-blk1);
	text-align: left;
	background: var(--color-wht);
}
.info .small{
	display: inline-block;
	font-size: .9em;
}

.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-blk1);
	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-main2);
}
.arrow_r::after {
	margin-left: -10px;
}*/
.info .tag{
	display: inline-block;
	background: var(--color-main1);
	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 .tag::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 8px solid var(--color-main1);
	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;
}
.kk {margin-bottom: 45px;}

.arrow_w{
	position: relative;
	margin-bottom: -40px;
}
.arrow_w::after{
	content: "";
	display: block;
	margin: 0 auto;
	background: url(../images/arrow_w.png) no-repeat center;
	background-size: contain;
	width: 130px;
	height: 74px;
}
.arrow_w02::after {
    content: "";
    display: block;
    margin: 0 auto;
    background: url(../images/arrow_w2.png) no-repeat center;
    background-size: contain;
    width: 130px;
    height: 74px;
}
.arrow_w_2{
	margin-bottom: -150px;
}
.arrow_w_3{
	margin-bottom: 0px;
	margin-top: 40px;
}

.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-main2);
	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){
	.container .cnt {
	    padding-top: 20px;
	}
	.sub_ttl02, .sub_ttl03 {
	    font-size: 24px;
	}
	.img_bx{
		margin: 0 auto 60px;
	}
	#form4.form_area {
	    padding: 0px 0 35px;
	}
	.form_area{
		padding: 20px 20px 45px;
		background: #15355e;
		background-size: cover;
	}
	.form_box p {
	    margin: 0px auto 5px;
	}
	.form_box{
		padding: 0px 30px;
	}
	.form_box::before{
		top: -160px;
		right: -50px;
		width: 164px;
		height: 266px;
		z-index: 1;
	}
	.form_box::after{
		bottom: -90px;
		left: -40px;
		width: 119px;
		height: 133px;
	}
	.form_box .form_ttl{
		text-align: left;
		margin-bottom: 30px;
	}
	.cv_area .timer .countdown {
	    font-size: 30px;
	}
	.button_warp {
	    background: #fde5e5;
	    padding: 20px 30px;
	}
	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{
		font-size: 22px;
		letter-spacing: 1px;
	}
	.pat_box .result{
		font-size: 1.3em;
	}
	.bg_gry .pat_box{
		padding: 20px 20px 0;
	}
	.benefit{
		font-size: 1.9em;
	}
	.benefit>div{
		flex-direction: column;
		padding: 30px 20px;
	}
	.voice,
	.voice>div{
		padding: 20px;
	}

	/*.box1,
	.box2,
	.box3,
	.box6,
	.box6,
	.box7{
		width: 95%;
	}*/
	/*.box1{
		padding:40px 0 10px;
	}*/
	.box1 p{
		padding: 0 15px;
	}
	.box2{
		padding: 20px 20px 10px;
	}
	.box3>div,
	.box4{
		padding: 20px;
	}
	.box6{
		padding: 30px 20px 20px;
	}
	.box6_ttl{
		left: 2.5%;
		width: 95%;
		padding: 5px 0;
		font-size: .8em;
	}
	.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);
	}
	.box8,
	.box9{
		padding: 20px;
	}
	.box10{
		padding: 40px 20px;
		box-shadow:
		 inset 0 0 0 6px rgba(0,0,0,1),
		 inset 0 0 0 7px var(--color-sub1);

	}
	.box10::before{
		top: -150px;
		left: -120px;
		width: 247px;
		height: 298px;
		transform: scale(-1, 1) rotate(-0deg);
	}
	.box10::after{
		bottom: -110px;
		right: -70px;
		width: 214px;
		height: 316px;
	}
	.box10>div::before{
		top: 120px;
		width: 242px;
		height: 263px;
		transform: scale(1, 1) rotate(-0deg);
	}
	.box10>div::after{
		bottom: 210px;
        left: -130px;
        width: 239px;
        height: 253px;
        transform: scale(1, -1) rotate(-0deg);
	}
	.box10 .box10_img05,
	.box10 .box10_img06,
	.box10 .box10_img07,
	.box10 .box10_img08{
		position: absolute;
		display: inline-block;
	}
	.box10 .box10_img05{
		top: 290px;
		left: -115px;
		transform: scale(1,-1) rotate(-0deg);
	}
	.box10 .box10_img06{
		bottom: 360px;
        right: -70px;
        transform: rotate(-15deg);
	}
	.box10 .box10_img07{
		bottom: 440px;
        left: -60px;
        transform: scale(1, -1);
	}
	.box10 .box10_img08{
		bottom: calc(50% - 120px);
        right: -110px;
        transform: scale(-1, 1) rotate(-50deg);
	}
	.check1 li{
		width: 100%;
	}
	.check1 li:not(:last-child){
		padding-right: 0;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px dashed var(--color-blk1);
	}
	.check2 li{
		width: 100%;
		padding: 10px;
		padding-left: 2.4em;
		font-size: 20px;
	}
	.check2 li::before{
		top: 15px;
	}
	.check3{
		padding: 20px;
	}
	.check3 li{
		padding-left: 30px;
	}
	.check3 li::after{
		left: 3px;
	}
	.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: 100%;
		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{
		line-height: 1.4;
		font-size: 18px;
	}
	.info th{
		font-size: .8em;
		width: 18%;
	}
	.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;
	}
	.arrow_w_2{
		margin-bottom: -80px;
	}


}
@media screen and (max-width: 640px){
	.border-box_impact{
		padding: 28px 20px;
	}
	.border-box_impact .fs80{
		font-size: 64px;
	}
}
@media screen and (max-width: 479px){
	.form_box {
        padding: 0px 20px 0px !important;
    }
    .sub_ttl03 {
	    margin: 40px auto 0 !important;
	}
	.sub_ttl06 {padding: 10px;}
	.sub_ttl07 {padding: 10px;}
	.sub_ttl08 {padding: 10px;}
	.sub_ttl09 {padding: 10px;}
	.sub_ttl10 {padding: 10px;}
	.sub_ttl11 {padding: 10px;}
	.sub_ttl12 {padding: 10px;}
	.sub_ttl13 {padding: 10px;}
	.cv_area .timer .countdown {
        font-size: 26px;
    }
    .future-item span:last-child {
        font-size: 16px !important;
    }
    .ten-list {
    	padding: 13px;
    	font-size: 15px;
    }
    .pat {padding: 10px !important;}
    .pre01_ttl {padding: 20px !important;}
    .pre02_ttl {padding: 20px !important;}
        .pre01_box, .pre02_box {
        padding: 20px 15px !important;
    }
}


@media screen and (max-width: 414px){
	p {font-size: 14px;}
	.button_warp {padding: 20px 20px;}
	.border-box_impact .fs80{
		font-size: 56px;
	}
	.info .tag{
		font-size: .7em;
	}
	.pat {
    	margin-bottom: 50px;
    }
	.check1 li{
		font-size: 1.2em;
	}
	.check1 li::after{
		top: 7px;
	}
	.check3{
		font-size: 1.2em;
	}
	.check3 li::after{
		top: 9px;
	}
	.last-message {
        padding: 60px 0px !important;
    }
    .future-item {
        padding: 8px;
    }
    .point-box {
        font-size: 1rem !important;
        padding: 10px 10px 10px 37px !important;
    }
    .ng-item {
        padding: 10px;
    }
    .sub_ttl03 {padding:10px;}
    .form_box {font-size: 13px;}
}
@media screen and (max-width: 375px){
	.container .cnt {
        padding: 10px !important;
    }
    .pat {
	    padding: 5px;
	}
	.set-width.timer .ttl {
		font-size: 16px;
		padding-bottom: 0px !important;
	}
	.cv_area .timer {
        padding-top: 12px;
        padding-bottom: 12px;
    }
	.pat_box .date{
		font-size: 20px;
	}
	.pat_box .date>span{
		margin-left: 10px;
		font-size: 1.2em;
	}
	.pat_box .result{
		font-size: 1em;
	}

	.box6_ttl{
		font-size: 14px;
	}
	.info .fs40{
		font-size: 30px;
	}
	.info .fs60{
		font-size: 40px;
	}
	.small {font-size:12px !important;}
	.qtext {
        font-size: 15px;
    }
}
@media screen and (max-width: 320px){
	.pat_box{
		padding: 15px 15px 5px;
	}
	.pat_box>*{
		margin-bottom: 10px;
	}
	.pat_box .result .fs50{
		font-size: 30px;
	}
	.box10{
		font-size: 1em;
	}
	.box10>div::after{
		bottom: 170px;
	}
	.border-box_impact .fs80{
		font-size: 48px;
	}
}
