.category_links{
    font-size: 2.6rem;
    font-weight: 700;
    margin: 9rem auto 4rem;
    line-height: 1.4;
    padding: 1.4rem 2.5rem;
    background: #f9ebe4;
    background-size: 300px auto;
    position: relative;
    border-radius: 5px;
    color: #1a2329;
}
@media screen and (min-width: 481px) {

  .jirei {
    margin: -5rem 0 0 0;
  }

  .question {
    font-size: 2.2rem;
    border-bottom: 2px solid #92a79e;
    font-weight: bold;
    padding: 1rem 0;
  }

  .question2 {
    margin: 6rem 0 2rem 0;
    font-size: 2.2rem;
    border-bottom: 2px solid #92a79e;
    font-weight: bold;
    padding: 1rem 0;
  }

  .answer {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0 3rem 0;
    border-bottom: 2px dotted #9a6e6e;
    padding: 1rem 0;
  }

  /* YouTubeやGoogleMapの埋め込み */
  .iframe-adjuster {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
  }

  .iframe-adjuster iframe,
  .iframe-adjuster object,
  .iframe-adjuster embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* 2024.01.24 */
.sen_parts {
	margin: 4rem auto;
}

.sen_parts .block_wrap {
	display: flex;
	gap: 1.3rem;
	margin: 3rem auto 1rem;
}

.sen_parts .box_detail .btn-web,
.sen_parts .box_detail .btn-internal {
	width: 85%;
 	margin: 2rem auto 0;
}

.sen_parts .box_detail .btn-web a,
.sen_parts .box_detail .btn-internal a {
	font-size: 1.5rem;
}

.sen_parts .box_detail .catch {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 15px 10px 5px;
	margin: 0;
}

.sen_parts .box_detail .catch span {
	color: #e37e4f;
	border: 0;
}

.sen_parts .box_detail {
	border: 5px solid #efd8cd;
	background-color: #fff;
	padding: 0 0 20px;
	position: relative;
	width: 33%;
}

.sen_parts .box_detail .companyName {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 1.5rem auto;
	letter-spacing: 3px;
}

.sen_parts .box_detail .company_design {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 2.2rem 0 0;
}

.sen_parts .box_detail .companyCatch {
	padding: 0 1.5rem 1rem;
	margin: 0.7rem 1rem 3rem;
	font-size: 1.4rem;
	font-weight: bold;
}

.sen_parts .box_detail .companyCatch ul {
	padding: 0 !important;
	margin: 0 !important;
}

.sen_parts .box_detail .companyCatch span {
	color: #ff9051;
}

.sen_parts .box_detail .company-image {
	margin: 0 10px;
	text-align: center;
	height: 228px;
}

.sen_parts .box_detail .companyPrice {
	background: #efd8cd;
	padding: 1.5rem;
	margin: 2rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	height: 227px;
}

.sen_parts .box_detail .companyPrice .txt {
	text-align: center;
}

.sen_parts .box_detail .companyPrice .price {
	text-align: center;
	background: #FFF;
	padding: 0.5rem 0;
	margin: 0.7rem 0 1.5rem;
}

.sen_parts .box_detail .companyPrice .price span {
	font-size: 2.2rem;
}

.sen_parts .box_detail .companyPrice .txt_list {
	font-weight: normal;
	font-size: 1.2rem;
	padding: 0 0 1rem;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .question {
	  margin: auto;
    font-size: 1.9rem;
    border-bottom: 2px solid #92a79e;
    font-weight: bold;
    padding: 1rem 4%;
    max-width: 92%;
  }

  .question2 {
    margin: 6rem auto 2rem;
    font-size: 1.9rem;
    border-bottom: 2px solid #92a79e;
    font-weight: bold;
    padding: 1rem 4%;
    max-width: 92%;
  }

  .answer {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 2rem auto 3rem;
    border-bottom: 2px dotted #9a6e6e;
    padding: 1rem 4%;
    max-width: 92%;
  }

  /* YouTubeやGoogleMapの埋め込み */
  .iframe-adjuster {
    position: relative;
    width: 92%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
  }

  .iframe-adjuster iframe,
  .iframe-adjuster object,
  .iframe-adjuster embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
	
.category_links{
        font-size: 1.9rem;
        margin: 5rem auto 2rem;
        padding: 1.2rem 4%;
        color: #1a2329;
    }

.sen_parts .block_wrap {
	width: auto;
	margin: 1rem;
	display: block;
  }

.sen_parts .box_detail {
	width: auto;
	margin: 2rem 0;
}

.sen_parts .box_detail .companyCatch ul li {
	margin: 0.6rem auto !important;
}
	
.sen_parts .box_detail .company-image {
	height: auto;
}

.sen_parts .box_detail .companyPrice {
	height: auto;
}

}
