@charset "utf-8";

*{
  box-sizing: inherit;
}

.career_celect{
	overflow: hidden;
}

.tit_sub01{
	margin: 0 15px 20px;
}

.career_box .paymentBox button{
	border-radius: 0;
}

#AmazonPayButton{
	box-sizing: border-box;
}

/* 新規サブスク会員登録 */
.career_celect .tit_sub{
	flex-direction: column;
}

/* 吹き出し CMS*/
.career_celect .fuki_teller {
	height: 80px;
	background: url(../images/regist/icon_teller.png) no-repeat left 15px center;
	background-size: 75px;
	margin: 20px 0;
}

.career_celect .fuki_teller p {
	background: rgba(255,255,255,1);
	border-radius: 15px;
	border: 2px solid #8f00ff;
	padding: 10px 15px 8px;
	position: relative;
	color: #000;
	text-align: left;
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
	font-feature-settings: "palt";
	margin: 0 15px 70px auto;
	top: 10px;
	width: 195px;
	box-sizing: border-box;
}

.career_celect .fuki_teller p .yellow_obi{
	background: #ffff00;
	padding: 3px;
}

.career_celect .fuki_teller p .text-red02{
	font-size: 19px;
}

.career_celect .fuki_teller p:before {
	content: "";
	position: absolute;
	top: 30%;
	left: -15px;
	width: 0;
	height: 0;
	min-height: auto;
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #8f00ff transparent transparent;
}
.career_celect .fuki_teller p:after {
	content: "";
	position: absolute;
	top: 33%;
	left: -11px;
	width: 0;
	height: 0;
	min-height: auto;
	border-style: solid;
	border-width: 8px 13px 8px 0;
	border-color: transparent #fff transparent transparent;
}

/* テキスト＆バナー CMS*/
.career_celect .bnr_box{
	background: #ffff00;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ffff00;
}

