@charset "UTF-8";
/* CSS Document */
/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("../imagethink/img/mimg_think.jpg") no-repeat;
  background-size: cover;
}
.about {
  margin-bottom: 56px;
}
.about h2 {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 20px;
}
.about p {
  font-size: 1.15em;
  font-weight: 500;
  color: #4d4d4d;
}

.work_list {
  margin-bottom: 74px;
}
.work_list h3 {
  font-size: 1.5em;
  text-align: center;
}
.work_list table {
  margin-top: 23px;
}
.work_list th {
  width: 218px;
  /* white-space: nowrap; */
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0.5em 0 1em;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
}
.work_list td {
  padding: 12px 28px;
  box-sizing: border-box;
  font-size: 0.95em;
  background: #f6f6f6;
}
.bg_blue1 {
  background: #1cadb4;
}
.bg_blue2 {
  background: #5789a3;
}

.soudan {
}
.soudan h3 {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 26px;
}
.soudan h4 {
  font-size: 1.15em;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 26px;
}
.soudan p {
  padding-bottom: 20px;
  font-size: 0.95;
}

.contactbtn {
  max-width: 390px;
  margin: 2em auto 8em;
  position: relative;
}
.contactbtn a {
  display: block;
  width: 100%;
  background: #4d4d4d;
  color: #ffffff;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 0;
  text-decoration: none;
}
.contactbtn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }
  .work_list th{
    width: 40%;
    font-size: 1.1em;
    padding: 0 0.5em;
  }
  .work_list td{
    padding: 1em;
  }
}
