@charset "UTF-8";

/* ------------------------------------------- css
Title: 初期費用¥0「駅すぱあとWebサービス」乗り換えキャンペーン！
----------------------------------------------- */

/* 初期設定
----------------------------------------------- */
body {
  background: #fff;
  color: #222;
  font-size: 14px;
  margin: 0 auto;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
h1 {
  margin: 0;
}

h2 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  text-align: center;
  margin: 12px 0;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
ul {
  padding-left: 20px;
}

.img-center {
  display: block;
  margin: 0 auto;
}

.bg_gray {
  background-color: #F5F7F7;
}

img {
  padding-bottom: 12px;
}

/* ヘッダ画像
----------------------------------------------- */
header {
  background-color: #fff;
  position: relative;
  z-index: 10;
  width: auto;
}

/* header img {
  width: auto;
  max-height: 480px;
  position: relative;
} */

#cv-intra_migration-header {
  position: relative;
}

#cv-intra_migration-header .cta-btn {
  position: absolute;
  width: 100%;
  left: 0;
  right: 20%;
  bottom: 10%;
  z-index: 11;
  width: 350px;
  margin: 0 auto;
}

@media screen and (max-width:800px) {
  #cv-intra_migration-header .cta-btn {
    width: 250px;
    bottom: 8%;
  }
}
@media screen and (max-width:450px) {
  #cv-intra_migration-header .cta-btn {
    width: 170px;
  }
}

.header_btn {
	text-align: center;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.header_bg {
  position: absolute;
  background-color: #C81C23;
  width: 100%;
  height: 8%;
  bottom: 0;
  z-index: 0;
}

/* コンテンツ
----------------------------------------------- */
.content_wrap {
  width: 100%;
  padding: 12px 10%;
}

@media screen and (max-width:640px) {
  .content_wrap {
    padding: 12px 4%!important;
  }
}

.content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px;
}

.content p {
  line-height: 20px;
}

.logo {
  display: block;
  margin: 0 auto 12px;
  max-width: 160px;
  height: auto;
}

.bg_red {
  background-color: #ffebee;
}

.subtitle {
  max-width: 460px;
  width: 100%;
}

.merit_wrap {
  margin: 0 0 8px;
}

.col-xs-12 {
  display: inline-block!important;
}

.alert-info {
  color: #3e3a39;
  background-color: #f5f7f7;
  border: 0;
  font-size: 12px;
}

/* リンク
----------------------------------------------- */
/* ボタン型リンク */
a.link_btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 15px auto;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
}

a.link_btn:hover {
  position: relative;
  top: 4px;
}

/* 赤地に白文字 */
a.link_btn.red {
  background: #C81C23;
  color: #fff;
}

a.link_btn.red:hover {
  border-bottom-color: #D74543;
}

/* 赤文字に白地 */
a.link_btn.white {
  border-bottom-color: #dfdfdf;
  background: #f8f8f8;
  color: #e50011;
}

a.link_btn.white:hover {
  border-bottom-color: #f8f8f8;
}

/* ボタン内のアイコンフォント */
a.link_btn i.fa {
  padding-left: 5px;
}


/* フッタ
----------------------------------------------- */
footer {
  padding: 20px 0 12px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}
footer li {
  list-style: none;
}
footer a {
  border-bottom: 1px dotted #ddd;
  color: #fff;
}
