@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
	margin-top: 0;
}

.offerContents {
	color: #1A1A1A;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.offerContents {
		display: block;
		font-size: 1.6rem;
		line-height: 1.6;
	}
}
.offerContents img {
	max-width: 100% !important;
}

.content__inner {
	display: block;
	margin-inline: auto;
	max-width: 1024px;
	width: 89.3333333333%;
}

@media screen and (max-width: 767px) {
	.content__inner.-spNarrow {
		width: 94.6666666667%;
	}
}
@media screen and (max-width: 767px) {
	.content__inner.-spNone {
		width: 100%;
	}
}
:where(.mv) + .content__inner {
	margin-block-start: 40px;
}

.pcOnly {
	display: block;
}

@media screen and (max-width: 767px) {
	.pcOnly {
		display: none;
	}
}
.spOnly {
	display: none;
}

@media screen and (max-width: 767px) {
	.spOnly {
		display: block;
	}
}
/* セクション */
* + .content {
	margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
	* + .content {
		margin-top: 4.8rem;
	}
}
* + .content.-inner-level2 {
	margin-top: 8.8rem;
}

@media screen and (max-width: 767px) {
	* + .content.-inner-level2 {
		margin-top: 4rem;
	}
}
.content__box + * {
	margin-top: 4rem;
}

@media screen and (max-width: 767px) {
	.content__box.-spNarrow {
		margin-top: 2.4rem;
	}
}
.content__box.-wideMedium {
	margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
	.content__box.-wideMedium {
		margin-top: 4rem;
	}
}
.content__box.-wide {
	margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
	.content__box.-wide {
		margin-top: 3.2rem;
	}
}
/* 注意ボックス */
.attentionBox {
	align-items: center;
	border: 1px solid #DF1F1C;
	display: flex;
	justify-content: space-between;
	padding-block: 1.6rem;
	padding-inline: 2.4rem;
	min-height: 8.4rem;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.attentionBox {
		display: block;
		padding-block: 2rem;
		padding-inline: 2rem;
		min-height: inherit;
	}
}
.attentionBox.-itemPositionTop {
	align-items: flex-start;
}

.attentionBox.-textTop {
	align-items: inherit;
}

.attentionBox__title {
	color: #DF1F1C;
	font-size: 2.4rem;
	font-weight: 900;
	width: 12.5256673511%;
}

@media screen and (max-width: 767px) {
	.attentionBox__title {
		font-size: 2rem;
		margin-inline: auto;
		width: 32.0102432778%;
	}
	.attentionBox__title + * {
		margin-top: 1rem;
	}
}
.attentionBox__text {
	font-size: 1.6rem;
	width: 85.4209445585%;
}

@media screen and (max-width: 767px) {
	.attentionBox__text {
		font-size: 1.6rem;
		width: 100%;
	}
}
/* 汎用的画像梱包用 */
.imageBox {
	text-align: center;
}

.imageBox + * {
	margin-top: 3.2rem;
}

.imageBox.-marginWide + * {
	margin-top: 4rem;
}

@media screen and (max-width: 767px) {
	.imageBox.-marginWide + * {
		margin-top: 1.7rem;
	}
}
* + .imageBox.-marginWide {
	margin-top: 4rem;
}

@media screen and (max-width: 767px) {
	* + .imageBox.-marginWide {
		margin-top: 3.2rem;
	}
}
.imageBox.-spSmall {
	margin-inline: auto;
	width: 91.0447761194%;
}

* + .imageBox.-banner {
	margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
	* + .imageBox.-banner {
		margin-top: 4rem;
	}
}
.imageBox.-banner a {
	display: block;
	transition: opacity 1s;
}

.imageBox.-banner a:hover {
	opacity: 0.7;
}

/* ロゴが横にあるボックス */
.logoSideBox {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.logoSideBox {
		display: block;
	}
}
.logoSideBox__image {
	width: 130px;
}

@media screen and (max-width: 767px) {
	.logoSideBox__image {
		margin-inline: auto;
		width: 80px;
	}
	.logoSideBox__image + * {
		margin-top: 1rem;
	}
}
.logoSideBox__text {
	width: calc(100% - 154px);
}

