@charset "utf-8";

/*インターネット回線・WiFiのみに適用したい内容を記載
---------------------------------------------------------------------------------------------------*/
.top-page-tab-box {
 padding: 20px 0;
}
.tab-top-title {
 margin-bottom: 0;
}
.tab-top-title::after {
 display: none;
}
.tab-top-title__text--none {
 display: none !important;
}
.tab-search-box {
 margin-top: 0;
}
.mpnds_searchform .rf_form-submit {
 margin: 15px auto 0;
}
#breadcrumb {
 display: none !important;
}
.entry-title {
 display: none !important;
}
.result_posts {
 display: none !important;
}
.result_header {
 justify-content: flex-end;
}
.result_header .result_refine {
 display: none !important;
}
@media only screen and (max-width: 959px) {
 .top-page-tab-box {
  padding: 20px 3%;
 }
}