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

/* title 系 */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/marketing/img/fv_marketing.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .mainvisual {
    height: 130px;
  }
}

.branding h3 {
  color: #2070a3;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.branding .page_title {
  margin-bottom: 2em;
}
.branding .page_title h2 {
  font-size: 1.9em;
}
.branding .page_title h3 {
  font-weight: bold;
  font-size: 1.4em;
}

/* リンクボタン */
/* 横幅はclass名を変えて最適なサイズを設定してください */
.pagelinkbtn {
  padding-left: 188px;
  margin-top: 88px;
}
.bluebtn {
  float: left;
  overflow: hidden;
  width: 170px;
  margin-right: 25px;
}
.bluebtn a {
  display: block;
  background: #89a3cb;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 16px;
  margin-bottom: 14px;
  text-align: center;
}

#Mimg {
  margin-bottom: 50px;
}

.internet {
  margin-bottom: 14px;
}
.internet img {
  margin-top: 12px;
}

.website {
  margin-bottom: 24px;
}
.website p {
  padding-bottom: 18px;
}

.lowprice {
  margin-bottom: 32px;
}
.zajonc {
  margin-top: 32px;
  text-align: center;
}
.zajonc h4 {
  font-size: 1.231em;
  margin-bottom: 12px;
}
