@charset "UTF-8";

/* ===== SP共通 layout ===== */

.glofw001 {
	display: block;
}
.flow-one {
	background: #f0f0f0;
	padding: 15px;
	position: relative;
	margin: 50px 0 70px;
	border-radius: 10px;
}
.flow-one::before {
	position: absolute;
	bottom: -85px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border: 34px solid transparent;
	border-top: 34px solid #7a0;
}
.flow-one.no::before {
	display: none;
}
.flow-one .num {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 13px;
	top: -15px;
	z-index: 5;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 2rem;
	line-height: 1;
	background: #8bab8a;
}
.flow-one h3 {
	margin-bottom: 0;
}
.flow-one .flex {
	background: #fff;
	padding: 15px;
}
.flow-one .flex figure {
	margin-bottom: 15px;
}
.flow-one .flex figure img {
	width: 100%;
}
.flow-one .flex .txt p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.flow-flex02 {
	margin-top: 30px;
}
.flow-flex02 .one {
	background: #fff;
}
.flow-flex02 .one h4 {
	background: #dbefdb;
	padding: 14px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.flow-flex02 .one p {
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 10px;
}

/* ===== PC-TAB layout ===== */
@media print, screen and (min-width: 768px) {
	.flow-one {
		padding: 10px 40px 30px;
	}
	.flow-one .num {
		left: 20px;
		top: -25px;
		width: 50px;
		height: 50px;
		font-size: 3rem;
	}
	.flow-one .flex {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 20px;
	}
	.flow-one .flex figure {
		flex-basis: 36%;
	}
	.flow-one .flex .txt {
		flex-basis: 60%;
	}
	.flow-one .flex .txt p {
		line-height: 2;
	}
	.flow-flex02 {
		display: flex;
		justify-content: space-between;
	}
	.flow-flex02 .one {
		flex-basis: 49%;
	}
	.flow-flex02 .one h4 {
		padding: 18px;
		font-size: 1.7rem;
	}
	.flow-flex02 .one p {
		padding: 24px;
	}
}
