
.req01 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

/* 左の緑の箱 */
.req01 .icon {
	display: flex;
	width: 120px;
	height: 120px;
	background: #7fc03e;
	color: #fff;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	line-height: 130%;
}

/* 三角形エリア */
.req01 .triangle {
	width: 0;
	height: 0;
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 65px solid #f1f8e9;
}



/* テキスト本体 */
.req01 .text {
	display: flex;
	align-items: center;
	width: 626px; /* 総幅810px - 120 - 20 - 15 (gap) */
	height: 90px;
	padding: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	background-color: #f1f8e9;
	border-radius: 5px;
	margin-left: 0;
}

/* テキスト本体２ */
.req01 .text2 {
	display: flex;
	flex-direction:column;
	justify-content: center;
	width: 626px; /* 総幅810px - 120 - 20 - 15 (gap) */
	height: 90px;
	padding: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	background-color: #f1f8e9;
	border-radius: 5px;
	margin-left: 0;
line-height:120%;
}
.headline {
	width:100%;
	font-weight: bold;
}
.note {
	color: #e53935;
	font-size: 13px;
}



.req02 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.req02 .text {
	width: 560px;
	margin: 0px 0px 0px 30px;
}
.req02 .img {
	width: 240px;
}



.image-box {
  position: relative;
  display: inline-block; /* 横幅にフィット */
}

.image-box img {
  display: block; /* 隙間を消す */
  width: 100%; /* 必要に応じて調整 */
  height: auto;
}

.image-box .txt-area {
position: absolute;
	top: 20%;
	left: 19%;
	width: 106px;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 20px;
	padding: 0.5em 1em;
	border-radius: 4px;
}

.image-box .txt-east {
position: absolute;
	top: 38%;
	left: 76%;
	width: 46px;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 15px;
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 0.5em 1em;
	border-radius: 4px;
}


.image-box .txt-west {
	position: absolute;
	top: 58%;
	left: 32%;
	width: 53px;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 15px;
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 0.5em 1em;
	border-radius: 4px;
}


.image-box .text1 {
	position: absolute;
	top: 40%;
	left: 133%;
	width: 155px;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5em 1em;
	border-radius: 4px;
}


.image-box .text2 {
	position: absolute;
	top: 79%;
	left: 87%;
	width: 180px;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.5em 1em;
	border-radius: 4px;
}



.reqtxt{
	display:block;
	font-size:17px;
	padding:0 0px 0px 33px;
}
.red{
	color:#f00;
	margin:0 0 0 0;
}
.reqtxt3{
	display:block;
	font-size:17px;
	padding:0 0 80px 33px;
}
.req03{
	display: flex;
	margin: 0 0 60px 0;
}
.req03 .text {
	display: flex;
	align-items: center;
	width: 626px;
	height: 97px;
	padding: 15px;
	font-size: 17px;
	background-color: #f1f8e9;
	border-radius: 5px;
	line-height:140%;
}
.req03 .img {

}