@media screen and (max-width: 767px) {
	.logoSideBox__text {
		width: 100%;
	}
}
/* ダウンロードアイコン梱包用 */
.downloadBox {
	border-top: 1px solid #C9C9C9;
	padding-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.downloadBox {
		padding-top: 2.4rem;
	}
}
.downloadBox + * {
	margin-top: 2.4rem;
}

* + .downloadBox {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	* + .downloadBox {
		margin-top: 2.4rem;
	}
}
/* 画像が横にあるボックス */
.imageSideBox {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.imageSideBox {
		display: block;
	}
}
.imageSideBox + *:not(.attentionBox, .colorBox) {
	margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
	.imageSideBox + *:not(.attentionBox, .colorBox) {
		margin-top: 3.2rem;
	}
}
.imageSideBox + .attentionBox {
	margin-top: 3.2rem;
}

.imageSideBox + .colorBox {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.imageSideBox + .colorBox {
		margin-top: 1.6rem;
	}
}
.imageSideBox.-iga {
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 16px;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.imageSideBox.-iga {
		display: flex;
		flex-direction: column;
	}
}
.imageSideBox__image {
	text-align: center;
	width: 48.4375%;
}

@media screen and (max-width: 767px) {
	.imageSideBox__image {
		margin-top: 2.4rem;
		width: 100%;
	}
}
.-small .imageSideBox__image {
	width: 45.703125%;
}

@media screen and (max-width: 767px) {
	.-small .imageSideBox__image {
		width: 100%;
	}
}
.-imageSmall .imageSideBox__image {
	width: 31.25%;
}

@media screen and (max-width: 767px) {
	.-imageSmall .imageSideBox__image {
		width: 100%;
	}
}
.-iga .imageSideBox__image {
	margin-inline: auto;
	width: 23.046875%;
}

.-iga .imageSideBox__image img {
	width: 220px;
}

@media screen and (max-width: 767px) {
	.-iga .imageSideBox__image {
		width: 58.6666666667%;
		margin-top: 0;
	}
}
.imageSideBox__text {
	width: 48.4375%;
}

@media screen and (max-width: 767px) {
	.imageSideBox__text {
		margin-top: 1.6rem;
		width: 100%;
	}
}
.-small .imageSideBox__text {
	text-align: center;
	width: 45.703125%;
}

@media screen and (max-width: 767px) {
	.-small .imageSideBox__text {
		width: 100%;
	}
}
.-imageSmall .imageSideBox__text {
	width: 65.625%;
}

@media screen and (max-width: 767px) {
	.-imageSmall .imageSideBox__text {
		width: 100%;
	}
}
.imageSideBox__text .fontSmall {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.imageSideBox__text .fontSmall {
		font-size: 1.2rem;
	}
}
.imageSideBox__text .fontSmall + * {
	margin-top: 1.3rem;
}

.-iga .imageSideBox__text {
	width: 78.90625%;
}

@media screen and (max-width: 767px) {
	.-iga .imageSideBox__text {
		width: 100%;
		margin-top: 0;
	}
}
.transportation-image {
	width: 100%;
	margin-bottom: 16px;
}
.transportation-image img {
	width: 100%;
	height: auto;
}

.text-link {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 24px;
	width: -moz-fit-content;
	width: fit-content;
}
.text-link.-purple {
	color: #751585;
	position: relative;
}
.text-link.-purple::after {
	content: "";
	position: absolute;
	top: 8px;
	right: -18px;
	background: url("../img/icon-blank_black.svg") center bottom no-repeat;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
}
.text-link.-green {
	color: #00A95F;
	position: relative;
}
.text-link.-green::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -18px;
	background: url("../img/icon-blank_black.svg") center bottom no-repeat;
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
}

