@charset "utf-8";

.article .topicsBox p{
	margin: 0;
}

.topicsBox .left,
.topicsBox .right{
	position: relative;
}

.topicsBox .inner{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}
.article p img {
	max-width: 100%;
	margin: 5px auto 0;
	padding: 0;
	background: none;
}
/* box01 */
.box01 .left{
	width: 545px;
	padding-right: 40px;
	border-right: 1px solid #33adf3;
}

.box01 .left::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 1px;
	background-color: #33adf3;
}

.box01 .right{
	padding-left: 25px;
}

.box01 .inner::before{
	position: absolute;
	top: -10px;
	left: 573px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

.box01 .inner::after{
	position: absolute;
	bottom: -10px;
	left: 573px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

/* box02 */
.box02 .left{
	padding: 20px 44px 25px 0;
	border-right: 1px solid #33adf3;
}

.box02 .left::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 1px;
	background-color: #33adf3;
}

.box02 .right{
	padding: 45px 0 0 33px;
}

.box02 .inner::before{
	position: absolute;
	top: -12px;
	left: 429px;
	z-index: 2;
	content: url(./img/dots.png);
	width: 12px;
	height: 12px;
}

.box02 .inner::after{
	position: absolute;
	bottom: -10px;
	left: 421px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

/* box03 */
.box03 .left{
	width: 330px;
	padding: 30px 24px 0 0;
	border-right: 1px solid #33adf3;
}

.box03 .right{
	padding: 30px 0 30px 22px;
}

.box03 .left::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -236px;
	width: 236px;
	height: 1px;
	background-color: #33adf3;
}

.box03 .inner::before{
	position: absolute;
	top: -12px;
	left: 348px;
	z-index: 2;
	content: url(./img/dots.png);
	width: 12px;
	height: 12px;
}

.box03 .inner::after{
	position: absolute;
	bottom: -10px;
	left: 343px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

/* box04 */
.box04 .left{
	padding: 27px 30px 35px 0;
	border-right: 1px solid #33adf3;
}

.box04 .left::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 137px;
	height: 1px;
	background-color: #33adf3;
}

.box04 .right{
	padding: 27px 0 0 25px;
}

.box04 .inner::before{
	position: absolute;
	top: -12px;
	left: 584px;
	z-index: 2;
	content: url(./img/dots.png);
	width: 12px;
	height: 12px;
}

.box04 .inner::after{
	position: absolute;
	bottom: -10px;
	left: 577px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

/* box05 */
.box05 .left{
	width: 430px;
	padding: 30px 24px 0 0;
	border-right: 1px solid #33adf3;
}

.box05 .right{
	padding: 30px 0 30px 30px;
}

.box05 .inner::before{
	position: absolute;
	top: -12px;
	left: 449px;
	z-index: 2;
	content: url(./img/dots.png);
	width: 12px;
	height: 12px;
}

.box05 .inner::after{
	position: absolute;
	bottom: -10px;
	left: 442px;
	z-index: 2;
	content: url(./img/circle.png);
	width: 25px;
	height: 25px;
}

@media screen and (max-width: 980px){
	.pcElem{
		display: none;
	}

	.article .topicsBox p{
		margin: 18px 0;
	}

	.article .topicsBox li{
		margin-bottom: 18px;
	}

	.article .topicsBox li img{
		width: 100%;
	}

	.topicsBox .inner{
		display: block;
	}

	.box01 .left{
		width: 100%;
		padding-right: 0;
		border-right: 0;
	}

	.box01 .left::after,
	.box01 .inner::before,
	.box01 .inner::after{
		display: none;
	}

	.box02 .left{
		padding: 0;
		border-right: 0;
	}

	.box02 .left::after,
	.box02 .inner::before,
	.box02 .inner::after{
		display: none;
	}

	.box02 .right{
		padding: 0;
	}

	.box03 .left{
		width: 100%;
		padding: 0;
		border-right: 0;
	}

	.box03 .right{
		padding: 0;
	}

	.box03 .left::after,
	.box03 .inner::before,
	.box03 .inner::after{
		display: none;
	}

	.box04 .left{
		padding: 0;
		border-right: 0;
	}

	.box04 .left::after,
	.box04 .inner::before,
	.box04 .inner::after{
		display: none;
	}

	.box04 .right{
		padding: 0;
	}

	.box05 .left{
		width: 100%;
		padding: 0;
		border-right: 0;
	}

	.box05 .right{
		padding: 0;
	}

	.box05 .inner::before,
	.box05 .inner::after{
		display: none;
	}

}/* media */



