<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** 
 * UTF-8出力
 */
/* CSS Document */
/* For modern browsers */
#sec7 .cf:before, .cf:after { content: ""; display: table; }
#sec7 .cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
#sec7 .cf { zoom: 1; }
#sec7 .clear { clear: both; }
#sec7 a {
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	outline: none;
}
#sec7 a:hover {
	opacity: 0.7;
}
#sec7 a:focus {
	outline: none !important;
}
#sec7 .btn {
	display: block;
	position: relative;
	width: 320px;
	padding: 20px 0;
	background-color: #DF0000;
	color: #FFF;
	text-align: center;
	line-height: 1;
	border-radius: 4px;
	font-weight: bold;
	box-sizing: border-box;
	text-decoration: none;
}
#sec7 .btn:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 9px;
	background: url(../img/icon_down.png) no-repeat;
	background-size: 100%;
	top: 22px;
	left: 20px;
}
#sec7 a.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#sec7 h2.title {
	position: relative;
	text-align: center;
	height: 194px;
	padding-top: 60px;
	box-sizing: border-box;
	background: #FFF;
}
#sec7 h2.title:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 97px solid #E20000;
	border-right: 97px solid transparent;
	border-bottom: 97px solid transparent;
	border-left: 97px solid #E20000;
}
#sec7 h2.title:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-top: 97px solid transparent;
	border-right: 97px solid #F7D9CF;
	border-bottom: 97px solid #F7D9CF;
	border-left: 97px solid transparent;
}
#sec7 h2.title {
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #E20000;
}
#sec7 h2.title img {
	width: 90%;
	height: auto;
}
#sec7 h2.title:before, #sec7 h2.title:after {
	display: none;
}
#sec7 .form_area {
	background: #E79F96;
	padding: 50px 0;
}
#sec7 .form_area .inner {
	width: 680px;
	margin: 0 auto;
}
#sec7 .form_area .select_area {
	float: left;
}
#sec7 .form_area .select_area.select_area2 {
	margin-left: 30px;
}
#sec7 .form_area .select_area p {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}
#sec7 .form_area .select_area p.title {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin-right: 2px;
	vertical-align: top;
	margin-bottom: 10px;
}
#sec7 .form_area .select_area p.unit {
	font-size: 20px;
	margin-left: 2px;
}
#sec7 .form_area .select-wrap {
	display: inline-block;
	position: relative;
	background: #FFF;
}
#sec7 .form_area .select-wrap select {
	background-color: transparent;
	width: 100%;
	height: 60px;
	width: 218px;
	padding: 0 0 0 12px;
	border-radius: 0;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 24px;
	font-weight: bold;
	border: none;
	color: #333;
}
#sec7 .form_area .select-wrap select#period {
	width: 120px;
}
#sec7 .form_area .select-wrap:before {
	display: block;
	position: absolute;
	content: '';
	background-color: #999;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}
