.text_link{
	text-decoration: underline;
	color: #663100;
}

.text_link:hover{
	opacity: 0.6;
}

.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;	
}

.col_title{
	font-size: 24px !important;
	font-weight: 600;
	padding: 12px 16px;
	background-color: #36220B;
	color: #FFFFFF;
}

.p-entry__body p{
	line-height: 1.8 !important;
}

.p-entry__body li, .p-entry__body dt, .p-entry__body dd{
    color: #36220B;			
}

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

@media screen and (min-width: 768px) and (max-width: 999px){
	.p-entry__body--page{
		margin: 0 20px 140px 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;
}
	
	.p-entry__body h2{
	font-size: 20px !important;
}

.p-entry__body h3{
	font-size: 18px !important;
}
	
}