@media (min-width: 1280px) {
  .main__contents {
    width: 100%;
    margin-top: 24px;
  }
}

.main__contents{
  font-family: "Noto Serif JP", serif !important;
}
.about__desc p span, .rate__desc p span, .simulation__desc p span, .flow__desc p span, .faq__desc p span, .shop__desc p span {
  background: linear-gradient(transparent 60%, #faf000 60%, #faf000 90%, transparent 90%);
  font-size: 1.25em;
  font-weight: bold;
}
.shop__desc{
  margin-top:-30px;
}
.shop__desc p{
  font-size:18px;
}
@media (max-width: 768px) {
  .shop__desc {
    text-align: left;
    font-size: 12px;
    margin-bottom:15px;
  }
  .shop__desc p{
    font-size:13px;
    text-align: center;
  }
  .shop__desc p span{
    font-size:18px;
  }
}
.box2 dl dt:before {
  background: url({% items[/lpr/faq-icon1.png] %}) no-repeat center top/cover !important;
}

.box2 dl dd:before {
  background: url({% items[/lpr/faq-icon2.png] %}) no-repeat center top/cover !important;
}
.box2 dl {
  padding: 10px;
  padding: 10px;
  border: 2px solid #c1a470;
  border-radius: 20px;
}
.box2 dl dt {
  font-size: 14px;
  padding: 0 10px;
}
.box2 dl dd {
  font-size: 14px;
  padding: 15px 10px 10px 20px;
}
.brand__h1 {
  display: none;
  color: #c1a470;
  font-size: 26px;
  border-bottom: 1px solid #c1a470;
}

h1 {
  margin-top: 30px;
}

/* カテゴリー一覧用 */
.category {
  position: relative;
  max-width: 1280px;
  margin: 30px auto 20px;
  padding: 0;
  box-sizing: border-box;
}

.category ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
  padding: 0;
  list-style: none;
}

.category ul li {
  width: 23.5%;
}

.category ul li a {
  display: flex;
  position: relative;
  width: 100%;
  padding: 12px;
  color: #a6122d;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #c1a470;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.category ul li a img {
  width: 20%;
  margin-right: 10px;
}

.category ul li a:hover {
  color: #8d262f;
  opacity: 0.8;
}

/* 矢印の白い丸 */
/* .category ul li a::after {
content: "";
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
width: 21px;
height: 21px;
background-color: #fff;
border-radius: 50%;
} */

/* .category ul li a::before {
content: "";
position: absolute;
right: 24px;
top: 47%;
transform: translateY(-50%) rotate(135deg);
width: 9px;
height: 9px;
border-top: 2px solid #555;
border-right: 2px solid #555;
z-index: 1;
} */

