@charset "utf-8";
@import url("./second.css");
.posterBox p{font-weight: 500;}
.poster_textStyle01{
	font-size: 1.3em;
	text-align: center;
}
.poster_listbox01{}
.poster_listbox01 li{
	padding-left: .75em;
	position: relative;
	margin-bottom: 12px;
	font-weight: 500;
}
.poster_listbox01 li::before {
	content: " ";
	width: 5px;
	height: 5px;
	background-color: #3b8bd5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}
/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width:1001px){
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){



}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width:999px) and (min-width:641px){

}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px){






}