@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv .inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f2f1), color-stop(45%, #f0f2f1), color-stop(55%, rgba(240, 242, 241, 0)), color-stop(95%, rgba(240, 242, 241, 0)), color-stop(99%, #f0f2f1), to(#f0f2f1)), url(../images/blog/mainv_bg.jpg);
  background-image: -webkit-linear-gradient(left, #f0f2f1, #f0f2f1 45%, rgba(240, 242, 241, 0) 55%, rgba(240, 242, 241, 0) 95%, #f0f2f1 99%, #f0f2f1), url(../images/blog/mainv_bg.jpg);
  background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 45%, rgba(240, 242, 241, 0) 55%, rgba(240, 242, 241, 0) 95%, #f0f2f1 99%, #f0f2f1), url(../images/blog/mainv_bg.jpg);
  background-size: auto auto, auto 100%;
  background-position: left top, right top;
}
#mainv .inner h1 span {
  font-size: 36px;
}

@media only screen and (max-width: 750px) {
  #mainv .inner {
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f2f1), color-stop(20%, #f0f2f1), color-stop(40%, rgba(240, 242, 241, 0)), to(rgba(240, 242, 241, 0))), url(../images/blog/mainv_bg.jpg);
    background-image: -webkit-linear-gradient(left, #f0f2f1, #f0f2f1 20%, rgba(240, 242, 241, 0) 40%, rgba(240, 242, 241, 0)), url(../images/blog/mainv_bg.jpg);
    background-image: linear-gradient(90deg, #f0f2f1, #f0f2f1 20%, rgba(240, 242, 241, 0) 40%, rgba(240, 242, 241, 0)), url(../images/blog/mainv_bg.jpg);
    background-size: auto auto, auto 100%;
    background-position: left top, right 50% bottom;
  }
  #mainv .inner h1 span {
    font-size: 5.5vw;
  }
  #breadCrumb {
    font-size: 12px;
    background: #EFEFEF;
  }
}
.cat {
  background: var(--zabuton4Bg);
}
.cat span {
  color: var(--zabuton4Text);
}
.cat:hover {
  background: #535353;
  opacity: 1 !important;
}
.cat:hover span {
  color: #fff;
}

.archive .blogtagHeading {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 20px;
}
.archive .blogtagHeading span {
  color: var(--textEm);
}
.archive ul li {
  width: calc(50% - 15px);
  background: #F5F5F5;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  margin: 0 30px 50px 0;
  position: relative;
}
.archive ul li a:hover {
  opacity: 0.5;
}
.archive ul li figure {
  width: 100%;
  height: 250.5px;
}
.archive ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive ul li .textArea {
  padding: 20px 20px 30px;
}
.archive ul li .textArea a {
  display: block;
}
.archive ul li .textArea .date {
  color: var(--textPoint);
  font-size: 12px;
  display: inline-block;
}
.archive ul li .textArea .cat {
  width: -webkit-fit-content;
  width: fit-content;
  -moz-width: -moz-fit-content;
  max-width: 50%;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive ul li .textArea .cat span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.archive ul li .textArea .title {
  font-size: 18px;
}
.archive ul li .tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 0 0;
}
.archive ul li .tagList > li {
  width: auto;
  background: transparent;
  margin: 10px 10px 0 0;
}
.archive ul li .tagList > li a {
  display: block;
  padding: 1px 8px;
  background: #ddd;
  border-radius: 3px;
}
.archive ul li .tagList > li a:hover {
  background: #aaa;
  opacity: 1;
}
.archive ul li:nth-child(2n) {
  margin-right: 0;
}

