#contents_wrapper {
	height: auto;
	width: 100%;
	margin-top: 0px;
}
#contents_wrapper .fev_titlee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 52px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	max-width: 890px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .fev_titlej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
}
#contents_wrapper .fevorite_list {
	height: auto;
	width: 980px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .fevorite_list .list_block {
	background-color: #FFF;
	height: auto;
	width: 960px;
	border: 1px solid #787878;
	padding-top: 27px;
	padding-left: 20px;
	padding-bottom: 27px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 0;
}
#contents_wrapper .fevorite_list .list_block .left {
	height: 120px;
	width: 600px;
}
#contents_wrapper .fevorite_list .list_block .left .goods_namee {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: -15px;
}
#contents_wrapper .fevorite_list .list_block .left .goods_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 3px;
	margin-bottom: auto;
	line-height: 22px;
	display: -webkit-flex;
	display: flex;
	justify-content: left;
	align-items: center;
}
#contents_wrapper .fevorite_list .list_block .left .input {
	height: 30px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 10px;
}
#contents_wrapper .fevorite_list .list_block .left .input .text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: right;
	height: 30px;
	width: 100px;
	padding-right: 6px;
	border: 1px solid #787878;
	letter-spacing: 0.2em;
}
#contents_wrapper .fevorite_list .list_block .left .input .tani {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	width: calc(100% - 20px);
	padding-top: 12px;
	padding-left: 10px;
}
#contents_wrapper .fevorite_list .list_block .left .input .tani span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #94243a;
}
#contents_wrapper .fevorite_list .list_block .right {
	height: 120px;
	width: 380px;
	display: -webkit-flex;
	display: flex;
}
#contents_wrapper .fevorite_list .list_block .right .image {
	height: 120px;
	width: 120px;
	overflow: hidden;
}
#contents_wrapper .fevorite_list .list_block .right .button {
	height: auto;
	width: 260px;
	display: -webkit-flex;
	display: flex;
}
#contents_wrapper .fevorite_list .list_block .right .submit {
	text-align: center;
	height: auto;
	width: 260px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .submit_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	width: 220px;
	border: 1px solid #94243a;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #94243a;
	transition: 0.3s;
	margin-bottom: 7px;
	cursor: pointer;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .submit_but:hover {
	color: #94243a;
	text-decoration: none;
	height: 40px;
	width: 220px;
	border: 1px solid #94243a;
	background-color: #FFF;
}
#contents_wrapper .fevorite_list  .list_block .right .button .submit .del_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #94243a;
	background-color: #FFF;
	height: 40px;
	width: 220px;
	border: 1px solid #94243a;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.3s;
}
#contents_wrapper .fevorite_list  .list_block .right .button .submit .del_but:hover {
	color: #FFF;
	background-color: #94243a;
	height: 40px;
	width: 220px;
	border: 1px solid #94243a;
	text-decoration: none;
}


#contents_wrapper .fevorite_list .button_area {
	height: auto;
	width: 890px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
#contents_wrapper .fevorite_list .button_area .estimate_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	height: 56px;
	width: 360px;
	border: 1px solid #94243a;
	background-color: #94243a;
	border-radius: 28px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3S;
	text-decoration: none;
}
#contents_wrapper .fevorite_list .button_area .estimate_but:hover {
	color: #94243a;
	border: 1px solid #94243a;
	background-color: #FFF;
}

#contents_wrapper .fevorite_list .button_area .sample_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	height: 56px;
	width: 360px;
	border: 1px solid #94243a;
	background-color: #94243a;
	border-radius: 28px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3S;
	text-decoration: none;
}
#contents_wrapper .fevorite_list .button_area .sample_but:hover {
	color: #94243a;
	border: 1px solid #94243a;
	background-color: #FFF;
}
#contents_wrapper .button_area {
	text-align: center;
	height: auto;
	width: 890px;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .button_area .products_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	background-color: #94323a;
	height: 56px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	text-decoration: none;
	transition: 0.3s;
	border: 1px solid #94243a;
}
#contents_wrapper .button_area .products_but:hover {
	color: #94243a;
	background-color: #FFF;
	border: 1px solid #94243a;
	height: 56px;
	width: 360px;
}

