@charset "UTF-8";
/* CSS Document */

/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("img/mimg_think.jpg") no-repeat;
  background-size: cover;
}
.imagewarks h3 {
  color: #2070a3;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.imagewarks .section_title {
  margin-bottom: 1em;
  font-size: 1.9em;
  line-height: 1.5;
}

#Mainclm h2 {
  font-size: 2.385em;
}
#Mainclm h3 {
  font-size: 1.385em;
  color: #005b96;
  margin: 30px 0 8px 0;
}
#Mainclm h4 {
  font-size: 1.154em;
  color: #005b96;
}

/* リンクボタン */ /* 横幅はclass名を変えて最適なサイズを設定してください */

.btn_webmarketing {
  width: 295px;
}

/* .btn_cibrand{
	width:200px;
} */
.pagelinkbtn {
  padding-left: 188px;
}
.pagelinkbtn {
  float: none !important;
  width: 171px;
}

#Mimg {
  margin-bottom: 50px;
}

.worksimage {
  text-align: center;
  margin: 70px 0 50px 0;
}
.worksimage p {
  font-size: 0.923em;
  font-weight: bold;
  color: #8c6239;
  /* white-space:nowrap; */
}

/* Works概要 */
#Worksinfo h3 {
  padding-top: 34px;
}
#Worksinfo p {
  padding-bottom: 34px;
}
.worksinfo {
  /* text-align:right; */
  padding: 40px 0;
  text-align: center;
}
.worksinfo h4 {
  text-align: center;
  margin-bottom: 24px;
}

/*  イマージュの強み */
#Tuyomi {
  clear: both;
  padding-top: 34px;
  /* margin-bottom:74px; */
}
#Tuyomi p {
  padding-bottom: 34px;
}

@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }
}
