@charset "UTF-8";

/* パンクズ */
#bread-crumb {
	position: static;
	transform: none;
  }
  @media screen and (max-width: 1025px) {
	#bread-crumb {
	  margin: 0 0 15px;
	  padding: 0 15px;
	  border-top: 1px solid #9B9B9B;
	  width: 100%;
	}
  }
  /* ２段目のパンくずを無効化（現在キャンペーンを無効化） */
  #bread-crumb-listTop li:nth-of-type(2) a {
	pointer-events: none;
  }
  
/* ページ見出し */
#Journal article > h2 {
	display: 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;
  }


/*topnews_area-textarea*/

.topnews_area{
	padding-top:30px;
}

.topnews_area .color-red{
	color:#db6557 !important;
}

.topnews_area .weight-bold{
	font-weight: bold;
}


.topnews_area-title{
	font-weight: bold;
	font-size: 28px !important;
	margin-bottom:30px !important;
	border-bottom:2px solid #db6557 !important;
}


.topnews_area-textarea > p{
	margin-bottom:20px;
}

.topnews_area-h3{
	font-size: 20px;
	padding-top:20px;
	margin-bottom:10px;
}

.topnews_area-item{
	margin-bottom:20px;
}

.topnews_area-item dt{
	font-weight: bold;
}

.topnews_area-item div+div{
	margin-top:20px;
}


.topnews_area-attention li{
	text-indent: -1em;
	padding-left:1em !important;
	font-size: 14px;
}

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

	.topnews_area{
		padding-top:20px;
	}

	.topnews_area-title{
		font-size: 23px !important;
	}

	
	.topnews_area-h3{
		font-size: 18px;
		padding-top:10px;
	}
	

}