/* CSS Document */

.p-entry__buttons dl{
	display: flex;
	width: 660px;
	align-items: center;
	margin-bottom: 10px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px 20px;
	min-height: 110px;
}
.p-entry__buttons--col {
    flex-direction: column;
}
.p-entry__buttons dl dt{
	width: 300px;
	text-align: left;
}
.p-entry__buttons dl dd img{
	width: 140px
}
.p-entry__buttons dl dd.new a{
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #5bbaac!important;
	color: #FFF!important;
	line-height: 120%;
	font-size: 2rem!important;
}
.p-entry__buttons dl dd.career a{
	display: flex;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #FFF!important;
	color: #5bbaac!important;
	line-height: 120%;
	font-size: 2rem!important;
	border: 2px solid #5bbaac;
	box-sizing: border-box;
}
.p-entry__buttons dl dd.new,
.p-entry__buttons dl dd.career{
	margin: 0 40px;
}
.p-entry__buttons dl dd.bnr{
	margin: 0 20px;
}
.p-entry__button::before {
	content:none;
}
.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 3px solid #5bbaac;
  border-right: 3px solid #5bbaac;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
.p-entry__buttons dl{
	width: 100%;
	flex-wrap: wrap;
}
.p-entry__buttons dl dt{
	width: 100%;
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
}
.p-entry__buttons dl dd.new,
.p-entry__buttons dl dd.career{
	margin: 0!important;
	width: 50%;
}
.p-entry__buttons dl dd.new a,
.p-entry__buttons dl dd.career a{
	margin: 0 auto;
}
.p-entry__buttons dl dd.bnr{
	margin: 0!important;
	text-align: center;
	width: 50%;
}
.p-entry__buttons dl dd img{
	width: 90%;
}
.arrow-right {
	display: none;
	}
}