/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*:focus {
  outline: auto;
}

/* -------------------------------------------------------
The following is common styles of PostPet Official Website
------------------------------------------------------- */

/* Font */

body {
  font-family: "Mukta", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica", "Helvetica Neue", sans-serif;
}

/* Sony brand header */

.gHd2017_header {
  background-color: #000;
  border-top: none;
}

.gHd2017_header .gHd2017_headerInner {
  padding: 8px 20px;
  max-width: none;
}

.gHd2017_logoWrapper .gHd2017_logo img {
  width: 70px;
}

@media screen and (max-width: 768px) {
  .gHd2017_header .gHd2017_headerInner {
    padding: 6px 15px;
  }
  .gHd2017_logoWrapper {
    padding: 0;
  }
}

/* Postpet header */

.postpetHeader__pc {
  position: fixed;
  z-index: 1001;
  top: 44px;
  right: 0;
  box-sizing: border-box;
  width: 70px;
  height: calc(100vh - 44px);
  padding: 20px;
  background-color: #fff;
}

.postpetHeader__sp {
  display: none;
}

.postpetHeader__pc.-scrolling {
  height: 100vh;
  top: 0;
}

.postpetHeader__pc .postpetHeader__inner {
  position: relative;
  height: 100%;
}

.postpetHeader__btn {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  text-decoration: none;
  color: #da1770;
}

.postpetHeader__btn span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #da1770;
  transition: all 0.5s ease;
}

.postpetHeader__btn span:nth-of-type(1) {
  top: 0;
}

.postpetHeader__btn span:nth-of-type(2) {
  top: 9px;
}

.postpetHeader__btn span:nth-of-type(3) {
  bottom: 0;
}

.postpetHeader__btn.-active span:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}

.postpetHeader__btn.-active span:nth-of-type(2) {
  transform: scaleX(0);
}

.postpetHeader__btn.-active span:nth-of-type(3) {
  bottom: 10px;
  transform: rotate(135deg);
}

.postpetHeader__btnText {
  font-size: 11px;
  margin-top: 25px;
  text-align: center;
}

