@charset "utf-8";
/* CSS Document */

body {
	font-family: "YuGothic","Yu Gothic Medium",sans-serif;
	color: #424e64;
	font-size: 16px;
}

a {
	color: #f02f7c;
}

.main {
	margin: 0 auto;
    max-width: 1000px;
	padding: 16px 16px 8px 16px;
}

.section {
	margin: 0 0 32px 0;
}

.main__title {
	margin: 0 0 16px 0;
	text-align: center;
	color: #f02f7c;
	font-size: 24px;
	border-bottom: 2px solid #f02f7c;
}

.main__txt {
	margin: 0 0 16px 0;
}

.list {
	position: relative;
}

.list__item {
	padding: 0 0 0 16px;
	margin: 0 0 8px 0;
}

.list__item::before {
	content: "・";
	position: absolute;
	left: 0;
}

.list__namber {
	padding: 0 0 16px 28px;
}

.table {
	width: 100%;
	border: 2px solid #e5e5e5;
}

th {
	color: #333;
	width: 50%;
	padding: 4%;
	text-align: center;
	border: 2px solid #eee;
	background: #E5E5E5;
}

td {
	color: #333;
	width: 50%;
	padding: 4%;
	text-align: center;
	border: 2px solid #eee;
}

/*      フッターの設定       */
.footer {
	padding: 40px 20px 40px 20px;
	background: #4B4949;
	text-align: center;
	color: #FFFFFF;
}

.footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px 0;
}

.footer__list_link {
	padding: 8px 10px 8px 10px;
	color: #FFFFFF;
	font-size: min(4vw,16px);
}

.txt__bold {
	font-weight: bold;
}