@import url(/jibunplus/css/style_lead.css);

/* ========== key visual ========== */
.jra-mainImage-01 {
	background: #1d0331 url(../img/mainImage_01@x2.jpg) center center no-repeat;
	background-size: cover;
}

.jra-mainImage-01 .frame-content {
	max-width: 100%;
	padding: 120px 10px;
	position: relative;
	width: 998px;
}

.jra-mainImage-01 .frame-content > figure {
	position: absolute;
		top: 10px;
		right: 10px;
}

.jra-mainImage-01 h1,
.jra-mainImage-01 p {
	margin: 0;
}

.jra-mainImage-01 img {
	max-width: 100%;
}

@media only screen and (min-width: 640px) {
.jra-mainImage-01 {
	height: 428px;
}
}

@media only screen and (min-width: 640px) {
.jra-mainImage-01 .frame-content {
	display: flex;
		align-items: center;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		justify-content: space-between;
}

.jra-mainImage-01 .jra-mainImage-content01 {
	flex-basis: 47.13%;
	margin-right: -10px;
	text-align: right;
}

.jra-mainImage-01 .jra-mainImage-content02 {
	flex-basis: 52.86%;
}
}

@media only screen and (max-width: 640px) {
.jra-mainImage-01 {
	background-image: url(../img/mainImage_01_sp@x2.jpg);
}

.jra-mainImage-01 .frame-content {
	padding-top: 32px;
	padding-bottom: 32px;
}

.jra-mainImage-01 .jra-mainImage-content01 {
	text-align: right;
	padding: 0 40px;
}

.jra-mainImage-01 .jra-mainImage-content02 {
	text-align: center;
	margin-top: 22.5px;
	padding: 0 27.5px;
}

.jra-mainImage-01 .jra-mainImage-content02 p img {
	width: 80%;
}
}


/* ========== list ========== */
.jra-list-01,
.jra-list-02,
.jra-list-03 {
	margin: 1.25em 0 0;
	padding: 0;
}

.jra-list-01 > li,
.jra-list-02 > li {
	font-size: 126.25%;
	list-style: none;
}
.jra-list-03 > li {
	font-size: 131.25%;
	list-style: none;
}

@media only screen and (min-width: 640px) {
.jra-list-01:after,
.jra-list-02:after,
.jra-list-03:after{
	clear: both;
	content: "";
	display: block;
}

.jra-list-01 > li,
.jra-list-02 > li {
	float: left;
	width: 31.33%;
}

.jra-list-03 > li {
    float: left;
    width: 22.33%;
}

.jra-list-01 > li + li,
.jra-list-02 > li + li,
.jra-list-03 > li + li{
	margin-left: 3%;
}
}

@media only screen and (max-width: 640px) {
.jra-list-01 > li,
.jra-list-02 > li,
.jra-list-03 > li{
	margin-top: 1.25em;
}
}


/* ----- 01 ----- */
.jra-list-01 .sholder {
	background: #007b94;
	border-radius: 8px;
	color: #fff;
	display: block;
	margin-bottom: 1em;
	padding: 11px 15px 7px;
	position: relative;
}

.jra-list-01 .sholder:after {
	border-color: #007b94 transparent transparent;
	border-style: solid;
	border-width: 9px 7px;
	content: "";
	display: block;
	height: 0;
	margin-left: -7px;
	position: absolute;
		top: 100%;
		left: 50%;
	width: 0;
}

@media only screen and (max-width: 900px) {
	.jra-list-01.jra-sp-br-delete p br {
		display: none;
	}
}


/* ----- 02 ----- */
.jra-list-02 > li {
	border: #eb7000 solid 3px;
	border-radius: 10px;
	padding: 20px;
}

@media only screen and (min-width: 640px) {
.jra-list-02 p {
	margin: 0;
    height: 90px;
}

.jra-list-02 p > em {
	display: block;
	position: relative;
		top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
}

/* ----- 03 ----- */
.jra-list-03 > li {
	border: #eb7000 solid 3px;
	border-radius: 10px;
	padding: 20px;
}

@media only screen and (min-width: 640px) {
.jra-list-03 p {
	margin: 0;
    height: 90px;
}

.jra-list-03 p > em {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
}


/* ========== conversion ========== */
.jra-cnvBlock-01 {
	background: #132fa6 url(../img/bg_01@2x.jpg) center center no-repeat;
	background-size: cover;
	padding: 27px 30px 27px;
}

@media only screen and (max-width: 640px) {
.jra-cnvBlock-01 {
	padding: 18.5px 10px;
}
}

.mt-135{margin-top:-135px;}
@media only screen and (max-width: 640px) {
.mt-135{margin-top:-30px;}
}












/*btn_gpld*/
.sty-btn-gold-bg{
	background-color: #fff;
    border-radius: 28px;
    margin: 8px 10px;
    display: inline-block;
}
.sty-btn-gold {
    background: linear-gradient(90deg, #d4be13 0%, #fff9e6 25%, #d6bf1b 50%, #fff9e6 75%, #d6bf1b 100%);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 4px 0 #b28b0f;
    box-shadow: 0 4px 0 #b28b0f;
    border-radius: 28px;
    color: #535252;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 20px 20px 40px;
    width: auto;
	min-width: 400px;
}
.sty-btn-gold--silver {
	background: linear-gradient(90deg, #afafaf 0%, #f0f0f0 25%, #afafaf 50%, #f0f0f0 75%, #afafaf 100%);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 4px 0 #888;
    box-shadow: 0 4px 0 #888;
}
.sty-btn-gold .label {
	position: relative;
}
.sty-btn-gold .label:before {
	content: "";
    position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
	mask: url(/assets/img/icon__arrow--text_trs.svg) no-repeat center center/contain;
	-webkit-mask: url(/assets/img/icon__arrow--text_trs.svg) no-repeat center center/contain;
	background-color: #535252;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.sty-btn-gold--login .label:before {
	mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
	-webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
}
.sty-btn-gold--blank:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	mask: url(/assets/img/icon__blank.svg) no-repeat center center / contain;
	-webkit-mask: url(/assets/img/icon__blank.svg) no-repeat center center / contain;
	background-color: #535252;
	background-repeat: no-repeat;
	background-size: 16px auto;
	width: 20px;
	height: 20px;
}
@media only screen and (max-width: 640px) {
	.sty-btn-gold-bg{
		width: 100%;
		margin: 8px 0;
	}
	.sty-btn-gold {
		-webkit-box-shadow: 0 4px 0 #b28b0f;
		box-shadow: 0 3px 0 #b28b0f;
		font-size: 18px;
		padding: 20px 40px 20px 40px;
		width: 100%;
		min-width:auto;
	}
	.sty-btn-gold--silver {
		-webkit-box-shadow: 0 4px 0 #888;
		box-shadow: 0 3px 0 #888;
	}
	.sty-btn-gold.inline:after {
		content: "";
    	position: absolute;
		top: 0;
    	bottom: 0;
    	right: 15px;
    	margin: auto;
    	mask: url(/assets/img/icon__modaal.svg) no-repeat center center / contain;
    	-webkit-mask: url(/assets/img/icon__modaal.svg) no-repeat center center / contain;
    	background-color: #535252;
    	background-repeat: no-repeat;
    	background-size: 16px auto;
    	width: 20px;
    	height: 20px;
	}
}

a.sty-btn-gold:hover {
	color: #535252;
	text-decoration: none;
	opacity: 0.8;
}
a.sty-btn-gold:focus{
	color: #535252;
	text-decoration: none;
}

.c-cnvBlock-01 .sty-btn-gold {
	border-radius: 10px;
}
.c-cnvBlock-01 .sty-btn-gold-bg {
	border-radius: 10px;
}


.modaal__content .c-login_area .icon-login.sty-icon-login--gold {
	background: #faf1be;
	background: -moz-linear-gradient(top,#faf1be 0,#d3b60e 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#faf1be),color-stop(100%,#d3b60e));
	background: -webkit-linear-gradient(top,#faf1be 0,#d3b60e 100%);
	background: -o-linear-gradient(top,#faf1be 0,#d3b60e 100%);
	background: -ms-linear-gradient(top,#faf1be 0,#d3b60e 100%);
	background: linear-gradient(to bottom,#faf1be 0,#d3b60e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf1be',endColorstr='#d3b60e',GradientType=0);
	-webkit-box-shadow: 0 4px 0 #b28b0f;
	box-shadow: 0 4px 0 #b28b0f;
	border: none;
	color: #535252;
}

.modaal__content .c-login_area a.c-btn-account.icon-login.sty-icon-login--gold.size-01 > .label:before {
	background-color: #535252;
}

.modaal__content .c-login_area .icon-login.sty-icon-login--blue {
	background: #566aa0;
	background: -moz-linear-gradient(top,#566aa0 0,#415484 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#566aa0),color-stop(100%,#415484));
	background: -webkit-linear-gradient(top,#566aa0 0,#415484 100%);
	background: -o-linear-gradient(top,#566aa0 0,#415484 100%);
	background: -ms-linear-gradient(top,#566aa0 0,#415484 100%);
	background: linear-gradient(to bottom,#566aa0 0,#415484 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#566aa0',endColorstr='#415484',GradientType=0);
	-webkit-box-shadow: 0 4px 0 #242f49;
	box-shadow: 0 4px 0 #242f49;
	border: none;
	color: #fff;
}

.modaal__content .c-login_area a.c-btn-account.icon-login.sty-icon-login--blue.size-01 > .label:before {
	background-color: #fff;
}