/* --------------------------------------------------------------------
  æŽ§é™¤ä¸Šé™é¡ã‚·ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³(PC)
--------------------------------------------------------------------- */
@media screen and (min-width: 769px) {

/* æ—©é€Ÿè¿”ç¤¼å“ã‚’æŽ¢ã™ */
  .furusearch-wrap {
    margin: 50px 0;
  }
  .furusearch-columns {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
  }

  .furusearch {
    width: 50%;
    padding: 10px 0;
  }

  .furusearch_link_button {
    width: 290px;
    height: 40px;
    /*line-height: 55px;*/
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    letter-spacing: 0.12em;
    font-size: small;
    font-weight: bold !important;
    background-color: #B2D235;
  }
}
/* --------------------------------------------------------------------
  æŽ§é™¤ä¸Šé™é¡ã‚·ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³(SP)
--------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    
/* æ—©é€Ÿè¿”ç¤¼å“ã‚’æŽ¢ã™ */
  .furusearch-wrap {
    margin: 50px 0;
  }
    
  .furusearch-columns {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .furusearch {
    width: 100%;
    padding: 5px 0;
  }
    
  .furusearch_link_button {
    width: 300px;
    height: 40px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    letter-spacing: 0.12em;
    font-size: small;
	font-weight: bold !important;
    background-color: #B2D235;
  }
}

/* 追記 */
.question_popover_img {
    max-width: 100%;
}

.deduction_imgBox {
  text-align: center;
}

.deduction_imgBox img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
    .question_popover_txt {
        font-size: small;
        font-weight: normal;
    }
}

@media screen and (max-width: 768px) {
.simulator_block #familytype + .question_popover_area {
  margin-top: 5px;
  margin-left: 0;
          display: block;
}
}