/* CSS Document */
@media (max-width: 459px) {
.box__download {
	padding: 100px 0;
}

.pdf{
	background-image: url("../img/dl_pdf.png");
	background-position: left ;
	background-size: 30px 33px;
	background-repeat: no-repeat;
	color: #34478b;
	padding-left: 45px;
	font-size: 1.4rem;
	line-height: 40px;
}
	
.box__download h3{
	background-color:  #34478b;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	height: 33px;
	line-height: 33px;

}

.box__download .box{
	color: #3e3a39;
	text-align:left;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	padding: 0 10px ;

}

.box__download .box .txt01{
	float: left;
	margin-top: 10px;
	
	}
	
.box__download .box .txt02{
	float: left;
	margin-top: 10px;
	}
	
.box__download .box .dl{
	background-image: url("../img/dl_pdf.png");
	background-position: left top;
	background-size: 21px 23px;
	background-repeat: no-repeat;
	line-height: 23px;
	padding-left:25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #595757;
	clear: both;
	}


}

@media screen and  (min-width: 460px) and (max-width: 767px) {	
.box__download {
	padding: 100px 0;
}

.pdf{
	background-image: url("../img/dl_pdf.png");
	background-position: left ;
	background-size: 30px 33px;
	background-repeat: no-repeat;
	color: #34478b;
	padding-left: 45px;
	font-size: 1.4rem;
	line-height: 40px;
}
	
.box__download h3{
	background-color:  #34478b;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	height: 33px;
	line-height: 33px;

}

.box__download .box{
	color: #3e3a39;
	text-align:left;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	padding: 0 10px ;

}

.box__download .box .txt01{
	width: 25%;
	float: left;
	margin-top: 10px;
	
	}
	
.box__download .box .txt02{
	width: 75%;
	float: left;
	margin-top: 10px;
	}
	
.box__download .box .dl{
	background-image: url("../img/dl_pdf.png");
	background-position: left top;
	background-size: 21px 23px;
	background-repeat: no-repeat;
	line-height: 23px;
	padding-left:25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #595757;
	clear: both;
	}

}

@media screen and  (min-width: 768px) and (max-width: 991px) {	
	
.box__download {
	padding: 100px 0;
}

.pdf{
	background-image: url("../img/dl_pdf.png");
	background-position: left ;
	background-size: 30px 33px;
	background-repeat: no-repeat;
	color: #34478b;
	padding-left: 45px;
	font-size: 1.4rem;
	line-height: 40px;
}
	
.box__download h3{
	background-color:  #34478b;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	height: 33px;
	line-height: 33px;

}

.box__download .box{
	color: #3e3a39;
	text-align:left;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	padding: 0 10px ;

}

.box__download .box .txt01{
	width: 25%;
	float: left;
	
	}
	
.box__download .box .txt02{
	width: 75%;
	float: left;
	
	}
	
.box__download .box .dl{
	background-image: url("../img/dl_pdf.png");
	background-position: left top;
	background-size: 21px 23px;
	background-repeat: no-repeat;
	padding-left:25px;
	
	}
}

@media (min-width: 992px) {	
.box__download {
	padding: 100px 0;
}

.pdf{
	background-image: url("../img/dl_pdf.png");
	background-position: left ;
	background-size: 40px 44px;
	background-repeat: no-repeat;
	color: #34478b;
	padding-left: 45px;
	font-size: 1.7rem;
	line-height: 50px;
}
	
.box__download h3{
	background-color:  #34478b;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	height: 33px;
	line-height: 33px;
	width: 210px;
}

.box__download .box{
	color: #3e3a39;
	text-align:left;
	font-size: 1.4rem;
	height: 50px;
	line-height: 50px;
}

.box__download .box .txt01{
	width: 20%;
	float: left;
	
	}
	
.box__download .box .txt02{
	width: 80%;
	float: left;
	
	}
	
.box__download .box .dl{
	background-image: url("../img/dl_pdf.png");
	background-position: left ;
	background-size: 21px 23px;
	background-repeat: no-repeat;
	padding-left:25px;
	}
	
.bdr--top--blue{
	border-top: 1px solid #34478b;
	
}

.bdr--btm--gray--dashed{
	border-bottom: 1px dashed #595757;
	
}



}

