.red-txt {
	color: #eb2320;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	z-index: 9999;
}
@media (max-width: 767px) {
	.header {
		padding: 0 5px 0 15px;
	}
}
@media (min-width: 768px) {
	.header {
		height: 80px;
		min-width: 1200px;
	}
}
.header .badge {
	position: absolute;
	top: 0;
	left: 40px;
	width: 128px;
}
.header .left {
	width: 160px;
}
@media (min-width: 768px) {
	.header .left {
		width: 270px;
		margin-left: 180px;
	}
}
.header .right {
	padding-right: 40px;
}
.header .right .card {
	font-size: 18px;
	font-weight: bold;
}
.header .right .card img {
	width: 25px;
	margin-right: 5px;
}
.header .right .tel {
	margin-left: 40px;
	font-size: 34px;
	font-weight: 900;
}
@media (max-width: 1400px) {
	.header .right .tel {
		font-size: 24px;
	}
}
.header .right .tel img {
	width: 35px;
	margin-right: 5px;
}
.header .right .tel div {
	margin-left: 20px;
	font-size: 13px;
	font-weight: bold;
}
.header > .tel img {
	width: 140px;
}
.footer {
	padding: 40px 0;
}
@media (min-width: 768px) {
	.footer {
		padding: 60px 0;
	}
}

@media screen and (max-width: 768px) {
	.footer {
		margin-bottom: 166px;
	}
}

.footer img {
	width: 130px;
	margin: 0 auto 10px;
}
@media (min-width: 768px) {
	.footer img {
		width: 200px;
	}
}
.footer small {
	display: block;
	color: #91918f;
	font-size: 12px;
	text-align: center;
}
@media (min-width: 768px) {
	.footer small {
		font-size: 14px;
	}
}
.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
}
.fixed .left {
	width: 130px;
	background: #fff;
}
.fixed .left p {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3em;
}
.fixed .right {
	width: calc(100% - 130px);
	background: linear-gradient(to bottom, #68b82e, #157e3b);
}
.fixed .right > img {
	width: 30px;
	margin-right: 10px;
}
.fixed .right .top {
	color: #fff;
	font-size: 12px;
}
.fixed .right .btm {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
.fixed .right .btm .click {
	position: relative;
	margin-left: 15px;
	margin-bottom: -4px;
}
.fixed .right .btm .click img {
	width: 25px;
	transform-origin: top left;
	animation: click-pointer 1.5s infinite;
}
@keyframes click-pointer {
	0% {
		transform: scale(1);
	}
	60% {
		transform: scale(1);
	}
	80% {
		transform: scale(0.7);
	}
	100% {
		transform: scale(1);
	}
}
.fixed .right .btm .click .line div {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 2px;
	height: 18px;
	top: 5px;
	left: 5px;
	transform-origin: top;
}
.fixed .right .btm .click .line div:nth-child(1) {
	transform: rotate(90deg);
}
.fixed .right .btm .click .line div:nth-child(2) {
	transform: rotate(135deg);
}
.fixed .right .btm .click .line div:nth-child(3) {
	transform: rotate(180deg);
}
.fixed .right .btm .click .line div span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 2px;
	height: 8px;
	overflow: hidden;
}
.fixed .right .btm .click .line div span::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	animation: click-line 1.5s infinite;
}
@keyframes click-line {
	0% {
		transform: translateY(-100%);
	}
	60% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
main {
	margin-top: 60px;
	overflow-x: hidden;
}
@media (min-width: 768px) {
	main {
		margin-top: 80px;
	}
}
main .mv {
	position: relative;
}
@media (max-width: 767px) {
	main .mv {
		padding-bottom: 50px;
	}
}
main .mv .band {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-50%);
	width: 375px;
	z-index: 1;
}
@media (min-width: 768px) {
	main .mv .band {
		width: 800px;
	}
}
main .mv .band .timer {
	position: absolute;
	top: 50%;
	transform: translateY(-49%);
	left: 26.5%;
	width: 71px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #eb2320;
	font-weight: bold;
	background-color: #fe0;
	letter-spacing: 0.1em;
}
@media (min-width: 768px) {
	main .mv .band .timer {
		left: 35%;
		transform: translateY(-50%);
		width: 116px;
		height: 40px;
		line-height: 40px;
		font-size: 23px;
	}
}
main .mv .badge {
	position: absolute;
	top: 100%;
	right: 40px;
	transform: translateY(-50%);
	width: 190px;
	z-index: 1;
}
main #intro {
	padding: 170px 0 40px;
	background: url(../img/intro-bg-sp.jpg) no-repeat center bottom/cover;
}
@media (min-width: 768px) {
	main #intro {
		padding: 150px 0;
		background-image: url(../img/intro-bg.jpg);
	}
}
@media (max-width: 767px) {
	main #intro .left img {
		position: absolute;
		top: -120px;
		right: 0;
		width: 15%;
		max-width: 50px;
	}
}
@media (min-width: 768px) {
	main #intro .left img {
		width: 94px;
		margin-right: 40px;
	}
}
main #intro .right {
	text-align: center;
}
@media (min-width: 768px) {
	main #intro .right {
		width: 700px;
	}
}
main #intro .right h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	white-space: nowrap;
	text-align: center;
}
@media (min-width: 768px) {
	main #intro .right h2 {
		font-size: 39px;
	}
}
main #intro .right h2 img {
	width: 20px;
	margin: 0 5px;
}
@media (min-width: 768px) {
	main #intro .right h2 img {
		width: 50px;
		margin: 0 10px;
	}
}
main #intro .right .clm {
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	main #intro .right .clm {
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	main #intro .right .clm .cld {
		width: calc(33.33% - 10px);
	}
	main #intro .right .clm .cld:not(:nth-child(3n)) {
		margin-right: 15px;
	}
	main #intro .right .clm .cld:nth-child(n + 4) {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	main #intro .right .clm .cld {
		width: calc(25% - 15px);
	}
	main #intro .right .clm .cld:nth-child(n + 5) {
		margin-top: 30px;
	}
}
main #intro .right .clm .cld p {
	margin-top: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
}
@media (min-width: 768px) {
	main #intro .right .clm .cld p {
		font-size: 24px;
	}
}
main #intro .right .clm .cld p small {
	font-size: 12px;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	main #intro .right .clm .cld p small {
		font-size: 16px;
	}
}
main #intro .right .comment {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-top: 20px;
	margin-top: 40px;
}
@media (min-width: 768px) {
	main #intro .right .comment {
		font-size: 26px;
	}
}

