em {
  background: linear-gradient(transparent 70%, #ff0 70%);
}
.H04-010-01-item {
  text-align: center;
}
.H04-010-01-item__icon {
  width: 26px;
  height: 26px;
}
.H04-010-01-item__title span {
  line-height: 1.2;
  font-size: 20px;
}
.L02-002 {
  background-color: transparent;
}
.L02-002__innerbox {
  position: fixed;
  top: -9999px;
}
.L02-002-title__nolink {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #005c55;
  color: #fff;
}
.L02-002-H04-003-01 {
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.L02-002-listtitle__gyoshu {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  background-image: url(/anken/image/icon_gyoshu.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.L02-002-listtitle__area {
  margin: 15px 0 5px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  background-image: url(/anken/image/icon_area.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.L02-002-listbox {
  height: auto;
  border: 1px solid #e8e9ec;
  box-sizing: border-box;
}
.L02-002-listbox__item {
  display: block;
  padding: 3px 0 3px 20px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.L02-002-listbox__item:hover {
  background-color: #0a847b;
  color: #fff;
}
.L02-002-listbox__item--current {
  display: block;
  padding: 3px 0 3px 20px;
  font-size: 14px;
  background-color: #0a847b;
  color: #fff;
  cursor: auto;
}
.E02-001-01-list-item__number strong {
  font-size: 40px;
  font-family: Garamond, "Times New Roman", serif;
}
.E02-004-02-item_state_enabled.hover {
  transition: box-shadow 0.1s linear;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.E02-004-02-item_state_enabled.checked {
  background-color: #eef8f7;
  transition: box-shadow 0.1s linear;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.E02-004-02-item-checkbox {
  display: block;
}
.E02-004-02-item-checkbox-input {
  display: none;
}
.E02-004-02-item-checkbox-input + label {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
  padding-left: 25px;
  cursor: pointer;
}
.E02-004-02-item-checkbox-input + label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #dedede;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.E02-004-02-item-checkbox-input + label::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.E02-004-02-item-checkbox-input:checked + label::before {
  border-color: #0a847b;
  background-color: #0a847b;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.E02-004-02-item-checkbox-input:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.E02-004-02-item-checkbox-input:disabled + label {
  cursor: text;
}
.E02-004-02-item-checkbox-input:disabled + label::before {
  border-color: #dedede;
  background-color: #f1f1f1;
}
.E02-004-02-item-checkbox-input:disabled:checked + label::before {
  border-color: #dedede;
  background-color: #dedede;
}
.E02-004-02-item-gyokai a {
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 12px;
  color: #3286d9;
}
.E02-004-02-item-title {
  margin-bottom: 10px;
}
.E02-004-02-item-title__text {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  color: #293337;
}
.E02-004-02-item-contact {
  display: block;
}
.E02-004-02-item-contact__button {
  width: 300px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.E02-004-02-item-contact__button:hover,
.E02-004-02-item_state_enabled.hover .E02-004-02-item-contact__button {
  background-color: #13a398;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.E02-004-02-item-contact__button-icon {
  display: inline-block;
  position: relative;
}
.E02-004-02-item-contact__button-icon--right {
  margin-left: 3px;
}
.E02-004-02-item-contact__button-icon svg {
  position: absolute;
  width: 10px;
  top: -14px;
}
.E02-004-02-item-contact__button-icon svg path {
  fill: #fff;
}
.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 8px 18px;
  z-index: 2000000;
  background-color: #eef8f7;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #e9e9e9;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(86px);
  transition: all 0.5s;
}
.fixed-bottom.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed-bottom--inner {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed-bottom-num {
  display: inline-block;
  width: 100px;
  height: 42px;
  line-height: 42px;
  margin-right: 16px;
  font-size: 16px;
}
.fixed-bottom-button {
  display: inline-block;
}
.fixed-bottom-button .E02-004-02-item-contact__button {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .only_sp {
    display: none;
  }
  #select_area {
    display: none;
  }
  .H04-010-01-item__title {
    padding-left: 0;
    text-indent: 0;
  }
  .H04-010-01-item__icon {
    vertical-align: top;
    margin: 10px 10px 0 0;
  }
  .H04-010-01-item__title span {
    display: inline-block;
    text-align: left;
  }
  .H08-001-01-inner {
    padding: 20px;
  }
  .H02-001-01 + .L02-001-item,
  .L02-001-item + .L02-001-item:not(.L02-001-item_type_interview),
  .L02-001-item + .L02-001-item:not(.L02-001-item_type_sub) {
    margin-top: 30px;
  }
  .L02-002__innerbox {
    background: #fff;
  }
  .L02-002-H04-003-01 {
    width: 50%;
    min-width: 140px;
    min-height: 36px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
  }
  .L02-002-listbox {
    max-height: 500px;
    overflow-y: auto;
  }
  .result .L02-002-listbox {
    max-height: 200px;
  }
  .L02-002-listbox::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
  }
  .L02-002-listbox::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
    cursor: pointer;
  }
  .L02-002-listbox::-webkit-scrollbar-track-piece {
    background: #f3f3f3;
    border-radius: 3px;
  }
  .E02-001-01 {
    margin-bottom: 40px;
  }
  .E02-001-01-list-item__label {
    font-size: 18px;
  }
  .E02-002-01__morelink {
    position: relative;
    padding-right: 20px;
    font-size: 16px;
  }
  .E02-002-01__icon {
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    transform: rotate(90deg);
    right: 0;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .E02-002-01__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
  }
  .E02-002-01__icon svg path {
    fill: #3286d9;
  }
  .E02-004-02-item-content {
    position: relative;
    padding-bottom: 42px;
  }
  .E02-004-02-item-contact {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .E02-004-02-item-gyokai {
    margin-top: 5px;
  }
  .fixed-bottom--inner {
    min-width: 1104px;
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
  .L02-002 {
    margin: 0;
  }
  .L02-002-title__nolink {
    margin-top: 30px;
  }
  .L02-002-H04-003-01 {
    width: 50%;
    margin: 15px auto;
    padding: 10px 10px;
    font-size: 14px;
  }
  .L02-002-listtitle__gyoshu {
    margin: 15px 15px 5px;
  }
  .L02-002-listtitle__area {
    margin: 15px 15px 5px;
  }
  .L02-002-listbox {
    margin: 0 15px;
  }
  .E02-001-01 {
    margin-bottom: 30px;
  }
  .E02-002-01__morelink {
    display: none;
  }
  .E02-002-01 {
    display: none;
  }
  .E02-004-02-item-title {
    display: block;
  }
  .E02-004-02-item-title__text {
    margin-bottom: 5px;
  }
  .E02-004-02-item-image__text span {
    padding: 4px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
  }
  .E02-004-02-item-image {
    height: auto;
    margin-bottom: 10px;
  }
  .E02-004-02-item-image::before {
    background-color: #fff;
  }
  .E02-004-02-item-image__text {
    position: static;
  }
  .E02-004-02-item-gyokai {
    text-align: center;
  }
  .E02-004-02-item-content__info {
    padding: 10px 0;
    font-size: 15px;
  }
  .E02-004-02-item-content__info:first-of-type {
    padding-top: 10px;
  }
  .E02-004-02-item-content__description {
    margin-bottom: 20px;
  }
  .E02-004-02-item-contact__button {
    margin: 0 auto 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .fixed-bottom {
    display: block;
    padding: 5px 0;
  }
  .fixed-bottom--inner {
    min-width: auto;
  }
  .fixed-bottom-num {
    display: none;
  }
  .fixed-bottom-button {
    display: block;
    margin: 0 auto;
  }
  .goto-top-button {
    display: none;
  }
  .fixed-botton-narrow {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 5px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #005c55;
    color: #fff;
    z-index: 2;
  }
  .fixed-botton-narrow-text {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
  }
  .fixed-botton-narrow-icon {
    width: 100%;
    text-align: center;
  }
  #show_search_sp {
    display: block;
    font-size: 15px;
    padding: 14px 38px;
    background-color: #f4f4f4;
    background-image: url(/common/image/header/icon-search-01@2x.png);
    background-size: 14px 14px;
    background-position: top 50% left 14px;
    background-repeat: no-repeat;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    transition: 0.2s;
    position: relative;
  }
  #show_search_sp::after,
  #show_search_sp::before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #dedede;
    position: absolute;
    right: 14px;
    top: 50%;
    transition: 0.4s;
    transform: translateY(-50%);
  }
  #show_search_sp::after {
    transform: translateY(-50%) rotate(90deg);
  }
  #show_search_sp.on {
    background-color: #e9e9e9;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  #show_search_sp.on::after {
    transform: rotate(0);
    background-color: #fff;
  }
  #show_search_sp.on::before {
    background-color: #e9e9e9;
  }
}
.E02-001-01-list-item__label span {
  display: block;
  color: #65676a;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
