@charset "UTF-8";
/*
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
*/
/*

*/
/*
  Hタグ
    $type: 2(H2サイズ)
*/
/*
  共通ボタン 大
  default: skyblue2
*/
/*
  共通ボタン 小
  default: skyblue2
*/
/*
  通常
  SP 左右のマージン20px
  PC 幅900px
*/
/*
  角丸border付きレイアウト
*/
/*
  グレーの文字の補足系
*/
:root {
  --color-primary: #B50080;
  --color-dark: #1A1A1A;
  --color-gray: #F3F4F8;
  --color-gray2: #B2B2B2;
  --color-rightgray: #666666;
  --color-rightgray2: #888888;
  --color-rightgray3: #E6E9F1;
  --color-blue: #007AAB;
  --color-rightblue: #0099CE;
  --color-skyblue: #E7F5F9;
  --color-skyblue2: #007AAB;
  --color-red: #D70606;
}

/*.p-upgrade__detail {
	@include contentsInner;
	padding-top: 48px;

	@media screen and (min-width: 769px){
		padding-top: 58px;
	}
}*/
.c-movie.upgrade_nationwide .c-movie__movies {
  border-bottom: 1px solid #333;
}
.c-movie.upgrade_nationwide .c-movie__movie {
  border-top: 1px solid #333;
}
.c-movie.upgrade_nationwide .c-movie__movie:first-child {
  border: none;
}

#upgradeTransfer #CONTENTS .viewing_fee {
  padding-bottom: 2.25vw;
}
@media screen and (min-width: 769px) {
  #upgradeTransfer #CONTENTS .viewing_fee {
    padding-bottom: 24px;
  }
}

.viewing_fee .notice {
  margin-bottom: 30px;
}

.viewing_fee .notice .notice_ttl {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

.viewing_fee .notice p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  color: #FF3B30;
}

.viewing_fee .notice .notice_lnk {
  margin-top: 10px;
}

.viewing_fee .notice .notice_lnk a {
  border-bottom: 1px solid #FF3B30;
  text-decoration: none;
  font-weight: 400;
  color: #FF3B30;
}

@media screen and (max-width: 640px) {
  .viewing_fee .notice .notice_ttl {
    font-size: 16px;
    font-weight: 600;
    margin-top: 3.75vw;
  }
  .viewing_fee .notice p {
    margin-top: 3.75vw;
  }
  .viewing_fee .notice {
    margin-bottom: 6.25vw;
  }
}
/*# sourceMappingURL=../../../sourcemaps/_transfer/upgrade/css/upgrade_nationwide.css.map */