/*******************************

*******************************/
#faq .sec01:not(:last-child) {
  margin-bottom: 2em; }
#faq .sec01 h3 {
  font-size: 1.25em;
  color: #082E96;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25em; }
  #faq .sec01 h3 .q {
    background: #082E96;
    color: #fff;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    border-radius: 100%; }
  #faq .sec01 h3 .txt {
    width: calc(100% - 2.5em);
    margin-top: 0.25em; }
#faq .sec01 .box01 {
  display: flex;
  align-items: flex-start;
  padding: 0.5em 1.25em 0; }
  #faq .sec01 .box01 .a {
    background: #025fa0;
    color: #fff;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    border-radius: 100%;
    font-size: 1.25em;
    font-weight: 700; }
  #faq .sec01 .box01 .txt {
    width: calc(100% - 2.5em);
    margin-top: 0.25em; }
#faq .sec01 .li_decimal01 {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1.25em 1em 1.25em 2em;
  margin: 1.5em 0; }
  #faq .sec01 .li_decimal01 li:not(:last-child) {
    margin-bottom: 0.75em; }
