@charset "utf-8";
main h1 {
	border-top: 3px solid #9b72b0;
	border-bottom: 3px solid #9b72b0;
	color: #9b72b0;
	background-image: url(../images/support/bg-title.png);
	background-size: min(223.6px, calc(100% - 170px));
}
.post-box {
	border: 1px solid #9b72b0;
}
.flow-box {
	padding: 0 10px;
	text-align: center;
}
.flow-box img {
	max-width: 100%;
}
.a div {
	width: fit-content;
	margin: auto;
	position: relative;
}
#post-01 .link-btn {
	width: 50.4%;
	position: absolute;
	bottom: 12%;
	left: 14%;
}
#post-02 .link-btn {
	width: 55.9%;
	position: absolute;
	bottom: 5%;
	left: 14%;
}
#post-03-lead {
	width: 100%;
	margin-bottom: 30px;
	padding: 0 10px;
}
#lead-text {
	margin-bottom: 30px;
	padding: 0 10px;
	font-size: 14px;
}
#ex {
	margin: 0 10px;
	border: 1px dashed #f6ad49;
	border-radius: 10px;
}
#ex img {
	margin: 0 auto;
	display: block;
}
#ex div {
	margin: 10px 0;	
}
#ex div img {
	width: 100%;
	max-width: 298px;
}
#post-03 a {
	width: 230px;
	height: 30px;
	margin: 0 auto 6px;
	border: 1px solid #007bff;
	color: #007bff;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	display: block;
}
@media only screen and (min-width: 768px) {
	#post-02 {
		margin-top: -7.17%;
	}
	.flow-box {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#post-01 .flow-box {
		padding: 0 20px;
	}
	#post-02 .flow-box {
		padding: 7.17% 20px 0;
	}
	.q,
	.a {
		width: 43.5%;
	}
	.col2 {
		width: 7%;
	}
	.col2 img {
		width: 100%;
	}
	.col2 img:first-of-type {
		margin-bottom: 267%;
	}
	#post-01 .col2 {
		margin-top: 8.1%;
	}
	#post-02 .col2 {
		margin: auto;
	}

	#post-03-lead {
		max-width: 781px;
		margin: 0 auto 30px;
		display: block;
	}
	#lead-text {
		max-width: 781px;
		min-height: 173px;
		margin: 0 auto 50px;
		padding: 0 10px;
		font-size: 16px;
		background: url(../images/support/03-post-bg-l.png) no-repeat center left content-box,
			url(../images/support/03-post-bg-r.png) no-repeat center right content-box;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#ex {
		margin: 0 20px 10px;
		padding: 20px 0 0;
		position: relative;
	}
	#ex > img {
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
	}
	#ex div {
		max-width: 100%;
		margin: 10px;
		display: flex;
		justify-content: space-between;
	}
	#ex div img {
		width: 33.3%;
		margin: 0;
	}
}
