@charset "utf-8";
.lead {
		margin-bottom: 40px;
		line-height: 1.8;
		font-weight: 600;
}
.wp-block-file__embed {
		display: none !important
}
.wp-block-file__button.wp-element-button {
		display: none
}
.section_col .wp-block-file:not(.wp-element-button) {
		font-size: 20px;
		letter-spacing: 0.05em;
}
.section_col :where(.wp-block-file) {
		margin-bottom: 20px;
}
.section_col {
		padding: 40px;
		margin-bottom: 120px;
}
.section_col a {
		color: #1e1e1e;
		text-decoration: none;
		position: relative;
		padding-left: 20px;
}
.section_col a::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 7px);
		left: 0;
		width: 14px;
		height: 14px;
		background: #3DAE35;
		border-radius: 50%;
}
.section_col a::after {
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		top: calc(50% - 2.9px);
		left: 5px;
		border-style: solid;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
		border-left: 5px solid #fff;
		border-right: 0;
}
@media (hover: hover) {
		.section_col a:hover {
				color: #3DAE35;
		}
}
.section_col a .underL::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 7px);
		right: -20px;
		width: 12px;
		height: 15px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 12px;
		background-image: url("../images/linkBtn_file_ltGrn.png")
}
.section_col p {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 15px;
}
@media(max-width: 960px) {
		.wrap780 {
				padding-left: 0;
				padding-right: 0;
		}
		.section_col {
				padding: 35px;
				margin-bottom: 80px;
		}
		.section_col p {
				font-size: 16px;
				margin-bottom: 10px;
		}
}