.single {
  margin: 0 50px 0 0;
}
.single .date {
  width: 100%;
  color: var(--textPoint);
  font-size: 12px;
  border-bottom: 1px solid #BABABA;
  margin: 0 0 40px;
  padding: 0 0 20px;
}
.single .title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
}
.single .catList {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single .catList li {
  width: -webkit-fit-content;
  width: fit-content;
  -moz-width: fit-conent;
}
.single .catList li a {
  border-radius: 50vh;
  margin: 0 15px 0 0;
  padding: 5px 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single .tagList {
  border-top: solid 1px #BABABA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0 0;
  margin: 0 0 52px;
}
.single .tagList > li {
  width: auto;
  background: transparent;
  margin: 10px 10px 0 0;
}
.single .tagList > li a {
  display: block;
  padding: 1px 8px;
  background: #ddd;
  border-radius: 3px;
}
.single .tagList > li a:hover {
  background: #aaa;
  opacity: 1;
}
.single .honbun {
  line-height: 2;
  margin: 0 0 50px;
}
.single .honbun h1 {
  line-height: 1.5;
}
.single .honbun h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 50px 0 20px;
  position: relative;
  padding: 0 0 0 25px;
}
.single .honbun h2::before {
  content: "";
  height: 100%;
  width: 10px;
  background: var(--heading4Bdr);
  position: absolute;
  left: 0;
  top: 0;
}
.single .honbun h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 30px 0 15px;
}
.single .honbun h4 {
  font-weight: 700;
}
.single .honbun a {
  color: var(--textLink);
  word-break: break-all;
  text-decoration: underline;
}
.single .honbun a:hover {
  text-decoration: none;
}
.single .honbun #toc {
  margin: 50px 0 0;
}
.single .honbun #toc .inner {
  max-width: 450px;
  background: #F9F9F9;
  border: solid 1px #DDD;
  border-radius: 10px;
  padding: 20px 30px;
  margin: 10px 0 30px;
}
.single .honbun #toc .inner .title {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
}
.single .honbun #toc .inner .title::before {
  content: "";
  width: 1em;
  height: 5px;
  background: #A3A4A4;
  display: block;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  position: absolute;
  top: 50%;
  left: 0;
}
.single .honbun #toc .inner .title::after {
  content: "";
  width: 1em;
  height: 5px;
  background: #A3A4A4;
  display: block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  position: absolute;
  top: 50%;
  left: 0;
}
.single .honbun #toc .inner ol {
  padding: 0;
  list-style-type: none;
}
.single .honbun #toc .inner ol li a {
  color: #666;
}
.single .honbun #toc .inner ol ol li::before {
  content: "ー";
  color: #BBB;
  padding: 0 3px 0 1em;
}
.single .honbun .add-bor-tb {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: 8px 0;
  display: block;
}
.single .honbun .add-fukidashi {
  color: #000;
  background: #EFF1F5;
  border: solid 1px #8C8F94;
  display: block;
  margin: 20px 0 30px;
  padding: 10px;
  position: relative;
}
.single .honbun .add-fukidashi::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 10px #EFF1F5;
  display: block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.single .honbun .add-fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 10px #8C8F94;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.single .honbun .thumb {
  margin: 0 0 30px;
}
.single .honbun .thumb img {
  max-height: 400px;
}
.single .honbun .para {
  font-size: 1.1em;
}
.single .honbun #ez-toc-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #CCC;
  margin: 0 0 65px;
  padding: 28px 44px 30px;
  /*全体*/
  /*部分*/
}
.single .honbun #ez-toc-container .ez-toc-title {
  color: #666;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
