@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　t_broadcast
 *
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/	



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* standard
-----------------------------------------------------------------*/
.standard{
	padding: 140px 0 150px;
	background: var(--purple);
}
.standard h2{
	margin-bottom: 15px;
}
.standard .date{
	margin-bottom: 35px;
	text-align: right;
}
.standard-list{
	line-height: 1.6;
}
.standard-list > li:nth-child(n+2){
	margin-top: 25px;
}
.standard-list ol{
	padding-left: 1em;
}

.link-pdf{
  margin: 0 10px;
  padding: 2px 25px 2px 22px;
  background: url(../img/common/ico_pdf.svg) no-repeat left center, url(../img/common/arw_circle_black.svg) no-repeat right center;
  background-size: 13px auto, 20px auto; 
}
.link-pdf a{
  text-decoration: underline; 
}
.link-pdf a:hover{
  text-decoration: none;  
}






/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* standard
-----------------------------------------------------------------*/
	.standard{
		padding: 50px 0 60px;
		font-size: 1.4rem;
	}
	.standard h2{
		margin-bottom: 10px;
	}
	.standard .date{
		margin-bottom: 20px;
	}
	.standard-list{
		text-align: justify;
	}
	.standard-list > li:nth-child(n+2){
		margin-top: 20px;
	}


}