
/* itemA07 */
.bottomBox {display: flex;justify-content: space-between;}
.bottomBox a {margin-top: 35px;display: flex;width: 31%;font-weight: 400;line-height: 65px;letter-spacing: 0.5px;text-align: center;flex-direction: column;align-items: center;}
.bottomBox a:hover {color: #4e7782;}

.bottomBox a img{width: min(70px , 100%);background-color: #547d87;padding: 12px;border-radius: 555px;}


@media screen and (max-width: 768px) {
	.bottomBox{display: flex;flex-direction: column;}
	.bottomBox a{width: 100%;margin-top: 12px;}
}