.postpetHeader__pc .postpetHeader__sns {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.postpetHeader__pc .postpetHeader__title {
  position: absolute;
  display: inline-block;
  top: -110px;
  left: -61px;
  width: 150px;
  transform: rotate(90deg);
  text-decoration: none;
  color: #da1770;
}

.postpetHeader__title h1 {
  font-weight: normal;
}

.postpetHeader__twitter {
  display: block;
  margin-bottom: 20px;
}

.postpetHeader__instagram {
  display: block;
}

.postpetHeader__twitter img, .postpetHeader__instagram img {
  width: 30px;
}

.postpetHeader__nav {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: fixed;
  z-index: 1002;
  top: -215vh;
  left: 0;
  width: calc(100% - 70px);
  height: calc(100vh - 44px);
  padding: 100px 50px 0px;
  border-right: solid 1px #eaeaea;
  background-color: #fff;
  background-image: url(/postpet/assets/img/common/bg_img_postpetHeader.png);
  background-repeat: no-repeat;
  background-position: -200px center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* scrollbar-width: none; */
  transition: all 0.5s ease;
  visibility: hidden;
}

.postpetHeader__nav::-webkit-scrollbar {
  display: none;
}

.postpetHeader__navInner {
  display: flex;
  flex-wrap: wrap;
  min-height: 700px;
}

.scroll-prevent {
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (-ms-high-contrast: none) {
  .postpetHeader__nav {
    transition: none;
  }
}

.postpetHeader__nav.-open {
  transform: translateY(215vh) translateY(44px);
  visibility: visible;
}

.postpetHeader__nav.-open.-scrolling {
  height: 100vh;
  top: 0;
  transform: none;
}

.postpetHeader__nav a {
  text-decoration: none;
  color: #383838;
}

.postpetHeader__nav a:hover {
  color: #da1770;
  transition: 0.3s;
}

.postpetHeader__nav .postpetHeader__box {
  width: 33.3333%;
}

.postpetHeader__nav ul {
  padding-left: 30px;
}

.postpetHeader__nav li {
  margin-bottom: 20px;
}

.postpetHeader__navLink {
  margin-top: 20px;
}

.postpetHeader__navLink>li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.postpetHeader__navLink a {
  display: flex;
  align-items: center;
}

.postpetHeader__navLink a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 7px;
  background-color: #707070;
}

.postpetHeader__navLink span {
  padding-left: 7px;
  font-size: 12px;
  font-weight: 400;
}

.postpetHeader__navTitle {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.postpetHeader__navTitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  padding-right: 5px;
  background-image: url(/postpet/assets/img/common/icon_momo.png);
  background-repeat: no-repeat;
}

.postpetHeader__navTitle span {
  padding-left: 15px;
  vertical-align: baseline;
  font-size: 12px;
}

.postpetHeader__subLink li {
  font-size: 14px;
  font-weight: normal;
  color: #383838;
}

.postpetHeader__subLink li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .postpetHeader__pc {
    display: none;
  }
  .postpetHeader__sp {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 40px;
    width: 100%;
    height: 50px;
    background-color: #fff;
  }
  .postpetHeader__sp.-scrolling {
    top: 0;
  }
  .postpetHeader__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 15px;
  }
  .postpetHeader__title {
    text-decoration: none;
    color: #da1770;
  }
  .postpetHeader__btnText {
    margin-top: 20px;
    font-size: 11px;
  }
  .postpetHeader__btn span:nth-of-type(1) {
    top: -5px;
  }
  .postpetHeader__btn span:nth-of-type(2) {
    top: 3px;
  }
  .postpetHeader__btn span:nth-of-type(3) {
    bottom: 7px;
  }
  .postpetHeader__btn.-active span:nth-of-type(1) {
    top: 3px;
  }
  .postpetHeader__btn.-active span:nth-of-type(3) {
    bottom: 15px;
  }
  .postpetHeader__nav {
    position: absolute;
    top: -215vh;
    width: 100%;
    height: calc(100vh - 86px);
    padding: 40px 15px 120px;
    border-right: none;
    border-top: solid #eaeaea 1px;
    background-position: -140px center;
    background-size: 80%;
  }
  .postpetHeader__nav.-open {
    transform: translateY(215vh) translateY(50px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* scrollbar-width: none; */
    z-index: 1003;
  }
  .postpetHeader__nav li {
    margin-bottom: 20px;
  }
  .postpetHeader__sp.-scrolling .postpetHeader__nav.-open {
    height: calc(100vh - 36px);
  }
  .postpetHeader__nav .postpetHeader__box {
    width: 100%;
    margin-bottom: 50px;
  }
  .postpetHeader__navLink {
    margin-top: 25px;
  }
  .postpetHeader__navLink>li:last-of-type {
    margin-bottom: 0;
  }
  .postpetHeader__sp .postpetHeader__sns {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .postpetHeader__sp .postpetHeader__sns a:first-child {
    margin-right: 15px;
  }
  .postpetHeader__sp .postpetHeader__sns img {
    width: 44px;
  }
}

/* Common footer */

.footer {
  position: relative;
  padding: 65px 0 30px;
  background: #fbecf7;
}

.footer__postpet {
  position: relative;
  width: 194px;
  margin: 0 auto 25px;
}

.footer__postpet img {
  width: 100%;
}

.footer__sns {
  margin: 0 auto 45px;
  letter-spacing: -0.4em;
  text-align: center;
}

.footer__sns li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
  letter-spacing: normal;
}

.footer__sonyLink {
  margin-bottom: 40px;
  letter-spacing: -0.4em;
  text-align: center;
}

.footer__sonyLink li {
  display: inline-block;
  position: relative;
  width: 246px;
  margin-left: 18px;
  vertical-align: top;
  letter-spacing: normal;
  transition: 0.5s;
}

.footer__sonyLink li:nth-of-type(1) {
  margin-left: 0;
}

.footer__sonyLink a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.footer__sonyLink img {
  width: 100%;
}

.footer__caution {
  margin-bottom: 20px;
  line-height: 2;
  text-align: center;
  font-size: 12px;
}

.footer__copyright {
  line-height: 2;
  text-align: center;
  font-size: 12px;
}

.pageTop {
  position: fixed;
  right: 100px;
  bottom: 27px;
  width: 68px;
  opacity: 0;
  transition: 0.3s;
}

.pageTop:hover {
  cursor: pointer;
  transform: translateY(-8px);
}

.pageTop.-fade {
  opacity: 1;
  transition: 0.3s;
}

.pageTop img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer__sns {
    margin: 0 auto 20px;
  }
  .footer__sonyLink {
    width: 80%;
    margin: 0 auto 30px;
  }
  .footer__sonyLink li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 320px;
  }
  .footer__caution {
    padding: 0 10%;
    line-height: 1.4;
  }
  .footer__copyright {
    padding: 0 10%;
    line-height: 1.4;
  }
  .pageTop {
    right: 15px;
    bottom: 15px;
    width: 15%;
  }
}

/* Common components */

.spOnly {
  display: none;
}

