@charset "UTF-8";
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;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  line-height: 1;
  background: #fff;
  font-family: Verdana, ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, ＭＳ Ｐゴシック, sans-serif;
}

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;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:active,
a:hover {
  outline-width: 0;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

::selection {
  background: #000;
  color: #ffffff;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

::-webkit-selection {
  background: #000;
  color: #ffffff;
}

.container {
  margin: 0 auto;
  width: 980px;
  padding: 0 10px;
}
@media screen and (max-width:640px) {
  .container {
    width: 100%;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.ac {
  text-align: center;
}

.none {
  display: none;
}

.pc {
  display: block;
}
@media screen and (max-width:640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:640px) {
  .sp {
    display: block;
  }
}

input[type=text],
input[type=number] {
  -webkit-appearance: none;
}

.pankuzu-list ul {
  display: flex;
  font-weight: normal;
}
.pankuzu-list ul li {
  font-size: 12px;
}
.pankuzu-list ul li:before {
  padding-left: 10px;
  content: ">";
}
.pankuzu-list ul li:first-child:before {
  content: "";
}
.pankuzu-list ul .pankuzu-list__home {
  width: 18px;
  height: 15px;
  background: url(/images/dispatch/icon_home.gif);
  background-size: contain;
  background-repeat: no-repeat;
}
.pankuzu-list ul .pankuzu-list__home a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 12px;
  margin-top: -15px;
  margin-left: -3px;
}

.clear-wrapper {
  text-align: right;
  margin-bottom: 20px;
  background: #fff;
}
@media screen and (max-width:640px) {
  .clear-wrapper {
    margin-bottom: 0;
  }
}
.clear-wrapper .clear-link {
  color: #f01d1d;
  text-decoration: underline;
  background: url(/images/common/ico_clear.png) no-repeat left;
  padding: 5px 0 5px 20px;
}
@media screen and (max-width:640px) {
  .clear-wrapper .clear-link {
    font-size: 12px;
  }
}

.popup-inner {
  height: 80vh;
  height: 80dvh;
  overflow: scroll;
}

/*------------------------------------------------------------
    県別スタイル
------------------------------------------------------------*/
.area .headerLogo {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .area .headerLogo {
    width: 385px;
    margin-top: 3px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .area .headerLogo img {
    max-width: 180px;
  }
}
@media screen and (max-width: 374px) {
  .area .headerLogo {
    margin-top: 18px;
  }
  .area .areaTitle {
    font-size: 1rem;
  }
  .area .areaTitle i {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.areaTitle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #636564;
  letter-spacing: 0;
  margin-top: 5px;
}
.areaTitle i {
  font-size: 1.5rem;
  margin-top: -2px;
  margin-left: -3px;
}
@media screen and (min-width: 768px) {
  .areaTitle {
    margin-left: 5px;
    color: #fff;
    padding: 2px 10px;
    font-size: 1.3rem;
    margin-top: 0;
  }
  .areaTitle i {
    color: #fff !important;
    font-size: 1.8rem;
    margin-top: 1px;
  }
  .areaTitle .ico-map::before {
    content: "\e90d";
  }
}
@media screen and (min-width: 992px) {
  .areaTitle {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .site_2 .areaTitle {
    background: #e50020;
  }
  .site_3 .areaTitle {
    background: #f03f49;
  }
  .site_4 .areaTitle {
    background: #9dc815;
  }
  .site_5 .areaTitle {
    background: #2fa8e1;
  }
  .site_6 .areaTitle {
    background: #ed6d20;
  }
}
.site_2 .areaTitle i {
  color: #e50020;
}

.site_3 .areaTitle i {
  color: #f03f49;
}

.site_4 .areaTitle i {
  color: #9dc815;
}

.site_5 .areaTitle i {
  color: #2fa8e1;
}

.site_6 .areaTitle i {
  color: #ed6d20;
}

.site_2 .ttl_m {
  border-color: #e50020;
}

.site_3 .ttl_m {
  border-color: #f03f49;
}

.site_4 .ttl_m {
  border-color: #9dc815;
}

.site_5 .ttl_m {
  border-color: #2fa8e1;
}

.site_6 .ttl_m {
  border-color: #ed6d20;
}

.headerMain {
  max-width: 1200px;
  width: 100%;
  height: 63px;
  background: #fff;
  padding: 0 20px 0 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: left 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .headerMain {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .headerMain {
    padding: 10px 60px;
  }
}
.headerSub {
  background: #009b46;
}
.headerSub__title {
  font-weight: bold;
  text-align: center;
}
.headerSub__inner {
  max-width: 1200px;
  padding: 8px 20px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 374px) {
  .headerSub__inner {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .headerSub__inner {
    font-size: 1.4rem;
    max-width: 1200px;
    padding: 10px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .headerSub__inner {
    padding: 10px 60px;
  }
}
@media screen and (min-width: 768px) {
  .headerSub__list {
    display: flex !important;
    align-items: center;
    margin-right: -10px;
  }
  .headerSub__list li > a {
    color: #fff;
    display: block;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .headerSub__list li:not(:last-child) a {
    border-right: 1px solid #34c877;
  }
}
.headerLogo {
  width: 140px;
  margin-top: 25px;
}
@media screen and (max-width: 374px) {
  .headerLogo {
    width: 120px;
    margin-top: 27px;
  }
}
.headerLogo a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    margin-top: 0;
    width: 180px;
  }
}
.headerNav--pc {
  border-top: 1px solid #e7e8e7;
  border-bottom: 5px solid #e7e8e7;
}
.headerNav--pc > ul {
  font-size: 1.2rem;
  max-width: 1200px;
  padding: 15px 30px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .headerNav--pc > ul {
    padding: 15px 60px;
    font-size: 1.4rem;
  }
}
.headerNav--pc > ul li {
  width: 14.2857143%;
  border-right: 1px solid #e7e8e7;
  line-height: 21px;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .headerNav--pc > ul li {
    letter-spacing: 1px;
  }
}
.headerNav--pc > ul li:first-child {
  border-left: 1px solid #e7e8e7;
}
.headerNav--pc > ul li a {
  display: block;
  position: relative;
}
.headerNav--pc > ul li a:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #009b46;
  position: absolute;
  left: 0;
  bottom: -21px;
  transform: scaleX(0);
}
.headerNav--pc > ul li span {
  font-size: 1rem;
  letter-spacing: 0;
  position: relative;
  right: -6px;
  top: -1px;
  margin-left: -9px;
}
@media screen and (min-width: 992px) {
  .headerNav--pc > ul li span {
    font-size: 1.2rem;
  }
}
.headerNav--sp {
  position: absolute;
  top: 11px;
  right: 0;
}
.headerNav--sp > ul {
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 10px;
}
.headerNav--sp > ul li {
  padding: 0 8px;
}
@media screen and (max-width: 374px) {
  .headerNav--sp > ul li {
    padding: 0 5px;
  }
}
.headerNavSub {
  display: flex;
  align-items: center;
}
.headerNavSub__button {
  max-width: 335px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  padding: 11px 10px 11px 30px;
  margin-right: 10px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 3px;
  transition: 0.2s;
  background: none;
  border: 1px solid #e7e8e7;
}
@media screen and (min-width: 992px) {
  .headerNavSub__button {
    padding: 7px 15px 7px 35px;
    letter-spacing: 0.4px;
  }
}
.headerNavSub__button > i {
  font-size: 2rem;
  color: #009b46;
  right: auto;
  left: 6px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .headerNavSub__button > i {
    left: 11px;
  }
}
.headerNavSubTel {
  display: block;
  position: relative;
  margin-left: 10px;
  padding-left: 35px;
  color: #009b46;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .headerNavSubTel {
    margin-left: 15px;
    padding-left: 40px;
  }
}
.headerNavSubTel__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #1c9b46;
  font-size: 3rem;
  margin-top: 2px;
  /*&::before {
    content: "\e908";
  }*/
}
.headerNavSubTel__number span {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .headerNavSubTel__number span {
    font-size: 2.3rem;
  }
}
.headerNavSubTel__text {
  letter-spacing: 0;
}
.headerNavSubTel__text span {
  display: block;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 4px;
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 992px) {
  .headerNavSubTel__text span {
    font-size: 1.1rem;
  }
}
.headerTel {
  width: 150px;
  display: block;
  position: relative;
  padding: 6px 0 6px 25px;
  border: 1px solid #009b46;
  border-radius: 3px;
  color: #009b46;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .headerTel {
    width: 125px;
    padding-left: 0;
  }
}
.headerTel__icon {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  color: #1c9b46;
  font-size: 3rem;
  margin-top: 2px;
  /*&::before {
    content: "\e908";
  }*/
}
@media screen and (max-width: 374px) {
  .headerTel__icon {
    display: none !important;
  }
}
.headerTel__number {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
}
.headerTel__number span {
  font-weight: 500;
  font-size: 1.5rem !important;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.headerTel__text {
  font-size: 1.1rem;
  letter-spacing: 0;
}
.headerTel__text span {
  display: block;
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  margin-top: 3px;
  transform: scale(0.9, 0.9);
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js-hiraku-offcanvas-body-right .headerMain {
  left: -300px;
}
@media screen and (max-width: 374px) {
  .js-hiraku-offcanvas-body-right .headerMain {
    left: -250px;
  }
}

.hiraku-open-btn {
  border: none;
  padding: 0;
  position: relative;
}

.contentArea__inner {
  position: static;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 520px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .contentArea__inner {
    max-width: 1200px;
    padding-right: 130px;
  }
}
@media screen and (min-width: 992px) {
  .contentArea__inner {
    padding: 0 130px 0 60px;
  }
}

.pageTop__link {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  height: 40px;
  background: #9dd335;
  text-align: center;
  line-height: 40px;
  color: #fff !important;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .pageTop__link {
    width: 197px;
    top: 0;
  }
}
.pageTop__link i {
  font-size: 1.5rem;
  margin-left: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.siteFooter {
  background: #1a1e1d;
  color: #fff;
}
.siteFooterSp {
  margin-top: 40px;
  margin-bottom: 40px;
}
.siteFooterSp__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.siteFooterSp__list:after {
  content: "";
  width: 100%;
  border-bottom: 1px solid #4e504f;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
.siteFooterSp__list > li {
  width: 50%;
}
.siteFooterSp__list > li:nth-child(odd) a {
  padding-left: 20px;
  border-right: 1px solid #4e504f;
}
.siteFooterSp__list > li:nth-child(even) a {
  padding-right: 20px;
}
.siteFooterSp__list > li a {
  display: block;
  border-bottom: 1px solid #4e504f;
  padding: 13px 10px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 374px) {
  .siteFooterSp__list > li a {
    font-size: 1.2rem;
  }
}
.siteFooterSp__list > li a i {
  font-size: 1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.siteFooterContent {
  max-width: 520px;
  margin: 0 auto;
  padding: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  .siteFooterContent {
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .siteFooterContent {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.siteFooterPc {
  display: none;
}
@media screen and (min-width: 768px) {
  .siteFooterPc {
    display: block;
  }
}
.siteFooterBanner {
  width: 215px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .siteFooterBanner {
    margin: 0;
    width: 148px;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooterBanner {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .siteFooterArea {
    font-size: 1rem;
    flex-wrap: wrap;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.5px;
    display: flex !important;
  }
}
@media screen and (min-width: 992px) {
  .siteFooterArea {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooterArea {
    width: 56%;
    margin-top: -5px;
  }
}
@media screen and (min-width: 768px) {
  .siteFooterArea dt {
    width: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .siteFooterArea dt {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .siteFooterArea dd {
    width: 80%;
  }
}
.siteFooterNav {
  display: flex;
  align-items: baseline;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .siteFooterNav {
    line-height: 1.3;
  }
}
.siteFooterNav > li {
  width: 25%;
}
.siteFooterNav__inner {
  font-size: 1.1rem;
  margin: 0 1.3em;
}
@media screen and (min-width: 992px) {
  .siteFooterNav__inner {
    font-size: 1.4rem;
  }
}
.siteFooterNav__inner > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.siteFooterNav__inner > li:not(:last-child) {
  margin-bottom: 10px;
}
.siteFooterNav__inner a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .siteFooterNav__inner--sub {
    font-size: 1.3rem;
  }
}
.siteFooterNav__inner--sub > li:not(:last-child) {
  margin-bottom: 5px;
}
.siteFooterNav__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .siteFooterNav__title {
    font-size: 1.6rem;
  }
}
.siteFooterLogo {
  width: 260px;
  margin: 0 auto 15px auto;
  font-size: 1rem;
  text-align: center;
}
.siteFooterLogo img {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .siteFooterLogo {
    margin: 0 15px 0 0;
    text-align: left;
  }
  .siteFooterLogo > p {
    margin-left: -0.5em;
  }
}
@media screen and (min-width: 992px) {
  .siteFooterLogo {
    width: 280px;
    font-size: 1.2rem;
  }
}
.siteFooterOperation {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .siteFooterOperation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.siteFooterOperation__title {
  font-weight: bold;
  font-size: 1.3rem;
  background: #111312;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .siteFooterOperation__title {
    width: 112px;
    margin-bottom: 0;
  }
}
.siteFooterSubNav {
  text-align: center;
  overflow-wrap: break-word;
}
.siteFooterSubNav li {
  display: inline-block;
}
.siteFooterSubNav li:not(:last-child) a {
  border-right: 1px solid #4e504f;
}
.siteFooterSubNav li a {
  display: block;
  padding: 0 7px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 374px) {
  .siteFooterSubNav li a {
    font-size: 1.1rem;
    letter-spacing: 0;
    padding: 0 5px;
  }
}
@media screen and (min-width: 992px) {
  .siteFooterSubNav li a {
    font-size: 1.4rem;
    padding: 0 13px;
  }
}
.siteFooterBottom {
  border-top: 1px solid #4e504f;
  padding: 15px 0;
}
.siteFooterCopy {
  font-size: 1rem;
  color: #4e504f;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .siteFooterCopy {
    font-size: 1.2rem;
  }
}
.siteFooterBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .siteFooterBox {
    margin-bottom: 60px;
  }
}

.officeInfo {
  display: flex;
  margin-bottom: 30px;
}
.officeInfo__detail {
  width: 100%;
  line-height: 1.7;
}
.officeInfo__detail th {
  font-weight: bold;
  width: 20%;
}
.officeInfo__detail td {
  width: 80%;
}
.officeInfo__detail tr:nth-child(1) td {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.officeInfo__detail .btn {
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (min-width: 992px) {
  .officeInfo {
    display: block;
  }
  .officeInfo__detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .officeInfo {
    display: none;
  }
}

body {
  background: #f7f7f7;
  padding-top: 63px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 0;
  }
}

.container {
  width: 953px;
  padding: 0;
}
@media screen and (max-width:640px) {
  .container {
    width: 100%;
    min-width: 320px;
  }
}

.dispatchHeader {
  background: url(/images/dispatch/header_bg.png) left bottom repeat-x;
  padding-bottom: 15px;
  width: 100%;
}
@media screen and (max-width:640px) {
  .dispatchHeader {
    background: none;
    padding: 0;
  }
}
.dispatchHeader .info {
  border-bottom: 1px solid #cccccc;
}
.dispatchHeader .info .container {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchHeader .info .container .publicity {
  font-size: 11px;
  padding: 9px 0;
  color: #7F7F7F;
}
.dispatchHeader .info .container .freedial {
  margin-left: auto;
  border-right: 1px solid #cccccc;
}
.dispatchHeader .info .container .sub-nav ul {
  display: flex;
}
.dispatchHeader .info .container .sub-nav__sitemap {
  border-right: 1px solid #cccccc;
}
.dispatchHeader .info .container .sub-nav__sitemap:hover {
  opacity: 0.65;
}
.dispatchHeader .info .container .sub-nav__outline {
  border-right: 1px solid #cccccc;
}
.dispatchHeader .info .container .sub-nav__outline:hover {
  opacity: 0.65;
}
.dispatchHeader .info .container .sub-nav__contact {
  border-right: 1px solid #cccccc;
}
.dispatchHeader .info .container .sub-nav__contact:hover {
  opacity: 0.65;
}
.dispatchHeader .main-logo {
  padding: 20px;
  text-align: center;
}
.dispatchHeader .g-nav ul {
  display: flex;
}
.dispatchHeader .g-nav ul li a {
  background: url(/images/dispatch/g_navi.gif);
  text-indent: -10000px;
  display: block;
  height: 46px;
}
.dispatchHeader .g-nav ul li a:hover {
  background-position-y: bottom;
}
.dispatchHeader .g-nav ul .n1 a {
  width: 52px;
}
.dispatchHeader .g-nav ul .n2 a {
  width: 143px;
  background-position: -52px top;
}
.dispatchHeader .g-nav ul .n3 a {
  width: 121px;
  background-position: -195px top;
}
.dispatchHeader .g-nav ul .n4 a {
  width: 113px;
  background-position: -316px top;
}
.dispatchHeader .g-nav ul .n5 a {
  width: 94px;
  background-position: -429px top;
}
.dispatchHeader .g-nav ul .n6 a {
  width: 94px;
  background-position: -523px top;
}
.dispatchHeader .g-nav ul .n7 a {
  width: 94px;
  background-position: -617px top;
}
.dispatchHeader .g-nav ul .n8 a {
  width: 120px;
  background-position: -711px top;
}
.dispatchHeader .g-nav ul .n9 a {
  width: 122px;
  background-position: right top;
}
.dispatchHeader .sp-g-nav {
  position: relative;
}
.dispatchHeader .sp-g-nav__menu {
  display: block;
  position: absolute;
  width: 15%;
  height: 100%;
  right: 0;
  opacity: 0;
}
.dispatchHeader .sp-g-nav__home {
  width: 55%;
  height: 100%;
  left: 0;
}
.dispatchHeader .sp-g-nav__phone {
  width: 15%;
  height: 100%;
  right: 30%;
}
.dispatchHeader .sp-g-nav__reserve {
  width: 15%;
  height: 100%;
  right: 15%;
}
.dispatchHeader .sp-g-nav a {
  display: block;
  position: absolute;
}
.dispatchHeader .sp-menu {
  letter-spacing: -0.4em;
  background: #3d3c3c;
  border-radius: 4px;
  margin: 10px 2% 0;
  padding: 2%;
  position: absolute;
  z-index: 1;
  display: none;
}
.dispatchHeader .sp-menu:before {
  content: "";
  position: absolute;
  top: -25px;
  right: 20px;
  border: 8px solid transparent;
  border-bottom: 20px solid #3d3c3c;
}
.dispatchHeader .sp-menu__toTop {
  width: 20%;
  display: inline-block;
  letter-spacing: normal;
  background: #fff;
  padding: 10px 5px;
}
.dispatchHeader .sp-menu__toTop a {
  display: block;
}
.dispatchHeader .sp-menu__item {
  background: #fff;
  border-bottom: 1px solid #989797;
}
.dispatchHeader .sp-menu__item a {
  letter-spacing: normal;
  display: block;
  padding: 15px 10px;
}
.dispatchHeader .sp-menu__close {
  border-top: 8px solid #3d3c3c;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.dispatchHeader .sp-menu__close span {
  letter-spacing: normal;
  position: relative;
}
.dispatchHeader .sp-menu__close span:before {
  position: absolute;
  content: "";
  left: -20px;
  width: 15px;
  height: 15px;
  background: url("/images/dispatch/header_menu_close.png") no-repeat left;
  background-size: 15px;
}

.dispatchSearch .pc .detail-search-wrapper {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
.dispatchSearch .pc .search-logo-wrapper {
  margin: 13px 0px;
}
.dispatchSearch .pc .search-logo {
  min-width: 100%;
}
.dispatchSearch .pc .title {
  color: rgb(35, 143, 59);
  font-size: 20px;
  padding: 13px;
  border-bottom: solid 3px rgb(35, 143, 59);
  margin-bottom: 15px;
  font-weight: 600;
}
.dispatchSearch .pc .search-title {
  background: rgb(230, 230, 230);
  font-size: 20px;
  padding: 10px 20px;
  border-left: solid 5px rgb(35, 143, 59);
  margin-bottom: 20px;
  font-weight: 600;
}
.dispatchSearch .pc .prefecture0 {
  padding: 10px;
  background: rgb(240, 75, 92);
}
.dispatchSearch .pc .prefecture0__title {
  color: #fff;
  font-weight: bold;
}
.dispatchSearch .pc .prefecture0 input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .prefecture0 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(240, 75, 92);
  border-right: solid 3px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture0 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .pc .prefecture0 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture0 span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .prefecture0 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture0 span:before {
    top: 1px;
  }
}
.dispatchSearch .pc .prefecture1 {
  padding: 10px;
  background: rgb(157, 202, 29);
}
.dispatchSearch .pc .prefecture1__title {
  color: #fff;
  font-weight: bold;
}
.dispatchSearch .pc .prefecture1 input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .prefecture1 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(157, 202, 29);
  border-right: solid 3px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture1 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .pc .prefecture1 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture1 span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .prefecture1 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture1 span:before {
    top: 1px;
  }
}
.dispatchSearch .pc .prefecture2 {
  padding: 10px;
  background: rgb(79, 162, 210);
}
.dispatchSearch .pc .prefecture2__title {
  color: #fff;
  font-weight: bold;
}
.dispatchSearch .pc .prefecture2 input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .prefecture2 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(79, 162, 210);
  border-right: solid 3px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture2 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .pc .prefecture2 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture2 span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .prefecture2 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture2 span:before {
    top: 1px;
  }
}
.dispatchSearch .pc .prefecture3 {
  padding: 10px;
  background: #e46c2b;
}
.dispatchSearch .pc .prefecture3__title {
  color: #fff;
  font-weight: bold;
}
.dispatchSearch .pc .prefecture3 input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .prefecture3 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #e46c2b;
  border-right: solid 3px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture3 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .pc .prefecture3 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture3 span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .prefecture3 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .prefecture3 span:before {
    top: 1px;
  }
}
.dispatchSearch .pc .region-lists0 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchSearch .pc .region-lists0 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchSearch .pc .region-lists0 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchSearch .pc .region-lists0 .region__detail {
  padding: 10px;
}
.dispatchSearch .pc .region-lists0 .region__name {
  background: rgb(251, 234, 236);
}
.dispatchSearch .pc .region-lists0 .region__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists0 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(240, 75, 92);
  border-right: solid 2px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists0 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .pc .region-lists0 .region__name input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchSearch .pc .region-lists0 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists0 .region__name span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .region-lists0 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists0 .region__name span:before {
    top: -3px;
  }
}
.dispatchSearch .pc .region-lists0 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists0 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(240, 75, 92);
}
.dispatchSearch .pc .region-lists0 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .region-lists0 .region__detail input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchSearch .pc .region-lists0 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .region-lists0 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists0 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .region-lists1 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchSearch .pc .region-lists1 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchSearch .pc .region-lists1 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchSearch .pc .region-lists1 .region__detail {
  padding: 10px;
}
.dispatchSearch .pc .region-lists1 .region__name {
  background: rgb(240, 249, 216);
}
.dispatchSearch .pc .region-lists1 .region__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists1 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(157, 202, 29);
  border-right: solid 2px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists1 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .pc .region-lists1 .region__name input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchSearch .pc .region-lists1 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists1 .region__name span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .region-lists1 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists1 .region__name span:before {
    top: -3px;
  }
}
.dispatchSearch .pc .region-lists1 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists1 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(157, 202, 29);
}
.dispatchSearch .pc .region-lists1 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .region-lists1 .region__detail input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchSearch .pc .region-lists1 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .region-lists1 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists1 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .region-lists2 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchSearch .pc .region-lists2 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchSearch .pc .region-lists2 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchSearch .pc .region-lists2 .region__detail {
  padding: 10px;
}
.dispatchSearch .pc .region-lists2 .region__name {
  background: rgb(232, 245, 252);
}
.dispatchSearch .pc .region-lists2 .region__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists2 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(79, 162, 210);
  border-right: solid 2px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists2 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .pc .region-lists2 .region__name input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchSearch .pc .region-lists2 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists2 .region__name span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .region-lists2 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists2 .region__name span:before {
    top: -3px;
  }
}
.dispatchSearch .pc .region-lists2 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists2 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(79, 162, 210);
}
.dispatchSearch .pc .region-lists2 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .region-lists2 .region__detail input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchSearch .pc .region-lists2 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .region-lists2 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists2 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .region-lists3 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchSearch .pc .region-lists3 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchSearch .pc .region-lists3 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchSearch .pc .region-lists3 .region__detail {
  padding: 10px;
}
.dispatchSearch .pc .region-lists3 .region__name {
  background: #fbefe8;
}
.dispatchSearch .pc .region-lists3 .region__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists3 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #e46c2b;
  border-right: solid 2px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists3 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .pc .region-lists3 .region__name input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchSearch .pc .region-lists3 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists3 .region__name span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .region-lists3 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists3 .region__name span:before {
    top: -3px;
  }
}
.dispatchSearch .pc .region-lists3 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .region-lists3 .region__detail input[type=checkbox]:checked + span::before {
  background-color: #e46c2b;
}
.dispatchSearch .pc .region-lists3 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .region-lists3 .region__detail input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchSearch .pc .region-lists3 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .region-lists3 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .region-lists3 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .job-category {
  background-color: rgb(35, 143, 59);
  padding: 7px;
}
.dispatchSearch .pc .job-category input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .job-category input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(35, 143, 59);
  border-right: solid 3px rgb(35, 143, 59);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .job-category input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .pc .job-category span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .job-category span {
    font-size: 14px;
  }
}
.dispatchSearch .pc .job-category span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .job-category span:before {
    top: 1px;
  }
}
.dispatchSearch .pc .job-category__title {
  color: #fff;
  font-weight: bold;
}
.dispatchSearch .pc .job {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.dispatchSearch .pc .job input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .job input[type=checkbox]:checked + span::before {
  background-color: rgb(35, 143, 59);
}
.dispatchSearch .pc .job input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .job input[type=checkbox]:checked + span {
  color: rgb(35, 143, 59);
}
.dispatchSearch .pc .job span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .job span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .job span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .job label {
  display: block;
  width: 33.3333%;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-right: 10px;
}
.dispatchSearch .pc .hourly-pay {
  display: inline-block;
  margin-bottom: 30px;
  width: 420px;
}
.dispatchSearch .pc .hourly-pay input {
  width: 30%;
  padding: 7px 5px;
  margin-right: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  outline: none;
}
.dispatchSearch .pc .hourly-pay img {
  vertical-align: baseline;
  margin: 0 10px;
}
.dispatchSearch .pc .start {
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 30px;
  width: 420px;
  vertical-align: top;
}
.dispatchSearch .pc .start input {
  margin-right: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 7px 5px;
  outline: none;
}
.dispatchSearch .pc .start__year {
  width: 40%;
}
.dispatchSearch .pc .start__month {
  width: 15%;
}
.dispatchSearch .pc .start__day {
  width: 15%;
}
.dispatchSearch .pc .keyword {
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}
.dispatchSearch .pc .keyword:-moz-placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .keyword:placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .keyword::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .keyword:-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .keyword::-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .keyword:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchSearch .pc .btn-block_search {
  text-align: center;
  margin: 40px auto;
}
.dispatchSearch .pc .search {
  background: url(/images/common/ico_search.png) no-repeat 20% center;
  background-size: 5%;
  background-color: #fe8f00;
  border: none;
  box-shadow: 0 4px 0 #ec6827;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 400px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .search {
    padding: 15px;
    width: 100%;
  }
}
.dispatchSearch .pc .search:hover {
  opacity: 0.8;
}
.dispatchSearch .pc .search:active {
  box-shadow: none;
  transform: translateY(4px);
  border-bottom: none;
}
.dispatchSearch .pc .others input[type=checkbox] {
  display: none;
}
.dispatchSearch .pc .others input[type=checkbox]:checked + span::before {
  background-color: rgb(35, 143, 59);
}
.dispatchSearch .pc .others input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .pc .others input[type=checkbox]:checked + span {
  color: rgb(35, 143, 59);
}
.dispatchSearch .pc .others span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .pc .others span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .pc .others span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .pc .other-conditions {
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.dispatchSearch .pc .other-conditions label {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  margin-bottom: 20px;
}
.dispatchSearch .pc .other-conditions h1 {
  letter-spacing: normal;
}
.dispatchSearch .sp .detail-search-wrapper {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
.dispatchSearch .sp .search-logo-wrapper {
  margin: 13px 0px;
}
.dispatchSearch .sp .search-logo {
  min-width: 100%;
}
.dispatchSearch .sp .title {
  color: #39b54a;
  font-size: 18px;
  padding: 13px;
  border-bottom: solid 3px #39b54a;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
}
.dispatchSearch .sp .search-title {
  background: #d9ecbf;
  border-left: solid 5px #39b54a;
  color: #000;
  box-shadow: none;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}
.dispatchSearch .sp .prefecture0 {
  background: rgb(240, 75, 92);
}
.dispatchSearch .sp .prefecture0__title {
  color: #fff;
  font-weight: 600;
}
.dispatchSearch .sp .prefecture0 label {
  display: block;
  padding: 17px;
}
.dispatchSearch .sp .prefecture0 input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .prefecture0 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(240, 75, 92);
  border-right: solid 3px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture0 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .sp .prefecture0 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture0 span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .prefecture0 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture0 span:before {
    top: 1px;
  }
}
.dispatchSearch .sp .prefecture0 {
  position: relative;
}
.dispatchSearch .sp .prefecture0 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture0 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .prefecture0 {
  position: relative;
}
.dispatchSearch .sp .prefecture0 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture0 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchSearch .sp .prefecture1 {
  background: rgb(157, 202, 29);
}
.dispatchSearch .sp .prefecture1__title {
  color: #fff;
  font-weight: 600;
}
.dispatchSearch .sp .prefecture1 label {
  display: block;
  padding: 17px;
}
.dispatchSearch .sp .prefecture1 input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .prefecture1 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(157, 202, 29);
  border-right: solid 3px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture1 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .sp .prefecture1 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture1 span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .prefecture1 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture1 span:before {
    top: 1px;
  }
}
.dispatchSearch .sp .prefecture1 {
  position: relative;
}
.dispatchSearch .sp .prefecture1 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture1 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .prefecture1 {
  position: relative;
}
.dispatchSearch .sp .prefecture1 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture1 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchSearch .sp .prefecture2 {
  background: rgb(79, 162, 210);
}
.dispatchSearch .sp .prefecture2__title {
  color: #fff;
  font-weight: 600;
}
.dispatchSearch .sp .prefecture2 label {
  display: block;
  padding: 17px;
}
.dispatchSearch .sp .prefecture2 input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .prefecture2 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(79, 162, 210);
  border-right: solid 3px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture2 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .sp .prefecture2 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture2 span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .prefecture2 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture2 span:before {
    top: 1px;
  }
}
.dispatchSearch .sp .prefecture2 {
  position: relative;
}
.dispatchSearch .sp .prefecture2 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture2 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .prefecture2 {
  position: relative;
}
.dispatchSearch .sp .prefecture2 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture2 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchSearch .sp .prefecture3 {
  background: #e46c2b;
}
.dispatchSearch .sp .prefecture3__title {
  color: #fff;
  font-weight: 600;
}
.dispatchSearch .sp .prefecture3 label {
  display: block;
  padding: 17px;
}
.dispatchSearch .sp .prefecture3 input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .prefecture3 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #e46c2b;
  border-right: solid 3px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture3 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .sp .prefecture3 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture3 span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .prefecture3 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .prefecture3 span:before {
    top: 1px;
  }
}
.dispatchSearch .sp .prefecture3 {
  position: relative;
}
.dispatchSearch .sp .prefecture3 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture3 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .prefecture3 {
  position: relative;
}
.dispatchSearch .sp .prefecture3 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .prefecture3 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchSearch .sp .region0 {
  width: 100%;
}
.dispatchSearch .sp .region0__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchSearch .sp .region0__detail {
  display: none;
}
.dispatchSearch .sp .region0__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchSearch .sp .region0__name {
  background: rgb(251, 234, 236);
}
.dispatchSearch .sp .region0__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region0__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(240, 75, 92);
  border-right: solid 2px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region0__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .sp .region0__name input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchSearch .sp .region0__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region0__name span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .region0__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region0__name span:before {
    top: -3px;
  }
}
.dispatchSearch .sp .region0__name {
  position: relative;
}
.dispatchSearch .sp .region0__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region0__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(240, 75, 92);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .region0__name {
  position: relative;
}
.dispatchSearch .sp .region0__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region0__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(240, 75, 92);
}
.dispatchSearch .sp .region0__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region0__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(240, 75, 92);
}
.dispatchSearch .sp .region0__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .region0__detail input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchSearch .sp .region0__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .region0__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region0__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .region1 {
  width: 100%;
}
.dispatchSearch .sp .region1__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchSearch .sp .region1__detail {
  display: none;
}
.dispatchSearch .sp .region1__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchSearch .sp .region1__name {
  background: rgb(240, 249, 216);
}
.dispatchSearch .sp .region1__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region1__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(157, 202, 29);
  border-right: solid 2px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region1__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .sp .region1__name input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchSearch .sp .region1__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region1__name span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .region1__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region1__name span:before {
    top: -3px;
  }
}
.dispatchSearch .sp .region1__name {
  position: relative;
}
.dispatchSearch .sp .region1__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region1__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(157, 202, 29);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .region1__name {
  position: relative;
}
.dispatchSearch .sp .region1__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region1__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(157, 202, 29);
}
.dispatchSearch .sp .region1__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region1__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(157, 202, 29);
}
.dispatchSearch .sp .region1__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .region1__detail input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchSearch .sp .region1__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .region1__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region1__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .region2 {
  width: 100%;
}
.dispatchSearch .sp .region2__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchSearch .sp .region2__detail {
  display: none;
}
.dispatchSearch .sp .region2__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchSearch .sp .region2__name {
  background: rgb(232, 245, 252);
}
.dispatchSearch .sp .region2__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region2__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(79, 162, 210);
  border-right: solid 2px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region2__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .sp .region2__name input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchSearch .sp .region2__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region2__name span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .region2__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region2__name span:before {
    top: -3px;
  }
}
.dispatchSearch .sp .region2__name {
  position: relative;
}
.dispatchSearch .sp .region2__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region2__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(79, 162, 210);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .region2__name {
  position: relative;
}
.dispatchSearch .sp .region2__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region2__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(79, 162, 210);
}
.dispatchSearch .sp .region2__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region2__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(79, 162, 210);
}
.dispatchSearch .sp .region2__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .region2__detail input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchSearch .sp .region2__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .region2__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region2__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .region3 {
  width: 100%;
}
.dispatchSearch .sp .region3__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchSearch .sp .region3__detail {
  display: none;
}
.dispatchSearch .sp .region3__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchSearch .sp .region3__name {
  background: #fbefe8;
}
.dispatchSearch .sp .region3__name input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region3__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #e46c2b;
  border-right: solid 2px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region3__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchSearch .sp .region3__name input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchSearch .sp .region3__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region3__name span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .region3__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region3__name span:before {
    top: -3px;
  }
}
.dispatchSearch .sp .region3__name {
  position: relative;
}
.dispatchSearch .sp .region3__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region3__name .plus:before {
  position: absolute;
  content: "+";
  color: #e46c2b;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .region3__name {
  position: relative;
}
.dispatchSearch .sp .region3__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .region3__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #e46c2b;
}
.dispatchSearch .sp .region3__detail input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .region3__detail input[type=checkbox]:checked + span::before {
  background-color: #e46c2b;
}
.dispatchSearch .sp .region3__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .region3__detail input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchSearch .sp .region3__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .region3__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .region3__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .job-category {
  background-color: #39b54a;
  border-bottom: 1px solid #fff;
}
.dispatchSearch .sp .job-category label {
  display: block;
  padding: 17px;
}
.dispatchSearch .sp .job-category__title {
  color: #fff;
}
.dispatchSearch .sp .job-category input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .job-category input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .job-category input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchSearch .sp .job-category span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .job-category span {
    font-size: 14px;
  }
}
.dispatchSearch .sp .job-category span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .job-category span:before {
    top: 1px;
  }
}
.dispatchSearch .sp .job-category {
  position: relative;
}
.dispatchSearch .sp .job-category .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .job-category .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchSearch .sp .job-category {
  position: relative;
}
.dispatchSearch .sp .job-category .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchSearch .sp .job-category .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchSearch .sp .job {
  display: none;
}
.dispatchSearch .sp .job input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .job input[type=checkbox]:checked + span::before {
  background-color: #39b54a;
}
.dispatchSearch .sp .job input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .job input[type=checkbox]:checked + span {
  color: #39b54a;
}
.dispatchSearch .sp .job span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .job span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .job span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .job label {
  background: #f9f9f9;
  display: block;
  width: 100%;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}
