@charset "utf-8";
/* default PC */

/* クレジットカード登録完了画面 「info/cardcomplete.jsp」 */
#contents .card-complete-box {
    background-color: #fff;
    border: 3px solid #273f81;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 910px;
    padding: 35px 30px 38px;
    text-align: center;
    margin-bottom: 50px;
}
#contents .card-complete-box h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

#contents .card-complete-box p {
  font-size: 18px;
  margin-bottom: 50px;
	line-height: 1.9em;
}

#contents .card-complete-box p.info-left{
	text-align: left;
  text-indent: -2em;
  padding-left: 2em;
}
#contents .card-complete-box p.info-left span{
    text-decoration: underline;
}
#contents .card-complete-box .link-btn {
  line-height: 1.4em;
  margin-top: 30px;
  margin: 42px auto auto;
  max-width: 380px;
}
#contents .card-complete-box br.pc-1024 {
    display: block;
}
#contents .card-complete-box br.br-559 {
    display: none;
}
/* 未ログイン状態での無料体験視聴「/vtrial/trial.jsp」 */
#contents .trial-admission {
	padding: 30px;
    border-radius: 12px;
    border: 3px solid #273f81;	
}
#contents .trial-admission h2 {
	font-size: 21px;
}
#contents .online-detail-area .online-detail-bg-box.trial-online h2 {
	background-color: #dbebfe;
	color: #333;
}
#contents .trial-info {
	text-align: center;
	margin-bottom: 60px;
}
#contents .trial-info .trial-info-title{
	font-size: 18px;
	font-weight: bold;
}
#contents .trial-info-period {
	padding: 10px 0;
	font-weight: bold;
	text-underline-offset: .2em;
	text-decoration-line: underline;
	text-decoration-color: #bce34f;
	text-decoration-thickness: 2px; /* 線の太さ */
	text-decoration-skip-ink: none;
}
br.br-710 {
  display: none;
}
br.br-559 {
  display: none;
}
#law .info-area.style-border {
    color: #333333;
}
#law .table-02 th {
	width: 11em;
}
/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
}
@media screen and (max-width: 1024px) {
	#contents .card-complete-box br.pc-1024 {
	    display: none;
	}
}
/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
	#contents .card-complete-box {
	    padding: 35px 10px 38px;
	}
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 710px) {
	br.br-710 {
	  display: block;
	}
}

@media screen and (max-width: 640px) {
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
	#contents .card-complete-box br.br-559 {
	    display: block;
	}
	#contents .card-complete-box p.info-left{
	  text-indent: -1em;
	  padding-left: 1em;
	}
	br.br-559 {
	  display: block;
	}
	#contents .trial-admission {
		padding: 10px;
	}
}
/* 559以下はRWD時に崩れがあれば任意で作成 */
/*IE*/
@media all and (-ms-high-contrast: none) {}