.text_link{
	text-decoration: underline;
}

.text_link:hover{
	opacity: 0.7;
}

.wpcf7 .required{
	background-color: #36220B;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 10px;
	padding: 4px 8px;
	vertical-align: middle;
	word-break: keep-all;
	border-radius: 2px;
} 

.wpcf7 .form_row{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DBD9CC;
}

.wpcf7 form{
	margin: 0 !important;
}
 .wpcf7 label{
	font-size: 16px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	position: static;
}

.wpcf7 .checkbox_policy label{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.wpcf7-form-control-wrap{
	position: relative;
}

.wpcf7 input, .wpcf7 textarea{
	position: relative;
	padding: 12px !important;
	border: 1px solid #DBD9CC !important;
	border-radius: 4px;
	line-height: 1.5;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio]{
	padding: 12px !important;
	border: 1px solid #DBD9CC !important;
	border-radius: 4px;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous{
	font-size: 18px !important;
	background-color: #36220B !important;
	height: 60px !important;
	width: 260px !important;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover{
	opacity: 0.7;
}

.wpcf7{
	background: #F7F5F2 !important;
	border: none !important;
}

.text_center{
	text-align: center;
}

.checkbox_policy{
	text-align: center;	
}

.p-page-header__title{
  color: #36220B;
  height: auto;
  line-height: 1.5;
  font-size: 60px;
}

.footprint{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  background: url('/wp-content/uploads/2026/04/icon_footprint_brown.png') no-repeat center / contain;
}

.sub-ttl{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}

.sub-ttl_text{
  font-size: 24px !important;
  color: #907A44;
  margin-bottom: 0 !important;
}

.p-page-header__inner{
margin-bottom: 16px;
}

.page_ttl{
  font-size: 60px !important;
  text-align: center;
  margin-bottom: 80px !important;
  color: #36220B;	
}

.p-entry__body p{
	margin-bottom: 24px;
	line-height: 1.8 !important;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label{
	font-size: 16px !important;
}

.wpcf7 p{
	margin-bottom: 10px !important;
}

@media screen and (min-width: 1000px) and (max-width: 1200px){
	.p-entry__body--page{
		margin: 0 20px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px){
	.p-entry__body--page{
		margin: 0 20px !important;
	}
}

@media screen and (max-width: 767px){
  .footprint{
  width: 24px;
  height: 24px;
}

  .sub-ttl_text{
  font-size: 20px !important;
}

  .page_ttl{
  font-size: 36px !important;
  margin-bottom: 60px !important;
}
	
	.wpcf7 p{
  font-size: 14px !important;
	}
	
	.wpcf7 label{
   font-size: 14px;		
	}
	
	.wpcf7 .required{
   font-size: 12px;			
	}

}