@charset "UTF-8";
/* CSS Document */

#top {
background-image: url(images/top.jpg);
}
#faq  h3 {
font-size: 24px;
margin-bottom: 50px;
}
#faq ul {
display: block;
}
#faq  ul li {
margin-bottom: 50px;
}
#faq  dl {
display: flex;
}
#faq  dl.q_block {
margin-bottom: 14px;
padding-bottom: 14px;
border-bottom: solid 1px #ccc;
}
#faq  dl.q_block dt {
font-size: 24px;
font-weight: 700;
background-color: #fe0606;
color: #eee;
padding: 10px;
margin-right: 16px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
 justify-content: center;
}
#faq  dl.q_block dd {
font-size: 24px;
font-weight: normal;
line-height: 1.8em;
}
#faq  dl.a_block dt {
font-size: 24px;
font-weight: 600;
background-color: #0202fe;
color: #EEEEEE;
padding: 10px;
margin-right: 16px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
 justify-content: center;
}
#faq  dl.a_block dd {
font-size: 16px;
font-weight: normal;
line-height: 1.8em;
}


@media screen and (max-width: 768px) {

#faq  dl {
width: 100%;
}

}

