#AB007{margin-top: 30px;}

/* itemA07 */
.bottomBox {display: flex;justify-content: center;margin-top: 60px;}
.bottomBox a {display: inline-block;width: 32%;height: 65px;font-weight: 400;line-height: 65px;letter-spacing: 0.5px;border: solid 1px #f0b7a4;background-color: #f0b7a4;text-align: center;color: #ffffff;border-radius: 45px;-webkit-transition: all 0.4s ease;transition: all 0.4s ease;}
.bottomBox a:hover {background-color: #ffffff;border: solid 1px #f0b7a4;color: #f0b7a4;-webkit-transform: translate(0, 3px);-ms-transform: translate(0, 3px);transform: translate(0, 3px);-webkit-box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.1);box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.1);}

.bottomBox a:last-child{display: none;}


@media screen and (max-width: 768px) {
	.bottomBox{display: flex;flex-direction: column;}
	.bottomBox a{width: 100%;margin-top: 12px;}
}

