@charset "UTF-8";
/* ==================================================
	howto
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.guide001 {
		display: block;
		padding-bottom: 30px;
	}
	.pb35 {
		padding-bottom: 25px;
	}
	.step-box {
		display: block;
		margin-bottom: 25px;
	}
	.guide001 .tit {
		display: block;
		margin-bottom: 15px;
	}
	.guide001 .tit span {
		display: block;
		width: 140px;
		background: #0BB2A1;
		text-align: center;
		padding: 7px 0;
		font-weight: bold;
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1;
	}
	.guide001 .tit h3 {
		margin-top: 6px;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.guide001 figure {
		border: #EFEFEF solid 3px;
		text-align: center;
		padding: 30px 0;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.guide001 figure img {
		display: inline-block;
		max-width: 100%;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.guide001 {
		display: block;
		padding-bottom: 70px;
	}
	.pb35 {
		padding-bottom: 35px;
	}
	.step-box {
		display: block;
		margin-bottom: 55px;
	}
	.guide001 .tit {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 24px;
	}
	.guide001 .tit span {
		flex-basis: 140px;
		background: #0BB2A1;
		text-align: center;
		padding: 13px 0;
		font-weight: bold;
		color: #FFF;
		font-size: 2.4rem;
		line-height: 1;
	}
	.guide001 .tit h3 {
		flex-basis:82%;
		font-size: 2.1rem;
		line-height: 1.3;
	}
	.guide001 figure {
		border: #EFEFEF solid 3px;
		text-align: center;
		padding: 30px 0;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.guide001 figure img {
		display: inline-block;
		max-width: 100%;
	}
}