@media screen and (max-width: 767px) {
	.text-link {
		font-size: 1.4rem;
	}
	.text-link.-purple::after, .text-link.-green::after {
		top: 50%;
		transform: translateY(-50%);
		right: -14px;
		background-size: 10px 12px;
		width: 10px;
		height: 12px;
	}
}
/* 線つきボックス */
.brownBox {
	background-color: #F1EFEB;
	padding-bottom: 3.2rem;
	margin-bottom: 3.2rem;
	border-radius: 10px;
}

.purpleBox {
	background-color: #EDEBF1;
	padding-bottom: 3.2rem;
	margin-bottom: 3.2rem;
	border-radius: 10px;
}

.greenBox {
	background-color: #EAF4EF;
	padding-bottom: 3.2rem;
	margin-bottom: 3.2rem;
	border-radius: 10px;
}

.purpleBox,
.greenBox {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.brownBox {
		padding-bottom: 0.8rem;
	}
	.purpleBox {
		padding-bottom: 0.8rem;
	}
	.greenBox {
		padding-bottom: 0.8rem;
	}
}
/* 白い背景ボックス */
.whiteBox {
	background-color: #FFF;
	padding-block: 2.4rem;
	padding-inline: 1.6rem;
	margin-inline: 3.2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.whiteBox > .dotList {
	margin-bottom: auto;
}

@media screen and (max-width: 767px) {
	.whiteBox {
		margin-inline: 0.8rem;
		padding-block: 2rem;
	}
}
/* ネイビーorオレンジボックス */
.colorBox {
	padding-inline: 32px;
	padding-block: 16px 32px;
	color: #fff;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.colorBox {
		padding-inline: 18px;
		padding-block: 16px 24px;
		border-radius: 5px;
	}
}
.colorBox + * {
	margin-block-start: 32px;
}

.colorBox.-navy {
	background-color: #004896;
}

.colorBox.-orange {
	background-color: #EF7D00;
}

.colorBox.-orange .colorBox__column-item {
	width: 100%;
}

.colorBox__head {
	padding-block-end: 16px;
	border-bottom: 2px solid #fff;
	margin-block-end: 16px;
	text-align: center;
}

.colorBox__head .attentionList {
	font-size: 1.6rem;
	line-height: 1.4;
}

.colorBox__head + * {
	margin-block-start: 16px;
}

@media screen and (max-width: 767px) {
	.colorBox__head {
		border-bottom: 1px solid #fff;
	}
}
.colorBox__heading {
	font-size: 2.2rem;
	font-weight: bold;
}

.colorBox__heading.-yellow {
	line-height: 1.4;
	color: #FFF216;
	text-align: center;
}

.colorBox__heading.-yellow + * {
	margin-block-start: 16px;
}

@media screen and (max-width: 767px) {
	.colorBox__heading {
		font-size: 1.8rem;
	}
}
.colorBox__lead {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.colorBox__lead + * {
	margin-block-start: 16px;
}

.colorBox__column {
	display: flex;
	justify-content: space-between;
}

.colorBox__column-item {
	width: 46.875%;
}

.colorBox__column-item:nth-child(2) {
	position: relative;
}

.colorBox__column-item:nth-child(2)::before {
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dashed #fff;
	position: absolute;
	top: 0;
	left: -6%;
}

.colorBox__column-image {
	width: 33.3333333333%;
}

.colorBox__column-text {
	width: 63.1111111111%;
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.colorBox__column {
		flex-direction: column;
		justify-content: space-between;
	}
	.colorBox__column-item {
		width: 100%;
	}
	.colorBox__column-item:nth-child(2) {
		position: relative;
		margin-block-start: 48px;
	}
	.colorBox__column-item:nth-child(2)::before {
		display: block;
		width: calc(100% + 32px);
		height: 2px;
		border-left: 0;
		border-bottom: 1px dashed #fff;
		position: absolute;
		top: -24px;
		left: -16px;
	}
	.colorBox__column-image {
		width: 100%;
		text-align: center;
	}
	.colorBox__column-text {
		width: 100%;
		margin-block-start: 16px;
	}
}
/* ご利用方法のbox */
.use-box {
	margin-top: 0;
	display: flex;
	font-weight: 600;
	color: #fff;
	height: 60px;
	font-size: 1.4rem;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.use-box {
		height: auto;
	}
}
.use-box__title {
	width: 23.8596491228%;
	background-color: #3E6223;
	padding-inline: 1.2rem;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.use-box__title {
		height: auto;
		padding-block: 16px;
	}
}
.use-box__text {
	width: 76.1403508772%;
	background-color: #748345;
	height: 100%;
	display: flex;
	align-items: center;
	padding-inline-start: 0.8rem;
}

@media screen and (max-width: 767px) {
	.use-box__text {
		height: auto;
		padding-block: 12px;
		padding-inline: 1rem;
	}
}
.use-box__text .-small {
	font-size: 1.1rem;
}

.use-box + .dotList {
	margin-top: 1.6rem;
}

.col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	gap: 40px;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.col2 {
		display: block;
	}
}
.col2__item {
	width: 100%;
}

