@charset "UTF-8";
/* CSS Document */

.fs11 {
	font-size: 11px !important;
}
.iconEquired {
  display: inline-block;
  height: 15px;
  background: #fff;
  border: 1px solid #ff6666;
  border-radius: 3px;
  font-size: 10px;
  padding: 0 .2em;
  margin-left: 10px;
}
.iconEquired span {
  display: inline-block;
  color: #ff6666;
  transform: scale(0.8);
}
.iconArrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: currentcolor;
  border-left: 0;
  border-bottom: 0;
  color: #6B62CE;
  line-height: 1;
  vertical-align: middle;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
  margin: 0 5px 1px 0;
}
/* SS_WEB_MNT-10801 2026.01.30 ここから修正 */
.btn_confirm {
	display: inline-block;
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}
.btn_confirm img:hover {
  content: url(/promotion/job_int/entry/img_n/btn_confirm_hover.png);
  box-shadow: none;
}
/* SS_WEB_MNT-10801 2026.01.30 ここまで修正 */
#job_int_entry .btn_orange,
#job_int_entry .btn_pink,
#job_int_entry .btn_Wgray {
  text-decoration: none !important;
}
#job_int_entry .btn_pink,
#job_int_entry .btn_Wgray {
  border-radius: 4px;
}
.defSectionBox2 .loginTitleWrap .loginTit,
#job_int_entry .btn_orange,
.btn_inactive,
#job_int_entry .otherService .btnArea a {
  font-family: "Hiragino Sans";
  font-weight: 700;

}
#job_int_entry .btn_orange {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 60px;
	background: #FF790B;
  border-radius: 10px;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: auto;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}
#job_int_entry .btn_orange:hover {
  background: #f26a0d;
  box-shadow: none;
}
#job_int_entry .btn_pink {
  display: block;
  width: 300px;
  background: linear-gradient(#ff9ccb, #ff70b4) repeat scroll 0 0;
  border: 1px solid #d57ba5;
  color: #fff !important;
  font-size: 17px;
  padding: 10px 0 8px;
  margin-left: auto;
  margin-right: auto;
}
#job_int_entry .btn_pink:hover {
  background: linear-gradient(#ff70b4, #ff9ccb) repeat scroll 0 0;
}
#job_int_entry .btn_Wgray {
	display: block;
  width: 300px;
	background: linear-gradient(#fefefe, #f0f0f0);
  border: 1px solid #42b0cc;
	color: #666 !important;
	font-size: 14px;
	padding: 6px 0 4px;
}
#job_int_entry .btn_Wgray:hover {
	background: linear-gradient(#f0f0f0, #fefefe);
}
#job_int_entry a:hover {
	text-decoration: none;
	opacity: 1;
}
.btn_inactive {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
	background: #d9d9d9;
  border-radius: 10px;
	color: #fff;
  font-size: 22px;
  font-weight: bold;
	text-align: center;
  margin: auto;
}
#job_int_entry #wrapper .pagetop {
	display: none;
	padding: 0;
  z-index: 999;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#job_int_entry #wrapper .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ccc;
	border-radius: 10px;
	text-indent: 100%;
  white-space: nowrap;
	padding: 0;
  overflow: hidden;
	position: relative;
}
#job_int_entry #wrapper .pagetop a::before {
	content: "";
  display: block;
  width: 5px;
  height: 5px;
	border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -3px;
  transform: rotate(-45deg);
}
#job_int_entry #wrapper .pagetop a:hover {
	background: #d9d9d9;
}
#job_int_entry .entryListBox .entryListBoxBtn {
	padding: 0;
	margin: 0;
}
.entryListBox .entryListBoxBtn a {
	display: flex;
  justify-content: center;
	color: #333;
	width: 100%;
	padding: 10px 5px 10px 15px;
	position: relative;
	text-decoration: underline;
	box-sizing: border-box;
	position: relative;
}
#job_int_entry .entryListBox .entryListBoxBtn a:hover {
	color: #333;
}
.entryListBox a span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px 0 0 10px;
  position: relative;
}
.entryListBox a span:before,
.entryListBox a span:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #6B62CE;
  position :absolute;
}
.entryListBox a span:before {
  transform: rotate(90deg);
  right:5px;
}
.entryListBox a span:after {
  transform: translateX(-50%);
  top: 5px;
}
.entryListBox a span.hideBefore::before,
.entryListBox a span.hideBefore::before {
  display: none;
}