#contents_wrapper .erorr {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #94243a;
	text-align: center;
	height: auto;
	width: 890px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}
.selectbox {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-top: 8px;
}
.selectbox::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
.selectbox select {
	appearance: none;
	width: auto;
	height: 40px;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 15px;
	cursor: pointer;
	padding-top: 1px;
	padding-right: 36px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-family: "Noto Sans JP", sans-serif;
	border: 1px solid #787878;
	text-align: left;
}

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

#contents_wrapper .erorr {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #94243a;
	text-align: center;
	height: auto;
	width: 96%;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
}


#contents_wrapper {
	height: auto;
	width: 100%;
	margin-top: 0px;
}
#contents_wrapper .fev_titlee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 42px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	max-width: 98%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#contents_wrapper .fev_titlej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#contents_wrapper .fevorite_list {
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .fevorite_list .list_block {
	background-color: #FFF;
	height: auto;
	width: calc(100% - 40px);
	border: 1px solid #787878;
	padding-top: 27px;
	padding-left: 20px;
	padding-bottom: 27px;
	padding-right: 20px;
	display: block;
}
#contents_wrapper .fevorite_list .list_block .left {
	height: auto;
	padding-bottom: 15px;
	width: 100%;
}
#contents_wrapper .fevorite_list .list_block .left .goods_namee {
	display: none;
}
#contents_wrapper .fevorite_list .list_block .left .goods_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-bottom: auto;
	line-height: 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: left;
	align-items: left;
	margin-top: 0px;
}
#contents_wrapper .fevorite_list .list_block .right {
	height: auto;
	width: calc(100% - 20px);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contents_wrapper .fevorite_list .list_block .right .image {
	height:60%;
	width: 60%;
	aspect-ratio: 1 / 1;
	padding-right: 20px;
	overflow: hidden;
}
#contents_wrapper .fevorite_list .list_block .right .button {
	height: auto;
	width:100%;
	display: -webkit-flex;
	display: flex;
}
#contents_wrapper .fevorite_list .list_block .right .submit {
	text-align: center;
	height: 66%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .del_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	color: #94243a;
	background-color: #FFF;
	height: auto;
	width: 100%;
	border: 1px solid #94243a;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left: 30px;
	margin-top:4px;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .del_but:hover {
	color: #94243a;
	background-color: #FFF;
	border: 1px solid #94243a;
	text-decoration: none;
	height: auto;
	width: 100%;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .submit_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: auto;
	width: 100%;
	border: 1px solid #94243a;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #94243a;
	margin-left: 30px;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contents_wrapper .fevorite_list .list_block .right .button .submit .submit_but:hover {
	color: #94243a;
	text-decoration: none;
	height: auto;
	width: 100%;
	border: 1px solid #94243a;
	background-color: #FFF;
}
#contents_wrapper .fevorite_list .button_area {
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
    display: block;
}
#contents_wrapper .fevorite_list .button_area .estimate_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	height: 50px;
	width: 100%;
	border: 1px solid #94243a;
	background-color: #94243a;
	border-radius: 0px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3S;
	text-decoration: none;
	margin-top: 20px;
}
#contents_wrapper .fevorite_list .button_area .estimate_but:hover {
	color: #94243a;
	border: 1px solid #94243a;
	background-color: #FFF;
}

#contents_wrapper .fevorite_list .button_area .sample_but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	height: 50px;
	width: 100%;
	border: 1px solid #94243a;
	background-color: #94243a;
	border-radius: 0px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3S;
	text-decoration: none;
	margin-top: 20px;
}
#contents_wrapper .fevorite_list .button_area .sample_but:hover {
	color: #94243a;
	border: 1px solid #94243a;
	background-color: #FFF;
}
.selectbox {
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-top: 20px;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}
.selectbox::after {
	position: absolute;
	right: 10px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}
.selectbox select {
	appearance: none;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 1px solid #787878;
	border-radius: 3px;
	background-color: #fff;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	padding: 4px;
}


}
