/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.renewal_greetings{font-size:15px;line-height:1.8;color:#333333;}
.renewal_greetings .ct{margin:0 auto;text-align:center;}
.renewal_greetings .contents{margin:0 auto;width:660px;}
.renewal_greetings div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.renewal_greetings h1 {
    margin: 0 auto 40px;
    width: 1240px;
}
.renewal_greetings p.lead{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.renewal_greetings #section01{
	width: 1120px;
	background-color: #FAFAFA;
	margin: 50px auto 0;
	padding: 40px 0 50px;
}
.renewal_greetings #section01 h2.title{
	width: 505px;
	margin: 0 auto 20px;
}
.renewal_greetings #section01 p.text{
	font-size: 16px;
	text-align: center;
}
.renewal_greetings #section01 div.img{
	width: 980px;
	margin: 40px auto 0;
}
.renewal_greetings #section01 div.copy{
	width: 547px;
	margin: 45px auto 0;
}
.renewal_greetings #section02{
	width: 820px;
	margin: 70px auto 0;
}

.renewal_greetings #section02 div.wrap{
	display: flex;
    justify-content: space-between;
}
.renewal_greetings #section02 div.wrap div.bnr{
	width: 400px;
	position: relative;
}
.renewal_greetings #section02 div.wrap div.bnr:hover{
	opacity: 0.7;
}
.renewal_greetings #section02 div.wrap div.bnr a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 9;
}
.renewal_greetings #section02 div.wrap div.bnr div.txt{
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 25px 20px 25px 25px;
	position: relative;
	background: #fff;
}
.renewal_greetings #section02 div.wrap div.bnr div.txt p.ttl{
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
.renewal_greetings #section02 div.wrap div.bnr.b01 div.txt p.ttl{
	margin-bottom: 28px;
}
.renewal_greetings #section02 div.wrap div.bnr.b02 div.txt p.ttl{
	margin-bottom: 6px;
}
.renewal_greetings #section02 div.wrap div.bnr div.txt p.txt{
	font-size: 13px;
	line-height: 1.6;
}
.renewal_greetings #section02 div.wrap div.bnr div.txt div.arr{
	position: absolute;
	right: 20px;
	top: 65px;
	width: 17px;
	height: 17px;
}
.renewal_greetings #section03{
	margin: 80px auto 0;
}
.renewal_greetings #section03 h2.title{
	margin: 0 auto 35px;
	width: 1240px;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.renewal_greetings #section03 h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #FE1F8D;
}
.renewal_greetings #section03 h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.renewal_greetings #section03 div.wrap{
	width: 820px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.renewal_greetings #section03 div.wrap div.btn{
	width: 400px;
}
.renewal_greetings #section03 div.wrap div.btn a.button{
    display: inline-block;
    text-align: center;
    outline: none;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 20px;
	width: 400px;
	padding: 6px 0;
	position: relative;
}
.renewal_greetings #section03 div.wrap div.btn a.button:hover{
	text-decoration: none;
}
.renewal_greetings #section03 div.wrap div.btn a.button span {
	position: absolute;
	top: 11px;
    width: 17px;
	height: 17px;
}
.renewal_greetings #section03 div.wrap div.btn.b01 a.button span {
	left: 72px;
}
.renewal_greetings #section03 div.wrap div.btn.b02 a.button span {
	left: 85px;
}

@media print, screen and (max-width: 767px) {
	.renewal_greetings h1 {
	    width: 100%;
	}
	.renewal_greetings h1 img{
	    width: 100%;
	    height: auto;
	}
	.renewal_greetings p.lead{
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
	.renewal_greetings #section01{
		width: 100%;
		margin: 60px auto 0;
		padding: 25px 0 40px;
	}
	.renewal_greetings #section01 h2.title{
		width: 90%;
		margin: 0 auto 20px;
	}
	.renewal_greetings #section01 p.text{
		font-size: 14px;
		text-align: left;
	}
	.renewal_greetings #section01 div.img{
		width: 100%;
		margin: 50px auto 0;
	}
	.renewal_greetings #section01 div.copy{
		width: 90%;
		margin: 35px auto 0;
	}
	.renewal_greetings #section02{
		width: 100%;
		margin: 40px auto 0;
	}
	.renewal_greetings #section02 div.wrap{
		display: block;
	}
	.renewal_greetings #section02 div.wrap div.bnr{
		width: 100%;
	}
	.renewal_greetings #section02 div.wrap div.bnr.b01{
		margin-bottom: 20px;
	}
	.renewal_greetings #section03{
		margin: 50px auto 0;
	}
	.renewal_greetings #section03 h2.title{
		margin: 0 auto 30px;
		width: 100%;
		line-height: 1.5;
		padding: 18px 15px 15px 20px;
		font-size: 20px;
	}
	.renewal_greetings #section03 div.wrap{
		width: 100%;
		display: block;
	}
	.renewal_greetings #section03 div.wrap div.btn{
		width: 100%;
	}
	.renewal_greetings #section03 div.wrap div.btn.b01{
		margin-bottom: 20px;
	}
	.renewal_greetings #section03 div.wrap div.btn a.button{
	    display: inline-block;
	    text-align: center;
	    outline: none;
		border: 1px solid #4A545E;
		background: #fff;
		border-radius: 25px;
		width: 100%;
		padding: 10px 0;
		position: relative;
	}
	.renewal_greetings #section03 div.wrap div.btn a.button span {
		top: 7px;
	}
	.renewal_greetings #section03 div.wrap div.btn.b01 a.button span {
		left: 55px;
	}
	.renewal_greetings #section03 div.wrap div.btn.b02 a.button span {
		left: 55px;
	}

}