@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
		font-family: 'ＭＳ ゴシック', sans-serif;
	}
}
/*reset*/
.index {
	background: #fff;
	overflow-x: hidden;
}
.header {
	border-bottom: 3px solid rgb(52, 140, 255);
}
.header,
.footer {
	background: #fff;
}
.contents {
	position: relative;
}
.complete .contents {
	padding-bottom: 30px;
}
.contents::before {
	content: "";
	display: block;
	width: 100vw;
	min-width: 1040px;
	height: calc(100% + 80px);
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translate(-50%, 0);
	background: #eaeaea;
	z-index: -1;

}
#pcr_wrapper{
	width: 1040px;
	margin: 50px auto 30px;
	font-size: 14px;
	text-align: left;
}
#pcr_wrapper li{
	list-style: none;
}
#pcr_wrapper input,
#pcr_wrapper select{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
}
#pcr_wrapper #ikkatsuRegisterForm input[type="checkbox"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    outline: checkbox;
}
#pcr_wrapper input[name="news"]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    appearance: checkbox;
    outline: checkbox;
}
p,
dt,
dd,
li,
ul,
form{
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*上部メールパーミッション*/
#pcr_mailPermission p{
    color: #bf0000;
	text-align: center;
	padding: 10px 0;
}

/*エラーリスト*/
#pcr_errList{
	border: solid 1px #bf0000;
	margin: 45px 0 0;
}
#pcr_errList dl{
	margin: 0;
}
#pcr_errList dt{
	color: #fff;
	background: #bf0000;
	padding: 16px 30px;
	font-size: 16px;
	font-weight: 700;
}
#pcr_errList dd{
	font-size: 14px;
	padding: 30px 26px 30px;
	background: #fdf4f4;
}
#pcr_errList dd p{
	color: #333;
}
#pcr_errList dd ul{
	overflow: hidden;
	padding: 12px 0 0;
}
#pcr_errList dd li{
	float: left;
	padding: 0 16px 0 0;
	color: #bf0000;
	line-height: 2;
}
#pcr_errList dd li a{
	color: #bf0000;
	border-bottom: 1px solid #bf0000;
	text-decoration: none;
}
#pcr_errList dd li:before{
	content: "・";
}

/*Form Title*/
#pcr_wrapper .pcr_formTtl{
	padding: 0 0 0 5px;
	background: #07d;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 17px 30px;
	font-weight: 700;
}
#pcr_wrapper .pcr_mainForm {
	border: 1px solid #e0e0e0;
}
#pcr_wrapper .pcr_mainForm + .pcr_mainForm {
	margin-top: 30px;
}
#pcr_wrapper #ikkatsuRegisterForm {
	margin-top: 30px;
}
#pcr_wrapper .pcr_mainForm .pcr_attention{
	color: #c00;
	font-size: 86%;
	margin: 10px 0 0;
}

/*Form Table*/
#pcr_wrapper .pcr_mainForm table{
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
	width: 100%;
	text-align: left;
	font-size: 100%;
}
#pcr_wrapper .pcr_mainForm table th,
#pcr_wrapper .pcr_mainForm table td{
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: none;
	border-top: none;
	padding: 0 16px;
}
#pcr_wrapper .pcr_mainForm table th{
	background: #f2f8fd;
	width: 227px;
	text-align: left;
	padding: 16px;
}
#pcr_wrapper .pcr_mainForm table td{
	padding: 16px;
	overflow: hidden;
	font-size: 100%;
}
#pcr_wrapper .pcr_mainForm table th p{
	font-weight: bold;
	position: relative;
	padding: 0 38px 0 0;
}
/*必須表示*/
#pcr_wrapper .pcr_mainForm table th span{
	position: absolute;
	right: 0;
	top: 0;
	color: #c00;
}
#pcr_wrapper .pcr_mainForm span.pcr_ikkatsuInfo{
	font-size: 12px;
}
#pcr_wrapper  .pcr_formInner{
	overflow: hidden;
}
#pcr_wrapper  .pcr_formInner > p{
	float: left;
}
.pcr_read .red {
	color: #bf0000;
}
.pcr_read b {
	font-weight: bold;
}
.pcr_read .red .border {
	text-decoration: none;
	border-bottom: 1px solid #bf0000;
	padding-bottom: 1px;
}
#pcr_wrapper .pcr_read{
	font-size: 14px;
	line-height: 2;
	color: #333;
}
#pcr_wrapper .pcr_read_tip{
	font-size: 10px;
	color: #333333;
}
.pcr_item__ttl + .pcr_read {
	margin: 8px 0 0;
}
#pcr_wrapper   .pcr_info_read{
    font-size: 86%;
    margin: 0 0 10px;
    line-height: 1.3em;
}

