@charset "UTF-8";
.content-inner .mf-search-box {
  position: relative;
  width: 800px;
  background: #F2F4F7;
  padding: 50px 0;
  margin: 0 auto 32px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-box {
    width: 80%;
    padding: 3.57143vw 0;
    margin: 0 auto 2.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-box {
    width: 100%;
    padding: 8vw 6.66667vw;
    margin: 0 auto 6.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-box {
    padding: 30px 25px;
    margin: 0 auto 25px;
  }
}
.content-inner .mf-search-box .mf-search-bar {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content-inner .mf-search-box .mf-search-bar {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-box .mf-search-bar {
    width: 100%;
  }
}
.content-inner .mf-search-box .mf-search-bar_button {
  width: 56px !important;
  height: 56px !important;
  margin-left: 0;
  background-color: #00A1E9;
  color: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: url(../img/common/icon_search_result.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-box .mf-search-bar_button {
    width: 4vw !important;
    height: 4vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-box .mf-search-bar_button {
    width: 14.93333vw !important;
    height: 14.93333vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-box .mf-search-bar_button {
    width: 56px !important;
    height: 56px !important;
  }
}
.content-inner .mf-search-box .mf-search-bar_button span,
.content-inner .mf-search-box .mf-search-bar_button svg {
  display: none;
}
.content-inner .mf-search-bar_input-wrapper .mf-search-bar_input {
  height: 56px !important;
  border: 1px solid #DDDDDD !important;
  border-right: none !important;
  border-radius: 0 !important;
  color: #33393B;
  padding: 0 16px !important;
  font-size: 16px !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-bar_input-wrapper .mf-search-bar_input {
    height: 4vw !important;
    padding: 0 1.14286vw !important;
    font-size: 1.14286vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-bar_input-wrapper .mf-search-bar_input {
    height: 14.93333vw !important;
    padding: 0 3.2vw !important;
    font-size: 4.26667vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-bar_input-wrapper .mf-search-bar_input {
    height: 56px !important;
    padding: 0 12px !important;
    font-size: 16px !important;
  }
}
.content-inner .mf_finder_searchBox_items {
  margin: auto;
  display: flex;
}
.content-inner .mf_finder_searchBox_items input {
  border-radius: 3px;
  border: 1px solid #aaa;
  padding: 0 10px;
  font-size: 14px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf_finder_searchBox_items input {
    padding: 0 0.71429vw;
    font-size: 1vw;
    height: 2.85714vw;
    min-height: 2.85714vw;
    line-height: 2.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf_finder_searchBox_items input {
    padding: 0 2.13333vw;
    font-size: 4.26667vw;
    height: 14.93333vw;
    min-height: 14.93333vw;
    line-height: 14.93333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf_finder_searchBox_items input {
    padding: 0 8px;
    font-size: 16px;
    height: 56px;
    min-height: 56px;
    line-height: 56px;
  }
}
.content-inner .mf_finder_searchBox_suggest_items {
  font-size: 16px !important;
  padding: 2px 2px 4px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf_finder_searchBox_suggest_items {
    font-size: 1.14286vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf_finder_searchBox_suggest_items {
    font-size: 4.26667vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf_finder_searchBox_suggest_items {
    font-size: 16px !important;
  }
}
.content-inner .mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  display: none;
}
.content-inner .mf_finder_searchBox_items .mf_finder_searchBox_submit:before {
  display: none;
}
.content-inner .mf-drill-down {
  width: 800px;
  margin: 40px auto 90px;
  border: none;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down {
    width: 70.17%;
    margin: 2.85714vw auto 6.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down {
    width: 100%;
    margin: 5.33333vw auto 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down {
    margin: 20px auto 30px;
  }
}
.content-inner .mf-drill-down_header {
  position: relative;
  width: 6em;
  font-size: 16px !important;
  padding-right: 20px;
  top: 10px !important;
  font-weight: 700;
  margin-bottom: 0 !important;
  height: 1em !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down_header {
    width: 15%;
    top: 0.78571vw !important;
    font-size: 1.14286vw !important;
  }
}
@media screen and (max-width: 1300px) {
  .content-inner .mf-drill-down_header {
    top: 0.85714vw !important;
    top: 0.5vw !important;
  }
}
@media screen and (max-width: 1240px) {
  .content-inner .mf-drill-down_header {
    top: 1vw !important;
    top: 0.64286vw !important;
  }
}
@media screen and (max-width: 1150px) {
  .content-inner .mf-drill-down_header {
    top: 1.17857vw !important;
    top: 0.82143vw !important;
  }
}
@media screen and (max-width: 1050px) {
  .content-inner .mf-drill-down_header {
    top: 1.28571vw !important;
    top: 0.92857vw !important;
  }
}
@media screen and (max-width: 950px) {
  .content-inner .mf-drill-down_header {
    top: 1.42857vw !important;
    top: 1.07143vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down_header {
    width: 24vw;
    top: 2.66667vw !important;
    font-size: 4.26667vw !important;
    padding-left: 0 !important;
    margin-bottom: 5.33333vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down_header {
    width: 90px;
    top: 10px !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
}
.content-inner .mf-drill-down_header:before {
  position: absolute;
  display: block;
  content: '：';
  top: 0;
  right: 1em;
}
.content-inner .mf-drill-down {
  padding: 0 0 !important;
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down {
    display: block;
  }
}
.content-inner .mf-drill-down .mf-drill-down_list {
  width: 680px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down .mf-drill-down_list {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list {
    width: 64vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list {
    width: 100%;
  }
}
.content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item {
  height: auto;
  position: relative;
}
.content-inner .mf-drill-down_reset-button {
  margin-top: 30px !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px !important;
  padding: 4px 16px !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down_reset-button {
    font-size: 1vw !important;
    margin-top: 2.14286vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down_reset-button {
    margin-top: 8vw !important;
    font-size: 3.73333vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down_reset-button {
    width: 100%;
    background: #ccc;
    margin-top: 30px !important;
    font-size: 14px !important;
  }
}
.content-inner .mf-drill-down .mf-drill-down_reset-button:hover {
  border-color: #00A1E9 !important;
  color: #00A1E9 !important;
}
.content-inner .mf-drill-down_list-item_container {
  width: 100%;
  position: relative;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down_list-item_container {
    margin-right: 0.71429vw;
    width: 1.56%;
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down_list-item_container {
    width: 100%;
    margin-right: 1.33333vw;
    left: -2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down_list-item_container {
    margin-right: 5px;
    left: -10px;
  }
}
.content-inner .mf-drill-down_list-item_count {
  display: none;
}
.content-inner .mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text {
  position: relative;
  top: -1px !important;
  font-weight: 700;
  font-family: unset;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  color: #33393b;
  padding-left: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text {
    top: -0.07143vw !important;
    font-size: 1.14286vw;
    padding-left: 1.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text {
    top: 0.26667vw !important;
    font-size: 3.73333vw;
    padding-left: 6.4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text {
    top: 1px !important;
    font-size: 14px;
    padding-left: 24px;
  }
}
.content-inner .mf-drill-down .mf-drill-down_list-item .mf-drill-down_list-item_container .mf-drill-down_list-item_name_text:hover {
  text-decoration: none;
  color: #00A1E9 !important;
}
.content-inner .mf-drill-down .mf-drill-down_list-item:hover {
  background-color: #fff;
}
.content-inner .mf-drill-down_list-item_arrow {
  background: transparent !important;
  border: none !important;
  color: #111 !important;
  font-weight: 700;
  width: 10px !important;
  height: auto;
  pointer-events: none;
  position: absolute;
  top: 7px;
  left: 2px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down_list-item_arrow {
    width: 0.71429vw !important;
    top: 0.5vw;
    left: 0.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down_list-item_arrow {
    width: 1.06667vw !important;
    top: 1.86667vw;
    left: 1.6vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down_list-item_arrow {
    width: 4px !important;
    top: 7px;
    left: 6px;
  }
}
.content-inner .mf-drill-down_list-item_arrow svg {
  display: none;
}
.content-inner .mf-drill-down_list-item_arrow:hover {
  text-decoration: none !important !important;
  border-color: transparent !important;
  color: #111 !important;
}
.content-inner .mf-drill-down_list-item_arrow:hover span {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .content-inner .mf-drill-down_list-item_arrow {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .content-inner .mf-drill-down_list-item_arrow:hover {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
}
.content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:after {
  position: absolute;
  content: "";
  display: block;
  top: 50% !important;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px !important;
  background: url(../img/common/ico_form_check.png) 0 0 no-repeat;
  background-size: 100% auto;
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:after {
    width: 1.14286vw;
    height: 1.14286vw;
    margin-top: -0.71429vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:after {
    width: 4.26667vw;
    height: 4.26667vw;
    margin-top: -2.13333vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:after {
    width: 16px;
    height: 16px;
    margin-top: -8px !important;
  }
}
.content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_selected-item .mf-drill-down_list-item_arrow:after {
  display: block;
}
.content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #DDDDDD;
  width: 16px;
  height: 16px;
  top: 50% !important;
  margin-top: -8px !important;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:before {
    width: 1.14286vw;
    height: 1.14286vw;
    margin-top: -0.71429vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:before {
    width: 4.26667vw;
    height: 4.26667vw;
    margin-top: -2.13333vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-drill-down .mf-drill-down_list .mf-drill-down_list-item_arrow:before {
    width: 16px;
    height: 16px;
    margin-top: -8px !important;
  }
}
.content-inner .click_zoom {
  position: relative;
  font-size: 12px;
  padding-left: 1.2em;
  position: relative;
  width: 100%;
  margin: 32px auto 32px;
}
@media screen and (max-width: 767px) {
  .content-inner .click_zoom {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .click_zoom {
    font-size: 0.85714vw;
    margin: 2.28571vw auto 2.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .click_zoom {
    width: 100%;
    font-size: 3.2vw;
    padding: 8vw 6.66667vw;
    margin: 6.66667vw auto 6.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .click_zoom {
    font-size: 12px;
    padding: 30px 25px;
    margin: 25px auto 25px;
  }
}
.content-inner .click_zoom span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content-inner .mf-search-results_header {
  color: #1A1A1A;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 14px;
  margin-bottom: 50px !important;
  border-bottom: 1px solid #D6D5D5;
  font-size: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_header {
    padding-bottom: 1vw;
    margin-bottom: 3.57143vw !important;
    font-size: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_header {
    padding-bottom: 3.73333vw;
    margin-bottom: 8vw !important;
    font-size: 4.26667vw;
    line-height: 1.4;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_header {
    padding-bottom: 14px;
    margin-bottom: 30px !important;
    font-size: 16px;
  }
}
.content-inner .mf-search-results_header_results-count {
  font-size: 26px;
  padding-right: 0.1em;
  padding-left: 0.5em;
  position: relative;
  top: 1px;
  color: #33393B !important;
}
.content-inner .mf-search-results_header_results-count::after {
  position: absolute;
  display: block;
  content: '：';
  font-size: 16px;
  left: 0;
  top: 1em;
  margin-top: -1px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_header_results-count::after {
    font-size: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_header_results-count::after {
    font-size: 4.26667vw;
    margin-top: -1.06667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_header_results-count::after {
    font-size: 16px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_header_results-count {
    font-size: 1.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_header_results-count {
    font-size: 6.93333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_header_results-count {
    font-size: 26px;
  }
}
.content-inner .mf-search-results_body {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body {
    margin-bottom: 7.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body {
    margin-bottom: 13.33333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body {
    margin-bottom: 50px;
  }
}
.content-inner .mf-search-results_body_result {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: none !important;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result {
    margin-bottom: 8.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result {
    display: block !important;
    margin-bottom: 16vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result {
    margin-bottom: 60px !important;
  }
}
.content-inner .mf-search-results_body .mf-search-results_body_result:last-child {
  margin-bottom: 0;
}
.content-inner a[target=_blank]:after, .content-inner a[rel=nofollow]:after {
  content: none;
}
.content-inner .mf-search-results {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results {
    margin-top: 4.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results {
    margin-top: 8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results {
    margin-top: 30px;
  }
}
.content-inner .mf-search-results .mf-search-results_body_result_image {
  position: relative;
  width: 440px !important;
  height: auto !important;
  max-height: auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results .mf-search-results_body_result_image {
    width: 31.42857vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results .mf-search-results_body_result_image {
    width: 100% !important;
  }
}
.content-inner .mf-search-results .mf-search-results_body_result_image img.mf_imgsize-3 {
  width: 100% !important;
  height: auto;
  max-height: 287px !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results .mf-search-results_body_result_image img.mf_imgsize-3 {
    max-height: 20.5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results .mf-search-results_body_result_image img.mf_imgsize-3 {
    width: 100% !important;
    max-height: 76.53333vw !important;
    margin-bottom: 2.66667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results .mf-search-results_body_result_image img.mf_imgsize-3 {
    max-height: 287px !important;
    margin-bottom: 10px;
  }
}
.content-inner .mf-search-results_body_result_texts {
  margin-left: 6rem;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts {
    margin-left: 0;
  }
}
.content-inner .mf-search-results_body_result_texts_title {
  margin-bottom: 22px !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_title {
    margin-bottom: 1.57143vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title {
    margin-top: 4.26667vw !important;
    margin-bottom: 5.86667vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title {
    margin-top: 16px !important;
    margin-bottom: 22px !important;
  }
}
.content-inner .mf-search-results_body_result_texts_title_link {
  display: inline !important;
  position: relative !important;
  font-weight: 500 !important;
  color: #33393B !important;
  font-size: 22px;
  padding-right: 22px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_title_link {
    font-size: 1.57143vw;
    padding-right: 1.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title_link {
    font-size: 4.8vw;
    padding-right: 6.4vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title_link {
    font-size: 18px;
    padding-right: 24px;
  }
}
.content-inner .mf-search-results_body_result_texts_title_link::after {
  content: '' !important;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 9px;
  background: url(../img/common/ico_blank_g.png) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_title_link::after {
    width: 0.85714vw;
    height: 0.85714vw;
    bottom: 0.64286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title_link::after {
    width: 3.2vw;
    height: 3.2vw;
    bottom: 1.6vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_title_link::after {
    width: 12px;
    height: 12px;
    bottom: 6px;
  }
}
.content-inner .mf-search-results_body_result_texts_url {
  position: relative;
  width: 100% !important;
  left: 0;
  padding: 0 4em 0 0 !important;
  position: relative;
  display: inline !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_url {
    bottom: 0.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url {
    position: relative;
    bottom: auto;
    padding: 0 11em 0 0 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 570px) {
  .content-inner .mf-search-results_body_result_texts_url {
    padding: 0 6em 0 0 !important;
  }
}

.content-inner .mf-search-results_body_result_texts_url_text::after {
  content: '' !important;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 4px;
  background: url(../img/common/ico_blank_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 0 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_url_text::after {
    width: 0.85714vw;
    height: 0.85714vw;
    bottom: 0.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url_text::after {
    width: 3.2vw;
    height: 3.2vw;
    bottom: 0.8vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url_text::after {
    width: 12px;
    height: 12px;
    bottom: 3px;
  }
}
.content-inner .mf-search-results_body_result_texts_url_text {
  color: #00A1E9;
  font-size: 15px !important;
  word-break: break-all !important;
  padding: 0 1.2em 0 0 !important;
  overflow: auto !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: auto !important;
  width: auto !important;
  display: inline !important;
  position: relative;
  left: 4em !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_url_text {
    font-size: 1.07143vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url_text {
    position: relative;
    font-size: 4vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url_text {
    font-size: 15px !important;
  }
}
.content-inner .mf-search-results_body_result_texts_url:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  padding: 2px 8px;
  content: 'URL';
  color: #00AEEF;
  background: #FFF;
  border: 1px solid #00AEEF;
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_url:before {
    font-size: 1vw;
    top: -0.14286vw;
    padding: 0.14286vw 0.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url:before {
    font-size: 4vw;
    top: -0.53333vw;
    padding: 0.53333vw 2.13333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_url:before {
    font-size: 15px;
    top: -2px;
    padding: 2px 8px;
  }
}
.content-inner .mf-search-results_body_result_texts_description {
  color: #333;
  font-size: 16px !important;
  line-height: 1.8 !important;
  margin-bottom: 32px !important;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_body_result_texts_description {
    font-size: 1.14286vw !important;
    margin-bottom: 2.28571vw !important;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_description {
    height: auto;
    font-size: 4.26667vw !important;
    margin-bottom: 6.4vw !important;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_body_result_texts_description {
    font-size: 16px !important;
    margin-bottom: 24px !important;
  }
}
.content-inner .mf-search-results_body_result_texts_title_link .mf-highlighted-text,
.content-inner .mf-search-results_body_result_texts_description .mf-highlighted-text {
  background: #BEF0FF;
  border-radius: 2px;
}
.content-inner .mf-pagination button {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F5F5F5 !important;
  color: #000;
  text-align: center;
  border-radius: 0 !important;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
.content-inner .mf-pagination button.active-page {
  background: #00A1E9 !important;
  color: #FFF;
}
.content-inner .mf-pagination button:disabled {
  display: none;
}
.content-inner .mf-pagination button svg {
  transform: scale(0.6);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-pagination button {
    width: 2.85714vw;
    height: 2.85714vw;
    line-height: 2.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-pagination button {
    width: 11.73333vw;
    height: 11.73333vw;
    line-height: 11.73333vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-pagination button {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
.content-inner a.mf_finder_link:hover {
  text-decoration: none !important;
}
.content-inner a.mf_finder_link:hover span {
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  .content-inner a.mf_finder_link {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .content-inner a.mf_finder_link:hover {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.6;
  }
}
.content-inner .mf-search-bar_dropdown-list {
  padding: 10px !important;
}
.content-inner .mf-search-bar_dropdown-list li {
  padding: 10px !important;
  line-height: 1.6 !important;
}
.content-inner .mf-search-bar_dropdown-list li button {
  padding: 10px !important;
}
.content-inner .mf-search-bar_dropdown-list li a {
  padding: 10px !important;
}
.content-inner .mf-search-results_spellcheck_text {
  margin: 0;
  background: url("../img/common/ico_fukidashi.svg") 10px 10px no-repeat #F5F5F5;
  font-size: 16px;
  padding: 10px 10px 10px 40px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_spellcheck_text {
    font-size: 1.14286vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_spellcheck_text {
    font-size: 4.26667vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_spellcheck_text {
    font-size: 16px;
  }
}
.content-inner .mf-search-results_spellcheck_text a {
  color: #00A1E9 !important;
}
.content-inner .mf-search-results_no-results {
  font-size: 20px;
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .content-inner .mf-search-results_no-results {
    font-size: 1.42857vw;
    padding: 8.57143vw 0 4.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .mf-search-results_no-results {
    font-size: 5.33333vw;
    padding: 5.71429vw 0 2.85714vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .content-inner .mf-search-results_no-results {
    font-size: 20px;
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .content-inner .my_resp_container {
    padding: 1rem;
  }
  .content-inner .mf_finder_organic_doc {
    display: block;
  }
  .content-inner .mf_finder_organic_doc_img img {
    margin: auto;
  }
  .content-inner .mf_finder_organic_doc_contents_wrapper {
    margin: 1rem 0;
  }
}
