@charset "UTF-8";
/* sp(320px) */

.cta .btn_cta {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	inline-size: 300px;
	margin-inline: auto;
	border: none;
	background-color: #fff;
	cursor: pointer;
}
.cta .msg {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-block-end: .6em;
}
.cta .msg span.b {
	font-family: "Manrope", sans-serif;
	font-size: 175%;
}
.cta .msg span.wah {
	position: relative;
}
.cta .msg span.wah:before,
.cta .msg span.wah:after {
	content: '';
	width: 1.6em;
	border-top: 1px solid #000;
	position: absolute;
	top: .8em;
}
.cta .msg span.wah:before {	
	transform: rotate(55deg);
	left: -1.8em;	
}
.cta .msg span.wah:after {
	transform: rotate(-55deg);
	right: -1.7em;
}


@container (min-width: 480px) {
/* tablet_s */

.cta .btn_cta {
	inline-size: 344px;
}
.cta .msg {
	font-size: 20px;
}





/* end of media query(tablet_s) */	
}

@container (min-width: 620px) {
/* tablet */


.cta .btn_cta {
	inline-size: 344px;
}
.cta .msg {
	font-size: 20px;
}




/* end of media query(tablet) */	
}



@container (min-width: 835px) {
/* pc */

.cta .btn_cta {
	inline-size: 430px;
}
.cta .msg {
	font-size: 22px;
}




/* end of media query(pc) */
}