@charset "UTF-8";
.contents {
  margin-top: 30px;
}
.contents h1 {
  font-size: 3.0rem;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.entry-list-01 {
  line-height: 1;
}
.entry-list-01 li {
  position: relative;
  padding-left: 8px;
}
.entry-list-01 li:before {
  content: '・';
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-list-01 li:not(:last-child) {
  margin-bottom: 15px;
}
.box-form-entry {
  display: block;
  background: #fff;
  margin: 45px 0 70px;
  padding: 45px 50px 55px;
}
.entry-tab-list {
  border-bottom: 1px solid #949494;
}
.entry-tab-list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 45px;
}
.entry-tab-list .col {
  margin: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(33.33% - (40px * 2 / 3))
}
.entry-tab-list .tab-btn {
  border: 1px solid #b6b6b6;
  width: 100%;
  height: 50px;
  outline: none;
  pointer-events: none;
}
.entry-tab-list .tab-btn.is-active
/*, .entry-tab-list .tab-btn:hover*/

  {
  color: #fff;
  background: #07152c;
}
.entry-tab-content {
  /*display: none;*/
  padding-top: 40px;
}

@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .entry-form-block {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .entry-form-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  .entry-form-block {
    width: 45.5%;
  }
}
.entry-form-row:not(:last-child) {
  margin-bottom: 20px;
}
.inline {
  display: inline;
}
.label-col {
  line-height: 1.6;
  margin-bottom: 7px;
}
.entry-label {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1.6;
}
.entry-label {
  cursor: default;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inline-label:hover:before {
  text-decoration: underline;
}
.input-file+label {
  font-size: 1.4rem;
  color: #7f7f7f;
  display: inline-block;
  width: 100%;
  height: 38px;
  border-radius: 5px;
  padding-left: 90px;
  border: 1px solid #b6b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-file+label:hover {
  text-decoration: underline;
}
.entry-label.is-required:after {
  content: '必須';
  font-size: 1.2rem;
  color: #fff;
  background: #990033;
  line-height: 1;
  position: absolute;
  width: 40px;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 3px 0;
}
.entry-label.is-required.type-02:after {
  content: 'いずれか必須';
  width: 90px;
  right: -105px;
}
.entry-input, .entry-privacy-box {
  height: 38px;
  border: 1px solid #b6b6b6;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-appearance: none;
}
.entry-privacy-box {
  height: 150px;
  overflow-y: scroll;
  padding: 0;
  margin-top: 52px;
}
.entry-privacy-box .privacy-inner {
  padding: 20px 25px;
  font-size: 1.4rem;
}
.entry-input-remark {
  font-size: 1.4rem;
}
.entry-input:not(:first-child) {
  margin-left: 20px;
}
.entry-input.type-01 {
  width: 230px;
}
.entry-input.type-02 {
  width: 100%;
  font-feature-settings: "palt";
}
.entry-input.type-03 {
  width: 400px;
}
.entry-input.type-04 {
  width: 100%;
}
.entry-input.type-05 {
  width: 200px;
}
.entry-input.width_half {
  width: 50%;
}
.entry-to {
  margin: 0 5px 0 30px;
}
select.entry-input {
  color: #7f7f7f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../../../images/individual/entry/ico_select_arrow.png') calc(100% - 10px) center no-repeat #fff;
  background-size: 11px 10px;
}
select.entry-input.type-01 {
  width: 120px;
}
textarea.entry-input {
  width: 100%;
  height: 150px;
}
.inline-label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.inline-label:not(:first-child) {
  margin-left: 20px;
}
.inline-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  position: relative;
}
.inline-label:before {
  pointer-events: none;
  content: '選択';
  color: #fff;
  background: #888;
  font-size: 1.4rem;
  position: absolute;
  width: 75px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 1;
  padding: 12px 0;
}
.inline-label .entry-input {
  width: 100%;
  padding-left: 90px;
}
.entry-email,.entry-pp-link {
  color: #a3933d;
}
.entry-list-remark {
  font-size: 1.3rem;
  margin-top: -10px;
}
.entry-list-remark li:before {
  content: '※';
}
.entry-list-remark li:first-child {
  color: #cc0000;
}
.entry-select-unit {
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 10px;
}
::-ms-expand {
  display: none;
}
select:required:invalid {
  color: #999;
}
option[value="選択"][disabled] {
  display: none;
}
option {
  color: #000;
}
.entry-input::-webkit-input-placeholder {
  color: #7f7f7f;
  font-size: 1.4rem;
}
.entry-input::-moz-placeholder {
  color: #7f7f7f;
  font-size: 1.4rem;
}
.entry-input:-ms-input-placeholder {
  color: #7f7f7f;
}
.entry-input:-moz-placeholder {
  color: #7f7f7f;
  font-size: 1.4rem;
}
.input-col-agreement {
  margin: 20px auto;
  text-align: center;
}
.entry-agree-box {
  text-align: center;
}
.entry-agree-btn {
  background: #a3933d;
  width: 798px;
  height: 58px;
  border-bottom: 2px solid #615200;
  border-right: 2px solid #615200;
  color: #fff;
  margin: 60px 0 5px;
}
.entry-agree-box-low .entry-agree-btn {
  margin: 10px 0 5px;    
}
.entry-agree-btn span {
  position: relative;
  padding-right: 13px;
}
.entry-agree-btn span:after {
  content: '';
  background: url(../../../images/common/ico_arrow_right_02.png) no-repeat right center;
  background-size: 10px 16px;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -13px;
}
.entry-agree-btn:hover {
  opacity: 0.6;
}
.entry-agree-remark {
  font-size: 1.4rem;
}
.checkbox-col {
  margin-top: 5px;
}
.check-container {
  font-size: 1.4rem;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
}
.entry-radio-btn {
  position: absolute;
  top: 50%;
  left: 0;
  height: 15px;
  width: 15px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check-container:hover input~.entry-radio-btn {
  background: #ccc;
}
.check-container input:checked~.entry-radio-btn {
  background: #00a2ff;
}
.entry-radio-btn:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked~.entry-radio-btn:after {
  display: block;
}
.check-container .entry-radio-btn:after {
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.check-container:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .contents {
    margin-top: 30px;
  }
  .contents h1 {
    font-size: 2.0rem;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .box-form-entry {
    padding: 0;
    margin: 0 0 40px;
    background: #f7f6f5;
  }
  .entry-tab-list .inner {
    margin: 25px -2.5px;
    font-size: 1.1rem;
  }
  .entry-tab-list .col {
    margin: 0 2.5px;
    width: calc(33.33% - (5px * 2 / 3))
  }
  .entry-input.type-01 {
    width: calc(50% - 5px);
  }
  .entry-input.type-02, .entry-input.type-03 {
    width: 100%;
    margin-left: 0;
  }
  .inline-label-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inline-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .inline-label:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .entry-input.type-01:last-child {
    margin-left: 6px;
  }
  .entry-agree-btn {
    max-width: 199px;
    height: 60px;
    margin: 30px 0 5px;
  }
  .entry-tab-content {
    padding-top: 25px;
  }
  .entry-label {
    font-size: 1.2rem;
  }
  .entry-input.type-05 {
    /*width: calc(100% - 28px);*/
    width: calc(100% - 70%);
  }
  .entry-input.width_half {
    width: 100%;
  }
  .entry-label.is-required:after {
    font-size: 1rem;
    width: 34px;
    right: -41px;
  }
  .entry-label.is-required.type-02:after {
    width: 75px;
    right: -82px;
  }
  .entry-input::-webkit-input-placeholder {
    font-size: 1.175rem;
  }
  .entry-input::-moz-placeholder {
    font-size: 1.175rem;
  }
  .entry-input:-ms-input-placeholder {
    font-size: 1.175rem;
  }
  .entry-input:-moz-placeholder {
    font-size: 1.175rem;
  }
  .entry-input, .entry-privacy-box {
    height: 34px;
    padding-left: 12px;
  }
  select.entry-input {
    font-size: 1.175rem;
    background: url('../../../images/individual/entry/ico_select_arrow.png') calc(100% - 7px) center no-repeat #fff
  }
  .entry-select-unit {
    font-size: 1.2rem;
    margin-left: 4px;
  }
  .input-wrapper .entry-select-unit {
    margin-left: 0;
  }
  .entry-to {
    margin: 0 5px 0 0;
  }
  .entry-privacy-box .privacy-inner {
    font-size: 1.1rem;
    padding: 12px 37px 12px 10px;
  }
  .entry-privacy-box {
    background: #fff;
    margin-top: 30px;
    height: 125px;
  }
  .inline-label:before {
    padding: 11px 0;
    font-size: 1.2rem;
  }
  .entry-list-remark {
    font-size: 1.2rem;
  }
  select.entry-input.type-01 {
    width: calc(50% - 31px)
  }
  .entry-input:not(:first-child) {
    margin-left: 0;
  }
  .checkbox-col {
    text-align: center;
  }
  select.entry-input.type-01:nth-child(2n+0) {
    margin-top: 10px;
  }
  .input-pd-l-4 {
    margin-left: 4px !important;
  }
  .entry-input.type-01.spec-sp {
    width: calc(40% - 24px);
  }
  .entry-input.type-01.spec-sp:not(:first-child), .input-wrapper:not(:first-child) .entry-input.type-01.spec-sp {
    width: calc(30% - 24px);
    margin-left: 4px;
  }
  .entry-input.type-03:not(:first-child) {
    margin-top: 10px;
  }
  .check-container {
    font-size: 1.2rem;
  }
  .entry-input-remark {
    font-size: 1rem;
  }
  .label-col {
    margin-bottom: 10px;
  }
  .entry-agree-btn span {
    padding-right: 8px;
  }
  .entry-agree-btn span:after {
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
    right: -33px;
  }
  .entry-email,.entry-pp-link {
    text-decoration: underline;
  }
  .input-file+label {
    height: 34px;
  }
}
/* buttons
---------------------------------------------------------- */

/* common hover color */

.btn-cmn-01.red button, .btn-cmn-01.red a {
  background: #990033;
}
.list-jobinfo-btn {
  text-align: center;
}
.list-jobinfo-btn li {
  display: inline-block;
}
.list-jobinfo-btn .btn-01, .list-jobinfo-btn .btn-02 {
  margin: 0 15px;
}
.list-jobinfo-btn .btn-01 {
  order: 2;
}
.list-jobinfo-btn .btn-02 {
  order: 1;
  width: 170px;
}
.list-jobinfo-btn .btn-cmn-01, .list-jobinfo-btn .btn-cmn-02 {
  margin-bottom: 0;
}
.list-jobinfo-btn .btn-01 a {
  min-width: 300px
}
.list-jobinfo-btn .btn-02 a {
  min-width: 170px
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .list-jobinfo-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .list-jobinfo-btn .btn-01 {
    margin: 0 0 15px;
  }
  .list-jobinfo-btn .btn-02 {
    margin: 0;
  }
  .list-jobinfo-btn .btn-01 {
    order: 1;
  }
  .list-jobinfo-btn .btn-02 {
    order: 2;
    width: auto;
  }
  .list-jobinfo-btn .btn-cmn-01, .list-jobinfo-btn .btn-cmn-02 {
    margin-bottom: 0;
  }
  .list-jobinfo-btn .btn-01 a, .list-jobinfo-btn .btn-02 a {
    min-width: inherit;
  }
}


.privacy__text {
}

.privacy__text__link{
	text-decoration: underline;
} 
.privacy__text__link:hover {
	text-decoration: none;
}