/*-------------------------
	risk
---------------------------*/
#risk {
	background: #080504 url(../img/risk_back.png) no-repeat center top;
	overflow: hidden;
}
#risk > section{
	width: 900px;
	margin: 0 auto;
	/* padding: 80px 0; */
	min-height: 1430px;
}
#risk .risk-text{
	display: flex;
	justify-content: end;
}
#risk p{
	width: 560px;
	margin-top: 25px;
	font-size: 22px;
	margin-bottom: 220px;
}
#risk .risk-title{
	margin-top: 125px;
	display: flex;
	justify-content: flex-end;
}
#risk .risk-inner{
	background: #080504 url(../img/effect_content_back02.png) no-repeat center center;
	width: 635px;
	min-height: 225px;
}
#risk .risk-inner.__02{
	background: #080504 url(../img/effect_content_back01.png) no-repeat center center;
	margin-top: 30px;
}
#risk .risk-content{
	padding-top: 15px;
}
#risk .risk-content ul{
	padding-left: 50px;
	font-size: 20px;
}
#risk .risk-end{
	margin-top: 150px;
	padding-bottom: 40px;
}

/*-------------------------
	202512 追加分
---------------------------*/
#compare .compare_title {
    width: 100%;
    height: 777px; /* 好きな高さに調整 */
    background-image: url('../img/compare_title.webp');
    background-size: cover;      /* 拡大して埋める（縮まない） */
    background-position: center; /* 常に中央を表示 */
    background-repeat: no-repeat;
}

.compare_title{
	position: relative;
	z-index: 0;
}
.compare_title p{
	position: absolute;
	top: 40%;
	left: 28vw;
	font-size: 15px;
	margin-top: 40px;
}
.compare_title p span{
	font-size: 20px;
	font-weight: 600;
	color: #d04d5a;
}

.c-compare__table-wrap {
  overflow-x: auto;
  position: relative;
  z-index: 10;
	top: -50px;
}

.c-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  table-layout: fixed;
  font-size: 14px;
  line-height: 1.6;
  max-width: 870px;
  margin: 0 auto;
  border-spacing: 4px; 
}

/* 列幅 */
.c-compare__col--label {
  width: 18%;
}
.c-compare__col--glp,
.c-compare__col--mods {
  width: 41%;
}

/* ヘッダー */
.c-compare__head {
  padding: 20px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.c-compare__head--glp {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.c-compare__head--mods {
  color: #ffffff;
  background: linear-gradient(90deg, #9c6c49, #7d563b);
}

/* 行ラベル */
.c-compare__label {
  background: #ead89b;
  color: #444;
  font-weight: 700;
  text-align: center;
  padding: 20px 12px;
  border-top: 2px solid #f4e7b6;
  border-bottom: 2px solid #f4e7b6;
vertical-align: middle;
}

/* 本文セル */
.c-compare .c-compare__table td {
  padding: 16px 20px;
  background: #F0F0F0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #444;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}

.c-compare__col--mods + .c-compare__col--mods td,
.c-compare td:nth-child(3) {
  /* 右列のほんのりクリーム色 */
  background: #fff7e4;
}

/* 左端・右端の角丸（お好みで） */
.c-compare thead th:first-child {
  background: transparent;
}
.c-compare thead th:nth-child(2) {
  border: solid 4px #E8E8E8;
	background: linear-gradient(#fff 0%, #e2e2e2 100%);

}
.c-compare thead th:nth-child(3) {

	border: solid 4px #886549;
	background: linear-gradient(#fff 0%, #e2e2e2 100%);
	background: linear-gradient(#886549 0%, #443325 100%);

}

/* 強調テキスト */
.c-compare__accent {
  color: #d04d5a;
  font-weight: 700;
  font-size: 20px;
}

/* SP 調整 */
@media (max-width: 768px) {
  .c-compare {
    padding: 24px 12px;
  }

  .c-compare__table {
    font-size: 13px;

  }

  .c-compare__head {
    font-size: 16px;
    padding: 16px 8px;
  }
}
.c-compare__btmtext{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;

}
.c-compare__btmtext span{
	color: #D04D5A;
	font-size: 20px;
	font-weight: 600;
}
.c-compare__btmtext__arrow{
	text-align: center;
	margin-bottom: 40px;
}
.c-compare__btmtext__arrow img{
	width: 50px;
}
.c-compare{
	background-image: url(../img/compare_text_bg.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;

}