@charset "Shift_JIS";

div#pfos .red {
	color: #F00;
}
div#pfos .indent {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.5em;
}
div#pfos .small {
	font-size: 12px;
	line-height: 18px;
}
div#pfos .big {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
}
div#pfos .center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
div#pfos .flex {
	display: flex;
}
div#pfos a:link {
	color: #003399;
}
div#pfos a:visited {
	color: #003399;
}
div#pfos a:hover, div#pfos a:active {
	color: #33CCCC;
}

body {
	background-image: none;
}
div#pfos img {
	display: block;
	vertical-align: bottom;
}

div#pfos {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 30px;
}
div#pfos h2 {
    text-align: center;
    margin: 10px auto 0px;
    width: 720px;
}
div#pfos p#pfos_top_message {
    font-size: 16px;
	font-weight: bold;
    text-align: center;
    margin: 25px auto;
}
div#pfos h2.pagettl {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 32px;
	height: 56px;
	padding: 0 1em;
	font-weight: normal;
	background: #3c66ba;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #2655b5;
	margin-top: 40px;
}
div#pfos h2.pagettl img {
	margin-right: 20px;
}
div#pfos h2.pagettl span {
	padding-top: 4px;
}
div#pfos div.intro {
	width: 720px;
	margin: 0 auto;
}
div#pfos div.intro h3.pagesub {
	display: flex;
	align-items: center;
	margin-top: 40px;
	font-size: 18px;
	line-height: 28px;
}
div#pfos div.intro h3.pagesub img {
	margin-right: 20px;
}

div#pfos div.intro p {
	font-size: 14px;
	margin-top: 1em;
}

div#pfos div.main {
	width: 720px;
	margin: 3em auto 0;
}
div#pfos div.main .main_ttl {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
div#pfos div.main p.main_txt {
	font-size: 14px;
	margin-top: 1em;
}
#pfos div.main .notice {
	margin-top: 0.5em;
}
#pfos div.main .notice li {
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
div#pfos div.main p.table_ttl {
	margin-top: 1em;
	margin-bottom: -4px;
	text-align: center;
}
div#pfos div.main .pfos_table {
	width: 100%;
	margin-top: 0.5em;
	text-align: center;
	border: 1px solid #999;
}
div#pfos div.main .pfos_table thead th {
	color: #fff;
	background: #666;
	font-weight: normal;
	padding: 2px 0;
	border-top: 1px solid #999;
}
div#pfos div.main .pfos_table th:not(:first-child) {
	border-left: 1px solid #ccc;
}
div#pfos div.main .pfos_table td {
	padding: 6px 0.5em;
}
div#pfos div.main .pfos_table tbody th {
	background: #eee;
	font-weight: normal;
}
div#pfos div.main .pfos_table td {
	border-left: 1px solid #999;
	color: #f00;
	font-weight: bold;
}
div#pfos div.main .pfos_table tr:nth-child(n+3) td {
	border-top: 1px solid #999;
}

div#pfos div.main .pfos_table th:first-child {
	width: 20%;
}
div#pfos div.main .pfos_table.pfos_table_9montns th:not(:first-child) {
	width: calc(80% / 9);
}
div#pfos div.main .pfos_table.pfos_table_8montns th:not(:first-child) {
	width: 10%;
}



div#pfos div.main .table_r {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0.25em;
	text-align: right;
}
div#pfos div.main p.center_txt {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-top: 1em;
}
div#pfos div.main .result {
	margin-top: 2em;
}
div#pfos div.main .result .result_ttl {
	text-align: center;
	color: #f47200;
	border-bottom: 1px solid #f47200;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
div#pfos div.main .result img {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}