.single .honbun #ez-toc-container ul li {
  color: #666;
  list-style: none;
  text-decoration: none;
}
.single .honbun #ez-toc-container ul li a {
  color: #666;
  text-decoration: none;
}
.single .honbun #ez-toc-container ul li a:hover {
  text-decoration: underline;
}
.single .honbun #ez-toc-container nav > ul {
  counter-reset: count;
}
.single .honbun #ez-toc-container nav > ul > li {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 43px;
  position: relative;
  line-height: 1.3;
}
.single .honbun #ez-toc-container nav > ul > li::before {
  counter-increment: count;
  content: counter(count);
  color: #2E3192;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding-right: 33px;
  position: absolute;
  top: 0;
  left: 0;
}
.single .honbun #ez-toc-container nav > ul > li + li {
  margin-top: 35px;
}
.single .honbun #ez-toc-container nav > ul > li ul {
  margin: 0;
}
.single .honbun #ez-toc-container nav > ul > li ul li {
  list-style: none;
  font-size: 15px;
  font-weight: normal;
  margin-top: 8px;
}
.single .honbun #ez-toc-container nav > ul > li ul li:first-child {
  margin-top: 10px;
}
.single .honbun #ez-toc-container nav > ul > li ul li:before {
  content: "・";
  color: #2E3192;
  font-weight: bold;
  padding-right: 0.3em;
}
.single .honbun > p {
  margin: 0;
}
.single .honbun img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single .honbun a {
  color: var(--textLink);
  text-decoration: underline;
}
.single .honbun a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  .cat:hover {
    background: var(--zabuton4Bg);
  }
  .cat:hover span {
    color: var(--zabuton4Text);
  }
  .archive .blogtagHeading {
    margin: 0 0 10vw;
    font-weight: bold;
    font-size: 20px;
  }
  .archive ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    position: relative;
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .archive ul li figure {
    width: 37%;
    height: auto;
  }
  .archive ul li .textArea {
    padding: 0;
    width: 60%;
  }
  .archive ul li .textArea a {
    display: block;
  }
  .archive ul li .textArea .date {
    margin: 0 0 3vw;
  }
  .archive ul li .textArea .title {
    font-size: 18px;
  }
  .archive ul li .textArea .cat {
    max-width: 37%;
  }
  .archive ul li .tagList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 3vw 0 0;
  }
  .archive ul li .tagList > li {
    display: block;
    width: auto;
    background: transparent;
    margin: 3vw 10px 0 0;
    padding: 0;
    border-bottom: none;
  }
  .archive ul li .tagList > li a {
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
  }
  .single {
    margin: 0;
  }
  .single .date {
    font-size: 12px;
    margin: 0 0 8vw;
    padding: 0 0 4vw;
  }
  .single .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 3vw;
  }
  .single .catList {
    margin: 6vw 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single .catList li {
    width: -webkit-fit-content;
    width: fit-content;
    -moz-width: fit-conent;
  }
  .single .catList li a {
    font-size: 12px;
    border-radius: 50vh;
    margin: 0 15px 0 0;
    padding: 5px 12px;
  }
  .single .tagList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5vw 0 0;
    margin: 10vw 0 13vw;
  }
  .single .tagList > li {
    margin: 3vw 10px 0 0;
  }
  .single .tagList > li a {
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
  }
  .single .honbun {
    line-height: 2;
  }
  .single .honbun h1 {
    line-height: 1.5;
  }
  .single .honbun h2 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 50px 0 20px;
    position: relative;
    padding: 0 0 0 15px;
  }
  .single .honbun h2::before {
    content: "";
    height: 100%;
    width: 5px;
  }
  .single .honbun h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 30px 0 15px;
  }
  .single .honbun h4 {
    font-weight: 700;
  }
  .single .honbun a:hover {
    text-decoration: underline;
  }
  .single .honbun #toc {
    margin: 30px 0 0;
  }
  .single .honbun #toc .inner {
    width: calc(100% - 32px);
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0 30px;
  }
  .single .honbun #toc .inner .title {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
  }
  .single .honbun #toc .inner .title::before {
    content: "";
    width: 1em;
    height: 5px;
    display: block;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .single .honbun #toc .inner .title::after {
    content: "";
    width: 1em;
    height: 5px;
    display: block;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .single .honbun #toc .inner ol {
    padding: 0;
    list-style-type: none;
  }
  .single .honbun #toc .inner ol ol li::before {
    content: "ー";
    padding: 0 3px 0 1em;
  }
  .single .honbun .add-bor-tb {
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding: 8px 0;
    display: block;
  }
  .single .honbun .add-fukidashi {
    color: #000;
    background: #EFF1F5;
    border: solid 1px #8C8F94;
    display: block;
    margin: 20px 0 30px;
    padding: 10px;
    position: relative;
  }
  .single .honbun .add-fukidashi::before {
    content: "";
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-top: solid 10px #EFF1F5;
    display: block;
    position: absolute;
    bottom: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .single .honbun .add-fukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-top: solid 10px #8C8F94;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .single .honbun .thumb {
    margin: 0 0 20px;
  }
  .single .honbun .thumb img {
    max-width: 100%;
    height: auto;
    max-height: inherit;
  }
  .single .honbun .para {
    font-size: 1.15em;
  }
  .single .honbun #ez-toc-container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #CCC;
    margin: 0 0 8vw;
    padding: 4vw 6vw;
    /*全体*/
    /*部分*/
  }
  .single .honbun #ez-toc-container .ez-toc-title {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4vw;
  }
  .single .honbun #ez-toc-container ul li {
    color: #666;
    list-style: none;
    text-decoration: none;
  }
  .single .honbun #ez-toc-container nav > ul {
    counter-reset: count;
  }
  .single .honbun #ez-toc-container nav > ul > li {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 5vw;
    position: relative;
    line-height: 1.4;
  }
  .single .honbun #ez-toc-container nav > ul > li::before {
    counter-increment: count;
    content: counter(count);
    color: #2E3192;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 4vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .single .honbun #ez-toc-container nav > ul > li + li {
    margin-top: 4vw;
  }
  .single .honbun #ez-toc-container nav > ul > li ul li {
    list-style: none;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
  }
  .single .honbun #ez-toc-container nav > ul > li ul li:first-child {
    margin-top: 5px;
  }
  .single .honbun #ez-toc-container nav > ul > li ul li:before {
    content: "・";
    color: #2E3192;
    font-weight: bold;
    padding-right: 0.3em;
  }
  .single .honbun > p {
    margin: 0;
  }
  .single .honbun img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .single .pageLink {
    text-align: center;
  }
  .single .pageLink a {
    color: #fff;
    text-align: center;
    border-radius: 2em;
    display: inline-block;
    margin: 0 0 16vw;
    padding: 0.5em 3em;
  }
  .single .pageLink a span::before {
    content: "\f104";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .single .pageLink a:hover {
    opacity: 0.8;
  }
}
#sidebar .catList {
  box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
  -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
  -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
}
#sidebar .catList h3 {
  color: var(--zabuton2Text);
  font-weight: bold;
  background: var(--zabuton2Bg);
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0/10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0/10px 10px 0 0;
  padding: 10px 15px;
  display: block;
  position: relative;
}
#sidebar .catList ul li {
  padding: 0 10px;
}
#sidebar .catList ul li:first-child {
  padding-top: 20px;
}
#sidebar .catList ul li:last-child {
  padding-bottom: 20px;
}
#sidebar .catList ul li a {
  font-size: 17px;
  font-weight: bold;
  padding: 10px 6px 10px 6px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
