@charset "utf-8";

/* 
key_visual
======================================================================== */
.key_visual {
	margin-top: 95px;
	gap: 0;
}
.kv_img {
	margin-right: 10px;
	text-align: center;
	position: relative;
}
.kv_img::before {
	content: '';
	display: block;
	width: 893px;
	height: 793px;
	background: url(/softdrink/jihanki/vending-machine/disaster/img/bg_kv.png) no-repeat right bottom /
		contain;
	position: absolute;
	right: 24px;
	bottom: 70px;
}
.kv_img img {
	position: relative;
	z-index: 1;
}

/* 
textarea
-------------------------------------------------- */
.key_visual .heading_type1 .heading_text {
	font-size: 2.875rem; /* 46px */
	line-height: 1.2;
	color: #011a5d;
}
.key_visual .lead_text {
	margin-top: 32px;
	font-size: 1.25rem; /* 20px */
	font-weight: bold;
	line-height: 1.5;
}
.key_visual .caution_list {
	margin-top: 48px;
}

/* 
point
======================================================================== */
.point {
	margin-top: 77px;
	padding: 87px 0 100px;
}
.point_list {
	margin-top: 66px;
}
.point_list_item + .point_list_item {
	margin-top: 80px;
}
.point_list_img {
	padding-right: 11%;
}
.point_list .heading_type3 .heading_text {
	padding-top: 10px;
}
.point_list .heading_type3 .heading_text .sub {
	display: block;
	padding-bottom: 3px;
	color: #0468bf;
	font-size: 1.25rem; /* 20px */
	font-family: 'roboto', sans-serif;
}
.point_list .heading_type3 .heading_text .num {
	color: #0468bf;
	font-size: 1.875rem; /* 30px */
	line-height: 1;
	font-family: 'roboto', sans-serif;
}
.point_list .contents_text {
	margin-top: 19px;
	font-size: 1.125rem; /* 18px */
	line-height: 1.777;
}
.point_list .contents_text + .contents_text {
	margin-top: 0;
}
.point_list ol.contents_text li {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	/* 
    key_visual
    ======================================================================== */
	.key_visual {
		display: block;
		margin-top: 57px;
	}
	.kv_img {
		margin-right: 0;
		position: relative;
	}
	.kv_img::before {
		width: 119.067vw;
		height: 105.733vw;
		right: 7.067vw;
		bottom: 31%;
	}
	.kv_img img {
		width: 163px;
	}
	/* 
    textarea
    -------------------------------------------------- */
	.key_visual .heading_type1 .heading_text {
		margin-top: 0;
		font-size: 1.8125rem; /* 29px */
		line-height: 1.25;
		text-align: center;
	}
	.key_visual .lead_text {
		margin-top: 20px;
		padding: 0 3%;
		font-size: 0.875rem; /* 14px */
		line-height: 1.5;
	}
	.key_visual .caution_list {
		margin-top: 20px;
		padding: 0 3%;
	}
	.key_visual .caution_list_item {
		font-size: 0.875rem; /* 14px */
		line-height: 1.5;
	}

	/* 
    point
    ======================================================================== */
	.point {
		margin-top: 75px;
		padding: 55px 0;
	}
	.point_list {
		margin-top: 30px;
	}
	.point_list_item + .point_list_item {
		margin-top: 30px;
	}
	.point_list_item .column_item + .column_item {
		margin-top: 20px;
	}
	.point_list_img {
		padding-right: 0;
	}
	.point_list .heading_type3 .heading_text {
		padding-top: 0;
		font-size: 1.25rem; /* 20px */
	}
	.point_list .heading_type3 .heading_text .sub {
		padding-bottom: 4px;
		font-size: 1rem; /* 16px */
	}
	.point_list .heading_type3 .heading_text .num {
		font-size: 1.3125rem; /* 21px */
	}
	.point_list .contents_text {
		margin-top: 12px;
		font-size: 0.9375rem; /* 15px */
		line-height: 1.7;
	}
}
