.title-down {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.title-down:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background-image: url("../img/common/balloon_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1377px 10px;
}

.search__ttl--label {
  font-weight: 500;
  color: #fff;
  padding: 10px 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 5px;
  background-color: #1d2088;
}

@media only screen and (max-width: 768px) {
  .search__ttl--label {
    padding: 3px;
    display: block;
    font-size: 10px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
  }
}

.search_appli .search__ttl--label {
  background: #DA483B;
}

.search_mfp .search__ttl--label {
  background: #FF9E0F;
}

.search_payment .search__ttl--label {
  background: #4486F4;
}

.search_businessphone .search__ttl--label {
  background: #1CA45C;
}

.search_translation .search__ttl--label {
  background: #d685b0;
}

.search_digitalsignag .search__ttl--label {
  background: #cb6c58;
}

.search_posting .search__ttl--label {
  background: #a0c238;
}

.search_surveillancec .search__ttl--label {
  background: #d78114;
}

.search_cleaning .search__ttl--label {
  background: #008B9C;
}

.search_privacymark .search__ttl--label {
  background: #174e9e;
}

.mv-search img {
  width: 100%;
}

.search__ttl {
  padding: 20px 30px;
  border: 1px solid #d6d6d6;
  border-top: 3px solid #193050;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  .search__ttl {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .search__ttl {
    padding: 10px 15px;
  }
}

.searchBox {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.searchBox__inner {
  margin-top: 20px;
  padding: 20px;
  background: #d6f1ec;
  border: 4px solid #d6f1ec;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .searchBox__inner {
    display: block;
  }
}

.select__wrap {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .select__wrap {
    width: 33em;
    margin-left: auto;
  }
}

.select__wrap + .select__wrap {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .select__wrap + .select__wrap {
    margin-left: 0;
    margin-top: 10px;
  }
}

.search-area {
  color: #D90000;
}

@media only screen and (max-width: 767px) {
  .search-area {
    font-size: 14px;
  }
}

.select__wrap-checkboxarea.group-checkbox {
  padding: 10px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #DDD;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .select__wrap-checkboxarea.group-checkbox {
    width: 33em;
    margin-left: auto;
  }
}

.select__wrap-checkboxarea.group-checkbox label {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  .select__wrap-checkboxarea.group-checkbox label {
    width: 33.333%;
  }
}

.select__wrap-checkboxarea.group-checkbox label input {
  position: absolute;
  opacity: 0;
}

.select__wrap-checkboxarea.group-checkbox label:before {
  height: 21px;
  width: 21px;
  margin-top: -10px;
  border: 2px solid #315f9e;
  border-radius: 3px;
}

.select__wrap-checkboxarea.group-checkbox label:after {
  box-sizing: border-box;
  height: 8px;
  width: 15px;
  border-bottom: 3px solid #D9D9D9;
  border-left: 3px solid #D9D9D9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -4px;
  margin-left: 2px;
}

.select__wrap-checkboxarea.group-checkbox label.checked:before {
  border: 2px solid #FF7E0F;
}

.select__wrap-checkboxarea.group-checkbox label.checked:after {
  height: 8px;
  width: 15px;
  border-bottom: 4px solid #193050;
  border-left: 4px solid #193050;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -4px;
  margin-left: 2px;
}