/*Input Text Base*/
#pcr_wrapper input[ type = "text" ],
#pcr_wrapper input[ type = "phone" ]{
	font-size: 14px;
	padding: 11px 16px;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
}
#pcr_wrapper input[ type = "text" ]:focus,
#pcr_wrapper input[ type = "phone" ]:focus{
	border: solid 1px #07d;
	background: #F2F8FD;
}

/*Input Name*/
#pcr_wrapper .pcr_inputName{
	position: relative;
	float: left;
	margin: 0 0 0 20px;
}
#pcr_wrapper .pcr_inputName:first-child{
	margin: 0 0 0 0;
}
#pcr_wrapper .pcr_inputName span{
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 28px;
}
#pcr_wrapper .pcr_inputTxt{
	width: 265px;
}
#pcr_wrapper .pcr_inputTxt#school_email {
	width: 646px;
}
#pcr_wrapper .pcr_inputTxt.postal-code {
	width: 124px;
	height: 52px;
}
#pcr_wrapper #pcr_adrsAfter .pcr_inputTxt{
	width: 530px;
}
#pcr_wrapper #pcr_adrsAfter_home .pcr_inputTxt{
    width: 530px;
}
#pcr_wrapper #pcr_adsNum .pcr_inputTxt{
	width: 122px;
}
#pcr_wrapper #pcr_adsNum_home .pcr_inputTxt{
    width: 122px;
}
#pcr_wrapper .pcr_inputName .pcr_inputTxt{
	margin: 0 0 0 37px;
}
#pcr_wrapper .pcr_phoneNum input{
	width: 68px;
}
#pcr_wrapper .pcr_phoneNum li:first-child input{
	width: 59px;
}
#pcr_wrapper .pcr_phoneNum li{
	float: left;
}
#pcr_wrapper .pcr_subBtn{
	padding: 0 0 0 10px;
}
#pcr_wrapper .pcr_subBtn a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 16px;
	line-height: 50px;
	font-size: 86%;
	background:  #07d;
	border: solid 1px #07d;
	border-radius: 3px;
	box-sizing: border-box;
}

#pcr_wrapper .pcr_phoneNum .pcr_number{
	padding: 0 4px;
	line-height: 40px;
	color: #ddd;
}

/*Input Select*/
#pcr_wrapper .customSelect{
	background-color: white;
	padding: 12px 16px;
	line-height: 1em;
	overflow: hidden;
	border: solid 1px #e0e0e0;
	border-radius: 2px;
	background: url('/contents/nikki/pc/regist/img/img_slct.png') no-repeat right 16px center;
	background-size: 8px 5px;
	width: 100%;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}
#pcr_wrapper .customSelect .customSelectFocus{
	border: solid 1px #07d;
	background-color: #F2F8FD;
}
#pcr_wrapper .customSelectInner{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	padding: 0 35px 0 0;
}
#pcr_wrapper .pcr_slctLong{
	margin: 15px 0 0;
}
#pcr_wrapper .pcr_inputSlct select{
	width: 200px;
	z-index: 1;
	cursor: pointer;
}
#pcr_wrapper .pcr_slctShort select{
	width: 50px;
}
#pcr_wrapper .pcr_slctLong select{
	width: 400px;
}

/*inputError*/
#pcr_wrapper .pcr_inputErr{
	background: #f7d9d9;
	border: solid 1px #c00;
}

/*chekbox*/
#pcr_wrapper .pcr_chkArea label{
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin: 8px 0 0;
}
#pcr_wrapper .pcr_chkArea .pcr_chkbox{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url('/contents/nikki/pc/regist/img/btn_chkOff.png') no-repeat center center;
	background-size: contain;
}
#pcr_wrapper .pcr_chkArea input:checked + .pcr_chkbox{
	background: url('/contents/nikki/pc/regist/img/btn_chkOn.png') no-repeat center center;
	background-size: contain;
}
#pcr_wrapper .pcr_chkArea input{
	position: absolute;
	width: 0;
	height: 0;
}
#pcr_wrapper .pcr_chkArea label span{
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #333;
	margin: 0 0 0 33px;
	padding-top: 1px;
}

