@charset "euc-jp";
/*===========================================
account_nk01.css

アカウント新規

============================================*/

/***   Header(Simple version)   ***/
.Header_Area.Regist_Header_Simple {
  position: relative;
  background: #fff;
  height: auto !important;
}
/*
header.Header_Area .Header_Inner {
  height: 40px;
}
*/
.Header_Area.Regist_Header_Simple h1 a,
.Header_Area.Regist_Header_Simple h1 > span {
  display:block;
  width:168px;
  height:40px;
  text-indent: -9000px;
  overflow: hidden;
  background-image: url("../img/common/netkeiba_logo.png");
  background-size:155px 12px;
  -moz-background-size:155px 12px;
  -webkit-background-size:155px 12px;
  -o-background-size:155px 12px;
  -ms-background-size:155px 12px;
  background-position: center center;
  background-repeat:no-repeat;
}
/*----------------------
決済形フッター2
-----------------------*/
.Footer_TextOnly{
  color: #666;
  font-size:80%;
  text-align:center;
  padding:22px 42px;
  /*background: #dcdcdc;*/
}

/***   見出し   ***/
.Title_Sec {
  margin: 25px 10px;
}
.Title_Sec h2 {
  font-size: 1.125rem;
  line-height: 1.2;
}
.Title_Sec:nth-of-type(n+2) {
  margin-top: 60px;
}
#user_add_form .Title_Sec:nth-of-type(n+2) {
  margin-top: 40px;
}
.Title_Third {
  margin: 18px 10px;
  color: #888;
  font-size: 0.75rem;
  line-height: 1.5;
}
.Title_Hidden {
  display: block;
  width: 0;
  margin-right: 0;
  font-size: 0;
  overflow: hidden;
}