.searchBox_row {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .searchBox_row {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .searchBox_row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}

.searchBox_row select {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .searchBox_colHeading {
    margin-right: 2em;
    width: 18em;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox_colHeading {
    margin-bottom: 5px;
  }
}

.searchBox_title {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3;
}

.searchBox_title--required {
  color: red;
}

.searchBox_title--info {
  color: blue;
}

.searchBox_subtitle {
  font-size: 0.9em;
  font-weight: 700;
  display: block;
  padding-top: 5px;
}

.searchBox__header {
  text-align: center;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.searchBox__footer {
  padding-top: 20px;
  text-align: center;
  background-color: #FFF;
  padding-bottom: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
}

@media print, screen and (min-width: 769px) {
  .searchBox__footer {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .searchBox__footer {
    padding-top: 5px;
  }
}

.searchBox__inner--btn {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  box-shadow: none;
  height: 42px;
  line-height: 42px;
  border-radius: 0;
  font-size: 24px;
  width: 260px;
  font-size: 18px;
  margin-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.searchBox__inner--btn a {
  color: #fff;
  display: block;
}

.searchBox__inner--btn:hover {
  opacity: 0.9;
}

@media print, screen and (min-width: 769px) {
  .searchBox__inner--btn {
    width: 350px;
  }
}

.searchBox__inner--btn i {
  margin-right: -26px;
}

.searchBox__inner--btn i:after {
  content: "";
  background-image: url("../img/common/icon-search-white.png");
  display: inline-block;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  vertical-align: middle;
  margin-top: -4px;
}

@media only screen and (max-width: 768px) {
  .searchBox__inner--btn {
    margin: 20px auto 0;
  }
}

.searchBox__inner--btn:disabled {
  color: #BBB;
  background-color: #EDEDED;
  cursor: default;
  box-shadow: none;
}

.searchBox__inner--btn:disabled:hover {
  opacity: 1;
}

.searchBox__inner--btn:disabled i:after {
  background-image: url("../img/common/icon-search-gray.png");
}

.resultBox {
  margin-top: 20px;
}

.dateBox {
  background: #f4f4f4;
  font-size: 15px;
  padding: 10px 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .dateBox {
    display: block;
  }
}

.dateBox > div {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .dateBox > div {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .dateBox > div:not(:first-child) {
    margin-top: 5px;
  }
}

.dateBox__heading {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2em;
  line-height: 1.4;
}

@media print, screen and (min-width: 769px) {
  .dateBox__heading {
    font-size: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .dateBox__heading {
    margin-bottom: 10px;
    font-size: 1.6em;
  }
}

.dateBox__heading span {
  color: #B20000;
  font-size: 2em;
  background-image: url("/images/search/leaf_l.png"), url("/images/search/leaf_r.png");
  background-size: contain;
  background-position: center left, center right;
  display: inline-block;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .dateBox__heading span {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.dateBox__number {
  font-size: 14px;
}

.dateBox__number span {
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 500;
  margin-right: 3px;
}

.dateBox__area span + span {
  margin-left: 10px;
}

.choiceBox {
  margin-top: 20px;
  padding: 10px;
  position: relative;
  background-color: #f7f9fc;
}

@media print, screen and (min-width: 769px) {
  .choiceBox {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .choiceBox {
    width: 100%;
  }
}

.choiceBox::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #f7f9fc transparent transparent transparent;
  content: "";
  display: block;
  bottom: -15px;
  left: 8px;
  position: absolute;
}

.choiceBox__btn button {
  display: block;
  width: 400px;
  height: 40px;
  line-height: 40px;
  background: #ff7e0f;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .choiceBox__btn button {
    font-size: 20px;
    height: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .choiceBox__btn button {
    font-size: 16px;
    width: 300px;
    height: 50px;
  }
}

.choiceBox__btn button.is-disabled {
  background-color: #EDEDED !important;
  color: #BBB !important;
}

.choiceBox__btn_bottom {
  margin-top: 64px;
}

.choiceBox__btn_bottom button {
  height: 48px;
  line-height: 46px;
  max-width: 380px;
  width: 100%;
  border-radius: 35px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .choiceBox__btn_bottom button {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
}

.resultItem {
  margin-top: 20px;
}

.resultItem__ttl {
  background: #193050;
  padding: 10px 30px;
  padding-left: 50px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.resultItem__inner {
  display: -webkit-box;
  display: flex;
  border: 1px solid #d6d6d6;
}

.resultItem__check {
  width: 26px;
  padding: 2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0px;
  top: -7px;
}

@media only screen and (max-width: 768px) {
  .resultItem__check {
    top: -18px;
  }
}

.resultItem__check input[type="checkbox"] {
  opacity: 0;
}

.resultItem__innerWrap {
  display: -webkit-box;
  display: flex;
  width: calc(100% - 26px);
}

@media only screen and (max-width: 768px) {
  .resultItem__innerWrap {
    display: block;
    width: 100%;
  }
}

.resultItem__pic {
  padding: 20px;
  width: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 768px) {
  .resultItem__pic {
    width: 100%;
  }
}

.resultItem__pic .resultItem__pic_in {
  width: 100%;
  border: 1px solid #DDD;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.resultItem__pic img {
  max-width: 100%;
  height: auto;
  max-height: 166px;
}

.resultItem__txt {
  width: calc(100% - 300px);
  padding: 20px 20px 20px 0;
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .resultItem__txt {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.resultItem__txt .pointBox__list {
  padding: 0;
  font-size: 14px;
  background-color: #EEE;
  padding: 10px;
}

.resultItem__txt .pointBox__list li {
  font-weight: 700;
}

.resultItem__txt .pointBox__list li:before {
  top: 13px;
  left: 0px;
}

@media only screen and (max-width: 768px) {
  .resultItem__txt .pointBox__list li:before {
    left: -2px;
    top: 12px;
  }
}

.resultItem__txt--dl {
  display: table;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
}

.resultItem__txt--dl:first-child {
  border-top: 1px solid #d6d6d6;
}

.resultItem__txt--dl dt,
.resultItem__txt--dl dd {
  padding: 5px 10px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.05em;
  word-break: break-all;
}

.resultItem__txt--dl dt {
  width: 100px;
  background: #f7f9fc;
  color: #193050;
}

.resultItem__txt--dl dt i {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.resultItem__txt--dl dt i img {
  height: auto;
  width: 100%;
}

.resultItem__txt--dl:first-child dt i {
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

.resultItem__txt--dl:first-child dt i img {
  height: auto;
  width: 100%;
}

.resultItem__txt--dl dd {
  width: calc(100% - 100px);
}

.resultItem__txt--dl dd span {
  display: block;
}

.resultItem__btn {
  border: 2px solid #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  font-size: 14px;
  width: 126px;
  font-size: 14px;
  margin: 20px auto 0;
}

.resultItem__btn a {
  color: #193050;
  display: block;
}

.resultItem__btn:hover {
  opacity: 0.9;
}

.pager-ctrl {
  font-family: sans-serif;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .pager-ctrl {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .pager-ctrl {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.pager-number,
.pager-direction {
  padding: 5px 10px;
  background: #f7f9fc;
  cursor: pointer;
  margin: 0 1px;
}

.pager-number.is-active,
.pager-direction.is-active {
  color: #fff;
  background-color: #193050;
}

.search__subttl {
  margin: 32px auto 20px;
  border-left: 5px solid #193050;
  font-size: 24px;
  padding: 5px 10px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .search__subttl {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .search__subttl {
    padding: 0 10px;
  }
}

.searchSs {
  display: -webkit-box;
  display: flex;
  margin-top: 32px;
}

@media only screen and (max-width: 768px) {
  .searchSs {
    display: block;
  }
}

.searchSs__pic {
  width: 360px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .searchSs__pic {
    width: 100%;
  }
}

.searchSs__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 360px;
  height: 240px;
  max-width: inherit;
  -o-object-position: top center;
     object-position: top center;
}

@media only screen and (max-width: 768px) {
  .searchSs__pic img {
    width: 100%;
    height: auto;
  }
}

.searchSs__form {
  background: #f7f9fc;
  width: calc(100% - 360px);
  padding: 20px;
  height: 240px;
}

@media only screen and (max-width: 768px) {
  .searchSs__form {
    width: 100%;
    height: inherit;
  }
}

.searchSs__form--ttl {
  text-align: center;
  color: #fff;
  background: #193050;
  padding: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .searchSs__form--ttl {
    font-size: 15px;
  }
}

.searchSs__form--inner {
  background: #fff;
  height: calc(100% - 45px);
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
}

.searchSs__form--txt {
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .searchSs__form--txt {
    font-size: 14px;
  }
}

.searchSs__form--txt:before {
  content: "";
  width: 30px;
  display: block;
  border-bottom: 2px solid #d6d6d6;
  position: absolute;
  left: -25px;
  bottom: 20px;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.searchSs__form--txt:after {
  content: "";
  width: 30px;
  display: block;
  border-bottom: 2px solid #d6d6d6;
  position: absolute;
  right: -25px;
  bottom: 20px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.searchSs__form--btn {
  background: #ff7e0f;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: 700;
  color: #FFF !important;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 15px auto 0;
  width: 100%;
  border-radius: 5px;
}

.searchSs__form--btn a {
  color: #fff;
  display: block;
}

.searchSs__form--btn:hover {
  opacity: 0.9;
}

.companyBox {
  margin-top: 32px;
  background: #f7f9fc;
  padding: 20px;
  display: table;
}

@media only screen and (max-width: 768px) {
  .companyBox {
    display: block;
  }
}

.companyBox > div {
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .companyBox > div {
    display: block;
  }
}

.companyBox__logo {
  width: 160px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .companyBox__logo {
    width: 100%;
    margin-bottom: 10px;
  }
}

.companyBox__logo img {
  width: 80%;
}

@media print, screen and (min-width: 769px) {
  .companyBox__logo img {
    max-width: 140px;
  }
}

.companyBox__txt {
  padding-left: 20px;
  width: calc(100% - 160px);
}

@media only screen and (max-width: 768px) {
  .companyBox__txt {
    padding-left: 0;
    width: 100%;
  }
}

.companyBox__txt p {
  line-height: 1.5;
}

.pointBox {
  border: 2px solid #193050;
  margin-top: 32px;
}

.pointBox__ttl {
  border-bottom: 1px solid #193050;
  color: #193050;
  font-size: 18px;
  text-align: center;
  margin: 8px;
  padding: 8px;
}

@media only screen and (max-width: 768px) {
  .pointBox__ttl {
    font-size: 15px;
  }
}

.pointBox__list {
  padding: 15px;
}

.pointBox__list li {
  font-size: 16px;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 768px) {
  .pointBox__list li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .pointBox__list li {
    padding-left: 20px;
    font-weight: 500;
  }
}

.pointBox__list li:before {
  background: url("../img/search/icon-point.png");
  background-size: 100%;
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .pointBox__list li:before {
    width: 16px;
    height: 16px;
  }
}

.pointBox__list li + li {
  margin-top: 10px;
}

.kihonTable {
  width: 100%;
  word-break: break-all;
}

.kihonTable tr {
  border-bottom: 1px solid #d6d6d6;
}

.kihonTable tr:first-child {
  border-top: 1px solid #d6d6d6;
}

.kihonTable th,
.kihonTable td {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .kihonTable th,
  .kihonTable td {
    font-size: 14px;
  }
}

.kihonTable th {
  background: #f4f4f4;
  width: 140px;
}

@media only screen and (max-width: 768px) {
  .kihonTable th {
    width: 100px;
  }
}

.addr_num {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.taiou__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.taiou__wrap li {
  padding: 8px 30px;
  background: #193050;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  margin: 0 5px 5px;
}

@media only screen and (max-width: 768px) {

  .taiou__wrap li {
    padding: 4px 15px;
    font-size: 11px;
    margin: 0 5px 8px;
  }
}

.staffcommentBox {
  margin-top: 2.5em;
  background: #c7e2ff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox {
    flex-wrap: wrap;
    margin-top: 1.5em;
  }
}

.staffcommentBox__img {
  width: calc(100% - 480px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox__img {
    -webkit-box-ordinal-group: 3;
            order: 2;
    width: 100%;
  }
}

.staffcommentBox__img img {
  max-width: inherit;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -48px;
  width: 240px;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox__img img {
    max-width: inherit;
    height: auto;
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 30%;
    margin: 0 auto;
    display: block;
  }
}

.staffcommentBox__txt {
  width: 480px;
  padding: 40px;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox__txt {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.staffcommentBox__txt--panel {
  background: #fff;
  border-radius: 25px;
  padding: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox__txt--panel {
    font-size: 14px;
  }
}

.staffcommentBox__txt--ttl {
  font-size: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border: 0 !important;
  color: #193050;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .staffcommentBox__txt--ttl {
    font-size: 15px;
  }
}

.staffcommentBox__txt--ttl:before,
.staffcommentBox__txt--ttl:after {
  content: '';
  -webkit-box-flex: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #000;
}

.staffcommentBox__txt--ttl:before {
  margin-right: 20px;
}

.staffcommentBox__txt--ttl:after {
  margin-left: 20px;
}

.area__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.area__wrap li {
  padding: 6px 30px;
  color: #193050;
  border: 2px solid #193050;
  font-weight: 700;
  font-size: 13px;
  margin: 0 5px 5px;
  width: 120px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .area__wrap li {
    max-width: calc( (100% - 30px) / 3);
    padding: 6px 0;
  }
}

.yosankan p {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .yosankan p {
    font-size: 14px;
  }
}

.yosankan__attention {
  color: #a50101;
  font-size: 12px;
  margin-top: 20px;
}

.performance__wrap {
  display: -webkit-box;
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width: 768px) {
  .performance__wrap {
    display: block;
  }
}

.performance__wrap + .performance__wrap {
  margin-top: 20px;
}

.performance__pic {
  width: 195px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .performance__pic {
    width: 75%;
    margin: 0 auto;
  }
}

.performance__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -o-object-position: top center;
     object-position: top center;
  width: 195px;
  height: auto;
  max-width: inherit;
}

@media only screen and (max-width: 768px) {
  .performance__pic img {
    width: 100%;
  }
}

.performance__txt {
  width: calc(100% - 195px);
}

@media only screen and (max-width: 768px) {
  .performance__txt {
    width: 100%;
  }
}

.noimg .performance__txt {
  width: 100%;
}

.performance__txt--lead {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .performance__txt--lead {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .performance__txt--lead {
    margin-top: 5px;
  }
}

.performance__txt--txt {
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .performance__txt--txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .performance__txt--txt {
    margin-top: 0;
  }
}

.searchSs__btn {
  border: 2px solid #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  height: 48px;
  line-height: 46px;
  width: 280px;
  border-radius: 35px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.searchSs__btn a {
  color: #193050;
  display: block;
}

.searchSs__btn:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  .searchSs__btn {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.searchKanren {
  background: #f4f4f4;
  padding: 40px;
}

@media print, screen and (min-width: 769px) {
  .searchKanren {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .searchKanren {
    padding: 20px;
    margin-top: 20px;
  }
}

.searchKanren .search__subttl {
  margin-top: 0;
}

.searchKanren__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.searchKanren__item {
  width: 186px;
}

@media only screen and (max-width: 768px) {
  .searchKanren__item {
    width: calc(( 100% - 20px ) / 2);
  }
}

.searchKanren__item--img {
  height: 120px;
  display: -webkit-box;
  display: flex;
  background-color: #FFF;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}

.searchKanren__item--img img {
  max-height: 100px;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .searchKanren__item--img img {
    max-width: 166px;
  }
}

.searchKanren__item:not(:nth-child(3n)) {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .searchKanren__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.searchKanren__item:nth-child(n + 4) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .searchKanren__item:nth-child(n + 4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .searchKanren__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .searchKanren__item:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.searchKanren__ttl {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .searchKanren__ttl {
    font-size: 14px;
  }
}

.searchBack__btn {
  background: #193050;
  color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  font-weight: bold;
  cursor: pointer;
  font-weight: 700;
  box-shadow: none;
  border-radius: 35px;
  margin: 64px auto 0;
  width: 260px;
  height: 45px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.searchBack__btn a {
  color: #fff;
  display: block;
}

.searchBack__btn:hover {
  opacity: 0.9;
}

@media print, screen and (min-width: 769px) {
  .searchBack__btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .searchBack__btn {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    margin: 32px auto 0;
  }
}

.single-gallery {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}

.single-gallery > * {
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .single-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.single-gallery .gallery-block {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .single-gallery .gallery-block {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.single-gallery img {
  max-height: 155px;
}

@media only screen and (max-width: 768px) {
  .single-gallery img {
    max-height: none;
    width: 100%;
    display: block;
  }
}

.single-gallery .single-gallery-caption {
  display: inline-block;
  margin-top: 5px;
}

.search-mv-main {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.search-cva-buttonarea {
  border: 1px solid #DDD;
  text-align: center;
  padding: 10px;
}

@media print, screen and (min-width: 769px) {
  .search-cva-buttonarea {
    font-size: 16px;
  }
}

.search-mv-info {
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 769px) {
  .search-mv-info {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .search-mv-info + .area-cva3 {
    margin-top: 1.2em;
    margin-bottom: -1em;
  }
}

.search-cva-title {
  font-size: 18px;
}

.search-cva-button {
  font-size: 28px;
  font-weight: 700;
  max-width: 565px;
  height: 66px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #FFF;
  background: url("../img/common/gradient1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .search-cva-button {
    font-size: 22px;
    height: 48px;
  }
}

@media print, screen and (min-width: 769px) {
  .search-cva-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.side_postBox__pic.is-searchpost a {
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 125px;
  border: 1px solid #DDD;
}

.side_postBox__pic.is-searchpost img {
  height: auto;
  width: auto;
  display: block;
  max-height: 75px;
}

.side_cvaBox__btn {
  color: #FFF !important;
}

@media print, screen and (min-width: 769px) {
  .search-bnrlist-single {
    margin-top: 4em;
  }
}

@media print, screen and (min-width: 769px) {
  .footer {
    margin-bottom: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__fixBox {
    display: none !important;
  }
}

.relatedBox {
  background-color: #f6f6f6;
  padding: 25px;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  .relatedBox {
    padding: 15px;
  }
}

.relatedBox__ttl {
  color: #000;
  background-color: #cedbed;
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .relatedBox__ttl {
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 18px;
  }
}

.relatedBox__list li {
  position: relative;
  padding-left: 13px;
  display: inline-block;
}

.relatedBox__list li:after {
  content: "/";
  margin-left: 1em;
}

.relatedBox__list li:last-child:after {
  content: "";
}

.relatedBox a {
  color: #0089fc;
  text-decoration: underline;
}

.relatedBox a:hover {
  text-decoration: none;
}

.group-checkbox label:before {
  height: 30px;
  width: 30px;
  margin-top: -8px;
  border: 2px solid #315f9e;
  border-radius: 5px;
}

.group-checkbox label:after {
  box-sizing: border-box;
  height: 12px;
  width: 19px;
  border-bottom: 4px solid #D9D9D9;
  border-left: 4px solid #D9D9D9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -2px;
  margin-left: 5px;
}

.group-checkbox label.checked:before {
  border: 4px solid #FF7E0F;
}

.group-checkbox label.checked:after {
  height: 12px;
  width: 19px;
  border-bottom: 4px solid #111;
  border-left: 4px solid #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  margin-top: -2px;
  margin-left: 5px;
}

.choiceBox__text {
  font-size: 0.9em;
  margin-top: 0.4em;
  text-align: center;
  color: #B20000;
  font-weight: 700;
}
/*# sourceMappingURL=maps/search.css.map */
/*相談cta240409追記*/
.soudan_cta a{
    display: block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    background: #ff7e0f;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin:5px auto 10px;
    font-weight: 700;
}
@media print, screen and (min-width: 769px){
.soudan_cta a {
    font-size: 20px;
    height: 60px;
	line-height: 60px;
}
}
@media only screen and (max-width: 768px){
.soudan_cta a {
    font-size: 16px;
    width: 300px;
    height: 50px;
	line-height: 50px;
}
}
/*相談cta240409追記end*/