@charset "utf-8";
.left_p{
	text-align: left;
}
.st{
	width:98%;
	height:54px;
	margin:40px 0 30px;
	background-image:url(../entrance/entrance_image/st_bg.png);
	background-repeat:repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	line-height:2.2em;
	padding-left:5px;
	color:#e50038;
	letter-spacing: 0.3em;
	
}
.st2 {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 32px;
	letter-spacing: 0.2em; color:#999;}
.col_pink{
	color: #FFE0EC;
}
.col_blue{
	color: #2453B4;
}
.ent_guide a{
	color: #17963E;
}
#uniform {
	width:100%;
	height:auto;display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#uniform .pic {
	width:31%;
	height:auto;
	margin-bottom:20px;
}
.ent-box{
	width:100%;		/*幅*/
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align: left;
}
.ent-box_item1{
	width: 96%;
}
.ent-box_item2{
	width: 48%;
}

.ent-box_item2 img{
	width: 90%;
	margin: 0 5%;
	padding: 10px;
	border:1px solid #ccc;
}


.color2 {color: #4E70B0;}

/*画面幅900px以下の設定--------*/
@media screen and (max-width:900px){

}



/*画面幅480px以下の設定------------*/
@media screen and (max-width:480px){

}