/*radiobtn*/
#pcr_wrapper .pcr_rdoArea label{
	cursor: pointer;
	display: block;
	position: relative;
}
#pcr_wrapper .pcr_rdoArea .pcr_rdobox{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
	display: block;
	width: 20px;
	height: 20px;
	background: url('/contents/nikki/pc/regist/img/btn_rdoOff.png') no-repeat center center;
	background-size: contain;
}
#pcr_wrapper .pcr_rdoArea label input:checked + .pcr_rdobox{
	background: url('/contents/nikki/pc/regist/img/btn_rdoOn.png') no-repeat center center;
	background-size: contain;
}
#pcr_wrapper .pcr_rdoArea input{
	position: absolute;
	width: 0;
	height: 0;
}
#pcr_wrapper .pcr_rdoArea label span{
	padding: 2px 2px 2px 20px;
	display: block;
	font-style: normal;
	margin: 0 0 0 20px;
}
#pcr_wrapper .pcr_formInner {
	margin-top: 14px;
}
#pcr_wrapper .pcr_read + .pcr_formInner {
	margin-top: 7px;
}
#pcr_wrapper .pcr_formInner .pcr_rdoArea{
	margin: 0 15px 0 0;
}
#pcr_wrapper .pcr_formInner .pcr_rdoArea:last-of-type {
	margin-right: 0;
}
#pcr_wrapper .pcr_formInner .pcr_inputSlct {
	margin-top: 0;
}
#pcr_wrapper .pcr_formInner .pcr_inputSlct.pcr_slctShort {
	width: 70px;
}

#pcr_wrapper .pcr_formInner.name-input {
	display: flex;
	align-items: center;
}
#pcr_wrapper .pcr_formInner.name-input p:first-of-type {
	font-weight: 16px;
	font-weight: 600;
	width: 40px;
}
#pcr_wrapper .pcr_formInner.name-input > p {
	float: none;
}

/*入力欄下部*/
#pcr_wrapper .pcr_subTxt{
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 30px 0 15px;
}
#pcr_wrapper .pcr_otherTxt label {
	display: block;
}
#pcr_wrapper .pcr_otherTxt input{
	margin:10px 0 0;
	width: 646px;
	display: inline-block;
}
#pcr_sclType02 .pcr_otherTxt {
	display: flex;
}
#pcr_sclType02 .pcr_otherTxt label + label {
	margin-left: 30px;
}
#pcr_sclType02 .pcr_otherTxt input {
	width: 309px;
}
#pcr_wrapper .pcr_otherTxt input:disabled {
	display: none;
}

/*インプットエラー表示*/
#pcr_wrapper .pcr_inputErrList{
	color: #c00;
	padding: 5px 0 0;
}
#pcr_wrapper .pcr_inputErrList li{
	margin: 5px 0 0;
	padding: 0 0 0 18px;
	background: url('/contents/nikki/pc/regist/img/icn_errArw.png') no-repeat left center;
	line-height: 1.3em;
}

/*就職支援サイトかんたん登録*/
#pcr_tourokuBlock{
	padding: 15px 0 0;
	/*border-top: solid 1px #aaa;*/
}
#pcr_tourokuBlock{
	margin: 40px 0 0;
}
#pcr_tourokuBlock strong,
#pcr_kakuninBlock strong{
	display: block;
	margin: 20px 0 0;
}
#pcr_tourokuBlock strong:first-child{
	margin: 0;
}
#pcr_tourokuBlock strong{
	font-size: 126%;
}
#pcr_kakuninBlock strong{
	font-size: 100%;
}
#pcr_kakuninBlock em{
	font-style: normal;
	font-weight: bold;
}
#pcr_kakuninBlock p{
	margin: 12px 0 0;
}
#pcr_kakuninBlock p.pcr_chkArea{
	margin: 0;
}
#pcr_top #pcr_tourokuBlock p{
	font-size: 86%;
	margin:20px 0 0;
	text-align: center;
}
#pcr_wrapper .pcr_tourokuBox{
	overflow: hidden;
	width: 972px;
	padding: 12px 0 0;
}
#pcr_top #pcr_tourokuBlock dl{
	cursor: pointer;
	border: solid 2px #ececec;
	border-radius: 5px;
	width: 285px;
	padding: 10px;
	float:left;
	margin: 0 12px 12px 0;
}
#pcr_top #pcr_tourokuBlock dl dt{
	font-size: 114%;
	font-weight: bold;
}
#pcr_top #pcr_tourokuBlock dl dd{
	font-size: 86%;
	margin: 8px 0 0;
	line-height: 1.3em;
}
#pcr_top #pcr_tourokuBlock dl label{
	margin: 0;
}
#pcr_tourokuBlock .pcr_notice li{
	font-size: 86%;
	margin: 0 0 5px;
	line-height: 1.3em;
}
#pcr_conf #pcr_kakuninBlock{
	padding: 0 0 22px;
}