.col2__item .spot-heading {
	margin-bottom: 2.4rem;
	margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
	.col2__item .spot-heading {
		margin-top: 0;
		margin-bottom: 1.4rem;
	}
}
.col2__item .spot-heading img {
	width: 100%;
}

.col2__item .spot-text {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
}

.col2__item .spot-image {
	width: 100%;
	margin-bottom: 24px;
}
.col2__item .spot-image img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.col2__item .spot-text {
		height: auto;
		font-size: 1.4rem;
	}
}
.info-list {
	list-style: none;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1.6rem;
	margin-top: 16px;
}
.info-list__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
	padding-left: 16px;
	position: relative;
}
.info-list__item::before {
	content: "●";
	position: absolute;
	left: 0;
	top: -8px;
	color: #966134;
	font-size: 2rem;
}
.info-list__label {
	font-weight: bold;
	color: #966134;
	width: 80px;
	text-align: left;
	flex-shrink: 0;
}
.info-list__content, .info-list__link {
	flex: 1;
	font-weight: 600;
	margin-left: 12px;
}
.info-list__link {
	text-decoration: none;
	position: relative;
}
.info-list__link::after {
	background: url("../img/icon-blank.svg") center bottom no-repeat;
	background-size: 14px auto;
	content: "";
	display: inline-block;
	width: 30px;
	height: 18px;
	right: 0;
}
.info-list__link:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.info-list__item {
		flex-direction: column;
		padding-left: 0;
	}
	.info-list__item::before {
		content: "●";
		position: absolute;
		left: 0;
		top: -7px;
		color: #966134;
		font-size: 2rem;
	}
	.info-list__label {
		width: 100%;
		font-size: 1.4rem;
		padding-left: 18px;
	}
	.info-list__content {
		font-size: 1.4rem;
		margin-left: 0;
	}
	.info-list__link {
		margin-left: 0;
	}
}
.col2__item:not(:first-child) {
	position: relative;
}

.col2__item:not(:first-child)::before {
	border-left: 4px dotted #9A95B1;
	position: absolute;
	content: "";
	width: 8px;
	height: 100%;
	left: -5%;
}