#job_int_entry .pageTit {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #6B62CE;
	color: #fff;
	font-weight: bold;
}
#job_int_entry .figFormFormat table td {
	padding: 15px 25px;
}
#job_int_entry #wrapper {
	width: 100%;
}
#job_int_entry #wrapper #contents {
	float: none;
	margin: auto;
}

/* header */
.headerWrap {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}
body header {
	width: 965px;
	padding: 15px 0;
  margin: 0 auto 50px;
  position: relative;
}
body header p {
  color: #999;
  font-size: 0.9em;
	padding-bottom: 5px;
}
/* footer */
#job_int_entry #footer {
	background: #fff;
	border-top: 2px solid #6B62CE;
}
#job_int_entry #footBtm {
	padding: 30px 0 30px;
}
#job_int_entry .formBox {
	font-size: 14px;
}
#job_int_entry .figFormFormat table th {
	background-color:#f4f4f4;
}

/* 入力
------------------------------------------------------------*/
#job_int_entry input::placeholder {
	color: #999;
}
#job_int_entry #jquery-ui-datepicker,
#job_int_entry .textField,
#job_int_entry .birthdayBox input,
#job_int_entry .selectBox {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	padding: 5px;
}
.fpName dd input,
#job_int_entry #jquery-ui-datepicker,
#job_int_entry .selectBox,
.fpRadio label {
	width: 170px;
}
#job_int_entry .fpEmail input {
	width: 350px;
}
#job_int_entry input:not([type="radio"]),
#job_int_entry .selectBox {
	height: 35px;
	box-sizing: border-box;
}
#job_int_entry .selectBox {
	background: #fff;
	color: #333;
}

.fpRadio {
	display: flex;
  align-items: center;
}
.fpRadio label {
  display: flex;
  align-items: center;
  column-gap: 4px;
	height: 35px;
  line-height: 1;
  cursor: pointer;
}
.fpRadio label:not(:last-of-type) {
  margin-bottom: 16px;
}
.fpRadio label {
  display: inline-block;
	background: url(/promotion/job_int/entry/img_n/ico_form_radio01.png) no-repeat 10px center #f8f8f8;
  background-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 20px 10px 35px;
  box-sizing: border-box;
  cursor: pointer;
}
.fpRadio label.c_on {
	background: url(/promotion/job_int/entry/img_n/ico_form_radio03_on.png) no-repeat 10px center #a29de0;
  background-size: 14px;
	border: 1px solid #a29de0;
	color: #fff;
}
.fpRadio label input[type="radio"] {
  position: absolute;
  opacity: 0;
}

#job_int_entry .fpName dd {
	margin: 0 5px 0 0;
}

#job_int_entry .figFormFormat table th {
	width: 220px;
}

.birthdayBox li input {
	width: 100%;
	box-sizing: border-box;
}
.birthdayBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 350px;
}
.birthdayBox li:first-child {
  width: 40%;
}
.birthdayBox li:not(:first-child) {
  width: calc(30% - 10px);
}
.birthdayBox li .yearSelect,
.birthdayBox li .monthSelect,
.birthdayBox li .daySelect {
  position: relative;
}
.birthdayBox li .yearSelect::after,
.birthdayBox li .monthSelect::after,
.birthdayBox li .daySelect::after {
  color: #333;
  position: absolute;
  top: 20%;
  right: 8px;
  padding: 0;
}
.birthdayBox li .yearSelect::after {
  content: "年";
}
.birthdayBox li .monthSelect::after {
  content: "月";
}
.birthdayBox li .daySelect::after {
  content: "日";
}
#job_int_entry .entryListBox {
	background: #F2F1F8;
	padding: 10px;
	margin-bottom: 25px;
}
#job_int_entry .entryListBox .list_entryList li {
	border: none;
}
#job_int_entry .entryListBox .list_entryList li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#job_int_entry .entryListBox .list_entryList li span.p0 {
  font-size: 10px;
	padding: 0;
}
#job_int_entry .entryListBox .list_entryList li span.info {
  font-weight: normal;
	padding: 2px 0 0;
}

