@charset "utf-8";
/* CSS Document */

.top1 .cate1_title {
  text-align: center;
}

.top1 .cate1_title > div {
  margin-bottom: 20px;
}

.top1 .cate1_title > div img {
  width: 34px;
  height: auto;
  display: inline-block;
}

.top1 .cate1_title h2 {
  font-weight: 400;
  letter-spacing: 0.12em;
}

.top1 .cate1_title p {
  letter-spacing: 0.08em;
}

.top1 .cate1_title span {
  border-bottom: 1px solid #c9a96a;
}
  .option_list .option_item p {
	margin: 0;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}
.feature_area .border1{
	border: #ADAAAA 3px solid;	
}
.feature_inner2{
	position: relative;
}

.feature_inner2::before{
	content: "おすすめ";
	position: absolute;
	top: -18px;
	right: 40px;
	padding: 8px 24px;
	background-color: #D67D98;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	border-radius: 999px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
  .top1 .cate1_title {
    text-align: left;
  }

  .top1 .cate1_title > div {
    text-align: center;
  }

}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.feature_inner2::before{
	right: 20px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

