@charset "utf-8";


/*------------------------------
テキスト系
--------------------------------*/


/*
リード文
--------------------------------*/

.c-h1Bg01-t {
	margin-bottom: 0;
}

.benefit-lead {
	color: #000;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	padding: 30px 10px;
	background: #ffd800 url(/system/files/toto/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: #ffd800 transparent transparent transparent;
}

.benefit-leadStrong {
	color: #000;
}

@media print,screen and (min-width: 768px) {
	.benefit-lead {
		font-size: 2.8rem;
		padding: 40px 10px;
		background-image: url(/system/files/toto/benefit/img/bg-ttl-benefit_01_pc.gif);
		margin-bottom: 60px;
	}

	.benefit-leadNum {
		font-size: 3.6rem;
	}
}


/*------------------------------
ボックス系
--------------------------------*/

.benefit-box {
	border: 4px solid #dbdbdb;
	padding: 10px 10px 17px;
}

.benefit-boxTtl {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
	}
}
/*------------------------------
section
--------------------------------*/
.benefitSection {
	margin-bottom: 50px;
}
.benefitSection:last-of-type{
	margin-bottom: 0;
}
@media print,screen and (min-width: 768px) {
	.benefitSection {
		margin-bottom: 100px;
	}
}


/*------------------------------
ボタン系
--------------------------------*/

.benefit-btn {
	margin-bottom: 0;
}

.benefit-btn a {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

.benefit-btn-column>*+* {
	margin-top: 15px;
}

@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;
	}
}