@charset "utf-8";


/*----------------------------------
  appimg
------------------------------------*/

.appimg {
    background: #FAEFD5;
}

.appimg a {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #E50012;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 18px auto;
}

/* btn--link */

.inner .btn--link {
	display:block;
	color: #fff;
	background-color:#132866;
	text-align: center;
	font-weight: bold;
	text-decoration: none !important;
	margin: 0 auto;
	margin-top: 0.5em;
	padding: 0.8em 0;
	border-radius:6em;
	width: 90%;
	position: relative;
}

.inner .btn--link.close {
	background-color:#CCC;
}

.inner .btn--link::after {
	content: "";
	display: inline-block;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	border-left: solid 10px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

a:hover.btn--link{
  opacity: 0.7;
  transition: 0.7s;
}


/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 768px) {
	
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1024px){

	.appimg a {
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}
	
	.inner .btn--link {
		width: 50%;
	}
	#rule .btn--link::after {
		right: 80px;
	}
	
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print,screen and (min-width: 1280px){



}