@media screen and (max-width: 1150px) {
  .category ul li {
    width: 100%;
  }

  .category ul li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .category {
    /* left: -8px;
    width: calc(100% + 16px); */
    padding: 5px 12px;
  }

  .category::before {
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .category h2 {
    margin: 18px 12px 12px;
    font-size: 18px;
  }

  .category ul {
    gap: 12px 0;
    margin: 12px 0 18px;
  }

  .category ul li a {
    padding: 12px 26px 12px 12px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .category ul li a::before {
    right: 16px;
    width: 7px;
    height: 7px;
  }

  .category ul li a::after {
    right: 9px;
    width: 18px;
    height: 18px;
  }
}
.mt50{
  margin-top:-80px;
}
.table-wrap {
  max-width: 800px;
  margin:20px auto 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

thead {
  background: #f0f0f0;
}

th, td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
}

th {
  font-weight: 600;
  color: #333;
  font-size:16px;
}

td {
  color: #555;
  font-size:14px;
}

tbody tr:last-child td {
  border-bottom: none;
}

tbody tr:hover {
  background: #fafafa;
}


.about__list {
  display: flex;
  justify-content: center;
  margin-top:30px;
  width: 80%;
  margin: 30px auto;
}

.about__list .about__list-item {
  width: 33.3333%;
  background-color: transparent;
  border: 2px solid #c1a470;
  border-radius: 10px;
  text-align: center;
  color: #54000c;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  margin: 20px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
.about__list .about__list-item img {
  width: 25%;
  margin-bottom: 0;
  margin-right: 10px;
}
.about__list-item p {
  font-size: 18px;
  font-weight: bold;
  color: #a6122d;
}

.about__list-item img {
  width: 40%;
  margin-bottom: 12px;
}
.two-columns {
  display: flex;
}
.two-columns .two-columns-inner {
  margin: 10px;
  width: 50%;
  border: 2px solid #c1a470;
  margin: 10px;
  border-radius: 10px;
  padding: 20px;
}
.two-columns .two-columns-inner h2 {
  margin: 10px auto 50px;
}
.two-columns .month .intro {
  font-size: 18px;
  line-height: 45px;
  margin: 40px 0;
  padding: 30px;
  color: #a6122d;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about__h2 {
    font-size: 20px;
  }
  .about__h2 br {
    display: block;
  }
  .about__wrap {
    padding: 36px 0;
    background-size: 80%;
  }
  .about__lead {
    font-size: 18px;
  }
  .about__desc {
    text-align: left;
    font-size: 12px;
  }
  .about__desc br {
    display: none;
  }
  .about__warry {
    margin-left: 45%;
    margin-bottom: 24px;
    padding: 12px;
  }
  .about__warry p {
    font-size: 14px;
  }
  .about__warry p br {
    display: block;
  }
  .about__reply {
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .about__list-item {
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }
  .about__list-item p {
    font-size: 12px;
  }
  .about__list-item img {
    margin-bottom: 6px;
  }
  .mt50{
    margin-top:-40px;
    font-size:16px;
  }
  th {
    font-size: 15px;
  }
  h, td {
    padding: 14px 8px;
  }
  td {
    font-size: 15px;
  }
  table {
    width: 94%;
    margin:0 3%;
  }
}
.slp03 h4{
  font-size:18px;
  color:#555;
  margin:15px 0;
}

.slp03 h5{
  font-size:18px;
  color: #99234b;
  border:1px solid #99234b;
  display:inline-block;
  margin:15px 0 5px 0;
  padding:3px 6px;
}
.slp03 h6{
  font-size:28px;
  font-weight:bold;
}
.slp03 h7{
  font-size:14px;
}
.slp03 h4 span{
  font-size:14px;
}
.slp04 a{
  width: 33.3333%;
  background-color: transparent;
  border: 2px solid #c1a470;
  border-radius: 10px;
  text-align: center;
  color: #a6122d;
  font-size: 22px;
  font-weight: bold;
  margin: 15px;
}

.slp03b{
  margin-bottom: 30px;
  background: #fcfcfc;
  padding: 10px;
  border: 2px solid #c1a470;
  margin: 10px;
  border-radius: 20px;
  width: 25%;
}

.slp03b div:first-child{
  width: 25%;
  text-align: center;
  margin: auto;
}

.slp03b div:last-child{
  width: 100%;
  padding-top: 0px;
}

.slp03_l{
  padding-top: 0px !important;
}
.slp03b h3{
  font-size: 25px;
  font-weight: bold;
  color: #99234b;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
}

.slp03b h3 img{
  width: 35px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}

.slp03b h3 span{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.slp h2 strong {
  color:#c1a470;
}
.slp03b p{
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  font-weight: bold;
}
.slp03b p.notice, .slp03b span{
  font-size: 12px;
  color: #99234b;
  letter-spacing: 0;
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .slp03b{
    display: block;
    padding: 20px 20px;
    background: #f7f7f7;
  }

  .slp03b div:first-child{
    width: auto;
    text-align: center;
  }

  .slp03b div:first-child img{
    width:80px;
  }

  .slp03b div:last-child{
    width: auto;
    padding-top: 20px;
  }

  .slp03_l{
    padding-top: 0px !important;
  }
  .slp03b h3{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 130%;
    margin-top: 15px;
  }

  .slp03b h3 img{
    width: 32px;
    height:auto;
  }

  .slp03b h3 span{
    display: inline-block;
    vertical-align: middle;
  }

  .slp03b p{
    font-size: 17px;
    line-height: 150%;
  }
  .slp03b p.notice{
    font-size: 13px;
  }
}

.shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}

.shop__h3 {
  margin-bottom: 6px;
  padding: 6px 12px;
  background-color: #880031;
  line-height: 1.25;
  font-size: 16px;
  color: #fff;
}

.shop__list-item {
  width: 16%;
  margin: 0 0 24px;
  text-align: center;
}

.shop__list-item-desc {
  margin-bottom: 6px;
  font-size: 12px;
}

.shop__list-item-link a {
  display: block;
  margin-bottom: 3px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
}

.shop__list-item-link a:hover {
  background: #fdfbe3 !important;
}

@media (max-width: 768px) {
  .shop__h3 {
    font-size: 14px;
  }
  .shop__list {
    padding-top: 0;
  }
  .shop__list-item {
    width: 100%;
    margin: 0 0 12px;
  }
  .shop__list-item-link a {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .slp03 h4{
    font-size:16px;
  }

  .slp03 h5{
    font-size:15px;
  }
  .slp03 h6{
    font-size:20px;
    font-weight:bold;
  }
  .slp03 h7{
    font-size:12px;
  }
  .slp03 h4 span{
    font-size:12px;
  }
  .slp .intro {
    font-size: 16px;
  }
  .slp h2 {
    font-size: 22px;
  }
}

/* メインコンテナ */
.listing-container {
  margin: 0 auto 20px auto;
  overflow: hidden;
  display: flex; /* Flexboxで横並び */
  flex-wrap: wrap; /* レスポンシブ対応 */
  padding:15px;
  border-radius:12px;
  box-shadow: 0px 0px 10px 0px rgba(255, 145, 111, 0.3);

}

/* 左側: 商品画像エリア */
.product-image-container {
  flex: 1 1 300px; /* 固定幅とレスポンシブの両立 */
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
}
.product-image {
  width: 100%;
  max-width: 280px; /* 画像の最大幅 */
  height: auto;
  display: block;
  position: absolute;
  bottom: 30px;
}
/* 円形バッジ */
.price-badge {
  position: absolute;
  bottom: 30px;
  right: 20px;
  /* 深いワインレッドのグラデーション */
  background: linear-gradient(135deg, #a6122d 0%, #80001e 100%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%; /* 正円 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  font-weight: bold;
  text-align: center;
}
.badge-price {
  font-size: 20px;
  line-height: 1.2;
}
.badge-note {
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

/* 右側: テキスト情報エリア */
.product-details-container {
  flex: 2 1 600px;
  padding:0 0 0 20px;
  box-sizing: border-box;
}

/* タイポグラフィ詳細設定 */
.product-header h3 {
  font-family: 'Noto Serif JP', serif; /* タイトルはセリフ */
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.price-reference {
  margin-bottom: 20px;
}
.price-reference p {
  margin: 0;
  color: #555;
}
.price-reference .amount {
  font-size: 18px;
  margin-right: 5px;
}
.reference-date {
  font-size: 14px;
  color: #888;
}
.kin_flex{
  display:flex;
  gap:40px;
  margin:-20px 0 10px 0;
}
/* 角丸枠線ボタン */
.bonus-button {
  background-color: transparent;
  border: 1px solid #9D6C4B;
  color: #9D6C4B;
  padding: 7px 20px;
  align-items: flex-end;
  margin-top: auto;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 14px;
}

/* 月額要約 */
.monthly-summary {
  display: flex;
  align-items: baseline;
  font-family: 'Noto Serif JP', serif; /* 巨大価格はセリフ */
}
.monthly-summary .label {
  font-size: 20px;
  color: #a6122d; /* 深い赤 */
  margin-right: 10px;
}
.monthly-summary .amount {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif; /* 巨大価格はセリフ */
  font-weight: 700;
  color: #a6122d;
  margin-right: 5px;
}
.monthly-summary .currency {
  font-size: 20px;
  color: #a6122d;
}

/* タブ付きテーブル */
.payment-table-container {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  border-top: none;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}
.tab {
  flex: 1;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 2px solid #a6122d;
  color: #555;
  font-size: 16px;
  background-color: #F0E9E6; /* 薄いグレー */
  border-radius: 8px 8px 0 0;
}
/* アクティブなタブ */
.tab.active {
  background-image: linear-gradient(#cb455e, #880920);
  color: #fff;
  border-radius:8px 8px 0 0 ;
  border-bottom: 3px solid transparent;
}
.tab:not(.active):hover {
  background-color: #e6e6e6;
}

/* テーブルコンテンツ */
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

tab-content table {
  width: 100%;
  border-collapse: collapse;
}
.tab-content th, .tab-content td {
  padding: 5px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size:15px;
}
.tab-content th {
  font-weight: 400;
  color: #666;
  width: 40%; /* ラベル列の幅 */
  background:#f5f5f5;
}
.tab-content td {
  font-weight: 700;
  text-align: right; /* 金額は右寄せ */
}
.tab-content tr:last-child th, .tab-content tr:last-child td {
  border-bottom: none;
}
.tab-content tr:last-child td {
  font-size: 20px; 
}
/* 最終行の特別スタイル */
.total-amount {
  font-family: 'Noto Serif JP', serif; /* 最終価格はセリフ */
  font-size: 24px;
  color: #a6122d;
  font-weight: 700;
}

/* フッター注釈 */
.listing-footer {
  max-width: 1000px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #888;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
  .listing-container {
    flex-direction: row; /* 垂直並びに変更 */
    padding:10px 10px;
  }
  .product-image {
    max-width: 220px;
  }

  .kin_flex{
    display:block;
    margin:-20px 0 10px 0;
  }
  .price-reference .amount {
    font-size: 15px;
  }
  .reference-date{
    font-size: 11px;
  }
  .product-image-container {
    flex: 1 1 100%;
    height: 300px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .product-details-container {
    padding: 0 0px;
  }
  .product-header h3{
    font-size: 20px;
  }
  .bonus-button {
    margin-top:15px;
    padding: 6px 12px;
    font-size: 12px;
    margin-bottom: 1px;
  }
  .monthly-summary .amount {
    font-size: 24px;
  }
  .payment-table-container{
    margin-top:10px;
  }
  .tab-content th, .tab-content td {
    text-align: left;
  }
  .tab-content th {
    display: block;
    margin-top: 5px;
    width: auto;
    letter-spacing:-1px;
    font-size:12px;
  }
  .tab-content td {
    width: 60%;
  }
  .tab {
    padding: 5px 8px;
    font-size: 14px;
    letter-spacing:-0.1px;
  }
}
.slp h2 {
  position: relative;
  color: #555;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom:50px;
  margin: 70px auto 30px;
}
.slp h2::before {
  content: '';
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  border-top: 1px solid #c1a470;
}
.slp h2 > span {
  position: relative;
  color: #c1a470;
  display: inline-block;
  padding: 0 16px;
  background-color: #fff;
  letter-spacing:2px;
  font-size: 26px;
}
.slp .intro {
  font-size: 18px;
  padding: 73px 0 0 0;
}
.use-inner {
  display: flex;
}

.question-inner {
  display: flex;
}
.question-inner .box2 {
  width: 50%;
  padding: 10px;
}
.loan-banner {
  margin-top: 20px;
  width: 80%;
  margin: 20px auto;
}
.loan-banner img {
  width: 60%;
}
.main-area {
  max-width: 1080px;
  margin: 0 auto;
}
.main-top {
  position: relative;
}
.main-top .subtitle {
  position: absolute;
  top: 67%;
  left: 34%;
  text-align: center;
  color: #a6122d;
  font-size: 16px;
}
.main-top .subtitle a {
  font-size: 14px;
  color: #a6122d;
  text-decoration: underline;
}
.main-top .subtitle p {
  font-weight: bold;
}
.slp04, .slp04sp {
  margin: 20px 100px 0px 100px;
}
.loan-banner iframe {
  border: none;
  width: 70%;
}
.slp {
  font-family: "Noto Serif JP", serif !important;
  padding: 10px 5px;
}
@media (max-width: 768px) {
  .slp h2 > span {
    padding: 0 10px;
    letter-spacing: 1px;
    font-size:17px;
  }
  .slp h2::before {
    top: 58%;
  }
  .brand__h1 {
    font-size: 21px;
  }
  .category {
    margin: 10px auto;
  }
  .category ul li a img {
    width: 10%;
  }
  .category ul li a {
    font-size: 16px;
  }
  .slp h2 {
    margin: 20px auto 30px;
  }
  .slp h2 > span {
    font-size: 20px;
  }
  .slp04 a, .slp04sp a {
    background-color: transparent;
    border: 2px solid #c1a470;
    border-radius: 10px;
    text-align: center;
    color: #a6122d;
    font-size: 22px;
    font-weight: bold;
    margin: 5px;
    width: 100%;
  }
  .slp04, .slp04sp {
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .slp .intro {
    text-align: left;
    padding: 30px 10px 0 10px;
  }
  .about__list {
    width: 100%;
    flex-wrap: wrap;
  }
  .about__list .about__list-item {
    width: 100%;
    margin: 5px;
  }
  .about__list-item p {
    font-size: 18px;
  }
  .about__list .about__list-item img {
    width: 15%;
  }
  .two-columns {
    flex-wrap: wrap;
  }
  .two-columns .two-columns-inner {
    width: 100%;
  }
  .two-columns .month .intro {
    font-size: 18px;
    line-height: 32px;
    margin: 30px 0;
    padding: 0px;
  }
  th {
    font-size: 11px;
  }
  td {
    font-size: 11px;
  }
  .use-inner {
    flex-wrap: wrap;
  }
  .slp03b {
    width: 100%;
  }
  .slp03b p {
    font-size: 14px;
    line-height: 30px;
  }
  .slp03b h3 {
    margin-top: 0;
  }
  .question-inner {
    flex-wrap: wrap;
  }
  .question-inner .box2 {
    width: 100%;
  }
  .box2 dl {
    border-radius: 10px;
  }
  .loan-banner {
    width: 100%;
  }
  .loan-banner img {
    width: 95%;
  }
  .about__list-item {
    height: 80px;
  }
  .tab {
    line-height: 18px;
  }

  .product-image {
    max-width: 250px;
  }
  .main-top .subtitle {
    position: absolute;
    top: 64%;
    left: 3%;
    text-align: center;
    color: #a6122d;
    font-size: 11px;
  }
  .main-top .subtitle a {
    font-size: 10px;
  }
  .loan-banner iframe {
    width: 95%;
  }
}
