@charset "Shift_JIS";

/* --------------------------------------------------------------------- */
/* For /life/kazokuno-anshin/list.html */
/* --------------------------------------------------------------------- */

a:link, 
a:visited, 
a:active {
	color: #0061a0;
}

a:hover {
	color: #0090da;
}

h1 {
	margin: 40px 0 20px;
	padding: 0 0 3px;
	border-bottom: solid 2px #0090da;
	font-size: 24px;
	font-weight: bold;
}

p.txt-list {
	margin: 20px 0;
	font-size: 17px;
}

p.txt2-list {
	margin: 0;
	font-size: 17px;
}

p.txt3-list {
	margin: 20px 0;
	font-size: 12px;
}

ul.note-list {
	margin: 20px 0;
}

ul.note-list li {
	font-size: 12px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

table.table-list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0 20px;
	font-size: 17px;
}

table .table-list-02-01 {
	width: 120px;
}

table .table-list-01-01, 
table .table-list-02-02 {
	width: auto;
}

table .table-list-01-02, 
table .table-list-01-03, 
table .table-list-01-04, 
table .table-list-02-03, 
table .table-list-02-04, 
table .table-list-02-05 {
	width: 110px;
}

table.table-list th {
	background: #f2f2f2;
	border: solid 2px #a7a8aa;
	padding: 8px 15px;
	font-weight: normal;
}

table.table-list tr:nth-child(-n+2) th {
	background: #d9d9d6;
	padding: 8px 0;
	text-align: center;
}

table.table-list td {
	background: #ffffff;
	border: solid 2px #a7a8aa;
	padding: 8px 15px;
	font-weight: normal;
	text-align: center;
}

.hpNumber {
	margin: 20px 0;
	font-size: 12px;
	text-align: right;
}

@media screen and (min-width: 751px) {
	.only-smp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
	
	h1 {
		margin: 20px 0 20px;
		font-size: 16px;
	}

	p.txt-list {
		font-size: 16px;
	}

	p.txt2-list {
		font-size: 16px;
	}

	table.table-list {
		font-size: 14px;
		word-break: break-all;
		word-wrap: break-all;
	}

	table .table-list-02-01 {
		width: 40px;
	}

	table .table-list-01-01, 
	table .table-list-02-02 {
		width: auto;
	}

	table .table-list-01-02, 
	table .table-list-01-03, 
	table .table-list-01-04, 
	table .table-list-02-03, 
	table .table-list-02-04, 
	table .table-list-02-05 {
		width: 50px;
	}

	table.table-list th {
		padding: 5px 10px;
	}

	table.table-list tr:nth-child(-n+2) th {
		padding: 8px 5px;
	}

	table.table-list td {
		padding: 5px 10px;
	}
}


/* 2021/02/15 add */
/* ------------------------------------------------------ */

/**
 * list style
**/

.listDisc,
.listPoint,
.listStar,
.listKome,
.listAlert,
.listDecimal,
.listDecimalStar,
.listDecimalAsterisk {
	font-size: 12px;
	position: relative;
}

.listDisc > li,
.listStar > li,
.listDecimal > li {
	margin-top: 0.2em;
	padding-left: 1.5em;
}

.listPoint > li,
.listKome > li {
	margin-top: 0.2em;
	padding-left: 1em;
}

.listDecimalStar > li,
.listDecimalAsterisk > li {
	margin-top: 0.2em;
	padding-left: 2em;
}

.listDisc > li:first-child,
.listPoint > li:first-child,
.listStar > li:first-child,
.listKome > li:first-child,
.listDecimal > li:first-child,
.listDecimalStar > li:first-child,
.listDecimalAsterisk > li:first-child {
	margin-top: 0;
}

.listDisc > li:before {
	content: "";
	position: absolute;
	left: 0;
}

.listPoint > li:before {
	content: "E";
	position: absolute;
	left: 0;
}

.listStar > li:before {
	content: "";
	position: absolute;
	left: 0;
}

.listKome > li:before {
	content: "";
	position: absolute;
	left: 0;
}

.listDecimal li:before {
	content: attr(data-num)".";
	position: absolute;
	left: 0;
}

.listDecimalStar li:before {
	content: ""attr(data-num);
	position: absolute;
	left: 0;
}

.listDecimalAsterisk li:before {
	content: "*"attr(data-num);
	position: absolute;
	left: 0;
}

.listDecimalStar li:nth-child(n+10),
.listDecimalKome li:nth-child(n+10),
.listDecimalAsterisk li:nth-child(n+10) {
	padding-left: 2.4em;
}

@media only screen and (max-width: 374px) {
	.only-smp02 {
		display:block;
	}
}
@media only screen and (min-width: 375px) {
	.only-smp02 {
		display:none;
	}
}