@charset "UTF-8";

/*-------------------------------------------

/hojin/b_direct/

-------------------------------------------*/

/* bDirectMvBlock */
.bDirectMvBlock01 {
	background: url(/hojin/b_direct/images/index_mv_bg_01.png) no-repeat center center #0ca26c;
	background-size: cover;
}
.bDirectMvBlock01 .bDirectMvInner {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
}
.bDirectMvBlock01 *[class*="bDirectMvContents"] {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-sizing: border-box;
}
.bDirectMvBlock01 .bDirectMvContentsInner {
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	text-align: center;
}
.bDirectMvBlock01 .bDirectMvContents01 {
	width: 64%;
}
.bDirectMvBlock01 .bDirectMvContents02 {
	width: 34%;
}
.bDirectMvBlock01 .bDirectMvContentList {
	display: flex;
	justify-content: center;
	color: #0ca26c;
}
.bDirectMvBlock01 .bDirectMvContentItem {
	width: 100px;
	margin-left: 20px;
}
.bDirectMvBlock01 .bDirectMvContentItem:first-child {
	margin-left: 0;
}
.bDirectMvBlock01 .bDirectMvContentImg > img {
	width: 80px;
}

/* dateBlock */
.dateBlock01 > dl:nth-child(n + 6) {
  display: none;
}
.dateBlock01 [data-type] > dt {
	position: relative;
}
.dateBlock01 [data-type] > dt::after {
	position: absolute;
	left: 100%;
	top: 0;
	width: 5.5em;
	font-size: 0.67em;
	text-align: center;
	border-radius: 4px;
	margin-top: 0.3em;
}
.dateBlock01 [data-type] > .ttlDate {
	padding-left: 5em;
}
.dateBlock01 [data-type='caution'] > dt::after {
	content: 'ご注意';
	background: #ed5e92;
	color: #fff;
}
.dateBlock01 [data-type='news'] > dt::after {
	content: 'お知らせ';
	background: #0074bf;
	color: #fff;
}