@media screen and (max-width: 767px) {
	.col2__item:not(:first-child)::before {
		border-top: 4px dotted #9A95B1;
		width: 100%;
		height: 1px;
		top: -10px;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.col2__item {
		width: 100%;
	}
	.col2__item:not(:first-child) {
		margin-top: 32px;
	}
}
/* 2つ並びレイアウト */
.twoColumn {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.twoColumn {
		flex-direction: column;
		row-gap: 32px;
	}
}
.twoColumn.-columnGapNone .twoColumn__item {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.twoColumn.-columnGapNone {
		row-gap: 16px;
	}
	.twoColumn.-columnGapNone .twoColumn__item {
		width: 100%;
	}
}
.twoColumn__item {
	display: flex;
	flex-direction: column;
	width: 49.21875%;
}

.twoColumn__item .dotList {
	flex-grow: 1;
}

@media screen and (max-width: 767px) {
	.twoColumn__item {
		width: 100%;
	}
}
.twoColumn + * {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.twoColumn + * {
		margin-top: 2.4rem;
	}
}
/* MV帯 */
.mvBg {
	background-color: #5F1567;
	padding-block: 2.4rem;
	background-image: url("../img/mv-info_bg.png");
	background-position: center bottom;
	background-repeat: repeat;
	background-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
	.mvBg {
		padding-block: 2rem;
	}
}
/* テキストリンク */
.text-link.-iconBlank {
	display: inline-block;
	position: relative;
}

.text-link.-iconBlank::after {
	background: url("../img/icon-blank.svg") center bottom no-repeat;
	background-size: 11px auto;
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
}

.text-link.-iconPdf {
	display: inline-block;
	position: relative;
}

.text-link.-iconPdf::after {
	background: url(../img/icon-pdf.svg) right bottom no-repeat;
	background-size: 16px auto;
	content: "";
	display: inline-block;
	width: 19px;
	height: 17px;
	position: absolute;
	top: 6px;
}

/* ボタン */
.basicButton {
	background: url("../img/arrow-right_white.svg") right 2.4rem center no-repeat;
	background-size: 1.1rem auto;
	background-color: #A660A3;
	box-shadow: 0 5px 0 #5D195A;
	border-radius: 5px;
	color: #FFF;
	display: block;
	line-height: 1.4;
	font-size: 2.4rem;
	font-weight: 900;
	margin-inline: auto;
	max-width: 700px;
	padding-block: 2.2rem;
	padding-inline: 3.8rem;
	text-align: center;
	text-decoration: none;
	transition: 0.5s;
}
.basicButton + .basicButton {
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.basicButton {
		background-position: right 1.8rem center;
		background-size: 1rem auto;
		font-size: 1.6rem;
		padding-block: 1.7rem;
		padding-left: 1.9rem;
		padding-right: 2em;
		text-align: left;
	}
}
.basicButton:hover {
	box-shadow: none;
	transform: translateY(5px);
}

.basicButton + * {
	margin-top: 6.4rem;
}

@media screen and (max-width: 767px) {
	.basicButton + * {
		margin-top: 3.2rem;
	}
}
/* --- 追従リンク --- */
.fixed-link {
	position: fixed;
	right: 0;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transform: translateX(141px);
	z-index: 99;
	transition: all 0.3s;
}

.fixed-link.is-show {
	transform: translateX(0);
	opacity: 1;
}

.fixed-link a {
	background-color: #A660A3;
	border-radius: 10px 0 0 10px;
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 700;
	padding-block: 30px;
	padding-left: 16px;
	padding-right: 48px;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
}

.fixed-link a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.fixed-link a {
		font-size: 1.2rem;
		padding-block: 20px;
		padding-left: 8px;
		padding-right: 20px;
	}
}
.fixed-link a::after {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #FFF;
}

@media screen and (max-width: 767px) {
	.fixed-link a::after {
		width: 7px;
		height: 8px;
	}
}
.navLink {
	display: flex;
	-moz-column-gap: 2.5390625%;
	column-gap: 2.5390625%;
	margin-block-start: 40px;
}

@media screen and (max-width: 767px) {
	.navLink {
		flex-direction: column;
		row-gap: 20px;
	}
}
.navLink li {
	width: 31.8359375%;
}

.navLink li .basicButton {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #A660A3 url("../img/arrow-bottom_white.svg") center bottom 16px no-repeat;
	border-radius: 10px;
	font-size: 1.6rem;
	padding-block: 2.3rem 3.8rem;
	padding-inline: 12px;
}

@media screen and (max-width: 767px) {
	.navLink li {
		width: 100%;
	}
	.navLink li .basicButton {
		background: #A660A3 url("../img/arrow-bottom_white.svg") center bottom 12px no-repeat;
		border-radius: 5px;
		text-align: center;
	}
}
/* 見出しレベル3 */
.headingLevel3 {
	background-color: #5F1567;
	color: #FFF;
	font-size: 3.4rem;
	font-weight: 900;
	padding-block: 2.8rem;
	text-align: center;
}

.headingLevel3.-red {
	background-color: #DF1F1C;
}