#sec7 .form_area .select-wrap:after {
	display: block;
	position: absolute;
	content: '';
	border-width: 8px 6px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	top: 27px;
	right: 23px;
}
#sec7 .form_area .btn_cal {
	float: left;
	margin-left: 30px;
	cursor: pointer;
	margin-top: 32px;
}
#sec7 .graph_area {
	background: #EEE;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	opacity: .5
}
#sec7 .graph_area.show {
	opacity: 1.0;
	transition: all 300ms 0s ease;
}
#sec7 .graph_area .inner {
	margin: 0 auto;
	padding: 0 0 40px;
}
#sec7 .graph_area ul.tab_area {
	margin: 0;
	font-size: 0;
}
#sec7 .graph_area ul.tab_area li {
	display: inline-block;
	width: 227px;
	background: #DDD;
	text-align: center;
	padding: 30px 0;
	vertical-align: bottom;
	margin-left: 1px;
	cursor: pointer;
}
#sec7 .graph_area ul.tab_area li:first-child {
	margin-left: 0;
}
#sec7 .graph_area ul.tab_area li.selected {
	background: #FFF;
	padding: 30px 0;
	color: #DF0000;
}
#sec7 .graph_area ul.tab_area li p {
	font-size: 14px;
}
#sec7 .graph_area ul.tab_area li span.main {
	font-size: 20px;
	font-weight: bold;
}
#sec7 .graph_area .graph_area_main {
	background: #FFF;
	padding-top: 30px;
}
#sec7 .graph_area .graph_area_main .table_box {
	width: 680px;
	background: #FFF;
	margin: 0 auto;
	margin-bottom: 20px;
}
#sec7 .graph_area .graph_area_main .table_box .box {
	box-sizing: border-box;
	border: solid 1px #CCC;
	border-left: none;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	width: 25%;
	line-height: 1.4;
	float: left;
}
#sec7 .graph_area .graph_area_main .table_box .box:first-child {
	border: solid 1px #CCC;
}
#sec7 .graph_area .graph_area_main .table_box .box p.title {
	height: 100px;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1.4;
	border-bottom: solid 1px #CCC;
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	text-align: center;
}
#sec7 .graph_area .graph_area_main .table_box .box p.title span.s {
	font-size: 12px;
}
#sec7 .graph_area .graph_area_main .table_box .box p.amount {
	padding: 5px 10px;
	box-sizing: border-box;
}
#sec7 .graph_area .graph_area_main .table_box .box .num {
	font-size: 20px;
}
#sec7 .graph_area .exp {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
#sec7 .graph_area .exp li {
	display: inline-block;
	margin-left: 10px;
}
#sec7 .graph_area .exp li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #CCC;
	margin-right: 5px;
}
#sec7 .graph_area .exp li:first-child:before {
	background: #E20000;
}
#sec7 .graph_area .graph {
	position: relative;
	height: 362px;
}
#sec7 .graph_area .graph_year {
	background: #EEE;
}
#sec7 .bars {
	position: absolute;
	height: 362px;
	margin: 0 auto;
	bottom: 0;
	width: 21.6px;
}
#sec7 .bars.pc_50year {
	width: 11.1px;
}
#sec7 .bars.pc_30year {
	width: 15.4px;
}
#sec7 .bars.pc_20year {
	width: 21.6px;
}
#sec7 .bars.pc_10year {
	width: 43.2px;
}
#sec7 .bars.pc_5year {
	width: 86.4px;
}
#sec7 .red_bar {
	background: #E20000;
	width: 100%;
	height: 362px;
	position: absolute;
	bottom: 0;
	transform-origin: bottom center;	
	transform: scaleY(0);
	transition: all 300ms 0s ease;
}
#sec7 .grey_bar {
	background: #CCC;
	width: 100%;
	height: 362px;
	position: absolute;
	transform-origin: bottom center;
	transform: scaleY(0);
	transition: all 300ms 0s ease;
}
#sec7 .white_line {
	position: absolute;
	width: 100%;
	border-top: dotted 2px #FFF;
	top: 0;
}
#sec7 .bar_area {
	position: relative;
	width: 935px;
	height: 362px;
	margin-left: 32px;
}
#sec7 .bar_area.pc_5year {
	margin-left: 64px;
}
#sec7 .arrow {
	width: 2px;
	background: #FFF;
	height: 100px;
	position: absolute;
	opacity: 1.0;
	transition: all 300ms 0s ease;
	left: 50%;
}
#sec7 .arrow:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: -4px;
	border-top: 5px solid #FFF;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
 }
