/* Scss Document */
/* Scss Document */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scss Document */
.haccpTit {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 15px 30px;
  background-color: #DDDDDD;
  border-radius: 9px;
  letter-spacing: 0.2em;
}

dl.columnPict {
  overflow: hidden;
  margin-bottom: 20px;
}
dl.columnPict dt {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 759px) {
  dl.columnPict dt {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  dl.columnPict dt img {
    width: 100%;
  }
}
dl.columnPict dd {
  margin-left: 0;
  float: left;
  width: 480px;
}
@media only screen and (max-width: 759px) {
  dl.columnPict dd {
    float: none;
    width: 100%;
  }
}

.approachBox {
  margin-bottom: 20px !important;
}
.approachBox .columnBox {
  margin-bottom: 0;
}
@media only screen and (max-width: 759px) {
  .approachBox .columnBox {
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  .approachBox figure img {
    width: 100%;
  }
}

h4.torikumi {
  line-height: 36px;
}
@media only screen and (min-width: 800px) {
  h4.torikumi span {
    padding: 5px 10px;
    background-color: #F26633;
    border-radius: 25px;
    color: #FFFFFF;
  }
}
