@charset "UTF-8";

/* ２段目のパンくずを無効化（現在キャンペーンを無効化） */
#bread-crumb-listTop li:nth-of-type(2) a {
	pointer-events: none;
  }

/* ユーティリティ */
.u_sp {
	display: none;
  }
  
  
  @media screen and (max-width: 768px) {
	.u_pc {
		display: none;
	  }
	  
	.u_sp {
	  display: block;
	}
	.u_sp_inlineblock {
	  display: inline-block ;
	}
  
  }
  
  
  .u_clearfix:after {
	content: "";
	display: block;
	clear: both;
  } 

.content_width:after {
	content: "";
	display: block;
	clear: both;
  } 

  .content_width{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.8;
	font-size:16px;
	letter-spacing: 0.1em;
	padding-left:20px;
	padding-right:20px;
  }


/*common*/

.style-post2026_box01 .text-big01{
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size:22px;
	margin-bottom:40px;

}

.style-post2026_box01 .text01{
	font-size:18px;
	margin-bottom:40px;
}
.style-post2026_box01 .text02{
	font-size:18px;
}


.style-post2026_box01 .dl01 {
	font-size: 18px;
	margin-bottom:40px;
}

.style-post2026_box01 .dl01 dt{
	font-weight: bold;


}

.style-post2026_box01 .dl01 dd a{
	position: relative;
	padding-left:15px;
	display: inline-block;
	text-decoration: underline;
}

.style-post2026_box01 .dl01 dd a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #000;
	border-right: 0;
}

.style-post2026_box01 .dl01 div+div{
	margin-top:10px;
}

.style-post2026_box01 .company_name{
	font-size: 18px;
}

.style-post2026_box01 .company_tel{
	font-size: 18px;
}

  @media screen and (max-width: 768px) {

	.style-post2026_box01 .text-big01{
		font-size:20px;
	}
	.style-post2026_box01 .text01{
		font-size:16px;
	}
	.style-post2026_box01 .text02{
		font-size:16px;
	}
	
	
	.style-post2026_box01 .dl01 {
		font-size: 16px;
	}
	
	
	.style-post2026_box01 .dl01 dd a{
		padding-left:15px;
	}
	
	.style-post2026_box01 .dl01 dd a::before{
		top:7px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #000;
	}
	
	.style-post2026_box01 .dl01 div+div{
		margin-top:10px;
	}

  }