#pcr_scout_user_profile {
    margin-bottom: 40px;
}

#pcr_scout_user_profile:not([style*="display: none;"]) ~ div#ikkatsuRegisterForm:not([style*="display:none;"]),
#pcr_scout_user_profile:not([style*="display: none;"]) ~ div#ikkatsuRegisterForm[style*="display:none;"] ~ table,
#pcr_scout_user_profile:not([style*="display: none;"]) ~ div#ikkatsuRegisterForm[style*="display: none;"] ~ table {
    border-top: 1px solid #cccccc !important;
}

/*確認画面へ*/
#pcr_kakuninBlock .pcr_list li{
	margin: 0 0 5px;
	line-height: 1.3em;
}
#pcr_kakuninBlock strong.pcr_chkArea span{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
#pcr_kakuninBlock strong.pcr_chkArea label span{
	font-size: 100%;
}
#pcr_wrapper #pcr_kakuninBlock strong.pcr_chkArea em{
	position: relative;
	padding: 0 0 0 19em;
}
#pcr_wrapper #pcr_kakuninBlock strong.pcr_chkArea input{
	position: absolute;
	right: 0;
	top: 0;
}
#pcr_kakuninBlock p.pcr_chkArea label span{
	font-size: 100%;
}

/*ボタンcss*/
#pcr_wrapper .pcr_submitBtn{
	display: block;
	width: 500px;
	border: none;
	cursor: pointer;
	margin: 32px auto 0;
}
#pcr_wrapper .pcr_submitBtn input {
	background: #bf0000;
	color: #fff;
	border: none;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-image: url('/contents/nikki/pc/regist/img/submit-arrow.svg');
	background-size: 6px 10px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 14px;
}
#pcr_wrapper .pcr_submitBtn div {
	background: #bf0000;
	color: #fff;
	border: none;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-image: url(/contents/nikki/pc/regist/img/submit-arrow-bottom.svg);
	background-size: 10px 6px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 14px;
	text-align:center;
}
#pcr_wrapper .pcr_submitBtn div a {
	text-decoration:none;
	color:#fff;
	display:block;
}
#pcr_wrapper .pcr_completeBtn {
	display: block;
	width: 100%;
	border: none;
	cursor: pointer;
	margin: 0;
}
#pcr_wrapper .pcr_completeBtn a {
	background: #0077dd;
	color: #fff;
	border: none;
	border-radius: 3px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0.1em;
	font-weight: 700;
	background-image: url('/contents/nikki/pc/regist/img/submit-arrow.svg');
	background-size: 6px 10px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	cursor: pointer;
	font-size: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
}
#pcr_wrapper .form__inner .pcr_completeBtn {
	margin-bottom: 20px;
	margin-top: 30px;
}
#pcr_wrapper .pcr_btnImg01{
	background: url("/contents/registration/images/btn_submit01.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg02{
	background: url("/contents/nikki/pc/regist/img/btn_submit02.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg03{
	background: url("/contents/nikki/pc/regist/img/btn_submit03.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg04{
	background: url("/contents/registration/images/btn_submit04.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg05{
	background: url("/contents/registration/images/btn_submit05.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg06{
	background: url("/contents/registration/images/btn_submit06.png") no-repeat center center;
}
#pcr_wrapper .pcr_btnImg07{
	background: url("/contents/registration/images/btn_submit07.png") no-repeat center center;
}
#pcr_wrapper .pcr_btn_a{
	text-align: center;
	padding: 20px 0;
}
#pcr_wrapper .pcr_btn_b{
	text-align: center;
}
#pcr_wrapper .pcr_btn_b a{
	width: 469px;
	height: 58px;
	background: url("/contents/nikki/pc/regist/img/btn_back.png") no-repeat center center;
	display: inline-block;
	text-indent: -9999em;
}
#pcr_wrapper .pcr_submitBtn:hover,
#pcr_wrapper .pcr_btn_b a:hover{
	opacity: 0.8;
}

