@charset "utf-8";
/*////////////////////////////////////////////////////////

career_select

////////////////////////////////////////////////////////*/

/* common
--------------------------------------- */
section section:last-child {
  margin-bottom: 0;
}

.tit_sub01 {
  margin: 0 0 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: url(../images/regist/bg_tit_sub.jpg) no-repeat bottom;
  background-size: 100%;
}

.paymentBox {
  margin-bottom: 0 !important;
  background: none !important;
}

/* career_select
--------------------------------------- */

/* お支払い方法選択
------------------------- */
.payment_select_wrap {
  padding: 0 12px;
}
.list_payment_select {
  padding: 0 0 15px;
  background: url("../images/line/02.png") no-repeat center bottom;
  background-size: 112%;
}
.list_payment_select > [class*="_select"] {
  margin: 0 0 10px;
  border-radius: 5px;
  background: #fff;
}
.box_payment_select .tit_sub01 {
  display: none;
}
/*----- クレジットカード -----*/
.box_payment_select {
  padding: 8px;
  border-radius: 3px;
  color: #333;
}
.box_payment_select .inner {
  display: none;
  padding: 0;
}
.regist_credit span {
  font-size: 12px;
}
/* btn */
.btn_cregit_select {
  height: 135px;
  padding: 0 !important;
  background: url("../images/regist/btn_cregit_select_on.png") no-repeat top, url("../images/regist/btn_cregit_select_off.png") no-repeat top;
  background-size: 0, 100%;
}
.btn_cregit_select.active {
  height: 75px;
  background-size: 100%, 0;
}
.btn_cregit_select:after {
  content: none !important;
}
/* 一番人気 */
.box_payment_select .reco {
  width: 90px;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
/* form */
.box_payment_select input {
  display: none;
}
.box_radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 7px 10px 5px 27px;
  position: relative;
  border: 2px solid #aaa;
  line-height: 1.5;
  font-size: 12px;
  background: #fff;
}
.box_radio .border {
  font-size: 15px;
  font-weight: bold;
}
label:not(:last-of-type) .box_radio {
  border-bottom: 0;
}
label:not(:last-of-type) .border {
  margin: 0 0 2px;
  padding: 0 0 3px;
  background: linear-gradient(transparent 92%, #000 0%);
}
.box_radio:before, .box_radio:after {
  display: block;
  content: '';
  position: absolute;
  border-radius: 50%;
}
.box_radio:before {
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  background: #fff;
}
input:checked + .box_radio:after {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: #005aff;
}
/*-----
クレジットカード(初月無料ver)
box_firstmonth_free を外せば通常の枠に戻ります
-----*/
.box_firstmonth_free {
  padding-bottom: 12px;
  background-color: #e83902 !important;
}
.box_firstmonth_free .cornertitle {
  background-color: #0000004D;
}
.box_firstmonth_free .text-center {
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.box_firstmonth_free .text-notice {
  line-height: 1.2;
  text-align: left;
  font-size: .83em;
  font-weight: bold;
}
.box_firstmonth_free .text-notice li + li {
  margin-top: 3px;
}
.js_continue {
  cursor: pointer;
}
.box_notice.yellow {
  width: 96%;
  margin: 8px auto 0;
  text-align: left;
  color: #000;
  background: #f9efb7;
}
/*----- キャリア -----*/
.box_career_select {
  overflow: hidden;
  border-radius: 3px;
}
.js_continue + .paymentBox {
  display: none;
  margin: -1px 0 0;
  padding: 2px 5px 10px;
  position: relative;
}
[class^="list_"] [class^="btn_"] {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
[class^="list_"] [class^="btn_"]:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background: url("../images/icon/arrow_select.png") no-repeat;
  background-size: 100%;
}
[class^="btn_"].active:after {
  transform: translateY(-60%) scale(1, -1);
}
.btn_career_select {
  padding-left: 10px;
}

/* プレミアムコード
------------------------- */
.career_select .regist_premium {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: none;
}
.career_select .ac_regist_link a {
  display: block;
  width: 270px;
  height: 70px;
  margin: 0 auto;
  font-size: 0;
  color: transparent;
  background: url(../images/regist/btn_premium.png) no-repeat;
  background-size: 100%;
}
.regist_premium .cord_input {
  border: 1px solid #ea68c9;
  background: #F7E1F5;
  padding: 15px;
  margin: 0 0 25px;
  line-height: 1.5;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.regist_premium a {
  color: red;
}

/* CMS
------------------------- */
/*----- 吹き出し -----*/
.career_select .fuki_teller {
  height: 80px;
  background: url(../images/regist/icon_teller.png) no-repeat left 15px center;
  background-size: 75px;
  margin: 20px 0;
}
.career_select .fuki_teller p {
  background: #fff;
  border-radius: 15px;
  border: #fff700 solid 2px;
  outline: #14130d solid 1px;
  padding: 8px 10px 5px;
  position: relative;
  color: #000;
  text-align: left;
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: -8px;
  font-family: "senobi-gothic", sans-serif;
  font-weight: bold;
  font-style: normal;
  margin: 0 15px 70px auto;
  top: 0px;
  width: 205px;
  outline-offset: -2px;
  box-sizing: border-box;
}
.career_select .fuki_teller p .yellow_obi {
  color: #000;
  font-size: 21px;
  background: linear-gradient(transparent 30%, yellow 60%);
  padding: 0 3px;
  letter-spacing: -5px;
}
.career_select .fuki_teller p .text-pink {
  color: #ff0073;
}
.career_select .fuki_teller p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 33%;
  left: -18px;
  background: url(../images/regist/fuki.png) no-repeat;
  background-size: 100%;
}
.career_select .fuki_teller p:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 53px;
  top: -7px;
  right: -6px;
  background: url(../images/regist/icon_heart.png) no-repeat;
  background-size: 100%;
}
/*----- テキスト＆バナー -----*/
.career_select .bnr_box {
  background: url(../images/regist/bg_bnr_mid.jpg) repeat-y;
  background-size: 100%;
  margin: 0 5px;
  padding: 5px;
  position: relative;
}
.career_select .bnr_box:before {
  content: "";
  background: url(../images/regist/bg_bnr_top.jpg) no-repeat top;
  background-size: 100%;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -1px;
  left: 0;
}
.career_select .bnr_box:after {
  content: "";
  background: url(../images/regist/bg_bnr_btm.jpg) no-repeat bottom;
  background-size: 100%;
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.career_select .bnr_box .text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #fa2a0a;
  margin: 0;
  padding: 5px 0;
  position: relative;
}
.career_select .bnr_box .text span {
  color: #fff700;
}
.career_select .bnr_box img {
  position: relative;
  z-index: 1;
}

/* プレミアムコード
------------------------- */
.career_select .regist_premium {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.career_select .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;
}
.regist_premium a {
  color: red;
}

/* 注釈
------------------------- */
.caution_box {
  margin: 10px 0 20px;
  padding: 0 10px;
  text-align: left;
}
.caution_box li {
  margin-bottom: 8px;
  padding-left: 12px;
  line-height: 1.4;
  text-indent: -12px;
  font-size: 10px;
}
.caution_box a {
  color: yellow;
}

/* popup
------------------------- */
.pop_detail {
  display: block;
  padding: 3px 0 0;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}
.box_pop {
  width: 290px;
  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: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  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);
}

