@charset "UTF-8";
[class*="mod-layout-col"] > .col {
  clear: both;
}

.mod-align-left {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 48.0625em) {
  .mod-align-left {
    align-items: flex-start;
  }
}

.mod-align-left > figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
}

.mod-align-left > figure > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.mod-align-left > figure > figcaption {
  font-size: .857142857em;
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .mod-align-left > figure > figcaption {
    text-align: left;
  }
}

.mod-align-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.mod-align-center > figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
}

.mod-align-center > figure > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.mod-align-center > figure > figcaption {
  font-size: .857142857em;
  margin-top: 1em;
  text-align: center;
}

.mod-align-right {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 48.0625em) {
  .mod-align-right {
    align-items: flex-end;
  }
}

.mod-align-right > figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
}

.mod-align-right > figure > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.mod-align-right > figure > figcaption {
  font-size: .857142857em;
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .mod-align-right > figure > figcaption {
    text-align: right;
  }
}

.mod-float-left {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 48.0625em) {
  .mod-float-left {
    display: block;
    float: left;
  }
}

.mod-float-left > figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
}

@media (min-width: 48.0625em) {
  .mod-float-left > figure {
    margin-right: 20px;
    margin-top: 0;
  }
}

.mod-float-left > figure > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.mod-float-left > figure > figcaption {
  font-size: .857142857em;
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .mod-float-left > figure > figcaption {
    text-align: left;
  }
}

.mod-float-right {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 48.0625em) {
  .mod-float-right {
    display: block;
    float: right;
  }
}

.mod-float-right > figure {
  margin-bottom: 3em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 3em;
}

@media (min-width: 48.0625em) {
  .mod-float-right > figure {
    margin-left: 20px;
    margin-top: 0;
  }
}

.mod-float-right > figure > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.mod-float-right > figure > figcaption {
  font-size: .857142857em;
  margin-top: 1em;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .mod-float-right > figure > figcaption {
    text-align: right;
  }
}

.str-container {
  background-color: #efefef;
}

.mfp-hide {
  display: none !important;
}

form {
  border-top: 1px solid #e4e0d9;
}

.search-block form {
  border-top: none;
}

form .wrapper {
  display: block;
  border-bottom: 1px solid #e4e0d9;
}

@media (min-width: 48.0625em) {
  form .wrapper {
    display: flex;
  }
}

form .wrapper .innerWrapperTitle {
  width: auto;
  padding: 1.4rem;
  display: flex;
  align-items: center;
}

@media (min-width: 48.0625em) {
  form .wrapper .innerWrapperTitle {
    padding: 2.5rem;
    width: 30%;
  }
}

form .wrapper .innerWrapperTitle p {
  margin: 0;
  line-height: 2.6;
  font-weight: bold;
}

form .wrapper .innerWrapperTitle .required:after {
  content: "必須";
  border: 1px solid #ef2e24;
  background-color: #fff;
  color: #ef2e24;
  display: inline-block;
  margin-left: 15px;
  padding: 5px;
  border-radius: 8px;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1;
  width: 22px;
}

form .wrapper .innerWrapperContent {
  width: 100%;
  padding: 0rem 1.4rem 1.4rem;
  box-sizing: border-box;
}

form .wrapper .innerWrapperContent p {
  margin: 0;
}

@media (min-width: 48.0625em) {
  form .wrapper .innerWrapperContent {
    padding: 2.5rem;
    border-left: none;
    width: 70%;
  }
}

form .scfNameCustomFieldSection .lyz-mod-form-text-01 input.item {
  max-width: 100%;
}

@media (min-width: 48.0625em) {
  form .scfNameCustomFieldSection .lyz-mod-form-text-01 input.item {
    max-width: 238px;
  }
}

form input {
  margin: 4px auto;
}

form input[type=text] {
  width: 14rem;
  margin-right: 1rem;
}

form input[type=number] {
  width: 10rem;
}

form input[type=radio], form input[type=checkbox] {
  margin-right: .4rem;
}

form textarea {
  width: 50%;
}

form .scfHarfFieldSection {
  display: block;
}

form .scfHarfFieldSection > span {
  padding-top: 10px;
}

@media (min-width: 48.0625em) {
  form .scfHarfFieldSection {
    display: flex;
  }
}

form .lyz-mod-form-text-01 label, form .lyz-mod-form-post-01 label {
  word-break: keep-all;
}

form .lyz-mod-form-text-01 span, form .lyz-mod-form-post-01 span {
  word-break: keep-all;
}

form .lyz-mod-form-text-01 input.item, form .lyz-mod-form-post-01 input.item {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 10px;
  outline: none;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-size: 1.6rem;
  width: 100%;
  /* order: 1; */
}

