<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.balloon_txt {
	border: 2px solid #DDDDDD;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.acrbox {
	padding: 14px 0 0;
	background: #FFFAEC;
}

.acr_ybtn,
.acr_nbtn {
	display: table;
	width: 100%;
	line-height: 1.4;
}

.acr_ybtn span,
.acr_nbtn span {
	display: block;
}


.acr_ybtn {
	background: #FFF30D;
}

.acr_nbtn {
	background: #8CD2F6;
}

.acr_ybtn a,
.acr_nbtn a {
	display: table-cell;
    vertical-align: middle;
	position: relative;
	width: 100%;
	height: 54px;
	color: #000 !important;
	text-decoration: none;
}

.acr_ybtn a:hover,
.acr_nbtn a:hover {
	opacity: 0.7;
}

.acr_ybtn a {
	background: #FFF30D;
}

.acr_nbtn a {
	background: #8CD2F6;
}

.acr_ybtn a:after,
.acr_nbtn a:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	border-top-color: #333;
	top: 50%;
	right: 10px;
	margin-top: -4px;
 }


.maru {
 	position: relative;
 }

.maru:before {
    content: "または";
    color: #fff;
    position: absolute;
    background: #0099CC;
    text-align: center;
    top: 50%;
    right: -32.5px;
    font-size: 17px;
    padding-top: 17px;
    margin-top: -32.5px;
    height: 48px;
    width: 65px;
    border-radius: 50%;
}


.dlbox01 .col-box {
	padding: 0;
}

.dlbox01 dt {
	display: flex;
	justify-content: center;
	align-items: center;
 	height: 75px;
	background: #5EBAEB;
	color: #fff;
}

.dlbox01 dd {
	padding: 30px 40px;
}


@media screen and (max-width: 767px) {

	.acr_ybtn a:after,
	.acr_nbtn a:after {
		border: 4px solid transparent;
		right: 5px;
	}

	#acrbox01_under_box &gt; .bg-blue .row &gt; div:first-child {
		margin-bottom: 50px;
	}

	.maru:before {
		top: auto;
		bottom: -80px;
		right: 50%;
		font-size: 12px;
		padding-top: 9px;
		box-sizing: border-box;
		margin: 0 -20px 0 0;
		height: 40px;
		width: 40px;
	}

}

.maru_en {
 	position: relative;
 }

.maru_en:before{
    content: "or";
    color: #fff;
    position: absolute;
    background: #0099CC;
    text-align: center;
    top: 50%;
    right: -32.5px;
    font-size: 17px;
    padding-top: 17px;
    margin-top: -32.5px;
    height: 48px;
    width: 65px;
    border-radius: 50%;
}


@media screen and (max-width: 767px) {

	.acr_ybtn a:after,
	.acr_nbtn a:after {
		border: 4px solid transparent;
		right: 5px;
	}

	#acrbox01_under_box &gt; .bg-blue .row &gt; div:first-child {
		margin-bottom: 50px;
	}

	.maru_en:before {
		top: auto;
		bottom: -80px;
		right: 50%;
		font-size: 12px;
		padding-top: 9px;
		box-sizing: border-box;
		margin: 0 -20px 0 0;
		height: 40px;
		width: 40px;
	}

}</pre></body></html>