#sidebar .catList ul li a:hover {
  background: #efefef;
}
#sidebar .catList ul li a span {
  font-size: 17px;
  display: block;
}
#sidebar .catList ul li .child li {
  padding: 0 10px;
}
#sidebar .catList ul li .child li:first-child {
  padding-top: 5px;
}
#sidebar .catList ul li .child li:last-child {
  padding-bottom: 5px;
}
#sidebar .catList ul li .child li a {
  font-size: 15px;
  font-weight: normal;
  padding: 8px 6px 8px 15px;
  position: relative;
}
#sidebar .catList ul li .child li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid var(--zabuton2Bg);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

/*SP
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #contents #sidebar {
    width: 100vw;
    background: var(--mainBg);
    margin: 0 calc(50% - 50vw);
    padding: 5vw 6vw;
  }
  #contents #sidebar .catList {
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
  }
  #contents #sidebar .catList h3 {
    background: var(--zabuton2Bg);
    color: var(--zabuton2Text);
    font-weight: bold;
    padding: 10px 15px;
    display: block;
    position: relative;
  }
  #contents #sidebar .catList ul {
    background: #fff;
  }
  #contents #sidebar .catList ul li {
    padding: 0 10px;
  }
  #contents #sidebar .catList ul li:first-child {
    padding-top: 20px;
  }
  #contents #sidebar .catList ul li:last-child {
    padding-bottom: 20px;
  }
  #contents #sidebar .catList ul li a {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 6px 10px 6px;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  #contents #sidebar .catList ul li a span {
    font-size: 17px;
    display: block;
  }
  #contents #sidebar .catList ul li .child li {
    padding: 0 10px;
  }
  #contents #sidebar .catList ul li .child li:first-child {
    padding-top: 5px;
  }
  #contents #sidebar .catList ul li .child li:last-child {
    padding-bottom: 5px;
  }
  #contents #sidebar .catList ul li .child li a {
    font-size: 15px;
    font-weight: normal;
    padding: 8px 6px 8px 15px;
    position: relative;
  }
  #contents #sidebar .catList ul li .child li a::after {
    content: "";
    width: 0;
    height: 0;
    left: 3px;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  /*--------------------------endSP--------------------------------*/
}/*# sourceMappingURL=blog.css.map */