@charset "UTF-8";
/*========================================

  素肌再生フェイシャル

========================================*/



/* sec001 ---------------*/
#sec001 {
	padding-top:30px;
	padding-bottom:40px;
}
#sec001 .table_A {
	width:550px;
	margin:0 auto;
	margin-top:50px;
}
#sec001 .table_A table .w01 {
	width:90px;
}

#sec001 .table_A table td.ttl {
	text-align:left;
	padding-right:1em;
}
#sec001 .box {
	display:flex;
	justify-content:center;
	align-items:center;
	width:700px;
	margin:0 auto;
	border:1px solid #ccc;
	margin-top:80px;
	padding:20px 0;
}
#sec001 .box .txt {
	margin-right:40px;
}
#sec001 .box .txt p {
	font-size:24px;
	text-align:left;
	line-height:1.6em;
	margin-bottom:.5em;
}
#sec001 .box .txt .btn a {
	display:block;
	color:#fff;
	font-size:16px;
	background-color:#333;
	padding:.3em 0;
}
#sec001 .box .txt .btn a::before {
	content:"\f07a";
	font-family:FontAwesome;
	margin-right:.5em;
}
#sec001 .box .txt .btn a:hover {
	opacity:.7;
	transition:.3s;
}
@media screen and (max-width: 767px) {
	#sec001 {
		padding-top:3vw;
		padding-bottom:10vw;
	}
	#sec001 .table_A {
		width:100%;
		margin-top:0;
	}
	#sec001 .table_A table .w01 {
		width:100%;
	}
	#sec001 .table_A table th {
		width:15%;
		border-bottom:2vw solid #fff;
		border: none;
	}
	#sec001 .table_A table td {
		border-bottom:2vw solid #fff;
	}
	#sec001 .table_A table td.ttl {
		text-align:center;
		padding-right:0;
		padding-top:7vw;
		padding-bottom:1vw;
		font-size:5vw;
	}
	#sec001 .box {
		flex-direction:column;
		width:80%;
		margin-top:10vw;
		padding:7vw 7vw;
		box-sizing:border-box;
	}
	#sec001 .box .txt {
		margin-right:0;
		margin-bottom:3vw;
	}
	#sec001 .box .txt p {
		font-size:6vw;
		text-align:center;
	}
	#sec001 .box .txt .btn a {
		font-size:4vw;
	}
}