.career_celect .bnr_box .text{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

/* 支払い方法選択 */
.select_area > li:not(:last-child){
	width: 86%;
	margin: 0 auto;
}

/* クレジットカード */
.select_area li.credit_card{
	background: #fafafc;
	position: relative;
	color: #000000;
}

.select_area li.credit_card .select_credit{
	display: none;
}

.select_area li.credit_card p{
	margin: 0 8px;
	position: relative;
	top: -5px;
	color: #000000;
}

.select_area li.credit_card .tit {
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 1px solid #b99d47;
	border-bottom: 1px solid #b99d47;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.select_area li.credit_card .text-small{
	font-size: 12px!important;
	margin-bottom: 15px;
}

.select_area .regist_credit_radio label {
	width: auto;
	display: block;
	margin: 0;
	font-size: 12px;
	position: relative;
	text-align: left;
	line-height: 1.2;
}
.select_area .regist_credit_txt {
	margin-bottom: 13px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}

.select_area .regist_credit_radio label:first-child:before{
	content: "";
	background: url(../images/regist/ninki.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 28px;
	border: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -16px;
	z-index: 1;
}

.select_area .regist_credit_radio input[type="radio"] {
	display: none;
}
.select_area .regist_credit_radio .radio {
	font-size: 12px;
	margin-right: 12px;
	padding: 5px 10px 5px 20px;
	position:	relative;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #aeaead;
	border-bottom: none;
	height: 50px;
}
.select_area .regist_credit_radio .radio::before {
	background: white;
	border: 3px solid #aeaead;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
}

.select_area .regist_credit_radio input[type="radio"]:checked + .radio::before{
	background: #005aff;
	border: 3px solid #005aff;
}
.select_area .regist_credit_radio input[type="radio"]:checked + .radio::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 17.5px;
	width: 8px;
	height: 8px;
}

.select_area .regist_credit_radio label:last-child .radio{
	border-bottom: 2px solid #aeaead;
}

.select_area .regist_credit_radio .radio > span{
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px 3px;
	margin-bottom: 3px;
	background: linear-gradient(transparent 92%, #000 0%);;
}

.select_area .regist_credit_radio label:last-child .radio > span{
	background: none;
	padding: 0;
	margin: 0;
}

/* キャリア決済 */
.career_area{
	width: 95%;
	margin: 0 auto;
}
.career_area p{
	position: relative;
	margin: 0;
}

.career_area p:after{
	content: "";
	position: absolute;
	top: 52%;
	right: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	min-height: auto;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #535353 transparent transparent transparent;
}

.career_area p.arrow:after{
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border-width: 0 6.5px 12px 6.5px;
	border-color: transparent transparent #535353 transparent;
}

.paymentBox.kesai{
	background: #fff;
	padding: 10px 5px 8px;
	box-sizing: border-box;
}

/* キャリアログイン */
.career_box .paymentBox span {
	font-size: 12px;
}
.career_box .paymentBox img {
	display: block;
	width: 85px !important;
	margin: 0 auto;
}
.career_box li.docomo img,.career_box li.sb img{
	padding: 0;
}
.career_box li.au img{
	padding: 4px 0;
}
.career_box .docomo a {
	letter-spacing: -1px;
}

/*プレミアムコード*/
.career_celect .regist_premium {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.career_celect .ac_regist_link a {
	color: transparent;
	font-size: 0;
  background: url(../images/regist/btn_premium.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
	width: 250px;
	height: 65px;
	display: block;
}

.regist_premium .cord_input{
	border: 1px solid #ea68c9;
	background: #F7E1F5;
	padding: 15px;
	margin: 0 10px 25px 10px;
	text-align: left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.caution_box{
	margin: 10px 0;
	padding: 0 20px;
	text-align: left;
}
.caution_box li{
	font-size: 12px;
	line-height: 1.8;
	text-indent: -12px;
	padding-left: 12px;
}
.caution_box a{
	color: yellow;
}

.regist_premium a{
	color: red;
}

/* Xでも話題 */
.kuchikomi{
	background: url(../images/regist/bg_sp.png) no-repeat;
	background-size: 100%;
	height: 295px;
	margin-bottom: 20px;
	position: relative;
}

.kuchikomi ul{
	position: absolute;
	top: 150px;
 	left: 28px;
	width: 265px; 
}

.kuchikomi li{
	display: flex;
	flex-wrap: wrap;
	color: #3c3c3c;
	position: relative;
}

.kuchikomi li .icon{
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	position: absolute;
	border-radius: 50px;
	overflow: hidden;
}

.kuchikomi li .name,.kuchikomi li .text{
	width: calc(100% - 50px);
	text-align: left;
	margin-left: 50px;
}
.kuchikomi li .name{
	color: #0f0c12;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0;
}

.kuchikomi li .text{
	font-size: 10px;
	line-height: 1.4;
	margin-top: -3px;
	margin-bottom: 0;
	font-feature-settings: "palt";
}

.kuchikomi li .count{
	display: flex;
	width: 215px;
	justify-content: right;
	margin-left: 50px;
	height: 28px;
	position: relative;
}

.kuchikomi li .count p{
	position: absolute;
	top: 7px;
	color: #3c3c3c;
	font-size: 12px;
	margin: 0;
}

.kuchikomi li .count p:nth-child(1){
	left: 18px;
}
.kuchikomi li .count p:nth-child(2){
	left: 62px;
}
.kuchikomi li .count p:nth-child(3){
	left: 106px;
}
.kuchikomi li .count p:nth-child(4){
	left: 189px;
}

/* ポップアップ */
.pop_detail {
	padding: 5px 10px;
	text-align: right;
	text-decoration: underline;
	font-weight: bold;
    font-size: 12px;
	color: #ffff00;
	cursor:pointer;
}
.box_pop {
	width: 85%;
	margin: 0 auto;
	padding: 15px 10px 10px !important;
	text-align: left;
	font-size: 13px;
	color: #21282f;
	visibility: hidden;
	position: fixed;
	top: 15px;
	left: 0;
	right: 0;
	z-index: 1002;
	background: url(../images/regist/pop/bg.jpg) repeat-y top;
	background-size: 100%;
	border: 2px solid #2ceeff;
}
.box_pop.on {
	visibility: visible;
}
.box_pop section {
	margin-bottom: 20px;
}
.box_pop .btn-close {
	width: 47px;
	height: 47px;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2000;
	background: url(../images/regist/pop/icon-close.png) no-repeat;
	background-size: 100%;
}
.box_pop .btn-pop input {
	font-size: 0;
	background: url(../images/regist/pop/btn-close.png) no-repeat;
	background-size: 100%;
	width: 176px;
	height: 40px;
	margin: 0 auto;
	display: block;
}
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
}

/* キャリアセレクト */

#payment_select {
    margin: 5px 0 30px;
}

.list_payment_select {
    padding: 0 15px;
    line-height: 1.4;
    color: #000;
}

.payment_select_item:not(:last-child) {
    margin-bottom: 10px;
}

.payment_item {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 6px 8px 5px 40px;
    border-radius: 2px;
    font-size: 11px;
    text-align: left;
    position: relative;
    background: #fff;
    cursor: pointer;
	box-sizing: border-box;
}


.payment_item.checked, .payment_item:has(input:checked) {
    background: #E3C6FF;
}

.payment_item:before, .payment_item:after {
    display: block;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.payment_item:before {
    width: 10px;
    height: 10px;
    border: 1px solid #C6C7C7;
    top: 50%;
    left: 10px;
}

.payment_item.checked:before, .payment_item:has(input:checked):before {
    border: 1px solid #9D4CED;
}

.payment_item .logo {
    width: 30px !important;
    margin: 0 10px 0 -5px;
}

.payment_item span {
    font-weight: bold;
}

.payment_item.checked:after, .payment_item:has(input:checked):after {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 13px;
    background: #9D4CED;
}

.payment_select_item dd {
    padding: 10px;
}

#main .text_caption {
    text-align: left;
    font-size: 11px;
    color: #fff;
}

#main .text_caption.mb-30{
	margin-bottom: 30px !important;
}

dd .payment_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 5px;
}

.payment_item input {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

#main .payment_item .reco {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
}

.payment_item .text-large {
    line-height: 1.3;
    font-weight: bold;
}

.selected_price {
    padding: 20px 25px 0;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.selected_price li {
    text-align: center;
}

.selected_price li .text-small {
    font-size: 0.8em !important;
}

.text_credit_notice {
    margin-top: 10px;
    line-height: 1.4;
    font-size: .7em;
}

.btn_selected_payment {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    min-height: 70px;
    margin: 20px auto 0;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #9D4CED;
}

.btn_selected_payment.disabled {
    pointer-events: none;
    opacity: .6;
}

/*--- 選択したお支払い方法 ---*/
[class^="select_payment-"] {
	display: none;
	width: 240px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
  }
  [class^="select_payment-"] button,
  [class^="select_payment-"] div,
  [class^="select_payment-"] a {
	display: block;
	opacity: 0;
	width: 100%;
	height: 70px;
	cursor: pointer;
  }

  /*--- 金額確認 ---*/
.selected_price,
.selected_price li,
.text_credit_notice {
  display: none;
}
.selected_price {
  padding: 20px 25px 0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}
.selected_price li {
  text-align: center;
}
.selected_price .through,
.selected_price .off {
  font-size: 10px;
  font-weight: normal;
}
.selected_price .through {
  padding: 0 5px;
  text-decoration: line-through;
}
.selected_price .off {
  padding: 2px 4px;
  border-radius: 2px;
  color: red;
  background: #fff5f4;
}
.text_credit_notice {
  margin-top: 10px;
  line-height: 1.4;
  font-size: .7em;
}

.select_area li.credit_card.career_4th_aniv {
	border-radius: 13px;	
}
.select_area li.credit_card.career_4th_aniv .career_4th_aniv_box{
	background: #ff7b05;
	border-radius: 13px;
	padding: 12px 10px;
	margin-bottom: 10px;
}

.select_area li.credit_card.career_4th_aniv .career_4th_aniv_inner{
	background: #fafafc;
}

.career_celect .ac_regist_link.career_4th_aniv_btn a {
	background: url(../images/pay/aniv_4th/regist/career_select/btn01.png)no-repeat center;
	color: transparent;
    font-size: 0;
    background-size: 100%;
    margin: 0 auto;
    width: 250px;
    height: 75px;
    display: block;
	margin-bottom: 30px;
}


.regist_4th_aniv {
	border: none;
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.regist_4th_aniv .cord_input{
	text-align: center;
    display: none;
	border: 1px solid #ea68c9;
    background: #F7E1F5;
    padding: 15px 5px;
    margin: 0 0px 25px 0px;
    border-radius: 10px;
}

.regist_4th_aniv .select_area .regist_credit_radio .radio{
	background: #fff;
}

.regist_4th_aniv a {
    color: red;
}

.regist_4th_aniv .cord_input p {
    text-align: left;
    font-size: 12px;
    color: #333;
	line-height: 1.2;
}