@charset "UTF-8";

@font-face {
	font-family: 'aig-icons';
	src: url('../fonts/aig-icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------------
文言装飾
------------------------------------------*/
/* 営業拠点案内 */		
.office-guide-info {
	color: #002060;
	padding: 16px;
	line-height: 1.8;
}

/*------------------------------------------
ご連絡・窓口お問い合わせボタン
------------------------------------------*/
.cmp-columncontainer {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.cmp-columncontainer-item {
	display: block;
	margin: 0 0 10px 0;
}

.cmp-button-core-blue {
	display: inline-block;
}

.cmp-button {
	display: block;
	width: 100%;
	min-width: auto;
	position: relative;
	padding: 15px 30px;
	background-color: #001871;
	color: #fff!important;
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s ease;
	border: none;
}

.cmp-button-main__text {
	font-weight: bold;
}
.cmp-button:after {
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -8px;
    font-family: 'aig-icons' !important;
}

.cmp-button-icon-anchor .cmp-button:after {
    content: "\e929";
}
.cmp-button-core-blue .cmp-button:after, .cmp-button-orange .cmp-button:after {
    color: #fff;
}