@charset "UTF-8";

.kosugi-maru {
  font-family: "Kosugi Maru", sans-serif;
}
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.txt_cont {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
  min-height: 0vw;
	background: #C3B68F;
	padding: 10px;
	line-height: 1;
}

.text-danger {
	color: red !important; 
}

.ttl01 {
	font-size: clamp(3rem, calc(3rem + ((1vw - 0.36rem) * 0.5435)), 3.5rem);
  min-height: 0vw;
	padding: 1em 0 0.2em;
	font-weight: 700;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
}
.ttl01:after {
content: "";
width: 70px;
height: 3px;
background-color: #827346;
position: absolute;
left: calc(50% - 35px);
bottom: -12px;
}
.ttl01 span {
	display: block;
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
	font-weight: bold;
	margin-top: 0.3em;
}

.ttl02 {
	font-size: clamp(1.8rem, calc(1.6rem + ((1vw - 0.36rem) * 0.5435)), 2.2rem);
	font-weight: bold;
  position: relative;
  padding: 0.8em;
  background: #DFF0D8;
	margin-bottom: 1em;
}

.ttl02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #DFF0D8;
  width: 0;
  height: 0;
}

.ttl03 {
	font-size: clamp(2rem, calc(2rem + ((1vw - 0.36rem) * 0.5435)), 2.5rem);
  min-height: 0vw;
	font-weight: 700;
	margin-bottom: 10px; 
}
.ttl04 {
	font-size: clamp(1.6rem, calc(1.6rem + ((1vw - 0.36rem) * 0.5435)), 2rem);
  min-height: 0vw;
	font-weight: 600;
	line-height: 1.1em;
}

.catch_text {
	padding: 0 25% 0 40%;
	text-align: center;
	font-size: 4rem;
	line-height: 1.4em;
	margin: 0 auto;
	position: absolute;
	bottom: 30%;
}

.step_txt > span {
  position: relative;
  padding: 0.05em 1em 0.02em;
	background: #107b5e;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	border-radius: 9999px;
	margin-top: 0.5em;
}
.step_txt p {
	margin: 0.5em 0 1em 1.5em;
	padding-left: 0.5em;
	border-left: 1px solid #107b5e;
}

/* 表示領域が991.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 991.98px) {
	.catch_text {
		font-size: 3rem;
	}
}

/* 表示領域が767.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 767.98px) {
	.ttl01a {
		font-size: clamp(1.8rem, calc(2vw + 2.7rem), 3.2rem);
	}
	.catch_text {
		padding: 0 20% 0 37%;
		font-size: 2rem;
	}
}

/* 表示領域が575.98px以下の場合に適用するスタイル
-----------------------------------------------------*/
@media print, screen and (max-width: 575.98px) {
	.catch_text {
		padding: 0 20% 0 37%;
		font-size: 1.4rem;
	}
}