.dispatchSearch .sp .hourly-pay {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.dispatchSearch .sp .hourly-pay input {
  width: 28%;
  padding: 5px;
  margin-right: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  outline: none;
}
.dispatchSearch .sp .hourly-pay img {
  vertical-align: baseline;
  margin: 0 10px;
}
.dispatchSearch .sp .started-at {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.dispatchSearch .sp .started-at input {
  margin-right: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  padding: 5px;
  outline: none;
}
.dispatchSearch .sp .started-at__year {
  width: 40%;
}
.dispatchSearch .sp .started-at__month {
  width: 15%;
}
.dispatchSearch .sp .started-at__day {
  width: 15%;
}
.dispatchSearch .sp .keyword {
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 15px 15px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-size: 12px;
}
.dispatchSearch .sp .keyword:-moz-placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .keyword:placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .keyword::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .keyword:-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .keyword::-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .keyword:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchSearch .sp .search {
  background: url("/images/common/ico_search.png") no-repeat 20% center;
  background-size: 5%;
  background-color: #fe8f00;
  border: none;
  border-bottom: solid 4px #ec6827;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 400px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
.dispatchSearch .sp .search:hover {
  background-color: #fea51a;
  border-bottom-color: #f68e4f;
}
.dispatchSearch .sp .search:active {
  border-bottom: none;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .search {
    margin: 40px auto;
    width: 100%;
    background: url("/images/common/ico_search.png") no-repeat 10% center;
    background-size: 5%;
    background-color: #fe8f00;
    font-size: 16px;
    border-bottom: solid 4px #ec6827;
    border-radius: 5px;
  }
}
.dispatchSearch .sp .others input[type=checkbox] {
  display: none;
}
.dispatchSearch .sp .others input[type=checkbox]:checked + span::before {
  background-color: #39b54a;
}
.dispatchSearch .sp .others input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchSearch .sp .others input[type=checkbox]:checked + span {
  color: #39b54a;
}
.dispatchSearch .sp .others span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchSearch .sp .others span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchSearch .sp .others span:before {
    background-color: #dddddd;
  }
}
.dispatchSearch .sp .other-conditions {
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}
.dispatchSearch .sp .other-conditions label {
  background: #f7f7f7;
  display: block;
  border: solid 1px #d1d1d1;
  letter-spacing: normal;
  width: 100%;
  padding: 15px;
}
.dispatchSearch .sp .other-conditions label:first-of-type {
  border-radius: 5px 5px 0 0;
}
.dispatchSearch .sp .other-conditions label:last-of-type {
  border-radius: 0 0 5px 5px;
}
.dispatchSearch .sp .other-conditions h1 {
  letter-spacing: normal;
}

.dispatchEasySearch .easySearch-wrapper {
  background: #fff;
  padding: 15px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .easySearch-wrapper {
    margin-bottom: 30px;
  }
}
.dispatchEasySearch .search-logo-wrapper {
  margin: 13px 0px;
}
.dispatchEasySearch .page-title {
  background: #d9ecbf;
  border-left: solid 5px #39b54a;
  color: #000;
  font-weight: 600;
  box-shadow: none;
  margin: 0;
  padding: 10px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .clear-wrapper {
    margin: 0;
    padding: 10px;
    padding-right: 15px;
  }
}
.dispatchEasySearch .section-title {
  margin: 20px 0px;
  padding: 10px 0px;
  border-left: solid 5px #238f3b;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .section-title {
    background-color: #39b54a;
    color: #fff;
    border: none;
    margin: 0;
  }
}
.dispatchEasySearch .section-title h1 {
  padding-left: 20px;
  font-weight: 600;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .section-title h1 {
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
  }
  .dispatchEasySearch .section-title h1:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/dispatch/four-square.png);
    background-size: contain;
  }
}
.dispatchEasySearch .icon {
  display: inline-block;
  padding: 10px 20px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .icon {
    display: none;
  }
}
.dispatchEasySearch .jobs__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 259px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  background: url("/images/common/ico_arrow.png") 90% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #ececec 100%);
  outline: none;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .jobs__select {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    letter-spacing: normal;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .jobs {
    display: block;
  }
}
.dispatchEasySearch .areas {
  margin-bottom: 30px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .areas {
    margin-bottom: 15px;
    letter-spacing: -0.4em;
  }
}
.dispatchEasySearch .areas select::-ms-expand {
  display: none;
}
.dispatchEasySearch .areas__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 259px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  background: url("/images/common/ico_arrow.png") 90% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  outline: none;
  border: 1px solid #ccc;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .areas__select {
    width: 48%;
    font-size: 15px;
    padding: 10px;
    letter-spacing: normal;
  }
  .dispatchEasySearch .areas__select:last-child {
    margin-left: 4%;
  }
}
.dispatchEasySearch .keyword {
  margin-bottom: 30px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .keyword {
    margin-bottom: 15px;
  }
}
.dispatchEasySearch .keyword__text {
  display: inline-block;
  font-size: 18px;
  padding-right: 30px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .keyword__text {
    display: none;
  }
}
.dispatchEasySearch .keyword input {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px 15px;
  outline: none;
  width: 77%;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .keyword input {
    width: 100%;
    box-sizing: border-box;
  }
}
.dispatchEasySearch .btnArea__link {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.dispatchEasySearch .btnArea__link a {
  color: #fe8f00;
  text-decoration: underline;
  background: url("/images/dispatch/ico_edit.png") no-repeat left;
  background-size: 15px;
  padding: 5px 0 5px 20px;
}
.dispatchEasySearch .btnArea__link a:hover {
  text-decoration: none;
  color: #ffb555;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .btnArea__link a {
    display: block;
    border: solid 1px;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 5px;
    background: url(/images/dispatch/ico_edit.png) no-repeat 10%;
    background-size: 20px;
  }
}
.dispatchEasySearch .clear {
  text-align: right;
  margin-bottom: 10px;
  font-weight: 600;
}
.dispatchEasySearch .clear.left {
  text-align: left;
}
.dispatchEasySearch .clear__link {
  color: #f01d1d;
  text-decoration: underline;
  background: url("/images/common/ico_clear.png") no-repeat left;
  padding: 5px 0 5px 20px;
  font-size: 14px;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .clear__link {
    font-size: 11px;
  }
}
.dispatchEasySearch .clear__link:hover {
  text-decoration: none;
}
.dispatchEasySearch .form__submit {
  text-align: center;
}
.dispatchEasySearch .form__submit input {
  background: url("/images/common/ico_search.png") no-repeat 20% center;
  background-size: 5%;
  background-color: #fe8f00;
  border: none;
  border-bottom: solid 4px #ec6827;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 400px;
  cursor: pointer;
  outline: none;
}
.dispatchEasySearch .form__submit input:hover {
  background-color: #fea51a;
  border-bottom-color: #f68e4f;
}
.dispatchEasySearch .form__submit input:active {
  margin-top: 4px;
  border-bottom: none;
}
@media screen and (max-width:640px) {
  .dispatchEasySearch .form__submit input {
    width: 100%;
    background: url("/images/common/ico_search.png") no-repeat 10% center;
    background-size: 5%;
    background-color: #fe8f00;
    font-size: 16px;
    border-bottom: solid 4px #ec6827;
    border-radius: 5px;
  }
}