@media (min-width: 48.0625em) {
  form .lyz-mod-form-text-01 input.item, form .lyz-mod-form-post-01 input.item {
    width: auto;
  }
}

form .lyz-mod-form-post-01 > input.item {
  width: 11rem;
}

form .lyz-mod-form-select-01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

form .lyz-mod-form-select-01:before {
  content: "";
  position: absolute;
  top: auto;
  left: auto;
  right: 50px;
  width: 1px;
  height: 35px;
  background-color: #e1e1e1;
  pointer-events: none;
}

form .lyz-mod-form-select-01:after {
  content: "\77";
  position: absolute;
  font-family: "adecco-font-1" !important;
  top: 1px;
  left: auto;
  right: 30px;
  color: #ef2e24;
  font-size: 3rem;
  pointer-events: none;
  width: .4em;
  text-indent: -.2em;
}

form .lyz-mod-form-select-01 select {
  width: 100%;
  padding: 8px 40px 8px 10px;
  overflow: hidden;
  outline: none;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (min-width: 48.0625em) {
  form .lyz-mod-form-select-01:before {
    top: 26px;
    left: 227px;
    height: 34px;
  }
  form .lyz-mod-form-select-01:after {
    top: 24px;
    left: 236px;
  }
  form .lyz-mod-form-select-01 select {
    width: 238px;
  }
}

form .lyz-mod-form-radio-01 label, form .lyz-mod-form-check-01 label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  top: 6px;
}

form .lyz-mod-form-radio-01 label input, form .lyz-mod-form-check-01 label input {
  position: absolute;
  left: 0;
  display: inline-block;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

form .lyz-mod-form-radio-01 label input + span, form .lyz-mod-form-check-01 label input + span {
  padding: 8px 10px 8px 42px;
  display: flex;
  line-height: 1.5;
  align-items: center;
}

form .lyz-mod-form-radio-01 label input + span:before, form .lyz-mod-form-check-01 label input + span:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

form .lyz-mod-form-radio-01 label input + span:after, form .lyz-mod-form-check-01 label input + span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}

form .lyz-mod-form-radio-01 label input[type="checkbox"] + span:before, form .lyz-mod-form-check-01 label input[type="checkbox"] + span:before {
  border-radius: 3px;
}

form .lyz-mod-form-radio-01 label input:checked + span::before, form .lyz-mod-form-check-01 label input:checked + span::before {
  border: 1px solid #ef2e24;
}

form .lyz-mod-form-radio-01 label input[type="radio"]:checked + span::after, form .lyz-mod-form-check-01 label input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 12px;
  height: 12px;
  background: #ef2e24;
  border-radius: 50%;
}

form .lyz-mod-form-radio-01 label input[type="checkbox"]:checked + span::after, form .lyz-mod-form-check-01 label input[type="checkbox"]:checked + span::after {
  padding-top: .25em;
  padding-bottom: .25em;
  width: .6em;
  content: "\e91a";
  text-indent: -.2em;
  font-family: "adecco-icon-jp" !important;
  color: #ef2e24;
  font-size: 2rem;
  left: 16px;
}

form .lyz-mod-form-textarea-01 {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 8px 10px;
  min-height: 200px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  resize: vertical;
}

form .inputConfirm {
  margin-top: 2em;
  text-align: center;
}

form .inputConfirm .button {
  border-radius: 6px;
  background-color: #ef2e24;
  color: #fff;
  border: none;
  display: inline-block;
  font-weight: bold;
  min-width: 25%;
  padding: 1em;
}

form .nodisplay {
  display: none !important;
}

form [class*="lyz-mod-form-"] input:focus,
form [class*="lyz-mod-form-"] select:focus,
form .lyz-mod-form-textarea-01:focus {
  border: 1px solid #231f20;
}

form select::-ms-expand {
  display: none;
}

form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form .width-1, form .width-2, form .width-3, form .width-4, form .width-5, form .width-6, form .width-7, form .width-8, form .width-9, form .width-10, form .width-11, form .width-12 {
  width: 100% !important;
}

@media (min-width: 48.0625em) {
  form .width-1 {
    width: calc(1/12 * 100%) !important;
  }
  form .width-2 {
    width: calc(2/12 * 100%) !important;
  }
  form .width-3 {
    width: calc(3/12 * 100%) !important;
  }
  form .width-4 {
    width: calc(4/12 * 100%) !important;
  }
  form .width-5 {
    width: calc(5/12 * 100%) !important;
  }
  form .width-6 {
    width: calc(6/12 * 100%) !important;
  }
  form .width-7 {
    width: calc(7/12 * 100%) !important;
  }
  form .width-8 {
    width: calc(8/12 * 100%) !important;
  }
  form .width-9 {
    width: calc(9/12 * 100%) !important;
  }
  form .width-10 {
    width: calc(10/12 * 100%) !important;
  }
  form .width-11 {
    width: calc(11/12 * 100%) !important;
  }
  form .width-12 {
    width: calc(12/12 * 100%) !important;
  }
}

