@charset "utf-8";
.pc_view {
	display: none !important;
}
.sp_view {
	display: initial !important;
}
.mt_0 { margin-top:0; }
.mt_5 { margin-top:5px; }
.mt_10 { margin-top:10px; }
.mt_20 { margin-top:20px; }
.mt_30 { margin-top:30px; }
.mt_40 { margin-top:40px; }
.mt_50 { margin-top:50px; }

.mb_0 { margin-bottom: 0; }
.mb_5 { margin-bottom: 5px; }
.mb_10 { margin-bottom: 10px; }
.mb_20 { margin-bottom: 20px; }
.mb_25 { margin-bottom: 25px; }
.mb_30 { margin-bottom: 30px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.mb_60 { margin-bottom: 60px; }
.mb_100 { margin-bottom: 100px; }

.indent { text-indent: 1em; }
p.text_indent_1, .text_indent_1 li { text-indent: -1em; margin-left: 1em; }
p.text_indent_2, .text_indent_2 li { text-indent: -2em; margin-left: 2em; }
.underline { text-decoration: underline; }
.fw_normal { font-weight: normal; }

.img_floatL { float: left; margin-right: 20px; margin-bottom: 10px; }
.img_floatR { float: right; margin-left: 20px; margin-bottom: 10px; }

.fs11 { font-size: 11px !important; }
.fs12 { font-size: 12px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
.fs21 { font-size: 21px !important; }
.fs22 { font-size: 22px !important; }
.fs24 { font-size: 24px !important; }

.inline { display: inline-block; }

.disable { pointer-events: none; }

.letter_space_sm { letter-spacing: -.01em; }

@media screen and (min-width:960px) {
	.pc_view {
		display: initial !important;
	}
	.sp_view {
		display: none !important;
	}
}

/*----------------------------------------------
	hokuden
---------------------------------------------*/
strong.font_normal {
	font-weight: normal;
}
.font_bold {
	font-weight: bold;
}
.text_red {
	color: #cd5037;
}
.font_80 {
	font-size: 80%;
}
.font_90 {
	font-size: 90%;
}
.font_110 {
	font-size: 110%;
}
.font_120 {
	font-size: 120%;
}
.text_sup {
	vertical-align: super;
	font-size: 80%;
}
.text_sub {
	vertical-align: sub;
	font-size: 80%;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.word_break {
	word-break: break-all;
}
.no_wrap {
	word-break: keep-all;
}
/*** block_skip ***/
/* Block Skip */
.block_skip {
	z-index: 9999;
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 100%;
}
.block_skip a {
	display: block;
	width: 100%;
	min-width: 1000px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1px;
	cursor: default;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	position: absolute;
}
.block_skip a:hover {
	text-decoration: underline;
}
.block_skip a.show {
	background: #666;
	color: #fff;
	height: 2em;
	padding: 5px 0;
	font-size: 90%;
	line-height: 1.3;
	cursor: pointer;
	position: relative;
}
.popup .block_skip a {
	min-width: inherit;
}
.reader {
	font-size: 1px !important;
	position: absolute;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
}

/*----------------------------------------------
	.caption
---------------------------------------------*/
.caption {
	font-size: 1.2rem;
}
@media screen and (min-width:960px) {
	.caption {
		font-size: 1.4rem;
	}
	.input_caption:first-child {
		width: 32%;
		float: left;
	}
	.input_caption:last-child {
		width: 68%;
		float: right;
	}
}

/*----------------------------------------------
	.tagline
---------------------------------------------*/
.tagline_block {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: auto;
}
.tagline_block > * {
	display: table-cell;
	vertical-align: middle;
}
.tagline_txt {
	width: 75%;
}
.tagline_enemo {
	width: 23%;
	text-align: right;
	padding-left: 2%;
}
@media screen and (min-width:600px) and ( max-width:960px) {
	.tagline_block {
		width: 70%;
	}
}
@media screen and (min-width:960px) {
	.tagline_block {
		width: 600px;
		padding-top: 40px;
	}
	.tagline_txt {
		width: 425px;
	}
	.tagline_enemo {
		width: 160px;
	}
}

/*----------------------------------------------
	.start
---------------------------------------------*/
.start_box:not(:last-child) {
	margin-bottom: 20px;
}
.start_box > *:not(:last-child) {
	margin-bottom: 20px;
}
.start_sample {
	text-align: center;
}
.start_input {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	height: 40px;
}
.start_input > input {
	height: 100%;
	font-size: 2rem;
	text-align: right;
	padding: 5px;
	box-sizing: border-box;
}
.start_year {
	width: 49%;
}
.start_month {
	width: 35%;
}
.start_input_txt {
	text-align: center;
	vertical-align: bottom;
	width: 8%;
	padding: 0 1%;
}
@media screen and (min-width:960px) {
	.start_box:not(:last-child) {
		margin-bottom: 40px;
	}
	.start_box > *:first-child {
		width: 690px;
		float: left;
	}
	.start_box > *:last-child {
		width: 460px;
		float: right;
		text-align: right;
	}
	.start_box > * {
		margin-bottom: 0 !important;
	}
	.start_sample {
		float: right;
	}
	.start_input {
		font-size: 2.4rem;
		height: 64px;
	}
	.start_input > input {
		height: 100%;
		font-size: 3rem;
	}
	.start_year {
		width: 13em;
	}
	.start_month {
		width: 7em;
	}
	.start_input_txt {
		width: auto;
		height: 100%;
		padding: 0 10px;
	}
}

/*----------------------------------------------
	.lead
---------------------------------------------*/
.inner_lead_block {
	margin-bottom: 20px;
}
.lead_enemo {
	width: 50px;
	margin: 0 10px 10px;
}
@media screen and (min-width:960px) {
	.inner_lead_block {
		margin-bottom: 40px;
	}
	.lead_enemo {
		width: 80px;
		margin: -60px 90px 0 0;
	}
}

/*----------------------------------------------
	.graph
---------------------------------------------*/
.graph_block {
	margin-top: 20px;
	font-size: 1rem;
}
.graph_controle {
	padding: 10px;
	border-bottom: 1px solid #3a3127;
}
.graph_remark_block {
	margin-top: 10px;
	text-align: center;
}
.graph_remark_box {
	display: inline-block;
	margin-right: 2%;
}
.graph_remark_ttl {
	font-size: 1.2rem;
}
.graph_remark_icon {
	padding: 0 10px;
}
.graph_remark_year {
	float: left;
}
.graph_bar {
	display: block;
	float: right;
	width: 30px;
	height: 6px;
	margin-top: 5px;
	margin-left: 5px;
}
.graph_remark_icon li:first-child .graph_bar {
	background-color: #6dade0;
}
.graph_remark_icon li:nth-child(2) .graph_bar {
	background-color: #6fc48e;
}
.graph_remark_icon li:nth-child(3) .graph_bar {
	background-color: #e4816d;
}
.graph_line {
	display: block;
	float: right;
	width: 30px;
	height: 2px;
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: middle;
	position: relative;
}
.graph_line:before,
.graph_line:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.graph_line:before {
	left: 0;
}
.graph_line:after {
	right: 0;
}
.graph_remark_icon li:first-child .graph_line,
.graph_remark_icon li:first-child .graph_line:before,
.graph_remark_icon li:first-child .graph_line:after {
	background-color: #3886c8;
}
.graph_remark_icon li:nth-child(2) .graph_line,
.graph_remark_icon li:nth-child(2) .graph_line:before,
.graph_remark_icon li:nth-child(2) .graph_line:after {
	background-color: #379f5d;
}
.graph_remark_icon li:nth-child(3) .graph_line,
.graph_remark_icon li:nth-child(3) .graph_line:before,
.graph_remark_icon li:nth-child(3) .graph_line:after {
	background-color: #cd5037;
}
.graph_remark_box > * {
	display: table-cell;
	vertical-align: middle;
}
.graph_btn > p:first-child {
	float: left;
}
.graph_btn > p:last-child {
	float: right;
}
.graph_btn p {
	display: block;
	width: 48%;
	background-color: #d0b881;
	color: #3a3127;
	border: 1px solid #3a3127;
	box-sizing: border-box;
	cursor: pointer;
}
.graph_btn span {
	font-weight: normal;
	/*background-color: transparent;
	border: none;
	outline: none;
	cursor: pointer;*/
}
.graph_wrap {
	position: relative;
	height: 300px;
}
/*王道パターン（影が背景グラデなので画像より上に来ない？）*/
.graph_inner {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	position: absolute;
	top: 0;
	left: 0;

	background: url(../img/bg_shadow_right.png) right 0 repeat-y, url(../img/bg_shadow_left.png) 0 0 repeat-y;
	background-size: 30px 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 3;
}
.graph_inner .graph_img {
	background: url(../img/bg_highlight_right.png) right 0 repeat-y, url(../img/bg_highlight_left.png) 0 0 repeat-y;
	background-size: 60px 100%;
	background-repeat: no-repeat;
	background-attachment: local;
	width: 1040px;
	height: 100%;
	padding: 20px;
}
.graph_inner .graph_img #grapharea {
	margin: 0 auto;
}
.graph_caption {
	background-color: #d0b881;
	color: #3a3127;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #3a3127;
}
@media screen and (min-width:960px) {
	.graph_block {
		font-size: 1.6rem;
	}
	.graph_controle {
		padding: 25px 0 20px;
		margin: 0 30px;
	}
	.graph_remark_block {
		margin-top: 0;
	}
	.graph_remark_box {
		float: left !important;
		margin-right: 20px;
	}
	.graph_remark_ttl {
		font-size: 1.8rem;
	}
	.graph_remark_icon li {
		display: inline-block;
		margin: 0 5px;
		padding-top: 5px;
		vertical-align: middle;
	}
	.graph_bar,
	.graph_line {
		float: none;
	}
	.graph_bar {
		width: 40px;
		height: 10px;
		margin: 0 auto 5px;
	}
	.graph_line {
		width: 40px;
		margin: 3px auto 10px;
	}
	.graph_line:before,
	.graph_line:after {
		width: 10px;
		height: 10px;
	}
	.graph_btn	 {
		float: right;
	}
	.graph_btn p {
		margin-left: 20px;
		width: 120px;
	}
	.graph_btn p:hover {
		opacity: .7;
	}
	.graph_inner .graph_img {
		width: 100%;
	}
	.graph_inner,
	.graph_inner .graph_img {
		background: none;
	}
	.graph_caption {
		display: none;
	}
}
/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
		content:" ";
		display:block;
		clear:both;
}

.show {
	display : block;
}

.hide {
	display : none;
}
