@charset "UTF-8";

.p-switch{
	max-width: 980px;
	width: calc(100% - 80px);
	margin: 50px auto 0;
}
.p-switch .p-top-cases__tabswrapper{
	max-width: 880px;
}
.p-switch .p-top-cases__wrapper{
	padding-top: 40px;
	border-radius: 0;
	background-color: initial;
}
@media screen and (max-width: 767px) {
	.p-switch{
		width: 100%;
	}
	.p-switch .p-top-cases__tabswrapper{
		padding: 0;
		gap: 0;
	}
	.p-switch .p-top-cases__tabs{
		border-radius: 20px 20px 0 0;
	}
	.p-switch .p-top-cases__wrapper{
		padding: 40px 10px 0;
	}
}

.p-switch .c-basicform{
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.p-switch .c-basicform{
		margin: 0 -10px;
	}
}

.p-switch__tel-ttl{
	font-size: 28px;
	font-weight: 700;
}
.p-switch__tel-num a{
	padding-left: 91px;
	display: inline-block;
	color: #EB6120;
	font-size: 48px;
	font-weight: 700;
	background: url(../images/common/icon-freedial.svg) no-repeat left center / 67px auto;
}
.p-switch__tel-time{
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-switch__tel-ttl{
		font-size: 22px;
	}
	.p-switch__tel-num a{
		padding-left: 62px;
		font-size: 40px;
		background-size: 50px auto;
	}
	.p-switch__tel-time{
		font-size: 15px;
	}
}

.p-switch__line{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.p-switch__line-ttl{
	font-size: 28px;
	font-weight: 700;
}
.p-switch__line-btn{
	margin-top: 10px;
}
.p-switch__line-btn a{
	max-width: 425px;
	height: 88px;
	border-radius: 12px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	background-color: #4CC764;
}
.p-switch__line-btn a::before{
	content: "";
	width: 49px;
	height: 46px;
	background: url(../images/common/icon-line.svg) no-repeat center / contain;
}
.p-switch__line-qr{
	max-width: 345px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
}
.p-switch__line-txt{
	text-align: right;
	font-size: 15px;
	font-weight: 500;
}
.p-switch__line-img{
	width: 140px;
	flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-switch__line-ttl{
		font-size: 24px;
	}
	.p-switch__line-btn a{
		width: 100%;
		height: 80px;
	}
}