.dispatchResult .pc .detail-search-wrapper {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
.dispatchResult .pc .search-logo-wrapper {
  margin: 13px 0px;
}
.dispatchResult .pc .search-logo {
  min-width: 100%;
}
.dispatchResult .pc .title {
  color: rgb(35, 143, 59);
  font-size: 20px;
  padding: 13px;
  border-bottom: solid 3px rgb(35, 143, 59);
  margin-bottom: 15px;
  font-weight: 600;
}
.dispatchResult .pc .search-title {
  background: rgb(230, 230, 230);
  font-size: 20px;
  padding: 10px 20px;
  border-left: solid 5px rgb(35, 143, 59);
  margin-bottom: 20px;
  font-weight: 600;
}
.dispatchResult .pc .prefecture0 {
  padding: 10px;
  background: rgb(240, 75, 92);
}
.dispatchResult .pc .prefecture0__title {
  color: #fff;
  font-weight: bold;
}
.dispatchResult .pc .prefecture0 input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .prefecture0 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(240, 75, 92);
  border-right: solid 3px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture0 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .pc .prefecture0 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture0 span {
    font-size: 14px;
  }
}
.dispatchResult .pc .prefecture0 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture0 span:before {
    top: 1px;
  }
}
.dispatchResult .pc .prefecture1 {
  padding: 10px;
  background: rgb(157, 202, 29);
}
.dispatchResult .pc .prefecture1__title {
  color: #fff;
  font-weight: bold;
}
.dispatchResult .pc .prefecture1 input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .prefecture1 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(157, 202, 29);
  border-right: solid 3px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture1 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .pc .prefecture1 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture1 span {
    font-size: 14px;
  }
}
.dispatchResult .pc .prefecture1 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture1 span:before {
    top: 1px;
  }
}
.dispatchResult .pc .prefecture2 {
  padding: 10px;
  background: rgb(79, 162, 210);
}
.dispatchResult .pc .prefecture2__title {
  color: #fff;
  font-weight: bold;
}
.dispatchResult .pc .prefecture2 input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .prefecture2 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(79, 162, 210);
  border-right: solid 3px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture2 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .pc .prefecture2 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture2 span {
    font-size: 14px;
  }
}
.dispatchResult .pc .prefecture2 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture2 span:before {
    top: 1px;
  }
}
.dispatchResult .pc .prefecture3 {
  padding: 10px;
  background: #e46c2b;
}
.dispatchResult .pc .prefecture3__title {
  color: #fff;
  font-weight: bold;
}
.dispatchResult .pc .prefecture3 input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .prefecture3 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #e46c2b;
  border-right: solid 3px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture3 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .pc .prefecture3 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture3 span {
    font-size: 14px;
  }
}
.dispatchResult .pc .prefecture3 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .prefecture3 span:before {
    top: 1px;
  }
}
.dispatchResult .pc .region-lists0 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchResult .pc .region-lists0 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchResult .pc .region-lists0 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchResult .pc .region-lists0 .region__detail {
  padding: 10px;
}
.dispatchResult .pc .region-lists0 .region__name {
  background: rgb(251, 234, 236);
}
.dispatchResult .pc .region-lists0 .region__name input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists0 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(240, 75, 92);
  border-right: solid 2px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists0 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .pc .region-lists0 .region__name input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchResult .pc .region-lists0 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists0 .region__name span {
    font-size: 14px;
  }
}
.dispatchResult .pc .region-lists0 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists0 .region__name span:before {
    top: -3px;
  }
}
.dispatchResult .pc .region-lists0 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists0 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(240, 75, 92);
}
.dispatchResult .pc .region-lists0 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .region-lists0 .region__detail input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchResult .pc .region-lists0 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .region-lists0 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists0 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .region-lists1 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchResult .pc .region-lists1 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchResult .pc .region-lists1 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchResult .pc .region-lists1 .region__detail {
  padding: 10px;
}
.dispatchResult .pc .region-lists1 .region__name {
  background: rgb(240, 249, 216);
}
.dispatchResult .pc .region-lists1 .region__name input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists1 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(157, 202, 29);
  border-right: solid 2px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists1 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .pc .region-lists1 .region__name input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchResult .pc .region-lists1 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists1 .region__name span {
    font-size: 14px;
  }
}
.dispatchResult .pc .region-lists1 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists1 .region__name span:before {
    top: -3px;
  }
}
.dispatchResult .pc .region-lists1 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists1 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(157, 202, 29);
}
.dispatchResult .pc .region-lists1 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .region-lists1 .region__detail input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchResult .pc .region-lists1 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .region-lists1 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists1 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .region-lists2 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchResult .pc .region-lists2 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchResult .pc .region-lists2 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchResult .pc .region-lists2 .region__detail {
  padding: 10px;
}
.dispatchResult .pc .region-lists2 .region__name {
  background: rgb(232, 245, 252);
}
.dispatchResult .pc .region-lists2 .region__name input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists2 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(79, 162, 210);
  border-right: solid 2px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists2 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .pc .region-lists2 .region__name input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchResult .pc .region-lists2 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists2 .region__name span {
    font-size: 14px;
  }
}
.dispatchResult .pc .region-lists2 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists2 .region__name span:before {
    top: -3px;
  }
}
.dispatchResult .pc .region-lists2 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists2 .region__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(79, 162, 210);
}
.dispatchResult .pc .region-lists2 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .region-lists2 .region__detail input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchResult .pc .region-lists2 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .region-lists2 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists2 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .region-lists3 {
  display: flex; /* Safari */
  justify-content: space-between;
}
.dispatchResult .pc .region-lists3 .region {
  width: 31%;
  padding: 10px;
  border: solid 1px #e6e6e6;
  margin: 10px 0px;
}
.dispatchResult .pc .region-lists3 .region__name {
  padding: 10px;
  margin-bottom: 5px;
}
.dispatchResult .pc .region-lists3 .region__detail {
  padding: 10px;
}
.dispatchResult .pc .region-lists3 .region__name {
  background: #fbefe8;
}
.dispatchResult .pc .region-lists3 .region__name input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists3 .region__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #e46c2b;
  border-right: solid 2px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists3 .region__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .pc .region-lists3 .region__name input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchResult .pc .region-lists3 .region__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists3 .region__name span {
    font-size: 14px;
  }
}
.dispatchResult .pc .region-lists3 .region__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists3 .region__name span:before {
    top: -3px;
  }
}
.dispatchResult .pc .region-lists3 .region__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .region-lists3 .region__detail input[type=checkbox]:checked + span::before {
  background-color: #e46c2b;
}
.dispatchResult .pc .region-lists3 .region__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .region-lists3 .region__detail input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchResult .pc .region-lists3 .region__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .region-lists3 .region__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .region-lists3 .region__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .job-category {
  background-color: rgb(35, 143, 59);
  padding: 7px;
}
.dispatchResult .pc .job-category input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .job-category input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(35, 143, 59);
  border-right: solid 3px rgb(35, 143, 59);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .job-category input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .pc .job-category span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .job-category span {
    font-size: 14px;
  }
}
.dispatchResult .pc .job-category span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .job-category span:before {
    top: 1px;
  }
}
.dispatchResult .pc .job-category__title {
  color: #fff;
  font-weight: bold;
}
.dispatchResult .pc .job {
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.dispatchResult .pc .job input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .job input[type=checkbox]:checked + span::before {
  background-color: rgb(35, 143, 59);
}
.dispatchResult .pc .job input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .job input[type=checkbox]:checked + span {
  color: rgb(35, 143, 59);
}
.dispatchResult .pc .job span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .job span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .job span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .job label {
  display: block;
  width: 33.3333%;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-right: 10px;
}
.dispatchResult .pc .hourly-pay {
  display: inline-block;
  margin-bottom: 30px;
  width: 420px;
}
.dispatchResult .pc .hourly-pay input {
  width: 30%;
  padding: 7px 5px;
  margin-right: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  outline: none;
}
.dispatchResult .pc .hourly-pay img {
  vertical-align: baseline;
  margin: 0 10px;
}
.dispatchResult .pc .start {
  display: inline-block;
  margin-left: 24px;
  margin-bottom: 30px;
  width: 420px;
  vertical-align: top;
}
.dispatchResult .pc .start input {
  margin-right: 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
  padding: 7px 5px;
  outline: none;
}
.dispatchResult .pc .start__year {
  width: 40%;
}
.dispatchResult .pc .start__month {
  width: 15%;
}
.dispatchResult .pc .start__day {
  width: 15%;
}
.dispatchResult .pc .keyword {
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}
.dispatchResult .pc .keyword:-moz-placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .keyword:placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .keyword::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .keyword:-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .keyword::-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .keyword:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchResult .pc .btn-block_search {
  text-align: center;
  margin: 40px auto;
}
.dispatchResult .pc .search {
  background: url(/images/common/ico_search.png) no-repeat 20% center;
  background-size: 5%;
  background-color: #fe8f00;
  border: none;
  box-shadow: 0 4px 0 #ec6827;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 400px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .search {
    padding: 15px;
    width: 100%;
  }
}
.dispatchResult .pc .search:hover {
  opacity: 0.8;
}
.dispatchResult .pc .search:active {
  box-shadow: none;
  transform: translateY(4px);
  border-bottom: none;
}
.dispatchResult .pc .others input[type=checkbox] {
  display: none;
}
.dispatchResult .pc .others input[type=checkbox]:checked + span::before {
  background-color: rgb(35, 143, 59);
}
.dispatchResult .pc .others input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .pc .others input[type=checkbox]:checked + span {
  color: rgb(35, 143, 59);
}
.dispatchResult .pc .others span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .pc .others span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .pc .others span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .pc .other-conditions {
  margin-bottom: 30px;
  letter-spacing: -0.4em;
}
.dispatchResult .pc .other-conditions label {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  margin-bottom: 20px;
}
.dispatchResult .pc .other-conditions h1 {
  letter-spacing: normal;
}
.dispatchResult .sp .detail-search-wrapper {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 30px;
}
.dispatchResult .sp .search-logo-wrapper {
  margin: 13px 0px;
}
.dispatchResult .sp .search-logo {
  min-width: 100%;
}
.dispatchResult .sp .title {
  color: #39b54a;
  font-size: 18px;
  padding: 13px;
  border-bottom: solid 3px #39b54a;
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: 600;
}
.dispatchResult .sp .search-title {
  background: #d9ecbf;
  border-left: solid 5px #39b54a;
  color: #000;
  box-shadow: none;
  margin: 0;
  padding: 10px;
  font-weight: 600;
}
.dispatchResult .sp .prefecture0 {
  background: rgb(240, 75, 92);
}
.dispatchResult .sp .prefecture0__title {
  color: #fff;
  font-weight: 600;
}
.dispatchResult .sp .prefecture0 label {
  display: block;
  padding: 17px;
}
.dispatchResult .sp .prefecture0 input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .prefecture0 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(240, 75, 92);
  border-right: solid 3px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture0 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .sp .prefecture0 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture0 span {
    font-size: 14px;
  }
}
.dispatchResult .sp .prefecture0 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture0 span:before {
    top: 1px;
  }
}
.dispatchResult .sp .prefecture0 {
  position: relative;
}
.dispatchResult .sp .prefecture0 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture0 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .prefecture0 {
  position: relative;
}
.dispatchResult .sp .prefecture0 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture0 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchResult .sp .prefecture1 {
  background: rgb(157, 202, 29);
}
.dispatchResult .sp .prefecture1__title {
  color: #fff;
  font-weight: 600;
}
.dispatchResult .sp .prefecture1 label {
  display: block;
  padding: 17px;
}
.dispatchResult .sp .prefecture1 input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .prefecture1 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(157, 202, 29);
  border-right: solid 3px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture1 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .sp .prefecture1 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture1 span {
    font-size: 14px;
  }
}
.dispatchResult .sp .prefecture1 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture1 span:before {
    top: 1px;
  }
}
.dispatchResult .sp .prefecture1 {
  position: relative;
}
.dispatchResult .sp .prefecture1 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture1 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .prefecture1 {
  position: relative;
}
.dispatchResult .sp .prefecture1 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture1 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchResult .sp .prefecture2 {
  background: rgb(79, 162, 210);
}
.dispatchResult .sp .prefecture2__title {
  color: #fff;
  font-weight: 600;
}
.dispatchResult .sp .prefecture2 label {
  display: block;
  padding: 17px;
}
.dispatchResult .sp .prefecture2 input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .prefecture2 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px rgb(79, 162, 210);
  border-right: solid 3px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture2 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .sp .prefecture2 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture2 span {
    font-size: 14px;
  }
}
.dispatchResult .sp .prefecture2 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture2 span:before {
    top: 1px;
  }
}
.dispatchResult .sp .prefecture2 {
  position: relative;
}
.dispatchResult .sp .prefecture2 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture2 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .prefecture2 {
  position: relative;
}
.dispatchResult .sp .prefecture2 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture2 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchResult .sp .prefecture3 {
  background: #e46c2b;
}
.dispatchResult .sp .prefecture3__title {
  color: #fff;
  font-weight: 600;
}
.dispatchResult .sp .prefecture3 label {
  display: block;
  padding: 17px;
}
.dispatchResult .sp .prefecture3 input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .prefecture3 input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #e46c2b;
  border-right: solid 3px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture3 input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .sp .prefecture3 span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture3 span {
    font-size: 14px;
  }
}
.dispatchResult .sp .prefecture3 span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .prefecture3 span:before {
    top: 1px;
  }
}
.dispatchResult .sp .prefecture3 {
  position: relative;
}
.dispatchResult .sp .prefecture3 .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture3 .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .prefecture3 {
  position: relative;
}
.dispatchResult .sp .prefecture3 .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .prefecture3 .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchResult .sp .region0 {
  width: 100%;
}
.dispatchResult .sp .region0__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchResult .sp .region0__detail {
  display: none;
}
.dispatchResult .sp .region0__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchResult .sp .region0__name {
  background: rgb(251, 234, 236);
}
.dispatchResult .sp .region0__name input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region0__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(240, 75, 92);
  border-right: solid 2px rgb(240, 75, 92);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region0__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .sp .region0__name input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchResult .sp .region0__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region0__name span {
    font-size: 14px;
  }
}
.dispatchResult .sp .region0__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region0__name span:before {
    top: -3px;
  }
}
.dispatchResult .sp .region0__name {
  position: relative;
}
.dispatchResult .sp .region0__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region0__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(240, 75, 92);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .region0__name {
  position: relative;
}
.dispatchResult .sp .region0__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region0__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(240, 75, 92);
}
.dispatchResult .sp .region0__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region0__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(240, 75, 92);
}
.dispatchResult .sp .region0__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .region0__detail input[type=checkbox]:checked + span {
  color: rgb(240, 75, 92);
}
.dispatchResult .sp .region0__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .region0__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region0__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .region1 {
  width: 100%;
}
.dispatchResult .sp .region1__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchResult .sp .region1__detail {
  display: none;
}
.dispatchResult .sp .region1__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchResult .sp .region1__name {
  background: rgb(240, 249, 216);
}
.dispatchResult .sp .region1__name input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region1__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(157, 202, 29);
  border-right: solid 2px rgb(157, 202, 29);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region1__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .sp .region1__name input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchResult .sp .region1__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region1__name span {
    font-size: 14px;
  }
}
.dispatchResult .sp .region1__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region1__name span:before {
    top: -3px;
  }
}
.dispatchResult .sp .region1__name {
  position: relative;
}
.dispatchResult .sp .region1__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region1__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(157, 202, 29);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .region1__name {
  position: relative;
}
.dispatchResult .sp .region1__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region1__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(157, 202, 29);
}
.dispatchResult .sp .region1__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region1__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(157, 202, 29);
}
.dispatchResult .sp .region1__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .region1__detail input[type=checkbox]:checked + span {
  color: rgb(157, 202, 29);
}
.dispatchResult .sp .region1__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .region1__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region1__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .region2 {
  width: 100%;
}
.dispatchResult .sp .region2__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchResult .sp .region2__detail {
  display: none;
}
.dispatchResult .sp .region2__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchResult .sp .region2__name {
  background: rgb(232, 245, 252);
}
.dispatchResult .sp .region2__name input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region2__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px rgb(79, 162, 210);
  border-right: solid 2px rgb(79, 162, 210);
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region2__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .sp .region2__name input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchResult .sp .region2__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region2__name span {
    font-size: 14px;
  }
}
.dispatchResult .sp .region2__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region2__name span:before {
    top: -3px;
  }
}
.dispatchResult .sp .region2__name {
  position: relative;
}
.dispatchResult .sp .region2__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region2__name .plus:before {
  position: absolute;
  content: "+";
  color: rgb(79, 162, 210);
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .region2__name {
  position: relative;
}
.dispatchResult .sp .region2__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region2__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid rgb(79, 162, 210);
}
.dispatchResult .sp .region2__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region2__detail input[type=checkbox]:checked + span::before {
  background-color: rgb(79, 162, 210);
}
.dispatchResult .sp .region2__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .region2__detail input[type=checkbox]:checked + span {
  color: rgb(79, 162, 210);
}
.dispatchResult .sp .region2__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .region2__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region2__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .region3 {
  width: 100%;
}
.dispatchResult .sp .region3__name {
  display: none;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-collapse: collapse;
}
.dispatchResult .sp .region3__detail {
  display: none;
}
.dispatchResult .sp .region3__detail label {
  background: #f8f8f8;
  border: solid 1px #d1d1d1;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.dispatchResult .sp .region3__name {
  background: #fbefe8;
}
.dispatchResult .sp .region3__name input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region3__name input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #e46c2b;
  border-right: solid 2px #e46c2b;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region3__name input[type=checkbox]:checked + span::after {
    top: 0;
  }
}
.dispatchResult .sp .region3__name input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchResult .sp .region3__name span {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region3__name span {
    font-size: 14px;
  }
}
.dispatchResult .sp .region3__name span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region3__name span:before {
    top: -3px;
  }
}
.dispatchResult .sp .region3__name {
  position: relative;
}
.dispatchResult .sp .region3__name .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region3__name .plus:before {
  position: absolute;
  content: "+";
  color: #e46c2b;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .region3__name {
  position: relative;
}
.dispatchResult .sp .region3__name .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .region3__name .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #e46c2b;
}
.dispatchResult .sp .region3__detail input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .region3__detail input[type=checkbox]:checked + span::before {
  background-color: #e46c2b;
}
.dispatchResult .sp .region3__detail input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .region3__detail input[type=checkbox]:checked + span {
  color: #e46c2b;
}
.dispatchResult .sp .region3__detail span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .region3__detail span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .region3__detail span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .job-category {
  background-color: #39b54a;
  border-bottom: 1px solid #fff;
}
.dispatchResult .sp .job-category label {
  display: block;
  padding: 17px;
}
.dispatchResult .sp .job-category__title {
  color: #fff;
}
.dispatchResult .sp .job-category input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .job-category input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  content: "";
  border-bottom: solid 3px #39b54a;
  border-right: solid 3px #39b54a;
  transform: rotate(45deg);
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .job-category input[type=checkbox]:checked + span::after {
    top: 2px;
  }
}
.dispatchResult .sp .job-category span {
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .job-category span {
    font-size: 14px;
  }
}
.dispatchResult .sp .job-category span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .job-category span:before {
    top: 1px;
  }
}
.dispatchResult .sp .job-category {
  position: relative;
}
.dispatchResult .sp .job-category .plus {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .job-category .plus:before {
  position: absolute;
  content: "+";
  color: #fff;
  top: -5px;
  left: 0;
  font-size: 32px;
}
.dispatchResult .sp .job-category {
  position: relative;
}
.dispatchResult .sp .job-category .minus {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  top: 24px;
  transform: translate(0, -50%);
  background: none;
  border: none;
  outline: none;
}
.dispatchResult .sp .job-category .minus:before {
  display: inline-block;
  position: absolute;
  content: "";
  color: #fff;
  width: 15px;
  top: 16px;
  left: 2px;
  font-size: 20px;
  border-bottom: 3px solid #fff;
}
.dispatchResult .sp .job {
  display: none;
}
.dispatchResult .sp .job input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .job input[type=checkbox]:checked + span::before {
  background-color: #39b54a;
}
.dispatchResult .sp .job input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .job input[type=checkbox]:checked + span {
  color: #39b54a;
}
.dispatchResult .sp .job span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .job span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .job span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .job label {
  background: #f9f9f9;
  display: block;
  width: 100%;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}
.dispatchResult .sp .hourly-pay {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.dispatchResult .sp .hourly-pay input {
  width: 28%;
  padding: 5px;
  margin-right: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  outline: none;
}
.dispatchResult .sp .hourly-pay img {
  vertical-align: baseline;
  margin: 0 10px;
}
.dispatchResult .sp .started-at {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.dispatchResult .sp .started-at input {
  margin-right: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  padding: 5px;
  outline: none;
}
.dispatchResult .sp .started-at__year {
  width: 40%;
}
.dispatchResult .sp .started-at__month {
  width: 15%;
}
.dispatchResult .sp .started-at__day {
  width: 15%;
}
.dispatchResult .sp .keyword {
  border: solid 1px #cccccc;
  border-radius: 3px;
  padding: 15px 15px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  font-size: 12px;
}
.dispatchResult .sp .keyword:-moz-placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .keyword:placeholder-shown {
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .keyword::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .keyword:-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .keyword::-moz-placeholder {
  opacity: 1;
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .keyword:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.dispatchResult .sp .search {
  background: url("/images/common/ico_search.png") no-repeat 20% center;
  background-size: 5%;
  background-color: #fe8f00;
  border: none;
  border-bottom: solid 4px #ec6827;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  width: 400px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}
.dispatchResult .sp .search:hover {
  background-color: #fea51a;
  border-bottom-color: #f68e4f;
}
.dispatchResult .sp .search:active {
  border-bottom: none;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .search {
    margin: 40px auto;
    width: 100%;
    background: url("/images/common/ico_search.png") no-repeat 10% center;
    background-size: 5%;
    background-color: #fe8f00;
    font-size: 16px;
    border-bottom: solid 4px #ec6827;
    border-radius: 5px;
  }
}
.dispatchResult .sp .others input[type=checkbox] {
  display: none;
}
.dispatchResult .sp .others input[type=checkbox]:checked + span::before {
  background-color: #39b54a;
}
.dispatchResult .sp .others input[type=checkbox]:checked + span::after {
  position: absolute;
  left: 7px;
  top: 1px;
  width: 4px;
  height: 8px;
  content: "";
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.dispatchResult .sp .others input[type=checkbox]:checked + span {
  color: #39b54a;
}
.dispatchResult .sp .others span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.dispatchResult .sp .others span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 241);
  border-radius: 4px;
}
@media screen and (max-width:640px) {
  .dispatchResult .sp .others span:before {
    background-color: #dddddd;
  }
}
.dispatchResult .sp .other-conditions {
  margin-bottom: 20px;
  letter-spacing: -0.4em;
}
.dispatchResult .sp .other-conditions label {
  background: #f7f7f7;
  display: block;
  border: solid 1px #d1d1d1;
  letter-spacing: normal;
  width: 100%;
  padding: 15px;
}
.dispatchResult .sp .other-conditions label:first-of-type {
  border-radius: 5px 5px 0 0;
}
.dispatchResult .sp .other-conditions label:last-of-type {
  border-radius: 0 0 5px 5px;
}
.dispatchResult .sp .other-conditions h1 {
  letter-spacing: normal;
}
.dispatchResult .clear-wrapper {
  text-align: left !important;
  padding-top: 10px;
}
.dispatchResult .clear-link {
  display: none;
}
.dispatchResult .detail-search-wrapper {
  display: none;
  margin-bottom: 80px;
}
@media screen and (max-width:640px) {
  .dispatchResult .detail-search-wrapper {
    padding: 0 !important;
    margin-bottom: 30px !important;
  }
}
.dispatchResult .page-title {
  margin: 10px 0px;
  background: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 20px;
  border-left: solid 5px #238f3b;
  color: #186a33;
  font-weight: 600;
}
@media screen and (max-width:640px) {
  .dispatchResult .page-title {
    background: #d9ecbf;
    border-left: solid 5px #39b54a;
    color: #000;
    box-shadow: none;
    margin: 0;
    padding: 10px;
  }
}
.dispatchResult .pagination {
  margin: 20px auto;
  display: block;
  text-align: center;
  font-weight: 600;
}
.dispatchResult .pagination a {
  font-size: 14px;
}
.dispatchResult .pagination__back {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.dispatchResult .pagination__back .disabled span::before {
  display: inline-block;
  content: "";
  left: 3px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(45deg);
  margin-right: 3px;
  vertical-align: 2px;
}
.dispatchResult .pagination__back span::before {
  display: inline-block;
  content: "";
  left: 3px;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fe8f00;
  border-left: 2px solid #fe8f00;
  transform: rotate(45deg);
  margin-right: 3px;
  vertical-align: 2px;
}
.dispatchResult .pagination__next {
  display: inline-block;
  width: 60px;
  text-align: center;
}
.dispatchResult .pagination__next .disabled span::after {
  display: inline-block;
  content: "";
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  margin-right: 3px;
  vertical-align: 2px;
}
.dispatchResult .pagination__next span::after {
  display: inline-block;
  content: "";
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fe8f00;
  border-right: 2px solid #fe8f00;
  transform: rotate(45deg);
  margin-left: 3px;
  vertical-align: 2px;
}
.dispatchResult .pagination__link {
  display: block;
  color: #fe8f00;
  padding: 8px;
  border: solid 1px #fe8f00;
  border-radius: 5px;
}
.dispatchResult .pagination__link span {
  font-size: inherit;
}
.dispatchResult .pagination__link.disabled {
  pointer-events: none;
}
.dispatchResult .pagination__link:hover {
  color: #fff;
  background: #fe8f00;
}
.dispatchResult .pagination__link:hover span::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.dispatchResult .pagination__link:hover span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.dispatchResult .pagination__link.active {
  color: #999999;
  background: #e6e6e6;
  border: solid 1px #e6e6e6;
  pointer-events: none;
}
.dispatchResult .pagination__link.disabled {
  color: #999999;
  border: solid 1px #999999;
  pointer-events: none;
}
.dispatchResult .pagination__pageNo {
  display: inline-block;
  width: 35px;
}
.dispatchResult .pagination__delimiter {
  display: inline-block;
  width: 35px;
  color: #fe8f00;
  vertical-align: top;
}
.dispatchResult .conditions-change {
  margin: 10px 0px;
  padding: 10px 0px;
  border-left: solid 5px #238f3b;
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width:640px) {
  .dispatchResult .conditions-change {
    background-color: #39b54a;
    color: #fff;
    border: none;
    margin: 0;
  }
}
.dispatchResult .conditions-change h1 {
  padding-left: 20px;
}
@media screen and (max-width:640px) {
  .dispatchResult .conditions-change h1 {
    margin-left: 20px;
    padding-left: 25px;
    position: relative;
  }
  .dispatchResult .conditions-change h1:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/images/dispatch/four-square.png);
    background-size: contain;
  }
}
.dispatchResult .conditions-change .open {
  padding: 13px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 6px;
  right: 10px;
}
.dispatchResult .conditions-change .open:before {
  content: "+";
  position: absolute;
  top: 43%;
  left: 50%;
  font-size: 20px;
  color: #238f3b;
  transform: translate(-50%, -50%);
}
.dispatchResult .conditions-change .close {
  display: none;
  padding: 13px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 6px;
  right: 10px;
}
.dispatchResult .conditions-change .close:before {
  content: "-";
  position: absolute;
  top: 43%;
  left: 50%;
  font-size: 20px;
  color: #238f3b;
  transform: translate(-50%, -50%);
}
.dispatchResult .job-quantity {
  color: #f01d1d;
  font-size: 16px;
}
.dispatchResult .job-quantity strong {
  font-size: 24px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-quantity {
    padding: 15px;
    background-color: #fff;
  }
}
.dispatchResult .jobs-wrapper {
  background: #fff;
  margin-bottom: 80px;
  padding: 20px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:640px) {
  .dispatchResult .jobs-wrapper {
    box-shadow: none;
  }
}
.dispatchResult .job-result {
  border: 1px solid #cccccc;
  border-top: solid 5px #238f3b;
  margin-bottom: 30px;
}
.dispatchResult .job-result.pickUp {
  border-top: solid 5px #f0942c;
}
.dispatchResult .job-result__head {
  display: flex;
  padding: 30px 30px 20px 30px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-result__head {
    display: block;
    padding: 15px;
  }
}
.dispatchResult .job-result__head h1 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0px;
  line-height: 1.4;
}
.dispatchResult .job-result__image {
  width: 40%;
  margin-right: 25px;
}
.dispatchResult .job-result__bottom {
  background: #fffaea;
  padding: 15px 0;
  border: 1px solid #fff;
}
.dispatchResult .job-result__bottom .detail-button {
  margin: 0 auto;
  display: block;
  border: none;
  box-shadow: 0 4px 0 #ec6827;
  border-radius: 5px;
  padding: 13px 0;
  max-width: 380px;
  min-width: 380px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #fe8f00;
  text-decoration: none;
  position: relative;
}
.dispatchResult .job-result__bottom .detail-button:before {
  position: absolute;
  content: url(/images/dispatch/arrow.png);
  color: #fff;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.dispatchResult .job-result__bottom .detail-button:hover {
  background-color: #fea51a;
  box-shadow: 0 4px 0 #f68e4f;
}
.dispatchResult .job-result__bottom .detail-button:active {
  box-shadow: none;
  transform: translateY(4px);
}
@media screen and (max-width:640px) {
  .dispatchResult .job-result__bottom .detail-button {
    max-width: 90%;
    min-width: 90%;
    text-align: center;
  }
}
.dispatchResult .job-result__summary {
  width: 60%;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-result__summary {
    width: 100%;
  }
}
.dispatchResult .job-summary__status {
  display: flex;
  height: 20px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary__status {
    margin-bottom: 10px;
  }
}
.dispatchResult .job-summary__status img:first-child {
  margin: 0;
}
.dispatchResult .job-summary__status img {
  height: 25px;
  margin-left: 5px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary__status img {
    height: 20px;
  }
}
.dispatchResult .job-summary__status .job-summary__number {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin-left: auto;
  padding-top: 4px;
}
.dispatchResult .job-summary .job-summary__conditions {
  word-break: break-all;
  width: 100%;
  border: solid 1px #cccccc;
}
.dispatchResult .job-summary .job-summary__conditions__location {
  border-right: solid 1px #cccccc;
}
.dispatchResult .job-summary .job-summary__conditions__hourly-wage {
  border-right: solid 1px #cccccc;
}
.dispatchResult .job-summary .job-summary__conditions th {
  padding: 1px;
  min-width: 33.333%;
  max-width: 33.333%;
  text-align: center;
  border-right: solid 1px #cccccc;
}
.dispatchResult .job-summary .job-summary__conditions th span {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #238f3b;
  padding: 10px;
  background: #e8f6eb;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary .job-summary__conditions th span {
    font-size: 12px;
  }
}
.dispatchResult .job-summary .job-summary__conditions td {
  padding: 20px 20px;
  width: 33.333%;
  border-right: solid 1px #cccccc;
  vertical-align: middle;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary .job-summary__conditions td {
    padding: 5px;
    font-size: 10px;
  }
}
.dispatchResult .job-summary .job-summary__conditions .pref {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary .job-summary__conditions .pref {
    font-size: 12px;
  }
}
.dispatchResult .job-summary .job-summary__conditions .city {
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .dispatchResult .job-summary .job-summary__conditions .city {
    font-size: 14px;
  }
}
.dispatchResult .job-summary-sp {
  word-break: break-all;
}
.dispatchResult .job-summary-sp__head {
  display: flex;
  margin-bottom: 10px;
}
.dispatchResult .job-summary-sp__head .image {
  box-sizing: border-box;
  clear: both;
  height: auto;
  width: 40%;
}
.dispatchResult .job-summary-sp__head .title {
  width: 58%;
  margin-left: 2%;
  line-height: 1.4;
  font-weight: bold;
}
.dispatchResult .job-summary-sp__number {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
  text-align: right;
}

.dispatchShow .job-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: solid 5px #238f3b;
  padding: 25px;
  margin-bottom: 30px;
}
.dispatchShow .job-wrapper.pickUp {
  border-top: solid 5px #f0942c;
  margin-bottom: 30px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-wrapper.pickUp {
    border-top: none;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:640px) {
  .dispatchShow .job-wrapper {
    border-top: solid 0px;
    box-shadow: none;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.dispatchShow .more-wrapper {
  margin-bottom: 80px;
}
.dispatchShow .more-wrapper .more-button {
  margin: 0 auto;
  display: block;
  border: none;
  box-shadow: 0 4px 0 #0e7f15;
  border-radius: 5px;
  padding: 13px 0;
  max-width: 380px;
  min-width: 380px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  outline: none;
  background-color: #3ab54a;
  text-decoration: none;
  position: relative;
}
.dispatchShow .more-wrapper .more-button:before {
  position: absolute;
  content: url(/images/dispatch/arrow.png);
  color: #fff;
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
}
.dispatchShow .more-wrapper .more-button:hover {
  background-color: #47ca59;
  box-shadow: 0 4px 0 #1d9623;
}
.dispatchShow .more-wrapper .more-button:active {
  box-shadow: none;
  transform: translateY(4px);
}
@media screen and (max-width:640px) {
  .dispatchShow .more-wrapper .more-button {
    max-width: 90%;
    min-width: 90%;
    text-align: center;
  }
}
.dispatchShow #more {
  overflow: hidden;
}
@media screen and (max-width:640px) {
  .dispatchShow #more {
    display: none;
  }
}
.dispatchShow #more div {
  float: left;
}
.dispatchShow #more li {
  float: left;
}
.dispatchShow .page-title {
  margin: 10px 0px;
  background: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 20px;
  border-left: solid 5px #238f3b;
  color: #186a33;
  font-weight: 600;
}
@media screen and (max-width:640px) {
  .dispatchShow .page-title {
    background: #d9ecbf;
    border-left: solid 5px #39b54a;
    color: #000;
    box-shadow: none;
    margin: 0;
    padding: 10px;
  }
}
.dispatchShow .job-status {
  display: flex;
}
.dispatchShow .job-status img:first-child {
  margin: 0;
}
.dispatchShow .job-status .tags {
  height: 30px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-status .tags {
    flex: 1;
    align-content: space-between;
    height: auto;
  }
}
.dispatchShow .job-status .tags img {
  margin-left: 5px;
  height: 25px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-status .tags img {
    height: 20px;
    margin-left: 0;
    padding-bottom: 5px;
    box-sizing: content-box;
  }
}
.dispatchShow .job-status .job-number {
  font-size: 12px;
  color: #999;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 15px;
}
.dispatchShow .job-status .recruiter {
  text-align: center;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-status .recruiter {
    width: 90px;
    text-align: right;
    margin-left: auto;
  }
}
.dispatchShow .job-status .recruiter-img {
  width: 50px;
  height: 50px;
  display: block;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-status .recruiter-img {
    display: inline-block;
  }
}
.dispatchShow .job-status .recruiter-name {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-status .recruiter-name {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.dispatchShow .job-title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0px;
  line-height: 1.4;
}
.dispatchShow .job-head {
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-head {
    display: block;
  }
}
.dispatchShow .job-head__image {
  width: 40%;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-head__image {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dispatchShow .job-head__summary {
  margin-left: 2%;
  width: 58%;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-head__summary {
    width: 100%;
    margin-left: 0;
  }
}
.dispatchShow .job-head__labels img {
  margin-bottom: 5px;
  max-height: 30px;
}
.dispatchShow .job-head__recommended {
  background: #fffaea;
  padding: 20px;
  margin-top: 20px;
  color: #ee6034;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-head__recommended {
    font-size: 13px;
  }
}
.dispatchShow .job-head__recommended h1 {
  color: #ee6034;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
.dispatchShow .job-head__recommended h1:before {
  content: url(/images/dispatch/star.png);
  position: absolute;
  top: -3px;
  left: 0;
  background: #fff;
  padding: 3px;
  border-radius: 100%;
}
.dispatchShow .job-head__recommended li {
  color: #ee6034;
  font-size: 14px;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}
.dispatchShow .job-head__recommended li:last-child {
  margin-bottom: 0;
}
.dispatchShow .job-description__title {
  background: #e6e6e6;
  border-left: solid 5px #238f3b;
  margin-bottom: 20px;
}
.dispatchShow .job-description__title h1 {
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 600;
}
.dispatchShow .job-description__summary {
  margin-bottom: 20px;
  line-height: 20px;
  word-wrap: break-word;
}
.dispatchShow .job-description__recruiter {
  display: flex;
  padding: 20px;
  margin-top: 30px;
  border: 2px solid #186a33;
  margin-bottom: 50px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.dispatchShow .job-description__recruiter div.pc {
  padding-right: 20px;
}
.dispatchShow .job-description__recruiter .heading {
  background-color: #e8f6eb;
  color: #186a33;
  padding: 10px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter .heading {
    width: 60%;
    line-height: 1.3;
    padding: 5px 8px;
  }
}
.dispatchShow .job-description__recruiter .name {
  font-size: 18px;
  color: #186a33;
  margin: 15px 5px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter .name {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.2;
  }
}
.dispatchShow .job-description__recruiter .name span {
  font-size: 16px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter .name span {
    font-size: 13px;
  }
}
.dispatchShow .job-description__recruiter .description {
  padding: 0 5px;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter .description {
    padding: 0;
  }
}
.dispatchShow .job-description__recruiter .recruiter-img {
  flex-basis: 35%;
  width: 200px;
  height: 200px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-description__recruiter .recruiter-img {
    float: right;
    width: 35%;
    height: auto;
    margin: 0 0 5px 10px;
  }
}
.dispatchShow .job-description ul {
  margin-bottom: 20px;
}
.dispatchShow .job-description ul li {
  list-style: disc;
  margin-left: 20px;
}
.dispatchShow table.job-result {
  width: 100%;
  border-spacing: 1px;
  background: #ccc;
  border-collapse: separate;
}
.dispatchShow table.job-result th, .dispatchShow table.job-result td {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.dispatchShow table.job-result th {
  width: 20%;
  border: 1px solid #FFF;
  background: #e8f6eb;
  text-align: left;
}
@media screen and (max-width:640px) {
  .dispatchShow table.job-result th {
    display: block;
    width: 100%;
  }
}
.dispatchShow table.job-result td {
  width: 80%;
  background: #FFF;
}
@media screen and (max-width:640px) {
  .dispatchShow table.job-result td {
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
  }
}
.dispatchShow table.job-result td span {
  color: #238f3b;
}
.dispatchShow .detail-images {
  display: flex;
  margin: 20px 0px;
}
@media screen and (max-width:640px) {
  .dispatchShow .detail-images {
    display: block;
  }
}
.dispatchShow .detail-images .image {
  width: 49%;
}
@media screen and (max-width:640px) {
  .dispatchShow .detail-images .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dispatchShow .detail-images .image:last-child {
  margin-left: 2%;
}
@media screen and (max-width:640px) {
  .dispatchShow .detail-images .image:last-child {
    margin-left: 0;
  }
}
.dispatchShow .free-html {
  margin: 30px 0;
}
.dispatchShow .contents {
  padding: 25px 30px;
  background: #fbfbfb;
  border: solid 1px #cccccc;
}
@media screen and (max-width:640px) {
  .dispatchShow .contents {
    padding: 25px 15px;
  }
}
.dispatchShow .contact {
  background: #fffaea;
  padding: 15px 20px;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width:640px) {
  .dispatchShow .contact {
    display: block;
    margin-bottom: 30px;
  }
}
.dispatchShow .contact__logo {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width:640px) {
  .dispatchShow .contact__logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .dispatchShow .contact__logo img {
    width: 100%;
  }
}
.dispatchShow .contact__button {
  width: 50%;
  text-align: center;
  position: relative;
}
.dispatchShow .contact__button .letter-icon {
  width: 6%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width:640px) {
  .dispatchShow .contact__button .letter-icon {
    width: 8%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:640px) {
  .dispatchShow .contact__button {
    width: 100%;
  }
}
.dispatchShow .contact__button a {
  padding: 20px 0px;
  width: 100%;
  display: block;
  background: rgb(254, 143, 0);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px;
  border-radius: 5px;
  border-bottom: 4px solid rgb(236, 104, 39);
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width:640px) {
  .dispatchShow .contact__button a {
    padding: 10px;
    font-size: 12px;
  }
}
.dispatchShow .contact__button a:hover {
  background: #fea51a;
  border-bottom: 4px solid #f68e4f;
}
.dispatchShow .contact__button a:active {
  margin-top: 4px;
  border-bottom: none;
}
.dispatchShow .contact img {
  vertical-align: middle;
}
.dispatchShow .job-wrapper-sp {
  margin-bottom: 30px;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-wrapper-sp {
    border: solid 1px #cccccc;
    border-top: solid 5px #238f3b;
    padding: 15px;
    margin-bottom: 30px;
  }
  .dispatchShow .job-wrapper-sp.pickUp {
    border-top: solid 5px #f0942c;
    margin-bottom: 30px;
  }
}
.dispatchShow .job-result-sp {
  display: none;
}
@media screen and (max-width:640px) {
  .dispatchShow .job-result-sp {
    display: inline-table;
    width: 100%;
  }
  .dispatchShow .job-result-sp tr {
    border: solid 1px #cccccc;
  }
  .dispatchShow .job-result-sp th {
    background: #e8f6eb;
    width: 20%;
    padding: 10px 20px;
  }
  .dispatchShow .job-result-sp td {
    width: 80%;
    padding: 10px 20px;
  }
}
.dispatchShow .job-number-sp {
  font-size: 12px;
  color: #b6b6b6;
  margin-left: auto;
  text-align: right;
  margin-bottom: 5px;
}
.dispatchShow .back-button {
  padding-top: 10px;
  margin-bottom: 50px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:640px) {
  .dispatchShow .back-button {
    text-align: left;
    margin-bottom: 30px;
  }
}
.dispatchShow .back-button a {
  color: #fe8f00;
  border: 1px solid #fe8f00;
  padding: 13px 18px;
  border-radius: 5px;
  font-weight: bold;
}
.dispatchShow .back-button a::before {
  display: inline-block;
  content: "";
  left: 3px;
  width: 5px;
  height: 5px;
  font-weight: bold;
  border-bottom: 2px solid #fe8f00;
  border-left: 2px solid #fe8f00;
  transform: rotate(45deg);
  margin-right: 3px;
  vertical-align: 2px;
}
.dispatchShow .back-button a:hover {
  color: #fff;
  background: #fe8f00;
}
.dispatchShow .back-button a:hover::before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.dispatchShow .line_contact_way {
  margin-top: 3%;
}
.dispatchShow .line_contact {
  margin-top: 3%;
  text-align: right;
}
.dispatchShow .line_contact {
  margin-top: 3%;
}
.dispatchShow .line_contact a {
  border-bottom: 1px dotted;
  font-size: 14px;
}

.dispatchFooter {
  background: #fff;
  width: 100%;
  padding: 10px;
  box-shadow: 0 -20px 20px -12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:640px) {
  .dispatchFooter {
    box-shadow: none;
    padding: 0;
  }
}
.dispatchFooter a {
  text-decoration: none;
}
.dispatchFooter .footer-logo-wrapper {
  font-size: 0;
  margin-bottom: 10px;
  display: flex;
}
.dispatchFooter .footer-logo-wrapper .abi-logo {
  text-align: center;
  width: 40%;
  padding-top: 15px;
}
.dispatchFooter .footer-logo-wrapper .freedial {
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 40%;
}
.dispatchFooter .footer-logo-wrapper .yuryohaken {
  text-align: center;
  width: 10%;
}
.dispatchFooter .footer-logo-wrapper .p-mark {
  text-align: center;
  width: 10%;
}
.dispatchFooter .footer-logo-wrapper .p-mark img:hover {
  opacity: 0.65;
}
.dispatchFooter .footer-logo-wrapper .p-mark a {
  font-size: x-small;
  color: #000;
}
.dispatchFooter nav ul {
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px;
  display: flex;
  margin-bottom: 10px;
}
.dispatchFooter nav ul li {
  margin: 0 25px 0 0;
}
.dispatchFooter nav ul li a {
  padding: 0 0 0 14px;
  background: url(/images/footer_icon.gif?1a5e615ebfb102d38c79677e506b20af) left 3px no-repeat;
  font-size: 13px;
}
.dispatchFooter nav ul li a:hover {
  color: #7DD2D6;
}
.dispatchFooter dl {
  font-size: 6px;
  display: inline;
}
.dispatchFooter dl dt {
  display: inline;
}
.dispatchFooter dl dd {
  display: inline;
}
.dispatchFooter dl .ehime {
  padding-right: 10px;
}
.dispatchFooter dl .ehime a {
  color: #f01d1d;
}
.dispatchFooter dl .ehime-toyo {
  padding: 0px 10px;
}
.dispatchFooter dl .ehime-toyo a {
  color: #f01d1d;
}
.dispatchFooter dl .kagawa {
  padding: 0px 10px;
}
.dispatchFooter dl .kagawa a {
  color: rgb(157, 202, 29);
}
.dispatchFooter dl .kouti {
  padding: 0px 10px;
}
.dispatchFooter dl .kouti a {
  color: rgb(79, 162, 210);
}
.dispatchFooter dl .tokushima {
  padding: 0px 10px;
}
.dispatchFooter dl .tokushima a {
  color: #e46c2b;
}
.dispatchFooter aside {
  padding-top: 15px;
}
.dispatchFooter aside span {
  font-size: 12px;
  font-weight: 600;
  background: #e6e6e6;
  padding: 3px 5px;
  margin-right: 3px;
}
.dispatchFooter aside a {
  font-size: 12px;
}
.dispatchFooter aside a:hover {
  color: #7DD2D6;
}
.dispatchFooter aside .shikoku-haken-net {
  color: #1C2785;
}
.dispatchFooter .copy-right {
  padding-top: 20px;
  text-align: right;
}
.dispatchFooter .copy-right small {
  font-size: x-small;
}
.dispatchFooter .sp-footer a {
  width: 100%;
  display: block;
}
.dispatchFooter .sp-footer small {
  width: 100%;
  display: block;
  padding-top: 0;
}
.dispatch404 .error-wrapper {
  background: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 60px 0 100px 0;
}
@media screen and (max-width:640px) {
  .dispatch404 .error-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
  }
}
.dispatch404 .error-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
}
.dispatch404 .error-title br {
  display: none;
}
@media screen and (max-width:640px) {
  .dispatch404 .error-title br {
    display: inline;
  }
}
.dispatch404 .error-message {
  font-size: 13px;
  font-weight: normal;
}
.dispatch404 .error-message > p:nth-child(1) {
  line-height: 1.5;
  margin-top: 38px;
}
.dispatch404 .error-message > p:nth-child(2), .dispatch404 .error-message > p:nth-child(3) {
  margin-top: 19px;
}
.dispatch404 .error-message a {
  color: #00A7AF;
  text-decoration: underline;
}
.dispatch404 .error-message a:visited {
  color: #8100bd;
  text-decoration: underline;
}
