@charset "utf-8";

/*------------------------------
テキスト系
--------------------------------*/
/*
リード文
--------------------------------*/
.c-h1Bg01-b {
	margin-bottom: 0;
}
.benefit-lead {
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	padding: 30px 10px;
	background: #e80000 url(/system/files/big/benefit/img/bg-ttl-benefit_01_sp.gif) no-repeat center center/100% 100%;
	position: relative;
	margin-bottom: 30px;
}

.benefit-lead:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 0 14px;
	border-color: #e80000 transparent transparent transparent;
}

.benefit-leadStrong {
	color: #faebc0
}

/* 202008_マル得情報改修対応 */
.c-h1Bg01-b {
    margin-bottom: 0;
}

.c-btnLink-moderate.benefit-btn-gold a:hover:after {
    width: 8px;
    height: 14px;
    background: url(/system/files/common/img/ico_arrowRight06.png) 0 0 no-repeat;
    background-size: contain;
}

.c-btnLink-moderate.benefit-btn-orange a:hover:after {
    width: 8px;
    height: 14px;
    background: url(/system/files/common/img/ico_arrowRight07.png) 0 0 no-repeat;
    background-size: contain;
}

@media print,screen and (min-width: 768px) {
	.benefit-lead {
		font-size: 2.8rem;
		padding: 40px 10px;
		background-image: url(/system/files/big/benefit/img/bg-ttl-benefit_01_pc.gif);
		margin-bottom: 60px;
	}

	.benefit-leadNum {
		font-size: 3.6rem;
	}
    /* 202008_マル得情報改修対応 */
    .benefit-leadNum {
        font-size: 3.2rem;
    }
}

/*------------------------------
ボックス系
--------------------------------*/
.benefit-box {
	border: 4px solid #dbdbdb;
	padding: 10px 10px 17px;
}

.benefit-boxTtl {
	display: flex;
	align-items: center;
	padding: 19px 19px 19px 98px;
	margin-bottom: 20px;
	min-height: 90px;
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	background-color: #f5f5f5;
}

.benefit-boxTtl .benefit-ico {
	position: absolute;
	top:50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 19px;
}

.benefit-boxTtl .benefit-ico img {
	width:50%;
}

@media print,screen and (min-width: 768px) {
	.benefit-box {
		padding-bottom: 22px;
	}

	.benefit-boxTtl {
		font-size: 2.4rem;
	}

	.benefit-boxTtl .benefit-ico {
		left: 22px;
	}
}

/*------------------------------
ボタン系
--------------------------------*/
.benefit-btn {
	margin-bottom: 0;
}

.benefit-btn a{
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.benefit-btn-column > * + *{
	margin-top: 15px;
}

/* 202008_マル得情報改修対応 */
.benefit-btn-orange a {
    background: #f08300;
    border: 1px solid #f08300;
}

.benefit-btn-orange:hover a {
    color: #f08300;
}

.benefit-btn-gold a {
    background: #c09c10;
    border: 1px solid #c09c10;
}

.benefit-btn-gold:hover a {
    color: #c09c10;
}

@media print,screen and (min-width: 768px) {
	.benefit-btn {
		display: inline-block;
		width: 47%;
	}

	.benefit-btn a {
		width: 100%;
	}

	.benefit-btn-column {
		text-align: center;
	}

	.benefit-btn-column > * + *{
		margin-top: 0;
		margin-left: 16px;
	}
    /* 202008_マル得情報改修対応 */
    .benefit-btn-mt20 {
        margin-top: 20px !important;
    }

    .benefit-btn-column>*+* {
        margin-left: auto;
    }

    .benefit-btn-ml16 {
        margin-left: 16px;
    }

    .benefit-btn-column {
        font-size: 0;
    }


    .benefit-btn-column:nth-child(2) {
        margin-left: 16px !important;
    }

    .benefit-btn-long {
        width: 300px;
    }
}
}