/* Xでも話題
------------------------- */
.kuchikomi {
  height: 315px;
  position: relative;
  background: url(../images/regist/bg_sp.png) no-repeat;
  background-size: 100%;
}
.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;
}

/* 占者紹介
------------------------- */
.tellerProfile .lead {
  display: none;
  padding: 0;
}
.tellerProfile .lead .inner {
  padding: 10px 18px 30px;
  text-align: left;
  font-size: 13px;
  color: #fff;
  position: relative;
  top: -1px;
}
.tellerProfile .lead .inner:after {
  content: '';
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tellerProfile .lead.haya .inner {
  background: url(../images/regist/senja_hayatomo_mid.jpg) repeat-y;
  background-size: 100%;
}
.tellerProfile .lead.haya .inner:after {
  background: url(../images/regist/senja_hayatomo_btm.jpg) no-repeat;
  background-size: 100%;
}
.tellerProfile .lead.yasu .inner {
  background: url(../images/regist/senja_yasu_mid.jpg) repeat-y;
  background-size: 100%;
}
.tellerProfile .lead.yasu .inner:after {
  background: url(../images/regist/senja_yasu_btm.jpg) no-repeat;
  background-size: 100%;
}
.tellerProfile .lead .inner p, .tellerProfile .lead .inner dl {
  padding: 0 12px !important;
}
.tellerProfile .lead .inner a {
  color: yellow;
}