/* area-map */

.area-map {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1em;
	padding-top: 60px;
}

.area-title-hedding {
	color: #fde74c;
	font-size: clamp(20px, 0.985rem + 1.09vw, 31px);
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0;
	border-radius: 8px 8px 0px 0px;
	background: #41b7da;
	padding: 8px 8px 5px;
}

.area-title-hedding .u-inline-block {
	color: #ffffff;
	display: inline-block;
	font-weight: inherit;
}

.area-map-container {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border: 5px solid #41b7da;
	border-radius: 0px 0px 8px 8px;
	padding: 16px 13px 13px;
}

.area-textarea {
	width: fit-content;
	margin: 0 auto;
	flex-basis: 50%;
}
.area-lead1 {
	font-size: clamp(20px, 0.985rem + 1.09vw, 31px);
	font-weight: 700;
	font-style: italic;
	position: relative;
}

.area-lead1 span {
	display: inline-block;
	font-size: clamp(38px, 1.989rem + 1.58vw, 54px);
	font-weight: 700;
	line-height: 1.6052631579;
	background-image: linear-gradient(0deg, #0f8fea 20%, #41b7da 60%, #02479d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	letter-spacing: 0;
	padding-right: 2px;
	position: relative;
}
.area-lead1 span::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: radial-gradient(circle, #f46600 0.06em, transparent 0px);
	background-position: left 0.1em top;
	background-repeat: repeat-x;
	background-size: 1.1em 0.15em;
}

.area-lead2 {
	font-size: clamp(16px, 0.783rem + 0.89vw, 25px);
	font-weight: 700;
	line-height: 1.6875;
	letter-spacing: 0;
	margin-bottom: 8.12px;
	margin-top: -9px;
	letter-spacing: 0;
	white-space: nowrap;
}

.area-text {
	font-size: clamp(13px, 0.644rem + 0.69vw, 20px);
	line-height: 1.5384615385;
	letter-spacing: 0.05em;
}

.area-text .inline-block {
	display: inline;
	font-weight: inherit;
}

.area-image img {
	margin: 0 auto;
}

.area-title-hedding .sp-br {
	display: none;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.area-map {
		padding-top: 120px;
	}

	.area-map-container {
		flex-direction: row;
		align-items: center;
		padding: 0 clamp(21px, -0.51rem + 3.8vw, 45px) 0;
	}
	.area-textarea {
		flex: 0 1 calc(100% - 380px);
		padding-inline: 0px;
	}

	.area-lead1 {
		letter-spacing: 0;
	}
	.area-lead1 span {
		line-height: 1.5925925926;
		padding-right: 4px;
	}
	.area-lead2 {
		line-height: 1.72;
		margin-bottom: 15.58px;
		letter-spacing: 0.06em;
	}
	.area-text {
		line-height: 1.7;
		letter-spacing: 0.06em;
	}
	.area-text .inline-block {
		display: inherit;
	}
}

@media screen and (max-width: 600px) {
	.area-title-hedding .sp-br {
		display: block;
		line-height: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.area-title-hedding .sp-break {
		display: none;
	}
}

main .aside .pc {
	max-width: 1000px;
}
main .aside h2 {
	padding: 10px 0;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	background: #41b7d4;
}
main .aside h2 small {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1em;
}
main .aside .box {
	padding: 15px;
	border: 4px solid #41b7d4;
}
main .aside a {
	position: relative;
}
main .aside.aside1 {
	padding: 20px 0;
}
@media (min-width: 768px) {
	main .aside.aside1 {
		padding: 120px 0 150px;
	}
}
main .aside.aside2 {
	padding: 20px 0;
}
@media (min-width: 768px) {
	main .aside.aside2 {
		padding: 80px 0 100px;
	}
}
main #worries {
	padding-bottom: 40px;
	background: #eeeff0;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ddd calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ddd calc(100% - 1px));
	background-size: 20px 20px;
	background-repeat: repeat;
	background-position: center center;
}
@media (max-width: 767px) {
	main #worries {
		margin-top: 80px;
	}
}
@media (min-width: 768px) {
	main #worries {
		padding-bottom: 100px;
	}
}
main #worries .char {
	position: absolute;
	max-width: 9999px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -10%);
	width: 130%;
	pointer-events: none;
}
@media (min-width: 768px) {
	main #worries .char {
		width: 155%;
	}
}
@media (min-width: 768px) {
	main #worries .head {
		justify-content: flex-start;
	}
}
main #worries .head h2 {
	position: relative;
	margin: -40px 0 20px;
	padding: 15px 25px;
	color: #004092;
	font-size: 25px;
	text-align: center;
	line-height: 1.4em;
	border: 4px solid #004092;
	z-index: 1;
}
@media (min-width: 768px) {
	main #worries .head h2 {
		padding: 25px 35px;
		font-size: 50px;
	}
}
main #worries .top {
	position: relative;
	z-index: 1;
}
main #worries .btm {
	position: relative;
	margin-top: 20px;
	z-index: 1;
}
@media (min-width: 768px) {
	main #worries .btm {
		margin-top: 40px;
	}
}
main #reason {
	padding: 60px 0;
}
@media (min-width: 768px) {
	main #reason {
		padding: 150px 0;
	}
}
main #reason .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
}
@media (min-width: 768px) {
	main #reason .bg {
		height: 500px;
	}
}
main #reason .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main #reason h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #reason h2 {
		margin-bottom: 40px;
		font-size: 50px;
	}
}
main #reason .cld {
	position: relative;
	z-index: 1;
	background: #e1e8e8;
}
@media (max-width: 767px) {
	main #reason .cld:nth-child(n + 2) {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	main #reason .cld {
		width: calc(33.33% - 20px);
	}
}
main #reason .cld .txt {
	padding: 20px;
}
@media (min-width: 768px) {
	main #reason .cld .txt {
		padding: 25px;
	}
}
main #reason .cld .txt .point {
	margin-top: -50px;
	color: #41b7d4;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	line-height: 1em;
	transform: scaleX(0.95);
}
@media (min-width: 768px) {
	main #reason .cld .txt .point {
		margin-top: -80px;
		font-size: 24px;
	}
}
main #reason .cld .txt .point div {
	font-size: 43px;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
	main #reason .cld .txt .point div {
		font-size: 60px;
	}
}
main #reason .cld .txt h3 {
	margin: 10px 0;
	color: #004092;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	main #reason .cld .txt h3 {
		margin: 20px 0;
		font-size: 28px;
		white-space: nowrap;
	}
}
main #reason .and img {
	width: 90px;
	margin: 25px 0;
}
@media (min-width: 768px) {
	main #reason .and img {
		width: 140px;
		margin: 40px 0;
	}
}
main #reason .year {
	position: relative;
	padding: 30px 30px 0;
}
@media (max-width: 767px) {
	main #reason .year {
		max-width: 400px;
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	main #reason .year {
		padding: 50px 0;
	}
}
main #reason .year .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media (min-width: 768px) {
	main #reason .year .txt {
		width: 450px;
	}
}
main #reason .year .txt h3 {
	color: #004092;
	font-size: 18px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	main #reason .year .txt h3 {
		margin-bottom: 20px;
		font-size: 25px;
	}
}
main #reason .year .txt h3 span {
	display: block;
	margin-top: 5px;
	color: #004092;
	font-size: 28px;
	font-weight: 900;
	line-height: 1em;
}
@media (min-width: 768px) {
	main #reason .year .txt h3 span {
		margin-top: 10px;
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	main #reason .year .btm {
		padding-bottom: 6px;
	}
}
@media (max-width: 767px) {
	main #reason .year .btm .left {
		width: 130px;
	}
}
@media (min-width: 768px) {
	main #reason .year .btm .left {
		position: absolute;
		width: 190px;
		top: 50%;
		left: 40px;
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	main #reason .year .btm .right {
		width: 130px;
	}
}
@media (min-width: 768px) {
	main #reason .year .btm .right {
		position: absolute;
		right: 40px;
		bottom: 12px;
		width: 220px;
	}
}
main #comparison {
	padding: 40px 0;
	background: url(../img/table-bg-sp.svg) no-repeat center/cover;
}
@media (min-width: 768px) {
	main #comparison {
		padding: 100px 0;
		background-image: url(../img/table-bg.svg);
	}
}
main #comparison .head {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	main #comparison .head {
		margin-bottom: 50px;
	}
}
main #comparison .head .top {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	line-height: 1em;
}
@media (min-width: 768px) {
	main #comparison .head .top {
		font-size: 42px;
	}
}
main #comparison .head .top img {
	width: 25px;
	margin: 0 5px;
}
@media (min-width: 768px) {
	main #comparison .head .top img {
		width: 50px;
	}
}
main #comparison .head .btm {
	margin-top: 5px;
	white-space: nowrap;
}
main #comparison .head .btm .left {
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}
@media (min-width: 768px) {
	main #comparison .head .btm .left {
		margin-right: 20px;
		font-size: 36px;
	}
}
main #comparison .head .btm .right {
	color: #fe0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
}
@media (min-width: 768px) {
	main #comparison .head .btm .right {
		font-size: 86px;
	}
}
main #comparison .icon img {
	width: calc(25% - 7.5px);
}
@media (min-width: 768px) {
	main #comparison .icon img {
		width: calc(25% - 11.25px);
	}
}
main #comparison table {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border-collapse: collapse;
}
@media (min-width: 768px) {
	main #comparison table {
		margin: 40px 0;
	}
}
main #comparison table thead th {
	color: #fff;
	background: #004092;
}
main #comparison table thead th img {
	width: 16px;
	margin: 0 5px;
}
@media (min-width: 768px) {
	main #comparison table thead th img {
		width: 25px;
	}
}
main #comparison table th {
	padding: 5px;
	color: #004092;
	font-size: 12px;
	font-weight: bold;
	background: #b3e2ee;
	border: 2px solid #41b7d4;
}
main #comparison table th:nth-child(1) {
	width: 20%;
}
main #comparison table th:nth-child(n + 2) {
	width: 40%;
}
@media (min-width: 768px) {
	main #comparison table th {
		padding: 10px;
		font-size: 30px;
	}
}
main #comparison table td {
	padding: 10px 5px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	border: 2px solid #41b7d4;
}
main #comparison table td:nth-child(1) {
	width: 20%;
}
main #comparison table td:nth-child(n + 2) {
	width: 40%;
}
@media (min-width: 768px) {
	main #comparison table td {
		padding: 15px;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	main #comparison .check {
		border-radius: 10px;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	main #comparison .check {
		height: 50px;
	}
}
main #comparison .check .left {
	width: 100px;
	color: #fe0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #000;
	white-space: nowrap;
}
@media (max-width: 767px) {
	main #comparison .check .left {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	main #comparison .check .left {
		width: 200px;
		padding: 0 20px;
		font-size: 24px;
		line-height: 50px;
		border-radius: 25px 0 0 25px;
	}
}
main #comparison .check .left img {
	width: 23px;
}
@media (max-width: 767px) {
	main #comparison .check .left img {
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	main #comparison .check .left img {
		transform: translateY(10%);
		width: 46px;
		margin-right: 10px;
	}
}
main #comparison .check .right {
	width: calc(100% - 100px);
	font-weight: bold;
	background: #fe0;
}
@media (max-width: 767px) {
	main #comparison .check .right {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	main #comparison .check .right {
		width: calc(100% - 200px);
		padding: 0 20px;
		font-size: 24px;
		line-height: 50px;
		border-radius: 0 25px 25px 0;
	}
}
main #plan {
	padding: 40px 0 60px;
	background: url(../img/plan-bg-sp.jpg) no-repeat center/cover;
}
@media (min-width: 768px) {
	main #plan {
		padding: 100px 0;
		background-image: url(../img/plan-bg.jpg);
	}
}
main #plan h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #plan h2 {
		margin-bottom: 40px;
		font-size: 50px;
	}
}
@media (min-width: 768px) {
	main #plan .clm {
		justify-content: center;
	}
}
main #plan .clm .cld {
	position: relative;
	padding-bottom: 20px;
	background: #fff;
}
@media (max-width: 767px) {
	main #plan .clm .cld {
		width: calc(50% - 10px);
	}
	main #plan .clm .cld:nth-child(n + 3) {
		margin-top: 20px;
	}
	main #plan .clm .cld:nth-child(2n) {
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	main #plan .clm .cld {
		width: calc(25% - 15px);
	}
	main #plan .clm .cld:not(:nth-child(4n)) {
		margin-right: 20px;
	}
	main #plan .clm .cld:nth-child(n + 5) {
		margin-top: 20px;
	}
}
main #plan .clm .cld .num {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fe0;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	transform-origin: left;
	transform: scaleX(0.9);
}
@media (min-width: 768px) {
	main #plan .clm .cld .num {
		top: 20px;
		left: 20px;
		font-size: 50px;
	}
}
main #plan .clm .cld h3 {
	font-size: 20px;
	text-align: center;
}
@media (min-width: 768px) {
	main #plan .clm .cld h3 {
		font-size: 30px;
	}
}
main #plan .clm .cld .price .top {
	color: #97711d;
	font-size: 12px;
	font-weight: bold;
}
@media (min-width: 768px) {
	main #plan .clm .cld .price .top {
		font-size: 16px;
	}
}
main #plan .clm .cld .price .top img {
	width: 15px;
	margin-right: 2px;
}
@media (min-width: 768px) {
	main #plan .clm .cld .price .top img {
		width: 20px;
		margin-right: 5px;
	}
}
main #plan .clm .cld .price .btm {
	position: relative;
	color: #97711d;
	font-size: 14px;
	font-weight: bold;
}
@media (min-width: 768px) {
	main #plan .clm .cld .price .btm {
		font-size: 20px;
	}
}
main #plan .clm .cld .price .btm::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 2px;
	background: #97711d;
	border-radius: 1px;
	border: 1px solid #fff;
}
main #plan .clm .cld .red-txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
@media (min-width: 768px) {
	main #plan .clm .cld .red-txt {
		font-size: 32px;
	}
}
main #flow {
	padding: 40px 0 60px;
}
@media (min-width: 768px) {
	main #flow {
		padding: 100px 0;
	}
}
main #flow .bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
@media (min-width: 768px) {
	main #flow .bg {
		width: 45%;
	}
}
main #flow h2 {
	margin-bottom: 20px;
	color: #41b7d4;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #flow h2 {
		margin-bottom: 40px;
		font-size: 50px;
	}
}
main #flow .clm .cld {
	position: relative;
}
@media (min-width: 768px) {
	main #flow .clm .cld {
		width: calc(25% - 22.5px);
		background: #e1e8e8;
	}
}
@media (max-width: 767px) {
	main #flow .clm .cld .img {
		width: 50%;
	}
}
@media (max-width: 767px) {
	main #flow .clm .cld .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
main #flow .clm .cld .txt {
	padding: 20px 15px;
}
@media (max-width: 767px) {
	main #flow .clm .cld .txt {
		display: flex;
		align-items: center;
		width: 50%;
		background: #e1e8e8;
	}
}
main #flow .clm .cld .txt .step {
	margin-bottom: 5px;
	color: #41b7d4;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	transform-origin: left;
	transform: scaleX(0.9);
}
@media (min-width: 768px) {
	main #flow .clm .cld .txt .step {
		font-size: 20px;
	}
}
main #flow .clm .cld .txt h3 {
	color: #004092;
	font-size: 19px;
	line-height: 1.4em;
	white-space: nowrap;
}
@media (min-width: 768px) {
	main #flow .clm .cld .txt h3 {
		font-size: 24px;
	}
}
main #flow .clm .cld p {
	margin-top: 10px;
}
main #flow .clm .cld .arrow {
	width: 25px;
}
@media (max-width: 767px) {
	main #flow .clm .cld .arrow {
		margin: 5px auto 20px;
		transform: rotate(90deg);
	}
}
@media (min-width: 768px) {
	main #flow .clm .cld .arrow {
		position: absolute;
		top: 50%;
		left: calc(100% - 1px);
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	main #flow .check {
		margin-top: 20px;
		border-radius: 10px;
		overflow: hidden;
	}
}
@media (min-width: 768px) {
	main #flow .check {
		height: 50px;
		margin-top: 40px;
	}
}
main #flow .check .left {
	width: 100px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #004092;
	white-space: nowrap;
	line-height: 1.4em;
}
@media (max-width: 767px) {
	main #flow .check .left {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	main #flow .check .left {
		width: 340px;
		padding: 0 20px;
		font-size: 24px;
		line-height: 50px;
		border-radius: 25px 0 0 25px;
	}
}
main #flow .check .left img {
	width: 23px;
}
@media (max-width: 767px) {
	main #flow .check .left img {
		margin: 0 auto;
	}
}
@media (min-width: 768px) {
	main #flow .check .left img {
		transform: translateY(10%);
		width: 46px;
		margin-right: 10px;
	}
}
main #flow .check .right {
	width: calc(100% - 100px);
	font-weight: bold;
	background: #b3e2ee;
}
@media (max-width: 767px) {
	main #flow .check .right {
		padding: 10px;
	}
}
@media (min-width: 768px) {
	main #flow .check .right {
		width: calc(100% - 340px);
		padding: 0 20px;
		font-size: 24px;
		line-height: 50px;
		border-radius: 0 25px 25px 0;
	}
}
main #staff {
	padding-top: 20px;
}
@media (min-width: 768px) {
	main #staff {
		padding-top: 50px;
	}
}
main #staff .box {
	position: relative;
	padding: 0 20px 40px;
	background: url(../img/staff-bg.svg) no-repeat top/cover;
}
@media (min-width: 768px) {
	main #staff .box {
		padding: 0 50px 50px;
	}
}
@media (max-width: 767px) {
	main #staff .box .top {
		margin-bottom: 20px;
		align-items: center;
		border-bottom: 1px solid #fff;
	}
}
main #staff .box .top .char {
	width: 150px;
	margin-top: -10px;
}
@media (min-width: 768px) {
	main #staff .box .top .char {
		width: 350px;
		margin-top: -20px;
	}
}
main #staff .box .top .txt {
	width: calc(100% - 170px);
}
@media (min-width: 768px) {
	main #staff .box .top .txt {
		width: calc(100% - 390px);
	}
}
main #staff .box .top .txt h2 img {
	width: 80px;
}
@media (min-width: 768px) {
	main #staff .box .top .txt h2 img {
		width: 140px;
	}
}
main #staff .box .top .txt .catch {
	margin-top: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	white-space: nowrap;
}
@media (min-width: 768px) {
	main #staff .box .top .txt .catch {
		margin: 15px 0;
		font-size: 40px;
	}
}
main #staff .box .top .txt .desc {
	margin-bottom: 40px;
}
main #staff .box .desc {
	color: #fff;
}
main #staff .box .btm {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
@media (max-width: 767px) {
	main #staff .box .btm {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	main #staff .box .btm {
		padding: 50px;
	}
}
main #staff .box .btm::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border: 2px solid #004092;
	border-radius: 5px;
	pointer-events: none;
}
main #staff .box .btm h3 {
	font-size: 20px;
}
@media (max-width: 767px) {
	main #staff .box .btm h3 {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	main #staff .box .btm h3 {
		font-size: 37px;
	}
}
main #staff .box .btm h3 img {
	width: 22px;
	margin: 0 5px;
}
@media (min-width: 768px) {
	main #staff .box .btm h3 img {
		width: 44px;
		margin: 0 10px;
	}
}
main #staff .box .btm h3 span {
	color: #004092;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	transform: scaleX(0.9) translateY(5%);
}
@media (min-width: 768px) {
	main #staff .box .btm h3 span {
		font-size: 72px;
	}
}
@media (min-width: 768px) {
	main #staff .box .btm .clm .cld {
		width: 220px;
	}
}
@media (max-width: 767px) {
	main #staff .box .btm .clm .cld:nth-child(n + 2) {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	main #staff .box .btm .clm .cld:nth-child(n + 2) {
		margin-left: 40px;
	}
}
@media (max-width: 767px) {
	main #staff .box .btm .clm .cld .left {
		width: 100px;
	}
}
main #staff .box .btm .clm .cld .left img {
	width: 70px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	main #staff .box .btm .clm .cld .left img {
		width: 140px;
	}
}
main #staff .box .btm .clm .cld .left h4 {
	color: #004092;
	font-size: 16px;
	text-align: center;
}
@media (min-width: 768px) {
	main #staff .box .btm .clm .cld .left h4 {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	main #staff .box .btm .clm .cld .right {
		width: calc(100% - 120px);
	}
}
main #staff .box .btm .clm .cld .right p {
	font-weight: bold;
}
main #voice {
	padding: 40px 0;
}
@media (min-width: 768px) {
	main #voice {
		padding: 100px 0;
	}
}
main #voice .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
@media (min-width: 768px) {
	main #voice .bg {
		height: 100%;
		object-fit: cover;
	}
}
main #voice h2 {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	main #voice h2 {
		margin-bottom: 40px;
	}
}
main #voice h2 img {
	width: 300px;
}
@media (min-width: 768px) {
	main #voice h2 img {
		width: 600px;
	}
}
main #voice .clm .cld {
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
	main #voice .clm .cld {
		padding: 20px;
	}
	main #voice .clm .cld:nth-child(n + 2) {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	main #voice .clm .cld {
		width: calc(33.33% - 20px);
		padding: 30px;
	}
}
main #voice .clm .cld::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 26px 0 0;
	border-color: #41b7d4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
	main #voice .clm .cld::after {
		border-width: 52px 52px 0 0;
	}
}
main #voice .clm .cld .head img {
	width: 40px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	main #voice .clm .cld .head img {
		width: 60px;
	}
}
main #voice .clm .cld .head h3 {
	color: #004092;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	transform: scaleX(0.9);
}
@media (min-width: 768px) {
	main #voice .clm .cld .head h3 {
		font-size: 24px;
	}
}
main #voice .clm .cld p {
	margin: 15px 0 20px;
}
@media (min-width: 768px) {
	main #voice .clm .cld p {
		min-height: 230px;
	}
}
main #voice .clm .cld .who {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
@media (min-width: 768px) {
	main #voice .clm .cld .who {
		font-size: 18px;
	}
}
main #qa {
	padding-top: 40px;
}
@media (min-width: 768px) {
	main #qa {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
main #qa h2 {
	margin-bottom: 20px;
	color: #41b7d4;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #qa h2 {
		margin-bottom: 40px;
		font-size: 50px;
	}
}
main #qa dl:nth-child(n + 2) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c8c8c7;
}
@media (min-width: 768px) {
	main #qa dl:nth-child(n + 2) {
		margin-top: 40px;
		padding-top: 40px;
	}
}
main #qa dl dt {
	color: #004092;
	font-size: 17px;
	font-weight: bold;
}
@media (min-width: 768px) {
	main #qa dl dt {
		font-size: 30px;
	}
}
main #qa dl dt img {
	width: 27px;
	margin-right: 10px;
}
@media (min-width: 768px) {
	main #qa dl dt img {
		width: 44px;
		margin-right: 15px;
	}
}
main #qa dl dd {
	margin-top: 10px;
}
@media (min-width: 768px) {
	main #qa dl dd {
		font-size: 20px;
	}
}
main #contact {
	padding: 40px 0;
	background: #e9edee;
}
@media (min-width: 768px) {
	main #contact {
		padding: 100px 0;
	}
}
main #contact h2 {
	margin-bottom: 20px;
	color: #41b7d4;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #contact h2 {
		margin-bottom: 40px;
		font-size: 50px;
	}
}
main #contact .box {
	padding: 20px;
	background: #fff;
}
@media (min-width: 768px) {
	main #contact .box {
		max-width: 800px;
		margin: 0 auto;
		padding: 70px;
		border-radius: 20px;
	}
}
main #contact .box dl:nth-child(n + 2) {
	margin-top: 20px;
}
@media (min-width: 768px) {
	main #contact .box dl:nth-child(n + 2) {
		margin-top: 30px;
	}
}
main #contact .box dl dt {
	margin-bottom: 5px;
	font-weight: 600;
}
@media (min-width: 768px) {
	main #contact .box dl dt {
		font-size: 18px;
	}
}
main #contact .box dl dd input[type='text'],
main #contact .box dl dd input[type='email'],
main #contact .box dl dd input[type='tel'],
main #contact .box dl dd textarea {
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 1.6em;
	background: #d9f1f6;
	border-radius: 10px;
	border: none;
}
@media (min-width: 768px) {
	main #contact .box dl dd input[type='text'],
	main #contact .box dl dd input[type='email'],
	main #contact .box dl dd input[type='tel'],
	main #contact .box dl dd textarea {
		padding: 10px 15px;
	}
}
main #contact .box dl dd input[type='text']::placeholder,
main #contact .box dl dd input[type='email']::placeholder,
main #contact .box dl dd input[type='tel']::placeholder,
main #contact .box dl dd textarea::placeholder {
	color: #7acde1;
	font-weight: 600;
}
main #contact .box dl dd label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
main #contact .box dl dd label:nth-child(n + 2) {
	margin-left: 20px;
}
main #contact .box dl dd label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
main #contact .box dl dd textarea {
	height: 200px;
}
@media (min-width: 768px) {
	main #contact .box dl dd textarea {
		height: 250px;
	}
}
@media (max-width: 767px) {
	main #contact .box dl dd .top {
		justify-content: space-between;
	}
}
main #contact .box dl dd .top input {
	width: 45%;
}
@media (min-width: 768px) {
	main #contact .box dl dd .top input {
		width: 200px;
		margin: 0 10px;
	}
}
main #contact .box dl dd .top .zipbtn {
	width: 45%;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	background: #004092;
	line-height: 45px;
	border-radius: 23px;
}
@media (min-width: 768px) {
	main #contact .box dl dd .top .zipbtn {
		width: 200px;
		font-size: 15px;
		cursor: pointer;
	}
}
main #contact .box dl dd .btm input {
	margin-top: 10px;
}
@media (min-width: 768px) {
	main #contact .box dl dd .btm input {
		margin-top: 20px;
	}
}
main #contact .box .privacypolicy {
	margin: 20px 0 10px;
}
@media (min-width: 768px) {
	main #contact .box .privacypolicy {
		margin: 40px 0 20px;
	}
}
main #contact .box .privacypolicy .txt {
	height: 100px;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #c8c8c7;
	overflow-y: scroll;
}
@media (min-width: 768px) {
	main #contact .box .privacypolicy .txt {
		height: 150px;
		padding: 20px;
	}
}
main #contact .box .check {
	margin: 20px 0;
	font-size: 14px;
	font-weight: 600;
}
@media (min-width: 768px) {
	main #contact .box .check {
		margin-bottom: 40px;
		font-size: 20px;
		cursor: pointer;
	}
}
main #contact .box .check input {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
main #contact .box .submit {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: 42px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(to right, #33cccc, #4946a4);
	border: 2px solid #fff;
	border-radius: 21px;
	box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
	main #contact .box .submit {
		width: 300px;
		height: 70px;
		font-size: 24px;
		border-radius: 35px;
	}
}
main #profile {
	padding: 20px 0 40px;
	background: #e9edee;
}
@media (min-width: 768px) {
	main #profile {
		padding: 50px 0 100px;
	}
}
main #profile h2 {
	margin-bottom: 20px;
	color: #004092;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
}
@media (min-width: 768px) {
	main #profile h2 {
		margin-bottom: 40px;
		font-size: 30px;
	}
}
main #profile dl:nth-child(n + 2) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c8c8c7;
}
@media (min-width: 768px) {
	main #profile dl:nth-child(n + 2) {
		margin-top: 20px;
		padding-top: 20px;
	}
}
main #profile dl dt {
	color: #41b7d4;
	font-size: 14px;
	font-weight: 600;
}
@media (min-width: 768px) {
	main #profile dl dt {
		width: 220px;
		font-size: 18px;
	}
}
main #profile dl dd {
	font-size: 14px;
}
@media (max-width: 767px) {
	main #profile dl dd {
		margin-top: 5px;
	}
}
@media (min-width: 768px) {
	main #profile dl dd {
		width: calc(100% - 220px);
		font-size: 18px;
	}
}

