@charset "utf-8";

/** for iPhoneXS & iPhone XR **/
.small-caps{
  font-variant-caps: all-small-caps;
}

.wrapper-table {
	width: 830px;
	margin: 0 auto;
}

.btn-col3-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.btn-col3-item {
	box-sizing: border-box;
	display: block;
	width: 275px;
    padding: 10px 0;
	text-align: center;
	font-weight: bold;
    font-size: 114.28571%;
	border: 1px solid #d8dadc;
	border-radius: 4px;
    text-decoration: none;
}

.btn-col3-item:hover {
	box-sizing: border-box;
	padding: 9px 0 9px;
    border: 2px solid #6197d6;
    text-decoration: none;
    color: #069;
}