@charset "utf-8";

.remove-textIndent {
	text-indent: 0!important;
}

.cta.wrapper {
	width: 696px;
    background-color: #eee;
    padding: 10px 7px 20px;
}

.cta.wrapper > .wrapper_inner {
	padding: 10px;
	border-radius: 4px;
	background: #454545 url(/access/common2011/images/sales/bg_applyChangeBox_l.png) repeat-x 0 0;
}

.cta.wrapper > .wrapper_inner .dialInfo {
	background-color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 10px;
	height: auto;
}

.dialInfo.type02 {
 	min-height: 172px;
 }

 .dialInfo.type02 > .img {
 	margin-top: 2.5em;
 }

.cta.wrapper > .wrapper_inner .dialInfo > .lead {
	font-size: 14px;
	font-weight: bold;
}

.lyt-col-01 {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}

.lyt-col-01 > .col {
	width: calc((100% - (12px * 1)) / 2)
}

.apply_btn > a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #07CCFF;
	border-radius: 20px;
	font-size: 20px;
	color: #454545;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding: 5px 10px;
}

.apply_btn > a:hover {
	opacity: .8;
}

.apply_btn > a::before {
	content: "";
	display: inline-block;
	border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #454545;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    width: 0;
    height: 0;
}