.defSectionBox2 {
	border: 3px solid #EC5486;
}
.defSectionBox2 .loginTitleWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
  background: url(/promotion/job_int/entry/img_n/ico_pass.svg) no-repeat center left;
  background-size: 33px 40px;
	padding-left: 50px;
	margin: 20px 30px;
	position: relative;
}
.defSectionBox2 .loginTitleWrap .loginTit {
	color: #EC5486;
	font-size: 22px;
	font-weight: bold;
}
.defSectionBox2 .loginTitleWrap .loginTit span {
	display: block;
	font-size: 13px;
}
.defSectionBox2 .loginTitleWrap .iconAccordion {
  width: 20px;
  height: 20px;
	background: #F499B7;
	border-radius: 25px;
	position: relative;
}
.defSectionBox2 .loginTitleWrap .iconAccordion:before,
.defSectionBox2 .loginTitleWrap .iconAccordion:after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  position :absolute;
}
.defSectionBox2 .loginTitleWrap .iconAccordion:after {
  transform: translateX(-50%);
  top: 9px;
	right: -2px;
}
.defSectionBox2 .loginTitleWrap .iconAccordion:before {
  transform: rotate(90deg);
	top: 3px;
  right: 10px;
}
.defSectionBox2 .loginTitleWrap.open .iconAccordion:before {
	display: none;
}
.defSectionBox2 .loginWrap {
	max-height: 0;
	text-align: center;
  overflow: hidden;
  transition: max-height .3s ease;
}
.defSectionBox2 .loginWrap .rectIDPW {
	text-align: center;
	margin: 25px auto 20px;
}
.defSectionBox2 .loginWrap .rectIDPW .inputIDPW {
  width: 440px;
  height: 40px;
  box-sizing: border-box;
  padding-left: 5px;
  margin: 0 auto;
  font-size: 16px;
}
.defSectionBox2 .loginWrap .loginAuto {
	width: 440px;
  margin: 0 auto;
}
#job_int_entry .defSectionBox2 .loginWrap .loginAuto label input {
	height: 14px;
  border: 1px solid #acadb2;
	margin-right: 5px;
}
.defSectionBox2 .loginWrap .rectBg {
	background: #FDEBF1;
	padding: 15px 0;
}
.defSectionBox2 .loginWrap .btnCenter a {
	margin: 15px auto 30px;
}
.defSectionBox2 .loginWrap ul {
	text-align: left;
}
.ui-datepicker select.ui-datepicker-year,
.ui-datepicker select.ui-datepicker-month {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}
#job_int_entry .ui-datepicker .ui-datepicker-prev,
#job_int_entry .ui-datepicker .ui-datepicker-next {
	top: 6px;
}

/* 確認
------------------------------------------------------------*/
.entryConfirmText {
  text-align: center;
	margin: 50px auto 0;
}
.entryConfirmText h3 {
	display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
.entryConfirmText h3::before {
  content: "";
  display: inline-block;
  background: url(/promotion/job_int/entry/img_n/ico_alert.png) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 22px;
  height: 20px;
  padding-right: 10px;
}
#job_int_entry .entryConfirmText a {
	margin: 5px auto 10px;
}
#job_int_entry .footerNavBox  {
	padding: 0;
}
#job_int_entry .footerNavBox .navButton .edit {
	margin: 20px 10px auto auto;
}
#job_int_entry .footerNavBox .navButton .edit a {
	color: #666;
}
#job_int_entry .entryLogin {
	margin-top: 40px;
}
#job_int_entry .entryLogin .userName {
	color: #6B62CE;
	font-weight: bold;
	font-size: 22px;
}
#job_int_entry .entryLogin .entryListBox {
	border-top: 2px solid #A29DE0;
	margin: 15px 0 0;
}
#job_int_entry .entryLogin .entryListBox p {
	font-size: 16px;
	padding: 5px 10px 15px;
}
/* SS_WEB_MNT-10801 2026.01.21 ここから修正 */
.reservedBox {
  margin-top: 25px;
}
/* SS_WEB_MNT-10801 2026.01.21 ここまで修正 */

