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

  アロマパルファン

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



/* sec001 ---------------*/
#sec001 {
	padding-top: 50px;
}

#sec001 h2 {
	position: relative;
}

#sec001 h2::before {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: inline-block;
	width: 90px;
	height: 90px;
	background-image: url(../img/mrk_star.svg);
	background-size: contain;
	vertical-align: middle;
}

#sec001 .table_A {
	width: 200px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec001 .table_A table th {
	border-bottom: none;
}

#sec001 .table_A table td {
	border-bottom: none;
}

#sec001 .table_A table .w01 {
	width: 90px;
}



@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 10vw;
	}

	#sec001 h2::before {
		position: absolute;
		top: -25vw;
		width: 20vw;
		height: 20vw;
	}

	#sec001 .table_A {
		width: 100%;
		margin-top: 10vw;
	}

	#sec001 .table_A table th {
		width: 20%;
		border-bottom: 2vw solid #fff;
	}

	#sec001 .table_A table td {
		border-bottom: 2vw solid #fff;
	}

	#sec001 .table_A table .w01 {
		width: 100%;
	}


}

#sec001 .box {
	border-top: 1px solid #c6bd99;
	border-bottom: 1px solid #c6bd99;
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
	box-sizing: border-box;
	padding: 40px 20px;
}

#sec001 .box .txt {
	width: 530px;
	text-align: left;
}

#sec001 .box .txt h3 {
	font-size: 22px;
	margin-top: 0.5em;
}

#sec001 .box .txt p {
	font-size: 15px;
	margin-top: 1em;
	line-height: 1.8em;
}

#sec001 .box .img {
	width: 380px;
}


@media screen and (max-width: 767px) {

	#sec001 .box {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 15vw;
		padding: 10vw 3vw;
	}

	#sec001 .box .txt {
		width: 100%;
	}

	#sec001 .box .txt h3 {
		font-size: 4.8vw;
		margin-top: 1em;
	}

	#sec001 .box .txt p {
		font-size: 3.4vw;
	}

	#sec001 .box .img {
		width: 100%;
	}
}


#sec001 .flow {
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	padding-bottom: 50px;
}

#sec001 .flow .fbox {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#sec001 .flow .txt {
	width: 620px;
}

#sec001 .flow .txt h4 {
	position: relative;
	font-size: 22px;
	padding-left: 65px;
}

#sec001 .flow .txt h4 span {
	position: absolute;
	border: 1px solid #c6bd99;
	top: -6px;
	left: 0px;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
}

#sec001 .flow .txt p {
	font-size: 15px;
	margin-top: 1.5em;
	padding-bottom: 2.5em;
}


#sec001 .flow .img {
	width: 380px;
}

#sec001 .flow .img img {
	margin-top: 10px;
}

#sec001 .flow .copy {
	text-align: left;
	border-top: 1px solid #c6bd99;
	margin-top: 2em;
	padding-top: 1.5em;
	font-size: 14px;
	padding-left: 0.3em;
}

@media screen and (max-width: 767px) {

	#sec001 .flow {
		width: 86%;
		margin-top: 20vw;
		padding-bottom: 10vw;
	}

	#sec001 .flow .fbox {
		display: block;
	}

	#sec001 .flow .txt {
		width: 100%;
	}

	#sec001 .flow .txt h4 {
		font-size: 5vw;
		padding-left: 12vw;
	}

	#sec001 .flow .txt h4 span {
		top: -.5vw;
		height: 8vw;
		width: 8vw;
		line-height: 8vw;
		font-size: 4vw;
	}

	#sec001 .flow .txt p {
		font-size: 3.6vw;
		margin-top: 1em;
	}


	#sec001 .flow .img {
		width: 100%;
		margin-top: 0;
	}

	#sec001 .flow .img img {
		margin-top: 2vw;
	}

	#sec001 .flow .copy {
		font-size: 3.5vw;
		padding-left: 0.3em;
		padding-right: 0.3em;
		margin-top: 3em;
		padding-bottom: 3em;
	}

}