@charset "utf-8";

/*----------------------------
	department_policy.css
------------------------------*/
.update {
	margin-top: 20px;
	text-align: right;
}
.update + .txt {
	margin-top: 40px;
}
.pic {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 75.3%;
}
.list {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}
.list ul {
	width: 49%;
}
.list ul li {
	display: flex;
}
.list ul li::before {
	display: block;
	flex-shrink: 0;
	content: "\030fb";
	width: 1.2em;
}
.list ul li + li {
	margin-top: 15px;
}
.list ul li span {
	display: block;
	-ms-flex: 0 1 auto;
}

.txt.indent{
    padding-left: 0;
    text-indent: 1em;
}
.txt.indent + .txt.indent{
    margin-top: 0em;
}
.note {
	margin-top: 50px;
}
.align__R{
    text-align: right;
}
.spOnly{
        display: none;
    }
.pcOnly{
        display: block;
    }
/*----------
	SP
------------*/
@media (max-width: 768px) {
	.update {
		margin-top: 10px;
	}
	.update + .txt {
		margin-top: 30px;
	}
	.pic {
		margin-top: 20px;
		width: 90%;
	}
	.list {
		margin-top: 16px;
		flex-direction: column;
	}
	.list ul {
		width: 100%;
	}
	.list ul li::before {
		width: 1em;
	}
	.list ul + ul,
	.list ul li + li {
		margin-top: 10px;
	}
    .spOnly{
        display: block;
    }
    .pcOnly{
        display: none;
    }
}
