@charset "utf-8";

/* === .fBox (flexBox) === */
@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .fBox figure {
    max-width: 289px;
    min-width: 289px;
    margin-left: 12px;
  }
}
@media not all and (min-width: 768px) {
  .figureInner {
    display: table;
    margin: 0 auto;
  }
}

.fBox figure img {
  display: block;
  margin: 0 auto;
}
.fBox figure figcaption {
  text-align: center;
}
.caption--right {
  text-align: right;
}
@media not all and (min-width: 768px) {
  .caption--right {
    width: 289px;
    margin: 0 auto;
  }
}

/* === #menuList === */
@media screen and (min-width: 768px){
  #menuList .fBox {
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #menuList .fBox .btnBox {
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
  }
  #menuList .fBox .btnBox:nth-child(odd) {
    margin-left: 0;
  }
  #menuList .fBox .btnBox:nth-child(n+3) {
    margin-top: 30px;
  }
  #menuList .btnBox a {
    height: 64px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media not all and (min-width: 768px) {
  #menuList .btnBox {
    margin-top: 16px;
  }
  #menuList .btnBox:first-child {
    margin-top: 0;
  }
}

/* ========================================
 * お問い合わせ
 * ======================================== */
 @media (min-width: 768px) {
  .mr50 {
      margin-right: 50px;
  }
  .boxflex {
      display: flex;
  }
}


.mb10 {
  margin-bottom: 10px !important;
}
