@charset "UTF-8";
/* CSS Document */
body {
  background-color: #f7f7f7;
}
.outer-link{
	text-decoration: underline;
	color: #0f322a;
}
.outer-link:hover{
	color: #ff8111;
}
.work__conainer {
  padding-top: 180px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 50px;
  color: #0f322a;
}
h2 span {
  font-size: 20px;
}

.works__mock {
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto 50px;
}
.works__chirashi {
  width: 40%;
  height: auto;
  margin: 0 auto 20px;
}
.works__mock img,
.works__chirashi img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}
.works__description {
  padding-bottom: 50px;
}
.works__description dl {
  width: 100%;
  margin: 0 auto;
}
.works__description dt {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #10322a;
  vertical-align: text-top;
  line-height: 1.3;
  padding-left: 5px;
}
.works__description dd {
  padding-bottom: 40px;
  line-height: 1.5em;
  padding-left: 10px;
  padding-top: 10px;
}
.works__description li {
  line-height: 1.7em;
  margin-left: 1em;
  text-indent: -1em;
  padding-bottom: 12px;
}
.work__theme {
  text-decoration: underline;
}
.work_all {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.work_all.sp {
  width: 30%;
}
.work_all img {
  width: 100%;
}
.button {
  margin-bottom: 100px;
}
.button a:hover {
  text-decoration: none;
}
@media (max-width: 786px) {
  main {
    padding-top: 100px;
  }
  h2 {
    font-size: 20px;
  }
  .works__description {
    padding-bottom: 20px;
  }
  .works__description dl {
    margin: 0;
    width: 100%;
  }
  .works__description dd {
    padding-bottom: 35px;
    line-height: 1.5em;
  }
  .works__description li {
    line-height: 1.5em;
  }
  .works__chirashi {
    width: 80%;
  }
  .work_all,
  .work_all.sp {
    width: 80%;
  }
  .button {
    margin-bottom: 70px;
  }
}