#pcr_wrapper .pcr_scroll{
	height: 40px;
	border: solid 1px #e0e0e0;
	padding: 16px 20px;
	overflow-y: scroll;
	margin: 0;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.58;
	box-sizing: border-box;
}
/*ご利用規約*/
#pcr_conf .pcr_scroll{
	height: 120px;
}
#pcr_wrapper .pcr_scroll::-webkit-scrollbar {
	width:3px;
	border-radius: 2px;
}
#pcr_wrapper .pcr_scroll::-webkit-scrollbar-track {
	background:#fff;
}
#pcr_wrapper .pcr_scroll::-webkit-scrollbar-thumb {
	background:#acacac;
}

/*個人保護*/
#pcr_wrapper .spr_privacy{
	text-align: center;
	margin: 20px 0 0;
}

/*フォームボタンフォーカス時*/
#pcr_wrapper .pcr_lblFocus{
	background: #f2f8fd;
	color: #07d;
}

/*確認画面用*/
#pcr_conf .pcr_mainForm table td,
#pcr_conf .pcr_mainForm table th{
	vertical-align: top;
}
#pcr_conf .pcr_mainForm td li{
	display: inline-block;
}
#pcr_conf .pcr_mainForm td li:after{
	content: "、";
}
#pcr_conf .pcr_mainForm td li:last-child:after{
	content: "";
}

/*完了画面用*/
#pcr_comp #pcr_kakuninBlock{
	border: none;
}
#pcr_tourokuBlock .pcr_formTtl{
	margin: 10px 0;
}

/*上部タイトル*/
.mainTitle strong{
	color: #07d;
	font-size: 30px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 1;
}
.mainTitle p{
	text-align: center;
	margin: 27px 0 0;
}
.mainTitle p img {
	max-width: 583px;
}
.mainTitle__lead{
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	margin-top: 27px;
}
.caption {
	font-size: 12px !important;
	color: #666;
	line-height: 1.58;
}
.mainTitle + .caption {
	margin-top: 29px;
}
.form {
	padding: 20px 20px 30px;
	background: #fff;
	margin-top: 45px;
}
#pcr_errList + form .form {
	margin-top: 32px;
}
.form__inner {
	max-width: 500px;
	margin: 0 auto;
}
.pcr_inner {
	padding: 31px 30px 30px;
}
#contact .pcr_inner {
	padding: 26px 30px 30px;
}
.confirm .pcr_inner {
	padding: 26px 30px 26px;
}

