
/* -------------------------------------
	ページ：デジタルコンテンツ
----------------------------------------*/
.articles__container {
	margin-bottom: 4%;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.articles__container {
		margin-bottom: 7%;
	}
}
.articles__container .common__text-with-underline {
	font-size: 1.7vw;
}
@media screen and (max-width: 750px) {
	.articles__container .common__text-with-underline {
		font-size: 4.95vw;
	}
}


.digitalContents__area-link {
	text-align: right;
	font-size: 0.9vw;
	width: 100%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-link {
		font-size: 3.0vw;
	}
}

.digitalContents__area-link a {
	display: inline-block;
	background-image: url(/images/common/common_icon_link_bk.png);
	background-position: bottom 50% right;
	background-size: auto 60%;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-right: 3%;
	border-bottom: 1px solid #efefef;
	color: #1e1e1e;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-link a {
		background-position: bottom 50% right;
		padding-right: 6%;
	}
}

.digitalContents__area-store {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-store {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 3vw;
	}
}

.digitalContents__area-store-box {
	display: flex;
	justify-content: space-between;
	width: 48%;
	gap: 1vw;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-store-box {
		width: 60%;
#		margin-left: 3.5%;
		gap: 2.9vw;
	}
}


.digitalContents__area {
	font-size: 1.1vw;
	margin-top: 3%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area {
		font-size: 3.9vw;
		margin-top: 0;
	}
}

.digitalContents__area-info {
	line-height: 1.9;
	margin-bottom: 4%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-info {
		margin-bottom: 10%;
	}
}

.digitalContents__area-box {
	width: 100%;
	margin: 0 auto 7%;
	padding: 4%;
	border-radius: 5px;
	background: #fff;
	border-top: 1px solid #babdc5;
	border-left: 5px solid #2a333b;
	border-right: 5px solid #7f828e;
	border-bottom: 1px solid #babdc5;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-box {
		margin: 0 auto 15%;
		padding: 5.5%;
		border-top: 5px solid #babdc5;
		border-left: 1px solid #babdc5;
		border-right: 1px solid #babdc5;
		border-bottom: 1px solid #babdc5;
	}
}

.digitalContents__area-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-wrap {
		flex-direction: column;
		row-gap: 5vw;
		margin-bottom: 2%;
	}
}

.digitalContents__area-image {
	width: 47%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-image {
		width: 100%;
		padding: 0;
	}
}

.digitalContents__area-title {
	width: 50%;
	font-size: 1.5vw;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-title {
		width: 100%;
		font-size: 4.4vw;
	}
}

.digitalContents__area-text {
	font-size: 1.121vw;
	line-height: 1.9;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-text {
		font-size: 3.5vw;
#		margin-bottom: 10%;
	}
}

.digitalContents__area-copy {
	font-size: 0.8vw;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.digitalContents__area-copy {
#		margin-bottom: 10%;
		font-size: 2.2vw;
	}
}