/***   エラーメッセージ・警告メッセージ   ***/
.Error_Message {
  margin: 25px 18px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.Error_Message a {
  font-weight: 700;
  text-decoration: underline !important;
}
.Attention_Message {
  margin: 25px 18px;
  color: #c53131;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.Attention_Message::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: -3px;
  background-image: url(../img/regist02/icon_attention.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/***   ログイン   ***/
.Appli_login {
  margin: 10px 0 30px;
}
.AppliLogin_Head {
  margin: 20px 18px 10px;
  font-size: 0.8125rem;
}
.AppliLogin_Career {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.AppliLogin_Career li {
  min-width: 96px;
  -ms-flex-preferred-size: calc((100% - 24px) / 3);
      flex-basis: calc((100% - 24px) / 3);
}
.AppliLogin_Career a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 45px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}
.AppliLogin_Career img {
  max-width: 100%;
}
.Login_Notes {
  margin: 12px 24px;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.5;
}
.Login_Error div:not([class]) {
  margin: 10px 18px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.WebLogin_Group {
  margin: 20px 0 30px;
}
.WebLogin_Head {
  margin: 0 18px 15px;
  color: #888;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.WebLogin_Txt {
  margin: 10px 18px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.SelectLogin_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
  margin: 12px 10px;
  padding: 7px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}
.SelectLogin_Type {
  width: 195px;
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
  margin-left: 10px;
}
.SelectLogin_BtnArea {
  position: relative;
  width: 70px;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
.SelectLogin_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  color: #444;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #999;
  border-radius: 7px;
}
.SelectLogin_Btn .hidden {
  display: none;
}

.PremiumIntroBox01 a {
  position: relative;
  display: block;
  padding: 9px 0 10px;
  color: #fff;
  text-align: center;
  background-color: #a8a8a8;
  margin:0 10px;
  border-radius: 7px;
}
.PremiumIntroBox01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 9px;
  height: 7px;
  background-image: url(../img/regist02/icon_PremiumService_sprite.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: right 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.PremiumIntroBox01 p {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.14285;
}
.PremiumIntroBox01 p em {
  font-weight: 700;
}
.PremiumIntroBox01 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url(../img/regist02/icon_PremiumService_sprite.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}



.PremiumIntroBox02 {
  margin: 25px 0;
}
.PremiumIntroBox02 a {
  position: relative;
  display: block;
  padding: 9px 0 10px;
  color: #fff;
  text-align: center;
  background-color: #a8a8a8;
}
.PremiumIntroBox02 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 9px;
  height: 7px;
  background-image: url(../img/regist02/icon_PremiumService_sprite.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: right 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.PremiumIntroBox02 p {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.14285;
}
.PremiumIntroBox02 p em {
  font-weight: 700;
}
.PremiumIntroBox02 p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  display: block;
  width: 11px;
  height: 15px;
  background-image: url(../img/regist02/icon_PremiumService_sprite.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}


/* otherIDボタン */
.OtherID_Login{
	padding:12px 10px 0;
}
.OtherID_Login a{
	background-color:#fff;
	border: 1px solid #999;
	border-radius: 7px;
	display:block;
	height: 45px;
	padding: 16px 15px 15px;
	font-size: 0.875rem;
	text-align: center;
	font-weight: bold;
	color: #444;
}

/***   アカウントTOP   ***/
.Account_Item {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  padding: 5px;
  color: #444;
  border-bottom: 1px solid #e0e0e0;
}
.Account_Item.Account_Name {
  padding: 26px 5px;
}
.Account_Item.Account_Item_BorderTop {
  border-top: 1px solid #e0e0e0;
}
.Account_Item.ItemList .Account_Info {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.Account_Info {

}
.Account_Name .Account_Info {
}
.Account_Name .Account_Info .Account_Body{
	text-align: center;
	margin-top: 7px;
}
.Account_Icon {
	width: 60px;
	height: 60px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
.Account_Icon img {
	width: 100%;
}
.Account_Head {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 2px;
	font-size: 0.8125rem;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
	color: #999;
}
.Account_Body {
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}
.Account_Hidden {
	display: block;
	width: 0;
	margin-right: 0;
	font-size: 0;
	overflow: hidden;
}
.Account_Trial {
	margin-top: 3px;
	margin-bottom: -4px;
	color: #e75050;
	font-size: 0.75rem;
	line-height: 1.2;
}
.Account_ValiDate {
	margin-top: 5px;
	color: #777;
	font-size: 0.75rem;
	line-height: 1.2;
}
.Account_BtnBox {
	display: table-cell;
	width: 55px;
	padding-left: 5px;
	vertical-align: middle;
}
.Account_BtnBox a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
	height: 50px;
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #999;
	border-radius: 6px;
}
.Account_PremiumServiceLink {
	margin: 20px 10px 0;
}
.Account_PremiumServiceLink a {
	position: relative;
	display: block;
	color: #666;
	font-size: 0.8125rem;
	height: 38px;
	padding: 0 38px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}
.Account_PremiumServiceLink span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	height: 100%;
}
.Account_PremiumServiceLink a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	background-image: url(../img/regist02/icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.Account_PremiumServiceLink a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 11px;
	background-image: url(../img/regist02/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	background-size: 16px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/***   アカウントTOP リンクリスト   ***/
.Link_List {
	margin-bottom: 30px;
	border-top: 1px solid #e0e0e0;
}
.Link_List li {
	border-bottom: 1px solid #e0e0e0;
}
.Link_List a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 61px;
	padding: 8px 42px 8px 20px;
	color: #444;
/*	font-size: 0.9375rem; */
	font-size: 1rem;
	line-height: 1.46;
}
.Link_List a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	width: 7px;
	height: 13px;
	background-image: url(../img/regist02/icon.png);
	background-repeat: no-repeat;
	background-position: 0 -17px;
	background-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.Link_List .icon {
	width: 23px;
	height: 20px;
	background-image: url(../img/regist02/icon_menu.png?20190528);
	background-repeat: no-repeat;
	background-size: 16px;
}
.Link_List .icon.mail {
	background-position: 0 0;
}
.Link_List .icon.pass {
	background-position: 0 -20px;
}
.Link_List .icon.avater {
	background-position: 0 -40px;
}
.Link_List .icon.notification {
	background-position: 0 -60px;
}
.Link_List .icon.mvsettings {
	background-position: 0 -60px;
}
.Link_List .icon.movsettings {
	background-position: 0 -83px;
}

.Link_List .icon_course {
	width: 25px;
	height: 21px;
	background-image: url(../img/regist02/icon_course.png);
	background-repeat: no-repeat;
	background-size: 23px auto;
}
.Link_List .icon_course.change {
	background-position: 0 0;
	height: 18px;
}
.Link_List .icon_course.stop {
	background-position: 0 -28px;
}
.Link_List .icon_course.login {
	background-position: 0 -58px;
	width: 28px;
	margin-left: -3px;
}
.Link_List .icon_course.delete_user {
	background-position: 0 -88px;
	height: 22px;
}
.Link_List .icon_course.sns {
  background-position: 0 -118px;
}
/***   アカウントTOP その他   ***/
.NotSetID {
  margin: 30px 10px -10px;
  padding: 16px 18px;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.NotSetID_Txt {
  font-size: 0.8125rem;
  line-height: 1.5;
}
.NotSetID_Txt::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: -3px;
  background-image: url(../img/regist02/icon_attention.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.NotSetID_Txt strong {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.875rem;
}
.NotSetID .Lead_Link {
  margin: 2px 0 0;
}
.NotSetID .Lead_Link a {
  text-decoration: underline !important;
}
.Account_GuideText{
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: -15px 10px 0;
}

/* 複数コースエラー */
.MultiplePaymentsErrow {
	position: relative;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #fff;
	padding: 9px 10px 9px 32px;
	margin: 10px; 
	font-weight: bold;
	background-color: #e67575;
	border-radius: 7px;
}
.MultiplePaymentsErrow span.PaymentsErrowIcon01 {
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	left:10px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: middle;
	background: #fff;
	color: #e67575;
	border-radius: 9px;
	text-align: center;
}

/***   登録履歴   ***/
.RegistHistoryList {
  margin: 20px 10px 30px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.RegistHistory_Head {
  display: table;
  width: 100%;
  background-color: #f3f3f3;
}
.RegistHistory_Date {
  display: table-cell;
  padding: 8px 8px 8px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
.RegistHistory_Buy {
  display: table-cell;
  padding: 8px 12px 8px 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  vertical-align: middle;
}
.RegistHistory_Body {
  padding: 10px 12px;
  border-bottom: 1px solid #e0e0e0;
}
.RegistHistory_Course,
.RegistHistory_Pay {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
}

/***   対象物BOX（契約コース・購入ポイント等）   ***/
.SubjectBox {
  margin: 16px 10px;
  padding: 11px 10px 10px;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.SubjectBox_Head {
  font-size: 0.8125rem;
  line-height: 1.6;
}
.SubjectBox_Body {
  padding-left: 10px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.SubjectBox_Body.SubjectBox_Course {
  color: #4f76c4;
  font-size: 0.875rem;
  font-weight: 700;
}

/***   フォーム関係   ***/
.FormArea {
	margin: 0 10px 20px;
}
.FormArea > li {
	padding-top: 20px;
}
.FormItem_Head {
	padding-bottom: 7px;
	padding-left: 8px;
	font-size: 0.875rem;
	font-weight: 700;
}
.FormItem_Head label {
	display: inline-block;
	line-height: 1rem;
}
.FormItem_Head strong {
	position: relative;
	top: -1px;
	display: inline-block;
	height: 1rem;
	margin-left: 20px;
	padding: 0.22rem 0.5rem 0.155rem;
	color: #fff;
	font-size: 0.625rem;
	vertical-align: middle;
	background-color: #4f76c4;
	border-radius: 0.5rem;
}
.FormItem_Head small {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 400;
}
.FormItem_Head .TipsOpen {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 20px;
	text-indent: -9999px;
	vertical-align: middle;
	overflow: hidden;
	background-image: url(../img/regist02/icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1rem;
}
.FormItem_Input {
	position: relative;
}
.FormItem_Input input[type="text"],
.FormItem_Input input[type="number"],
.FormItem_Input input[type="password"] {
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	padding: 13px 13px 12px;
	font-size: 1rem;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
}
.FormItem_Input input[type="password"] {
	padding-right: 60px;
}
.FormItem_Input textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 80px;
	padding: 10px 13px 7px 13px;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.5;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
	resize: none;
}
.FormItem_Input input::-webkit-input-placeholder,
.FormItem_Input textarea::-webkit-input-placeholder {
	padding-top: 1px;
	color: #bebebe;
}
.FormItem_Input select {
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	padding: 10px 13px 7px 13px;
	font-size: 1rem;
	background-color: #fff;
	background-image: url(../img/regist02/arrow_select.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 7px;
}
.FormItem_Sex input[type="radio"] {
	display: none;
}
.FormItem_Sex input[type="radio"]+label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-size: 0.875rem;
	line-height: 20px;
}
.FormItem_Sex input[type="radio"]+label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/regist02/radio.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto 100%;
	border: 0;
}
.FormItem_Sex input[type="radio"]:checked+label::before {
	background-position: 0 0;
}
.FormItem_Sex label:nth-of-type(n+2) {
	margin-left: 50px;
}
.FormItem_Sex {
	padding: 10px 0 10px 20px;
}
.FormItem_Pass {
	position: relative;
}
.FormItem_Pass input[type="checkbox"] {
	display: none;
}
.FormItem_Pass .passcheck {
  position: absolute;
  top: 50%;
  right: 9px;
  padding: 7px 13px 6px;
  color: #888;
  font-size: 0.6875rem;
  font-weight: 700;
  background-color: #e7e7e7;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.FormItem_Expiration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.FormItem_Expiration li {
	position: relative;
	width: 48%;
	width: calc((100% - 9px) / 2);
}
.FormItem_Birthday {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.FormItem_Birthday li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.FormItem_Birthday_Year {
  width: 36%;
}
.FormItem_Birthday_Month,
.FormItem_Birthday_Day {
  width: 32%;
  padding-left: 10px;
}
.FormItem_Birthday input,
.FormItem_Birthday select {
  margin-right: 5px;
}
.FormItem_Submit {
  margin: 30px 10px;
}
.FormItem_Submit_Btn {
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #0033aa;
  border: 0;
  border-radius: 7px;
}
.FormItem_Submit_Btn02 {
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #0033aa;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #0033aa;
  border-radius: 7px;
}
.FormItem_Cancel_Btn {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  padding: 16px 15px 15px;
  color: #0033aa;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #0033aa;
  border-radius: 7px;
}

/***   フォーム 入力エラー表示   ***/
.formError {
  position: absolute;
  top: auto !important;
  bottom: 0;
  left: 0 !important;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.formErrorContent {
  position: relative;
  min-width: 120px;
  margin-top: 6px;
  padding: 6px 10px 5px;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 1.4;
  background-color: #e75050;
  border-radius: 3px;
}
.formErrorArrow {
  position: absolute;
  top: 0;
  left: 12px;
  border: 0 solid transparent;
  border-width: 0 6px 6px;
  border-bottom-color: #e75050;
}

/***   フォーム関連テキスト   ***/
.AgreementInfo {
  margin: 18px 25px;
  color: #777;
  font-size: 0.75rem;
  line-height: 2;
}
.AgreementInfo a {
  color: #777;
  text-decoration: underline !important;
}
.Form_LeadTxt {
  margin: -8px 18px 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Form_LeadTxt_Notice {
  margin: -8px 18px 0;
  color: #c53131;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.Form_LeadTxt_Recommend {
  margin: -6px 26px 0;
  color: #777;
  font-size: 1rem;
  line-height: 1.7;
}

/***   展開式 セキュリティコード   ***/
.SecurityCd_Toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.SecurityCd_Img {
  margin-right: 15px;
}
.SecurityCd_Img img {
  width: 118px;
}
.SecurityCd_Txt {
  -ms-flex-preferred-size: calc(100% - 123px);
      flex-basis: calc(100% - 123px);
}
.SecurityCd_Txt p {
  color: #444;
  font-size: 0.75rem;
  line-height: 1.5;
}
.SecurityCd_Txt p:nth-child(n+2) {
  margin-top: 1em;
}
.SecurityCd_Txt em {
  font-weight: 700;
}

/***   クレカ注意書き   ***/
.Credit_Note {
  margin: 26px;
}
.Credit_Note_Img {
  display: block;
  width: 266px;
  margin: 0 auto 16px;
}
.Credit_Note_Img img {
  width: 100%;
}
.Credit_Note_Txt {
  color: #777;
  font-size: 0.75rem;
  line-height: 1.5;
}
/***   クレカチェック項目   ***/
.Credit_Check {
  margin: 26px;
}
.Credit_Check_Box {
  font-size: 0.875rem;
  color: #333;
}
.Credit_Check_Box label{
  position: relative;
  padding-left: 30px;
}
.Credit_Check_Box label:before{
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 0;
}
.Credit_Check_Box label:after{
  content: none;
}
.Credit_Check_Box input{
  display: none;
  border: none;
  background-color: transparent;
}
.Credit_Check_Box input:checked + label:before{
  border: 1px solid #3251bc;
  background-color: #3251bc;
}
.Credit_Check_Box input:checked + label:after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 5px;
  height: 11px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Credit_Check_Txt {
  margin-top: 20px;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.5;
}
/***   クレカ2回目以降   ***/
.Credit_Title{
  color: #888;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 30px;
}
.Credit_Title + .Credit_Note_Txt{
  margin-top: 4px;
  padding-left: 16px;
}
.Blue_button{
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #0033aa;
  border: 0;
  border-radius: 7px;
  margin-top: 20px;
}
.White_button{
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #0033aa;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #0033aa;
  border-radius: 7px;
  margin-top: 20px;
}
h3 + .White_button,
p + .White_button{
  margin-top: 10px;
}
.set_password{
  font-size: 0.875rem;
  color: #0033aa;
  text-align: center;
  display: block;
  margin-top: 10px;
  padding: 10px 0;
}
.Credit_PW .set_Credit{
  padding: 11px 10px 10px;
  background-color: #f3f3f3;
  border-radius: 7px;
  margin-top: 10px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.Credit_PW .set_Credit span{
  font-size: 0.8125rem;
  color: #333;
  font-weight: normal;
}
.Credit_PW input[type="text"],
.Credit_PW input[type="password"]{
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  padding: 13px 13px 12px;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  margin-top: 10px;
}
.Credit_PW .passcheck{
  top: 60%;
}
.PW_none{
  font-size: 0.875rem;
  color: #888;
  text-align: center;
  margin-top: 10px;
}

/***   WebMoney注意書き   ***/
.WebMoney_Payment_Txt {
  margin: 22px 24px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.WebMoney_Payment_Txt strong {
  color: #c53131;
}
.WebMoney_Payment_Img {
  text-align: center;
}
.WebMoney_Payment_Img img {
  width: 250px;
}

/***   誘導テキストリンク   ***/
.Lead_Link {
  margin: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.Lead_Link a {
  color: #0033aa;
}

/***   リンクボタン   ***/
.LinkBtn {
  margin: 25px 10px;
}
.LinkBtn a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #0033aa;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 7px;
}
.LinkBtn a.LinkBtn02 {
  display: block;
  width: 100%;
  height: 45px;
  padding: 16px 15px 15px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #0033aa;
  border-radius: 7px;
}
.LinkBtn a+a {
  margin-top: 10px;
}

/***   こんなときに〇〇が必要です   ***/
.NeedRegistId {
  margin: 20px 10px;
  padding: 20px 0;
  color: #888;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.NeedRegistId p {
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
}
.NeedRegistId_Txt_Account {
  color: #444;
  font-weight: 700;
}
.NeedRegistId_Txt_Email {
  font-weight: 700;
}
.NeedRegistId_List {
  width: 100%;
  max-width: 330px;
  margin: 5px auto 0;
  font-size: 0;
}
.NeedRegistId_List li {
  display: inline-block;
  width: 110px;
  width: calc(100% / 3);
  margin-top: 18px;
  padding: 0 2px;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
@media (max-width: 320px) {
  .ModalContents .NeedRegistId_List li {
    font-size: 0.6875rem;
  }
}
.NeedRegistId_Img {
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 14px;
  background-image: url(../img/regist02/icon_userid.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 110px;
}
.NeedRegistId_Img.list02 {
  background-position: center -40px;
}
.NeedRegistId_Img.list03 {
  background-position: center -80px;
}
.NeedRegistId_Img.list04 {
  background-position: center -120px;
}
.NeedRegistId_Img.list05 {
  background-position: center -160px;
}
.NeedRegistId_Img.list06 {
  background-position: center -200px;
}
.account_error {
  margin-bottom: 0;
}
.account_error + .Title_Sec{
  margin-top:25px;
}
/***   SNS ID 連携   ***/
.no_icon .NotSetID_Txt:before{
  display: none;
}
.no_icon{
  margin:20px 10px 10px;
}
.sns_regist {
    position: relative;
    margin: 50px 0 ;
}
.sns_regist ul{
  display: flex;
  flex-wrap: wrap;
   margin: 20px 10px;

}
.sns_regist ul li{
  width: 50%;
  margin-bottom:   5px;
}
.sns_regist ul li:nth-child(odd){
  padding-right: 2.5px;
}
.sns_regist ul li:nth-child(even){
  padding-left: 2.5px;
}
.sns_regist ul li a{
  position: relative;
  display: block;
  border-radius: 7px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 77.78%;
  font-weight: bold;
  text-align: center;
}
.sns_regist ul li.twitter a{
  background-color: #1DA1F2;
}
.sns_regist ul li.facebook a{
  background-color: #1877F2;
}
.sns_regist ul li.line a{
  background-color: #00B900;
}
.sns_regist ul li.yahoo a{
  background-color:#FF0033;
}
.sns_regist ul li.google a{
  color:#707070;
  background-color: #fff;
  border:1px solid #E0E0E0;
}
.sns_regist ul li.apple a{
  background-color:#000000;
}
.sns_regist ul li a:before{
  position: absolute;
  top: 12px;
  left: 5%;
  display: inline-block;
  content:'';
  background-image: url(../img/regist/icon_snsid.png);
  background-size: 167px auto;
}
.sns_regist ul li.twitter a:before{
  width: 20px;
  height:18px;
  background-position: -60px -11px;
}
.sns_regist ul li.facebook a:before{
  width: 20px;
  height:18px;
  background-position: -144px -11px;
}
.sns_regist ul li.line a:before{
  width: 22px;
  height: 20px;
  background-position: -116px -10px;
}
.sns_regist ul li.yahoo a:before{
  width: 24px;
  height: 20px;
  background-position: -29px -10px;
}
.sns_regist ul li.google a:before{
  width: 20px;
  height: 20px;
  background-position: -89px -10px;
}
.sns_regist ul li.apple a:before{
  width: 20px;
  height: 20px;
  background-position: 1px -10px;
}
ul.sns_list li a{
  border-top: 1px solid #E0E0E0
}
ul.sns_list li:last-child a{
  border-bottom: 1px solid #E0E0E0

}
ul.sns_list li > *{
  position: relative;
  display: flex;
  height: 64px;
  line-height: 64px;
  padding:0 10px 0 45px;
  font-size: 88.89%;
  color:#333333;
  justify-content: space-between; 
  align-items: center;
  cursor: pointer;
}
ul.sns_list li .sns_name{
  position: relative;

}

ul.sns_list li  .sns_name:before{
  position: absolute;
  top:0px;
  left:-26px;
  display: inline-block;
  content:'';
  margin-right: 5px;
  background-image: url(../img/regist/icon_snsid.png);
  background-size: 167px auto;
}
ul.sns_list li.twitter .sns_name:before{
  width: 20px;
  height:18px;
  background-position: -60px -54px;
}
ul.sns_list li.facebook .sns_name:before{
    width: 20px;
    height: 21px;
    background-position: -144px -52px;
    top: -2px;
}
ul.sns_list li.line .sns_name:before{
    width: 22px;
    height: 23px;
    background-position: -114px -51px;
    top: -3px;
    left: -28px;
}
ul.sns_list li.yahoo .sns_name:before{
    width: 29px;
    height: 20px;
    background-position: -26px -53px;
    left: -30px;
}
ul.sns_list li.google .sns_name:before{
    width: 20px;
    height: 20px;
    background-position: -88px -52px;
    top: -2px;
}
ul.sns_list li.apple .sns_name:before{
    width: 20px;
    height: 20px;
    background-position: -1px -53px;
    top: -1px;
}

ul.sns_list li .active .check{
  position: relative;
}
ul.sns_list li .active .check:before{
  position: absolute;
  top:2px;
  left:-23px;
  display: inline-block;
  content:'';
  width: 12px;
  height: 7px;
  border-left: 1px solid #1232A3;
  border-bottom: 1px solid #1232A3;
  transform: rotate(-45deg);
}
ul.sns_list li .active .release{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right: 0;
  margin:auto;
  width: 165px;
  height: 35px;
  color: #333333;
  font-weight: bold;
  font-size: 87.5%;
  text-align: center;
  line-height: 35px;
  background-color: #F2F2F2;
  border-radius: 7px;
}
.not_set_id{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 999999999;
}
.not_set_id .NotSetID{
  position: absolute;
  left:0;
  right: 0;
  bottom:0;
  top:0;
  margin:auto;
  width: 355px;
  height: 110px;
  max-width: 98%;
}
/***   決済手段の選択   ***/
.card_tips{
	color:#fefefe;
	font-size: 83.33%;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	height: 23px;
	margin: 0 11px;
	border-radius: 23px;
	background-color: #d05049;
}
.SelectPay_Txt {
  margin: 0 26px;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.5;
}
.SelectPay_Txt a {
  color: #777;
  text-decoration: underline !important;
}
.SelectPay_Group {
  margin: 28px 0;
}
.SelectPay_Group.card_pay{
  background:#fee9e8;
  padding-top:14px;
  padding-bottom:15px;
}
.SelectPay_innerText{
  margin:2px 16px 0px;
  font-size:10px;
  color:#666666;
}
.SelectPay_innerText p{
  line-height:1.4;
}
.SelectPay_Head {
  margin: 0 18px 10px;
  font-size: 0.8125rem;
}
.SelectPay_Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 68px;
  margin: 12px 10px;
  padding: 7px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}

.card_pay .SelectPay_Item{
  background:#fff;
  padding:38px 12px 38px 0;
}
.card_pay .SelectPay_Type{
  position:relative;
  margin-right: auto;
}
.card_pay .trial_freeText{
  position:absolute;
  right:-32%;
  top:-42%;
  background:#1232a3;
  color:#fff;
  white-space:nowrap;
  font-size:10px;
  padding:4px;
}
.card_pay .trial_freeText:after{
  content:"";
  background:#1232a3;
  display:block;
  position:absolute;
  bottom:-2px;
  left:50%;
  width:5px;
  height:5px;
  transform: rotate(45deg);
}
.SelectPay_Items {
  margin: 12px 10px;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}
.SelectPay_Type {
  width: 195px;
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
  margin-left: 10px;
}
.SelectPay_Type.Gpay img{
  width: 60px;
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
}
.SelectPay_LoginNotice {
  margin-top: 8px;
  color: #444;
  font-size: 0.8125rem;
}
.SelectPay_BtnArea {
  position: relative;
  width: 52px;
  -ms-flex-preferred-size: 52px;
      flex-basis: 52px;
}
.SelectPay_Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  color: #444;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  border: 1px solid #999;
  border-radius: 7px;
}
.SelectPay_Trial {
  position: absolute;
  top: -16px;
  left: 50%;
  padding: 5px 4px 4px;
  color: #fff;
  font-size: 0.625rem;
  white-space: nowrap;
  background-color: #0033aa;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.SelectPay_Trial::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  border: 0 solid transparent;
  border-width: 4px 4px 0;
  border-top-color: #0033aa;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.SelectPay_WebMoney {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  min-height: 63px;
}
.SelectPay_WebMoneyList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
  border-top: 1px solid #e0e0e0;
}
.SelectPay_WebMoneyPrice {
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 700;
}
.SelectPay_WebMoneyPrice small {
  font-size: 100%;
  font-weight: 400;
}

/***   コース変更   ***/
.CourseChange {
  margin-bottom: 30px;
}
.CourseChange_Txt {
  margin: 20px 18px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.CourseChange_Lineup {
  margin: 0 10px;
}
.CourseChange_Lineup li+li {
  margin-top: 10px;
}
.CourseChange_Lineup a {
  display: block;
}
.ChangeSelect_Block {
  margin: 30px 0;
}
.ChangeSelect_Head {
  margin: 25px 10px 18px;
  font-size: 0.9375rem;
}
.Course_BasicDown {
  margin-top: 30px;
}
.Course_BasicDown_Img {
  margin: 0 10px;
  text-align: center;
}
.Course_BasicDown_Img img {
  max-width: 100%;
}
.Course_BasicDown_List {
  margin: 20px 18px 30px;
}
.Course_BasicDown_List li {
  position: relative;
  margin-left: -0.3em;
  color: #444;
  font-size: 0.875rem;
  line-height: 1.5;
}
.Course_BasicDown_List li+li {
  margin-top: 10px;
}
.Course_TrialNotice_Txt {
  margin: 10px 18px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Course_TrialNotice_List {
  margin: 10px 18px;
}
.Course_TrialNotice_List li {
  position: relative;
  margin-left: -0.3em;
/*  padding-left: 1em; */
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Course_TrialNotice_List li+li {
  margin-top: 10px;
}
/*
.Course_TrialNotice_List li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  text-align: center;
}
*/

/***   手続き完了  ***/
.RegistComplete {
  margin: 30px 0;
}
.CompleteMsg_Head {
  margin: 20px 10px;
  padding: 20px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.CompleteMsg_Head strong {
  font-weight: 700;
}
.CompleteMsg_Body {
  margin: 20px 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}

/***   キャリア決済関係   ***/
.CarrierLogin_Check {
  margin: 30px 0;
}
.CarrierLogin_ErrorTxt {
  margin: 20px 10px;
  color: #c53131;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.CarrierLogin_Txt {
  margin: 20px 10px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/***   解約手続き関係   ***/
.MessageArea {
  margin: 30px 0;
}
.MessageBox {
  margin: 0 10px 20px;
  padding: 18px;
  font-size: 1rem;
  line-height: 1.7;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.MessageBox strong {
  font-weight: 700;
}
.Stop_LeadTxt {
  margin: 0 28px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Stop_Txt {
  margin: -8px 18px 0;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Stop_Txt+.Stop_Txt {
  margin-top: 8px;
}
.Stop_Txt a {
  font-weight: 700;
  text-decoration: underline !important;
}
.Stop_Txt small {
  font-size: 0.6875rem;
}
.Stop_Attention {
  margin: 16px 20px;
  color: #c53131;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.Stop_Attention::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: -3px;
  background-image: url(../img/regist02/icon_attention.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ServiceList {
  margin: 0 10px 35px;
}
.ServiceItem {
  padding: 0 7px;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
}
.ServiceItem:nth-child(n+2) {
  margin-top: 20px;
}
.ServiceItem_Header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
/*  padding-left: 50px; */
  padding-left: 12px;
  border-bottom: 1px solid #e0e0e0;
}
/*
.ServiceItem_Header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  width: 36px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/regist02/icon_service_list.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
.ServiceItem_Header.FavHorse::before {
  background-position: 0 -32px;
}
.ServiceItem_Header.GreatBetTicket::before {
  background-position: 0 -64px;
}
.ServiceItem_Header.OwnerHorse::before {
  background-position: 0 -96px;
}
*/
.ServiceItem_Name {
  font-size: 0.9375rem;
  font-weight: 700;
}
.ServiceItem_Data {
  margin-top: 8px;
  font-size: 0.75rem;
}
.ServiceItem_Detail {
  padding: 8px 12px;
  font-size: 0.875rem;
  line-height: 1.7;
}
.ServiceTable_Outer {
  margin: 0 10px 26px;
}
.ServiceTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.ServiceTable th,
.ServiceTable td {
  vertical-align: middle;
  border: 1px solid #e0e0e0;
}
.ServiceTable thead th {
  padding: 7px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ServiceTable tbody th {
  padding: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
.ServiceTable tbody td {
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
}
.ServiceTable .Canceled {
  width: 60px;
}
.ServiceTable .Premium {
  width: 90px;
}
.ServiceTable .CategoryTitle {
  padding: 10px 7px;
  color: #888;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  background-color: #f3f3f3;
}
.FormItem_Enquete {
  margin: 5px 10px;
}
.FormItem_Enquete textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 130px;
  padding: 10px 13px 7px 13px;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  resize: none;
}

/*  スーパープレミアム解除誘導 **/
  .annual_discount_introduction{
    margin:37px 10px 0;
    padding:28px 10px 33px;
    text-align: center;
    box-shadow: 0px 0px 6px 0px rgba(74, 74, 74, 0.1);
  }
  .annual_discount_introduction .head{
    text-align: center;
    font-size: 94.44%;
    font-weight: bold;
    color:#444444;
    line-height: 1.37em;
  }
  .annual_discount_introduction .head span{
    text-align: center;
    color: #fe6a4d;

  }
  .annual_discount_introduction .head span em{
    font-size: 135%;
  }
  .annual_discount_introduction table{
    width:100%;
    text-align: center;
    margin:23px 0 18px;
    background-color: #e9e9e9;
    border-collapse: collapse;
    border:none;
  }
  .annual_discount_introduction table th{
    height: 45px;
    color:#222222;
    font-weight: normal;
    vertical-align: middle;
    background-color:#d5d5d5;
  }
  .annual_discount_introduction table th.annual{
    font-weight: bold;
    color:#fff;
    background-color:#fe6a4d;
  }
  .annual_discount_introduction table td{
    height: 75px;
    vertical-align: middle;
    font-size: 83%;
    color: #888888;
  }
  .annual_discount_introduction table td em{
    font-size: 153%;
  }
  .annual_discount_introduction table td.annual{
    color:#222222;
    background-color:#f6f6f6;
  }
  .annual_discount_introduction table td.annual em{
    font-size: 200%;
  }
  .annual_discount_introduction .point{
    position: relative;
    font-size: 72.22%;
    border:solid rgb(209, 209, 209) 1px;
    border-radius: 3px;
    margin-bottom: 27px;
    padding:8px 0;
    line-height: 1.59em;
  }
  .annual_discount_introduction .point:before{
    position: absolute;
    display: block;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 13px 7px;
    border-color: transparent transparent #d1d1d1 transparent;
    top:-13px;
    right: 25%;
    right: calc(25% - 7px);
  }
  .annual_discount_introduction .point:after{
    position: absolute;
    display: block;
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 13px 7px;
    border-color: transparent transparent #ffffff transparent;
    top:-11px;
    right: 25%;
    right: calc(25% - 7px);
  }
  .annual_discount_introduction a{
    display: inline-block;
  }
  

  .annual_discount_introduction a img{
    width:100%;
    max-width: 335px;
  }
  .annual_discount_introduction a.text_link{
    margin-top: 18px;
    color: #666666;
    font-size: 61.11%;
    text-decoration: underline;
  }

  .annual_discount_introduction + .cancel_contentBlock3 .mt35{
    margin-top: 0;
  }


/***   ソフトバンク至急解約申請   ***/
.Confirm_Softbank {
  margin: -10px 0 30px;
}
.Confirm_Softbank p {
  margin: 20px;
  font-size: 1rem;
  line-height: 1.7;
}
.Confirm_Softbank_Img {
  margin: 30px 20px;
}
.Confirm_Softbank_Img img {
  width: 100%;
}

/***   メールが来ない場合   ***/
.QuestionInfo {
  margin: 25px 10px;
  padding: 23px 10px;
  color: #444;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.QuestionInfo_Head {
  font-size: 0.875rem;
  line-height: 1.5;
}
.QuestionInfo_List {
  padding: 0 10px;
}
.QuestionInfo_List dt {
  margin-top: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.QuestionInfo_List dt:before {
  content: "・";
}
.QuestionInfo_List dd {
  font-size: 0.75rem;
  line-height: 1.5;
}

/***   メアドリマインダー   ***/
.MailRemaind_Head {
  margin: 0 10px;
  padding: 15px 18px;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.MailRemaind_Head p {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.MailRemaind_Head p+p {
  margin-top: 1em;
}
.MailRemaind_Head_Error {
  font-weight: 700;
}
.MailRemaind_Footer {
  margin: 0 18px 30px;
}
.MailRemaind_Footer p {
  font-size: 0.75rem;
  line-height: 1.5;
}
.MailRemaind_Footer p+p {
  margin-top: 1em;
}
.MailRemaind_Footer p a {
  color: #333;
  text-decoration: underline !important;
}
.MailRemaind_Result {
  margin-bottom: 30px;
}
.MailRemaind_Result_Txt {
  margin: 0 18px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.MailRemaind_Result_ID {
  margin: 25px 10px;
  padding: 15px 18px;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.MailRemaind_Result_Note {
  margin: 0 18px;
  color: #444;
  font-size: 0.75rem;
  line-height: 1.5;
}

/***   通知設定   ***/
.Notice_Txt {
  margin: 10px;
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.Notice_Group {
  margin-top: 35px;
}
.Notice_Header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}
.Notice_Head {
  color: #777;
  font-size: 0.875rem;
}
.Notice_Link {
  width: 74px;
  -ms-flex-preferred-size: 74px;
      flex-basis: 74px;
  height: 24px;
}
.Check_List_Item .Notice_Link {
  margin-left: auto;
}
.Notice_Link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #888;
  font-size: 0.6875rem;
  font-weight: 700;
  background-color: #e7e7e7;
  border-radius: 12px;
}
.Notice_Notes {
  margin: 20px 26px;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.5;
}
.Notice_Notes a {
  color: #777;
  text-decoration: underline !important;
}
.Check_List {
  margin: 10px 0 20px;;
  border-bottom: 1px solid #e0e0e0;
}
.Check_List_Child {
  background-color: #f7f7f7;
}
.Check_List li {
  border-top: 1px solid #e0e0e0;
}
.Check_List .fc {
  position: relative;
}
.Check_List .Check_List_Item,
.Check_List .Check_List_Item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 10px;
  color: #444;
  font-size: 0.9375rem;
}
.Check_List_Child .Check_List_Item {
  padding-left: 32px;
  font-weight: 700;
}
.Check_List_Child .Check_List_Item small {
  display: block;
  margin-top: 5px;
  font-size: 0.8125rem;
  font-weight: 400;
}
.Check_List [type="checkbox"] {
  display: none;
}
.Check_OpenBtn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 74px;
  padding: 9px 10px 7px;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Check_Switcher {
  position: relative;
  width: 48px;
  -ms-flex-preferred-size: 48px;
      flex-basis: 48px;
  height: 28px;
  margin-right: 12px;
  background-color: #aaa;
  border-radius: 14px;
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
.Check_Switcher::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
:checked+.Check_Switcher {
  background-color: #0033aa;
}
:checked+.Check_Switcher::after {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

/***   動画設定   ***/
.Movie_Settings_List {
  /*margin: 0 0 20px;*/
  /*border-bottom: 1px solid #e0e0e0;*/
}
.Movie_Settings_List li {
  border-bottom: 1px solid #e0e0e0;
}
.Movie_Settings_List label {
  display: inline-block;
  font-size: 72%;
  padding: 21px 8px 20px;
  width: 100%;
  position: relative;
}
.Movie_Settings_List input:checked + label:after {
  content: '';
  width: 12px;
  height: 6px;
  border-left: solid 1px #03a;
  border-bottom: solid 1px #03a;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -3px;
}

/***   アカウント削除   ***/
.UserDel_Txt {
  margin: 20px 18px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.UserDel_Txt strong {
  color: #c53131;
}
.UserDel_Txt a {
  color: #0033aa;
  text-decoration: underline !important;
}
.UserDelCompBlock {
  margin-top: 30px;
}
.UserDelComp_Txt {
  margin: 15px 18px;
  color: #444;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/***   引き継ぎ手続き   ***/
.Transfer_Txt {
  margin: 1em 18px;
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.Transfer_Txt strong {
  color: #c53131;
}
.Transfer_Txt a {
  color: #0033aa;
  text-decoration: underline !important;
}
.Transfer_Attention {
  margin: 16px 20px;
  color: #c53131;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
.Transfer_Attention::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  vertical-align: -3px;
  background-image: url(../img/regist02/icon_attention.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/***   登録完了   ***/
.RegistCompBlock {
  margin: 10px;
  padding: 18px;
  background-color: #f3f3f3;
  border-radius: 7px;
}
.RegistCompBlock p {
  font-size: 0.9375rem;
  line-height: 1.7;
}
.RegistCompBlock p + p {
  margin-top: 10px;
}
.RegistCompBlock .CompTxt01 {
  margin-bottom: 1em;
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.RegistCompBlock .LinkBtn {
  margin: 25px 0 0;
}

/***   展開式(よくあるご質問・登録履歴の表示について)   ***/
.HelpBox {
  margin: 30px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}
.HelpBox > dl > dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  font-size: 0.8125rem;
  height: 38px;
  padding: 0 38px;
}
.HelpBox > dl > dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../img/regist02/icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.HelpBox > dl > dt span {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 11px;
  background-image: url(../img/regist02/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -30px;
  background-size: 16px;
}
.HelpBox > dl > dt .Icon_ArrowB {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.HelpBox > dl > dt .Icon_ArrowT {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
ul.HelpBox_List {
  margin: 0 10px 2px;
}
.HelpBox_List li,
ul.List_Box.HelpBox_List li:first-child {
  border-top: 1px solid #e0e0e0;
}
.HelpBox .HelpBox_List a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 38px 10px 8px;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.4;
}
.HelpBox_List a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 13px;
  background-image: url(../img/regist02/icon.png);
  background-repeat: no-repeat;
  background-position: 0 -17px;
  background-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.HelpBox_List .Txt_Icon_Question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
  padding-top: 0.5px;
  color: #fff;
  font-size: 0.6875rem;
  background-color: #999;
  width: 1.5em;
  min-width: 1.5em;
  -ms-flex-preferred-size: 1.5em;
      flex-basis: 1.5em;
  height: 1.5em;
  border-radius: 50%;
}
.HelpBox_ViewPoint {
  margin: 5px 10px 10px;
}
.HelpBox_ViewPoint_Img {
  margin-bottom: 15px;
  text-align: center;
}
.HelpBox_ViewPoint_Img img {
  max-width: 100%;
}
.HelpBox_ViewPoint_Number {
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 8px;
  padding-top: 0.3em;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  vertical-align: 1px;
  text-align: center;
  background-color: #c53131;
  border-radius: 50%;
}
.HelpBox_ViewPoint_State {
  margin: 15px 0;
  border-collapse: collapse;
}
.HelpBox_ViewPoint_State caption {
  padding: 10px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: left;
  background-color: #808080;
}
.HelpBox_ViewPoint_State tr {
  border: 1px solid #e0e0e0;
}
.HelpBox_ViewPoint_State th {
  padding: 10px 8px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f3f3f3;
}
.HelpBox_ViewPoint_State td {
  padding: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.HelpBox_ViewPoint_Pay dt {
  padding: 10px;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: left;
  background-color: #808080;
}
.HelpBox_ViewPoint_Pay dd {
  padding: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  border: 1px solid #e0e0e0;
}

/***   Modal Dialog   ***/
.ModalContents_Title {
  margin-bottom: 24px;
  padding: 16px;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  background-color: #f3f3f3;
}
.ModalContents_Head {
  margin: 16px 30px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}
.ModalContents_Txt {
  margin: 18px 30px 26px;
}
.ModalContents_Txt p {
  color: #444;
  font-size: 1rem;
  line-height: 1.7;
}
.ModalContents_Txt p+p {
  margin-top: 1em;
}
.ModalContents_Course {
  margin: 28px 20px;
}
.ModalContents_Course dt {
  font-size: 1rem;
}
.ModalContents_Course dd {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.ModalContents_Course dd+dt {
  margin-top: 20px;
}
.ModalContents .LinkBtn {
  margin-right: 14px;
  margin-left: 14px;
}
.ModalContents .LinkBtn a+a {
  margin-top: 12px;
}
#cboxWrapper {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#cboxWrapper.SetModal {
  opacity: 1;
}
.SetModal #cboxLoadedContent {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  background-color: #fff;
}
#cboxClose {
  opacity: 0;
}
.SetModal #cboxClose {
  position: absolute;
  top: 7px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  opacity: 1;
}
.SetModal #cboxClose:before,
.SetModal #cboxClose:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  display: block;
  background-color: #888;
}
.SetModal #cboxClose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.SetModal #cboxClose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.cancel_contentTop{
  margin-top:33px;
}
.cancel_content{
  width:90.06%;
  margin:auto;
}
.cancel_contentBlock3{
  width:94.66%;
  margin:auto;
}
.cancel_contentBlock1 h2{
  font-size:18px;
  line-height:1.44;
}
.cancel_contentBlock1 p{
  font-size:15px;
  line-height:1.53;
  margin-top:26px;
}
.cancel_titleText,
.cancel_table th:nth-child(1){
  color:#444;
  font-weight:600;
  font-weight:bold;
}
.cancel_subText{
  color:#999;
}
.cancel_contentBlock2 h2{
  font-size:17px;
  line-height:1.35;
  margin-top:45px;
}
@media screen and (max-width:320px){
  .cancel_contentBlock2 h2{
    font-size:14px;
  }
}
.cancel_contentBlock2 .SubTitle h3{
	margin-top: 21px;
	margin-bottom: 6px;
}
.cancel_contentBlock2 table{
  width:100%;
  border-collapse: collapse;
  margin-top: 0;
}
.cancel_tableText + table{
  margin-top:40px;
}
tr.cancel_table.menu_title{
  background:#f7f7f7;
}
.cancel_table td:nth-child(2n),
tr.cancel_table th:nth-child(2){
  color:#e67575;
  font-weight: bold;
}
.cancel_table td:nth-child(3),
.cancel_table1 td:nth-child(5){
  color:#679648;
  font-weight: bold;
}
.cancel_table td,
tr.cancel_table th{
  float:left;
  border-top:1px solid #efefef;
  border-left:1px solid #efefef;
  border-right:1px solid #efefef;
}
.cancel_table.bb1 th,
.cancel_table.bb1 td{
  border-bottom:1px solid #efefef;
}
.cancel_table1 th:nth-child(1){
  text-align:left;
  width:44.31%;;
  border-left:1px solid #efefef;
  font-size:15px;
  padding:13px 0 11px 9px;
}
.menu_title th:nth-child(1){
  text-align:center;
}
.cancel_table1 th:nth-child(2),
.cancel_table1 td:nth-child(2),
.cancel_table1 td:nth-child(4){
  width:30%;
  border-right:none;
  border-left:none;
  font-size:15px;
  text-align: center;
  padding:10px 0px;
}
.cancel_table1 th:nth-child(3),
.cancel_table1 td:nth-child(3),
.cancel_table1 td:nth-child(5){
  width:25.69%;
  border-right:1px solid #efefef;
  font-size:15px;
  text-align:center;
  padding:12px 0px;
}
.cancel_table2 td:nth-child(3),
.cancel_table2 td:nth-child(5){
  width:29.69%;
}
.cancel_table2 td{
	height: 55px;
	vertical-align: middle;
}
.cancel_table2 td.pad2:last-child{
  padding:11px 0;
}
.cancel_table2 td.single{
	padding-top: 21px !important;
}
.cancel_table1 td span,
.cancel_table2 td span{
	font-weight:normal;
	color:#333;
	font-size: 86.67%;
}
.cancel_table1.bb1 th:nth-child(1),
.basic .cancel_table1.bb1 th:nth-child(1){
  padding:20px 0 18px 9px;
}

@media screen and (max-width:320px){
  .cancel_table1.bb1 th:nth-child(1){
    font-size:12px;
  }
  .basic .cancel_table1.bb1 th:nth-child(1){
    padding:23px 0 18px 9px;
  }
}
@-moz-document url-prefix(){
.cancel_table1.bb1 th:nth-child(1) {
  padding: 22px 0 18px 9px;
}
}
.cancel_table1.bb1 td:nth-child(2){
  padding:19px 0;
  text-align:center;
  line-height:1.06;
}
.basicCourse .cancel_table1.bb1 td:nth-child(2){
  padding:11px 0 12px;
}
@media screen and (max-width:320px){
  .cancel_table1.bb1 td:nth-child(2){
    padding:17px 0 18px;
  }
}
.cancel_table1.bb1 td:nth-child(3){
  padding:12px 0 11px;
  text-align: center;
  line-height:1.06;
}
@media screen and (max-width:320px){
  .cancel_table1.bb1 td:nth-child(3){
    padding:10px 0;
  }
}
.cancel_table1.menu_title th:nth-child(1){
  text-indent:-9999px;
  border-top:none;
  border-radius: 7px 0 0 0;
  padding-top:14px;
  padding-bottom:15px;
}
.cancel_table1.menu_title th:nth-child(2){
  width:30%;
  font-size:12px;
  text-align:center;
  padding:16px 0;
  border-top:none;
}
.spPremium .cancel_table2.menu_title th:nth-child(2){
  padding:21px 0 22px;
}
.cancel_table1.menu_title th:nth-child(3){
  width:25.69%;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  padding:8px 0;
  border-radius: 0 7px 0 0;
  border-top:none;
}
.cancel_table2.menu_title th:nth-child(3){
  width:29.69%;
}
.cancel_table1.menu_title th.premium,
.cancel_table1.menu_title th.basic{
  padding:15px 0;
}
.cancel_tableText{
  clear: both;
  padding-top:43px;
}
.cancel_tableText li+li{
  margin-top:15px;
}
.cancel_tableText p{
  font-size:12px;
  font-weight:600;
  line-height:1.66;
  text-indent:17px;
  position: relative;
}
.cancel_tableText p:before{
  content:"!";
  padding-right:5px;
  display:inline-block;
  text-align: right;
  text-indent:initial;
  line-height:1.4;
  left:0;
  top:2px;
  width:9px;
  font-size:10px;
  color:#fff;
  background:#e67575;
  border-radius: 50%;
  position: absolute;
}
.cancel_table2 .cancel_subText{
  font-size:11px;
}
@media screen and (max-width:320px){
  .cancel_table2 .cancel_subText{
    font-size:10px;
  }
}
.cancel_table2 th:nth-child(1){
  width:36.47%;
}
.cancel_table2 th.pad:nth-child(1){
  padding:21px 0px 19px 9px;
}
.cancel_table2 th.pad2:nth-child(1){
  padding:46px 0 47px 9px;
}
@media screen and (max-width:320px){
  .cancel_table2 th.pad2:nth-child(1){
    padding:46px 0 47px 9px;
  }
}
.cancel_table2 th:nth-child(2){
  width:37.84%;
  padding:13px 0 12px;
}
.cancel_table2.menu_title th:nth-child(2),
tr.cancel_table2 td:nth-child(2n){
  /* width:37.84%; */
  width:33.84%;
  text-align:center;
  line-height:1.1;
}
.cancel_table2.menu_title th:nth-child(2),
.cancel_table2.menu_title th:nth-child(3){
  padding:16px 0;
}
tr.cancel_table2 th:nth-child(1){
  width:36.47%;
  font-weight:bold;
  border-right:1px solid #efefef;
}
.cancel_table2.cancel_table td:nth-child(3){
  padding:19px 0;
}
.basic .cancel_table2.cancel_table td:nth-child(3){
  padding:12px 0 11px;
}
.basic .cancel_table2.cancel_table .single0:nth-child(3){
  padding:21px 0 10px;
}
.cancel_table2 td.pad:nth-child(3){
  padding:12px 0;
  border-right:1px solid #efefef;
}
.cancel_table2.menu_title td:nth-child(3){
  padding:16px 30px;
}
.cancel_contentBlock3{
  clear:both;
  padding-top:45px;
  padding-bottom:18px;
}
.cancel_table .pad2{
  border-bottom:1px solid #efefef;
}
@media screen and (max-width:320px){
  .cancel_table td.pad{
    font-size:13px;
  }
}
.cancel_table2 th.pad2 + td{
  font-size:13px;
}
.cancel_contentBlock3 h2{
  font-size:18px;
  line-height:1.27;
  color:#2752c3;
  text-align:center;
  text-decoration: underline;
  text-underline-position: under;
}
.cancel_buttonBlock{
  margin-top:35px;
}
.cancel_buttonBlock li + li{
  margin-top:18px;
}
.cancel_buttonBlock li{
  width:100%;
  text-align:center;
}
.cancel_buttonBlock a{
  display:block;
  border-radius:7px;
  font-size:14px;
  font-weight:bold;
  background:#1232a3;
  color:#fff;
  padding:15px 0px;
}
.cancel_button_mail{
  position:relative;
  background:#66aaea;
  border-radius:7px;
  padding-top:2px;
}
.cancel_button_mailText{
  text-align:left;
  width:94.36%;
  margin:auto;
  margin-top:8px;
  padding-bottom:7px;
}
.cancel_button_mail span{
  color:#fff;
  font-size:14px;
  line-height:1.42;
  font-weight:bold;
}
.courseCancel_contentBlock1{
  width:90.13%;
  margin:auto;
  margin-top:32px;
}
.courseCancel_contentBlock1 h2{
  font-size:18px;
  font-weight:bold;
  line-height:1.44;
}
.courseCancel_contentBlock1 img{
  display:block;
  padding-top:13px;
  max-width:100%;
  width:96.57%;
  margin:auto;
}
.courseCancel_contentBlock1 .recommend_block{
  margin-top:28px;
  background:#ecf3de;
  padding-bottom:5px;
  border-radius:7px;
}
.courseCancel_contentBlock1 .recommend_block.premium_course{
  background:#ebe1bf;
}
.courseCancel_contentBlock1 h3{
  font-size:15px;
  font-weight:bold;
  color:#627b33;
  margin-top:17px;
  margin-left:9px;
}
.courseCancel_contentBlock1 .premium_course h3{
  color:#776121;
}
.courseCancel_contentBlock1 ul{
  margin-top:11px;
}
.courseCancel_contentBlock1 li + li{
  margin-top:5px;
}
.courseCancel_contentBlock1 li{
  width:96.57%;
  margin:auto;
  font-size:12px;
  font-weight:bold;
  color:#475130;
  background:#fff;
  padding:5px 0;
}
.courseCancel_contentBlock1 .premium_course li{
  color:#4c4114;
}
.courseCancel_contentBlock1 p{
  margin-left:8px;
}
.courseCancel_contentBlock2 img{
  display:block;
  padding-top:35px;
  max-width:100%;
  width:96.57%;
  margin:auto;
}
.courseCancel_contentBlock2 + .cancel_contentBlock3{
  margin-top:35px;
  padding-top:0px;
}
.cancel_contentBlock3 .cancel_text{
  text-align:left;
  margin-top:8px;
}
.cancel_buttonBlock p{
  width:96.57%;
  margin:auto;
  font-size:14px;
  color:#2752c3;
  line-height:1.42;
}
.premiumCourse_text,
.basicCourse_text{
  text-align:right;
  font-size:11px;
  margin-top:13px;
}
.premiumCourse_text a,
.basicCourse_text a{
  display: block;
  margin-top:8px;
  text-decoration: underline;
  text-underline-position: under;
}
.basicCourse .cancel_table th:nth-child(1){
  font-size:12px;
  padding: 13px 0 13px 9px;
}
@media screen and (max-width: 320px){
.basicCourse .cancel_table1.bb1 td:nth-child(2) {
    font-size: 15px;
    padding:13px 0;
}
.basicCourse .cancel_table1.bb1 td:nth-child(3){
  padding:13px 0;
}
.basicCourse .cancel_table.bb1 th:nth-child(1){
  padding:15px 0 14px 9px;
}
.basicCourse2 .cancel_table2.cancel_table td:nth-child(3){
  padding:19px 0 18px;
}
.basicCourse2 .cancel_table2.cancel_table.bb1 td:nth-child(3){
  padding:17px 0 18px;
}
}
.basicCourse2 .cancel_table2 th.pad2{
  padding:12px 0 11px 9px;
  border-bottom:none;
}
.courseCancel_contentBlock2{
  text-align:right;
}
.courseCancel_contentBlock2 a:nth-child(2){
  width:94.66%;
  display:block;
  font-size:11px;
  margin-top:9px;
}
.cancel_step5{
  width:94.66%;
  margin:auto;
}
.cancel_step5Block1 h2{
  width:97.8%;
  margin:auto;
  font-size:18px;
  line-height:1.44;
}
.cancel_step5Block1_text1{
  width:97.8%;
  margin:auto;
  margin-top:44px;
  font-weight:600;
}
.cancel_step5Block1 .buttonText{
  margin-top:8px;
  text-align:left;
  font-size:14px;
  font-weight:bold;
}
.cancel_step5Block2{
  margin-top:4px;
  padding-bottom:21px;
}
.cancel_step5_checkLink{
  text-align:center;
  margin-top:40px;
}
.cancel_step5_checkLink a{
  font-size:18px;
  font-weight:bold;
  line-height:1.27;
  text-decoration:underline;
  text-underline-position: under;
}
@media screen and (max-width:320px){
  .cancel_step5_checkLink a{
    font-size:16px;
  }
}
.cancel_step5_finish{
  margin-top:44px;
}
.cancel_step5_finish p{
  font-size:15px;
  font-weight:bold;
  color:#444444;
}
.cancel_step5_finish a{
  margin-top:21px;
  text-align: center;
}
.cancel_step2{
  width:94.66%;
  margin:auto;
}
.step2_topInfo img{
  display:block;
  width:18.59%;
  margin:auto;
  border-radius: 50%;
}
.step2_topInfo p{
  margin-top:8px;
  font-size:15px;
  font-weight:bold;
  color:#444444;
  text-align: center;
}
.step2_topInfo h2{
  font-size:18px;
  font-weight:bold;
  line-height:1.44;
  margin-top:28px;
  color:#444444;
}
.step2_courseName{
  margin-top:27px;
  border:1px solid #e0e0e0;
  border-radius: 7px;
}
.step2_courseName p,
.step2_courseName h2{
  font-weight:bold;
  padding-left:20px;
}
.step2_courseName p{
  font-size:12px;
  padding-top:12px;
}
.step2_courseName h2{
  font-size:15px;
  color:#444444;
  padding-top:6px;
  padding-bottom:12px;
}
.step2_serviceBenefit{
  margin-top:35px;
}
.step2_serviceBenefit h2{
  text-align:center;
  font-size:18px;
  font-weight:bold;
}
.step2_serviceBenefit_content{
  margin-top:13px;
  border:1px solid #e0e0e0;
  border-radius: 7px;
  padding-bottom:33px;
}
.step2_serviceBenefit_content ul{
  margin-top:33px;
}
.step2_serviceBenefit_content li{
  width:69.10%;
  text-align: left;
  margin-left: auto;
  position:relative;
}
.step2_serviceBenefit_content h3{
  font-size:15px;
  font-weight:bold;
  color:#333333;
}
.step2_serviceBenefit_content h3 +p{
  margin-top:10px;
}
.step2_serviceBenefit_content li +li{
  margin-top:33px;
}
.step2_serviceBenefit_content p{
  font-size:12px;
  font-weight:bold;
  line-height:1.66;
}
.step2_serviceBenefit_content li[class^=icon]:after{
  content:"";
  position:absolute;
  left:-23%;
  top:50%;
  transform:translateY(-25%);
  width:35px;
  height:40px;
  background-image: url(../img/regist/step2_icon.png);
  background-size:35px;
}
.step2_serviceBenefit_content .icon1:after{
  background-position:0 0;
}
.step2_serviceBenefit_content .icon2:after{
  background-position:0 -74px;
}
.step2_serviceBenefit_content .icon3:after{
  background-position:0 -156px;
}
.step2_serviceBenefit_content .icon4:after{
  background-position:0 -238px;
}
.step2_serviceBenefit_content .icon5:after{
  background-position:0 -324px;
}
.step2_serviceBenefit_content .icon6:after{
  background-position:0 -412px;
}
.step2_serviceBenefit_content .icon7:after{
  background-position:0 -504px;
}
.step2_serviceBenefit_content .icon8:after{
  background-position:0 -588px;
}
.step2_serviceBenefit_content .icon9:after{
  background-position:0 40px;
  transform: translateY(-50%);
}
.step2_settingContent{
  margin-top:35px;
}
/* .step2_settingContent h2{
  margin-left:21px;
  font-size:18px;
  font-weight:bold;
  color:#333333;
} */
.step2_settingContent .ml0{
  margin-left:0;
}
.step2_settingContent ul{
  margin-top:12px;
  border:1px solid #e0e0e0;
  border-radius: 7px;
}
.step2_settingContent li +li{
  border-top:1px solid #e0e0e0;
}
.step2_settingContent li{
  width:100%;
}
.step2_settingContent a{
  display:block;
}
.step2_settingContent .history_link{
  display:inline;
}
.step2_settingContent h3,
.step2_settingContent p{
  margin-left:21px;
  font-weight:bold;
  font-size:15px;
}
.step2_settingContent h3{
  color:#333333;
  margin-top:23px;
  font-size:15px;
}
.cancel_subText.notice_text{
  font-size:12px;
}
.step2_settingContent h3 a{
  text-decoration:underline;
  text-underline-position: under;
}
.step2_settingContent p{
  margin-top:5px;
  line-height:1.55;
  margin-bottom:22px;
}
@media screen and (max-width:320px){
  .step2_settingContent p{
    padding-right:15px;
    font-size:13px;
  }
}
.icon_arrow{
  position: relative;
}
.icon_arrow:after{
  content:"";
  position:absolute;
  top: 50%;
  right: 11px;
  width:8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top:2px solid #888888;
  border-right:2px solid #888888;
  transform: rotate(45deg);
}
.step2_questionContent .icon_arrow:after{
  right:8px;
}
.step2_questionContent{
  width:100%;
  margin:auto;
  margin-top:44px;
  padding-bottom:28px;
}
.step2_questionContent h2{
  text-align:center;
  font-size:18px;
  font-weight:600;
}
.step2_questionContent ul{
  margin-top:22px;
}
.step2_questionContent li:first-child{
  border-top:1px solid #e0e0e0;
}
.step2_questionContent li:last-child{
  border-bottom:1px solid #e0e0e0;
}
.step2_questionContent li+li{
  border-top:1px solid #e0e0e0;
}
.step2_questionContent a{
  display:block;
  padding:12px 27px 18px 8px;
  font-size:15px;
  line-height:1.46;
  color:#333333;
}
.step2_questionContent .agreement{
  display:block;
  width:94.66%;
  margin:auto;
  margin-top:28px;
  padding:14px 0 14px 19px;
  border:1px solid #e0e0e0;
  border-radius:7px;
  font-size:13px;
  color:#666666;
}
.agreement.icon_arrow:after{
  border-top: 2px solid #d3d3d3;
  border-right: 2px solid #d3d3d3;
  top:40%;
  right:5%;
  width:6px;
  height:6px;
}
.hidden_block{
  display:inline;
}
@media screen and (max-width:320px){
  .hidden_block{
    display:none;
  }
}
.checkAgain_text{
  font-size:15px;
  font-weight:bold;
  color:#444444;
  margin-top:45px;
}

.beforeUpdate_text{
  display:inline !important;
}


/***   汎用クラス   ***/
.mt-10 {
  margin-top: -10px;
}
.mt-22{
  margin-top:22px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}