@charset "UTF-8";

#box1 .inner {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

#box1 .inner.rev {
  flex-direction: row-reverse;
}

#box1 .inner_txt {
  width: 65%;
  margin-right: 5%;
}

#box1 .inner_img {
  width: 30%;
}

#box1 .inner_img img {
  width: 100%;
  height: auto;
}

#box1 .sitable {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;
}

#box1 .sitable caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#box1 .sitable th {
  box-sizing: border-box;
  padding: 8px 16px;
  font-weight: bold;
  background-color: #e4f6ff;
  text-align: center;
  border: 1px solid #666;
}

#box1 .sitable td {
  box-sizing: border-box;
  padding: 8px 16px;
  border: 1px solid #666;
}

#box1 .comment {
  margin-bottom: 25px;
}

#box1 .qualify {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 779px) {
  #box1 .qualify {
    display: block;
  }
}

#box1 .qualify-head {
  width: 90px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #06c;
  padding: 5px 5px 3px;
  margin: 0 10px 5px 0;
  align-self: flex-start;
}

#box1 .qualify-txt {
  text-align: left;
}

@media screen and (min-width: 780px) {
  #box1 .qualify-txt {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 779px) {
  #box1 .inner {
    display: block;
  }

  #box1 .inner_txt,
  #box1 .inner_img {
    width: 100%;
    margin-bottom: 25px;
  }

  #box1 .inner_txt {
    margin-right: 0;
  }
}

#box1 .content-break img {
  width: 100%;
  height: auto;
}

#box1 .contactme {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

#box1 .contactme_btn {
  box-sizing: border-box;
  width: 40%;
  padding: 10px 0;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border: none;
}

#box1 .contactme_btn.line {
  background: #06c755;
}

#box1 .contactme_btn a,
#box1 .contactme_btn a:link,
#box1 .contactme_btn a:visited {
  color: #fff;
}

#box1 .contactme_btn.mail {
  background: #06c;
}