@charset "utf-8";
.map {
	width: 69.2rem;
	background-color: #DAEEF8;
	margin: 4rem auto 3rem auto;
	border-radius: 3.6rem;
}

.mapTT {
	width: 68rem;
	height: 12.8rem;
	background-image: url(../img/mapTT.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 1.5rem;
	left: 1rem;
	position: relative;
	top: -0.5rem;
}

.map01 {
    width: 50rem;
    display: block;
    margin: 1rem auto;
}

.subMapTT {
	background-image: url(../img/mapBlueLine.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 1;
	padding: 1rem 0 1.8rem;
	width: 63rem;
	margin: 0 auto;
	margin-top: -1rem;
}

.lstMapLbl {
    width: 64.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.lstMapLbl p {
	flex: 0 1 calc(25% - 1rem); 
	color: #FFF;
	display: inline-block;
	line-height: 7rem;
	padding: 0 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 3.5rem;
	font-size: 3.5rem;
	background-color: #1E99D4;
}

.lstMapLbl p:nth-child(5),
.lstMapLbl p:nth-child(6) {
    flex: 0 1 calc(25% - 1rem);
}

/* qa */
.qa {
    background-color: #BEE3FA;
    padding: 3.5rem 6rem 7.5rem 6rem;
}

.qaTtl{
	text-align: center;
	margin-bottom: 4.5rem;
}

.qaTtl > p:first-child {
	display: inline-block;
	padding: 0 2rem 1rem 2rem;
	margin: 0 auto;
	border-bottom: 0.1rem solid #08568B;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.qaBox {
/*    margin: 0 3rem 0 3rem;*/
}

.qaItem {
    cursor: pointer;
    margin-bottom: 3rem;
}

.qa_q {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding: 1.5rem 6.5rem 1.5rem 3.5rem;
    background-color: #08568B;
    min-height: 11.5rem;
    display: flex;
    align-items: center;
    border-radius: 2.8rem;
}

.qa_q::before {
    content: '';
    position: absolute;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background-image: url(../img/iconQA_c.webp);
    background-size: 100% 100%;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.qa_q.close::before {
    background: url(../img/iconQA.webp);
    background-size: 100% 100%;
}

.qa_a {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.7;
    color: #08568B;
    background: #fff;
    padding: 9rem 6rem 3rem 3.5rem;
    display: none;
    border-radius: 3.5rem;
    background: #FFF;
    margin-top: -7rem;
}

footer {
	padding-bottom: 5rem;
}

footer p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3rem;
	width: 42rem;
	margin: 0 auto;
}

footer p a {
	text-decoration: none;
	font-weight: 500;
	color: #231815 !important;
}