form .field-validation-valid, form .field-validation-error {
  color: #ef2e24;
  display: block;
  font-size: 12px;
}

.modal {
  width: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  margin: .6rem auto;
  max-width: 100%;
  padding: 20px;
  position: relative;
  transition: all .3s ease;
}

@media (min-width: 48.0625em) {
  .modal {
    width: 610px;
    margin: 0 auto;
  }
}

.modal > ._header {
  border-bottom: 1px solid #e4e0d9;
  padding-bottom: 20px;
}

.modal > ._content {
  overflow-y: auto;
  padding-top: 1em;
}

.modal > ._content .table-width-12 {
  width: 100%;
}

.modal > ._content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.modal > ._content [class^="table-"],
.modal > ._content [class*=" table-"] {
  width: 100%;
  border-bottom: 1px solid #e4e0d9;
  border-top: 1px solid #e4e0d9;
  text-align: left;
}

.modal > ._content [class^="table-"] tr,
.modal > ._content [class*=" table-"] tr {
  border-bottom: 1px solid #e4e0d9;
  border-top: 1px solid #e4e0d9;
  white-space: normal;
}

.modal > ._content [class^="table-"] tr th,
.modal > ._content [class*=" table-"] tr th {
  width: 6em;
  font-size: 1.4rem;
}

@media (min-width: 48.0625em) {
  .modal > ._content [class^="table-"] tr th,
  .modal > ._content [class*=" table-"] tr th {
    width: 10em;
    font-size: 1em;
  }
}

.modal > ._content [class^="table-"] tr td,
.modal > ._content [class*=" table-"] tr td {
  padding: 1em 20px;
  position: relative;
}

.modal > ._content [class^="table-"] tr td:before,
.modal > ._content [class*=" table-"] tr td:before {
  border-left: 1px solid #e4e0d9;
  bottom: 1rem;
  content: "";
  left: 0;
  position: absolute;
  top: 1rem;
}

.modal > ._content [class^="table-"] tr, .modal > ._content [class^="table-"] th,
.modal > ._content [class*=" table-"] tr,
.modal > ._content [class*=" table-"] th {
  color: #101820;
  padding: 0.5em 20px;
}

.modal > ._footer {
  display: flex;
  justify-content: space-between;
  padding: 1em 0 0;
}

.mfp-close {
  color: #000 !important;
}

._footer ._left button, ._footer ._right button {
  padding: 1rem 1.618rem;
  border-radius: 6px;
  color: #fff;
  border: none;
}

._footer ._left button {
  background-color: #999;
}

._footer ._right button {
  background-color: #ef2e24;
}

.mod-search-form {
  text-align: center;
}

.mod-search-form > ._text {
  margin-bottom: 20px;
}

@media screen and (min-width: 48.0625em) {
  .mod-search-form > ._text {
    margin-bottom: 35px;
  }
}

.mod-search-form > ._checkbox {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}

@media screen and (min-width: 48.0625em) {
  .mod-search-form > ._checkbox {
    margin-bottom: 35px;
  }
}

.mod-search-form > ._checkbox li {
  display: inline-block;
  margin-bottom: .5em;
  padding: 0 .5em;
}

.mod-search-result {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: .5em 0;
}

@media screen and (min-width: 48.0625em) {
  .mod-search-result {
    margin-bottom: 35px;
  }
}

.mod-search-pagination {
  font-weight: bold;
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {
  .mod-search-pagination {
    margin-bottom: 35px;
  }
}

.mod-search-pagination li {
  display: inline-block;
}

.mod-search-list {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 0;
}

@media screen and (min-width: 48.0625em) {
  .mod-search-list {
    margin-bottom: 35px;
  }
}

.mod-search-list li {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
  padding-top: 20px;
}

.mod-search-list li:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.mod-search-list li > ._item {
  color: inherit;
  display: block;
  text-decoration: none;
}

.mod-search-list li > ._item > ._title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: .5rem;
  margin-top: 0;
}

.mod-search-list li > ._item > ._outline {
  margin-bottom: .5rem;
  margin-top: 0;
}

.mod-search-list li > ._item > ._url {
  color: #54c3bd;
  font-size: 1.2rem;
  margin-top: 0;
  text-decoration: underline;
}
