@charset "UTF-8";
/* # LOAN
================================ */



:root{
  --green:#18943b;
  --green-2:#26964f;
  --bg:#f4f7f5;
  --card:#fff;
  --border:#999;
  --text:#222;
  --muted:#666;
  --maxw:1200px;
  --gap:22px;
}

.img-ctr{
	margin-bottom: 2rem;
}

.loan-cases{color:var(--text);line-height:1.8;}
.loan-cases__head{
  background:var(--green);
  color:#fff;text-align:center;padding:16px 10px;margin-bottom:25px;
}
.loan-cases__head h2{margin:0;font-size:clamp(18px,2.2vw,24px);font-weight:700;}

.loan-cases__grid{
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 12px 28px;
  display:grid;
  gap:clamp(14px,2.5vw,24px);
  grid-template-columns:repeat(2,1fr);
}

.lc-card{
  background:var(--bg);
  border:1px solid var(--border);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.lc-card__cap{
  display:flex;
  align-items: center;
  background:linear-gradient(0deg,var(--green),var(--green-2));
  color:#fff;
  text-align:center;
  padding:12px;
}
.lc-card__name{
  display:inline-block;
  margin:0 12px 0 0;
  font-weight:700;
  background:#e6fff1;
  color:#0b6836;
  padding:.35em .7em;
  border-radius:6px;
}
.lc-card__note{margin:0;font-weight:700; font-size: 19px;}

.lc-payment{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  padding:10px;
  text-align:center;
  background:#fdf8e7;
  border-bottom:1px solid var(--border);
}

.lc-payment__label{
  font-weight:700;
  font-size:15px;
  color:#444;
}

.lc-payment__value{
  font-weight:800;
  font-size:24px;
  color:#cb171d;
  /*background:#ffb400;
  padding:.3em .8em;
  border-radius:6px;*/
}
.lc-payment__value span.s{
  font-size: .8em;
  padding: 0 0 0 2px;
}


/* グリッド */
.lc-card__tablewrap{padding:14px; background:#fff;}
.lc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.lc-item{
  background:#f8fdf9;
  border:1px solid var(--border);
  padding:8px;
  text-align:center;
}
.lc-label{
  display:block;
  font-weight:700;
  font-size:14px;
  color:#18943b;
}
.lc-value{
  font-size:14px;
  color:var(--text);
}
.lc-item--wide{
  grid-column:1 / -1;
  background: #ffc;
}

/* 説明文 */
.lc-card__desc{padding:0 14px 12px;color:var(--muted); background:#fff;}

/* お客様の声 */
.lc-voice{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:12px;
  align-items:flex-start;
  padding:12px 14px;
  border-top:1px dashed var(--border);
  background:var(--bg);
}
.lc-voice__img{margin:0;}
.lc-voice__img img{
  width:100px;
  height:100px;
  object-fit:cover;
  border-radius:50%;
}
.lc-voice__txt p{margin:0;}

/* 変数：必要に応じて色だけ変えてOK */
:root{
  --green: #18943b;     /* 見出しバーの緑 */
  --text:  #222;
  --muted: #000;
  --badge: #e53e3e;     /* 赤バッジ */
  --gap:   28px;
  --maxw:  1100px;
}

.loan-strong{
  padding-top: 0;
  color: var(--text);
  line-height: 1.9;
  font-feature-settings: "palt";
}

.loan-strong__head{
/*  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 18px 12px;*/
}
.loan-strong__head h2{
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 12px;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 36px);
  font-weight: 700;
  letter-spacing: .04em;
}
.loan-strong__head p {
	border: 10px solid #fff600;	/* 内側の線の太さ・種類・色 */
	margin: 0px; /* 外側の余白 */
	padding: 20px; /* 内側の余白 */
	position: relative;
	z-index: 0;
}
.loan-strong__head p:before {
	border: 1px solid #889d8c;	/* 外側の線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
}

.loan-strong__head .annotation{
font-size: small;
}
/* 各理由ブロック */
.reason{
  border-top: 1px solid #eee;
}
.reason:first-of-type{
  border-top: none;
}
.reason__wrap{
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  align-items: start;
  gap: var(--gap);
  padding: clamp(22px, 4vw, 42px) 16px;
}
.reason__body{ position: relative; }
.reason__figure{
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: clip;
  /*border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);*/
}
.reason__figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* バッジ */
.reason__badge{
  margin: 0 0 6px;
}
.reason__badge span{
  display: inline-block;
  background: var(--badge);
  color: #fff;
  font-weight: 700;
  padding: .4em .75em;
  border-radius: 6px;
  font-size: 14px;
}

/* タイトル＆本文 */
.reason__title{
  margin: 8px 0 15px;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
.reason__text{
  color: var(--muted);
  font-size: 15px;
}

/* 交互に画像を左右入れ替えたい場合 */
.reason:nth-of-type(even) .reason__wrap{
  grid-template-columns: minmax(280px, 460px) 1fr;
}
.reason:nth-of-type(even) .reason__body{ order: 2; }
.reason:nth-of-type(even) .reason__figure{ order: 1; }

#page-loan {
  max-width: 1100px;
margin: 40px auto;
}
.img-ctr img {
  width: 100%;
  height: auto;
}
.cautionforloan{
margin: 50px 0;
}
.cautionforloan li{
list-style: disc;
margin-bottom: 1rem;
font-size: 0.8rem;
margin-left: 2rem;
}

@media (max-width:900px){
  .loan-cases__grid{grid-template-columns:1fr;}
}


/* スマホ対応 */
@media (max-width:768px){
  .lc-grid{grid-template-columns:repeat(2,1fr);}
}


/* SPレイアウト */
@media (max-width: 820px){
  .reason__wrap{
    grid-template-columns: 1fr;
  }
  .reason:nth-of-type(even) .reason__body,
  .reason:nth-of-type(even) .reason__figure{
    order: initial;
  }
  .reason__figure{ aspect-ratio: 16/9; }
}