/* NEWS */
.newsCover {
	background: url(../img/news/cover-news.png) no-repeat 70% bottom;
}

.newsCover:after {
	content: '';
	display: block;
	width: 120px;
	height: 1000px;
	background: #f5ff76;
	position: absolute;
	top: -300px;
	right: 35%;
	z-index: -1;
	transform: skew(-45deg, 0deg) translateY(-900px);
	transition: transform 0.8s ease-out;
}

.newsCover.in:after {
	transform: skew(-45deg, 0deg) translateY(0);
	transition-delay: 2.0s;
}

.newsCover .secTitle {
	padding-top: 200px;
	margin-bottom: 0;
}


/*
 * Single Style
 */

.newsSingleCover .singleTitle {
	background: url(../img/news/cover-news.png) no-repeat center 50%;
	background-size: auto 130px;
	padding-top: 230px;
}

.sec-border {
	padding-bottom: 60px;
	border-bottom: 1px solid #dadada;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 60px;
}
.sec-border.nobd{
	border-bottom: none;
	margin-bottom: 0;
}
.sec-border-min {
	padding-bottom: 30px;
	border-bottom: 1px solid #dadada;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
a.tdu{
	text-decoration: underline !important;
}



/* monitor
________________________*/
@media screen and (max-width: 1344px) {}

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

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

/* tablet
________________________*/
@media screen and (max-width: 768px) {

	.newsCover {
		background-position: 95% 80%;
	}

}

/* sp
________________________*/
@media screen and (max-width: 640px) {

	.newsCover {
		background-size: auto 180px;
	}

	.newsCover .secTitle {
		padding-top: 20px;
	}

}

/* totowebBtn
________________________*/
a.towebBtn {
	display: inline-block;
	background: #00bfff;
	border: 1px solid #00bfff;
	padding: 30px 30px;
	font-size: 26px;
	color: #ffffff;
	margin: 60px auto;
}


.serviceThumbLinks{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.serviceThumbLinks li{
	width: 33%;
	padding: 10px;
	text-align: center;
	margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
	.serviceThumbLinks{
		/*display: block;*/
	}
	.serviceThumbLinks li{
		width: 50%;
		padding: 4px;
		margin-bottom: 16px;
	}
}


.tit001{
	border-left: 14px solid #14a7cc;
	padding-left: 16px;
	line-height: 200%;
	font-size: 20px;
	margin: 20px auto;
}




/* /news/digital-marketing-expo-nagoya-3rd.php
----- ----- ----- ----- ----- ----- ----- ----- ----- -----*/
#digital-marketing-expo-nagoya-3rd{}
#digital-marketing-expo-nagoya-3rd h4.leftBd{
	padding-left: 14px;
	border-left: 14px solid #14A7CC;
	font-size: 22px;
	color: #14A7CC;
	text-align: left;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution > *{
	width: 487px;
	font-size: 16px;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution p{
	font-size: 16px;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution figure img{
	margin-bottom: 18px;
	vertical-align: top;
	border: 1px solid #F0F0F0;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution iframe{
	height: 255px;
	margin-bottom: 18px;
}
#digital-marketing-expo-nagoya-3rd .digitalSolution figcaption {
		width: 100%;
		margin: 0;
		font-size: 16px;
		line-height: 1.6;
		margin-top: 0;
}

#digital-marketing-expo-nagoya-3rd .sampleList{
	padding: 1em 0;
	font-size: 18px;
}
#digital-marketing-expo-nagoya-3rd .sampleList li{
	margin-bottom: 2em;
}
#digital-marketing-expo-nagoya-3rd .sampleList dt{
	font-weight: bold;
	margin-bottom: 0.8em;
}
