@charset "utf-8";
@media print, screen and (min-width: 768px) {
	#comunity .clm2{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#comunity .clm2 .clmIn{
		float: none;
	}
	#solution .bdrBox{
		display: flex;
	}
	#solution .bdrBox .ttlBox{
		width: 30%;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#solution .bdrBox .boxIn{
		width: 70%;
		padding: 10px 25px;
	}
}
#solution .bdrBox .ttlBox{
	font-size: 18px;
	color: #000;
}
#flow .flowListBox .bdrBoxSubject{
	text-align: center;
	margin:0 auto 40px;
	position: relative;
}
#flow .flowListBox .bdrBoxSubject:last-child{
	margin-bottom: 0;
}
#flow .flowListBox .bdrBoxSubject .ttlBox{
	margin-bottom: 0;
}
#flow .flowListBox .bdrBoxSubject:not(:last-child):after{
	content: "";
	display: block;
	position: absolute;
	background: url(/common_2019/img/arrow/arrow_blue_d.svg) no-repeat center / contain;
	width: 30px;
	height: 18px;
	top: calc(100% + 13px);
	left: calc(50% - 15px);
}
@media print, screen and (min-width: 768px) {
	#flow .flowListBox .bdrBoxSubject{
		width: 75%;
		padding: 15px 30px;
	}
}

@media print, screen and (min-width: 768px) {
	#solution .linkImgList{
		position: relative;
		background:url(/corporate/enterprise/zaidan/img/link_bg.jpg) no-repeat center / contain;
		width: 100%;
		height: 597px;
	}
	#solution .linkImgList .list{
		position: absolute;
		font-size: 18px;
		background-color: rgba(255, 255, 255, 0.7);
		padding: 0px 7px;
	}
	#solution .linkImgList .list_index{top: 113px;left: 549px;}
	#solution .linkImgList .list_babykumon{top: 148px;right: 64px;}
	#solution .linkImgList .list_mi-te{top: 270px;right: 160px;}
	#solution .linkImgList .list_lil{top: 350px;right: 3px;}
	#solution .linkImgList .list_lt{top: 518px;right: 12px;}
	#solution .linkImgList .list_houjin{top: 480px;right: 230px;}
	#solution .linkImgList .list_gc{top: 544px;left: 325px;}
	#solution .linkImgList .list_eia{top: 365px;left: 183px;}
	#solution .linkImgList .list_special{top: 530px;left: 33px;}
	#solution .linkImgList .list_jp{top: 379px;left: 14px;}
	#solution .linkImgList .list_france{top: 177px;left: 50px;}
	#solution .linkImgList .list_shuppan{top: 125px;left: 257px;}
}
@media screen and (max-width: 767px) {
	#solution .linkImgList{
		position: relative;
		background:url(/corporate/enterprise/zaidan/img/link_bg_sp.jpg) no-repeat top center / contain;
		width: 100%;
		padding-top: 68%;
	}
	#solution .linkImgList .list{
		margin-bottom: 10px;
		display: flex;
		align-items: center;
	}
	#solution .linkImgList .list img{
		width: 50px;
		height: 50px;
		object-fit: cover;
		display: block;
		margin-right: 15px;
	}
	#solution .linkImgList .list .txt{
		width: calc(100% - 50px);
		display: block;
	}
	#solution .linkImgList .list .txt a{
		display: block;
	}
	main .btnWrap .pubRbtnOval {
		padding-left:45px;
		padding-right:45px;
	}

}

#example .subTtl{
	font-weight: bold;
}
#example .listDot{
	margin-left: 1em;
}
.bdrBoxSubject.math{
	position: relative;
}
.boxImg02{
	position: absolute;
	display: flex;
    column-gap: 20px;
    bottom: 10px;
    right: 30px;
	max-width: 500px;
}
.boxImg02 .img{
	width: 50%;
}
.boxImg02 img{
	width: 95%;
	height: auto;
	margin-bottom: 10px;
}
.imgBox{
	text-align: center;
	width: 386px;
	margin: 0 auto 60px;
}
.imgBox img{
	width: 100%;
}
.imgBox2{
	display: flex;
    justify-content: center;
	margin-bottom: 60px;
}
.imgBox2 .box{
	width: 386px;
}
.imgBox2 .box:first-child{
	margin-right: 25px;
}
.imgBox2 img{
	width: 100%;
}
.reference{
	margin-top: 50px;
}
.reference h4{
	font-weight: 400;
}
.reference .listDot{
	margin-left: 1em;
}
.reference .listDot .dot a{
	font-size: 12px;
	text-decoration: underline;
}
.reference .listDot .dot a:hover{
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.boxImg02{
		position: unset;
		margin-top: 20px;
		max-width: 100%;
	}
	.boxImg02 .img{
		width: 50%;
	}
	.imgBox{
		width: 50%;
		margin: 0 auto 30px;
	}
	.imgBox_hl{
		width: 100%;
		margin: auto;
	}
	.imgBox2{
		column-gap: 10px;
		margin-bottom: 30px;
	}
	.imgBox2 .box{
		margin: auto;
		width: 50%;
	}
	.imgBox2 .box:first-child{
		margin-right: auto;
	}
}