/* 完了
------------------------------------------------------------*/
.completeText {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 80px auto;
}
.completeText span {
	display: block;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
}
#job_int_entry .otherService {
	background: #FFFBEB;
	border-top: 5px solid #8CD4E7;
	padding: 25px 15px 30px;
}
#job_int_entry .otherService .textArea h2 {
	color: #38B5D5;
  font-family: "Hiragino Sans";
  font-weight: 700;
	font-size: 26px;
	text-align: center;
  position: relative;
}
#job_int_entry .otherService .textArea h2 span {
	display: inline-block;
	background: linear-gradient(transparent 50%, #ffeca2 50%);
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 5px;
}
#job_int_entry .otherService .textArea h2::before,
#job_int_entry .otherService .textArea h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
	background-size: contain;
  position: absolute;
  bottom: -5px;
}
#job_int_entry .otherService .textArea h2::before {
	background: url(/promotion/job_int/entry/img_n/deco1.svg) no-repeat center;
  left: 70px;
}
#job_int_entry .otherService .textArea h2::after {
  background: url(/promotion/job_int/entry/img_n/deco2.svg) no-repeat center;
  right: 70px;
}
#job_int_entry .otherService .textArea ul {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px;
}
#job_int_entry .otherService .textArea ul li {
	display: flex;
	align-items: center;
	width: calc(100% / 3 - 8px);
	background: #fff;
	border: 2px solid #FFD83C;
  font-weight: bold;
	font-size: 16px;
	padding: 10px 12px;
	box-sizing: border-box;
	position: relative;
}
.otherService .textArea ul li::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 66px;
	height: 88px;
}
#job_int_entry .otherService .textArea ul li:nth-child(1)::before {
	background: url(/promotion/job_int/entry/img_n/otherService_img1.png) no-repeat center;
	background-size: contain;
	right: 10px;
}
#job_int_entry .otherService .textArea ul li:nth-child(2)::before {
	background: url(/promotion/job_int/entry/img_n/otherService_img2.png) no-repeat center;
	background-size: contain;
	right: 0;
}
#job_int_entry .otherService .textArea ul li:nth-child(3)::before {
	background: url(/promotion/job_int/entry/img_n/otherService_img3.png) no-repeat center;
	background-size: contain;
	right: 5px;
}
#job_int_entry .otherService .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
	background-color: #4cc7cf;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.25;
	text-decoration: none;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
  margin: 0 auto;
	position: relative;
}
#job_int_entry .otherService .btnArea a:hover {
	background-image: linear-gradient(to bottom,rgba(0,0,0,0.6) 100%, rgba(0,0,0,0) 0%);
	background-blend-mode: soft-light;
	box-shadow: none;
}
#job_int_entry .otherService .btnArea a  > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	margin-right: 5px;
  position: relative;
}
#job_int_entry .otherService .btnArea a > span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
	background-image: url(/img_nn/common/btn_ico_regist.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
#job_int_entry .otherService .btnArea a > span::after {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: -20px;
  width: 176px;
  height: 45px;
  background: url(/img_nn/common/btn_balloon_regist.png) no-repeat center;
}
#job_int_entry .pageBack {
	margin-top: 50px;
}
#job_int_entry .pageBack a {
	background: none;
	color: #666;
	padding: 0;
}