@charset "utf-8";
@import url("./common/new_common.css");

/* 全体ラッパー */
.safety-wrapper {
	padding: 0;
}

/* 見出し */
.safety-title {
	text-align: left;
	letter-spacing: 0px;
	color: #FF455A;
	opacity: 1;
	margin-top: -18px;
	margin-bottom: 26px;
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
}

/* バナー画像 */
.safety-banner {
	width: 100vw;
	background: #F56086;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.safety-banner img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

/* バナー下の背景 */
.safety-sections-bg {
	position: relative;
	background: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/assets/img/user/pc/anshin/backimg.svg) repeat;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: -2rem;
}

/* コンテンツ幅制御 */
.safety-sections {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 auto;
	padding: 40px;
}

/* 各小見出し＋文章の枠 */
.safety-box {
	background: #fff;
	border: 3px solid #FFE8EC;
	border-radius: 5px;
	opacity: 1;
	padding: 20px 22px 22px 22px;
	margin-bottom: 16px;
}

/* 小見出しヘッダ */
.safety-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

/* 連番 */
.safety-number {
	color: #FF8DAB;
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
}

/* 小見出し */
.safety-subtitle {
	letter-spacing: 0px;
	color: #454545;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	opacity: 1;
	margin: 0;
}

/* 文章 */
.safety-text {
	letter-spacing: 0px;
	color: #454545;
	opacity: 1;
	margin-top: 4px;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

/* ボタン本体 */
.safety-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 314px;
	margin: 16px auto 0;
	height: 48px;
	background: #FF8DAB;
	box-shadow: 0px 2px 6px #0000000D;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
}

/* アイコン */
.safety-btn::before {
	content: "";
	width: 11px;
	height: 17px;
	background: url(https://dv6drgre1bci1.cloudfront.net/systemfiles.ranking-deli-kyujin.jp/assets/img/user/pc/anshin/contact.png) no-repeat center;
	background-size: contain;
	flex-shrink: 0;
}

/* ボタン文言 */
.safety-btn__text {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}