@media screen and (max-width: 767px) {
	.headingLevel3 {
		font-size: 2rem;
		padding-block: 2.2rem;
		text-align: left;
	}
}
.headingLevel3 .fontSmall {
	font-size: 2.2rem;
}

.headingLevel3 .fontSmall.-spaceOn {
	display: inline-block;
	line-height: 1;
	margin-left: 2rem;
}

@media screen and (max-width: 767px) {
	.headingLevel3 .fontSmall.-spaceOn {
		display: block;
		line-height: inherit;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.headingLevel3 .fontSmall {
		font-size: 1.6rem;
	}
}
.headingLevel3 + * {
	margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
	.headingLevel3 + * {
		margin-top: 2.4rem;
	}
}
/* 見出しレベル4 */
.headingLevel4 {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.headingLevel4 {
		font-size: 1.8rem;
	}
}
.headingLevel4 + * {
	margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
	.headingLevel4 + * {
		margin-top: 1.3rem;
	}
}
.headingLevel4.-lineHeightNarrow {
	line-height: 1.4;
}

.headingLevel4.-lineHeightNarrow + * {
	margin-top: 1.7rem;
}

.headingLevel4.-martinTopWide + * {
	margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
	.headingLevel4.-martinTopWide + * {
		margin-top: 1.6rem;
	}
}
.headingLevel4.-forBrownLabel {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.headingLevel4.-forBrownLabel {
		display: block;
		font-size: 2rem;
		line-height: 1.4;
	}
}
.-widthImage .headingLevel4.-forBrownLabel {
	display: block;
}

.forBrownLabel__number {
	color: #9C7B36;
	width: 10.9375%;
}

@media screen and (max-width: 767px) {
	.forBrownLabel__number {
		display: block;
		width: 100%;
	}
}
.forBrownLabel__text {
	font-size: 2rem;
	width: 88.2291666667%;
}

@media screen and (max-width: 767px) {
	.forBrownLabel__text {
		font-size: 1.8rem;
		width: 100%;
	}
}
.forBrownLabel__text .attentionText {
	display: block;
	font-weight: 400;
	margin-top: 1.6rem;
}

/* 見出しレベル5 */
.headingLevel5 {
	font-size: 2.8rem;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.headingLevel5 {
		font-size: 1.8rem;
	}
}
.headingLevel5 + * {
	margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
	.headingLevel5 + * {
		margin-top: 1.8rem;
	}
}
/* カラー見出し */
.headingColor {
	font-size: 3.4rem;
	text-align: center;
	padding-block: 10px;
	padding-inline: 12px;
	color: #fff;
	border-radius: 10px;
}
.headingColor.-sm {
	font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
	.headingColor {
		font-size: 2rem;
		border-radius: 5px;
	}
	.headingColor.-sm {
		font-size: 1.8rem;
	}
}
.headingColor span {
	font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
	.headingColor span {
		font-size: 1.6rem;
	}
}
.headingColor.-purple {
	background-color: #A660A3;
}

.headingColor.-brown {
	background-color: #956134;
}

.headingColor.-green {
	background-color: #69BD83;
}

.headingColor + * {
	margin-block-start: 3.2rem;
}

@media screen and (max-width: 767px) {
	.headingColor + * {
		margin-block-start: 1.6rem;
	}
}
.headingColor + *.whiteBox {
	margin-block-start: 0;
}

/* 注意アイコン */
.attentionIcon {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 3.2rem auto;
	display: inline-block;
	padding-left: 4.4rem;
}

@media screen and (max-width: 767px) {
	.attentionIcon {
		background-size: 2.4rem auto;
		padding-left: 3.4rem;
	}
}
.attentionIcon.-red {
	background-image: url("../img/icon-attention_red.svg");
}

/* 外窓アイコン */
.brankIcon {
	background: url("../img/icon-blank_white.svg") right center no-repeat;
	background-size: 1.5rem auto;
	padding-right: 1.9rem;
}

@media screen and (max-width: 767px) {
	.brankIcon {
		background-size: 1.1rem auto;
	}
}
/* pdfアイコン */
.pdfIcon {
	background: url("../img/icon-pdf_white.svg") right center no-repeat;
	background-size: 2.5rem auto;
	padding-right: 3rem;
}

@media screen and (max-width: 767px) {
	.pdfIcon {
		background-size: 1.8rem auto;
		padding-right: 2rem;
		padding-bottom: 4px;
	}
}
/* ※印つきリスト */
*:not(.dotList *) + .attentionList:not(.attentionList) {
	margin-top: 4rem;
}

@media screen and (max-width: 767px) {
	*:not(.dotList *) + .attentionList:not(.attentionList) {
		margin-top: 2.3rem;
	}
}
.attentionList.-pcInlineBlock {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.attentionList.-pcInlineBlock {
		display: block;
	}
}
.attentionList.-marginTopNarrow {
	margin-top: 1.6rem;
}

.attentionList > li {
	font-size: 1.6rem;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}

@media screen and (max-width: 767px) {
	.attentionList > li {
		font-size: 1.4rem;
	}
}
/* ●印つきリスト */
*:not(p) + .dotList {
	margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
	*:not(p) + .dotList {
		margin-top: 1.6rem;
	}
}
.dotList.-fontSizeBig > li {
	font-size: 1.6rem;
}

.dotList > li > .text-link {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.dotList.-fontSizeBig > li {
		font-size: 1.4rem;
	}
}
.dotList.-fontSizeBig > li::before {
	width: 1.2rem;
	height: 1.2rem;
	top: 0.8rem;
}

@media screen and (max-width: 767px) {
	.dotList.-fontSizeBig > li::before {
		top: 0.6rem;
	}
}
.dotList.-fontSizeBig > li > .-small {
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.dotList.-fontSizeBig > li > .-small {
		font-size: 1.4rem;
	}
}
.dotList > li {
	font-size: 1.6rem;
	padding-left: 2.2rem;
	position: relative;
}

.dotList.-mt-lg > li:not(:first-child) {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	.dotList > li {
		font-size: 1.4rem;
		padding-left: 2rem;
		position: relative;
	}
	.dotList > li:not(:first-child) {
		margin-top: 6px;
	}
}
.dotList > li::before {
	content: "";
	background-color: currentColor;
	border-radius: 50%;
	width: 1.6rem;
	height: 1.6rem;
	top: 0.6rem;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 767px) {
	.dotList > li::before {
		width: 1.2rem;
		height: 1.2rem;
	}
}
.dotList > li.-iconBrown::before {
	background-color: #9C7B36 !important;
}

.dotList > li .-small {
	font-size: 1.4rem;
	letter-spacing: 0;
}

.dotList.-iconRed > li::before {
	background-color: #DF1F1C;
}

.dotList.-iconPurple > li::before {
	background-color: #751585;
}
.dotList.-iconPurple > li::before:not(:first-child) {
	margin-top: 4px;
}

.dotList.-iconGreen > li::before {
	background-color: #00A95F;
}

.dotList.-iconBrown > li::before {
	background-color: #9C7B36;
}

.dotList.-fontBold > li {
	font-weight: bold;
}

.dotList.-dotSmall > li {
	letter-spacing: 0;
	line-height: 1.4;
}

.dotList.-dotSmall > li::before {
	width: 1.2rem;
	height: 1.2rem;
	top: 0.6rem;
	left: 0.4rem;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
	font-size: 1.6rem;
	padding-left: 1.6rem;
	position: relative;
}

@media screen and (max-width: 767px) {
	.normalDotList > li {
		font-size: 1.4rem;
	}
	.normalDotList > li:not(:first-child) {
		margin-top: 4px;
	}
}
.normalDotList > li::before {
	content: "";
	background-color: currentColor;
	border-radius: 50%;
	width: 0.3rem;
	height: 0.3rem;
	position: absolute;
	top: 1.3rem;
	left: 0.6rem;
}

/* 横並びリスト */
.inlineBlockList > li {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.inlineBlockList > li {
		display: block;
		padding-left: 1.9rem;
		text-indent: -1.9rem;
	}
}
.inlineBlockList > li + li {
	margin-left: 1.2rem;
}

@media screen and (max-width: 767px) {
	.inlineBlockList > li + li {
		margin-left: 0;
	}
}
/* ダウンロードアイコンリスト */
.downloadList {
	align-items: center;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.downloadList {
		display: block;
	}
}
.downloadList > li {
	text-align: center;
}

.downloadList > li + li {
	margin-left: 2.4rem;
}

@media screen and (max-width: 767px) {
	.downloadList > li + li {
		margin-left: 0;
		margin-top: 1rem;
	}
}
.downloadList > li a {
	display: block;
	transition: opacity 1s;
}

.downloadList > li a:hover {
	opacity: 0.7;
}

/* リンクボタンリスト */
.buttonList > li + li {
	margin-top: 2rem;
}

/* 右寄せ */
.textRight {
	text-align: right;
}

/* 赤色テキスト */
.colorRed {
	color: #DF1F1C;
}

/* 赤色テキスト 2 */
.colorRed2 {
	color: #B51F37;
}

/* 紫色テキスト */
.colorPurple {
	color: #382E65;
}

/* 茶色テキスト */
.colorBrown {
	color: #9C7B36;
}

.colorYellow {
	color: #FFE200;
}

/* マーカー */
.marker {
	background: linear-gradient(transparent 50%, #FFF87E 50%);
}

/* 説明文 */
.caption {
	font-size: 1.6rem;
}

* + .caption {
	margin-top: 2rem;
}

/* 注釈 */
.attentionText {
	font-size: 1.2rem;
}
.attentionText + .attentionText {
	margin-top: 8px;
}
.attentionText .text-link {
	margin-top: 0;
	font-size: 1.2rem;
}

.attentionText.-fontSizeMedium {
	font-size: 1.4rem;
}
.attentionText.-fontSizeMedium > .text-link {
	font-size: 1.4rem;
}

.attentionText.-fontSizeBig {
	font-size: 1.6rem;
}
.attentionText.-fontSizeBig > .text-link {
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.attentionText.-fontSizeBig {
		font-size: 1.4rem;
	}
	.attentionText.-fontSizeBig > .text-link {
		font-size: 1.4rem;
	}
	.attentionText.-fontSizeMedium {
		font-size: 1.2rem;
	}
	.attentionText.-fontSizeMedium > .text-link {
		font-size: 1.2rem;
	}
}
* + .attentionText {
	margin-top: 1.4rem;
}

.attentionText + * {
	margin-top: 4.9rem;
}

@media screen and (max-width: 767px) {
	.attentionText + * {
		margin-top: 2.4rem;
	}
}
/* 強調された注意文 */
.bigAttention {
	color: #B51F37;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.bigAttention {
		font-size: 2rem;
	}
}
* + .bigAttention {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	* + .bigAttention {
		margin-top: 2.4rem;
	}
}
.bigAttention + * {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.bigAttention + * {
		margin-top: 1.6rem;
	}
}
/* キャッチ */
.catch {
	color: #006934;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
}

.catch + * {
	margin-top: 1.7rem;
}

/* 観光ブロックのドットリスト下で使うキャッチ */
/* ドットラインつきキャッチ */
/* 茶背景のテキスト */
.brownLabelText {
	background-color: #F6F1EA;
	border-radius: 10px;
	padding-block: 2.4rem;
	padding-inline: 3.2rem;
}

@media screen and (max-width: 767px) {
	.brownLabelText {
		padding-block: 2rem;
		padding-inline: 1.9rem;
	}
}
.brownLabelText.-noneRadius {
	border-radius: 0;
	padding-block: 1rem;
	padding-inline: 1rem;
	text-align: center;
}

* + .brownLabelText.-noneRadius {
	margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
	* + .brownLabelText.-noneRadius {
		margin-top: 2.4rem;
	}
}
.brownLabelText + * {
	margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
	.brownLabelText + * {
		margin-top: 2.4rem;
	}
}
