@charset "UTF-8";
/* CSS Document */
.mainvisual {
  width: 100%;
  height: 302px;
  background: url("/marketing/img/fv_marketing.jpg") no-repeat;
  background-size: cover;
}
.mainvisual.privacy-protection {
  background: url("/marketing/img/fv_privacy.jpg") no-repeat;
  background-size: cover;
}

/* title 系 */
.mainclm h2 {
  font-size: 1.92em;
  margin-bottom: 22px;
  line-height: 1.5;
  text-align: center;
}
.mainclm h3 {
  color: #2070a3;
  font-size: 1.385em;
  margin-bottom: 8px;
}
.mainclm ul,
.mainclm ol {
  list-style: none;
}

/* リンクボタン */
/* 横幅はclass名を変えて最適なサイズを設定してください */
.pagelinkbtn {
  padding-left: 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;
}

.page_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}
.page_nav li {
  text-align: center;
  line-height: 1.4;
  padding-top: 0.5em;
}
.page_nav li a {
  color: #000;
}

/*　マーケティング共通　*/
.marketing h3 {
  font-size: 1.5em;
  line-height: 1.6em;
  color: #005b96;
}
.marketing p {
  margin-top: 1em;
}
.marketing p span {
  font-weight: bold;
  font-size: 1.25em;
}
.marketing .image {
  padding: 2em 0;
}
.marketing .topic2 {
  margin-top: 5em;
}
.marketing .topic2 h4 {
  font-size: 20px;
}
.marketing .topic2 .image {
  margin-top: 1em;
  text-align: center;
}
.marketing .topic3 {
  margin-top: 5em;
}
.marketing .topic3 .image {
  text-align: center;
}
.marketing .topic3 h3 {
  text-align: center;
}
.marketing .topic3 h4 {
  margin-top: 3em;
}
.marketing .topic3 li > p:first-of-type {
  margin-top: 0;
}
.marketing .topic3 .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.marketing .topic4,
.marketing .topics5 {
  margin-top: 5em;
}

.marketing .index {
  background: #f3f4f5;
  padding: 2em;
}
.marketing .index h2 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.4em;
}
.marketing .index ul {
  max-width: 90%;
  margin: 1em auto 0;
}
.marketing .index li {
  margin-top: 1em;
}
.marketing .index li a {
  color: #000;
  font-size: 1.15em;
  line-height: 1.5;
}
.marketing .index ol {
  margin-left: 1em;
}

.content {
  margin-top: 38px;
}

.image {
  text-align: center;
}

.kensaku,
.m_kankyo {
  padding: 2em 0;
  text-align: center;
}
.kensaku h4,
.m_kankyo h4 {
  text-align: center;
  font-size: 1.077em;
}

.net_marketing2 h2 {
  margin-top: 4em;
}

/*ページごとの設定*/
/*Webマーケディングとは*/
#Web-marketing .topic3 h3 {
  text-align: center;
}
#Web-marketing .topic4 h3 {
  text-align: center;
}
#Web-marketing .topic4 .m_kankyo {
  padding-top: 0;
}
#Web-marketing .topic5 h4 {
  font-size: 1.3em;
  color: #000;
  text-align: center;
  margin-top: 3em;
}

/*潜在顧客 マーケティング*/
#potential-customers h3 {
  text-align: center;
}
#potential-customers .image {
  padding: 2em 0;
}
#potential-customers .topic3 .image p {
  width: 306px;
  margin: auto;
  background: #034e98;
  border-radius: 6px;
  color: #fff;
  padding: 1px 0;
}
#potential-customers .topic6 h4 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 3em;
}
#potential-customers .topic7 a {
  display: block;
  background: #000;
  color: #ffff00;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  padding: 4px 0;
}
#potential-customers .topic7 a::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  margin-top: 0.5em;
  margin-left: 1.5em;
  border-left: 8px solid #fff;
  display: inline-block;
}

/* プライバシー保護　個人情報について */
.privacy-protection .image {
  padding: 2em 0;
}
.privacy-protection .topic2 .bg_gray {
  background: #f4f5f6;
  padding: 2em 0;
}
.privacy-protection .topic2 h4 {
  background: #231815;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 4px 0;
  margin-top: 3em;
}
.privacy-protection .topic2 .box {
  width: 455px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0.5em auto 1em;
}
.privacy-protection .topic2 .box ol {
  margin-left: 1em;
}
.privacy-protection .topic2 .box li {
  font-weight: 500;
  margin-top: 5px;
}
.privacy-protection .topic2 dt {
  margin-top: 2em;
}
.privacy-protection .topic3 h3 {
  text-align: center;
}

@media (max-width: 768px) {
  /*　マーケティング共通　*/
  .mainvisual {
    height: 130px;
  }
  .marketing .index {
    padding: 2em 1em;
  }
  .owndmedia .topic3 {
    margin-top: 70px;
  }
}/*# sourceMappingURL=marketing2025.css.map */