@charset "UTF-8";

/* ------------------- キャンペーンバナー関連 ------------------- */
#campaign {
	& button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		cursor: pointer;
	}
	& figure {
		width: 100%;
		& picture {
			& img {
				width: 100% !important;
				margin: initial !important;
				border: #f05400 solid 2px;
			}
		}
	}
}

button.campaign_banner_btn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.agfpc-layout-campaign * {
	font-family:
		"Noto Sans Japanese", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
}

.uk-container {
	display: flow-root;
	/* 1 */
	box-sizing: content-box;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
	.uk-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* Tablet landscape and bigger */
@media (min-width: 995px) {
	.uk-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
	margin-bottom: 0;
}
/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
	padding-left: 0;
	padding-right: 0;
}
/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
	max-width: 750px;
}
.uk-container-small {
	max-width: 980px;
}
.uk-container-large {
	max-width: 1600px;
}
.uk-container-xlarge {
	max-width: 1600px;
}
.uk-container-expand {
	max-width: none;
}

.agfpc-layout-campaign {
	margin-top: 0;
	margin-bottom: 20px;
	@media (max-width: 995px) {
		margin-top: 20px;
		margin-bottom: 0;
	}
	h2 {
		color: #2d303b;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 20px;
		@media screen and (max-width: 955px) {
			font-size: 1.375rem;
		}
	}
	& p {
		color: #2d303b;
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
		text-align: left;
		@media screen and (max-width: 955px) {
			font-size: 0.875rem;
			line-height: 1.6;
			margin: 0;
		}
	}
}

.agfpc-layout-campaign .agfpc-htagstyle_leftborder {
	font-weight: bold;
	padding-left: 16px;
	position: relative;
	@media (max-width: 995px) {
		margin-bottom: 8px;
	}
}

.agfpc-layout-campaign .agfpc-htagstyle_leftborder:not(:first-child) {
	margin-top: 30px;
	@media (max-width: 995px) {
		margin-top: 20px;
	}
}
.agfpc-layout-campaign .agfpc-htagstyle_leftborder::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 1.1em;
	border-radius: 999px;
	background: #fe5e45;
	position: absolute;
	top: 8px;
	left: 0;
}

.agfpc-layout-campaign .agfpc-ulstyle_dots {
	padding-left: 0;
}
.agfpc-layout-campaign .agfpc-ulstyle_dots li {
	font: inherit;
	margin: 0;
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
}
.agfpc-layout-campaign .agfpc-ulstyle_dots li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fe5e45;
	border-radius: 50%;
	margin-right: 0.5em;
}
.agfpc-layout-campaign .agfpc-ulstyle_dots li a {
	word-break: break-all;
}
.agfpc-layout-campaign .agfpc-caution {
	font-size: 0.8em;
	text-indent: -1em;
	padding-left: 1em;
}
.agfpc-layout-campaign .agfpc-caution::before {
	content: "※";
}
