@charset "UTF-8";
/*
 * エントリーフォーム PC用 CSS
 */

/* reset
==================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,menu,nav,main,section
	{
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	overflow-y: scroll;
}

body {
	color: #555;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
		"Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	width: 100%;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 10px;
	vertical-align: bottom;
}

input,textarea,select,fieldset {
	font-family: inherit;
}

/* link */
a {
	color: #005ead;
	text-decoration: underline;
}

/* wrapper */
#ef-container {
	height: 100%;
	font-weight: 200;
	font-style: normal;
	font-size: 14px;
	line-height: 1.7;
	min-width: 1000px;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#ef-container * {
  box-sizing: border-box;
}
.c-container {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
.c-container.p-separator {
	border-bottom: 3px solid #005ead;
}
.u-device-sp--in {
	display: none;
}
#main {
	position: relative;
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding: 10px 30px 45px;
}

.icon-header {
	background:url(../img/pc/icon-title-pen.png);
	width:22px;
	height:22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.icon-question {
	background:url(../img/pc/icon-hatena.png);
	width:31px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.icon-home {
	background: url(../img/pc/icon-home.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0px 5px -3px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.icon-blank-blue {
	background: url(/entry/assets/img/pc/icon-blank-blue.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0px 5px -3px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

a.faq-03 {
	margin-left: 30px;
    padding-right: 5px;
    text-decoration: none;
    border-bottom: solid 1px #005ead;
}

/* header */
.p-shoulder {
  min-width: 1000px;
  background-color: #666666;
  color: #ffffff;
  font-size: 10px;
}
#ef-header {
  padding: 5px 0 5px 0;
}
#ef-header h1{
	width: 1000px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.p-shoulder .c-container p {
 display: none;
}

/* footer */
#footer {
  width: 100%;
}
#footer .c-container {
	width:1000px;
}
.p-securities-wrap {
  position: relative;
}
.p-securities {
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}
.p-securities__block {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.p-securities__block--pmark {
  width: 43%;
}
.p-securities__block--norton {
  width: 60%;
}
.p-security {
  display: table;
  margin: 0 10px;
}
.p-security__icon, .p-security__caption {
  display: table-cell;
  vertical-align: middle;
}
.p-security__icon {
  display: block;
  width: 84px;
}
.p-security__icon img {
  max-height: 100%;
}
.p-security__caption {
  font-size: 11px;
  padding: 0;
  padding-left: 15px;
}
.p-security--norton .p-security__icon {
  width: 120px;
  padding: 0 15px 0 0;
}
.p-security--norton .p-security__caption {
  padding: 0 30px 0 0;
}
.p-pagetop {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.p-pagetop a {
  color: #005ead;
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: transparent url(../img/pc/icon-arrow-pagetop.png) no-repeat left center;
}
.p-copyright {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #115fad;
  color: #ffffff;
  font-size: 11px;
}

/* form */
.block-s {
	margin-bottom: 20px;
}

.block-m {
	margin-bottom: 30px;
}

.block-l {
	margin-bottom: 60px;
}

.menu {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: 840px;
	margin: 30px auto 40px;
	background-color: #fff;
}

.back {
	flex: 0 0 29px;
	height: 23px;
	display: none;
	overflow: hidden;
	text-indent: 29px;
	white-space: nowrap;
	position: relative;
	margin: -1px 10px 0 0;
}

.back::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(3px, -50%) rotate(45deg);
	transform: translate(3px, -50%) rotate(45deg);
	border-left: 3px solid #005cb0;
	border-bottom: 3px solid #005cb0;
	width: 12px;
	height: 12px;
}

.progressbar {
	border-radius: 10px;
	background: #eee;
	overflow: hidden;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
}

.progressbar>span {
	display: block;
	background: #349ac1;
	border-radius: 10px;
	width: 100%;
	width: 0%;
	height: 20px;
	transition: width .5s ease-in-out;
}

.progress {
	font-size: 1.2rem;
	font-weight: bold;
	color: #005cb0;
	margin-left: 10px;
	text-align: right;
}

.progress>span {
	font-size: 2rem;
	padding-right: 5px;
}

.panel-wrap {
	position: relative;
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
	display: block;
}

.panel {
	display: none;
	padding: 0 30px 20px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.panel.p-career-industry,.panel.p-career-job-cls {
	padding: 0 0px 20px;
}

.panel:first-child.is-done {
	position: absolute;
}

div.panel:last-of-type {
	padding-bottom: 0;
}

.panel.is-done {
	left: -100%;
	display: block;
}

.is-current {
	display: block;
	position: relative;
}

.is-done+.is-done {
	position: absolute;
}

.is-motion-on .panel {
	transition: left .8s;
}

.is-motion-on .cover {
	background-color: rgba(0,0,0,.0);
	height:100%;
	left: 0;
	position: fixed;
	top: 0;
	width:100%;
	z-index: 99;
}

.form-title {
	margin: 0 0 10px;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.form-title.p-margin {
	margin: 0 0 40px;
}

.form-title > div.p-highlight {
	color: #005cb0;
	font-size: 2.2rem;
	margin-right: 5px;
	display: inline;
}

.form-title > span.p-free-mark {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #349AC1;
    padding: 4px 8px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
	margin-right: 5px;
}

.form-label {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-confirm {
	color: #005ead;
	font-size: 2.7rem;
	/* font-size: 1.6rem; */
	line-height: 1.3;
	font-weight: bold;
	word-break: break-all;
}

.form-set {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.form-set.form-set-wide {
	width: 500px;
}
.form-set.form-set-padding {
	padding-bottom: 25px;
}

.form-note {
	font-size: 1.2rem;
	line-height: 1.4;
}
.p-error {
	font-size: 1.4rem;
	line-height: 1.4;
	color: #f34d47;
	margin: 10px 0;
	text-align: center;
	display: none;
}

.p-error.p-notification {
	text-align: center;
}

.p-comment {
	color: #005ead;
}

.is-error {
	background-color: #ffe5e5!important;
}

.input {
	color: #555;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	height: 50px;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.input::-webkit-input-placeholder {
	font-size: 1.4rem;
}

.input:-ms-input-placeholder {
	font-size: 1.4rem;
}

.input::placeholder {
	font-size: 1.4rem;
}

.input--s {
	width: 48%;
}

.input-file {
	/* outline: none; */
	cursor: pointer;
	font-size: 1.4rem;
	line-height: 1;
}

select.input {
	padding: 0 20px 0 10px;
	background: url(/entry/assets/img/sp/icon-select-arrows.png) no-repeat
		right 10px top 19px;
	background-size: 7px auto;
	font: inherit;
	font-size: 1.6rem;
	font-weight: bold;
}
select.input::-ms-expand {
	display: none;
}

textarea.input {
	min-height: 180px;
	padding: 10px;
	font-size: 1.2rem;
	line-height: 1.5;
}

textarea[name="note_02"] {
	min-height: 80px;
	font-size: 1.6rem;
}

.input-select {
	width: 100%;
}

.arw {
	padding-top: 30px;
	position: relative;
}

.arw::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -14px) rotate(45deg);
	transform: translate(-50%, -14px) rotate(45deg);
	border-bottom: 17px solid #349ac1;
	border-left: 17px solid transparent;
}

.plus-group {
	display: -ms-flexbox;
	display: flex;
}

.date-group {
	padding-right: 20px;
	position: relative;
}

.date-group_text {
	position: absolute;
	white-space: nowrap;
	top: 50%;
	left: calc(100% -     1em);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 1.4rem;
}

.form-group_row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-group_row.form-group-only-pref {
	display: block;
}
.form-group_rowLeft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.form-group_col {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	max-width: 48%;
	box-sizing: border-box;
}
.form-group-only-pref > .form-group_col:first-child {
	max-width: 100%;
}
.date-group.form-group_col {
	flex: 0 0 28%;
	max-width: 28%;
}
.date-group.form-group_col--year {
	flex: 0 0 25%;
	max-width: 25%;
}
.date-group.form-group_col--month {
	flex: 0 0 20%;
	max-width: 20%;
	margin-left: 10px;
	margin-right: 25px;
}
.date-group.form-group_col--graduation {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}
.graduattion-group .form-group_col--graduationBtn {
	margin: 0;
	-ms-flex: 0 0 5em;
	flex: 0 0 5em;
	max-width: 5em;
}

.graduattion-group .form-group_col + .form-group_col:not(:last-child) {
	margin-left: 10px;
}

.form-job .form-text {
	display: none;
}

.form-job.is-active .form-group_row+.form-group_row {
	display: none;
}

.form-job.is-active .form-text {
	display: inline-block;
}

.btn-group {
	display: inline-block;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn-group > li {
	padding: 0 10px;
}

.btn-select,
.btn-checkbox {
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	width: 360px;
	border: 2px solid #E5E5E5;
	background: #fff;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	color: #005cb0;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
	transition: border-color .3s, background-color .3s;
	position: relative;
}
.btn-select.p-selector{
	border-radius: 5px;
	height: 65px;
	width: 300px;
	margin-bottom: 15px;
}
.btn-select:after {
	content: '';
	position: absolute;
	right: 18px;
	width: 10px;
	height: 10px;
	border-bottom: solid 4px currentColor;
	border-right: solid 4px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}

.btn-select:hover,
.btn-checkbox:hover {
	background: #B8F0FF;
	border-color: #005cb0;
}

.btn-select.is-disabled {
	background: #f9f9f9;
    pointer-events: none;
	color: #AAAAAA;
	border: 1px solid #E5E5E5;
}
.btn-select.is-disabled:after {
	content: '';
	position: relative;
	left: 100px;
	width: 10px;
	height: 10px;
	border-bottom: solid 4px currentColor;
	border-right: solid 4px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #7b7b7b;
}

li.zenkoku .btn-select span.btn-select-left,
.btn-select-wrap .btn-select span.btn-select-left{
	width: 100%;
    padding-left: 30px;
    text-align: left;
}
li.zenkoku .btn-select.is-disabled span.btn-select-left,
.btn-select-wrap .btn-select.is-disabled span.btn-select-left {
    padding-left: 31px;
}
.btn-select span.text-black {
	color:#555;
}
.btn-select.is-disabled span.text-black {
	color: #AAAAAA;
}
li.zenkoku .btn-select.is-disabled:after,
.btn-select-wrap .btn-select.is-disabled:after{
	content: '';
	position: absolute;
    right: 29px;
	left: auto;
	width: 10px;
	height: 10px;
	border-bottom: solid 4px currentColor;
	border-right: solid 4px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #7b7b7b;
}

#anual_slry_continue.is-disabled label:after,
#anual_slry_nothing.is-disabled label:after,
#industry_div_continue.is-disabled label:after,
#industry_div_nothing.is-disabled label:after,
#job_cls_continue.is-disabled label:after,
#job_cls_nothing.is-disabled label:after{
	content: '';
	position: absolute;
	left: auto;
	width: 10px;
	height: 10px;
	border-bottom: solid 4px currentColor;
	border-right: solid 4px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #7b7b7b;
}

.btn-select input,
.btn-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.btn-select.is-checked,
.btn-checkbox.is-checked {
	background: #B8F0FF;
	border-color: #005cb0;
}

.file-group {
	position: relative;
	display: block;
	/* padding: 10px 0 10px 0; */
}
.file-group::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 35px;
	height: 35px;
	background: url(/entry/assets/img/pc/icon-check.png);
	background-size: cover;
	transform: translateY(-50%);
}
.file-group.is-complete::after {
	background: url(/entry/assets/img/pc/icon-complete.png);
}
/* .btn-input {
	border: 1px solid #E5E5E5;
	background: #fff;
	border-radius: 5px;
	width: 190px;
	font-size: 1.4rem;
	padding: 12px 0;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
} */

.btn-plus {
	display: block;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: #005cb0;
	position: relative;
}

.btn-plus::before,.btn-plus::after {
	content: '';
	width: 20px;
	height: 4px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-plus::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.btn-s {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 0 0 5em;
	flex: 0 0 5em;
	/* margin-left: 10px; */
	width: 5em;
	height: 50px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: #005cb0;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.btn-s span {
	color: #fff;
}

.btn-box {
	height: 80px;
}

.btn-wrap {
	/* position: fixed;
	bottom: 0;
	left: 0; */
	/* width: 100%; */
	box-sizing: border-box;
	padding: 10px 0 14px;
	background: rgba(255, 255, 255, 0.8);
}
.btn-next {
	display: block;
	margin: 0 auto;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	width: 280px;
	transition: margin 0.3s, padding 0.3s;
	cursor: pointer;
}
.btn-next:not(.is-disabled):hover {
	padding-top: 4px;
	margin-bottom: 4px;
}
.btn-next span {
	display: block;
	background: #005cb0;
	border-radius: 5px;
	border: none;
	box-shadow: 0 4px 0 #014B8E;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-next span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.btn-next:not(.is-disabled):hover span {
	box-shadow: none;
}


.btn-next.is-disabled span {
	background: #aaa;
	box-shadow: 0 4px 0 #999;
	pointer-events: none;
}


.btn-cv {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	width: 430px;
	height: 90px;
	background: #f87a00;
	border-radius: 6px;
	display: block;
	border: none;
	margin: 0 auto 24px;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: opacity .3s;
}
.btn-cv:hover {
	opacity: .75;
}

.link-list {
	font-size: 1.4rem;
	display: flex;
	justify-content: center;
	margin: 25px 0 10px;
}

.notice {
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 10px;
	font-size: 1.1rem;
	line-height: 1.5;
}

.notice>dt {
	font-size: 1.3rem;
	font-weight: bold;
}

.privacy {
	background: #f4f4f4;
	padding: 25px 10px;
	margin: 0 -5%;
	line-height: 1.5;
}

.privacy>dl {
	display: -ms-flexbox;
	display: flex;
}

.privacy>dl:first-of-type>dd {
	margin-top: 10px;
}

.privacy>dl+dl {
	margin-top: 10px;
}

.privacy>dt {
	-ms-flex: 0 0 67px;
	flex: 0 0 67px;
	width: 67px;
	margin-bottom: 10px;
}

.privacy>dt img {
	max-width: 58px;
}

.privacy>dd {
	-ms-flex: 1;
	flex: 1;
}

.u-hidden {
	display: none;
}

#p-section__error {
	padding: 0 5%;
}

.noscript {
	padding: 5%;
	color: #f34d47;
	font-size: 1.4rem;
	line-height: 1.4;
}
.last .form-note {
	margin-top: 10px;
}
.last + .c-notice {
	margin-top: 30px;
	font-size: 1.2rem;
	font-weight: bold;
}

.acd {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.6rem;

}
.is-typeA .is-typeA-body,
.is-typeB .is-typeB-body {
	display: block;
}
.is-typeA .is-typeB-body,
.is-typeB .is-typeA-body {
	display: none;
}

.link-overseas-resident {
	width: 80%;
	padding-top: 11px;
	text-align: right;
	margin: 0 auto 10px;
}
.link-overseas-resident.js-display-for-default {
	width: 620px;;
}

.btn-graduation-year-area {
	padding-top: 30px;
	text-align: right;
}

.btn-graduation-year {
	padding-right: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #005ead;
	color: #005ead;
	cursor: pointer;
}

.note-color {
	color: #000000;
}

.btn-send {
	display: block;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	width: 430px;
	transition: margin 0.3s, padding 0.3s;
	cursor: pointer;
}

.wrap-btn-send{
	height: 100px;
	display: inline-block;
}

.btn-send:not(.is-disabled):hover {
	margin-top: 4px;
	margin-bottom: 4px;
	box-shadow: 3px 3px 5px #a9a9a9;
	border-radius: 6px;
}

.btn-send div {
	display: block;
	background: linear-gradient(#FD8331,#FF6600);
	border-radius: 5px;
	border: none;
	box-shadow: 3px 3px 5px #c3c3c3;
	width: 430px;
	height: 90px;
	padding: 30px 0;
	padding-right: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	transition: 2s;
}

.btn-send-text-effect {
	text-shadow: 0px -1px 1px #bd5d00;
}

.btn-send span {
	font-size: 20px;
}

.btn-send span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 45px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.btn-send-text-effect span::after {
	box-shadow: 1px -1px #bd5d00;
}

.btn-send:not(.is-disabled):hover div {
	box-shadow: none;
}

.btn-send.is-disabled div {
	background: #aaa;
	box-shadow: 0 4px 0 #999;
	pointer-events: none;
}

div.p-header {
	position: relative;
	padding: 8px 15px;
	background: #005ead;
	border-radius: 6px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	-ms-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
	-webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
	transition: background-color 0.4s ease 0s, color 0.4s ease 0s;
	font-weight: bold;
}
div.p-form-navi {
	margin:10px 0 0;
}
div.p-form-navi h3{
	background: #EEF7FF;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color:#082a4d;
}

div.p-form-navi > h3 > .p-highlight{
	color:#005cb0;
}
div.p-form-navi > .p-form-detail{
	display: flex;
	border:solid 1px #e5e5e5;
}

div.p-form-navi > .p-form-detail > .p-step{
	width: 100%;
	text-align: center;
	line-height:33px;
	position: relative;
}
div.p-form-navi > .p-form-detail > .p-step.p-separator{
	margin:5px 0;
	border-right: solid 1px #e5e5e5;
}
div.entry-form{
	margin:10px 0 0;
	border-top: 3px solid #005ead;
	border-right: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

div .p-input-block{
	text-align: center;
}
div .p-input-block.p-zip{
	text-align: left;
}

p.exp-corp-num-desc{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 40px;
	text-align: center;
}

div.form-wkplc-pref,
div.form-hope-anual-slry-amnt,
div.form-industry-div-list,
div.form-job-cls-list {
	font-weight: bold;
	border: 1px solid #e5e5e5;
	width: 360px;
	text-align: center;
}
div.form-wkplc-pref > .p-title,
div.form-hope-anual-slry-amnt > .p-title,
div.form-industry-div-list > .p-title,
div.form-job-cls-list > .p-title {
	background-color: #f5f5f5;
	padding: 10px;
	padding-left: 15px;
	text-align: left;
}
div.form-wkplc-pref > .p-form-row,
div.form-hope-anual-slry-amnt > .p-form-row,
div.form-industry-div-list > .p-form-row,
div.form-job-cls-list > .p-form-row {
	display: flex;
	border-top: 1px solid #e5e5e5;
	padding: 5px 0px;
}

div.form-wkplc-pref > .p-form-row > .p-form-col > .p-num, 
div.form-hope-anual-slry-amnt > .p-form-row > .p-form-col > .p-num,
div.form-industry-div-list > .p-form-row > .p-form-col > .p-num,
div.form-job-cls-list > .p-form-row > .p-form-col > .p-num {
	color: #005cb0;
	width: 60px;
}

div.form-wkplc-pref > .p-form-row > .p-form-col > .btn-delete-wkplc-pref {
	color: #555;
	position: relative;
	background-color: #e5e5e5;
	width: 20px;
	height: 20px;
	margin: 6px 0px 6px 10px;
	border: 1px solid #ccc5c5;
	border-radius: 3px;
	display: none;
}

div.form-industry-div-list > .p-title,
div.form-job-cls-list > .p-title{
	background-color: #f5f5f5;
	padding: 10px;
	text-align: left;
}

div.form-industry-div-list > .p-form-row,
div.form-job-cls-list > .p-form-row{
	display: flex;
	border-top: 1px solid #e5e5e5;
}
div.form-wkplc-pref > .p-form-row.is-hidden,
div.form-industry-div-list > .p-form-row.is-hidden,
div.form-job-cls-list > .p-form-row.is-hidden{
	display: none;
}

div.form-wkplc-pref > .p-form-row > .p-form-col,
div.form-industry-div-list > .p-form-row > .p-form-col,
div.form-job-cls-list > .p-form-row > .p-form-col{
	width: 100%;
	text-align: center;
	line-height:33px;
	padding: 3px 3px;
}
div.form-industry-div-list > .p-form-row > .p-form-col,
div.form-job-cls-list > .p-form-row > .p-form-col{
	width: auto;
	padding-left: 5px;
}
div.form-wkplc-pref > .p-form-row > .p-form-col.pref-name-area {
	padding-right: 15px;
}

div.form-wkplc-pref > .p-form-row > .p-form-col.btn-select-wkplc-pref-area,
div.form-wkplc-pref > .p-form-row > .p-form-col.btn-select-industry-div {
	margin-right: 15px;
}
div.form-wkplc-pref > .p-form-row > .p-form-col.btn-delete-wkplc-pref-area {
	width: 40px;
}

div.form-industry-div-list > .p-form-row > .p-form-col > .p-num,
div.form-job-cls-list > .p-form-row > .p-form-col > .p-num{
	color: #005cb0;
	width: 60px;
}
div.form-wkplc-pref > .p-form-row > .p-form-col > .p-name{
	text-align: left;
	width: 70px;
	font-size: 17px;
	padding-top: 1px;
}

p.wkplc-pref-desc{
	font-size: 1.4rem;
	text-align: center;
}

div.form-industry-div-list > .p-form-row > .p-form-col > .btn-delete-industry-div,
div.form-job-cls-list > .p-form-row > .p-form-col > .btn-delete-job-cls{
	color: #555;
	position: relative;
	background-color: #e5e5e5;
	width: 20px;
	height: 20px;
	margin: 6px 10px;
	border: 1px solid #ccc5c5;
	border-radius: 3px;
	display: none;
}
div.form-wkplc-pref > .p-form-row > .p-form-col > .btn-delete-wkplc-pref:before,
div.form-industry-div-list > .p-form-row > .p-form-col > .btn-delete-industry-div:before,
div.form-job-cls-list > .p-form-row > .p-form-col > .btn-delete-job-cls:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.form-wkplc-pref > .p-form-row > .p-form-col > .btn-delete-wkplc-pref:after,
div.form-industry-div-list > .p-form-row > .p-form-col > .btn-delete-industry-div:after,
div.form-job-cls-list > .p-form-row > .p-form-col > .btn-delete-job-cls:after{
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


div.form-wkplc-pref > .p-form-row > .p-form-col > .btn-select-wkplc-pref,
div.form-industry-div-list > .p-form-row > .p-form-col .btn-select-industry-div,
div.form-job-cls-list > .p-form-row > .p-form-col .btn-select-job-cls {
	font-weight: initial;
	border: 1px solid #e5e5e5;
	width: 120px;
	font-weight: bold;
	border-radius: 3px;
}

div.btn-add-wkplc-pref,
div.btn-add-industry-div,
div.btn-add-job-cls,
div.btn-add-career-information {
	font-size: 14px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	font-weight: bold;
    padding: 10px 0;
    border-radius: 3px;
    width: 165px;
}

div.btn-add-career-information {
	width: 300px;
	font-size: 13px;
}

div.btn-add-industry-div.is-disabled,
div.btn-add-job-cls.is-disabled{
	background-color: #f9f9f9;
	color: #AAAAAA;
}


div.icon-add-wkplc-pref,
div.icon-add-industry-div,
div.icon-add-job-cls{
	display: inline-block;
	margin-top: 1px;
	margin-left: 10px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: #005cb0;
	position: relative;
}
div.icon-add-wkplc-pref {
	width: 23px;
    height: 23px;
	margin-right: 10px;
}

div.icon-add-industry-div.is-disabled,
div.icon-add-job-cls.is-disabled{
	background-color: #AAAAAA;
}

div.icon-add-wkplc-pref::before,
div.icon-add-wkplc-pref::after,
div.icon-add-industry-div::before,
div.icon-add-industry-div::after,
div.icon-add-job-cls::before,
div.icon-add-job-cls::after {
	content: '';
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div.icon-add-wkplc-pref::after,
div.icon-add-industry-div::after,
div.icon-add-job-cls::after{
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

div.btn-modal-close{
	color: #555;
	position: relative;
	background-color: #e5e5e5;
	width: 20px;
	height: 20px;
	margin: 7px 9px;
	border: 1px solid #ccc5c5;
	border-radius: 3px;
}
div.btn-modal-close:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.btn-modal-close:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.modal-wrap {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	background: rgba(68, 68, 68, 0.8);
	z-index:9999;
}
div.modal-wkplc-pref{
	width: 100%;
	color: #333;
	border: 1px solid #ccc5c5;
	font-weight: bold;
	max-width: 800px;
	margin-bottom: 20px;
}
div.modal-wkplc-pref.full{
	background-color: #ddd;
}
div.modal-graduation-year {
	background-color: #f5f5f5;
	left: 50%;
	top: 50%;
	width: 819px;
	position: relative;
	transform: translate(-50%,-50%);
	color: #333;
	border: 1px solid #ccc5c5;
	height: 600px;
	overflow-y: auto;
}

div.modal-wkplc-pref > .p-modal-label,
div.modal-graduation-year > .p-modal-label {
	display: flex;
	border-bottom: 1px solid #ccc5c5;
	background-color: #f5f5f5;
}
div.modal-wkplc-pref > .p-modal-label > .p-modal-title,
div.modal-graduation-year > .p-modal-label > .p-modal-title{
	width: 100%;
	text-align: left;
	margin-left: 16px;
	line-height:33px;
	padding: 3px 3px;
}

div.form-pref {
	border-top: 1px solid #ccc5c5;
	border-right: 1px solid #ccc5c5;
	border-left: 1px solid #ccc5c5;
	font-weight: bold;
	width: 80%;
	margin:  0 auto; 
}

div.modal-wkplc-pref > .p-wkplc-area-text,
div.form-pref > .p-area-text{
	border-bottom: 1px solid #ccc5c5;
	padding: 5px 29px;
	padding-left: 15px;
	background: #e5f8ff;
	text-align: left;
}
div.modal-wkplc-pref > .p-modal-row,
div.form-pref > .p-form-row{
	display: flex;
	border-bottom: 1px solid #ccc5c5;
}

div.modal-wkplc-pref > .p-modal-row > .p-modal-col{
	width: 25%;
	text-align: left;
	line-height:33px;
	padding: 5px;
	background: #FFF;
}

div.form-pref > .p-form-row > .p-form-col{
	width: 100%;
	text-align: left;
	line-height:33px;
	padding: 1px 5px;
	border-right: 1px solid #FFF;
	display: flex;
}
div.form-pref > .p-form-row > .p-form-col.is-active{
	background-color: #eefaff;
}

div.modal-wkplc-pref > .p-modal-row > .p-modal-col.p-separator,
div.form-pref > .p-form-row > .p-form-col.p-separator{
	border-right: 1px solid #ccc5c5;
}

div.form-pref > div.p-form-row > div.p-form-col > .p-text{
	width: 130px;
	padding-left: 25px ;
}

div.form-pref > div.p-form-row > div.p-form-col > .icon-next-step:after {
	content: '';
	position: absolute;
	margin-top: 10px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}

ul.form-career-industry-div-wrap,
ul.form-career-job-cls-wrap {
	font-size:0;
	/* white-space: nowrap; */
}
ul.form-career-industry-div-wrap > li.form-career-industry-div-inline,
ul.form-career-job-cls-wrap > li.form-career-job-cls-inline {
	display:inline-block;
	vertical-align: top;
}
div.form-career-industry-div-list,
div.form-career-job-cls-list {
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	text-align: center;
	background-color: #fff;
}
li.form-career-job-cls-inline {
	max-height: 1000px;
}
li.form-career-job-cls-inline-step2 {
	overflow-y: scroll;
	overflow-x: hidden;
}

div.form-career-industry-div-list > div.p-form-row,
div.form-career-job-cls-list > div.p-form-row {
	display: flex;
}
div.form-career-industry-div-list > div.p-form-row.p-separator,
div.form-career-job-cls-list > div.p-form-row.p-separator {
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
div.form-career-industry-div-list > div.p-form-row.is-active,
div.form-career-job-cls-list > div.p-form-row.is-active {
	background-color: #eefaff;
}
div.form-career-industry-div-list > div.p-form-row.is-disabled.p-separator,
div.form-career-job-cls-list > div.p-form-row.is-disabled.p-separator {
	border-bottom: 1px solid #e5e5e5;
}
div.form-career-industry-div-list > div.p-form-row:hover,
div.form-career-job-cls-list > div.p-form-row:hover {
	cursor: pointer;
}
div.form-career-industry-div-list > div.p-form-row.is-disabled,
div.form-career-job-cls-list > div.p-form-row.is-disabled {
	border-left: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	cursor: default;
}

div.form-career-industry-div-list > div.p-form-row.p-detail,
div.form-career-job-cls-list > div.p-form-row.p-detail {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
}
div.form-career-industry-div-list > div.p-form-row.p-detail.is-active,
div.form-career-job-cls-list > div.p-form-row.p-detail.is-active {
	background-color: #eefaff;
}

div.form-career-industry-div-list > div.p-form-row.p-detail.is-disabled,
div.form-career-job-cls-list > div.p-form-row.p-detail.is-disabled {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	cursor: default;
}
div.form-career-industry-div-list > div.p-form-row.p-detail.is-disabled.p-separator,
div.form-career-job-cls-list > div.p-form-row.p-detail.is-disabled.p-separator {
	border-bottom: 1px solid #e5e5e5;
}

div.form-career-job-cls-list > div.p-form-row.p-detail.p-class-text {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col,
div.form-birth > div.p-form-row > div.p-form-col {
	width: 100%;
	text-align: center;
	line-height:30px;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .p-step1-text,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .p-step1-text {
	background-color: #005cb0;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	height: 40px;
	cursor: default;
}
div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .p-step2-text,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .p-step2-text {
	background-color: #3B81BA;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	text-align: left;
	height: 40px;
	cursor: default;
}
div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .p-name,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .p-name {
	width: 400px;
	min-width: 400px;
	height: 40px;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1 {
	position: relative;
	margin: 14px -28px;
	width: 20px;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1:before,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #555;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1:after,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1:after {
	content: '';
	position: absolute;
	left: 10px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #555;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1.is-active,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1.is-active {
	position: relative;
	margin: 14px -28px;
	width: 20px;
}
div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1.is-active:before,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1.is-active:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}
div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step1.is-active:after,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step1.is-active:after {
	content: '';
	position: absolute;
	left: 10px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step2,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step2{
	position: relative;
	margin: 15px -28px;
	width: 20px;
}

div.form-career-industry-div-list > div.p-form-row > div.p-form-col > .icon-step2:after,
div.form-career-job-cls-list > div.p-form-row > div.p-form-col > .icon-step2:after{
	content: '';
	position: absolute;
	left: 10px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}

li.form-birth-inline{
	display:inline-block;
	vertical-align: top;

}
li.form-birth-inline.is-hidden{
	display:none;
}

li.form-birth-y-group{
	margin-left: 250px;
}
li.form-birth-y-group.is-disabled{
	margin-left: 0px;
}
li.form-birth-y-group.is-hidden{
	display: none;
}
li.form-birth-m-group{
	margin-left: 0px;
}
li.form-birth-m-group.is-disabled{
	margin-left: 0px;
}
li.form-birth-m-group.is-hidden{
	display: none;
}
li.form-birth-d-group{
	margin-right: 235px;
}
li.form-birth-d-group.is-disabled{
	margin-right: 0px;
}
li.form-birth-d-group.is-hidden{
	display: none;
}


div.form-birth{
	font-weight: bold;
}

div.form-birth > div.p-form-row{
	display: flex;
}
div.form-birth > div.p-form-row.is-hidden{
	display: none;
}
div.form-birth > div.p-form-row.p-label{
	margin-bottom: 5px;
	border-bottom: 3px solid #005cb0;
}
div.form-birth > div.p-form-row.p-label.is-disabled{
	border-bottom: 3px solid #e5e5e5;
}
div.form-birth > div.p-form-row.p-item{
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
div.form-birth > div.p-form-row.p-item.is-active{
	background-color: #eefaff;
}
div.form-birth > div.p-form-row.p-item.p-separator{
	border-bottom: 1px solid #e5e5e5;
}
div.form-birth > div.p-form-row.p-icon{
	margin-top: 240px;
	margin-right: 10px;
}

div.form-birth > div.p-form-row > div.p-form-col > .p-birth-txt{
	color: #005cb0;
	font-size: 2.0rem;
}
div.form-birth > div.p-form-row > div.p-form-col > .p-birth-txt.is-disabled{
	color: #e5e5e5;
}

div.form-birth > div.p-form-row > div.p-form-col > .p-name{
	width: 240px;
	text-align: left;
	padding: 3px 10px;
}
div.form-birth > div.p-form-row > div.p-form-col > .p-name.is-disabled{
	color: #e5e5e5;
	width: 140px;
}
div.form-birth > div.p-form-row > div.p-form-col > .p-name.is-disabled.width-wide{
	width: 240px;
}

div.form-birth > div.p-form-row > div.p-form-col > .icon-step{
	position: relative;
	margin: 13px 10px 13px 0px;
	width: 20px;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-step:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #005cb0;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-step.is-disabled{
	position: relative;
	margin: 13px 0px;
	width: 20px;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-step.is-disabled:before{
	content: '';
	position: absolute;
	left: 0px;
	width: 8px;
	height: 8px;
	border-bottom: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #e5e5e5;
}

div.form-birth > div.p-form-row > div.p-form-col > .icon-next-step{
	position: relative;
	width: 30px;
	height: 30px;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-next-step:before{
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(3px, -50%) rotate(-135deg);
	transform: translate(3px, -50%) rotate(-135deg);
	border-left: 3px solid #005cb0;
	border-bottom: 3px solid #005cb0;
	width: 12px;
	height: 12px;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-next-step.p-history-back{
	position: relative;
	width: 30px;
	height: 30px;
}
div.form-birth > div.p-form-row > div.p-form-col > .icon-next-step.p-history-back:before{
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	-webkit-transform: translate(3px, -50%) rotate(45deg);
	transform: translate(3px, -50%) rotate(45deg);
	border-left: 3px solid #005cb0;
	border-bottom: 3px solid #005cb0;
	width: 12px;
	height: 12px;
}


option[value=""][disabled] {
  display: none;
}
option {
  color: black;
}

.is-hidden{
	display: none;
}


.form-site-access-label {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #f5f5f5;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

div.form-site-access {
	width: 100%;
	text-align: left;
}
div.form-site-access label > input,
div.form-industry-div-group > label > input,
div.form-job-cls-group > label > input,
div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > input
 {
	opacity: 0;
	appearance: none;
	position: absolute;
}
div.form-site-access label > .p-radio-label,
div.form-industry-div-group > label > .p-radio-label,
div.form-job-cls-group > label > .p-radio-label {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 5px;
}

div.form-site-access label > .p-radio-label > .p-text,
div.form-industry-div-group > label > .p-radio-label > .p-text,
div.form-job-cls-group > label > .p-radio-label > .p-text{
	margin-top: 1px;
	margin-left: 5px;
	width: 320px;
}

div.form-site-access label > .p-radio-label::before,
div.form-industry-div-group > label > .p-radio-label::before,
div.form-job-cls-group > label > .p-radio-label::before {
	content: '';
	display: block;
	border-radius: 50%;
	border: 2px solid #E5E5E5;
	width: 14px;
	height: 14px;
}

div.form-site-access label > input:checked+.p-radio-label::after,
div.form-industry-div-group > label > input:checked+.p-radio-label::after,
div.form-job-cls-group > label > input:checked+.p-radio-label::after {
	content: '';
	position: absolute;
	left: 4px;
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #005cb0;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col.full {
	background-color: #ddd;
	pointer-events: none;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col.is-disabled.full {
	background-color: #ddd;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 10px;

}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label > .p-text{
	width: 100%;
    display: flex;
	margin-top: 1px;
	margin-left: 10px;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label > .p-text.hope-1::after{
	content: '第1希望';
    background-color: #005cb0;
    display: flex;
	justify-content: flex-end;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
	margin: auto;
	margin-right: 20px;
    line-height: normal;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label > .p-text.hope-2::after{
	content: '第2希望';
	background-color: #005cb0;
    display: flex;
	justify-content: flex-end;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
	margin: auto;
	margin-right: 20px;
    line-height: normal;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label > .p-text.hope-3::after{
	content: '第3希望';
	background-color: #005cb0;
    display: flex;
	justify-content: flex-end;
    color: white;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
	margin: auto;
	margin-right: 20px;
    line-height: normal;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > .p-check-label::before {
	content: '';
	display: block;
	border-radius: 2px;
	border: 2px solid #aaa;
	width: 17px;
	height: 14px;
}

div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > input:checked+.p-check-label::after{
	content: '';
	position: absolute;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('../img/check.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

div.form-industry-div-group > label > div > .btn-clear-industry-div,
div.form-job-cls-group > label > div > .btn-clear-job-cls{
	color: #555;
	position: relative;
	background-color: #e5e5e5;
	width: 20px;
	height: 20px;
	margin: 7px 0px 7px 10px;
	border: 1px solid #ccc5c5;
	border-radius: 3px;
	display: none;
}
div.form-industry-div-group > label > div > .btn-clear-industry-div:before,
div.form-job-cls-group > label > div > .btn-clear-job-cls:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 1px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.form-industry-div-group > label > div > .btn-clear-industry-div:after,
div.form-job-cls-group > label > div > .btn-clear-job-cls:after{
	content: '';
	position: absolute;
	top: 8px;
	left: 1px;
	width: 14px;
	height: 2px;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.form-site-access label:hover,
div.form-site-access label.is-checked,
div.form-industry-div-group > label:hover,
div.form-industry-div-group > label.is-checked,
div.form-job-cls-group > label:hover,
div.form-job-cls-group > label.is-checked,
div.modal-wkplc-pref > .p-modal-row > .p-modal-col:not(.is-disabled):hover,
div.form-career-industry-div-list > div.p-form-row:not(.is-disabled):hover,
div.form-career-industry-div-list > div.p-form-row.p-detail.is-active:hover,
div.form-career-job-cls-list > div.p-form-row:not(.is-disabled):hover,
div.form-career-job-cls-list > div.p-form-row.p-detail.is-active:hover,
div.form-birth > div.p-form-row:not(.is-disabled):not(.p-label):hover,
div.form-pref > .p-form-row > .p-form-col:not(.is-disabled):hover {
	background: #B8F0FF;
}

div.form-career-job-cls-list > div.p-form-row.p-detail.p-class-text {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #eee;
	cursor: default;
}

div.form-site-access label,
div.form-industry-div-group > label,
div.form-job-cls-group > label{
	line-height: 40px;
	display: block;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	font-weight: bold;
	padding: 3px;
}
div.form-site-access label.p-separator,
div.form-industry-div-group > label.p-separator,
div.form-job-cls-group > label.p-separator{
	border-bottom: 1px solid #E5E5E5;
}
div.form-industry-div-group li.is-disabled label,
div.form-job-cls-group li.is-disabled label,
div.form-anual-slry-group li.is-disabled label{
	background-color: #f9f9f9;
	pointer-events: none;
}
div.form-industry-div-group li.is-disabled span,
div.form-job-cls-group li.is-disabled span,
div.form-anual-slry-group li.is-disabled span{
	color: #AAAAAA;
}

div.form-industry-div-group > .p-selector-text,
div.form-job-cls-group > .p-selector-text{
	background: #F1F1F1;
	text-align: left;
	line-height: 40px;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding-left: 15px;
	margin-top: 20px;
}
div.form-industry-div-group > .p-selector-text.is-disabled,
div.form-job-cls-group > .p-selector-text.is-disabled{
	background-color: #f9f9f9;
	color: #AAAAAA;
}
div.form-industry-div-list > .p-form-row.is-disabled,
div.form-job-cls-list > .p-form-row.is-disabled{
	background-color: #f9f9f9;
	color: #AAAAAA;
}

div.form-industry-div-list > .p-form-row > .p-form-col > .p-num.is-disabled,
div.form-job-cls-list > .p-form-row > .p-form-col > .p-num.is-disabled{
	color: #AAAAAA;
}

div.form-industry-div-list,
div.form-job-cls-list{
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

div.form-industry-div-list > .p-form-row > .p-form-col > .p-name,
div.form-job-cls-list > .p-form-row > .p-form-col > .p-name{
	text-align: left;
	width: 270px;
}

/* div.form-industry-div-list > .p-form-row > .p-form-col > .btn-select-industry-div,
div.form-job-cls-list > .p-form-row > .p-form-col > .btn-select-job-cls{
	font-weight: initial;
	border: 1px solid #e5e5e5;
	float: right;
	margin-right: -40px;
	width: 110px;
	font-weight: bold;
} */

div.form-file-upload-block{
	text-align: left;
	padding: 0px 80px;
}
div.form-file-upload-block > .p-label-text{
	font-size: 1.4rem;
	font-weight: bold;
}

div.wrap-send-group{
	background: #eefaff;
	padding: 5px 10px;
	text-align:  center;
	margin-bottom: 20px;
}
div.send-group {
	margin: 20px 0;
}
div.send-group .send-group-title {
	font-weight: bold;
	margin-bottom: 20px;
}
div.send-group .form-set > *:first-child {
	margin-bottom: 5px;
}
div.send-group .p-input-block {
	display: flex;
}
div.send-group .p-input-block a {
	margin: auto;
	width: 50px;
}
div.send-group .confirm {
	background: #f2f2f2;
	border-radius: 5px;
	padding: 10px;
	min-height: 50px;
	width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	word-break: break-all;
	display: flex;
	align-items: center;
}
div.send-group input {
	background: #fff;
	border-radius: 5px;
}
div.send-group input:focus {
	border: 2px solid #005cb0;
	outline: none;
}
div.send-group input.is-error {
	border: 2px solid #f34d47;
	outline: none;
}
div.send-group .p-error {
	margin-right: 50px;
}

.icon-flow {
	position: absolute;
	top: 8px;
	left: 23px;
	bottom: 0;
}

.point {
	color: #005cb0;
	border: solid 1px #005cb0;
	border-radius: 15px;
	width: 30%;
	height: 20px;
	margin-left: 111px;
	line-height: 18px;
	margin-top: 7px;
	margin-bottom: -3px;
	font-weight: bold;
}

.navi-text {
	margin-left: 76px;
	text-align: left;
}

.emphasis-underline {
	display: inline-block;
	background: linear-gradient(transparent 74%, orange 60%);
	height: 24px;
	margin-left: 36px;
	margin-top: -4px;
	font-weight: bold;
}

.navi-text-secondary {
	margin-bottom: 11px;
	line-height: 7px;
	margin-left: 35px;
}

.label-zenkoku,
.label-btn-select {
	height: 50px;
}

.label-zenkoku::after,
.label-btn-select::after {
	right: 28px;
}

.label-zenkoku {
	margin-top: 20px;
}

.btn-select-wkplc-pref:hover,
.btn-add-wkplc-pref:hover,
.btn-delete-wkplc-pref:hover,
.btn-modal-close:hover,
.btn-select-industry-div:hover,
.btn-delete-industry-div:hover,
.btn-add-industry-div:hover,
.btn-clear-industry-div:hover,
.btn-select-job-cls:hover,
.btn-delete-job-cls:hover,
.btn-add-job-cls:hover,
.btn-clear-job-cls:hover,
.btn-add-career-information:hover
 {
	cursor: pointer;
	box-shadow: 3px 3px 5px #a9a9a9;
}

.panel-block {
	width: 620px;
	margin: auto;
}

.focus-input-title {
	top: 2px;
	left: 12px;
	position: relative;
	margin-bottom: -22px;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0, 94, 173);
	display: none;
	text-align: justify;
	text-justify: inter-ideograph;
}

.input-text {
	border: 2px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
}

.input-text:focus {
	outline: 0;
	border-bottom: 4px solid #005cb0;
	padding-top: 20px;
	padding-bottom: 5px;
}

div.modal-wkplc-pref > .p-modal-label > .p-modal-title {
	margin-left: 12px;
}

.p-input-block.js-display-for-it {
	width: 800px;
	margin-left: -90px;
}

.entry-form.border-none {
	border-right: none;
	border-left: none;
	border-bottom: none;
}

/* div.form-industry-div-list > .p-form-row > .p-form-col:nth-child(2).is-selected + .p-form-col .btn-select-industry-div,
div.form-job-cls-list > .p-form-row > .p-form-col:nth-child(2).is-selected + .p-form-col .btn-select-job-cls {
	margin-right: auto;
} */

.remarks-hyphen {
	display: none;
}

.remarks-hyphen-zip {
	font-size: 1.2rem;
	line-height: 3;
}

/* 以下IE11対応 */
_:-ms-lang(x)::-ms-backdrop, .btn-select::after {
	margin-top: 6px;
}

_:-ms-lang(x)::-ms-backdrop, 
.zenkoku > .label-zenkoku::after,
.btn-select-wrap > .label-btn-select::after {
	margin-top: -6px;
}

_:-ms-lang(x)::-ms-backdrop, div.form-wkplc-pref > .p-form-row > .p-form-col.btn-select-wkplc-pref-area {
	margin-right: 70px
}

_:-ms-lang(x)::-ms-backdrop, div.form-wkplc-pref > .p-form-row > .p-form-col > .p-num.is-selected {
	margin-left: 25px;
}

_:-ms-lang(x)::-ms-backdrop,
div.form-career-industry-div-list > div.p-form-row > div.p-form-col:nth-child(2),
div.form-career-job-cls-list > div.p-form-row > div.p-form-col:nth-child(2),
div.form-birth > div.p-form-row > div.p-form-col:nth-child(2) {
	width: auto;
}

_:-ms-lang(x)::-ms-backdrop,
div.form-industry-div-list > .p-form-row > .p-form-col, 
div.form-job-cls-list > .p-form-row > .p-form-col {
	width: auto;
}

_:-ms-lang(x)::-ms-backdrop,
div.form-industry-div-list > .p-form-row > .p-form-col:nth-child(2).is-selected,
div.form-job-cls-list > .p-form-row > .p-form-col:nth-child(2).is-selected {
	margin-left: auto;
}

_:-ms-lang(x)::-ms-backdrop,
div.modal-wkplc-pref > div.p-modal-row > div.p-modal-col > label > input:checked + .p-radio-label::after { 
	top: 13px;
}

_:-ms-lang(x)::-ms-backdrop,
div.form-site-access > label > input:checked + .p-radio-label::after,
div.form-industry-div-group > label > input:checked + .p-radio-label::after,
div.form-job-cls-group > label > input:checked + .p-radio-label::after {
	top: 15px;
	left: 4px
}

_:-ms-lang(x)::-ms-backdrop, .remarks-hyphen {
	display: inline;
}

_::-webkit-full-page-media, _:future, :root .btn-select::after {
	margin-top: 5px;
}

/* addressArea追加 */
.addressArea {
	width: 1000px;
	padding: 10px 0 10px 32px;
	margin: 0 auto;
}
.addressArea__text {
	font-size: 11px;
}

.career-information-separate {
	width: 620px;
	margin: 60px 0;
	border: 2px dashed #e5e5e5;
}

.second-career-information-area,
.third-career-information-area {
	display: none;
}

.btn-select-wrap .btn-select {
	margin-bottom: 0px;
}

.form-hope-anual-slry-amnt {
	margin-top: 20px;
}

.hope-anual-slry-amnt ul.btn-group li:nth-child(2) label,
.industry-div ul.btn-group li:nth-child(2) label,
.job-cls ul.btn-group li:nth-child(2) label {
	border-top: none;
}

.hope-anual-slry-amnt .btn-select.is-checked,
.industry-div .btn-select.is-checked,
.job-cls .btn-select.is-checked,
.hope-anual-slry-amnt ul.btn-group li:nth-child(2) label:hover, 
.industry-div ul.btn-group li:nth-child(2) label:hover,
.job-cls ul.btn-group li:nth-child(2) label:hover {
	border-top: 2px solid!important;
}

.btn-select-wrap .btn-select span.btn-select-left {
	padding-left: 15px;
}

div.form-hope-anual-slry-amnt > .p-title {
	padding-left: 15px;
}

div.form-hope-anual-slry-amnt > .p-form-row {
	padding: 20px 0;
}

.form-industry-div-list,
.form-job-cls-list {
	margin-top: 20px;
}

div.form-hope-anual-slry-amnt > .p-form-row input[type="tel"] {
	width: 280px;
	height: 40px;
	margin-left: 15px;
	border: 1px solid #E5E5E5;
}

div.form-hope-anual-slry-amnt > .p-form-row div {
	margin: auto;
}

div.form-industry-div-list > .p-form-row > .btn-select-col,
div.form-job-cls-list > .p-form-row > .btn-select-col {
	width: 280px;
}

div.form-industry-div-list > .p-form-row > .btn-select-col .p-name,
div.form-job-cls-list > .p-form-row > .btn-select-col .p-name {
	width: 230px;
	font-size: 14px;
	padding-top: 1px;
}

.btn-select-industry-div,
.btn-select-job-cls {
	margin-left: auto;
	margin-right: 15px;
}

_::-webkit-full-page-media,_:future,:root .btn-select::after{
	margin-top:0 !important;
}

.agent-scout-announcement {
	background: #ffffff;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}

.announcement-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#agent-scout-announcement .announcement-title img {
	width: 70%;
	margin-bottom: 0px;
}

.announcement-desc {
	font-size: 12px;
	line-height: 1.7;
}

.announcement-inline {
	display: inline-block;
	margin: 10px;
	font-size: 13px;
}

.announcement-link-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 10px 0 10px;
}

.announcement-check-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	line-height: 1.7;
}

.checkbox-wrap {
	position: relative;
}

.announcement-inline>input[type=checkbox] {
	display: none;
}

.checkbox-wrap .checkbox:before, .checkbox:after {
	content: '';
}

.checkbox-wrap .checkbox:before {
	transition: opacity .2s linear;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: -10px;
	display: block;
	margin-top: -10px;
	width: 5px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	opacity: 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-wrap .checkbox:after {
	transition: border-color .2s linear;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -15px;
	display: block;
	margin-top: -8px;
	width: 12px;
	height: 12px;
	border: 1px solid #585753;
	border-radius: 3px;
	background-color: #FFF;
}

.checkbox-wrap input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

.checkbox-wrap input[type=checkbox]:checked+.checkbox:after {
	background-color: #005EAD;
}

/* 卒業年早見表 */
div.modal-graduation-year {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

.yearTit {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
	text-align:center;
	font-size: 15px;
	margin-bottom: 30px;
}

.yearBox {
	padding: 30px 0;
	overflow-y: auto;
}

#yearArea {
	width: 650px;
	margin: 0 auto;
}

#yearArea table {
	border: 1px solid #888;
	margin-bottom:2em;
	width:100%;
	border-collapse:collapse;
}

#yearArea td,
#yearArea th {
	border: 1px solid #888;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	padding: 5px;
}
#yearArea th {
	font-weight: bold;
}

#yearArea .yearHead th {
	white-space:nowrap;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border: 1px solid #888;
	background-color: #DFE3F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F5FB), to(#DFE3F8));
	background-image: -webkit-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:    -moz-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:     -ms-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:      -o-linear-gradient(top, #F2F5FB, #DFE3F8);
	background-image:         linear-gradient(top, #F2F5FB, #DFE3F8);
	color:#113471;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
}

#yearArea tbody td {
	cursor: pointer;
}

#yearArea tbody tr:nth-child(even) {
	background: #f5f5f5;
}

/* hover時 1行2列の背景色変更 */
#yearArea tbody tr:hover:has(td:hover),
#yearArea tbody:has(tr:hover td:nth-child(3):hover) td:nth-child(3),
#yearArea tbody:has(tr:hover td:nth-child(3):hover) td:nth-child(4),
#yearArea tbody:has(tr:hover td:nth-child(4):hover) td:nth-child(3),
#yearArea tbody:has(tr:hover td:nth-child(4):hover) td:nth-child(4),
#yearArea tbody:has(tr:hover td:nth-child(5):hover) td:nth-child(5),
#yearArea tbody:has(tr:hover td:nth-child(5):hover) td:nth-child(6),
#yearArea tbody:has(tr:hover td:nth-child(6):hover) td:nth-child(5),
#yearArea tbody:has(tr:hover td:nth-child(6):hover) td:nth-child(6),
#yearArea tbody:has(tr:hover td:nth-child(7):hover) td:nth-child(7),
#yearArea tbody:has(tr:hover td:nth-child(7):hover) td:nth-child(8),
#yearArea tbody:has(tr:hover td:nth-child(8):hover) td:nth-child(7),
#yearArea tbody:has(tr:hover td:nth-child(8):hover) td:nth-child(8) {
	background-color: #EBF5FF;
}

/* hover時 2セル背景色変更 */
#yearArea td:hover,
#yearArea td:nth-child(3):hover + td:nth-child(4),
#yearArea td:nth-child(3):has(~ td:nth-child(4):hover),
#yearArea td:nth-child(5):hover + td:nth-child(6),
#yearArea td:nth-child(5):has(~ td:nth-child(6):hover),
#yearArea td:nth-child(7):hover + td:nth-child(8),
#yearArea td:nth-child(7):has(~ td:nth-child(8):hover) {
	background-color: #a1d2ff !important;
}
