body {
  background: #f0f0f0;
}

a:hover {
  text-decoration: underline;
}

.m-header {
  width: 100%;
  background: linear-gradient(90deg, #145FD2, #00D4FF);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  transition: 0.6s;
  z-index: 1;
}
@media (max-width: 690px) {
  .m-header {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }
}
.m-header_inner {
  max-width: 1680px;
  padding: 24px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  transition: 0.6s;
}
@media (max-width: 690px) {
  .m-header_inner {
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.m-header_inbox {
  display: flex;
  gap: 16px;
  align-items: center;
}
.m-header_logo a {
  display: block;
}
.m-header_logo img {
  width: 90px !important;
  margin: 0 !important;
  transition: 0.6s;
}
@media (max-width: 690px) {
  .m-header_logo img {
    width: 60px !important;
  }
}
.m-header_leadtext {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 980px) {
  .m-header_leadtext {
    font-size: 18px;
  }
}
@media (max-width: 690px) {
  .m-header_leadtext {
    font-size: 16px;
  }
}
.m-header_h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 980px) {
  .m-header_h1 {
    font-size: 40px;
  }
}
@media (max-width: 690px) {
  .m-header_h1 {
    font-size: 30px;
  }
}
@media (max-width: 690px) {
  .m-header_gotoindex {
    width: 100%;
  }
}
.m-header_gotoindex a {
  display: flex;
  color: white;
  gap: 4px;
  align-items: center;
}
@media (max-width: 980px) {
  .m-header_gotoindex a {
    font-size: 13px;
  }
}
@media (max-width: 690px) {
  .m-header_gotoindex a {
    justify-content: flex-end;
    font-size: 10px;
    gap: 2px;
  }
}
.m-header_gotoindex a img {
  margin: 0 !important;
}
@media (max-width: 690px) {
  .m-header_gotoindex a img {
    width: 13px !important;
  }
}

.m-locator {
  padding: 16px 0;
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  .m-locator {
    margin-bottom: 16px;
  }
}
.m-locator_inner {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.m-locator li {
  position: relative;
  list-style: none;
  color: #999;
  font-size: 13px;
  font-weight: 400;
}
.m-locator li a {
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
}
.m-locator li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}

.contents {
  display: flex;
  gap: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .contents {
    flex-direction: column;
  }
}

.contents_left {
  flex: 1;
}

.contents_right {
  width: 290px;
}
@media (max-width: 980px) {
  .contents_right {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

.m-title_h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 690px) {
  .m-title_h1 {
    font-size: 24px;
  }
}
.m-title_lead {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 690px) {
  .m-title_lead {
    font-size: 24px;
  }
}
.m-title_catch {
  color: #145FD2;
  font-size: 14px;
  font-family: "din-2014", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.m-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
  padding: 3px 6px;
  background: #ffffff;
  border: 1px solid #145FD2;
  transition: 0.6s;
}

.m-category-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.m-category-link a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
  padding: 3px 6px;
  background: #ffffff;
  border: 1px solid #145FD2;
  transition: 0.6s;
}
.m-category-link a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #145FD2;
}

.m-tag {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
}
.m-tag::before {
  content: "#";
}

.m-tag-link {
  display: inline-block;
  line-height: 1;
}
.m-tag-link::before {
  display: none;
}
.m-tag-link a {
  font-size: 13px;
  font-weight: 500;
  transition: 0.6s;
  color: #333333;
}
.m-tag-link a::before {
  content: "#";
}
.m-tag-link a:hover {
  color: #145FD2;
  text-decoration: none;
}

time {
  font-size: 13px;
  line-height: 1;
  color: #999;
}

.m-marker {
  background: linear-gradient(transparent 50%, #FDF395 50%);
  color: #666;
}

.m-content-hero {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, transparent, #145FD2, transparent) 1;
     border-image: linear-gradient(to right, transparent, #145FD2, transparent) 1;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 690px) {
  .m-content-hero {
    padding: 24px 0;
  }
}
.m-content-hero_title {
  margin-bottom: 0 !important;
  font-size: 32px;
}
@media (max-width: 690px) {
  .m-content-hero_title {
    font-size: 24px;
  }
}

.m-tab-panel__tabs {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (max-width: 980px) {
  .m-tab-panel__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 690px) {
  .m-tab-panel__tabs {
    gap: 8px;
  }
}
.m-tab-panel__tabs .m-tab-panel__tab {
  position: relative;
  padding: 16px 8px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #333333;
  border-radius: 8px;
  flex: 1;
  transition: 0.6s;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .m-tab-panel__tabs .m-tab-panel__tab {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 690px) {
  .m-tab-panel__tabs .m-tab-panel__tab {
    padding: 8px;
  }
}
@media (max-width: 690px) {
  .m-tab-panel__tabs .m-tab-panel__tab {
    flex: initial;
  }
}
.m-tab-panel__tabs .m-tab-panel__tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  z-index: -1;
}
.m-tab-panel__tabs .m-tab-panel__tab--active {
  color: #ffffff;
  background: transparent;
}
.m-tab-panel__tabs .m-tab-panel__tab--active::after {
  display: none;
}
.m-tab-panel__tabs .m-tab-panel__indicator {
  position: absolute;
  top: 0;
  height: -webkit-fill-available;
  background: #145FD2;
  transition: 0.6s;
  width: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
}
@media (max-width: 980px) {
  .m-tab-panel__tabs .m-tab-panel__indicator {
    height: 56px;
  }
}
@media (max-width: 690px) {
  .m-tab-panel__tabs .m-tab-panel__indicator {
    height: 48px;
  }
}

.m-tab-panel__contents {
  margin-top: 1.5rem;
}
.m-tab-panel__contents .m-tab-panel__content {
  display: none;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media (max-width: 980px) {
  .m-tab-panel__contents .m-tab-panel__content {
    padding: 24px;
  }
}
.m-tab-panel__contents .m-tab-panel__content--active {
  display: block;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 980px) {
  .m-tab-panel__contents .m-tab-panel__content .m-tab-panel__articles {
    gap: 24px;
  }
}
@media (max-width: 690px) {
  .m-tab-panel__contents .m-tab-panel__content .m-tab-panel__articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__articles article {
  background: #ffffff;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list a {
  transition: 0.6s;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list a:hover {
  text-decoration: none;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list_info {
  padding: 16px;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list_title {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-bottom: 0;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list .m-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
  padding: 3px 6px;
  background: #ffffff;
  border: 1px solid #145FD2;
  transition: 0.6s;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list .m-tag {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
}
.m-tab-panel__contents .m-tab-panel__content .m-archives-list .m-tag::before {
  content: "#";
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-numbers {
  display: flex;
  gap: 8px;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number {
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  border-radius: 50px;
  transition: 0.6s;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow:hover,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number:hover {
  color: #333333;
  background: #f0f0f0;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow--active,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number--active {
  color: white;
  background: #145FD2;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow--inactive,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number--inactive {
  pointer-events: none;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow._prev,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number._prev {
  position: relative;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow._prev::after,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number._prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow._next,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number._next {
  position: relative;
}
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-arrow._next::after,
.m-tab-panel__contents .m-tab-panel__content .m-tab-panel__pagination .m-tab-panel__page-number._next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
}

.m-media-hero {
  margin-bottom: 40px;
}
.m-media-hero_inner {
  width: 92%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.m-archives a {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  transition: 0.6s;
}
@media (max-width: 690px) {
  .m-archives a {
    flex-direction: column;
    gap: 16px;
  }
}
.m-archives a:hover {
  text-decoration: none;
}
.m-archives_thumbnail {
  width: 240px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 690px) {
  .m-archives_thumbnail {
    width: 100%;
  }
}
.m-archives_info {
  flex: 1;
}
.m-archives_title {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-bottom: 0;
}
.m-archives .m-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  border-radius: 4px;
  padding: 3px 6px;
  background: #ffffff;
  border: 1px solid #145FD2;
  transition: 0.6s;
}
.m-archives .m-tag {
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
}
.m-archives .m-tag::before {
  content: "#";
}

.cover {
  border-radius: 8px;
  overflow: hidden;
}

.m-article-detail {
  background: #ffffff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 16px;
}
@media (max-width: 690px) {
  .m-article-detail {
    padding: 24px;
  }
}
.m-article-detail.-sub {
  gap: 40px;
}
.m-article-detail_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 690px) {
  .m-article-detail_head {
    gap: 8px;
  }
}
.m-article-detail_time-list {
  font-size: 13px;
  line-height: 1;
  color: #999;
  display: flex;
  gap: 8px;
  align-items: center;
}
.m-article-detail .depth-articles h2 {
  font-size: 28px;
  border-bottom: 2px solid #dddddd;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
@media (max-width: 690px) {
  .m-article-detail .depth-articles h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    line-height: 1;
  }
}
.m-article-detail .depth-articles h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100px;
  height: 2px;
  background: #145FD2;
}
.m-article-detail .depth-articles h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
@media (max-width: 690px) {
  .m-article-detail .depth-articles h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.m-article-detail .depth-articles p + p {
  margin-top: 0 !important;
}
.m-article-detail .depth-articles p {
  font-weight: 400;
  color: #777;
}
.m-article-detail .depth-articles li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.m-article-detail .depth-articles a {
  color: #1857b7;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.9px;
  text-decoration-line: underline;
}
.m-article-detail .depth-articles a:hover {
  opacity: 0.75;
}
.m-article-detail .depth-articles .p_link {
  background: #f0f0f0;
  padding: 24px 32px;
  border-radius: 8px;
}
@media (max-width: 690px) {
  .m-article-detail .depth-articles .p_link {
    padding: 24px;
  }
}
.m-article-detail .depth-articles .p_link .pl_title {
  position: relative;
  color: #333333;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 16px;
  padding-bottom: 20px;
}
.m-article-detail .depth-articles .p_link .pl_title::before, .m-article-detail .depth-articles .p_link .pl_title::after {
  content: "";
  display: block;
  position: absolute;
}
.m-article-detail .depth-articles .p_link .pl_title::before {
  width: 40px;
  height: 2px;
  top: -24px;
  left: 0px;
  background: #145FD2;
}
.m-article-detail .depth-articles .p_link .pl_title::after {
  width: calc(100% + 64px);
  height: 2px;
  bottom: 0;
  left: -32px;
  background: #ffffff;
}
.m-article-detail .depth-articles .p_link .pl_txt {
  display: flex;
  gap: 8px;
  font-weight: 700;
}
.m-article-detail .depth-articles .p_link .pl_txt .num {
  color: #333333;
}
.m-article-detail .depth-articles .p_link .pl_txt a {
  color: #333333;
  line-height: 2.2;
}
.m-article-detail .depth-articles .p_link .list_none {
  color: #333333;
  list-style: none;
}
.m-article-detail .depth-articles .p_link .list_none li {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.m-article-detail .depth-articles .p_link .list_none li a {
  color: #333333;
}

#nextprev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin: 60px 0;
  padding: 40px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
@media (max-width: 690px) {
  #nextprev {
    display: grid;
    gap: 16px;
  }
}
@media (max-width: 690px) {
  #nextprev li.next {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
#nextprev li a img {
  margin: 0;
}

#nextprev .next, #nextprev .prev {
  list-style-type: none;
}

#nextprev .next a, #nextprev .prev a {
  display: flex;
  gap: 5px;
  align-items: center;
}

#nextprev .next.no-next-post, #nextprev .next.no-prev-post, #nextprev .prev.no-next-post, #nextprev .prev.no-prev-post {
  display: flex;
  gap: 5px;
  align-items: center;
  opacity: 0.6;
}

.sns_share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 !important;
  border: none !important;
  padding-top: 0 !important;
  gap: 10px;
}
@media (max-width: 690px) {
  .sns_share {
    grid-column: 1/3;
    grid-row: 2/3;
    justify-content: center;
  }
}

.sns_share li {
  flex: 0 1 auto;
  margin-right: 0;
  margin-bottom: 0;
  line-height: 0;
  list-style: none;
  width: 50px !important;
  height: 50px !important;
}

.sns_share li a, .sns_share li iframe {
  height: 100% !important;
  width: 100% !important;
  border-radius: 50% !important;
  font-size: 0;
  padding: 0 !important;
  transition: all 0.2s;
}

.sns_share li a:hover, .sns_share li iframe:hover {
  opacity: 0.8;
}

.m-writer {
  margin-top: 60px;
  border-top: 1px solid #145FD2;
  padding-top: 24px;
}
.m-writer_title {
  font-weight: 400;
  font-size: 13px !important;
  margin-bottom: 4px !important;
}
.m-writer_grid {
  display: grid;
  gap: 10px 24px;
  grid-template-columns: 70px auto;
}
.m-writer_img {
  width: 70px;
  grid-column: 1/2;
  grid-row: 1/2;
}
.m-writer_img img {
  width: 100%;
}
.m-writer_box {
  grid-column: 2/3;
  grid-row: 1/2;
}
.m-writer_company {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.m-writer_name {
  color: #2A4972;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.m-writer_profile {
  grid-column: 1/3;
}
.m-writer_profile p {
  font-size: 13px;
}
.m-writer_profile p a {
  font-size: 13px;
  color: #145FD2;
}
.m-writer_profile p a:hover {
  text-decoration: underline !important;
}

.m-relation {
  font-size: 13px;
}
.m-relation_title {
  font-size: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #dddddd;
}
.m-relation_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  width: 100px;
  height: 2px;
  background: #145FD2;
}
.m-relation_list {
  display: flex;
  gap: 24px;
}
@media (max-width: 690px) {
  .m-relation_list {
    flex-direction: column;
  }
}
.m-relation_list li {
  position: relative;
}
.m-relation_list li a {
  color: #333333;
  transition: 0.6s;
}
@media (max-width: 690px) {
  .m-relation_list li a {
    display: flex;
    gap: 16px;
  }
}
.m-relation_list li a::after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(/dcms_media/image/icon_arrows_blue.png) no-repeat center/contain;
  margin-left: auto;
}
@media (max-width: 690px) {
  .m-relation_list li a::after {
    display: none;
  }
}
.m-relation_thumbnail {
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
@media (max-width: 690px) {
  .m-relation_thumbnail {
    margin-bottom: 0;
    width: 140px;
  }
}
.m-relation_info {
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 690px) {
  .m-relation_info {
    flex: 1;
  }
}

.aside {
  position: sticky;
  top: 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aside_title {
  font-size: 16px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.aside_banner + .aside_banner {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .aside_banner + .aside_banner {
    margin-top: 24px;
  }
}
.aside_categorylist, .aside_taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .aside_categorylist, .aside_taglist {
    margin-bottom: 16px;
  }
}
.aside .m-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: #ffffff;
  border-style: solid;
  border-color: #ffffff;
  border-width: 2px;
  border-radius: 8px;
  transition: 0.6s;
}
.aside .m-button a:hover {
  border-color: #145FD2;
  text-decoration: none;
}

.m-search {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
}
.m-search_form {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.m-search_txt {
  font-size: 13px;
  flex: 1;
  padding: 4px;
}
.m-search_bttn {
  color: transparent;
  width: 24px;
  height: 24px;
  background: url(/dcms_media/image/icon_goggles.png) no-repeat center/contain;
}/*# sourceMappingURL=bm-media.css.map */