@charset "UTF-8";

@media screen and (max-width: 767px) {
	.c-basicform{
		margin-top: 20px;
	}
	.p-contact__box{
		padding: 0 10px;
	}
}
.p-contact__flextext{
	width: 100%;
}
.p-contact__tag{
	padding: 0 3px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto auto;
	gap: 18px 17px;
}
.p-contact__tag-item{
	z-index: 1;
	padding: 6px;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}
.p-contact__tag-item--big{
	grid-column: 2 / 4;
}
.p-contact__tag-item::before{
	z-index: -2;
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: linear-gradient(to bottom,#4D97EB 0%,#427EC1 50%,#336FAF 100%);
}
.p-contact__tag-item::after{
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #4483CB;
}
.p-contact__tag-item-small{
	font-size: 17px;
}
.p-contact__free{
	max-width: 350px;
	margin: 16px auto 0;
	padding: 5px;
	color: #E73200;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}
.p-contact__free-small{
	font-size: 20px;
}
.p-contact__txt{
	margin-top: 24px;
	font-size: 18px;
	text-align: center;
}
.p-contact__btn{
	max-width: 400px;
	margin: 12px auto 0;
	border-radius: 99px;
	padding: 2px;
	background: linear-gradient(to bottom,#FFBF71 0%,#FF9C24 50%,#E66B19 100%);
	box-shadow: 0 2px 1px #E5E1D5;
}
.p-contact__btn a{
	width: 100%;
	height: 54px;
	border-radius: 99px;
	padding-right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 11px;
	position: relative;
	transition: opacity 0.3s;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.02em;
	font-family: "Roboto", "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	background: linear-gradient(to bottom,#FFCA89 0%,#FF8F2A 49%,#FF8230 100%);
}
.p-contact__btn a:hover{
	opacity: 0.7;
}
.p-contact__btn a::before{
	content: "";
	width: 28px;
	height: 21px;
	background: url(../images/contact/btn_tel.svg) no-repeat center / contain;
}
.p-contact__btn a::after{
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	background: url(../images/contact/bnt_arrow.svg) no-repeat center / contain;
}

.p-contact__time{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	font-family: "Roboto", "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.wpcf7-checkbox{
	gap: 0 16px;
}
.wpcf7-checkbox .wpcf7-list-item{
	width: auto;
	margin: 0;
}
.wpcf7-checkbox label{
	display: flex;
	align-items: center;
	gap: 6px;
}
.c-basicform__tableContent textarea{
	height: 100px;
}