@charset "UTF-8";
.pc_none {
	display:none;
}
h3.ttl_src span {
	font-size:0.8em;
	margin-left:20px;
}
.link_txtarea {
	display:flex;
	justify-content:space-around;
}
.link_txtarea .col_3 {
	width:33%;
}
.link_txtarea .col_3 ul {
	margin-bottom:20px;
}
.link_txtarea .col_3 ul li {
	list-style-type: disc;
	margin-left:1.5rem;
}

@media (max-width: 600px){
	.pc_none {
		display:block;
	}
	.link_txtarea {
		display:block;
	}
	.link_txtarea .col_3 {
		width:100%;
	}
}