@charset "UTF-8";
/* Scss Document */
/*表*/
.headline-box {
  margin: 40px 0;
}
.headline-box .large-box {
  background: #ffb800;
  border-top: 3px solid #fff;
}
.headline-box .large-box .left, .headline-box .large-box .middle, .headline-box .large-box .right {
  display: inline-block;
  vertical-align: middle;
  color: #412929;
}
.headline-box .large-box .left a, .headline-box .large-box .middle a, .headline-box .large-box .right a {
  color: #412929;
}
.headline-box .large-box .left {
  width: 133px;
  text-align: center;
  font-size: 20px;
}
.headline-box .large-box .middle-box {
  display: inline-block;
  width: 827px;
  vertical-align: middle;
  background: #fff;
}
.headline-box .large-box .middle-box dl {
  width: 827px;
  border-bottom: 1px dashed #ffb800;
}
.headline-box .large-box .middle-box dl:last-child {
  border-bottom: none;
  position: relative;
}
.headline-box .large-box .middle-box dl:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ffb800;
  bottom: -3px;
}
.headline-box .large-box .middle, .headline-box .large-box .right {
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
}
.headline-box .large-box .middle {
  width: 342px;
}
.headline-box .large-box .right {
  width: 485px;
  border-left: 1px solid #ffb800;
}
.headline-box .large-box .right a {
  display: inline-block;
  line-height: 2em;
  position: relative;
}
.headline-box .large-box .right a:before {
  content: "";
  position: absolute;
  width: .8em;
  height: .8em;
  background: #412929;
  left: -1.2em;
  top: 0.6em;
}
.headline-box .large-box .right .no-link:before {
  width: 0;
  height: 0;
}
.headline-box .large-box:first-child {
  border-top: 3px solid #ffb800;
}
.headline-box .large-box:last-child {
  border-bottom: 3px solid #ffb800;
}

/*具体的な業務内容*/
.details {
  border: 1px solid #78cf2d;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.details section h3 {
  padding: 14px 20px 10px;
  background: #78cf2d;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}
.details section .detail {
  margin-top: 4px;
  border-top: 4px solid #78cf2d;
  padding: 0 10px 15px;
}
.details section .detail h4 {
  color: #412929;
  font-size: 22px;
  font-weight: 100;
  padding: 14px 20px 10px;
  border-bottom: 1px solid #78cf2d;
}
.details section .detail p, .details section .detail ol {
  padding: 20px;
}
.details section .detail p a, .details section .detail ol a {
  color: #ff1d1d;
  font-weight: 100;
}
.details section .detail ol {
  padding: 20px calc(20px + 1.5em);
}
.details section .detail ol li {
  padding: 10px 0;
}

.contact-form .lead {
  text-align: center;
  padding: 30px 0 50px;
  margin-top: 4px;
  border-top: 1px solid #ffcc1a;
  font-size: 18px;
}

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