@charset "utf-8";

/* Features */

[data-id="d1784516-1"] {
  margin: 0 auto 4%;
}
.Table-Note {
  margin-bottom: 2vh;
}
.custom-image-left a {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 10px 20px;
}
.custom-image-left a:hover {
  background: #333;
  transition: .4s;
  color: #fff;
  text-decoration: none;
}

/* PC */
@media screen and (min-width: 768px) {
  .custom-image-left .media-box img {
    margin-right: 10px;
  }
  .custom-image-left .clearfix {
    display: table;
    width: 100%;
  }
  .custom-image-left .clearfix .text-box {
    display: table-cell;
    vertical-align: middle;
    width: 46%;
  }
}

/* PC & Tablet */
@media screen and (min-width: 481px) {
  .heading-with-border-bottom-h2 h2 {
    margin: 60px auto 10px;
  }
  .custom-image-left h3 {
    margin: 0 auto 20px;
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .heading-with-border-bottom-h2 h2 {
    margin: 30px auto 10px;
    font-size: 2.4rem;
  }
  .custom-image-left h3 {
    margin: 0 auto 10px;
  }
  .custom-image-left .media-box img {
    margin-bottom: 10px;
    border-radius: 10px;
    width: 100vw;
  }
  .media-box.pull-left {
    margin-right: 0;
  }
}