@charset "utf-8";
/* guidance ご案内 */


.guidance__ttl {
	margin-bottom: 1rem;
	font-weight: bold;
	line-height: 3;
	text-align: center;
	border-bottom: #000 1px solid;
}
.guidance__ttl--border {
	border: 1px solid #000;
}
.guidance__txt {
	padding-bottom: 1em;
	text-align: justify;
}

.guidance__txt--l {
	font-size: 1.125rem;
	font-weight: bold;
}

.guidance__img {
	width: 100%;
	margin-bottom: 1rem;
}

.guidance__txt--anchor {
	color: #0288d1;
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
    .guidance-wrap {
        background: #fff;
        margin: .5rem;
    }
	.guidance-wrapper {
		flex-direction: column;
	}

	.guidance__inner {
		padding: 0 1rem;
	}

	.guidance__ttl {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 641px) {
    .guidance-wrap {
        display: flex;
        width: 1185px;
        margin: auto;
        gap: 3rem;
        background: #fff;
        padding: 2rem;
        margin-bottom: 3rem;
    }
	.guidance-wrapper {
		flex-direction: row;
		column-gap: 2.5rem;
	}

	.guidance {
		width: calc(100% / 3);
	}

	.guidance__ttl {
		font-size: 1.5rem;
	}
	.guidance__ttl--border {
		font-size: 1rem;
	}
}