@charset "utf-8";
/* _blankページを_selfに、、、に伴う変更（202009 */
.annotation{
	margin-bottom: 10px;
}

.linkArrowList{
	margin-bottom: 20px;
}

.ttlBdrLeftBlu{
	margin-top: 20px;
}

	@media screen and (max-width:768px){

		.annotation{
			margin-top: 0px;
			margin-bottom: 0px;
		}

		.linkArrowList{
			margin-bottom: 5px;
		}

		.ttlBgBlue{
			margin-bottom: 10px;
		}

		.ttlBdrLeftBlu{
			margin-top: 30px;
		}

		#footBar {
			margin-top: 0 !important;
		}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ kyozaiTxt */

.recomendBlock .kyozaiArea{display: none;}
.recomendBlock .kyozaiArea.is_active{display: block;}

/*
.is_overflown:before{display: block !important;}
.is_overflown:after{display: block !important;}
.is_shown:before{opacity: 0;margin-right: -150px;}
.is_shown:after{opacity: 0;margin-right: -150px;}

#mtlDtlWrap-current .ttlBdrLeftBlu + .kyozaiTxt{
	position: relative;
	display: inline-block;
	height: 1.7em;
	overflow: hidden;
	transition: 0.5s;
}

#mtlDtlWrap-current .ttlBdrLeftBlu + .kyozaiTxt:before{
	content: '続きはこちら';
	position: absolute;
	display: none;
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%);
	top: 0;
	right: 0;
	padding: 0 10px 0 50px;
	background-size: contain;
	cursor: pointer;
	transition: all 1.2s 0s ease;
}

#mtlDtlWrap-current .ttlBdrLeftBlu + .kyozaiTxt:after{
	content: '';
	position: absolute;
	display: none;
	background: url(/common_2019/img/arrow/arrow_blue_u.svg) no-repeat center;
	top: 10px;
	right: 110px;
	width: 16px;
	height: 8px;
	background-size: contain;
	transform: rotate(180deg);
	cursor: pointer;
	transition: all 1.2s 0s ease;
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ moreBlock */

.moreBlock{
	margin-bottom: 50px;
}

.moreBlock .qaArea{
	margin-top: 40px;
}

.moreBlock .accWrap .accArea{
	margin-top: 10px;
}
.moreBlock .accWrap .accArea:first-of-type{margin-top: 0;}

.moreBlock .otherArea{
	margin-top: 40px;
}

	@media screen and (max-width:768px){

	.moreBlock .accWrap .accArea{
		margin-top: 1px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ btmNav */

#btmNav .listBox.is_active{
	background: #1069c4;
}

#btmNav .listBox.is_active .link{
	color: #fff;
	pointer-events:none;
}
