/*------------------------
 * c-msoffice
 *------------------------*/
.c-msoffice {
}

.c-msoffice__item01 {
	margin-top: 20px;
}
.c-msoffice__item01 li {
	margin-top: 10px;
}
.c-msoffice__item01 li::before {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background-color: #333333;
	border-radius: 50%;
}
.c-msoffice__item01 li ul {
	margin-left: 15px;
}
.c-msoffice__item01 li ul li {
}

.c-msoffice__title01 {
	margin-top: 20px;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: 700;
	background-color: #cccccc;
}

.c-msoffice__box {
	padding: 15px 15px;
	border: 1px solid #cccccc;
}
.c-msoffice__box p {
	margin-top: 10px;
}
.c-msoffice__box p span {
	font-weight: 700;
	color: #e70012;
}
.c-msoffice__box figure {
	width: fit-content;
	margin-top: 10px;
}
.c-msoffice__box figure img {
	display: block;
	width: 100%;
}
.c-msoffice__box table {
	margin-top: 10px;
}

.c-msoffice__table {
	width: 100%;
}
.c-msoffice__table thead {
}
.c-msoffice__table thead tr {
}
.c-msoffice__table thead tr th {
	padding: 10px 10px;
	font-weight: 700;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.c-msoffice__table tbody {
}
.c-msoffice__table tbody tr {
}
.c-msoffice__table tbody tr th,
.c-msoffice__table tbody tr td {
	padding: 10px 10px;
	border: 1px solid #cccccc;
}
.c-msoffice__table tbody tr th {
	text-align: left;
	font-weight: 700;
	background-color: #eeeeee;
}
.c-msoffice__table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.c-msoffice__title02 {
	margin-top: 60px;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	background-color: #333333;
}

.c-msoffice__title03 {
	margin-top: 40px;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 700;
	background-color: #cccccc;
	border-left: 4px solid #333333;
}

.c-msoffice__comment01 {
	margin-top: 10px;
}

.c-msoffice__link01 {
	display: block;
	margin-top: 10px;
	color: #0000EE;
	text-decoration: underline;
}
.c-msoffice__link01:hover {
	text-decoration: none;
}

.c-msoffice__item02 {
	margin-top: 30px;
}
.c-msoffice__item02 li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.c-msoffice__item02 li:nth-last-of-type(1) {
	border-bottom: none;
}

.c-msoffice_flex {
	display: flex;
	margin-top: 20px;
}
.c-msoffice_flex figure {
	width: 45%;
	height: fit-content;
	border: 2px solid #cccccc;
	cursor: pointer;
}
.c-msoffice_flex figure img {
	display: block;
	width: 100%;
}
.c-msoffice_flex p {
	width: calc(55% - 30px);
	margin-left: 30px;
}
.c-msoffice_flex figure:hover {
	opacity: 0.5;
}

.c-msoffice__item03 {
	margin-top: 20px;
}
.c-msoffice__item03 li {
	margin-top: 10px;
}
.c-msoffice__item03 li p {
}
.c-msoffice__item03 li p::before {
	content: '';
	position: relative;
	top: -2px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 5px;
	background-color: #333333;
	border-radius: 50%;
}

.c-msoffice__comment02 {
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.c-msoffice__comment02 span {
	font-weight: 700;
	color: #e70012;
}

.c-msoffice__title04 {
	margin-top: 40px;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 700;
	background-color: #dddddd;
}
.c-msoffice__title04::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-color: #e70012;
	border-radius: 50%;
}


