@charset "UTF-8";


tr{
	border-bottom: .1rem solid #ddd;
}
th,
td{
	padding: 3rem 1.5rem;
	text-align: left;
	font-weight: 500;
}
th{
	width: 25%;
	vertical-align: top;
	padding-top: 4.75rem;
}
td{
	width: 75%;
}
input,
textarea{
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	font-family: 'Poppins','Noto Sans JP',游ゴシック, YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-size: 1.4rem;
	color: #333;

}
#name,
#company_name,
#tel_number,
#email{
	display: flex;
	align-items: center;
	padding: .5em;
	width: 100%;
	height: 5rem;
	background: #f6f6f6;
}
textarea{
	background: #f6f6f6;
	padding: .5em;
	width: 100%;
	height: 25rem;
	line-height: 2;
	display: block;
}
.required{
	display: flex;
	justify-content: center;
	width: 4em;
	color: #fff;
	background: #e94d37;
	padding: .4em;
	font-size: 1.2rem;
	letter-spacing: .4em;
	float: right;
}
.send-btn{
	width: 24rem;
	height: 6rem;
	display: block;
	font-weight: 500;
	color: #fff;
	background: #009d80;
	margin: 0 auto;
	cursor: pointer;
	transition: .3s all ease;
}
.send-btn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
#check_flg{
	display: block;
	width: 100%;
	height: 100%;
	border: .2rem solid #ccc;
	background-color: #fff;
}
#check_flg-outer.checked:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/contact-check-icon.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.caution{
	margin: 5rem 0;
	padding: 3rem;
	background: #f6f6f6;
}
.caution label{
	display: flex;
	flex-wrap: wrap;
}
#check_flg-outer{
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1rem;
	position: relative;
}
.caution p{
	width: calc(100% - 3.5rem);
}
#sec02 .parag{
	text-align: center;
}
#tel-card{
	display: flex;
	flex-direction: column;
	padding: 5rem 2.5rem;
	background: #fafafa;
	align-items: center;
	margin-top: 4rem;
}
#tel-card dl{
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	font-size: 1.6rem;
	line-height: 2;
}
#tel-card dt{
	padding-right: 4rem;
}
#tel-card .tel-number-area{
	font-size: 4.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#tel-card .tel-number-area:before{
	content: "";
	display: block;
	width: .8em;
	height: .8em;
	margin-right: .5em;
	background: url(../images/contact-icon01.svg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
#contact-send .btn01{
	margin: 4rem auto 0;
}
#contact-send #sec01{
	padding-bottom: 10rem;
}
@media screen and (max-width: 768px){
	main{
		padding: 5rem 1.5rem;
	}
	table,
	tbody,
	tr,
	th,
	td{
		display: block;
		width: 100%;
	}
	th,
	td{
		padding: 0;
	}
	th{
		padding-bottom: 1.5rem;
		display: flex;
		align-items: center;
	}
	tr{
		padding: 3rem 0;
	}

	input,
	textarea{
		font-size: 1.3rem;

	}

	textarea{
		height: 20rem;
		line-height: 1.75;
	}
	.required{
		font-size: 1.1rem;
		float: none;
		margin-left: 1rem;
	}
	.send-btn{
		width: 100%;
		height: 5rem;
	}
	#check_flg{
		width: 100%;
		height: 100%;
	}
	.caution{
		margin: 3rem 0;
		padding: 1.5rem;
	}

	#check_flg-outer{
		width: 2rem;
		height: 2rem;
		margin-right: .5rem;
		flex-shrink: 0;
		position: relative;
	}

	.caution p{
		width: calc(100% - 2.5rem);
		font-size: 1.2rem;
	}
	#sec02{
		padding: 7.5rem 0 0 0;
	}
	#sec02 .parag{
		text-align: left;
	}
	#tel-card{
		padding: 3rem 1.5rem;
		margin-top: 3rem;
	}
	#tel-card dl{
		margin-top: 1rem;
		font-size: 1.3rem;
	}
	#tel-card dt{
		padding-right: 1.5rem;
	}
	#tel-card .tel-number-area{
		font-size: 2.8rem;
	}
	#tel-card .tel-number-area:before{
		margin-right: 1rem;
	}
	#contact-send .btn01{
		margin: 2.5rem auto 0;
	}
	#contact-send #sec01{
		padding-bottom: 5rem;
	}
}