#areaMain,
.mainContents{
	float: none;
}
.sidebarLayout{
	margin-top: 0!important;
	padding-top: 30px!important;
}
.flex_com{
	display: flex;
    justify-content: space-around;
}
.flex_com a{
	width: 40%;
    padding: 20px;
    background-color: #235DE5;
    text-align: center;
	color: #FFFFFF!important;
	font-weight: bold;
}
.flex_com2.spNotDisplay{
	display: flex;
}
.flex_com2.pcNotDisplay{
	display: none;
}
@media screen and (max-width: 1019px) {
	.flex_com2.spNotDisplay{
		display: none;
	}
	.flex_com2.pcNotDisplay{
		display: flex !important;
	}
}
.flex_com2 a:first-of-type{
	padding: 20px 40px;
    background-color: #EF7211;
    border-radius: 10px;
	color: #FFFFFF!important;
}
.flex_com2 a:last-of-type{
	margin-top: 20px;
    margin-left: 10px;
}
.bd_bot{
	border-bottom: solid 1px #E5E7E8;
}
.va-middle{
	vertical-align: middle;
}

.a_color{
	color: #000000!important;
}

.txt_ind{
	padding-left: 10px;
	text-indent: -10px;
}
.txt_ind2{
	padding-left: 15px;
	text-indent: -15px;
}
.txt_ind3{
	padding-left: 15px;
	text-indent: -18px;
}

#name_platina {
	background-color: #a9a9a9;
}

#name_gold {
	background-color: #d3a953;
}

#name_standard {
	background-color: #1785d4;
}
.wrapper--table {
	overflow: scroll;
}
@media screen and (max-width: 1019px) {
	#mainContainer #areaMain .caution02f {
		width: auto;
	}
}

