@charset "utf-8";

#main_content .box .nencho_list {
	padding: 0 0 30px;
}
#main_content .box .nencho_list li {
	border-bottom: 1px solid #ACACAC;
}
#main_content .box .nencho_list li:first-child {
	border-top: 1px solid #ACACAC;
}
#main_content .box .nencho_list a {
	color: #00A0EA;
	display: block;
	background: url(../../common/images/mark_arow.png) no-repeat;
	background-size: 4px auto;
	font-size: 15px;
	line-height: 1;
}

#main_content .info_box {
	background: #FFF2DC;
	font-size: 14px;
	padding: 20px;
	margin-bottom: 20px;
}
#main_content .info_box li {
	position: relative;
	padding-left: 1.3em;
}
#main_content .info_box li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

#main_content * + .sec_box {
	margin-top: 40px;
}
#main_content .sec_stit {
	font-weight: bold;
	border: 1px solid #D2D1D1;
	border-radius: .3em;
	padding: .75em 2.5em .5em 1em;
	margin: 15px 0;
	position: relative;
}
#main_content .sec_stit::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5em;
	width: .5em;
	height: .5em;
	margin-top: -.25em;
	border-right: 3px solid #00a0ea;
	border-bottom: 3px solid #00a0ea;
	transform: rotate(45deg) translateY(-50%);
	transition: .5s;
}
#main_content .sec_stit:hover,
#main_content .sec_stit.open {
	background: #E3F4FC;
	border-color: #00a0ea;
}
#main_content .sec_stit.open::before {
	right: 1em;
	margin-top: -.5em;
	transform: rotate(-135deg) translateY(-50%);
}
#main_content .trigger_target.nencho_list > li:first-child {
	border-top: none;
}
#main_content .trigger_target.nencho_list > li {
	border-bottom-color: #D2D1D1;
}
#main_content .graf_box {
	margin-top: 20px;
}
#main_content .graf_img {
	padding-bottom: 20px;
}
#main_content .graf_img img {
	max-width: 100%;
}
#main_content .list > li {
	position: relative;
	padding-left: 1.3em;
}
#main_content .list.custom_2 > li {
	padding-left: 2em;
}
#main_content .list.custom_3 > li {
	padding-left: 3em;
}
#main_content .list.custom_4 > li {
	padding-left: 4em;
}
#main_content .list > li::before,
#main_content .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#main_content .list.smldot > li::before {
	content: "・";
}

#main_content .nencho_table {
	width: 100%;
	overflow-x: auto;
}
#main_content .nencho_table a {
	color: #00a0ea;
	text-decoration: underline;
}
#main_content .nencho_table a:hover {
	text-decoration: none;
}
#main_content .nencho_table a:visited {
	color: #005bac;
}
#main_content .nencho_table_cap {
	text-align: right;
	margin-bottom: .5em;
}
#main_content .nencho_table table {
	width: auto;
	min-width: 100%;
	table-layout: auto;
	margin-bottom: 1em;
}
#main_content .nencho_table table tr > * {
	border: 1px solid #8ea5af;
	vertical-align: middle;
	font-weight: normal;
	line-height: 1.4;
	padding: .5em;
}
#main_content .nencho_table table tr > * sup {
	font-size: 75%;
}
#main_content .nencho_table table thead tr > * {
	background: #d9f1fc;
	padding: .25em .5em;
	white-space: nowrap;
}
#main_content .nencho_table table tbody tr > * {
	font-size: 14px;
}
#main_content .nencho_table table tbody tr > th {
  text-align: center;
}
#main_content .nencho_table table tbody tr > ._month .fs_small {
	font-size: 90%;
}
#main_content .nencho_table table tbody tr > ._price {
	text-align: right;
}
#main_content .nencho_table table tbody tr > ._pdf img {
	display: inline-block;
	width: 1em;
	margin-right: .5em;
}
#main_content .nencho_table table tbody tr > ._minaoshi {
	text-align: center;
	background: #fff2dc;
}




@media only screen and (max-width: 768px) {
	#main_content .box > p {
		padding: 0 3%;
	}
	#main_content .box .nencho_list a {
		background-position: 4% 50%;
		padding: 15px 3% 14px 8%;
	}
	
	#main_content .info_box {
		padding: 20px 4%;
		margin-bottom: 0;
	}
	
	#main_content .sec_stit {
		font-size: 16px;
		margin: 10px 0;
	}
	
	#main_content .graf_img {
		overflow-x: auto;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#main_content .graf_img img {
		width: auto;
		max-width: none;
		height: 70vw;
	}
	
	#main_content .nencho_table table thead tr > * {
		background: #ccecfb;
		padding: .25em;
		font-size: 12px;
	}
	#main_content .nencho_table table tbody tr > * {
		font-size: 13px;
	}
	#main_content .nencho_table table tbody tr > th {
		width: 2em;
		word-break: break-all;
	}
	#main_content .nencho_table table tbody tr > ._month {
		white-space: nowrap;
	}
	#main_content .nencho_table table tbody tr > ._month .fs_small {
		font-size: 80%;
		white-space: normal;
	}
	#main_content .nencho_table table tbody tr > ._pdf {
		text-align: center;
		white-space: nowrap;
	}
	#main_content .nencho_table table tbody tr > ._pdf img {
		display: block;
		margin: 0 auto .25em; 
	}






}


@media only screen and (min-width: 769px) {
	#main_content .box .nencho_list a {
		background-position: 10px 50%;
		padding: 15px 0 14px 25px;
		transition: .5s ease;
	}
	#main_content .box .nencho_list a:hover {
		background-color: #F7F8F8;
	}
	















}