@charset "UTF-8";




@media (max-width: 768px) {
	.pc-only {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.sp-only {
		display: none !important;
	}
}

#sec5 {
	font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;font-size:1pc;color:#333;-webkit-font-smoothing:antialiased
}
#sec5 p {
	margin: 0;
}

#sec5 .box {
  background-color: #fff;
  padding: 0;
}
.sec5_graf {
  margin-top: 25px;
}

#sec5 .graph_area {
	background:#EEE;
	padding:50px 0 80px 0;
	opacity:.5
}
#sec5 .graph_area.show {
	opacity:1.0;
	transition: all 300ms 0s ease;
}
#sec5 .graph_area .graph_area_main .table_box .box p.title {
	height:87px;
	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;
}
#sec5 .graph_area .graph_area_main .table_box .box p.title span.s {
	font-size:12px;
}
#sec5 .graph_area .graph_area_main .table_box .box p.amount {
	padding:5px 10px;
	box-sizing:border-box;
}
#sec5 .graph_area .graph_area_main .table_box .box .num {
	font-size:30px;
}
#sec5 .graph_area .exp {
	text-align:left;
	margin-left:30px;
	margin-bottom:30px;
}
#sec5 .graph_area .exp li {
	display:inline-block;
	margin-left:10px;
}
#sec5 .graph_area .exp li:before {
	content:'';
	width:10px;
	height:10px;
	display:inline-block;
	background:#CCC;
	margin-right:5px;
}
#sec5 .graph_area .exp li:first-child:before {
	background:#E20000;
}
#sec5 .graph_area .graph {
	position:relative;
	height:362px;
}
#sec5 .graph_area .graph_year {
	background:#EEE;
}

.graph_area .marked-list--ordered-kome {
	margin: 10px 15px 0px;
	padding: 0;
}
.graph_area .marked-list--ordered-kome > li {
	padding-left: 2.2em;
}
.graph_area .marked-list > li {
	list-style: none;
	position: relative;
	font-size: 12px;
}
.graph_area .marked-list--ordered-kome > li::before {
    counter-increment: list-counter;
    content: "※" counter(list-counter);
}
.graph_area .marked-list > li::before {
    position: absolute;
    left: 0;
    font-weight: inherit;
}
.graph_area .marked-list > li {
    position: relative;
    font-size: 12px;
}

#sec5 .bars {
	position:absolute;
	height:362px;
	margin:0 auto;
	bottom:0;
	width:30px;
}
#sec5 .bars.pc_20year {
	width:30px;
}
#sec5 .bars.pc_10year {
	width:60px;
}
#sec5 .bars.pc_5year {
	width:120px;
}
#sec5 .red_bar {
	background:#E20000;
	width:100%;
	height:362px;
	position:absolute;
	bottom:0;
	transform-origin: bottom center;
	transform:scaleY(0);
	transition: all 300ms 0s ease;
}
#sec5 .grey_bar {
	background:#CCC;
	width:100%;
	height:362px;
	position:absolute;
	transform-origin: bottom center;
	transform:scaleY(0);
	transition: all 300ms 0s ease;
}
#sec5 .white_line {
	position:absolute;
	width:100%;
	border-top:dotted 2px #FFF;
	top:0;
}
#sec5 .bar_area {
	position:relative;
	width:935px;
	height:362px;
	margin-left: 32px;
}

#sec5 .bar_area .pc_5year {
	margin-left: 35px;
}
#sec5 .arrow {
	/*
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	*/
	width:2px;
	background:#FFF;
	height:100px;
	position:absolute;
	opacity:1.0;
	transition: all 300ms 0s ease;
	left:50%;
}
#sec5 .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;
}
#sec5 .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;
}
#sec5 .tax_win {
	position:absolute;
	padding:10px 15px;
	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;
}
	#sec5 .tax_win {
		padding:10px 5px;
		width:290px;
	}
#sec5 .tax_win span {
	font-size:22px;
}
#sec5 .tax_win .point {
	position:absolute;
	right: -2px;
	bottom: -2px;
}
#sec5 .bg_area {
	position:absolute;
	width:100%;
	height:100%;
}
#sec5 .graph_num {
	position:absolute;
	font-size:12px;
	color:#999999;
	left:5px;
}
#sec5 .line {
	position:absolute;
	height:1px;
	width:100%;
	background:#CCC;
}
#sec5 .notes {
	font-size: 14px;
	margin-top: 20px;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
