@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

iframe {
  border: none;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
li {
  list-style: none;
}

ol, ul, dl, p {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 100%;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  background-color: #f5f5c7;
  overflow-x: hidden;
}

body.modal_open {
  overflow-y: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  max-width: 480px;
  background-image: url("../images/body_bg.webp");
  margin-inline: auto;
}

.footer {
  padding: 0 0 30px;
}
.footer__inner {
  text-align: center;
}
.footer__inner p {
  font-size: 12px;
  margin-bottom: 15px;
}
.footer__inner p a {
  color: #000;
}
.footer__copy {
  font-size: 10px;
}

.kv {
  position: relative;
  margin-bottom: 50px;
}
.kv__logo {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 107px;
}
.kv__total {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 122px;
  height: 61px;
  background: url(../images/kv_hukidashi@2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 8px;
}
.kv__total dt, .kv__total dd {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.kv__total dd {
  padding-top: 3px;
}
.kv__img {
  position: relative;
  z-index: 1;
  line-height: 0;
  border-bottom: 1px dashed #EA5604;
}
.kv__btm {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 38px;
  border-top: 1px solid #F9D50F;
  background-color: #EA5604;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  line-height: 1;
}
.kv__btm strong {
  color: #EA5604;
  background-color: #fff;
  font-size: 11px;
  display: block;
  padding: 3px 6px;
  margin-right: 10px;
  border-radius: 2px;
}
.kv__btm h2 {
  font-size: 12px;
}
.kv__btm h2 span {
  font-size: 18px;
  padding: 0 2px;
}
.kv__btm p {
  margin-left: auto;
  font-size: 10px;
}

.search {
  padding: 0 15px 40px;
}

.search__head--pref,
.search__head--popular {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 24px;
  font-size: 20px;
  color: #ea5604;
  line-height: 1.4;
  font-weight: bold;
}

.select_pref_sp {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #7de7c6;
  border-radius: 8px;
  background-color: #ffffff;
}

.select_pref_sp > li {
  border-top: 1px solid #7de7c6;
  list-style-type: none;
}

.select_pref_sp > li:first-child {
  border: none;
}

.select_pref_sp__region {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #08a96a;
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.select_pref_sp__region:after {
  font-family: FontAwesome;
  content: "\f107";
  font-weight: normal;
  font-size: 20px;
  position: absolute;
  right: 20px;
}

.select_pref_sp__child_list {
  display: none;
}

.select_pref_sp__child_list > li {
  list-style-type: none;
  border-top: 1px solid #eeeeee;
}

.select_pref_sp__child_list > li:first-child {
  border-color: #7de7c6;
}

.select_pref_sp__child_list > li .prefecture {
  padding: 12px 20px 12px 32px;
  display: block;
}

.select_pref_sp__child_list > li .prefecture > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #1a7bb5;
}

.select_pref_sp__child_list > li .prefecture > a:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 8px;
}

.select_popular_work > li {
  border: 1px solid #e5966a;
  border-radius: 8px;
  background-color: #ffffff;
  list-style-type: none;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.select_popular_work a {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 4px 0px 0px #cfcfcf;
  padding: 8px 26px 8px 20px;
  border-radius: 6px;
  text-decoration: none !important;
}
.select_popular_work a:after {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  font-size: 24px;
  position: absolute;
  right: 12px;
  color: #ea5604;
}
.select_popular_work a img {
  width: 80px;
  height: 80px;
}
.select_popular_work h3 {
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  width: calc(100% - 80px);
  padding-left: 15px;
  line-height: 1.5;
}
.select_popular_work h3 span {
  color: #ea5604;
  font-size: 17px;
  font-weight: 700;
}

.merit {
  padding: 44px 15px;
  box-sizing: border-box;
  background-color: rgba(255, 248, 128, 0.5);
  margin-bottom: 44px;
}
.merit__head {
  text-align: center;
  padding: 0 15px 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #ea5604;
  line-height: 1.4;
  font-weight: bold;
}
.merit__list > li {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(207, 207, 207, 0.5);
  padding: 20px;
  margin-bottom: 15px;
}
.merit__list > li figure {
  margin: 0;
  line-height: 0;
  width: 80px;
}
.merit__list > li .merit__list-text {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.merit__list > li .merit__list-text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #EA5604;
  margin-bottom: 10px;
}
.merit__list > li .merit__list-text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
}

.article {
  padding: 0 15px 40px;
}
.article__head {
  text-align: center;
  padding-bottom: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #ea5604;
  line-height: 1.4;
  font-weight: bold;
}
.article__lead_text {
  margin-bottom: 20px;
  color: #444444;
  font-size: 16px;
  line-height: 1.5;
}
.article__qa-list {
  padding-top: 10px;
}
.article__qa-list > li {
  margin-bottom: 10px;
}
.article__qa-list > li dl {
  border: 1px solid #EA5604;
  border-radius: 5px;
  background-color: #fff;
}
.article__qa-list > li dl dt {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #EA5604;
  padding: 12px 35px 12px 50px;
  min-height: 45px;
  background: url(../images/icon_q.svg) 10px 50% no-repeat;
  background-size: 30px 30px;
}
.article__qa-list > li dl dt::after {
  color: #EA5604;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: normal;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.article__qa-list > li dl dd {
  display: none;
  padding: 3px 10px 15px 50px;
  font-size: 14px;
  line-height: 1.5;
  background: url(../images/icon_a.svg) 10px 0px no-repeat;
  background-size: 30px 30px;
}

/*modal(1)---------------------------------------*/
.search_modal_bg {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 499;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.search_modal_bg.open {
  display: flex;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

.search_modal {
  pointer-events: none;
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px 0 30px;
  overflow-y: scroll;
}
.search_modal__inner {
  pointer-events: all;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 490px;
  margin: 0 auto auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.search_modal__close_button {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 8px;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.5;
}
.search_modal__text {
  color: #ffffff;
  font-weight: bold;
  background-color: #f0f0f0;
  border-radius: 8px;
  color: #ea5604;
  text-align: center;
  padding: 12px;
  margin-bottom: 12px;
  clear: both;
  line-height: 1.4;
}
.search_modal.open {
  display: flex;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
/*modal(2)---------------------------------------*/
body.area-modal_open {
  overflow: hidden;
}

.areaSearchModalBg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}

.areaSearchModal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.6;
}

.areaSearchModal_checkboxLabel {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.areaSearchModal_checkbox {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.areaSearchModal_checkbox:checked ~ .areaSearchModal_checkboxIndicator {
  border: 1px solid transparent;
  background-color: #EA5604;
}

.areaSearchModal_checkboxIndicator {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #63574C;
  background-color: #fff;
  background-image: url(../images/icon_checkbox_on.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.areaSearchModal_areaName {
  color: #63574C;
  font-size: 13px;
  padding-top: 1px;
}

.areaSearchModal_count {
  color: #AAAAAA;
  font-size: 11px;
}

.areaSearchModal_cityLink {
  display: block;
  padding: 8px 4px;
  margin: 0 4px;
  text-decoration: none;
  border: 1px solid #AD9D8F;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
}

.cpc-part-time-modal .areaSearchModal_contents__header {
  background-color: #E8F4FC;
}

.areaSearchModal_contents {
  pointer-events: all;
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  max-width: 490px;
  margin: auto;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

.areaSearchModal_contents__wrap {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.areaSearchModal_contents__header {
  position: relative;
  background-color: #FCFAF0;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #EAE9E7;
  height: 50px;
}

.areaSearchModal_contents__header-back {
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  left: 10px;
}

.areaSearchModal_contents__header-back button {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
  color: #05629F;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  padding: 8px 8px 8px 15px;
}

.areaSearchModal_contents__header-back button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 2px solid #05629F;
  border-bottom: 2px solid #05629F;
  transform: rotate(45deg);
}

.areaSearchModal_contents__header-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 50px;
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}

.areaSearchModal_contents__header-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}

.areaSearchModal_contents__header-close button {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
  width: 30px;
  height: 30px;
}

.areaSearchModal_contents__header-close button::before, .areaSearchModal_contents__header-close button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 18px;
  background: #63574C;
}

.areaSearchModal_contents__header-close button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.areaSearchModal_contents__header-close button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.areaSearchModal_contents__box {
  position: relative;
  width: 100%;
  min-width: 100%;
  max-height: calc(100dvh - 80px);
  overflow: auto;
  transition: all 0.3s linear;
  left: 0;
}

.areaSearchModal_contents__box-inner {
  padding: 15px 15px 0px;
}

.areaSearchModal_contents__box-back {
  margin-bottom: 15px;
  display: none;
}

.areaSearchModal_contents__box-back button {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  background: none;
  color: #05629F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 2px 2px 2px 15px;
}

.areaSearchModal_contents__box-back button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 7px;
  height: 7px;
  margin: auto;
  border-left: 2px solid #05629F;
  border-bottom: 2px solid #05629F;
  transform: rotate(45deg);
}

.areaSearchModal_contents__box-btnWrap {
  margin: 0;
  padding: 10px 0 20px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 40%, white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.areaSearchModal_contents__box-submitBtn {
  cursor: pointer;
  width: 188px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #EA5604;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #EA5604;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}

.areaSearchModal_contents__box-submitBtn span {
  margin-top: 2px;
  font-weight: 700;
  padding-left: 25px;
  display: inline-block;
  min-height: 15px;
  background-image: url(../images/icon_search.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 1.8;
}

.areaSearchModal_contents__box-resetBtn {
  cursor: pointer;
  width: 95px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #EAE9E7;
  color: #63574C;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  margin-left: 10px;
}

#areaSearchModal-contents-first-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0px 25px;
  margin-left: -5px;
  margin-right: -5px;
}

#areaSearchModal-contents-first-list li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  border: 1px solid #AD9D8F;
  border-radius: 5px;
  padding-bottom: 4px;
}

#areaSearchModal-contents-first-list li button {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  display: block;
  position: relative;
  width: 100%;
  min-height: 52px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  padding: 4px;
  border-radius: 5px;
  color: #63574C;
  font-size: 14px;
  font-weight: 700;
}

#areaSearchModal-contents-second-list {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 20px;
}

#areaSearchModal-contents-second-list li {
  width: 50%;
  padding-right: 2px;
  margin-bottom: 11px;
}

#areaSearchModal-contents-second {
  opacity: 0;
  height: 100px;
}

.areaSearchModal.next #areaSearchModal-contents-first {
  left: -100%;
}

.areaSearchModal.next #areaSearchModal-contents-second {
  opacity: 1;
  height: auto;
  left: -100%;
}

.areaSearchModal.next .areaSearchModal_contents__header-back {
  display: block;
}

/* 利用規約--------------------------------------*/
.rule {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}
.rule strong {
  font-size: 15px;
}
.rule__inner {
  padding: 10px 20px 20px;
}
.rule__logo {
  text-align: center;
  line-height: 0;
  margin-bottom: 5px;
}
.rule__copy {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}
.rule h1 {
  border-top: 1px solid rgb(234, 86, 4);
  border-bottom: 1px solid rgb(234, 86, 4);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  color: rgb(234, 86, 4);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */