@charset "UTF-8";
/*body.md00 li.next {
  visibility: hidden;
}*/
.pdf_key {
	border: 0;
	padding: 0;
	margin-right: 2px;
	vertical-align: baseline !important;
}
/*タイトル*/
h1.title_indent {
	padding: 10px 0px 5px 0px;
	line-height: 1.4em;
	margin-bottom: 0px;
	font-size: 120%;
	font-weight: bold;
	color: #b51700;
	border-bottom: 2px solid #b51700;
	position: relative
}
h1.title_indent + p {
	padding: 0px;
}
h1.title_indent + h6 {
	padding: 0px;
}
h1.title_indent span {
	display: block;
}
h1.title_indent span.edu_title2 {
	padding-right: 80px;
}
h1.title_indent span:nth-of-type(1) {
	float: left;
	margin-right: 6px;
}
h1.title_indent span:nth-of-type(2) {
	overflow: hidden;
}
h1 nav {
	position: absolute;
	right: 0;
	bottom: 5px
}
.set_radius, .set_radius a {
	border-radius: 20px !important
}
@media print, screen and (min-width: 768px) {
	h2 {
		min-width: 930px;
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 40px 10px;
		font-size: 170%;
		font-weight: bold;
		line-height: 1.2em;
	}
}
@media screen and (min-width:0px) and (max-width:767px) {
	h2 {
		width: 100%;
		margin: 0 auto;
		padding: 30px 10px 10px;
		font-size: 160%;
		font-weight: bold;
		line-height: 1.2em;
	}
}
h2 span.edu_title {
	display: inline-block;
	margin-right: 40px;
}
h2 span.link {
	display: inline-block;
	line-height: 1.2em;
	font-size: 10px;
	padding-left: 38px;
	font-weight: normal;
	background-image: url("../images/common/icon02.png");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: left center;
}
h2 a:hover span {
	text-decoration: underline;
}
@media screen and (min-width:0px) and (max-width:767px) {
	h2 span.edu_title {
		display: inline-block;
		margin-right: 20px;
	}
}
@media print, screen and (min-width: 401px) {
	.rdlist li {
		margin: 5px 0px 5px;
		padding: 0;
	}
}
@media screen and (max-width: 400px) {
	.rdlist li {
		margin: 5px 0px 5px;
		padding: 0;
	}
}
@media print, screen and (min-width: 1026px) {
	.pdf_box {
		width: 350px;
	}
	.pdf_box2 {
		width: 100%;
	}
	.pdf_box2 a img {
		width: 45% !important;
		float: left;
		margin-left: 0.5em;
		margin-bottom: 0.5em
	}
	p.ch_box {
		font-size: 80%;
		padding-left: 1em;
	}
}
@media screen and (min-width:641px) and (max-width:1025px) {
	.pdf_box {
		width: 300px;
	}
	.pdf_box2 {
		width: 100%;
	}
	.pdf_box2 a img {
		width: 45% !important;
		float: left;
		margin-left: 0.5em;
		margin-bottom: 0.5em
	}
	p.ch_box {
		font-size: 80%;
		padding-left: 1em;
	}
}
@media screen and (min-width:501px) and (max-width:640px) {
	.pdf_box {
		width: 250px;
	}
	.pdf_box2 {
		width: 100%;
	}
	.pdf_box2 a img {
		width: 45% !important;
		float: left;
		margin-left: 0.5em;
		margin-bottom: 0.5em
	}
	p.ch_box {
		font-size: 80%;
		padding-left: 1em;
	}
}
@media screen and (max-width: 500px) {
	.pdf_box {
		width: 100% !important
	}
	.pdf_box2 {
		width: 100%;
	}
	.pdf_box2 a img {
		margin-top: 5px;
		width: 100%;
	}
	p.ch_box {
		font-size: 80%;
		padding-left: 0em;
	}
}
/*画面ビジュアル*/
.pdf_box, .pdf_box2 {
	display: inline-block;
	float: right;
	margin: 30px 0px 10px 20px;
	text-align: center;
}
.pdf_box img {
	border: 1px solid #BABABA;
	padding: 10px;
	width: 100%;
}
.pdf_box2 a img {
	border: 1px solid #BABABA;
	padding: 10px;
}
.pdf_box a:hover img, .pdf_box2 a:hover img {
	opacity: .7;
}
/*PDFダウンロードボタン*/
.pdf_bt a {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
	border-radius: 25px;
	color: #fff !important;
	font-weight: bold;
	background-color: #FF0206;
	border: 2px solid #FF0206;
	text-decoration: none !important;
}
.pdf_bt a:hover {
	background-color: #FFF;
	color: #FF0206 !important;
}
a .pdf-icon2 {
	display: inline-block;
	background-image: url("../images/common/icon03.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 22px;
	height: 22px;
	vertical-align: text-bottom;
	margin-right: 4px;
}
a:hover .pdf-icon2 {
	display: inline-block;
	background-image: url("../images/common/icon04.png");
}
/*
 p.txt_top{
margin-top: 30px;
}*/
div.pdf_box + P {
	margin-top: 10px !important;
}
div.pdf_box + ul {
	margin-top: 10px !important;
}
div.pdf_box + h6 {
	margin-top: 10px !important;
	display: block;
	text-indent: 0;
	padding: 0;
	margin-bottom: 0 !important
}
div.pdf_box + h6 + P {
	margin-top: 0 !important;
}
div.edu_cont_box p.txt_top {
	margin-top: 10px !important;
}
ul.newlist {
	margin: 20px 0;
}
ul.newlist li {
	line-height: 1.6em;
	background-image: none !important;
	text-align: justify !important;
	text-justify: distribute !important;
	
}
ul.newlist > li > a span, ul.newlist > li ul li > a span {
	display: block;
}
ul.newlist > li > a span:nth-child(1) {
	float: left;
	margin: 0.5em 0.6em 0 2em;
	width: 8px; /*幅*/
	height: 8px; /*高さ*/
	background-color: #b51700;
}
@media screen and (min-width:0px) and (max-width:767px) {
	ul.newlist > li > a span:nth-child(1) {
		float: left;
		margin: 0.5em 0.6em 0 1em;
		width: 8px; /*幅*/
		height: 8px; /*高さ*/
		background-color: #b51700;
	}
}
ul.newlist > li > a span:nth-child(2), ul.newlist > li > span:nth-child(2) {
	overflow: hidden;
	padding-right: 1em;
}
ul.newlist > li > a:hover {
	font-weight: bold;
	color: #b51700;
	text-decoration: none;
}
ul.newlist li.sub_list_title {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 8px;
}
/*コンテンツ内リスト*/
ul.newlist2 {
	margin: 0px 0px !important;
}
ul.newlist2 li {
	font-size: 110%;
	line-height: 1.6em;
}
ul.newlist2 li.subtitle {
	padding-left: 1em;
}
ul.newlist2 li.chtxt {
	font-size: 90%;
}
ul.newlist2 > li > span, ul.newlist2 > li ul li > span {
	display: block;
}
ul.newlist2 > li span:nth-child(1) {
	float: left;
	width: 1em; /*幅*/
	margin: 0em 0em 0em 1em;
}
ul.newlist2 > li > span:nth-child(2) {
	overflow: hidden;
	padding-right: 1em;
}
/*list3*/
ul.newlist3 {
	margin: 0px 0px !important;
}
ul.newlist3 li {
	font-size: 110%;
	line-height: 1.6em;
	position: relative;
	padding-left: 2em;
	pointer-events: none;
}
ul.newlist3 li.subtitle {
	padding-left: 1em;
}
ul.newlist3 li.chtxt {
	font-size: 90%;
}
ul.newlist3 > li > span, ul.newlist3 > li ul li > span {
	display: inline;
}
ul.newlist3 > li span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0em;
	width: 1em; /*幅*/
	margin: 0em 0em 0em 1em;
}
ul.newlist3 > li > span:nth-child(2) {
	overflow: hidden;
	padding-right: 1em;
}
h6 {
	font-size: 110%
}
h6 + ul.newlist2 {
	margin-bottom: 20px !important;
}
/*コンテンツ内リスト風pタグ*/
.list_set {
	margin: 0em 0.5em 0em 1.8em;
	position: relative;
}
.list_set span.dot {
	position: absolute;
	top: 0;
	left: -1em;
}
p.subtxt {
	font-size: 80%;
	
}
ol li i{

}
h3 {
	display: inline;
	font-size: 110%;
	font-weight: bold;
}
h3 span {
	line-height: 1.4em;
	background-image: none !important;
	text-align: justify !important;
	text-justify: distribute !important;
	display: block;
}
h3 > span:nth-child(1) {
	float: left;
	margin: 0.5em 0.6em 0.5em 0em;
	width: 8px; /*幅*/
	height: 8px; /*高さ*/
	background-color: #b51700;
}
h3 > span:nth-child(2) {
	overflow: hidden;
	padding-right: 0.5em;
	font-weight: bold;
	color: #b51700;
	line-height: 1.4em;
}
.edu_cont_box {
	padding-bottom: 50px;
	border-bottom: 1px solid #BEBEBE;
	margin-bottom: 20px;
	position: relative;
}
div.edu_cont_box div.pdf_box {
	margin-top: 10px;
}
.edu_cont_box ol {
	list-style: decimal;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: 0px;
	padding-left: 2em;
	margin-top: 5px;
}
.edu_cont_box ol li {
	word-wrap: break-word;
	
}
.edu_cont_box ol a {
	text-decoration: underline;
	word-break: break-all;
}
.edu_cont_box ol.no_style {
	list-style: none;
	padding-left: 0.5em;
}
.edu_cont_box p.ch_title {
	font-size: 14px;
	margin: 5px 0px 0 0.5em;
}
.edu_cont_box ul.newlist2 + P, .edu_cont_box ul.newlist3 + P {
	margin-top: 1em;
}
.edu_cont_box ul.newlist2 + h6, .edu_cont_box ul.newlist3 + h6 {
	margin-top: 1em;
}
/*目次へボタン*/
.ind_bt a {
	position: absolute;
	right: 0;
	bottom: 15px;
	border: 1px solid #FF0206;
	font-size: 12px !important;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
	text-decoration: none !important;
	background-color: #FFF;
	color: #FF0206 !important;
}
.ind_bt a:hover {
	color: #fff !important;
	background-color: #FF0206;
}
a .ind-icon2 {
	display: inline-block;
	background-image: url("../images/common/ed_back_red.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
	margin-right: 4px;
}
a:hover .ind-icon2 {
	display: inline-block;
	background-image: url("../images/common/ed_back_white.png");
}
.ml1{
margin-left: 1em;
}
.list-ind1{
margin-left: 1.5em;
margin-bottom: 8px;
}

/*////////////////////////////////////////*/
/*////////////////////////////////////////*/