.pcOnly {
  display: block;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.cmn-btn.-style01 a {
  display: inline-block;
  box-sizing: border-box;
  width: 260px;
  padding: 10px 20px;
  background-color: #fff;
  border: solid 3px #da1770;
  border-radius: 50px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #da1770;
}

.cmn-btn.-style01 a:hover {
  background-color: #da1770;
  color: #fff;
  transition: 0.3s;
}

.cmn-btn.-style02 a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 240px;
  padding: 10px 30px 10px;
  background-color: #da1770;
  border: solid 3px #da1770;
  border-radius: 50px;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.cmn-btn.-style02 a:hover {
  background-color: #fff;
  color: #da1770;
  transition: 0.3s;
}

.cmn-btn.-style02 a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30%;
  right: 6%;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #fff;
}

.cmn-btn.-style02 a:hover span {
  background-color: #da1770;
  transition: 0.3s;
}

.cmn-btn.-style02 a span::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 2px;
  border-top: solid #da1770 2px;
  border-right: solid #da1770 2px;
  transform: rotate(45deg);
}

.cmn-btn.-style02 a:hover span::after {
  border-top: solid #fff 2px;
  border-right: solid #fff 2px;
  transition: 0.3s;
}

.-fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.-fadein.-scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .cmn-btn.-style01 a {
    width: 80%;
  }
}

.wrapper {
  background-color: #da1770;
}

.content {
  width: calc(100% - 70px);
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

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

.l-float__wrap {
  overflow: hidden;
}

.l-float__left {
  float: left;
  width: 50%;
}

.l-float__right {
  float: right;
  width: 50%;
}

.l-inline-block__wrap {
  font-size: 0;
}

.l-inline-block__item {
  display: inline-block;
  vertical-align: middle;
}

.l-category {
  background-color: #fff;
  max-width: 260px;
  text-align: center;
  color: #da1770;
  font-size: 20px;
  padding: 15px 0px;
  margin-top: 25px;
  border-radius: 0 12px 12px 0px;
  font-weight: bold;
}

.l-category--totop-only {
  max-width: 170px;
}

@media (max-width: 768px) {
  .l-category {
    margin-top: 70px;
    font-size: 16px;
    width: 120px;
    padding: 10px 0px;
  }
}

.l-page-genre {
  color: white;
  text-align: center;
  font-size: 32px;
  margin-top: 10px;
  font-weight: bold;
}

.l-page-genre__sub {
  font-size: 16px;
  margin-top: 15px;
}

.l-tab-col4 {
  text-align: center;
  max-width: 1100px;
  margin: 55px auto 0 auto;
}

@media (max-width: 768px) {
  .l-tab-col4 {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.l-tab-col4 .m-tab {
  margin-top: 55px;
  text-align: center;
}

.l-tab-col4 .m-tab__item {
  display: inline-block;
  max-width: 260px;
  width: calc((100% - 72px) / 4);
  background-color: white;
  height: 65px;
  vertical-align: middle;
  position: relative;
  border-radius: 20px 20px 0 0;
  border: 5px solid #da1770;
}

.l-tab-col4 .m-tab__item.is-current {
  border: 5px solid #fff;
}

.l-tab-col4 .m-tab__item.is-current:hover {
  opacity: 1;
}

.l-tab-col4 .m-tab__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #da1770;
  font-weight: bold;
  font-size: 16px;
  width: 90%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col4 .m-tab__item__text:hover {
  color: white;
  background-color: #da1770;
  border-radius: 20px;
}

.l-tab-col4 .m-tab__item__text.is-current {
  width: 93%;
  height: 95%;
  color: white;
  background-color: #da1770;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-tab-col4 .m-tab__item+.m-tab__item {
  margin-left: 7px;
}

@media (max-width: 768px) {
  .l-tab-col4 .m-tab__item {
    width: 180px;
  }
}

.l-content__main {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px 75px 50px 75px;
  box-sizing: border-box;
  margin-top: 55px;
  position: relative;
}

@media (max-width: 768px) {
  .l-content__main {
    padding: 20px;
    font-size: 14px;
  }
}

.l-content__main__withtab {
  border-radius: 0 0 20px 20px;
  margin-top: 0px;
}

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

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.l-line--dot {
  border: none;
  border-top: dashed 1px #707070;
  height: 1px;
  color: #ffffff;
  margin: 50px 0 0 0;
}

@media (max-width: 768px) {
  .l-line--dot {
    margin: 20px auto;
    width: 100%;
  }
}

.l-pager {
  width: 100%;
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .l-pager {
    width: 100%;
    padding: 25px 0 40px;
  }
}

.l-pager .m-pager-num:hover, .l-pager .m-pager-num.m-pager__now_page {
  background: url(/postpet/assets/img/common/pager_bg01.png) center center;
  background-size: cover;
}

.l-pager .m-pager-item {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 5px;
  background: url(/postpet/assets/img/common/pager_bg02.png) center center;
  background-size: cover;
  font-size: 17px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .l-pager .m-pager-item {
    width: 36px;
    height: 36px;
    margin: 0 2px;
    font-size: 15px;
  }
}

.l-pager .m-pager-item .m-pager-item__link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  color: #e50150;
  text-decoration: none;
}

@media (max-width: 768px) {
  .l-pager .m-pager-item .m-pager-item__link {
    padding-top: 10px;
  }
}

.l-pager .m-pager-item:hover .m-pager-item__link, .l-pager .m-pager-item.m-pager__now_page .m-pager-item__link {
  color: #fff;
}

.l-pager .pager_right {
  width: 20px;
  background: url(/postpet/assets/img/common/arrow_right.png) no-repeat center center;
  background-size: 8px 14px;
}

@media (max-width: 768px) {
  .l-pager .pager_right {
    background-size: 6px 12px;
  }
}

.l-pager .pager_left {
  width: 20px;
  background: url(/postpet/assets/img/common/arrow_left.png) no-repeat center center;
  background-size: 8px 14px;
}

.l-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  color: white;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .l-breadcrumb {
    font-size: 12px;
    margin-top: 15px;
  }
}

.m-breadcrumb__link {
  color: white;
}

.m-breadcrumb__gt {
  margin: 0 10px;
}

.under-content {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .under-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
}

.l-bg-img {
  z-index: -1;
  position: absolute;
}

.l-sns-share {
  text-align: center;
}

.l-sns-share .m-sns-share__link {
  text-decoration: none;
}

.m-sns-share__text {
  max-width: 141px;
}

.m-sns-share__item {
  max-width: 60px;
  margin: 10px;
}

.m-sns-share__link:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .m-sns-share__item {
    max-width: 48px;
    margin: 5px;
  }
}

