@charset "utf-8";
#branch img{
	width: 100%;
}
#branch .sp{
	display: none;
}

#branch{
	background: #22363F;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#branch #header{
	width: 100%;
}
#branch #header .img_area{
	width: 100%;
	background: url("../images/header.png") no-repeat top center / cover;
	padding-top: 44.843%;
}
#branch #post{
	margin-bottom: 30px;
}
#branch #post .img_area{
	width: 32%;
	/*background: url("../images/post.png") no-repeat top center / cover;
	padding-top: 41.484%;*/
}
#branch p{
	color: #fff;
	font-size: 21px;
	padding: 30px;
}
#branch p span{
	color: #FFFF00;
}
#branch .bottom_txt{
	text-align: center;
}
#branch .flex{
	width: 93%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#branch a{
	width: 32%;
	border: 3px solid #fff;
	padding: 10px 5px;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	line-height: 1em;
	box-shadow: 5px 5px 5px #000;
	transition: 0.3s;
}
#branch a:hover{
	text-decoration: none;
	box-shadow: none;
	transform: translate(5px, 5px);
}
#branch #btn_tw{
	background-color: #29A9E0;
}
#branch #btn_in{
	background: rgb(64,93,230);
	background: -webkit-linear-gradient(59deg, rgba(64,93,230,1) 0%, rgba(145,71,169,1) 15%, rgba(225,48,108,1) 100%);
	background: -o-linear-gradient(59deg, rgba(64,93,230,1) 0%, rgba(145,71,169,1) 15%, rgba(225,48,108,1) 100%);
	background: linear-gradient(149deg, rgba(64,93,230,1) 0%, rgba(145,71,169,1) 15%, rgba(225,48,108,1) 100%);
	}
#branch #btn_yf{
	background-color: #FF0098;
}
#branch #btn_br{
	background-color: #01A396;
	width: 30%;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}