.pcr_inner-2col {
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.pcr_inner__left {
	padding: 30px 15px 30px 30px;
	width: 693px;
	box-sizing: border-box;
}

.pcr_inner__right {
	padding: 30px;
	box-sizing: border-box;
	background-color: #fafafa;
	width: 305px;
}

.pcr_inner__right .pcr_read + .pcr_read {
	margin-top: 14px;
}

.pcr_item {
	margin-top: 32px;
}
.pcr_item#pcr_check01 {
	margin-top: 28px;
}
.pcr_item:first-of-type {
	margin-top: 0;
}
.pcr_item__ttl {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #333;
}
.pcr-required {
	display: inline-block;
	margin-left: 16px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #bf0000;
	border-radius: 2px;
	vertical-align: top;
	padding: 0 4px;
	font-weight: 400;
	height: 18px;
}
.pcr_inputSlct {
	margin-top: 9px;
	width: 309px;
	position: relative;
}
.pcr_item__ttl + .pcr_inputSlct {
	margin-top: 13px;
}
.pcr_inputSlct select {
	width: 100% !important;
}
.pcr_otherTxt.disabled {
	display: none !important;
}
.pcr_otherTxt + .caption,
.pcr_formInner + .caption {
	margin-top: 6px;
}
.radio-label {
	padding: 13px 20px;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	border-radius: 2px;
}
.radio-label.selected {
	border: 1px solid #b1d8fc;
	background: #f2f9ff;
	font-weight: 700;
}
#pcr_sclType04 .pcr_rdoArea {
	width: calc((100% - 31px) / 3);
}
#pcr_scout_user_profile .pcr_rdoArea,
#pcr_itnavi_news_permission .pcr_rdoArea,
#pcr_check01 .pcr_rdoArea {
	width: calc((100% - 15px) / 2);
}
.pcr_read__link {
	color: #07d;
	text-decoration: none;
	border-bottom: 1px solid #07d;
	padding-bottom: 1px;
}
.pcr_read__link:hover {
	border-bottom: none;
}
.pcr_accordion {
	color: #07d;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	margin-top: 7px;
	position: relative;
	line-height: 1;
}
.pcr_accordion::before {
	content: "";
	display: block;
	width: 100%;
	bottom: -3px;
	left: 0;
	height: 1px;
	background: #07d;
	position: absolute;
}
.pcr_list {
	display: flex;
	height: 61px;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
}
.input .pcr_list {
	border-bottom: none;
}
.pcr_accordion-box .pcr_list:first-of-type,
.pcr_accordion-box .pcr_item:first-of-type {
		margin-top: 30px;
}
.pcr_list:first-of-type {
	height: 42px;
	align-items: flex-start;
}
.pcr_list:last-of-type {
	border-bottom: none;
	height: 42px;
	align-items: flex-end;
}
.pcr_list:only-child {
	height: 24px;
	align-items: center;
}
.pcr_list__ttl {
	line-height: 2;
	width: 370px;
	font-size: 12px;
	color: #333;
}
.pcr_list__ttl p {
	font-weight: 700;
}
.input .pcr_list {
	display: flex;
	align-items: center;
}
.input .pcr_list__ttl {
	font-size: 16px;
	width: 120px;
}
.pcr_kisei {
	margin-top: 32px;
}
.pcr_jobBoard {
	margin-top: 26px;
}
.pcr_jobBoard__label {
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	display: block;
	padding: 18px 20px 15px;
	display: flex;
	align-items: flex-start;
	justify-content: normal;
	cursor: pointer;
}
.pcr_jobBoard__label + .pcr_jobBoard__label {
	margin-top: 8px;
}
.pcr_jobBoard__img {
	width: 75px;
	margin-right: 20px;
}
.pcr_jobBoard__img img {
	width: 100%;
}
.pcr_jobBoard__contents {
	max-width: 510px;
}
.pcr_jobBoard__ttl input {
	width: 20px;
	height: 20px;
	margin: 0 15px 0 0;
	background: url('/contents/nikki/pc/regist/img/btn_chkOff.png');
	background-size: contain;
}
.pcr_jobBoard__ttl input:checked {
	background: url('/contents/nikki/pc/regist/img/btn_chkOn.png');
	background-size: contain;
}
.pcr_jobBoard__ttl {
	font-size: 15px;
	color: #333;
	display: flex;
	align-items: center;
	height: 20px;
}
.pcr_jobBoard__txt {
	color: #333;
	line-height: 2;
	margin-top: 8px;
}
.pcr_jobBoard-short .pcr_jobBoard__contents {
	width: 800px;
	max-width: 800px;
}
.pcr_privacy {
	font-size: 12px;
	text-align: center;
	color: #333;
}
.pcr_privacy + .form {
	margin-top: 32px;
}
.mainTitle + .form {
	margin-top: 57px;
}
.pcr_privacy a {
	text-decoration: none;
	border-bottom: 1px solid #0078dd;
	padding-bottom: 1px;
	color: #0078dd;
}
.pcr_submitBtn + .pcr_privacy {
	margin-top: 26px;
}
.pcr_outside {
	margin-top: 76px;
}
.pcr_outside .pcr_item__ttl + .pcr_read {
	margin-top: 27px;
}
.pcr_outside .caption {
	margin-top: 3px;
}
.pcr_outside .caption + .pcr_read {
	margin-top: 20px;
}
.pcr_outside .pcr_jobBoard__ttl {
	margin-top: 30px;
}
.pcr_outside .pcr_jobBoard__ttl label {
	display: flex;
	align-items: center;
}
.pcr_outside .pcr_jobBoard__ttl label input {
	appearance: none !important;
	outline: none;
}
.pcr_jobBoard__ttl .bold {
	font-weight: 700;
}
.pcr_outside .pcr_jobBoard__ttl + .caption {
	margin-top: 10px;
}

