@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  margin-bottom: 80px;
}
.box1 .contactus-header {
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #ff5764;
  color: white;
  font-size: 1.4em;
  padding: 15px 0 15px 20px;
}
.box1 .contactus > div:not(:first-child) {
  margin-top: 10px;
}
.box1 a {
  text-decoration: underline;
  color: #000;
}
.box1 .guide {
  position: relative;
  padding: 0 0 0 16px;
}
.box1 .guide::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #ccc;
  /* 好みで色を変えてください */
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .box1 .contactus-header {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=contact.css.map */