#sec7 .arrow:before {
	content: "";
	display: block;
	position: absolute;
	
	top: -1px;
	left: -4px;
	
	border-right: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid transparent;
}
#sec7 .tax_win {
	position: absolute;
	padding: 0px;
	background: #E50000;
	border-radius: 4px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 280px;
	box-sizing: border-box;
	text-align: center;
	transition: opacity 300ms 0s ease;
	opacity: 0;
}
#sec7 .tax_win span {
	font-size: 22px;
}
#sec7 .tax_win .point {
	position: absolute;
	right: -2px;
	bottom: -16px;
}
#sec7 .bg_area {
	position: absolute;
	width: 100%;
	height: 100%;
}
#sec7 .graph_num {
	position: absolute;
	font-size: 12px;
	color: #999999;
	left: 5px;
}
#sec7 .line {
	position: absolute;
	height: 1px;
	width: 100%;
	background: #CCC;
}
#graph_line0 {
	top: 100%;
}
#graph_line1 {
	top: 90%;
}
#graph_line2 {
	top: 80%;
}
#graph_line3 {
	top: 70%;
}
#graph_line4 {
	top: 60%;
}
#graph_line5 {
	top: 50%;
}
#graph_line6 {
	top: 40%;
}
#graph_line7 {
	top: 30%;
}
#graph_line8 {
	top: 20%;
}
#graph_line9 {
	top: 10%;
}
#graph_line10 {
	top: 0%;
}
#graph_num0 {
	top: 95%;
}
#graph_num1 {
	top: 85%;
}
#graph_num2 {
	top: 75%;
}
#graph_num3 {
	top: 65%;
}
#graph_num4 {
	top: 55%;
}
#graph_num5 {
	top: 45%;
}
#graph_num6 {
	top: 35%;
}
#graph_num7 {
	top: 25%;
}
#graph_num8 {
	top: 15%;
}
#graph_num9 {
	top: 5%;
}
#graph_num10 {
	top: -5%;
}
#sec7 .link_disclaim {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	margin-left: 20px;
}
#sec7 .triangle {
	text-align: center;
	padding-bottom: 10px;
	background: #EEE;
}
 @media (max-width: 799px) {
	#sec7 img {
		max-width: 100%;
		height: auto;
		border: 0px;
	}
	#sec7 h2.title {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#sec7 h2.title img {
		width: 86.66%;
	}
	#sec7 .form_area {
		background: #E79F96;
		padding: 20px 0;
	}
	#sec7 .form_area .inner {
		width: 305px;
		margin: 0 auto;
	}
	#sec7 .form_area .select_area {
		float: none;
		margin-bottom: 10px;
	}
	#sec7 .form_area .select_area.select_area2 {
		margin-left: 0;
	}
	#sec7 .form_area .select_area p {
		display: inline-block;
		color: #FFF;
		font-weight: bold;
	}
	#sec7 .form_area .select_area p.title {
		display: inline-block;
		font-size: 12px;
		margin-right: 2px;
		vertical-align: top;
		margin-top: 8px;
		width: 100px;
	}
	#sec7 .form_area .select_area.select_area2 p.title {
		margin-top: 8px;
	}
	#sec7 .form_area .select_area p.unit {
		font-size: 12px;
		margin-left: 2px;
	}
	#sec7 .form_area .select-wrap {
		display: inline-block;
		position: relative;
		background: #FFF;
	}
	#sec7 .form_area .select-wrap select {
		background-color: transparent;
		height: 30px;
		width: 175px;
		padding: 0 0 0 12px;
		border-radius: 0;
		position: relative;
		z-index: 100;
		box-sizing: border-box;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		font-size: 20px;
		font-weight: bold;
		border: none;
		color: #333;
	}
	#sec7 .form_area .select-wrap select#period {
		width: 175px;
	}
	#sec7 .form_area .select-wrap:before {
		display: block;
		position: absolute;
		content: '';
		background-color: #999;
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
	}
	#sec7 .form_area .select-wrap:after {
		display: block;
		position: absolute;
		content: '';
		border-width: 6px 4px 0;
		border-style: solid;
		border-color: #fff transparent transparent;
		top: 13px;
		right: 11px;
	}
	#sec7 .form_area .btn_cal {
		float: none;
		margin-left: 0;
		width: 220px;
		margin: 0 auto;
		cursor: pointer;
		margin-top: 20px;
	}
	#sec7 .graph_area {
		background: #EEE;
		padding: 0 0 20px 0;
	}
	#sec7 .graph_area .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 20px;
	}
	#sec7 .graph_area ul.tab_area {
		margin: 0;
		font-size: 0;
		margin-bottom: 20px;
	}
	#sec7 .graph_area ul.tab_area li {
		display: block;
		width: 89.3%;
		padding: 5px 0;
		vertical-align: bottom;
		margin-left: 0;
		margin: 0 auto;
		cursor: pointer;
		border-radius: 4px;
		margin-bottom: 10px;
	}
	#sec7 .graph_area ul.tab_area li.selected {
		background: #FFF;
		padding: 5px 0;
		color: #DF0000;
		margin-bottom: 10px;
	}
	#sec7 .graph_area ul.tab_area li:first-child {
		width: 89.3%;
		margin-left: 0;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	#sec7 .graph_area ul.tab_area li p {
		font-size: 12px;
	}
	#sec7 .graph_area ul.tab_area li span.main {
		font-size: 18px;
		font-weight: bold;
	}
	#sec7 .graph_area .graph_area_main {
		background: #FFF;
		padding-top: 30px;
		overflow: hidden;
	}
	#sec7 .graph_area .graph_area_main .table_box {
		width: 89.3%;
		background: #FFF;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#sec7 .graph_area .graph_area_main .table_box .box {
		box-sizing: border-box;
		border: none;
		border-left: none;
		text-align: right;
		font-size: 16px;
		font-weight: bold;
		width: 100%;
		line-height: 1.4;
		float: none;
		margin-bottom: 10px;
	}
	#sec7 .graph_area .graph_area_main .table_box .box:first-child {
		border: none;
	}
	#sec7 .graph_area .graph_area_main .table_box .box p.title {
		height: auto;
		padding: 0;
		box-sizing: border-box;
		line-height: 1.4;
		border-bottom: none;
		display: inline-block;
		vertical-align: auto;
		width: auto;
		text-align: left;
		float: left;
		max-width: 50%;
		font-size: 12px;
	}
	#sec7 .graph_area .graph_area_main .table_box .box p.title span.s {
		font-size: 10px;
	}
	#sec7 .graph_area .graph_area_main .table_box .box p.amount {
		padding: 5px 10px;
		box-sizing: border-box;
		float: right;
	}
	#sec7 .graph_area .graph_area_main .table_box .box .num {
		font-size: 20px;
	}
	#sec7 .bars.sp_bars {
		position: absolute;
		height: 362px;
		margin: 0 auto;
		bottom: 0;
		width: 2.666%;
	}
	#sec7 .bars.sp_50year {
		width: 1.566%;
	}
	#sec7 .bars.sp_30year {
		width: 1.977%;
	}
	#sec7 .bars.sp_20year {
		width: 2.666%;
	}
	#sec7 .bars.sp_10year {
		width: 5.4%;
	}
	#sec7 .bars.sp_5year {
		width: 10.8%;
	}
	#sec7 {
		overflow: hidden;
	}
	#sec7 .bar_area {
		position: relative;
		margin-left: 12.8%;
		width: 100%;
	}
	#sec7 .bar_area.sp_10year {
		margin-left: 14.4%;
	}
	#sec7 .bar_area.sp_5year {
		margin-left: 14.4%;
	}
	#sec7 .arrow {
		background: #FFF;
		height: 100px;
		position: absolute;
		opacity: 1.0;
		transition: all 300ms 0s ease;
	}
	#sec7 .arrow:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -1px;
	}
	#sec7 .arrow:before {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
	}
	#sec7 .tax_win {
		position: absolute;
		padding: 0px;
		background: #E50000;
		border-radius: 4px;
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		width: 200px;
		box-sizing: border-box;
		text-align: center;
		transition: opacity 300ms 0s ease;
		opacity: 0;
	}
	#sec7 .tax_win span {
		font-size: 16px;
	}
	#sec7 .tax_win .point {
		position: absolute;
		right: -2px;
		bottom: -5px;
	}
	#sec7 .link_disclaim {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
		font-size: 12px;
		text-align: center;
	}
	#sec7 .triangle img {
		width: 60px;
	}
	#sec7 .notes {
		font-size: 10px;
		margin-top: 10px;
		padding: 0 30px;
	}
	#sec7 .graph_area .exp {
		text-align: left;
		margin-left: 10px;
		margin-bottom: 30px;
		font-size: 12px;
	}
}
</pre></body></html>