  @charset "utf-8";
/* CSS Document */

.content{
	text-align: left;
}
.content .flexBox{
	justify-content: space-between;
	flex-wrap: wrap;
}
.content .flexBox .listBox{
	width: calc((100% / 3) - 20px);
}
.content .flexBox .listBox h3.hd03{
	padding-bottom: 5px;
	border-bottom: 1px solid #D1D1D1;
}
.content .flexBox .listBox h3.hd03 a{
	font-weight: 700;
}
.content .flexBox .listBox h3.hd03 a,
.content .flexBox .listBox ul li a{
	transition: 0.2s;
}
.content .flexBox .listBox h3.hd03 a:hover,
.content .flexBox .listBox ul li a:hover{
	color: #003F98;
}

.technology-ttl > a{
	pointer-events: none;
	font-weight: bold;
}
.technology-ttl ul{
	margin: 0 10px;
}
.technology-ttl ul li a:before{
	content: "-";
	display: inline-block;
	padding-right: 5px;
}


@media screen and (max-width: 767px){
	.hd02 {
		font-size: 1.8rem;
		margin: 30px 0 10px;
	}
	.content .flexBox .listBox{
		width: calc((100% / 2) - 15px);
	}
}
@media screen and (max-width: 480px){
	.content .flexBox .listBox{
		width: calc((100% / 1));
	}
}