/* ---------------------------------------------------------
   下層ページの見出し
   --------------------------------------------------------- */
@media screen and (min-width: 2200px) {
.pages-fv {
  width: 100%;

}

.pages-fv img {
  width: 100%;
  height: 450px;
  object-fit: cover;
	border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
	.pages-fv-top img {
		object-position: center top; /* or 50% 20% */
	}
	
	
	.pages-h1 {
		padding-left:  clamp(20px, 10vw, 200px);
	}
}



/* ---------------------------------------------------------
   会社概要ページ
   --------------------------------------------------------- */
.table-company {
	color: #221405;
	font-size: 18px;
}

@media (max-width: 767px) {
	.table-company {
	font-size: 16px;
}
}

/* ---------------------------------------------------------
   司法書士紹介ページ
   --------------------------------------------------------- */
.table-career {
	color: #221405;
	font-size: 16px;
}

.table-career td p{
margin-bottom: 0.8em;
}

@media (max-width: 767px) {
	.table-career {
	font-size: 15px;
}
}

/* ---------------------------------------------------------
   お問い合わせページ
   --------------------------------------------------------- */

.smf-form .smf-text-control__control, .smf-form .smf-textarea-control__control {
	  border: none;  
}

/* 送信ボタン本体 */
.smf-action .smf-button-control__control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  padding: 1em 3.5em;
  border: 0;
  border-radius: 999px;              /* 楕円形ボタン */
  background-color: #583711 !important;  /* 深めのカーキ */
  background-image: none !important;     /* Snow Monkey のグラデーション無効化 */
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  cursor: pointer;
	  transition: all .2s ease-in-out;
}

/* ホバー時：少し明るく */
.smf-action .smf-button-control__control:hover {
  background-color: #A55800!important;
	  box-shadow: none !important;
	
}

/* 右側に矢印アイコンを表示 */
.smf-action .smf-button-control__control::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
	background-image: url("https://kame-noko.conohawing.com/wp-content/uploads/2025/11/button-arrow.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* テキストエリアの幅を100%に広げる */
.smf-item__col--controls {
  width: 100%;
}

.smf-item__controls {
  width: 100%;
}

.smf-text-control__control,
.smf-textarea-control__control {
  width: 100%;
  max-width: 100%;
}




@media (max-width: 768px) {
	.smf-form--simple-table .smf-item__col--label {
		padding-bottom: 4px;
	}
.smf-form--simple-table .smf-item{
	padding: 0 0 0.7em 0;
}
	/* スマホ時：ボタン幅を100%に */
.smf-text-control__control,
.smf-textarea-control__control {
    font-size: 1rem;
  }

.smf-button-control__control {
    width: 100%;
    min-width: 0;
  }
	
	.smf-button-control__control::after {
		  right: 5rem;
}
}