/* 追加CSS */

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

.contact-banner-pc {
	border: 8px solid #41b7d3;
	position: relative;
	max-height: 400px;
	transition: all 0.2s ease;
	left: 50%;
	transform: translateX(-50%);
}

.contact-banner-pc:hover {
	transform: translate(-50%, -10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.contact-banner-pc:active {
	transform: translate(-50%, -5px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.contact-badge {
	position: absolute;
	top: -90px;
	left: 20px;
}

.contact-title {
	background-color: #41b7d3;
	padding: 1em;
	color: #fff;
}

.contact-title .title-inner {
	max-width: 520px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	text-align: left;
	padding-left: 20px;
	white-space: nowrap;
}

.contact-title .title-inner p {
	display: inline-block;
}

.contact-title .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}

.contact-title .title .min {
	font-size: 32px;
}

.contact-title .subtext {
	font-size: 20px;
	line-height: 1;
}

.contact-content {
	position: relative;
	padding: 30px 50px;
}

.contact-tel-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.contact-number {
	font-size: 64px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}

.contact-operator {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
}

/*  フローティングBOX*/

.cta-btn {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
}
.cta-btn:before {
	position: absolute;
	top: calc(50% - 12px);
	right: 0;
	width: 60px;
	height: 60px;
	content: '';
	background: url(../img/common__fix-bn-sp-finger.png) no-repeat;
	background-size: contain;
}
.fix-sp-cta {
	position: fixed;
	z-index: 999;
	bottom: 0;
	padding: 5px 0 13px;
	background: #fff;
	max-width: 750px;
	width: 100%;
}
.fix-sp-cta-btn-wrap {
	display: flex;
	padding: 5px 13px 0;
	flex-wrap: wrap;
}
.fix-sp-cta-btn-wrap img {
	height: 16px;
	margin-right: 6px;
}
.fix-sp-cta-btn-wrap .cta-btn--tel {
	width: 100%;
}
.fix-sp-cta-btn-wrap > .cta-btn {
	margin: 0;
}
.fix-sp-cta__campaign {
	background-color: #097c25;
	text-align: center;
}
.fix-sp-cta__campaign img {
	width: 100%;
	max-width: 500px;
	vertical-align: middle;
}
.fix-cta-btn {
	font-weight: 700;
	display: flex;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}
.cta-btn--tel {
	padding: 8px 10px 8px 0;
	background: #eb6100;
	box-shadow: 0 5px 0 #bd4e00;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta-btn--tel span {
	font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 3px 20px;
	color: #000;
	border-radius: 5px;
	background: #fff;
}
.cta-btn--tel span img {
	margin-right: 5px;
	margin-bottom: 2px;
}
.fix-cta-btn--contact_2btn {
	display: flex;
	width: 100%;
	margin-top: 12px;
	-moz-column-gap: 2%;
	column-gap: 2%;
}
.fix-cta-btn--contact {
	background: #ac222b;
	box-shadow: 0 3px #7c0909;
}
.fix-cta-btn--line {
	background: #22ac38;
	box-shadow: 0 3px 0 #097c25;
}

#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #004092;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 999;
	line-height: 1.2;
	padding-top: 18px;
	box-sizing: border-box;
}

#back-to-top::before {
	content: '▲';
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 1;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
}

#back-to-top.show {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 767px) {
	#back-to-top {
		display: none;
	}
}

/* thanks */

.thanks {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 3rem;
	margin-top: 120px;
}
.thanks .mainText {
	font-size: 120%;
	margin-bottom: 1rem;
	margin-top: 2rem;
	display: block;
	font-weight: 700;
}
.thanks .caution {
	margin-top: 1.5rem;
}
.is-close {
	margin: 0 !important;
	text-align: center;
}

.thanks-top-btn {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(to right, #33cccc, #4946a4);
	border: 2px solid #fff;
	border-radius: 21px;
	box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.16);
	text-decoration: none;
	transition: opacity 0.3s;
	margin-top: 60px;
}

.thanks-top-btn:hover {
	opacity: 0.8;
}

@media (min-width: 768px) {
	.thanks-top-btn {
		width: 300px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
		border-radius: 35px;
	}
}

@media (max-width: 767px) {
	.thanks {
		text-align: left;
	}
	.thanks .btn {
		text-align: center;
	}
}