#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%;
}
#sec5 .plan_area {
	background:#EEE;
}
#sec5 .plan_area .inner {
	width:1000px;
	background:#FFF;
	margin:0 auto;
	text-align:center;
	padding:40px 60px;
	box-sizing:border-box;
}
#sec5 .plan_area h3 {
	font-size:24px;
	margin-bottom:20px;
	line-height:1;
}
#sec5 .plan_area p {
	margin-bottom:20px;
}
#sec5 .plan_area p.notes {
	margin:0px;
	text-align:left;
}
#sec5 .plan_area .plan {
	display:none;
}
#sec5 .link_disclaim {
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	font-size:14px;
}
#sec5 .link_disclaim a{
	color: #df0000;
	text-decoration: underline;
}
#sec5 .triangle {
	text-align:center;
	/* padding-bottom:10px; */
	position: relative;
	background:#EEE;
}
#sec5 .triangle img {
	position: absolute;
	left: 45%;
	z-index: 1;
}

@media (max-width: 768px), (min-width: 769px) {
	#sec5 h2.title {
		height: auto;
		padding-top: 60px;
		padding-bottom:60px;
		background: #E20000;
		text-align: center;
		margin: 0;
		text-align:center;
		padding-top: 20px;
		padding-bottom:20px;
	}
	#sec5 h2.title img {
		width:86.66%;
	}
	#sec5 .form_area {
		background:#E79F96;
		padding:20px 0;
		position: relative;
		z-index: 1;
	}
	#sec5 .form_area .inner {
		width:305px;
		margin:0 auto;
		position: relative;
		z-index: 10;
	}
	#sec5 .form_area .select_area {
		float:none;
		margin-bottom:10px;
	}
	#sec5 .form_area .select_area.select_area2 {
		margin-left:0;
	}
	#sec5 .form_area .select_area p {
		display:inline-block;
		color:#FFF;
		font-weight:bold;
	}
	#sec5 .form_area .select_area p.title {
		font-size:12px;
		line-height:1.4;
		margin-right:2px;
		vertical-align:top;
		margin-top:8px;
		width:100px;
	}
	#sec5 .form_area .select_area.select_area2 p.title {
		margin-top:8px;
	}
	#sec5 .form_area .select_area p.unit {
		font-size:12px;
		margin-left:2px;
	}
	#sec5 .form_area .select-wrap {
		display:inline-block;
		position:relative;
		background:#FFF;
	}
	#sec5 .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;
	}
	#sec5 .form_area .select-wrap select#period {
		width: 175px;
	}
	#sec5 .form_area .select-wrap:before {
		display: block;
		position: absolute;
		content: '';
		background-color: #999;
		width: 30px;
		height: 30px;
		top: 0;
		right: 0;
	}
	#sec5 .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;
	}
	#sec5 .form_area .btn_cal {
		float:none;
		margin-left:0;
		width:220px;
		margin:0 auto;
		cursor:pointer;
		margin-top:20px;
	}
	#sec5 .graph_area {
		background:#EEE;
		padding:0 0 20px 0;
	}
	#sec5 .graph_area .inner {
		width:100%;
		margin:0 auto;
		padding:0 0 20px;
	}
	#sec5 .graph_area ul.tab_area {
		margin:0;
		padding: 0;
		font-size:0;
		margin-bottom:20px;
		padding-top: 33px;
	}
	#sec5 .graph_area ul.tab_area li {
		display:block;
		background:#DDD;
		width:89.3%;
		padding:5px 0;
		text-align:center;		
		/* vertical-align:bottom; */
		margin-left:0;
		margin:0 auto;
		cursor:pointer;
		border-radius:4px;
		margin-bottom:10px;
	}
	#sec5 .graph_area ul.tab_area li.selected {
		background:#FFF;
		padding:5px 0;
		color:#DF0000;
		margin-bottom:10px;
	}
	#sec5 .graph_area ul.tab_area li:first-child {
		width:89.3%;
		margin-left:0;
		margin:0 auto;
		margin-bottom: 10px;
	}
	#sec5 .graph_area ul.tab_area li p {
		font-size:12px;
	}
	#sec5 .graph_area ul.tab_area li span.main {
		font-size:18px;
		font-weight:bold;
	}
	#sec5 .graph_area .graph_area_main {
		background:#FFF;
		padding-top:30px;
		overflow:hidden;
	}
	#sec5 .graph_area .graph_area_main .table_box {
		width:100%;
		background:#FFF;
		margin:0 auto;
		margin-bottom:20px;
	}
	#sec5 .graph_area .graph_area_main .table_box .box {
		box-sizing:border-box;
		border:none;
		border-left:none;
		/* text-align:right; */
		text-align: start;
		font-size:16px;
		font-weight:bold;
		width:100%;
		line-height:1.4;
		float:none;
		margin-bottom:10px;
	}
	#sec5 .graph_area .graph_area_main .table_box .box:first-child {
		border:none;
	}
	#sec5 .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: 15px;
	}
	#sec5 .graph_area .graph_area_main .table_box .box p.title span.s {
		font-size:10px;
	}
	#sec5 .graph_area .graph_area_main .table_box .box p.amount {
		padding:5px 10px;
		box-sizing:border-box;
		float:right;
	}
	#sec5 .graph_area .graph_area_main .table_box .box .num {
		font-size:20px;
	}
	#sec5 .graph_year img{
		max-width:100%;height:auto;border:0
	}
	#sec5 .bars.sp_bars {
		position:absolute;
		height:362px;
		margin:0 auto;
		bottom:0;
		width:2.666%;
	}
	#sec5 .bars.sp_20year {
		width:2.666%;
	}
	#sec5 .bars.sp_10year {
		width:5.4%;
	}
	#sec5 .bars.sp_5year {
		width:10.8%;
	}
	#sec5 {
		overflow:hidden;
	}
	#sec5 .bar_area {
		position:relative;
		margin-left:12.8%;
		width:100%;
	}
	#sec5 .bar_area .sp_10year {
		margin-left:1%;
	}
	#sec5 .bar_area .sp_5year {
		margin-left:1.8%;
	}
	#sec5 .arrow {
		background:#FFF;
		height:100px;
		position:absolute;
		opacity:1.0;
		transition: all 300ms 0s ease;
	}
	#sec5 .arrow:after {
		content:"";
		display:block;
		position:absolute;
		bottom:-1px;
	}
	#sec5 .arrow:before {
		content:"";
		display:block;
		position:absolute;
		top:-1px;
	}
	#sec5 .tax_win {
		position:absolute;
		padding:5px 10px;
		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;
	}
	#sec5 .tax_win span {
		font-size:16px;
	}
	#sec5 .tax_win .point {
		position:absolute;
		right:-2px;
		bottom:-2px;
	}
	#sec5 .plan_area .inner {
		width:100%;
		background:#FFF;
		margin:0 auto;
		text-align:center;
		padding:20px;
		box-sizing:border-box;
	}
	#sec5 .plan_area h3 {
		font-size:16px;
		margin-bottom:10px;
		line-height:1;
	}
	#sec5 .plan_area p {
		font-size:12px;
		margin-bottom:10px;
	}
	#sec5 .plan_area p.notes {
		margin:0px;
		text-align:left;
	}
	#sec5 .link_disclaim {
		width:100%;
		margin:0 auto;
		margin-top:10px;
		font-size:12px;
		text-align:center;
	}
	#sec5 .triangle img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 120px;
		top: -30px;
		z-index: 0;
	}
	#sec5 .plan_area .plan figure img {
		width:238px;
	}
	#sec5 .notes {
		font-size: 10px;
		margin-top: 10px;
		padding: 0 30px;
	}
	nav ul {
		float: none;
	}
	nav #nav-sec5 {
		float: none;
		margin-left: auto;
		margin-top: 20px;
		text-align:center;
	}
	#sec1 .text04 {
		width:50%;
		margin:0 auto;
		margin-top: 20px;
		margin-bottom:20px;
		opacity: 0;
	}
	#sec5 .graph_area .exp {
		text-align:left;
		margin-left:10px;
		margin-bottom:50px;
		font-size:12px;
		padding: 0;
	}

  #sec5 .graph_area .graph_area_main .table_box .box p.title span.s {
    font-size: 11px;
  }
	#sec5 .graph_area .graph_area_main .table_box .box p.amount {
    font-size: 21px;
  }

	#sec5 .box {
    background-color: #fff;
    padding: 0;
  }
}









