
.selectTabMother{ width: 93%;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 9px;
	background: #8099ce;
	padding: 7.5px;
	border-radius: 31px;
	box-sizing: border-box;
}
.selectTabMother >li{ text-align: center;padding: 18px 0; font-size: 25px; font-weight: 900; color: #fff; border-radius: 28px;transition: all 0.2s 0s ease;
	box-sizing: border-box;}

.selectTabMother >li:hover{background: #3B61AD; color: #fff;}

.selectTabMother >li.select{ background: #00247d; color: #fff;}

.bodyMother01,.bodyMother02{transition: all 0.2s 0s ease; display: none;margin-bottom: 50px;}
.bodyMother01.select,.bodyMother02.select{display: block;}




.selectTabChild{
    width: auto;
    margin: 0 auto ;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}



.selectTabChild >li{text-align: center; color: #fff;
	background: #8099ce;
padding: 20px 0;border-radius: 15px 15px 0 0;
font-size: 140%; font-weight: bold;
}
.selectTabChild >li:hover{background: #3B61AD; color: #fff;}
.selectTabChild >li.select{background: #00247d; color: #fff;}

.bodyChild01,.bodyChild02{transition: all 0.2s 0s ease; display: none;
border: 1px solid #00247d;padding: 50px;

}
.bodyChild01.select,.bodyChild02.select{display: block;}

