@charset "UTF-8";
#howto_wrapper {
    background-color: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
}
#howto_title {
    text-align: center;
    margin-top: -45px;
    margin-bottom: 60px;
    letter-spacing: 0.2rem;
}
#howto_title p {
    margin-bottom: 10px;
}
.howto_container {
    position: relative;
    margin-bottom: 60px;
}
.howto_p_img {
    position: absolute;
    top: 45px;
}
.howto_p_illust {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.howto_c_title {
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 275px;
    padding-bottom: 30px;
    background-color: #fff;
}
.howto_c_text {
    background-color: #d0c3b0;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 275px;
    padding-bottom: 10px;
    min-height: 375px;
}
.howto_c_title h2 {
    margin-bottom: 10px;
}
.howto_c_line {
    display: flex;
    margin-bottom: 36px;
    width: 420px;
}
.howto_c_number {
    flex-basis: 60px;
    flex-grow: 0;
}
.howto_c_detail {
    flex-grow: 1;
    flex-basis: 360px;
}
.brush_pink_wrapper{
	background-color: #fff;
	padding: 45px;
	width: 90%;
	margin: 0 auto;
}
.brush_pink {
	
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
}

.brush_pink_txt{
	width: 69%;
}

.brush_pink_img {
    width: 27%;
}

.brush_pink_img img {
    width: 100%;
}

.brush_pink_txt h2{
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 1.4rem;	
}

#brush .howto_p_illust {
	bottom: 380px;
}
.sp_br{
	display: none;
}
.gentei_icon {
	display: inline-block;
	border:1px solid;
	padding: 6px 14px;
    line-height: 1;
    margin-bottom: 16px;
}
.salepage_btn {
    border: solid 1px;
    margin: 0;
    text-align: center;
    font-size: 0.87rem;
    color: #000;
    width: 43%;
}
.salepage_btn a, .salepage_btn span {
    color: #000;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.salepage_btn a:hover {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width:750px){
.howto_c_title {

    padding-left: 200px;

}
.howto_c_text {
    padding-left: 0px;
	padding: 45px;
}
	.howto_c_line {
    width: 100%;
}

	.howto_container{
		background-color: #fff;
	}
	.howto_p_sp{
		display: flex;
		align-items: flex-start;
		padding: 45px;
	}
	.howto_p_img {
    position: relative;
	width:30%;
	top:0px;
	display: flex;
		justify-content: center;
}
	.howto_p_img img{
		max-height: 400px;
		width: auto;
	}
.howto_c_title {
	width: 70%;
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 45px;
    padding-bottom: 30px;
}
		
.howto_p_illust {
    position: relative;
	display: flex;
	justify-content: flex-end;
}
	
#brush .howto_p_illust {
    bottom: 30px;
}
	
.brush_pink {
	width: 100%;
}
	
.brush_pink_txt{
	width: 52%;
}
	
.brush_pink_img {
    width: 35%;
}
	
.brush_pink_txt {
	width: 60%;
}
	
.brush_pink_txt h2{
	font-size: 1rem;
	line-height: 1.4;
}
	
.brush_pink_wrapper .salepage_btn {
    width: 100%;
}
	
.salepage_btn a {
    height: 100%;
}
	
.brush_pink_txt .salepage_btn a{
    font-size: 0.87rem;
}


}