@charset "UTF-8";

/* blc01 ------------------*/
#blc01 .txtCatch{
font-size:160%;
font-weight:400;
text-align:center;
margin-bottom:4%;
}

#blc01 .txtCatch .intro{
	color:#71c9da;
	display:block;
}

#blc01 .memberBlc{
border-top:1px solid #c8c8c8;
padding: 4% 0 0;
margin: 4% 0 0;
}

#blc01 .memberBlc .subj{
font-size:140%;
font-weight:500;
margin-bottom:2%;
background:#d0edf8;
text-align:center;
color:#28325A;
}

#blc01 .memberBlc .partBlc{
display:flex;
align-items:center;
}

#blc01 .memberBlc .partBlc .txtBlc{
color:#2665a4;
font-size:160%;
font-weight:400;
text-align:center;
flex:1;
}

#blc01 .memberBlc .partBlc .txtBlc .txtSpecial{
font-size:180%;
}

#blc01 .memberBlc .partBlc .imgBlc{
width:45%;
max-width:415px;
margin-left:20px;
}

#blc01 .memberBlc .txt{
margin:2% 0;
}

@media screen and (max-width: 767px) {
#blc01 .txtCatch{
font-size:140%;
}

#blc01 .memberBlc .subj{
font-size:120%;
}

#blc01 .memberBlc .partBlc .txtBlc{
font-size:140%;
}
}

@media screen and (max-width: 480px) {
#blc01 .memberBlc .partBlc{
display:block;
}

#blc01 .memberBlc .partBlc .imgBlc{
width:100%;
max-width:none;
margin-left:0;
margin-top:4%;
}
}