input[type="text"].pcr_error,
input[type="phone"].pcr_error,
select.pcr_error + .customSelect,
.etc_group.is_error,
.radio-label.pcr_error {
	border: solid 1px #bf0000 !important;
	background-color: #fdf4f4 !important;
}

.etc_group.is_error input {
	border: solid 1px #e0e0e0 !important;
	background-color: #fff !important;
}

input[type="text"]:focus.pcr_error,
input[type="phone"]:focus.pcr_error,
select.pcr_error:focus + .customSelect {
	border: solid 1px #0077dd !important;
	background-color: #f2f8fd !important;
}

.pcr_errorTxt {
	color: #bf0000;
	font-size: 14px;
	line-height: 1.38;
	padding-left: 20px;
	position: relative;
	margin-top: 12px;
	margin-bottom: 5px;
}
.pcr_errorTxt::before {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	background: url('/contents/nikki/pc/regist/img/arrow.svg');
	background-repeat: no-repeat;
	background-size: 14px 12px;
	position: absolute;
	top: 4px;
	left: 0;
}
.etc_group.is_error {
	border-radius: 3px;
	padding: 8px 14px 15px;
	margin-top: 8px;
}
input[type="checkbox"] {
	clip: rect(0, 0, 0, 0);
	position: relative;
	opacity: 0;
}
input[type="checkbox"] + span.icon {
	position: relative;
	height: 21px;
}
input[type="checkbox"] + span.icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: -35px;
	width: 20px;
	height: 20px;
	display: block;
	background: url('/contents/nikki/pc/regist/img/btn_chkOff.png');
	background-size: contain;
}
input[type="checkbox"]:checked + span.icon::before {
	background: url('/contents/nikki/pc/regist/img/btn_chkOn.png');
	background-size: contain;
}
.hide + .pcr_item {
	margin-top: 0;
}
.caption + .pcr_submitBtn {
	max-width: 500px;
	margin-top: 44px !important;
}
.caption + .pcr_submitBtn + .pcr_privacy {
	margin-top: 20px;
}
.pcr_prevBtn {
	display: block;
	margin: 80px auto 0;
	padding-bottom: 46px;
	max-width: 500px;
}
.pcr_prevBtn a {
	width: 100%;
	text-align: center;
	display: block;
	padding: 14px;
	font-size: 14px;
	background: #e0e0e0;
	color: #333;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 700;
	box-sizing: border-box;
}
.conplete-ttl {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	text-align: center;
}
.conplete-txt {
	font-size: 14px;
	line-height: 1.71;
}
.conplete-ttl + .conplete-txt {
	margin-top: 24px !important;
}
.conplete-mail-icon {
	width: 100px;
	height: 85px;
	background-image: url('/contents/nikki/pc/regist/img/mail.svg');
	display: block;
	margin: 30px auto 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.conplete-mail-icon + .conplete-txt {
	font-weight: bold;
	margin-top: 30px !important;
}
.conplete-txt + .spr_read {
	margin-top: 2px;
}
.spr_read a {
	color: #0077dd;
	font-size: 14px;
}
.form + .pcr_completeBtn {
	max-width: 500px;
	margin: 80px auto 0 !important;
}
.conplete-search-ttl {
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px !important;
}
.conplete-search {
	margin-top: 12px;
	border: 1px solid #acacac;
	position: relative;
	padding: 0 40px 0 0;
	border-radius: 2px;
	margin-bottom: 10px;
}
.conplete-search input[type="text"] {
	padding: 0;
	border: none !important;
	border-radius: 0;
	outline: none;
	background: none;
	height: 40px;
	font-size: 13px !important;
	padding: 1px 10px 0 !important;
	width: 100%;
	line-height: 40px;
}
.conplete-search input::placeholder {
	color: #ccc;
}
.conplete-search button,
.conplete-search input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
		background: transparent;
		background-color: #0077dd;
		height: 40px;
		width: 40px;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url('/contents/nikki/pc/regist/img/search.png');
		background-repeat: no-repeat;
		background-size: 22px 22px;
		background-position: center;
}
#pcr_wrapper .pcr_inner__right .pcr_read {
	color: #666;
}

.w-80 {
	width: 80%;
}