@charset "utf-8";

/* layout
------------------------------------------------ */

#content {
	margin: 0 auto;
	padding-top: 0px;
}
.colum200_l{
	display: none !important;
}
.colum800_r {
	float: none;
	width: auto;
	margin-bottom: 0px;
}

/* base
------------------------------------------------ */

#renewal_2019 {
	font-size: 14px;
	line-height: 1.7;
}

	#renewal_2019 img {
		vertical-align: middle;
	}

	#renewal_2019 .pc { display: block !important; }
	#renewal_2019 .sp { display: block !important; }


/* contents
------------------------------------------------ */
#renewal_2019 {
	margin-bottom: 90px;
}
	.renewal_2019__ttl {}
	.renewal_2019__point {
		margin-bottom: 40px;
		margin-right: -13px;
		text-align: center;
	}
	.renewal_2019__note {
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 90px;
		text-align: center;
	}
		.renewal_2019__note a {
			color: #0169b2;
		}

.renewal_2019-point {
	margin-bottom: 90px;
}
	.renewal_2019-point__ttl {
		border-bottom: 1px solid #0169b2;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 70px;
		padding-bottom: 15px;
		padding-left: 154px;
		position: relative;
	}
		.renewal_2019-point__badge {
			left: 0;
			position: absolute;
			top: calc(50% - 126px / 2);
		}
		.renewal_2019-point__wrap {
			align-items: top;
			display: flex;
			justify-content: space-between;
		}
			.renewal_2019-point__img {
				width: 610px;
			}
			.renewal_2019-point__voice {
				width: 530px
			}
				.renewal_2019__voice-ttl {
					align-items: center;
					background: #0169b2;
					border-radius: 5px;
					color: #fff;
					display: flex;
					font-size: 26px;
					font-weight: bold;
					margin-bottom: 38px;
					padding: 20px 30px;
					position: relative;
				}
					.renewal_2019__voice-ttl:after {
						bottom: -24px;
						content: "";
						border-style: solid;
						border-width: 24px 14px 0 14px;
						border-color: #0169b2 transparent transparent transparent;
						height: 0;
						left: calc(50% - 14px);
						position: absolute;
						width: 0;
					}
					.renewal_2019__voice-ttl img {
						margin-right: 40px;
					}
				.renewal_2019-point__voice-desc {
					background-color: #FFF8E6;
					border-radius: 5px;
					font-size: 20px;
					padding: 40px;
				}
		.renewal_2019-point:nth-of-type(even) .renewal_2019-point__wrap {
			flex-direction: row-reverse;
		}

.renewal_2019-info {
	background: url(/simages/renewal_2019/img/pc/img04.png) 0 50% no-repeat scroll;
	background-size: cover;
	margin-bottom: 90px;
	padding: 68px 476px 58px 74px;
	position: relative;
	text-align: center;
}

		.renewal_2019-info__ttl {
			color: #fff;
			font-size: 38.5px;
			font-weight: bold;
			letter-spacing: 1.5px;
			line-height: 1.2;
			margin-bottom: 30px;
			text-align: center;
			text-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
		}
			.renewal_2019-info__ttl em {
				font-size: 51.5px;
				letter-spacing: 2.1px;
			}
		.renewal_2019-info__txt {
			color: #fff;
			font-size: 18px;
			line-height: 2;
			margin-bottom: 30px;
			text-align: center;
			text-shadow: 0 0 5px rgba(0, 0, 0, 0.57);
		}
		.renewal_2019-info__btn {
			color: #fff;
			text-align: center;
		}




