.m-comic {
  max-width: 317px;
  margin: 20px auto 0 auto;
  position: relative;
  display: none;
}

.m-comic.m-comic--first {
  display: block;
}

.m-comic__otodoke {
  margin: 85px auto 0 auto;
}

.m-comic__new {
  margin: 60px auto 0 auto;
}

@media (max-width: 768px) {
  .m-comic {
    width: 90%;
    margin: 20px auto 40px auto;
  }
  .m-comic__new {
    margin: 100px auto 40px auto;
  }
}

.m-comic__update-icon {
  max-width: 112px;
  position: absolute;
  left: -125px;
  top: -35px;
}

@media (max-width: 768px) {
  .m-comic__update-icon {
    top: -5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 25%;
  }
}

.m-comic__text {
  margin-top: 20px;
}

.l-comic-wrapper {
  background-image: url(../../img/common/bg_img_postpetHeader2.png);
  background-repeat: no-repeat;
  background-position: -10px -50px;
}

@media (max-width: 768px) {
  .l-comic-wrapper {
    background-size: 100%;
    background-position: top 25vw left -10vw;
  }
}

.l-wrapper__header2 {
  background-image: url(../../../assets/img/common/bg_img_postpetHeader2.png);
  background-repeat: no-repeat;
  background-position: -10px -50px;
}

@media (max-width: 768px) {
  .l-wrapper__header2 {
    background-size: 100%;
    background-position: top 15vw left -10vw;
  }
}

.m-category__totop {
  width: 57px;
  display: inline-block;
  padding-right: 14px;
  vertical-align: middle;
}

.m-category__tocategory {
  display: inline-block;
  vertical-align: middle;
  color: #da1770;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .m-category__tocategory {
    padding-left: 15px;
    border-left: 1px solid #da1770;
  }
}

@media (max-width: 768px) {
  .under-content__no-category {
    margin-top: 100px;
  }
}

.m-text--primary {
  color: #da1770;
}

.m-hub__title {
  margin-bottom: 20px;
  color: #da1770;
}

@media (max-width: 768px) {
  .m-hub__title {
    text-align: left;
  }
}

.m-hub__title__main {
  font-size: 24px;
}

.m-hub__title__sub {
  font-size: 14px;
}

@media (max-width: 768px) {
  .m-hub__wrap {
    width: 100%;
    text-align: center;
  }
  .m-hub__wrap+.m-hub__wrap {
    margin-top: 30px;
  }
}

.m-hub__img {
  text-align: center;
  width: 29.47368421052632%;
}

@media (max-width: 768px) {
  .m-hub__img {
    width: 100%;
  }
}

.m-hub__img__item {
  max-width: 140px;
}

.m-hub__btn {
  font-size: 16px;
  margin-left: 3.789473684210526%;
  width: 61.05263157894737%;
}

@media (max-width: 768px) {
  .m-hub__btn {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

.m-hub__btn.cmn-btn.-style02 a {
  max-width: 240px;
  width: 100%;
  display: inline-block;
  padding-right: 40px;
}

.m-icon-ext {
  margin-left: 5px;
  width: 16px;
}

.m-icon-ext__white {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.showmore [aria-hidden="true"]{
  display: none!important;
}
