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

.search h3 {
  color: #2070a3;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
}
.search .page_title {
  margin-bottom: 2em;
}
.search .page_title h2 {
  font-size: 1.9em;
}
.search .page_title h3 {
  font-weight: bold;
  font-size: 1.4em;
}
/* このページだけ画像を入れるために全体の横幅を広くしています。問題の画像以外の部分は左端からpaddingで */
#Pagebody {
  /* width: 1207px; */
}
#Mainclm {
  /* width: 656px; */
}
#Subclm {
  /* margin-right: 107px; */
}

.pl70 {
  /* padding-left: 130px; */
}

/* title 系 */
#Mainclm h2 {
  font-size: 2.385em;
  margin-bottom: 12px;
}
#Mainclm h3 {
  color: #2070a3;
  font-size: 1.385em;
  margin-bottom: 6px;
}

/* リンクボタン */
/*横幅はclass名を変えて最適なサイズを設定してください*/
.pagelinkbtn {
  /* padding-left: 307px; */
  margin-top: 88px;
}

#Mimg {
  margin-bottom: 50px;
}

.k_selection {
  margin-bottom: 42px;
}
.k_selection h4 {
  font-size: 1.385em;
  text-align: center;
  margin: 70px 0 14px 0;
}

.nagare ol {
  margin: 3em auto 5em;
  width: 80%;
}

.nagare ol,
.nagare li {
  list-style: auto;
}

.nagare {
  margin-bottom: 60px;
}
.nagare ul {
  margin: auto;
  max-width: 540px;
}

.nagare_a,
.nagare_b,
.nagare_c,
.nagare_d,
.nagare_e {
  position: relative;
  background: #6894c9;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95em;
}
.nagare_a span,
.nagare_b span,
.nagare_c span,
.nagare_d span,
.nagare_e span {
  padding: 0 1em;
  border-right: 1px solid #fff;
}
.nagare_a::after,
.nagare_b::after,
.nagare_c::after,
.nagare_d::after,
.nagare_e::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #6894c9;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}

.nagare_a p,
.nagare_b p,
.nagare_c p,
.nagare_d p,
.nagare_e p {
  padding: 0 0.5em 0 1em;
  line-height: 1.4;
}

.nagare_end {
  list-style: none;
  font-size: 1.154em;
  font-weight: bold;
  padding-left: 12px;
  text-align: center;
}
.nagare h4 {
  text-align: center;
  font-size: 1.154em;
  margin: 40px 0 18px 0;
}

.pointo h3 {
  text-align: center;
  margin-bottom: 44px !important;
}

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